body{
    font-family: 'Lato', sans-serif;
}

.save-user-course-button{
    width:100%;
}

.user-courses-header{
    margin-top:50px;
}

.save-user-course-button{
    margin-top:30px;
}

.course-box,
.blocked-course-box,
.lesson-box,
.blocked-lesson-box{
    height:15vh;
    margin:10px;
    display: table;
    padding:0;
}

.course-box,
.lesson-box{
    background-color:rgba(60,141,188,0.4);
}

.blocked-course-box a,
.blocked-lesson-box a{
    cursor: initial !important;
    background-color:rgba(0,0,0,0.3);
}

.course-box:hover,
.lesson-box:hover{
    background-color:rgba(60,141,188,0.5);
}

.course-box a,
.blocked-course-box a,
.lesson-box a,
.blocked-lesson-box a{
    display: table;
    height:100%;
    text-align: center;
    width:100%;
}

.done-lesson{
    background-color: rgba(67, 192, 85, 0.4);
}

.done-lesson:hover{
    background-color: rgba(67, 192, 85, 0.5);
}

.course-box-caption,
.lesson-box-caption{
    display: table-cell;
    color:#ffffff;
    font-size:2rem;
    vertical-align: middle;
    text-align: center;
    height:100%;
}

.box-header i{
    margin-right: 20px;
}

.collapse{
    display: none;
}

.classroom-lesson .video{
    text-align: center;
}

.classroom-lesson .box-header{
    background-color: rgba(0,0,0,0.1);
}

.files-row{
    display: table;
    margin-bottom:25px;
}

.file-box{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.file-box a{
    color:#ffffff;
}

.files-row i{
    position: relative;
    color: red;
    right: 6px;
    top: 2px;
}

.files a{
    width:100%;
    height:100%;
}


.answer-row{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: right;
    position: relative;
    width: 75%;
}

.action-buttons{
    position: relative;
    top: 7px;
    padding-left:10px;
}

.remove-question{
    position: relative;
    top:18px;
}

.dragdrop {

}
.ui-state-hover {
    background:lightyellow;
}
.ui-state-active {
    background:lightgray
}

.date-filter{
    margin: 15px 0px;
}

.date-filter .inputs{
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position:relative;
    padding: 0 30%;
}

.date-filter form #date_start_input,
.date-filter form #date_end_input{
    width: 50%;
}

#date_filter_submit{
    display: block;
    margin:auto;
    width: 40%;
}

.row{
    cursor: pointer;
}

.glyphicon-remove{
    color: rgba(255,0,0,0.7);
    cursor: pointer;
}

.box.box-final {
    border-top-color: rgba(255,0,0,0.7);
}

.box.box-warning {
    border-top-color: rgba(255, 196, 48, 0.7);
}

.poll-with-name{
    position: relative;
    top:3px;
}

.toggle{
    margin-right:25px;
}

.answer-index td{
    white-space: pre-wrap;
}

.test-modal-btn{
    width:100%;
}

.save-test{
    margin-top: 20px;
}

.dragdrop .box-body,
.dragdrop .box-header{
    background-color: rgba(0,0,0,0.05);
}

.add-answer{
    margin-right: 24px;
    width: 70%;
}

.answer-row label{
    width: 75px;
    position: relative;
    top: 8px;
    margin-right: 15px;
}

.dragdrop .box{
    border-left:    1px solid #d2d6de;
    border-right:   1px solid #d2d6de;
    border-bottom:  1px solid #d2d6de;
}

.btn-xs{
    margin-left:10px;
    position: relative;
    top: -2px;
}

dl{
    text-align: center;
}

dt{
    margin-top:10px;
}

dd:before{
    content: '— ';
}

.lesson-view .box{
    min-height: 300px;
}

.content-header h1 a{
    margin-left:20px;
}

.poll-answers input[type="radio"]{
    position: relative;
    top: 4px;
    left: -5px;
}

#vid-collapse .info-box-text{
    white-space: pre-line;
    height: 138px;
    display: table-cell;
    vertical-align: middle;
}

#vid-collapse .info-box-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height:180px;
}

.course-lin

.info-box-icon i{
    color:white;
}

#vid-collapse .info-box-icon i{
    padding-top:20px;
}

.info-box-icon a:hover i{
    color:orange;
}

.more-info{
    font-size: 12px;
    line-height: 15px;
}

.more-info-lesson{
    position: relative;
    top:-30px;
    font-size: 12px;
    line-height: 15px;
}

#frontpoll .input-group-addon.wrapped-text{
    line-height: 0rem;
    text-align: center;
    background-color: unset;
    width:200px;
}

.file-container{
    display: inline-table;
    width: 200px;
    height:10vh;
    background-color: rgba(0,0,0,0.3);
    color:#ffffff;
    word-break: break-word;
    margin-right:15px;
    margin-bottom:5px;
    margin-top:5px;
}

.file-container:hover{
    background-color: rgba(0,0,0,0.4);
}

.small-box{
    margin-top: 10px;
    margin-bottom: 10px;
}

.small-box .icon{
    font-size: 70px;
}

.small-box>.inner{
    height: 80px;
}

.small-box:hover .icon {
    font-size: 80px;
}

.box-image{
    height:200px;
    background-color:rgba(0,0,0,0.1);
    background-size: cover;
    background-position: center;
}

.info-box-content{
    min-height: 135px;
}

.add-to-cart{
    color:#ffffff;
}

.add-to-cart:hover{
    text-decoration: none;
}

.dropdown-menu .footer{
    padding-top:0;
}

.btn-checkout{
    background-color: green !important;
    border-color: darkgreen !important;
    border-bottom: 0px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color:#ffffff !important;
}

.btn-clear{
    background-color: orange !important;
    border-color: orangered !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 0px !important;
}

.payment-arrow{
    margin-left:10px;
}

.full-package-banner{

    display: table;
    width:100%;
    height:150px;
    margin:0;
    padding:0;
    margin-bottom: 30px;

    background: #F2C14E; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #F2C14E, #F78154); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #F2C14E, #F78154); /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, right bottom, from(#F2C14E), to(#F78154));
    background: -webkit-linear-gradient(top left, #F2C14E, #F78154);
    background: -o-linear-gradient(top left, #F2C14E, #F78154);
    background: linear-gradient(to bottom right, #F2C14E, #F78154); /* Standard syntax */

    opacity: 0.95;
}

.banner-text{
    display: table-cell;
    height:100%;
    vertical-align: middle;
    text-align: center;
}

.full-package-banner h1{
    text-transform: uppercase;
    font-weight: bolder;
    font-family: Verdana,sans-serif;
    font-size: 2rem;
    color: white;
}

.btn-primary {
    color: #fff !important;
    background-color: #ec5252;
    border: 1px solid transparent !important;
    /*margin-top:15px;*/
}

#icon-set,
#upload-file{
    margin-top:0 !important;
}

hr.style9 {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-family: 'Source Sans Pro',sans-serif;
}
.small-box>.inner {
    padding: 10px;
    height: 102px;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box .icon {
    font-size: 88px;
}

.small-box p {
    font-size: 15px;
    margin: 0 0 10px !important;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
/*.small-box .icon{*/
    /*font-size: 90px;*/
    /*color: rgba(0,0,0,0.15);*/
/*}*/

hr {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

.action-column{
    text-align:center;
}

.action-column .fa-file-text{
    position:relative;
    right:-9px;
}

#login-form .texts{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width:100%;
}
#login-form .texts p{
    position: relative;
    top: 10px;
    text-align: right;
    width: 65%;
}

.course-description{
    font-size:1.8rem;
}

.choose-file{
    margin-bottom:25px;
}

.choose-file img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.image-to-select{
    height:90px;
    margin-bottom:15px;
}

.comments .comment-author-avatar img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

a.course-link:hover{
    text-decoration: none;
}

a.course-update-lessons:hover{
    text-decoration: none;
}

.course-update-lessons .info-box-icon{
    height:135px;
}

.course-update-lessons .info-box-text{
    height:90px;
    white-space: initial;
}

.course-update-lessons .more-info{
    position: relative;
    top: -30px;
}

.lesson-link .info-box-icon{
    height:135px;
}

.lesson-link .info-box-text{
    height:90px;
    white-space: initial;
}

.course-length-info{
    font-size: 12px;
}

.tooltip-inner {
    text-align: left !important;
}


#crop-container{
    width:100%;
    text-align:center;
}

#crop-container .action{
    margin-top:15px;
}

.crop-prev{
    margin-top:35px;
    display: -ms-inline-grid;
    display: inline-grid;
}

#save-cropped-img{
    margin-top:10px;
}

.choose-file{
    margin-bottom:25px;
}

.choose-file img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.image-to-select{
    height:90px;
    margin-bottom:15px;
}

.comments .comment-author-avatar img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.imageBox
{
    position: relative;
    height: 400px;
    width: 400px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    margin: 0 auto;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 13%;
    width: 300px;
    height: 150px;
    margin-top: -75px;
    /* margin-left: -100px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}

/* Menu */

.treeview-menu li.header{
    background-color:rgba(0,0,0,0.3);
    color:#4b646f;
}

.sidebar-menu .treeview-menu{
    padding-left:0;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height:225px !important;
}

#turn-on-off-course > div{
    height:150px;
}

.test-radio{
    width:35px !important;
}

.test-radio > input{
    margin-top:3px !important;
}

.promo-link-choose > div{
    margin: 50px 0;
    width:100%; 
    display: table;
}

.promo-link-choose > div > div{
    width:50%;
    text-align: center;
    display: table-cell;
    margin: 0 auto;
}

.promo-link-choose >div > div:hover{
    background-color: rgba(0,0,0,0.2);
}

.footer-menu li{
    width:100%;
}
