
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    margin-top: 50px;
    padding-top: 50px;
    position: relative;
    cursor: pointer !important;
}

::-webkit-scrollbar-track {
    background-color: #eeeeee;
    -webkit-border-radius: 1px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #65666a;
    -webkit-border-radius: 0px;
    -webkit-width: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #aaa;
}
/* Add a thumb */
::-webkit-scrollbar-thumb {
    background: #65666a;
}

.mtp10 {
    margin-top: 10px;
}


.w10 {
    min-width: 10px;
}

.w20 {
    min-width: 20px;
}

.w30 {
    min-width: 30px;
}

.w40 {
    min-width: 40px;
}

.w50 {
    min-width: 50px;
}

.w60 {
    min-width: 60px;
}

.w70 {
    min-width: 70px;
}

.w75 {
    min-width: 75px;
}

.w80 {
    min-width: 80px;
}

.w85 {
    min-width: 85px;
}

.w90 {
    min-width: 90px;
}

.w100 {
    min-width: 100px;
}

.w105 {
    max-width: 105px;
}

.w110 {
    min-width: 110px;
}

.w115 {
    min-width: 115px;
}

.w120 {
    min-width: 120px;
}

.w130 {
    min-width: 130px;
}

.w140 {
    min-width: 140px;
}

.w150 {
    min-width: 150px;
}

.w160 {
    min-width: 160px;
}

.w170 {
    min-width: 170px;
}

.w180 {
    min-width: 180px;
}

.w190 {
    min-width: 190px;
}

.w200 {
    min-width: 200px;
}

.w210 {
    min-width: 210px;
}

.w220 {
    min-width: 220px;
}

.w230 {
    min-width: 230px;
}

.w240 {
    min-width: 240px;
}

.w250 {
    min-width: 250px;
}

.w260 {
    min-width: 260px;
}

.w270 {
    min-width: 270px;
}

.w280 {
    min-width: 280px;
}

.w290 {
    min-width: 290px;
}

.w300 {
    min-width: 300px;
}

.w310 {
    min-width: 310px;
}

.w320 {
    min-width: 320px;
}

.w330 {
    min-width: 330px;
}

.w350 {
    min-width: 350px;
}

.w360 {
    min-width: 360px;
}

.w370 {
    min-width: 370px;
}

.w380 {
    min-width: 380px;
}

.w390 {
    min-width: 390px;
}

.w400 {
    min-width: 400px;
}

.w410 {
    min-width: 410px;
}

.w420 {
    min-width: 420px;
}

.w430 {
    min-width: 430px;
}

.w440 {
    min-width: 440px;
}

.w450 {
    min-width: 450px;
}

.w460 {
    min-width: 460px;
}

.w470 {
    min-width: 470px;
}

.w480 {
    min-width: 480px;
}

.w490 {
    min-width: 490px;
}

.w500 {
    min-width: 500px;
}

.minw500 {
    min-width: 500px;
}

.minw550 {
    min-width: 550px;
}

.minw600 {
    min-width: 600px;
}

.minw650 {
    min-width: 650px;
}

.minw700 {
    min-width: 700px;
}

.minw750 {
    min-width: 750px;
}

.minw800 {
    min-width: 800px;
}

.minw850 {
    min-width: 850px;
}

.minw900 {
    min-width: 900px;
}

.minw950 {
    min-width: 500px;
}

.minw1000 {
    min-width: 1000px;
}

.minw1050 {
    min-width: 1050px;
}

.minw1100 {
    min-width: 1100px;
}

.minw1150 {
    min-width: 1150px;
}

.minw1200 {
    min-width: 1200px;
}

.minw1250 {
    min-width: 1250px;
}

.minw1300 {
    min-width: 1300px;
}

.minw1350 {
    min-width: 1350px;
}

.minw1400 {
    min-width: 1400px;
}

.minw1450 {
    min-width: 1450px;
}

.minw1500 {
    min-width: 1500px;
}

.minw1550 {
    min-width: 1550px;
}

.minw1600 {
    min-width: 1600px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    vertical-align: middle !important;
}

.mb35 {
    margin-bottom: 35px;
}

a {
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none !important;
    }

.pdr0 {
    padding-right: 0;
}

.pd0 {
    padding: 0;
}

.linrht30 {
    line-height: 26px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 15px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #565656;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 13px;
        height: 13px;
        left: 0;
        top: 0;
        margin-left: -21px;
        padding-left: 4px;
        padding-top: 0px;
        font-size: 10px;
        color: #555555;
    }


.checkbox input[type="checkbox"] {
    opacity: 0;
}

    .checkbox input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #65666a;
    border-color: #65666a;
    outline: none;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

.hides {
    display: none;
}


.loader {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999999999999 !important;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-0px);
    transform: translateY(-0px);
    height: 100%;
}

    .ball-scale-multiple > div:nth-child(2) {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .ball-scale-multiple > div:nth-child(3) {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .ball-scale-multiple > div {
        background-color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        left: 50%;
        top: 50%;
        opacity: 1;
        margin: 0;
        width: 120px;
        height: 120px;
        margin: -60px 0 0 -60px;
        -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
        animation: ball-scale-multiple 1s 0s linear infinite;
    }

.main_table_wrap table tr td {
    padding: 2px 8px !important;
    line-height: 13px !important;
    border: 1px solid #dcdcdc !important;
}

.dropdown-menu > .active > a {
    background-color: #0a95dd !important;
}

.table-bordered > tbody > tr > td {
    padding: 2px 7px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00a3e4 !important;
    border-color: #00a3e4 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #2f3742 !important;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #fff !important;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #838486 !important;
}

.datepicker table tr td.today:hover:hover {
    color: #fff !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff !important;
}

.resp-tab-content #Table1 tbody tr td:first-child {
    text-align: center !important;
}

.wrapper-dropdown-5 {
    position: relative;
    width: 140px;
    padding: 6px 10px;
    border-radius: 0px;
    box-shadow: 0 0px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 13px;
    font-weight: normal;
    float: left;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%) !important;
    background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%) !important;
    background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ) !important;
    box-shadow: none;
    border-bottom: none;
    border: 1px solid #fff;
}

    .wrapper-dropdown-5 span {
        font-size: 12px;
        font-weight: normal;
    }

        .wrapper-dropdown-5 span i {
            padding-right: 5px;
        }

    .wrapper-dropdown-5:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -3px;
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: #565656 transparent;
    }

    .wrapper-dropdown-5 .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 0;
        border: 1px solid rgba(0,0,0,0.2);
        border-top: none;
        border-bottom: none;
        list-style: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        max-height: 0;
        overflow: hidden;
        padding: 0;
    }

        .wrapper-dropdown-5 .dropdown li {
            padding: 0px;
        }

            .wrapper-dropdown-5 .dropdown li a {
                display: block;
                text-decoration: none;
                color: #00a3e4;
                padding: 3px 0 3px 35px;
                transition: all 0.3s ease-out;
                border-bottom: 0px solid #e6e8ea;
                text-shadow: 1px 1px 0px #fff !important;
            }

                .wrapper-dropdown-5 .dropdown li a:hover {
                    padding: 3px 0 3px 40px;
                }

            .wrapper-dropdown-5 .dropdown li:last-of-type a {
                border: none;
            }

            .wrapper-dropdown-5 .dropdown li i {
                margin-right: 8px;
                color: inherit;
                vertical-align: middle;
            }


            .wrapper-dropdown-5 .dropdown li:hover a {
                color: #565656;
            }


    .wrapper-dropdown-5.active {
        border-radius: 5px;
        background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%) !important;
        background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%) !important;
        background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ) !important;
        box-shadow: none;
        border-bottom: none;
        color: #000;
        border: 1px solid #fff;
    }

        .wrapper-dropdown-5.active:after {
            border-color: #000 transparent;
        }

        .wrapper-dropdown-5.active .dropdown {
            border-bottom: 1px solid #fff;
            max-height: 400px;
            font-size: 13px;
            font-weight: normal;
            top: 40px;
            border-radius: 5px;
            background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%) !important;
            background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%) !important;
            background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ) !important;
            box-shadow: none;
            border-bottom: none;
            color: #0a82d9;
            border: 1px solid #fff;
            padding: 6px 0;
        }

    .wrapper-dropdown-5 .dropdown li a:focus {
        border-bottom: 0px solid #e6e8ea !important;
    }

.for_popup .modal-content {
    border: 0 !important;
    border-radius: 0 !important;
}

.for_popup {
    max-width: 420px !important;
    width: 100% !important;
    top: 3%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

    .for_popup .modal-header {
        padding: 8px 15px;
        background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%) !important;
        background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e5e5e5',GradientType=0 ) !important;
    }

    .for_popup .modal-title {
        font-size: 13px;
        color: #00a3e4;
        text-shadow: 1px 1px 0px #fff !important;
    }

    .for_popup .modal-body {
        padding: 0 !important;
    }

#RepeaterTable tbody tr td {
    color: #464646;
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 0 !important;
    border: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

#RepeaterTable tbody tr:last-child td {
    border-bottom: 0 !important;
}

#RepeaterTable .brl a {
    color: #000 !important;
    float: left;
    width: 100%;
    padding: 7px 15px;
}

/*#RepeaterTable .brl a:hover {
    background-color: #00a3e4;
    color:#fff!important;
}*/

.for_popup .modal-body table {
    margin-bottom: 0px !important;
}

/*New loader CSS 3-08-2018*/
.lds-spinner {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-35px 0 0 -35px;
}

.lds-spinner div {
transform-origin: 32px 32px;
animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
