﻿.mtb-auto {
    margin-top: auto; 
    margin-bottom: auto;
}

.sbBase {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    margin-right: 19px;
    background-color: transparent;
}

.sbBase:hover {
    cursor: pointer;
}

.sbBaseAdd:hover {
    background-color: #009BDE;
}

.sbBaseRemove:hover {
    background-color: #009BDE; /* red */
}

.sbBase > i {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-left: 3px;
}

.materialCubic {
    transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.sbBaseAdd > i {
    color: #AFBBC3;
}

.sbBaseAdd:hover > i {
    color: white;
}

.sbBaseRemove > i {
    color: #606a72;
}

.sbBaseRemove:hover > i {
    color: white;
}

.sbRowStdLast {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sbRowStd:hover {
    background-color: #3E454A;
}

.evaluation-box-half-corners {
    border-radius: 12px;
}

.evaluation-box-half-corners .header {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.sbRowStdLarge {
    height: 89px;
}

.ccb-fix {
    left: -20px;
    pointer-events: all;
    z-index: 1;
    cursor: pointer;
}

.sbBaseLight > i {
    color: #AFBBC3;
}

.sbBaseLight:hover > i {
    color: #009BDE;
}

.paginationMore {
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    user-select: none;
}

.pagination {
    width: 51px;
    height: 51px;
    border: 1px solid #3E454A;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    user-select: none;
}

.pagination > span {
    margin: auto auto;
    color: #009BDE;
    user-select: none;
}

.paginationSelected {
    background-color: #3E454A;
    user-select: none;
}

.paginationSelected > span {
    color: white;
}

.pagination:hover {
    background-color: #009BDE;
}

.pagination:hover > span {
    color: white;
}

.paginationNextPreBtn {
    display: flex;
    height: 50px;
    border: 2px solid #EFEFEF;
    border-radius: 25px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.paginationNextPreBtn > span {
    height: 21px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 21px;
    color: #FF9800;
    margin-top: auto;
    margin-bottom: auto;
    user-select: none;
}

.paginationNextPreBtn > .ngNext {
    margin-left: 34px;
    user-select: none;
}

.paginationNextPreBtn > .ngPrev {
    margin-right: 14px;
    user-select: none;
}

.paginationNextPreBtn > i {
    height: 10px;
    width: 10px;
    margin-left: 10px;
    color: #FF9800;
    margin-right: 26px;
    margin-top: 11px;
    user-select: none;
}

.grBoxStd {
    width: 140px;
    height: 140px;
    border: 4px solid #31373A;
    border-radius: 12px;
    justify-content: center;
    display: flex;
    flex-flow: wrap;
    cursor: pointer;
    margin-right: 30px;
    margin-bottom: 30px;
}

.grBoxStd:hover {
    border: 4px solid #3E454A;
}

.grBoxStdBlock {
    display: block;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.09px;
    line-height: 18px;
    color: #AFBBC3;
    position: relative;
}

.grpStdBlockIconSpan {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: black;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}

.grpStdBlockIconSpan:hover {
    background-color: #009BDE;
}

.grpStdBlockIconSpan > i {
    position: relative;
    top: 3px;
    left: 3px;
    height: 18px;
    width: 16px;
    color: #AFBBC3;
}

.grpStdBlockIconSpan:hover > i {
    color: white;
}

.gStdBlockSpan {
    word-break: break-word;
}

.grBoxStdBlockOrange {
    border: 4px solid #814d00;
}

.grBoxStdBlockOrange:hover {
    border: 4px solid #FF9800;
}

.fakeHref:hover {
    color: #009BDE;
    text-decoration: underline;
    cursor: pointer;
}

.rot180 {
    transform: rotate(180deg);
}

.stdBarOvr {
    background: #009BDE;
    border-radius: 6px 0 0 6px;
    position: absolute;
    height: 12px;
}

.stdBarOvr90p {
    border-radius: 6px 6px 6px 6px;
}

.stdBarOvrGreen {
    background: #AEE6FF;
}

.grpCrtSecondBox {
    display: flex;
    position: relative;
    margin-top: 40px;
}

.posRel {
    position: relative;
}

.maa {
    margin: auto auto;
}

.fwc {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.fc {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.fw {
    display: flex;
    flex-flow: wrap;
}

.tboxTh {
    color: #E0E7EC;
    text-align: right;
    font-size: 16px;
    letter-spacing: -0.08px;
    line-height: 19px;
    margin-top: auto;
    margin-bottom: auto;
}

.df {
    display: flex;
}

.dn {
    display: none;
}

.w50 {
    width: 50%;
}

.mr15 {
    margin-right: 15px;
}

.calASpan {
    position: absolute;
    z-index: 1;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px;
    color: #AFBBC3;
    left: 17px;
    top: 4px;
}

.baseBbLbl {
    color: #E0E7EC;
    text-align: right;
    font-size: 16px;
    letter-spacing: -0.08px;
    line-height: 19px;
    margin-top: auto;
    margin-bottom: auto;
}

.ffeart00 {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
}

.cp {
    cursor: pointer;
}

.cd {
    cursor: default;
}

.cancelSpan {
    margin: auto auto;
    margin-right: 10px;
    letter-spacing: -0.08px;
    line-height: 19px;
    font-size: 16px;
}

.wh16 {
    width: 16px;
    height: 16px;
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.tboxTitle {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.1px;
    line-height: 24px;
}

.tac {
    text-align: center;
}

.em11 {
    font-size: 1.1em;
}

.tboxNote {
    color: #B0BAC6;
    font-size: 12px;
    letter-spacing: -0.07px;
    line-height: 24px;
    text-align: center;
    justify-self: center;
    width: 100%;
}

.mt100 {
    margin-top: 100px;
}

.medTitle {
    font-size: 20px;
    letter-spacing: -0.1px;
    line-height: 24px;
}

.mlraa {
    margin-left: auto;
    margin-right: auto;
}

.mt60 {
    margin-top: 60px;
}


.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    cursor: pointer;
}

.form-control:not(.fpDate) {
    background-color: #3E454A;
}

.form-control:not(:placeholder-shown):not(.fpDate):not(.defaultOption) {
    background-color: #2b3135;
}

.form-control:not(:placeholder-shown):not(.fpDate).defaultOption {
    color: #6c757d;
}

.selectOption {
    color: white;
}

.selectOption.selectPlaceholder {
    color: #B0BAC6;
}

.fpDate {
    max-width: 140px;
}

.k-datepicker, .k-timepicker, .k-datetimepicker, .k-datepicker .k-input, .k-timepicker .k-input, .k-datetimepicker .k-input {
    background-color: #3E454A !important;
}

.k-datepicker:not(:placeholder-shown), .k-timepicker:not(:placeholder-shown), .k-datetimepicker:not(:placeholder-shown), .k-datepicker .k-input:not(:placeholder-shown), .k-timepicker .k-input:not(:placeholder-shown), .k-datetimepicker .k-input:not(:placeholder-shown) {
    background-color: #2b3135 !important;
}

.k-autocomplete, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background-color: #3E454A !important;
}

.k-autocomplete, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background-color: #3E454A !important;
}

.k-picker-wrap.k-state-hover .k-input, .k-picker-wrap.k-state-focused .k-input {
    width: calc(100% + 20px) !important;
}

.k-autocomplete.k-state-default .k-input, .k-combobox .k-state-default .k-input, .k-multiselect-wrap, .k-numeric-wrap.k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-progress-status-wrap, .k-slider-selection, .k-slider-track {
    width: calc(100% + 20px) !important;
}

.chosen-container-single .chosen-single.chosen-default {
    background-color: #3E454A !important;
}

.chosen-container-single .chosen-single.chosen-default div {
    background-color: #3E454A !important;
}

.chosen-container-single .chosen-single.chosen-default:not(.chosen-single-with-deselect) div:after {
    background-color: #3E454A !important;
    box-shadow: 4px 0 16px 16px #3E454A;
}

.link {
    color: #009BDE;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.link:hover {
    color: #006692;
    text-decoration: underline;
    cursor: pointer;
}

.msgQuote {
    margin-top: 20px;
    margin-left: 20px;
    color: #BDBDBD;
}


#overlay {
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .8)
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #f90 solid;
    border-radius: 50%;
    animation: sp-anime .8s infinite linear
}

@keyframes sp-anime {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}


::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: rgb(64, 64, 64);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(96, 96, 96);
    background-clip: padding-box;
    border: 2px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(112, 112, 112);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgb(128, 128, 128);
}

/* Buttons */
::-webkit-scrollbar-button:single-button {
    background-color: rgb(64, 64, 64);

    display: block;
    background-size: 10px;
    background-repeat: no-repeat;
}

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 12px;
    width: 16px;
    background-position: center 4px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
    height: 12px;
    width: 16px;
    background-position: center 2px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
    height: 12px;
    width: 12px;
    background-position: 3px 3px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,50 50,100 50,0'/></svg>");

}

::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Right */
::-webkit-scrollbar-button:single-button:horizontal:increment {
    height: 12px;
    width: 12px;
    background-position: 3px 3px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='0,0 0,100 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(112, 112, 112)'><polygon points='0,0 0,100 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:increment:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 0,100 50,50'/></svg>");
}
