#nts .hc_cal_tutors {
    height: 188px;
    position: relative;
}
#nts .hc_cal_tutors >.row {
    width: 100%;
    height: 100%;
    position: absolute;
    *zoom: 1;
}
#nts .hc_cal_tutors >.row:before,
#nts .hc_cal_tutors >.row:after {
    display: table;
    content: "";
    line-height: 0;
}
#nts .hc_cal_tutors >.row:after {
    clear: both;
}
#nts .hc_cal_tutors >.row>[class*="col-sm-"] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1px;
    border:#0e3f64 solid;
    min-height: 100%;
    /*margin: 5px;*/
    position:relative;
}

#nts #tutor_calendar_container .hc_cal_tutors:nth-child(1)>.row>[class*="col-sm-"] {
    z-index:6 ;
}
#nts #tutor_calendar_container .hc_cal_tutors:nth-child(2)>.row>[class*="col-sm-"] {
    z-index:5 ;
}
#nts #tutor_calendar_container .hc_cal_tutors:nth-child(3)>.row>[class*="col-sm-"] {
    z-index:4 ;
}
#nts #tutor_calendar_container .hc_cal_tutors:nth-child(4)>.row>[class*="col-sm-"] {
    z-index:3 ;
}
#nts #tutor_calendar_container .hc_cal_tutors:nth-child(5)>.row>[class*="col-sm-"] {
    z-index:2 ;
}
#nts .hc_cal_tutors >.row>[class*="col-sm-"]:first-child {
    margin-left: 10px;
}
#nts .hc_cal_tutors >[class*="col-sm-"]>.hide,
#nts .hc_cal_tutors >.row [class*="col-sm-"].hide {
    display: none;
}
#nts .hc_cal_tutors >[class*="col-sm-"]>.pull-right,
#nts .hc_cal_tutors >.row [class*="col-sm-"].pull-right {
    float: right;
}

#nts .hc_cal_tutors >[class*="col-sm-"] {
}
#nts .hc_cal_tutors >.row {
}
#nts .hc_cal_tutors h4 {
    margin: 0 0 0.25em 0;
    padding: 0 0;
}
#nts .hc_cal_tutors .nav {
    margin: 0 0 0 0;
}
@media (min-width: 768px) {
    #nts .hc_cal_tutors >.row>.col-sm-1 {
        width: 14%;
        *width: 14%;
    }
    #nts .hc_cal_tutors >.row>.col-sm-3 {
        width: 24.8%;
        *width: 24.8%;
    }
    #nts .hc_cal_tutors >.row>.col-sm-6 {
        width: 86%;
        *width: 86%;
    }
    #nts .hc_cal.hc_cal6 >.row>.col-sm-1 {
        width: 16.5%;
        *width: 16.5%;
    }
    #nts .hc_cal.hc_cal5 >.row>.col-sm-1 {
        width: 20%;
        *width: 20%;
    }
}

#nts .hc_cal.hc_cal_fluid >.row>.col-sm-1 {
    float: left;
    width: 14%;
    *width: 14%;
}
#nts .hc_cal.hc_cal_fluid >.row>.col-sm-3 {
    float: left;
    width: 24.8%;
    *width: 24.8%;
}
#nts .hc_cal.hc_cal_fluid >.row>.col-sm-6 {
    float: left;
    width: 86%;
    *width: 86%;
}
#nts .hc_cal.hc_cal_fluid.hc_cal6 >.row>.col-sm-1 {
    float: left;
    width: 16.5%;
    *width: 16.5%;
}
#nts .hc_cal.hc_cal_fluid.hc_cal5 >.row>.col-sm-1 {
    float: left;
    width: 20%;
    *width: 20%;
}

.tutor_nav{
    background: white;
    padding-bottom: 5px;
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 4px 2px -2px grey;
}
.title{
    font-size: 24px;
    margin-top: 10px;
    float: left;
    max-width: 150px;
    color: #6d2161;
    display: inline;
}
#nts .btn-danger {
    color: #fff;
    background-color: #ac2925;
    border-color: white;
}

.panel-success .alert-success li{
    color:white !important;
}
#nts .alert-info {
    color: white !important;
}

#nts .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: white !important;
}
#nts .alert-danger {
    color: white !important;
}