/* header css  */
.btn-green {
    background-color : #009591;
   /*  margin-right: 20px;  */
    margin-right: 10px;
}

.btn-black {
    background-color: #000000;
}

.logo-img {
    width: 450px;
}

.header-right {
    text-align: center;
}

.header-top {
 /*padding: 30px 0 15px 40px;*/
    padding: 30px 0 15px 0;
}

.custom-btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /*font-size: 11.5px;*/
    font-size: 12px;
    /*padding: 4px 5px;*/
    padding: 5px 10px;
    margin-top: 3px;
}

.custom-navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;

}

.custom-navbar li a {
    color: #535353;
     font-size: 12px;
   /*  font-size: 11.5px;
   font-size: 11.4px;*/
    text-transform: uppercase;
}

.tab-content ul li {
    list-style-position:outside;
    list-style: square;
    padding: 5px 0;
}


.main-tab-div {
    height: 272px;
    overflow: auto;
}

/* css for home page */

/* Common Top Menu Switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* css for slider */
.bx-wrapper .bx-pager  {
    padding-top: 0;
    position: relative;
    bottom: 30px;
}

.bx-wrapper {
    margin-bottom: 0;
    padding: 0;
}

.bx-wrapper ul {
    padding: 0;
    margin:0 !important;
}

.bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.bxslider li img {
    width:100%;
    max-height:500px;
}

.bx-prev, .bx-next {
    display: none;
}


/* other css home page*/
.home-page-section{
    padding: 40px 0;
}

.section-class {
    margin-top: 40px;
}

.main-head {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.head-line {
    height: 4px;
    width: 45px;
    display: inline-block;
    background-color: #009591;
}

.heading-div {
    text-align: center;
    margin-bottom: 50px;
}

.feature-div {
    padding: 23px;
    background-color: #009591;
}

.feature-div h4 {
    font-weight: 600;
    font-size: 21px;
}

.feature_div_link  {
    color: #fff;
}

 a.feature_div_link:hover{
    text-decoration: none;
    color: #fff;
}


.mid-div {
    background-color: #727272;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

.tabs-div {
}

.tab-content {
    padding: 10px;
}

.tab-content a {
    color: #009591;
}

#myTab li.active {
    border: 0;
   /* border-bottom: 4px solid #009591;*/
    border-bottom: 5px solid #00949A;
}

#myTab>li.active>a, #myTab>li.active>a:focus, #myTab>li.active>a:hover {
    border: 0;
    background-color: #F2F2F2;
}





#myTab>li a {
    background-color: #fff;
    color : #787878;
}



#myTab>li a:hover {
    text-decoration: none;
}


.main-tab-div {
    padding-left : 0;
    padding-right: 0;
    border: 1px solid #E7E7E7;
    background-color: #F2F2F2;
    padding-bottom: 30px;
}


.feature-content {
    background-color: #F2F2F2;
    text-align: center;
    z-index:900;
}

.feature-enroll-btn {
    background-color: #009591;
    border-radius: 0;
    border:0;
    text-transform: uppercase;
   /* padding: 5px 13px;*/
    padding: 4px 18px;
    z-index:1000;

}


.course_info {
    padding: 2px 5px 15px;
    height: 90px;
}

.feature-enroll-div {
    position: relative;
    bottom: 15px;
    text-align: center;
}

.features-bottom {
    margin-top: 80px;
}


/* css for footer */

footer {
   margin-top: 100px;
}

.news-letter ul li {
    display: inline-block;
}

.footer-top {
    padding: 40px 0;
    background-color: #2D2D2D;
}


.footer-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.footer-copyright {
    border-top: 2px solid #575757;
    padding: 10px 0 0px;
    color: #A2A2A2;
    background-color: #2D2D2D;
    text-align: center;
}

.footer-ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-ul a, .footer-ul li {
    /*color: #737373;*/
   /* color: #ADADAD;*/
    color: #A2A2A2;
}

.footer-logo {
    margin-top: 25px;
/*    margin-bottom: 25px; */
    margin-bottom: 20px;
    height: 80px;
    width: auto;
}

.btn-social {
    width: 35px;
    height: 35px;
    background-color: #909090;
    color: #2C2C2C !important;
    padding: 10px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;

}

.btn-newsletter {
    width: 33px;
    height: 33px;
    background-color: #0D5D5A;
    color: #009591 !important;
    line-height: 18px;
    padding: 8px;
}


.footer-ul ul{
    list-style-type: none;
    padding: 0px;
}


.footer-ul ul li {
    display: inline;
}


.footer-about-para {
    color: #A2A2A2;
    line-height: 1.8em;
    padding-right: 15px;
}



/* carousel  */
.thumbnails li> .fff .caption {
    background:#fff !important;
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails {
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {
    color: #999;
}



/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

/*
::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
*/


.thumbnail {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.btn-mini{
    color: #009591;
    font-weight: 600;
    border-bottom: 2px solid #009591;
    /*position: absolute;*/
    /*bottom: 0;*/
}

.btn-mini:hover {
    text-decoration: none;
}

.news_content_p {
    color: #707070;
/*    font-size: 13px;*/
    font-size: 13.2px;
}

.news_head_home{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.features-top {
    padding-left: 15px !important;
}

.news-date {
    position: absolute;
    top: 0;
    background-color: #009591;
    padding: 6px 10px;
    width:75px;
    height:55px;
    text-align: center;
    line-height: 23px;
    color: #000;
}

.news-date .month {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.news-date .day {
    font-size: 19px;
    font-weight: bolder;
}

.pad0 {
    padding: 0;
}

.pad-left0 {
    padding-left: 0px !important;
}


.thumbnail img{
    width: 100%;
}

.news_heading {
    text-transform: uppercase;
}

.slider-form {
    position: relative;
    bottom: 200px;
    text-align: center;
}

.find-course-btn {
    background-color: #009591;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding:10px 40px;
    border-radius: 0;
}

.slider-form input {
    border-radius: 0;
    height: 40px;
    width: 380px;
    margin-right: 18px;
}

.frm {
  /*  width: 49%; */
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    padding: 10px;
}

.frm form {
    margin-bottom: 0;
}


@media(max-width:767px ) {
    .frm {
        width: 90%;
        text-align: center;
        margin:0 auto;
    }

    .slider-form input {
        width: 80%;
        height: 35px;
        display: inline;
        margin-left: 14px;
    }

    .slider-form {
        position: relative;
        bottom: 162px;
        text-align: center;

    }
}


.custom-accordion a {
    text-decoration: none;
}
/*
.custom-accordion a:hover {
    text-decoration: none;
}*/


#loginbox .panel-heading{
    background-color: #f5f5f5;
   /* border-color: #c0c0c0;*/
    border-color: #ddd;
}


#loginbox .panel-info {
  /*  border-color: #c0c0c0 ;*/
    border-color: #ddd ;
}


#loginbox {
    margin-top:70px;
}

.marginBottom25 {
    margin-bottom: 25px;
}

.forgot-pass-div {
    float: right;
    font-size: 80%;
    position: relative;
    top: -10px
}

#loginbox .panel-body {
    padding-top:30px;
}

.forgot-div {
    border-top: 1px solid #888;
    padding-top:15px;
    font-size:85%
}

#menu-toggle {
    display: none;
}

@media (max-width: 767px) {
    #menu-toggle {
        display: block;
    }
}

.sidebar_submenu li a {
    padding: 0;
}

#myTab li {
    width: 25%;
}

#myTab li a {
  /*  padding: 10px 13px; */
    padding: 5px 13px;
    height: 50px;
}


@media all and (max-width:724px){
 /*   .nav-tabs > li > a > span {display:none;}*/
    #myTab > li > a {padding: 5px 3px; font-size: 12px;}

    .main-tab-div {
        margin:15px;
    }

    #slider {
        margin-top: 15px;
    }
}


.member_list li {
    list-style-type: disc;
}

.sidebar-nav li.active{
    background-color: #009591;
}

#course_div, #school_div {
    display: none;
}

.caps {
    text-transform: capitalize;
}

.span-category {
    margin-left: 30px;
}

.feature-div a:focus {
    text-decoration: none;
    outline: none;
}


.dropdown-menu li a {
    padding: 10px 20px;
}

.dropdown-menu {
    min-width: 140px;
}

.nav-div li a {
    padding: 10px 15px;
}

.nav-div li a:hover {
    background: none;
    color: #009591;
}


.day_div .radio-inline+.radio-inline, .custom_radio.radio-inline {
  /*   margin-right: 10px;*/
     margin-left: 0px;

 }

.benefit_ul {
    -webkit-padding-start: 20px;
}

.benefit_ul li {
    list-style-type: square;
    padding: 3px 0;

}

#nav_ul a.active {
    color: #009591 !important;
    font-weight: bold;
}

/*
#nav_ul a.active {
    color: #535353 !important;
    font-weight: bold;
}*/


#contact_form .form-control {
    border-radius: 0;
    margin-bottom: 10px;
}

#contact_form .form-control input {
    height: 40px;
}

span.vdivide :not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
}

.thank_div {
    float: none;
    position: relative;
    top:30px;
    bottom: 0;
    left: 0;
    right: 0;

    margin:0 auto;
    text-align: justify;
}

.status-btn {
    border-radius: 0;
    margin : 0 1px; 
    padding : 2px 4px;
    color: #fff;

}


.status-btn .btn :focus, .status-btn .btn:hover {
    color: #fff !important;
}

a.status-btn:hover, a.status-btn:focus{
    color: #fff !important;
}

td > .status-btn {
    text-align: center;
}

.status-green, .status-green:hover {
    background-color :#449d44;
    border-color: #398439;
}

.status-red, .status-red:hover  {
    background-color :#c9302c;
    border-color: #ac2925;
}

.status-blue, .status-blue:hover  {
    background-color :#1492E6;
    border-color: #1492E6;
}

.status-orange, .status-orange:hover {
    background-color: #FF8C00;
    border-color: #F4A460;
}

.status-normal, .status-normal:hover {
    background-color: #9d9e9d;
    border-color: #b7b7b7;
}

.custom-green, .custom-green-small{
    background-color: #009591;
    color: #fff !important;
}

.custom-green:hover, .custom-green-small:hover {
    background-color: #727272;
    color: #fff;
}

.custom-green:focus, .custom-green-small:focus {
    color: #fff !important;
    outline : none;
}

.custom-green-small {
    padding: 4px 10px;
}


.notice-board-div {
    height: 250px;
    overflow: auto;
    /*box-shadow: 10px 10px 5px #888888;*/
    /*box-shadow: 5px 5px 5px rgba(41,41,41,0.2);*/
    -webkit-box-shadow: 0px 0px 25px -3px rgba(199,199,199,1);
    -moz-box-shadow: 0px 0px 25px -3px rgba(199,199,199,1);
    box-shadow: 0px 0px 25px -3px rgba(199,199,199,1);
}

.panel-dashboard {
    display: inline-block;
    width: 100%;
}
.panel-dashboard a{
    display: inline-block;
}


.table_student td {
    font-size: 12px;
}


.table_student th{
    font-size: 13px;
}

.slider-content {
    position:absolute;
    z-index:1000;
    top:50px;
    color:#fff;
    width:100%;
}

.slider_h1 {
    font-size: 65px;
    font-weight: 600;
}

.slider_p {
    font-size: 20px;
}

.slider_inner_div {
    width:60%;
    margin:0 auto;
    display: block;
    text-align: left;
}

/* Mobile Only */
@media (max-width: 767px) {
    .slider_h1{
        font-size: 33px;
    }
    .slider_p {
        font-size: 14px;
    }

    .slider-content {
        top:10px;
    }

}

.thank_bold_span, .bold {
    font-weight: 600;
}


/* css for notice board in the dashboard area */
.chat_list .list-group-item {
    padding: 5px 4px;
    min-height: 50px;
}
@media (max-width: 768px) {
    .chat_list .list-group-item {
        min-height: inherit;
    }
}
.chat_list .list-group-item-text {
    word-wrap: break-word;
    display: flex;
    overflow: auto;
}
.chat_list .pull-left {
    width: 55px;
    text-align: center;
}


.sidebar-nav li a.active {
   /* background-color: #009591 !important; */
}

.table_student td.fit,
.table_student th.fit {	
    white-space: nowrap;

}

.table_student th, .units_of_competency_table th{
    text-align: center;
}

.btn-dashboard {
    padding : 3px 8px;
    font-size: 11.5px;
    color: #fff !important;
}

.dashboard_logo {
    height:90px;
}


#user_comment {
    border-radius: 0;
}

#comment_area {
/*    margin-top: 25px !important;*/
}

.final_comment {
    border-radius: 0;
    width:100% !important;
}


.margin20 {
    margin: 25px 0;
}

.marginTop20 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.dashboard_btn_div {
    margin-top: 20px;
}


.comment-table {
    max-height:250px;
    overflow-y: auto;
}


.left_carousel_featured_industries {
    right: 40px;
    top: -54px;
    left: auto;
    position: absolute;
    background: #009591;
    opacity: 1 !important;
    background-image: none !important;
}

.right_carousel_featured_industries {
    position: absolute;
    right: 15px !important;
    top: -54px;
    background: #009591;
    opacity:1 ;
    background-image: none !important;
}

.left_carousel_featured_industries .glyphicon-chevron-left ,
.right_carousel_featured_industries .glyphicon-chevron-right  {
    margin-top:-16px !important;

}

.left_carousel_featured_industries .glyphicon-chevron-left {
    margin-left: -13px;
}

.right_carousel_featured_industries .glyphicon-chevron-right {
    margin-right: -13px;
}

.img_school_logo {
    max-width: 180px;
    float: right;
}

.radio_absent {
    /* color : #fff;    
    padding-bottom: 2px;
    padding-right: 6px;
    padding-top: 2px !important;
    border-radius: 2px;
    background: rgba(255,0,0,0.7); */
}

.radio-inline input[type=radio] {
    margin-left: -16px;
    margin-top: 1px;    
}

.radio_absent input[type=radio]{
    top: 7px !important;
}

.table_dashboard  th{
    background-color: #339c97;
    color : #fff;
}

.panel_dashboard_heading {
    background-color: #d5ebe9 !important;
}

.open-collapse {
    background-color: #99d0cd !important;
}


.heading-dashboard {
    color: #339c97;
}

.logo-img-dashboard {
    width : 350px;
    margin-top: 20px;
}

.btn_dashboard, .btn_dashboard:hover {
     border-radius: 13px;
     background-color: #339c97;
     color : #fff !important;
     padding: 3px 16px;
 }

.btn-dashboard:hover {
    background-color: #339c97;
    color : #fff !important;
}

.student_detail_div {
    color: #008062;
}

#back-btn, #back-btn:hover {
    background-color: #0099A3;
    color: #fff;
}

.units_of_competency_table th{
    background-color: #009790;
    color: #fff;
}

#user-comment-btn, #final-comment-btn, #user-comment-btn-eighteen, #final-comment-btn-eighteen {
    background-color: #0095A7;
    color: #fff;
}

.marginTop0 {

}

.get_details_heading {
    color: #009790;
}

.error {
    color: rgba(255,0,0,0.8);
    font-size: 13px;
}

.required label {
    font-weight: bold;
}
.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
    font-size:14px;
}


.step_heading {
    font-weight: bold;
}

.step_content ul li{
    list-style-type: disc;
}

.site_color {
    color: #009591;
}

.panel_cluster_member a {
    color: #009591;
    text-decoration: none;
}

.course_thumb img{
  /*  height: 180px !important; */
    width: 100%;
}

.required_field::after {
     content: "*";
     color: #e32;
     right:0px;
     top:0px;
     border:0px solid;
     position:absolute;
 }

.panel-enroll-h4 {
/*    line-height: 1.4;
    font-size: 14px;*/
    line-height: 1.2;
    font-size: 14px;
}

.p_info {
    text-align: center;
    margin-top: 10px;
}

.login_required::after {
    right: -8px !important;
}

.forgot_div_email {
    margin-top: 20px !important;
}

#success_div {
    /*color: #008062;*/
}

.cluster_member_a,  .cluster_member_a:hover, .cluster_member_a:focus, .cluster_member_a, .collapse_a, .collapse_a:hover, .collapse_a:focus{
    text-decoration: none;
    color: #009591 !important;
}

.panel-body a{
    color: #009591;
}
  .headcol {
    left: 0;
    top: auto;
    position: absolute;
    width: 20%;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #ddd !important;
}

.headcol1 {
    left: 233px;
    top: auto;
    position: absolute;
    width: 12.5%;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #ddd !important;
   /* background-color: rgb(241, 241, 241); */
}
.color
{
     background-color: rgb(241, 241, 241);

}

.headcol4 {
    left: 226px;
    top: auto;
    position: absolute;
    width: 12.5%;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #ddd !important;
}
/* css for fixing first two columns of trainer and coordinator dashboards  */
 /* .headcol {
    left: 0px;
    top: auto;
    position: absolute;
    width: 16.3%;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #ddd !important;
}

.headcol1 {
    left: 320px;
    top: auto;
    position: absolute;
    width: 10%;
    width: 10%;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #ddd !important;
}   */

td.headcol1, td.headcol  {
    height: 36px !important;
}

.table_student {
    margin-left: 32%;
}

.table_student_coordinator td.headcol,
.table_student_coordinator th.headcol {
    left: 109px !important;
}

.table_student_coordinatortwo td.headcol,
.table_student_coordinatortwo th.headcol {
    left: 0px !important;
}

.table_student_coordinator td.headcol1,
.table_student_coordinator th.headcol1 {
    left: 328px;
}

.table_student_coordinator td.headcol {
    padding-top: 4px;
    padding-bottom: 4px;
}


.usertype {
    padding-left: 15px;
}

.radio_attendence_coordinator, .radio_win_coordinator {
    top: -2px !important;
}



/*This will work for firefox*/
@-moz-document url-prefix() {
    .headcol {
        width: 19.8%;
    }


    .headcol1 {
     /*   left: 326px; */
    }

    .table_student {
        margin-left: 32.1%;
    }

    .table_student td.headcol {
        padding: 4px !important;
    }

    .table_student_coordinator td.headcol1,
    .table_student_coordinator th.headcol1 {
        left: 334px;
    }


}

/* css for calendar  */
.week_tab {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dhx_cal_event_clear {
/*    cursor: default;  */
    cursor: pointer;
}

.dhx_cal_event_clear div,
.dhx_cal_event_line div,
.dhx_cal_event div {
    line-height: normal;
}


.panel-group .panel_dashboard_heading a .icon_div:before {
    content: '-';
    position: absolute;
    left: -10px;
    top: -11px;
    font-size:33px;
    font-weight:bold;
}
.panel-group .panel_dashboard_heading a.collapsed .icon_div:before {
    content: '+';
}

#units_year2 {
    margin-top: 40px;
}

.course_div_apply {
    max-height: 500px;
    overflow-y:scroll;
    padding: 10px 10px 10px 0;

    -webkit-box-shadow: -5px 11px 26px -6px rgba(209,209,209,1);
    -moz-box-shadow: -5px 11px 26px -6px rgba(209,209,209,1);
    box-shadow: -5px 11px 26px -6px rgba(209,209,209,1);
}


.thank_ul {
   -webkit-padding-start: 20px;
}

.thank_ul li {
    list-style: disc;
    color: #009591;
}

.application_link:hover {
    color : #009591;
    text-decoration: none;
}

.selectWidth  {
    display: inline-block;
}

.p_note {
    font-size: 12.3px;
}

.dhx_body {
    width: auto !important;
    height: auto !important;
}

#selectDate,#selectMonth,#selectYear {
    width: 100px !important;
    margin-left: -14px;
}
.handbook_set
{
    font-size: 28px;
    font-weight: bold;
}

.loadertwo {
      float: right;
      border: 16px solid #f3f3f3;
      border-radius: 50%;
      border-top: 16px solid #3498db;
      width: 39px;
      height: 39px;
      -webkit-animation: spin 2s linear infinite; /* Safari */
      animation: spin 2s linear infinite;
    }
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


