﻿body {
  padding-top: 50px;
  padding-bottom: 20px; }

body.login {
  background-image: url("/Content/images/background-login.svg");
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0; }

body.nopadding .body-content {
  padding: 0; }

.btn-primary {
  background-color: #222;
  color: #DDDDDD; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #222;
    color: #fff; }

.visible-xlg, .visible-xxlg {
  display: none !important; }

@media (min-width: 1500px) {
  .container {
    width: 1470px; }
  .visible-lg {
    display: none !important; }
  .visible-xlg {
    display: block !important; } }

@media (min-width: 1800px) {
  .container {
    width: 1770px; }
  .visible-xlg {
    display: none !important; }
  .visible-xxlg {
    display: block !important; } }

body.layout-mobile {
  padding: 0 !important; }
  body.layout-mobile div.navbar {
    display: none; }
  body.layout-mobile li.tracker-export {
    display: none; }
  body.layout-mobile div.footer-content {
    display: none; }
  body.layout-mobile .nav li a {
    padding: 10px 10px; }

#loginForm {
  padding: 15px;
  background-color: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 6px;
  border: 1px solid #999999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin: 130px auto 0 auto;
  max-width: 350px;
  padding-bottom: 0; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

form.form-horizontal .form-group label.control-label {
  padding-left: 0; }

.navbar-nav > li > a {
  padding-top: 20px; }

.field-validation-valid {
  display: none; }

.validation-summary-valid {
  display: none; }

.navbar-inverse {
  opacity: .97;
  box-shadow: 0 3px 2px 2px rgba(34, 34, 34, 0.99);
  border: none; }
  .navbar-inverse .message {
    color: #DDDDDD;
    margin: 20px auto 0 auto;
    max-width: 700px;
    padding-left: 80px;
    text-align: center; }
    .navbar-inverse .message a {
      color: #DDDDDD;
      text-decoration: underline; }
      .navbar-inverse .message a:hover, .navbar-inverse .message a:focus {
        color: #fff;
        background-color: transparent; }
  .navbar-inverse .navbar-nav > li.current > a {
    color: #428bca; }

.nav-tabs > li.active > a {
  color: #428bca; }
  .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #428bca; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

th .glyphicon {
  margin-left: 10px; }

h2 {
  text-align: center;
  color: #313030; }

div.datepicker {
  z-index: 5000; }

input.form-control.datepicker {
  padding: 4px 12px; }

#customerContextPopup ul li {
  cursor: pointer;
  padding: 3px 6px; }

.location-popup .list-location ul li {
  cursor: pointer;
  padding: 3px 6px; }

@media (min-width: 380px) {
  dl.dl-customer dt {
    float: left;
    width: 130px;
    clear: left;
    text-align: right; }
  dl.dl-customer dd {
    margin-left: 150px; } }

@media (min-width: 768px) {
  dl.dl-narrow dt {
    width: 110px; }
    dl.dl-narrow dt label {
      margin-bottom: 0; }
  dl.dl-narrow dd {
    margin-left: 130px; } }

@media (min-width: 768px) {
  dl.dl-medium dt {
    width: 150px; }
    dl.dl-medium dt label {
      margin-bottom: 0; }
  dl.dl-medium dd {
    margin-left: 170px; } }

dl.dl-form dt {
  line-height: 34px; }

.ul-striped li:nth-child(odd) {
  background-color: #f9f9f9; }

.ul-hover li:hover {
  background-color: #f5f5f5; }

.dataTables_filter input[type='search'], .map-header input[type='search'] {
  margin-left: 6px; }

li.tracker-export {
  float: right; }

#manageAssetTrackerWrapper .panel {
  margin-bottom: 10px; }

#manageAssetTrackerWrapper .panel:last-child {
  margin-bottom: 0; }

#manageAssetTrackerWrapper .panel-heading {
  cursor: default; }

.popover {
  max-width: none;
  z-index: 2000; }
  .popover .cycle-duplicate {
    display: none;
    padding-bottom: 10px;
    color: #AA0000;
    font-size: 120%; }

@media (max-width: 990px) {
  .collapse-span {
    display: block; }
  .collapse-span-comma {
    display: none; } }

@media (min-width: 991px) {
  .collapse-span {
    display: inline; }
  .collapse-span-comma {
    display: inline; } }

h4.modal-title .glyphicon {
  float: right;
  padding-top: 8px; }

.nowrap {
  white-space: nowrap; }

dl.tracking-readonly-info dd {
  line-height: 1.5; }

dl.tracking-readonly-info dt {
  line-height: 1.5; }

dl.tracking-readonly-info .missing {
  font-style: italic; }

#confirm_movement_wrapper {
  float: left;
  text-align: left;
  padding-top: 6px;
  display: none; }

.has-error .bootstrap-select button {
  border-color: #a94442; }

.alert-button {
  display: none;
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 0;
  margin-bottom: 0; }

.alert-button-right {
  margin-left: 20px; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  opacity: 0.8; }

table.dataTable thead > tr > th {
  padding: 5px;
  background-color: #222;
  color: #DDDDDD; }
  table.dataTable thead > tr > th:hover, table.dataTable thead > tr > th:focus, table.dataTable thead > tr > th:active, table.dataTable thead > tr > th.active {
    color: #fff; }
  table.dataTable thead > tr > th.cell-check .glyphicon {
    margin-left: 0; }

table.dataTable tbody > tr > td.cell-check {
  padding-top: 2px; }

.dataTables_wrapper div.dataTables_length div.bootstrap-select {
  width: 80px;
  margin: 0 6px; }

.dataTables_wrapper div.dataTables_paginate {
  float: right; }
  .dataTables_wrapper div.dataTables_paginate li.previous a, .dataTables_wrapper div.dataTables_paginate li.next a {
    background: #FFFFFF; }

.dataTables_wrapper .dataTables_scrollHeadInner {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.dataTables_wrapper .dataTables_scrollFootInner {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.dataTables_wrapper .table-filters {
  background-color: #EFEFEF; }

.select_filter.bootstrap-select.btn-group .dropdown-menu {
  min-width: 324px; }
  .select_filter.bootstrap-select.btn-group .dropdown-menu li a span.text {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 250px; }
  .select_filter.bootstrap-select.btn-group .dropdown-menu div.action-box {
    border-bottom: 1px solid #DDDDDD;
    padding: 4px 8px 6px 8px;
    white-space: nowrap; }
    .select_filter.bootstrap-select.btn-group .dropdown-menu div.action-box .select-all {
      margin-right: 20px; }

div.dropdown-menu div.bs-searchbox input.form-control {
  float: none; }

label.filter-disabled {
  line-height: 29px;
  margin-right: 40px; }
  label.filter-disabled input {
    width: inherit; }

.bootstrap-select button span.placeholder {
  color: #777777; }

.map-wrapper .location-container {
  font-weight: bold;
  font-size: 110%; }

.map-wrapper .location-label {
  color: #888888; }

.map-wrapper .location-link {
  margin-top: 10px;
  font-weight: bold; }

.map-wrapper .missing {
  font-style: italic; }

.map-summary {
  margin-top: 10px; }

.map-input {
  margin-top: 16px;
  height: 30px;
  outline: none;
  background-color: #fff;
  padding: 0 5px 0 6px;
  width: 350px;
  font-size: 130%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/*#containermap .gm-style-iw {
	max-width:300px;
}*/
.dataTables_wrapper div.map {
  padding: 8px 0 0 4px;
  color: #AA0000;
  float: left; }

.lookup-group .col-xs-11 {
  padding: 0; }

.lookup-group .col-xs-1 {
  padding: 6px 0 0 0; }

.lookup-list .subitem {
  margin-left: 20px; }

#displayFieldsContainer {
  line-height: 33px;
  margin-left: 30px; }

.location-infowindow {
  float: left;
  max-width: 300px;
  min-width: 180px; }
  .location-infowindow div {
    padding-left: 20px;
    text-indent: -20px; }
    .location-infowindow div.location-link a.icon {
      text-indent: 0;
      padding-left: 10px;
      float: right; }
    .location-infowindow div.location-link > span.glyphicon {
      text-indent: 0;
      float: right; }

table.item-list tr.item-disabled td {
  background-color: #FFEEEE; }

ul li.item-disabled {
  background-color: #FFEEEE; }

.filter-parent ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.filter-parent label {
  font-weight: normal;
  margin-bottom: 1px; }

ul li.removed {
  position: absolute;
  top: -100px;
  opacity: 0; }

div.dataTables_scrollBody {
  min-height: 0%; }

#containerDetailWrapper .action-toggleAlert {
  padding: 3px 12px;
  height: 26px; }

#containerDetailWrapper #wctab-general legend {
  padding-bottom: 2px; }

#userDetailWrapper .role-type {
  font-size: 90%; }

#rentalEquipmentWrapper .tracker-export {
  display: none; }
  #rentalEquipmentWrapper .tracker-export a {
    line-height: 30px;
    margin-right: 20px;
    font-size: 120%; }

div.input-group.alert-danger input {
  background-color: #f2dede !important;
  border-color: #ebccd1;
  color: #a94442; }

div.input-group.alert-danger span {
  background-color: #f2dede !important;
  border-color: #ebccd1;
  color: #a94442; }
