/* .bootstrap-datetimepicker-widget.dropdown-menu { width: 230px; height: 252px; left: -16px !important; } */

.dataTable>tbody>tr>td {
    padding: 15px 5px !important;
}


/* #client-detail .card-icon { background: #0b80e0; } */

#client-detail .card-body .form-group p.form-control-static,
#student-detail .card-body .form-group p.form-control-static {
    margin-top: 16px;
}

#clientProjectChart .ct-labels .ct-label.ct-horizontal {
    padding-left: 40%;
}

#clientStudentChart .ct-labels .ct-label.ct-horizontal {
    font-size: x-small;
    padding-left: 11px;
}

#topCompaniesChart .ct-labels .ct-label.ct-horizontal {
    font-size: x-small;
    padding-left: 30px;
}

.view_button {
    padding-left: 50%;
}


/* #clientList .card-header-client .card-icon { background: #0b80e0; } */

#clientList .card-body a.view_button {
    color: #0b80e0;
}

#clientList .card-body ul.pagination>li.active a {
    background-color: #0b80e0;
    border-color: #0b80e0;
}

#liveProjectsChart .ct-labels .ct-label.ct-horizontal {
    font-size: 14px;
    margin-left: -8px;
    padding-left: 0;
}


/* #studentProjectChart .ct-labels .ct-label.ct-horizontal { padding-left: 50%; } */

.pieColor4 .ct-slice-pie {
    stroke: #59922b;
    fill: #59922b;
}

.pieColor5 .ct-slice-pie {
    stroke: lightsalmon;
    fill: lightsalmon;
}

.pieColor6 .ct-slice-pie {
    stroke: #9c27b0;
    fill: #9c27b0;
}

.pieColor1 .ct-slice-pie {
    stroke: #00bcd4;
    fill: #00bcd4;
}

#studentList .card-body a.view_button {
    color: #F67E09;
}

#studentList .card-body ul.pagination>li.active a {
    background-color: #F67E09;
    border-color: #F67E09;
}

#studentList .card-header .card-title,
#clientList .card-header .card-title,
#companyList .card-header .card-title {
    display: inline-block;
}

#studentList .card-header .add-student,
#clientList .card-header .btn-black,
#companyList .card-header .btn-black {
    margin-top: 10px;
}


/* #universityList .card-header-university .card-icon { background: #00acc1; } */

#universityList .card-body a.view_button {
    color: #FFCC00;
}

#universityList .card-body ul.pagination>li.active a {
    background-color: #FFCC00;
    border-color: #FFCC00;
}

#companyList .card-body ul.pagination>li.active a {
    background-color: #580A60;
    border-color: #580A60;
}

.ct-chart .ct-label {
    fill: aliceblue;
}

#topProjByCmp .ct-labels .ct-label.ct-horizontal {
    margin-left: -10px;
    font-size: 11px;
    width: 50px !important;
}

.dashboard-page .ct-labels .ct-label.ct-horizontal {
    margin-left: -5px;
}

.project-info li {
    padding: 8px;
    text-align: left;
}

.project-info li>i,
.project-info li p {
    vertical-align: middle;
    display: inline;
}

.text-project-name {
    color: black;
}

.btn.btn-project-detail {
    background-color: #f3653d;
}

.card .card-header-open-projects .card-icon,
.card .card-header-closed-projects .card-icon {
    background-color: #0F8DE9;
}

.card .card-header-live-projects .card-icon {
    background-color: #00CCFF;
}


/* .card-product { height: 100% !important; } */

.card.card-product .card-header-image a {
    display: block;
}

.card-product .card-description {
    text-align: left;
}

.text-lightsalmon {
    color: lightsalmon;
}

.card .card-header-white {
    background-color: white;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(206, 211, 211, 0.4);
}

.card .card-header.card-header-image img {
    max-height: 162px;
}

.dashboard-page .card-product .card-footer,
.project-listing-page .card-product .card-footer,
.student-profile .card-product .card-footer,
.client-profile .card-product .card-footer,
.cdet-pr-listing .card-product .card-footer {
    justify-content: flex-start;
}

.card-product .card-footer p.company-name {
    margin-bottom: 0;
}

.card.card-stats.active p.project-underline:after {
    content: '';
    height: 1px;
    width: 50%;
    margin: 0 auto;
    margin-left: 25%;
    float: left;
}

.card.card-stats.active .card-header-student p.project-underline:after {
    background-color: #F67E09;
}

.card.card-stats.active .card-header-warning p.project-underline:after {
    background-color: #ff9800;
}

.card.card-stats.active .card-header-info p.project-underline:after {
    background-color: #26c6da;
}

.card.card-stats.active .card-header-success p.project-underline:after {
    background-color: #66bb6a;
}

.card.card-stats.active .card-header-danger p.project-underline:after {
    background-color: #ef5350;
}

.card.card-stats.active .card-header-project p.project-underline:after {
    background-color: #0B3056;
}

.card.card-stats.active .card-header-client p.project-underline:after {
    background-color: #107BF8;
}

#studentsTable .img-container,
#educatorTable .img-container,
#clientTable .img-container {
    width: 40px;
    border-radius: 50%;
}

#companyTable .cmp-img {
    width: 110px;
    max-height: 55px;
}

#companyTable a,
#clientTable a {
    color: #333;
}

.student-profile span.eval-score {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #F67E09;
    position: absolute;
    top: 0;
    right: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.student-profile .card-profile .card-avatar {
    position: relative;
    overflow: visible;
}

.student-profile .card-profile .card-avatar img {
    overflow: hidden;
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

#selected-photo {
    width: 100px;
    height: 100px;
}

#edit_other_details .pop-title h3,
#edit_personal_details .pop-title h3,
#edit_about .pop-title h3,
#edit_company .pop-title h3,
#add_company .pop-title h3,
#change_password .pop-title h3,
#forgot_password .pop-title h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.select2-container .select2-choice {
    font-size: 15px;
    padding: 4px 15px !important;
    height: auto !important;
}

.card .card-header-student .card-icon {
    background: #F67E09;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(246, 126, 9, 0.4)
}

.btn.btn-student {
    color: #fff;
    background-color: #F67E09;
    border-color: #F67E09;
    box-shadow: 0 2px 2px 0 rgba(246, 126, 9, 0.14), 0 3px 1px -2px rgba(246, 126, 9, 0.2), 0 1px 5px 0 rgba(246, 126, 9, 0.12);
}

.btn.btn-student:hover {
    box-shadow: 0 14px 26px -12px rgba(246, 126, 9, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(246, 126, 9, 0.2);
}

.btn.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn.btn-black:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-wizard[data-color="student"] .moving-tab {
    background-color: #F67E09;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(246, 126, 9, 0.4);
}

.card-wizard[data-color="student"] .picture:hover {
    border-color: #F67E09;
}

.card-wizard[data-color="client"] .moving-tab {
    background-color: #107BF8;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(16, 123, 248, 0.4);
}

.card-wizard[data-color="client"] .picture:hover {
    border-color: #107BF8;
}

.card-wizard .btn {
    font-weight: 600;
    min-width: 141px;
}

.card .card-header-client .card-icon {
    background: #107BF8;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(16, 123, 248, 0.4)
}

.btn.btn-client {
    color: #fff;
    background-color: #107BF8;
    border-color: #107BF8;
    box-shadow: 0 2px 2px 0 rgba(16, 123, 248, 0.14), 0 3px 1px -2px rgba(16, 123, 248, 0.2), 0 1px 5px 0 rgba(16, 123, 248, 0.12);
}

.btn.btn-client:hover {
    box-shadow: 0 14px 26px -12px rgba(16, 123, 248, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(16, 123, 248, 0.2);
}

.card .card-header-company .card-icon {
    background: #580A60;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(88, 10, 96, 0.4)
}

.btn.btn-company {
    color: #fff;
    background-color: #580A60;
    border-color: #580A60;
    box-shadow: 0 2px 2px 0 rgba(88, 10, 96, 0.14), 0 3px 1px -2px rgba(88, 10, 96, 0.2), 0 1px 5px 0 rgba(88, 10, 96, 0.12);
}

.btn.btn-company:hover {
    box-shadow: 0 14px 26px -12px rgba(88, 10, 96, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(88, 10, 96, 0.2);
}

.card .card-header-project .card-icon {
    background: #0B3056;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(11, 48, 86, 0.4)
}

.btn.btn-project {
    color: #fff;
    background-color: #0B3056;
    border-color: #0B3056;
    box-shadow: 0 2px 2px 0 rgba(11, 48, 86, 0.14), 0 3px 1px -2px rgba(11, 48, 86, 0.2), 0 1px 5px 0 rgba(11, 48, 86, 0.12);
}

.btn.btn-project:hover {
    box-shadow: 0 14px 26px -12px rgba(11, 48, 86, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(11, 48, 86, 0.2);
}

.project-listing-page .card-stats .card-header.card-header-icon i,
.stdetail-page-counts .card-stats .card-header.card-header-icon i,
.cldetail-page-counts .card-stats .card-header.card-header-icon i,
.clients-page .card-stats .card-header-project i,
.cmp-detail-pr-listing .card-stats .card-header-project i,
.uni-detail-pr-listing .card-stats .card-header-project i,
.projects-page .card-stats .card-header-project i {
    font-family: Roboto;
}

.project-underline {
    display: inline-block;
}

.card .card-header-university .card-icon,
.card .card-header-university:not(.card-header-icon):not(.card-header-text) {
    background: #FFCC00;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 204, 0, 0.4)
}

.btn.btn-university {
    color: #fff;
    background-color: #FFCC00;
    border-color: #FFCC00;
    box-shadow: 0 2px 2px 0 rgba(255, 204, 0, 0.14), 0 3px 1px -2px rgba(255, 204, 0, 0.2), 0 1px 5px 0 rgba(255, 204, 0, 0.12);
}

.btn.btn-university:hover {
    box-shadow: 0 14px 26px -12px rgba(14, 13, 12, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 204, 0, 0.2);
}

#clientProjectChart.ct-chart .ct-series-a .ct-bar {
    stroke: #4caf50;
}

#studentsEngagedChart.ct-chart .ct-series-a .ct-point,
#studentsEngagedChart.ct-chart .ct-series-a .ct-line,
#clientStudentChart.ct-chart .ct-series-a .ct-bar,
#liveProjectsChart.ct-chart .ct-series-a .ct-point,
#liveProjectsChart.ct-chart .ct-series-a .ct-line {
    stroke: #e91e63;
}

#dliveProjectsChart .ct-labels .ct-label.ct-horizontal {
    padding-left: 40%;
}

.pop-content .row {
    margin-bottom: 18px;
}

#edit_other_details .form-control:read-only,
.selectpicker-row .form-control:read-only {
    background-image: none !important;
}

i.edit {
    margin-top: -8px;
}

.multi-select-sector {
    color: #555555;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #a8a8a8;
    background-image: none !important;
    -webkit-appearance: menulist !important;
    width: 100%;
}

.close-icon {
    float: right;
    background: url(../img/close-icon.png) no-repeat;
    height: 8px;
    width: 8px;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 11px;
}

.county-box {
    width: 100%;
    padding: 8px 10px;
    background-color: #fff;
    margin-bottom: 0px;
    border: 1px solid #bfbfbf;
    border-top: 0px;
    margin-bottom: 30px;
    min-height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.county-box a.sectorarray {
    padding: 2px 26px 2px 15px;
    margin: 5px 10px 5px 0px;
    position: relative;
    background: #393536;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}

.county-box a.sectorarray .close-icon1 {
    margin-left: 6px;
    font-size: 16px;
}

span.required-msg {
    font-size: 12px;
    color: red;
}

.btn.btn-file {
    min-width: 148px;
}

.bootstrap-select .dropdown-item.active {
    background: #3875d7;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(56, 117, 215, 0.4);
    background-color: #3875d7;
}

.university-dropdown.dropdown-menu .dropdown-item:hover,
.university-dropdown.dropdown-menu .dropdown-item:focus,
.university-dropdown.dropdown-menu a:hover,
.university-dropdown.dropdown-menu a:focus,
.university-dropdown.dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 204, 0, 0.4);
    background-color: #FFCC00;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}


/* Default */

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.circle-text {
    cursor: pointer;
    display: inline-block;
    height: 27px;
    width: 27px;
    text-align: center;
    padding-top: 2px;
    border-radius: 50%;
    color: #fff;
}

.circle-text.project {
    background: #0B3056;
}

.circle-text.client {
    background: #107BF8;
}

.circle-text.student {
    background: #F67E09;
}

.chart-row .card .card-footer {
    display: block;
}

.pr-st-counts {
    margin-left: auto;
}

.modal-dialog .modal-header {
    padding-bottom: 24px;
}

.modal-dialog .modal-body {
    padding-top: 0;
}

.v-middle {
    vertical-align: middle;
}

.hire-reject-btn {
    width: 79px;
    word-wrap: normal;
    white-space: unset;
}

.btn.btn-sm.hire-reject-btn {
    padding: 0.40625rem 1.0rem;
}

.select-deliverable {
    float: left;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #a8a8a8;
    min-height: 220px;
    margin-bottom: 50px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-deliverable label {
    font-size: 14px;
    color: #363636;
    padding: 0px !important;
}

.text-search {
    position: relative;
}

.select-deliverable-btn-sec {
    float: left;
    width: 100%;
    padding-top: 20px;
    height: 126px;
    overflow: auto;
}

.select-deliverable-btn,
.select-deliverable-btn:hover,
.select-deliverable-btn:focus {
    padding: 2px 10px 2px 10px;
    float: left;
    background: #282828;
    color: #fff;
    position: relative;
    font-size: 14px;
    margin: 0px 10px 10px 0px;
}

.select-deliverable-btn-sec-bott .select-deliverable-btn,
.select-deliverable-btn-sec-bott .select-deliverable-btn:hover,
.select-deliverable-btn-sec-bott .select-deliverable-btn:focus {
    background: #0B3056;
    padding: 2px 30px 2px 10px;
    float: left;
}

.select-deliverable-btn-sec-bott {
    float: left;
    width: 100%;
    padding: 20px 15px;
    height: 120px;
    overflow: auto;
    border: 1px solid #a8a8a8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project-edit .card-body .row {
    margin-bottom: 18px;
}

.select-deliverable:after {
    position: absolute;
    right: 35px;
    bottom: -20px;
    width: 34px;
    height: 20px;
    content: "";
    background: url(../../../assets/images/select-bdr.png) no-repeat;
}

.text-search input[type="text"] {
    padding-left: 35px;
}

.select-deliverable input[type="text"] {
    border: 1px solid #b9b9b9;
    height: 36px;
    color: #757575;
    font-size: 14px;
    width: 100%;
}

.search-icon {
    background: url(../../../assets/images/icon-search.png) no-repeat center center;
    height: 36px;
    width: 36px;
    border: 0px !important;
    position: absolute;
    top: 6px;
    left: 15px;
}

.desire-skill .search-icon {
    top: 0px;
    left: 0px;
}

.datepicker.dropdown-menu {
    transform: unset !important;
    opacity: 1;
}

.sidebar .logo a.logo-mini {
    width: 100%;
    float: none;
    margin: auto 0;
}

.sidebar .logo a.logo-mini.sm {
    display: none;
}

.sidebar-mini .sidebar .logo a.logo-mini.lg {
    display: none;
}

.sidebar-mini .sidebar .logo a.logo-mini.sm {
    display: block;
}

.logo-mini.lg img {
    max-width: 90%;
}

.alert-dismissible .close {
    top: 20%;
}

.reset-pass-page .card-login .card-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.reset-pass-page .card .card-body .form-group {
    width: 100%;
}

.university-footer {
    z-index: 2;
}

.href-link-color,
.href-link-color:active,
.href-link-color:hover,
.href-link-color:focus {
    color: #495057;
}

.btn.btn-university.btn-link {
    background-color: transparent;
    color: #FFCC00;
    box-shadow: none;
}

.btn.btn-university.btn-link:hover,
.btn.btn-university.btn-link:focus,
.btn.btn-university.btn-link:active {
    background-color: transparent;
    color: #FFCC00;
}

.reset-pass-page .card-login .card-title,
.login-page .card-login .card-title {
    margin: 0;
    font-size: 21px;
    color: #495057;
}

.btn.btn-university.login {
    color: #495057;
    font-size: 15px;
}

.card-title.project-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.float-tag {
    position: absolute;
    top: 8px;
    padding: 2px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}

.float-tag.draft {
    right: 8px;
    background: #f44336;
}

.float-tag.live {
    left: 8px;
    background: #4caf50;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #4CAF50;
}

.table.table-hover tbody tr.selected:hover {
    background-color: #43A047;
}

.clickable-cards .card.card-stats {
    cursor: pointer;
}

.card-login .form-group {
    width: 82%;
}

.custom-admin-pagination.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.custom-admin-pagination.pagination li {
    display: inline-block;
}

.custom-admin-pagination.pagination li a {
    color: #0B3056;
    padding: 10px 15px;
}

.custom-admin-pagination.pagination li.active a {
    color: white;
    border-radius: 2px;
    background: #0B3056;
}

.btn.btn-tutor {
    color: #fff;
    background-color: #7b5298;
    border-color: #7b5298;
    box-shadow: 0 2px 2px 0 rgba(106, 59, 138, 0.14), 0 3px 1px -2px rgba(106, 59, 138, 0.2), 0 1px 5px 0 rgba(106, 59, 138, 0.12);
}

.btn.btn-tutor:hover {
    box-shadow: 0 14px 26px -12px rgba(106, 59, 138, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(106, 59, 138, 0.2);
}


.course-all {
        color: #fff;
        background-color: #8f8f8f;
        padding: 1rem 3rem !important;
    }
    .course-selected {
        background-color: #000000;
        color: #fff;
        padding: 1rem 3rem !important;
    }
    .badge-lg {
        font-size: 1.6rem;
        font-weight: 300;
        padding: 1rem 2.5rem;
        border-radius: 5px;
    }
    .mb-3, .my-3 {
        margin-bottom: 1rem!important;
    }
    .badge {
        display: inline-block;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        -webkit-transition: color .15s ease-in-out, background-color .2s ease-out, border-color .15s ease-in-out, -webkit-box-shadow .2s ease-out;
        transition: color .15s ease-in-out, background-color .2s ease-out, border-color .15s ease-in-out, -webkit-box-shadow .2s ease-out;
        -o-transition: color .15s ease-in-out, background-color .2s ease-out, border-color .15s ease-in-out, box-shadow .2s ease-out;
        transition: color .15s ease-in-out, background-color .2s ease-out, border-color .15s ease-in-out, box-shadow .2s ease-out;
        transition: color .15s ease-in-out, background-color .2s ease-out, border-color .15s ease-in-out, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    }