@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700'); /*   font-family: 'PT Sans', sans-serif;   */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800'); /*  font-family: 'Montserrat', sans-serif;  */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro'); /*   font-family: 'Source Sans Pro', sans-serif;   */
/* 
Colors



*/

body {
    color: #414042;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    position: relative;
    letter-spacing: 0px;
    background: #f2f4ef;
}

a {
    color: #444;
    text-decoration: none;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

.page-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
    /*background: rgba(0,0,0,0.9);*/ /*background-image: linear-gradient(to right bottom, rgba(236,243,236,0.98), rgba(11,171,71,0.98));*/
}

.gp-header {
    /*padding: 10px 10px 0px 10px;*/
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    //background: #a95a17; 
    background: #5caa47; /*background: linear-gradient(to right bottom, #5caa47 0%, #0087bf 100%)
	background: #FFFFFF;border-bottom:4px solid #000;*/
    border-bottom: 3px solid #0087BF;
}

.container-fluid.gp-header {
    padding: 0;
}

.gp-header:after {
    position: absolute;
    content: "";
    /*background:#dd3832;*/
    height: 4px;
    width: 100%;
    bottom: -7px;
    left: 0;
}

.profile-thumb {
    float: right;
    margin: 0px 20px 0 0; /*width: 60px;
	height: 60px;*/
}

.header-menu {
    float: right;
    padding: 20px;
}

.profile-thumb img {
    width: 44px;
    height: 44px;
    border: 3px solid #ccc;
    float: left;
}

.profile-name {
    float: left;
    width: 120px;
    white-space: nowrap;
    padding: 4px 0 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown-menu-right.show {
    top: 15px !important;
}

.pop-menu {
    float: right;
}

.mail-trigger {
    float: left;
    padding: 18px 20px 12px 20px;
    font-size: 18px;
}

    .mail-trigger a {
        color: #FFF;
        cursor: pointer;
    }

.noti-block, .profile-block {
    width: 350px;
    box-shadow: 0 0 5px #666;
}

.pop-menu .dropdown-toggle::after {
    display: none;
}

.header-noti {
    float: left;
    padding: 20px 0px 0 0;
    margin: 0 20px 0 0;
    position: relative;
}

.header-noti-icon {
    font-size: 18px;
    color: #FFF;
}

.header-profile {
    float: left;
    padding: 7px 0;
    margin: 0;
}

.profile-thumb {
    float: left;
}

.profile-disply {
    margin: -20px 0 0 0;
    background-image: linear-gradient(to right bottom, #5caa47, #0087BF);
    text-align: center;
    padding: 20px;
    /*border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
    color: #fff;
}

    .profile-disply img {
        width: 90px;
        height: 90px;
    }

.profile-thumb a {
    display: block;
}

.header-profile {
}

.dropdown-menu {
    padding: 0px 0 0 0;
    border-radius: 0;
}

.header-profile ul {
    float: left;
    padding: 0 20px;
    margin: 0;
    list-style: none;
    width: 100%;
}

    .header-profile ul li {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid #eeeeee;
    }

        .header-profile ul li:last-child {
            border-bottom: 0px solid #eeeeee;
        }

        .header-profile ul li a {
            margin: 0;
            padding: 10px 0;
            display: block;
            float: left;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 18px;
        }

            .header-profile ul li a .fas {
                padding-right: 5px;
            }

        .header-profile ul li p {
            margin: 0;
            padding: 10px 0;
        }

.count-animate {
    -webkit-animation: 1s ease 0s normal none running wobble;
    -ms-animation: 1s ease 0s normal none running wobble;
    -o-animation: 1s ease 0s normal none running wobble;
    animation: 1s ease 0s normal none running wobble;
    color: #ffffff;
    font-size: 9px;
    line-height: 14px;
    position: absolute;
    right: -7px;
    top: 7px;
    min-width: 12px;
    padding: 0 2px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 2px #FFF;
}

.orange-bg {
    background: #ff5e00;
}

.green-bg {
    background: #62B871;
}

.noti-list {
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.noti-title {
    position: fixed;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 6px 10px 6px 10px;
    font-size: 16px;
    border-bottom: 1px solid #e9ecef;
    background: #0087BF; /*linear-gradient(to bottom, #4b2fe3 40%, #dd5a6c)*/
    color: #FFF;
}

.noti-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .noti-list ul li:first-child {
        height: 40px;
    }

    .noti-list ul li {
        padding: 0;
    }

        .noti-list ul li a {
            float: left;
            border-bottom: 1px solid #e9ecef;
            display: block;
            text-decoration: none;
            padding: 9px 0px;
            color: #444;
        }

            .noti-list ul li a:hover {
                background: #F9F9F9;
            }

            .noti-list ul li a span {
                font-size: 12px;
            }

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0px;
}

    .btn-circle img {
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }

.reload-btn {
    position: absolute;
    right: 10px;
    top: 5px;
}

.reload {
    color: #62b871;
    background: none;
    border: none;
}

.top-notify-seen {
    float: left;
    width: 100%;
}

    .top-notify-seen .btn.btn-circle {
        float: left;
        width: 40px;
    }

.noti-contnet {
    float: right;
    display: inline-block;
    width: calc(100% - 55px);
    padding-left: 10px;
    vertical-align: middle;
}

    .noti-contnet h5 {
        margin: 5px 0px 0;
        font-size: 14px;
    }

.noti-footer {
    float: left;
    width: 100%;
    font-weight: 600;
    padding: 15px 10px 10px 10px;
    font-size: 14px;
    border-bottom: 0px solid #e9ecef !important;
    text-align: center;
}











.gp-section {
    padding: 120px 0px 50px 0;
    /*position: relative;*/
    z-index: 2;
}

footer {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    background: #000;
    color: #FFFFFF;
    padding: 10px 15px;
    width: 100%;
    /*border-bottom: 2px solid #002495;*/
    z-index: 2;
}

.footer {
    float: left;
    width: 100%;
}

.footer-left {
    float: left;
    width: 50%;
    text-align: left;
}

.footer-right {
    float: left;
    width: 50%;
    text-align: right;
}
/*footer:before {
	position: absolute;
	content: "";
	background: #dd3831;
	border-bottom: 2px solid #007a4c;
	height: 4px;
	width: 100%;
	bottom: -6px;
	left: 0;
}
footer:after {
	position: absolute;
	content: "";
	background: #000;
	border-bottom: 2px solid #ffb613;
	height: 4px;
	width: 100%;
	bottom: -10px;
	left: 0;
}*/

.popup-logo .client-logo{
    margin-bottom: 10px;
}

.client-logo {
    float: left;
    width: 63px;
    padding: 5px 7px;
    background: #FFF;
}

    .client-logo img {
        width: 100%;
    }

.header-right {
    float: right;
    width: calc(100% - 63px);
}

.client-title {
    float: left;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    padding: 9px 10px 9px 20px;
    color: #FFF;
}

.client-flag {
    float: right;
    padding: 9px 20px 9px 0px;
}

    .client-flag img {
        height: 40px;
    }

.green-color {
    color: #ee2e24;
}

.yellow-color {
    color: #f8b811;
}

.red-color {
    color: #ec1b23;
}

.blue-color {
    color: #24357b;
}

.page-title-1 {
    float: left;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: left;
    color: #F1F1F1;
    border-left: #ee2e24 5px solid;
    padding-left: 30px;
    margin-bottom: 50px;
}

.welcome-title {
    text-align: left;
    padding: 10px 0 30px 0;
    color: #0bab47;
    font-size: 24px;
}
/*****************************/
/* Moving Line */
/*****************************/

.tabs-style-linemove nav {
    background: rgba(255,255,255,0.8);
    float: left;
    width: 100%;
    border-bottom: 2px solid #CCC;
}

    .tabs-style-linemove nav li:last-child::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #2CC185;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        z-index: -1;
    }
    /* Move the line */
    .tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-0%, 0, 0);
        transform: translate3d(-0%, 0, 0);
    }

    .tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
    }

    .tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .tabs-style-linemove nav a {
        padding: 15px 30px;
        font-size: 16px;
        color: #74777b;
        line-height: 1;
        -webkit-transition: color 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, transform 0.3s;
    }

    .tabs-style-linemove nav a {
        text-decoration: none;
    }

    .tabs-style-linemove nav li.tab-current a {
        color: #2CC185; /*-webkit-transform: translate3d(0,8px,0);
	transform: translate3d(0,8px,0);*/
    }

    .tabs-style-linemove nav a span {
        font-weight: 700;
    }

.form-container {
    float: left;
    width: 100%;
    padding: 0 0px;
}

.tab-container {
    float: left;
    width: 100%;
}

.form-tabs {
    float: left;
    width: 220px;
}

    .form-tabs ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .form-tabs ul li {
            float: left;
            width: 100%;
            padding: 0 2px 0 0;
            margin: 0;
        }

            .form-tabs ul li a {
                padding: 6px 10px;
                margin: 0;
                background: #FFF;
                border: 1px solid #979797;
                display: block;
                margin-bottom: 2px;
                font-size: 14px;
            }

            .form-tabs ul li.active a {
                background: #5caa47;
                color: #FFF;
            }

.form-content {
    float: left;
    width: calc(100% - 220px);
    border: 1px solid #979797;
    background: #f8f8f8;
    padding: 15px;
}

.form-title-1 {
    float: left;
    width: 100%;
    padding: 5px 0px;
    color: #666;
    margin: 0 0 10px 0;
    /*border-radius: 4px;*/
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    /*background: #5caa47;
	border-bottom: 1px solid #ccc;*/
}

.form-sub-title-1 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #5caa47;
    margin: 0px 0 10px 0;
    padding: 0px 0 10px 0;
}

.address-check {
    float: right;
    margin: -55px 0 0 0;
}

.address-option {
}

.form-check {
    padding: 0 0 0px 0;
    margin-left: 16px;
}

    .form-check .label-text {
        font-size: 12px;
    }

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 9000px;
    font-size: 30px;
}
    /*Check box*/
    input[type="checkbox"] + .label-text:before {
        content: "\f0c8";
        font-family: "Font Awesome 5 Free";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
        font-size: 12px;
        color: #999;
        left: -16px;
        position: absolute;
        top: 6px;
    }

.label-text {
    font-size: 16px;
}

input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #0bab47;
    animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}

    input[type="checkbox"]:disabled + .label-text:before {
        color: #ccc;
    }

.custom-chk-size input[type="checkbox"] + .label-text:before{
    font-size: 20px;
}
.custom-chk-size .label-text {
    font-size: 16px;
    margin: 3px 0 0 10px;
    display: block;
}

/*Radio box*/

input[type="radio"] + .label-text:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    color: #999;
}

input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #0bab47;
    animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

    input[type="radio"]:disabled + .label-text:before {
        content: "\f111";
        color: #ccc;
    }

input[type="radio"]:checked:disabled + .label-text:before {
    content: "\f192";
    color: #999;
}
/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before {
    content: "\f204";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before {
    content: "\f205";
    color: #0bab47;
    animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

    .toggle input[type="radio"]:disabled + .label-text:before {
        content: "\f204";
        color: #ccc;
    }

@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}
/*   checkbox   big  */
.check-box-box, .radio-box-box {
    background: #cccccc;
    background-size: auto 20px;
    padding: 2px 6px;
    text-align: center;
    width: calc(100% - 10px) !important;
    margin: 0 0px 30px 0;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #aaa;
    font-size: 12px;
    position: relative;
    transition: all 0.9s ease;
}

    .check-box-box.active {
        background: #ffb612;
        background-size: auto 30px;
        color: #fff;
    }

    .radio-box-box.active {
        background: #0bab47;
        background-size: auto 30px;
        color: #fff;
    }

    .check-box-box input[type="checkbox"], .check-box-box input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
    }

.sub-cat-select {
    /*display: none;*/
    pointer-events: none;
}

    .sub-cat-select.active {
        display: block;
        pointer-events: auto;
    }

    .sub-cat-select .check-box-box, .sub-cat-select .radio-box-box {
        padding: 15px 0;
        font-size: 12px;
        margin: 0 0px 15px 0;
    }

        .sub-cat-select .check-box-box.active {
            background: #f8b811 url(../images/type-checked-icon.svg) calc(100% - 10px) calc(0% + 10px) no-repeat;
            background-size: auto 30px;
        }

        .sub-cat-select .radio-box-box.active {
            background: #f8b811 url(../images/radio-button-on.svg) calc(100% - 10px) calc(0% + 10px) no-repeat;
            background-size: auto 30px;
        }

.btn-box {
    width: 100%;
    text-align: right;
    margin: 30px 0 20px 0;
}

.btn-box-right {
    width: 100%;
    text-align: right;
    margin: 20px 0 20px 0;
    padding: 0 15px;
}

.btn-box-center {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px 0;
    clear: both;
}

.header-btn-box {
    width: 100%;
    text-align: right;
    margin: 4px 0;
}
/*   bootstrap edit  */
.btn:focus, .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary {
    border-radius: 0px;
    padding: 3px 15px;
    color: #5caa47;
    background: #FFF;
    border: 1px solid #5caa47;
}

    .btn-primary i {
        margin-right: 5px;
    }

    .btn-primary:hover {
        background: #FFF;
        border: 1px solid #5caa47;
        color: #5caa47;
    }

    .btn-primary:hover, .btn-primary.focus {
        background-color: #5caa47;
        background-image: linear-gradient(to right, #5caa47, #5caa47) !important;
        border: 1px solid #5caa47 !important;
        color: #fff;
    }

        .btn-primary:focus:hover, .btn-primary.focus:hover {
            color: #FFF;
        }


.btn-red {
    border-radius: 0px;
    padding: 3px 15px;
    color: #ee2e24;
    background: #FFF;
    border: 1px solid #ee2e24;
}

    .btn-red i {
        margin-right: 5px;
    }

    .btn-red:hover {
        background: #FFF;
        border: 1px solid #ee2e24;
        color: #5caa47;
    }

    .btn-red:hover, .btn-red.focus {
        background-color: #ee2e24;
        background-image: linear-gradient(to right, #ee2e24, #ee2e24) !important;
        border: 1px solid #ee2e24 !important;
        color: #fff;
    }

        .btn-red:focus:hover, .btn-red.focus:hover {
            color: #FFF;
        }




.btn.btn-primary.active {
    background: #5caa47 !important;
    border: 1px solid #5caa47 !important;
    color: #fff;
}

.btn-green {
    color: #FFFFFF;
    background: #5caa47;
    border: 1px solid #5caa47;
}

.btn-yellow {
    color: #FFFFFF;
    background: #5caa47;
    border: 1px solid #5caa47;
}


.form-control {
    /*background: rgba(255,255,255,0.7);*/
    /*border-radius: 20px;*/
    font-size: 12px;
    height: calc(1.75rem + 2px);
    box-shadow: none !important;
    outline: none !important;
}
.form-control:focus{
    border-color: #5caa47 !important;
}

.form-control::placeholder {
    color: #AAA;
}
.form-control:disabled{
    cursor: not-allowed;
}

.modal.fade .modal-dialog {
    transform: translate(0,0);
}


















.item-btn {
    padding: 0px;
    background: #999999;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 5px #666;
    color: #FFF;
}

    .item-btn.active {
        background: #666666;
        color: #444;
    }

    .item-btn h4 {
        padding: 10px 20px;
        margin: 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        font-weight: 700;
    }

.roles-list {
}

    .roles-list .col-md-4:nth-child(4) {
        display: none;
    }

.role-item {
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(11,171,71,0.2);
    background: #ee2e24;
    font-weight: 700;
}

.item-btn.active .role-item {
    background: #f8b811;
}

.item-btn .role-item:last-child {
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(11,171,71,0.0);
    font-weight: 700;
}

.role-btns {
    float: right;
    padding: 5px;
    font-size: 18px;
    font-weight: 700;
    margin: -40px 0 0 0;
    color: #FFF;
    cursor: pointer;
}

.item-btn.active .role-btns {
    color: #ec1b23;
}

.main-tab-title-bar {
    float: left;
    width: 100%;
    padding: 5px 15px;
    background: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 6px;
    position: relative;
}

.main-tab-title {
    padding: 3px 0 0 0px;
    font-size: 24px;
    font-weight: 700;
    color: #ee2e24;
    position: relative;
    z-index: 2;
}

.data-update-progress {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(248,184,17,0.32);
    z-index: 0;
}

.data-update-progress-value {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 10px;
    font-size: 18px;
    color: #ee2e24;
    text-align: right;
}

#tabs_1 .nav {
    margin: 0 0 30px 0;
}

#tabs_1 .nav-pills > li {
    padding: 0 0 0 10px;
}

    #tabs_1 .nav-pills > li > a {
        display: block;
        padding: 10px 30px;
        background: #333;
        color: #FFF;
        margin: 0 5px 0 0;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        border: 1px solid #ee2e24;
        border-bottom: 0px;
        border-radius: 6px;
        position: relative;
    }

        #tabs_1 .nav-pills > li > a.active {
            background: #FFDE00;
            color: #333;
            border: 1px solid #FFDE00;
        }

            #tabs_1 .nav-pills > li > a.active:after {
                content: "\f0d8";
                font-family: "Font Awesome 5 Free";
                font-size: 48px;
                width: 30px;
                bottom: -61px;
                left: 50%;
                margin-left: -15px;
                position: absolute;
                font-weight: 900;
                color: #FFF;
            }

#tabs_1 .tab-content {
    border: 1px solid #FFF;
    padding: 30px 40px;
    background: rgba(255,255,255, 1);
    margin: 0px 0 30px 0;
    border-radius: 6px;
}
/*   Data Table   */
.input-data-table {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 10px;
}

    .input-data-table table {
        width: 100%;
    }

        .input-data-table table th {
            background: #F1F1F1;
            color: #333;
        }

.data-insert-table {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 20px 10px;
}

    .data-insert-table table {
        width: 100%;
    }

        .data-insert-table table th {
            background: #F1F1F1;
            color: #666;
        }

/*   search filters   */
.search-filters {
    background: #FFFFFF;
    padding: 0;
    margin: 40px 0 50px 0;
}

.search-filters-title {
    background: #ee2e24;
    color: #FFF;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 24px;
    cursor: pointer;
    position: relative;
}

    .search-filters-title:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-size: 26px;
        top: 3px;
        right: 10px;
        position: absolute;
        font-weight: 900;
        color: #FFF;
        transform: rotate(0deg);
        transition: all 0.6s ease;
    }

    .search-filters-title.active:after {
        transform: rotate(90deg);
    }

.search-form {
    padding: 30px 20px;
    display: none;
}

    .search-form.active {
        display: block;
    }

.form-btn-custom {
    float: right;
    margin: -10px 0 15px 0;
    clear: both;
}

.modal-header {
    background: #5caa47;
    color: #FFF;
    border-radius: 0;
}

.modal-title {
    font-size: 20px;
}

.gp-pop-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .gp-pop-close button {
        background: none;
        border: none;
        color: #FFF;
        cursor: pointer;
    }

.fade.in {
    opacity: 1;
}

.modal .modal-content {
    /*top: 50px !important;*/
    border-radius: 0;
}

.modal-backdrop {
    background: rgba(0,0,0,0.5);
}

/* pop form   */
.pop-form {
    padding: 20px;
}

.pop-form-title {
    padding: 5px 10px;
    background: #F1F1F1;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.pop-form table .form-control {
    padding: 4px;
}

.pop-form table select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.pop-form table td {
    vertical-align: middle;
}
/*    side menu     */
.left-side-bar {
    position: fixed;
    height: calc(100% - 94px);
    width: 56px;
    background: #333;
    color: #FFF;
    left: 0;
    top: 94px;
    transition: all 0.6s ease;
}

    .left-side-bar.closed {
        left: -240px;
    }

.sidebar-trigger {
    float: left;
    width: 100%;
    position: relative;
    background: #222;
    font-size: 24px;
    padding: 5px 10px;
}

.sidebar-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.6s ease;
}

.left-side-bar.closed .sidebar-icon {
    right: -30px;
    color: #000;
}

.welcome-note {
    padding: 30px 20px 20px 20px;
    float: left;
    width: 100%;
    color: #ffdd03;
    border-bottom: 2px solid #ffdd03;
    margin-bottom: 10px;
    text-align: center;
}

.gp-nav-menu {
    margin: 0px -15px 0 0px;
    position: relative;
    background: #333;
    /*border-bottom: 2px solid #06a05f;*/
    z-index: 10;
    padding-left: 12px;
}

    .gp-nav-menu ul {
        list-style: none;
        padding: 0;
        margin: 0px 0 0 0;
        width: 100%;
        display: inline-flex;
    }

        .gp-nav-menu ul li {
            padding: 0;
            margin: 0;
            position: relative;
            /* display: flex; */
            transition: all 0.6s ease;
        }
    /*.gp-nav-menu ul li.has-child:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	top: 11px;
	right: 20px;
	position: absolute;
	font-weight: 900;
	transition: all 0.6s ease;
	transform: rotate(0deg)
}*/
    .gp-nav-menu > ul > li:hover {
        background: #000;
    }

    .gp-nav-menu ul li.has-child.active:after {
        color: #ee2e24;
        transform: rotate(90deg);
    }

    .gp-nav-menu ul li a {
        display: block;
        padding: 15px 10px;
        margin: 0;
        color: #EEE;
        text-decoration: none;
        /*border-bottom: 1px solid rgba(255,255,255,0.06);
	border-left: 5px solid rgba(255,255,255,0.0);*/
        transition: all 0.6s ease;
        font-size: 14px;
    }

    .gp-nav-menu ul li h3 {
        margin: 0;
    }

    .gp-nav-menu ul li:hover > a {
        background: #5caa47;
    }

    .gp-nav-menu ul li.active a {
        text-decoration: none;
        border-left: 5px solid #ee2e24;
        color: #ee2e24;
    }

    .gp-nav-menu ul li a i {
        margin-right: 0px;
    }

    .gp-nav-menu ul ul {
        display: none;
        background: #222;
        position: absolute;
        top: 45px;
        min-width: 250px;
    }

        /*.gp-nav-menu ul ul.two-col-menu {
                column-count: 2;
                min-width: 500px;
            }*/
        .gp-nav-menu ul ul.two-col-menu {
            column-count: 3;
            left: -375px;
            min-width: 750px;
        }

    .gp-nav-menu > ul > li:hover > ul {
        display: block;
    }

    .gp-nav-menu ul ul li a {
        display: block;
        width: 100%;
        padding: 6px 10px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .gp-nav-menu > ul > ul > li:hover a {
        background: #5caa47;
    }

    .gp-nav-menu ul ul ul {
        display: none;
        background: #222;
        position: absolute;
        top: 0px;
        left: 250px;
        min-width: 250px;
        transition: all 0.6s ease;
    }

    .gp-nav-menu ul li:last-child ul ul {
        left: -250px;
    }

    .gp-nav-menu ul ul li:hover ul {
        display: block;
    }

    .gp-nav-menu ul ul li:hover ul {
        left: 200px;
    }
    .gp-nav-menu ul li:nth-last-child(2) ul li:hover ul {
        left: -250px;
    }
    .gp-nav-menu ul li:last-child ul li:hover ul {
        left: -250px;
    }






.form-work-space {
    float: left;
    width: 100%;
    padding: 150px 15px 15px 15px;
    transition: all 0.6s ease;
}

.add-form {
    float: left;
    width: 100%;
}

.form-title {
    float: left;
    color: #333;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.form-button {
    float: right;
    margin: -55px 10px 0 0;
}

.form-right-btns {
    float: right;
    text-align: right;
    width: 100%;
    padding: 10px 15px;
}

    .form-right-btns .btn {
        margin-left: 5px;
        padding: 2px 15px;
    }


.form-block {
    padding: 30px 30px;
    background: #FFF;
    margin: 20px 0;
    box-shadow: 0px 3px 5px #666;
    clear: both;
    display: none;
}

    .form-block.active {
        display: block;
    }
/*.form-group {
	padding: 10px 20px;
}*/
.form-title-block, .form-title-block-alt {
    display: none;
}

    .form-title-block.active, .form-title-block-alt.active {
        display: block;
    }

.form-button.active .add-btn {
    display: none;
}

.form-button.active .action-buttons {
    display: block;
}

.data-table-info {
    font-size: 18px;
}

.data-print-btn {
    text-align: right;
}


.data-table-section {
    float: left;
    width: 100%;
    padding: 15px;
    border: 0px solid #999999;
    /*box-shadow: 0 0 5px #666;*/
}

.main-form-container .data-table-section {
    padding: 15px 0 15px 0;
}

.tran-form-container > .data-table-section {
    padding: 15px 0 15px 0;
}

.data-table-header {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
}

.data-table-search {
    float: left;
    width: 300px;
}

.data-records {
    float: right;
}

.data-table {
    float: left;
    width: 100%;
    padding: 0px 0px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 10px;
}

.tran-data-table {
    float: left;
    width: 100%;
    /*padding: 0px 15px;*/
    padding: 20px 0 0 0;
}
/*.popup-form-body .gp-collaps-panel .gp-collaps-item-content .table.table-striped{
    margin-bottom: 10px;
}*/

.data-table table {
    margin-bottom: 0;
}

.data-table th, .tran-data-table th {
    background: #4a4a4a;
    color: #FFF;
}

.data-table td, .tran-data-table td {
    background: #FFF;
    color: #666;
    /*box-shadow: 2px 0 2px #666;*/
}

.data-status {
    float: left;
    width: 100%;
    padding: 5px 10px;
}

.page-navigation {
    float: left;
    text-align: left;
}

.data-records-info {
    float: right;
    color: #666;
    padding: 10px 10px;
}

.search-icon-btn {
    background: #ee2e24;
    color: #FFF;
    border: none;
    float: right;
    position: relative;
    margin: -38px 0px 0 0;
    padding: 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.add-row-btn-group {
    padding: 10px;
    text-align: right;
}

.form-control-static {
    padding: 9px 0px;
    float: left;
}


.fa-trash-alt {
    color: #CC0003;
}

.edit, .view, .status {
    /*color: #0BAB47;*/
    color: #5caa47;
    cursor: pointer;
}

.status-active, .edit-active {
    color: #0BAB47;
    cursor: pointer;
}

.status-inactive, .edit-inactive {
    color: #666;
    cursor: pointer;
}

.edit.inactive {
    pointer-events: none;
}
.status-reject{
    color:#ee2e24;
}


.no-of-rows {
    width: 124px;
    float: right;
}

.collapse-panel {
    clear: both;
    float: left;
    width: 100%;
}

.collapse-item {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
}

.collapse-header {
    padding: 5px 15px 7px 25px;
    background: #F1F1F1 linear-gradient(to right, #333333, #666666);
    font-size: 18px;
    float: left;
    width: 100%;
    cursor: pointer;
    clear: both;
    transition: all 0.6s ease;
    position: relative;
    color: #F1F1F1;
}

.collapse-item.active .collapse-header {
    border-bottom: 1px solid #ddd;
    background: #333;
    color: #FFF;
    cursor: default;
}

.collapse-header:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    top: 3px;
    left: 10px;
    position: absolute;
    font-weight: 900;
    color: #f1f1f1;
    transform: rotate(0deg);
    transition: all 0.6s ease;
}

.collapse-item.active .collapse-header:after {
    transform: rotate(90deg);
    color: #FFF;
}

.collapse-content {
    padding: 5px;
    background: #FFF;
    float: left;
    width: 100%;
    display: none;
}

.collapse-item.active .collapse-content {
    display: block;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 6px 20px;
        border-radius: 4px;
    }

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label, .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em; /* 4px */
}
/* style 1 */

.inputfile-1 + label {
    color: #444;
    background-color: #FFF;
    border: 1px solid #ccc;
}

    .inputfile-1:focus + label, .inputfile-1.has-focus + label, .inputfile-1 + label:hover {
        background-color: #F1F1F1;
    }

.custom-table th, .custom-table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.custom-table td {
    color: #000;
    background: #F1F1F1;
}

.reqired {
    position: relative;
}

    .reqired:after {
        position: absolute;
        content: "*";
        right: -10px;
        top: 0;
        color: #ee2e24;
        padding-left: 4px;
        font-size: 16px;
    }
/*     Dashboard      */

.tab-form {
    float: left;
    width: 100%;
    position: relative;
    height: calc(100vh - 225px);
    overflow-y: auto;
}

.tabs-dashboard {
    position: fixed;
    bottom: 38px;
    left: 0;
    width: 100%;
    /*background: #0087BF;*/
    background: #0087BF;
    color: #e1e1e1;
    display: table;
}

    .tabs-dashboard ul {
        display: table-row;
    }

        .tabs-dashboard ul li {
            display: table-cell;
        }

            .tabs-dashboard ul li a {
                background: rgba(67,170,71,0.0);
                padding: 10px 30px;
                display: block;
                color: #ccc;
                /*border-top: 3px #0087BF solid;
	border-bottom: 3px #0087BF solid;*/
                font-weight: 500;
                text-align: center;
                transition: all 0.6s ease;
            }

                .tabs-dashboard ul li a.active {
                    /*background: rgba(0,0,0,0.1);
	border-top: 3px #5caa47 solid;
	border-bottom: 3px #5caa47 solid;*/
                    color: #FFF;
                    background: linear-gradient(to right, #0087BF 0%, rgba(67,170,71,1) 25%, rgba(67,170,71,1) 75%, #0087BF 100%);
                }

.tab-content .tab-pane {
    padding: 0 100px;
}

.tran-form-container {
    float: left;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

    .tran-form-container.with-side-bar {
        width: calc(100% - 250px);
    }

    .tran-form-container .btn-box-right a i {
        color: #fff;
    }

.spl-label {
    font-weight: 700;
}

.sub-title {
    font-size: 14px;
    float: left;
    width: 100%;
    clear: both;
    margin: 5px 0;
    margin: 10px 0 10px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

    .sub-title.popup {
        color: #5caa47;
        padding: 10px 0;
    }

        .sub-title.popup h6 {
            font-weight: 700;
            margin: 0;
        }

.row > .sub-title {
    margin: 10px 0 10px 15px;
}

.sub-title-2 {
    font-size: 16px;
    float: left;
    width: 100%;
    clear: both;
    margin: 5px 0;
    margin: 10px 0 10px 0;
    font-weight: 600;
}

.chart-holder {
    width: 100%;
    float: left;
    min-height: 200px;
}

.form-holder {
    /*background: #aa5d15;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 6px;*/
    background: #f5f5f5;
    padding: 10px 15px;
    margin-bottom: 20px;
    /*border-radius: 6px;*/
    box-shadow: 0 0 10px #aaa;
    border: 5px solid #FFF;
}

/*.form-holder label {
        color: #F1F1F1;
    }*/

.chart-title {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
/*    LEFT TAB CONTAINER START   */
.left-tab-container {
    float: left;
    width: 100%;
    /*background: #FFF;
    padding: 0px 0 10px 0;*/
    border-radius: 6px;
}

.tabs-left {
    float: left;
    width: 250px;
    background: #535353;
    border: 2px solid #5caa47;
    border-right: 0px solid #535353;
    position: relative;
    z-index: 2;
    border-top-left-radius: 6px;
}

    .tabs-left ul {
        margin: 0;
        padding: 0;
        max-height: calc(100vh - 180px);
        overflow: auto;
    }

    .tabs-left li {
        margin: 0;
        padding: 0;
        width: 100%;
        border-left: 1px solid #5caa47;
    }

        .tabs-left li[disabled="disabled"] {
            pointer-events: none;
        }

        .tabs-left li span {
            margin: 0;
            padding: 10px 20px;
            display: block;
            color: #F1F1F1;
            font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            cursor: pointer;
        }

        .tabs-left li.active span {
            background: linear-gradient(to right, #5caa47 0%, #e9fce4 100%);
            color: #333;
        }

.req-tab-alert {
    background: #810000;
}

.left-tab-container .tab-content {
    width: calc(100% - 248px);
    float: right;
    margin-left: -2px;
    padding: 15px;
    border: 2px solid #5caa47;
    background: #e9fce4;
    border-top-right-radius: 6px;
    overflow: hidden;
}

    .left-tab-container .tab-content .tab-pane {
        padding: 0;
        float: left;
        width: 100%;
        height: calc(100vh - 210px);
        /*min-height: 400px;*/
        /*background: #FFF;
	border: 2px solid #EEE;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
    }

        .left-tab-container .tab-content .tab-pane.custom {
            padding: 0px;
            border: 0px solid #888073;
        }

    .left-tab-container .tab-content .data-table {
        padding: 0;
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }

.tab-form-container {
    float: left;
    width: 100%;
    height: calc(100vh - 250px);
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px 0 5px;
}

.tab-form-container-info {
    height: calc(100vh - 210px);
}

.left-tab-container .tab-content .tab-pane .btn-box-right {
    width: 100%;
    text-align: right;
    margin: 0px 0 0px 0;
    padding: 5px;
    /*border-top: 1px solid #5caa47;*/
    background: rgba(92, 170, 71, 0.17);
    clear: both;
}

.no-bg {
    background: none !important;
    padding: 0 0 15px 0 !important;
}

.tab-btn-box-right {
    clear: both;
    background: #c5d4c1;
    text-align: right;
    padding: 10px;
    margin: 0 -15px -15px;
    box-shadow: 0 0 8px #333;
}
/*    LEFT TAB CONTAINER END   */


.tab-holder {
    float: left;
    width: 100%;
    background: #FFF;
    padding: 15px;
}

.tabs-form {
    float: left;
    width: 100%;
    background: #333;
    /*border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
}

    .tabs-form ul {
        margin: 0;
        padding: 0;
    }

    .tabs-form li {
        margin: 0;
        padding: 0;
    }

        .tabs-form li span {
            margin: 0;
            padding: 10px 20px;
            display: block;
            color: #F1F1F1;
            /*border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
            border-top: 2px solid #333;
            border-left: 2px solid #333;
            border-bottom: 0px solid #0087BF;
            font-weight: 500;
            cursor: pointer;
        }

        .tabs-form li.active span {
            background: #0087BF;
            /*color: #333;*/
            position: relative;
        }

            .tabs-form li.active span:after {
                position: absolute;
                content: "\f0dd";
                font-family: "Font Awesome 5 Free";
                color: #0087BF;
                bottom: -18px;
                text-align: center;
                left: 0;
                width: 100%;
                font-weight: 900;
                font-size: 30px;
            }

.tab-holder .tab-content {
    width: 100%;
    float: left;
    padding: 15px;
    border: 1px solid #DDD;
    background: #f2f4ef;
}

    .tab-holder .tab-content .tab-pane {
        padding: 10px;
        float: left;
        width: 100%;
        height: calc(100vh - 255px);
    }

        .tab-holder .tab-content .tab-pane .tab-form-container {
            height: calc(100vh - 330px);
        }

.tab-holder.custom-tab {
    padding: 0;
}

    .tab-holder.custom-tab .tab-content .tab-pane {
        padding: 30px 15px 15px 15px;
    }

    .tab-holder.custom-tab .tabs-form {
        /*background: #0087BF;*/
    }

        .tab-holder.custom-tab .tabs-form li a.active {
            background: #0087BF;
            color: #FFF;
            border-color: #333;
            border-bottom: 0px solid #fef2da;
            padding: 11px 20px;
            margin-bottom: -2px;
            position: relative;
        }

    .tab-holder.custom-tab .tab-content {
        border: 1px solid #888073;
        background: #f2f4ef;
        display: block;
        padding: 0;
        margin-left: 0;
    }

.custom-tab ul li[disabled=disabled] {
    pointer-events: none;
}

.data-sorting {
    padding: 20px 0;
}

.right-bar {
    position: fixed;
    width: 250px;
    background: #333333;
    top: 120px;
    right: 0;
    height: calc(100vh - 158px);
}

.right-bar-title {
    font-size: 14px;
    color: #F1F1F1;
    text-align: center;
    width: 100%;
    padding: 30px 0 0px 0;
    font-weight: 500;
}

.right-bar-count {
    font-size: 28px;
    font-weight: 500;
    color: #51e2c1;
    text-align: center;
    width: 100%;
    padding: 0px 0 30px 0;
}

.right-bar-chart {
    width: 100%;
    padding: 10px 0 30px 0;
    height: 200px;
}

.step-container {
    margin: 0px 0 0 0;
    padding: 15px 0;
    float: left;
    width: 100%;
    background: #262d3d;
}

.step-nav {
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 20px 40px 30px 40px;
}

    .step-nav ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        display: table;
        table-layout: fixed;
    }

        .step-nav ul li {
            margin: 0;
            padding: 0;
            display: table-cell;
            position: relative;
        }

            .step-nav ul li:before {
                position: absolute;
                height: 4px;
                width: 100%;
                content: "";
                top: 50%;
                margin: -5px 0 0 0;
                left: 0%;
                background: #999;
                z-index: 1;
            }

            .step-nav ul li.active:before {
                background: #0087BF;
                background-image: linear-gradient(to right, #0087BF, #0087BF);
            }

            .step-nav ul li.done:before {
                background: #0087BF;
            }

            .step-nav ul li:first-child:before {
                width: 50%;
                top: 50%;
                left: 50%;
            }

            .step-nav ul li:last-child:before {
                width: 50%;
                top: 50%;
                left: 0;
            }

            .step-nav ul li .step-icon {
                position: absolute;
                top: 100%;
                left: 50%;
                margin: -11.5px 0 0 -11.5px;
                width: 16px;
                height: 16px;
                background: #999;
                border-radius: 10px;
                padding: 1px;
                font-size: 12px;
                z-index: 2;
                text-align: center;
                color: #999;
            }

                .step-nav ul li .step-icon i {
                    /*color:#999;*/
                }

            .step-nav ul li.active .step-icon {
                background: #0087BF;
                color: #FFF;
            }

            .step-nav ul li.done .step-icon {
                background: #0087BF;
                color: #FFF;
            }

.step-text {
    position: absolute;
    top: 0px;
    left: 10%;
    margin: 0px 0 0 0px;
    width: 80%;
    color: #F1F1F1;
    border-radius: 30px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.step-nav ul li.active .step-text {
    /*background: #0087BF;
	color: #0087BF;*/
}

.step-nav ul li.done .step-text {
    /*background: #0087BF;*/
    color: #666;
}

.step-content-block {
}

.step-content {
    float: left;
    width: 100%;
    display: none;
    background: #FFF;
    border-radius: 6px;
    padding: 40px;
    margin: 20px 0 0 0;
}

    .step-content.active {
        display: block;
    }

.success-box {
    text-align: center;
    color: #0087BF;
    padding: 60px 0;
}

.success-icon {
    font-size: 100px;
}

.static-label {
    float: left;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.dynamic-label {
    float: left;
    width: 100%;
    font-weight: 300;
    margin-bottom: 20px;
}

.top-padding-0 {
    padding-top: 0 !important;
}

.top-margin-0 {
    margin-top: 0;
}

.case-list {
    background: #FFF;
}

    .case-list td {
        border-bottom: 10px solid #f2f4ef;
    }
/*   inbox data list  */

.inbox-data-list {
    float: left;
    width: 100%;
}

    .inbox-data-list .card-header {
        padding: 0;
    }

        .inbox-data-list .card-header .btn-link {
            width: 100%;
            text-decoration: none;
            text-align: left;
            background: #666;
            color: #FFF;
            padding: 4px 15px;
            border-radius: 0;
        }

.card-body .data-table-list {
    background: #fcfbf6;
}

    .card-body .data-table-list th {
        background: #333;
        color: #eeeeee;
    }

    .card-body .data-table-list td a {
        color: #fbb612;
        font-weight: 600;
    }

.view-case {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    float: left;
    width: 100%;
    color: #5caa47;
}

    .view-case a {
        color: #5caa47;
    }

.modal-header {
    padding: 10px 15px;
}

.modal-footer {
    padding: 10px 15px;
    background: #f1f1f1;
}

.modal-header h4 {
    font-size: 16px;
}

.modal-title {
    text-align: left;
}

.modal-dialog {
    z-index: 9999;
}

.custom-file-label, .custom-file-input {
    height: auto;
}

    .custom-file-label::after {
        height: auto;
    }

.custom-file {
    height: auto;
}

.spl-label-red {
    display: none;
    color: #AC0002;
    font-weight: 600;
    white-space: nowrap;
    margin-top: -20px;
    margin-bottom: 20px;
}

.section-24 {
    display: none;
}

.maint-form-container {
    float: left;
    width: 100%;
    /*padding: 15px 0;
    background: #FFF;
    box-shadow: 0 0 5px #999;*/
}

.row > a {
    padding: 15px 12px;
    color: #5caa47;
    font-weight: 700;
}

.pop-link {
    font-weight: 600;
    color: #5caa47;
    cursor: pointer;
}

.web-form {
    float: left;
    width: 100%;
    padding: 15px 15px 0px 15px;
    background: #F1F1F1;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

    .web-form .form-right-btns {
        background: #ddd;
    }

    .web-form .form-group .input-group span button {
        padding: 2px 10px;
        border-radius: 0px 5px 5px 0;
        border-color: rgb(206, 212, 218);
    }

.form-group label {
    /*margin: 0;*/
}


.hideHeaderNslideBar {
    display: none;
}

.mandatory {
    position: relative;
    /*margin: 0;*/
}

    .mandatory::after {
        position: absolute;
        content: "*";
        top: -1px;
        right: -7px;
        color: red;
        font-size: 16px;
    }

.custom-mandatory {
    color: red;
    font-size: 16px;
    margin-left: 1px;
}

.text-error {
    color: #ee2e24;
}

.form-box-field {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 15px 15px 0 15px;
    border: 1px solid #ddd;
    position: relative;
    height: 100%;
    margin-bottom: 10px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.padding-r-l-0 {
    padding: 10px 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}
/*Pagination Start*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    /*border-radius: 4px;*/
    float: right;
    font-size: 12px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 0em 0.5em;
            margin-left: 3px;
            line-height: 1.42857143;
            color: #808080;
            text-decoration: none;
            background: none;
            border: 1px solid #808080;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span,
        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            color: #333;
            border: 1px solid rgba(0,0,0,0);
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

            .pagination > li:first-child > a:hover,
            .pagination > li:first-child > span:hover,
            .pagination > li:first-child > a:focus,
            .pagination > li:first-child > span:focus,
            .pagination > li:last-child > a:hover,
            .pagination > li:last-child > span:hover,
            .pagination > li:last-child > a:focus,
            .pagination > li:last-child > span:focus {
                color: #000;
                background: none;
                border: 1px solid rgba(0,0,0,0);
            }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #808080;
            background: none;
            border-color: #808080;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #808080;
        cursor: default;
        background: none;
        border-color: #808080;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tbl-paging .pagination {
    margin: 0;
}

.state-active {
    color: #0bab47;
}

.state-inactive {
    color: #999;
}

.fa-circle {
    font-size: 10px;
}

.state-active .fa-circle {
    color: #00b652;
}

.error-messages {
    padding: 0 10px 10px 10px;
    text-align: center;
    color: #ec1b23;
}

    .error-messages h6 {
        margin: 0;
    }

.success-messages {
    padding: 0 10px 10px 10px;
    text-align: center;
    color: #036D41;
}


/*  Kendo edit   */
.k-grid-filter.k-state-active {
    background-color: transparent !important;
}




/*  Loader  */
#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}

.loader {
    width: 6em;
    height: 6em;
    font-size: 18px;
    box-sizing: border-box;
    border-top: 0.3em solid #5caa47;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3em);
    left: calc(50% - 3em);
    animation: rotating 2s ease-in-out infinite;
    --direction: 1;
}

    .loader::before,
    .loader::after {
        content: '';
        position: absolute;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        box-sizing: border-box;
        top: -0.2em;
    }

    .loader::before {
        border-top: 0.3em solid #0087bf;
        transform: rotate(120deg);
    }

    .loader::after {
        border-top: 0.3em solid #a75e19;
        transform: rotate(240deg);
    }

    .loader span {
        position: absolute;
        color: white;
        width: inherit;
        height: inherit;
        text-align: center;
        line-height: 6em;
        font-family: sans-serif;
        animation: rotating 2s linear infinite;
        --direction: -1;
    }

@keyframes rotating {
    50% {
        transform: rotate(calc(180deg * var(--direction)));
    }

    100% {
        transform: rotate(calc(360deg * var(--direction)));
    }
}



/* The switch - the box around the slider */
.role-switch {
    float: left;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
    margin: 0;
    margin-right: 5px;
}

.switch-small {
    width: 30px;
    height: 18px;
}
/* Hide default HTML checkbox */
.role-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.role-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aaa;
    -webkit-transition: .4s;
    transition: .4s;
}

    .role-slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 3px;
        bottom: 1.5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .role-slider:before {
        height: 12px;
        width: 12px;
        left: 2px;
        bottom: 3px;
    }

input:checked + .role-slider {
    background-color: #78ae46;
}

input:focus + .role-slider {
    box-shadow: 0 0 1px #78ae46;
}

input:checked + .role-slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
/* Rounded sliders */
.role-slider.round {
    border-radius: 15px;
}

    .role-slider.round:before {
        border-radius: 50%;
    }

.tree-grid-row.level-2 {
}

.tree-grid-row.row-level-2 td:nth-child(1) {
    padding-left: 30px;
}

.tree-grid-row.row-level-3 td:nth-child(1) {
    padding-left: 60px;
}

.tree-grid-row.row-level-4 td:nth-child(1) {
    padding-left: 90px;
}

.tree-grid-row.row-level-5 td:nth-child(1) {
    padding-left: 120px;
}

.role-check {
    padding-top: 7px !important;
}

    .role-check label {
        margin-bottom: 0;
        margin-top: 4px;
    }

    .role-check a i {
        width: 18px;
        font-size: 16px;
    }

.form-check label {
    margin-bottom: 0;
}

/*  --------------------- Map Popup Form Start Here -----------------   */
.map-container {
    float: left;
    width: 100%;
    overflow: hidden;
}

.popup-form-header {
    padding: 10px;
    background: #5caa47;
    color: #fff;
}

.popup-form-header-left h5 {
    margin: 0;
}

.popup-form-header-left {
    float: left;
}

.popup-form-header-right {
    float: right;
}

    .popup-form-header-right button {
        color: #fff;
        outline: none !important;
        padding-right: 5px;
    }

.popup-form-body {
    /*padding: 30px 10px 10px 10px;*/
    padding: 30px 15px 10px 15px;
    background: #fff;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

    .popup-form-body.info-only {
        max-height: calc(100vh - 100px);
    }

.popup-form-footer {
    padding: 10px 0;
    background: rgba(92, 170, 71, 0.3);
}

.popup-form-group {
    padding: 20px 15px 10px 15px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.no-margin {
    margin: 0;
}

.map-section {
    border: 1px solid #5caa47;
}

/*  --------------------- Map Popup Form End Here -----------------   */

.k-button {
    background: #0087bf !important;
    color: #fff;
    float: right;
    transition: all 0.9s ease;
}

    .k-button:hover {
        background: #005a80 !important;
    }

.kendo-grid-search {
    width: 300px;
    position: absolute;
    z-index: 1;
    margin: 27px 0 0 10px;
}

.k-header.k-grid-toolbar {
    padding: 10px !important;
}





/*  Date Picker Styles   */
.btn.btn-date {
    padding: 2px 8px;
    background-color: #5CAA47;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
}

.calender .header-table {
    width: 100%;
}

.cal-head-btn {
    background: #333;
    color: #FFF;
    width: 100%;
    border: 0;
}

.uib-datepicker-popup {
    z-index: 2;
}

    .uib-datepicker-popup .uib-button-bar span.btn-group .btn-sm {
        padding: 2px 5px;
        border-radius: 0;
        border: 0;
    }
    .btn-success.pull-right{
        float: left;
        padding: 1px 5px;
    }

    .uib-datepicker-popup.dropdown-menu {
        padding: 0;
    }

.cal-small-text-center {
    text-align: center;
}

.cal-day-btn {
    background: #E9FCE4;
    color: #333;
    border: 1px solid #8cd978;
    cursor: pointer;
}

    .cal-day-btn .text-info {
        color: #0bab47 !important;
    }

    .cal-day-btn.active {
        background: #0bab47;
        color: #FFF !important;
    }

        .cal-day-btn.active .text-info {
            color: #FFF !important;
        }

    .cal-day-btn.day-muted {
        border: 1px solid #c1c1c1;
        background: #ddd;
        color: #666;
        pointer-events: none;
    }

.uib-button-bar {
    padding: 0px;
}

    .uib-button-bar .btn-group {
        float: left;
        width: 66.6668%;
    }

.uib-datepicker-current {
    width: 51%;
    border-radius: 0;
    padding: 5px;
}

.uib-clear {
    width: 50%;
    border-radius: 0;
    padding: 5px;
}

.uib-close {
    width: 33.3334%;
    border-radius: 0;
    padding: 6px;
}



/*   time scroller   */
.uib-timepicker {
    margin-top: -10px;
}

.uib-increment .btn.btn-link, .uib-decrement .btn.btn-link {
    padding: 0px 20px;
    font-weight: 400;
    color: #0bab47;
    line-height: 15px;
    background-color: transparent;
    float: left;
}

.uib-time.am-pm .btn.btn-default {
    padding: 0px 10px;
    background: #5CAA47;
    color: #FFF;
    font-size: 14px;
}

.uib-time.hours .form-control, .uib-time.minutes .form-control {
    padding: 5px 10px;
    line-height: 20px;
    height: 26px;
}




/*  document upload block   */

.document-block {
    padding: 15px;
    background: #F1F1F1;
    float: left;
    width: 100%;
    border: 5px #FFF solid;
    box-shadow: 0 0 3px #999;
    margin-bottom: 20px;
}

    .document-block.req-block {
        border: 5px #ff8e98 solid;
        box-shadow: 0 0 3px #ee2e24;
    }

.btn-box-docs-add {
    position: absolute;
    bottom: 17px;
    left: 15px;
    /*border-radius: 4px;*/
    overflow: hidden;
}

.pointer-event {
    cursor: pointer;
}


/*Responsive css*/

@media screen and (max-width: 980px) {
}


@media screen and (max-width: 768px) {
    .form-group label.display-none-768 {
        display: none;
    }
}


@media screen and (max-width: 600px) {
    .gp-nav-menu ul li a i {
        text-align: center;
        display: block;
    }
}




::-webkit-scrollbar {
    width: 8px;
    visibility: hidden;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #F1F1F1;
}


* {
    /*overflow-y: auto;*/
    scrollbar-color: #000000 #F1F1F1;
    scrollbar-width: thin;
}

select {
    scrollbar-width: auto;
}


/*   File Upload   */
.form-file {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 30px;
        line-height: 10px;
        color: #999;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
        border: 1px solid #ced4da;
    }

    .file-upload-wrapper:before {
        content: 'Upload';
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 30px;
        background: #5caa47;
        color: #fff;
        font-weight: 700;
        z-index: 25;
        font-size: 14px;
        line-height: 30px;
        padding: 0 15px;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper:hover:before {
        background: #3d8c63;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 30px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }


input:required, select:required, textarea:required {
    box-shadow: none;
}

.row {
    clear: both;
}

.uib-daypicker{
    outline: none !important;
}
.uib-daypicker .calender tbody tr td {
    padding: 1px;
}
.uib-daypicker table tbody tr td .cal-day-btn{
    padding: 0 5px !important;
} 

.modal.fade.in[role="dialog"] {
    z-index: 1060 !important;
}

    .modal.fade.in[role="dialog"] + .modal-backdrop {
        z-index: 1058 !important;
    }
body .modal.fade.in[role="dialog"]:first-child {
    z-index: 1062 !important;
}
body .modal.fade.in[role="dialog"] + .modal-backdrop:nth-child(3) {
    z-index: 1061 !important;
}
/*    calender view    */
.calender-view {
    width: 1000px;
    margin: 0 auto;
    background: #FFF;
    padding: 30px;
}

#calendar {
    border: 2px solid #0bab47;
    padding: 20px;
}

.fc-head td {
    border-bottom: 1px solid #ccc;
}



.custom-chart-section {
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ddd;
}

.custom-chart-space {
    padding: 0 10%;
    background: #FFF;
}




/*    gp collaps panel */
.gp-collaps-panel {
    float: left;
    width: 100%;
}

.gp-collaps-item {
    float: left;
    width: 100%;
    padding: 0 0 0px 0;
    transition: all 0.6s ease;
    margin-bottom: 10px;
}

    .gp-collaps-item.active .gp-collaps-item {
        padding: 0 0 15px 0;
    }

.gp-collaps-item-title {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    font-weight: 600;
    color: #FFF;
    background: #333;
    text-transform: uppercase;
    margin-bottom: 0px;
    cursor: pointer;
    transition: all 0.6s ease;
    position: relative;
}

    .gp-collaps-item-title::after {
        position: absolute;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        top: 9px;
        right: 10px;
        transform: rotate(0deg);
        transition: all 0.6s ease;
    }

.gp-collaps-item.active .gp-collaps-item-title::after {
    transform: rotate(180deg);
}

.gp-collaps-item.active .gp-collaps-item-title {
    /*margin-bottom: 15px;*/
}

.gp-collaps-item-title.back.collapse-tab {
    background: #142127;
    color: rgba(255,255,255,1);
}

.gp-collaps-item-content {
    float: left;
    width: 100%;
    padding: 0px 15px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    background: #FFF;
}

.gp-collaps-item.active .gp-collaps-item-content {
    max-height: 3000px;
    min-height: 300px;
    padding: 20px 15px 0px 15px;
    overflow: visible;
}

.popup-form-body .gp-collaps-panel .gp-collaps-item-content {
    border: 1px solid #333;
}


.print-btn-block {
}

    .print-btn-block button {
        background: #0087bf;
        color: #fff;
        padding: 3px 10px;
        margin-left: 10px;
        transition: all 0.9s ease;
        font-size: 14px;
    }

        .print-btn-block button i {
            margin-right: 5px;
        }

        .print-btn-block button:hover {
            background: #0d658a;
        }

.k-button.k-button-icontext {
    background: #0087bf !important;
    border: #0087bf !important;
    font-size: 14px !important;
}

    .k-button.k-button-icontext:hover {
        background: #064661 !important;
    }

.grid-link {
    cursor: pointer;
}
.grid-link-1{
    color: #5caa47 !important;
    cursor: pointer;
    text-decoration: underline;
    outline: none !important;
    box-shadow: none;
    font-weight: 600;
}
.grid-link-1:hover{
    text-decoration: none;
}

/*---------------------- Shedule popoup form --------------------------------*/

.modal-body.max-height-200 {
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.popup-form-body.max-height-200 {
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding: 15px;
    background: #fff;
}

.schedules-popup-btns {
    padding: 10px;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #ccc;
}

    .schedules-popup-btns button {
        margin: 0 10px;
    }

.btn-primary.disabled, .btn-primary:disabled {
    pointer-events: none;
    background: #999 !important;
    border: 1px solid #999 !important;
}

.modal-dialog {
    pointer-events: unset !important;
}

.modal-lg.xxl {
    max-width: 1200px;
}




/*-----------------------  sessionExpiry-popup  ---------------------------------*/


.sessionExpiry-popup {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 7px #888888;
}

.sessionExpiry-popup-content {
    width: 100%;
    background: #fff;
}

.sessionExpiry-popup-header {
    background: #026918;
    color: #fff;
    padding: 7px 10px;
}

.sessionExpiry-popup-header-left {
    float: left;
}

    .sessionExpiry-popup-header-left h5 {
        margin: 0;
        font-size: 20px;
    }

.sessionExpiry-popup-header-right {
    float: right;
}

.close {
    color: #fff;
}

    .close:hover {
        color: #000;
    }

.sessionExpiry-popup-body {
    padding: 15px 10px;
}

    .sessionExpiry-popup-body h3 {
        font-size: 25px;
    }

        .sessionExpiry-popup-body h3 label {
            margin: 0 7px 0 0;
        }

    .sessionExpiry-popup-body p {
        font-size: 15px;
        margin: 0;
    }

        .sessionExpiry-popup-body p span {
            color: #026918;
            font-weight: 600;
        }

.sessionExpiry-popup-footer {
    padding: 10px;
    background: #f5f5f5;
    border-top: 1px solid #dddddd;
}

.sessionExpiry-popup-footer-btn-right {
    text-align: right;
}

    .sessionExpiry-popup-footer-btn-right button {
        border: 1px solid green;
        transition: all 0.6s ease;
        padding: 0px 15px;
        margin-left: 10px;
        cursor: pointer;
    }

        .sessionExpiry-popup-footer-btn-right button:hover {
            background: #026918;
            color: #fff;
        }

.sessionExpiry-popup.schedules {
    top: 170px;
    position: absolute;
}




.score-section-container {
    float: left;
    width: 100%;
}

    .score-section-container.score-collaps {
    }

.score-section {
    float: left;
    width: calc(100% - 420px);
    transition: all 0.6s ease;
}

.score-section-full {
    float: left;
    width: 100%;
    transition: all 0.6s ease;
}

.score-section-header {
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #5caa47;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.score-section-container.score-collaps .score-section {
    width: 100%;
}

.score-section-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #000;
}

.score-section .static-label {
    margin-bottom: 10px;
}

.score-title {
    background: #333333;
    padding: 5px;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

.score-sub-title {
    background: #5CAA47;
    padding: 5px;
    text-align: left;
    color: #f1f1f1;
    font-weight: 600;
}

.score-block {
    float: left;
    width: 100%;
    background: #F1F1F1;
    padding: 15px;
}

.score-container {
    float: left;
    width: 100%;
    max-height: 20000px;
    transition: all 0.6s ease;
    
}

    .score-container.hide {
        max-height: 0px;
        overflow: hidden;
    }

    .score-container div.score-block:nth-child(odd) {
        background: #FFF;
    }

.score-controlls-left {
    background: #d8f1d9;
    padding: 10px;
    border: 1px solid #5CAA47;
    position: relative;
    height: 100%;
}

.score-controlls-right {
    background: #d8f1d9;
    padding: 10px;
    border: 1px solid #5CAA47;
    position: relative;
    height: 100%;
}

.custom-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.score-value-section {
    float: right;
    width: 400px;
    position: fixed;
    right: 20px;
    border: 1px solid #000;
    font-size: 10px;
    transition: all 0.6s ease;
}

.score-section-container.score-collaps .score-value-section {
    right: -400px;
}

.score-trigger {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #333;
    color: #FFF;
    padding: 5px 6px;
    font-size: 18px;
    border: 1px solid #FFF;
    cursor: pointer;
    transition: all 0.6s ease;
}

.score-section-container.score-collaps .score-trigger {
    left: -30px;
}

.score-trigger .fa-caret-square-left {
    display: none;
}

.score-section-container.score-collaps .score-trigger .fa-caret-square-left {
    display: block;
}

.score-trigger .fa-caret-square-right {
    display: block;
}

.score-section-container.score-collaps .score-trigger .fa-caret-square-right {
    display: none;
}

.score-value-section .table td, .score-value-section .table th {
    padding: 7px .75rem;
}

.score-value-section .table th {
    text-align: center;
}


.each-block-value {
    float: left;
    width: 100%;
    padding: 15px;
}

    .each-block-value table {
        background: #FFF;
        border: 1px solid #AAA;
    }

    .each-block-value .table td, .table th {
        padding: 5px;
    }






/*  Dashboard   */
/*   dashboard left info start     */
.dash-num-info {
    float: left;
    width: 100%;
    /* background: #FFFFFF;
    border-radius: 6px;*/
    padding: 15px 15px 0 15px;
    /*margin-bottom: 15px;*/
    text-align: center;
    position: relative;
    height: 100%;
}

.num-info-title {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
    margin-bottom: 20px;
}

.dash-num-info-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 35px 0 15px 0;
    /*border: 3px dashed rgba(255,255,255,0.4);*/
    margin-bottom: 5px;
    background: #5caa47;
}

/*.dash-num-info-box:after {
        position: absolute;
        content: "";
        top: 5px;
        left: 5px;
        width: 86px;
        height: 86px;
        border-radius: 50%;
        border: 2px solid rgba(255,255,255,0.3);
    }*/

.dash-num-info .num-label {
    width: 100%;
    color: rgba(255,255,255,1);
    font-weight: 600;
}

.dash-num-info-box .num-value {
    font-size: 36px;
    font-weight: 800;
    color: rgba(255,255,255,1);
    clear: both;
    width: 100%;
    margin: 15px 0 10px 0;
    min-height: 48px;
}

.dash-num-info-box i {
    font-size: 44px;
    color: rgba(255,255,255,1);
}

.blue-bg {
    background: #0087BF;
}

/*   dashboard left info end     */

/*   dashboard right info start     */

.dash-right-info {
    float: left;
    position: relative;
    width: 100%;
    background: #FFF;
    margin-bottom: 15px;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-weight: 600;
}

    .dash-right-info .col-lg-4 {
        border-right: 2px solid rgba(255,255,255,0.2);
    }

.dash-form-controls {
    padding: 0 10px;
}

.dash-right-info-box {
    float: left;
    width: 100%;
}

    .dash-right-info-box .right-info-label {
        width: 100%;
        font-weight: 600;
        font-size: 12px;
    }

    .dash-right-info-box .right-info-value {
        font-size: 14px;
        font-weight: 600;
    }

.dash-right-info .col-lg-4:last-child {
    border-right: 1px solid rgba(255,255,255,0);
}

.dash-custom-link {
    color: rgba(255,255,255,0.6);
    background: rgba(0,0,0,0.0);
    cursor: pointer;
    transition: all 0.6s ease;
}

    .dash-custom-link:hover {
        color: rgba(255,255,255,0.6);
        background: rgba(0,0,0,0.4);
    }

.refres-btn {
    float: right;
    margin: -32px 5px 0 0;
}

    .refres-btn .btn-primary {
        padding: 3px 2px 3px 7px;
        border-radius: 4px;
    }


@-webkit-keyframes refres {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes refres {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}








.btn-primary.active i {
    /*-webkit-animation: refres 1.5s linear infinite; 
    animation: refres 1.5s linear infinite;*/
}

.btn.btn-primary.btn-not-done {
    background: #ee6b02 !important;
    border: 1px solid #ee6b02 !important;
    color: #FFF;
    -webkit-animation-name: wobble;
    animation-name: wobbleType;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
}

.btn.btn-primary.active.btn-done {
    background: #0087BF !important;
    /*opacity:1 !important;*/
    border: 1px solid #0087BF !important;
}

.btn.btn-primary .fa-check-double {
    font-size: 12px;
}

.btn.btn-primary.btn-done .fa-check-double {
    font-size: 14px;
}

.btn.btn-primary.active.btn-done .fa-check-double {
    display: inherit;
}

/*.shake2 {
  width: 75px;
  height: 75px;
  background: #777;
}
.shake2:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}*/
@-webkit-keyframes wobbleType {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -0deg);
        transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -0deg);
    }

    30% {
        -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

    45% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -0deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -0deg);
    }

    60% {
        -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

    75% {
        -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -0deg);
        transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -0deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}
/*@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}*/




/*   dashboard right info end     */

/*   dashboard boxed info start   */
.row-2 {
    margin-top: 15px;
}

.dash-box-title {
    background: #FFF;
    padding: 8px;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.dash-box-title-fileter {
    float: right;
    width: 60px;
    margin-top: -35px;
}

    .dash-box-title-fileter select.form-control {
        border: none;
        background: none;
    }

.dash-box {
    width: 100%;
    background: #FFF;
    padding: 10px;
    min-height: 150px;
    position: relative;
    height: calc(100% - 36px);
}

.dash-regi-list-box {
    max-height: 524px;
    overflow-y: auto;
    text-align: left;
    padding: 0;
}

.dash-regi-list {
    width: 100%;
}

.chart-link-lite {
    color: #FFFFFF !important;
    border: 1px solid #FFF;
    padding: 5px;
    border-radius: 4px;
}

    .chart-link-lite i {
        margin: 2px 5px 0 0;
    }

.td-image {
    padding: 10px 10px;
    width: 70px;
}

.td-name {
    padding: 10px 4px;
}

.td-status {
    padding: 10px 10px;
    text-align: right;
    color: #00a560;
}

.in-active td {
    text-align: left;
    color: #333;
    background: #ffeeee;
}

    .in-active td.td-status {
        text-align: right;
    }

.grid-avtar {
    width: 50px;
    height: 50px;
    border: 2px #aaa solid;
}

/*   dashboard boxed info end   */



.dash-notifications {
    background: #FFF;
    box-shadow: 0 0 5px #666;
    float: left;
    width: 100%;
    border-radius: 6px;
    padding: 0px;
}

    .dash-notifications h4 {
        background: #056e45;
        border-bottom: 2px solid #cccccc;
        padding: 6px 10px;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #FFF;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .dash-notifications ul {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        min-height: 200px;
        max-height: 300px;
        overflow-y: auto;
    }

        .dash-notifications ul li {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            border-bottom: 1px solid #eeeeee;
        }

            .dash-notifications ul li:nth-last-child() {
                border-bottom: 0px solid #eeeeee;
            }

            .dash-notifications ul li a {
                margin: 0;
                padding: 6px 10px;
                display: block;
                float: left;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 12px;
                font-weight: 400;
                text-transform: none;
            }

            .dash-notifications ul li p {
                margin: 0;
                padding: 5px 0;
            }

.value-info-num {
    font-size: 36px;
    font-weight: 700;
    color: #036B40;
}

.value-info-label {
    font-size: 14px;
    font-weight: 400;
}

/* dash-section-3 */
.dash-section-3 {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}

.dash-section-info {
    float: left;
    width: 100%;
    background: #F1F1F1;
    padding: 15px;
    text-align: center;
}

.dash-box-info {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    background: #F1F1F1;
}

.value-info-box {
    float: left;
    width: 20%;
}

.value-info-box-2 {
    width: 33.3336%;
    padding: 19px 0 18px 0;
}

.padding-top-15 {
    padding-top: 15px;
}

.chart-btn {
    float: right;
    margin: -33px 15px 0 0;
}



/*   dashboard     */

.dash-notifications {
    background: #FFF;
    float: left;
    width: 100%;
    border-radius: 6px;
    padding: 20px;
}

    .dash-notifications h4 {
        border-bottom: 1px solid #cccccc;
        padding: 0px 0 10px 0;
    }

    .dash-notifications ul {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
    }

        .dash-notifications ul li {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            border-bottom: 1px solid #eeeeee;
        }

            .dash-notifications ul li a {
                margin: 0;
                padding: 10px 0;
                display: block;
                float: left;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 18px;
            }

            .dash-notifications ul li p {
                margin: 0;
                padding: 10px 0;
            }

.dash-box #tabs_1 .nav {
    margin: 0 0 10px 0;
}

.dash-box #tabs_1 .tab-content {
    /*background: #F1F1F1;*/
}

.dash-box #tabs_1 .nav-pills > li > a.active::after {
    display: none;
}


/*   Count overview    */
.counter {
    text-align: center;
    border: 10px solid rgba(255,255,255, 1);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 18px;
    color: #333;
    padding: 38px 10px;
    position: relative;
    font-weight: 700;
    margin: 0 auto;
}

.counter-color-1 {
    border-color: #E5140B;
}

.counter-color-2 {
    border-color: #FFDE00;
}

.counter-color-3 {
    border-color: #40A843;
}

.counter-color-4 {
    border-color: #9D6EB0;
}

.counter-text {
    font-size: 18px;
    padding: 30px 0;
    text-align: center;
}

.counter-text-1 {
    color: #E5140B;
}

.counter-text-2 {
    color: #AC9600;
}

.counter-text-3 {
    color: #40A843;
}

.counter-text-4 {
    color: #9D6EB0;
}

.space-bar-30 {
    float: left;
    width: 100%;
    height: 30px;
}

.custom-radio-group {
    width: 100%;
}

.custom-float {
    float: left;
    white-space: nowrap;
    padding-right: 15px;
}

    .custom-float .form-check {
        margin-left: 0 !important;
    }


/*  Notification Popup  */
.pop-notification-list {
    float: left;
    width: 100%;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding: 10px;
}

.pop-notification-item {
    float: left;
    width: 100%;
    border-left: 5px #d6394f solid;
    box-shadow: 0 0 5px #aaa;
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 10px;
}

    .pop-notification-item.pop-noti-unseen {
        border-left: 5px #4B2FE3 solid;
        background: #feffe0;
    }

.pop-noti-img {
    float: left;
    width: 44px;
}

    .pop-noti-img img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        box-shadow: 0 0 2px #aaa;
    }

.pop-noti-msg {
    float: right;
    width: calc(100% - 54px);
    padding: 0 5px 5px 5px;
    font-size: 14px;
}

    .pop-noti-msg span {
        float: left;
        width: 100%;
    }

.pop-noti-user {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #4B2FE3;
    margin-bottom: 5px;
}

.pop-notification-item.pop-noti-unseen .pop-noti-user {
    color: #e48444;
}

.margin-left-0 {
    margin-left: 0;
}

.hideHeaderNslideBar {
    display: none;
}

.showHeaderNslideBar {
    display: inline;
}

label.kTxtin {
    margin-bottom: 0;
}

.list-group {
    position: absolute;
    z-index: 15;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 0 5px #999;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    top: 61px;
}

    .list-group.auto-list {
        width: auto;
        max-width: 100%;
        top: inherit;
    }

.list-group-item {
    padding: 5px 20px;
    background: #F1F1F1;
}

    .list-group-item:nth-child(odd) {
        background: #F5F5F5;
    }

    .list-group-item:hover {
        color: #337ab7;
        text-shadow: 0 0 1em #337ab7;
        cursor: pointer;
    }

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}




.form-control-static {
    float: left;
    width: 100%;
}

.view-profile-left {
    background: #FFF;
    padding: 20px;
    margin-bottom: 15px;
}

    .view-profile-left h4 {
        font-size: 22px;
        text-transform: uppercase;
        color: #5caa47;
    }

.dash-notification-list {
    margin: 0;
    padding: 0 2px;
    max-height: 618px;
    overflow-y: scroll;
}

    .dash-notification-list li {
        list-style: none;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        color: #666;
        padding: 20px;
    }

        .dash-notification-list li:nth-child(even) {
            background: #f5f5f5;
        }

        .dash-notification-list li.un-read {
            background: #fffad4;
        }






        
/*  Order Control  */
.order-control-search {
    width: calc(100% - 28px);
}

.order-control .k-listbox {
    width: calc(50% - 2px);
    /*height: 310px;*/
    height: 333px;
}

    .order-control .k-listbox:first-of-type {
        padding-right: 1px;
    }

.k-listbox .k-item.k-state-selected {
    background: #CCC;
    color: #4b2fe3;
}

.kendo-grid-search {
    position: absolute;
    right: 313px;
    z-index: 1;
    top: 25px;
}

    .kendo-grid-search .form-control {
        height: 28px;
        width: 200px;
    }

.grid-dropdown {
    position: absolute;
    left: 50px;
    top: 30px;
    white-space: nowrap;
    z-index: 10;
}

    .grid-dropdown select {
        padding: 5px 10px;
        padding: 5px 10px;
        margin-top: -5px;
        width: 120px;
        border: 1px solid #ced4da;
    }

.data-table-section .kendo-grid-search {
    top: 35px;
}

.data-table-section .kendo-grid-search {
    top: 10px;
}


/*--------------------- Avatar upload Section Start here -------------------------*/
.avatar-upload {
    position: relative;
    max-width: 105px;
    /*margin: 10px 0;*/
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 9px;
        z-index: 1;
        top: 0px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: rgba(255,255,255,0.7);
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #000;
                    position: absolute;
                    top: 7px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 100%;
        /*border: 6px solid #F8F8F8;*/
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
/*--------------------- Avatar upload Section End here -------------------------*/

.checkAct {
    position: static !important;
}


/*------------------------ Multiselectdropdown start Here ------------------------------------*/

.wrapper {
    width: 100%;
    position: relative;
}

    .wrapper .selected-items-box {
        float: left;
        cursor: pointer;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0px 0px;
        width: 100%;
        background-color: #FFF;
        color: #333;
        border-radius: 4px;
        position: relative;
        z-index: 2;
    }


        .wrapper .selected-items-box[disabled="disabled"] {
            background-color: #e9ecef;
            color: #333;
            pointer-events: none;
        }

        .wrapper .selected-items-box.disabled {
            pointer-events: none;
            background-color: #e9ecef;
        }

        .wrapper .selected-items-box .items-list {
            list-style-type: none;
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .wrapper .selected-items-box .items-list li {
                display: inline;
            }

.check-all {
    padding: 5px 5px;
    color: #fff;
    background: #535353;
    border-bottom: solid 1px #C7C6C7;
    background-image: linear-gradient(to right bottom, #535353, #5b5b5b, #636363, #6c6c6c, #747474, #747474, #747474, #747474, #6c6c6c, #636363, #5b5b5b, #535353);
}

.wrapper .list {
    min-width: 260px;
    width: 100%;
    border: 1px solid #C7C6C7;
    z-index: 11;
    position: absolute;
    top: 30px;
    background: #FFF;
    border-radius: 0 0 4px 4px;
    display: none;
}

    .wrapper .list.active {
        display: block !important;
    }

    .wrapper .list::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        bottom: -20px;
        left: 0;
        background: none;
    }

    .wrapper .list.right-0 {
        right: 0;
    }

.list .items-list {
    list-style-type: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 0 0 0 !important;
    margin: 0;
}

    .list .items-list::-webkit-scrollbar {
        width: 4px !important;
        height: 4px !important;
    }

    .list .items-list li {
        margin: 0;
        width: 100%;
        padding: 0;
        border-bottom: solid 1px #C7C6C7;
        padding: 5px;
        background-color: #fff;
        animation-name: animate-slide;
    }

        .list .items-list li:hover {
            background: #f8f8f8;
        }

        .list .items-list li:last-child {
            border-bottom: 0;
        }

.check-all > .multi-select-check {
    color: #fff !important;
}

.multi-select-check {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top: 1px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .multi-select-check input {
        position: absolute;
        opacity: 0;
        width: 15px;
        height: 15px;
        top: -1px;
        cursor: pointer;
        display: none;
    }

        .multi-select-check input:disabled ~ .multicheckmark {
            background: #a1a1a1 !important;
            border-color: #a1a1a1 !important;
            cursor: not-allowed;
        }

            .multi-select-check input:disabled ~ .multicheckmark:after {
                border-color: #d3d3d3 !important;
            }

        .multi-select-check input:disabled ~ .multicheck-text {
            color: #bfbfbf;
            cursor: not-allowed;
        }

            .multi-select-check input:disabled ~ .multicheck-text:before {
                display: inline-block;
                content: "its Disabled";
                position: absolute;
                background: #000;
                color: #fff;
                padding: 0 4px;
                right: 0;
                top: 0;
                font-size: 10px;
                border-radius: 3px;
                display: none;
            }

            .multi-select-check input:disabled ~ .multicheck-text:hover:before {
                display: block;
            }

.multicheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background-color: #ccc;
    background-color: #e7e6e6;
    border: 1px solid #ccc;
}

.check-all .multicheckmark {
    background-color: #FFF;
    border: 1px solid #fff;
}

.multi-select-check:hover input ~ .multicheckmark {
    background-color: #ccc;
}

.multi-select-check input:checked ~ .multicheckmark {
    border-color: #00673c;
    background: linear-gradient(to bottom right, #00673c 0%, #29a370 100%);
}

.check-all .multi-select-check input:checked ~ .multicheckmark {
    border-color: #ccc !important;
}

.wrapper label.selected-items[disabled="disabled"] {
    pointer-events: none;
    background-color: #e9ecef;
    cursor: not-allowed;
}

.multicheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.multi-select-check input:checked ~ .multicheckmark:after {
    display: block;
}

.multi-select-check .multicheckmark::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
    transition: all 0.50s;
}

.selected-items {
    float: left;
    width: 100%;
    padding: 11px 20px 7px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    height: 36px;
    font-size: 14px;
    line-height: 16px;
    margin: 0 !important;
}

.dropdown-icon {
    position: absolute;
    top: 10px;
    right: 9px;
}

.list-controlls {
    background: #F5F5F5;
    padding: 5px;
    text-align: center;
}

    .list-controlls .btn {
        padding: 3px 15px;
        width: 100%;
    }

.multi-search {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 4px 5px;
    background: #f7f5f5;
    border-bottom: 1px solid #bababa;
}

    .multi-search .form-control {
        width: calc(100% - 32px);
        margin-right: 5px;
        height: 27px !important;
        border-radius: 0;
        padding: 2px 5px !important;
        border: 1px solid #bababa;
    }

.multi-search-close {
    font-size: 15px;
    width: 25px;
    height: 25px;
    color: #fff;
    border: 1px solid #e87f00;
    border-radius: 4px;
    outline: none !important;
    cursor: pointer;
    background: #e87f00;
    background: linear-gradient(to bottom right, #d77806 0%, #f5a23e 100%);
}

    .multi-search-close:hover {
        background: #d67500;
    }

.multi-select-1 {
    width: 100%;
}

    .multi-select-1 select {
        width: 100%;
    }

    .multi-select-1 span {
        width: 100% !important;
    }

    .multi-select-1 .select2-container--default.select2-container--focus .select2-selection--multiple {
        border-color: #0a8350 !important;
        padding-bottom: 3px;
        min-height: 34px;
    }

.text-right {
    text-align: right !important;
}

/*------------------------ Multiselectdropdown End Here ------------------------------------*/

.dash-box .stat-block p {
    text-align: center;
    padding: 10px 0;
}



/*   Error Page Design   */
.error-page-section {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.error-page-image {
    background: url(../../Images/error-bg.png) no-repeat;
    width: 100%;
    float: left;
    min-height: 250px;
    background-size: contain;
    background-position: center;
}

.error-title {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ff6000;
    font-weight: 800;
}

.error-page-text {
    float: left;
    width: 100%;
    text-align: center;
}

.error-page-back-link {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

    .error-page-back-link a {
        padding: 5px 20px;
        color: #FFF;
        background: #5CAA47;
        text-decoration: none;
        border-radius: 4px;
    }

.no-padding {
    padding: 0;
}

.no-top-padding {
    padding-top: 0;
}
    .custom-link{
    text-decoration:underline;
    color:#5caa47 !important;
}
     .custom-link:hover{
    text-decoration:underline;
    color:#5caa47 !important;
}

     .grid-request-sent, .grid-approved, .grid-reject{
         float:left;
         white-space:nowrap;
         font-weight:600;
     }
     .grid-request-sent{
        color:#0087BF;
     }
     .grid-approved{
        color:#5caa47;
     }
     .grid-reject{
       color:#ee2e24;
     }

     .grid-custom-dropdown{
         position:absolute;
         margin-top:-10px;
     }
     td [role="gridcell"]{
         position:relative;
     }
     .dropdown-menu.action-dropdown.show{
         overflow:hidden;
         z-index:99;
     }
     .grid-custom-dropdown .dropdown-item{
         width:100%;
         cursor:pointer;
     }
.form-group .input-group{
    margin-top: 3px;
}
.k-grid input.k-checkbox+label.k-checkbox-label::after{
    box-shadow: none !important;
}