/*	
*	################################################################################
*	
*	My Custom Style for KINGADMIN
*	---------------------------------------------------------------------
*
*	Version		1.0
*	Author		Joseph Martin
*	
*	Override theme style or create your new styles. Direct change to main.css
*	is not recommended to avoid problems when theme updates arrived in the future
*	
*	################################################################################
*/

.main-content .datatable,
.main-content .dl-horizontal
{
    font-size: 15px;
}

.form-actions
{
    padding-top: 20px;
}
.form-actions.main-header
{
    padding-top: 0px;
}
.form-actions .btn
{
    border-radius: 5px;
    width: 200px;
}

.form-control-sm
{
    padding-top: 10px;
}

.form-group .control-label 
{
    padding-top: 10px;
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;
}

.content-sub-header
{
    padding-top: 25px;
    padding-bottom: 10px;
}

.loadingmsg 
{
    color: navy;
    font-family: Arial;
    font-size: 15px;
}

.reportsDiv
{
    margin-top: 20px;
    border: 1px #000 solid;
}

.UpcomingQueueNormal {
    background-color: lightgoldenrodyellow;
}

.UpcomingQueueDelayed {
    background-color: yellow;
}

.UpcomingQueueLate {
    background-color: orange;
}

.UpcomingQueueCompleted {
    background-color: lightgreen;
}

.CurrentQueueNormal {
    background-color: lightblue;
}

.CurrentQueueDelayed {
    background-color: blue;
}

.CurrentQueueLate {
    background-color: darkorange;
}

.CurrentQueueStopped30 {
    background-color: lightpink;
}

.CurrentQueueStopped60 {
    background-color: #FF9671;
}

.CurrentQueueStopped120 {
    background-color: red;
}

.CurrentQueueMechanical {
    background-color: magenta;
}

.CurrentQueueSuddenStop {
    background-color: purple;
}

.CurrentQueueCompleted {
    background-color: green;
}

.TruckQueueActive {
    background-color: lightyellow;
    font-size: 20px;
}

.TruckQueueAvailable {
    background-color: lightgreen;
    font-size: 20px;
}

.TruckQueueHold {
    background-color: lightblue;
    font-size: 20px;
}

.TruckQueueInactive {
    background-color: orange;
    font-size: 20px;
}

.TruckQueueMaintenance {
    background-color: red;
    font-size: 20px;
    color: white;
}

.TruckQueueDVIR {
    background-color: yellow;
    font-size: 20px;
}

.TQVRowSeparator {
    background-color: gray;
    height: 2px;
}

/*
    This section has the css needed to support the details row opening and closing with a +/- graphic
*/
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

.btn-global-skin i:before {
    display: block;
    width: 13px;
}
