@font-face {
    font-family: "LineAwesome";
    src: url('../../line-awesome/fonts/line-awesome/line-awesome.eot');
    src: url('../../line-awesome/fonts/line-awesome.woff2') format("woff2"),
        url('../../line-awesome/fonts/line-awesome.woff') format("woff"),
        url('../../line-awesome/fonts/line-awesome.ttf') format("truetype"),
        url('../../line-awesome/fonts/line-awesome.svg') format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_slab100';
    src: url(../../fonts/exljbris_-_museoslab-100-webfont.woff2) format("woff2"),
        url(../../fonts/exljbris_-_museoslab-100-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "chivoregular" !important;
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #EDEFEE;																	  
    overflow-x: hidden;
    padding-top: 9em;
    margin-bottom: 12em !important;
}


body.login-page {
    padding-top: 0;
}

.prev-btn {background-color: #1bb690; font-weight: 500; color: #fff; padding: 4px 15px 2px 12px;}
.prev-btn i {color: #fff;}
.next-btn {background-color: #1bb690; font-weight: 500; color: #fff; padding: 4px 15px 2px 12px;}
.next-btn i {color: #fff;}
.next-btn i.la.la-angle-double-right {font-size: 18px;}
.next-btn i.la.la-angle-double-right:hover {text-decoration: none;}
.prev-btn i.la.la-angle-double-left:hover {color: #fff; text-decoration: none;}
.prev-btn i.la.la-angle-double-left {color: #fff; font-size: 18px;}


/* *************************************Header****************************************** */
span.logo-title {
    font-size: 16px;
    font-family: "museo_slab100", sans-serif;
    font-weight: 800;
    color: #1A3A4C;
    line-height: 106px;
}

.navbar-default {
    background-color: #e6e6e6 !important;
    border-color: #E2E5E3;
}

.navbar-default .navbar-nav>li>a {
    color: #1A3A4C;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'chivoregular';
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #1A3A4C;
    background-color: transparent;
    border-bottom: 3px solid #f3645e;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #1A3A4C;
    background-color: transparent;
}

.header-top {
    height: 85px;
    box-shadow: 0 0 7px #838483;
    background: white;
    position: relative;
    z-index: 9;
}

ul.navbar-right {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.navbar-right li {
    display: inline-block;
    padding: 10px;
}

ul.navbar-right li a {
    color: #A4A4A4;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    font-family: 'chivoregular';
    text-decoration: none;
}

.navbar {
    border-radius: 0px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.options {
    list-style-type: none;
    padding-left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

li.notification {
    position: relative;
}

ul.options li {
    display: inline-block;
}

ul.options li:first-child {
/*    width: calc(100% - 207px);*/
    text-align: right;

}

header {
    position: relative;
}

.nav>li {
    position: relative;
    display: block;
    min-width: 100px;
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #1a3a5e;
    background-color: transparent;
}

span.notification-count {
    width: 20px;
    height: 20px;
    background: #f3645e;
    color: white;
    display: inline-block;
    border-radius: 30px;
    font-size: 10px;
    position: absolute;
    top:-6px;
    left: 17px;
    padding-top: 4px;
    font-family: 'arial';
    text-align: center;
}

ul.options a {
    color: #1a3a5e;
    cursor: pointer;
    text-decoration: none;
    text-align: left !important;
    padding: 9px 10px !important;
}

/*ul.options li {
    padding: 3px;
}
*/
li.notification i {
    font-size: 20px;
}

a[aria-expanded="true"] i.la-angle-down {
    transform: rotate(180deg);
    color: #f3645e;
}

ul.nav.navbar-nav i.la-angle-down {
    font-size: 14px;
    margin-right: 7px;
    margin-left: 5px;
}

.welcome-user {
    font-size: 13px;
}

.language li,
.welcome li {
    display: block !important;
/*    padding: 7px 0px !important;*/
}

/* ************************************Search form************************************** */
input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}


input[type=search] {

    border: solid 1px transparent;
    padding: 9px 10px 9px 32px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}


input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */

#demo-2 input[type=search]:hover {
    background-color: #fff;
}

.search-expanded input[type=search] {
    width: 80% !important;
    padding-left: 20px;
    color: #535353;
    background-color: #fff;
    cursor: auto;
    border: solid 1px #63c3dd;
}

#demo-2 input:-moz-placeholder {
    color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

button.search-click {
    background: transparent;
    border: 0px;
    position: absolute;
    right: 0px;
    top: 8px;
}

button.search-click i {
    position: relative !important;
    font-size: 22px !important;
    top: 0px !important;
    right: 0px !important;
}

button.search-click:focus {
    outline: none;
}

/*-----------*/

.icon-position {}

/* *******************************Footer************************************* */

footer {
    position: absolute;
    padding-bottom: 36px;
    background-color: #fff;
    padding-bottom: 10px !important;
    width: 100%;
    bottom: 0;
}

.footer-top {
    background-image: url(../../images/org_2/footer.png);
    padding: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(55, 219, 219, 0.7);
    left: 0;
    top: 0px;
}

.email-us {
    text-align: center;
    padding-top: 6em;
}

.footer-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.niitlogo {
    border-right: 1px solid #ececec;
}

.copyright-text {
    font-weight: 600;
    color: #1c3b4f;
    padding-top: 10px;
}

.copyright-text+span {
    color: #113740;
    font-family: 'chivo_lightregular';
}

.footer-menu {
    min-height: 0px;
    border-right: 0px;
}

.col-md-3.col-sm-12 .footer-menu ul {
    min-height: 150px;
    border-right: 1px solid #eaeaea;
}

.footer-menu ul {
    margin: 0px !important;
    padding: 0px;
    margin-top: 40px;
    padding-left: 30px;
}

.footer-menu ul li {
    list-style: none;
    line-height: 30px;
}

.footer-social h2 {
    margin-top: 0px;
}

.footer-social {
    min-height: 120px;
    border-left: 1px solid #ececec;
    padding-left: 4em;
}

.footer-global h2,
.footer-social h2 {
    line-height: 35px;
    color: #1A3A4C !important;
    font-weight: 700;
    font-family: 'chivo_lightregular';
    padding-bottom: 10px;
    font-size: 13px;
}

.footer-social ul {
    margin: 0px;
    padding: 0px;
}

.footer-social ul li {
    list-style: none;
}

.footer-social ul li a {
    color: #c2c2c2;
}

.footer-social ul li.facebook a::before {
    background-image: url(../../images/org_2/social.png);
    width: 14px;
    height: 19px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-social ul li.twitter a::before {
    background-image: url(../../images/org_2/social.png);
    background-position: 0px -18px;
    width: 14px;
    height: 19px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-social ul li.linkedin a::before {
    background-image: url(../../images/org_2/social.png);
    background-position: 0px -37px;
    width: 14px;
    height: 19px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-global h2,
.footer-social h2 {
    line-height: 35px;
    color: #1A3A4C !important;
    font-weight: 700;
    font-family: 'chivo_lightregular';
    padding-bottom: 10px;
    font-family: 'chivoregular';
    padding-bottom: 10px;
    font-size: 16px;

}

.footer-global ul {
    margin: 0px;
    padding: 0px;
}

.footer-global ul li {
    list-style: none;
}

.footer-menu {
    min-height: 0px;
    border-right: 0px;
}

.footer-bottom a:hover {
    color: #f3645e;
    cursor: pointer;
    text-decoration: none;
}

.footer-global ul li a {
    color: #243642;
}

.footer-menu ul li a {
    position: relative;
}

.footer-menu ul li a::before {
    content: "\f121";
    position: absolute;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    font: normal normal normal 16px/1 LineAwesome;
    left: -20px;
    top: 0px;
    color: #f3645e;
}

.footer a {
    font-family: "chivoregular";
    color: #173e4f;
    font-size: 14px;
    font-weight: 600;
}

ul.nav.navbar-nav i {
    font-size: 20px;
    margin-right: 7px;
}

/* ****************************Login-page**************************** */

img.login-logo {
    width: auto !important;
    margin-bottom: 20px;
    max-width: 150px !important;
}

.login-box p {
    font-size: 16px;
    font-family: 'roboto_lightregular';
}

input.nl-input {
    width: 100%;
    padding: 15px 0px;
    border: none;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 20px;
    background: transparent;
}

input.nt-btn {
    background: #f06066;
    border: none;
    color: white;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'robotobold';
}

a.nl-link {
    color: #3e3d3d;
    padding: 10px;
    display: inline-flex;
    cursor: pointer;
    text-decoration: underline;
}

.login-banner img {
    /*    max-height: 630px;*/
    width: 100%;

}

.login-heading {
    font-size: 30px;
    margin-top: 0px;
    font-family: 'robotobold';
}

section.middle {
    background: #edefee;
    padding: 40px 0px;
}

.login-box {
    padding: 30px;
    border-top: 5px solid rgb(36, 64, 82);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 10px #a5a5a5;
}

h1.login-header {
    color: white;
    font-family: "museo_slab100", sans-serif;
    margin-bottom: 20px;
}

.login-container {
    max-width: 350px;
    position: absolute;
    top: 6%;
}

section.niit-services h5 {
    color: rgb(102, 196, 222);
    text-transform: uppercase;
    font-weight: 600;
}

section.niit-services {
    padding: 6em 0;
    background: white;
}

.niit-services h1 {
    font-family: "museo_slab100", sans-serif;
    font-size: 52px;
    color: #1A3A4C;
    text-align: center;
    font-weight: 500;
}

section.niit-services p {
    width: 100%;
    max-width: 500px;
    margin: auto;
    color: #1A3A4C;
    font-size: 18px;
    font-family: 'chivo_lightregular';
}

ul.niitServices {
    list-style-type: none;
    padding-left: 0px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;

}

ul.niitServices img {
    max-width: 100px;
}

ul.niitServices label {
    display: block;
    color: #1A3A4C;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    max-width: 120px;
}

ul.niitServices li {
    text-align: center;
    padding: 20px 50px;
    border-right: 1px solid #ececec;
    margin-top: 4em;
}

ul.niitServices li:last-child {
    border-right: 0px solid #ececec;
}

.training-text h2 {
    color: white;
    text-align: center;
}

.home-banner {
    position: relative;
}

.banner-overlap {
    position: absolute;
    z-index: 99;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}

.home-banner h1.login-header {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 0px;
}

.home-banner h5 {
    font-size: 20px;
    color: white;
    font-family: "museo_slab100", sans-serif;
}

input.lg-btn {
    background: #F06066;
    border: 0px;
    color: white;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    font-family: "chivoregular", sans-serif;
    font-size: 16px;
}

input.white-btn {
    border: 1px solid white;
    background: rgba(255, 255, 255, .1);
    color: white;
    text-align: center;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'chivo_boldregular';
}

.notification-container {
    background: white;
    max-width: 450px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    padding: 20px;
    position: absolute;
    top: 30%;
    width: 100%;
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
    z-index: 999;
}

section.banner.login-banner.home-banner {
    background-image: url(../../images/org_2/banner.png);
    padding: 30px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 454px;
}

.notification-container ul {
    font-family: "chivo_lightregular";
    padding-left: 20px;
    font: 18px;
}

.notification-container ul li {
    margin-bottom: 15px;
}

a.approve-now {
    background: #f06066;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 7px;
    text-decoration: none !important;
    cursor: pointer;
    font-family: "chivoregular";
    margin-top: 5px;
    display: inline-block;
}

a.pink-link {
    text-transform: uppercase;
    color: #f06066;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

li.no-record i {
    color: #d6d6d6;
    font-size: 50px;
}

li.no-record {
    text-align: center;
}

.no-record span {
    display: block;
    font-size: 20px;
    color: #b9bfbf;
}

.choose-request-list a:hover {
    color: white !important;
}

.notification-container i {
    font-size: 22px;
}

label {
    font-family: 'chivoregular';
    font-weight: 500;
    color: #1A3A4C;
}

.count-notify {
    font-family: "chivo_lightregular";
}

span.count {
    color: #f06066;
    font-weight: 600;
    margin-right: 5px;
}

section.banner-below {
    position: relative;
}

section.banner-below:before {
    content: '';
    position: absolute;
    background: rgba(240, 96, 102, 0.7);
    z-index: 99;
    width: 100%;
    height: 100%;
}

section.banner-below img {
    width: 100%;
}

h2.niit-headerh2 {
    font-family: "museo_slab100", sans-serif;
    font-size: 40px;
    color: #1A3A4C;
    font-weight: 500;
}

button.owl-prev,
button.owl-next {
    border: 2px solid #f06066 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
}

button.owl-prev:before,
button.owl-next:before {
    content: "\f111";
    font: normal normal normal 16px/1 LineAwesome;
    position: absolute;
    color: #f06066;
    font-weight: 800;
    font-size: 20px;
    left: 4px;
    top: 4px;
}

button.owl-next:before {
    content: "\f112";
}

button.owl-prev span,
button.owl-next span {
    display: none;
}

button.owl-prev:focus,
button.owl-next:focus {
    outline: none;
}

button.owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid grey !important;
    border-radius: 50%;
    background: white !important;
}

button.owl-dot.active {
    background: #f06066 !important;
    border-color: #f06066 !important;
}

button.owl-dot.active:focus {
    outline: none;
}

.item {
    padding: 15px;
}

.owl-card {
    background: white;
    box-shadow: 0 0 15px #c7c7c7;
    padding: 20px;
    min-height: 150px;
}

.owl-card span {
    font-size: 15px;
    color: #A4A4A4;
}

.owl-card h5 {
    font-size: 20px;
    color: #535353;
}

a.edit-now {
    float: right;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #F06066;
    font-weight: 600;
}

.owl-dots {
    text-align: center;
}

section.saved-for-later {
    background: #EDEFEE;
    position: relative;
    padding: 3em 0;
}

section.saved-for-later:after,
section.latest-activity:after {
    content: '';
    position: absolute !important;
    background-image: url(../../images/org_2/briefcase.svg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    top: 10%;
    right: 0;
}

section.latest-activity {
    position: relative;
    background: #E2E5E3;
    padding: 3em 0px;
}

section.latest-activity:after {
    background-image: url(../../images/org_2/analytics.svg);
    width: 400px;
    height: 400px;
}

.card {
    background: white;
    box-shadow: 0 0 30px #c7c7c7;
    padding: 20px;
    min-height: 150px;
    z-index: 2;
    position: relative;
}

select.ni-select {
    border: 1px solid #a9a8a8;
    padding: 3px 10px;
    min-width: 150px;
    text-align: center !important;
    float: right;
}

label.failed span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #844199;
    margin-right: 5px;
}

label.passed span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #63C3DD;
    margin-right: 5px;
}

label.failed {
    margin-left: 2em;
    margin-right: 1em;
}

.owl-nav {
    position: absolute;
    top: -15px;
    right: 15px;
}

.owl-stage-outer {
    padding-top: 1em;
}

button.owl-prev {
    margin-right: 10px;
}

section.status-update {
    background: #EDEFEE;
    position: relative;
    padding: 3em 0px;
}

span.completed {
    color: #A7CB2A;
    text-transform: uppercase;
}

span.in-progess {
    color: #F77118;
    text-transform: uppercase;
}

span.not-started {
    color: #F8050F;
    text-transform: uppercase;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 0px;
}

th {
    border-bottom: 1px solid #cac9c9;
    padding: 13px 0px;
}

img.full {
    width: 100%;
}

.nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: inherit;
}

li.dropdown.welcome.open ul a,
li.dropdown-design.welcome.open ul a {
    color: #f3645e;
    font-size: 14px;
    text-align: center;
    display: block;
}

ul.dropdown-menu,
ul.dropdown-submenu {
    border: 0px;
    border-radius: 0px;
}

.nav ul.dropdown-menu:before,
.nav ul.dropdown-submenu:before {
    content: '';
    position: absolute;
    width: 4000px;
    height: 50px;
    background: #EDEFEE;
    left: -2000px;
    top: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: -1;
}

.navbar {
    margin-bottom: 0px !important;
}

ul.nav.navbar-nav .dropdown-menu,
ul.nav.navbar-nav .dropdown-submenu {
    box-shadow: none;
    background: transparent;
}

ul.nav.navbar-nav li.dropdown.open .dropdown-menu,
ul.nav.navbar-nav li.dropdown-design.open .dropdown-menu,
ul.nav.navbar-nav li.dropdown-design.open .dropdown-submenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0px 70px;
    padding-top: 10px;
    justify-content: space-between;
    -webkit-justify-content: justify;
    -moz-justify-content: justify;
    -ms-flex-justify-content: justify;
    -ms-flex-pack: space-between;
    width: 100%;
}

ul.nav.navbar-nav .dropdown-design {
    position: unset;
}

.navbar .container {
    position: relative;
}

ul.nav.navbar-nav .dropdown-menu>li>a,
ul.nav.navbar-nav .dropdown-submenu>li>a {
    font-size: 16px;
    color: #F06066 !important;
}

ul.nav.navbar-nav .dropdown-menu>li>a:hover,
ul.nav.navbar-nav .dropdown-menu>li>a:focus,
ul.nav.navbar-nav .dropdown-submenu>li>a:hover,
ul.nav.navbar-nav .dropdown-submenu>li>a:focus {
    background-color: transparent;
}

i.la.la-search {
    position: absolute;
    top: 15px;
    right: 7px;
}

form#demo-2 {
    position: relative;
}

ul.dropdown-submenu {
    padding-left: 0px;
    list-style-type: none;
    text-align: center;
}

ul.dropdown-submenu a {
    color: #555;
    cursor: pointer;
    text-decoration: none;
}

a.navbar-brand {
    display: inline-block;
    width: 130px;
    height: 85px;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

img.logo {
    max-width: 100%;
    max-height: 85px;
    width: auto;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent !important;
}

.sub-links a {
    color: #f7f7f9 !important;
    font-size: 16px;
    padding: 8px 20px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none !important;
    background: #f06066;
    min-width: 180px;
    text-align: center;
}

.sub-links span {
    font-size: 16px;
    font-weight: 200 !important;
    padding: 10px;
    display: inline-block;
    color: #173e4f;
}

.sub-menu-block.card {
    margin-bottom: 7em;
    padding: 4em;
    margin-top: 3em;
}

.sub-cont {
    padding: 2em 6em;
}

.breadcrumb {
    background: transparent;
}

.category-list a:hover {
    color: white;
}

/* ************************************************************* */
.category-list ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    padding-left: 0px;
}

.category-list li {
    background: #F06066;
    list-style-type: none;
    max-width: 266px;
    padding: 1em;
    margin: 4em 1em;
}

.category-list a {
    color: white;
    text-decoration: none !important;
}

.category-list span {
    font-family: 'chivoregular';
    font-size: 24px;
    display: block;
    /*    border-top: 1px solid;*/
    padding-top: 1em;
    position: relative;
    padding-right: 2em;
}

.category-list span i {
    font-size: 30px !important;
    position: absolute;
    right: 0;
    top: 26px;
}

.request-kind a,
.choose-request a {
    font-size: 24px;
}

.request-kind i.la.la-arrow-circle-right,
.choose-request i.la.la-arrow-circle-right {
    font-size: 30px;
    vertical-align: sub;
    margin-left: 10px;
}

section.request-kind {
    padding-bottom: 15em;
}

section.request-kind .category-list li,
section.choose-request .category-list li {
    min-width: 230px;
    text-align: center;

}

.category-list p {
    color: white;
}

.category-list a {
    cursor: pointer;
}

.choose-request-list a {
    color: white;
    cursor: pointer;
}

.choose-request-list a {
    background: #F06066;
    padding: .5em;
    color: white;
    min-width: 230px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}

.choose-request-list p {
    font-size: 16px;
    color: #1A3A4C;
    min-height: 100px;
    text-align: center;
    padding: 0 15%;
}

.choose-request-list ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
}

.choose-request-list li {
    list-style-type: none;
    width: 50%;
    padding: 5% 0;
    text-align: center;
}

li.border-right {
    border-right: 1px solid grey;
}

.choose-request-list {
    margin: 3em auto;
}

/* ***********************************Wizard Steps************************************** */
.steps {
    position: relative;
    overflow: hidden;
    counter-reset: wizard;
    padding-left: 0px;
    /* margin: 2em auto; */
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: left;

}

.steps li.milestone-progress {
    position: relative;
    width: 196px !important;
    text-align: center;
    list-style-type: none;
    min-width: 260px;
}

.steps .current~li {
    color: #555;
}

.steps li.milestone-progress:before {
    counter-increment: wizard;
    content: counter(wizard);
    display: block;
    color: #1A3A4C;
    background-color: #edefee;
    border: 1px solid #a9a7a7;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 2em;
    position: relative;
    left: 50%;
    margin-bottom: 1em;
    margin-left: -1em;
    z-index: 1;
}

.steps .current~li:before {
    background-color: #edefee;
    color: #1A3A4C;
    border-color: #8a8686;
}

.steps li.milestone-progress+li:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #9c9c9c;
    height: 1px;
    position: absolute;
    left: -50%;
    top: 1em;
    z-index: 0;
}

.steps .current~li:after {
    background-color: #555;
}

li.current:before {
    background: white;
}

/* ***********************************Wizard Steps ends************************************** */
/* **************submision list detailed page **************************/
.submission-list h2 {
    color: #1a3a5e;
    font-family: "museo_slab100", sans-serif;
    font-size: 30px;
    color: #1A3A4C;
    font-weight: 500;
}

.submission-list {
    margin: 2em;
}

.submission-list h4 {
    color: #f26660;
}

.submission-list ul {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    flex-wrap: wrap;
}

.submission-list li {
    padding: 1em 3em 1em 0;
}

.card.submission-list a {
    color: #214150;
    font-size: 16px;
    margin-right: 5px;
    text-decoration: none !important;
}

span.sub-date i {
    color: #f26660;
    font-size: 20px;
    margin-right: 5px;
}

span.sub-date {
    color: #908e8e;
    font-size: 13px;
    font-style: italic;
}

span.sub-date i {
    color: #f3645e;
    font-size: 18px;
    margin-right: 5px;
}

.heading-sbmsn {
    text-align: center;
    margin-top: 20px;
}

/* **************submision list detailed page end **************************/

#formio-id {
    margin-top: 20px;
}

/**********************Loader CSS Start****************************************/
.loader-overlay {
    width: 100%;
    height: 100%;
}

#preloader {
    position: relative;
    text-align: center;
}

.lds-spinner {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #F06066;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.content-container {
    min-height: 80px;
    padding-bottom: 4em;
}

/**********************Loader CSS End****************************************/
/* **************************************Header Fixed*********************************************** */

.breadcrumb {
    background-color: transparent !important;
    padding-left: 0px !important;
}

.navbar-default {
    background-color: #efefef;
    border-color: #E2E5E3 !important;
}

.login-page {
    padding-top: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #1A3A4C !important;
}

/*******************************Password error message start ************************************/

#message {
    display: none;
    color: #000;
    position: relative;
}

#message p {
    font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -5px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: #000;
}

.invalid:before {
    position: relative;
    left: -5px;
    content: "✖";
}

/*******************************Password error message end ************************************/
.header-one {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #EDEFEE;
    font-size: 35px;
    font-family: "museo_slab100", sans-serif;
}

.modal-dialog {
    z-index: 9999;
}

/*******************************Breadcrumb start************************************/

li.breadcrumb-item a {
    font-size: 13px;
    font-weight: 300;
}

li.breadcrumb-item.active a {
    text-decoration: none;
    font-weight: 500;
}

nav.nav-bread {
    margin-top: 2em;
    padding: 0px 1em;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f112" !important;
    font: normal normal normal 16px/1 LineAwesome;
}

li.breadcrumb-item a {
    color: #8e8e8e;
    text-decoration: none !important;
}

li.breadcrumb-item.active a {
    color: #F06066;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

/*******************************Breadcrumb end ************************************/

.navbar-nav>li>a {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}

/*******************************Edit profile start************************************/
.avatar {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile-image {
    text-align: center;

}

.change-password-btn {
    cursor: pointer;
}

.submission-list .form-control {
    height: 40px !important;
    border-radius: 0 !important;
    margin-bottom: 0px !important;
}

.img-bg {
    width: 100%;
    position: absolute;
    height: 130px;
    background: #f1f8ff;
    left: 0;
    top: 0;
}

label#pwderrorwarn {
    margin: 15px;
    text-align: center;
    display: block;
}

/*******************************Edit profile end************************************/
/* ****************************************New changes************************************ */
button#send2 {
    background: #f06167 !important;
    text-transform: uppercase;
    border-radius: 0px;
    width: 150px;
    height: 40px;
}

.login-box input[type="text"],
.login-box input[type="password"] {
    border: 0 !important;
    border-bottom: 1px solid #dddddd !important;
    border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #777 !important;
}

/**********************************************Listing-page start******************************************/

a.cxp-btn {
    background: #f05f65;
    color: white;
    text-decoration: none !important;
    font-size: 14px;
    padding: 1.1em;
    display: inline-block;
}

a.cxp-btn i {
    font-size: 18px;

}

a.cxp-white-btn {
    background: white;
    color: #1bb690;
    text-decoration: none !important;
    font-size: 14px;
    padding: 1.1em;
    display: inline-block;
}




.listing-box .cxp-white-btn i {
    background: #f05f65;
    color: #fff;
    text-decoration: none !important;
    padding: 20px;
    display: inline-block;
}

.listing-box a.cxp-white-btn {padding: 0px;}

/* The side navigation menu */
.sidenav {
    min-height: calc(100vh - 50px);
    width: 0px;
    padding-top: 60px;
    /*    transition: 0.5s;*/
    background: white;
    overflow: hidden;
    border-right: 1px solid #bfbfbf;
    padding: 1em;
    position: relative;
}

.flex-sidenav {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 18em;
}

.col-sm-12.task-list {
    padding: 0;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}


/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 25px;
    margin-left: 0px;
    padding: .5em;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 10px;
    width: 100%;
}
#main {
    width: calc(100% - 30px)!important;
}


.custom-alert-area {
    min-height: 48px !important;
    text-align: center;
}

.custom-alert-area .alert {
    padding: 8px 15px !important;
    margin-bottom: 10px;
}

a.cxp-btn,
a.cxp-white-btn {
    cursor: pointer;
}

a.cxp-btn:hover,
a.cxp-btn:focus {
    color: #ffffff;
}


.calender-ifram {width: 100%; border-width: 0px; height: 1150px;}


.custom-loader {
    position: absolute;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* z-index: 1200; */
    margin-top: -20px;
}

.notification-list-cls {
    position: absolute;
    top: 95px;
    width: 100%;
    background: #fff;
    right: 0;
    border-radius: 0;
    min-width: 330px;
    margin: 0 auto;
    box-shadow: 0 0 10px #d2d2d2;
    right: 0;
    max-width: 400px;

}

.notification-list-cls ul {
    padding: 0px 0px 0px 20px;
    max-height: 180px;
    overflow-y: auto;
    min-width: 400px;
    float: right;
}

.notification-list-cls ul li {
    width: 100% !important;
    text-align: left !important;
    padding: 0 0px 5px 0px;
    cursor: pointer;
    font-size: 13px;
}

.crossbtn {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: none;
}

.crossbtn i {
    font-size: 16px;
}

.custom-boxshadow form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-boxshadow .inputsection {
    padding: 0px;
    height: 37px;
    width: 50%;
    margin: 0px 20px 0 0;
    border-radius: 0px;
}

.inputsection select {
    height: 36px;
    width: 100%;
    border-radius: 0px;
}

.custom-boxshadow {
    background: rgb(255, 255, 255);
    padding: 50px;
    box-shadow: 0 0 5px #b1b1b1;
}

.submit_handler_cls {
    background: #a7cb2a;
    color: #fff !important;
    border: none;
    font-size: 14px;
    padding: 5px 6px;
    font-weight: 100;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    font-family: 'chivoregular';
}

.submit_handler_cls i.la.la-refresh.la-spin.btn-loader {
    margin-top: 2px;
}

.task-list-data.task-table td:nth-child(2) a {
    white-space: nowrap;
}

.form-show form select {
    border: 1px solid #c3c3c3;
    padding: 4px;
    min-width: 110px;
}

.task-list-data a {
    color: #f05f65;
    font-family: 'chivoregular';
    /* word-break: break-all; */
    font-size: 13px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.collapse-sidenave {
    position: relative;
    border-top: 1px solid #d2d2d2;
    display: flex;
}

i.la.la-angle-double-left {
    color: #f05f65;
    font-size: 20px;
}

.listing-box .row {
    margin: 0;
}

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    width: 200px;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: #f2f3f3;
    border: 0px;
    color: #1a3a4c !important;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    content: "\f110";
    font: normal normal normal 16px/1 LineAwesome;
    color: #1a3a4c;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    top: 13px;
    transform: rotate(180deg);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: #1a3a4c;
    padding: 8px 16px;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #f3f3f3;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

a.refresh-btn {
    color: #1a3a4c;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800 !important;
}

h2.pink-header {
    color: #f05f65;
    margin: 10px 0px;

}

/* Customize the label (the container) */
.cb-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid #545454;
    border-radius: 1px;
}

/* On mouse-over, add a grey background color */
/* .cb-container:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.cb-container input:checked~.checkmark {
    background-color: #545454;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    position: absolute;
    display: none;
    content: "\f17b";
    font: normal normal normal 12px/1 LineAwesome;
    color: white;
    top: 1px;
    left: 1px;
}

/* Show the checkmark when checked */
.cb-container input:checked~.checkmark:after {
    display: block;
}

.listing th {
    color: #1a3a4b;
    text-transform: uppercase;
    font-family: "chivo_lightregular";
    font-weight: 700;
    border-bottom: 1px solid #f05f65;
    text-align: center;

}

button.green-btn,
button.green-btn-rag {
    background: #a6c92a;
    color: white;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    font-family: "chivoregular";
    border-radius: 2px;
}

td.status {
    text-transform: uppercase;
    color: #1b3c4b;
}

span.sent-back,
span.submitted,
span.in-progress {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ee5f65;
    border-radius: 5px;
    margin-right: 10px;
}

span.submitted {
    background: #a7cb2c;
}

span.in-progress {
    background: #64c2dc;
}

a.table-link {
    color: #ee5f65;
    text-decoration: none !important;
    cursor: pointer;
}

.listing td {
    padding: 0px 5px;
}

.listing table {
    margin-top: 2em;
}

.disabled-green {
    opacity: .4;
}

label.category-label {
    font-family: 'chivoregular';
    font-size: 18px;
    margin: 1em 0px;
    font-weight: 800;
}

#mySidenav .cb-container input:checked~.checkmark {
    background-color: #1a3a4c;
    border-color: #1a3a4c;
}

input[type="checkbox"]:checked+.checkbox-label {
    font-family: 'chivoregular';
    color: #1a3a4c;
    font-weight: 800;
}

div#mySidenav div i {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

span.checkbox-label {
    color: #565656;
}

.submittedDate .col-sm-6 {
    padding: 2px;
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
    display: none;
}

.gj-datepicker-bootstrap label[role=right-icon].input-group-addon {
    display: none;
}

.input-group .form-control {
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
}

.from-input {
    border-right: 1px solid #bdbdbd;
    padding: 3px;
}

.input-group.search-filter input {
    background: #edefee;
    border-left: 1px solid #9c9c9c;
}

.search-filter i.la.la-search {
    position: relative;
    top: auto;
    right: auto;
    font-size: 18px !important;
    transform: rotate(270deg);
    left: 8px;
}

.search-filter span.input-group-addon {
    border: 0px;
    background: #edefee;
    color: #626969;
}

.search-filter label.input-group-addon {
    border: 0px;
    background: #edefee;
    color: #626969;
}
.formio-remove-column {
    padding-top: 36px !important;
}

.input-group.search-filter {
    margin-bottom: 0.8em;
    padding: 2px 0px;
    background: #edefee;
}

.search-filter .input-group-addon {
    padding: 6px 5px;
    padding-left: 0px;
}

/* .from-input {
    border-right: 1px solid grey!important;
} */
button.green-btn.disabled-green:focus {
    outline: none;
}

.prev-page,
.next-page {
    text-decoration: none !important;
    cursor: pointer;
    color: #878888;
    margin: 0px 1.5em;
}

span.pagination {
    font-size: 13px;
}

/**********************************************Listing-page end******************************************/
form#login-form {
    margin-bottom: 0px;
}

.new-service {
    border-color: #F06066 !important;
    background: #F06066 !important;
}

.red-bg {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #f06066 !important;
}

a.disabled:hover {
    cursor: not-allowed
}

.welcome ul.dropdown-menu,
.welcome ul.dropdown-submenu {
    right: 0;
    left: auto;
}

input#datepicker2,
input#datepicker1 {
    font-size: 13px;
    width: 100%;
}

.listing-box i.la.la-plus-circle {
    font-size: 22px;
    vertical-align: sub;
    margin-right: 5px;
}

.rel {
    position: relative;
}

.notification-container a {
    color: #535353;
    text-decoration: none !important;
    font-size: 16px;
    cursor: pointer;
}

div#notification-list-id i {
    color: #f06066;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 16px;
    margin-top: 5px;
}

.notification-list-cls h3 {
    font-size: 18px;
    color: #f3645e;
    padding: 12px;
    margin: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}

button.crossbtn:focus {
    outline: none;
    border: 0px;
}

.notification-list-cls a {
    color: #173e4f;
    text-decoration: none;
    padding-right: 20px;
    font-family: 'chivoregular';
    margin-bottom: 10px;
    display: block;
    text-decoration: none !important;
}

.notification-list-cls:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 30px;
    border-bottom: 10px solid #e6e6e6;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 5%;
    top: -30px;
}

.notification-list-cls:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 30px;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    right: 5%;
    top: -30px;
}

.dropdown button,
.dropdown-design button {
    background: #fff !important;
    color: #1A3A4C !important;
    padding: 8px;
    font-size: 14px;
    min-width: 200px;
    text-align: left;
    position: relative;
    border-color: #d4d4d4 !important;
}

.dropdown span.caret,
.dropdown-design span.caret {
    position: absolute;
    right: 10px;
    top: 16px;
}

.select-drop .row {
    margin: 0 !important;
}

.select-drop li {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

a.select-list {
    color: #1A3A4C;
    text-decoration: none !important;
    font-size: 13px;
}

a.select-list:hover {
    color: #f3645e;
}

a.select-discard,
a.select-edit {
    color: #f06066;
    text-decoration: none !important;
}

a.select-edit {
    color: #5bb8da;
}

.select-drop ul.dropdown-menu,
.select-drop ul.dropdown-submenu {
    padding: 5px;
}
.select-drop ul {
    padding: 8px;
    max-width: 200px;
    min-width: 200px;
}

.select-drop li:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.category-list.p_0 li {
    padding: 0;
}

.option-bx {
    padding: 1em;
}

.option-img img {
    width: 100%;
}

.footer-menu li {
    display: inline-block;
    padding-left: 0px;
}

.view_more a {
    background: #F06066;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none !important;
}

.center-span {
    display: block;
    width: 100%;
    text-align: center;
}

.learning_content {
    background: url(../../images/org_2/Content_Add.png);
    padding: 4.5em 0em;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
}

.sub-menu-block.vendor_management {
    background: url(../../images/org_2/Content_Add.png);
    padding: 4.5em 0em;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
}

.training_administration {
    background: url(../../images/org_2/training_admin.png);
    padding: 4em 0em;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
}

.training_delivery {
    background: url(../../images/org_2/training_delivery.png);
    padding: 4em 0em;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 260px;
}

.sub-links.row {
    margin: 10px;
}

.sub-links .bod-bottom {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}

.sub-cont h4 {
    font-size: 20px;
    color: #173e4f;
    margin-bottom: 2em;
    margin-top: 0;
}

/* ************************************Request Status Popup(Oct-3)************************************ */
.selection-request-popup .modal-content {
    border-radius: 0px;
    max-width: 450px;
    margin: auto;
    padding-left: 4em;
}

.selection-request-popup .modal-content {
    border-radius: 0px;
    max-width: 450px;
    margin: auto;
    padding-bottom: 2em;
    padding-left: 5em;
    padding-right: 4em;
    border-left: 6px solid rgb(167, 203, 42);
}

.selection-request-popup .modal-content:before {
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(167, 203, 42);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.selection-request-popup i.la.la-exclamation-triangle {
    font-size: 20px;
    position: absolute;
    left: 10px;
    color: rgb(241, 105, 111);
}

.selection-request-popup .modal-header {
    border-bottom: 0px;
    padding: 0;
}

button.close.close-popup {
    color: rgb(241, 105, 111);
    opacity: 1;
    padding: 7px;
    position: absolute;
    right: 9px;
    z-index: 999;
}

.selection-request-popup h4 {
    color: rgb(26, 58, 76);
    font-size: 16px;
    font-family: "chivoregular" !important;
}

.selection-request-popup ul {
    list-style: none;
    padding-left: 0;
    color: rgb(26, 58, 76);
}

.selection-request-popup span {
    color: #f1696f !important;
}

.modal-dialog .green-btn {
    width: 100%;
    padding: 5px 20px;
    margin-left: 10px !important;
    background: #1bb690 !important;
    color: #fff !important;
    float: right;
}

.green-border-btn {
    border: 2px solid #a6c92a !important;
    color: #a6c92a !important;
    margin: 1em 0 !important;
    width: 100%;
    background: white !important;

}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #f06066;
    border-color: #f06066;
}

/* *****************************Calender UI (Oct-4)******************************* */
.ui-widget.ui-widget-content {
    border-radius: 0px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #f6f6f6 !important;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f3645e !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: 0;
}

.ui-widget-header .ui-icon {
    background-image: url('../../images/org_2/left-arrow.png') !important;

}

.ui-icon-circle-triangle-w {
    background-position: unset !important;
}

span.ui-icon.ui-icon-circle-triangle-e {
    background-image: url('../../images/org_2/right-arrow.png') !important;
    background-position: unset !important;
}
span.ui-datepicker-month {color: #1a3a4c; }
span.ui-datepicker-year {color: #1a3a4c; }

.ui-state-hover {
    border: 0px !important;
}

.datefield-cxp {
    position: relative;
    padding-right: 20px;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    background: #edefee;
}

.datefield-cxp:after {
    content: '';
    position: absolute;
    content: "\f110";
    font: normal normal normal 16px/1 LineAwesome;
    right: 5px;
    top: 7px;
}

.datefield-cxp input {
    border: 0px;
}


li.no-record {
    list-style-type: none;
}

a.toogle-sidenav {
    color: #f05f65;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: -8px;
}

div#parent-sidenav {
    position: relative;
    min-height: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

input#request_id:focus {
    outline: none;
    box-shadow: none;
}

section.top-bar {
    background: white;
    box-shadow: 0 0 5px grey;
    position: fixed;
    z-index: 9;
    width: 100%;
    padding: 3px;
    padding-top: 11px;

}

.status-drop i.la.la-ellipsis-v {
    font-size: 25px;
    color: #1a3a4c;
    background: #ececec;
    border-radius: 3px;
}

a.v-dots {
    cursor: pointer;
    text-decoration: none !important;
}

.status-drop {
    float: right;
}

.status-drop .dropdown-menu,
.status-drop .dropdown-submenu {
    margin-left: -110px;
}

i.la.la-arrow-left {
    font-size: 20px;
    color: #1a3a4c;
    margin-right: 15px;
}

section.sort-filter {
    background: white;
    box-shadow: 0 0 5px grey;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 3px;
    padding-top: 11px;
    bottom: 0;
}

.status-drop li a {
    padding: 10px 15px !important;
    color: #1a3a4c !important;
    font-weight: 600 !important;
}

.status-drop .active>a,
.status-drop .active>a:focus,
.status-drop .active>a:hover {
    color: #fff !important;
    background-color: #a7cb2a !important;
    font-weight: 400 !important;
}

.status-drop .dropdown-menu,
.status-drop .dropdown-submenu {
    padding: 0px;
    border-radius: 0px;
}

.status-drop li a:hover {
    background: #ececec !important;
    color: #1a3a4c !important;
}

section.sort-filter {
    background: white;
    box-shadow: 0 0 5px grey;
    z-index: 9999999;
    width: 100%;
    padding: 3px;
    padding-top: 11px;
    bottom: 0px;
    position: fixed;
    padding-bottom: 10px;
}

.filters-sort a {
    color: #1a3a4c;
    display: inline-block;
    width: 47%;
    text-align: center;
}

.filters-sort img {
    vertical-align: sub;
    margin-right: 5px;
}

a.sort-border {
    border-right: 1px solid #a0a0a0;
}

.sort-box {
    background: white;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.bottom-text {
    padding: 1em;
    width: 100%;
    padding-top: 5em;
}

.bottom-text h5 {
    border-bottom: 1px solid darkgrey;
    padding: .7em 0px;
    color: grey;
}

.bottom-text h5 img {
    vertical-align: baseline;
    margin-right: 10px;
}

.bottom-text a {
    display: block;
    color: #1a3a4c;
    padding: 7px 0px;
}

/*div#mySidenav .collapse {
    display: block;
    visibility: visible;
}*/


/************************Delivery Status PAGE START***********************/
/*.delivery-status-card { background:none; padding:0px; box-shadow:none;}*/
div.inner-page-title {margin-top: 0px;margin-bottom: 0px; text-align:center; background-color:#EDEFEE;font-size: 35px; font-family: museo_slab100,sans-serif;}
.delivery-status-card .viewProposal {background:whitesmoke; box-shadow:0 0 5px #c3c3c3;}
.delivery-status-card ..module-box {background:whitesmoke; box-shadow:0 0 5px #c3c3c3;}
h4.delivery-title {text-transform: uppercase;
border-bottom: 1px solid #dedede;
color: rgb(26, 58, 76);
font-size: 18px;
text-align: left !important;
font-weight: 700;
padding: 5px 0px;
}
.delivery-status-card .control-label {font-size: 13px !important;
margin-bottom: 0;
margin-top: 10px;
color:#1A3A4C !important;}

.delivery-status-card .viewProposal label, .module-box label {color:#1A3A4C !important; font-size:14px; font-weight:400;}

.delivery-status-card .viewProposal button {
padding: 10px 20px;
background: #f05f65 !important;
color: #fff !important;
margin-top: 15px;
float: right;
border: 0px;
font-size: 14px;
font-weight: 500;
font-family: "chivoregular";
border-radius: 2px;
width:auto;
height:auto;
margin-left:20px;
}
.delivery-status-card .common-button {
padding: 10px 20px;
background: #f05f65 !important;
color: #fff !important;
margin-top: 15px;
float: right;
border: 0px;
font-size: 14px;
font-weight: 500;
font-family: "chivoregular";
border-radius: 2px;
width:auto;
height:auto;
margin-left:20px;
}
.delivery-status-card .viewProposal span.heading {font-size:13px; font-weight:400; left:auto; right:auto; }

.toggel-deliver {}
.toggel-deliver input:checked + .slider {margin-top:-19px;}
.delivery-status-card .viewProposal span {color:#f1696f;}

.propseTimer-status {
  position: absolute;
  right: 25px !important;
  top: 33px !important;
}
.propseTimer-status img {
  max-width: 100%;
  width: 18px;
  height: 18px;
}


/************************MILESTONE PAGE START***********************/
.viewProposal {
    background: whitesmoke;
    padding: 1.5em;
    box-shadow: 0 0 5px #c3c3c3;
    margin-bottom: 2em;
}

/*.current-milestone {
    background: whitesmoke;
    padding: 1.5em;
    box-shadow: 0 0 5px #c3c3c3;
    margin-bottom: 2em;
}
*/
button.view-proposal {
    border: 1px solid #f06066;
    background: white;
    color: #f06066;
    padding: 5px 15px;
}

.viewProposal label,
.module-box label {
    color: #f06066 !important;
    font-weight: 600;
    margin-right: 20px;
}

.viewProposal h3,
.module-box h3 {
    color: #1a3a5e;
    margin-bottom: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.viewProposal i.la.la-ellipsis-h,
.module-box i.la.la-ellipsis-h {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 900 !important;
}

button.theme-btn {
    background: #f06066;
    color: white;
    border: 0px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 2em;
    width: 100%;
}

.module-box {
    background: whitesmoke;
    padding: 1.5em;
    box-shadow: 0 0 5px #c3c3c3;
    margin-bottom: 2em;
    clear: both;
}

.module-box i {
    color: #f06066;
}

ul.steps.milestones li {
    width: 20%;
}

.milestones span.step-name {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    /*color: #1A3A4C;
    font-weight: 700;*/
    color: #1A3A4C!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

ul.steps.milestones {
    padding-top: 3em;
    padding-bottom: 2em;
    overflow-x: auto;
}

.steps.milestones li.milestone-progress:before {
    content: '';
    border: 2px solid #a9a7a7;
    width: 1em;
    height: 1em;
}

.steps.milestones .current~li:after {
    background-color: #b5b5b5;
}

.steps.milestones li+li:after {
    top: .5em;
}

.steps.milestones li.pinkBorder:before {
    border: 2px solid #54cb2f;
}

.steps.milestones li.current:before {
    background-color: #54cb2f;
    border: 2px solid #54cb2f;
}

.stepsInfo label {
    display: block;
    margin: 0;
    font-size: 13px !important;
}

.stepsInfo.covered-steps .date {
    color: #f06066 !important;
}

.stepsInfo.Uncovered-steps .date {
    color: grey;
}

button.blue-btn {
    background: #1A3A4C;
    border: 1px solid #1A3A4C;
    color: white;
    font-size: 14px;
    padding: 5px 20px;
}

button.blue-btn-bordered {
    color: #1A3A4C;
    border: 1px solid #1A3A4C;
    background: white;
    font-size: 14px;
    padding: 5px 20px;
}

.fullsec .form-control {font-size: 13px !important; color: #565656; font-family: "chivoregular" !important;}


/************************MILESTONE PAGE END***********************/
/*div#updateMilestoneModal .modal-content {
    border-color: #1a3a4c;
}

div#updateMilestoneModal .modal-content:before {
    border-left: 10px solid rgb(26, 58, 76);
}

div#updateMilestoneModal .modal-content {
    padding: 10px 30px;
}
*/
i.la.la-calendar-plus:before {
    content: "\f271";
}

select#milestoneNames,
select#hold_type {
    background:#eff3f4;
    height: 37px;
    padding: 5px;
}

input#datepicker,
input#milestonename,
#milestone_name,
#addMilestoneDate,
#revisedDatepicker,
#completionDatepicker,
.greyBgInput,
input#hold_type {
    background: #eff3f4;
    border: 0;
    width: 100%;
    height: 37px;
    color: #1a3a4c;
    padding: 5px;
    margin-bottom: 0px;
}

span.input-group-addon {
    border: 0px;
    background: #1a3a4c;
    color: white;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 20px;
}

label.input-group-addon {
    border: 0px;
    background: #1a3a4c;
    color: white !important;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 20px;
}

label.checkbox {
    position: relative;
    padding-left: 1em;
}

label.checkbox input:checked+span:before {
    border: 1px solid #1a3a4c;
    background: #1a3a4c;
}

label.checkbox span:before {
    border: 1px solid grey;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 3px;
    background: #fff;
}

label.checkbox input {
    opacity: 0;
    position: absolute;
}

label.checkbox span {
    color: #1a3a4c;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
}

select#milestoneNames:focus {
    box-shadow: none;
}

.modal-header h5 {
    font-weight: 800;
    text-transform: uppercase;
    color: #1a3a4c;
    padding-bottom: 5px;
    border-bottom: 1px solid #f06066;
    display: inline-block;
    text-align: center;
}

.update-milestone button {
    width: auto;
    max-width: 100% !important;
    margin-bottom: 0em;
}

button.btn.btn-default.delete-btn {
    padding: 0;
    font-size: 23px;
    color: grey;
    border: 0px !important;
    box-shadow: none;
}

.p_0 {
    padding: 0px !important;
}

.delete-btn:hover {
    background-color: transparent !important;
    border-color: #adadad !important;
    outline: none;
}

.modal-footer {
    border-top: 0px !important;
    padding: 0px;
}

.modal-header {
    border-bottom: 0px !important;
}

button.view-proposal.back-btn {
    height: 36px;
}

.modal-dialog .form-group {
    margin-bottom: 8px;
}

.modal-body label {
    margin-top: 5px;
}

.mxW2 {
    max-width: 150px;
}

.upload-wrapper label {font-size: 13px; font-weight: 400; color: #1A3A4C; font-family: 'chivoregular'; text-transform: uppercase;}
input[type=file] {font-size: 13px; font-weight: 400; color: #1A3A4C; font-family: 'chivoregular';}

.ml-1 {margin-left: 10px;}
.edit-view-lbl label {font-size: 13px; font-weight: 400; color: #1A3A4C; font-family: 'chivoregular'; margin-top: 0px; text-transform: uppercase;}



/* *****************************Delete Modal************************** */
form#deleteMilestoneModal i {
    font-size: 60px;
    color: #f1696f;
}

div#deleteMilestoneModal .modal-dialog {
    max-width: 400px;
}

div#deleteMilestoneModal .modal-content {
    border-radius: 0px;
    padding-bottom: 2em;
}

span#deleteMilestoneName {
    color: #f1696f;
    font-weight: 600;
}

.w100 {
    width: 100%;
}

form#deleteMilestoneModal .close {
    margin-top: -10px;
    right: 10px;
}

.view-milestone-btn {
    max-width: 1120px;
    margin: 1em auto;
    padding: 4px 0px 36px 0px;
}

.view-milestone-btn a {
    background: #F06066;
    color: white !important;
    padding: 10px 20px;
    text-decoration: none !important;
}

.task-list-data th {
    vertical-align: top;
    font-size: 13px;
}

.task-list-data td {
    text-align: left;
}

td.status {
    font-size: 13px;
}

.task-table td:last-child() a {
    white-space: nowrap;
    font-size: 13px;
}

.nobreak td {
    white-space: nowrap;
}

.task-list-data.task-table td:last-child a {
    white-space: nowrap;
    word-break: inherit;

}

#milestone-completion-form i.la.la-check-circle {
    font-size: 37px;
    color: #a6c92a;
}

#milestone-completion-form button.btn.btn-default.green-btn.submit_all {
    background: rgb(241, 105, 111) !important;
    margin-top: 1.5em;
}

div#markCompletionModal .modal-content {
    border-left: 6px solid rgb(26, 58, 76);
}

div#markCompletionModal .modal-content:before {
    border-left: 10px solid rgb(26, 58, 76);
}

.row-Space {
    width: 100%;
    margin-bottom: 1em;
}

.mileBtn {
    display: inline-block;
    color: #f3645e !important;
    border: 1px solid;
    padding: 5px 20px;
    text-decoration: none !important;
    cursor: pointer;
    background: white;
}

.blueBorderBtn {
    color: #1a3a4c;
    border: 1px solid;
    padding: 8px 15px;
    background: white;
    text-decoration: none !important;
    cursor: pointer;
}

fieldset strong {
    font-weight: 700;
    color: #f3645e;
}

.well {
    color: #102029 !important;
    border-radius: 0px;
}

.list-group-item {
    border-radius: 0px !important;
}

#formio-id .formio-component .input-group {
    width: 100% !important;
}

#formio-id span.input-group-addon {
    border: 1px solid #c9d2d6 !important;
    background: #e3e8ea !important;
    color: #1A3A4C !important;
}

.table>thead>tr>th {
    vertical-align: top !important;
}

table div#form-show form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.task-list-data th {
    vertical-align: top !important;
    font-weight: bolder;
}

.form-show form select {
    border: 1px solid #c3c3c3;
    padding: 4px;
    min-width: 120px;
    max-width: 120px;
}

.milestone-step {
    padding-top: 4em !important;
}

.choices__list span {
    color: #102029 !important;
}

.initiative-list-data a,
.goal-list-data a {
    color: #f05f65;
    font-family: 'chivoregular';
    word-break: break-all;
}

.initiative-list-data td,
.goal-list-data td {
    text-align: center;
}

.table>tbody>tr>td {
    color: #565656;
}

div#main-initiative,
#main-goal {
    border-top: 1px solid #d2d2d2;
}

a.cxp-btn.get-list {
    padding: 17px !important;
}

.tasklist-info-grid .table > tbody > tr > td {background: #fff !important;}

th {
    font-family: 'chivoregular' !important;
    color: #1a3a4c !important;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: top;
    border-top: 0px;
    border-bottom: 1px solid #f06167;
    text-align: center;
}

.initiative-list-data td {
    border: 0px !important;
}

.comment-box {
    max-width: 1120px;
    margin: auto;
    background: white;
    padding: 3em;
}
.comment-box h3 {    
    color: #1a3a5e;
    margin-bottom: 20px;
    padding-left: 11px;
    font-weight: 700;
    margin-bottom: 20px;
}

.comment-box table.table td {
    border: 0px !important;
}

.comment-box table.table th {
    border-top: 0px !important;
}

.comment-box h1 {
    color: #f05f65;
    margin: 1em 0px;
    margin-top: 0px;
}

.mr5 {
    margin-left: 5px;
}

.privacy-container h2 {
    color: #0071c6;
    margin-top: 4em !important;
}

a.link {
    color: #00aeef;
    font-weight: 600;
}

b.title {
    font-size: 18px;
}

p.note {
    background: #c1e0ef;
    padding: 1em;
    border-radius: 2px;
}

ol.mail-list-privacy>li {
    margin-bottom: 2em;
}

ol.lower-roman {
    list-style-type: lower-roman;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

.flexi.header-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}

.flexi.header-btn .refresh-btn {
    margin-left: 10px;
}

div#form-show {
    margin: 0px;
}

select#process_action {
    width: 100% !important;
    max-width: 100%;
}

li.dropdown.welcome li {
    width: 100%;
}

.task-table td:nth-child(5) {
    word-break: break-all;
}

.task-list-data.task-table table {
    margin-top: 0px;
    overflow-x: scroll;
    /*width: 100%*/
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px 4px;
}

#formio-id .well {
    /* border-radius: 0px!important; */
    min-height: 150px;
}

table#budget-table .form-control {
    border-radius: 0px !important;
}

.save-new-budget {
    background: #a7cb2a;
    color: white;
    border: 0px;
    margin-left: 0px;
    width: 100%;
    padding: 8px;
}

/* *******************************IE 10************************************** */
@media screen and (min-width:0\0) {

    /* IE9 and IE10 rule sets go here */
    /*    div#main{
            width: calc(100% - 300px);
        }*/
    div#main {
        width: inherit;
    }

    .fullwidth {
        width: calc(100% - 20px) !important;
    }

    .logo {
        width: 100px;
    }

    ul.navbar-nav.nav .dropdown,
    ul.navbar-nav.nav .dropdown-design {
        position: static !important;
    }

    .flex-sidenav {
        flex-basis: 17%;
    }

    .ui-datepicker-next span,
    .ui-datepicker-prev span {
        background-position-x: 0%;
        background-position-y: 0%;
    }
}

#filter-list label.category-label[aria-expanded="true"] i.la-angle-right {
    transform: rotate(90deg);
}

#filter-list label.category-label {
    position: relative;
    width: 100%;
}

#filter-list i.la.la-angle-right {
    position: absolute;
    right: -10px;
    font-size: 20px !important;
    top: 9px;
}

.progress {
    height: 12px !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    border-radius: 10px !important;
    background-color: #eff1f1;
}

.progress-bar {
    background-color: #1575ab !important;
    line-height: 13px !important;
}

.milestone-status {
    text-align: left;
    color: black;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
}

.task-table .tasklist-info-grid td:nth-child(3) {
    text-align: left !important;
}

.task-list-data.task-table .tasklist-info-grid td:last-child a {
    white-space: nowrap;
    word-break: inherit;
    font-size: 20px;
    text-decoration: none !important;
    cursor: pointer;
}

/*.task-list-data i.la.la-archive {
    padding: 5px;
    font-size: 15px;
    border-radius: 0px;
}*/

.task-list-data th {
    position: relative !important;
}

.task-list-data thead i {
    /*    position: absolute;
        top: 10px;
        margin-left: 10
        z-index: 99;*/
    cursor: pointer;
}

.task-list-data .la-sort-down {
    right: -10px;
}

.th-flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border: 0px !important;
}

.th-flex i {
    background: #a7cb2a;
    color: white;
    margin-left: 5px;
}

.disable-btn {
    cursor: not-allowed;
}

.sow-info-container {
    border-right: 1px solid #dfdbdb;
    padding-right: 2em;
}

.sow-info-container h4 {
    color: #1A3A4C;
    font-size: 18px !important;
    font-weight: 700;
}

.sow-info-container th {
    background: #edefee;
    font-weight: 200;
    text-transform: uppercase;
    color: grey;
}

.sow-info-container .table>tbody>tr>td,
.sow-info-container .table>tbody>tr>th,
.sow-info-container .table>tfoot>tr>td,
.sow-info-container .table>tfoot>tr>th,
.sow-info-container .table>thead>tr>td,
.sow-info-container .table>thead>tr>th {
    padding: 8px 25px;
    border-top: 0px solid #ddd;
}

.sow-info-container table.table {
    border: 1px solid #dfdfdf;
    margin-top: 1em;
}

button.view-detail-btn {
    padding: 10px;
    width: 100%;
    color: #b4b1b1;
    border: 1px solid #d7d5d5;
    margin-bottom: 2em;
}

button.view-detail-btn.active {
    color: #F06066;
    border: 1px solid #F06066;
}

.sow-info-container table.table td {
    color: #1a3a4c;
}

.progress.green .progress-bar {
    background-color: #a7cb2a !important;
}

.recommendation-progress {
    height: 7px !important;
}

.progress.orange .progress-bar {
    background: #ffbb00 !important;
}

.progress.white .progress-bar {
    background: #ffffff !important;
}

/* ****************************************** */
.red .progress-bar {
    background-color: #f06066 !important;
}

.sow-modal .modal-content {
    border-radius: 0px;
    border-left: 7px solid rgb(26, 58, 76);
}

.sow-modal .modal-content:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1a3a4c;
    top: 50%;
    transform: translateY(-50%);
}

.sow-modal .sow-info-container {
    border-right: 0px solid #dfdbdb;
}

.modal-block-btn {
    background: #f06066;
    color: white;
    border-radius: 0px;
    border: 1px solid #f06066;
    padding: 8px 20px;
    width: 180px;
    margin-bottom: 2em;
}

.modal-border-btn {
    color: #f06066;
    background: white;
    border-radius: 0px;
    border: 1px solid #f06066;
    padding: 8px 20px;
    width: 180px;
    margin-bottom: 2em;
}

#sow-table td:first-child,
#sow-table td:last-child,
#sow-table th:first-child,
#sow-table#sow-table#sow-table th:last-child {
    text-align: center;
}

.sow-modal .modal-input {
    background: #edefee;
    border: 0px;
    box-shadow: none;
    padding: 10px;
}

#sow-create-form label.cb-container {
    padding-left: 0;
    position: relative;
}

#sow-create-form .checkmark {
    position: inherit;
    padding-left: 20px;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 0px;
    border-radius: 0;
}

#sow-create-form span.checkmark:before {
    position: absolute;
    top: -3px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid #545454;
    border-radius: 1px;
    content: '';
    left: 0;
}

#sow-create-form .cb-container {
    padding-left: 0;
}

#sow-create-form .cb-container input:checked~.checkmark {
    background-color: transparent;
}

#sow-create-form .cb-container input:checked~.checkmark:before {
    background-color: #1a3a4c;
}

#sow-create-form .checkmark:after {
    top: 0;
    left: 2px;
}

#sow-create-form table.table {
    margin-bottom: 2em;
}

#sow-create-form label.cb-container {
    padding-left: 0;
    position: relative;
}

#sow-create-form .checkmark {
    position: inherit;
    padding-left: 20px;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 0px;
    border-radius: 0;
}

#sow-create-form span.checkmark:before {
    position: absolute;
    top: -3px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid #545454;
    border-radius: 1px;
    content: '';
    left: 0;
}

#sow-create-form .cb-container {
    padding-left: 0;
}

#sow-create-form .cb-container input:checked~.checkmark {
    background-color: transparent;
}

#sow-create-form .cb-container input:checked~.checkmark:before {
    background-color: #1a3a4c;
}

#sow-create-form .checkmark:after {
    top: 0;
    left: 2px;
}

#sow-create-form table.table {
    margin-top: 1em;
    margin-bottom: 2em;
}

.fi-textField input {
    border: 1px solid #cccbcb !important;
}

.fi-textField .input-group-addon.input-group-prepend {
    border-radius: 0px;
}

#sow-create-form .modal-body {
    max-height: 90vh;
    overflow-y: auto;
}




.icons li {
    background: none repeat scroll 0 0 #000;
    height: 7px;
    width: 7px;
    line-height: 0;
    list-style: none outside none;
    margin-right: 15px;
    margin-top: 3px;
    vertical-align: top;
    border-radius: 50%;
    pointer-events: none;
}

.dropdown_dotmenu {
    cursor: pointer;
}


.triple-dropdown {
    display: none;
    position: relative;

    background-color: #f9f9f9;

    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.triple-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.triple-dropdown {
    position: absolute;
    min-width: 140px;
    background: white;
}

.dropdown_dotmenu a:hover {
    background-color: #f1f1f1
}

.show {
    display: block;
}

.edit-sow {
    font-size: 30px;
    color: #f06066 !important;
    margin-left: 5px;
    cursor: pointer;
    background: #dfdddd;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    line-height: 5px;
    padding-top: 8px;
}

.percentage-bar {
    float: right;
    margin-top: -13px;
    margin-right: 300px;
}

ul.nav.navbar-nav li.dropdown.open .dropdown-menu li,
ul.nav.navbar-nav li.dropdown.open .dropdown-submenu li {
    padding: 0 2em;
}

div#form-show button {margin-left: 4px;}
div#form-show .dropdown button {margin-left: 4px; min-width: 155px; padding:4px 16px 4px 5px; border-radius: 0px;}
div#form-show button span{font-size: 13px; font-weight: 400;}
div#form-show .dropdown span.caret {color: #777; right: 7px; top: 13px;}

.sow-info-container td {
    padding: 4px 15px !important;
}

.sow-info-container th {
    text-align: left !important;
}

#filter-list label.category-label {
    position: relative;
    width: 100%;
}

label.category-label {

    font-size: 15px;
    margin: 1em 0px;
    font-weight: 800;
}

.cb-container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 11px;
}

.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*.checkmark {
    position: absolute;
    top: 0;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid #545454;
    border-radius: 1px;
}*/

label span {
    font-weight: 400;
}

input[type="checkbox"]:checked+.checkbox-label {

    color: #1a3a4c;
    font-weight: 800;
}

.cb-container input:checked~.checkmark:after {
    display: block;
}

/*.checkmark:after {
    position: absolute;
    display: none;
    content: "\f17b";
    font: normal normal normal 12px/1 LineAwesome;
    color: white;
    top: 0px;
    left: 0px;
}*/

.cb-container input:checked~.checkmark {
    background-color: #1a3a4c;
    border-color: #1a3a4c;
}

div#mySidenav div i {
    font-size: 25px;
    margin-right: 2px;
    vertical-align: text-bottom;
}

#filter-list i.la.la-angle-right {
    position: absolute;
    right: -10px;
    font-size: 20px !important;
    top: 9px;
}

#filter-list label.category-label[aria-expanded="true"] i.la-angle-right {
    transform: rotate(90deg);
}

div#mySidenav {
    margin: 0;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>tbody>tr>td {
    color: #565656;
    font-size: 13px;
}


/* *********************Copy CSS********************** */

.milestone-view-grid {
    background: white;
    box-shadow: 0 0 5px #b1b1b1;
    width: 100%;
    position: relative;
    margin: 2em 0;
}

.hasDatepicker {
    background: #edefee;
    border: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    width: 100%;
    /* margin-bottom: 15px; */
}

.cxp-radio .checkmark {
    height: 20px;
    width: 20px;
    border-radius: 50% !important;

}

.cxp-radio input:checked~.checkmark {
    background-color: #ffffff;
    border-color: #1a3a4c;
}

.cxp-radio .checkmark:after {
    content: "";
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #1a3a4c;
    border-radius: 50%;
}

div#filter-list {
    /* border-right: 1px solid #cecbcb; */
}

.milestone-info-grid th {
    color: #1a3a4b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    border-top: 0px !important;
    text-align: left !important;
    border-bottom: 2px solid #ddd;
}

.milestone-info-grid td {
    border-top: 0px !important;
}

.milestone-info-grid a {
    color: #f05f65;
    word-break: break-all;
    cursor: pointer;
}

td.on-track {
    color: #4CAF50 !important;
    text-align: center !important;
}

td.delay {
    color: #E53935 !important;
    text-align: center !important;
}

td.on-track a {
    color: #4CAF50 !important;
    text-align: center !important;
}

td.delay a {
    color: #E53935 !important;
    text-align: center !important;
}

td.billing.on-track a {
    font-size: 13px;
}

td.billing.delay a {
    font-size: 13px;
}



td.milestone-date {
    font-size: 11px !important;
    white-space: nowrap;
}

.disable-btn-plan {
    background-color: lightgrey !important;
}

#Milestone-review .modal-content {
    border-left: 8px solid #1a3a4c;
    border-radius: 0px;
}

#Milestone-review .modal-content:before {
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(26, 58, 76);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

button.close {
    color: #f06066 !important;
    opacity: 1;
}

#Milestone-review button.theme-btn {
    background: #f06066;
    color: white;
    border: 0px;
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

div#Milestone-review th {
    font-size: 12px;
    color: #1a3a4c;
    text-transform: uppercase;
    border-top: 0px;
}

div#Milestone-review table.table {
    display: block;
    table-layout: fixed;
}

div#Milestone-review tbody,
div#Milestone-review thead {
    display: block;
    width: 100%;
}

div#Milestone-review tbody td,
div#Milestone-review thead th {
    width: 12% !important;
}

div#Milestone-review tbody {
    max-height: 290px;
    overflow-y: auto;
}

div#Milestone-review tbody td:nth-child(2),
div#Milestone-review thead th:nth-child(2) {
    /*width: 50% !important;*/
}

div#Milestone-review .modal-header {
    border-bottom: 0px;
    text-align: center;
    font-weight: 800;
    color: #f06066;
}


.navbar {
    border-radius: 0px;
}

label.cb-container.cxp-radio .checkmark {
    background: white !important;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

i.la.la-angle-double-left:hover {
    color: #1a3a4c;
}

.datefield-cxp input {
    margin-bottom: 0px;
}

.task-list-data .progress {
    min-width: 190px;
}

div#ui-datepicker-div {
    z-index: 9999 !important;
}

.task-list-data .progress {
    min-width: 190px;
}

.no-break {
    white-space: nowrap;
}

.milestone-info-grid tbody:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    left: 0;
}

.milestone-info-grid tbody {
    border-bottom: 0px solid;
    position: relative;
}

a.showRevisionData.disabled {
    text-decoration: none;
}

.milestone-info-grid .table>tbody+tbody {
    border-top: 0px !important;
}

.text-left {
    text-align: left !important;
}

label.control-label.field-required {
    width: auto;
    position: relative;
    padding-right: 10px;
}

label.control-label.field-required:before {
    content: '*';
    position: absolute;
    color: red;
    font-weight: 500;
    font-size: 18px;
    right: 0;
}

.dropbtnRevision.icons.btn-right.showLeft.show-revision {
    color: #1a3a5e;
    background: #e2e2e2;
    padding: 5px 10px;
    border: 1px solid #e2dfdf;
    font-weight: 600;
    max-width: 180px;
}

div#revisionDropdown a {
    border-bottom: 1px solid #eae9e9;
    padding: 9px;
    width: 100%;
}

i.btn-down.visible {
    transform: rotate(180deg);
    color: #f3645e;
}

.box {
    float: left;
    height: 10px;
    width: 20px;
    margin-right: 5px;
}

.box-rag {
    float: left;
    height: 10px;
    width: 20px;
    margin-right: 5px;
    margin-top: 6px;
    margin-left: 10px;
}

#rag_status option[value="red"] {
    background: red;
}

#rag_status option[value="green"] {
    background: green;
}

#rag_status option[value="amber"] {
    background: amber;
}

.box-rag-md {
    width: 10px;
    margin-right: 5px;
    margin-top: 6px;
    margin-left: 10px;
}

.box-parent {
    line-height: 10px;
    float: right !important;
}

.red {
    background-color: #E53935 !important;
}

.green {
    background-color: #4CAF50 !important;
}

/********Dynamic fields popup*********/
a.manage-fields {
    color: #ffffff;
    cursor: pointer;
    padding: 0px 15px;
    background: #f06066;
    margin-top: 11px;
    display: inline-block;
    height: 26px;
    padding-top: 3px;
    float: right;
}

a.manage-fields i {
    margin-right: 5px;
}

/*div#dynamicFields .modal-content {
    max-width: 600px;
}
*/
#dynamicFields .modal-body {
    /*padding: 15px 4em;*/
    padding: 0px 2em;
}

label.cb-container.field-disable {
    opacity: .4;
    cursor: not-allowed;
}

form#dynamic-fields label {
    float: left;
    width: 45%;
}

/*.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: white;
    border: 1px solid #545454;
    border-radius: 2px
}
*/
.cb-container span {
    font-weight: 400;
    color: #1a3a4c;
    font-size: 1.4rem;
}
.selection-request-popup .cb-container span {
    font-weight: 400;
    color: #1a3a4c;
    font-size: 1.4rem;
}

.cb-container input:checked~.checkmark {
    background-color: #545454;
}

.form-btn {
    background: #f06066;
    border: 1px solid #f06066;
    color: white;
    padding: 5px 20px;
    margin: 2rem auto;
}

.bordered-btn {
    color: #f06066;
    border: 1px solid;
    background: white;
    padding: 5px 20px;
}

.legend-milestone-billing {
    margin: .6em 0px;
    padding: 20px;
    display: none;
}

.stepsInfo {
    background: white;
    box-shadow: 0 0 6px #d0cece;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    min-height: 150px;
    position: relative;
    margin-top: 20px;
    max-width: 150px;
    text-align: center;
    padding-top: 20px;
    left: -7px;
}

.stepsInfo:before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 20px;
    top: -9px;
}

.stepsInfo label {
    display: block;
    font-weight: 100;
    font-size: 12px;
    color: #848484;
}

.stepsInfo label img {
    float: left;
    margin-left: 20px;
}

label.delivery-date {
    color: #f06369 !important;
}

.date-box {
    min-height: 30px;
}

.bottom-options {
    border-top: 1px solid #eae7e7;
    padding: 5px;
}

.bottom-options a {
    border-bottom: 0px solid #eae7e7 !important;
}

.bottom-options ul {
    list-style: none;
    padding-left: 0;
}

.bottom-options li {
    display: inline-block;
    padding: 0px 10px;
    cursor: pointer;
}

.module-status {
    background: white;
    padding: 10px;
    max-width: 500px;
}

.module-status h4 {
    color: #f3645e;
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

div#document-upload .modal-content {
    padding: 10px 5px;
    border-radius: 0px;
    border-left: 10px solid #1a3a4c;
    max-width: 450px;
    margin: auto;
}

div#document-upload .modal-content:before {
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(26, 58, 76);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.document-list th {
    color: #1a3a4c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-top: 0px !important;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 32px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    height: 32px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
    top: 0;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 30px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #f3645e;
    border-left: inherit;
    border-radius: 0px;
}

.borderbot {
    border-bottom: 0px;
}

button.upload-doc-btn {
    background: #1A3A4C;
    border: 1px solid #1A3A4C;
    color: white;
    font-size: 14px;
    padding: 5px 20px;
    min-width: 130px;
    margin-top: 1em;
    margin-bottom: 1em;
}

table.table.document-list {
    margin-top: 20px;
}

.milestones span.step-name img {
    margin: auto;
    margin-top: -6px;
}

.task-radio-btn.task-view {
    padding-left: 25px;
    padding-top: 15px;
}

.tasklist-info-grid {
    margin-top: 10px;
/*    overflow-y: auto;;
    max-height: calc(100vh - 100px);*/

}


.tasklist-info-grid .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
    min-width: auto;
}

.viewProposal button {
    float: right;
    min-width: 20px;
    color: #f3645e !important;
    font-size: 35px;
    padding: 0px;
    width: 40px;
    height: 45px;
    background: #e0e0e0 !important;
    border-radius: 3px;
    text-align: center;
    margin-top: -25px;
}

.dropdown a,
.dropdown-design a {
    cursor: pointer;
}

.viewProposal ul#work-order-dropdown,
.viewProposal ul#change-request-dropdown,
.viewProposal ul#project-plan-dropdown {
    padding-bottom: 0;
}

.viewProposal li a,
.module-box li a {
    padding: 10px 10px !important;
    text-align: left;
    border-bottom: 1px solid gainsboro;
    color: #1a3a5e !important;
}

.bottom-options li a {
    padding: 0px !important;
}

.viewProposal li:last-child a {
    border-bottom: 0px solid gainsboro;
}

/* .icons-check-file {
    
    float: right !important;
    width: 10%;
} */
.custm-width.icons-check-file {
    width: auto;
}
.custom-col.col-sm-3 {width: 22%;}
.custom-width.col-sm-3 {width: 28%;}
.radio-background-style.col-sm-3 {width: 26%; margin-right:15px;}
.custom-col.col-sm-2 {width: 8.666667%; padding:0px; }
.custom-col-year.col-sm-3 {width: 24%;}

.custom-width-download.col-sm-1 {width: 5%; padding:0px;margin-top:20px;}
.custom-width-download.col-sm-1 a {font-size: 24px;}
.custom-width-download.col-sm-2 {width: 9%; padding:0px;margin-top:20px;}
.custom-width-download.col-sm-2 i {font-size: 22px;cursor: pointer; height:24px;width:24px;}
.custm-width.col-sm-10 {width: 79%;}


label.labeled-value {
    color: #1a3a4c !important;
    font-weight: 200 !important;
}


.viewProposal .dropdown a,
.module-box .dropdown a {
    cursor: pointer;
    color: #f3645e;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.module-box .dropdown {
    margin-top: 10px;
}

.dropdown.revision-drop {
    margin-top: -7px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.viewProposal ul li a,
.module-box ul li a {
    color: #1a3a5e !important;
    font-weight: 200 !important;
}


ul#revisionDropdown {
    width: 100%;
    max-width: 200px;
    padding: 0;
}

#project-plan-dropdown {
    padding: 0px;
    width: 160px;
}

#wbt-definition .modal-dialog {
    width: 90% !important;
}

#wbt-definition .modal-body {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

.listing-box {
    background: white;
    box-shadow: 0 0 5px #b1b1b1;
    width: 100%;
    position: relative;
    margin: 2em 0;/*
	max-height: calc(900px - 100px);
    overflow: hidden;*/

}

h2.pink-header {
    color: #f05f65;
    margin: .6em 0px;
    font-size: 18px;
}


.listing-box th {
    color: #1a3a5e;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #f05f65;
    text-align: center;
    font-size: 12px;
}

button.theme-btn {
    background: #f06066;
    color: white;
    border: 0px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 2em;
    width: 100%;
    max-width: 240px;
}

/* *************************Copy from here************************** */
.high-level-design .row {
    margin: 0;
}

.mm-page-heading {
    padding: .5em .5em;
    border-bottom: 1px solid #eae9e9;
}

.mm-grid {
    padding: 1.5em;
}

.mm-maxWidth-btn {
    max-width: 200px;
}

.mm-grid tfoot {
    background: #ebedef;
    border-bottom: 1px solid #d8d8d8;
}

.mm-grid-button {
    border: 0;
    background: #1a3a5e;
    color: white;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 0px;
    min-width: 90px;
    text-transform: uppercase;
}

span.mm-module-no {
    color: #f06066;
    font-weight: 600;
}

.mm-action-links a {
    font-size: 28px;
    text-decoration: none;
    cursor: pointer;
}

.mm-action-links a.edit {
    color: #1a3a5e;
}

.mm-action-links a.delete {
    color: #de0324;
}

span.v-seperator {
    width: 1px;
    display: inline-block;
    height: 25px;
    background: #d2d0d0;
    margin: 0 5px;
}

.mm-grid-button {
    border: 0;
    background: #1a3a5e;
    color: white;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 2px;
}

label.control-label {
    color: #1a3a63;
    font-weight: 500;
}

label.pink-label-value {
    color: #f05f65;
}

.mm-link-icon {
    font-size: 20px;
    color: #29B6F6;
    font-weight: 500;
    text-decoration: none;
}

.mm-page-icon {
    cursor: pointer;
}

.mm-grid tfoot .form-control {
    border-radius: 0px;
    height: 40px;
}

.mm-container h3 {
    background: #f5f5f5;
    padding: 10px 20px;
    color: #1A3A4C;
    font-size: 20px;
}

.mm-border-bottom {
    border-bottom: 1px solid #e2e1e1;
}

.mm-container .submit {
    background: white;
    border: 1px solid;
    color: #f05f65;
    padding: 3px 20px;
    min-width: 170px;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 14px;
    text-decoration: none;
}

.mm-container .add {
    background: #f05f65;
    border: 1px solid #f05f65;
    color: #ffffff;
    padding: 3px 20px;
    min-width: 170px;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 14px;
}

.module-milestone ul.steps.milestones li {
    width: 33.33%;
}

.module-milestone span.step-name {
    font-size: 13px;
}

.module-milestone .milestone-step {
    padding-top: 2em !important;
}

.mm-container .revision-number {
    background: #f3f9f9;
    font-size: 14px;
    color: #1a3a5d;
    font-style: italic;
    padding: 3px 10px;
    border-radius: 2px;
    display: block;
    margin-top: 2em;
}

.mm-stepinfo.covered-steps {
    color: #888888;
    font-size: 13px;
    max-width: 140px;
    margin: 0 auto;
    text-align: left;
}

.mm-view-link i {
    color: #f05f65;
    font-size: 25px;
    vertical-align: sub;
    margin-right: 5px;
    text-decoration: none;
}

.mm-view-link a {
    color: #1a3a4c;
    text-decoration: underline;
    cursor: pointer;
}

.mm-container li.pinkBorder:before {
    border: 2px solid #f05f65;
}

.mm-container .date-box label {
    color: #949695;
}

.mm-container img {
    vertical-align: sub;
}

.mm-container .mm-so-module {
    color: white;
    background: #54cb2f;
    border: 0px;
    border-radius: 2px;
    padding-top: 3px;
    margin-bottom: 10px;
    cursor: pointer;
    min-width: 100px;
}

.mm-container .mm-so {
    background: #1a3a4c;
    color: white;
    border: 0;
    min-width: 110px;
    border-radius: 2px;
    padding-top: 3px;
}

.mm-container .mm-reviewer-info p {
    line-height: 12px;
    font-size: 12px;
}

.revision-container {
    position: relative;
}

a.remove-revision {
    margin-right: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

#wbt-definition button.theme-btn {
    width: 100px;
}

.planned_amount i {
    color: #49e7ff;
    display: inline;
    margin-right: 5px;
    font-size: 20px;
}

.actual_amount i {
    color: #54cb2f;
    display: inline;
    margin-right: 5px;
    font-size: 20px;

}

.mm-page-heading {
    padding: .5em .5em;
    border-bottom: 1px solid #eae9e9;
}

label.pink-label-value {
    color: #f05f65;
}

.b_0 {
    border-radius: 0px;
}

.mm-maxWidth-btn {
    max-width: 200px;
}

a.edit-date {
    font-size: 25px;
    color: #1a3a5e;
    float: right;
    text-decoration: none;
    cursor: pointer;
}

.multiselect-dropdown {
    position: relative;
}

.multiselect-dropdown ul {
    padding: 0;
    list-style: none;
    box-shadow: 0 0 6px #d8d8d8;
    margin-top: 5px;
    position: absolute;
    z-index: 99;
    background: #fdfdfc;
    width: 100%;
    display: none;
}

.multiselect-dropdown input:focus+ul {
    display: block;
}

.multiselect-dropdown li {
    padding: 10px;
    border-bottom: 1px solid #e0dede;
    cursor: pointer;
}

.multiselect-dropdown label.cb-container {
    margin: 0;
}

.submit-content-for-review .row.form-group {
    margin-bottom: 1.5em;
}

.info-bottom-space:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}

#revision-popup td:nth-child(2) {
    text-align: left;
}

a.refresh-btn {
    color: #1a3a4c !important;
    border: 1px solid;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 1em;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 15px;
}

.modal-close-btn {
    width: 100px !important;
}

.p_0 {
    padding: 0;
}

.pr_0 {
    padding-right: 0;
}

.pl_0 {
    padding-left: 0;
}

.reviewer-view-grid {
    color: #565656;
    font-size: 13px;

}

.reviewer-grid {
    background: #fbfbfb;
    box-shadow: 0 0 5px #e7e7e7;
    padding: .5em 1em;
}

table.table.reviewer-view-grid td {
    border-bottom: 1px solid #e5e5e5;
}

.reviewer-view-grid a {
    color: #f05f65;
    cursor: pointer;
    text-decoration: none;
}

.table.reviewer-view-grid th {
    border-bottom: 1px solid #f25f65;
}

.search-text {
    font-size: 12px;
    color: #1A3A4C;
    font-style: italic;
    margin-bottom: 0;
    line-height: 12px;
    margin-bottom: 5px;
}

.reviewer-grid .access-btn {
    background: #1a3a4c;
    color: white;
    border: 0;
    padding: 5px;
    font-size: 12px;
    width: 80px;
    line-height: 12px;
    border-radius: 0;
    border: 1px solid #1a3a4c;
    margin-bottom: 3px;
}

.reviewer-grid .green-btn {
    background: #a6c92a;
    color: white;
    border: 0;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #a6c92a;
    width: 80px;
    line-height: 12px;
    border-radius: 0;
}

.reviewer-grid .green-bordered-btn {
    border: 1px solid #a6c92a;
    color: #a6c92a;
    background: white;
    font-size: 12px;
    padding: 5px;
    font-weight: 500;
    width: 70px;
    line-height: 12px;
    border-radius: 0;
}

.reviewer-grid .approve-more-time {
    background: #f05f65;
    color: white;
    padding: 5px;
    border: 0;
    font-size: 12px;
    width: 80px;
    line-height: 12px;
    border-radius: 0;
}

.reviewer-grid .pink-border-btn {
    border: 1px solid #f05f65;
    color: #f05f65;
    background: white;
    padding: 5px;
    font-size: 12px;
    width: 70px;
    line-height: 12px;
    border-radius: 0;
}

span.status-remaining {
    text-align: center;
    color: #a6c92a;
    display: block;
}

span.status-due {
    color: #f05f65;
    text-align: center;

    display: block;
}

.green-text {
    color: green;
}

.red-text {
    color: #f3645e;
    font-size: 12px;
    line-height: 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: #ececec;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

input:checked+.slider {
    background-color: #a7cb2a !important;
    width: 50px;
    height: 23px;
    display: block;
    border-radius: 30px;
    margin-top: -20px;
}

input:focus+.slider {
    box-shadow: 0 0 1px #a7cb2a;
}

input:checked+.slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider-label {
    margin-right: 10px;
    margin-top: 5px;
}

input.back-btn {
    color: #f06066;
    border: 1px solid;
    background: white;
    padding: 8px 15px;
    margin: 1em;
}
input.back-btn:hover {
    color: #fff;
    border: 1px solid #f06066;
    background: #f06066;
    transition: 0.3s;
}
a.back-btn {
    color: #f06066;
    border: 1px solid;
    background: white;
    padding: 9px 22px !important;
    margin: 1em;
    text-decoration: none;
    position: relative;
    top: -4px;
}
a.back-btn:hover {
    color: #fff;
    border: 1px solid #f06066;
    background: #f06066;
    transition: 0.3s;
    text-decoration: none;
}

.mlm textarea.form-control {
    height: auto;
    min-height: 150px;
    border-radius: 0px;
    resize: none;
    background: #EFF3F4;
    border: 0;
    box-shadow: none;
}

.input-group-btn {
    background: #1A3A4C;
    color: white;
}

.input-group-btn button.btn.btn-default {
    background: transparent;
    border: 1px solid #1a3a4c;
    color: white;
    font-size: 23px;
    height: 40px;
}

.grey-input-group input.form-control {
    background: #eff3f4;
    height: 40px;
    color: #f05f6a;
    font-weight: 700;
}

.white-input-group input.form-control {
    border: 1px solid #cccccc;
    height: 40px;
    color: #f05f6a;
}

select.form-control.b_0 {
    background: #eff3f4;
    border: 0;
    box-shadow: none;
    height: 40px;
    border-radius: 0;
}

input.form-control {
    height: 30px;
    box-shadow: none;
    border-radius: 0px;
}

hr.dotted-dividor {
    border-top: 2px dotted #dee0e1;
}

.max-100 {
    max-width: 100px;
}

.font-700 {
    font-weight: 600;
    font-size: 14px;
}

.feedback-label {
    color: #1A3A4C;
    font-size: 14px;
}

.revision-details {
    margin-bottom: 2em;
}

.feedback-type-option {
    color: #F06066;
    font-weight: 600;
}

.revision-details .form-group {
    margin-bottom: .5em !important;
}

span.download-count {
    color: #f06066;
    font-size: 14px;
    font-style: oblique;
    text-decoration: underline;
}

.mb_1 {
    margin-bottom: 1em;
}

.mlm .cb-container span {
    color: #1a3a4c;
}

.mlm input[type="radio"]:checked+span {
    font-weight: 900;
}

.mm-grid tfoot input,
.mm-grid tfoot select {
    margin-bottom: 0px !important;
}

.course-map td {
    vertical-align: middle !important;
}

label.pink-label-value {
    color: #f05f65 !important;
    font-weight: 600;
}

.mm-action-links a {
    text-decoration: none !important;
}

.course-map input,
.course-map select {
    margin-bottom: 0px;
    border-radius: 0px;
    height: 40px;
}

.alert {
    text-align: center;
    padding: 5px;
    border-radius: 0px;
}

.milestone-module a#module-status {
    border: 1px solid #f05f65;
    display: inline-block;

}

.milestone-module a.cxp-btn.get-list {
    padding: 1.1em !important;
    border: 1px solid #f05f65;
}

section.milestone-module .mm-border-bottom .col-sm-6 {}

.milestone-module div#mySidenav {}

.reviewer-view-grid tr:last-child td {
    border-bottom: 0px;
}

.table.reviewer-view-grid {
    margin-bottom: 0px;
}

.reviewer-view-grid .green-text {
    color: #A7CB2A;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}


#main .milestone-module-cls {
    padding: 0;
}

.reviewer-grid .table>tbody>tr>td {
    color: #1a3a4c;
    font-size: 13px;
}


.form-control {
    box-shadow: none;
    border-radius: 0px;
    height: 40px;
}

.cxp-white-btn {
    color: #f05f65 !important;
}

.revision_datepicker {
    height: 40px;
}

button.add_more {
    background: #1a3a4c;
    color: white;
    border: 0px;
    padding: 8px 20px;
    margin-top: 10px;
}

.file_multiple {
    border: 1px solid #c3c3c3;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.review-mode-url.document_data {
    padding: 0 15px;
}

.submit-content-for-review .input-group {
    width: 100%;
}

.submit-content-for-review .input-group-btn {
    width: 50px;
}

input.back-btn {
    color: #f06066;
    border: 1px solid;
    background: white;
    padding: 6px 15px;
    margin: .6em 1.5em;
    margin-top: 10px;
}
button.back-btn {
    color: #f06066;
    border: 1px solid;
    background: white;
    padding: 6px 15px;
    margin: .6em 1.5em;
    margin-top: 10px;
}

.font-700 {
    font-weight: 700 !important;
}

.pl_0 {
    padding-left: 0;
}

/*****************************Copy from here*******************/

i.pink {
    color: #f16066;
}

.mlm textarea.form-control {
    height: auto;
    min-height: 150px;
    border-radius: 0px;
    resize: none;
    background: #EFF3F4;
    border: 0;
    box-shadow: none;
}

.mlm .form-group {
    margin-bottom: 1em !important;
}

.input-group-btn {
    background: #1A3A4C;
    color: white;
}

.grey-input-group input.form-control {
    background: #eff3f4;
    height: 40px;
    color: #f05f6a;
    font-weight: 700;
}

.input-group-btn button.btn.btn-default {
    background: transparent;
    border: 0;
    color: white;
    font-size: 23px;
    height: 40px;
}

.approve-date-field {
    max-width: 400px
}

.dotted-dividor {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px dotted #eee;
}

/* *********************Custom switch******************* */
.switch {
    position: relative;
    display: block;
    vertical-align: top;
/*    width: 100%;*/
    height: 24px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
    border-radius: 30px;
    background: #b3b3b3;
    margin-right: 0 !important;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
    left: 61px;
    box-shadow: -1px 1px 5px rgb(0 0 0 / 33%);
}

/* Transition
========================== */
.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

/* Switch Left Right
==========================*/
.switch-left-right .switch-label {
    overflow: hidden;
}

.switch-left-right .switch-label:before,
.switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.switch-left-right .switch-label:before {
    background: #eceeef;
    text-align: left;
    padding-left: 56px;
    color: #1a3a4c;
    font-weight: 700;
    width: 40px;
}

.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 9px;
    background: #A7CB2A;
    left: -100px;
    opacity: 1;
    width: 100%;
}

.switch-left-right .switch-input:checked~.switch-label:before {
    opacity: 1;
    left: 100px;
}

.switch-left-right .switch-input:checked~.switch-label:after {
    left: 0;
}

.switch-left-right .switch-input:checked~.switch-label {
    background: inherit;
}

.attach-doc {
    color: #f3645e;
    font-style: italic;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 5px;
}

.check_revision {
    background: #eff3f4;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    color: #f3645e;
    margin-bottom: 10px;
}

.download-count a {
    color: #f06066 !important;
}

.check_revision:focus {
    box-shadow: none;
}

.approve-date-field input {
    height: 40px !important;
}

.multiselect-dropdown {
    position: relative;
}

.add-reviewer-list ul {
    position: relative;
    width: 100%;
    margin: 0;
    box-shadow: none;
    background: #eff3f4;
    margin-top: 10px;
    display: block;
}

.reviewer-dropdown input {
    margin-bottom: 7px;
}

.submit-content-for-review input#completionDatepicker {
    height: 42px;
}

a.view-download {
    color: #f06066;
    font-size: 14px;
    font-style: oblique;
    display: inline-block;
    text-decoration: underline;
    margin: 5px 0px;
}

.slider-position {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;

}

.section-padding {
    padding: 1em;
}

.panel {
    border: 1px solid #e3e3e3 !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.mm-container .panel h3 {
    background: #EFF3F4;
    margin-top: 0;
    font-size: 16px;
    padding: 15px;
}

.blue-bordered-btn {
    color: #1a3a4c !important;
}

.revision-heading {
    color: #535353;
    display: block;
    border-bottom: 1px solid #aba9a9;
    padding: 9px 10px;
    margin-bottom: 1.5em;
}

.revision-heading strong.pink {
    color: #f05f65;
    margin-left: 6px;
}

.submit.delete-revision {
    width: 10px;
    min-width: 40px;
    font-size: 25px;
    margin: 0;
    text-align: center !important;
    padding: 4px;
    margin-left: 5px;
    margin-right: 26px;
}

.revision-container .milestones span.step-name {
    top: auto;
}

.mm-stepinfo.covered-steps {
    text-align: center;
    margin-top: 50px;
}

.plan-date i {
    color: #37DBDB;
    font-size: 23px;
}

.revised-date i {
    color: #A7CB2A;
    font-size: 23px;
}

.mm-container .date-box label {
    color: #535353;
}

.mm-container .mm-reviewer-info p {
    color: #1A3A4C;
}

.type-of-dates {
    padding-top: 7em;
    padding-left: 2em;
}

.type-of-dates .plan-date {
    color: #37DBDB !important;
}

.type-of-dates .revised-date {
    color: #A7CB2A !important;
}


.type-of-dates .actual-date {
    color: #f3645e !important;
}

.all-revisions {
    color: #f05f65;
    display: inline-block;
    margin: 8px 0;
    cursor: pointer;
}

.actual-date i {

    font-size: 23px;
}

.mm-view-link {
    font-size: 15px;
    margin-top: 2em;
}

.milestone-module .steps.milestones li.pinkBorder:before {
    border: 2px solid #f05f65;
}

i.la.la-question-circle {
    font-size: 20px;
}

/**Quadrant blocks***/


i.info-text {
    color: #1a3a4c;
    font-size: 14px !important;
    display: block;
    margin: 5px 0;
}

.quadrant-box {
    box-shadow: 0 0 5px #dadada;
}

.quadrant-box h2 {
    background: #1a3a4c;
    color: white;
    padding: 5px;
    text-align: center;
    margin: 0;
    font-size: 20px;
}

.quadrant-info {
    min-height: 110px;
    font-size: 12px;
    padding-top: .5em;
}

.quadrant-total {
    color: #f05f65 !important;
    border-top: 2px solid #1a3a4c;
    padding-top: 5px;
}

.quadrant-total b {
    color: #f05f65 !important;
}

.quadrant-info label {
    color: #545454;
    font-size: 14px !important;
    margin-bottom: 0;
}

.quadrant-box b {
    display: block;
    text-align: right;
}

.quadrant-container {
    padding: 4em 6em;
    position: relative;
    max-width: 900px;
    margin: auto;
}

.quadrant-container-na {
    padding: 4em 6em;
    position: relative;
    max-width: 900px;
    margin: auto;
    padding-top: 0px;
}

.quadrant-seperator-h {

    position: relative;
}

.quadrant-seperator-h hr {
    border-color: #868686;
}

.quadrant-seperator-h:before {
    content: '';
    position: absolute;
    width: 10px;
    border-right: 12px solid #868686;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    height: 10px;
    margin-top: -6px;
    margin-left: -10px;
}

.quadrant-seperator-h:after {
    content: '';
    position: absolute;
    width: 10px;
    border-left: 12px solid #868686;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    height: 10px;
    margin-top: -27px;
    margin-right: -10px;
    right: 0;
}

.quadrant-seperator-v {
    content: '';
    position: absolute;
    width: 1px;
    height: 83%;
    background: #868686;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -20px;
}

.quadrant-seperator-v:before {
    content: '';
    position: absolute;
    width: 10px;
    border-bottom: 12px solid #868686;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    height: 10px;
    margin-top: -6px;
    margin-left: -7px;
}

.quadrant-seperator-v:after {
    content: '';
    position: absolute;
    width: 10px;
    border-top: 12px solid #868686;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    height: 10px;
    margin-top: -6px;
    margin-left: -7px;
    bottom: 0;
}

.top-label {
    color: #1a3a4c;
    font-weight: 600;
    max-width: 100px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: -4px;
}


.bottom-label {
    color: #1a3a4c;
    font-weight: 600;
    max-width: 100px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 13px;
}

.left-label {
    color: #1a3a4c;
    font-weight: 600;
    max-width: 95px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    left: -20px;
    margin: auto;
    position: absolute;
    top: 48%;
}

.right-label {
    color: #1a3a4c;
    font-weight: 600;
    max-width: 100px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    right: -15px;
    margin: auto;
    position: absolute;
    top: 48%;
}

.border-left {
    border-left: 1px solid #dddcdc;
}

.col-sm-3.quadrant-side-bar {
    height: 205px !important;
    width: 50px !important;
}

.p_0 {
    padding: 0;
}

.pr_0 {
    padding-right: 0;
}

.pl_0 {
    padding-left: 0;
}

.reviewer-view-grid {
    color: #565656;
    font-size: 13px;

}

.reviewer-grid {
    background: #fbfbfb;
    box-shadow: 0 0 5px #e7e7e7;
    padding: .5em 1em;
}

table.table.reviewer-view-grid td {
    border-bottom: 1px solid #e5e5e5;
}

.reviewer-view-grid a {
    color: #f05f65;
    cursor: pointer;
    text-decoration: none;
}

.table.reviewer-view-grid th {
    border-bottom: 1px solid #f25f65;
}

.search-text {
    font-size: 12px;
    color: #1A3A4C;
    font-style: italic;
    margin-bottom: 0;
}

.reviewer-grid .access-btn {
    background: #1a3a4c;
    color: white;
    border: 0;
    padding: 8px;
    font-size: 12px;
    margin: 3px;
    width: 80px;
    line-height: 14px;
    border-radius: 0;
}

.reviewer-grid .green-btn {
    background: #a6c92a;
    color: white;
    border: 0;
    padding: 5px;
    font-size: 12px;
    margin: 3px;
    width: 80px;
    line-height: 14px;
    border-radius: 0;
}

.reviewer-grid .green-bordered-btn {
    border: 1px solid #a6c92a;
    color: #a6c92a;
    background: white;
    font-size: 12px;
    padding: 5px;
    font-weight: 500;
    width: 80px;
    line-height: 14px;
    border-radius: 0;
}

.reviewer-grid .approve-more-time {
    background: #f05f65;
    color: white;
    padding: 5px;
    border: 0;
    font-size: 12px;
    width: 80px;
    line-height: 14px;
    border-radius: 0;
}

.reviewer-grid .pink-border-btn {
    border: 1px solid #f05f65;
    color: #f05f65;
    background: white;
    padding: 5px;
    font-size: 12px;
    width: 80px;
    line-height: 14px;
    border-radius: 0;
}

span.status-remaining {
    text-align: center;
    color: #a6c92a;
    display: block;
}

span.status-due {
    color: #f05f65;
    text-align: center;

    display: block;
}

.percent-count {
    font-size: 40px;
    color: #1a3a4c;
    margin-top: -50px;
    margin-bottom: 5px;
}

ul.breadcrumb a {
    color: #1a3a4c;
    font-weight: 600;
    text-decoration: none;
}

a.get-quadrantslist.quadrants-btn {
    text-decoration: none;
}

/**Quadrant blocks***/

.draft-table table td:nth-child(1) {
    text-align: left;
}

label.actual-date a {
    color: #f3645e !important;
    text-decoration: none;
    cursor: pointer;
}

.revised-date a {
    text-decoration: none !important;
    cursor: pointer;
}

table.table.reviewer-view-grid td:nth-child(3) {
    text-align: center;
}

.revision-information .fi-datetimeField {
    margin-bottom: 2.5em;
    background: #eff3f4;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    height: 40px;
    color: #f3645e;
}

.date-box label {
    font-size: 13px !important;
}

.date-box i {
    margin-right: 5px;
    vertical-align: bottom;
}

.saved_status_img {
    height: 21px;
}

.cyt-grid {
    width: 83%;
}

.cyt-grid td {
    white-space: nowrap;
}

.view-cycle-report tr:nth-child(1) th {
    border: 1px solid #ddd !important;
}

.approve-more-time .switch {
    width: 90px;
    height: 30px;
}

.fullwidth-cycle {
    width: 96% !important;
}

.fullhistory-btn {
    margin-top: 10px;
    margin-left: 10px;
}

/*Revised milestones */
.revised-information {
    background: white;
    height: 100px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

span.pink {
    color: #f06167;
}

.accept-btn {
    background: #1A3A4C;
    color: white;
    border: none;
    padding: 10px;
    width: 100px;
    margin-top: 1.8em;
}

.report-btn {
    background: white;
    color: #f0617b;
    border: 1px solid;
    padding: 9px 15px;
    margin-top: 1.8em;
}

.revised-information .flexi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;

}

.minHeight {
    height: 100px;
}

span.revision-time {
    background: #1a3a4c;
    display: inline-block;
    width: 70px;
    text-align: center;
    height: 100px;
    line-height: 90px;
    margin-right: 20px;
    color: white;
}

.draft-table thead th,
.draft-table tbody td {
    text-align: left;
}

.milestone-collapse {
    display: block;
}

.milestone-collapse .la-angle-right {
    right: 0;
    position: absolute;
}

.milestone-collapse[aria-expanded="true"] .la-angle-right {
    transform: rotate(90deg);
}

.fullhistory-btn img {
    width: 16px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

#Planneddelay-review .modal-content {
    border-radius: 0px;
}

#Planneddelay-review .modal-dialog {
    max-width: 750px;
    width: 100% !important;
}

#Planneddelay-review button.report-btn {
    min-width: 170px;
    padding: 8px 6px;
    max-width: 200px;
    width: 170px;
    margin-top: 10px;
}

#Planneddelay-review .accept-btn {
    margin-top: 10px;
}

#Planneddelay-review.modal-body {
    padding-top: 0px;
}

#ReportasUnplannedDiv textarea,
#Planneddelay-review-comment textarea {
    background: #ececec;
    border: 0;
    width: 100%;
    max-width: 100%;
    resize: none;
    padding: 10px;
}

#ReportasUnplannedDiv,
#ResubmitDiv {
    display: block;
}

#Planneddelay-review-comment .modal-content {
    border-radius: 0px;
}

.pldelay-countmore a {
    background: #f06066;
    color: white !important;
    padding: 3px 15px;
    border-radius: 30px;
    margin-bottom: unset;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin-left: 5px;
}

.pldelay-count {
    display: block;
    margin-bottom: 20px;
}

#Planneddelay-review-comment .modal-close-btn {
    display: none;
}

#milestone-update-form #revised_reason {
    margin-bottom: 15px;
}

#revised_reason .col-sm-6 {
    padding: 5px !important;
}

.delaycloseid i.la.la-minus-circle {
    font-size: 22px;
    vertical-align: sub;
    margin-right: 5px;
}

/************ Plannned Unplanned css ************/
.delay-log td {
    color: #0b1a22 !important;
}

.delay-log {
    background: #e2e2e2;
    margin: 10px !important;
    color: white !important;
}

#Milestone-review .modal-dialog {
    width: 80%;
}

div#Milestone-review thead,
div#Milestone-review tbody,
div#Milestone-review tr,
div#Milestone-review td,
div#Milestone-review th {
    display: block;
}

div#Milestone-review tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

div#Milestone-review thead th {
    height: 30px;
}

div#Milestone-review tbody td,
div#Milestone-review thead th {
    width: 10%;
    float: left;
}

div#Milestone-review tbody td:nth-child(6),
div#Milestone-review thead th:nth-child(6),
div#Milestone-review tbody td:nth-child(7),
div#Milestone-review thead th:nth-child(7) {
    /*width: 20% !important;*/
}

.complete-row {
    background: #e3ffc4;
    box-shadow: 0 0 5px #dedede;
}

.incomplete-row {
    background: #ffdfe5;
}

/************ Planned Unplanned css - ends ***********/
.tasklist-action-icon {
    width: 14px;
    height: 14px;
}

#Milestone-review a.history-theme-btn {
    background: #f06066;
    color: white;
    border: 0px;
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
    width: auto;
}

/************ Planned Unplanned css - ends ***********/
/*select#hold_type {
    width: 230px;
}*/

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.css_submit_cls {
    padding: 4px 60px;
}

.amber {
    background: #ffbf00 !important;
}

.green {
    background: green !important;
}

.red {
    background: red !important;
}

.rag-status-change {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
}

.box-parent-rag {
    position: absolute;
    top: -3px;
    width: 30%;
    right: 30px;
}

.box-parent-rag .box-rag {
    float: left;
    height: 10px;
    width: 100%;
    margin-right: 5px;
    margin-top: 6px;
    margin-left: 10px;
}

.rag-status-change select {
    border: 1px solid #b9b9b9;
    height: 16px;
}


/* turn it off completely */
select:active,
select:hover {
    outline: none
}

/* make it red instead (with with same width and style) */
select:active,
select:hover {
    outline-color: red
}

.module-box input.submit-btn.css_submit_cls {
    color: white;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

.viewProposal {
    margin-top: 2em;
}

.expected-data-check {
    margin-bottom: 5px;
}

.input-group input {
    margin-right: 5px !important;
}

.pt-10 {
    padding-top: 4px;
    padding-bottom: 10px;
}

.update-milestone .theme-btn {
    margin-bottom: 1em;
}

textarea#revisedComment {
    background: #eff3f4;
    border: 0px;
    resize: none;
    width: 100% !important;
    padding: 5px;
}

.invoice-box {
    padding-top: 7px;
}

#milestone-update-form i.la.la-calendar {
    font-size: 25px;
}

.add-invoice-info-new .row {
    margin: 0;
}

.css_submit_cls {
    width: 100%;
    color: white;
    max-width: 180px;
    padding: 5px;
}

.billing-amount-show {
    list-style-type: none;
    margin-left: 30px;
    margin-top: 10px;
    max-width: 150px;
    margin: 10px auto;
    padding-left: 0px;
}

.rag-status-change .revision-drop .btn {
    height: 40px;
    width: 60px;
}

.rag-status-change button {
    min-width: 100px;
    padding: 0px !important;
    height: 30px !important;
    margin-top: 2px;
}

.view-cycle-report thead td {
    white-space: nowrap;
}

.rag-status-change .dropdown span.caret,
.rag-status-change .dropdown-design span.caret {
    position: absolute;
    right: 10px;
    top: 12px;
}

.triple-dropdown {
    min-width: 100px !important;
    left: 7px !important;
    margin-top: 0px !important;
}

a.color-option {
    height: 15px;
    margin: 3px;
}

.current-revision-showing .box-parent-rag {
    position: absolute;
    top: -3px;
    width: 73%;
    right: 34px;
    height: 30px !important;
}


.current-revision-showing .box-parent-rag .box-rag {
    height: 22px;
}

.milestone-dashboard-table {
    min-height: 560px;
}

label.category-label i:first-child {
    background: #f3645e;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    color: white;
    padding-top: 5px;
    font-size: 24px !important;
    vertical-align: sub !important;

    position: absolute;
    top: -7px;
    left: 0;
}

label.category-label i.la.la-exchange {
    padding-top: 9px !important;
}

#filter-list label.category-label {
    position: relative;
    width: 100%;
    padding-left: 45px;
}

#filter-list i.la.la-angle-right {
    top: 0px;
}

.view-cycle-report td {
    border: 1px solid #ddd;
}

.prev i,
.next i {
    background: #f05f65;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
}

.prev i:hover,
.next i:hover {
    background: #f75259;
}

.view-cycle-report thead td {
    font-weight: 700;
    color: #1a3a4c;
    text-align: left !important;
    font-size: 15px;
}

.status-info {
    border: 1px solid #1a3a4c;
    background: #edefee;
    border-left: 5px solid #1a3a4c;
    padding: 5px;
    text-align: left;
    min-height: 130px !important;
    min-width: 130px;
}

.status-info h4 {
    color: #f3645e;
}

.status-info-empty {
    min-height: 120px;
}

.status-info ul {
    padding-left: 14px;
}


.select-status {
    position: relative;
    width: 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.select-status input {
    opacity: 0;
    position: absolute;
}

.colored-radio {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;

    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.select-status.red-radio .colored-radio {
    background: #d25656;
    opacity: .5;
}

.select-status.green-radio .colored-radio {
    background: #9dd033;
    opacity: .5;
}

.select-status.amber-radio .colored-radio {
    background: #ffbf00;
    opacity: .3;
}

label.select-status.red {
    background: transparent !important;
}

label.select-status.green {
    background: transparent !important;
}

label.select-status.amber {
    background: transparent !important;
}

.select-status input[type="radio"]:checked+span {
    opacity: 1;
}

.select-status input[type="radio"]:checked+span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    left: 0;
}

.select-status.red-radio input[type="radio"]:checked+span:before {
    background: #d25656;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.red-radio input:checked~span:before {
    background: #d25656;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.green-radio input[type="radio"]:checked+span:before {
    background: #9dd033;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.green-radio input:checked~span:before {
    background: #9dd033;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.amber-radio input[type="radio"]:checked+span:before {
    background: #ffbf00;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.amber-radio input:checked~.colored-radio:before {
    background: #ffbf00;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.amber-radio input.rag-status[checked="checked"]+span:before {
    content: '';
    position: absolute;
    background: #ffbf00;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.amber-radio input.rag-status[checked="checked"]+span {
    opacity: 1;
}

.select-status.red-radio input.rag-status[checked="checked"]+span:before {
    content: '';
    position: absolute;
    background: #d25656;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.red-radio input.rag-status[checked="checked"]+span {
    opacity: 1;
}

.select-status.green-radio input.rag-status[checked="checked"]+span:before {
    content: '';
    position: absolute;
    background: #9dd033;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    top: -2px;
    left: -2px;
    border: 1px solid #000;
}

.select-status.green-radio input.rag-status[checked="checked"]+span {
    opacity: 1;
}

div#milestone_name {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

div#milestone_name span {
    width: 40px;
    background: transparent;
}

@media(max-width:1366px) {

.cust-tooltip .tooltiptext {width: 195px !important; bottom: -74px !important;}
.btn-cstm {font-size: 12px !important;}
.datepicker-cont input {width: 104px !important; height: 24px !important; padding: 5px 4px 6px 2px !important; font-size: 12px !important;}
.billing-header-section label span { font-size:12px !important; }
.billing-header-section label { font-size:12px !important; }
.listing-box {padding-right: 0px;}
.btn-cstm {padding: 6px 3px !important; margin-left: 4px !important;}
.billing-header-section input[type="date"] {line-height: 20px; width: 100px;}
.cstm-width {width: 98% !important;}
.custm-width-md {width: 80% !important;}
.description-cont-md {min-width: 0px !important; width: 100%;}


}

.milestone-dashboard-table .table>tbody>tr>td,
.milestone-dashboard-table .table>tbody>tr>th {
    width: 180px;
    max-width: 100%;
}

.milestone-dashboard-table .prev-next-btn {
    float: right;
    margin-bottom: 10px;
}

.prev i {
    border-radius: 5px 0px 0px 5px;
}

.next i {
    border-radius: 0px 5px 5px 0px;
}

.milestone-dashboard-table table thead tr:nth-child(1) {
    border-top: 1px solid #dddddd;
}

.milestone-dashboard-table {
    min-width: 100%;
    width: 700px;
}

.prev-next-btn {
    margin-bottom: 10px !important;
    float: right;
}

.rag-current {
    padding: 10px;
}

.tooltip-inner {
    max-width: 288px !important;
}

.task-view .radio-inline {
    padding-left: 15px !important;
}

.task-view label {
    font-size: 14px !important;
}

.task-radio-btn.task-view {
    padding-left: 0px !important;
}

.task-view .checkbox input[type=checkbox],
.task-view .checkbox-inline input[type=checkbox],
.radio input[type=radio],
.task-view .radio-inline input[type=radio] {
    margin-left: -15px !important;
}


.task-view input[type=checkbox],
.task-view input[type=radio] {
    margin: 3px 0 0 !important;
}

.task-view .checkbox-inline+.checkbox-inline,
.task-view .radio-inline+.radio-inline {
    margin-left: 0px !important;
}

.refresh-btn-task {
    border: none !important;
}

.dollar-sign-task {
    width: 15px !important;
    margin-bottom: 8px;
}

.col-sm-2.icons-check-file {
    padding: 0px !important;
}
.billing-dollar{
    font-weight: 600;
    color: #f05f65
}

.add-reviewer-list {
    max-height: 260px;
    overflow: auto;
}
select.form-control.b_0.revision_document {
    margin-bottom: 0;
}

.revision_file_data {
    margin-top: 22px;
    margin-bottom: 20px;
}
td.text-left.update-strategy {
    background: #e6ecf1;
    border-bottom: 1px solid #dbdfe2!important;
}
td.text-left.update-skills {
    background: #efe4e5;
    border-bottom: 1px solid #dbdfe2!important;
}


#filter-form label.category-label {
    position: relative;
        padding-left: 43px;
        width: 100%;
}

#filter-form label.category-label i.la.la-angle-right {
    position: absolute;
    right: 0;
}
.refined-by label.category-label {
    padding-left: 0!important;
}

.roles-dropdown select ,.rolesusers-dropdown select{
    background: #eff3f4!important;

}
.roles-dropdown .input-group ,.rolesusers-dropdown .input-group{
        width: 100%;
        margin-bottom: 1em: 
}

.roles-dropdown {
    margin-bottom: 6px;
}

.assign-project-team {
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    left: 10px;
    margin-left: 16px;
    background: white;
    padding: 10px;
    max-width: 500px;
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px!important;
    padding: 10px;
    max-height: 340px!important;
    overflow: auto!important;
    max-width: 460px!important;
}

.fc-popover-body  .fc-daygrid-event-harness a {
    word-break: break-all!important;
    white-space: pre-wrap!important;
    padding: 5px!important;
    margin-left: 0px!important;
 
}
.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px;
}

a.fc-daygrid-event.fc-daygrid-block-event {
    background: #fff3f5!important;
    border: 1px solid!important;
    border-radius: 0px!important;
}

.fc-theme-standard .fc-popover-header {
    background: #f3645e;
    color: white;
}

a.refresh-btn-dev { color: #1a3a4c !important; border: 1px solid;padding: 5px 10px;display: inline-block;margin-bottom: 1em;text-decoration: none !important;cursor: pointer;font-size: 15px; }
.cal-view-main { width: 90% !important;margin: 0 auto !important; }

.tasklist-info-grid table { table-layout: inherit !important; }
.tasklist-info-grid table tr th, .tasklist-info-grid table tr td { border: none !important; border-bottom: 1px solid #ddd !important;}
.fc-view-container .fc-content-skeleton tbody tr td.fc-event-container a, .task-list-data .fc-view-container a { color: #fff; }

.ui-widget.ui-widget-content{
    z-index: 9999;
}

.task-options{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.child-radio-option {
    position: absolute;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	height: 50px;
    left: 0;
	background: #fff;
    z-index: 11;
}

.task-radio-btn.task-view.task-options {
    padding-top: 4px;
    position: relative;
    min-height: 50px;
}

.task-view .child-radio-option .radio-inline {
    white-space: nowrap;
}

.child-menu {
    margin-right: -4px;
	z-index:100;
}

.parent-option {
    display: inline-block;
    padding-top: 0;
    margin-right: 10px;

}
.boldblock{
	font-weight:bold !important;
	text-decoration: underline;
}


.fc-view-container table {
    margin-top: 0px!important;
}

.scroll-bar {height: auto; max-height: 400px; overflow-x: hidden; }

.sessionexpire {height: 90%; width: 100%; display: flex; position: fixed; align-items: center; justify-content: center;}
.sessionexpire p {padding-bottom:30px; font-size: 2rem; color: #646464;}
.sessionexpire a {display: flex; position: fixed; align-items: center; justify-content: center; margin-top: 30px;}
.sessionexpire-bar {align-items: center; justify-content: center; padding: 24px; background-color: #fff; box-shadow: 0 2px 6px #b9b9b9; border-radius: 10px; margin: 5% auto 0; width: 40%; display: block; } 
.sessionexpire-bar label {font-size: 2rem; } 
.sessionexpire-bar p {padding-bottom: 30px; font-size: 1rem; color: #000000; }
.hp-modal-heading-other {margin: -7px 0px 7px -28px; width: 108%; }
.modal-body-course {overflow:auto;height:450px;}
.progress-msg {text-align: left; color: green; font-size: 14px; margin: 15px 0px 15px 0px;}
.instructor-date-time .moderator span.heading {left: auto; right: auto;}
.instructor-date-time span {color:#1A3A4C !important;}
.hp-modal-heading input:checked+.slider {margin-top:-26px;}
.milestone-notification input:checked+.slider {margin-top:-20px;}
p {font-size: 14px; color:#565656 !important;}
.input-calender-icon {position: absolute; right: 17px; top: 4px;}
.input-calender-icon img {max-width: 100%; width: 15px; height: 15px;}
.input-time-icon {position: absolute; right: 18px; top: 4px !important;}
.input-time-icon img {max-width: 100%; width: 16px; height: 16px;}
.button-cont {margin-left: 20px;}

#updateAllocationModal .form-control, #updateAllocationModalCust .form-control {font-size: 13px;}

.course-code-modal {color: #1a3a5e;}
.tasklist-info-grid .course-code-modal.table>thead>tr>td {
    color: #1a3a5e;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #f05f65;
    text-align: center;
    font-size: 12px;
    font-family: 'chivoregular' !important;
}
.tasklist-info-grid .course-code-modal.table>thead>tr>td>p {
    color: #565656;
    font-weight: 400;
    font-size: 13px;
}

.class-clouser-mt {margin-top: 10px !important;}
.conflict-icon { padding-left: 2px; padding-bottom: 2px;}
.conflict-icon img {width: 16px; height: 16px; max-width: 100%;}

.conflict-icon-grey {padding-left: 2px; padding-bottom: 2px;}
.conflict-icon-grey img {width: 20px; height: 20px; max-width: 100%;}
.conflict-modrator-icon {padding-left: 2px; padding-bottom: 2px;}
.conflict-modrator-icon span img {width: 16px; height: 16px; max-width: 100%;}
#conflict_mode {padding-left: 2px; padding-bottom: 2px;}
#conflict_mode img {width: 16px; height: 16px; max-width: 100%;}

.upload-doc-form {width: auto;}
.upload-doc-form input {width: 100% !important; margin-bottom: 5px; height: 32px; font-size: 13px; padding: 5px; border: 1px solid #ccc;}
.upload-doc-form .form-control {margin-bottom: 5px !important;}
.upload-doc-form label {width: auto; font-size: 13px; color: #171616!important;}
.upload-doc-form label.control-label {font-size: 13px !important;}
.upload-doc-form .control-label label {font-size: 13px !important;}
.upload-doc-form .form-inline .control-label {width: auto; font-size: 13px !important; color: #171616!important;}
.upload-doc-form textarea {min-height: 35px !important; padding-bottom: 7px !important; font-size: 13px;}
.modal-dialog-scrollable { overflow-y: scroll; max-height:80%;  margin-top: 60px; margin-bottom:30px;}
.pr-0 {padding-right: 0px !important;}


.datepicker-calender-icon {position: absolute; right: 20px; top: 31px; } 
.datepicker-calender-icon img {max-width: 100%; width: 22px; height: 22px; }
.input-grey-color {background: #eff3f4; border: 0; width: 100%; height: 37px; color: #1a3a4c; padding: 5px; margin-bottom: 0px;}
.revision-dropdwn {margin-left: 25px;}
.revision-dropdwn.dropdown button {border-radius: 4px; padding: 7px 10px 6px 12px; min-width: 140px; margin-top: -3px; height: 34px; font-size: 14px; color: #555 !important;}
.revision-dropdwn .modu.le-box ul li a {font-size: 14px !important; color: #555 !important;}


td .form-control, td select {font-size: 13px; color: #565656; font-family: "chivoregular" !important;}
.modal-body th {font-size: 12px;}
span.certified-icon {position:absolute; top:2px;}
span.certified-icon img	{ width: 20px; height: 20px; max-width: 100%;}
i.conflict-icn {position:absolute; top:4px; margin-left:106px;}
i.conflict-icn img	{ width: 20px; height: 20px; max-width: 100%;}
a.link {font-size: 14px !important; text-decoration: underline; cursor: pointer; color:#428bca !important;}
a.link:visited {color: #428bca;}
a.link:hover {color: #428bca;}

span.link {font-size: 14px; margin: 0px 10px; text-decoration: none; cursor: pointer; color: #1a3a5e;}


button.btn.btn-default.btn-secondary.btn-dynamic-color.btn-wizard-nav-cancel {
    background: #fff;
    border: 1px solid #f05f65;
    color: #f05f65;
    font-size: 14px;
    padding: 6px 20px;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    height: auto;
    }

.button-rgt {
    margin-right: 5px;
    position: fixed;
    right: 5%;
    top: 60%;
    border: 0px;
    height: 20px;
    width: 20px;
    padding: 0px;
    color: #5cb85c;
    background-color: transparent;
    z-index: 9;
}
.button-rgt i {
    font-size: 25px;
}
button:disabled, button[disabled] {
    color: #555;
}
.button-lft {
    margin-left: 5px;
    position: fixed;
    /* left: 0; */
    top: 60%;
    border: 0px;
    height: 20px;
    width: 20px;
    padding: 0px;
    color: #5cb85c;
    background-color: transparent;
    z-index: 9;
}
.button-lft i {
    font-size: 25px;
}

.archiveall-ico i {
    background: #a7cb2a;
    color: white;
    margin-left: 1px;
    padding: 5px;
}
.archiveall-ico i:hover {text-decoration: none;}
.task-list-data thead i {
    cursor: pointer;
}
/*.task-list-data i.la.la-archive {
    padding: 3px 0px;
    font-size: 16px;
    border-radius: 0px;
    margin-left: 0px;
}*/

.formio-component-button {margin: 20px auto !important;}

button.btn.btn-primary.btn-wizard-nav-next {
    background: #f05f65;
    border: 1px solid #f05f65;
    color: #fff;
    font-size: 14px;
    padding:6px 20px;
    margin-left:10px;
    text-decoration: none;
    cursor: pointer;
    }
 button.btn.btn-primary.btn-wizard-nav-previous {margin-left: 10px;}
 button.btn.btn-primary.btn-wizard-nav-submit{margin-left: 10px;}


/*-------Billing module----------*/

.billing-module-data table>thead {background: #f2f2f2;}
.billing-module-data table>thead>tr>th {border-bottom: 0px; color: #1a3a4c !important;}
.task-list-data .req-id-style {font-weight:600; color:#f05f65;} 
a.reject-btn {border-radius: 40px; padding: 1px 7px; font-size: 12px; color: #fff; text-align: center; background-color: #a01c1c; text-decoration: none; border: 1px solid #a01c1c;}
a.reject-btn:hover {text-decoration:none; color: #a01c1c !important; background-color: #fff; border: 1px solid #a01c1c;}
.border-left-right {border-left: 4px solid #ec2a32; border-right: 4px solid #ec2a32;}
.billing-header-section {display: block;}
.billing-header-section input[type="date"] { line-height: 25px; }
a.status-ico {font-size: 20px; text-decoration: none;}
a:hover.status-ico {font-size: 20px; text-decoration: none; color: #f05f65;}
a.outline-btn-cstm {transition-duration: 0.4s; color: #f05f65; background: #fff; border: 1px solid #f05f65; border-radius: 4px; text-align: center; padding: 7px; text-decoration: none; font-size: 14px;}
a.outline-btn-cstm:hover {color: #fff; background-color: #f05f65; border: 1px solid #f05f65; text-decoration: none;}
.btn-cstm {transition-duration: 0.4s; color: #fff; background: #f05f65; border: 1px solid #f05f65; 
    border-radius: 4px; text-align: center; padding: 7px; text-decoration: none; margin-left: 10px; font-size: 13px;}
a.btn-cstm:hover {color: #f05f65; background-color: #fff; border: 1px solid #f05f65; text-decoration: none;}
.billing-btn-cont {display: block;}
.section-title-cstm {float: left;}
.section-title-cstm h1 {color: #f05f65; font-size: 18px; text-align: left; text-transform: uppercase; letter-spacing: 1px; margin-top:10px;}
.section-title-cstm h1:before {content: " "; color: #f05f65; border-left: 3.5px solid #f05f65; padding-right:5px; }
.tab-container{background: #fff; padding-left: 26px; color: #fff; box-shadow: 0 0.5rem 0.6rem #eee; }
.tab {cursor: pointer; padding: 10px 20px; margin: 0px 2px; background: #fff; display: inline-block; color: #333;text-transform: uppercase; font-weight: 700;}
.tab.active {background: #fff; color: #f05f65; border-bottom: 3px solid #f05f65;}
.download-ico-text {text-align: center; text-decoration: none; position: absolute;}
.download-ico-text i {font-size: 20px; vertical-align: text-top; text-decoration: none;}
.outline-btn-cstm .sm-btn {padding: 4px;}
a.link {font-size: 16px; font-weight: 400;}
a.table-putline-btn {color: #f05f65; background: #fff; border: 1px solid #f05f65; border-radius: 4px; text-align: center; padding: 4px; text-decoration: none; font-size: 13px;}
.custm-table-mrgn {margin-top: 0px !important;}
ul.tabs {margin-bottom: 0px;}
.tab a {color: #f05f65; font-size: 14px; text-decoration: none;}
.tab a:hover {color: #f05f65; text-decoration: none;}
.datepicker-cont {position: relative;}
.datepicker-cont input {width: 120px; margin-bottom: 0px !important; height: 30px; display: inline-block; position: relative; padding: 5px 4px 6px 2px; font-size: 13px; font-weight: 400; border-radius: 2px;}
.datepicker-cont .custm-width {height: auto !important;}
.datepicker-cont .datepicker-calender-icon {right: 13px; top: 3px;}
.datepicker-cont .datepicker-calender-icon img {width: 18px; height: 18px; cursor: pointer;}
.datepicker-cont .datepicker-calender-icon-input {right: 12px; top: 10px; position: absolute;}
.datepicker-cont .datepicker-calender-icon-input img {width: 18px; height: 18px; cursor: pointer;}
.description-cont {min-width:320px; width:100%; position: relative; display:inline-block; border: 1px solid #ddd; 
    padding: 10px 10px 5px 5px; z-index: 0;}
.dis-edit-icon {position: absolute; z-index: 9; right: 0px; top: 0px;}
a.dis-edit-icon {text-decoration: none;}
.cus-description-cont.description-cont{width:100%}
a.dis-edit-icon:hover {text-decoration: none; color: #f05f65;}
.description-cont .list-group-item {border: 0px; padding: 2px 20px 2px 7px;}
.billing-module-data .table>tbody>tr>td {border-top: 0px solid #ddd;}
/*.fullsec .list-group {border: 1px solid #ddd;}*/
.description-table {display: initial;}
.description-cont th {border-bottom: 0px;}
.description-table th {padding: 0px 5px;}
hr.solid {border: 0px solid #fff;}

.wd-70 {width: 70px;}
.wd-90 {width: 90px;}
.wd-100 {width: 100px !important;}
.wd-110 {width: 110px;}
.wd-115 {width: 115px;}
.wd-120 {width: 120px;}
.wd-130 {width: 130px;}
.wd-140 {width: 140px;}
.wd-145 {width: 145px !important;}
.wd-150 {width: 150px;}
.wd-162 {width:162px;}
.wd-175 {width:175px;}
.wd-190 {width:190px;}
.wd-240 {width:240px;}
.wd-250 {width: 250px;}
.wd-350 {width: 350px;}
.wd-percent-55 {width: 55%;}

.customingsize{width:24px; float: left;}
.norecord-found-text {border: 1px solid #ddd;border-radius: 20px;text-align: center; padding: 10px; font-size: 13px; color: #888; font-weight: 400 !important;}
.norecord-found-text p {margin: 0px; color: #888 !important;}

/*---------End here----------------------*/
.m-0 {margin: 0px !important;}
.mr-0 {margin-right: 0px;}
.p-0 {padding:0px !important;}
.pt-0 {padding-top:0px !important;}
.mt-0 {margin-top: 0px !important;}
.mr-0 {margin-right: 0px !important;}
.mr-35 {margin-right: 35px !important;}
.mt-1 {margin-top: 1em !important; } 
.mrgn-top-2 {margin-top: 2px;}
.mt-2 {margin-top: 2em !important;; }
.mt-3 {margin-top:30px;}
.mt-13 {margin-top:13px;}
.mt-1-8 {margin-top: 20px;}
.mr-1 {margin-right:20px;}
.mb-0 {margin-bottom: 0px !important;}
.mb-1 {margin-bottom: 10px !important;}
.mb-2 {margin-bottom: 20px !important;}
.ml-1 {padding-left: 10px;}
.ml-2 {margin-left: 20px !important;}
.pl-0{padding-left: 0px;}
.pl_0 {padding-left: 0px !important;}
.pt-2 {padding-top: 15px !important;}
.pl-2 {padding-left: 20px !important;}
.pl-23 {padding-left: 23px !important;}
.pl-45 {padding-left: 45px !important;}
.pb-1 {padding-bottom: 10px;}

tr.unavail-tr td {
    color: #f75d20 !important;
    font-weight: bold;
}

.proposed-inst-coment-cont {min-width: 800px; text-align: left;}
.top-padding-5 {padding-top: 5px;}
.select-custm-edit {width: 135px !important; margin-left: 8px; float: left;}
/*input[type="checkbox"][readonly] {background-color: #ccc; opacity: 40%;}*/
.cancellation-detail-cstm label.control-label {font-size: 13px !important;}
.cancellation-butn-mrgn {margin: 0px;}
button.cancellation-butn-mrgn {margin-top: 0px !important;}
.checkmark_gray  {
    position: absolute;
    top: 4px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.border-left-right-blue{
    border-right: 3px solid #0e3997;
    border-left: 3px solid #0e3997;
}
.font-15{
    font-size:15px !important;
}
.widthCust{
    width:232px;
}
.fixedmont{
    width:77% !important;
}

/*-------custom css tooltip----------*/

.cust-tooltip {
  position: relative;
  /*display: inline-block;*/
}

.cust-tooltip .tooltiptext {
  visibility: hidden;
  width: 225px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding:3px;
  bottom: -60px;
  left: -85px;
 /* Position the tooltip */
  position: absolute;
  z-index: 1;
  font-size: 11px;
  font-weight: 400;
  text-transform: initial;
}

.cust-tooltip:hover .tooltiptext {visibility: visible;}

/*-------custom css tooltip close----------*/


.table-class-start {width: 1550px !important; max-width: 2000px !important;}

.text-center {text-align: center !important;}
.font-bold {font-weight: 700;}
.quality_tble_cls {/*overflow-x: auto;*/ width: 100%;}
.tableQS { width: 2470px !important; max-width: 3000px !important;}
.tableQS th {text-align: left;}

.task-table table tr td {border: none !important; border-bottom: 1px solid #ddd !important;}
.task-table table tr th {border: none !important; border-bottom: 1px solid #ddd !important;}
.task-table table {table-layout: inherit !important;}
.task-table .table > tbody > tr.tr-color-light-pink {background-color: #ffd1d3!important;}

.show-insider table tr td {border: none !important; border-bottom: 0px solid #ddd !important;}

/*-------issue tracking page----------*/

.issue-dashbord-cstm {}
.issue-dashbord-cstm .tab-container { background: #fff; padding-left: 3px; color: #fff; box-shadow: none;}
.issue-dashbord-cstm .tab {
    cursor: pointer;
    padding: 7px 15px;
    margin-right: 8px;
    background: #f2f0f0;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    min-width:80px;
    text-align: center;
}
.issue-dashbord-cstm .tab a {font-size: 12px;}
.issue-dashbord-cstm .tab a:hover {transition: all 0.4s;}

.issue-dashbord-cstm.billing-btn-cont.btn-cstm {border-radius: 2px; padding: 7px 10px;}

p.highlighted-btn {background: #FFBA01; color: #fff !important; padding: 4px 5px;border-radius: 30px; font-size: 14px;
    font-weight: 400; border: 5px solid #ffe59e; outline: 0px;box-shadow: 0px 2px 3px 0px #ccc; text-align: center;
    margin: 0px;line-height: normal; width: 150px; display: inline-block; margin-right: 10px;}
p.complet-btn {background: #58CB88; color: #fff !important; padding: 4px 5px;border-radius: 30px; font-size: 14px;
    font-weight: 400; border: 5px solid #9fedc0; outline: 0px;box-shadow: 0px 2px 3px 0px #ccc; text-align: center;
    margin: 0px;line-height: normal; width: 150px; display: inline-block; margin-right: 10px;}

span.issue-resolve-btn { background:#C5E0B4; text-align:center; font-size:12px; padding:7px 5px; color:#333; border-radius:30px; } 
span.issue-escal-btn { background:#F8CBAD; text-align:center; font-size:12px; padding:5px 4px; color:#333; border-radius:30px; }

.default-ico i {padding: 5px; background: #E7E7E7; text-decoration: none; margin-right: 5px; border-radius: 50%;
 color: #555; text-align: center; font-size: 20px;}

span.medium-btn { 
    border: 1px solid orange;
    background: transparent;
    font-size: 11px;
    width: 100%;
    display: block;
    color: orange !important;
    border-radius: 24px;
    height: 1.5rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2px;
} 
span.medium-btn:hover { background:orange; color:#fff !important; text-decoration:none; transition:0.5s; }
span.medium-btn.active { background:orange; color:#fff !important; transition:0.5s; }
a.medium-btn:hover {  text-decoration:none; }
span.high-btn {
    border:1px solid #f44336;
    color: #f44336 !important; 
    background: transparent; 
    font-size: 11px;
    width: 100%;
    display: block;
    border-radius: 24px;
    height: 1.5rem;
    line-height: 1.6rem;
    text-transform: uppercase; 
    text-align: center;
    margin-bottom: 2px;
}
span.high-btn:hover { background:#f44336; color:#fff !important; text-decoration:none; transition:0.5s; }
span.high-btn.active { background:#f44336; color:#fff !important; transition:0.5s;}
a.high-btn:hover {  text-decoration:none; }
span.low-btn {
  border: 1px solid #2196F3;
    background: transparent;
    font-size: 11px;
    width: 100%;
    display: block;
    text-align: center;
    color: #2196F3 !important;
    border-radius: 24px;
    height: 1.5rem;
    line-height: 1.6rem;
    text-transform: uppercase;
}
span.low-btn:hover { background:#2196F3; color:#fff !important; text-decoration:none; transition:0.5s; }
span.low-btn.active { background:#2196F3; color:#fff !important; transition:0.5s;}
a.low-btn:hover {  text-decoration:none; }

.btn-highlight .button {
  background-color: #fff; /* Green */
  border: 1px solid #F4511E;
  color: #F4511E;
  padding: 5px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  cursor: pointer;
  float: left;
}
.btn-highlight .medium {
  background-color: #fff; /* Green */
  border: 1px solid #F78662;
  color: #F78662;
  padding: 5px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  cursor: pointer;
  float: left;
}
.btn-highlight .low {
  background-color: #fff; /* Green */
  border: 1px solid #2196F3;
  color: #2196F3;
  padding: 5px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  cursor: pointer;
  float: left;
}

.btn-highlight .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-highlight .button:hover {
  background-color: #F4511E; color: #fff; transition: 0.5s;
}
.btn-highlight .medium:hover {
  background-color: #F78662; color: #fff; transition: 0.5s;
}
.btn-highlight .low:hover {
  background-color: #2196F3; color: #fff; transition: 0.5s;
}
.btn-highlight .active { background:#F4511E; color:#fff !important; transition:0.5s;}



/*-------issue tracking page----------*/

/*-------Multi select dropdown with grouping checkbox----------*/

span.multiselect-native-select {
position: relative
}
span.multiselect-native-select select {
border: 0!important;
clip: rect(0 0 0 0)!important;
height: 1px!important;
margin: -1px -1px -1px -3px!important;
overflow: hidden!important;
padding: 0!important;
position: absolute!important;
left: 50%;
top: 30px
}
.multiselect-container {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 193px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 160px;
}
.multiselect-container .input-group {
margin: 5px
}
.multiselect-container>li {
padding: 0
}
.multiselect {
    height: 45px;
    width: 193px;
    text-align: left;
    border: 1px solid #707070;
    background: #fcfcfc;
    color: #1a3a4c;
}

.multiselect-container>li>a.multiselect-all label {
    padding: 2px 5px 2px 25px !important;
    font-weight: 700;
    font-size: 13px;
}
.multiselect-container>li.multiselect-group label {
margin: 0;
    padding: 3px 6px 3px 5px;
    height: 100%;
    font-weight: 500;
    font-size: 13px;
}
.multiselect-container>li.multiselect-group-clickable label {
cursor: pointer
}
.multiselect-container>li>a {
padding: 0
}
.multiselect-container>li>a>label {
margin: 0;
height: 100%;
cursor: pointer;
font-weight: 400;
padding: 3px 0 3px 30px;
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
margin-bottom: 5px;
    margin-right: 8px;
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
padding: 1px 5px 1px 50px;
    font-size: 13px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
margin-left: -20px;
    margin-right: 8px;
}
.input-group-addon {
    display:none;
}
.input-group-btn {
    display:none;
}
.open {
    position: absolute;
}
.select-dropdown-arrow-icon {font-size:11px; line-height:1.6; float:right; font-weight:bolder;}

.multiselect span {text-overflow: ellipsis; overflow: hidden !important; white-space: nowrap; /*width: calc(100% - 20px);*/ display: inline-block; float: left;}
.select-dropdown-arrow-icon {padding-right: 0px !important;}



/*-----multi select css end----------*/


.graph-table {font-size:13px;}
 .graph-table th {font-size:12px;}
 .graph-table td{text-align:left};
 .complience-custm {margin-top:35px;}
 /*.complience-custm select {width:100px; height:37px; margin-bottom:10px;}
 .mb-0{margin-bottom:0px;}*/

 .quality_tble_cls .table-bordered {border:none;}
.quality_tble_cls .table-bordered>thead>tr>th {border: none;}
.quality_tble_cls .table-bordered>tbody>tr>td {border: none;}
.quality_tble_cls .table-bordered>tbody>tr {border: 1px solid #ddd; border-left: 0px; border-right: 0px;}
.quality_tble_cls .table-striped>tbody>tr:nth-of-type(odd) {background-color: #fff;}
.quality_tble_cls .table-striped>thead>tr>th {color: #1a3a5e; text-transform: uppercase; font-weight: 700; text-align: left; font-size: 12px;}
.quality_tble_cls .table-striped>tbody>tr>td {color: #565656; font-size: 12px;}
.quality_tble_cls .table-bordered > tbody > tr > th {border:none !important;}


 .ps-btn-secondary {
  padding: 5px 20px;
  border-radius: 24px;
  color: #1a3a4c !important;
  border: 1px solid;
  display: inline-block;
  margin-bottom: 1em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
}


div#mySidenav.flex-sidenav + #main { width: calc(100% - 18em)!important;}
.scroll_data { overflow-x: auto !important;}
.devred a {color:#E74C3C !important; background: #fff; padding: 3px 6px; border: 1px solid #E74C3C; border-radius: 25px; }
.custm-table-style { width:100%; }
.custm-table-style table>thead>tr>th {border: none !important; border-bottom: 1px solid #ddd !important; color: #1a3a5e !important;
    text-transform: uppercase; font-weight: 700; font-size: 12px;}
.custm-table-style table > tbody > tr > td {background: #fff; color: #565656; font-size: 13px;}
.custm-table-style table tr td {border: none !important; }
.custm-table-style table tbody tr:nth-child(even) {border-bottom: 1px solid #ddd;}
.custm-table-style table > tbody > tr > td a {color:#337ab7 ; text-decoration: none;}
.nested-custm-table-style { width:100%; }
.nested-custm-table-style.custm-table-style table tr td {border-bottom: 0px !important;}
.nested-custm-table-style.custm-table-style table tbody tr:nth-child(even) {border: 0px;}

.error-message {background: #fad7d7; color: #D8000C; position: absolute;top: 42px; width: 415px; padding: 7px 3px; z-index: 9;
    border-radius: 4px; text-align: center; font-size: 12px; font-weight: 400;}
.audit-success-message {background: #DFF2BF; color: #270; position: absolute;top: 42px; width: 415px; padding: 7px 3px; z-index: 9;
    border-radius: 4px; text-align: center; font-size: 12px; font-weight: 400;}

.error-message-audit {background: #fad7d7; color: #D8000C; position: absolute;top: 44px; width: 290px; padding: 7px 3px; z-index: 9;
    border-radius: 4px; text-align: center; font-size: 12px; font-weight: 400;}
.audit-success-message-audit {background: #DFF2BF; color: #270; position: absolute;top: 44px; width: 290px; padding: 7px 3px; z-index: 9;
    border-radius: 4px; text-align: center; font-size: 12px; font-weight: 400; text-transform: inherit !important;}

.cuserror {text-transform: inherit !important;}
.successDev {text-transform: inherit !important;}
.date-container {position: relative; float: left;}
.date-icon {position: absolute !important; right: 10px; top: 12px !important;}

.wd-percent-100 {width: 100%;}
.edit-issue-cust {width: 100%;}
.edit-issue-cust .btn-group {width: 100%; display: block !important;}
.edit-issue-cust .btn-group .multiselect {width: 100%; height: 40px;}
.edit-issue-cust .btn-group .multiselect .dropdown-menu {width: 100%;}
.edit-issue-cust .btn-group .multiselect-container {width: 100%;}
.custm-slider-width .switch{ width:50px; }

span.ins-name-count-status {background: #39A2B9; width: 18px; height: 18px; border-radius: 50%; color: #fff;
    font-size: 10px; font-weight: 600; margin-left: 2px; line-height: 20px; display: inline-block; text-align: center;}

.report-dashboard-filter input#issue_id {background: #edefee!important; border-left: 1px solid #cecece;}

.issue-detail-align{margin-left: 133px;}

.p-l-25 {padding-left: 25px;}

.po-autosuggest-div {
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    cursor: not-allowed;
    }
.po-autosuggest-div:hover {
    pointer-events: none;
    cursor: not-allowed;
    }
.po-autosuggest-div span {font-weight:bold;}

span.multiselect-selected-text {color: #666 !important;}

.ui-menu .ui-menu-item-wrapper {color: #555 !important; font-size: 14px !important; font-weight: 400 !important;}
.ui-menu .ui-menu-item-wrapper:hover {color: #000; font-size: 14px; font-weight: 400;}

.label-download {color: #1A3A4C;
    font-size: 16px;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 4px;
}
.audit-label-download {
    color: #1A3A4C;
    font-size: 12px;
    background: #f1f1f1;
    padding: 3px 5px;
    border-radius: 4px;
    margin-top: 5px;
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}
.issue-download-icon {font-size: 22px; margin-top: 5px;}

.btn-custom-width .col-sm-3 {
    width: 95px;
    padding: 0px;
    float: right;
    margin-left: 10px;
}

.bg-success{
 background: green;
 color: #fff !important;
}
.bg-danger{
 background: red;
 color: #fff !important;
}
.text-danger{
 color: red;
}
.bg-green{
background: #a7cb2a !important;
color:#fff !important;
}
.text-red{
color:#f05f65 !important;
}
.bg-red{
background: #f05f65 !important;
color:#fff !important;
}
.click-disable {pointer-events:none; background-color: #eee;}
.billing-amount-show li {padding-left: 12px;}

.invoice-file-upload { width:90px; }
textarea.form-control {resize: none;}

label.col-form-label {font-size: 13px; font-weight: 500; color: #1a3a4c; text-transform: uppercase; list-style-type: }

.dropdown-submenu {position: relative;}
.dropdown-submenu .dropdown-menu {top: 0;left: 100%;margin-top: -1px;}

.vendor-financial{}
.vendor-financial table th label {
    color: #1A3A4C!important;
    font-size: 13px!important;
    font-weight: 500;
    

}

.viewProposal.financial_detail label {
    margin-right: 9px !important;
}

.font-ico i {font-size: 20px; padding-top: 0px; line-height: 30px; vertical-align: middle; position: relative; top: 4px; left: -7px;}
.font-ico i:hover { text-decoration:none; }
.text-right {text-align: right !important;}
.p-l-r-1-5 {padding-left:15px; padding-right:15px; }
.mt-8 {margin-top: 8px;}

.col-md-1 .glyphicon { top: -8px !important; }

button.btn-secondary { 
    color: #F06066 !important;
    background-color: #fff !important;
    border: 1px solid #F06066;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 14px;
    width: auto;
    height: auto;
}
button.btn-secondary:hover { 
    color: #fff !important;
    background-color: #F06066 !important;
    border: 1px solid #F06066;
    transition: 0.5s;
}

button.btn-secondary.cstm-m-t-1 { margin-top:-8px; }


.wo-table table tr td {border: none !important; padding: 10px 10px 0px 0px;}
.wo-table table tr th {border: none !important; border-bottom: 1px solid #ddd !important;}
.wo-table table {table-layout: inherit !important;}
.wo-table table tr td label { color:#1A3A4C; font-size:16px; font-weight:500; margin-right:0px; }
.wo-table table tr td input { height:40px; border:1px solid #cccbcb !important; }
.wo-cstm-input input {width: 91%; float: right;}
.wo-cstm-input span {text-align: right;  float: left; margin-top: 10px; width: 8%;}

.custm-date-cont {position: relative;}
.custm-date-cont .custm-date-icon {
    border: 1px solid #c9d2d6!important;
    background: #e3e8ea!important;
    color: #1A3A4C!important;
    padding: 7px 10px 3px 10px;
    position: absolute;
    top: 0;
    right: 0;
}


.accordion-plus-icon span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f05f65;
    text-align: center;
    display: block;
    font-weight: bolder;
    font-size: 16px;
    line-height: normal;
}
.accordion-plus-icon a {
    text-decoration: none;
    color: #fff !important;
    font-size: 13px;
}
.accordion-plus-icon a:hover{text-decoration: none;}

.light-gry th {
    background-color: #eee !important;
}
.gfg {border-collapse:separate; border-spacing:0 5px;}
#budgetsummary tr td input {border: 1px solid #ccc; border-radius: 4px; color: #555;}
.fullsec select {padding: 5px 15px 5px 2px;}
.custDev a {
    color: #1890FF !important;
    text-decoration: none;
    border: 1px solid #1890FF;
    border-radius: 4px;
}
.custDev a:hover {
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #1890FF;
    border-radius: 4px;
    background: #1890FF;
    transition: 0.4s;
}
.history-table-cstm {}
.history-table-cstm table tr td {border-bottom: 0px !important;}

#custProposeDatePopUPIns .modal-xlg {width: 1024px;}

.mt-28 {margin-top: 28px;}
.mt-35 {margin-top: 35px;}
.document-section { background: #f5f5f5; padding: 30px 25px 20px 25px; border-radius: 6px;}
.cstm-label label { font-size:14px !important;}
.cstm-label input {border-radius: 4px;}

.cstm-label textarea {height: 40px !important;}

.po-cstm-div {}
.po-cstm-div .form-control {margin-bottom: 5px;}
.archiveall-ico .archive-ico-mrgn {margin-left: 6px;}

.po-list-drop {
    display: flex;
    justify-content: space-between;
}
i.button-icon-right {font-size: 14px !important;}
.form-select {border: 1px solid #ccc; border-radius: 4px !important; color: #555;} 

.restrict-point{pointer-events:none;}

.m-t-r-cstm {margin-top: 11px; margin-right: 50px;}



/*------vendor management history----------*/

.vm-history-custom-inner {}
.vm-history-custom-inner .steps li.milestone-progress{min-width: 420px;}
.vm-history-custom-inner .steps li.milestone-progress .stepsInfo label img{margin-right: 10px; float: inherit;}

.notification-sec {background: #fff; margin: 100px auto; min-height: 300px; padding: 0px 100px 100px 5px;}
.notification-sec .alert {
    padding: 8px 10px;
    margin-bottom: 8px;
    text-align: left;
}
.notification-sec .alert-info {
    background: #F5F6F7;
    color: #8E8F8F;
    border: none;
}
.mytask-sec {background: #fff; margin: 100px auto; min-height: 300px; padding: 0px 100px 100px 5px;}
.mytask-sec a:hover {text-decoration: none;}
.mytask-sec .badge {    font-weight: 600;
    color: #444;
    background-color: #f1f1f1;
    border: 1px solid #ccc;}
.mytask-sec .list-group-item {margin-top: 10px; background-color: #fcfcfc;border: 1px solid #eee;
 border-radius: 35px !important; color: #777;}
 .mytask-sec .list-group-item:hover {background: #f5f5f5;}



 /*====CXP-PRAMOD START====*/

 .cxp-mytask-notification-nav .tab {
    cursor: pointer;
    padding: 10px 20px !important;
    margin: 0px 2px !important;
    background: #fff;
    display: inline-block;
    color: #333 !important;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.cxp-mytask-notification-nav .tab a {
    font-size: 14px;
    text-transform: uppercase;
}

.cxp-mytask-notification {
    padding: 0px 20px;
}

.cxp-mytask-notification .cxp-tabs-content {
    display: block;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 21%);
    position: relative;
}
.cxp-mytask-notification .cxp-list-items{
    margin-bottom: 10px;
    border-bottom: 1px solid #F2F3F4;
    padding: 5px 5px 0px 5px;
    border-left: 5px solid #2874a6;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}

.cxp-mytask-notification .cxp-tabs-content .list {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 75%;
}

.cxp-mytask-notification .cxp-tabs-content .list img {
    width: 35px;
    margin-right: 10px;
    border: 2px solid #26bb96;
    border-radius: 25px;
}

.cxp-mytask-notification .cxp-tabs-content p {
    margin: 0;
    color: #171616;
    font-size: 14px;
    line-height: 18px;

}

.cxp-mytask-notification .la {
    margin-right: 3px;
    font-size: 10px;
    color: #15b690;
    font-weight: 700;
    background: #678cfc;
    padding: 4px;
    border-radius: 25px;
    color: #fff;
}

.cxp-mytask-notification .req-id {
    font-weight: 700;
    font-size: 12px;
}

.cxp-mytask-notification .date-username {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cxp-mytask-notification .la-calendar {
    background: #f4cf73;
}

.cxp-mytask-notification .la-user {
    background: #e37677;
    padding: 2px 4px 4px 5px;
    position: relative;
    top: -2px;
}

.cxp-mytask-notification .la-external-link {
    background: transparent;
    color: #26bb96;
    font-size: 25px;
}

.cxp-mytask-notification .la-list {
    background: transparent;
    color: #26bb96;
    font-size: 22px;
    position: relative;
    top: -34px;
}

.cxp-mytask-notification .la-bell {
    background: transparent;
    color: #26bb96;
    font-size: 20px;
    position: relative;
    top: -28px;
}

.cxp-mytask-notification .list a {
    color: #1bb690;
    font-weight: 700;
    color: #3d3b3b;
    text-decoration: none;
}

.cxp-mytask-notification .date-username a {
    color: #1bb690 !important;
    font-size: 16px;
    margin-left: 15px;
}

.cxp-mytask-notification a:hover {
    color: #3d3b3b;
    text-decoration: underline;
}

.cxp-mytask-notification .date-username .data-name {
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    height: 24px;
    padding: 0px 3px;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    left: 30px;
    
}

.cxp-mytask-notification .date-username .notification-name {
    left: 0;
}

.cxp-mytask-notification .data-name span {
    margin-right: 8px;
    color: #50c3e6;
}

.cxp-mytask-notification .author {
    color: #3d3b3b;
    position: relative;
    top: 0px;
}

.cxp-mytask-notification .task-noti-action-btn {
    padding: 2px 20px;
    border-radius: 25px;
    border: 1px solid #1bb690;
    background: #1bb690;
    color: #fff;
    letter-spacing: 0px;
    font-size: 14px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px 0px;
    margin-top: -5px;
}

.cxp-mytask-notification .task-noti-action-btn:hover {
    border: 1px solid #3d3b3b;
    background: #3d3b3b;
    color: #fff;
}
.cxp-mytask-notification .user-link-box{
    position: relative;
    top: 29px;
}
.cxp-tabs-content .hide {
        display: none !important;
        position: absolute;
        top: 65px;
        box-shadow: 0 0 20px rgb(0 0 0 / 21%);
        padding: 15px;
        border-radius: 10px;
        left: 29px;
        width: 400px;
        background: #fff;
    }
    
    .cxp-tabs-content .myDIV:hover + .hide {
        display: block !important;
        z-index: 11;
    }

    .cxp-tabs-content table{
        text-transform: uppercase;
        margin: 0 !important;
        box-shadow: rgba(67, 71, 85, 0.2) 0px 0px 5.6px 0px, rgba(90, 125, 188, 0.05) 0px 5.6px 8px 0px;
        border-radius: 5px;
        overflow-x:auto;
    }

    .cxp-tabs-content table th{
        border-bottom: none !important;
        text-align: left !important;
        color: #3498DB !important;
        display: block;
        
    }
    .cxp-tabs-content tr{
        margin-bottom: 5px;
    }
    .cxp-tabs-content table td{
        text-align: right;
        font-weight: bold;
        padding: 7px 8px !important;
    }
    .cxp-tabs-content table td:before{
        display: none;
    }
    .cxp-tabs-content .popup-box h4{
        color: #1B4F72 ;
        font-size: 20px;
            font-weight: 900;
    }
    .cxp-tabs-content .popup-box h4 span{
        font-weight: bold;
        color: #1ABC9C;
    }
    .cxp-tabs-content .noti-author{
        position: relative;
        left: -8px;
    }
    .cxp-mytask-notification .noti-link-icon{
        display: none;
    }
    .cxp-noti .noti-author{
            left: 3px;
    }

@media (min-width: 320px) and (max-width: 767px) {
    .mytask-sec {
        padding: 10px;
        margin-top: 20px;
    }

    .cxp-mytask-notification .cxp-tabs-content {
        border-radius: 15px;
        padding: 10px 10px;
        display: block;
    }

    .cxp-mytask-notification .cxp-tabs-content .list {
        width: auto;
        justify-content: initial;
        align-items: initial;
    }

    .cxp-mytask-notification .date-username .data-name {
        left: 27px;
        top: -3px;
    }
    .cxp-mytask-notification .user-link-box{
        position: relative;
        top: -3px;
        left: -8px;
    }

    .cxp-mytask-notification .la-list {
        padding: 0 2px 0px 0px;
    }

    .cxp-mytask-notification .la-bell {
        font-size: 22px;
        padding: 0px 2px 0px 0px;
            top: -25px !important;
    }
    .cxp-mytask-notification .cxp-tabs-content{
        padding: 10px;
    }
    .cxp-mytask-notification .date-username a{
       margin-left: 0px;
    }
    .cxp-tabs-content .hide{
        top: 80px;
        left: -6px;
        width: 320px;
    }
    .cxp-mytask-notification .noti-link-icon{
        visibility: hidden;
    }
    .cxp-mytask-notification .noti-author{
        left: 0px;
        top:0px;
    }
    .cxp-noti .date-username .data-name {
        left: 27px;
        top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .cxp-mytask-notification .cxp-tabs-content .list {
        width: 75%;
    }

}

.task-list-allocation-delete-icon{
    position: relative;
    top: 16px;
    left: 10px;
}
.task-list-allocation-link{
    font-size: 12px;
}

.equal-custom-class{
    width: 90px;
}


.dv-task-icon{
    height: 55px;
    width: 53px;
    font-size: 15px !important;
}
.tasklist-action-icon{
    position: relative;
    left: -3px;
    top: 1px;
    margin-right: 8px;
    margin-top: 8px;
}
.issue-log-attechment{
    display: block;
}
.issue-log-attechment .la-paperclip{
    background: #e1e1e1;
    padding: 0px;
    width: 29px;
    height: 29px;
    border-radius: 25px;
    position: relative;
    left: 1px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #464646b5;
    font-weight: 700;
}
.issue-log-action .issue_log-file{
    margin-left: 0px;
}
.show-catalog a{
    font-size: 16px;
    font-weight: 200 !important;
    padding: 3px 5px;
    display: inline-block;
    color: #173e4f;
    text-decoration: none;
    border: 1px solid;
}
.show-catalog-model {
    float: right;cursor: pointer;font-size: 16px;padding: 0px 2px;display: inline-block;color: #173e4f;text-decoration: none;border: 1px solid;
}
.show-catalog a:hover{
  color: #173e4f;
}
.issue-log-action{
    display: flex;
    align-items: center;
}
.issue-log-action img{
    padding-right: 3px;
}
.instructor-delete-td{
    width: 20px;
}
.cust-tooltip .tooltip-inner {
    max-width: 350px;
    width: 350px;
}

.task-list-data a{
  display: inline;
}
.la-plus-square{
    position: relative;
    top: 9px;
    font-size: 18px;
    left: -8px;
    color: #f05f65;
}


/* new delivery form design */
.cxp-form-table table{
    position: relative;
    width: 98%;
    margin: 0;
    margin-top: 5px;
}
.cxp-form-table table th{
    background: #EDEFEE;
    color: #000 !important;
}
.cxp-form-table table td, th{
    text-align: center;
}
  .cxp-form-table{
      position: relative;
  }

.cxp-form-table-append{
    /* position: absolute; */
      width: 100%;
      top: 130px;
}
.cxp-form-table .form-control{
    /*border: 1px solid #ddd;*/
        color: #000;
        border-radius: 5px;
        border: 1px solid #85C1E9 !important;
}
.cxp-form-table .form-select{
    border: 1px solid #85C1E9 !important;
       display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #000;
          background-color: #fff;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
          -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          }
          .cxp-form-table .form-select:focus{
               outline: none;
          }
.cxp-form-plus-btn{
    position: absolute;
      background: #0ecce5;
      color: #fff;
      width: 25px;
      height: 25px;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px 0px;
}
.cxp-form-close-btn{
    position: absolute;
      background: #E74C3C;
      color: #fff;
      width: 25px;
      height: 25px;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px 0px;
}
.cxp-form-table .cxp-input-two-items{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.cxp-form-table .cxp-input-two-items span{
    position: relative;
      top: 0px;
      margin-right: 5px;
      color: #505dff;
      background: #ddf1dd;
      padding: 1px 4px;
      border-radius: 5px;
      font-size: 12px;
}
.cxp-form-table .cxp-start-end-time{
    display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px;
}
/*.cxp-form-table .cxp-start-end-time .fa{
    margin-left: 5px;
    padding: 0px;
      border-radius: 25px;
      font-size: 11px;
      
}*/
.cxp-form-table .cxp-start-end-time .fa-calendar{
    background: #fff;
    color: #fc6a43;
}
.cxp-form-table .cxp-start-end-time .fa-clock-o{
    background: #fff;
    color: #ffc646;
    font-size: 15px;
    border-radius: 25px;
    /*position: relative;
    right: -52px;
    top: -40px;*/
}
.cxp-form-table .form-check{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
}
.cxp-form-table .form-check label{
    position: relative;
    top: 2px;
    margin-left: 2px;
    font-size: 12px;
}
.cxp-form-table .form-check-input{
    margin-top: -2px;
      position: absolute;
      left: 5px;
}
.cxp-form-table .check-ilt{
  padding: 2px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 2px;

}
.cxp-form-table .check-label-1{
        background: #d1edfc;
        color: #02b2ff;
}
.cxp-form-table .check-label-2{
    background: #fff2d6;
        color: #ffb201;
}
.cxp-append-td{
      visibility: hidden;
}
.append-table {
    position: relative;
}
.append-table > tbody > tr >:first-child {
    width: 44px;
    border-right: 1px solid #fff;
}

.conflict-image-request {
    position: absolute;
    /* margin-left: 16%; */
    margin-top: -4%;
}

#provisional_course_popup input.form-control{
    border-radius: 5px;
    height: 35px;
}
#provisional_course_popup .modal-dialog{
    width: 900px;
}
label.control-label.field-required:before{
    top: -4px;
    position: absolute;
}

.ui-menu .ui-menu-item-wrapper{
    background: transparent !important;
    color: #000;
    border: 1px solid transparent !important;
}
.ui-menu .ui-menu-item-wrapper:hover{
     background: transparent !important;
     border: 1px solid transparent;
}
.ui-menu .ui-menu-item-wrapper:focus{
     background: transparent!important;
}
.ui-menu .ui-menu-item-wrapper:active{
     background: transparent!important;
}
.ui-menu .ui-menu-item-wrapper:visited{
     background: transparent!important;
}

.ui-menu .ui-menu-item-wrapper{
    background: transparent;
    color: #000;
}

.conflict-image-request-instructor {
    padding: 4px 0px 0px 0px;
}

.col-sm-2-custom {
    min-width: 2px;
    max-width: 20px;
}


span.conflict-image-request {
    height: 30px !important;
    width: 40px !important;
    background: #fff !important;
    position: relative !important;
    /* top: -2px !important; */
    margin-right: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #85C1E9 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background-color: #eee !important;
    right: -3px;
    margin-left: -3px;
}

span.conflict-image-request-session {
    height: 30px !important;
    background: #fff !important;
    position: relative !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #85C1E9 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background-color: #eee !important;
    right: -3px;
    margin-left: -3px;
}

/*==PRAMOD CSS START==*/

span.input-group-addon{
        padding: 5px 0px;
}
.course_title_sup{
    color: red;
    font-size: 12px;
}
.budget_po_number{
    display: flex;
    font-size: 9px;
    margin-top: 2px;
}
.budget_po_number .form-check-input{
    position: relative;
        top: -15px;
    margin-right: 3px;
}

/*==view timesheet==*/
.timesheet_view_table{
    overflow: auto;
    white-space: nowrap;
}
.timesheet_view_table table {
        position: relative;
        width: 100%;
        margin: 0;
        margin-top: 5px;
        text-align: center;
      }

      .timesheet_view_table table th {
        background: #f06066;
        color: #fff !important;
        text-transform: uppercase;
        vertical-align: top !important;
      }
      .timesheet_view_table table td{
        text-align: center;
        margin: 0 auto;
      }
      .timesheet_view_table .time_link{
        width: 30px;
        height: 30px;
        background: #d3d3d359 !important;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        text-align: center;
        position: relative;
        left: 11px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        font-size: 16px;
      }
      .timesheet_view_table .time_number{
        color: #333;
            border-radius: 8px;
            text-align: center;
            display: initial;
            padding: 5px 15px;
            font-weight: bold;
      }
      .time_bold{
        font-weight: bold;
      }
      .timesheet_view_table .time_nu_1{
                   background: #F9E79F;
                    color: #000;
                    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      }
      .timesheet_view_table .time_nu_2{
                   background: #F9E79F;
                    color: #000;
                    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      }
      .timesheet_view_table .time_nu_3{
                   background: #F9E79F;
                    color: #000;
                    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      }
      .timesheet_view_table .t_total{
        font-weight: bold;
        color: #1a3a4c;
        text-transform: uppercase;
      }
      .timesheet_view_table .btn-submit{
        width: 120px;
            border-radius: 0px;
            border: none;
            background: #f05f65;
            color: #fff;
            letter-spacing: 1px;
      }
      .timesheet_view_table .btn-submit:hover{
        
            background: #f05f65;
            color: #fff;
      }
      .timesheet_view_table .table-bordered > tbody > tr > td{
            border: 1px solid #AED6F1;
      }
      .timesheet_view_table .table-bordered > tbody > tr > th{
            border: 1px solid #AED6F1;
      }
      .timesheet_view_table .designation{
        display: block;
        font-weight: normal;
        background: transparent;
        border-radius: 5px;
        margin-top: 5px;
        padding: 5px;
      }
      .timesheet_view_table .form-select{
        padding: 5px;
        margin-top: 4px;
        width: 150px;
      }
      .timesheet_view_table .date{
        white-space: nowrap;
        overflow: hidden;
        color: #f06066 !important;
      }
     

      /*===POPUP===*/
        .timesheet_custom_popup .Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.timesheet_custom_popup .Click-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}
.timesheet_custom_popup .custom-model-main {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.timesheet_custom_popup .model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.timesheet_custom_popup .custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.timesheet_custom_popup .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
/*  border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
    border-style: solid;
    border-left: 6px solid #f05f65;
    border-image: initial;
    border-radius: 0px;
}
.timesheet_custom_popup .model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.timesheet_custom_popup .model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.timesheet_custom_popup .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.timesheet_custom_popup .close-btn {
    position: absolute;
    right: 9px;
    top: 8px;
    cursor: pointer;
    z-index: 99;
    font-size: 20px;
    color: #fff;
    background: #aba6a6;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.timesheet_custom_popup .timesheet_custom_popup_btn{
  text-align: center;
}
.timesheet_custom_popup button{
  margin-top: 20px;
  text-align: center;
  border-radius: 25px;
  padding: 5px 20px;
  background: rgb(27, 182, 144);
  border: 1px solid rgb(27, 182, 144);
}
.timesheet_custom_popup button:hover{
  background: transparent;
  border: 1px solid rgb(27, 182, 144);
  color: rgb(27, 182, 144);
}
.timesheet_custom_popup .pop-up-content-wrap label{
  font-size: 16px;
  color: #5DADE2;
  padding-top: 10px;
}
.timesheet_custom_popup .pop-up-content-wrap .form-control{
  border-radius: 25px;
  border: 1px solid #84dbff;
}
.timesheet_custom_popup .custom-model-wrap h3{
  padding: 0px;
  margin: 0;
  margin-bottom: 25px;
      text-transform: uppercase;
    border-bottom: 1px solid #dedede;
    color: rgb(26, 58, 76);
    font-size: 18px;
    text-align: left!important;
    font-weight: 700;
    padding: 5px 29px;
    
}
@media screen and (min-width:800px){
 .timesheet_custom_popup .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:799px){
 .timesheet_custom_popup .custom-model-inner{margin-top: 45px;}
}

.timesheet_custom_popup .add_update{
  display: flex;
  margin-bottom: 10px;
}
.timesheet_custom_popup .add_title{
  width: 200px;
}
.timesheet_custom_popup .add_title h4{
    margin-top: 3px;
    text-align: right;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.timesheet_custom_popup .week_hours input{
  width: 45%;
  margin-left: 10px;
  border: 1px solid #AED6F1;
}
.timesheet_custom_popup .week_hours h4{
  position: relative;
    left: 8px;
}
.timesheet_custom_popup .week_hours select{
    width: 259px;
    margin-left: 10px;
    border-radius: 5px;
    height: 31px;
    margin-top: 0px;
    border-radius: 0px !important;
}
.timesheet_custom_popup .duration .input-group{ 
  border-radius: 5px;
}
.timesheet_custom_popup .duration .c_input-group{
 margin-right: 13px; 
}
.timesheet_custom_popup .form-control{
    background: #eff3f4!important;
    border: 1px solid #ccc;
    color: #555 !important;
    border-radius: 0px;
    height: 32px;
}
.timesheet_custom_popup .resource input{
  width: 88%;
      background: #eff3f4!important;
  margin: 0;
}
.timesheet_custom_popup .total_resource{
    margin-top: -10px;
}
.timesheet_custom_popup .fa-calendar{
    color: #f05f65;
}
.grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.timesheet_custom_popup .add_title_width{
    width: 179px !important;
}
.timesheet_custom_popup .custom-model-wrap:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #f05f65;
    position: absolute;
    top: 45%;
    left: 0;
}
div#form-show .dropdown button{
        max-width: 104px;
}
.book_icon{
    position: relative;
    top: 3px;
}
.resourceGrid .formio-data-grid .formio-button-add-row{
    position: absolute;
    right: 10px;
    top: 36px;
    border-radius: 25px;
    padding: 4px 10px !important;
}
.resourceGrid .formio-data-grid th{
    background: #EDEFEE;
    color: #000 !important;
}
.resourceGrid .formio-data-grid .form-control{
      border: 1px solid #85C1E9 !important;
      border-radius: 5px;
}
.resourceGrid .formio-data-grid input{
    height: 32px !important;
}
.resourceGrid .formio-data-grid select{
    height: 32px !important;
}
.resourceGrid .formio-data-grid .fi-dropdownField .form-control {
    border-radius: 0px!important;
    height: 32px!important;
    border-radius: 5px !important;
}
.resourceGrid .formio-data-grid .glyphicon{
    font-size: 17px !important;
}
.resourceGrid .formio-data-grid .input-group-append{
   height: 30px !important;
   background: #eee !important;
   border: none;
    border-top: 1px solid #85C1E9 !important;
    border-left: 1px solid #85C1E9 !important;
    border-bottom: 1px solid #85C1E9 !important;
}
.resourceGrid .formio-data-grid th:last-child {
  background-color: #fff;
      border: none;
}

.resourceGrid .formio-remove-column{
        border: none;
}

.resourceGrid .formio-data-grid td:last-child {
  border-bottom: none;
}

/*==23-10-2023==*/

.shift-modal-planer .session-planned{
    overflow-y: auto;
    height: 500px;
}
.shift-modal-planer .modal-large{
    background: #fff;
}

/*==work oder form css ==*/

.resourceGrid input[type=radio]{
    position: absolute;
    top: -8px !important;
}
.resourceGrid .form-check{
    position: relative;
    top: 0px;
}

/* added by prem */
.task-table .alerts-border, .delivery-view-tbl .alerts-border {
    /* border-bottom: 2px solid #000 !important; */
    text-decoration: blink;
	-webkit-animation-name: blinking;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: 3;
}

@-webkit-keyframes blinking {
    from {opacity: 1.0;}
    to {opacity: 0.5;}
  }

/* added by prem */
.resourceGrid  .formio-component-containerDataGridBillable{
    height: 22px;
}
.resourceGrid  .formio-component-containerDataGridBillable .form-group{
    display: flex;
        align-items: center;
    justify-content: center;
}
.resourceGrid  .formio-component-containerDataGridBillable .form-group .form-check{
    position: relative;
    top: -10px;
}
.resourceGrid  .formio-component-containerDataGridBillable .form-group .form-check:nth-child(2){
    position: relative;
    top: -2px;
}
.resourceGrid .formio-component-containerDataGridUser .form-control{
      width: 150px;
}
.resCreateWorkOrder .formio-data-grid .formio-button-add-row{
    position: absolute;
    right: 10px;
    top: 35px;
    border-radius: 25px;
    padding: 4px 10px !important;
}

/* css for WO milestone */
.resourceGridMilestone .formio-data-grid .formio-button-add-row{
    position: absolute;
    right: 10px;
    top: 7px;
    border-radius: 25px;
    padding: 4px 10px !important;
}
.resourceGridMilestone .formio-data-grid th{
    background: #EDEFEE;
    color: #000 !important;
}
.resourceGridMilestone .formio-data-grid .form-control{
      border: 1px solid #85C1E9 !important;
      border-radius: 5px;
}
.resourceGridMilestone .formio-data-grid input{
    height: 32px !important;
}
.resourceGridMilestone .formio-data-grid select{
    height: 32px !important;
}
.resourceGridMilestone .formio-data-grid .fi-dropdownField .form-control {
    border-radius: 0px!important;
    height: 32px!important;
    border-radius: 5px !important;
}
.resourceGridMilestone .formio-data-grid .glyphicon{
    font-size: 17px !important;
}
.resourceGridMilestone .formio-data-grid .input-group-append{
   height: 30px !important;
   background: #eee !important;
   border: none;
    border-top: 1px solid #85C1E9 !important;
    border-left: 1px solid #85C1E9 !important;
    border-bottom: 1px solid #85C1E9 !important;
}
.resourceGridMilestone .formio-data-grid th:last-child {
  background-color: #fff;
      border: none;
}

.resourceGridMilestone .formio-remove-column{
    border: none;
    float: none !important;
    left: 0px !important;
}

.resourceGridMilestone .formio-data-grid td:last-child {
  border-bottom: none;
}

.resourceGridMilestone input[type=radio]{
    position: absolute;
    top: -8px !important;
}
.resourceGridMilestone .form-check{
    position: relative;
    top: -10px;
}
/* css for WO milestone*/
/*.formio-component-containerContent .col-lg-12{
    background: #f06066;
    padding: 5px;
    color: #fff;
    position: relative;
    top: 0px;
}
*/
.card .pink{
    background: #f06066!important;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    left: -14px;
    top: -6px;
}
.formio-component-plannedWeeklyHours {
    position: relative;
    width: 145px;
}
.formio-component-plannedWeeklyHours .control-label{
    font-size: 13px !important;
        position: relative;
    top: 4px;
    
}
.formio-component-plannedWeeklyHours input{
    position: absolute;
    right: -3px;
    width: 54px;
    top: 0
}
.formio-component-plannedTotalHours {
     position: relative;
     top: 10px;
}
.formio-component-plannedTotalHours .control-label{
    font-size: 13px !important;
        position: relative;
    top: 4px;
    
}
.formio-component-plannedTotalHours input{
        position: absolute;
        right: 25px;
    width: 55px;
    top: 4px;
}
.assign-project-team-1{
        background: #f05f65;
        width: 33% !important;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    top: -5px;
    left: -14px;
}
.assign-project-team-2{
        background: #f05f65;
        width: 33% !important;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    top: -5px;
    left: 6px;
}
.assign-project-team-3{
        background: #f05f65;
        width: 33% !important;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    top: -5px;
    right: -24px;
}
.errMsg_submit{
    color: red !important;
    margin-top: 10px;
}
.view-project-team .step-name{
    background: #f06066!important;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    left: -14px;
    top: -6px;
}
.disabled_timesheet_items{
    background: #e7e7e7!important;
    padding: 3px;
}
#replConfirm .modal-dialog{
    width: 400px;
}
#replConfirm .modal-dialog .modal-footer .update-roles{
    position: relative;
    top: 25px;
}
#MilestoneModal .custm-date-cont input{
    width: 150px;
}
#MilestoneModal .modal-dialog .close-popup{
    height: 30px;
    width: 30px;
    font-weight: normal !important;
}
.timesheet_data_color_pink{
    padding: 5px;
    border-radius: 0px;
    color: #000;
/*    border-left: 4px solid #DC143C;*/
    position: relative;
    top: 5px;
}
.timesheet_data_color_green{
    
    padding: 5px;
    border-radius: 0px;
    color: #000;
/*    border-left: 4px solid #00A36C;*/
    position: relative;
    top: 5px;
}
#roles-update-formnew select:disabled {
  background: #dddddd !important;
}
#roles-update-formnew input:disabled {
  background: #dddddd !important;
}
#updateuserRoleModalResourceUpd .modal-dialog .close{
    height: 30px;
    width: 30px;
    font-weight: normal !important;
}
.btn_success_back{
    background: #f06066 !important;
    border: 1px solid #f06066 !important;
}
.resTab:hover{
    text-decoration: none;
}
.edit_work_hrs{
        position: relative;
    left: 11px;
}
.btn_success_back_green{
    background-color: #449d44 !important;
    border-color: #398439 !important;
}
.assign-project-team{
    text-decoration: none !important;
        background: transparent;
}

.view-project-team{
        position: relative;
    left: -20px;
}
#addBtn{
    padding: 6px 11px;
    left: 5px;
    position: relative;
}
#MilestoneModal .modal-dialog{
    width: 800px;
}
.wo-cstm-input span{
    position: relative;
    text-align: right;
    float: left;
    margin-top: 10px;
    width: 9%;
    
    background: #e7e7e7;
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    top: -10px;
    left: 2px;
}
.hide_close_btn{
    visibility: hidden;
}


.fixedmont{
    width:100% !important;
}

/*==TIMESEET CSS 20-03-2024===*/
.timesheet_view_table table th{
    background: #f5f5f5 !important;
    color: #1a3a4c !important;
        font-weight: 500;
        border: 1px solid #ddd !important;
    border-bottom: none !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.timesheet_view_table .table-bordered>tbody>tr>td{
    border: 1px solid #ddd !important;
    text-align: center;
}
.timesheet_view_table .time_nu_1{
   box-shadow: none !important; 
   background: transparent !important;
       color: #333;
}
.timesheet_view_table .t_total{
        font-weight: normal !important;
}

.timesheet_view_table .btn-submit{
    border: 1px solid #f06066 !important;
    background: #fff !important;
    color: #f06066 !important;
}
.timesheet_view_table .designation{
    background: transparent; !important;
    text-align: center;
    color: #333;
    padding: 2px 10px;
   
}
.timesheet_view_table .form-select {
    padding: 5px;
    margin-top: 4px;
    width: 130px;
    position: relative;
    left: 0px;
}
.timesheet_view_table .time_link{
   background: transparent !important;
    color: #1a3a4c !important;
    font-size: 18px;
    box-shadow: none !important;
}

.custBgDev{
    margin: 0 !important;
    padding: 0 !important;
}
.custBgDev li{
    padding: 2px 0px;
    background: transparent;
    margin: 1px 0px;
    border-bottom: 1px solid #eee;
}
.devCustUType{
    text-align: center;
        text-transform: uppercase;
    font-weight: 600;
    color: #333 ;
}
.time_number a{
    text-decoration: none;
    color: #333;
}
.time_number a:hover{
    text-decoration: none;
    color: #333;
}
.chkActCommon{
    font-weight: bold;
    color: #333 !important;
}
.actual-timesheet{
    color: #00A36C !important;
}
.afterSubmitColor{
    color: #00A36C !important;
}
.view-project-team .step-name strong{
    font-weight: normal !important;
}
/*.timesheet_data_color_pink::before{
   content: '';
       display: inline-block;
       width: 10px;
       height: 10px;
       -moz-border-radius: 7.5px;
       -webkit-border-radius: 7.5px;
       border-radius: 7.5px;
       background-color: #DC143C;
       position: relative;
    left: -5px;
    top: 1px;
}*/
/*.timesheet_data_color_green::before{
   content: '';
       display: inline-block;
       width: 10px;
       height: 10px;
       -moz-border-radius: 7.5px;
       -webkit-border-radius: 7.5px;
       border-radius: 7.5px;
       background-color: #00A36C;
       position: relative;
    left: -5px;
    top: 1px;
}*/
.timesheet_view_table .btn[disabled]{
    background: #eee !important;
}

.assign-project-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.assgin-right .step-name{
    border: 1px solid #1a3a4c;
    padding: 4px 8px;
    border-radius: 5px;
    
    color: #1a3a4c;
    position: relative;
    top: -2px;
    font-weight: 500;
}
.assgin-right .step-name .fa{
    color: #f06066;
        padding-right: 5px;
}
.assign-left a{
    position: relative;
    left: -33px !important;
}
.assgin-right{
    position: relative;
    right: -15px;
}
.amount-color{
        color: #333;
    
    letter-spacing: 1px;
    font-weight: 600;
}

.assign-project-data{
    background: #f06066 !important;
    color: #fff;
    border: 1px solid #f06066;
    font-weight: 500;
    padding: 5px 10px;
    position: relative;
    left: -8px;
    top: -4px;
    border-radius: 0px;
}
.assign-project-data .fa{
    position: relative;
    top: 1px;
    margin-right: 5px;

}

.dot-hover-red::before{
   content: '';
       display: inline-block;
       width: 10px;
       height: 10px;
       -moz-border-radius: 7.5px;
       -webkit-border-radius: 7.5px;
       border-radius: 7.5px;
       background-color: #DC143C;
       position: relative;
    left: -5px;
    top: 1px;
}

.dot-hover-green::before{
   content: '';
       display: inline-block;
       width: 10px;
       height: 10px;
       -moz-border-radius: 7.5px;
       -webkit-border-radius: 7.5px;
       border-radius: 7.5px;
       background-color: #00A36C;
       position: relative;
    left: -5px;
    top: 1px;
}
.assign-pink{
    border-radius: 0px !important;
}
.assign-pink .fa{
    color: #fff !important;
    position: relative;
    top: 1px;
}
.view-project-pink{
    background: #fff !important;
    border: 1px solid #1a3a4c !important;
    padding: 4px 8px !important;
    border-radius: 0px !important;
    color: #1a3a4c !important;
    position: relative !important;
    top: -6px !important;
    font-weight: 500 !important;
        margin-left: 10px;
}
.view-project-pink span{
    font-weight: bold;
}
.view-project-btn{
     border-radius: 0px !important;
         padding: 5px 10px ! IMPORTANT;
}

.view-project-btn .fa{
    color: #fff;
    position: relative;
    top: 1px;
}
