/* Write your custom CSS here */

.btn-primary {
    background-color: #f84b4a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,.btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover {
    background-color: #f96363;
}

.btn-secondary {
    background-color: #34425A;
    color: white;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus,.btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #2b384e;
    color: white;
}

.form-right-side-button {
    float: right;
    margin-top: -32px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #f84b4a;
    border-color: #f84b4a;
}

body.datepicker-week .datepicker.dropdown-menu tr:hover, .datepicker.dropdown-menu table tr td.day:hover, .datepicker table tr td.day.focused {
    background-color: #f84b4a;
}

.login-background {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    filter: blur(8px);
}

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    font-size: 15px; }
.login-form form {
    border-radius: 12px;
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px; }

table tbody tr td .btn {
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

table {
    width: 100%;
    cellspacing: 0;
    font-size: 12px;
}

.register-form {
    margin-top: 35%;
}

.profile-image-container > img {
    display: block;
    margin: 0 auto;
    width: 200px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    -o-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
}

.nav-tabs.distribution-steps li.disabled {
    pointer-events: none;
}

.d-none {
    display: none;
}

.clickable-tile {
    display: block;
    height: 150px;
    width: 150px;
    border: 2px solid black;
    float: left;
    padding: 10px;
    margin-right: 10px;
    position: relative;
    font-weight: 600;
}

.clickable-tile:hover {
    cursor: pointer;
    background-color: #f3f3f3;
}

.clickable-tile .fa {
    position: absolute;
    font-size: 50px;
    bottom: 15px;
    right: 50px;
}

.clickable-tile.selected {
    border: 2px solid #f84b4a;
    background-color: #f3f3f3;
}

.search {
    position: relative;
}
.search .suggestion {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 999;
    background-color: white;
    border: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    display: none;
}
.search .suggestion .row {
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}
.search .suggestion .row:last-child {
    border-bottom: 0px solid #ddd;
}
.search .suggestion .row:hover {
    cursor: pointer;
    background-color: #ddd;
}
.undoredo {
    padding-top: 20px;
}
