/*locations-config*/
.padding0{
  padding: 0 !important;
}
#form-time .SumoSelect > .optWrapper > .options{width:100%;}
#form-time .SumoSelect{width:300px;}
#form-time .SumoSelect > .optWrapper > .options > li{padding: 2px 6px !important;}

.tab-pane.min-h300{
  min-height:320px !important;
  height: 100% !important;
}
.vertical-tabs .tab-content {
  width: calc(100% - 200px);
}
#form-conn label.control-label{
  width: 100px !important;
  float:left;
}
#form-conn input.form-control{
  width: 140px !important;
  float:left;
}
#form-conn input.form-control.w-50{
  width: 50px !important;
}
/*-------- skeleteton -----------*/
footer#footer {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  display: inline-block;
  height: auto;
  min-height: 20px;
  padding: 10px 0;
  text-align: center;
  color:rgba(0, 0, 0, 0.7);
}
footer a{
  color:rgba(0, 0, 0, 0.5);
}
footer p{
  margin:0;
}

h1 {
  display: inline-block;
  float: left;
  margin: 0;
  width: 50%;
}

.header .site-name{display:inline-block; text-indent:-9999px;}
.header{min-height:75px; height: auto; clear:both;position:static;}
.header .logo {
  background: url("../images/logo-sp206x55.png") no-repeat left top;
  display: inline-block;
  height: 55px;
  width: 206px;
  margin:15px;
}

.form-group {
  margin-bottom: 10px;
}

.loading,.loader{ display:inline-block; font-size:20px; line-height:20px; position:absolute; top: 200px;left:50% !important; z-index:1000}

.local-load {/*appending to btn or smaller elements*/
  border-radius: 10px;
  color: inherit;
  display: inline-block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  padding-left: 2px;
  width: 20px;
  z-index: 1000;
  position:relative;

  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
}
.fa-spin {  animation: 2s linear 0s normal none infinite running fa-spin;}
@keyframes fa-spin {0% {    transform: rotate(0deg);}100% {  transform: rotate(359deg);}}

header h1.title a{
  display:inline-block;
  height:100%;
}

.configuration .dropdown-menu li a {
  border: medium none !important;
  box-shadow: none !important;
  color: rgb(51, 51, 51) !important;
  font-weight: 300;
  line-height: 1.3;
  padding: 5px 20px;
  width: 100%;
}
/*---- main nav -----*/
#menu .location-name{}

#menu .location-alerts{
  left: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  display: inline-block;
}
#menu .location-alerts i:hover{
  background: rgba(0,0,0,0.15);
  border-radius: 4px;
  cursor: pointer;
}
#menu .location-alerts i.fa.fa-exclamation{
  color: #ff0000;
  width: auto;
  left: 0;
  position: absolute;
  top: 15px;
  width: 20px;
  height: 22px;
}

/*--- forms -----*/
.userbox{
  z-index:1200;
  vertical-align: top;
}
#formReport #intervalType:disabled{
  option:0.2;
}
#formReport .SumoSelect{
  min-width:130px !important;
}
#formReport .SumoSelect > .CaptionCont > span{
  min-width: 130px !important;
  text-align: center;
  min-height: 22px;
}
#formReport .SlectBox {
    padding: 5px 12px;
    width: auto;
}
#formReport .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, #formReport .form-control:focus, #formReport .form-control:hover {
  border-color: #7ac142;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(122, 193, 66, 0.6);
}
#formReport .form-control {
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  font-size: 14px;
  height: auto;
}
#formReport .form-elements label{
  display:block;
  clear:both;
}

#formReport.col-xs-12 .form-group{
  min-height:40px;
}

#formReport .form-elements{display:inline-block;float:left; margin-right:15px;/*width:auto !important;*/}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
    background-color: rgba(98, 157, 51, 0.4) !important;
    border-color: rgba(40, 94, 142, 0.3) !important;
    color: #399e4a !important;
    text-shadow: 1px 1px 0 rgba(50, 118, 177, 0.1) !important;
}
#datepicker > div{ width:43% !important;margin-right:10px;}
.datepicker table tbody tr td.day.active {
    background: rgba(98, 157, 51, 0.7) !important;
    color: #111 !important;
    text-shadow: 1px 1px rgba(98, 157, 51, 0.8);
}
.week-disabled{
  cursor: default !important;
  color:rgb(171,171,171) !important;
}
.week-green {
  background: rgba(122, 193, 66, 0.7) !important;
  border:1px solid rgba(122, 193, 66, 0.8) !important;
  color: #111;
  display: inline-block;
  line-height: 3;
  margin: 2px !important;
  max-height: 30px;
  min-width: 30px;
  text-shadow: 1px 1px 0 rgba(122, 193, 66, 0.1);
}
.week-green:hover, .week-green:active,.week-green:focus{
  background: rgba(122, 193, 66, 1) !important;
  color:#fff;
}
#getReport {
  height: 35px;
  margin-top: 25px;
}
#getCombinedReport {
  height: 35px;
  margin-top: 25px;
}

#formReport .btn-group{width: 170px;}
#formReport .input-sm{width:50px;}
/*-- in scss -*/
#summary_map .btn-group {min-width: 150px;}
#summary_map .refresh-locations {
  color: #333;
  float: right;
  margin-right: 10px;
}
/*---*/
.geo-map{margin-top:10px;}
.btn-interval .caret, .btn-report-type .caret, .btn-template .caret, .btn-timeframe .caret, .btn-resolution .caret, .btn-locations .caret {
    position: absolute;
    right: 15px;
    top: 15px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #fff;
}
.weekly .form-elements{
  width: auto !important;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.pos-absolute{
  position:absolute !important;
}

/*------- draggable scss -------------*/
.resize-panels{
  height: 40px !important;
  margin-bottom: 10px;
  overflow: hidden !important;
}
.remove-resize-panels{
   height: auto !important;
  margin-bottom: 20px;
  overflow: visible;
  opacity: 1;
}

/*rewrite as nav-active is moved*/
ul.nav-main .nav-active  a {
    box-shadow: 2px 0 0 #7ac142 inset;
}
ul.nav-main li a {
    color: #555555;
    font-size: 1.3rem;
    text-overflow: ellipsis;
}
ul.nav-main > li > a {
    padding: 12px 25px;
}
.ws-nowrap, ul.nav-main li a {
    white-space: nowrap;
}
.nav > li  a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
/* end rewrite */

/*------ summary speed-icons----*/

/*------------- upload image lightbox.scss -----------*/
i#uploadRoadIcon {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
  cursor: pointer;
  font-size: 24px;
  margin-left: 10px;
  top: -5px;
}
.tooltip{
  text-shadow:none !important;
}
#formLanesConfig .dropdown-menu {
  max-height: 250px !important;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
/*------ templates ---------*/
.gridly h4 {
  font-size: 1.3rem !important;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0 -10px;
  width: 75%;
}
.gridly h4 .small{
  font-size: 1.2rem !important;
  line-height: 1.4;
}
.gridly p {
  font-weight: 300;
  line-height: 1;
  margin: 0;
  height: 14px;
  overflow: hidden;
}
.gridly .panel-actions {
  right: 5px;
  top: 10px;
}
.gridly .header-graph {
  display: inline-block;
  width: 100%;
}
.gridly .header-graph:not('.snaphshots'){
  padding:5px 0 10px 10px !important;
}
.gridly .template3-size .header-graph{
  font-size:90% !important;
}
.gridly .template3-size h4{
  font-weight:500;
}
.gridly .template3-size p{
  height:12px;
}
.dropdown-menu.template a{display:inline-block;}
.template.dropdown-menu span.text,.btn-template span.text{
  padding-left:10px;
  display:inline-block;
  float:left;
}
.template.dropdown-menu span.icon, .btn-template span.icon{
  margin-left:-10px;
  opacity:0.8;
  float:left;
}

.btn-template span.icon{
  margin-left:0;
}


/*--------------*/
#highChart{
  margin: 5px auto 5px;
  float:left;
}
#highChart h5.charts-load{
  clear: both;
  display: inline-block;
  float: left;
  width: 100%;
  margin:0;
}

.template0, .template1,.template2, .template3 {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px !important;
  display: inline-block;
  /*box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);*/
  box-shadow: 2px 5px 10px 2px  rgba(0, 0, 0, 0.05) inset;
  cursor:pointer;
  position:relative;
  margin:0 10px 5px;
  float:left;
}

.template2:nth-child(2),.template2:nth-child(4),.template2:nth-child(6),.template3:nth-child(3),.template3:nth-child(6),.template3:nth-child(9) {
    margin-right: 0;
}
.template0-size{
  height: 600px !important;
  /*width:100% !important;*/
  width:calc(100% - 20px) !important;
}
.template1-size{
  height: 500px !important;
  width:calc(100% - 20px) !important;
}
.template2-size{
  height: 360px !important;
  width:calc(50% - 20px) !important;
}
.template3-size{
  width:calc(33.3333% - 20px) !important;
  height:300px !important;
}
/* snapshot report placeholders */
.template0-size .charts .image-panel,.template1-size .charts .image-panel,.template2-size .charts .image-panel,.template3-size .charts .image-panel{
  border-radius: 3px 3px 0 0;
  max-height: 540px;
  height:auto;
  /*overflow: hidden;*/
}
.template1-size .charts .image-panel {
  /*height: 440px;*/
  height: auto;
}
.template2-size .charts .image-panel {
  height: auto;
}
.template3-size .charts .image-panel {
  /*height: 250px;*/
  height: auto;
}

/* photos - snapshot div */
.gridly .snapshots .panel-actions {
  display: block;
  right: 5px;
  top: 25px;
  z-index: 1051;
}
.items .charts .snapshots {
  left: 10px;
  position: relative;
  bottom: 5px;
}
.template0-size .charts .snapshots{
  top:0;
}
.snapshots h5{
  margin-top:0 !important;
}
.snapshots .image-panel img{
  border-radius:3px;
  border:1px solid rgba(0,0,0,0.8);
}
.snapshots .heading-hover{
  background: rgba(0, 0, 0, 0.3);
  bottom: -38px;
  color: rgb(255, 255, 255);
  height: 60px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-indent: 10px;
  width: 100%;
  opacity:0;
}
.template3-size .heading-hover{
  bottom:-8px;
}
.template1-size .heading-hover{
  bottom:0;
}
/*report debug - debug div*/

.charts .debug, .graphs .debug{
  display:inline-block;
  padding:0 20px 20px;
}
.debug h5{
  margin-bottom:20px;
}
.template0-size .debug h5, .template1-size .debug h5{
  font-size:1.8rem;
  font-weight:600;
}
.template0-size .well-xs, .template1-size .well-xs, .template2-size .well-xs, .template3-size .well-xs, .well-xs{
  display:inline-block;
  border-bottom:1px dotted #ccc;
  width:100%;
}
.well-xs.heading > span{font-weight:300;}
.well-xs span{
  display:inline-block;
  width:20%;
}
.well-xs span:first-child{
  width:30%;
}
.well-xs span:nth-child(2){
  width:23%;
}
.debug > .well-xs{margin-bottom:10px;}

#fullscreenModal .well-xs{padding:10px 0 !important; font-size:110%;}
.template0-size .debug > .well-xs, .template1-size .debug > .well-xs{
  font-size:110%;
}
.template3-size .charts, .template3-size .graphs{
  font-size:90%;
}

.inner-template.template-selected {
  border-radius: 5px;
  box-shadow: 2px 1px rgba(122, 193, 66, 0.9);
  display: inline-block;
  height: 100%;
  width: 100%;
  z-index:1;
}
.grids .template-selected{
  border: 1px solid rgba(122, 193, 66, 0.8);
  transform: scale(1.2);
}

.gridly .items{  background:#fff; display:inline-block; float:left;border-radius: 5px; margin:0 10px 5px; overflow:hidden;position: relative !important;  /*for top header*/}

.gridly .items.template1-size, .gridly .items.template0-size{
  padding-top:15px;
}
.inner-template::after, .inner-template span {
  color: rgba(119, 119, 119, 0.2);
  content: "+";
  display: block;
  font-size: 60px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: absolute;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  top: 50%;
}
.inner-template span {
  font-size: 15px;
  margin: 30px 0 0 -50px;
  top: 60%;
}

/*portable sortable*/
.portlet-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.portlet-placeholder {
  margin: 0 1em 1em 0;
  height: 150px;
  width:150px;
  background:transparent;
  outline: none;
}
/*--------------- */
.main-graph{
  position:static;
  display:inline-block;
  float:left;
  width:100%;
  height:100%;
}

.items .graphs, .items .charts{
  position:absolute;
  /*left:40;*/
  /*top:40;*/
  bottom:0;
  z-index: 1000;
}
.charts .to-remove{
  z-index:1 !important;
}
.header-outer {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -10px;
  z-index: 1020;
  width: 100%;
}
.heading-top.hidden{
  padding:0 !important;
  height:0 !important;
}
/* nano scroller for charts */
.items .graphs .nano, .items .charts .nano{
  position:static !important;
  margin-left:100%;
}
.weekly-combined {
  height: 100px;
  background:rgba(249,249,249,.8);
  box-shadow: 0 0 5px #222;
  padding:10px;
  margin: 10px;
}

.items.template0-size .scrollable.nano, .weekly .scrollable.nano{
  height: 500px;
}
.items.template1-size .scrollable.nano{
  height: 400px;
}
.items.template2-size .scrollable.nano{
  height: 280px;
}
.items.template3-size .scrollable.nano{
  height: 180px;
}
.items .images {
  padding:10px;
  width:800px;
}
.items .nano > .pane {
  right: 10px;
  height: 98%;
}
.items .nano .content{
  margin-bottom: 10px;
  padding: 10px;
}
.items .img-responsive{
  margin: 5px;
}
.items .images a{
  display: block;
  float:left;
  color:#333 !important;
  line-height: 1 !important;
}

/*------ timer -------------*/

.timer-refresh{
  font-size:13px;
  margin:0;
  height:30px;
  font-weight:300;
}
.last-update{font-size:12px;font-weight:100;}
/*--------- grid icons ----------*/
.grids{
  position:relative;
  display:inline-block;
  /*width:100%;margin-left:30px;*/
  height:100%;
}
.btn-sm-custom {margin-top: -10px; }
.grids0x0, .grids1x2, .grids1x3, .grids2x2, .grids2x3,
.grids3x2, .grids3x3
{ display: inline-block; background: url('../images/sprites-grid.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.grids0x0 { background-position: -0px -0px; width: 29px; height: 20px; }
.grids1x2 { background-position: -29px -0px; width: 29px; height: 20px; }
.grids1x3 { background-position: -0px -20px; width: 29px; height: 20px; }
.grids2x2 { background-position: -29px -20px; width: 29px; height: 20px; }
.grids2x3 { background-position: -0px -40px; width: 29px; height: 20px; }
.grids3x2 { background-position: -29px -40px; width: 29px; height: 20px; }
.grids3x3 { background-position: -0px -60px; width: 29px; height: 20px; }

.grid1 {
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  outline: 1px solid #f9f9f9;
  overflow: hidden;
  width: 29px;
  opacity:0.8;
  cursor:pointer;
}
.grid1:hover{
  opacity:1;
}

/*-------- fullscreen ---------------*/
.fullscreen{
  bottom: 0 !important;
  display: block !important;
  height: 100% !important;
  left: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
  margin:0 !important;
  background:#fff;
  padding:40px !important;
 }

.fa.fa-exclamation-triangle.color-red{
  font-size: 20px;
  margin-top: 4px;
}

/*-------- lanes -------------*/
#formLanesConfig .new-group-item{ margin:15px 15px 0 0 !important;}
/*-------- config -------------*/
#formRadarConfig{margin-left:10%;}
#formRadarConfig .save-radar-config{margin-left:12%;}
#formRadarConfig .span-val{display:inline-block;padding-top:7px; }
#formRadarConfig .input-sm{height: 28px !important;}
/*-- modal form --*/
.mfp-content #formRadarConfig .col-md-2.col-xs-2.control-label{width: 28% !important;}
.mfp-content #formRadarConfig .col-md-2.col-xs-2{width: 33% !important;}
.mfp-content #formRadarConfig .col-md-1.col-xs-1{width: 25% !important;}

.mfp-content #formRadarConfig{margin-left:5px; float:left;width:90%}

#printModal.dialog{
  max-width: 70% !important;
}
/*---------------*/
.action-delete:hover,.action-edit:hover{
  background:#f3f3f3;
}
.req-fieldset{
  position:relative;/* Required as error messages will be absolutely positioned */
}
span.error {
  position: absolute;
  /*display:none;*/
  color: #ff0000;
  font-weight: 500;
  font-size:12px;
  padding: 5px;
  width:100%;
  /*top: 30px;*/
}
#speedLimitForm span.error{
  top:0;
  left:10px;
  font-size: 11px;
  font-weight: 400;
}
.border-bottom-solid{
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

/*-------- - --------*/
h3 .fa-edit,#radar_configuration .fa-edit, #summary-page .fa-edit{
  cursor: pointer;
  margin-left:10px;
  font-size: 17px;
}
#summary-page .fa-save {
 font-size:18px;
}
/*reports */

#formReport .table-cell.group-item, .table-cell.group-item{
  max-width: inherit;
}
/*----------- error code -------------------*/
.body-error.error-outside {
    display: table;
    height: 100vh;
}
.body-error {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}
.body-error .error-explanation {
    font-size: 2rem;
    line-height: 3.6rem;
}
.body-error.error-outside .center-error {
    display: table-cell;
    vertical-align: middle;
}
.body-error .error-code {
    font-size: 14rem;
    letter-spacing: -10px;
    line-height: 14rem;
}
.mb-xlg {
    margin-bottom: 30px !important;
}
.text-weight-semibold {
    font-weight: 600;
}
.text-dark {
    color: rgba(23, 23, 23, 0.5) !important;
}
/* hotpots : should be empty */
#form-customer #email-exclamation{
  opacity: 0;
  height: 0;
}
#form-customer legend{
  font-size: 15px;
  margin-top:20px;
}
/*------------ customers ----------------------*/
#form-customer .fa.fa-info-circle{
  font-size: 16px;
  cursor: pointer;
  color: #70C2DE;
  margin-right: 5px;
}
#form-customer #imageToggle{
  position: relative;
  width: 620px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.geo-edit .fa.fa-info-circle{
  color: #70c2de;
  cursor: pointer;
  float: right;
  font-size: 16px;
  margin-right: 30px;
  padding-bottom: 10px;
}
.geo-edit #infoToggle {
  color: #444;
  font-size: 14px;
  padding: 20px 5px;
  position: relative;
  right: 10px;
  text-align: center;
  top: -15px;
  width: 90%;
  padding: 5px;
  background: #f0f0f0;
  background: rgba(0,0,0,0.04);
}

#form-customer .closeImg {
  position: absolute;
  right: 25px;
  top: 5px;
}
#form-customer .sfn-url {
  position: absolute;
  /*right: -355px;
  top: 20px;*/
  text-shadow: 1px 1px rgba(0,0,0,0.12);
  width:100%;
}
/*----------- users ----------------*/
#formCreateUser .req-fieldset span.error{
  top:45px;
  padding: 5px 0;
}
#formCreateUser label {
  display: block;
  margin-bottom: 0;
}
#formCreateUser .form-group {
  margin-bottom: 15px !important;
}
#formCreateUser .body-sign {
  height: 100% !important;
  padding: 0 15px;
}
/*-------------------------------------------*/

/*icons style start*/
.icon-12 {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.icon-16{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.icon-14 svg {
  width: 100%;
}
.is-margin-r {
margin-right: 4px;
}
.is-d-inline-block {
display: inline-block;
}
.is-v-align-center {
vertical-align: middle;
}
.icon-12 svg path, .icon-16 svg path {
  fill:#555555;
}
.icon-12:hover svg path, .icon-16:hover svg path {
  fill: #383535;
}

/*.is-data-table th{
	width: 200px !important;
}
.is-data-table tr td:nth-last-of-type(1) {
	width: 200px !important;
}*/
/*icons style end*/

.icon-disabled {
	pointer-events: none;
	opacity: .6;
	cursor: no
}

.reports-tab .tab-content{
  min-height: 400px;
}

/*-------- controlling loggedIn loggedOut users -----------*/
#reports{position: relative;}
.user-overlay, .overlay{
  background: rgba(255, 255, 255, 0.1);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1041;
  min-height: 600px !important;
}
.user-overlay.hidden{
  background: transparent !important;
  height: 0 !important;
  width: 0 !important;
  z-index:1;
}
.overlay h2.layer{
  display: inline-block;
  font-size: 3rem;
  left: 50% !important;
  position: absolute;
  top: 20%;
  z-index: 2000;
}
p.processing, p.downloading{
  font-size:1.2em;
  line-height: 2;
  color:#ff7000 !important;
}
p.downloading a{
  font-weight: 700;
  color:#ff5000 !important;
}
#form-customer .fade, .geo-edit #infoToggle.fade, .hiding {
  opacity: 0;
  height: 0;
  margin:0 !important;
  padding:0 !important;
   transition: opacity .25s, margin-top 1s step-start, z-index 1s step-start;
   -moz-transition: opacity .25s, margin-top 1s step-start, z-index 1s step-start;
   -webkit-transition: opacity .25, margin-top 1s step-start, z-index 1s step-starts ;
}

#form-customer .fade.fadeIn, .geo-edit #infoToggle.fade.fadeIn, .hiding.fadeIn {
  opacity: 1;
   height: auto;
   transition: opacity .25s, margin-top 1s step-start, z-index 1s step-start;
 -moz-transition: opacity .25s, margin-top 1s step-start, z-index 1s step-start;
 -webkit-transition: opacity .25s, margin-top 1s step-start, z-index 1s step-start;
}
/*animation for highcharts and alerts on mySkeleton */
/*------------------------------*/

.sidebar-left{
  z-index:1060 !important;
}
.header .logo-container {
  z-index: 1080;
}
.header .toggle-sidebar-left {
  cursor:pointer;
}
.report-settings-clear{
  display: inline-block;
}
.snapshots .img-responsive{
  max-width: 100% !important;
  position: relative;
}
/*-------------------- RWD ------------------*/
.panel-heading h4 i.tooltip-info{
  display: none;
}
@media screen and (max-width: 1170px) and (min-width: 1050px) {
  .template0-size{
    height: 500px !important;
  }
  .template1-size{
    height: 400px !important;
    width:calc(100% - 20px) !important;
  }
  .template2-size{
    height: 300px !important;
  }
  .template3-size{
    height:240px !important;
  }
  .items .charts .snapshots {
    bottom: 5px;
  }
  .snapshots .img-responsive{
    max-width: 95% !important;
  }
}
/*for w > 1200 only*/
@media only screen and (max-width: 1200px) {
  .content-body {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 1049px) {
  .content-body {
    /*padding: 40px 10px;*/
  }
}
@media only screen and (max-width: 820px) {
  .gridly .items {
    display: block;
    float: none;
  }
  .template0-size,.template1-size, .template2-size, .template3-size {
    height: 360px !important;
    width: calc(100% - 20px) !important;
  }
  /*.timer-refresh .next{
    display: none;
  }*/
}
/*theme - change!*/
@media only screen and (max-width: 767px){
.page-header {
    margin: 0px 0px 20px !important;
  }
  .gridly .panel-actions {
    position: relative;
    top: -30px !important;
  }
}
@media screen and (max-width: 1049px) and (min-width: 900px) {
  .sidebar-left {
    width: 220px;
  }
  ul.nav-main li a {
    font-size:90%;
  }
  .template0-size{
    height: 480px !important;
  }
  .template1-size{
    height: 380px !important;
    width:calc(100% - 20px) !important;
  }
  .template2-size{
    height: 280px !important;
  }
  .template3-size{
    height:220px !important;
  }
  .items .charts .snapshots {
    bottom: 5px;
  }
  .snapshots .img-responsive{
    max-width: 90% !important;
  }
}
@media screen and (max-width: 901px) and (min-width: 820px) {
  .template0-size{
    height: 500px !important;
  }
  .template1-size{
    height: 400px !important;
    width:calc(100% - 20px) !important;
  }
  .template2-size{
    height: 300px !important;
  }
  .template3-size{
    height:240px !important;
  }
  .items .charts .snapshots {
    bottom: 5px;
  }
  .timer-refresh .next_connection_time{
    font-size: 90%;
  }
  .gridly h4{width:85%;}
  .snapshots .img-responsive{
    max-width: 95% !important;
  }
  .panel-heading {
    font-size: 90%;
    /*height: 30px;
    overflow: hidden;*/
    padding: 5px 15px !important;
  }
  .panel-heading h4 i.tooltip-info{
    display: inline-block;
    margin-left:5px;
    z-index:1200;
    cursor:pointer;
    /*color:#5BC0DE;color-info */
  }
  .gridly h4 {
    margin: 10px 0 0;
  }
  .panel-heading p.subtitle{
    display: none;
    margin:0;
    height: 0;
  }
}
/*-------------- display in block ---------------*/
@media screen and (max-width: 820px) and (min-width: 721px) {
  .snapshots .img-responsive{
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 640px){
  .tab-pane.min-h300{
    min-height:350px !important;
  }
  .btn{
    display: block;
    margin-bottom:10px;
  }
  .vertical-tabs ul {
    float: left;
    margin-top: 20px;
    min-width: 180px;
    text-align: left;
  }
  .vertical-tabs .tab-content {
    width: calc(100% - 180px);
  }
}

@media only screen and (max-width: 400px){
  .panel-actions .panel-actions-modal{
    display: none;
  }
  .vertical-tabs label {
    margin-bottom: 5px;
    width: 200px !important;
    max-width: 200px !important;
  }
  .vertical-tabs .btn{
    width:100px;
  }
}

@media only screen and (max-width: 399px) {
  .panel-actions .panel-actions-modal{
    display: none;
  }
  body, html.no-mobile-device .body{
    position: relative;
    overflow: scroll !important;
    max-width:400px;
    width:400px;
  }
}
/*---------- iPad specific -----------*/
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}
/* for the table */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.nano>.pane {
  opacity: 1 !important;
}
html.flexbox .content-body, html.flexboxlegacy .content-body {
  min-width: 0;
}

p.subtitle{
  overflow: visible;
}

/* nav select*/
.d-flex {
  display: flex;
}
.flex-auto {
  flex: 0 0 auto;
}
.flex-fill {
  flex: 1 1 auto;
}
.nav-select {
  display: flex; 
  flex: 1 1 auto; 
  justify-content: flex-end; 
  min-width: 0; 
  align-items: center; 
  padding-right: 4px;
}
.nav-select > select {
  display: none;
}
.nav-select .SumoSelect {
  min-width: 144px;
}
.nav-select .SumoSelect > p {
  margin-bottom: 0;
}
.nav-select .SumoSelect>.CaptionCont {
  border: none;
  box-shadow: 0px 1px 3px rgba(0,0,0,.15);
}
.SumoSelect>.CaptionCont>span.placeholder {
  font-style: normal !important;
}


.well-custom {
  text-align: center;
  color: white;
  font-size: large;
  min-height: 20px;
  padding: 15px;
  background-color: #b30909;
}
.inner-wrapper-custom {
  display: flex;
  padding-top: 0px;
  table-layout: fixed;
  overflow: hidden;  
}

.header-right {
  height: auto;
}
.inner-wrapper {
  padding-top:0px;
}
.generate-token-parent {

    max-width: 630px;
    margin-left: auto;
    margin-bottom: 30px;
    align-items: flex-start;
}
.generate-token-normal {

    max-width: 430px;
    margin-left: auto;
    margin-bottom: 30px;
    align-items: flex-start;
}
.generate-token-parent .control-label {

    margin: 4px 0 0;
}

.mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.grid-card {
    display: inline-flex;
    padding: 8px 16px;
    vertical-align: middle;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,e6e6e6+99 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */


    border-radius: 6px;
    border: solid 1px #f3f3f3;
    align-items: center;
}
.grid-card .template-selected {
  transform: scale(1) !important;
  position: relative;
  background-image: url(../images/sprites-grid-selected.png) !important;
      border: solid 1px #f3f3f3;

}
/* .grid-card .template-selected:after {
  height: 16px;
  width: 30px;
  background: rgba(122, 193, 66, 0.8);
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: 0;
  content: "";
  transform: translate(-50%, -50%);
}
.grid-card .grid1 {
  width: 40px !important;
  height: 26px !important;
  border-radius: 4px;
  outline: none !important;
} */

.align-items-center {
  align-items: center !important;
}

.grid-card .report-settings-clear .btn-sm-custom {
margin-top: 0px !important;
}
.grid-card .grid1 {
  vertical-align: middle !important;
}
.mr-3 {
  margin-right: 16px !important;
}
.px-3 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.layout-title {
  font-size: 14px;
  margin: 0 0 6px 0;
  padding: 0px 12px;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.is-no-data {
  width: 100%;
  height: 100px;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-end {
  align-items: flex-end;
}
.is-no-margin .CaptionCont {
margin-bottom: 0 !important;
}
.custom-width {
  width: 230px;
}
.custom-width .customerSFNDrop .SumoSelect {
  width: 100% !important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.border-bottom {
  border-bottom: solid 1px #ccc;
}
.has-error-field {
  width: 230px;
}
.has-error-field span.error {
  
  padding-left: 0;
  line-height: 17px;
}
.w-100 {
width: 100% !important;
}
.h-auto {
  height: auto !important;
}
.has-message .alert-success {
   margin: 0 !important;
}
.flex-column {
  flex-direction: column !important;
}
.d-block {
  display: block !important;
}
.custom-card
{
  padding: 11px 12px;
  background: #f4f4f4;
  margin-bottom: 16px;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.h-100 {
  height: 100%!important;
}
.pt-20 {
  padding-top: 25px !important;
}


@media only screen and (max-width:1100px) {
  .media-style {
 display: block;
 width: 100%;
  }
  .media-style .pt-20{
    justify-content: flex-end;
    padding-top: 5px !important;
  }
}
@media only screen and (max-width:963px) {
  .sm-none {
    display: none !important;
  }
  .pt-20 {
    padding-top: 8px !important;
}
}

#local-configuration-tab input {
    cursor: text !important;
}
