@import "../css/chosen.css";
@import "../css/jquery-ui-1.10.3.custom.css";


/* Skylo @plugin for top page progress bar
---------------------------------------------------------------------------------------------- */
.skylo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 99999;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
}
.skylo .bar {
    width: 0%;
    height: 5px;
    margin: 0;
    position: relative;
}
.skylo span {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -moz-box-shadow: #0088CC 1px 0 6px 1px;
    -ms-box-shadow: #0088CC 1px 0 6px 1px;
    -webkit-box-shadow: #0088CC 1px 0 10px 1px;
    box-shadow: #0088CC 1px 0 10px 1px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.6;
}
.skylo .bar-success span {
    -moz-box-shadow: #58b957 1px 0 6px 1px;
    -ms-box-shadow: #58b957 1px 0 6px 1px;
    -webkit-box-shadow: #58b957 1px 0 10px 1px;
    box-shadow: #58b957 1px 0 10px 1px;
}
.skylo .bar-warning span {
    -moz-box-shadow: #f2ac43 1px 0 6px 1px;
    -ms-box-shadow: #f2ac43 1px 0 6px 1px;
    -webkit-box-shadow: #f2ac43 1px 0 10px 1px;
    box-shadow: #f2ac43 1px 0 10px 1px;
}
.skylo .bar-danger span {
    -moz-box-shadow: #db524b 1px 0 6px 1px;
    -ms-box-shadow: #db524b 1px 0 6px 1px;
    -webkit-box-shadow: #db524b 1px 0 10px 1px;
    box-shadow: #db524b 1px 0 10px 1px;
}

.btn-submit-cancel {
    margin-left: 10px;
}

.btn-group-report-navigation
{
    clear: both;
    float: none;
    margin:20px 0;
}

.btn .spinner { display: none}
.btn.has-spinner .spinner { display: inline-block}

.checkbox-horizontal input[type='checkbox']
{
    margin-left: 10px;
    margin-right: 3px;
}

.chosen-container > a
{
    height: 34px !important;
    line-height: 34px !important;
}

.chosen-container-single .chosen-single div { top: 4px; }
.chosen-container-multi ul
{
    min-height: 32px;
    line-height: 32px;
}

.report-form .table-equipment input
{
    width: 100%;
}

.report-form .table-details
{
    border: 1px solid #ddd;

}

.report-form .table-details thead td
{
    text-align: center;
    vertical-align: middle !important;
    border-left: 1px solid #ddd;
}

.report-form .table-details tbody td
{
    vertical-align: middle !important;
    border-left: 1px solid #ddd;

}
.report-form input.small-input
{
    width:75px;
}
.chosen-container {
    width: 100% !important;
}

.report-form .table-details-wrapper
{
    overflow-x: clip !important;
}

.report-form .chosen-container .chosen-drop
{
    margin-top:-10px !important;
}

.report-form .btn-add-details { margin-top: 25px; }

.report-form .table-details-template { display: none}

.report-form .row-line-height-form-vertical
{
    line-height: 74px;
    text-align: center;
    font-weight: bold;
    /*border:1px solid red;*/
}

.reports-listing-options { width: 130px;}

.modal-signature-form .kbw-signature { width: 560px; height: 200px; }
.form-control.form-control-view { min-height:34px; height: auto; }

@media (max-width: 800px)
{
    .report-form .row-line-height-form-vertical
    {
        line-height: 30px;
    }

}

#codeigniter_profiler
{
    margin-left:250px;
}



