﻿html {
    position: relative;
    min-height: 100%;
    background: #f2f7f8;
}
.banner-bg {
    padding: 25px;
    background-color: #003862;
    margin-top: 10px;
}
body {
    height: 100%;
    min-height: 100%;
    font-family: 'Segoe UI';
}
.banner-bg .div_class {
    display: flex;
    border: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.set_width_set3 {
    max-width: 68%;
    margin-top: 14px;
}
h4.headings {
    color: white;
}
.flex-item-left-SSO {
    display: flex;
    flex-wrap: wrap;
}
.banner-bg button {
    outline: none !important;
    font-size: 13px;
    border-radius: 5px;
    background-color: #fff;
    color: #003862;
    width: 95px;
    font-weight: 550;
    margin-top: 18px;
}
.banner-bg p {
    margin: 10px 0px;
    margin-right: 20px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
}
.banner-bg span {
    padding-right: 10px;
    font-size: 13px;
}
.notoPad {
    padding-top: 0px;
}

html body .p-0 {
    padding: 0px;
}

html body .p-10 {
    padding: 10px;
}

html body .p-20 {
    padding: 20px;
}

html body body .p-30 {
    padding: 30px;
}

html body .p-l-0 {
    padding-left: 0px;
}

html body .p-l-10 {
    padding-left: 10px;
}

html body .p-l-20 {
    padding-left: 20px;
}

html body .p-r-0 {
    padding-right: 0px;
}

html body .p-r-10 {
    padding-right: 10px;
}

html body .p-r-20 {
    padding-right: 20px;
}

html body .p-r-30 {
    padding-right: 30px;
}

html body .p-r-40 {
    padding-right: 40px;
}

html body .p-t-0 {
    padding-top: 0px;
}

html body .p-t-10 {
    padding-top: 10px;
}

html body .p-t-20 {
    padding-top: 20px;
}

html body .p-t-30 {
    padding-top: 30px;
}

html body .p-b-0 {
    padding-bottom: 0px;
}

html body .p-b-5 {
    padding-bottom: 5px;
}

html body .p-b-10 {
    padding-bottom: 10px;
}

html body .p-b-20 {
    padding-bottom: 20px;
}

html body .p-b-30 {
    padding-bottom: 30px;
}

html body .p-b-40 {
    padding-bottom: 40px;
}

html body .m-0 {
    margin: 0px;
}

html body .m-l-5 {
    margin-left: 5px;
}

html body .m-l-10 {
    margin-left: 10px;
}

html body .m-l-15 {
    margin-left: 15px;
}

html body .m-l-20 {
    margin-left: 20px;
}

html body .m-l-30 {
    margin-left: 30px;
}

html body .m-l-40 {
    margin-left: 40px;
}

html body .m-r-5 {
    margin-right: 5px;
}

html body .m-r-10 {
    margin-right: 10px;
}

html body .m-r-15 {
    margin-right: 15px;
}

html body .m-r-20 {
    margin-right: 20px;
}

html body .m-r-30 {
    margin-right: 30px;
}

html body .m-r-40 {
    margin-right: 40px;
}

html body .m-t-0 {
    margin-top: 0px;
}

html body .m-t-5 {
    margin-top: 5px;
}

html body .m-t-10 {
    margin-top: 10px;
}

html body .m-t-15 {
    margin-top: 15px;
}

html body .m-t-20 {
    margin-top: 20px;
}

html body .m-t-30 {
    margin-top: 30px;
}

html body .m-t-40 {
    margin-top: 40px;
}

html body .m-b-0 {
    margin-bottom: 0px;
}

html body .m-b-5 {
    margin-bottom: 5px;
}

html body .m-b-10 {
    margin-bottom: 10px;
}

html body .m-b-15 {
    margin-bottom: 15px;
}

html body .m-b-20 {
    margin-bottom: 20px;
}

html body .m-b-30 {
    margin-bottom: 30px;
}

html body .m-b-40 {
    margin-bottom: 40px;
}

html body .vt {
    vertical-align: top;
}

html body .vm {
    vertical-align: middle;
}

html body .vb {
    vertical-align: bottom;
}

html body .font-bold {
    font-weight: 700;
}

html body .font-normal {
    font-weight: normal;
}

html body .font-light {
    font-weight: 300;
}

html body .font-medium {
    font-weight: 400;
}

html body .font-16 {
    font-size: 16px;
}

html body .font-14 {
    font-size: 14px;
}

html body .font-18 {
    font-size: 18px;
}

html body .font-20 {
    font-size: 20px;
}

html body .b-0 {
    border: none;
}

/*Login Master*/
#wrap-login {
    min-height: 100%;
    height: auto;
    position: relative;
}

.login-outer-row {
    position: absolute;
    width: 100%;
}

.loginBody {
    background-image: url('../Images/LoginImg1.gif');
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    background-repeat: no-repeat;
    /*color: #D0A234;*/
}

.loginBox {
    width: 475px;
    display: block;
    margin-left: auto;
    margin-right: 10%;
}

.loginBody .loginOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../Images/overlay.png);
    opacity: 0.4;
    background-color: rgba(114, 160, 167, 0.7);
    filter: alpha(opacity=70);
    z-index: 0;
}

.loginBody .login-outer-row .login-box {
    float: none;
    margin: auto;
}

.loginBody .loginContainer {
    position: relative;
    /*background-color: rgba(0, 0, 0, 0.75);*/
    /*margin-top: 30%;*/
    -webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.75);
    /*background-color: rgba(86, 128, 178, 0.76);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border-top: 0px solid #DCFFFB;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.7);
}

    .loginBody .loginContainer::before {
        /*content: '';*/
        margin: -35px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        z-index: 0;
        background: url(../Images/loginBG1.jpg) 0/cover fixed;
    }

.loginBody .form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.loginBody .form-control {
    height: 34px !important;
}

.loginBody .loginLogo {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.loginBody .input-group-addon {
    padding: 8px 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #0275d8;
    text-align: center;
    background-color: rgba(238, 238, 238, 0);
    border: 0px solid #ffffff;
    border-radius: 4px;
    border-bottom: 1px solid #ffffff;
    border-bottom-right-radius: 0px;
}

.loginBody .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #333333;
    font-family: 'Segoe UI';
    font-size: 15px;
}

    .loginBody .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }



.loginBody .btn-primary i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.loginBody .rememberMeContainer {
    margin-top: 9px;
}

/*.loginBody .btn-primary {
    color: #fff;
    background-color: #D0A234;
    border-color: #C19222;
}

    .loginBody .btn-primary:hover {
        color: #fff;
        background-color: #A58028;
        border-color: #A58029;
    }*/

/*.loginBody .link {
    color: #D0A234;
}*/
.loginBody .modal .form-control {
    border: 1px solid #ccc;
    /*color: #555;*/
}

    .loginBody .modal .form-control:focus {
        border-color: #D0A234;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(208, 162, 52);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(208, 162, 52);
    }

.loginContainer input:-webkit-autofill,
.loginContainer input:-webkit-autofill:hover,
.loginContainer input:-webkit-autofill:focus,
.loginContainer input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
/*eof login master*/


/*Custom Checkbox*/
.custom-control {
    position: relative;
    display: block;
    min-height: 1.1rem;
    padding-left: 0px;
}

.page-wrapper .custom-control {
    width: 17px;
    margin: 0 auto;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 16px;
    height: 19px;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #20a8d8;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b6e4f4;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #536c79;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #c2cfd6;
        }

.custom-control-label {
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #c7c7c7;
    }

.loginContainer .custom-control-label::before {
    background-color: #fefefe;
}


.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0063c5;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #0063c5;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(32, 168, 216, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(32, 168, 216, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #20a8d8;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(32, 168, 216, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #3e515b;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2329363d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #c2cfd6;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #8ad4ee;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(138, 212, 238, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #3e515b;
            background-color: #fff;
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #536c79;
        background-color: #c2cfd6;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.64844rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.64063rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.0625rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #8ad4ee;
        box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #8ad4ee;
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #3e515b;
    background-color: #fff;
    border: 1px solid #c2cfd6;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(calc(2.0625rem + 2px) - 1px * 2);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #3e515b;
        content: "Browse";
        background-color: #f0f3f5;
        border-left: 1px solid #c2cfd6;
    }

.login-outer-row .custom-control-label {
    padding-left: 16px;
}
.table1 td {
    padding: 4px;
    font-size: 13px;
    font-family: 'Segoe UI';
    font-weight: 400;
    text-align: left;
    z-index:0;
}

.table1 thead th {
    background-color: #5ea8de;
    color: #fff;
    border-color: #ddd;
    font-weight: 400 !important;
    text-align: center;
    font-size: 13px;
    padding: 5px 5px;
    border-right: 1px solid #77b1dc;
    z-index: 0;
    /*z-index: 2;*/
}
/*   Table *****************BEGIN */
.table .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5ea8de;
}

.table .tOverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px;
    line-height: 15px;
}


.table {
    /*width:99.9% !important;*/
    margin-bottom: 5px !important;
}

    .table td {
        padding: 4px;
        font-size: 13px;
        font-family: 'Segoe UI';
        font-weight: 400;
        text-align: left;
    }

    .table thead th {
        background-color: #5ea8de;
        color: #fff;
        border-color: #ddd;
        font-weight: 400 !important;
        text-align: center;
        font-size: 13px;
        padding: 5px 5px;
        border-right: 1px solid #77b1dc;
        z-index:2 !important;
    }

        .table thead th a {
            color: #fff;
            font-weight: 500 !important;
        }



.dashboardTiles .table {
    margin-bottom: 10px;
}

    .dashboardTiles .table thead th {
        padding: 5px;
    }

/*table .form-control{
    width:auto;
}*/
/*   Table *****************END */

.table-bordered.dtable td, .table-bordered.dtable th {
    border: 0px;
    border-right: 1px solid #f3f1f1;
    border-bottom: 1px solid #f3f1f1;
}

    .table-bordered.dtable td:last-child, .table-bordered.dtable th:last-child {
        border-right: 0px;
    }

.LatestDemandTable {
    padding: 2px;
    height: 26px !important;
}
/*button Style*/
.btn-info, .btn-info.disabled {
    background-color: #62a8d1;
    border: 1px solid #62a8d1;
    min-width: 100px;
}

    .btn-info:hover, .btn-info.disabled:hover {
        background: #62a8d1;
        opacity: 0.8;
        border: 1px solid #62a8d1;
    }

.btn-outline-info {
    color: #5ea8de;
    background-color: #ffffff;
    border-color: #5ea8de;
}

    .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
        background: #5ea8de;
        border-color: #5ea8de;
        color: #fff;
    }
/*end of btn style*/
.deleteBtn {
    color: #de0000;
}

.editBtn {
    color: #0178bc;
}
/*eof custom checkbox*/
.btn {
    border-radius: 0px;
    font-family: 'Segoe UI';
}

.btn-outline-info {
    min-width: 100px;
}

.fht-table th {
    z-index: 4 !important;
}

.fht-table td {
    z-index: 3 !important;
}
/**************Added by Mahesh********/
.errMsg {
    font-size: 12px;
    font-weight: bold;
    color: Red;
    position: relative;
}
/*eof class*/
/*******************
/*Top bar
*******************/
.topbar {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #5ea8de;
    /* Old browsers */
    /*background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, #0178bc 0%, #00bdda 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-box-shadow: -1px 7px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 7px 5px -8px rgba(0,0,0,0.75);
    box-shadow: -1px 7px 5px -8px rgba(0,0,0,0.75);
}

    .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
        display: none;
    }

    .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
        display: inline-block;
        color: rgba(255, 255, 255, 0.8);
    }

    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
        color: rgba(255, 255, 255, 0.8) !important;
    }

        .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
            color: #ffffff !important;
        }

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
    color: #009efb !important;
}

.bg-theme {
    background-color: #009efb !important;
}

.pagination-container {
    float: right;
    margin-top: 5px;
}

.new_pagination, .new_pagination p {
    margin-bottom: 0px;
}

.pagination li a {
    padding: 5px 10px;
    border-radius: 5px;
}

.pagination li a {
    cursor: pointer;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
}



.right-sidebar .rpanel-title {
    background: #009efb;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
    border-left: 4px solid #009efb;
}

.text-themecolor {
    color: #009efb !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #009efb;
    color: #009efb;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #009efb;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
    background: #009efb;
    color: #ffffff;
    border: 1px solid #009efb;
}

    .btn-themecolor:hover,
    .btn-themecolor.disabled:hover {
        background: #009efb;
        opacity: 0.7;
        border: 1px solid #009efb;
    }

    .btn-themecolor.active, .btn-themecolor:focus,
    .btn-themecolor.disabled.active,
    .btn-themecolor.disabled:focus {
        background: #028ee1;
    }

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
    background: #fff;
}

    .sidebar-nav ul li a {
        color: #54667a;
    }

        .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
            color: #009efb;
        }

        .sidebar-nav ul li a.active {
            color: #263238;
        }

    .sidebar-nav ul li.nav-small-cap {
        color: #90a4ae;
    }

    .sidebar-nav > ul > li.active > a {
        color: #009efb;
    }

        .sidebar-nav > ul > li.active > a i {
            color: #009efb;
        }

    .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
        color: #5ea8de;
    }

    .sidebar-nav > ul > li > a i {
        color: #a6b7bf;
    }

    .sidebar-nav > ul > li > a.active {
        font-weight: 400;
        background: #ffffff;
        color: #5ea8de;
        border-bottom: 3px solid #5ea8de;
        padding-top: 10px;
        padding-bottom: 12px;
    }

.error-container {
    position: relative;
}

.errorList {
    padding-left: 0px;
}


.redStar {
    color: #ff1818;
}

.redStar1:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.page-wrapper .error-container label.error, .page-wrapper .error-container span.error {
    position: absolute;
    top: 1px;
    z-index: 3;
    right: 31%;
    background-color: #ff5f5f;
    color: #fff;
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.error-container .input-group label.error, .error-container .input-group span.error {
    border-top-right-radius: 0px;
    right: 37px;
}

.btn-primary {
    color: #fff;
    background-color: #0063c5;
    border-color: #0063c5;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #0063c5;
        border-color: #0063c5;
    }

.tText {
    margin: 0px;
    padding-bottom: 2px;
    /* border-bottom: 1px solid #efefef; */
    text-align: center;
    color: #282f38;
    margin-top: -15px;
    font-weight: 400;
    font-size: 18px;
}

.bText {
    margin: 0px;
    padding-top: 5px;
    border-top: 1px solid #efefef;
    text-align: center;
    color: #54667a;
    margin-bottom: -15px;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
}


.fa-envelope1 {
    color: #fff;
    font-size: 23px;
    margin-bottom: -23px;
    display: inline-block;
    /* position: absolute; */
    position: relative;
    top: 8px;
    margin-right: 25px;
}

.fa-clipboard1 {
    color: #fff;
    font-size: 23px;
    margin-bottom: -23px;
    display: inline-block;
    /* position: absolute; */
    position: relative;
    top: 6px;
    margin-right: 20px;
}

.box-Container {
    padding: 10px;
    background-color: #fff;
}

.col-sm-3 {
    font-size: 13px;
    font-family: 'Segoe UI';
    font-weight: 400;
}

.container-fluid {
    padding: 10px 15px;
    max-width: 100%;
    padding-top: 5px;
}

.col .p-r-0 {
    font-weight: 400;
    font-size: 15px;
}

.page-titles {
    padding-bottom: 5px;
}

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

    /* Custom styles */


    .corner-ribbon.shadow {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }

    /* Different positions */

    .corner-ribbon.top-left {
        top: 9px;
        z-index: 100;
        left: -85px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        font-size: 12px;
        padding-left: 6px;
    }

    .corner-ribbon.red {
        background: #379200;
        font-weight: 400;
    }

.relative {
    position: relative;
}

#toplinks {
    position: absolute;
    right: 0;
    background-color: #fff;
    font-size: 13px;
    top: -1px;
    padding: 5px;
    right: 121px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.6);
}

.progress {
    margin-top: 3px;
}

.card {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
}

.card-header {
    padding: 7px;
    background-color: #f2f7f8;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-right: 10px;
    padding-left: 10px;
}

    .card-header h4 {
        font-size: 16px;
        margin-bottom: 0px !important;
    }

.card-body {
    padding: 7px;
}

.mainContent {
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, 0.8901960784313725);
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
}

    .mainContent .card {
        background-color: transparent;
    }



.subtiles .card {
    background-color: rgba(255, 255, 255, 0.8901960784313725);
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
}

.dashboardTiles .card-block {
    padding: 10px;
}

.dashboardTiles .col .card-block {
    padding-top: 10px;
    height: 245px;
}

.dashboardTiles .card {
    margin-bottom: 10px;
}


.dashboardTiles .mailbox .message-center a {
    padding: 4px 15px;
}

.dashboardTiles .col-lg-6 .card-title {
    /*padding-bottom: 5px;*/
    margin-bottom: 2px;
}

.mailbox {
    width: 98%;
}

    .mailbox ul {
        padding-left: 10px;
        margin-bottom: 0px;
    }

    .mailbox i {
        color: #009efb;
        padding-right: 10px;
    }



.dashboardTiles .card {
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
}

.topText {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.userControl {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.user-content i {
    padding: 8px;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    padding-left: 9px;
    color: #5ea8de;
    font-size: 14px;
    background-color: #fff;
    /*text-shadow: 1px 1px 2px rgb(132, 132, 132);*/
}

.userControl .userIcon {
    /*border: 1px solid #adadad;*/
    border: 1px solid #ffffff;
    /* background-color: #fff; */
    font-size: 25px;
    text-align: center;
    /*color: #adadad;*/
    color: #ffffff;
    border-radius: 100%;
    padding0px 10px 0px 0px;
    width: 45px;
    height: 45px;
}

.userControl .dw-user-box {
    background-color: #5ea8de;
    background: linear-gradient(to right, #5ea8de 0%, #5ea8de 100%);
}

    .userControl .dw-user-box hr {
        margin: 5px;
        margin-top: 10px;
    }

.location {
    color: #fff;
}

    .location i {
        padding-right: 5px;
    }

    .location span {
        font-size: 14px;
    }

.userControl li.divider {
    margin: 0px 0px !important;
}

.userControl h4, .userControl .text-muted {
    color: #fff !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer {
    padding: 7px 15px;
    color: #fff;
    background: #5ea8de;
    /*background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%);
    background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%);
    background: linear-gradient(to right, #0178bc 0%, #00bdda 100%);*/
    -webkit-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.75)
}

.form-horizontal label {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 13px;
}

.form-control {
    font-size: 13px;
    font-family: segoe ui;
    padding-top: 4px;
}

table .form-control {
    font-size: 12px;
    height: 25px  ;
  /*  padding: 2px; */
  text-align: center;
}

.DemandTable td, .LatestTable td {
    height: 40px;
}

.pagination {
    margin-bottom: 0;
}

.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    padding-left: 1px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d9d9d9;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 16px;
        font-family: segoe ui;
        margin-top: 4px;
        padding: 0px 5px 3px 5px;
    }

.page-titles .breadcrumb {
    padding: 0px;
    background: transparent;
    position: fixed;
    z-index: 20;
    right: 20px;
    top: 70px;
}

.status {
    list-style: none;
    width: 100%;
}

    .status li:first-child {
        padding-right: 0px;
    }

    .status li {
        float: right;
        padding-right: 10px;
        font-size: 15px;
    }

        .status li strong {
            font-weight: 500;
        }

.pageStatusDisplay .status {
    padding-left: 0px;
    margin-top: 5px;
}

    .pageStatusDisplay .status li {
        float: left;
        padding-right: 10px;
        font-size: 15px;
    }

.select2-container {
    width: 100% !important;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9;
}

.select2-container--focus .select2-selection--single {
    border: 1px solid #5cb3fd;
}

.select2-container .select2-selection--single {
    height: 33px;
}

.dataTables_filter {
    margin-bottom: 5px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px solid #111;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px;
}


table.dataTable.no-footer {
    border-bottom: 0px solid #ddd;
}

table label {
    margin-bottom: 0px;
}

.paginGC_simple_numbers .pagination .paginate_button.active a, .paginGC_simple_numbers .pagination .paginate_button:hover a {
    background: #5ea8de;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #fff;
}

.dwnloadBtn {
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
}

#resultMsg {
    position: fixed;
    z-index: 1051;
    right: 15px;
}

    #resultMsg .alert {
        padding-left: 44px;
        position: relative;
    }

    #resultMsg i {
        font-size: 25px;
        position: absolute;
        left: 10px;
    }

    #resultMsg .alert-danger {
        background-color: #ff6a6a;
        border-color: #ff6a6a;
        color: #ffffff;
        font-weight: 400;
        box-shadow: rgb(153, 153, 153) 0px 0px 12px;
    }

    #resultMsg .alert-success {
        border-color: #51a351;
        color: #ffffff;
        background-color: rgb(81, 163, 81);
        font-weight: 400;
        box-shadow: rgb(153, 153, 153) 0px 0px 12px;
    }

.subHeading {
    color: #009efb;
    font-size: 23px;
    line-height: 1.5em;
}

.nowrap {
    white-space: nowrap !important;
}

.QualificationList .form-control {
    font-size: 11px;
    padding: 2px;
    height: 22px !important;
    width: 130px;
    z-index: 11;
    position: relative;
}

.QualificationList {
    margin-bottom: 2px;
    clear: both;
    position: relative;
    /* width: 60%; */
    /* overflow: hidden; */
    overflow-x: hidden;
}

    .QualificationList span {
        background-color: #fff;
        position: relative;
        display: inline-block;
        padding-right: 10px;
        font-size: 12px;
        max-width: 80%;
    }

    .QualificationList:before {
        position: absolute;
        float: left;
        white-space: nowrap;
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
        left: 0;
        overflow: hidden;
        z-index: 0;
        top: -3px;
        color: #ababab;
    }

.loadMore, .showLess {
    color: #009efb !important;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.ListValue {
    margin-bottom: 1px;
    background-color: #fff;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
}

.qop td.cpyTd {
    position: relative;
    padding-left: 25px !important;
    vertical-align: middle;
    white-space: nowrap;
}

    .qop td.cpyTd i {
        position: absolute;
        color: #ffffff;
        display: none;
        left: 1px;
        background-color: #5ea8de;
        padding: 6px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        cursor: pointer;
    }

.qop:hover td.cpyTd i {
    display: block;
}

.qop:last-child td.cpyTd i {
    display: none;
}

.CteTable thead th {
    max-width: 130px;
    min-width: 100px;
}

.GctmTable thead th, .SmaTable thead th {
    max-width: 180px;
    min-width: 150px;
}

/*#rctmQOPBody thead th, #rctmQOPBody tbody td {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}*/

#rctmQOPBody .fht-tbody tbody td {
    min-height: 65px !important;
    height: 65px !important;
}

#rctmQOPBody .fht-fixed-column .fht-thead .RpcmTable th {
    min-height: 100px !important;
    height: 100px !important;
}

.CteTable .form-control, .RpcmTable table .form-control, .GctmTable .form-control, .SmaTable .form-control {
    width: 100%;
}

.CteTable select.form-control, .RpcmTable select.form-control, .GctmTable .form-control, .SmaTable .form-control {
    margin-bottom: 3px;
}

.fht-fixed-column {
    width: 150px;
}

.fht-fixed-body {
    width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bbb !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bbb !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #bbb !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #bbb !important;
}

.CteTable .select2-container,
.RpcmTable .select2-container,
.GctmTable .select2-container,
.SmaTable .select2-container,
.LmTable .select2-container {
    margin-bottom: 3px;
}

    .CteTable .select2-container .select2-selection--single,
    .RpcmTable .select2-container .select2-selection--single,
    .GctmTable .select2-container .select2-selection--single,
    .SmaTable .select2-container .select2-selection--single {
        height: 25px;
    }

table .select2-container .select2-selection--single {
    height: 25px;
}

table .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 24px;
}

#summaryTabBody td .fa-copy {
    display: none !important;
}

#summaryTabBody td.cpyTd {
    padding-left: 5px !important;
}

#summaryTabBody .RpcmTable th {
    min-width: 150px !important;
}

.staffHide, .staffHide1 {
    display: none;
}

.plusShow, .plusShow1 {
    position: absolute;
    z-index: 6;
    right: 0px;
    top: 0;
    background-color: #ffffff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 23px;
    height: 20px;
    cursor: pointer;
}

    .plusShow i, .plusShow1 i {
        color: #5ea8de;
        font-size: 17px;
    }



/** Preloader
            **************************************************************** **/
#preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.preloader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}

.inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 54px;
    height: 54px;
    margin: auto;
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

#preloader span.loader, .preloader span.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 3px solid rgba(0, 0, 0, 0.08);
    border-right: 3px solid rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    border-left: 3px solid #009efb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

.longText label {
    max-width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.DirectorText {
    height: 187px !important;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.txtdesc {
    max-height: 100px;
    overflow: hidden;
}


.greenText {
    color: rgb(0, 128, 0);
}

    /*.greenText::before {
        content: "&#xf024;";
        font-family: font awesome;
    }*/

.yellowText {
    color: rgb(228, 175, 20);

}

.NAText {
    color: rgb(94, 168, 222);
}


.redText {
    color: rgb(255, 0, 0);
}

customDivSelect select:active {
    border: 1px solid #5cb3fd;
}

.customDivSelect select {
    border: 1px solid #d9d9d9;
    height: 27px !important;
    font-family: Arial, FontAwesome;
    border-radius: 5px;
    background-color: #eee;
    cursor: default;
    min-width: 90px;
}


/* Flag combo box style*/

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
        text-decoration: none;
        color: #ffffff;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

 
.divFlagSection i {
    padding-right: 10px;
}

button.btn.dropdown-toggle.bsBtnSelect {
    width: 125px;
    padding: 3px 18px;
    text-align: left;
    background: #FCFEFB;
    border: 1px solid rgba(107, 81, 81, 0.56);
    border-radius: .25rem;
}
/*****Flag combo box style END.......................*/


.commentStyle {
    max-height: 56px;
    overflow: hidden;
}

.errormessageDiv {
    float: right;
    /* display: block; */
    position: fixed;
    top: 10%;
    right: 2%;
    z-index: 30;
}
.box400{
    height:400px;
}
.boxSmallGrid180 {
    height: 200px;
}
.box30 {
    height: 30px;;
}
.datepicker-dropdown {
    /*z-index:20 !important;*/
    z-index: 1050 !important;

}
input[type=text]::-ms-clear {
    display: none;
}

input[type=password]::-ms-clear {
    display: none;
}
.txtdesc1 {
    max-height: 100px;
    overflow: hidden;
    max-width: 400px;
    text-align: left;
}

.wraptext {
     white-space:normal;
     overflow-wrap:break-word;
}
.bsBtnSelect::after {
    margin-left: 1.5em;
}
.SetHeight {
    font-size: 12px;
    height: 33px !important;
    padding: 2px;
    overflow: hidden;
}

    .SetHeight:focus {
        overflow: scroll;
    }

.ht150 {
    height: 150px;
}

.versionNo {
    margin-left: 50px;
    font-weight: 500;
}

.pad1520 {
    padding: 15px 20px;
}

.etext1 {
    font-weight: 500;
    line-height: 6px;
    vertical-align: middle;
}

.topModal {
    z-index: 9999;
}

body {
    padding: 0px !important;
}

.Custom_modal_cls_all.in .modal-dialog {
    margin-top: 0% !IMPORTANT;
}

.activeTextarea {
    box-shadow: 008px rgba(102, 175, 233, .6) !important;
}

.nav-tabs > li {
    float: left;
}

.in {
    opacity: 1;
}

.downldbtn {
    margin-left: 40%;
}

