﻿html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-width: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9pt;
  color: #00265d;
  background-color: white;
}
.form-control {
  font-size: 12px;
}
.k-widget.k-notification.k-notification-error {
  /* override the color */
  color: #fff;
}
.fa.k-sprite,
.fa.k-sprite::before {
  font-size: 12px;
  line-height: 12px;
}
.header {
  line-height: 40px;
  vertical-align: middle;
  height: 40px;
  width: 100%;
  overflow: hidden;
}
.layout-content {
  height: calc(100% - 40px);
}
.footer {
  height: 35px;
  width: 100%;
  overflow: hidden;
}
.k-toolbar .k-button {
  background-color: #f6faff;
  color: #00265d;
  line-height: 25px;
  border: none;
  /* overwrite kendo default of -7px top margin on the more icon */
  /* Again, kendo default top margin for menu icon is -7px for some reasons. 
         * A value of -2px will make the icon appears to be inline with the menu title.
         */
}
.k-toolbar .k-button > .k-i-more {
  margin-top: 0;
}
.k-toolbar .k-button > .k-sprite {
  margin-top: -2px;
}
.k-toolbar .k-button:hover {
  background-color: #f9ad36;
  color: #00265d;
}
.k-toolbar .k-button .k-state-hover {
  background-color: #f9ad36;
  color: #00265d;
}
.main-toolbar {
  line-height: 35px;
  height: 35px;
  min-height: 35px;
  text-align: right;
  background-image: none;
  background-color: inherit;
  border: none;
  font-size: 12px;
}
.main-toolbar .k-overflow-anchor {
  width: auto;
  height: 25px;
  line-height: 25px;
  padding-top: 2px;
  margin-top: 5px;
  padding-right: 10px;
  border-radius: 3px;
}
.main-toolbar a.k-button {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  padding-top: 2px;
  padding-bottom: 0;
  height: 25px;
  line-height: 25px;
}
.main-toolbar .k-button {
  background-color: white;
}
.main-toolbar .k-button:hover {
  background-color: #f9ad36;
}
.logo {
  height: 25px;
  vertical-align: middle;
  margin-left: 5px;
}
.copyright {
  font-size: 8pt;
}
.fa-exclamation-circle {
  color: orange;
}
.fa-question-circle {
  color: blue;
}
.fa-ban,
.fa-file-pdf-o {
  color: red;
}
.fa-plus-circle,
.fa-file-excel-o {
  color: green;
}
.k-splitter {
  height: 100%;
  width: 100%;
}
label {
  padding-top: 5px;
  font-size: 9pt;
  font-weight: normal;
}
.k-dropdown {
  width: 100%;
}
.k-grid {
  height: 100%;
  height: calc(100% - 2px);
  height: -moz-calc(100% - 2px);
}
.k-grid table tbody tr td {
  /* truncate */
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* decrease the height of the row */
.k-grid .k-auto-scrollable td,
.k-grid .k-virtual-scrollable-wrap td {
  font-size: 8pt;
  white-space: nowrap;
  line-height: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.k-grid .k-auto-scrollable tr,
.k-grid .k-virtual-scrollable-wrap tr {
  height: 1.5em;
}
.k-grid .k-alt td {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.k-split-button:focus {
  box-shadow: none;
}
/* borders for debuging purpose */
.border-red {
  border: 1px solid red;
}
.border-green {
  border: 1px solid green;
}
.border-blue {
  border: 1px solid blue;
}
.filter-cancel:focus {
  box-shadow: none;
}
.filtering-table {
  border-collapse: collapse;
  width: 100%;
}
.filtering-col {
  padding: 4px 4px 4px 4px;
}
.filter-cancel-col {
  width: 30px;
}
.p-filter {
  width: 100%;
}
/* this style block fixes bootstrap layout within telerik control */
.ppc-window * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ppc-window {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ppc-window hr {
  margin-top: .5em;
  margin-bottom: .5em;
}
.ppc-window .col:not(:last-child) {
  padding-right: 2px;
}
.ppc-window .col:not(:first-child) {
  padding-left: 2px;
}
.ppc-window .row:not(:last-child) {
  padding-bottom: 1px;
}
.ppc-window .row:not(:first-child) {
  padding-top: 1px;
}
.ppc-window .col > input[type="text"],
.ppc-window .col > button,
.ppc-window .col > label {
  width: 100%;
}
.ppc-window input[type="radio"],
.ppc-window input[type="checkbox"] {
  margin-top: 0;
}
/* style for the marker's label on map */
label.marker {
  border: solid 1px #90bdff;
  border-radius: 4px;
  padding: 2px;
  top: -18px;
  left: 8px;
  background-color: #f6faff;
  color: #00265d;
  /* truncate long label */
  max-width: 20em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.leaflet-marker-icon div {
  margin-left: 1em;
}
legend,
.panel-title {
  font-size: 12pt;
}
legend {
  color: #00265d;
  border-bottom: 1px solid #90bdff;
  padding-top: 10px;
}
/* Common style for search bar */
section.search-section {
  position: relative;
}
section.search-section .fa-filter {
  position: absolute;
  right: 17px;
  top: 10px;
  color: black;
}
section.search-section input,
section.search-section .hint {
  padding-left: 20px;
  padding-right: 43px;
  border-radius: 23px;
}
section.search-section .hint {
  color: #aaa;
}
section.search-section .fa-times-circle {
  text-decoration: none;
  position: absolute;
  right: 17px;
  top: 10px;
  color: black;
}
section.search-section .fa-times-circle:hover {
  color: red;
}
.k-progressbar-horizontal {
  width: 100%;
}
.kendo-radio-list {
  margin: 0 0 -1em;
  padding: 0;
}
.kendo-radio-list li {
  list-style: none;
  padding-bottom: 1em;
}
/* align the kendo checkbox and radio */
label.k-radio-label {
  padding-top: 4px;
}
label.k-checkbox-label {
  padding-top: 3px;
}
.k-button {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.row,
.col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.k-overflow-container .k-button:focus {
  background-color: #003b90;
  color: #fff;
}
.k-overflow-container .k-button:focus .fa {
  color: #fff;
}
body,
.k-pane,
.k-toolbar,
.k-button {
  background-image: none;
}
.fa-trash-o {
  color: red;
}
.btn-danger .fa-trash-o {
  color: white;
}
.k-splitbar {
  background-color: #a8cae7;
}
.k-splitbar:focus {
  background-color: #f9ad36;
}
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  /* remove focus box-shadow from button */
  box-shadow: none;
}
.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  box-shadow: none;
}
/* Rounded checkbox
see http://cssdeck.com/labs/css-checkbox-styles
Usage:
    <div class="rounded-checkbox">
	    <input type="checkbox" value="None" id="elementId" name="check" />
	    <label for="elementId"></label>
    </div>
*/
.rounded-checkbox {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
  /*margin: 20px auto;*/
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.rounded-checkbox input[type=checkbox] {
  visibility: hidden;
}
.rounded-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#45484d', GradientType=0);
}
.rounded-checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 5px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rounded-checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.rounded-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* SQUARE Checkbox
 * Usage:
    <div class="squared-checkbox">
	    <input type="checkbox" value="None" id="elementId" name="check" />
	    <label for="elementId"></label>
    </div>
*/
.squared-checkbox {
  width: 20px;
  /*margin: 20px auto;*/
  position: relative;
}
.squared-checkbox input[type=checkbox] {
  visibility: hidden;
}
.squared-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid #00265d;
  /*-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/
  padding: 0;
}
.squared-checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  /* adjust top & left to reposition the checked mark */
  top: 7px;
  left: 5px;
  border: 3px solid #00265d;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squared-checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.squared-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.hide {
  display: none;
}
.popover {
  max-width: 320px;
}
.closeCircle {
  width: 1.5em;
  height: 1.5em;
  border: none;
  background-color: white;
  position: absolute;
  right: -0.7em;
  top: -1.1em;
  border-radius: 100%;
}
.closeCircle .fa-times-circle {
  position: absolute;
  left: -1px;
  top: -1px;
  color: black;
  font-size: 2em;
  cursor: pointer;
}
/* style an input text field to be rounded */
.rounded-text-input {
  font-size: 9pt;
  border-radius: 40px;
  height: 30px;
  padding-left: 10px;
}
input.rounded-text-input[type=text] {
  font-size: 9pt;
  border-radius: 40px;
  height: 30px;
  padding-left: 10px;
}
/* SQUARE Checkbox
 * Usage:
    <div class="rounded-text-input">
	    <input type="text"  />
	    <i class="fa fa-times-circle"></i>
    </div>
*/
div.rounded-text-input {
  position: relative;
}
div.rounded-text-input input[type=text] {
  font-size: 9pt;
  border-radius: 40px;
  height: 30px;
  padding-left: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
}
div.rounded-text-input i.fa-times-circle {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 25px;
  color: red;
}
.btn-default {
  border-color: #c3dcff;
  color: #00265d;
}
.btn-default:hover {
  background-color: #f9ad36;
  border-collapse: #000000;
  color: white;
}
.btn-default:focus,
.btn-default .focus {
  background-color: #f9ad36;
  border-collapse: #000000;
  color: white;
}
.avm-border {
  border-radius: 4px;
  border: 1px solid #c3dcff;
}
.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover {
  border: 5px solid silver;
}
/* default truck color */
.fa-truck {
  color: #24AAE2;
}
/* styling the vertical tab strip with icons.
   To use this, add the class ppc-vertical-icon-tabstrip, tabbar, tabbar-content, grey and normal to the appropriate place.
   See AVM main page as an example
*/
.ppc-vertical-icon-tabstrip {
  padding: 0;
  border: none;
  background-color: transparent;
}
.ppc-vertical-icon-tabstrip ul.k-tabstrip-items {
  padding: 0;
}
.ppc-vertical-icon-tabstrip > .k-content {
  padding: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left-color: #24AAE2;
  margin-right: 0;
  margin-top: 0;
}
.ppc-vertical-icon-tabstrip .tabbar {
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  z-index: 2;
}
.ppc-vertical-icon-tabstrip .tabbar span.k-loading {
  display: none;
}
.ppc-vertical-icon-tabstrip .tabbar .tabbar-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.ppc-vertical-icon-tabstrip .tabbar .tabbar-content img {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
}
.ppc-vertical-icon-tabstrip .tabbar .tabbar-content img .grey {
  z-index: 1;
}
.ppc-vertical-icon-tabstrip .tabbar .tabbar-content img .normal {
  z-index: 2;
}
.ppc-vertical-icon-tabstrip .tabbar .tabbar-content img img.attention {
  z-index: 3;
}
.ppc-vertical-icon-tabstrip div.k-content {
  padding: 0;
}
.fullHeight {
  height: 100%;
}
.circle {
  border-radius: 100%;
}
.expand-control {
  position: absolute;
  top: 40px;
  z-index: 510;
  color: #00265d;
  width: 40px;
  height: 40px;
}
.expand-control .fa {
  position: relative;
  top: calc(50% - 10px);
  left: 15px;
  font-size: 20px;
  color: #24AAE2;
}
div.search-section {
  position: relative;
  height: 40px;
}
div.search-section input[type=text] {
  position: absolute;
  width: calc(100% - 10px);
  top: 5px;
  left: 5px;
  height: 30px;
  border-radius: 30px;
  padding-left: 10px;
}
div.search-section .fa-times-circle {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 25px;
  color: red;
}
.cursor-pointer {
  cursor: pointer;
}