﻿html {
    position: relative;
    min-height: 100%;
    background: #f2f7f8;
}
.issuelogdivCls {
    margin: 15px 18px;
    border: 1px solid #bbbbbb;
    padding: 22px 6px 6px 6px;
    transition: 0.3s;
}
    .issuelogdivCls:hover {
        box-shadow: 1px 2px 5px 2px #e4e4e4;
        transition: 0.3s;
        border-color: #777777;
    }
body {
    height: 100%;
    min-height: 100%;
    font-family: 'Segoe UI';
}

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;
}
hr{

}
/*Login Master*/
#wrap-login {
    min-height: 100%;
    height: auto;
    position: relative;
}
.login-outer-row {
    position: absolute;
    width: 100%;
}
.loginBody {
    background-image: url('../Images/loginBG.jpg');
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    background-repeat: no-repeat;
    /*color: #D0A234;*/
}
.loginBox {
    width: 475px;
    display: block;
    margin: 0 auto;
}
.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.5);
}
.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;
}

    .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;
}
.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;
}
.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: transparent;
    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;
}

/**************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: #009efb;
    /* 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+ */
}

    .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: #009efb;
    }

    .sidebar-nav > ul > li > a i {
        color: #a6b7bf;
    }

    .sidebar-nav > ul > li > a.active {
        font-weight: 400;
        background: #ffffff;
        color: #009efb;
    }

.error-container{
    position:relative;
}
.errorList{
    padding-left:0px;
}
.errorList li {
}


.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: 16px;
    background-color: #ff5f5f;
    color: #fff;
    font-size: 11px;
    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: 40px;
}
.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;
}

.table{
    width:100% !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;
    }
    .table thead th a {
        color: #fff;
        font-weight:500 !important;
    }
table .form-control{
    width:auto;
}
.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;
}


.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 .table{
    margin-bottom:10px;
}
    .dashboardTiles .table thead th {
        padding: 5px;
    }
.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: #00bbd9;
    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%;
        /* padding: 5px; */
        width: 45px;
        height: 45px;
    }
.userControl .dw-user-box {
    background-color: #00bdda;
    background: linear-gradient(to right, #00add3 0%, #00bcd9 100%);
}
    .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: #009efb;
    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 !important;
    padding: 2px;
}
.DemandTable td, .LatestTable  td{
    height: 34px;
}
.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: 13px;
        font-family: segoe ui;
    }
.select2-container--focus .select2-selection--single {
    border: 1px solid #5cb3fd !important;
}
.page-titles .breadcrumb {
    padding: 0px;
    background: transparent;
    position: fixed;
    z-index: 20;
    right: 20px;
    top: 80px;
}
.status {
    list-style: none;
    width: 100%;
    margin-top: -3px;
}
    .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 .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-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;
    }
table.dataTable.no-footer {
    border-bottom: 0px solid #ddd;
}
table label{
    margin-bottom:0px;
}
.paging_simple_numbers .pagination .paginate_button.active a, .paging_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: -28px;
    float: left;
    z-index: 1;
    position: absolute;
    left: 45%;
}

#resultMsg {
    position: fixed;
    z-index: 1;
    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;
}
.unlockGbs {
    cursor: default;
}
.MonthlyView {
    cursor: pointer;
}
/** Preloader
            **************************************************************** **/
#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 {
    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;
}

@-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);
    }
}
.issuelogdivCls label.input-group-addon {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    color: #666666;
    text-align: center;
    background-color: #f0f0f0;
}

.descDiv {
    padding: 8px 10px;
    display: none;
    position: absolute;
    background: white;
    right: 0px;
    bottom: 105%;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    font-family: segoe ui;
}

a.text-center.btnIrpEdit {
    color: #3796ff;
}

a.text-center.btnIrpEdit {
    color: #3796ff;
}

.btnIrpEdit.disabled {
    background: #f0f0f0;
    color: #bfbfbf !IMPORTANT;
    cursor: not-allowed;
}

.Action-items-div {
    margin: 10px 0px;
}

    .Action-items-div a {
        font-family: segoe ui;
        margin-right: 12px;
        font-size: 13px;
        margin-bottom: 4px;
        padding: 6px 10px;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
        cursor: pointer;
    }

.excelDownload {
    width: 40%;
    float: right;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    font-family: segoe ui;
    font-weight: 400;
    padding: 5px 5px;
    color: #207244;
    transition: 0.5s;
}

    .excelDownload img {
        width: 32%;
    }

li.nav-item.downldtabli {
    float: right;
    padding: 4px 3px;
    position: absolute;
    right: 23px;
}



.ctask .select2-container {
    max-width: 420px;
}

.cproject .select2-container {
    max-width: 452px;
}
td.restricttotwolines {
    min-width: 200px;
}
.tooltip-inner {
    max-width: 800px;
}