﻿#wrapper {
    width: 100%;
    /* background: rgb(211 211 211 / 30%); */
}

#page-wrapper {
    padding: 15px 15px;
    /* min-height: 600px; */
    background: #ffffff;
}

#page-inner {
    /* width:100%; */
    /* margin:10px 20px 10px 0px; */
    /* background-color:#fff!important; */
    /* padding:10px; */
    /* min-height:1200px; */
}

/* .text-center {
    text-align: center;
}

.no-boder {
    border: 1px solid #f3f3f3;
} */

/* h2 {
    color: #f00;
}

h4 {
    padding-top: 10px;
} */

.square-btn-adjust {
    border: 0px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
} */


/*==============================================
       DASHBOARD STYLES    
        =============================================*/

.panel-back {
    /* background-color:#F8F8F8; */
}


.medical-test-certificate .button-one {
	 float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 20px; */
    margin: 0px;
        margin-bottom: 20px;
	
}

.summary-section ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .summary-section ul li {
        /* width: 320px;*/
        /*Because Of Webpart Zone
        width:185px;*/
        height: 60px;
    }

.noti-box {
    /* min-height: 60px; */
    /* padding: 20px; */
    /* width: 270px; */
    border: 1px solid #D3D3D3;
    margin: 0;
    padding: 22px;
    border-radius: 0px;
    /* display: flex; */
}

    .noti-box .icon-box {
        display: block;
        float: left;
        margin: 0 15px 10px 0;
        width: 70px;
        height: 70px;
        line-height: 75px;
        vertical-align: middle;
        text-align: center;
        font-size: 40px;
    }

.text-box p {
    margin: 0 5px 0px;
    padding: 0;
}

.Single {
    font-size: 26px;
    color: #878787;
    font-weight: 600;
}

.top-bar-tittle span {
    width: 16px;
    height: 16px;
    background-color: #878787;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    /* padding: 8px; */
    position: absolute;
    /* top: 2px; */
    right: 40px;
    text-align: center;
}

.col-md-8 .top-bar-tittle {
    justify-content: end;
    background-color: rgb(239 63 67 / 30%);
    padding: 0px 30px;
}

    .col-md-8 .top-bar-tittle p {
        font-size: 16px;
        color: #000000;
    }
#lblAppLatestNotification{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 760px;
}
.col-md-1 .top-bar-tittle {
    justify-content: center;
}

.top-bar-tittle {
    height: 76px;
    align-items: center;
    display: flex;
    margin: 0px;
    padding: 0;
    width: 100%;
}
.top-bar-tittle p {
    padding: 0;
    margin: 0;
}
.top-bar-tittle h2 {
    padding: 0;
    margin: 0;
    color: #000000;
    padding: 0px 40px;
    font-size: 26px;
}
.topbar-notification{
	background-color: #fac5c6;
    padding-left: 20px;
    padding-right: 18px;
    justify-content: flex-end;	
}
.topbar-notification p {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
}
.text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-text {
    font-size: 18px;
    /*font-weight: 600; */
    margin: 0;
    padding: 0;
}

.set-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.bg-color-green {
    background-color: #00CE6F;
    color: #fff;
}

.bg-color-blue {
    background-color: #A95DF0;
    color: #fff;
}

.bg-color-red {
    background-color: #DB0630;
    color: #fff;
}

.bg-color-brown {
    background-color: #B94A00;
    color: #fff;
}

.icon-box-right {
    display: block;
    float: right;
    margin: 0 15px 10px 0;
    width: 70px;
    height: 70px;
    line-height: 75px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

.main-temp-back {
    background: #8702A8;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

    .main-temp-back .text-temp {
        font-size: 40px;
    }

.back-dash {
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #2EA7EB;
    color: #fff;
}

    .back-dash p {
        padding-top: 16px;
        font-size: 13px;
        color: #fff;
        line-height: 25px;
        text-align: justify;
    }

.back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}

.back-footer-red {
    background-color: #AF0000;
    border-top: 0px solid #fff;
}

.color-bottom-txt {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}


/*CHAT PANEL*/

.chat-panel .panel-body {
    height: 450px;
    overflow-y: scroll;
}

.chat-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat-box li {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #808080;
    }

        .chat-box li.left .chat-body {
            margin-left: 90px;
        }

        .chat-box li .chat-body p {
            margin: 0;
            color: #8d8888;
        }

.chat-img > img {
    margin-left: 20px;
}


/*==============================================
        MENU STYLES    
        =============================================*/

.user-image {
    margin: 0px auto 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-height: 170px;
    max-width: 170px;
    background-color: #ffffff;
    border-radius: 50%;
    /* padding: 30px; */
}

.sidebar-collapse > .nav > li.user-pic p {
    padding-top: 10px;
    margin: 0;
}

.navbar-cls-top .navbar-brand {
    color: #fff;
    background: #C90000;
    width: 260px;
    text-align: center;
    height: 60px;
    font-size: 30px;
    font-weight: 700;
}

.active-menu {
    /* background-color:#C90000!important; */
    color: #878787 !important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 55px;
    }

.sidebar-collapse,
.sidebar-collapse .nav {
    background: none;
}

    .sidebar-collapse .nav {
        padding: 0;
    }

.summary-section {
    padding: 16px;
   /* border-top: 1px solid #D3D3D3; */
}

#main-menu {
    padding: 20px 0px 0px;
    margin-top: -72px;
    border-top: 1px solid #D3D3D3;
}

.sidebar-collapse > .nav > li.user-pic .nav {
    padding: 0px 0px 20px;
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 55px;
}
.sidebar-collapse > .nav > li.user-pic .nav li a {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    background: transparent;
    text-decoration:underline;
}
.sidebar-collapse .nav > li > a {
    color: #000000;
    /* background: rgb(211 211 211 / 30%); */
    text-shadow: none;
}

.sidebar-collapse > .nav > li > a {
    padding: 18px 16px;
    font-size: 16px;
    display: block;
    position: relative;
}

.section-brd .sidebar-collapse .nav {
    display: block;
}

.navbar-header button.navbar-toggle {
    display: none;
}

.sidebar-collapse > .nav > li {
    border-bottom: 1px solid #D3D3D3;
}

.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
    background: transparent;
    outline: 0;
    color: #878787;
}

.nav-second-level > li > a:before,
.nav-third-level > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 15px;
    height: 1px;
    background: #ff0000;
    top: 20px;
}

.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 1px;
    height: 100%;
    background: #ff0000;
    top: 0px;
    z-index: 10;
}

.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    background-color: rgb(211 211 211 / 30%);
    padding-top: 72px;
    background: none;
    border-right: 1px solid #D3D3D3;
}

.navbar-cls-top {
    background: #ffffff;
    border-bottom: none;
}

.section-brd {
    border: 1px solid #D3D3D3;
    height: 100%;
    border-top: 3px solid #000000;
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
    margin-top: 27px !important; /* 40px */
}

.container-xl.custom-container-xl {
    max-width: 1640px;
    margin: 0 auto;
    width: 100%;
    /* overflow-x: hidden; */
}

.navbar-cls-top .navbar-brand:hover {
    background: #C90000;
    color: #fff;
}

.navbar-default {
    /* border: 0px solid #D3D3D3; */
}

.navbar-header {
    background: #A70303;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #B40101;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

.nav > li > a > i {
    margin-right: 10px;
}


/*==============================================
        UI ELEMENTS STYLES     
        =============================================*/

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}


/* dashboard body */

.dashboard-body {
    padding: 16px 20px;
    position: relative;
    margin: 30px 0px;
}

    .dashboard-body .dashboard-content h2 {
        color: #000000;
        font-size: 26px;
    }

        .dashboard-body .dashboard-content h2 span {
            color: #878787;
        }

.dashboard-para ul li {
    font-size: 16px;
}

.dashboard-para p {
    padding: 10px 0px;
    margin: 0;
}

.dashboard-para ul {
    position: relative;
    left: 16px;
}

.job-list-item {
    border: 1px solid #D3D3D3;
    border-top: 3px solid #000000;
    /* padding: 20px; */
}

    .job-list-item h3 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        line-height: 30px;
    }

    .job-list-item p {
        font-size: 16px;
        line-height: 26px;
        color: #878787;
    }

.active-status p {
    color: #000000;
}

    .active-status p span {
        color: #878787;
    }

.job-list-item {
    border: 1px solid #D3D3D3;
    border-top: 3px solid #000000;
    /* padding: 20px; */
    margin-bottom: 26px;
}

    .job-list-item h3 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        line-height: 30px;
        padding: 16px 20px 0px;
    }

    .job-list-item p {
        font-size: 16px;
        line-height: 26px;
        color: #878787;
        padding: 0px 20px 0px;
        margin: 0;
    }

.active-status p {
    color: #000000;
    margin: 0;
    padding: 0;
}

    .active-status p span {
        color: #878787;
    }

.job-list-item ul {
    display: flex;
    list-style: none;
    /* width: 58%; */
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
    /* padding: 0; */
    padding: 5px 20px 10px;
}
.job-list-item ul span {
    margin: 0px 5px;
}
    .job-list-item ul li a {
        font-size: 14px;
        color: #404040;
    }

.section-brd .sidebar-collapse {
    position: relative;
}

    .section-brd .sidebar-collapse:before {
        background-color: #ffffff;
        content: '';
        display: block;
        position: absolute;
        height: 20.0%;
        width: 100%;
        top:0px;
    }

.active-status {
    background-color: #EDEDED;
    /* padding: 8px 0px; */
    margin: 16px 0px;
    padding: 8px 20px 8px;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}

.top-bar {
    margin: 0;
    border-bottom: 1px solid #D3D3D3;
}

.job-list-item h6 {
    padding: 0px 20px 0px;
    font-size: 16px;
    /*color: #878787;*/
}

.application-dashboard-body .job-list-item p {
    font-size: 14px;
    /*color: #000000;*/
    margin: 0;
    font-weight:400;
}
.application-dashboard-body .job-list-item p span {
    color: #878787;
}
.application-dashboard-body .job-list-item {
    padding: 0px 0px 0px 0px;
}
.application-dashboard-body .job-list-item ul {
    width: 28%;
}
.application-dashboard-body h2 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
}
.application-dashboard-body .job-list-item h3 {
    padding: 16px 20px 0px;
}
/* saved page css */
.Saved-dashboard-body .job-list-item p {
  /*  color: #878787; */
}
.Saved-dashboard-body .job-list-item h6 {
    color: #000000;
}
/*.Saved-dashboard-body .job-list-item h6 span {
    color: #878787;
}*/
.Saved-dashboard-body .job-list-item ul li:first-child {
    display: none;
}
.Saved-dashboard-body .job-list-item ul span {
    display: none;
}
.Saved-dashboard-body .job-list-item ul {
    justify-content: end;
}
.assignment-detail {
    padding: 20px 20px;
}
.assignment-detail .button-one {
    float: none;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    font-size: 18px !important;
    margin: 0px;
}
.assignment-detail h2 {
    font-weight: 400;
    margin-bottom: 16px;
}
hr.head-divider{
    margin-top: 32px;
    margin-bottom: 0px;	
}
.Saved-dashboard-body-03 .assignment-detail h3 {
    padding: 0px;
    font-size: 26px;
    font-weight: 400;
    margin: 30px 0px 15px;
}
.Saved-dashboard-body-03 .upload-file-sec p {
    color: #000000;
    padding: 0;
    font-size: 14px;
    font-style:italic;
}
.upload-notice > p > span {
    color: #878787;
}
/*.upload-notice {
    padding: 0px 15px!important;
}*/
.table-bordered tr td:last-child {
    text-align: center;
}
button {
    border: none !important;
    background-color: transparent;
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}
.job-summary-table {
    padding: 30px 0px 0px;
}
.Saved-dashboard-body-03 .upload-file-sec input[type=file]::file-selector-button {
    border: 2px solid #878787;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #878787;
    transition: 1s;
    color: #ffffff;
    width: 166px;
    height: 50px;
}
.Saved-dashboard-body-03 .upload-file-sec input[type=file]::file-selector-button:hover {
    background-color: #878787;
    border: 2px solid #878787;
    color: #ffffff;
}
.text-underline{
	text-decoration: underline;
}
.introductory-form {
    padding: 20px 0px;
}
.applicant-form {
    padding: 20px 0px;
}
.column-form {
    padding: 20px 0px;
}
.column-form .upload-file-sec{
	flex-wrap: wrap;
}
.column-form .upload-file-sec label {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.column-form .upload-file-sec .fUpload__inner {
    min-height: 250px;
    /* align-items: center; */
    justify-content: center;
    display: flex;
    flex-direction: column;
	border: 1px #D3D3D3 dashed;
	border-radius: 20px;
	border-width: 2px 2px;
    padding: 10px 10px;
    max-height: 100%;
    align-items: center;
    text-align: center;
}
.column-form .fUpload__inner input[type="file"]:before{
	left: 50%;
    transform: translate(-50%, -0%);
}
#text button {
    float: right;
}

.certificates-form {
    padding: 20px 0px;
}

.experience-form {
    padding: 20px 0px;
}

/* end */

#dpDateOfJoining{
	width: 100%;
    height: 50px;
    border: 1px solid #D3D3D3;
    /* margin: 0; */
    padding: 10px;
    /* font-size: 14px; */
    font-weight: 500;
}

#lblDOJ{
	margin-top:12px;
}
/*==============================================
        MEDIA QUERIES     
        =============================================*/

@media(min-width:768px) {
    #page-wrapper {
        margin: 0px 0 0 0px;
        padding: 0px 0px;
        /* min-height: 1200px; */
        /* position: relative; */
        width: 84%;
    }

    .navbar-side {
        z-index: 1;
        /* position: absolute; */
        /*width: 16%;*/
        /*Because Of Webpart Zone*/
        /* width: 109%;*/
        /* margin-top: 148px; */
        width: 255px;
        background-color: #EDEDED;
    }

    .navbar {
        border-radius: 0px;
        
    }
}
