html,
body,
.wrap {
  height: auto;
  min-height: 100%;
}
#top-bar .container {
  height: 50px;
  max-height: 50px;
  overflow: hidden;
}
#m-logo {
  padding: 5px 20px 0 0;
}
.wrap .container-fluid {
  height: calc(50%);
}
.container-fluid {
  margin-top: 50px;
}
.container-fluid,
.main-nav {
  padding: 0;
}
.navbar.fixphone {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
#menu-sidebar > .fixphone.sidebar {
  display: block;
  box-shadow: inset 0 -12px 24px -18px #000;
}
#top-notification {
  display: none;
  position: relative;
  float: right;
  top: 15px;
}
#top-notification > .websocket-indicator {
  display: inline-block;
  padding: 0;
}
#top-notification > .notif-bell {
  display: inline-block;
  margin: 3px 5px;
  color: #fff;
}
#top-notification > .notif-counter {
  top: 18px;
}
#top-notification > .notif-bubble {
  right: 33px;
}
.username-widget .notif-bell {
  position: absolute;
  color: #FFF;
  font-size: 20px;
  right: 4px;
  top: 10px;
  z-index: 11;
}
.username-widget .notif-bell:hover {
  color: #9AFF91;
}
.username-widget .notif-copy {
  display: none;
  position: absolute;
  color: #FFF;
  font-size: 14px;
  right: 25px;
  top: 37px;
  z-index: 11;
}
.username-widget .notif-copy:hover {
  color: #9AFF91;
}
.notif-counter {
  position: absolute;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  background: #BD2A2A;
  border-radius: 4px;
  padding: 0 5px;
  right: 0;
  top: 21px;
  z-index: 10;
  display: none;
}
.notif-bubble {
  position: absolute;
  right: -90%;
  border: 1px #ccc solid;
  padding: 8px;
  background-color: #CCEDFA;
  color: #6D6D6D;
  top: 7px;
  border-radius: 4px;
  z-index: 3000;
  font-size: 12px;
  cursor: pointer;
  display: none;
  white-space: nowrap;
}
.notif-bubble p {
  margin: 0;
}
.notif {
  position: fixed;
  z-index: 2002;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  visibility: hidden;
  width: 19rem;
  background-color: #E2E2E2;
  box-shadow: 1px 1px 22px #1A1A1A;
}
.notif.left-push.left-show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.notif.left-push {
  -webkit-transform: translateX(-19rem);
  -ms-transform: translateX(-19rem);
  -o-transform: translateX(-19rem);
  transform: translateX(-19rem);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.notif.left-show {
  visibility: visible;
}
.notif > div {
  padding: 4px 8px;
}
.notif > div h4 {
  margin: 0;
  color: #fff;
}
.notif ul {
  margin: 0;
  padding: 5px;
}
.notif ul li {
  padding: 5px;
  background-color: #FFF;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 1px #D8D8D8 solid;
  font-size: 0.85em;
  list-style: none;
}
.notif ul li a {
  text-decoration: none;
  font-weight: bold;
}
.notif ul li label {
  font-size: 0.8em;
  margin: 0;
  line-height: 1.5em;
  margin-top: -5px;
}
.notif ul li p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.9em;
}
.notif-img {
  float: left;
  margin-right: 5px;
}
.notif-img img {
  height: 40px;
  width: 40px;
}
#read-all-notif {
  font-size: 0.8em;
  padding: 1px 7px;
  line-height: 1.5em;
  position: absolute;
  top: 5px;
  left: 130px;
}
#notif-setting {
  position: absolute;
  top: 7px;
  text-decoration: none;
  left: 187px;
  color: #D8D8D8;
}
#notif-setting:hover {
  color: #FFF25F;
}
#notif-setting-form > div {
  padding: 4px 8px;
}
#notif-setting-form {
  border-bottom: 1px #ccc solid;
  background-color: #FAFAFA;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
#notif-setting-form.show {
  max-height: 300px;
}
#notif-ringing {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
#logout {
  float: right;
  margin: 9px;
  margin-bottom: 0;
  font-size: 1.3em;
  text-decoration: none;
  color: #eee;
  text-align: center;
}
#logout:hover {
  color: #ccc;
}
.logout-icon {
  font-size: 0.8em;
  display: block;
}
.logout-label {
  font-size: 0.6em;
  position: relative;
  top: -6px;
}
#my-name {
  color: #f3f3f3;
  margin: 0;
  border-bottom: 1px silver solid;
}
#my-loader {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: #f3f3f3;
  z-index: 9999;
}
#my-loader > div {
  position: relative;
  top: 50%;
  width: 200px;
  margin-top: -50px;
  left: 50%;
  margin-left: -40px;
}
#my-loader span {
  display: block;
  text-align: center;
  position: relative;
  left: -58px;
  margin-top: 10px;
  color: #2c2c2c;
}
#my-loader p {
  padding: 10px;
  position: absolute;
  left: -82px;
}
#my-loader-2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(77, 77, 77, 0.68);
  z-index: 9999;
  display: none;
}
#my-loader-2 > div {
  position: relative;
  top: 50%;
  width: 200px;
  margin-top: -90px;
  left: 50%;
  margin-left: 30px;
}
#my-loader-2 p {
  padding: 10px;
  position: absolute;
  left: -82px;
  color: #F7F7F7;
  font-weight: bold;
  font-size: 1.4em;
}
#show-menu {
  display: none;
  font-size: 35px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
/* start basic spinner styles*/
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
div.spinner {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
}
div.spinner div {
  width: 12%;
  height: 26%;
  background: #000;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  -webkit-animation: fade 1s linear infinite;
  -webkit-border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
div.spinner div.bar1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s;
}
div.spinner div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.9167s;
}
div.spinner div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s;
}
div.spinner div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
}
div.spinner div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s;
}
div.spinner div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s;
}
div.spinner div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
}
div.spinner div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
}
div.spinner div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s;
}
div.spinner div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
}
div.spinner div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.1667s;
}
div.spinner div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.0833s;
}
/* end basic spinner styles*/
.table-borderless td,
.table-borderless th {
  border: 0 !important;
}
.table-small td {
  padding: 2px 8px;
  font-size: 0.9em;
}
.main-nav > li,
.username-widget {
  padding: 0;
  color: #fff;
  border-bottom: 1px #c0c0c0 solid;
}
.dark-mode-theme {
  padding: 0;
  color: #fff;
  border-bottom: 1px #c0c0c0 solid;
  line-height: 20px;
  display: list-item;
}
.dark-mode-theme > a:hover {
  background: #5dade2;
}
.main-nav > li > a,
.username-widget > a, .dark-mode-theme a {
  padding: 10px 6px 10px 10px;
  margin: 0;
  color: inherit;
}
.main-nav > li > a:hover,
.username-widget > a:hover {
  background: #5dade2;
}
.username-widget {
  line-height: 20px;
  display: list-item;
}
.username-widget a, .dark-mode-theme a {
  display: block;
  text-decoration: none;
}
.child-nav {
  padding: 0;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.child-nav.opennav {
  max-height: 700px;
}
.child-nav > li {
  padding: 0;
  color: #fff;
}
.child-nav > li > a {
  padding: 10px 6px 10px 25px;
  margin: 0;
  color: inherit;
}
.child-nav > li > a:hover {
  background: #5dade2;
}
.nav > li > a {
  text-decoration: none;
  text-shadow: none;
}
.t-small {
  font-size: 0.5em;
  margin: 0 1.5em;
  text-decoration: none;
}
.t-small:hover {
  text-decoration: underline;
}
.mnice {
  border: 1px solid #c5c5c5;
  padding: 10px 15px 0;
  border-radius: 4px;
}
.nav.wizard > li > a:hover {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.m10-0 {
  margin: 10px 0;
}
form hr {
  margin: 10px 0;
}
form .mspace {
  margin-top: 20px;
}
.fix-icon-pos {
  position: relative;
  top: 1px;
}
.navbar .container img {
  padding: 5px 20px;
}
@media (max-width: 500px) {
  .navbar .container img {
    padding: 7px 5px;
  }
  .navbar .container #m-logo {
    display: none;
  }
  #table-device-list .action,
  #table-group-list .action {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .wrap {
    background-color: #fff;
  }
  .fixphone {
    margin: 0 -20px;
  }
  .fixtop {
    margin: 20px;
  }
  a[title="User Manual"] {
    display: none;
  }
  #table-vehicle-type .action {
    width: 28%;
  }
  #table-vehicle-type .table-icon {
    margin: 3px 8%;
  }
  #show-menu {
    display: inline-block;
  }
  #menu-sidebar {
    min-height: 0;
  }
  #menu-sidebar > .fixphone.sidebar {
    display: none;
  }
  body > .wrap {
    background-color: rgba(255, 0, 0, 0) !important;
  }
  .username-widget .notif-bubble {
    top: 2px;
    right: 30px;
  }
  #top-notification {
    display: inline-block;
  }
  .username-widget > a > span:not(:first-child):not(:last-child),
  .username-widget > a > div.notif-bubble {
    display: none !important;
  }
  .username-widget > a > span:last-child {
    display: inline-block !important;
  }
  #logout-modal {
    display: none;
  }
}
@media (max-width: 500px) {
  #table-vehicle-type .table-icon {
    margin: 3px 5px;
  }
  .clearfix {
    margin: 0;
  }
}
@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  #menu-sidebar {
    width: 12rem;
  }
  #main-content {
    width: calc(100% - 12rem);
    margin: 0;
    padding-left: 2rem;
  }
  #main-content > #map {
    margin-left: -30px;
  }
  #main-content > #multimap {
    margin-left: -12px;
  }
}
#toolbar > ul > li {
  width: 24.6%;
}
.toggle-menu {
  float: right;
}
.input-medium {
  padding: 3px 0px 3px 10px !important;
}
.ismall {
  padding: 3px 0px 3px 10px !important;
}
.mactive {
  border-left: 5px #1abc9c solid !important;
}
.palette-info.accordion {
  padding: 2px 10px;
  color: #F5F5F5;
}
.palette-info.accordion:hover {
  cursor: pointer;
}
.nav-tabs > li > a {
  text-decoration: none !important;
}
tbody > tr.even {
  background-color: #EEE;
}
/*Override UI CSS*/
.ui-corner-all {
  border-radius: 5px;
}
.ui-multiselect-filter input {
  position: relative;
  top: 4px;
}
.ui-multiselect-checkboxes label input {
  top: -3px;
}
.ui-widget-header {
  background: #8A8A8A;
}
.ui-datepicker-header {
  border-radius: 0;
}
.ui-timepicker-div {
  padding: 0.5em;
}
.ui-multiselect-menu {
  padding: 0;
}
.ui-multiselect-checkboxes li {
  padding-left: 5px;
}
.ui-datepicker-month,
.ui-datepicker-year {
  width: 60px;
  height: 26px;
  padding: 0 0 0 6px;
  opacity: 0.9;
  margin-left: 2px;
}
button.ui-widget {
  height: 28px;
  font-weight: normal;
  margin-bottom: 10px;
}
.ui-widget {
  z-index: 999999 !important;
}
.ui-resizable-n {
  background: #757575;
}
.modal {
  z-index: 99999;
}
.modal-backdrop {
  z-index: 99998;
}
.playSound {
  position: absolute;
  z-index: -999;
  top: 0;
  left: 0;
}
/*Widget box style*/
.box {
  width: 100%;
  min-height: 100%;
  -moz-box-shadow: 0 1px 0px #ffffff;
  -webkit-box-shadow: 0 1px 0px #ffffff;
  box-shadow: 0 1px 0px #ffffff;
  margin-bottom: 25px;
}
.box.hover {
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.box.plain.hover {
  box-shadow: none;
}
.box .title {
  height: auto;
  background: url(../images/patterns/2.png) repeat;
  position: relative;
  border: 1px solid #c4c4c4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-box-shadow: 0 1px 0px #ffffff;
  -webkit-box-shadow: 0 1px 0px #ffffff;
  box-shadow: 0 1px 0px #ffffff;
}
.box .title.min {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.box .title h4 {
  padding-left: 15px;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.box .title .loader {
  position: absolute;
  right: 40px;
  top: 10px;
}
.box .title > a {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
  color: #3f3f3f;
  text-indent: -9999px;
  background-color: #f3f3f3;
  width: 16px;
  height: 16px;
  padding: 0px 2px 3px 2px;
}
.box .title span[class*=" icon-"],
.box .title span[class*=" brocco-icon-"],
.box .title span[class*=" cut-icon-"],
.box .title span[class*=" entypo-icon-"],
.box .title span[class*=" icomoon-icon-"],
.box .title span[class*=" minia-icon-"],
.box .title span[class*=" iconic-icon-"],
.box .title span[class*=" meteo-icon-"],
.box .title span[class*=" silk-icon-"],
.box .title span[class*=" typ-icon-"],
.box .title span[class*=" wpzoom-"],
.box .title span[class*=" eco-"] {
  margin: 2px 10px 0 0px;
}
.box .title .label span,
.box .title .badge span {
  margin-left: 0;
  margin-right: 0;
}
.box .title .progress {
  width: 40%;
  position: absolute;
  right: 40px;
  top: 8px;
}
.box .title .minimize {
  cursor: pointer;
  background: url(../images/icons/minus.png) no-repeat center 3px #f3f3f3;
  display: none;
}
.box .title .maximize {
  background: url(../images/icons/plus.png) no-repeat center 3px #f3f3f3;
  display: block;
}
.box.plain .title {
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
}
.box.gradient .title {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 1%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, #ffffff 1%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #ffffff 1%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #ffffff 1%, #f3f3f3 100%);
  background: linear-gradient(top, #ffffff 1%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
}
.box .content {
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: none;
  background-color: #fff;
  position: relative;
}
.box .content.vertical-scroll {
  width: 200px;
}
.box .content.noPad {
  padding: 0;
}
.box .content.noPad .nav-tabs {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.box .content.noPad .tab-content {
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.box .spark {
  margin-right: 40px;
  float: right;
}
.box .box-form {
  margin-right: 40px;
  margin-bottom: 0;
  position: relative;
}
.box .box-form input {
  width: 100%;
  margin-bottom: 0;
}
.box .box-form .dropdown-menu {
  top: auto;
  left: auto;
}
.box .box-form .btn span {
  margin-right: 0;
}
.box .box-form .dropdown-toggle {
  margin-top: -3px;
  padding-bottom: 0;
}
.box .box-form .btn span.caret {
  margin-left: 2px;
  margin-top: 7px;
}
.box .box-form .ibutton-container {
  margin-top: -2px;
}
.box.boxMargin {
  margin-bottom: 27px;
}
h4 .label {
  float: right;
  margin-right: 40px;
}
h4 .badge {
  float: right;
  margin-right: 40px;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@-moz-keyframes blueblink {
  0% {
    background: #3D8FBE;
  }
  50% {
    background: #7DC8F3;
  }
  100% {
    background: #3D8FBE;
  }
}
@-webkit-keyframes blueblink {
  0% {
    background: #3D8FBE;
  }
  50% {
    background: #7DC8F3;
  }
  100% {
    background: #3D8FBE;
  }
}
.websocket-indicator {
  padding: 5px;
  position: relative;
}
.websocket-indicator > span {
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 50%;
  border: 2px #ECECEC solid;
  transition: background-color 0.5s ease;
}
.websocket-indicator.connected > span {
  background-color: #43BE3D;
}
.websocket-indicator.connecting > span {
  background-color: #3D8FBE;
  -moz-animation: blueblink 1s infinite;
  /* Firefox */
  -webkit-animation: blueblink 1s infinite;
  /* Safari and Chrome */
}
.websocket-indicator.disconnected > span {
  background-color: #E02525;
}
.olImageLoadError {
  /* when OL encounters a 404, don't display the pink image */
  display: none !important;
}
#walkme-player {
  bottom: -6px !important;
  transform: scale(0.7);
}

.checkbox.checked .icon {
	z-index: 0;
}
