.logo-lms {
    padding: 0 2px 2px 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(142, 142, 146);
    background-color: #f5f5f6;
    background-color: rgba(170, 170, 170, 0.5);
    border-radius: 0 0 5px 0;
    box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 0 0 1px rgba(255,255,255,0.6) inset;
    margin: 0 auto;
}
.size-auto {
    max-width: 100%;
    height: auto;
}

.chosen-container.chosen-container-single {min-width: 150px;}

.arrow-task {
    background: url("../images/arrow.png") left top no-repeat;
    background-size: 50%;
    width: 16px;
    height: 23px;
    margin: 6px 6px 10px 0px;
    float:left;
}

.arrow-course {
    background: url("../images/arrow.png") left top no-repeat;
    //width: 16px;
    //height: 23px;
    width: 50px;
    height: 50px;
    margin: 10px 20px 10px 10px;
    float:left;
}



.sub_status {
    font-size:1.3em;
}

.sub_status_green {
    color: rgb(0, 177, 0);
}

.sub_status_progress {
    color: rgb(218, 122, 0);
}

.sub_status_red {
    color: #999999;
}

.completed {
    color: #3c763d;  /* rgb(0, 177, 0); */
}

.notstarted{
    color: #999999;
}

.inprogress {
    color: rgb(0, 84, 235);
}

.green {
    color: #3c763d; /*rgb(0, 177, 0); */
}

.red {
    color: #F00;
}


.sub_status_green, .sub_status_red, .sub_status_progress {
    font-size:0.65em;
}

.form-horizontal .details {
    margin-left: 160px;
}

.form-horizontal .detail-label {
    float: left;
    width: 140px;
    text-align: right;
}

.unit-separator {
    height:20px;
    background-color: #ccc;
}

.white-well{
    background-color: #fff;
}


.invoice-paid {
    color: rgb(92 184 92);
    border: 3px solid rgb(92 184 92);
    margin-right:0.5em;
    margin-top:0.5em;
    padding: 0.5em;
    font-size:2em;
    text-align:center;
    min-width:100px;
}

.invoice-overdue {
    color: rgb(224, 130, 44);
    border: 3px solid rgb(224, 130, 44);
    padding: 0.5em;
    font-size:2em;
    text-align: center;
    max-width: 200px;
    margin: 10px auto;
}

/*  Invoices */


#billing-to {
    padding-left: 20px;
    padding-bottom: 10px;
}

#invoiceitems table { border-collapse: collapse; }
#invoiceitems table td { 
    border-bottom: 1px solid #EEE; 
    padding: 10px; 
}

#invoiceitems table td:last-child {
    border-right:none;
}

#invoiceitems table th { 
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    color: #888;
    padding: 10px;
    background-color: #fafafa!important;
}

#invoiceitems table th:first-child { border-left:none; }
#invoiceitems table th:last-child { border-right:none; }
#invoiceitems table tr.invoice-bottom {
    border:none;
}
#invoiceitems table tr.invoice-bottom td {
    border: none;
}

#invoiceitems table tr.invoice-bottom td.total-line {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 1.2em;
    text-transform:uppercase;
}

#invoiceitems table tr.invoice-bottom td.invoice-mini-total {
    font-weight: bold;
    text-transform:uppercase;
    border-top: 1px solid #000;
}

#headerinvoice { height: 15px; width: 100%; margin: 20px 0; background: #222; text-align: center; color: white; font: bold 15px Helvetica, Sans-Serif; text-transform: uppercase; letter-spacing: 20px; padding: 8px 0px; }

#meta { margin-top: 1px; width: 300px; float: right; }
#meta td { text-align: right;  }
#meta td.meta-head { text-align: left; background: #eee; }
#meta td textarea { width: 100%; height: 20px; text-align: right; }

#items { clear: both; width: 100%; margin: 0px 0 0 0; }
#items th { background: #eee; }
#items textarea { width: 80px; height: 50px; }
#items tr.item-row td { border: 0; vertical-align: top; }
#items td.description { width: 300px; }
#items td.item-name { width: 175px; }
#items td.description textarea, #items td.item-name textarea { width: 100%; }
#items td.total-line { border-right: 0; }
#items td.total-value { border-left: 0; padding: 10px; }
#items td.total-value textarea { height: 20px; background: none; }
#items td.balance { background: #eee; }
#items td.blank { border-left: 0; border-right:0; border-bottom: 1px solid #000; border-top: 1px solid #000; }

.td-right {
    text-align: right;
}

.to-details {
    background-color: #EFEFEF;
}
#invoice-form {
    border: 1px solid #CCC;
    background-color: #FFF;
}

#invoicename {
    background-color: #f5f6f7;
    border-bottom: 1px solid #ddd;
    color: #000;
    padding: 10px;
    text-align: center;
    margin:0;
    text-transform: uppercase;
}
.form-horizontal .control-group-small {
    margin-bottom: 5px;
}

.control-label-small {
    width: 0;
}

.videolms {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px -6px black;
    -moz-box-shadow: 0 8px 10px -6px black;
    box-shadow: 0 8px 10px -6px black;
}


.videocontainer {
    margin: 0 auto;
    max-width: 700px;
    /*padding-left: 100px;*/
}

.videolms iframe,
.videolms object,
.videolms embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.videocontainer2 {
    margin: 0 auto;
    /*padding-left: 100px;*/
}

.videolms2 { 
    /*padding-bottom: 56.25%; */
    /*min-height: 600px; */
    /*overflow: hidden; */
    -webkit-box-shadow: 0 8px 10px -6px black;
    -moz-box-shadow: 0 8px 10px -6px black;
    box-shadow: 0 8px 10px -6px black;
}

.videolms2 iframe,
.videolms2 object,
.videolms2 embed {
    /*position: absolute; */
    /*top: 0;
    left: 0; */
    width: 100%;
    /*height: 100%; */
    height: 600px;
}

.accordion .accordion-item .workplace-heading {
    background: rgb(238, 238, 238);
}

.accordion .accordion-item .workplace-heading-complete {
    background: #E2FFC7;
}

.accordion .accordion-item .workplace-heading-progress {
    background: #EAF8FF;
}
.accordion .accordion-item .workplace-heading-unit-overdue {
    background: #FFF4DD;
}

.ax-upload {
    display:none;
}


.image_border {
    margin: 10px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff;
}

.workplace-well {
    background-color: rgb(239, 243, 253);
}
.validation-error {
    color: #b94a48;
}

.accordion-toggle .validation-error {
    color: #b94a48;
}
.alert-custom {
    background-color: rgb(247, 241, 217);
    border-color: rgb(223, 204, 165);
    color: rgb(179, 126, 14);
}

.uctprogressbar {
    width: 15%;
    float: right;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    
    background-color: #cccccc;
    background-image: -moz-linear-gradient(top, #cccccc, #e7e7e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #cccccc, #e7e7e7);
    background-image: -o-linear-gradient(top, #cccccc, #e7e7e7);
    background-image: linear-gradient(to bottom, #cccccc, #e7e7e7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffe7e7e7', GradientType=0);
}

.tablestatus {
    width:33%;
    padding-right: 10px;
}

.text-right {
    text-align: right;
}



.payment-successful {
    color: rgb(19,160,0);
    border: 3px solid rgb(19,160,0);
    width: 115;
    margin-right:10px;
    margin-top:10px;
    padding-left:5px;
    padding-right:5px;
    font-size:1.2em;
}

.payment-failed {
    color: rgb(160,0,0);
    border: 3px solid rgb(160,0,0);
    width: 100;
    margin-right:10px;
    margin-top:10px;
    padding-left:5px;
    padding-right:5px;
    font-size:1.2em;
}

.payment-receipt {
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0 20px 20px -20px #000;
}

.payment-receipt-failed {
    background-color: rgb(245,215,215);
    border: 1px solid rgb(214, 159, 159);
}

.payment-receipt-success {
    background-color: rgb(225,245,215);
    border: 1px solid rgb(157, 216, 138);
}

.breadcrumb li {
    cursor: pointer;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 520px) {
    .videocontainer {
        /*padding-left:20px;*/
    }

    .tablestatus {
        width:100%;
    }
}

label.valid {
    width: 24px;
    height: 24px;
    background: url(../images/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}


.uctresponselist {
    padding: 0;
    list-style-type: none;
}

tr.unit_active {
    background-color: #FFF8E8;
}
tr.unit_inactive {
    background-color: #EEEEEE;
}

tr.unit_complete {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
tr.unit_overdue {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
#unitlist .unit_overdue td .courseheadingwidth a { color: #c09853; }

tr.unit_progress {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
tr.unit_withdrawn {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
tr.unit_hidden {
    opacity: 0.5;
}

#resource-container {
    padding: 20px 0;
}

.task_thumbnail {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin: 0px 20px 0px 0px;
    float: left;
    border: 1px solid #ccc;
    padding: 2px;
    background-position: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.accordion .measurementhour {
    display:inline-block;
    width: 40px;

}

.accordion .measurementhourlabel {
    display:inline-block;
}

.entry-table {
    width: 100%;
}

.entry-table td:first-child {
    width: 80%;
}

.entry-table td:last-child {
    width:20%;
}

.workplacechecklabel {
    display: inline-block;
}

.toms-testimonial-avatar{
    float: left;
    margin-right: 20px;
}

.toms-testimonial-content {
    overflow: hidden;
    min-height: 30px;
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    text-align: justify;
}

.toms-testimonial-content:before {
    content: "\201C";
    position: relative;
}

.toms-testimonial-content:after {
    content: "\201D";
    position: relative;
}

.toms-testimonial-person {
    margin-left: 127px;
}

.toms-testimonial-star {
    margin-left: 142px;
    float: right;
    margin-top: 5px;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}


.fileinput-button {
    width:100%;
}


#volumemeter {
    width: 5%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0%;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_processing { top: 4rem !important; }