/*
 * Base structure
 */
html {
  position: relative;
  min-height: 100%;
}
body {
 /* padding-top: 50px;*/
  margin-bottom: 60px;
  overflow: hidden;
  font-family: 'RobotoDraft', sans-serif;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;
}
.eliplable{
width: calc(100% - 21px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  
}
body,
.navbar-fixed-top,
.navbar-fixed-bottom {
  min-width: 670px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  border-bottom: 1px solid #444;
}


/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}

.btn:focus {
  outline: none;
}

.histgroupselected{
width: 15px;
    height: 15px;
    float: right;

}

.pulloutimage{
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-left: 18px;
    float: left;
    border-radius: 5px;
    }
.trackerID{
  margin-left:15px;
  margin-bottom: 0px !important;
}
#AssetPopup {
    display: none;
    z-index: 3001;
    position: absolute;
    /*width: 300px;*/
    height: 23px;
    border-radius: 5px;
    background: #555555;
    border: 2px solid #333333;
    opacity: 0.75;
    cursor: grab;
}
.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.6); /*dim the background*/
  z-index: 1032;
  position: fixed;
  min-height: 100%;
}
.AUHidden {
    display: none;
}

.jobrow{
    height: 25px;
      padding-left: 5px;
    line-height: 23px;
    border-radius: 5px;
    float:left;
    width:100%;
  }

.jobsettingsimg{
  height:20px;
  float:right;
  margin-right:5px;
  margin-top:2px;
}

.jobshareimg{
  height:20px;
  float:right;
  margin-right:5px;
  margin-top:2px;
}

.alarms {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: 1032;
  position: fixed;
  min-height: 100%;	
  opacity: 0.8;
}

.drawinginfobox{
    width: 300px;
    background: #333333;
    color: black;
    border: 1px solid #ccc;
    z-index: 1035;
    position: fixed;
    height: 250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
margin-left: calc(100% - 305px);
    margin-top: 100px;
}

.alarms .content {
	position: relative;
	top: 35%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center !important;
} 

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.allowselect {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0.7; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.7; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.7; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0.7; }
  100% { opacity:1; }
}
 
.animate-flicker {
   -webkit-animation: flickerAnimation 3s infinite;
   -moz-animation: flickerAnimation 3s infinite;
   -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 100%;
  max-width: none !important;
}

/* Demonstrate the grids */
.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
  background-image: none;
}

.navbar-inverse .navbar-nav>.active>a {
  background-color: #c9302c !important;
  height: 60px;
  border-bottom: none;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #c9302c !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
  float: left;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.navbar-form .form-control-static {
  display: inline-block;
}

.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
  width: auto;
}

.navbar-form .input-group > .form-control {
  width: 100%;
}

.navbar-form .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
  top: 0;
}

/* Undo inline form compaction on small screens */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-inline .form-control-static {
  display: inline-block;
}

.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}

.form-inline .input-group > .form-control {
  width: 100%;
}

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
  top: 0;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  /*padding: 5px 5px 5px 10px;*/
  background-color: #f2f2f2;
  z-index: 1030;
  color: white;
  border-top: 1px solid #444;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.ViewButton
{
 /* padding: 5px;*/
    width:100%;
    height: 29px;
}
.DeviceinGroup:hover{

background: #555;

}
.jobsharelink{
    width: 25px;
    height: 25px;
    float: right;
}
.jobrow:hover{
background: #555;
}
.jobshareitem:hover{
background: #555;
}
.jobsharedelete{
width: 30px;
    height: 30px;
    float: right;
}
.JobCheck{
      float: right;
}
.zonesjobscheck{
    float: right;
    margin-right: 5px;
}
.JobDeviceinGroup:hover{

background: #555;

}


.devstatusbattery {
      float: right;
  height: 21px;
      margin-top: 51x;
}
.devstatusbatteryalert{
      float: right;
  height: 21px;
  margin-right:5px;
      margin-top: 51x;
}
.DevGroupItemLabel{
  width:122px;
      margin-left: 10px;
      margin-top:2px;
          width: calc(100% - 65px);
          white-space: nowrap;overflow: hidden;text-overflow: ellipsis;overflow: hidden;
}

.DevinMainGroupLabel{
  width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.DevGroupItemLabelalert{
  width:122px;
      margin-left: 10px;
      margin-top:2px;
      color:white;
          width: calc(100% - 55px);
}

.JobDevGroupItemLabel{
      width: calc(100% - 30px);
          white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
      margin-left: 10px;
      margin-top:2px;
}

.JobDeviceinGroup{
  width: 100%;
  height: 20px;
}

.DeviceinGroup{
  width: 100%;
  height: :20px;
}
.DevGroupDiv {

}
.searchjobsbtn{
  width:100%;
}
.GroupDiv {
  width: 100%;
  height: 35px;
  background: #333;
  padding:3px;
}
.jobDiv {
  width: 100%;
  height: 35px;
  background: #333;
  padding:3px;
}
.GroupDivSrch{
    width: 100%;
 /* height: 35px;*/
  background: #333;
  padding:3px;
}
.GroupDivOpen {
  width: 100%;
 /* height: 35px;*/
  background: #333;
  padding:3px;
}
.jobDivOpen {
  width: 100%;
 /* height: 35px;*/
  background: #333;
  padding:3px;
}

.jobDivSearch {
  width: 100%;
 /* height: 35px;*/
  background: #333;
  padding:3px;
}

.GroupDivSub {
  width: 99%;
  height: 95%;
  background: #333;
  overflow: hidden;
      border: 1px white solid;
    border-radius: 5px;
    padding: 5px;
}

.jobDivSub {
  width: 99%;
  height: 95%;
  background: #333;
  overflow: hidden;
      border: 1px white solid;
    border-radius: 5px;
    padding: 5px;
}

.sidebar {
	width: 230px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1031;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
	background-color: #333;
	padding-bottom: 15px;
    color: white;
}

#actgroups{
width: 200px;
height: Calc(100% - 60px);
float:left;
margin-left:20px;
border: grey 1px solid;
border-radius: 5px;
}

#groupsettingstop{
width: 100%;
height: 40px;
line-height: 32px;
float: left;

}

#groupdevices{
width: 250px;
height: Calc(100% - 60px);
float:left;
margin-left:20px;
border: grey 1px solid;
border-radius: 5px;

}
#usermgmtgroupdevices{
width: 200px;
height: Calc(100% - 60px);
float:left;
margin-left:20px;
border: grey 1px solid;
border-radius: 5px;
background: #333;
}
#groupdevicestitle{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;
}
.userimg
{
width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 5px;
}
.usermgmtitem:hover{
  background: #555;
}
.usermgmtitem-selected{
  background: #555;
}
#usermgmtusers {
    width: 200px;
    height: Calc(100% - 60px);
    float: left;
    margin-left: 20px;
    border: grey 1px solid;
    border-radius: 5px;
    background: #333;
}
#usermgmttitle {
    width: 100%;
    height: 25px;
    float: left;
    border: grey 1px solid;
    border-radius: 5px;
    line-height: 20px;
}
#usermanagementmain{
  text-align: center;
    width: 680px;
    height: 340px;
    background: #333;
    border: 1px solid #ccc;
    z-index: 1032;
    position: fixed;
    color: white;
    overflow: hidden;
    left: Calc(50% - 340px);
    top: 30px;
        background: #716e6b;
}

#grouptrackerstitle{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;
}

.alertpanel{
  width: 250px;
    float: left;
    max-height: Calc(100% - 165px);
    border-radius: 5px;
    
      background: #716e6b;
    border: 1px solid #ccc;
    z-index: 1032;
    position: absolute;
    color: white;
/*overflow-y: scroll;*/
    overflow-x: hidden;
    right: 10px;
    top: 99px;
}
.groupcontactsenter{

    width: 250px;
    float: right;
    max-height: Calc(100% - 165px);
    border-radius: 5px;
    
      background: #716e6b;
    border: 1px solid #ccc;
    z-index: 1032;
    position: absolute;
    color: white;
min-height:158px;
    overflow-x: hidden;
    left: Calc(50% - 125px);
    top: 99px;
        z-index: 9999;
}


.alertitem:hover{
  background: #555;
}

.devnotingroupmain:hover{
  background: #555;
}
 .devingroupmain:hover{
 background: #555; 
 }

.changedevgroupremove{
  float: right;
  width: 20px;
  height: 20px;
  margin-right:3px;
}
.groupedit{
  float:right;
  margin-right: 5px;
  height:20px;
  width:20px;
}

.groupconf{
  float:right;
  margin-right: 5px;
  height:20px;
  width:20px;  
}


.changedevgroupadd {
    float: left;
  width: 20px;
  height: 20px;
  margin-left:3px;
  margin-right: 5px;
}
.groupmain{
  padding-left:5px;
  padding-right:5px;
}
.groupmain-sel{
background:   #555;
}
.groupmain:hover{
  background: #555;
}
#actgroupstitle{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;
}

#usermgmtfooter
{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;

}
#actgroupsfooter{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;
}


#grouptrackers{
width: 250px;
height: Calc(100% - 60px);
float:left;
margin-left:20px;
border: grey 1px solid;
border-radius: 5px;

}


#usermgmtsecurity{
width: 200px;
height: Calc(100% - 60px);
float:left;
margin-left:20px;
border: grey 1px solid;
border-radius: 5px;
background: #333;
}

#groupsettingsmain{
text-align: center;
    width: 780px;
    height: 340px;
    background: #716e6b;;
    border: 1px solid #ccc;
    z-index: 1032;
    position: fixed;
    
        color: white;
    
    
    overflow: hidden;
}

.histcircle{
 
    width: 10px;
    height: 10px;
    border-radius: 5px;
    float: left;
    
    margin-top: 5px;
    margin-right: 5px;

}
.jslinks{

    width: calc(100% - 20px);
    height: 229px;
    float: left;
    
    margin-left: 10px;
}
#jobsettingsmain{
text-align: center;
    width: 780px;
    height: 375px;
    background: #716e6b;
    border: 1px solid #ccc;
    z-index: 1032;
    position: fixed;
    
        color: white;
    
    
    overflow: hidden;
}

#jobsearch{
text-align: center;
    width: 400px;
    height: 200px;
    background: #333;
    border: 1px solid #ccc;
    z-index: 1032;
    position: fixed;
    
        color: white;
    
    
    overflow: hidden;

}

#jobshare{
text-align: center;
    width: 400px;
    height: 300px;
    background: #333;
    border: 1px solid #ccc;
    z-index: 1032;
    position: fixed;
    
        color: white;
    left: calc(50% - 200px);
    top: 60px;
    
    overflow: hidden;

}

#actjobs{
width: 200px;
height: Calc(100% - 75px);
float:left;
margin-left:20px;
border: grey 1px solid;
border-radius: 5px;
background: #333;
}

#jobsettingstop{
width: 100%;
height: 40px;
line-height: 32px;
float: left;
 

}

.jobsinfo {
     text-align: left;
    padding-left: 5px;
    padding-right: 2px;
    width: 100%;
    float:left;
}

#jobdevices{
width: 250px;
height: Calc(100% - 75px);
float:left;
margin-left:20px;
border: grey 1px solid;
border-radius: 5px;
background: #333;

}
.jobhistitem {
  padding-left: 10px;
}

.groupdropdown{
      width: 16px;
    margin-top: 1px;
    vertical-align: top;
    margin-right: 4px;
}

.jobsdropdown{
      width: 16px;
    margin-top: 1px;
    vertical-align: top;
    margin-right: 4px;

}

#jobdevicestitle{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;
}

.GroupSelected{

}
.JobSelected {
  background: #111;
}
.srchtext{
      margin-left: 1px;
    width: calc(100% - 2px);
    border-radius: 5px;
    height: 29px;
        color: black;
}
#historyFilterjobs{
  width:100%;
  height: Calc(100% - 232px);
  float:left;

}
#jobhistorydevices{
    width: Calc(100% - 20px);
   height: Calc(100% - 40px);
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
        border: solid grey 1px;
    border-radius: 5px;
    margin-left: 10px;

}

#jobhistoryzones{
        width: Calc(100% - 20px);
   height: Calc(100% - 48px);
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
        border: solid grey 1px;
    border-radius: 5px;
    margin-left: 10px;
    
}

#jobzonestitle{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;
   
}

.jobmain-sel{
background: #ccc;
}
/*.jobmain:hover{
  background: #555;
}*/
#actjobstitle{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;
}
.grpusercheck{
  float:right;
}
.grpuserlabel{
  display: inline-block;
  width: calc(100% - 25px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.grpjobscheck{
  float:right;
}
.grpjobsmain{
  padding-right: 5px;
  margin-top: 5px;
  float:left;    width: 100%;
}
.grpjobsexpand{
    height: 13px;
    margin-top: 4px;
    margin-right: 3px;
    float: right;
}
#actjobsfooter{
width: 100%;
height: 25px;
float:left;
border: grey 1px solid;
border-radius: 5px;
    line-height: 20px;
}


#jobzones{
width: 250px;
height: Calc(100% - 75px);
float:left;
margin-left:20px;
border: grey 1px solid;
border-radius: 5px;
 background: #333;
}
  
.sidebarDevPullOut {
  width: 230px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  
 left: 230px;
  z-index: 1031;
      border-left: 1px solid grey;
  overflow-x: hidden;
  overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
  background-color: #333;
  /*padding-bottom: 15px;*/
    color: white;
}
  

.sidebarDevPullOut .row {
	margin: 6px 15px 0 15px;
	/*text-align: center;*/
}

.sidebarDevPullOut .dark {
    background: #555;
}

.sidebarDevPullOut .row h3 {
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: bolder;
}

.sidebarDevPullOut .split {
	height: 1px;
	background: url('../../imgs/split.png') no-repeat center center;
	margin-left: 50px;
	margin-right: 50px;
	display: none;
}

.sidebarDevPullOut .info {
	border: 1px solid #6a6a6a;
	padding: -1px 10px 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sidebarDevPullOut .button {
	margin-bottom: 30px;
}

.sidebarDevPullOut .bg-address {
	background: url('../../imgs/bg-address.png') no-repeat left top;
	background-position: 10px 10px; 
}

.sidebarDevPullOut .bg-lastReport {
	background: url('../../imgs/bg-lastReport.png') no-repeat left top;
	background-position: 10px 10px; 
}

.sidebarDevPullOut .bg-lastCommand {
	background: url('../../imgs/bg-lastCommand.png') no-repeat left top;
	background-position: 10px 10px; 
}

.sidebarDevPullOut .bg-subscription {
	background: url('../../imgs/bg-subscription.png') no-repeat left top;
	background-position: 10px 10px; 
}

.sidebarDevPullOut .info h4 {
	font-size: 14px;
	font-weight: bolder;
     text-align: left;
    margin-left: 5px;
}

.sidebarDevPullOut .info p {
	font-size: 12px;
      text-align: left;
    margin-left: 5px;
}

.navbar {
  height: 60px;
}

.row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.main {
	margin-left: 230px;
	width: calc(100% - 230px);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0;
	display: block;
	overflow: hidden;
	background-color: #f5f5f5;
}

.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.navbar-brand {
  width: 245px;
  padding-top: 15px;
  padding-left: 55px;

}

.navbar-nav {
  height: 60px;
  padding-top: 0;
}

.navbar-nav > li {
	height: 60px;
  /*width: 80px;*/
	text-align: center;
}

.navbar-nav > li > a {
  padding: 9px 15px 10px 15px;
}

.navbar-nav > li:hover {
	background: #d9534f;
}

.navbar-nav li a div {
  padding-bottom: 5px;
  color: white;
  font-size: 12px;
}

.deviceButton {
	margin-left: 1px;
	margin-right: 1px;
}

.deviceStats {
	text-align: left !important;
}

.form-control {
    background: #eee !important;
    border: 1px solid #6a6a6a;
}

.sidebarHeader {
  margin: 0;
  padding: 10px;
  border: 1px solid #6a6a6a;
  background: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
}

.sidebarHeader h4 {
	font-size: 14px;
	margin: 0;
	font-weight: bolder;
}

.deviceStat {
	list-style: none;
	margin: 0;
	padding: 0;
}

.deviceStat li {
	margin: 0 0 10px 0;
	padding: 0;
}

.deviceStat li.last-item {
	margin-bottom: 0px !important;
}

.deviceStat li div.stat-body {
    border: 1px solid #6a6a6a;
    padding: 6px 7px 4px 7px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    background: #555;
}

.deviceStat li div.stat-status {
    border: 1px solid #6a6a6a;
	border-top: none;
	height: 10px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.deviceStat li div.stat-status .progress-bar {
	height: 10px;
	width: 100%;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#deviceMotionButton {
	font-size: 11px;
	text-shadow: none !important;
}

.viewAllTable {
	text-align: left !important;
}

.commands {
	text-align: left !important;
}

.settings {
	text-align: left !important;
}

.saveSettings {
	width: 100%;
}

.toggleEcoMode {
	width: 100%;
}

.history {
	width: 100%;
}

.historyNav {
	width: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.commands ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commands ul li {
	margin: 0 0 5px 0;
	padding: 0;
	padding: 5px;
	width: 100%;
}

#liveMap, #historyMap, #historyList {
	width: 100%;
	height: 100%;
}

.deviceselected {
     margin-top: 4px !important;
     margin-left:3px !important;
     width:15px;
     float:left;
}
.grouphistory{
  height: 17px;
    float: right;
}

.jobhistory{
  height: 17px;
    float: right;
        margin-right: 4px;
        margin-top:3px;

}

#historyMap {
  height: 50%;
  border-bottom: 1px solid #ccc;
}

#historyFilter {
  /*background: #444;*/
  height: 212px;
  width: 100%;
  color: white;
  padding: 3px 5px 5px 5px;
    z-index: 1001;
}

#historyFilter .filter {
  float: left;
  width: 12%;
  margin-right: 5px;
  margin-top: 2px;
}

#historyFilter .filter label {
  font-size: 11px;
}

#historyTable {
  height: calc(50% - 45px);
  width: 100%;
  overflow-y: scroll;
}

#historyTable table tr th {
  padding: 5px;
  font-size: 13px;
}

#historyTable table tr td {
  padding: 5px;
  font-size: 12px;
}

#historyTable table tbody tr:hover {
  background: #eee;
  cursor: pointer;
}

#historyTable table tbody tr.active {
  background: #ddd;
  cursor: pointer;
}

.historyStatus {
  width: 24px;
  height: 24px;
}

/* History Icons */
.infoIcon {
  background-image: url('../../imgs/icons/info.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.offchgIcon {
  background-image: url('../../imgs/icons/offchg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.onchgIcon {
  background-image: url('../../imgs/icons/onchg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.motionIcon {
  background-image: url('../../imgs/icons/motion.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.checkinIcon {
  background-image: url('../../imgs/icons/checkin.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.alertIcon {
  background-image: url('../../imgs/icons/alert.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.stopIcon {
  background-image: url('../../imgs/icons/stop.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.startIcon {
  background-image: url('../../imgs/icons/start.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replayEIcon {
  background-image: url('../../imgs/icons/replayE.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replayNIcon {
  background-image: url('../../imgs/icons/replayN.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replayNEIcon {
  background-image: url('../../imgs/icons/replayNE.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replayNWIcon {
  background-image: url('../../imgs/icons/replayNW.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replaySIcon {
  background-image: url('../../imgs/icons/replayS.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replaySEIcon {
  background-image: url('../../imgs/icons/replaySE.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replaySWIcon {
  background-image: url('../../imgs/icons/replaySW.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replayEIcon {
  background-image: url('../../imgs/icons/replayE.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.replayWIcon {
  background-image: url('../../imgs/icons/replayW.png');
  background-size: cover;
  background-repeat: no-repeat;
}

/* ** History Icons ** */


#historyList {
    width: calc(100% - 70px);
}

#liveStreetview {
	width: 100%;
	height: calc(100% - 30px);
}

#streetviewEle {
	width: calc(50% - 115px);
	height: calc(100% - 30px);
	right: 0;
	top: 60px;
	bottom: 30px;
	position: fixed;
	border-left: 4px solid #ccc;
	z-index: 1000;
}

#historyMap, #historyList {
	background: #f2f2f2;
}

#historyList {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow-y: scroll;
    margin-left: 70px;
}

#historyList .row {
	margin-left: 15px;
	margin-right: 15px;
	background: #ffffff;
	padding: 7px 15px 7px 15px !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
	font-size: 13px;
}

#historyList .first {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.is-item{
    width: 40px;
    height: 40px;
    float: left;
    border: grey 1px solid;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

.is-item:hover {
   border: white 1px solid;
}

.is-item-selected{
    border: white 1px solid;
    
}


#historyList .last {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 1px solid #ccc;
}

.loader {
	text-align: center; 
	width: 300px; 
	background: white; 
	border: 1px solid #ccc; 
	z-index: 1033; 
	position: fixed; 
	top: 30%; 
	left: calc(50% - 50px);
	margin-left: 0px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	padding: 20px 10px 10px 10px;
}

.notification {
	text-align: center; 
	width: 300px; 
	background: #333; 
	border: 1px solid #ccc; 
	z-index: 1099; 
	position: fixed; 
	top: 30%; 
	left: 50%; 
	margin-left: -150px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	padding: 25px 10px 10px 10px;
    min-height: 110px;
    color:white;
}

.notification p {
	font-size: 13px; 
	margin-bottom: 10px;
}

.notification button {
	width: 100%;
	margin-top: 5px;
}

.notification .mltBtn {
	width: 129px;
	margin-right: 5px;
	margin-left: 5px;
}

.iconsSelection {
	list-style: none;
	padding: 0;
	margin: 0;
}

.iconsSelection li {
	text-align: center;
	margin: 0;
	padding: 10px;
	border: 2px solid #ccc;
	background: #f8f8f8;
	width: 80px;
	float: left;
	margin-right: 17px;
	margin-bottom: 5px;
	cursor: pointer;
}

.iconsSelection li.active {
	border: 2px solid #1477da;
	background: #eaf6ff;
}

.icons {
	text-align: center; 
	width: 400px; 
	background: white; 
	border: 1px solid #ccc; 
	z-index: 1033; 
	position: fixed; 
	top: 20%; 
	left: 50%; 
	margin-left: -200px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	padding: 10px 10px 20px 10px;
}

.icons .row {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left !important;
	margin-top: 10px;
}

.alertcheck {
 width:125px;
float: left;
    text-align: center;
    margin-top: 9px;
}

.alertcheckbox {
 width:20px;
float: left;
    text-align: center;
    margin-top: 9px;
}

.contacts {
	text-align: center; 
	width: 400px; 
	background: white; 
	border: 1px solid #ccc; 
	z-index: 1033; 
	position: fixed; 
	top: 20%; 
	left: 50%; 
	margin-left: -200px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	padding: 10px 10px 20px 10px;
}

.contacts h4 {
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left !important;
}

.contacts table {
	margin-left: 10px;
	margin-right: 10px;
}

.contacts table tr td {
	padding-bottom: 10px;

}

.contacts .row {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left !important;
	margin-top: 10px;
}

.autoCommands {
  text-align: center;
  width: 600px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1033;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px 20px 10px;
}

.autoCommands h4 {
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left !important;
}

.autoCommandsTable tr td {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.commandPassword {
  text-align: center;
  width: 300px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1032;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 15px 15px 15px;
}


.dmcContacts {
  text-align: center;
  width: 600px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1033;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 15px 20px 15px;
}

.account {
text-align: center;
    width: 230px;
    background: white;
    z-index: 1033;
    top: 65px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  height: calc(100% - 235px);
border-bottom: 3px black solid;
}

.account h4 {
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left !important;
}

.account .row {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left !important;
	margin-top: 10px;
}

.vswitch {
    text-align: center;
    width: 32px;
    height: 64px;
    z-index: 1002;
    position: fixed;
    color: white;
    margin-left: 229px;
}

.settings {
    text-align: center;
    width: 800px;
    background: #333;
    border: 1px solid #ccc;
    z-index: 1002;
    position: fixed;
    color: white;
    top: 100px;
    left: Calc(50% - -0px);
    margin-left: -340px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}

.devalerts {
    text-align: center;
    width: 520px;
  /*  overflow-x: auto;*/
    /*height: Calc(100% - 130px);*/
        overflow-x: auto;
    background:none !important;
   /* background: #333;*/
  /*  border: 1px solid #ccc;*/
    z-index: 1002;
    position: fixed;
    color: white;
    top: 100px;
    float:right;
    right:0px;
   /* margin-left: -340px;*/
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}

.autoarmrow {
  width:100%;
  float:left;
}

.autoarmenable {
margin-left:30px !important;
float:left;
}
.autoarminsideout {
  margin-left:50px !important;
  float:left;
}
.autoarmselect {
  width:100px;
  margin-left:10px;
  display:inline;
}

.multi-devdropdown-menu {
   position: absolute;
    top: -253px;
    left: 0px;
    height: 200px;
    overflow: auto;
    z-index: 1001;
    /* display: none;*/
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.autoarm {
    text-align: center;
    width: 490px;
    background: #333;
    height: 350px;
    border: 1px solid #ccc;
    z-index: 1002;
    position: fixed;
    color: white;
    top: 175px;
    left: 50%;
    margin-left: -275px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}

.autoarmback.focus,
.autoarmback:focus,
.autoarmback:hover {
    color: #FFF;
    text-decoration: none
        color: #fff;
    background-color: #999900;
    border-color: #999900
}


.autoarmback {

  background: repeating-linear-gradient(
  45deg,
  #999900,
  #999900 10px,
  #333 10px,
  #333 20px
);
}

.historyfiltericon
{
  width:34px;
  height:34px;
}

.lowbatterydiv {
    text-align: center;
    color:white;
    width: 350px;
    background: #ff6666;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1002;
    position: fixed;
    height:40px;
    bottom: 35px;
    left: Calc(50% - 175px);
   /* margin-left: -375px;*/
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}

.subwarningdiv {
    text-align: center;
    color:white;
    width: 350px;
    background: #ff6666;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1002;
    position: fixed;
    height:40px;
        top: calc(50% - 35px);
    left: Calc(50% - 175px);
   /* margin-left: -375px;*/
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}

.btn-grey
{
  background:#555;
  color: white !important;
  border-color: #bfbfbf;
    border-width: 1px;

}

.btn-grey:hover { 
    color: white !important;
}

.PosTypeInfo
{   text-align: center;
    width: 500px;
    height:30px;
    background:#333;color:white;
    border: 1px solid #ccc;
    z-index: 1002;
    position: fixed;
    top: 70px;
        left: calc(50% - 250px);
    margin-top: -6px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;}

.settings h4 {
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left !important;
}

.settings .row {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left !important;
    margin-top: 10px;
}

.flightMode {
  text-align: center;
  width: 235px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1033;
  position: fixed;
top: 117px;
  left: 50%;
  margin-left: -117px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px 10px 10px 17px;
}

.parkMode {
  text-align: center;
  width: 235px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1033;
  position: fixed;
top: 117px;
  left: 50%;
  margin-left: -117px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px 10px 10px 17px;
}

.flightLogMode {
  text-align: center;
  width: 235px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1033;
  position: fixed;
top: 117px;
  left: 50%;
  margin-left: -117px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px 10px 10px 17px;
}


.pursuitMode {
  text-align: center;
  width: 235px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1033;
  position: fixed;
top: 117px;
  left: 50%;
  margin-left: -117px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px 10px 10px 17px;
}

.devmessages {
  text-align: center;
 width: 755px;
  height: 500px;
  background: #333;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 1033;
  position: fixed;
top: 100px;
  left: 50%;
  margin-left: -270px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px 10px 10px 17px;
/*  background: #333;*/
  color: white;
}

.usermessages {
  text-align: center;
 width: 900px;
  height: 500px;
  background: #333;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 1033;
  position: fixed;
top: 100px;
  left: 50%;
  margin-left: -360px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px 10px 10px 17px;
/*  background: #333;*/
  color: white;
}

.loginmessage {
  text-align: center;
 width: 900px;
  height: 500px;
  background: #333;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 1033;
  position: fixed;
top: 100px;
  left: 50%;
  margin-left: -360px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px 10px 10px 17px;
/*  background: #333;*/
  color: white;
}


.ecoMode {
  text-align: center;
  width: 235px;
  background: white;
  border: 1px solid #ccc;
  z-index: 1033;
  position: fixed;
 top: 117px;
  left: 50%;
  margin-left: -117px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 15px 10px 10px 17px;
}

.commands {
    width: 100%;
   overflow-x: hidden;;
   
    z-index: 1004;
        height: calc(100% - 45px);
  }

.dmc {
	text-align: center; 
	width: 100%; 
	background: #f2f2f2;
	border: 1px solid #ccc; 
	z-index: 999999999; 
	position: fixed; 
	top: 0px;
	left: 0;
	bottom: 30px;
	padding: 0px;
	overflow: hidden;
}

.ui-dialog { z-index: 1099 !important ;}

.dmcCommandStatus {
  width: 600px;
background:#333;color:white;
  border: 1px solid #ccc;
  z-index: 1034;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.masterdetailsdata{
/*border: 1px solid black;*/
width: 49%;
height: 30px;
float:left;
margin-top:1px;
}
.masterstatstop{
width:100%;
height: 130px;
border-bottom: 1px #ccc solid;
float:left;
}
.masterstatsmiddle{
width:100%;
height: 480px;
padding-left:20px;
  float:left;
}
.masterstatsbottom{
width:100%;
height: Calc(100% - 485px);

  float:left;
}

.dmcManage {
  width: 800px;
  background:#333;color:white;
  border: 1px solid #ccc;
  z-index: 1035;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -400px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.masterstats {
  width: 800px;
      background: white;
    color: black;
  border: 1px solid #ccc;
  z-index: 1035;
  position: fixed;
  
  height:100%;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dmcManageUl {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dmcManageUl li {
  margin: 5px;
  padding: 7px 0 5px 7px;
  border: 1px solid #ccc;
}

.dmcManageLog {
  font-size: 12px;
}

.dmcManageLog thead th {
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  padding: 2px 2px 2px 5px;
}

.dmcManageLog tbody td {
  padding: 2px 2px 2px 5px;
}

.dmcManageUlCommands {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.ui-datepicker{
 font-size:11.7px;
}


.login-bg {
	background: url('https://tracking.Chicane.co.uk/chicaneresources/loadbackground/backgroundLoginNew.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.form-signin {
  max-width: 390px;
  padding: 15px;
  margin: 30px auto;
  font-size: 13px;
}

.form-signin-heading {
	margin-bottom: 40px;
}

.form-signin, .form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .checkbox div {
	margin-top: 1px;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin .form-signin-inner {
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
	background: rgba(59, 59, 59, 0.6) none repeat scroll 0% 0%;
	transition: height 0.3s ease 0s, margin 0.3s ease 0s;
	padding: 30px 30px 15px 30px;
  color: white;
}

.form-signin .form-signin-inner-nopadding {
	padding-top: 15px;
}

.form-signin .form-signin-inner input {
	font-size: 14px;
	border: 1px solid #9c9c9c;
}

.gmaps-popup {
    margin-top: 5px;
}

.rightpullout {
    width: 230px;
    height: Calc(100% - 30px);
    background: #333;
    position: fixed;
    right: 0px;
    top: 0px;
   /* padding: 10px;*/
    z-index: 1004;
    border: none;
}

#zonesEle {
    width: 230px;
    height: 100%;
    background: #333;
    
    right: 0px;
 height: calc(100% - 235px);
    z-index: 1004;
   border-bottom: 3px black solid;
}

.sidebarOverlay {
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.1); /*dim the background*/
  z-index: 1032;
  position: fixed;
  min-height: 100%;
}


.labels {
  color: white;
  background-color: transparent;
  font-family: 'RobotoDraft', sans-serif;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;
  font-size: 11px;
  font-weight: bold;
  width: 200px;
  text-align: center;
}


.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
 
#pac-input, #pac-input-history {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-right: 8px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 250px;
  margin-top: 11px;
}

#pac-input:focus, #pac-input-history:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white2_hdpi.png"] {
  display: none;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

.pac-container:after {
	background-image: none !important;
	height: 0px !important;
}

.timepicker {
}

.timepicker:read-only {
    background-color: white;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -moz-animation: progress-bar-stripes 1s linear infinite;
  -ms-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.reverseProgress {
  -webkit-animation-direction: reverse !important;;
  -moz-animation-direction: reverse !important;;
  -ms-animation-direction: reverse !important;;
  -o-animation-direction: reverse !important;;
  animation-direction: reverse !important;
}

@-webkit-keyframes pulsate
{
  0%   {background-color: #286090;}
  50%   {background-color: #337ab7;}
  100% {background: #5cb85c;}
}

.pulse {
  -webkit-animation-name: pulse; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

//create the animation
@-webkit-keyframes pulse { // for chrome, safari, opera
0%   {background: #5bc0de;}
25%   {background: #5bc0de;}
50%   {background: #5bc0de;}
75%   {background: #5bc0de;}
100% {background: #5bc0de;}
}

@keyframes pulse {
  0%   {background: #5bc0de;}
  25%   {background: #5bc0de;}
  50%   {background: #5bc0de;}
  75%  {background: #2e6da4;}
  100% {background: #2e6da4;}
}

#buttons {
    background: #333;
    position: fixed;
    width: 80px;
    height: 155px;
    z-index: 1;
    left: 222px;
    top: 280px;
    border: 1px solid #ccc;
    left: none;
    margin-top: -77.5px;
    -webkit-border-radius: 0px 6px 0px 6px;
    -moz-border-radius: 0px 6px 0px 6px;
    border-radius: 0px 6px 6px 0px;
    padding: 15px;
}

#zonesTable {
  color: white;
}

.ui-state-active {
  background: #FFAC9E !important;
}

table.sortable thead {
  background-color:#eee;
  color:#666666;
  font-weight: bold;
  cursor: pointer;
}

.sorttable_sorted, .sorttable_sorted_reverse {
    color: #a94442;
}

#stealthModeInfo {
  width: 360px;
    background: rgb(85, 85, 85);
  position: fixed;
  border: 2px solid #555;
  z-index: 1000;
  left: calc(50% - 177px);
  top: 97px;
  padding: 0px 10px 5px 10px;
  text-align: center;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#stealthModeInfo h4 {
  margin-bottom: 5px;
}

#stealthModeInfo p {
  padidng: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

.advancedOptions {
    height: 30px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1031;
    width: 230px;
    color: white;
    border-top: 1px solid #bbb;
}

.advancedOptions li {
    float: left;
    list-style: none;
    width: 50%;
    text-align: center;
    background: #ccc;
    padding: 5px;
    cursor: pointer;
    color: black;
}

.advancedOptions li:hover {
    background: #ddd;
}

.advancedOptions li.active {
    background: #c12e2a;
    color: white;
}

.advancedOptions li.active:hover {
    background: #d9534f;
}

.advancedTable {
    margin: 0 10px 0px 10px;
    padding: 0px;
    list-style: none;
}

.advancedTable li {
    margin: 10px 0px 0px 0px;
    background: #333;
    border: 5px solid;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.advancedTable li:hover {
    border: 5px solid ;
        background: -webkit-linear-gradient(#555, #333); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#555, #333);/* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#555, #333); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#555, #333);
    background: linear-gradient(#555, #333); /* Standard syntax */

}

.advancedTable li.active {
    border: 5px dashed ;
    border-color: white !important;
  /*      background: -webkit-linear-gradient(#555, #333); /* For Safari 5.1 to 6.0 */
  /*   background: -o-linear-gradient(#555, #333);/* For Opera 11.1 to 12.0 */
  /*   background: -moz-linear-gradient(#555, #333); /* For Firefox 3.6 to 15 */
  /*   background: -ms-linear-gradient(#555, #333);
  /*   background: linear-gradient(#555, #333); /* Standard syntax */


}

.advancedTable li .address {
    border: 1px solid #6a6a6a;
    background: #444;
    padding: 3px 5px 2px 5px;
    margin: 5px 0px 5px 0px;
}

.advancedTable li .box {

    padding: 1px 4px 1px 4px;


    display: inline-block;
    white-space: nowrap;
}

.sidebar::-webkit-scrollbar {
    width: 7px;
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/*
body {
    scrollbar-base-color: #C0C0C0;
    scrollbar-base-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #C0C0C0;
}
*/

.devicePicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.devicePicker::-ms-expand { /* for IE 11 */
  display: none;
  width: 100%;
}

.inputCalendar {
  background-color: #eee !important;
  background-image: url('../../imgs/icons/calendar.png') !important;
  background-repeat: no-repeat !important;
  background-position: 7px 7px !important;
  padding-left: 30px;
}

#routing {
    border-left: 1px solid #444;
    border-bottom: 3px solid #ccc;
    width: 300px;
    height: 100%;
    background: #444;
    color: white;
    padding: 5px 5px 5px 5px;
    right: 0px;
    top: 60px;
        z-index: 1015;
    position: fixed;
    padding: 10px;
}

#routing .input {
    margin-bottom: 10px;
    border: 1px solid #888;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}

#routingDirections {
    border-top: 1px solid #333;
    margin-top: 10px;
    width: 100%;
    height: calc(100% - 305px);
    overflow-y: scroll;
    padding-bottom: 40px;
   overflow-x: hidden;
}
.hidden {
  display: none;
}
.sidebar-search-popup {
  background: #FFFFFF;
  border: 1px solid #ccc;
  width: 200px;
  position: absolute;
  z-index: 100;
  margin-top: -10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}

ul.sidebar-search-popup-data {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.sidebar-search-popup-data li {
  color: #333;
  padding: 7px 7px 7px 10px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

ul.sidebar-search-popup-data li.select {
  cursor: pointer;
}

ul.sidebar-search-popup-data li.select:hover {
  background: #f2f2f2;
}

ul.sidebar-search-popup-data li:last-child {
  border: none;
}

.history-select-multi-popup {
  background: #FFFFFF;
  border: 1px solid #ccc;
  width: 200px;
  position: absolute;
  z-index: 100;
  margin-top: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}

ul.history-select-multi-popup-data {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.history-select-multi-popup-data li {
  color: #333;
  padding: 7px 7px 7px 10px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}


.ui-timepicker-container {
  font-size: 12px !important;
}

#historyMode {
  height: 45px;
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 0px;
  background: transparent;
}

#historyMode ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#historyMode ul li {
  background: #777;
  float: left;
  padding: 13px 15px 13px 15px;
  color: #ccc;
  margin: 0;
  cursor: pointer;
}

#historyMode ul li:hover {
  background: #666;
  color: #ffffff;
}

#historyMode ul li.active {
  background: #444444;
  color: #ffffff;
}

