.sideSection{}
.sideSection .box{
    margin-bottom:15px;
}
.sideSection .box p{
    font-size: 110%;
    font-weight: lighter;
    background: #364c7f;
    padding: 1px 0px 0px 5px;
    color: #fff;
}
.sideSection .box a:hover img{
    opacity: 0.7;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.main .main-container .box{
    margin-bottom:30px;
}
.main .main-container .box .in-box{
    border: 1px solid #f3f3f3;
    padding:5px 5px 15px 5px;
}
.main .main-container .box p.header{
    font-size: 100%;
    font-weight: lighter;
    background: #030e48;
    padding: 1px 0px 0px 5px;
    color: #fff;
}
.login-container{
    border:1px solid #ccc;
    padding:10px;
}
.login-container ul li{
    border-bottom: 1px solid #eee;
    padding-top:9px;
}
.notes{
    margin-top:40px;
}
.notes p.subject{
    font-size:22px;
}
.notes p.body{
    border:3px double #eee;
    padding:5px;
}
.notes p.body .black{
    color:black;
}
.notes p.body .red{
    color:red;
}
ul.curricula{
    list-style: none;
    padding:0;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
ul.curricula li{
    border:1px solid #eee;
    padding:10px;
}
ul.curricula li a{
    display: block;
}
ul.curricula li img{
    width:100%;
}
ul.curricula li .title{
    border-top:1px solid #eee;
    padding:3px;
    text-align: center;
    font-size:11px;
    height:100px;
}
ul.curricula li .time{
    border-top:1px solid #eee;
    padding:3px;
    font-size:11px;
    text-align: center;
    height:50px;

}
.curriculum-status{
    text-align: center;
    font-weight: bold;
    padding: 4px 0;
    margin-top: 4px;
    border-radius: 3px;
    font-size: 12px;
}
.status-passed{
    background-color: #dff0d8;
    color: #3c763d;
}
.status-all_watched{
    background-color: #d9edf7;
    color: #31708f;
}
.status-in_progress{
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.status-not_started{
    background-color: #f5f5f5;
    color: #999;
}
ul.movies{
    list-style: none;
    padding:0;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
ul.movies li{
    border:1px solid #eee;
    padding:10px;
    min-height:235px;
    margin-bottom:10px;
}
ul.movies li a{
    display: block;
}
ul.movies li img{
    width:100%;
    max-height:130px;
}
ul.movies li .title{
    border-top:1px solid #eee;
    padding:3px;
    text-align: center;
}
ul.movies li .time{
    border-top:1px solid #eee;
    padding:3px;
    text-align: center;
}
.movie{
    text-align: center;
    padding:20px 0;
}
.movie video{
    width:90%;
    max-width:600px;
}
.description{
    margin-bottom:10px;
}
.complete{
    text-align: center;
    font-weight: bold;
    margin-bottom:15px;
}
.complete-flag{
    text-align: center;
    font-weight: bold;
}
.link-disable{
    opacity: 0.3;
}
.link-disable a{
    cursor: default;
}
.caution a{
    color:red;
}
.exams ul.answers{
    margin:10px;
    list-style: none;
}
.exams dd{
    border-bottom:1px solid #eee;
}
.exams .attention{
    color:red;
    font-weight: bold;
    padding:10px;
}
.histories .table{
    font-size:11px;
}
.histories .table th{
    background-color: #eee;
}
.margin-bottom-small{
    margin-bottom:10px;
}
.certificates p.title{
    font-size:20px;
    text-align: center;
}
.certificates table{
    border:1px solid #ccc;
    border-collapse: collapse;
    width:100%;
    margin-top:15px;
}
.certificates table th{
    background-color: #eee;
    width:25%;
    font-weight:normal;
    padding:7px;
    border:1px solid #ccc;
}
.certificates table td{
    padding:12px;
    border:1px solid #ccc;
}
.certificates .site-master{
    text-align: right;
}
footer{
    padding-top:20px;
    border-top:2px solid #ccc;
}
.sitemap{
}
.sitemap .site-name{
    font-size:16px;
}
.sitemap ul li{
    margin-bottom:10px;
}
.sitemap ul li a{
    color:#999;
}
.sitemap ul li a:hover{
    color:#bbb;
}
.copy-right{
    margin-top:10px;
    padding-top:20px;
    border-top:1px solid #eee;
}
#back-top {
    display: block;
    overflow: hidden;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
@media (max-width: 767px) {
    .sitemap.container{

    }
    .sitemap .site-name{
        font-size:16px;
        margin:15px 0;
    }
    .sitemap ul{
        margin:0;
    }
    .sitemap ul li{
        margin:0;
        border-top:1px solid #eee;

    }
    .sitemap ul li.col-sm-4{
        padding:0 !important;
    }
    .sitemap ul li a{
        display: block;
        padding:10px 0;
    }
}
.left-banners ul li{
    margin:10px 0;
}
.bottom-banners{
    clear: both;
}
.bottom-banners ul{
    padding-top:30px;
}
.bottom-banners ul li{
    margin-bottom:20px;
}
.alert-danger {
    background-image: -webkit-linear-gradient(top,#f2dede 0, #ff9a9d 100%);
    /* background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%); */
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ff9a9d));
    background-image: linear-gradient(to bottom,#f2dede 0,#ff9a9d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ff9a9d', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}
table.histories th{
    font-weight: bold;
}
table.histories th, table.histories td{
    font-size:8px !important;
}
.entry-body .header{
    font-size: 110%;
    font-weight: lighter;
    background: #364c7f;
    padding: 1px 0px 0px 5px;
    color: #fff;
}
.entry-body .print-button{
    margin-top:20px;
}
.confirm .row{
    margin:10px 0 20px 10px !important;
}
.confirm label{
    font-weight: bold;
}