/* line 32, ../scss/global.scss */
body {
  font-size: 100%;
  font-family: "Open Sans", serif !important;
  background: #656565;
}
/* line 36, ../scss/global.scss */
body .clearfix, body #navbar, body #right-column, body #right-column section, #right-column body section, body #histories {
  *zoom: 1;
}
/* line 36, ../scss/global.scss */
body .clearfix:before, body #navbar:before, body #right-column:before, body #right-column section:before, #right-column body section:before, body #histories:before, body .clearfix:after, body #navbar:after, body #right-column:after, body #right-column section:after, #right-column body section:after, body #histories:after {
  content: " ";
  display: table;
}
/* line 36, ../scss/global.scss */
body .clearfix:after, body #navbar:after, body #right-column:after, body #right-column section:after, #right-column body section:after, body #histories:after {
  clear: both;
}
/* line 37, ../scss/global.scss */
body .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 38, ../scss/global.scss */
body .half {
  width: 50%;
}

#quicklocate_result{
	width:500px;
}

#quicklocate_result .left{
	font-weight:600;
}
/* line 42, ../scss/global.scss */
#navbar {
   background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2B537F), color-stop(100%, #2B537F));
  background-image: -webkit-linear-gradient(#3C7AB6, #2B537F);
  background-image: -moz-linear-gradient(#3C7AB6, #2B537F);
  background-image: -o-linear-gradient(#3C7AB6, #2B537F);
  background-image: linear-gradient(#3C7AB6, #2B537F);
  position: fixed;
  width: 100%;
}
/* line 50, ../scss/global.scss */
#navbar #logo {
  float: left;


}

#errorMess
{
	font-size:13px;
}

#logo
{
  background-image: url("/images/logos/reliatrac_logo_small.png");
  background-repeat: no-repeat;
  background-size: 65% !important;
  background-color: white;
  width:228px !important;
  border-left:2px solid #6C6C6C !important;
  margin-right:0px !important;
  background-position:center; 
}

/* line 56, ../scss/global.scss */
#navbar ul {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: .9em;
  height: 50px;
  overflow:hidden;
  
}
/* line 62, ../scss/global.scss */
#navbar #user-menu {
  float: right;

}
/* line 66, ../scss/global.scss */
#navbar #user-menu li {
  margin: 0;
}
/* line 69, ../scss/global.scss */
#navbar li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-left: 2px solid #6C6C6C;

  width:100px;
  height:51px;
  text-align:center;
}
/* line 75, ../scss/global.scss */
#navbar li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 50px;
  text-decoration: none;
  color: white;
  width:100%;
}
/* line 83, ../scss/global.scss */
#navbar li.active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2B537F), color-stop(100%, #2B537F));
  background-image: -webkit-linear-gradient(#2B537F, #2B537F);
  background-image: -moz-linear-gradient(#2B537F, #2B537F);
  background-image: -o-linear-gradient(#2B537F #2B537F);
  background-image: linear-gradient(#2B537F, #2B537F);
  border-style: solid;
  font-weight: 600;
 
}

#loginname
{
	color: #FFFFFF;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    vertical-align: middle;
    width: 300px !important;
    font-size:13px;
    cursor:normal;
    text-align:left !important;
    padding-left:20px !important;
    

}



/* line 93, ../scss/global.scss */
#left-column {
  width: 230px;
  background: #414141;
  border-right: 2px solid #6c6c6c;
  float: left;
  overflow: hidden;
  position: fixed;
  z-index: 1;
}
/* line 102, ../scss/global.scss */
#left-column .title {
  text-align: center;
  background-color: #3e3e3e;
  color: #aaaaaa;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8em;
  letter-spacing: -1px;
  padding: 10px 0;
  border-bottom: 1px solid #4e4e4e;
}
/* line 114, ../scss/global.scss */
#left-column .toggle {
  padding: 5px 0 5px 12px;
  background: #353535;
  border-bottom: 1px solid #555555;
}
/* line 119, ../scss/global.scss */
#left-column .toggle .choice {
  width: 100px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 -2px;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 30px;
  cursor: pointer;
}
/* line 131, ../scss/global.scss */
#left-column .toggle .choice#history-toggle {
  border-left: 1px solid #cacaca;
  background-color: lightgrey;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d3), color-stop(100%, #cacaca));
  background-image: -webkit-linear-gradient(#d3d3d3, #cacaca);
  background-image: -moz-linear-gradient(#d3d3d3, #cacaca);
  background-image: -o-linear-gradient(#d3d3d3, #cacaca);
  background-image: linear-gradient(#d3d3d3, #cacaca);
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #757575;
}
/* line 139, ../scss/global.scss */
#left-column .toggle .choice#realtime-toggle {
  border-right: 1px solid #cacaca;
  background-color: lightgrey;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d3), color-stop(100%, #cacaca));
  background-image: -webkit-linear-gradient(#d3d3d3, #cacaca);
  background-image: -moz-linear-gradient(#d3d3d3, #cacaca);
  background-image: -o-linear-gradient(#d3d3d3, #cacaca);
  background-image: linear-gradient(#d3d3d3, #cacaca);
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #757575;
}
/* line 147, ../scss/global.scss */
#left-column .toggle .choice#realtime-toggle.active {
  background-color: #2ba3da;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ba3da), color-stop(100%, #118cc3));
  background-image: -webkit-linear-gradient(#2ba3da, #118cc3);
  background-image: -moz-linear-gradient(#2ba3da, #118cc3);
  background-image: -o-linear-gradient(#2ba3da, #118cc3);
  background-image: linear-gradient(#2ba3da, #118cc3);
  color: white;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 3px solid #118cc3;
  border-right: 1px solid #118cc3;
}
/* line 156, ../scss/global.scss */
#left-column .toggle .choice#history-toggle.active {
  background-color: #2ba3da;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ba3da), color-stop(100%, #118cc3));
  background-image: -webkit-linear-gradient(#2ba3da, #118cc3);
  background-image: -moz-linear-gradient(#2ba3da, #118cc3);
  background-image: -o-linear-gradient(#2ba3da, #118cc3);
  background-image: linear-gradient(#2ba3da, #118cc3);
  color: white;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 3px solid #118cc3;
  border-left: 1px solid #118cc3;
}
/* line 168, ../scss/global.scss */
#left-column #sidenav {
  border-top: 1px solid #353535;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 171, ../scss/global.scss */
#left-column #sidenav li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 179, ../scss/global.scss */
#left-column #sidenav .level-2, #left-column #sidenav .level-3 {
  display: none;
}
/* line 180, ../scss/global.scss */
#left-column #sidenav .level-2.open, #left-column #sidenav .level-3.open {
  display: block;
}
/* line 182, ../scss/global.scss */
#left-column #sidenav h2 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(100%, #3c3c3c));
  background-image: -webkit-linear-gradient(#414141, #3c3c3c);
  background-image: -moz-linear-gradient(#414141, #3c3c3c);
  background-image: -o-linear-gradient(#414141, #3c3c3c);
  background-image: linear-gradient(#414141, #3c3c3c);
  border-bottom: 1px solid #333333;
  padding: 14px 0 16px 10px;
  letter-spacing: -1px;
  color: #dadada;
  font-weight: 600;
  font-size: .90em;
  cursor: pointer;
}
/* line 192, ../scss/global.scss */
#left-column #sidenav h2:after {
  margin-left: 193px;
  margin-top: -14px;
}
/* line 198, ../scss/global.scss */
#left-column #sidenav h2.open {
  color: #f5f5f5;
}
/* line 207, ../scss/global.scss */
#left-column #sidenav h3 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(100%, #3c3c3c));
  background-image: -webkit-linear-gradient(#414141, #3c3c3c);
  background-image: -moz-linear-gradient(#414141, #3c3c3c);
  background-image: -o-linear-gradient(#414141, #3c3c3c);
  background-image: linear-gradient(#414141, #3c3c3c);
  font-weight: 600;
  font-size: .825em;
  color: #dadada;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 9px 0 11px 20px;
  border-bottom: 1px solid #4c4c4c;
  cursor: pointer;
}
/* line 218, ../scss/global.scss */
#left-column #sidenav h3:after {
  margin-left: 183px;
  margin-top: -14px;
}
/* line 224, ../scss/global.scss */
#left-column #sidenav h3.open {
  color: #f5f5f5;
}
/* line 233, ../scss/global.scss */
#left-column #sidenav .device, #left-column #sidenav .report-button, #left-column #sidenav .group-button {
  background: #333333;
  line-height: 45px;
  border-bottom: 1px solid #414141;
  font-size: .9em;
  padding-left: 26px;
  color: #dadada;
  cursor: pointer;
}
/* line 242, ../scss/global.scss */
#left-column #sidenav .device.open, #left-column #sidenav .open.report-button, #left-column #sidenav .open.group-button {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ba3da), color-stop(100%, #118cc3));
  background-image: -webkit-linear-gradient(#2ba3da, #118cc3);
  background-image: -moz-linear-gradient(#2ba3da, #118cc3);
  background-image: -o-linear-gradient(#2ba3da, #118cc3);
  background-image: linear-gradient(#2ba3da, #118cc3);
  background-color: #118cc3;
  color: white;
  cursor: default;
}

/* line 268, ../scss/global.scss */
#gmap {
  margin: 0 -5px -5px 0;
  position: fixed;
  z-index: 1;
}

/* line 275, ../scss/global.scss */
#right-column {
  position: absolute;
  width: 225px;
  top: 92px;
  right: 10px;
}
/* line 282, ../scss/global.scss */
#right-column #dash-alarm {
  font-size: .9em;
  font-weight: 600;
  background: #CB3637;
  color: white;
  padding: 4px 10px;
  text-align: right;
  text-transform: uppercase;
}
/* line 291, ../scss/global.scss */
#right-column #dash-alarm:after {
  display: block;
  position: absolute;
  content: "!";
  margin-top: -13px;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.6);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 10px;
}
/* line 303, ../scss/global.scss */
#right-column #datetime {
  padding-top: 15px;
  padding-bottom: 5px;
}
/* line 308, ../scss/global.scss */
#right-column section {
  background-color: #454545;
  background: rgba(25, 25, 25, 0.75);
  color: #f7f7f7;
  padding: 20px 20px;
  font-size: .9em;
  margin-bottom: 7px;
}
/* line 317, ../scss/global.scss */
#right-column section h4 {
  font-size: .85em;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 -3px;
}
/* line 327, ../scss/global.scss */
#right-column #mphdir {
  padding: 20px 0;
}
/* line 330, ../scss/global.scss */
#right-column #mphdir #mph, #right-column #mphdir #direction {
  text-align: center;
}
/* line 334, ../scss/global.scss */
#right-column #mphdir #mph {
  border-right: 1px solid #757575;
}
/* line 338, ../scss/global.scss */
#right-column #mphdir .value {
  font-size: 2.8em;
  font-weight: 700;
}
/* line 344, ../scss/global.scss */
#right-column #battery {
  padding: 3px;
  font-size: .8em;
  font-weight: 600;
}
/* line 349, ../scss/global.scss */
#right-column #battery .percent {
  padding: 2px;
}
/* line 351, ../scss/global.scss */
#right-column #battery .percent.good {
  background: #73ba3b;
}
/* line 352, ../scss/global.scss */
#right-column #battery .percent.warning {
  background: #F1BC29;
}
/* line 353, ../scss/global.scss */
#right-column #battery .percent.bad {
  background: #CB3637;
}
/* line 358, ../scss/global.scss */
#right-column .buttons .ping {
  width: 130px;
}
/* line 362, ../scss/global.scss */
#right-column .buttons .settings {
  float: right;
}

/* line 368, ../scss/global.scss */
.collapse, .collapse-minus, .collapse-plus, #left-column #sidenav h2:after, #left-column #sidenav h3:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  display: block;
  position: absolute;
  line-height: 7px;
  border: 1px solid #4d4d4d;
  background: #373737;
  width: 9px;
  text-align: center;
  color: #959595;
  font-weight: bold;
  font-family: serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 383, ../scss/global.scss */
.collapse-minus, #left-column #sidenav h2.open:after, #left-column #sidenav h3.open:after {
  content: "-";
  padding: 1px 3px 5px 1px;
  font-size: 14px;
}

/* line 390, ../scss/global.scss */
.collapse-plus, #left-column #sidenav h2:after, #left-column #sidenav h3:after {
  content: "+";
  padding: 2px 3px 4px 2px;
  *padding: 8px 3px 4px 2px;
  font-size: 14px;
}

/* line 398, ../scss/global.scss */
.button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 40px;
  padding: 0 15px;
  font-size: .9em;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.125) 2px 3px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.125) 2px 3px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.125) 2px 3px 0px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 410, ../scss/global.scss */
.button.disabled {
  cursor: default;
}
/* line 412, ../scss/global.scss */
.button img {
  vertical-align: middle;
}
/* line 416, ../scss/global.scss */
.button.blue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ba3da), color-stop(100%, #118cc3));
  background-image: -webkit-linear-gradient(#2ba3da, #118cc3);
  background-image: -moz-linear-gradient(#2ba3da, #118cc3);
  background-image: -o-linear-gradient(#2ba3da, #118cc3);
  background-image: linear-gradient(#2ba3da, #118cc3);
  background-color: #118cc3;
  color: white;
  border-color: #2d91be;
}
/* line 423, ../scss/global.scss */
.button.red {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e33131), color-stop(100%, #cb3637));
  background-image: -webkit-linear-gradient(#e33131, #cb3637);
  background-image: -moz-linear-gradient(#e33131, #cb3637);
  background-image: -o-linear-gradient(#e33131, #cb3637);
  background-image: linear-gradient(#e33131, #cb3637);
  background-color: #cb3637;
  color: white;
  border-color: #c03c0e;
}
/* line 430, ../scss/global.scss */
.button.orange {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb200), color-stop(100%, #ff7300));
  background-image: -webkit-linear-gradient(#ffb200, #ff7300);
  background-image: -moz-linear-gradient(#ffb200, #ff7300);
  background-image: -o-linear-gradient(#ffb200, #ff7300);
  background-image: linear-gradient(#ffb200, #ff7300);
  background-color: #ff7300;
  color: white;
  border-color: #ff9d00;
}
/* line 437, ../scss/global.scss */
.button.green {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73ba3b), color-stop(100%, #66a932));
  background-image: -webkit-linear-gradient(#73ba3b, #66a932);
  background-image: -moz-linear-gradient(#73ba3b, #66a932);
  background-image: -o-linear-gradient(#73ba3b, #66a932);
  background-image: linear-gradient(#73ba3b, #66a932);
  background-color: #66a932;
  color: white;
  border-color: #66a932;
}
/* line 444, ../scss/global.scss */
.button.gray {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3d3d3), color-stop(100%, #cacaca));
  background-image: -webkit-linear-gradient(#d3d3d3, #cacaca);
  background-image: -moz-linear-gradient(#d3d3d3, #cacaca);
  background-image: -o-linear-gradient(#d3d3d3, #cacaca);
  background-image: linear-gradient(#d3d3d3, #cacaca);
  background-color: #cacaca;
  color: #454545;
  border-color: #aaaaaa;
}

/* line 452, ../scss/global.scss */
#histories {
  background-color: #454545;
  background: rgba(25, 25, 25, 0.7);
  padding: 10px !important;
  margin-top: -10px;
  padding: 10px 0 0 0 !important;
}
/* line 460, ../scss/global.scss */
#histories .load {
  overflow: auto;
  padding: 0 10px 0 10px !important;
}
/* line 465, ../scss/global.scss */
#histories .history {
  background: #353535;
  padding: 5px 10px;
  margin-bottom: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #dadada;
  cursor: pointer;
}
/* line 473, ../scss/global.scss */
#histories .history .time {
  font-weight: 600;
  font-size: .9em;
  text-align: right;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #454545;
}
/* line 480, ../scss/global.scss */
#histories .history .time .pin {
  float: left;
}
/* line 484, ../scss/global.scss */
#histories .history .address {
  font-size: .9em;
  padding: 7px 5px;
}
/* line 489, ../scss/global.scss */
#histories .history.active {
  background-color: #118cc3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ba3da), color-stop(100%, #118cc3));
  background-image: -webkit-linear-gradient(#2ba3da, #118cc3);
  background-image: -moz-linear-gradient(#2ba3da, #118cc3);
  background-image: -o-linear-gradient(#2ba3da, #118cc3);
  background-image: linear-gradient(#2ba3da, #118cc3);
  color: white !important;
  cursor: default;
}
/* line 495, ../scss/global.scss */
#histories .history.active .time {
  border-color: #118cc3;
}
/* line 501, ../scss/global.scss */
#histories #history-day {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9em;
  padding: 0 0 6px 0;
  text-align: center;
  border-bottom: 1px solid #454545;
  margin-bottom: 8px;
}

/* line 512, ../scss/global.scss */
#nonmap {
  background: #f6f6f6;
  overflow: auto;
  position: fixed;
  z-index: 1;
}
/* line 519, ../scss/global.scss */
#nonmap #devicemgt, #nonmap #edit-user {
  padding: 30px 40px;
}
/* line 522, ../scss/global.scss */
#nonmap #devicemgt #device-title, #nonmap #devicemgt #user-title, #group-title, #nonmap #edit-user #device-title, #nonmap #edit-user #user-title {
  font-size: 2.7em;
  font-weight: 400;
  letter-spacing: -1px;
  border-bottom: 4px solid #dadada;
  color: #353535;
  padding-bottom: 5px;
}
/* line 531, ../scss/global.scss */
#nonmap #devicemgt #user-title, #group-title, #nonmap #edit-user #user-title {
  margin-bottom: 30px;
}
/* line 535, ../scss/global.scss */
#nonmap #devicemgt #device-name-form, #nonmap #edit-user #device-name-form {
  font-size: .95em;
  color: #353535;
  font-family: "Open Sans", serif;
  width: 350px;
  border: 2px solid #dadada;
}
/* line 544, ../scss/global.scss */
#nonmap #devicemgt .sub-title, #nonmap #edit-user .sub-title {
  font-size: 1.1em;
  font-weight: 400;
  padding: 20px 3px 2px 3px;
  border-bottom: 2px solid #dadada;
  margin: 0 0 8px 0;
}
/* line 552, ../scss/global.scss */
#nonmap #devicemgt #device-subinfo, #nonmap #edit-user #device-subinfo {
  font-size: .8em;
  font-weight: 600;
  color: #555555;
  padding: 10px 3px 30px 3px;
}
/* line 558, ../scss/global.scss */
#nonmap #devicemgt #device-subinfo span, #nonmap #edit-user #device-subinfo span {
  font-weight: 400;
  margin-right: 30px;
}
/* line 564, ../scss/global.scss */
#nonmap #devicemgt label, #nonmap #edit-user label {
  font-size: 1.1em;
  font-weight: 600;
  padding-right: 10px;
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
/* line 574, ../scss/global.scss */
#nonmap #devicemgt .form-set, #nonmap #edit-user .form-set {
  width: 200px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 25px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 14px;
  border-left: 4px solid #efefef;
  padding-bottom: 10px;
  margin-top: 10px;
}
/* line 588, ../scss/global.scss */
#nonmap #devicemgt .buttons, #nonmap #edit-user .buttons {
  padding-bottom: 20px;
}
/* line 592, ../scss/global.scss */
#nonmap #devicemgt .buttons a, #nonmap #edit-user .buttons a {
  margin-right: 10px;
}

/* line 599, ../scss/global.scss */
#nonmap .title {
  font-size: 1.2em;
  padding: 15px 20px;
  background: #f1f1f1;
  color: white;
  font-weight: 600;
  color: #555555;
  border-bottom: 2px solid #dadada;
}
/* line 608, ../scss/global.scss */
#nonmap .title .button {
  font-size: .6em;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: -5px 0 -5px 10px;
  float: right;
}
/* line 616, ../scss/global.scss */
#nonmap .title input {
  float: right;
  margin: -3px 0 -2px 10px;
  line-height: 26px;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "Open Sans", serif;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 627, ../scss/global.scss */
#nonmap .title #begin-date, #nonmap .title #end-date {
  line-height: 20px;
  width: 65px;
  margin: 0;
}

/* line 635, ../scss/global.scss */
#users {
  padding: 10px;
}
/* line 638, ../scss/global.scss */
#users .user {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 200px;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #dfdfdf;
  padding: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 5px;
  background: #f8f8f8;
  font-size: .95em;
  color: #353535;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 655, ../scss/global.scss */
#users .user .check {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-right: 8px;
  margin: -4px 12px -3px 0;
  border-right: 1px solid #dadada;
}
/* line 656, ../scss/global.scss */
#users .user .check input {
  vertical-align: middle;
}

/* line 671, ../scss/global.scss */
.report-table {
  min-width: 99%;
  font-size: .85em;
  color: #454545;
  border-bottom: 2px solid #eaeaea;
  margin: 0 auto;
  border-left: 1px solid #efefef;
  table-layout: fixed;
  
}
/* line 679, ../scss/global.scss */
.report-table th {
  border-bottom: 2px solid #656565;
  border-right: 2px solid #656565;
  padding: 5px 5px;
  text-align: left;
  font-size: 1.2em !important;
  font-weight: 400 !important;
  color: #DADADA !important;
}
/* line 703, ../scss/global.scss */
.report-table td {
  padding: 8px 8px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #efefef;
}
/* line 709, ../scss/global.scss */
.report-table .odd td {
  background-color: #f8f8f8;
}

/* line 714, ../scss/global.scss */
#account {
  padding-left: 40px;
}
/* line 717, ../scss/global.scss */
#account .sub-title {
  font-size: 1.1em;
  font-weight: 400;
  padding: 20px 3px 2px 3px;
  border-bottom: 2px solid #dadada;
  margin: 0 0 8px 0;
}
/* line 725, ../scss/global.scss */
#account label {
  font-size: 1em;
  font-weight: 600;
  padding-right: 10px;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 0;
  padding-top: 5px;
}
/* line 735, ../scss/global.scss */
#account .form-set {
  width: 200px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 25px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 14px;
  border-left: 4px solid #efefef;
  padding-bottom: 10px;
  margin-top: 10px;
}

/* line 751, ../scss/global.scss */
.form-set input[type=password], .form-set input[type=text] {
  line-height: 26px;
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: "Open Sans", serif;
  padding-left: 5px;
  padding-right: 5px;
}

/* perfect-scrollbar - v0.4.1
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2013 HyeonJe Jun; Licensed MIT */
/* line 765, ../scss/global.scss */
.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 3px;
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity .2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* line 765, ../scss/global.scss */
.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
}

/* line 765, ../scss/global.scss */
.ps-container:hover .ps-scrollbar-x, .ps-container.hover .ps-scrollbar-x {
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 765, ../scss/global.scss */
.ps-container .ps-scrollbar-x:hover, .ps-container .ps-scrollbar-x.hover {
  opacity: .9;
  filter: alpha(opacity=90);
  cursor: default;
}

/* line 765, ../scss/global.scss */
.ps-container .ps-scrollbar-x.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 765, ../scss/global.scss */
.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 3px;
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity .2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* line 765, ../scss/global.scss */
.ps-container.ie .ps-scrollbar-y {
  font-size: 0;
}

/* line 765, ../scss/global.scss */
.ps-container:hover .ps-scrollbar-y, .ps-container.hover .ps-scrollbar-y {
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 765, ../scss/global.scss */
.ps-container .ps-scrollbar-y:hover, .ps-container .ps-scrollbar-y.hover {
  opacity: .9;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 765, ../scss/global.scss */
.ps-container .ps-scrollbar-y.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 767, ../scss/global.scss */
.st--tooltip {
  position: absolute;
  z-index: 99999;
  background: #454545;
  padding: 8px 12px;
  color: #f3f3f3;
  font-size: 0.8em;
  max-width: 200px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.25em;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  font-weight: 400;
}
/* line 787, ../scss/global.scss */
.st--tooltip.right:before {
  border-width: 6px 5px 6px 0;
  border-color: transparent #454545 transparent transparent;
  left: -3px;
  top: 6px;
  width: 0px;
  height: 0px;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
/* line 800, ../scss/global.scss */
.st--tooltip.left:after {
  border-width: 6px 0px 6px 5px;
  border-color: transparent transparent transparent #454545;
  width: 0px;
  height: 0px;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 6px;
}

/* line 814, ../scss/global.scss */
#login-form {
  width: 400px;
  margin: 100px auto;
  border: 1px solid black;
  padding: 25px 50px 20px 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 1px;
  background-color: white;
 
}
/* line 822, ../scss/global.scss */
#login-form label {
  display: block;
  font-size: 1.1em;
  color: #656565;
  padding-bottom: 10px;
}
/* line 829, ../scss/global.scss */
#login-form input[type='text'], #login-form input[type='password'] {
  width: 95%;
  border: 3px solid #eaeaea;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 1.2em;
  font-family: "Open Sans", serif;
   color: #222222;
}
/* line 839, ../scss/global.scss */
#login-form .fp {
text-align:center;
padding-top:30px;
font-size:.8em;

}
/* line 842, ../scss/global.scss */
#login-form .fp a, #login-form .fp a:link, #login-form .fp a:visited, #login-form .fp a:hover, #login-form .fp a:active {
  color:#3C7AB6;
}

#logged_mess{
	display:inline-block;
	color:white;
	float:right;
	padding-right:20px;
	padding-top:18px;
	font-size:.8em;
	
}

.sl-title
{
	border-bottom: 2px solid #DADADA;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0 0 0px;
    padding: 20px 3px 2px;
    color:#2B537F;
    font-weight:600 !important;

}

.devservice-div{
	display:inline-block;
}

#gbox_contacts
{

}

#passMess{
	color:red;
}


.act-device{
	padding-left:30px;
	display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
    padding-bottom: 10px;
  
    vertical-align: middle;
    width: 200px;
}

.deviceform {
	width:125px !important;
	height:20px !important;
	font-size:13px !important;
	color:gray !important;
	
}

#account .form-device {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-left:0px !important;
    vertical-align: middle;
    width: 145px;
    
}

#aDealer
{
	width:350px;
}

#fence-name-input{
	border:none;
	height:25px;
	font-size:.9em;
	font-family: "Open Sans",serif;
	padding-left:5px;
}

#account .form-service input 
{
	height:25px !important;
	width:200px;
	font-size:.9em !important;
        padding-left:.4em;
        padding-right:.4em;
        border: 1px solid #D0D0D0;
}

 .form-device input 
{
	height:25px;
	font-size:.9em;
        padding-left:.4em;
        padding-right:.4em;
        margin-right:5px;
        border: 1px solid #D0D0D0;
        width:130px !important;
}


#introtext
{
	padding:10px;	
	margin-left:10px;
}

#account .form-service {
  width: 200px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 25px;
   padding:.4em;
  margin-right:10px;
  font-size: 14px;
  
}

#fence-desc-input
{
	padding-left:5px;
}

#fence-address
{
	padding-left:5px;
}



#bub-datetime
{
	text-align:center;
}

#in-bubble-when, #bub-datetime
{
	font-size:14px;
	text-align:center;
	background-color:white;
	padding-top:10px;
}

#in-bubble
{
	width:100%;
	margin-top:10px;
}

#dash-alarm{
	color:red;
	font-size:1.8em;
}


.bubarrow
{
display:none;
}

textarea
{
 font-family: "Open Sans", serif;
 overflow: auto;
 border:none;
 resize:none;
 font-size: .9em;
 
}

.report-table
{

	font-size:.75em;
}

.odd td
{

	background-color:#cacaca;
}

#reports
{
	background-color:white;
}


#nonmap
{
background-color:white;
}

.report-table th
{
background-color:#414141;
color:#dadada;

}

.report-table td, th
{
white-space: nowrap;

}

.user.sel
{
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ba3da), color-stop(100%, #118cc3)) !important;
	background-image: -webkit-linear-gradient(#2ba3da, #118cc3) !important;
	background-image: -moz-linear-gradient(#2ba3da, #118cc3) !important;
	background-image: -o-linear-gradient(#2ba3da, #118cc3) !important;
	background-image: linear-gradient(#2ba3da, #118cc3) !important;
	background-color: #118cc3 !important;
	color: white !important;
	cursor: default !important;
}

#left-column .title
{
	font-size:1em;
}

.form-set input,select
{
	font-size:1em;
}

.title input, select, .form-service select
{
	font-size:.9em;
	height:30px;
	width: 210px;
        border: 1px solid #D0D0D0;
        padding:.4em;
        
}

#report select
{
font-size:.8em;
}

#user-title, #group-title
{
	border: 1px solid #DADADA  !important;

}

#history-bubble
{
	width:218px !important; 
	height:100%!important;
	font-family: "Open Sans", serif !important;
}

#realtime-bubble
{
	width:230px !important;
	height:100%!important;
	font-family: "Open Sans",serif !important;
	line-height: normal !important;
	overflow: hidden !important;
}

.batmeter
{
	margin-left:5px !important;
}

.palicon
{
	vertical-align: middle !important;
	height:24px !important;
	width:24px !important;
}

.bubblesep
{
	margin-top: 8px !important; 
	margin-right: 3px !important;
	margin-left:3px !important;

}

.bubbleicon
{
	cursor: pointer !important;
    display: table-cell !important;
    width:40px !important;
    vertical-align: middle !important;
    background-image: url("/img/sat.png");
  background-repeat: no-repeat;
  background-size: 100% !important;
  height:40px !important;

}

#bubbledatetime
{
	font-size:15px !important;
	padding-top:10px !important;
	text-align:center !important;
	font-family: "Open Sans", serif !important;
}


.bubbleicons
{
	cursor: pointer !important;
    display: table-cell !important;
    width:50px !important;
    vertical-align: middle;
    padding-right:5px;

}

.bubblename
{
	display:table-cell !important;
	font-weight:500 !important;
	text-align: left !important;
	width:190px !important;
	vertical-align: middle !important;
	font-family: "Open Sans", serif !important;
	font-size:14px !important;
	padding-left:10px;
}

#bubble-name-bg
{
	color:#3381B7 !important;
	font-weight:400 !important;
	display:table-row !important;
	vertical-align:middle !important;
	
}

#findfence
{
	margin-top:10px;width:50px;line-height:24px;
}

.contact-button-box
{
	padding-top: 20px;
    text-align: center;
    width: 90%;
}

.contact-button
{
	padding-top:20px;display:inline-block;width:30%;
}

#begin-date, #end-date{
	font-size: 16px !important;
    font-weight: 600 !important;
    width: 100px !important;
}

.histalarms
{
	float:left;
	margin-left:10px;
	margin-top:-1px;
}

.histalarms img
{
	margin-right:5px;
}

.login-message
{
	color:red;
	font-weight:500;
	text-align:center;
	margin-bottom:20px;
	height:10px;
}

.device.alarm
{

	line-height: 35px !important;
	
	padding-left:5px !important;
}

.device.alarm.noalarm
{
	padding-left:25px !important;
}

.checkmark
{
	vertical-align:middle;
	padding-bottom:3px;
	margin-right:8px;
	width:14px;
	height:14px;
}

.noresults
{
	font-size:1.4em;
	padding-top:50px;
	color:red;
	
}

.loadingreport
{
	font-size:1.4em;
	padding-top:50px;
}

#groupmembers li
{
	line-height: 24px;
}


#groupmembers
{
	list-style-type:none;
}

.support-video
{
	padding:30px;
	float:left;
}

.support-video h3
{
	padding-bottom: 10px;
	text-align:center;
	color:#414141;
}

.support-faq
{
        padding:10px;
        line-height:24px;
        color:#333333;
}

.support-faq p
{
	padding-bottom:10px;
	
}

.support-faq h3
{
        padding-bottom:5px;
}

.support-faq h2
{
        font-size:32px;
        padding-top:20px;

}

.status-table
{
	font-size:1.1em;
	width:50%;
}





