.m-header .m-header__bottom {
    height: 56px;
}

.m-header__bottom {
    margin-top: 0px !important;
}

.m-portlet {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(45,45,45);
    box-shadow: 0px 1px 15px 1px rgb(45 45 45);
    background-color: #fff;
}
.m-portlet .m-portlet__body {
    padding: 5px;
}

.checkPortlet>span:after {
    margin-left: -10px;
    margin-top: -35px;
    width: 25px;
    height: 50px;
}

.checkPortlet>span {
    height: 50px;
    width: 70px;
    left: auto;
    margin-left: -50px;
    background-color: #fff !important;
}

.checkCandidate>span:after {
    margin-left: -5px;
    margin-top: -15px;
    width: 10px;
    height: 25px;
}

.checkCandidate>span {
    height: 2vh;
    width: 2vw;
    left: 33px;
    margin-left: -30px;
    background-color: #fff !important;
}


.m-body {
    padding: 0 !important;
}

/*
.positionStyle.First {
    position: relative;
    margin-top: 65px;
}
*/

.portletStyle {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 5px 0 5px;
}

.positionStyle {
    position: relative;
    margin-top: 5px !important;
    width: 100%;
    color: #000;
    white-space: pre-line;
    text-align: center;
    font-size: .875rem;
    font-weight: 600;
    font-family: Inter,Helvetica;
    background-color: antiquewhite;
/*    box-shadow: 3px 3px 5px;*/
    border-radius: 5px;
}

.candidateStyle {
    position: relative;
    margin-top: 3px !important;
    width: 100%;
    color: #000;
    text-align: left;
    font-size: 14px;
    font-family: Inter,Helvetica;
    background-color: floralwhite;
/*    box-shadow: 3px 3px 5px;*/
    border-radius: 5px;
    height: 3vh;
}

.candidateText {
    vertical-align: middle;
    font-size: 1.2vh;
    display: inline-block;
    width: 8.5vw;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding-top: .5vh;
    position: absolute;
    left: 0;
}
@media (min-width: 1050px) {
    .m-page--fluid .m-page .m-page__container {
        padding: 0 120px;
    }

    .m-header__top .m-container {
        padding-right: 30px !important;
    }
}

@media (min-width: 1050px) {
    .m-menu__submenu.m-menu__submenu--fixed.m-menu__submenu--left {
        display: none !important;
    }
}

.m-portlet {
    margin-bottom: 1rem;
}

.modal-body {
    text-align: center;
}

.modal-color-black {
    background-color: #000;
}

.modal-color-white {
    background-color: #fff;
    opacity: 1 !important;
}

.m-portlet .m-portlet__head {
    align-items: center;
    justify-content: center;
}

.candidateMark {
    width: 2.5vh;
    padding-top: 2px;
    margin-left: 30%;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.candidatePhoto {
    width: 2.5vh;
    padding-top: 2px;
    position: absolute;
    left: 0;
    margin-left: 15%;
}

.candidateButton {
    position: absolute;
    left: 0;
    padding: 0;
    width: 11vw;
    height: 100%;
    background: transparent;
    border: none !important;
    font-size: 0;
    z-index: 1000;
}
.TabIncompleted {
    background: linear-gradient( 181deg, rgb(255 184 34) 0%, rgb(193 139 23) 50%, rgb(103 75 15) 100%) !important;
}
.TabCompleted {
    background: linear-gradient( 181deg, #34bfa3 0%, #30a78f 50%, #18564a 100%) !important;
}

.TextWhite {
    color: white !important;
}

.m-menu__nav {
    display: inline-table !important;
    float: left;
}

.m-header__bottom {
    width: calc(100% - 140px);
}

.bootstrap-switch-info {
    font-size: 1rem !important;
    background-color: #36a3f7 !important;
    border-color: #36a3f7 !important;
}

.m-login.m-login--1 .m-login__wrapper {
    padding: 2rem !important;
}

.m-login.m-login--2 .m-login__wrapper {
    padding: 2rem !important;
}

.btn-cee {
    color: #212529;
    background-color: #f8ea27;
    border-color: #f8ea27;
}

.btn-outline-cee {
    color: #f8ea27;
    background-color: transparent;
    background-image: none;
    border-color: #f8ea27;
}

.btn-outline-cee:hover {
    color: #111;
    background-color: #f8ea27;
    border-color: #f8ea27;
}

.m-checkbox.m-checkbox--cee>input:checked ~ span {
    border: 1px solid #f8ea27;
}

.m-checkbox.m-checkbox--cee>span:after {
    border: solid #f8ea27;
}

.m-link.m-link--cee {
    color: #f8ea27;
    text-shadow: 1px 1px 1px #a2a2a2;
}

.m-link.m-link--cee:hover:after {
    border-bottom: 1px solid #dcc44c;
    opacity: .3;
    filter: alpha(opacity=30);
}

@media (max-width: 1050px) {
.m-grid__item--order-tablet-and-mobile-1 {
    display: none !important;
}
}