/*@font-face {
    font-family: 'Quicksand-Light';
    src: url(Quicksand/Quicksand-Light.ttf) format("truetype")
}
    
@font-face {
    font-family: 'Quicksand-Regular';
    src: url(Quicksand/Quicksand-Regular.ttf) format("truetype")
}*/
.fa, .fab, .fad, .fal, .far, .fas { line-height: inherit !important; }
.dashboardcards {
    /* display: flex; */
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

p{
    margin: 0px;
}
@font-face {
    font-family: 'Quicksand-Medium';
    src: url(Quicksand/Quicksand-Medium.ttf) format("truetype");
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url(Quicksand/Quicksand-Bold.ttf) format("truetype");
}

::-webkit-scrollbar-track {
    -ms-border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    -ms-border-radius: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #194299), color-stop(0.72, #3178ce), color-stop(0.86, #1c3a94), color-stop(0.72, #3178ce));
    border-radius: 0px;
}

body::-webkit-scrollbar-track {
    -ms-border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000000;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    -ms-border-radius: 0px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
    border-radius: 0px;
}

body {
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(60deg, rgb(255, 255, 255), #eeeded);
    float: left;
    font-family: Quicksand-Medium;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: height 4s;
    width: 100%;
}

.bg-white { background-color: #FFF; }

.border-bottom-1-black {
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09019607843137255);
}

.border-bottom-1-blue { border-bottom: 1px solid #039ef8; }

.border-bottom-1-green { border-bottom: 1px solid #05d79d; }

.border-bottom-1-orange { border-bottom: 1px solid orange; }

.border-bottom-2-dark { border-bottom: 2px solid #0f2844; }

@media (min-width: 0px) {
    body { font-size: 14px; }

    .pad-5 { padding: 1.25px; }

    .pad-10 { padding: 5px; }

    .pad-15 { padding: 3.75px; }

    .pad-20 { padding: 10px; }

    .box {
        margin: 10px 0;
        padding: 5px;
    }
}

@media (min-width: 400px) {
    body { font-size:12px; }

    .pad-5 { padding: 2.5px; }

    .pad-10 { padding: 5px; }

    .pad-15 { padding: 7.5px; }

    .pad-20 { padding: 10px; }

    .box {
        margin: 10px 0;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    body { font-size: 14px; }

    .pad-5 { padding: 2px; }

    .pad-10 { padding: 7.5px; }

    .pad-15 { padding: 11px; }

    .pad-20 {padding: 12px;}

    .box {
        margin: 10px 0;
        padding: 15px;
    }
}

@media (min-width: 1000px) {
    body { font-size: 14px; }

    .pad-5 { padding: 5px; }

    .pad-10 { padding: 10px; }

    .pad-15 { padding: 15px; }

    .pad-20 { padding: 20px; }

    .box {
        margin: 10px 0;
        padding: 20px;
    }
}

.margin-0 { margin: 0; }

.pad-0 { padding: 0 !important; }

.pad-bottom-0 { padding-bottom: 0; }

.pad-bottom-10 { padding-bottom: 10px; }

.margin-bottom-10 { padding-bottom: 10px; }

.pad-top-20 { padding-top: 20px; }

.pad-top-10 { padding-top: 10px; }

.pad-top-0 { padding-top: 0; }

.pad-left-0 { padding-left: 0; }

.pad-left-10 { padding-left: 10px; }

.pad-left-20 { padding-left: 20px; }

.pad-right-0 { padding-right: 0; }

.d-inline { display: inline; }

.h4 {
    font-size: 18px;
    line-height: 20px;
}

.modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.18);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 9999;
}

.modal-content, .modal > div {
    background-color: #fefefe;
    box-shadow: 0 1px 3px 1px #000000;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.22);
    /* left:50%; */
    padding: 25px;
}

.close {
    color: #6b6b6b;
    float: right;
    font-size: 28px;
    font-weight: 700;
}

.close:hover, .close:focus {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.modal-400 > div {
    background: linear-gradient(60deg, #f7f7f7, #f4f6f5);
    background: linear-gradient(60deg, #fff, #fff);
    background-color: #fff;
    box-shadow: 0 12px 20px -10px #f5f6f6, 0 4px 20px 0 #ffffff, 0 7px 8px -5px #ffffff;
    box-shadow: 0 12px 20px -10px rgba(245, 246, 246, 0.32), 0 4px 20px 0 rgba(255, 255, 255, 0.52), 0 7px 8px -5px rgba(255, 255, 255, 0.01);
    display: table;
    float: none;
    margin: 0px auto;
    max-width: 600px;
    top: 55px;
    width: 100%;
}

[class*=shadow] {
    -webkit-box-shadow: 0 0px 1px #000000, 0 1px 2px #000000;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 1px #000000, 0 1px 2px #000000;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15);
}

.box {
    background: linear-gradient(45deg, white, white);
    background-color: #FFF;
    overflow: hidden;
}

.header {
    background: linear-gradient(60deg, #051424, #0f7fd9);
    background-color: #051424;
    background-image: linear-gradient(to right, #051424, #051424, #0e2238, #142d4e, #1a3d63, #034273, #043c69, #0e3f67, #0f3b61, #0b2944, #081e34, #0d233c);
    box-shadow: 0 12px 20px -10px rgba(68, 134, 244, 0.1), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
    margin-bottom: 10px;
    position: fixed;
    z-index: 999999;
}

.menubar, .menubar ul {
    float: left;
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}

.menubar li {
    box-shadow: 0 0 8px 1px #fff;
    float: left;
    margin-left: 1px;
    min-width: 120px;
    position: relative;
}

.menubar li.pull-right { float: right; }

.menubar li a {
    -ms-transition: border .6s ease-out;
    -o-transition: border .6s ease-out;
    -webkit-transition: border .6s ease-out;
    background-color: #fff;
    color: #0b3582;
    float: left;
    font-family: Quicksand-Bold;
    margin-bottom: 0;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    transition: border .6s ease-out;
    width: 100%;
}

.menubar > li ul {
    box-shadow: 0 0 4px 2px #434242;
    box-shadow: 0 0 4px 2px rgba(67, 66, 66, 0.09);
    display: none;
    max-width: 185px;
    position: relative;
    z-index: 200;
}

.menubar > li > ul li {
    width: 100%;
    /* background-color: aliceblue; */
}

.menubar > li > ul li.listlabel a { padding-left: 24px; }

.menubar > li > ul > li > a {
    background-color: #0e2442;
    margin-bottom: 0;
}

.menubar > li.menuhover > ul {
    display: block;
    left: 3%;
    max-width: 97%;
    top: 0 !important;
}

.menubar > li > ul > li:hover > ul, .menubar > li > ul > li.menuhover > ul { display: block; }

.menubar > li > ul > li > ul {
    left: 159px;
    top: 0 !important;
}

.menubar > li > ul > li > ul > li > a {
    border-bottom: 1px solid #0d3691;
    margin-bottom: 0;
}

a {
    -webkit-text-decoration-skip: objects;
    color: #0064ba;
    text-decoration-skip: objects;
}

a:active, a:hover {
    outline-width: 0;
    text-decoration: none !important;
}

.divtable {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    max-width: 100%;
    table-layout: auto !important;
    width: 100%;
}

.divtable > div {
    display: table-row-group;
    width: 100%;
}

.divtable > div > div {
    border-bottom: 1px solid #686666;
    border-bottom: 1px solid rgba(104, 102, 102, 0.34901960784313724);
    display: table-row;
}
.divtable > #UsersNewlist > div {
    border-bottom: 2px solid #0dc844;
    border-bottom: 2px solid rgb(13, 200, 68, 81%);
}
/* .divtable > div > div:last-child { border-bottom: 0; } */
 

/*.divtable > div > div:nth-child(even) {*/
/*    background-color: #ebebeb;*/
/*    background-color: rgba(235, 235, 235, 0.5686274509803921);*/
/*    top: 0;*/
/*}*/

.divtable > div > div:hover { background-color: #fff; }

.divtable > div > div > div {
    display: table-cell;
    display: table-cell;
    line-height: 25px;
    overflow: hidden;
    /* padding: 3px 5px 3px; */
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle !important;
    white-space: nowrap;
    word-break: normal;
}

.divtable > div > div.tablehead > div {
    padding-bottom: 4px;
    text-shadow: 0 0 1px rgba(72, 71, 71, 0.09019607843137255);
    white-space: nowrap;
    padding-right: 14px;
}

.divtable > div > div.tablehead > div:Contains(a) { text-align: center; }

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}

legend {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
}

input[type="search"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px;
}

input[type="file"] { display: block; }

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
    width: 100%;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    padding-top: 7px;
}

.form-control {
    -ms-border-radius: 4px;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    background-image: none;
    border: none;
    border-radius: 4px;
    color: #555;
    display: block;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

.form-control:focus {
    border-bottom-color: #31bcb9;
    outline: 0;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    -ms-opacity: 1;
    background-color: #eee !important;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; }
}

.form-group {
    float: left;
    margin-bottom: 5px;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

.form-group:after, .form-group:before {
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    background-color: #c8c8c8;
    background-color: rgba(200, 200, 200, 0.6901960784313725);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all .5s;
    width: 100%;
    z-index: 32;
}

.tablebody .table-cell-new.form-group:not(.is-completed):after, .tablebody .table-cell-new.form-group:not(.is-completed):before { height: 0; }

.form-group::after {
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    background-color: #0c8657;
    transform: scaleX(0);
}

.is-error.form-group::after { background-color: #ff2e0c; }

.form-control {
    -ms-border-radius: 1px;
    background-color: inherit !important;
    background-image: none;
    border-radius: 1px;
    color: #555;
    display: block;
    line-height: 1.428571;
}

select.form-control {
    cursor: pointer;
    padding: 5px 2px;
}

.is-active::after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.divtable .is-active .form-control { color: #0b0b0b; }

.divtable .is-completed .form-control { color: #090909; }

.is-active .form-label {
    color: #0c8657;
    cursor: pointer;
    font-family: Quicksand-Bold;
}

.is-completed .form-label, .formtable .is-completed .form-label {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    cursor: pointer;
    font-family: Quicksand-Bold;
    padding: 2px 0;
    transform: translateY(0);
}

.form-control::-moz-placeholder {
    -ms-opacity: 1;
    color: #0e0d0d;
    opacity: 1;
}

.form-control:-ms-input-placeholder { color: #100e0e; }

.form-control::-webkit-input-placeholder { color: #121010; }

.tablebody .form-control::-moz-placeholder {
    -ms-opacity: 1;
    color: rgba(14, 13, 13, 0.97);
    opacity: 1;
}

.tablebody .form-control:-ms-input-placeholder { color: rgba(16, 14, 14, 0.95); }

.tablebody .form-control::-webkit-input-placeholder { color: #121010; }

.ripple {
    -moz-animation: ripple .75s ease-out;
    -ms-border-radius: 100%;
    -ms-opacity: 0;
    -ms-transform: scale(0.2);
    -webkit-animation: ripple .75s ease-out;
    -webkit-transform: scale(0.2);
    animation: ripple .75s ease-out;
    background: rgba(0, 0, 0, .25);
    border-radius: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: scale(0.2);
}

@-webkit-keyframes ripple {
    from {
        -ms-opacity: 1;
        opacity: 1;
    }

    to {
        -ms-opacity: 0;
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
        transform: scale(2);
    }
}

@-moz-keyframes ripple {
    from {
        -ms-opacity: 1;
        opacity: 1;
    }

    to {
        -ms-opacity: 0;
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes ripple {
    from {
        -ms-opacity: 1;
        opacity: 1;
    }

    to {
        -ms-opacity: 0;
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
        transform: scale(2);
    }
}

.btn {
    -moz-user-select: none;
    -ms-border-radius: 4px;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-image: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
    text-transform: capitalize;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 0; }

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    -ms-opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

.btn-default {
    background-color: #fff;
    color: #333;
}

.btn-default:focus, .btn-default.focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333;
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #333;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; }

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    background-color: #333;
    color: #fff;
}

.btn-primary {
    background-color: #11adf3;
    border-color: #11adf3;
    color: #fff;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #286090;
    border-color: #122b40;
    color: #fff;
}

.btn-primary:hover {
    background-color: #0f93ce;
    border-color: #0f93ce;
    color: #fff;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #286090;
    border-color: #204d74;
    color: #fff;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #0f75a3;
    border-color: #0f75a3;
    color: #fff;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; }

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    background-color: #fff;
    color: #337ab7;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.btn-success:focus, .btn-success.focus {
    background-color: #449d44;
    border-color: #255625;
    color: #fff;
}

.btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #449d44;
    border-color: #398439;
    color: #fff;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    background-color: #398439;
    border-color: #255625;
    color: #fff;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; }

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    background-color: #fff;
    color: #5cb85c;
}

.btn-info {
    background-color: #25a9d0;
    border-color: #46b8da;
    color: #fff;
}

.btn-info:focus, .btn-info.focus {
    background-color: #31b0d5;
    border-color: #1b6d85;
    color: #fff;
}

.btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    background-color: #269abc;
    border-color: #1b6d85;
    color: #fff;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; }

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    background-color: #fff;
    color: #5bc0de;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.btn-warning:focus, .btn-warning.focus {
    background-color: #ec971f;
    border-color: #985f0d;
    color: #fff;
}

.btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    background-color: #d58512;
    border-color: #985f0d;
    color: #fff;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; }

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e;
}

.btn-danger {
    background-color: #d43f3a;
    border-color: #d43f3a;
    color: #fff;
}

.btn-danger:focus, .btn-danger.focus {
    background-color: #c9302c;
    border-color: #761c19;
    color: #fff;
}

.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    background-color: #ac2925;
    border-color: #761c19;
    color: #fff;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; }

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    background-color: #fff;
    color: #d9534f;
}

.btn-link {
    -ms-border-radius: 0;
    border-radius: 0;
    color: #337ab7;
    font-weight: 400;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    -webkit-box-shadow: none;
    background-color: transparent;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }

.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #23527c;
    text-decoration: underline;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-brown {
    background-color: #762424;
    border-color: #762424;
    color: #fff;
}

.btn-brown:focus, .btn-brown.focus {
    background-color: #4d1919;
    border-color: #4d1919;
    color: #fff;
}

.btn-brown:hover {
    background-color: #4d1919;
    border-color: #4d1919;
    color: #fff;
}

.btn-brown:active, .btn-brown.active, .open > .dropdown-toggle.btn-brown {
    background-color: #4d1919;
    border-color: #4d1919;
    color: #fff;
}

.btn-brown:active:hover, .btn-brown.active:hover, .open > .dropdown-toggle.btn-brown:hover, .btn-brown:active:focus, .btn-brown.active:focus, .open > .dropdown-toggle.btn-brown:focus, .btn-brown:active.focus, .btn-brown.active.focus, .open > .dropdown-toggle.btn-brown.focus {
    background-color: #4d1919;
    border-color: #4d1919;
    color: #fff;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; }

.btn-brown.disabled:hover, .btn-brown[disabled]:hover, fieldset[disabled] .btn-brown:hover, .btn-brown.disabled:focus, .btn-brown[disabled]:focus, fieldset[disabled] .btn-brown:focus, .btn-brown.disabled.focus, .btn-brown[disabled].focus, fieldset[disabled] .btn-brown.focus {
    background-color: #e9d3d3;
    border-color: #e9d3d3;
}

.btn-brown .badge {
    background-color: #fff;
    color: #762424;
}

.btn-lg, .btn-group-lg > .btn {
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px !important;;
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px !important;
}

.btn-xs, .btn-group-xs > .btn {
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.btn {
    -moz-transition: 2s ease-out;
    -ms-border-radius: 2px;
    -ms-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-transition: 2s ease-out;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin: 6px;
    min-width: 100px;
    overflow: hidden;
    padding: 8px 20px 10px;
    position: relative;
    text-align: center;
    transition: 2s ease-out;
    
    white-space: nowrap;
    word-wrap: break-word;
}

.btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.btn:active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

a.sitename {
    background-color: #fff;
    color: #010e15;
    float: left;
    font: 18px Quicksand-Bold;
    padding: 12px;
    padding-top: 9px;
    position: relative;
    width: 100%;
}

.headerminimize a.sitename {
    
    padding: 6px;
    height: 35px !important;
    /* padding-top: 6px; */
}
.h3 {
    border-bottom: 2px solid #485257;
    color: #206689;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin: 20px 0px;
}

.h1 {
    border-bottom: 2px solid #485257;
    color: #206689;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0px 5px;
    text-transform: uppercase;
}

.form-label {
    -ms-transform: translateY(25px);
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transform: translateY(25px);
    -webkit-transition: all .5s;
    background-color: #FFF;
    cursor: text;
    float: left;
    font: 13px Quicksand-Medium;
    padding: 5px 0;
    transform: translateY(25px);
    transition: all .5s;
    width: 100%;
}

.table-cell-form { display: none; }

.divtable > .tablebody > div > div.tableformhover { overflow: visible !important; }

.divtable > div > div > div.tableformhover > .table-cell-form, .divtable > div > div > div.tableformhover > .table-cell-new { display: block; }

.divtable > div > div > div.tableformhover > .table-cell-content {
    display: none;
    transition: display 1.5s;
}

.divtable.formtable > div > div > div > .table-cell-content:empty { border-bottom: 1px solid #b20c0c; }

.divtable > div > div > div > .table-cell-content:empty { content: '--'; }

.divtable .form-control {
    line-height: inherit;
    max-width: 400px;
    min-height: 26px;
    min-width: 70px;
    padding: 2px 5px 0px;
    width: 100% !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nowrap {
    white-space: nowrap;
}
.table-cell-content {
    color: #504f4f;
    cursor: text;
    display: block;
    float: left;
    overflow: hidden;
    padding: 5px 0;
    text-overflow: ellipsis;
    transition: all .5s;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 800px) {
    .CandidateChessCode {
        font-size: 14px !important;
        line-height: 22px;
    }

    .CandidateScore { font-size: 11px; }
}

.formtable select.form-control {
    min-height: 27px;
    min-width: 130px;
    padding: 5px 5px 5px;
    width: 100%;
}

.formtable select.form-control[multiple] { min-height: 150px; }

.table-cell-actions {
    display: inline;
    text-align: center;
}

a.addrow {
    float: right;
    font-size: 12px;
    min-width: 100px;
}

a.searchgrid {
    float: right;
    font-size: 12px;
    min-width: 100px;
}

.shortIcons a {
    font-size: 17px !important;
    line-height: 12px;
    min-width: 40px !important;
    padding: 11px 0px !important;
    text-align: center;
}

a.deleterow {
    background-color: #9b450a;
    float: left;
    font-size: 12px;
    min-width: 100px;
    padding: 6px 20px 7px 15px;
}

a.editrow {
    background-color: #196ba7;
    float: left;
    font-size: 12px;
    min-width: 100px;
    padding: 6px 20px 7px 15px;
}

.formtable .form-control[type*="date"] { padding: 0 0 5px; }

.divtable > div > div > div.tableformhover > .table-cell-new { position: relative; }

ul.leftmenu {
    background-color: #000;
    bottom: 0;
    box-shadow: 0 12px 20px -10px #0c457a, 0 4px 20px 0 #0b4478, 0 7px 8px -5px #0c457a;
    box-shadow: 0 12px 20px -10px rgba(12, 69, 122, 0.61), 0 4px 20px 0 rgba(11, 68, 120, 0.77), 0 7px 8px -5px rgba(12, 69, 122, 0.98);
    max-width: 100%;
    top: 0;
    width: 100%;
    z-index: 333;
}

.leftmenu li {
    box-shadow: 0 0 8px 1px #ffffff;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0);
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.leftmenu li a, .leftmenu li a, .leftmenu li p {
    -ms-transition: background-color .5s ease-in;
    -o-transition: background-color .5s ease-in;
    -webkit-transition: background-color .5s ease-in;
    background-color: #000;
    border-bottom: 0 solid #fff;
    color: #fff;
    float: left;
    font-family: Quicksand-Medium;
    line-height: 16px;
    overflow: hidden;
    padding: 10px 5px;
    padding-left: 0px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    transition: background-color .5s ease-in;
    white-space: nowrap;
    word-break: normal;
}

.leftmenu li[data-noresult] a {
    text-overflow: unset;
    white-space: normal;
    word-break: break-word;
}

.leftmenu > li > ul > li > ul { left: 100%; }

.leftmenu li:hover > a, .leftmenu li.menuhover > a {
    -ms-transition: border .4s ease-in;
    -o-transition: border .4s ease-in;
    -webkit-transition: border .4s ease-in;
    transition: border .4s ease-in;
}

.leftmenu li li.menuhover a { background-color: #295690; }

.leftmenuouterbox.minimizemenu { overflow: hidden; }

.leftmenuouterbox.minimizemenu li a { text-overflow: unset; }

.leftmenuouterbox.minimizemenu li a span {
    
    /* display: none; */
    
    /* transition: display 10s; */
}

.menubar li a:hover {
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    -webkit-transition: background-color .3s ease-in;
    border-bottom: 0 solid #fafafa;
    transition: background-color .3s ease-in;
}

.module {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    float: left;
    margin-bottom: 4%;
    margin-right: 4%;
    min-height: 200px;
    padding: 20px;
    position: relative;
    width: 48%;
}

.module:nth-child(even) { margin-right: 0; }

.come-in {
    -ms-animation: come-in .8s ease forwards;
    -ms-transform: translateY(150px);
    -webkit-animation: come-in .8s ease forwards;
    -webkit-transform: translateY(150px);
    animation: come-in .8s ease forwards;
    transform: translateY(150px);
}

.come-in:nth-child(odd) {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.already-visible {
    animation: none;
    transform: translateY(0);
}

@keyframes come-in {
    to { transform: translateY(0); }
}

.modal-title {
    border-left: 5px solid #25557c;
    color: #204b6e;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-left: -25px;
    padding: 3px 0 3px 21px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

a.roleName, .customizerlink,.clearcachebutton {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.36);
    box-shadow: 0 -1px 3px 2px #f3f0f0;
    box-shadow: 0 -1px 3px 2px rgba(243, 240, 240, 0.04);
    color: #fff !important;
    float: left;
    font: 15px Quicksand-Bold;
    max-height: 64px;
    overflow: hidden;
    padding: 15px 15px;
    padding-top: 12px;
    text-align: center;
    text-overflow: ellipsis;
    /* line-height: 116px; */
    white-space: nowrap;
    width: 96%;
    word-break: normal;
}

.clearcachebutton {
    background-color: #000000;
    /**light red*/
    background-color: rgba(9,65,24,0.43);
}
.headerminimize a.roleName, .headerminimize .clearcachebutton {
    font-size: 12px;
    padding: 14px 15px;
    padding-top: 10px;
}

a.logout {
    background-color: #32568a;
    background-color: rgba(50, 86, 138, 0.03);
    box-shadow: 0 -1px 3px 2px #555555;
    box-shadow: 0 -1px 3px 2px rgba(85, 85, 85, 0.28);
    color: #fff;
    float: left;
    font: 15px Quicksand-Bold;
    padding: 11px 0px;
    padding-top: 12px;
    text-align: center;
    width: 100%;
}

.headerminimize a.logout {
    
    font-size: 12px;
    
    padding: 13px 0;
    
    padding-top: 10px;
}

.sidenav {
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    background-color: #111;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 1;
}

.sidenav a {
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    color: #818181;
    display: block;
    font-size: 25px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: .3s;
}

.sidenav a:hover { color: #f1f1f1; }

.sidenav .closebtn {
    font-size: 36px;
    margin-left: 50px;
    position: absolute;
    right: 25px;
    top: 0;
}

#main {
    -ms-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
    .sidenav { padding-top: 15px; }

    .sidenav a { font-size: 18px; }
}

.open-nav {
    -webkit-box-shadow: 0 .25rem .125rem 0 #212529;
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(33, 37, 41, .05);
    box-shadow: 0 .25rem .125rem 0 #212529;
    box-shadow: 0 .25rem .125rem 0 rgba(33, 37, 41, .05);
    color: #fff !important;
    float: left;
    font-size: 10px;
    line-height: 17px;
    padding: 9px 9px;
    text-align: center;
    width: 65px;
    max-height: 48px;
}

.headerminimize .open-nav {
    float: left;
    line-height: 12px;
    padding: 7px 6px;
    width: 60px;
}

.headerminimize .open-nav.sidemenu .fas,.headerminimize #dropdown.sidemenu .fas { font-size: 12px; }

.sidemenu .fas {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

a.sidemenu:hover, a.sidemenu:active { color: #fbfbf5; }

ul {
    margin: 0;
    padding: 0;
}

li { list-style-type: none; }

input[type="radio"] { display: none; }

label {
    cursor: pointer;
    width: 100%;
    color: #1d1d72;
    font-weight: bold;
}

.form-group.table-cell-id { display: none; }

div#contentbox {
    background-color: #fafbff;
    float: right;
    margin-top: 48px;
    /* overflow-y: auto; */
    max-width: 100%;
    overflow-x: auto;
    position: relative;
    transition: width 1s;
    z-index: 99999;
}

.headerminimize div#contentbox { 
    
    margin-top: 37px;
}

.candidatescards #contentbox #contentboxbody,.printcertificate  #contentbox #contentboxbody,.printtopcertificate   #contentbox #contentboxbody,.stickerbasedindividualresults  #contentboxbody,.printparticipantcertificate   #contentboxbody{
    width: 1212px !important;/* calculated from A3 size // 1123.2px A3 width*/
    float: right;
    /* max-width: calc(10vw - 320px); */
}
.printcertificate  #contentbox #contentboxbody{
    width: 1212px !important;/* calculated from A3 size // 1123.2px A3 width*/
    float: right;
    /* max-width: calc(10vw - 320px); */
}
.candidateCardsList.originallist{
    width: 1083.2px !important;/* // A3 size // 1123.2px A3 width*/
}
.templatelist .candidateCard .box{
    min-height: 480px;
}
.templatelist .candidateCard .box .frontside,.templatelist .candidateCard .box .backside{
    min-height: 460px;
    max-height: 550px;
}
.col-xs-8.menubarbox {
    bottom: -16px;
    position: relative;
}

.formtable .is-completed label.form-label, .formtable .is-active label.form-label { padding: 0; }

.formtable .form-group {
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    margin-bottom: 0px;
    max-width: 400px;
    min-width: 70px;
    transition: all .5s;
}

.formtable label.form-label {
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    display: none !important;
    font-size: 12px;
    padding: 0 0 5px;
    transform: translateY(20px);
    white-space: nowrap;
}

.disableedit .table-cell-content {
    border-bottom: 1px solid #dddedf;
    cursor: default;
}

.disableedit .form-group { display: none; }

.validationmessage {
    background-color: #d30808;
    color: #FFF;
    font-size: 10px;
    left: 0;
    margin: 0 1%;
    padding: 8px;
    position: absolute;
    top: 50px;
    width: 98%;
    z-index: 99999;
}

.validationmessageblock .table-cell-form { display: block; }

.validationmessageblock .table-cell-content { display: none; }

.menubarbox {
    display: none;
    position: relative;
    width: auto;
}

.leftmenuouterbox {
    -webkit-overflow-scrolling: touch;
    /* min-width: 300px; */
    background: linear-gradient(to bottom, #2a5b97, #050202);
    max-height: 100vh;
    max-width: 100%;
    max-width: 340px !important;
    min-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 48px;
    transition: width 2s;
    z-index: 123;
}

.headerminimize .leftmenuouterbox { top: 39px; }

.formtable .orderrow {
    float: right;
    padding: 2px 4px !important;
}

.divtable .tablebody .table-row.showalldetails .orderrow { margin-right: 0; }

.divtable .tablebody .table-row .orderrow {
    background-color: #f8da9f;
    border-bottom: 2px solid #fff;
    border-left: 5px solid #fff;
    cursor: move;
    max-width: 40px !important;
}

a.orderup {
    color: #0188fc;
    float: left;
    padding-bottom: 4px;
    width: 100%;
}

a.orderdown {
    color: #0b4475;
    float: left;
}

.formtable .bulkrow .orderrow a, .formtable .searchrow .orderrow a, .formtable .table-addnewrow .orderrow a, .formtable > div > div.tablehead > div.orderrow a { display: none; }

.orderrow .orderup:before, .orderrow .orderdown:before { float: left; }

.table-row.ui-sortable-helper { background-color: #494b48; }

#alertboxes {
    color: #fff;
    font-size: 12px;
    max-width: 100%;
    position: fixed;
    right: 0px;
    text-align: center;
    top: 55px;
    width: 500px;
    z-index: 99999;
}

.alertbox {
    background: linear-gradient(180deg, rgba(15, 69, 77, 0.86), rgba(12, 77, 53, 0.79));
    background-color: rgb(15, 69, 77);
    box-shadow: 0 12px 20px -10px #4486f4, 0 4px 20px 0 #000000, 0 7px 8px -5px #00bcd4;
    box-shadow: 0 12px 20px -10px rgba(68, 134, 244, 0.1), 0 4px 20px 0 rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
    margin-bottom: 10px;
    padding: 20px 30px;
}

.alertboxwarning {
    background: linear-gradient(180deg, rgba(133, 30, 0, 0.88), rgba(196, 44, 1, 0.8));
    background-color: rgb(133, 30, 0);
}

a.alertboxok, a.alertboxcancel {
    font-size: 20px;
    margin: 0;
    min-width: 125px;
    padding: 3px 10px 3px 10px;
}

div[data-order='Order'], div[data-label='Order'] { display: none !important; }

.alertboxcontent {
    background-color: rgba(254, 243, 243, 0);
    color: #FFF;
    /* min-height: 200px; */
    font-size: 22px;
    line-height: 26px;
    text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.13);
}

textarea.form-control {
    -ms-transition: height .6s ease-in-out;
    -o-transition: height .6s ease-in-out;
    -webkit-transition: height .6s ease-in-out;
    min-width: 200px !important;
    overflow: hidden;
    transition: height .6s ease-in-out;
    visibility: visible !important;
}

.clearfix {
    clear: both;
    width: 100% !important;
}

.viewtable .table-row > div { border-bottom: 2px solid rgba(237, 237, 237, 0.6196078431372549); }

.inheritmodal {
    background-color: #fffefe;
    background-color: rgba(255, 254, 254, 0.8313725490196079);
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: scroll;
    padding: 2%;
    padding-top: 49px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.demotable { background-color: #FFF; }

a.inheritmodalbutton {
    color: #23b6d9;
    content: 'Import';
    position: absolute;
    right: 6px;
    top: 3px;
}

a.inheritmodalbutton i {
    color: #103cbd;
    font-size: 26px;
}

.importbuttonblock {
    margin-top: 20px;
    max-width: 260px;
}

.checkrow label {
    /* float: left; */
    display: block;
    font-size: 22px;
    line-height: inherit;
    font-weight: normal;
    color: #333333;
    /* vertical-align: top !important; */
}

.checkrow input[type=checkbox] { display: none; }

.checkrow input[type=checkbox] + label:before {
    content: "\f0c8";
    display: block;
    float: left;
    font-family: 'Font Awesome 5 Free';
}

.checkrow input[type=checkbox]:checked + label:before { content: "\f14a"; }

.formtable .checkrow { max-width: 36px !important; }

.formtable .table-row .checkrow { max-width: 60px !important; }

.formtable > div > div.table-row.rowselected > div {
    -ms-opacity: .4;
    opacity: .4;
}

.divtable > div > div.searchrow .form-group { border-bottom: 2px solid #f0ad4e; }

.formtable > div > div.table-addnewrow .form-group { border-bottom: 2px solid #5cb95c; }

.tablemenulist {
    float: left;
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    position: relative;
}

.tablemenulist li {
    display: block;
    float: left;
}

.tablemenulist li.pull-right { float: right; }

.tablemenulist li a {
    background-color: #fff;
    color: #393e89;
    float: left;
    font: 12px Quicksand-Bold;
    padding: 12px 30px 12px 15px;
    text-align: left;
    transition: border .6s ease-out;
    transition: background-color .3s ease-out;
    white-space: nowrap;
    width: 101%;
}

.tablemenulist > li ul {
    box-shadow: 0 0 1px 1px rgba(5, 4, 4, 0.18);
    display: none;
    position: absolute;
    top: 34px !important;
    z-index: 200;
}

.tablemenulist > li > ul li {
    clear: both;
    width: 100%;
}

.tablemenulist > li > ul > li > a {
    background-color: #2c7457;
    border-bottom: 0 solid #fff;
    color: #FFF;
}

.tablemenulist > li:hover > ul, .tablemenulist > li.tablemenulist > ul {
    display: block;
    top: 40px !important;
}

.tablemenulist > li > ul > li:hover > ul, .tablemenulist > li > ul > li.menuhover > ul { display: block; }

.tablemenulist > li:hover > a {
    background-color: #50d19d;
    box-shadow: 0 12px 20px -10px rgba(11, 11, 11, 0.35), 0 4px 20px 0 rgba(112, 116, 115, 0.44), 0 7px 8px -5px rgba(195, 199, 197, 0.41);
    color: #fff;
}

.tablemenulist > li > ul > li:hover > a { border-bottom: 0 solid #fff; }

.tablemenulist > li > ul > li > ul {
    left: 159px;
    top: 0 !important;
}

.tablemenulist > li > ul > li > ul > li > a {
    border-bottom: 1px solid #0d3691;
    margin-bottom: 0;
}

.tablemenu > .tablemenulist > li { padding-right: 3px; }

.searchrow { padding-bottom: 25px; }

.bulkrow {
    box-shadow: 0 12px 20px -10px #0b0b0b, 0 4px 20px 0 #707473, 0 7px 8px -5px #c3c7c5;
    box-shadow: 0 12px 20px -10px rgba(11, 11, 11, 0.35), 0 4px 20px 0 rgba(112, 116, 115, 0.44), 0 7px 8px -5px rgba(195, 199, 197, 0.41);
}

.formtable > div > div.bulkrow > div .form-control { color: #000; }

option { color: #000 !important; }

.tablemenuitem .fas {
    position: relative;
    top: 2px;
}

#usersrolesmenulist {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.userrole:hover #usersrolesmenulist { display: block; }

.tablebody div[data-order] { cursor: pointer; }

.fade {
    -ms-opacity: 0;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.in {
    -ms-opacity: 1;
    opacity: 1;
}

.collapse { display: none; }

.collapse.in { display: block; }

[class*=panel] {
    float: left;
    width: 100%;
}

.fade.in { opacity: 1; }

.collapse { display: none; }

.collapse.in { display: block; }

[class*=panel] {
    float: left;
    width: 100%;
}

.innercolumn { float: left; }

.innercolumn.splitcolumn {
    background-color: #FFF;
    display: block;
    float: left;
    white-space: nowrap;
}

.divtable .tablehead { border-bottom: 2px solid #000; }

svg.angle-right {
    height: 44px;
    position: relative;
    top: 35%;
    width: 20px;
}

.rightangle, .leftangle {
    background-color: #ebebeb;
    background-color: rgba(235, 235, 235, 0.8392156862745098);
    bottom: 0;
    cursor: pointer;
    float: none !important;
    padding: 2px;
    position: absolute;
    top: 0;
    width: auto !important;
    z-index: 123;
}

.leftangle {
    -ms-transition: left .5s ease-in;
    -o-transition: left .5s ease-in;
    -webkit-transition: left .5s ease-in;
    transition: left .5s ease-in;
}

.rightangle {
    -ms-transition: right .5s ease-in;
    -o-transition: right .5s ease-in;
    -webkit-transition: right .5s ease-in;
    transition: right .5s ease-in;
}

.tablebody { position: relative; }

.hidetitlebox .firstcolumn .datacolumn:last-child { display: none; }

.hidemaximumpossible .btnlabel { display: none; }

.hidemaximumpossible .btn {
    display: block;
    float: none;
    min-width: 25px !important;
    padding: 8px 10px;
    vertical-align: middle;
    /* margin-top: 0px; */
}

.hidemaximumpossible.allowlastcolumnsabsolute .actioncolumn.datacolumn {
    margin-top: 1px;
    position: absolute;
    width: 42px;
}

.hidemaximumpossible.allowlastcolumnsabsolute .orderrow.datacolumn {
    border-bottom: 12px solid #FFF;
    min-height: 29px;
    position: absolute;
    width: 23px;
    z-index: 44;
}

.hidemaximumpossible .checkrow { z-index: 20; }

.hidemaximumpossible.allowfirstcolumnsabsolute .titlecolumn {
    margin-top: 0;
    min-height: 13px;
}

.hidemaximumpossible.allowlastcolumnsabsolute .actioncolumn.datacolumn {
    margin-top: 0;
    position: absolute;
}

.hidemaximumpossible.allowlastcolumnsabsolute .tablehead .actioncolumn.datacolumn { margin-top: 0; }

.hidemaximumpossible.allowlastcolumnsabsolute .tablehead .orderrow.datacolumn {
    border-bottom: 12px solid #FFF;
    margin-top: 2px;
}

.hidemaximumpossible.allowfirstcolumnsabsolute .tablehead .titlecolumn.datacolumn {
    margin-top: -3px;
    z-index: 24;
}

.hidemaximumpossible.allowfirstcolumnsabsolute .tablehead .checkrow.datacolumn { margin-top: -4px; }

#usersroleslist .table-row .table-cell-content { cursor: pointer !important; }

#menuaccordion .panel-heading { padding: 12px 9px 14px; }

.roledescription {
    color: #FFF !important;
    font-size: 14px;
    text-align: right;
}

.panel-menu { border-color: #031529; }

.panel-menu > .panel-heading {
    background-color: #031528;
    border: none !important;
    border-color: #031529;
    color: #fff;
}

#menuaccordion .panel.panel-menu {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 1);
    border: 0 solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

p.list-group-item-text { font-size: 9px; }

.text-bold { font-weight: 700; }

.text-italic { font-style: italic; }

.text-left { text-align: left; }

.text-right { text-align: right; }

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

.editicon {
    color: inherit !important;
    padding: 0 5px;
}

#rightmodeliframe {
    border: none;
    display: none;
    height: 100%;
    min-height: 287px;
    width: 100%;
}

.rightModal {
    left: auto;
    right: 0;
    width: 100%;
}

.modaltoolbar.rightModal > div {
    float: right;
    left: auto;
    max-width: 800px;
    right: 0;
    width: 100%;
}

.modelclose {
    position: absolute;
    right: 0;
}

#eventgroupspagelist > .table-row {
    background-color: #dadada;
    background-color: rgba(218, 218, 218, 0.47058823529411764);
}

#eventgroupspagelist > .table-row:nth-of-type(odd) { background-color: #fff; }

.groupsheading {
    background-color: #08648d;
    color: #fff;
    margin: 0;
}

[id*=competitionsstructurepagelist] > .table-row { background-color: #fff; }

.competitionheading {
    border-bottom: 4px solid #fff;
    /* background-color: #114fbc; */
    color: #3459af;
    padding: 7px 10px;
    margin: 0px;

}

.divtable > div > div > div.datacolumn:not(.checkrow):not(.actioncolumn):not(.orderrow) {
    border-right: 2px solid #ededed;
    border-right: 2px solid rgba(237, 237, 237, 0.81);
    vertical-align: middle !important;
}


.User [data-orderbyfield="Event"], .User [data-label="event"], .datacolumn[data-orderbyfield="Inherit"], .datacolumn[data-label="inherit"], .datacolumn[data-orderbyfield="InheritFrom"], .datacolumn[data-label="inherit from"], .datacolumn[data-orderbyfield="CreatedBy"], .datacolumn[data-orderbyfield="Phase"], .datacolumn[data-orderbyfield="CreatedBy"], .datacolumn[data-label="created by"], .datacolumn[data-orderbyfield="CreatedDate"], .datacolumn[data-label="created date"], .datacolumn[data-orderbyfield="ModifiedDate"], .datacolumn[data-label="modified date"], .datacolumn[data-orderbyfield="Visibility"], .datacolumn[data-label="visibility"], .datacolumn[data-label="phase"], .datacolumn[data-orderbyfield="ReportedStartTime"], .datacolumn[data-orderbyfield="ReportedEndTime"], .datacolumn[data-label="reported start time"], .datacolumn[data-label="reported end time"] {
    display: none;
}

.competitionstatus { color: #000; }

.competitionstatus[competitionstatus='7'] {
    color: #000000;
    color: rgba(0, 0, 0, 0.25098039215686274);
}

.competitionstatus[competitionstatus='1'] { color: green; }

.competitionstatus[competitionstatus='3'] { color: orange; }

.competitionstatus[competitionstatus='6'] { color: #078dea; }
.competitionstatus[competitionstatus='5'] {color: #05a22b;}

.competitionstatus[competitionstatus='2'] {
    color: #a3a3a3;
    color: rgba(163, 163, 163, 0.8196078431372549);
}

.competitionstatus[competitionstatus='4'] { color: #495de7; }

.text-danger { color: red; }

.pagination { float: right; }

div#talenterbody {
    float: left;
    width: 100%;
}

.jltableouter {
    height: auto;
    overflow-y: auto;
}

/*Loader Styles*/

.spinnerbox {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8509803921568627);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.tablebody .spinnerbox div {
    overflow: visible;
    padding-left: 20%;
    width: 50%;
}

body > .spinnerboxglobal > .spinnerbox { position: fixed !important; }

.spinner {
    -ms-animation: sk-rotate 2s infinite linear;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear;
    display: block !important;
    height: 30px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 99999;
}

.dot1, .dot2 {
    -ms-animation: sk-bounce 2s infinite ease-in-out;
    -ms-border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    background-color: #029be3;
    border-radius: 100%;
    display: inline-block;
    height: 60%;
    position: absolute;
    top: 0;
    width: 60%;
}

.dot2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    bottom: 0;
    top: auto;
}

@-webkit-keyframes sk-rotate {
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes sk-rotate {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0); }

    50% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bounce {
    0%, 100% {
        -ms-transform: scale(0.0);
        -webkit-transform: scale(0.0);
        transform: scale(0.0);
    }

    50% {
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*Loader Ends*/

.resultsrow {
    border-bottom: 1px solid #004668;
    border-bottom: 1px solid rgba(0, 70, 104, 0.3215686274509804);
    position: relative;
    /* display: flex !important; */
}

#coordinatorcompetitionoptdropdown { font-weight: 700; }

#resultpanel { margin-top: 27px; }

.resultChestCode {
    color: #012409;
    font-weight: 700;
}


.resultsrow .datacolumn {line-height: 40px;/* flex-grow: 1; */}

.loader1 {
    display: block;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
    padding-top: 8px;
    width: 72px;
}

.loader1 span {
    -ms-animation: loader1 .8s linear infinite alternate;
    -ms-border-radius: 100%;
    -webkit-animation: loader1 .8s linear infinite alternate;
    animation: loader1 .8s linear infinite alternate;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 3px 2px;
    vertical-align: middle;
    width: 10px;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: #029be3;
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
    background: #029be3;
    background: rgba(2, 155, 227, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -.26666s;
    animation-delay: -.26666s;
    background: #029be3;
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
    background: #029be3;
    background: rgba(2, 155, 227, 0.8);
}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: #029be3;
    background: rgba(2, 155, 227, 0.4);
}

.loader1 span { background: #029be3 !important; }

@keyframes loader1 {
    from {
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    to {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from { -webkit-transform: scale(0, 0); }

    to { -webkit-transform: scale(1, 1); }
}

.input-group {
    display: table;
    width: 100%;
}

.input-group > * { display: table-cell; }

.input-group > .input-group-addon, .input-group > .form-control {
    line-height: 30px;
    padding: 7px 10px;
    padding-top: 5px;
}

.input-group-addon {
    background-color: #58595a;
    color: #fff;
    padding: 0 10px;
    white-space: nowrap;
    max-width: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-group a.addrow {
    display: table-cell;
    float: none;
    line-height: 26px;
    margin: 0px;
    min-width: 40px !important;
    text-align: center;
    vertical-align: top;
    vertical-align: text-bottom;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #028123;
    border-color: #028123;
    z-index: 2;
}

.orgrow > h4 {
    border-bottom: 2px solid #093372;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 0;
}

.organizationlistgroup li {
    cursor: pointer;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-break: normal;
}

.organizationlistgroup li > * { float: left; }

.organizationlistgroup li a:last-child { color: #000; }

.organizationlistgroup li.active a:last-child { color: #fff; }

.organizationrow .orgrow {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.organizationlistgroupview {
    bottom: 0;
    position: absolute;
    width: 100%;
}



select#CandidateUsersList { min-height: 300px; }

select#TeamsList { min-height: 200px; }

.logoblue {
    background-image: url(https://justinscoderepo.github.io/etalentercdn/Content/Images/ET-logo-color.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 444px;
    float: left;
    font-size: 97px;
    font-weight: 700;
    height: 142px;
    position: relative;
    text-transform: lowercase;
    width: 100%;
}

.sitenametitle {
    float: none;
    height: fit-content;
    max-width: 163px;
    width: 100%;
    max-height: 31px;
    display: flex;
}

.headerminimize .sitenametitle {
    max-width: 92px;
    width: 100%;
    max-height: 26px;
}


.optdiv {
    background-color: #fff;
    bottom: 20px;
    box-shadow: 0 0 5px 2px #000000;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25098039215686274);
    display: none;
    float: left;
    height: 99%;
    left: 50%;
    margin-left: -150px;
    max-width: 90%;
    overflow-y: scroll;
    padding: 10px;
    padding-bottom: 100px;
    position: fixed;
    top: 70px !important;
    width: 300px;
    z-index: 9999999;
}

.dropdownui { position: relative; }

.optdiv .list-group-item { cursor: pointer; }

.optinput { color: #050505 !important; }

.optsearchinput > * {
    background-color: #0e6f9d;
    border-radius: 0;
    color: #fff;
    float: left;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 6px 10px;
}

.optsearchinput {
    float: left;
    width: 100%;
}

.optoverlay {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8509803921568627);
    /* z-index: 9999; */
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
}

body.optactivebody, body.disableoverflow { overflow-y: hidden; }

.optdropdown .list-group-item { padding: 2px 6px; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.resultrowtoshow [type="checkbox"] + span:not(.lever) {
    height: 22px;
    padding-bottom: 3px;
    padding-left: 28px;
    padding-top: 0;
    top: -5px;
}

.bulkcheckbox [type="checkbox"] + span { top: 0; }

[type="checkbox"] + span:not(.lever) {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline;
    overflow: hidden;
    padding-bottom: 4px;
    padding-left: 22px;
    padding-top: 3px;
    position: relative;
    text-overflow: ellipsis;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    /* -webkit-transition: .2s; */
    border: 1px solid #8d8d8d;
    border: 1px solid rgba(141, 141, 141, 0.54);
    border-radius: 1px;
    content: '';
    height: 18px;
    left: 0;
    margin-top: 3px;
    position: absolute;
    top: 0;
    /* transition: .2s; */
    width: 18px;
    z-index: 0;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    -webkit-transform: scale(0);
    border: 0;
    transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    background-color: rgba(0, 0, 0, 0.42);
    border: none;
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
    -webkit-box-shadow: 0 0 0 10px #000000;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #000000;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    transform: scale(1);
}

[type="checkbox"]:checked + span:not(.lever):before {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    backface-visibility: hidden;
    background-color: rgba(249, 248, 248, 0);
    border-bottom: 2px solid #26a69a;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-top: 2px solid transparent;
    height: 22px;
    left: -5px;
    top: -4px;
    transform: rotate(40deg);
    transform-origin: 100% 100%;
    width: 12px;
}

[type="checkbox"]:checked:disabled + span:before {
    border-bottom: 2px solid #000000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
    border-right: 2px solid #000000;
    border-right: 2px solid rgba(0, 0, 0, 0.42);
}

.optullabel {
    font-weight: 700;
    padding: 8px 7px;
}

.chip { display: inline-block; }

.chip:focus {
    background-color: #26a69a;
    color: #fff;
    outline: none;
}

.chip > img {
    border-radius: 50%;
    float: left;
    height: 32px;
    margin: 0 8px 0 -12px;
    width: 32px;
}

.chip .chipclose {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    padding-left: 8px;
}

.chips {
    -webkit-box-shadow: none;
    -webkit-transition: all .3s;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    outline: none;
    transition: all .3s;
}

.chips.focus {
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover { cursor: text; }

.chips .input {
    background: none;
    border: 0;
    color: #000000;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 16px;
    height: 3rem;
    line-height: 32px;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    width: 120px !important;
}

.chips .input:focus {
    -webkit-box-shadow: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.chips .autocomplete-content {
    margin-bottom: 0;
    margin-top: 0;
}

.prefix ~ .chips {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.chips:empty ~ label {
    -webkit-transform: translateY(-140%);
    font-size: .8rem;
    transform: translateY(-140%);
}

.showing span {
    display: inline-block;
    padding: 0;
}

[data-noresult="true"] span:before { display: none; }

[data-noresult]:has(+ [data-jlelements]) {
    display: none !important;
}
.violet { color: #6114c2; }

.darkblue { color: #0f3b6a; }


.resultsrow .datacolumn {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top !important;
    white-space: nowrap;
}


.pagebreak { background-color: #898787; }

@media print {
    .CertificateCard .box, .candidateCard .box, .grouprow, .stickerresults .candidatesdetailsrow { page-break-inside: avoid !important; }

    #CandidatesCardsPaginationOuter { display: none; }

    html { margin: 0 !important; }

    body {
        background: #fff;
        background-color: #fff;
        margin: 0 !important;
    }

    body { position: relative !important; }

    .pagebreak {
        background-color: #fff;
        display: block;
        overflow: hidden;
        page-break-before: always !important;
    }

    #tidio-chat { display: none; }

    .candidatescards #contentbox #contentboxbody,.printcertificate  #contentbox #contentboxbody ,.printtopcertificate   #contentbox #contentboxbody,.stickerbasedindividualresults #contentboxbody  { width: 100% !Important; }

    div#contentbox, .candidatescards #contentbox {
        margin-right: 0 !important;
        margin-top: 0;
        width: 100% !important;
    }

    div#contentbox > div, div#contentbox > div > div, div#contentbox > div > div > div {
        margin: 0;
        padding: 0;
    }

    .box { margin: 0; }

    .removethis { display: none; }

    .halfwidth { width: 50%; }

    #contentboxbody .box > div { padding: 0px }

    .breakpage { height: 0px; }
}

.optokbox {
    bottom: 0;
    left: 50%;
    margin-left: -72px;
    position: fixed;
    width: 135px;
    z-index: 9999;
}

a.optok.btn.btn-success {
    text-align: center;
    width: 100%;
}


img.clipimage {
    float: left;
    height: 100%;
    position: absolute;
}


#JudgesScoreCardorder [data-orderbyfield=ScoreGrade], #JudgesScoreCardlist [data-label="score grade"] { display: none; }

#ScoreLoglist [data-key="Log"] { white-space: pre-wrap; }

[data-key="Log"] {max-width: 300px;/* white-space: normal; */}

[data-key="StackTrace"], [data-key="Message"] { max-width: 300px; }

.searchrow .datacolumn { display: inline-block; }

.searchrow .form-label { text-transform: capitalize; }

.searchrow .actioncolumn.datacolumn { display: block; }

[data-label="meta title"], [data-label="description"], [data-label="featured image"], [data-label="featured video"], [data-label="meta keywords"], [data-label="meta image"], [data-label="meta description"], [data-label="round by points"], [data-orderbyfield="RoundByPercentage"], [data-label="round by percentage"], [data-orderbyfield="RoundByPoints"], .datacolumn[data-orderbyfield="EventCategory"], .datacolumn[data-orderbyfield="Status"], [data-label="Competition Settings"], [data-label="status"] { display: none !important; }

.SuperAdmin [data-label], .SuperAdmin [data-orderbyfield] { display: table-cell !important; }


.text-uppercase { text-transform: uppercase; }

.btn-center {
    display: block;
    margin: 0 auto;
    max-width: 175px;
}

.resultrowtoshow {
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09019607843137255);
    display: inline-block;
    padding: 7px;
}

input.dateinput {
    display: inherit;
    float: left;
    max-width: 84px;
}

#bulkusersleftlist .form-group {
    margin-bottom: 2px;
    padding: 0;
    /* display: flex; */
    float: none;
    display: flex;
    flex-grow: 1;
}

#bulkusersleftlist .form-group > *{
    display:flex
}

#bulkusersleftlist .form-group > .uploadimagebutton.btn{
        width: 29px !important;
        max-width: 10% !important;
        min-width: 0px !important;
        padding: 8px 8px 10px !important;
}

#bulkusersleftlist input.form-control, #bulkusersleftlist select.form-control {
    border-left: 1px solid #ebe9e9;
    border-right: 1px solid #ebe9e9;
    line-height: 47px;
    padding: 1px 4px;
    font-size: 12px;
}

#bulkusersleftlist select.form-control{
    height: 47px !important;
}

#bulkusersleftlist input.dateinput {
    padding: 5px 0;
    width: 25%;
}

#bulkusersleftlist input.dateinput.year { width: 42%; }

.startedcompetition {
    background-color: #dbd3d3;
    background-color: rgba(219, 211, 211, 0);
    height: 60vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.startedcompetition a {
    outline: none;
    text-decoration: none !important;
}


.divtable > div > div > div.bulkcheckbox, .divtable > div > div > div.newbulkcheckbox {
    height: 44px !important;
    overflow: hidden;
    padding: 5px 4px;
    /* display: flex; */
    /* flex-flow: column; */
}

.divtable > div > div > div.newbulkcheckbox { height: 44px !important; }

.bulkuser {
    line-height: 47px;
    text-align: center;
    white-space: nowrap;
    white-space: nowrap;
    width: auto;
    flex: auto;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    max-width: min-content;
}

#bulkusersleftlist {margin-top: 28px;display: flex;flex-flow: column;}

#bulkusersleftlist .form-group:after, #bulkusersleftlist .form-group:before { 
    height: 0px;
 }

 #bulkusersleftlist .is-active.form-group:after, #bulkusersleftlist .is-active.form-group:before { 
    height: 2px;
 }

#bulkusersleftlist > div {
    border-bottom: 1px solid #9d9d9d;
    border-bottom: 1px solid rgba(157, 157, 157, 0.81);
    height: 52px !important;
    /* overflow: hidden; */
    position: relative;
    justify-content: space-between;
    display: flex
;
}
#bulkusersleftlist > .addnewbox {
    border-bottom: 1px solid #0dc844;
    border-bottom: 2px solid rgb(13, 200, 68, 81%);
}
#bulkusersleftlist > .Candidateleftlist {height: 51px !important;/* justify-content: space-between; *//* display: flex; */}

#bulkusersleftlist > .Candidateleftlist > div {
    display:flex;
    flex-grow: 1;
}

.leftmenu li a.active {
        
    background-color: #065b7b;
        
    color: #ffffff;
}
.leftmenu .leftsubmenu  li a.active {
        background-color: #0b4677;
        color: #ffffff;
}
.addnewbox { margin-top: 0px; }

.addnewbox .form-control {
    line-height: 18px;
    /* padding: 4px 8px; */
}

.customdate {
    float: left;
    width: 100%;
}

.hidemaximumpossible .btn.addnewCandidatebulk {
    float: right;
    margin-top: 6px;
    min-width: 40px !important;
    padding: 9px 10px;
}

#bulkusersleftlist .loader1 { padding-top: 8px; }



input.form-control[type=color] { min-height: 40px; }


input.form-control.customdatepicker {
    float: left;
    min-width: 60% !important;
    padding: 0 3px;
    width: 60% !important;
}

input.form-control.customtimepicker {
    float: left;
    min-width: 40% !important;
    padding: 0 2px;
    width: 40% !important;
}

div.totalfees {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.0784313725490196);
    min-width: 300px;
    padding: 0 27px;
}

.dots {
    -webkit-print-color-adjust: exact;
    border-radius: 34px;
    float: left;
    height: 22px;
    line-height: 0;
    width: 14px;
}

.dotsbox {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}


.sendotpbtn { padding: 10px 10px 0 30px; }

.navigationlink > i {
    float: left;
    font-size: 18px;
    text-align: center;
    width: 60px;
    /* max-width: 100%; */
}

.table-cell-content .form-control {
    min-height: 0;
    padding: 0;
}

.minimizemenu .leftmenu .leftsubmenu { display: none; }

.minimizemenu .leftmenu li > .hideonminimize { display: none; }

.minimizemenu .leftmenu li > * {
    white-space: nowrap;
    /* text-align: center; */
}

.leftmenuouterbox.minimizemenu { width: 60px; }

.leftmenuouterbox.menuhidden { width: 0px; }

.form-group.table-cell-new { /* padding-top: 3px; */ }

.menutitle { /* transition: display 10s; */ }

.minimizemenu .menutitle i { display: none }

.updateaddbox > div, .updatelistbox > div {
    padding-bottom: 0;
    padding-top: 0;
}

.updateaddbox > div:first-child .box, .updatelistbox > div:first-child .box { margin-bottom: 0; }

.updateaddbox > div:last-child .box, .updatelistbox > div:last-child .box { margin-top: 0; }

.h1.UpdateHeader, .h1.UpdatelistHeader {
    margin-bottom: 0;
    padding-bottom: 0;
}

.seosettings {
    padding-bottom: 10px;
    padding-top: 13px;
}

.mce-panel { overflow: hidden; }

.addnewitemlink {
    color: #158d7a;
    font-size: 18px;
    text-transform: capitalize;
}

.field-validation-error .alert-danger {
    background-color: #f60b0b;
    border-top: 2px solid #000;
    box-shadow: 0 1px 1px 1px #999933;
    box-shadow: 0 1px 1px 1px rgba(153, 153, 51, 0.62);
    color: #fffafa;
    font-size: 12px;
    margin-top: 7px;
    padding: 4px 15px;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
    z-index: 9;
}

.field-validation-error:empty { display: none; }

.field-validation-error a {
    color: red;
    display: inline-block;
    font-size: 31px;
    position: absolute;
    right: 18px;
    top: -21px;
    width: 39px;
    z-index: 9999;
}

.field-validation-error .uparrow {
    font-size: 32px;
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 999;
}

.field-validation-error {
    display: none;
    float: left;
    position: relative;
    width: 100%;
}

.has-error .field-validation-error { display: block; }

.fulleditform { overflow: hidden; }

.subdatacolumn .table-cell-new {
    border-right: 1px solid #b8b5b5;
    display: table-cell;
    padding: 2px;
    width: 20px;
}

#bulkusersleftlist .addnewbox input.form-control { line-height: 51px; }

.custtodatetimeBox { min-width: 160px; }

blockquote {
    border-left: 5px solid #51ac2b;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.050980392156862744);
    display: block;
    float: left;
    margin: 5px 0;
    padding: 8px 15px;
    width: 100%;
}

blockquote.warning { border-color: #ffb900; }

.quote-badge { background-color: rgba(0, 0, 0, 0.2); }

.quote-box {
    background-color: #4ADFCC;
    border-radius: 17px;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
    color: #fff;
    margin-top: -50px;
    margin-top: 25px;
    overflow: hidden;
    padding-top: -100px;
    width: 325px;
}

.quotation-mark {
    color: #fff;
    font: 700 100px "Times New Roman", Georgia, Serif;
    margin-top: -10px;
}

.quote-text {
    font-size: 19px;
    margin-top: -65px;
}

.tab-pane.active { display: block; }


.organizationlist { text-align: center; }

.priceslist > div { text-align: center; }

.CompetitionShortTitle { color: #8b0202 !important; }

.ScorecardIdRankTitle { color: #042a04 !important; }

.divabsolute {
    background-color: rgba(0, 0, 0, 0.3607843137254902);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 46;
}

.divabsolute > div { background-color: #FFF; }

.plusbutton {
    min-width: 12px;
    padding: 5px 10px;
}

.moredelete, .moreplus {
    float: left !important;
    margin: 0 5px;
}

@keyframes ripple {
    0% { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0); }

    50% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1); }

    100% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
}


.sidemenubox > span {
    line-height: 23px;
    padding: 13px 10px;
}

.addrow.btn-sm { min-width: 0 !important; }

.formgrouprowbutton { margin-top: 12px; }

.hidemaximumpossible .btn.formgrouprowbutton { margin-top: 20px; }

.lightblue { color: #0089fc; }

.skyblue { color: #3289fc; }

.bluegreen { color: #20afda; }

.gold { color: #9c761e; }

.violet { color: #681da0; }

.darkgreen { color: #276d6c; }

.textfield { font-size: 13px; }

.textheading { font-size: 30px; }

.blockquoteleftborder {
    border-left: 2px solid grey;
    padding-left: 10px;
}

.border { border-left: 2px solid #276d6c; }

.btn-darkgreen {
    background-color: #276d6c;
    border-color: #1c4e4d;
    color: #fff;
}

.btn-darkgreen:hover {
    background-color: #276d6c;
    border-color: #1c4e4d;
    color: #fff;
}

.btn-lightblue {
    background-color: #337ab7;
    border-color: #1d496f;
    color: #fff;
}

.btn-lightblue:hover {
    background-color: #337ab7;
    border-color: #1d496f;
    color: #fff;
}

.btn-gold {
    background-color: #9c761e;
    border-color: #1d496f;
    color: #fff;
}

.btn-gold:hover {
    background-color: #9c761e;
    border-color: #1d496f;
    color: #fff;
}

.btn-violet {
    background-color: #681da0;
    border-color: #1d496f;
    color: #fff;
}

.btn-violet:hover {
    background-color: #681da0;
    border-color: #1d496f;
    color: #fff;
}

.block {
    background-color: #fefefe;
    border-color: #1c4e4d;
    color: #153257;
    display: block;
    padding: 10px;
    width: 100%;
}

.blueblock {
   
    background-color: #0b447c;
   
    background-image: linear-gradient(to right, #083a6b, #2f62b3);
   
    color: #fff;
   
    display: block;
   
    font-size: 16px;
   
    padding: 15px;
}

.plus { min-width: 10px; }

.h6 {
    color: #000;
    font-size: 20px;
    font-weight: 400 !important;
    margin-bottom: -35px !important;
    text-transform: capitalize !important;
    top: -20px;
}

.list-group-item.active input { color: #fff; }

.quick-install-list {
    margin-bottom: 17px;
    max-height: 120px;
    overflow: hidden;
}

.scrollbar {
    margin-bottom: 18px;
    max-height: 50vh;
    overflow-y: hidden;
}

.scrollbar-morpheus-den::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-morpheus-den::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 12px;
}

.scrollbar-morpheus-den::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867));
    background-image: -webkit-linear-gradient(bottom, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    border-radius: 0px;
}

.quickinstall-list-item {
    line-height: 30px;
    padding: 0 15px;
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav > li {
    display: block;
    position: relative;
}

.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #eee;
    text-decoration: none;
}

.nav > li.disabled > a { color: #777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    background-color: transparent;
    color: #777;
    cursor: not-allowed;
    text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    background-color: #e5e5e5;
    cursor: pointer;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.nav > li > a > img { max-width: none; }

.nav-tabs {
    border-bottom: 1px solid rgba(58, 98, 77, 0.1);
    padding: 0 3px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    background-color: rgb(251, 251, 251);
    border: 1px solid transparent;
    color: #323232;
    cursor: pointer;
    line-height: 1.42857143;
    margin-right: 2px;
}

.nav-tabs > li > a:hover { border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #11315f;
    border: 0 solid #ddd;
    border-bottom: 1px solid #15315f;
    color: #fefefe;
    cursor: default;
}

.nav-tabs.firsttab > li.active > a, .nav-tabs.firsttab > li.active > a:hover, .nav-tabs.firsttab > li.active > a:focus { background-color: #17610d; }

.nav-tabs.nav-justified {
    border-bottom: 0;
    width: 100%;
}

.nav-tabs.nav-justified > li { float: none; }

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a { margin-bottom: 0; }
}

.nav-tabs.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; }
}

.nav-pills > li { float: left; }

.nav-pills > li > a { border-radius: 0; }

.nav-pills > li + li { margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #337ab7;
    color: #fff;
}

.nav-stacked > li { float: none; }

.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}

.nav-justified { width: 100%; }

.nav-justified > li { float: none; }

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a { margin-bottom: 0; }
}

.nav-tabs-justified { border-bottom: 0; }

.nav-tabs-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; }
}

.tab-content .tab-pane { display: none !important; }

.tab-content .active { display: block !important; }

.d-block { display: block; }

.text-white { color: #FFF; }

.text-white:hover, .text-white:focus { color: #FFF; }

.list-group { margin-bottom: 0; }

.selectablelist .checkrow {
    float: left;
    left: -6px;
    position: relative;
    top: -3px;
}

.selectablelist .list-group-item i {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 2px;
}

.selectablelist .itemactive i { color: #3cc102; }

.selectablelist .list-group-item { line-height: 25px; }

.selectablelist .list-group-item i.fa-arrow-right { top: 3px; }

.divtable > div > div > div.topaligneditem { vertical-align: top !important; }

.beforeAnimation { transition: .2s cubic-bezier(0.24, 0, 0.5, 1); }

.afterAnimation {
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    transition: .35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.toggleWrapper { margin: 0 6px; }

.toggleWrapper input.mobileToggle {
    opacity: 0;
    position: absolute;
}

.toggleWrapper input.mobileToggle + label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    border-radius: 60px;
    display: inline-block;
    height: 20px;
    overflow: visible;
    position: relative;
    transition: .4s ease;
    user-select: none;
    width: 50px;
}

.toggleWrapper input.mobileToggle + label:before {
    border-radius: 30px;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 7px;
    transition: .2s cubic-bezier(0.24, 0, 0.5, 1);
    width: 51px;
}

.toggleWrapper input.mobileToggle + label:after {
    background: #f5f5f5;
    border-radius: 60px;
    box-shadow: 0 0 0 1px #000000, 0 4px 0 0 #000000, 0 4px 9px #000000, 0 3px 3px #000000;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 2px;
    transition: .35s cubic-bezier(0.54, 1.6, 0.5, 1);
    width: 30px;
}

.toggleWrapper input.mobileToggle:checked + label:before { background: #ef6e00; }

.toggleWrapper input.mobileToggle + label:before {
    background: #2ecc71;
    transition: width .2s cubic-bezier(0, 0, 0, 0.1);
}

.toggleWrapper input.mobileToggle + label:after { left: 24px; }

.toggleWrapper input.mobileToggle:checked + label:after { left: 0; }

.box .toggleWrapper { margin-top: 8px; }

.boxactionbuttons .toggleWrapper {
    
    border-right: 3px solid rgba(28, 62, 103, 0.12);
    
    height: 38px;
    
    margin-right: 2px;
    
    margin-top: 4px;
    
    padding-right: 12px;
}

.nav-tabs.firsttab {
    display: table;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 4px;
    width: auto;
}

.headingtag {
    color: #1d3f6e;
    font-size: 16px;
}

.roundedicons {
    /* width: 40px; */
    border-radius: 33px;
    /* height: 40px; */
    /* line-height: 40px; */
    /* margin: 0px; */
    /* margin-right: 5px !important; */
}

.headingicons .roundedicons {
    /* width: 40px; */
    /* height: 40px; */
    /* line-height: 40px; */
    /* margin: 0px; */
    /* margin-right: 5px !important; */
}

@keyframes placeHolderShimmer {
    0% { background-position: -100% 0; }

    100% { background-position: 100% 0; }
}

.animatedbackground:before {
    animation-duration: 15s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #fff;
    background: linear-gradient(to right, #fff 8%, rgba(241, 241, 241, 0.9607843137254902) 18%, #fff 33%);
    background-size: 30% 30%;
    content: '';
    height: 100%;
    min-height: 300px;
    position: absolute;
    width: 100%;
    z-index: 12;
}

[data-json] > div:not(.spinnerbox), [data-subjson] > div:not(.spinnerbox) { /* opacity:0.9; */ }

[data-json][data-bindersuccess] > div, [data-subjson][data-bindersuccess] > div { /* opacity: 0.9; */ }

div[data-jlloading] > div:not(.spinnerbox) { opacity: 0.9; }

.subheadingtag {
    color: #1d3f6e;
    font-size: 15px;
}

.hideeditbox { background-color: #8a8607 !important; }

.alertbox ul li {
    list-style-type: circle;
    margin-left: 19px;
    text-align: left;
}

a.btn-help {
    background-color: #6d6c7d;
    background-color: rgba(109, 108, 125, 0.15);
    color: #fff;
    float: left;
    font: 15px Quicksand-Bold;
    margin: 0;
    padding: 12px 3px;
    text-align: center;
    width: 96%;
}

.headerminimize a.btn-help {
    
    font-size: 11px;
    
    padding: 12px 3px;
}

.list-group.vertical li { width: auto; }

.leftmenu li p {
    margin: 0px;
    white-space: unset;
    word-break: normal;
}

.participanttypes.list-group.vertical li {
    display: table-cell;
    float: none;
    max-width: 1px;
    width: 2%;
}

.participanttypes.list-group.vertical { display: table; }

div#competitionstructureheading[data-jlloading] > div {
    display: block;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
}

li.eventcategoryitems { background-color: #2c57ad; }

li.eventcategoryitems a {
    background-color: #132a44;
    color: #ffffff;
}

li.eventcategoryitems ul { background-color: #000101; }

li.eventitems { background-color: #fff; }

li.eventitems a {
    background-color: #0f2e32;
    color: #fff;
}

li.eventitems ul { background-color: #000101; }

.downarrow {
    color: #ffffff;
    font-size: 25px;
    position: absolute;
    right: 18px;
    top: 14px;
}

.downarrow.fa-angle-up { color: #ffffff; }

li.eventitems .downarrow { color: #fff; }

.text-warning { color: #ff8f04; }



.listlabel i.fas.fa-angle-down {
    font-size: 26px;
    padding-left: 12px;
    position: relative;
    top: 5px;
}

.header a.sitename {
    background-color: #231f1f;
    background-color: rgba(35, 31, 31, 0);
    color: #fff;
    width: auto;
    max-width: 100%;
    float: left;
    max-width: calc(100% - 130px);
    vertical-align: middle;
    height: 48px;
    display: flex;
    align-items: center;
}

@media (max-width: 400px) {
    .sitenametitle {
        
        height: auto;
        
        width: 170px;
    }

    .headerminimize .sitenametitle { width: auto; }

    .header a.sitename {
        background-color: #231f1f;
        background-color: rgba(35, 31, 31, 0);
        color: #fff;
        width: 200px;
    }

    .header a.sitename {
        
        /* padding-top: 10px; */
        
        padding-top: 16px;
        
        /* max-width: 118px; */
        width: auto;
    }
    .headerminimize .header a.sitename {

        padding-top: 4px;
    }
    .nav-tabs > li { width: 100%; }

    .eventmanagerow label span { /* display: none; */ }

    #talenterbody div.leftmenuouterbox {
        display: block;
        left: 0px;
        min-width: 100% !important;
        right: 0px;
        width: auto !important;
        z-index: 999999;
    }

    #talenterbody .leftmenuouterbox.minimizemenu { display: none; }

    #contentbox {
        min-width: 100% !important;
        width: 100% !important;
    }

    .boxactionbuttons {

        background-color: rgb(255, 255, 255) !important;

        height: 38px;

        padding: 0px 0px 0px 4px !important;

        position: relative !important;
    }
}

@media (max-width: 400px) {
    .sitenametitle {
        height: auto;
        width: 110px;
    }

    a.sitename {
        padding: 1px;
        padding-top: 16px;
        width: 130px;
    }
}

.table-sort {
    /*float: right;*/
    font-size: 20px;
    position: absolute;
    right: 2px;
}

.fa-sort-down.table-sort { top: -4px; }

.fa-sort-up.table-sort { top: 6px; }

.alertboxwarning.alertbox i {
    animation: wrap 0.3s ease-in-out forwards;
    animation-delay: .3s;
    border: 3px solid #ffff73;
    border: 3px solid rgba(255, 255, 115, 1);
    border-radius: 50%;
    box-shadow: 1px 1px 1px 1px #3d6938;
    box-shadow: 1px 1px 1px 1px rgba(61, 105, 56, 0.11);
    display: block;
    font-size: 55px;
    height: 100px;
    line-height: 87px !important;
    margin-top: -50px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: scale(0);
    width: 100px;
}

.alertbox i { font-size: 3em; }

.alertboxbuttons i {
    font-size: 18px;
    line-height: 25px !important;
}

.check-wrap, .alertbox .fa-check-double {
    animation: wrap 0.3s ease-in-out forwards;
    animation-delay: .3s;
    border: 3px solid #d2f1ee;
    border: 3px solid rgba(210, 241, 238, 0.18);
    border-radius: 50%;
    box-shadow: 1px 1px 1px 1px #3d6938;
    box-shadow: 1px 1px 1px 1px rgba(61, 105, 56, 0.11);
    display: block;
    font-size: 50px;
    height: 100px;
    line-height: 95px !important;
    margin-top: -50px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: scale(0);
    width: 100px;
}

.check-wrap::before, .check-wrap::after {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    background-color: white;
    content: '';
    height: 5px;
    position: absolute;
    transform-origin: left;
    width: 0px;
}

.check-wrap::before {
    animation-delay: 0.8s;
    animation-name: left;
    left: 29px;
    top: 42px;
    transform: rotate(50deg);
}

.check-wrap::after {
    animation-delay: 1.1s;
    animation-name: right;
    left: 40px;
    top: 59px;
    transform: rotate(-40deg);
}

@keyframes wrap {
    0% {
        background: transparent;
        transform: scale(0);
    }

    100% {
        background: linear-gradient(180deg, rgba(184, 92, 97, 0.36), rgba(119, 23, 105, 0.23));
        transform: scale(1);
    }
}

@keyframes left {
    0% { width: 0; }

    100% { width: 20px; }
}

@keyframes right {
    0% { width: 0; }

    100% { width: 40px; }
}

.alertboxcontent div {
    margin-bottom: 20px;
    margin-top: 20px;
}

.alertboxcontent span {
    display: block;
    display: table-cell;
    padding-left: 130px;
    vertical-align: middle;
    width: 100%;
    /* table-layout: auto; */
    /* line-height: 2em; */
    word-break: break-word;
    /* margin-top: 111px; */
}

.alertboxbuttons { padding-top: 30px; }

.rotate {
   
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.leftmenu .role-title {
    overflow: hidden;
    /* height: 42px; */
}

.leftmenu .role-title span {

    padding: 15px 0px;

    position: relative;

    text-align: end;
}

.boxactionbuttons {

    background-color: rgb(255, 255, 255);

    bottom: 1px;

    display: inline-block;

    float: right;

    padding: 10px 7px 7px 7px;

    position: relative;

    right: 0px;

    /* top: 0px; */

    right: 0px;

    width: auto;

    z-index: 999;
}

.boxactionbuttons .btn {
    
    font-size: 17px;
    
    /* padding-left: 0px; */
    
    height: 40px;
    
    line-height: 38px;
    
    margin-top: 0px;
    
    min-width: 40px;
    
    padding: 0px;
    
    text-align: center;
    
    width: 40px;
}

ul.linklist {
    /* border-left: 1px solid #397691; */
    /* padding-left: 15px; */
}

ul.linklist li a i {
    text-align: center;
    width: 18px;
}

ul.linklist li a {
    
    background-color: white;
    
    border-left: 2px solid #2960ac;
    
    float: left;
    
    margin-bottom: 5px;
    
    overflow: hidden;
    
    padding: 5px 15px;
    
    width: 50%;
}

.parentmenus { display: none; }

.backtomenu {
    font-family: 'Quicksand-Bold';
    font-size: 17px;
    font-weight: bold;
}

.backtomenu .navigationlink > i { font-size: 23px; }

#contentboxbody {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    transition: height 4s;
    min-height: 100vh;
}

.onepage #contentboxbody { height: 0px; }

@keyframes placeHolderShimmer {
    0% { background-position: -80vw 0 }

    100% { background-position: 50vw 0 }
}

.progressanimation {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #000103;
    background: linear-gradient(to right, #000000 10%, #244961 20%, #2a5169 30%, #1b3444 40%, #000103 50%, #000103 60%, #000103 70%, #000103 80%, #000103 90%, #000103 100%);
    background-size: 200% 60px;
    /* position: relative; */
}



@-webkit-keyframes AnimationName {
    0% { background-position: 0% 50% }

    50% { background-position: 100% 51% }

    100% { background-position: 0% 50% }
}

@-moz-keyframes AnimationName {
    0% { background-position: 0% 50% }

    50% { background-position: 100% 51% }

    100% { background-position: 0% 50% }
}

@-o-keyframes AnimationName {
    0% { background-position: 0% 50% }

    50% { background-position: 100% 51% }

    100% { background-position: 0% 50% }
}

@keyframes AnimationName {
    0% { background-position: 0% 50% }

    50% { background-position: 100% 51% }

    100% { background-position: 0% 50% }
}

.progressanimation a { background-color: transparent !important; }

.pageloadingcontent .box {
    
    height: 100%;
    
    position: absolute;
    
    width: 100%;
    
    z-index: 99999;
}



.pageloadingcontent .spinnerbox { padding-top: 5px; }

.pageloadingcontent {
    height: 100%;
    position: relative;
}

.gradientheading {
    background: #1d3e6d;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 1px #254c8e;
    box-shadow: 0px 0px 10px 1px rgba(37, 76, 142, 0.15);
    color: #FFFFFF;
    line-height: 38px;
    /* text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.53); */
    margin-bottom: 20px;
    padding: 10px 25px;
    text-shadow: 0px 1px 2px #ffffff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5019607843137255), 0 0px 1px hsl(0, 0%, 100%);
}

.bluegradientheading { background: linear-gradient(to left, #059ad3, #004e92); }

.greengradientheading { background: linear-gradient(to right, #4298a4, #04c7be); }

.bluegradientheading2 { background: linear-gradient(to left, #3482a7, #122c4d); }

.violetblueheading .h4 {
    color: #FFF;
    line-height: 30px;
}

.abcRioButtonIcon { float: left; }

.abcRioButtonContentWrapper { text-align: center; }

#menuaccordion { margin-bottom: 100px; }

.btn.addnewbutton {
    margin-bottom: 15px;
    margin-right: 0px;
    margin-top: 1px;
}


@media (max-width: 768px) {
    .leftmenuouterbox.minimizemenu {

        width: 0px !important;

        z-index: 999999;
    }

    .leftmenuouterbox {
        max-width: 100% !important;
        width: 100% !important;
        z-index: 999999;
    }

    .headerminimize .open-nav {
        padding: 7px 2px;
        width: 38px;
    }
    .headerminimize #dropdown {
        padding: 7px 2px;
        width: 50px;
    }
}


.eventmanagerow .form-group { margin-bottom: 2px; }

.candidatescompetitionrow { height: 51px; }

.publishedresults select.form-control { min-height: 32px; }
.publishedresults select.form-control[multiple] {
    min-height: 274px;
}

.multicheckstructure label span {
    float: left;
    margin-right: 20px;
}

.nowrap .feesfield2 {
    display: inline !important;
}
 #ReactWeb{
    width:100%;height: calc(100vh - 67px);border: none;margin: 0px; margin-top: 0px
}
.headerminimize #ReactWeb{
    width:100%;height: calc(100vh - 38px);border: none;margin: 0px; margin-top: 0px
}

.view.page div#contentbox,body.view.page{
    overflow-y: hidden;
}
.view.page div#contentbox {
    margin-top: 37px;
}
.candidatesdrawcards .candidateCardsList {
    float: right;
}

.externaledit{
    display:none;

}
.bg-lightgrey{
    background-color: whitesmoke;
}

#judgesscorepanel .input-group > .input-group-addon,#judgesscorepanel .input-group > .form-control{
    line-height: 20px;
}

#judgesscorepanel .form-group.has-error::after,#judgesscorepanel .form-group.has-error::before {

    background-color: red;
}
.mx-auto{
    margin: 0px auto;
    display: block;
    float: none;
}
.prewrap{
 white-space: pre-line; 
}

.duplicaterow{
    display: none !important;
}
.min300width{
    min-width: 300px;
}
option:disabled {
    color: #878787 !important
}

.resetidentity {
    position: absolute;
    left: 1px;
    /* font-size: 14px; */
    left: -8px;
    cursor: pointer;
    display: none !important;
    /* line-height: 32px; */
    margin-top: 8px;
    background-color: #770505;
    color: white;
    padding: 5px;
    z-index: 21;
    font-size: 16px!important;
    box-shadow: 0px 0px 2px 1px #030202a6;
}
.Candidateleftlist:hover .resetidentity{
    display: inline-block  !important;
}
.bulkcheckbox:hover .resetidentity{
    display: inline-block  !important;
    left: auto;
    top: 1px;
    right: 4px;
    background-color: #545409;
    padding: 1px;
}
.table-row {
    page-break-inside: avoid;
}

.divtable > div > div > div.datacolumn.isUserIdentity:not(.checkrow):not(.actioncolumn):not(.orderrow) {
    white-space: normal;
    max-width: 130px;
}

.userImage {
    background-size: cover;
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
}

.conflicts {

    font-size: 9px;
}

    .conflicts > span {
        padding: 0px 2px;
        border-right: 1px solid rgba(126, 187, 239, 0.84);
        border-left: 1px solid rgb(150, 206, 255);
    }

.fjs-powered-by{
    display:none !important;
}

.je-object__container .col-md-12,.je-object__container .col-md-4{
    width: 100%;
}
.bio-properties-panel-popup{
    z-index:99999 !important;
}

.fjs-editor-container .fjs-palette-container {
    max-height: 100vh;
}

.fjs-editor-container .fjs-form-container {
    max-height: 90vh;
}
.card-title{
    width: 100%;
}

.introjs-tooltip{
    min-width:400px;
    max-width: 400px;

}
.reactIframeLayout{
    width: 100%;
    height: calc(100vh - 73px);
    /* height: 124%; */
    /* display: none; */
    z-index: 99999;
    border:none;
    /* position: absolute; */
    top: 0;
}


/* user menu settings */
#dropdown {
    display: block;
    padding: 7px 9px;
    padding-top: 11px;
    width: 65px;
    float: left;
    line-height: 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    /*border-bottom: 4px solid #739cda;*/
    font-size: 10px;
    color: #fff !important
  }
  .headerminimize #dropdown{
      float: left;
      line-height: 12px;
      padding: 7px 6px;
      width: 65px;
  }
  #dropdown:hover { color: #000000; }
  
  #dropdown.open {
    background: #000000;
    color: #fff;
     border-left: 4px solid #0965ff;
  }
  
  #dropdown ul { 
    position: absolute;
    top: 100%;
    left: -4px; /* move content -4px because of container left border */
    width: auto;
    padding: 5px 0px;
    max-width: 70vw;
    display: none;
    border-left: 4px solid #0965ff;
        background-color: #000;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-size: 16px;
        text-align: left;
  }
  #dropdown ul li { font-size: 0.9em; }
  
  #dropdown ul li button { 
  text-decoration: none;
      display: block;
      color: #FFFFFF;
      padding: 7px 15px;
      width: 100%;
      background: transparent;
      text-align: left;
      margin: 0px;
      border: none;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
  }
  
  #dropdown ul li button .fas,#dropdown ul li button .fa-solid{
         width: 25px;
         padding-right: 2px;
         float: none;
         font-size: 15px;
  
  }
  
  #dropdown ul li button.active .fas{
  color: #57fb1d;
  }
  #dropdown ul li button:hover {
       color: #FFF;
       background: #2d3741;
  }
  
  #dropdown ul li button.active{
  color: #ffffff;
      background: #0c3f68;
      cursor: default;
  }
.nav-tabs > li.bg-gray > a {
    background-color: #e4e7e6;
}

img.teamprofileimagebox {
    width: 21px;
    height: 20px;

}

.teamfrontprofileimageboxList {
    max-height:60px;
    display: flex;
    place-items: center;
    justify-items: center;
    justify-content: center;
    margin: 5px 0px;
}

.teamfrontprofileimageboxList img {
    max-height:60px;
}
.teamfrontprofileimageboxList span {
    /* float:left; */
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 40px;
    /* height: 105px; */
    max-height: 130px;
    margin: 0 auto;
    overflow: hidden;
    /* width: 100px; */
    max-width: 100%;
    display: block;
    background-position: center;
    border: 3px solid #ffffff;
}

select#modeSelector {
    background-color: #081c33 !important;
}
select#modeSelector {
    color:#FFF !important;
}
select#modeSelector option {
    color: #e0e1e1 !important;
    background: rgba(0, 0, 0, 0.3);
    /* color: #fff; */
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}




.ItemWiseView > .CompetitionStructure {
    width:auto;
    max-width: min-content;
    padding: 0px 10px;
    page-break-inside: avoid;
}

.hclearfix.col-xs-50 {
    /* break-after: page; */
    /* overflow: hidden; */
    /* height: 1px; */
    /* page-break-after: always; */
    /* page-break-before: always !important; */
}

span.competitionIdentityNumber {
    font-size: 12px;
}


a.editItem {
    display: inline-block;
    float: right;
    padding: 10px 12px;
    background: #6d0404;
    color: white;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
}

a.ProblematicJudgesCount{
    padding: 0px 4px;
}