html,
body {
  height: 100%;
}
ui-view {
  width: 100%;
  height: 100%;
}
a {
  cursor: pointer;
}
.primary-color {
  color: #fbc482 !important;
}
.table-xs td,
.table-xs th {
  padding: 0.3rem;
  font-size: 0.75rem;
}
.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
  /*top: 0.1rem !important;
    left: -2rem !important;*/
  width: 1.6rem !important;
  height: 1.6rem !important;
}
.custom-control-lg .custom-control-label {
  margin-left: 0.5rem !important;
  font-size: 1rem !important;
}
.custom-control-lg.custom-control-inline {
  margin-right: 0px;
}
.custom-control span.custom-control-label {
  width: 0px !important;
  padding: 0px;
  margin: 0px;
}
#col-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all ease 0.2s;
}
.modal-open ui-view #col-wrap {
  filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
.fade {
  transition: opacity 0.02s ease !important;
}
.modal-backdrop.show {
  background-color: #273052;
}
#left-col {
  -ms-flex: 0 0 275px;
  flex: 0 0 275px;
  margin-left: -275px;
  background-color: #333;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: margin-left ease 0.2s;
}
#left-col > div {
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
#nav-wrapper {
  position: relative;
  overflow-y: auto;
  height: 100vh;
}
.side-nav,
.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav ul {
  background-color: #292929 !important;
}
.side-nav ul a {
  font-size: 13px;
  color: #f0f0f0;
  padding: 10px 20px;
  padding-left: 50px;
}
.side-nav li {
  border-bottom: 1px solid #222;
}
.side-nav a {
  cursor: pointer;
  color: #fff;
  display: block;
  padding: 12px 20px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  transition: all linear 0.05s;
  border-left: 3px solid transparent;
}
.side-nav a i {
  margin-right: 5px;
}
.side-nav a i.pull-right {
  margin-right: 0px;
  font-size: 10px;
  color: #e1e1e1;
}
.side-nav a i.fa-lock {
  color: #ffba28;
  font-size: inherit;
}
.side-nav a:hover,
.side-nav a:active,
.side-nav a:focus {
  text-decoration: none;
}
.side-nav a.active {
  font-weight: bold;
  border-left: 3px solid #f79520;
}
.side-nav a.child-active {
  font-weight: normal;
  border-left: 3px solid #7c4b10;
}
.side-nav a:hover {
  background-color: #373737;
  border-left: 3px solid #f79520;
}
#right-col {
  background-color: #f0f0f0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-right: 0px;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transition: all ease 0.2s;
}
.sidenav-open #left-col {
  margin-left: 0px;
}
.sidenav-open #right-col {
  margin-right: -275px;
}
.sidenav-open #right-col .main {
  /*opacity:0.3;*/
}
.sidenav-closed #left-col {
  margin-left: -275px;
}
.sidenav-closed #right-col {
  margin-right: 0px;
}
.sidenav-closed #right-col .main {
  opacity: 1;
}
#header-bar {
  flex: 0 0 54px;
  -ms-flex: 0 0 54px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #e5e5e5;
  display: -ms-flexbox;
  display: flex;
}
.page-title {
  font-size: 16px;
  line-height: 16px;
  padding: 17px 0px;
  font-weight: bold;
  text-align: left;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#header-buttons {
  display: none;
  float: right;
  padding: 8px 10px;
}
header-buttons {
  display: none;
}
#header-buttons .btn {
  font-size: 14px;
}
#main-wrapper {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  height: 100vh;
}
body.state-fullscreen #main-wrapper {
  overflow: hidden !important;
}
.main {
  padding: 15px 0px;
  width: 100%;
  /*opacity:1.0;
    transition: all @sideNavTransitionType @sideNavSpeed;*/
  /* start 'enter' transition */
  /* end 'enter' transition */
}
.main.ng-enter {
  /* transition on enter for .5s */
  transition: 0.5s;
  /* start with opacity 0 (invisible) */
  opacity: 0;
}
.main.ng-enter-active {
  /* end with opacity 1 (fade in) */
  opacity: 1;
}
.modal-loading {
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  min-height: 50px;
  z-index: 100;
  transition: all linear 0.2s;
}
.modal-loading.in-modal {
  position: static;
  height: 100px;
}
.content-loading {
  background-color: #fff;
  position: fixed;
  top: 54px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  transition: all linear 0.2s;
}
.sidenav-open .content-loading {
  left: 275px;
}
.content-loading img,
.modal-loading img {
  position: absolute;
  width: 142px;
  height: 142px;
  top: 50%;
  left: 50%;
  margin-left: -71px;
  margin-top: -71px;
  opacity: 0.7;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  margin-top: -45px;
}
#brand-container {
  display: block;
  background-color: #fff;
  height: 53px;
  min-height: 53px;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
}
#brand-container a#brand {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none !important;
  padding: 8px 0px;
}
#brand-container a#brand :hover {
  opacity: 0.75;
}
#brand-container a img {
  max-width: 200px;
  left: 35px;
  top: 8px;
  position: absolute;
  transition: visibility 0s;
  transition-delay: 0.7s;
}
#brand-container a img.hover {
  visibility: hidden;
}
#brand-container a img.not-hover {
  visibility: visible;
}
#brand-container a .beta-tag {
  position: absolute;
  right: 20px;
  bottom: 12px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  display: block;
  padding: 0px 3px 2px 3px;
  background-color: #333;
}
#brand-container:hover a img.hover {
  visibility: visible;
}
#brand-container:hover a img.not-hover {
  visibility: hidden;
}
#brand-container span {
  color: #f79520;
  font-size: 19px;
  line-height: 19px;
}
a#btn-sidenav {
  padding: 4px 0px;
  float: left;
  height: 52px;
  clear: left;
  display: block;
  text-align: center;
  font-size: 28px;
  width: 52px;
}
a#btn-sidenav i {
  margin: 0px;
}
#account-controls {
  height: 52px;
  display: block;
}
#btn-account-menu {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  display: block;
  height: 100%;
  padding: 14px 20px;
  font-size: 18px;
  color: #666;
}
#btn-account-menu span {
  display: none;
}
#btn-account-menu i {
  margin-right: 0px;
}
#btn-account-menu:hover {
  color: #f79520;
  text-decoration: none;
  cursor: pointer;
  border-color: #e2e2e2;
  border-bottom: 1px !important;
  margin-bottom: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.04) 100%);
}
#btn-account-menu:active,
#btn-account-menu:visited,
#btn-account-menu:focus {
  text-decoration: none;
}
#account-controls #account-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  z-index: 10;
}
#account-controls #account-menu li {
  display: block;
}
#account-controls #account-menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 16px;
  margin: 3px 0px;
}
.field-errors {
  margin: 0px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
}
.field-errors-lg {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 16px;
  padding: 15px;
  position: relative;
  padding-left: 45px;
}
.field-errors-lg p {
  margin-bottom: 10px;
}
.field-errors-lg ul {
  padding-left: 30px;
  margin-bottom: 0px;
}
.field-errors-lg ul li:last-child {
  margin-bottom: 0px;
}
.field-errors-lg .error-line {
  margin-bottom: 5px;
}
.field-errors-lg i {
  display: block;
  float: left;
  height: 100%;
  margin-right: 10px;
  font-size: 22px;
  position: absolute;
  left: 15px;
}
.has-error {
  border-color: red;
}
location-selector.has-error button {
  border-color: red;
}
.btn i {
  margin-right: 4px;
}
.btn.btn-icon-only i {
  margin-right: 0px !important;
}
.btn.btn-icon-only i.fa-plus {
  vertical-align: middle;
  padding-top: 4px;
}
.btn .btn-spinner {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: -3px;
  display: inline-block;
}
.btn-icon-only {
  font-size: 16px;
  padding: 2px 8px;
  display: inline-block;
}
a i.fa {
  margin-right: 0.5em;
}
.dropdown-menu li a i.fa {
  margin-left: -0.5em;
}
.big-buttons a.btn {
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 4rem 1.5rem;
  display: block;
}
tr.selected {
  background-color: #e1e1e1;
}
tr.selected td {
  font-weight: bold;
  color: #0e1868;
}
th-sort {
  display: block;
  height: 100%;
}
a.th-sort {
  display: block;
  height: 100%;
  text-decoration: none !important;
  /*
    background-color:#eff4fd;*/
}
a.th-sort.disabled {
  color: #666;
}
a.th-sort.disabled :hover {
  color: #666 !important;
  cursor: default;
}
a.th-sort i {
  float: right;
  padding-right: 5px;
  padding-top: 2px;
  font-size: 20px;
  color: #196a98;
}
a.th-sort.active {
  /*background-color:#eff4fd;*/
}
.nav-pills .nav-link {
  font-size: 14px;
}
.image-zoom {
  cursor: zoom-in;
}
.webcam-live {
  max-width: 100% !important;
  height: 100% !important;
}
#snapshot {
  max-width: 100%;
}
.location-searcher button {
  background-color: #fff;
  border: 1px solid #ced4da;
}
.location-searcher button span {
  padding-right: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-searcher .dropdown-menu {
  max-width: 100%;
  padding-bottom: 0px;
}
.location-searcher .dropdown-item {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-searcher .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 45%;
  right: 10px;
}
.location-searcher .location-items {
  overflow-y: scroll;
  max-height: 250px;
}
.location-searcher .dropdown-item:focus,
.location-searcher .dropdown-item:hover {
  background-color: #ebeef1;
}
/*fixfor input group text size*/
.input-group-sm .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
/*sticky table head*/
.table-fix-head {
  overflow-y: auto;
  height: 100px;
}
.table-fix-head thead th {
  position: sticky;
  top: -1px;
}
.table-fix-head {
  border: 1px solid #dee2e6;
  border-left: 0;
  border-right: 0;
}
.table-fix-head th {
  border: 1px solid #dee2e6;
  border-top: 0;
  background-color: #fff;
}
.table-fix-head tbody tr:last-child td {
  border-bottom: 0;
}
.table-fix-head thead th {
  box-shadow: 1px 1px 0 #dee2e6;
}
body.state-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9f5ea;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control :focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media only screen and (min-width : 768px) {
  #header-buttons {
    display: block;
  }
  #left-col {
    margin-left: 0px;
  }
  .content-loading {
    left: 275px;
  }
  .sidenav-open #right-col {
    margin-right: 0px;
  }
  .sidenav-open #right-col #main-content {
    opacity: 1;
  }
  .page-title {
    font-size: 22px;
    line-height: 20px;
    padding: 16px;
    padding-left: 8px;
    text-align: left;
  }
  #btn-account-menu span {
    display: inline;
  }
  #btn-account-menu i {
    margin-right: 8px;
  }
}
