*{
    outline: none !important;
}
.routeCompare .color-selection {
    border-bottom: solid 1px #cbcbcb;
    border-top: solid 1px #cbcbcb;
    margin: 4px 0;
}
.routeCompare span#lineColor {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.routeCompare #lineColor select {
    width: 100%;
    display: block;
    height: 30px;
    background: #fff;
    border: solid 1px #00B0FF;
    border-radius: 20px;
    padding: 0 15px;
}
.routeCompare span#lineColor.select-dropdown select {
    background-color: #00b0ff22;
    color: #00b0ff;
    border: none;
    border-radius: 4px;
    font-family: "CircularPro",sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.25px;
    height: 40px;
}


.routeCompare .btnShowFuelChart {
    float: right;
    position: relative;
    top: 10px;
    cursor: pointer;
    color: #3D8CE3;
    font-size: 28px;
}

.routeCompare #toolboxContainer{
    border: 0px;
}

#dlgFuelHistory .fuelMinMaxControls {
    text-align: center;
}

.routeCompare #toolboxContainer *{
    box-sizing: border-box;
}


.routeCompare #toolboxContainer #devicesList {
      overflow-y: auto;
}

.routeCompare .disabled-icon {
    opacity: 0.4;
}

.control-icon {
    cursor: pointer;
    color: #3d8ce3;
    font-size: 2em;
}

#deviceSelect input {
    width: 100%;
    margin-bottom: 5px;
}

#dlgAddDevice * {
    box-sizing: border-box;
}

#dlgAddDevice .formInput {
    width: 100%;
    margin-bottom: 5px;
}

#dlgAddDevice .ui-datepicker-inline {
    width: 100%;
}

#headerContainer {
    padding: 10px;
    position: relative;
}

#headerContainer .info {
    padding: 10px 0;
}

#headerContainer .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.26px;
    color: #212121;
    line-height: 24px;
}

#headerContainer .ui-button {
    background-color: #00b0ff;
    color: white;
}

#headerContainer .controls {
    position: absolute;
    top: 10px;
    right: 10px;
}

#headerContainer .controls .btn{
    cursor: pointer;
    font-size: 1.3em;
    color: #00b0ff;
}

.btnAddDevice{
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;

    width: 150px;
    height: 30px;
}


.noDeviceBar {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
}

.noDeviceBar .text {
    position: relative;
    top: -5px;
}

.listDeviceWidget {
    border-top: 1px solid #dcdcdc;
}

.tourSumContainer .col {
    float: left;
    width: 50%;
}

.topContainer {
    padding: 10px;
}

.topContainer .col{
    float: left;
    width: 50%;
}

.topContainer .controls {
    text-align: right;
}

.topContainer .tourDate {
    line-height: 2em;
}

.topContainer .btnRemove {
    float: right;
    font-size: 1.5em;
    cursor: pointer;
}

.tourSumContainer .data {
    font-weight: bold;
}
.tourSumContainer .icon {
    float: left;
    margin-right: 5px;
}

.tourContainer {
    padding: 7px 10px 7px 0;
    border-left: 7px solid white;
}

.tourContainer.hover {
    background-color: #ececec;
}

.tourContainer.hidden {
    opacity: 0.5;
}

.tourContainer .startTime, .tourContainer .endTime {
    color: #343434;
    font-weight: bold;
}

.tourContainer .col {
    color: #878787;
    float: left;
    width: 33.33%;

    text-align: left;
    padding-left: 30px;
}

.tourContainer .controls {
    text-align: right;
    padding-left: 0px;
}

.tourContainer .controls .control-icon {
    font-size: 2em;
}

.primaryBox {
    background-color: #00b0ff;
    padding: 10px;
    color: white;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


.legendContainer {
    position: relative;
}

.legendContainer .colorLine {
    height: 2px;
    background-color: blue;
    margin: 20px 7px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.20);
}

.legendContainer .endIcon {
    height: 30px;
    top: -15px;
    left: 160px;
}

.legendContainer .startIcon {
    height: 16px;
    top: -8px;
    left: 50px;
}

.legendContainer .icon {
    position: absolute;
    padding: 0 4px;
    background-color: white;
}

.noDeviceDlg {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 300px;
    margin-left: -350px;
    padding: 30px 30px 30px 60px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    font-family: "CircularPro", sans-serif;
}

.noDeviceDlg .title {
    font-weight: bold;
    padding: 5px 0;
}

.noDeviceDlg .content {
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24px;
}

.noDeviceDlg .icon {
    font-size: 2em;
    position: absolute;
    top: 30px;
    left: 30px;
}



#zoneView {
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
}

#zoneView input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}
table.ui-datepicker-calendar td {
    height: 40px;
    width: 40px;
    line-height: 31px !important;
}

 table.ui-datepicker-calendar a {
    height: 36px;
    width: 36px;
    line-height: 32px !important;
}

table.ui-datepicker-calendar td,
table.ui-datepicker-calendar a {
    color: #212121;
}
 .ui-datepicker{
    -webkit-box-flex: 2.5;
    -webkit-flex: 2.5 auto;
    -ms-flex: 2.5 auto;
    flex: 2.5 auto;
    width:100%;
    border:none;
}
.ui-datepicker-header .ui-corner-all span{
    display:none !important;
}

a.ui-datepicker-prev:before{
    font-family: 'Material Icons' !important;
    display:block;
    color: #000;
    content: "\e5cb";
    font-size:20px;
}
a.ui-datepicker-next:before{
    font-family: 'Material Icons' !important;
    display:block;
    color:#000 !important;
    content: "\e5cc";
    font-size:20px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover:before{
    color: #00B0FF !important;
    cursor:pointer;
}

table.ui-datepicker-calendar tbody td,table.ui-datepicker-calendar tbody td .ui-state-default, table.ui-datepicker-calendar tbody tr {
    border: none !important;
    text-align:center;
    border-radius:50%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border:none;
}

input.autocompleteSelect.ui-autocomplete-input{
    border:none;
    border-bottom:solid 1px #428ee9;
    padding:10px 0;
}

#devicesList{
    max-height: 79vh !important;
    overflow-y: auto;
    height: 100%;
}
