/*

*/

.fixStyle{
    padding-top: 50px;
}

.bg_jumbotron {
    background: url(../images/s_bg.jpg);
    color: #FdFdFd;
}

.container_body{
    margin-top: 10px;
}

.carousel-indicators li {
    border: 1px solid #f8c038;
    width: 13px;
    height: 13px;
}

.carousel-indicators .active {
    background-color: #f8c038;
    width: 13px;
    height: 13px;
}

.popdiv {
    margin:0 auto;
    width: 90%;
    height: 100%;
    padding-top: 10px;
}

.popdiv_max {
    margin:0 auto;
    width: 95%;
    height: 100%;
    padding-top: 10px;
}

.popscoll{
    height: 80%;
    overflow: auto;
}

.item_margin_left{
    margin-left: 10px;
}

.underline {
    border-bottom: 3px solid #88C5E1;
}

.newList {
    height: 100px;
}

.wrongInput{
    border-color: #00a65a;
}

.floatLeft{
    float: left;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-2 {
    margin-top: 2px;
}

.scheduleCell {
    text-align: center;
    cursor:pointer;
}

.scheduleCell1 {
    text-align: center;
}

.clear_margin{
    margin: 0px;
    font-size: 0.5em;
}

.table-bordered th,
  .table-bordered td {
    border: 1px solid #999 !important;
}

div.content {
    margin: 20px, 20px, 0px, 40px;
}

.teacherCourse{
    width: 100px;
}
