/*
 * Base structure
 */

#FormContainer {
  width:600px;
  border:1px solid black;
  padding:10px;
  display: inline-block;
  vertical-align: middle;
  background: #f5f5f5;
}

#CompanyNameLabel {
  display:none;
  border-bottom: 1px dotted #11A;
  color:#11A;
  cursor:pointer;
}

.block {
  height: 100%;
  text-align: center;
  background: #c0c0c0;
  border: #a0a0a0 solid 1px;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#ErrorMessages{
  display:none;
  height:150px;
  text-align: left;
  font-size:10pt;
  overflow:scroll;
  margin-top:10px;
}

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  text-align:left;
}
.tt-suggestion > p {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
}
.tt-suggestion > p:hover,
.tt-suggestion > p:focus,
.tt-suggestion.tt-cursor p {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.ng-table {
  border: 1px solid #000;
}
.position-fixed {
  position:fixed;
}

.ittpGrid {
  border: 1px solid rgb(212,212,212);
  width: 100%;
  height: 400px;
  float: left;
  text-align: left;
  font-family: "Arial";
  font-size: 13px;
}

.transitGrid {
  border: 1px solid rgb(212,212,212);
  height: 400px;
  float: left;
  text-align: left;
  font-family: "Arial";
  font-size: 13px;
  padding: 0px;
}

.ittpFeed {
  border: 1px solid rgb(212,212,212);
  height:400px;
  float: left;
  text-align: left;
  font-family: "Arial";
  font-size: 13px;
}

.ittpFeedItem {
  border: 1px solid rgb(212,212,212);
}
.side-bar {
  height:90%;
  position: relative;
  background: #fff;
  display: block;
  padding:10px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.side-bar-menu {
  padding-left:0px;
}

.side-bar-menu li.active a {
  height: 38px;
  font-weight: 700;
  background: #F0F0F0;
  border-bottom: 1px solid #E7E7E7;
  color: #3276b1;
}

.side-bar-menu li {
  display: block;
  padding: 0 10px;
  cursor: pointer;
  cursor: hand;
}
.side-bar-menu li:hover {
  text-decoration: none;
  background-color: #eee;
}
.sel div header {
  text-decoration: none;
  background: #3276b1!important;
}

.gold {
  color:#c79121!important;
}

.ittp-header {
  height: 34px;padding: 0;line-height: 40px;border: 1px solid #C2C2C2;background: #4C4F53;color: #FFF;
}

.ittp-header-green {
    border-color: #638167!important;background: #496949; color: #FFF;
}

.ittp-header-teal {
  border-color: #568A89!important;background: #568A89; color: #FFF;
}

.ittp-header-white {
  border-color: #C2C2C2!important;background: white; color: #000;
}


.ittp-header span {
  display: block;width: 30px;height: 32px;position: relative;float: left;font-size: 111%;line-height: 32px;text-align: center;margin-right: -10px;
}
.ittp-header h2 {
  height: 100%;width: auto;display: inline-block;font-size: 14px;position: relative;margin: 0;line-height: 34px;font-weight: 400;letter-spacing: 0;margin-left: 10px;float: left;
}

.ittp-header label input[type=checkbox].checkbox+span:before, label input[type=radio].radiobox+span:before {
  display:inline-block;
}

.ittp-header label input[type=checkbox].checkbox+span, label input[type=radio].radiobox+span {
  line-height: 10px;
}

.css-form input.ng-invalid.ng-dirty {
  background-color: #FA787E;
}

.css-form input.ng-valid.ng-dirty {
  background-color: #78FA89;
}
.newData {
  background-color: red !important
}

/*https://github.com/angular-ui/bootstrap/pull/3117*/
html {
  height: 100%;
}

body {
  min-height: 100%;
}

.modal-backdrop {
  bottom: 0;
}
.commentMeta {
  font-weight: lighter;
}
.modalPanelList {
  max-height: 211px;
  overflow: scroll;
}

/* Floating Label Overrides
 *
 */
.floating-label-form-group input, .floating-label-form-group textarea {
  font-size: 1.2em;
  font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
  font-weight: 400;
}

.rounded-button {
  border-radius: 12px!important;
  font-size: 12px;
  vertical-align: top!important;
}
.top-right-button {
  font-size: 12px;
  vertical-align: top!important;
}
.placeholder, .type {
  bottom: -15px!important;
  right: 5px!important;
}
.hide-default-tab-buttons > ul:first-child {
  display:none;
}
/* OVERRIDE ANGULAR-WIZARD STEP INDICATOR
*/
.steps-indicator {
  display:none!important;
}

.closeout-inputs {
  padding-left:5px!important;
  padding-right:5px!important;
  margin-bottom: 5px!important; 

}

/* UI-SELECT Overrides
*/
.ui-select-toggle {
  height: 32px!important;
}

.res-list {
  height: 500px;
  overflow: auto;
  float: left;
  width:100%;
  margin: 0;
  padding: 0;
  min-height: 5px;
  list-style: none;
}

.res-list li:hover {

    opacity: 1;
    visibility: visible;
    margin: 0;
    background-color: lightgrey;
}
.res-list>li>p {
  height: 100%;
  margin-left: 52px;
  border-left: 1px solid #FFE1EB;
  display: inline-block;
  padding: 8px 0 6px 7px;
  margin-bottom: 0;
  min-height: 37px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.res-list>li {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 5px;  
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFW…Bhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFW…Bhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=);
  background-position-x: 1px;
  background-position-y: 11px;
  background-size: initial;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.res-list>li>:first-child {
  display: block;
  height: 100%;
  padding: 6px 11px 6px 18px;
  width: 20px;
  vertical-align: top;
  position: absolute;
}

.res-list-action {
  padding-left: 52px;
  background-color: darkgrey;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.res-list-action >h3 {
  display: inline; 
  font-size: 18px;
  padding-right: 20px;
}

.res-list-conf {
  display: inline;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 300;
  font-family:'Open Sans',Arial,Helvetica,Sans-Serif;
}

.res-list-li-active {
  background-color: #c9dde1!important;
}

.live-dispatch-header:hover {
    opacity: 1;
    visibility: visible;
    color:white;
    background-color: lightgrey;
}
.live-dispatch-header h2:hover {
    color:white;
}

.live-dispatch-header-active {
  background-color: #c9dde1!important;
}

.disabled-div {
  opacity: 0.1;
  filter: alpha(opacity=10); /* msie */
  background-color: #000;
}

.res-details p > i {
  padding-right: 5px;
  padding-left: 5px;
}

.history-table {
  margin-bottom: 0px;
}

.driverSearch {
  height: 100%!important;
}