/* header css  */
.line-Height{
    line-height: 15px;
}
.btn-green {
    background-color : #5a2d89;
   /*  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 */

/* 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: #5a2d89;
}

.heading-div {
    text-align: center;
    margin-bottom: 50px;
}

.feature-div {
    padding: 23px;
    background-color: #5a2d89;
}

.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: #414042;
}

#myTab li.active {
    /*border: 0;*/
   /* border-bottom: 4px solid #5a2d89;*/
    border-bottom: 2px solid #414042;
    font-weight: bold;
}

#myTab>li.active>a, #myTab>li.active>a:focus, #myTab>li.active>a:hover {
    border: 0;
    background-color: #fcfeff;
    color: #414042;  
}





#myTab>li a {
    background-color: #f1f1f2;
    color : #000;
}



#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: #5a2d89;
    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: 40px;
}


/* 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: #5a2d89;
    font-weight: 600;
    border-bottom: 2px solid #5a2d89;
    /*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: #5a2d89;
    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: #5a2d89;
    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 {
    font-size: 10px;
    font-weight: normal;
    border: 1px solid #656565;
    border-left: 0;
}




#myTab li a {
  /*  padding: 10px 13px; */
  /*  padding: 5px 13px; */
    /*height: 30px;*/
}

.nav-tabs > li > a {
    margin: 0;
}
@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: #5a2d89;
}

#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: #5a2d89;
}


.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 10px;
    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-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: #414042;
    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: #5b2d88 !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: #5a2d89;
    opacity: 1 !important;
    background-image: none !important;
}

.right_carousel_featured_industries {
    position: absolute;
    right: 15px !important;
    top: -54px;
    background: #5a2d89;
    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: 350px;
    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: #414042;
}

.logo-img-dashboard {
    width : 350px;
    margin-top: 20px;
}

.btn_dashboard, .btn_dashboard:hover {
     border-radius: 0;
     background-color: #414042;
     color : #fff !important;
     padding: 3px 16px;
     font-size: 12px !important;
 }

.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: #414042;
}

.panel_cluster_member a {
    color: #414042;
    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: #414042;
}
  .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: #5a2d89;
}

.application_link:hover {
    color : #5a2d89;
    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); }
}
.form-control {
    border-radius: 0px;
    border: solid 1px black;
}

div.options > label > input {
    visibility: hidden;
}

div.options > label {
    display: block;
    /* margin: 0 0 0 -10px; */
    padding: 0 0 20px 0;  
    height: 20px;
        float:left;
    /*width: 150px; */
}

div.options > label > img {
    display: inline-block;
    padding: 0px;
    height:30px;
    width:31px;
    background: none;
}

div.options > label > input:checked +img {  
    background: url(http://localhost/vetcluster/img/radio_icon.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:30px 30px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
  }
}

@media (min-width: 1200px){
.container {
    width: 1200px;
}
}

.vet-logo{
    width: 83px;
    height: 82px;
}
.top-margin{
     margin-top: 30px;
     margin-bottom: 35px;
}
div.options > label > img {
	display: inline-block;
	padding: 0px;
	height:30px;
	width:31px;
	background: none;
    border: solid 1px #bfbfc0;
}

div.options > label > input:checked +img {  
	background: url(http://localhost/vetcluster/img/radio_icon.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:30px 30px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
  }
}

@media (min-width: 1200px){
.container {
    width: 1200px;
}
}

.vet-logo{
	width: 83px;
	height: 82px;
}
.top-margin{
	 margin-top: 30px;
	 margin-bottom: 35px;

}
.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 11px;
}

.top_course_select {
    border: solid 0px; 
    font-size: 18px; 
    color: #414042;
    margin-left: -4px; 
    
    font-weight: bold;
    -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  /*background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  
  padding-right: 2rem;
  padding-left: 0;*/
  background-image: url("../images/down.png") !important;
  background-size: 8px !important;
  background-repeat: no-repeat;
  background-position-x: 98% !important;
  background-position-y: 16px !important;
  width: auto;
  padding-left: 0;
  padding-right: 25px !important;
}
.save_button {
    background-color: #414042 !important;
    color: #fff !important;
    border: none;
    font-size: 12px;
    padding: 8px 20px !important;
}
th {
    background-color: #f1f1f2;
    color: #414142;
}
.attendance_table {
    font-size: 9px;
}
.attendance_table td {
    vertical-align: middle !important;
}
body {
    /*font-family: 'Roboto';
    font-size: 10px;*/
    font-family: 'Calibri';
    font-size: 12px !important;
    color: #000;
}
.attendance_table select, .attendance_table input {
    padding: 2px 4px;
    border: 1.5px solid #d7d7d7;
    /*background: transparent;*/
    background: #FFFFFF;
    vertical-align: inherit;
}
.attendance_table select {
     -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  /*background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: -2px;
  width: 100%;*/
  background-image: url("../images/down.png") !important;
  background-size: 5px !important;
  background-repeat: no-repeat;
  background-position-x: 98% !important;
  background-position-y: 8px !important;
}
#welcome_message {
    font-size: 36px;
    color: #414042;
    line-height: 35px;
    margin-top: 18px;
}
.tab_content_heading {
    color: #414042;
    font-size: 12px;
}
.details_row:hover {
    background-color: #d1d3d4;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  /*background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;*/
  background-image: url("../images/down.png") !important;
  background-size: 5px !important;
  background-repeat: no-repeat;
  background-position-x: 98% !important;
  background-position-y: 8px !important;
}
table {
    font-size: 12px !important;
    color: #000;
}

.table-condensed > thead > tr > th {
    padding: 8px 5px;
}

 select,  input[type='text'] {
    padding: 3px 4px;
    border: 1.5px solid #d7d7d7;
    /*background: transparent;*/
    vertical-align: inherit;
    width: 100%;
    color: #000;
}
.form-group {
  margin-bottom: 8px;
}
label {
    color: #000;
}

.select_small {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  /*background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;*/
  background-image: url("../images/down.png") !important;
  background-size: 5px !important;
  background-repeat: no-repeat;
  background-position-x: 96% !important;
  background-position-y: 8px !important;
  padding-right: 15px;
}
#myTab li {
    width: auto;
    min-width: 115px;
}
.input-group-addon {
padding: 0px 12px;
font-size: 10px;
}
.form-control {
box-shadow: none;
}

/* Clearable text inputs */
.clearable{
  background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center !important;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;     /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center !important; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

.violet_success {
    color: #414042;
}
.alert-success {
    color: #414042 !important;
    background-color: #d1d1d1 !important;
    border-color: #d1d1d1 !important;
}
.coordmenubtn{
    border-radius: 0px;  
    font-family: 'Calibri';
    color: #000; 
    width: 160px;
    height: 31px; 
    font-size: 12px; 
    background-color: #ecebea; 
    border: 1px solid #d8d8d8;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {

    border: 1px solid #c8c8c8;

}
th {
    background-color: #d1d1d1;
    color: #414042;
}
.dropdown-menu > li > a {
    color: #000;
}

.table-bordered {
    border: 1px solid #656565;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #656565;
    /*border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;*/
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom: 0;
    /*border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;*/
}

.nav-tabs {
    border-bottom: 1px solid #656565;
}
.nav-tabs:first-child {
    border-left: 1px solid #656565;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #656565;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-color: transparent;
}
caption{
  background-color: #f1f1f2;
  font-weight: bold; 
  color: #414142;
  padding-left: 10px;
  border: 1px solid #656565;
  border-bottom: 0;
}
td {
    vertical-align: middle !important;
}
.badge {
    padding: 4px 7px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #d1d1d1 !important;
    border-bottom: 5px solid #414042;    
    color: #414042;    
}
.dropdown a{
    color: #414042;
}
.vet-logo {
    width: 85px;
    height: 97px;
}
.activeCoordinator{
        background-color: #414042 !important;
        color: white !important;
}
.navbar .active:hover 
{
     background-color: #414042;
     color: white !important;
}
.navbar {
  width: 100%;
  background-color: #fbfbfb;
  overflow: auto;
}

.navbar a {  
    border: solid 1px #d2d2d3;
  padding: 9px;
  color: black;
  text-decoration: none;
  font-size: 15px;
}


 .navbar a:hover {
  background-color: #d1d1d1;
  color: #414042 !important;
} 

.navbarone .active, .navbar .active {
  background-color: #414042;
  color: white !important;
}
.noticeboard_comments_button {
    border: 1px solid #414042; padding: 6px; border-radius: 3px; cursor: pointer; color: #414042
}
.notice_edit_button, .notice_edit_button:hover {
    padding: 7px 10px; background-color: #414042;margin-left: 5px;color: #fff;border-radius: 3px; text-decoration: none
}
.notice_delete_button, .notice_delete_button:hover {
    padding: 7px;background-color: #ebf0f5;color: #414042;margin-left: 5px;border-radius: 3px; text-decoration: none
}
.save_comments_button {
    width: 4%;  float: left; padding: 1%;background-color: #d1d1d1; text-align: center; display: flex; align-items: center; cursor: pointer; height: 39px;
}
.chat_badge {
    color: #ffffff; background-color: red
}
 .btn_dashboard_topbtn {
    border-radius: 0;
    background-color: #e5d7fa;
    color: #5b2d88 !important;
    padding: 8px 16px;
    border: 0;
    margin-right: 5px;
}
tr td a {
    color: #414042;
}
#new_folder_button {
    font-size: 12px; 
    font-weight: bold; 
    border: 0px solid transparent;
    padding: 10px 19px;
    color: #414042 !important;
}
.notice_datetime_span {
    display: flex; align-items: center; color: #939598
}
.view_button {
        border: none;
        background-color: #414042;
        color: #fff;
        padding: 3px 10px;
    }
.delete_folder_button {
    font-size:12px; 
    border: 0px solid transparent; 
    display:none; 
    color: #414042 !important; 
    padding: 10px 19px;
    background-color: #d1d1d1;
    font-weight: bold;
}
.delete_files_button {
    font-weight: bold;
    font-size:12px; 
    border: 0px solid transparent; 
    color: #414042 !important; 
    padding: 10px 19px;
    background-color: #d1d1d1;
}
.navbarone .active:hover 
{
     background-color: #414042;
     color: white !important;
}
.navbarone a {  
    border: solid 1px #d2d2d3;
  padding: 9px;
  color: black;
  text-decoration: none;
  font-size: 15px;
}

.navbarone a:hover {
  background-color: #d1d1d1;
  color: #414042 !important;
}

/*Chat box*/
.send_chat_div {
    width: 13%;  float: left; padding: 3%;background-color: #f6f6f6; text-align: center; display: flex; align-items: center; cursor: pointer; margin-top: 28%
}
  .chat-window{
    bottom:0;
    position:fixed;
    float:right;
    margin-left:10px;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  background: #e2e3e3;
  margin: 0;
  padding: 0;
  max-height:350px;
  overflow-x:hidden;
  min-height: 350px;
}
.top-bar {
  background: #666;
  color: white;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
    float: right;
    background-color: #f6f6f6 !important; 
    font-weight: 500
}
.msg_sent{
    /*padding-bottom:20px !important;*/
    margin-right:0;
    float: left;
    background-color: #ffffff; color: #1d1d1d; font-weight: 500

}
.messages {
  background: white;
  padding: 7px 10px;;
  border-radius: 2px;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
  max-width:100%;
  font-size: 11px
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 7px 17px 17px;
    overflow: hidden;
    display: flex;
}
img {
    /*display: block;
    width: 100%;*/
}
.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
  color: #414042;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); // not quite perfect but close
}

.msg_sent > time{
    float: right;
}



.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}
.panel-title {
  font-size: 12px;
  display: flex;
  align-items: center;
}
#coordinator_chat_textbox, #trainer_chat_textbox, #user_chat_textbox {
  height: 100%;
  width: 100%;
  font-size: 13px;
  padding: 11px;
  overflow: auto;
  border: none;
}
.panel-footer {
  padding: 0;
  display: flex;
}
#coordinator_chat_form, #trainer_chat_form, #user_chat_form {
  margin-bottom: 0;
  display: flex;
  /*flex: 1;*/
  width: 100%;
  background-color: #ffffff;
}
.panel-heading {
  border-radius: 0;
  display: flex;
}
.group:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.group { display: inline-block; }
#chat_header {
    padding: 2.2% 4%; background-color: #414042; color: #f3f2f6
}
#chat_close_icon_div {
    text-align: center;padding: 6.2%; background-color: #383739; color: #fff; display: flex; align-items: center;
}
#user_chat_header {
    padding: 4%; background-color: #414042; color: #f3f2f6
}
.sender_name_div {
    color: #9c9c9c; display: flex;align-items: center; justify-content: right; font-size: 9px; min-width: 100px
}
.sender_name_span {
    padding-right: 10px; color: #414042
}
.receiver_name_div {
    color: #9c9c9c; display: flex;align-items: center; font-size: 9px; min-width: 100px
}
.receiver_name_span {
    padding-right: 10px; color: #000
}
#chat_textarea_div {
    width: 87%; float: left; border-left: 1px solid #ddd; background-color: #fff; height: 150px;
}
/*Chat End*/



.stu-interest{
  border-radius: 0px;
    color: #fff;
    padding: 10px 32px;
    font-size: 13px;
    background-color: #414042;
    text-align: center;
    display: initial;
    top: 22px;
    margin-bottom: 4px;
}
.stu-interest:hover{
  color: #fff;
}
input[type=number] {
    width: 100%;
}
#rpt-multiple-school-attendance-summary  td{
    text-align: right !important;
    padding-right: 2px;
}
.table-report  td{
    border: 1px solid #666666 !important;
}
.report-grp-heading{
    font-weight: bold;
    background-color: #666666 !important;
    color: #fff;
    font-size: 1.1em;
}
.table-report thead{
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
}