﻿.breadcrumb {
    position: relative;
    top: 5px;
}

.breadcrumb > span > span > li
{
    display: inline-block;
}

.breadcrumb
{   font-size: 12px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}
.nav-tabs > li > a
{   padding: 0px 15px;
}

.nav > li > a
{   padding: 5px 15px;
}
.divWaiting{   
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center; top: 0; left: 0;
    height: 100%;
    width: 100%;
    padding-top:20%;
} 

.gridDivider {
    height: 30px;
    display: block;
}

.disabledControl {
    background-color: #CCCCCC;
}
.navbar-default {
    border-color: #222222;
}
.navbar {
    height: 60px;
    background-color: #101010;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 0px 5px 0px 5px;
}
.navbar-static-top {
    border-bottom: 0px solid #be0f3c;
}
.topbanner
{   margin:8px 0 0 250px;
    font-size: 2em;

}
.leftseparator
{ border-left: 1px dotted gray; margin: 10px 30px 0 40px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-group {
    margin:20px;
}

.selected-menu {
    background-color: #009bdf!important; /*ed1c24 was red, gray 2e353d orange ffcb60*/
    color: #e1ffff!important;
}

.selected-menu > a:visited {
    background-color: #009bdf!important;
    color: #000;
}


.rieDialogs {
    z-index: 9999;
}
.dispatch-panel {
    border: solid 1px #cccccc;
    padding: 10px;
}
.foremen-panel {
    display: inline-block;
    float: left;
    width: 200px;
    background-color: white;    
}
.foremen-list {
    width: 200px;
    height: 700px;
    overflow: scroll;    
    padding: 0 5px 0 5px;
}
.workorder-list {
    
}
.foreman {    
    height: 50px;
    vertical-align: middle;
    font-size: 18px;
    background-color:lightgreen;
    margin: 5px;
    padding: 5px;
}
.foreman.ui-draggable-dragging {
    width: 200px;
    height: 50px;
    text-align: justify;
    vertical-align: middle;
    background-color: lightgreen;
    border: 1px darkgreen;
    padding: 5px;
}
.workorder-hover {
    background-color: khaki;    
}
.dispatch-queue-panel {
    margin-left: 200px;
    padding: 0 5px 0 5px;
    background-color:lightblue;    
}
.confirm-dispatch-panel {
    width: 400px;
    height: 330px;    
}
.dispatch-info {
    font-weight: bold;
}
.cancel-dispatch-form {
    padding: 10px;   
}
.cancel-dispatch-form td{    
    vertical-align: top;
}
.clear {
    clear: both;   
}
.agenda {
    display: inline-block;
    width: 50px;
    height: 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
.aqua {
    background-color: aqua;
}
.yellow {
    background-color: yellow;
}
.orange {
    background-color: orange;
}
.orange {
    background-color: orange;
}
.greenyellow {
    background-color: greenyellow;
}
.mauve {
    background-color: #E0B0FF;
}
.repair {
    background-color: #7CFC00 !important; font-size:0.95em;
}
.leak {
    background-color: #FFFF00 !important; font-size:0.95em;
}


.dispatch-queue-item {
    float: left;
    margin: 5px;
    padding: 5px;
    width: 330px;
    height: 180px;
    background-color: white;
    border: 2px solid blue;
}
.dispatch-queue-item-heading {
    font-weight: bold;
}
.dispatch-queue-item-hover
{
    width: 330px;
    height: 170px;
    border: 3px solid #FF0000;
    background-color: #fbec88;
}
.dispatch-work-order td {
    vertical-align: text-top;   
}
.dispatch-work-order a {
    text-decoration: underline;
    text-decoration-color: blue;
}
.colorwhite{
    color: #e1ffff;
}

.leftmenuitem{
    color: #e1ffff;
    font-size:1.14em;
    font-weight:normal;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
    width: 60%;
}

.RadGrid_Office2010Silver .rgRow a, .RadGrid_Office2010Silver .rgAltRow a, .RadGrid_Office2010Silver .rgEditRow a, .RadGrid_Office2010Silver .rgFooter a, .RadGrid_Office2010Silver .rgEditForm a {color:#000!important;}

.validator-error-message {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    vertical-align: central;
}