
/**
    * Copyright (C) 2019 Atam Limited - All Rights Reserved 
    * Unauthorized copying of this file, via any medium is strictly prohibited 
    * Proprietary and confidential 
    * Written by Laurent Castagné <laurentcastagne@atam.com>, 2019 
    **/

/*@fontfamily: 'Montserrat', sans-serif;*/
/*@fontfamily: 'interstateregular'; */
/*COLORS*/
/*IMAGES*/
/*@logo1: url(../../images/sentinel-blue-163x30.png);*/
/*@logo_sentinel_white: url(../../images/sentinel-white_200.png);*/
/*@navlogo: url(../../images/sentinel-white_200.png);*/
/*loader*/
/*other*/
/* Accordion styles */
.accordion-tabs {
  overflow: hidden;
}
.accordion-tab {
  width: 100%;
  overflow: hidden;
}
.accordion-tab input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  background: #eeeeee;
  /* Icon */
}
.accordion-tab-label:hover {
  background: #eeeeee;
}
.accordion-tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
}
.accordion-tab-content.no-height {
  height: 0 !important;
}
.accordion-tab-content.no-display {
  display: none !important;
}
.accordion-tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}
.accordion-tab-close:hover {
  background: #eeeeee;
}
input:checked + .accordion-tab-label {
  background: #eeeeee;
}
input:checked + .accordion-tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
input:checked ~ .accordion-tab-content {
  /*max-height: 100vh;
    padding: 1em;*/
}
.card_application_view {
  padding: 0;
  background: #fff;
  height: 320px;
  max-width: 250px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  overflow: hidden;
  margin: auto;
}
.card_application_view.active {
  border: 1px solid #87A8AF;
}
.card_application_view > div {
  padding: 0;
}
.card_application_view > .top {
  width: 100%;
  height: 92px;
}
.card_application_view > .middle {
  width: 100%;
  height: 68px;
}
.card_application_view > .bottom {
  position: absolute;
  bottom: 0;
  max-width: 250px;
  height: 70px;
  width: 100%;
}
.card_application_details .card_application_view .top .card_application_img {
  width: 100%;
}
.card_application_view .top img {
  /* display: block;
    height: inherit;
    margin: auto;
    max-width: none;
    width: initial;*/
  max-width: 100%;
  height: auto;
}
.card_application_details .card_application_view .top .card_application_img img {
  max-width: 100%;
  height: auto;
}
.card_application_details .card_application_view .bottom h2 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #f69c55;
  margin: 0 !important;
  padding: 4px 0;
}
.card_application_details .card_application_view .bottom .card_application_lock {
  width: 100%;
  text-align: center;
}
.card_application_details .card_application_view .bottom .card_application_lock button {
  position: relative;
  margin: 0 auto;
}
.card_application_details .card_application_view .bottom .actions {
  position: absolute;
  bottom: 0;
  height: 32px;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.card_application_details .card_application_view .bottom .actions > div {
  text-align: center;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}
.card_application_details .card_application_view .bottom .actions > div > span {
  color: #1abb9c;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.card_application_details .card_application_view .bottom .actions div span:hover * {
  color: #58968A;
}
.card_application_details .card_application_view .bottom h5 {
  color: #f69c55;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  color: #73879C !important;
  margin-top: 4px;
  margin-bottom: 4px;
}
.card_application_left h2 {
  width: 100%;
  text-align: justify;
}
.user_data li,
.user_data li * {
  color: #73879C !important;
  margin: 6px;
}
.card_application_img_upload {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  cursor: pointer;
  opacity: 0;
  background: #000000;
  transition: all 0.3s linear;
  padding: 4px;
  text-align: center;
}
.card_application_img_upload * {
  color: #ffffff !important;
}
img.avatar-view {
  cursor: pointer;
}
img.avatar-view:hover + div.card_application_img_upload {
  opacity: 0.7;
}
div.card_application_img_upload:hover {
  opacity: 0.7;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr.active td {
  background-color: #849E88 !important;
  color: #fff !important;
}
section {
  margin: 0 20px;
}
a,
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
:active,
:focus,
:visited,
a,
a:active,
a:focus,
a:visited {
  outline: 0;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
h2 {
  font-size: 18px;
  font-weight: 400;
}
.btn {
  border-radius: 3px;
}
.btn,
.buttons,
.modal-footer .btn + .btn,
button {
  margin-bottom: 5px;
  margin-right: 5px;
}
.img-circle {
  border-radius: 50%;
}
.full-width {
  width: 100% !important;
}
.no-height {
  height: 0px !important;
}
.full-height {
  height: 100% !important;
}
.no-background {
  background: none !important;
}
.no-border,
.no-border:before .no-border:after {
  border: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-55,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.row-99 {
  width: 99%;
  margin: 0.5%;
}
.min-height-12 {
  min-height: 12px;
}
.min-height-16 {
  min-height: 16px;
}
.min-height-18 {
  min-height: 18px;
}
.min-height-20 {
  min-height: 20px;
}
.min-height-22 {
  min-height: 22px;
}
.min-height-24 {
  min-height: 24px;
}
.min-height-26 {
  min-height: 26px;
}
.min-height-30 {
  min-height: 30px;
}
.min-height-32 {
  min-height: 32px;
}
.min-height-36 {
  min-height: 36px;
}
.font-left {
  text-align: left;
}
.font-center {
  text-align: center;
}
.font-right {
  text-align: right;
}
.font-strong {
  font-weight: bold;
}
.font-lg,
.font-lg * {
  font-size: 14pt;
}
.font-md,
.font-md * {
  font-size: 12pt;
}
.font-sm,
.font-sm * {
  font-size: 10pt;
}
.font-xs,
.font-xs * {
  font-size: 8pt;
}
.font-white,
.font-white * {
  color: #ffffff !important;
}
.font-gray {
  color: #999999 !important;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-width {
  width: 0 !important;
  border: 0 !important;
}
.align-center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translateY(-50%, -50%);
}
.flip {
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH;
  /* IE 6/7/8 */
}
.fullscreen {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0px;
}
.fullscreen-minus-header {
  z-index: 9999;
  width: 100%;
  height: calc(100% - 62px);
  position: fixed;
  top: 62px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0px;
}
.hover-font-lg:hover {
  font-weight: bold;
}
.transitions-01 {
  transition: all 1s ease;
}
.show-overflow {
  overflow: visible !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}
@media (max-width: 575.98px) {
  .btn-responsive {
    min-height: 12px;
  }
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .btn-responsive {
    min-height: 16px;
  }
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-responsive {
    min-height: 24px;
  }
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1366.1px) {
  .btn-responsive {
    min-height: 28px;
  }
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media (min-width: 1366.1px) {
  .btn-responsive {
    min-height: 34px;
  }
  .pull-right-xl {
    float: right;
  }
  .pull-left-xl {
    float: left;
  }
  .text-center-xl {
    text-align: center;
  }
}
.navbar-right.panel_toolbox,
.navbar-right.panel_toolbox * {
  margin-right: 0;
  color: #003768 !important;
}
.x_panel {
  position: relative;
  padding: 10px 17px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #D0D0D0;
  -moz-box-shadow: 2px 2px 2px #D0D0D0;
  -webkit-box-shadow: 2px 2px 2px #D0D0D0;
  box-shadow: 2px 2px 2px #D0D0D0;
  border-radius: 6px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  transition: all 0.2s ease;
}
.x_title {
  padding: 1px 5px 6px;
}
.x_title.empty {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}
.x_title ul.nav li {
  display: inline-block;
}
.x_title .filter {
  width: 40%;
  float: right;
}
.x_title h2 {
  color: #003768 !important;
  font-weight: bold;
  margin: 0;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x_title h2 small {
  margin-left: 10px;
}
.x_title span {
  color: #999;
}
.x_content {
  padding: 0;
  position: relative;
  clear: both;
  margin-top: 5px;
}
.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 575.98px) {
  .x_panel {
    position: relative;
    padding: 0 12px;
    display: inline-block;
    /*background: none;*/
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-radius: 0px;*/
    opacity: 1;
    transition: all 0.2s ease;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .x_panel {
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .x_panel {
    padding: 0 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .x_panel {
    padding: 0 8px;
  }
  .x_title h2 {
    font-size: 1em;
    margin-top: 2px;
    margin-left: 2px;
  }
  x_title h2 {
    height: 16px;
    width: 16px;
  }
}
.connectedSortable {
  width: 100%;
  min-height: 200px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
.connectedSortable li {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.connectedSortable li > ul {
  padding: 0 0 0 24px;
  cursor: pointer;
}
.connectedSortable li.closed ul {
  display: none;
}
.connectedSortable li.open ul {
  display: block;
}
.connectedSortable li > div {
  z-index: 10000;
  padding: 12px;
  margin: 8px 0;
  font-size: 1.2em;
  width: 96%;
  border: 1px solid #87A8AF;
  color: #87A8AF;
}
.connectedSortable li div:hover {
  background-color: #87A8AF;
  color: #ffffff;
}
.connectedSortable li.active > div {
  border: 1px solid #B3B3B3;
  background-color: #B3B3B3;
  color: #ffffff;
}
.ui-sortable-helper {
  background-color: #87A8AF;
  padding: 12px;
  font-size: 1.2em;
  border: 1px solid #87A8AF;
  color: #ffffff;
  min-height: 45px;
  opacity: 0.7;
}
.sortable-placeholder {
  opacity: 0.6 !important;
  border: 1px dashed #87A8AF !important;
  margin-top: 12px !important;
}
.ui-sortable-helper {
  list-style-type: none!important;
}
.nav-md .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 230px;
  padding: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.main_menu_side {
  padding: 0;
}
.menu_section {
  margin-bottom: 35px;
}
.menu_section > ul {
  margin-top: 10px;
}
.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer;
}
.nav.child_menu > li > a,
.nav.side-menu > li > a {
  color: #E7E7E7;
  font-weight: 500;
}
.nav.side-menu > li > a {
  margin-bottom: 6px;
}
.nav > li > a {
  padding: 13px 15px 12px;
}
.nav.top_menu > li > a,
.nav > li > a {
  position: relative;
  display: block;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
:active,
:focus,
:visited,
a,
a:active,
a:focus,
a:visited {
  outline: 0;
}
a {
  color: #5A738E;
}
.detail a,
.expand,
.jqstooltip,
.paging_full_numbers a:hover,
.site_title:focus,
.site_title:hover,
a,
a:focus,
a:hover {
  text-decoration: none;
}
.main_menu .fa {
  width: 26px;
  opacity: 0.99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
}
.byline,
.main_menu .fa {
  -webkit-font-smoothing: antialiased;
}
.active a span.fa {
  text-align: right!important;
  margin-right: 4px;
}
.main_menu span.fa {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA;
}
.nav.child_menu {
  display: none;
}
.nav li.current-page {
  background: rgba(255, 255, 255, 0.05);
}
.nav.child_menu li {
  padding-left: 36px;
}
.main_container .top_nav {
  display: block;
  margin-left: 230px;
  height: 62px;
}
.user-profile img {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
  .nav_menu {
    position: fixed !important;
    z-index: 99999 !important;
  }
}
.nav_menu {
  float: left;
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.toggle {
  float: left;
  margin: 0;
  padding-top: 16px;
  width: 70px;
}
.toggle a {
  padding: 15px 15px 0;
  margin: 0;
  cursor: pointer;
}
.nav-md .container.body .right_col {
  padding: 10px 20px 0;
  margin-left: 230px;
}
body .container.body .right_col {
  background: #F7F7F7;
}
.dashboard-box {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.dashboard-box .header {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0;
  position: relative;
}
.dashboard-box .header > h3 {
  width: inherit;
  font-size: 16px !important;
  position: absolute;
  top: 50%;
  margin-top: -4px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.dashboard-box .header > h3 > span:first-child {
  font-size: 16px !important;
  margin-left: 12px !important;
}
.dashboard-box .body {
  width: 100%;
  margin: 8px 0 0 0;
  padding: 12px 16px;
}
/*
.dashboard-box {
    width: 100%;
    margin: 0;
    padding: 0;
    .border-top-light-grey;
    .border-right-light-grey;
    .border-bottom-light-grey;
    .border-left-light-grey;
    -webkit-box-shadow: 0px 3px 6px 2px @gray-shadow;
    -moz-box-shadow: 0px 3px 6px 2px @gray-shadow;
    box-shadow: 0px 3px 6px 2px @gray-shadow;
}

.dashboard-box .header {
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    .border-bottom-light-grey;
}


.dashboard-box .header > h3 {
    width: 100%;
    font-size: 16px !important;
    position: absolute;
    top: 50%;
    margin-top:-8px !important;
    margin-left: 12px !important;
}

.dashboard-box .body {
    width: 100%;
    margin: 0;
    padding: 12px 16px;
}*/
.dashboard-summary {
  /*
    width: 100%;
    height: 80%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-30%);
            */
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.dashboard-summary * {
  font-size: 2vw !important;
}
.dashboard-summary span:nth-child(1) {
  margin-right: 12px;
}
.dashboard-summary span:nth-child(2) {
  margin-left: 12px;
}
/* Set a fixed scrollable wrapper */
.dashboard-box .body .tableWrap {
  width: 100%;
  min-height: 240px;
  overflow: auto;
}
/* Set header to stick to the top of the container. */
.dashboard-box .body .tableWrap thead tr th {
  position: sticky;
  top: 0;
}
.dashboard-box th {
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border-spacing: 0;
  border: 1px solid #ddd !important;
  padding: 8px !important;
  margin: 0 !important;
}
.create-wrapper,
.filter-wrapper {
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.create-wrapper {
  border: 1px solid #D0D0D0;
  background: #ffffff;
  margin: 12px 0;
}
.filter-wrapper {
  border: 1px solid #D0D0D0;
  background: #f2f2f2;
  margin: 0;
}
.filter-title,
.filter-field,
.filter-buttons-row {
  margin-top: 12px;
}
table.datatable {
  width: 100%;
  display: block;
}
.datatable-input {
  width: calc(100% - 108px) !important;
}
.pagination-list {
  display: table;
  margin: 0 auto;
  padding-left: 0;
}
.datatables-edit-input {
  padding: 3px 6px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  width: calc(100% - 72px);
}
.datatables-edit-confirm,
.datatables-edit-cancel {
  margin-top: 4px;
  text-decoration: none;
  color: #ffffff;
}
.datatables-edit-confirm {
  margin-left: 12px;
}
.datatables-edit-destroy {
  padding: 5px 10px 5px 10px;
  border: 1px blue solid;
  background-color: #EDEDED;
}
.row-alarm {
  background-color: #ff0000;
  color: #ffffff;
}
.row-cleared {
  background-color: #ffffff;
  color: #000000;
}
.row-acknowledged {
  background-color: #000000;
  color: #ff0000;
}
.row-warning {
  background-color: #f0d92e;
  color: #000000;
}
.row-,
.row-closed {
  background-color: #00a800;
  color: #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtMlrSQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v30/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXtMlrSQ.ttf) format('truetype');
}
/*
    body {
    font-family: "Source Code Pro", Consolas, monaco, monospace;
    line-height: 160%;
    font-size: 16px;
    margin: 0;
}
*/
.d3tree-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.link {
  stroke-opacity: 0.6;
}
.node rect,
.node rectangle,
.node-bg rect,
.node-bg circle,
.node circle {
  stroke-width: 1px;
}
.node rect.gray,
.node rectangle.gray,
.node-bg rect.gray,
.node-bg rectangle.gray,
.node-bg circle.gray,
.node circle.gray {
  stroke: #999999 !important;
  fill: #ffffff;
}
.link.gray {
  stroke: #999999 !important;
}
.node rect.red,
.node rectangle.red,
.node-bg rect.red,
.node-bg rectangle.red,
.node-bg circle.red,
.node circle.red {
  stroke: #E74C3C !important;
  fill: #E74C3C !important;
}
.link.red {
  stroke: #E74C3C !important;
}
.node rect.yellow,
.node rectangle.yellow,
.node-bg rect.yellow,
.node-bg rectangle.yellow,
.node-bg circle.yellow,
.node circle.yellow {
  stroke: #FFFF00 !important;
  fill: #FFFF00 !important;
}
.link.yellow {
  stroke: #FFFF00 !important;
}
.node text,
.node-bg text {
  font: 10px sans-serif;
}
.node .white,
.node-bg .white {
  fill: #ffffff;
}
.node .black,
.node-bg .black {
  fill: #000000;
}
.node .gray,
.node-bg .gray {
  fill: #999999;
}
path.link {
  fill: none;
  stroke-width: 2px;
}
.node:not(:hover) .nodetext {
  display: none;
}
.d3tree-container > h1 {
  font-size: 36px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: normal;
}
.d3tree-container > h2,
.d3tree-container > h3 {
  font-size: 18px;
  margin: 5px 0;
  font-weight: normal;
}
.d3tree-container > header {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s linear;
}
.node image {
  cursor: pointer;
}
.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 3px;
}
.node text {
  font: 12px sans-serif;
}
.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}
/* RESPONSIVE SVG */
.svg-container {
  display: inline-block;
  position: relative;
  width: 90%;
  padding-bottom: 100%;
  /* aspect ratio */
  vertical-align: top;
  overflow: hidden;
}
.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}
svg .rect {
  fill: gold;
  stroke: steelblue;
  stroke-width: 5px;
}
.treeview-rectangle {
  display: inline-block;
}
@media (min-width: 1366px) {
  .treeview-text {
    font-size: 12px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1365.99px) {
  .treeview-text {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .treeview-text {
    font-size: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .treeview-text {
    font-size: 10px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .treeview-text {
    font-size: 8px !important;
  }
}
@media (max-width: 575.99px) {
  .treeview-text {
    font-size: 6px !important;
  }
}
.dispatcher .grid-container {
  position: relative;
  margin: auto;
  background-color: #F2F2F2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dispatcher .grid-container .grid-view {
  margin: 0 auto;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: nowrap;
}
.dispatcher .grid-container .grid-view .grid-cell {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.editable-container.editable-inline {
  width: 100% !important;
}
.s0 {
  text-align: center;
  position: absolute;
  color: White;
  background-color: transparent;
  border: none;
  width: 718.2px;
  height: 113.4px;
}
.s1 {
  display: block;
  border: 0;
  width: 714.2px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 47.5px;
}
.s2 {
  font-weight: bold;
  font-style: normal;
  font-family: Arial;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border: none;
  width: 718.2px;
  height: 113.4px;
}
.s3 {
  text-align: center;
  position: absolute;
  color: White;
  background-color: transparent;
  border: none;
  width: 718.2px;
  height: 66.15px;
}
.s4 {
  display: block;
  border: 0;
  width: 166.1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 1.78px;
  position: absolute;
  left: -0.5px;
  top: -0.5px;
}
.s5 {
  font-weight: bold;
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: Black;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-color: Black;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-color: Black;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: Black;
  border-right-style: solid;
  width: 170.1px;
  height: 18.9px;
}
.s6 {
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: Black;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-color: Black;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-color: Black;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: Black;
  border-right-style: solid;
  width: 170.1px;
  height: 18.9px;
}
.s7 {
  text-align: center;
  position: absolute;
  color: White;
  background-color: transparent;
  border: none;
  width: 718.2px;
  height: 18.9px;
}
.s8 {
  display: block;
  border: 0;
  width: 203.9px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 1.78px;
  position: absolute;
  left: -0.5px;
  top: -0.5px;
}
.s9 {
  font-weight: bold;
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: Black;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-color: Black;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-color: Black;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: Black;
  border-right-style: solid;
  width: 207.9px;
  height: 18.9px;
}
.s10 {
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: Black;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-color: Black;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-color: Black;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: Black;
  border-right-style: solid;
  width: 170.1px;
  height: 18.9px;
}
.s11 {
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.2;
  text-align: right;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: Black;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-color: Black;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-color: Black;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: Black;
  border-right-style: solid;
  width: 170.1px;
  height: 18.9px;
}
.s12 {
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.2;
  text-align: right;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: Black;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-top-color: Black;
  border-top-style: solid;
  border-left-width: 1px;
  border-left-color: Black;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: Black;
  border-right-style: solid;
  width: 207.9px;
  height: 18.9px;
}
.s13 {
  display: block;
  border: 0;
  width: 43.25px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 1.78px;
}
.s14 {
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border: none;
  width: 47.25px;
  height: 18.9px;
}
.s15 {
  text-align: center;
  position: absolute;
  color: White;
  background-color: WhiteSmoke;
  border: none;
  width: 718.2px;
  height: 18.9px;
}
.s16 {
  text-align: center;
  position: absolute;
  color: White;
  background-color: transparent;
  border: none;
  width: 718.2px;
  height: 103.95px;
}
.s17 {
  text-align: center;
  position: absolute;
  color: White;
  background-color: transparent;
  border: none;
  width: 718.2px;
  height: 37.8px;
}
.s18 {
  display: block;
  border: 0;
  width: 714.2px;
  padding-left: 2px;
  padding-right: 2px;
}
.s19 {
  font-style: normal;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.2;
  text-align: right;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
  color: Black;
  background-color: transparent;
  border: none;
  width: 718.2px;
  height: 37.8px;
}
.file-explorer {
  padding: 0;
  margin: 0;
}
.file-explorer li.folder,
.file-explorer li.file {
  margin: 6px 12px;
  list-style-type: none;
  padding: 2px 5px 0 12px;
  position: relative;
  /*background-color: @gray4;*/
}
/*
.file-explorer li.folder:before,
.file-explorer li.folder:after,
.file-explorer li.file:before,
.file-explorer li.file:after {
    content: '';
    position: absolute;
}

.file-explorer li.folder:not(:first-child):before,
.file-explorer li.file:not(:first-child):before {
    height: 100%;
    padding-top: 2px;
    top: -12px;
    left: -8px;
    width: 1px;
    border-left: 1px dashed @aero;
}

.file-explorer li.folder:first-child:before,
.file-explorer li.file:first-child:before {
    height: 100%;
    top: -10px;
    left: -8px;
    width: 1px;
    border-left: 1px dashed @aero;
}

.file-explorer li.folder:after,
.file-explorer li.file:after {
    border-top: 1px dashed @aero;
    height: 20px;
    top: 10px;
    width: 16px;
    left: -8px;
}
    */
.file-explorer li:last-child:before {
  height: 20px !important;
}
.file-explorer li:only-child:before {
  height: 20px !important;
}
/*Interstate Light */
@font-face {
  font-family: 'interstatelight';
  src: url('../fonts/interstate/interstate_light-webfont.woff2') format('woff2'), url('../fonts/interstate/interstate_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'interstateregular';
  src: url('../fonts/interstate/interstate-regular-webfont.woff2') format('woff2'), url('../fonts/interstate/interstate-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* farsi*/
@font-face {
  font-family: 'farsi';
  src: url('../fonts/farsi/arabic_farsi.TTF') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Persian-Web';
  src: url('../fonts/persian-web/Persian-Web.ttf.woff') format('woff'), url('../fonts/persian-web/Persian-Web.ttf.svg#Persian-Web') format('svg'), url('../fonts/persian-web/Persian-Web.ttf.eot'), url('../fonts/persian-web/Persian-Web.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/*Montserrat*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserrat/montserrat.woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*ROBOTO*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto/roboto-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.lang-fa *:not(i) {
  font-family: Persian-Web !important;
  font-style: normal;
}
.icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.icon-alarm {
  background-image: url('../../images/icons/alarm.png?h=24&w=24');
}
.icon-billers {
  background-image: url('../../images/icons/billers.png?h=24&w=24');
}
.icon-cap {
  background-image: url('../../images/icons/cap.png?h=24&w=24');
}
.icon-cog {
  background-image: url('../../images/icons/cog.png?h=24&w=24');
}
.icon-consumables {
  background-image: url('../../images/icons/consumables.png?h=24&w=24');
}
.icon-kiosk {
  background-image: url('../../images/icons/kiosk.png?h=24&w=24');
}
.icon-map {
  background-image: url('../../images/icons/map.png?h=24&w=24');
}
.icon-products {
  background-image: url('../../images/icons/products.png?h=24&w=24');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .icon {
    width: 18px;
    height: 18px;
  }
  .icon-map {
    background-image: url('../../images/icons/map.png?h=18&w=18');
  }
  .icon-kiosk {
    background-image: url('../../images/icons/kiosk.png?h=18&w=18');
  }
  .icon-alarm {
    background-image: url('../../images/icons/alarm.png?h=18&w=18');
  }
}
.progressbar {
  width: 99%;
  margin: 25px auto;
  border: solid 1px #1abb9c;
  border-radius: 4px;
}
.progressbar .inner {
  height: 15px;
  animation: progressbar-countdown;
  /* Placeholder, this will be updated using javascript */
  animation-duration: 40s;
  /* We stop in the end */
  animation-iteration-count: 1;
  /* Stay on pause when the animation is finished finished */
  animation-fill-mode: forwards;
  /* We start paused, we start the animation using javascript */
  animation-play-state: paused;
  /* We want a linear animation, ease-out is standard */
  animation-timing-function: linear;
}
@keyframes progressbar-countdown {
  0% {
    width: 100%;
    background: #1abb9c;
  }
  100% {
    width: 0%;
    background: #1abb9c;
  }
}
/*LOADER*/
/********
 * http://codepen.io/felipedefarias/pen/wHJKC
 ********/
.loader-text {
  font-family: 'raleway';
  position: absolute;
  width: 60px;
  height: 20px;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -10px;
  z-index: 9999;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}
.loader-text.under {
  height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  margin: 72px 0 0 0;
  text-align: center;
}
.dot {
  background-color: #ffffff;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: calc(2.5px + 50px) 2.5px;
  -moz-transform-origin: calc(2.5px + 50px) 2.5px;
  -ms-transform-origin: calc(2.5px + 50px) 2.5px;
  -o-transform-origin: calc(2.5px + 50px) 2.5px;
  transform-origin: calc(2.5px + 50px) 2.5px;
  -webkit-animation: rotate 3s cubic-bezier(0.9, 0.02, 0.13, 0.99) infinite;
  -moz-animation: rotate 3s cubic-bezier(0.9, 0.02, 0.13, 0.99) infinite;
  -o-animation: rotate 3s cubic-bezier(0.9, 0.02, 0.13, 0.99) infinite;
  animation: rotate 3s cubic-bezier(0.9, 0.02, 0.13, 0.99) infinite;
  margin-left: -50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.dot.blue {
  background-color: #2a3f54 !important;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    width: 5px;
    height: 5px;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    width: 5px;
    height: 5px;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    width: 5px;
    height: 5px;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
body .dot:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
body .dot:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
body .dot:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
body .dot:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body .dot:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
body .dot:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* LOGIN */
.login {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  overflow: hidden !important;
}
.login input[type="text"],
.login input[type="password"] {
  background: none;
  outline: none;
  font-size: 24px;
  font-weight: 400;
  padding: 2px 10px;
  margin: 0px 0px 25px 0px;
  width: 100%;
  border-bottom: 1px solid #999;
  -webkit-appearance: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.login button {
  background: #1abb9c;
  color: #FFF;
  font-size: 25px;
  font-weight: 300;
  padding: 14px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 20px 0px 0px 0px;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.login .forgot {
  text-align: center;
}
.login .forgot a {
  color: white;
}
.login .logo-sentinel {
  margin: auto;
  background-image: url(../../images/skyline_master_white_200.png);
  width: 200px;
  height: 93px;
}
.login .logo-atam {
  margin: auto;
  background-image: url('../../images/atam-white_100.png');
  width: 100px;
  height: 20px;
}
.login .system {
  font-size: 0.7em;
}
.login-error {
  color: #E74C3C;
  width: 100%;
  text-align: center;
}
.login i {
  font-size: 18px !important;
}
@media only screen and (max-width: 420px) {
  .login {
    width: 300px;
  }
  #system-info * {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .login input[type="text"],
  .login input[type="password"] {
    font-size: 24px;
    font-weight: 200;
    padding: 2px 10px;
    margin: 6px 0px 0px 0px;
    width: 100%;
  }
  .login > .mt-24 {
    margin-top: 12px !important;
  }
  .login button {
    font-size: 18px;
    font-weight: 100;
  }
  .login .login-error {
    margin-top: 12px;
  }
}
#page-wrapper > div,
#page-wrapper div.table-responsive,
#page-wrapper div.table-responsive div {
  overflow-x: hidden !important;
}
.bg-grad {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a5e70+0,2a3f54+100 */
  background: #2a3f54;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #4a5e70 0%, #2a3f54 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #4a5e70 0%, #2a3f54 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-radial-gradient(circle, #4a5e70 0%, #2a3f54 100%);
  /* IE 10 */
  background: radial-gradient(ellipse at center, #4a5e70 0%, #2a3f54 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a5e70, endColorstr=#2a3f54, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-no-grad {
  background: #2a3f54;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a5e70+0,2a3f54+100 */
  background: #2a3f54;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #4a5e70 0%, #2a3f54 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #4a5e70 0%, #2a3f54 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-radial-gradient(circle, #4a5e70 0%, #2a3f54 100%);
  /* IE 10 */
  background: radial-gradient(ellipse at center, #4a5e70 0%, #2a3f54 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a5e70, endColorstr=#2a3f54, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
body * {
  font-family: 'Roboto', sans-serif;
}
a {
  color: #5A738E;
}
.swal2-modal {
  min-height: initial !important;
}
.datepicker {
  z-index: 9999 !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 23em !important;
}
.swal2-overflow {
  overflow-x: visible;
  overflow-y: visible;
}
li.assign-to.active {
  color: #3498DB;
  font-weight: bold;
}
textarea {
  border: 1px solid #D9DEE4;
  border-radius: 6px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
table thead tr th {
  color: #87A8AF;
}
td span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
td {
  vertical-align: middle !important;
}
.even {
  background-color: transparent;
}
.bootstrap-select > button > span {
  width: calc(96% - 12px) !important;
  overflow: hidden;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
ul.dropdown-menu li.divider {
  margin: 0 !important;
}
.dropdown-header {
  background-color: #999999;
  color: #ffffff;
}
.collapsible {
  overflow: hidden;
  transition: height 0.3s ease-out;
  height: auto;
}
input.disabled {
  border: 1px solid #888;
  color: #888;
  padding: 2px;
}
input.disabled:hover {
  cursor: not-allowed;
}
.ams-legend {
  position: relative;
  height: 32px;
  padding-top: 6px;
  display: inline-block;
}
.ams-legend span {
  display: inline-block;
  vertical-align: middle;
}
.ams-zone-panel {
  width: 500px;
  position: absolute;
  background-color: #ffff;
  z-index: 9999;
  top: 0;
  right: -510px;
  transition: all ease-in 0.5s;
  box-shadow: none;
  transform: translate(500, 0);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  float: right;
}
.ams-zone-panel.open {
  transform: translate(-510px, 0);
}
.ams-zones-panel-control {
  width: 48px;
  height: 48px;
  background-color: white;
  cursor: pointer;
  top: 0;
  left: 0;
  margin-top: 12px;
  margin-left: -48px;
  box-shadow: -3px 0 4px rgba(0, 0, 0, 0.4);
  float: left;
}
.ams-zones-panel-control * {
  transition: all ease-in-out 0.5s;
}
.ams-zones-panel-control div {
  text-align: center;
  padding-top: 6px;
}
.ams-zones-panel-control:hover * {
  color: black !important;
}
/*
.striped { }
.striped > div:not(.loader):not(.hide):nth-of-type(odd) { background-color: @gray1; }
.striped > div:not(.loader):not(.hide):nth-of-type(even) { background-color: @gray2; }
*/
.odd {
  background-color: #eeeeee;
}
.elt-over:hover {
  background-color: #EDEDED;
}
/*tables*/
.table-header div span {
  font-weight: bold;
}
/* SELECTABLE*/
.selectable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%;
}
.selectable li {
  margin: 3px;
  padding: 0.4em;
  font-size: 1.4em;
  height: 18px;
}
.selectable .ui-selecting {
  background: #f69c55;
}
/* DRAGGABLE*/
.ui-draggable-dragging {
  z-index: 10000 !important;
}
/* DRAGGABLE*/
.ui-droppable:hover,
.ui-droppable-hover {
  background: #f69c55;
}
/*SLIDER*/
.slider-handle {
  cursor: pointer;
}
/*Form controls*/
.form-control {
  color: #87A8AF !important;
  border: 1px solid #D9DEE4 !important;
}
/*DROPDOWNS*/
.dropdown-menu .popover-title button.close {
  margin-top: -6px !important;
}
.dropdown-menu.open {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a > strong,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff !important;
  background-color: #3498DB;
}
/*adding chevron to dropdow menu*/
.navbar-nav .open .dropdown-menu.with-chevron {
  right: 0 !important;
}
.navbar-nav .open .dropdown-menu.full-width {
  width: 100% !important;
}
.dropdown-menu.with-chevron {
  margin-top: 4px !important;
  margin-right: 0px !important;
}
.dropdown-menu.with-chevron::before {
  content: '';
  position: absolute;
  top: -11px;
  margin-left: -1px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #D9DEE4;
}
.dropdown-menu.with-chevron::after {
  content: '';
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.dropdown-menu.with-chevron.right::before,
.dropdown-menu.with-chevron.right::after {
  right: 8%;
}
/*BUTTONS*/
/*    .btn {
        padding: 4px 12px !important;
    }

.btn > span {
    width: 100% !important;
    margin: 2px !important;
    text-align: center;
}*/
.btn-empty,
.btn-empty * {
  background-color: #ffffff !important;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.btn-success,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success.disabled:focus,
.btn-success[disabled]:focus {
  background: #1abb9c !important;
  border: 1px solid #58968A !important;
}
.btn-success,
.btn-success * {
  color: #ffffff !important;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-success:hover,
.btn-success:active:hover,
.btn-success.active:hover {
  background-color: #58968A !important;
}
.btn-primary {
  background-color: #3498DB !important;
  border-color: #2B7BAF !important;
}
.btn-primary,
.btn-primary * {
  color: #ffffff !important;
}
.btn-default {
  background-color: #ffffff !important;
  border: 1px solid #D9DEE4 !important;
}
.btn-default,
.btn-default * {
  color: #87A8AF !important;
}
.btn-warning {
  background-color: #f69c55;
  border: 1px solid #da8044 !important;
}
.btn-warning,
.btn-warning * {
  color: #ffffff !important;
}
.btn-danger {
  background-color: #E74C3C;
  border: 1px solid #B73B2F !important;
}
.btn-danger,
.btn-danger * {
  color: #ffffff !important;
}
.btn-create {
  background-color: #2C4257;
  border: 1px solid #34495E !important;
}
.btn-create,
.btn-create * {
  color: #ffffff !important;
}
/*sortable table*/
.sortable .on i {
  opacity: 1;
}
.sortable .off i {
  opacity: 0;
}
/*BREADCRUMB*/
#breadcrumb {
  width: 100%;
  height: 24px;
  position: relative !important;
  margin: 12px 0 0 12px;
}
#breadcrumb h5 {
  margin-top: 4px;
  color: #87A8AF;
}
/*APPLICATION CONTAINERS*/
#wrapper,
#applicationHost,
.durandal-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.page-wrapper {
  overflow-x: hidden;
}
.page-wrapper.off {
  margin-top: 0px;
}
#sentinel-container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0 12px;
}
#sentinel-container.authenticated {
  /*height: calc(100% - 62px) !important;*/
}
#sentinel-container.modules-loaded {
  padding-bottom: 72px;
  background: #ffffff;
  overflow-y: auto !important;
}
.top_nav {
  height: 62px;
}
.left-col {
  width: 280px;
  height: 100%;
  background: #2a3f54;
  float: left;
  overflow: hidden;
}
.right-col {
  height: 100%;
  float: left;
  position: relative;
}
.page-host {
  /*
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    
    */
  -webkit-overflow-scrolling: touch;
}
.alert {
  padding: 8px !important;
  margin-bottom: 0 !important;
  border-radius: 4px !important;
}
.error {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 50%;
  margin: -250px 0 0 0;
  padding: 50px 0;
  text-align: center;
}
.error span {
  font-size: 3em;
  font-weight: bold;
}
.error p {
  width: 800px;
  margin: auto;
  margin-top: 50px;
  padding-top: 50px;
  font-size: 1.8em;
}
/*PAGE TITLE*/
.page-title {
  width: 100%;
  height: 65px;
  padding: 10px 0;
}
.page-title * {
  color: #73879C !important;
}
.page-title .title_left {
  width: 45%;
  float: left;
  display: block;
}
.page-title .title_left h3 {
  margin: 12px 0;
  font-size: 1.2em;
}
.page-title .title_right {
  width: 55%;
  float: left;
  display: block;
}
.page-title .title_right .pull-right {
  margin: 10px 0;
}
.top_search {
  padding: 0;
}
.top_search .input-group-btn button {
  border: 1px solid #D9DEE4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #73879C;
  margin-bottom: 0 !important;
}
.top_search .input-group-btn button:last-child {
  border-radius: 0 25px 25px 0;
}
.top_search .form-control {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.075);
  border-radius: 25px 0 0 25px;
  padding-left: 20px;
  border: 1px solid #D9DEE4;
}
/*INPUT LOADING SPINNER*/
.input-icon {
  float: right;
  margin-right: 6px;
  margin-top: -24px;
  position: relative;
  z-index: 2;
  display: none;
}
input.loading ~ span.input-icon {
  display: block;
}
/* ADDRESS LOOKUP */
ul#lookup-results {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 96%;
  margin: 0 2%;
}
ul#lookup-results > li {
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 12px 0;
  border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
  transition: all 0.3s linear;
}
ul#lookup-results > li:hover,
ul#lookup-results > li.over {
  background-color: #EDEDED;
}
ul#lookup-results > li.active {
  background-color: #1abb9c !important;
  color: #ffffff;
}
ul#lookup-results > li > div {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.awesome-marker .big {
  width: 52px;
  height: 67px;
}
/*PLACEHOLDERS*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  opacity: 0.5;
  font-family: sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 0.5;
  font-family: sans-serif;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  opacity: 0.5;
  font-family: sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  opacity: 0.5;
  font-family: sans-serif;
}
/*COOKIE DISCLAIMER*/
#cookiedisclaimer_wrapper {
  height: 100%;
  width: 100%;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a5e70+0,2a3f54+100 */
  background: #2a3f54;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #4a5e70 0%, #2a3f54 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #4a5e70 0%, #2a3f54 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-radial-gradient(circle, #4a5e70 0%, #2a3f54 100%);
  /* IE 10 */
  background: radial-gradient(ellipse at center, #4a5e70 0%, #2a3f54 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a5e70, endColorstr=#2a3f54, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
#cookiedisclaimer_box {
  position: absolute;
  width: 100%;
  min-height: 120px;
  background-color: #000000;
  border: 1px solid #000;
  padding: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
  top: 50%;
  margin-top: -60px;
}
#cookiedisclaimer_box p {
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
  width: 100%;
}
#cookiedisclaimer_box_buttons {
  text-align: center;
  margin: auto;
}
#cookiedisclaimer_box_buttons > button {
  margin: 6px 12px 24px 12px;
  text-align: center;
}
#cookiedisclaimer_box_buttons > button.btn-more {
  background-color: #3498DB;
}
#cookiedisclaimer_box_buttons > button.btn-accept {
  background-color: #1abb9c;
}
/*LEAFLET*/
.leaflet-draw-actions * {
  color: #ffffff !important;
}
.leaflet-draw-actions li a {
  padding-top: 0 !important;
}
/*SWEET ALERT 2*/
.swal2-modal .swal2-styled.swal2-loading {
  margin-top: 12px !important;
}
/* BASE */
.centered {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pointer {
  cursor: pointer;
}
.row.active {
  background-color: #B3B3B3;
  color: #ffffff;
}
.hover,
.hover-big {
  cursor: pointer;
  transition: all 0.3s linear;
}
.hover:hover {
  background-color: #B3B3B3 !important;
  color: #ffffff;
}
.hover-big:hover * {
  font-weight: bolder;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.border-top-white {
  border-top: 1px solid white;
}
.border-left-white {
  border-left: 1px solid white;
}
.border-right-white {
  border-right: 1px solid white;
}
.border-bottom-white {
  border-bottom: 1px solid white;
}
.border-top-grey {
  border-top: 1px solid #B3B3B3;
}
.border-left-grey {
  border-left: 1px solid #B3B3B3;
}
.border-right-grey {
  border-right: 1px solid #B3B3B3;
}
.border-bottom-grey {
  border-bottom: 1px solid #B3B3B3;
}
.border-light-grey {
  border: 1px solid #D0D0D0;
}
.border-top-light-grey {
  border-top: 1px solid #D0D0D0;
}
.border-right-light-grey {
  border-right: 1px solid #D0D0D0;
}
.border-bottom-light-grey {
  border-bottom: 1px solid #D0D0D0;
}
.border-left-light-grey {
  border-left: 1px solid #D0D0D0;
}
.font-white,
.font-white * {
  color: #ffffff !important;
}
.font-blue,
.font-blue * {
  color: #18C2F1 !important;
}
.font-dark-blue,
.font-dark-blue * {
  color: #003768 !important;
}
.font-purple,
.font-purple * {
  color: #9B59B6 !important;
}
.font-green,
.font-green * {
  color: #1abb9c !important;
}
.font-aero,
.font-aero * {
  color: #87A8AF !important;
}
.font-red,
.font-red * {
  color: #E74C3C !important;
}
.font-orange,
.font-orange * {
  color: #f69c55 !important;
}
.font-dark,
.font-dark * {
  color: #34495E !important;
}
.border-blue {
  border-color: #3498DB !important;
}
.border-dark-blue {
  border-color: #003768 !important;
}
.border-purple {
  border-color: #9B59B6 !important;
}
.border-green {
  border-color: #1abb9c !important;
}
.border-aero {
  border-color: #87A8AF !important;
}
.border-red {
  border-color: #E74C3C !important;
}
.border-orange {
  border-color: #f69c55 !important;
}
.border-dark {
  border-color: #34495E !important;
}
.bg-default {
  background-color: none !important;
}
.bg-orange {
  background-color: #f69c55 !important;
}
.bg-blue {
  background-color: #3498DB !important;
}
.bg-purple {
  background-color: #9B59B6 !important;
}
.bg-green {
  background-color: #1abb9c !important;
}
.bg-aero {
  background-color: #87A8AF !important;
}
.bg-red {
  background-color: #E74C3C !important;
}
.bg-dark {
  background-color: #34495E !important;
}
/*MEDIA SCREEN ADJUSTMENTS*/
@media only screen and (max-width: 1024px) {
  #sentinel-container {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 480px) {
  .top_nav .navbar-right li {
    position: relative;
  }
}
@media only screen and (max-height: 320px) {
  .logo-sentinel {
    background-image: url(../images/sentinel-wight.png);
  }
}
@media only screen and (max-width: 420px) {
  .system {
    font-size: 0.6em !important;
  }
  button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* tinymce */
i.mce-i-savetemplate:before {
  content: "\f0c7";
  /* Value for the Youtube icon*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}
i.mce-i-send:before {
  content: "\f1d9";
  /* Value for the Youtube icon*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}
i.mce-i-clear:before {
  content: "\f00d";
  /* Value for the Youtube icon*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #F2F2F2 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.table-widget-filters-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1058;
}
.table-widget-filters-content {
  padding: 24px 12px;
  width: 600px;
  margin: auto;
  position: absolute;
  z-index: 1058;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s*/
}
.table-widget-filters-header {
  padding: 2px 16px;
  margin-bottom: 12px;
}
.table-widget-filters-footer {
  padding: 2px 16px;
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .page-wrapper {
    padding-top: 74px;
  }
}
@media (max-width: 575.98px) {
  .dashboard-summary * {
    font-size: 24px !important;
  }
  .dashboard-summary span:nth-child(1) {
    margin-right: 4px !important;
  }
  .dashboard-summary span:nth-child(2) {
    margin-left: 4px !important;
  }
  .bg-white {
    background-color: #ffffff !important;
  }
  .no-border-xs {
    border: none !important;
  }
  .no-background-xs {
    background-color: transparent !important;
  }
  .border-light-grey-xs {
    border: 1px solid #D0D0D0;
  }
  #breadcrumb {
    /*margin-top: 82px !important;*/
  }
  #breadcrumb h5 {
    font-size: 0.8em;
  }
  .page-wrapper {
    padding-top: 2px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .dashboard-summary * {
    font-size: 24px !important;
  }
  .bg-white {
    background-color: #ffffff !important;
  }
  .no-border-sm {
    border: none !important;
  }
  .no-background-sm {
    background-color: transparent !important;
  }
  .border-light-grey-sm {
    border: 1px solid #D0D0D0;
  }
  #breadcrumb {
    /*margin-top: 82px !important;*/
  }
  #breadcrumb h5 {
    font-size: 0.8em;
  }
  .page-wrapper {
    padding-top: 2px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dashboard-summary * {
    font-size: 24px !important;
  }
  .bg-white {
    background-color: #ffffff !important;
  }
  .no-border-md {
    border: none !important;
  }
  .no-background-md {
    background-color: transparent !important;
  }
  .border-light-grey-md {
    border: 1px solid #D0D0D0;
  }
  .kjsettings-alerts-md {
    min-height: 160px;
  }
  .kjsettings-widget-minheight-md {
    min-height: 320px;
  }
  .kjsettings-peripheral-minheight-md {
    min-height: 184px;
  }
  #breadcrumb {
    /* margin-top: 84px !important;*/
  }
  #breadcrumb h5 {
    font-size: 0.8em;
  }
  .page-wrapper {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bg-white {
    background-color: #ffffff !important;
  }
  .no-border-lg {
    border: none !important;
  }
  .no-background-lg {
    background-color: transparent !important;
  }
  .border-light-grey-lg {
    border: 1px solid #D0D0D0;
  }
  #breadcrumb {
    /*margin-top: 74px !important;*/
  }
  .page-wrapper {
    padding-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .bg-white {
    background-color: #ffffff !important;
  }
  .no-background {
    background-color: transparent !important;
  }
}
@media (min-width: 1279.98px) and (max-width: 1440.01px) and (min-height: 740.98px) and (max-height: 900.01px) {
  #sentinel-container {
    overflow-y: auto !important;
  }
}
@media (max-width: 1366px) {
  body .page-host * {
    font-size: 12px;
  }
  .bootstrap-select *,
  .bs-placeholder *,
  .form-control {
    font-size: 10px !important;
  }
  .form-control {
    height: 28px !important;
  }
  .btn {
    padding: 4px 12px !important;
  }
  .bs-placeholder {
    padding: 6px 12px !important;
  }
}
.m-0 {
  margin: 0;
}
.m-2 {
  margin: 2px;
}
.m-4 {
  margin: 4px;
}
.m-6 {
  margin: 6px;
}
.m-8 {
  margin: 8px;
}
@media only screen and (max-width: 575.98px) {
  /*margin all */
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-2 {
    margin: 2px !important;
  }
  .m-xs-4 {
    margin: 4px !important;
  }
  .m-xs-6 {
    margin: 6px !important;
  }
  .m-xs-8 {
    margin: 8px !important;
  }
  .m-xs-10 {
    margin: 10px !important;
  }
  .m-xs-12 {
    margin: 12px !important;
  }
  .m-xs-16 {
    margin: 16px !important;
  }
  .m-xs-18 {
    margin: 18px !important;
  }
  .m-xs-20 {
    margin: 20px !important;
  }
  .m-xs-24 {
    margin: 24px !important;
  }
  .m-xs-36 {
    margin: 36px !important;
  }
  /* margin top */
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-2 {
    margin-top: 2px !important;
  }
  .mt-xs-4 {
    margin-top: 4px !important;
  }
  .mt-xs-6 {
    margin-top: 6px !important;
  }
  .mt-xs-8 {
    margin-top: 8px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-12 {
    margin-top: 12px !important;
  }
  .mt-xs-16 {
    margin-top: 16px !important;
  }
  .mt-xs-18 {
    margin-top: 18px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-24 {
    margin-top: 24px !important;
  }
  .mt-xs-36 {
    margin-top: 36px !important;
  }
  /* margin right */
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mr-xs-2 {
    margin-right: 2px !important;
  }
  .mr-xs-4 {
    margin-right: 4px !important;
  }
  .mr-xs-6 {
    margin-right: 6px !important;
  }
  .mr-xs-8 {
    margin-right: 8px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .mr-xs-12 {
    margin-right: 12px !important;
  }
  .mr-xs-16 {
    margin-right: 16px !important;
  }
  .mr-xs-24 {
    margin-right: 24px !important;
  }
  .mr-xs-36 {
    margin-right: 36px !important;
  }
  /* margin bottom */
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-2 {
    margin-bottom: 2px !important;
  }
  .mb-xs-4 {
    margin-bottom: 4px !important;
  }
  .mb-xs-6 {
    margin-bottom: 6px !important;
  }
  .mb-xs-8 {
    margin-bottom: 8px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-12 {
    margin-bottom: 12px !important;
  }
  .mb-xs-16 {
    margin-bottom: 16px !important;
  }
  .mb-xs-24 {
    margin-bottom: 24px !important;
  }
  .mr-xs-36 {
    margin-bottom: 36px !important;
  }
  /* margin left */
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .ml-xs-2 {
    margin-left: 2px !important;
  }
  .ml-xs-4 {
    margin-left: 4px !important;
  }
  .ml-xs-6 {
    margin-left: 6px !important;
  }
  .ml-xs-8 {
    margin-left: 8px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .ml-xs-12 {
    margin-left: 12px !important;
  }
  .mb-xs-16 {
    margin-left: 16px !important;
  }
  .ml-xs-24 {
    margin-left: 24px !important;
  }
  .ml-xs-36 {
    margin-left: 36px !important;
  }
  .up-sm-2 {
    margin-top: -2px;
  }
  .up-sm-4 {
    margin-top: -4px;
  }
  .up-sm-6 {
    margin-top: -6px;
  }
  .up-sm-8 {
    margin-top: -8px;
  }
  .up-sm-12 {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  /*margin all */
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-2 {
    margin: 2px !important;
  }
  .m-sm-4 {
    margin: 4px !important;
  }
  .m-sm-6 {
    margin: 6px !important;
  }
  .m-sm-8 {
    margin: 8px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-12 {
    margin: 12px !important;
  }
  .m-sm-16 {
    margin: 16px !important;
  }
  .m-sm-18 {
    margin: 18px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-24 {
    margin: 24px !important;
  }
  .m-sm-36 {
    margin: 36px !important;
  }
  /* margin top */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-2 {
    margin-top: 2px !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mt-sm-6 {
    margin-top: 6px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mt-sm-18 {
    margin-top: 18px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mt-sm-36 {
    margin-top: 36px !important;
  }
  /* margin right */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-2 {
    margin-right: 2px !important;
  }
  .mr-sm-4 {
    margin-right: 4px !important;
  }
  .mr-sm-6 {
    margin-right: 6px !important;
  }
  .mr-sm-8 {
    margin-right: 8px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-12 {
    margin-right: 12px !important;
  }
  .mr-sm-16 {
    margin-right: 16px !important;
  }
  .mr-sm-18 {
    margin-right: 18px !important;
  }
  .mr-sm-24 {
    margin-right: 24px !important;
  }
  .mr-sm-36 {
    margin-right: 36px !important;
  }
  /* margin bottom */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-2 {
    margin-bottom: 2px !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .mb-sm-6 {
    margin-bottom: 6px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .mb-sm-18 {
    margin-bottom: 18px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .mr-sm-36 {
    margin-bottom: 36px !important;
  }
  /* margin left */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-2 {
    margin-left: 2px !important;
  }
  .ml-sm-4 {
    margin-left: 4px !important;
  }
  .ml-sm-6 {
    margin-left: 6px !important;
  }
  .ml-sm-8 {
    margin-left: 8px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-12 {
    margin-left: 12px !important;
  }
  .ml-sm-16 {
    margin-left: 16px !important;
  }
  .ml-sm-18 {
    margin-left: 18px !important;
  }
  .ml-sm-24 {
    margin-left: 24px !important;
  }
  .ml-sm-36 {
    margin-left: 36px !important;
  }
  .up-sm-12 {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /*margin all */
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-2 {
    margin: 2px !important;
  }
  .m-md-4 {
    margin: 4px !important;
  }
  .m-md-6 {
    margin: 6px !important;
  }
  .m-md-8 {
    margin: 8px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-12 {
    margin: 12px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .m-md-18 {
    margin: 18px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .m-md-36 {
    margin: 36px !important;
  }
  /* margin top */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-2 {
    margin-top: 2px !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mt-md-6 {
    margin-top: 6px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mt-md-18 {
    margin-top: 18px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mt-md-36 {
    margin-top: 36px !important;
  }
  /* margin right */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-2 {
    margin-right: 2px !important;
  }
  .mr-md-4 {
    margin-right: 4px !important;
  }
  .mr-md-6 {
    margin-right: 6px !important;
  }
  .mr-md-8 {
    margin-right: 8px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-12 {
    margin-right: 12px !important;
  }
  .mr-md-18 {
    margin-right: 18px !important;
  }
  .mr-md-16 {
    margin-right: 16px !important;
  }
  .mr-md-24 {
    margin-right: 24px !important;
  }
  .mr-md-36 {
    margin-right: 36px !important;
  }
  /* margin bottom */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-2 {
    margin-bottom: 2px !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .mb-md-6 {
    margin-bottom: 6px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .mb-md-18 {
    margin-bottom: 18px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .mr-md-36 {
    margin-bottom: 36px !important;
  }
  /* margin left */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-2 {
    margin-left: 2px !important;
  }
  .ml-md-4 {
    margin-left: 4px !important;
  }
  .ml-md-6 {
    margin-left: 6px !important;
  }
  .ml-md-8 {
    margin-left: 8px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-12 {
    margin-left: 12px !important;
  }
  .ml-md-16 {
    margin-left: 16px !important;
  }
  .ml-md-18 {
    margin-left: 18px !important;
  }
  .ml-md-24 {
    margin-left: 24px !important;
  }
  .ml-md-36 {
    margin-left: 36px !important;
  }
  .up-md-12 {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  /*margin all */
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-2 {
    margin: 2px !important;
  }
  .m-lg-4 {
    margin: 4px !important;
  }
  .m-lg-6 {
    margin: 6px !important;
  }
  .m-lg-8 {
    margin: 8px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .m-lg-12 {
    margin: 12px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .m-lg-18 {
    margin: 18px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .m-lg-36 {
    margin: 36px !important;
  }
  /* margin top */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-2 {
    margin-top: 2px !important;
  }
  .mt-lg-4 {
    margin-top: 4px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mt-lg-6 {
    margin-top: 6px !important;
  }
  .mt-lg-8 {
    margin-top: 8px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mt-lg-18 {
    margin-top: 18px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mt-lg-36 {
    margin-top: 36px !important;
  }
  /* margin right */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-2 {
    margin-right: 2px !important;
  }
  .mr-lg-4 {
    margin-right: 4px !important;
  }
  .mr-lg-6 {
    margin-right: 6px !important;
  }
  .mr-lg-8 {
    margin-right: 8px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mr-lg-12 {
    margin-right: 12px !important;
  }
  .mr-lg-16 {
    margin-right: 16px !important;
  }
  .mr-lg-18 {
    margin-right: 18px !important;
  }
  .mr-lg-24 {
    margin-right: 24px !important;
  }
  .mr-lg-36 {
    margin-right: 36px !important;
  }
  /* margin bottom */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-2 {
    margin-bottom: 2px !important;
  }
  .mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mb-lg-6 {
    margin-bottom: 6px !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .mb-lg-18 {
    margin-bottom: 18px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .mr-lg-36 {
    margin-bottom: 36px !important;
  }
  /* margin left */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-2 {
    margin-left: 2px !important;
  }
  .ml-lg-4 {
    margin-left: 4px !important;
  }
  .ml-lg-6 {
    margin-left: 6px !important;
  }
  .ml-lg-8 {
    margin-left: 8px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-12 {
    margin-left: 12px !important;
  }
  .mb-lg-16 {
    margin-left: 16px !important;
  }
  .mb-lg-18 {
    margin-left: 18px !important;
  }
  .ml-lg-24 {
    margin-left: 24px !important;
  }
  .ml-lg-36 {
    margin-left: 36px !important;
  }
  .up-lg-12 {
    margin-top: -12px;
  }
}
@media only screen and (min-width: 1200px) {
  /*margin all */
  .m-0 {
    margin: 0 !important;
  }
  .m-2 {
    margin: 2px !important;
  }
  .m-4 {
    margin: 4px !important;
  }
  .m-6 {
    margin: 6px !important;
  }
  .m-8 {
    margin: 8px !important;
  }
  .m-10 {
    margin: 10px !important;
  }
  .m-12 {
    margin: 12px !important;
  }
  .m-16 {
    margin: 16px !important;
  }
  .m-18 {
    margin: 18px !important;
  }
  .m-20 {
    margin: 20px !important;
  }
  .m-24 {
    margin: 24px !important;
  }
  .m-36 {
    margin: 36px !important;
  }
  /* margin top */
  .mt-0 {
    margin-top: 0 !important;
  }
  .mt-2 {
    margin-top: 2px !important;
  }
  .mt-4 {
    margin-top: 4px !important;
  }
  .mt-5 {
    margin-top: 5px !important;
  }
  .mt-6 {
    margin-top: 6px !important;
  }
  .mt-8 {
    margin-top: 8px !important;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mt-12 {
    margin-top: 12px !important;
  }
  .mt-16 {
    margin-top: 16px !important;
  }
  .mt-18 {
    margin-top: 18px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-24 {
    margin-top: 24px !important;
  }
  .mt-36 {
    margin-top: 36px !important;
  }
  /* margin right */
  .mr-0 {
    margin-right: 0 !important;
  }
  .mr-2 {
    margin-right: 2px !important;
  }
  .mr-4 {
    margin-right: 4px !important;
  }
  .mr-6 {
    margin-right: 6px !important;
  }
  .mr-8 {
    margin-right: 8px !important;
  }
  .mr-10 {
    margin-right: 10px !important;
  }
  .mr-12 {
    margin-right: 12px !important;
  }
  .mr-24 {
    margin-right: 24px !important;
  }
  /* margin bottom */
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-2 {
    margin-bottom: 2px !important;
  }
  .mb-4 {
    margin-bottom: 4px !important;
  }
  .mb-5 {
    margin-bottom: 5px !important;
  }
  .mb-6 {
    margin-bottom: 6px !important;
  }
  .mb-8 {
    margin-bottom: 8px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-12 {
    margin-bottom: 12px !important;
  }
  .mb-16 {
    margin-bottom: 16px !important;
  }
  .mb-18 {
    margin-bottom: 18px !important;
  }
  .mb-24 {
    margin-bottom: 24px !important;
  }
  /* margin left */
  .ml-0 {
    margin-left: 0 !important;
  }
  .ml-2 {
    margin-left: 2px !important;
  }
  .ml-4 {
    margin-left: 4px !important;
  }
  .ml-6 {
    margin-left: 6px !important;
  }
  .ml-8 {
    margin-left: 8px !important;
  }
  .ml-10 {
    margin-left: 10px !important;
  }
  .ml-12 {
    margin-left: 12px !important;
  }
  .ml-16 {
    margin-left: 16px !important;
  }
  .ml-18 {
    margin-left: 18px !important;
  }
  .ml-20 {
    margin-left: 20px !important;
  }
  .ml-24 {
    margin-left: 24px !important;
  }
  .ml-36 {
    margin-left: 36px !important;
  }
  .up-12 {
    margin-top: -12px;
  }
  .up-12 {
    margin-top: -12px;
  }
  .up-12 {
    margin-top: -12px;
  }
}
.cbp-spmenu {
  position: fixed;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cbp-spmenu-vertical {
  width: 360px;
  height: calc(100% - 62px);
  top: 62px;
}
.cbp-spmenu-left {
  left: -360px;
}
.cbp-spmenu-right {
  right: -360px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.site-title {
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  display: block;
  height: 55px;
  margin: 0;
  padding-left: 10px;
}
/*MENU*/
li a {
  padding: 13px 15px 12px;
  position: relative;
  display: block;
}
.sidebar-menu {
  background: #2a3f54;
  height: 100%;
  overflow: auto;
}
.menu {
  position: relative;
  padding: 0;
  margin: 0;
  /*height: 100%;*/
  z-index: 9999;
}
.menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.side-menu {
  padding: 0;
  margin: 0;
}
.menu .fa {
  width: 26px;
  opacity: 0.99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
}
.menu span.fa {
  float: right;
  text-align: center;
  font-size: 10px;
  min-width: inherit;
  color: #EDEDED;
}
.byline,
.menu .fa {
  -webkit-font-smoothing: antialiased;
}
.menu .active a span.fa {
  text-align: right !important;
  margin-right: 4px;
}
/*side menu*/
.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer;
}
.side-menu > li > a {
  margin-bottom: 6px;
  color: #E7E7E7;
  font-weight: 500;
}
.side-menu > li.active,
.side-menu > li.current-page {
  /*border-right: 5px solid @green;*/
}
.side-menu > li:hover > div,
.side-menu > li.active > div {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background: linear-gradient(#34495E, #2C4257), #2a3f54;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}
.side-menu > li > a {
  margin-bottom: 6px;
  padding: 13px 15px 12px;
}
.side-menu > li:hover > div {
  color: #F2F5F7 !important;
  text-decoration: none;
  background: transparent;
}
/*child menu*/
.child-menu {
  display: none;
  position: relative;
}
.cbp-spmenu-left .child-menu li {
  padding-left: 36px;
}
.cbp-spmenu-right .child-menu li {
  padding-right: 36px;
}
.child-menu > li[data-level="1"],
.child-menu > li[data-level="1"]:before,
.child-menu > li[data-level="1"]:after {
  margin-left: 48px;
}
.child-menu li:before {
  background: #4a5e70;
  bottom: auto;
  content: "";
  height: 11px;
  margin-top: 13px;
  position: absolute;
  width: 11px;
  z-index: 1;
  border-radius: 50%;
}
.child-menu li:after {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
.cbp-spmenu-left .child-menu li:before {
  left: 25px;
  right: auto;
}
.cbp-spmenu-left .child-menu li:after {
  border-left: 1px solid #4a5e70;
  left: 30px;
}
.cbp-spmenu-right .child-menu li:before {
  right: 25px;
  left: auto;
}
.cbp-spmenu-right .child-menu li:after {
  border-right: 1px solid #4a5e70;
  right: 30px;
}
.child-menu > li > a {
  color: #EDEDED;
  font-size: 0.8em;
  font-weight: 500;
}
.child-menu > li:hover:before,
.child-menu > li.active:before {
  background: #f69c55 !important;
}
.child-menu > li:hover > div *,
.child-menu > li.active > div * {
  color: #f69c55 !important;
}
/*custom scroll bar*/
/* reset/remove right position so scrollbar appears on left */
.mCustomScrollbar .mCSB_scrollTools {
  right: auto !important;
}
/* switch margin from right to left */
.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
  margin-left: 30px !important;
}
/* FOOTER */
.sidebar-footer {
  bottom: 0;
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 280px;
  background: #172D44;
  z-index: 9999;
  width: 360px;
  height: 62px;
}
.sidebar-footer a {
  padding: 7px 0 3px;
  text-align: center;
  width: 25%;
  font-size: 17px;
  display: block;
  float: left;
  cursor: pointer;
}
@media only screen and (max-width: 575.98px) {
  .menu > ul {
    margin-top: 0;
  }
  .side-menu li div.row-99 {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar-menu {
    height: calc(100% - 62px);
  }
}
/*TOP NAVIGATION BAR*/
.top-nav {
  width: 100%;
  height: 32px;
  position: fixed;
  top: 0;
  left: 0;
}
#nav-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  text-align: center;
  background-color: white;
}
.nav_menu {
  float: left;
  background: #2a3f54;
  border-bottom: 1px solid #2a3f54;
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  height: 62px;
}
.logo-left {
  background-image: url(../../images/skyline_master_white_h50.png);
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  width: 150px;
  height: 69px;
  margin: 45px 15px 15px 45px;
  position: relative;
}
.logo-left > div {
  color: #003768;
  position: absolute;
  width: 400px;
  top: 40px;
  left: -60px;
}
.logo-right {
  background-image: url(../../images/atam-blue.png);
  background-repeat: no-repeat;
  float: right;
  width: 250px;
  height: 69px;
  margin: 45px 45px 15px 15px;
  position: relative;
}
.nav-logo {
  background-image: url(../../images/skyline_master_white_h50.png);
  background-repeat: no-repeat;
  background-position-x: 25px;
  width: 250px;
  height: 45px;
}
.nav-logo-blue {
  background-image: url(../../images/sentinel-blue.png?h=37);
  background-repeat: no-repeat;
  background-position-x: 25px;
  width: 250px;
  height: 37px;
  margin-top: 4px !important;
}
.navbar {
  margin-bottom: 0;
}
.navbar-left,
.navbar-left * {
  margin-left: 0;
  color: #003768 !important;
}
.navbar-right:not(panel_toolbox),
.navbar-right:not(panel_toolbox) * {
  margin-right: 0;
  color: #ffffff !important;
}
.navbar-right .dropdown-menu:after,
.navbar-right .dropdown-menu:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.navbar-right .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  right: 8px;
  margin-left: -10px;
}
.navbar-right .dropdown-menu:before {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #719ECE;
  border-width: 10px;
  right: 8px;
  margin-left: -10px;
}
.navbar-right .dropdown-menu {
  padding-bottom: 12px;
}
.navbar-right .dropdown-menu,
.navbar-right .dropdown-menu * {
  color: #87A8AF !important;
  font-size: 1em;
}
.dropdown-menu .dropdown-item {
  padding: 4px 0;
}
.dropdown-menu .dropdown-item p span {
  font-size: 0.8em;
}
.dropdown-menu .dropdown-item hr {
  margin-top: 12px !important;
  margin-bottom: 4px !important;
}
.top_nav .navbar-right {
  margin: 0;
  /*width: 70%;*/
  float: right;
}
.top_nav .navbar-left {
  margin: 0;
  float: left;
}
.top_nav .navbar-right li,
.top_nav .navbar-left li {
  display: inline-block;
}
.top_nav .navbar-right li {
  float: right;
}
.top_nav .navbar-left li {
  float: left;
}
.top_nav .dropdown-menu li {
  width: 100%;
}
.top_nav .dropdown-menu li a {
  width: 100%;
  padding: 12px 20px;
}
.top_nav li a i {
  /*font-size: 15px; */
}
.navbar-static-top {
  position: fixed;
  top: 0;
  width: 100%;
}
a.user-profile {
  color: #003768 !important;
}
.user-profile img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 4px;
}
.bar {
  position: absolute;
  height: 3px;
  width: 20px;
  background-color: #ffffff;
  top: 50%;
}
.bar:before {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  height: 3px;
  width: 20px;
  background-color: #ffffff;
}
.bar:after {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 3px;
  width: 20px;
  background-color: #ffffff;
}
.bar.on {
  background-color: transparent;
  border: none;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bar.on:before {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: none;
  content: "";
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}
.bar.on:after {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: none;
  content: "";
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
/*DROPDOWN MENU*/
.dropdown-menu.msg_list span {
  white-space: normal;
}
.dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu > li > a {
  color: #5A738E;
}
.navbar-nav .open .dropdown-menu {
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 220px;
}
.navbar-nav .open .dropdown-menu.msg_list {
  width: 300px;
}
.nav-right-icon:not(:last-child) {
  border-left: 1px solid #ffffff !important;
}
.nav-right-icon {
  margin-left: 12px !important;
  margin-top: 12px !important;
  margin-right: 12px !important;
}
.nav-right-icon > span {
  margin-left: 12px;
}
.nav-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
}
@media only screen and (max-width: 1024px) {
  .nav-right-icon {
    border: none !important;
    margin-left: 0 !important;
    margin-right: 12px !important;
  }
  .nav-right-icon > span {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .nav-logo {
    background-image: url(../../images/sentinel-white_100.png);
    width: 150px;
    height: 20px;
  }
  .nav-title {
    font-size: 1.4em;
  }
}
@media (max-width: 575.98px) {
  .nav-title {
    font-size: 0.8em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-title {
    font-size: 0.8em;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute !important;
    background-color: #fff !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-title {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-title {
    font-size: 1em;
  }
  .nav-logo {
    background-image: url(../../images/sentinel-white_150.png);
    background-repeat: no-repeat;
    background-position-x: 25px;
    width: 200px;
    height: 37px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .nav-title {
    font-size: 1.4em;
    margin-top: 24px;
  }
  .nav-logo {
    background-image: url(../../images/sentinel-white_150.png);
    background-repeat: no-repeat;
    background-position-x: 25px;
    background-position-y: 6px;
    width: 180px;
    height: 37px;
  }
}
.notifications {
  margin-right: 16px !important;
  height: 58px !important;
}
.notifications > li {
  width: 52px;
  height: 58px !important;
}
.notifications > li > a {
  width: 52px !important;
  height: 58px !important;
  padding: 10px !important;
}
.notifications > li > a,
.notifications > li > a div i {
  color: #87A8AF !important;
}
.notifications > li > a div span.badge {
  color: #ffffff !important;
}
.notifications > li > a > div:first-child {
  margin: 18px 0 0 0;
}
.notifications > li > a > div:nth-child(2) {
  position: absolute;
  margin-top: -32px;
  margin-left: 6px;
}
ul.msg_list li {
  background: #F2F2F2;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 6px 0;
  width: 96% !important;
}
ul.msg_list li:last-child {
  margin-bottom: 6px;
  padding: 10px;
}
ul.msg_list li a {
  padding: 3px 5px !important;
}
ul.msg_list li a .image img {
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  float: left;
  margin-right: 10px;
  width: 11%;
}
ul.msg_list li a .time {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  right: 35px;
}
ul.msg_list li a .message {
  display: block !important;
  font-size: 11px;
}
#notifications-list-container {
  position: absolute;
  right: -340px;
  width: 340px;
  opacity: 0;
  background-color: #ffffff;
  box-shadow: -2px 0 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#notifications-list-container.open {
  right: 0px;
  opacity: 1;
}
.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
}
.onoffswitch .onoffswitch-inner {
  display: block;
  width: 200%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch:not(.right) .onoffswitch-inner {
  margin-left: -100%;
}
.onoffswitch.right .onoffswitch-inner {
  margin-right: -100%;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  width: 50%;
  height: 32px;
  padding: 0;
  line-height: 32px;
  font-size: 16px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch:not(.right) .onoffswitch-inner:before,
.onoffswitch:not(.right) .onoffswitch-inner:after {
  float: left;
}
.onoffswitch.right .onoffswitch-inner:before,
.onoffswitch.right .onoffswitch-inner:after {
  float: right;
}
.onoffswitch-inner:before {
  /*content: "ON";*/
  content: " ";
  background-color: #1abb9c;
  color: #ffffff;
}
.onoffswitch:not(.right) .onoffswitch-inner:before {
  padding-left: 12px;
}
.onoffswitch.right .onoffswitch-inner:before {
  padding-right: 12px;
}
.onoffswitch-inner:after {
  /*content: "OFF";*/
  content: " ";
  background-color: #ffffff;
  color: #999999;
}
.onoffswitch:not(.right) .onoffswitch-inner:after {
  padding-right: 12px;
  text-align: right;
}
.onoffswitch.right .onoffswitch-inner:after {
  padding-left: 12px;
  text-align: left;
}
.onoffswitch-switch {
  display: block;
  width: 24px;
  margin: 4px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch:not(.right) .onoffswitch-switch {
  right: 24px;
}
.onoffswitch.right .onoffswitch-switch {
  left: 24px;
}
.onoffswitch:not(.right) .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch:not(.right) .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.onoffswitch.right .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-right: 0;
}
.onoffswitch.right .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  left: 0px;
}
@media (max-width: 767px) {
  .onoffswitch {
    width: 60px;
  }
  .onoffswitch-switch {
    right: 24px;
  }
  .onoffswitch:not(.right) .onoffswitch-switch {
    right: 24px;
  }
}
@media (max-width: 1366px) {
  .onoffswitch-inner:before,
  .onoffswitch-inner:after {
    height: 24px;
  }
}
.p-0 {
  padding: 0;
}
.p-2 {
  padding: 2px;
}
.p-4 {
  padding: 4px;
}
.p-6 {
  padding: 6px;
}
.p-8 {
  padding: 8px;
}
@media only screen and (max-width: 575.98px) {
  .p-xs-0 {
    padding: 0;
  }
  .p-xs-2 {
    padding: 2px;
  }
  .p-xs-4 {
    padding: 4px;
  }
  .p-xs-6 {
    padding: 6px;
  }
  .p-xs-8 {
    padding: 8px;
  }
  .p-xs-10 {
    padding: 10px;
  }
  .p-xs-12 {
    padding: 12px;
  }
  /*padding top*/
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-2 {
    padding-top: 2px !important;
  }
  .pt-xs-4 {
    padding-top: 4px !important;
  }
  .pt-xs-6 {
    padding-top: 6px !important;
  }
  .pt-xs-8 {
    padding-top: 8px !important;
  }
  .pt-xs-12 {
    padding-top: 12px !important;
  }
  .pt-xs-16 {
    padding-top: 16px !important;
  }
  .pt-xs-24 {
    padding-top: 24px !important;
  }
  .pt-xs-36 {
    padding-top: 36px !important;
  }
  /*padding right*/
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pr-xs-2 {
    padding-right: 2px !important;
  }
  .pr-xs-4 {
    padding-right: 4px !important;
  }
  .pr-xs-6 {
    padding-right: 6px !important;
  }
  .pr-xs-8 {
    padding-right: 8px !important;
  }
  .pr-xs-12 {
    padding-right: 12px !important;
  }
  .pr-xs-16 {
    padding-right: 16px !important;
  }
  .pr-xs-24 {
    padding-right: 24px !important;
  }
  .pr-xs-36 {
    padding-right: 36px !important;
  }
  /*padding bottom*/
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-2 {
    padding-bottom: 2px !important;
  }
  .pb-xs-4 {
    padding-bottom: 4px !important;
  }
  .pb-xs-6 {
    padding-bottom: 6px !important;
  }
  .pb-xs-8 {
    padding-bottom: 8px !important;
  }
  .pb-xs-12 {
    padding-bottom: 12px !important;
  }
  .pb-xs-16 {
    padding-bottom: 16px !important;
  }
  .pb-xs-24 {
    padding-bottom: 24px !important;
  }
  .pb-xs-36 {
    padding-bottom: 36px !important;
  }
  /*padding left*/
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pl-xs-2 {
    padding-left: 2px !important;
  }
  .pl-xs-4 {
    padding-left: 4px !important;
  }
  .pl-xs-6 {
    padding-left: 6px !important;
  }
  .pl-xs-8 {
    padding-left: 8px !important;
  }
  .pl-xs-12 {
    padding-left: 12px !important;
  }
  .pl-xs-16 {
    padding-left: 16px !important;
  }
  .pl-xs-24 {
    padding-left: 24px !important;
  }
  .pl-xs-36 {
    padding-left: 36px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-2 {
    padding: 2px;
  }
  .p-sm-4 {
    padding: 4px;
  }
  .p-sm-6 {
    padding: 6px;
  }
  .p-sm-8 {
    padding: 8px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .p-sm-12 {
    padding: 12px;
  }
  /*padding top*/
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-2 {
    padding-top: 2px !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pt-sm-6 {
    padding-top: 6px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pt-sm-36 {
    padding-top: 36px !important;
  }
  /*padding right*/
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-2 {
    padding-right: 2px !important;
  }
  .pr-sm-4 {
    padding-right: 4px !important;
  }
  .pr-sm-6 {
    padding-right: 6px !important;
  }
  .pr-sm-8 {
    padding-right: 8px !important;
  }
  .pr-sm-12 {
    padding-right: 12px !important;
  }
  .pr-sm-16 {
    padding-right: 16px !important;
  }
  .pr-sm-24 {
    padding-right: 24px !important;
  }
  .pr-sm-36 {
    padding-right: 36px !important;
  }
  /*padding bottom*/
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-2 {
    padding-bottom: 2px !important;
  }
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
  .pb-sm-6 {
    padding-bottom: 6px !important;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pb-sm-36 {
    padding-bottom: 36px !important;
  }
  /*padding left*/
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-2 {
    padding-left: 2px !important;
  }
  .pl-sm-4 {
    padding-left: 4px !important;
  }
  .pl-sm-6 {
    padding-left: 6px !important;
  }
  .pl-sm-8 {
    padding-left: 8px !important;
  }
  .pl-sm-12 {
    padding-left: 12px !important;
  }
  .pl-sm-16 {
    padding-left: 16px !important;
  }
  .pl-sm-24 {
    padding-left: 24px !important;
  }
  .pl-sm-36 {
    padding-left: 36px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .p-md-0 {
    padding: 0;
  }
  .p-md-2 {
    padding: 2px;
  }
  .p-md-4 {
    padding: 4px;
  }
  .p-md-6 {
    padding: 6px;
  }
  .p-md-8 {
    padding: 8px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .p-md-12 {
    padding: 12px;
  }
  /*padding top*/
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-2 {
    padding-top: 2px !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pt-md-6 {
    padding-top: 6px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pt-md-36 {
    padding-top: 36px !important;
  }
  /*padding right*/
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-2 {
    padding-right: 2px !important;
  }
  .pr-md-4 {
    padding-right: 4px !important;
  }
  .pr-md-6 {
    padding-right: 6px !important;
  }
  .pr-md-8 {
    padding-right: 8px !important;
  }
  .pr-md-12 {
    padding-right: 12px !important;
  }
  .pr-md-16 {
    padding-right: 16px !important;
  }
  .pr-md-24 {
    padding-right: 24px !important;
  }
  .pr-md-36 {
    padding-right: 36px !important;
  }
  /*padding bottom*/
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-2 {
    padding-bottom: 2px !important;
  }
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
  .pb-md-6 {
    padding-bottom: 6px !important;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pb-md-36 {
    padding-bottom: 36px !important;
  }
  /*padding left*/
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-2 {
    padding-left: 2px !important;
  }
  .pl-md-4 {
    padding-left: 4px !important;
  }
  .pl-md-6 {
    padding-left: 6px !important;
  }
  .pl-md-8 {
    padding-left: 8px !important;
  }
  .pl-md-12 {
    padding-left: 12px !important;
  }
  .pl-md-16 {
    padding-left: 16px !important;
  }
  .pl-md-24 {
    padding-left: 24px !important;
  }
  .pl-md-36 {
    padding-left: 36px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-2 {
    padding: 2px;
  }
  .p-lg-4 {
    padding: 4px;
  }
  .p-lg-6 {
    padding: 6px;
  }
  .p-lg-8 {
    padding: 8px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .p-lg-12 {
    padding: 12px;
  }
  /*padding top*/
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-2 {
    padding-top: 2px !important;
  }
  .pt-lg-4 {
    padding-top: 4px !important;
  }
  .pt-lg-6 {
    padding-top: 6px !important;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pt-lg-36 {
    padding-top: 36px !important;
  }
  /*padding right*/
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-2 {
    padding-right: 2px !important;
  }
  .pr-lg-4 {
    padding-right: 4px !important;
  }
  .pr-lg-6 {
    padding-right: 6px !important;
  }
  .pr-lg-8 {
    padding-right: 8px !important;
  }
  .pr-lg-12 {
    padding-right: 12px !important;
  }
  .pr-lg-16 {
    padding-right: 16px !important;
  }
  .pr-lg-24 {
    padding-right: 24px !important;
  }
  .pr-lg-36 {
    padding-right: 36px !important;
  }
  /*padding bottom*/
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-2 {
    padding-bottom: 2px !important;
  }
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .pb-lg-6 {
    padding-bottom: 6px !important;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pb-lg-36 {
    padding-bottom: 36px !important;
  }
  /*padding left*/
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-2 {
    padding-left: 2px !important;
  }
  .pl-lg-4 {
    padding-left: 4px !important;
  }
  .pl-lg-6 {
    padding-left: 6px !important;
  }
  .pl-lg-8 {
    padding-left: 8px !important;
  }
  .pl-lg-12 {
    padding-left: 12px !important;
  }
  .pl-lg-16 {
    padding-left: 16px !important;
  }
  .pl-lg-18 {
    padding-left: 18px !important;
  }
  .pl-lg-24 {
    padding-left: 24px !important;
  }
  .pl-lg-36 {
    padding-left: 36px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .p-0 {
    padding: 0 !important;
  }
  .p-12 {
    padding: 12px !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-2 {
    padding-top: 2px !important;
  }
  .pt-4 {
    padding-top: 4px !important;
  }
  .pt-6 {
    padding-top: 6px !important;
  }
  .pt-8 {
    padding-top: 8px !important;
  }
  .pt-12 {
    padding-top: 12px !important;
  }
  .pt-16 {
    padding-top: 16px !important;
  }
  .pt-24 {
    padding-top: 24px !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-2 {
    padding-bottom: 2px !important;
  }
  .pb-4 {
    padding-bottom: 2px !important;
  }
  .pb-6 {
    padding-bottom: 2px !important;
  }
  .pb-8 {
    padding-bottom: 2px !important;
  }
  .pb-10 {
    padding-bottom: 10px !important;
  }
  .pb-12 {
    padding-bottom: 12px !important;
  }
  .pb-14 {
    padding-bottom: 14px !important;
  }
  .pb-16 {
    padding-bottom: 16px !important;
  }
  .pb-18 {
    padding-bottom: 18px !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .pl-2 {
    padding-left: 2px !important;
  }
  .pl-4 {
    padding-left: 4px !important;
  }
  .pl-5 {
    padding-left: 5px !important;
  }
  .pl-6 {
    padding-left: 6px !important;
  }
  .pl-8 {
    padding-left: 8px !important;
  }
  .pl-10 {
    padding-left: 10px !important;
  }
  .pl-12 {
    padding-left: 12px !important;
  }
  .pl-14 {
    padding-left: 14px !important;
  }
  .pl-15 {
    padding-left: 15px !important;
  }
  .pl-16 {
    padding-left: 16px !important;
  }
  .pl-18 {
    padding-left: 18px !important;
  }
  .pl-24 {
    padding-left: 24px !important;
  }
  .pl-36 {
    padding-left: 36px !important;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .pr-2 {
    padding-right: 2px !important;
  }
  .pr-4 {
    padding-right: 4px !important;
  }
  .pr-5 {
    padding-right: 5px !important;
  }
  .pr-6 {
    padding-right: 6px !important;
  }
  .pr-8 {
    padding-right: 8px !important;
  }
  .pr-10 {
    padding-right: 10px !important;
  }
  .pr-12 {
    padding-right: 12px !important;
  }
  .pr-14 {
    padding-right: 14px !important;
  }
  .pr-15 {
    padding-right: 15px !important;
  }
  .pr-16 {
    padding-right: 16px !important;
  }
  .pr-18 {
    padding-right: 18px !important;
  }
  .pr-20 {
    padding-right: 20px !important;
  }
  .pr-24 {
    padding-right: 24px !important;
  }
}
/*PAGINATION*/
.pagination.pagination-split li {
  display: inline-block;
  margin-right: 3px;
  padding: 2px;
}
.pagination.pagination-split li a,
.pagination.pagination-split li a * {
  color: #87A8AF !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  color: #87A8AF;
  background-color: #ffffff;
  border: 1px solid #D9DEE4;
}
.pagination > li > a:hover {
  border-color: #D9DEE4;
}
.pagination > li > a.active span {
  color: #f69c55 !important;
}
ul.pagination li {
  cursor: pointer;
}
ul.pagination li.disabled {
  opacity: 0.3 !important;
}
@media only screen and (max-width: 321px) {
  ul.pagination li a {
    padding: 6px 8px !important;
  }
  ul.pagination li a span {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 321.01px) and (max-width: 575.98px) {
  ul.pagination li {
    padding: 0 !important;
  }
  ul.pagination li a {
    padding: 4px 8px !important;
  }
  ul.pagination li a span {
    font-size: 0.8em;
  }
}
.peripheral {
  width: 100%;
  height: 160px;
  margin-top: 24px;
  overflow: hidden;
}
.peripheral.green {
  border: 1px solid #1abb9c;
}
.peripheral.red {
  border: 1px solid #E74C3C;
}
.peripheral.orange {
  border: 1px solid #f69c55;
}
.peripheral::after {
  content: '';
  transform: rotate(45deg);
  position: absolute;
  right: -9px;
  top: 20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  clear: both;
}
.peripheral.green::after {
  border-bottom: 30px solid #1abb9c;
}
.peripheral.red::after {
  border-bottom: 30px solid #E74C3C;
}
.peripheral.orange::after {
  border-bottom: 30px solid #f69c55;
}
.peripheral img {
  float: left;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 10px;
}
.peripheral .info {
  display: inline-block;
  float: left;
  margin: 12px 0 0 12px;
  width: calc(100% - 144px);
}
.peripheral .info *:not(i) {
  font-family: interstatelight;
}
.peripheral .info hr {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
@media only screen and (max-width: 575.98px) {
  .peripheral {
    height: 148px;
    margin-top: 12px;
  }
  .peripheral img {
    width: 88px;
    height: 88px;
    margin: 6px;
  }
  .peripheral::after {
    right: -3px;
    top: 10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .peripheral.green::after {
    border-bottom: 20px solid #1abb9c;
  }
  .peripheral.red::after {
    border-bottom: 20px solid #E74C3C;
  }
  .peripheral .info {
    width: calc(100% - 132px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .peripheral {
    height: 148px;
    margin-top: 12px;
  }
  .peripheral img {
    width: 88px;
    height: 88px;
    margin: 6px;
  }
  .peripheral::after {
    right: -3px;
    top: 10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .peripheral.green::after {
    border-bottom: 20px solid #1abb9c;
  }
  .peripheral.red::after {
    border-bottom: 20px solid #E74C3C;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .peripheral {
    height: 148px;
  }
  .peripheral img {
    width: 100px;
    height: 100px;
    margin: 10px;
  }
}
.pin {
  width: 48px;
  height: 48px;
  border-radius: 32px 32px 0px 32px;
  position: relative;
  transform: rotate(45deg);
}
.pin.yellow {
  background-color: #F0D92E !important;
}
.pin.orange {
  background-color: #f69c55 !important;
}
.pin.red {
  background-color: #E74C3C !important;
}
.pin.cyan {
  background-color: #00B7EB !important;
}
.pin.green {
  background-color: #1abb9c !important;
}
.pin.gray {
  background-color: #999999 !important;
}
.pin.purple {
  background-color: #9B59B6 !important;
}
.pin:hover > .pin-content {
  visibility: visible;
}
.pin-content {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  height: auto;
  width: 72px;
  white-space: nowrap;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  position: relative;
  visibility: hidden;
  margin: 18px 0 0 12px !important;
  transform-origin: center right;
  transform: rotate(-45deg);
}
.pin-content.yellow {
  background-color: #F0D92E !important;
}
.pin-content.orange {
  background-color: #f69c55 !important;
}
.pin-content.red {
  background-color: #E74C3C !important;
}
.pin-content.cyan {
  background-color: #00B7EB !important;
}
.pin-content.green {
  background-color: #1abb9c !important;
}
.pin-content.gray {
  background-color: #999999 !important;
}
.pin-content.purple {
  background-color: #9B59B6 !important;
}
.pin::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  position: absolute;
  left: 26%;
  top: 26%;
  border-radius: 24px;
}
@media (max-width: 575.98px) {
  .swal2-container *:not(h2) {
    font-size: 14px!important;
  }
  h2.swal2-title {
    font-size: 20px !important;
  }
  hr.swal2-spacer {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /*
    .swal2-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 30px !important;
        line-height: 40px !important;
        margin: 12px auto 16px !important;
    }

    .swal2-icon.swal2-error .line {
        width: 24px !important;
        top: 19px !important;
    }
    */
  .swal2-modal {
    margin-top: 74px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swal2-modal {
    margin-top: 74px !important;
  }
}
.profile_details .profile_view {
  display: inline-block;
  padding: 0;
  background: #fff;
  height: 300px;
  width: 100%;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  overflow: hidden;
}
.profile_details .profile_view.active {
  border: 1px solid #87A8AF;
}
.profile_details .profile_view > div {
  padding: 0;
}
.profile_details .profile_view > .top {
  width: 100%;
  height: 92px;
}
.profile_details .profile_view > .middle {
  width: 100%;
  height: 68px;
  background-color: #EDEDED;
  border-top: #2C4257;
}
.profile_details .profile_view > .bottom {
  width: 100%;
  height: 140px;
  background-color: #EDEDED;
  position: relative;
}
.profile_details .profile_view .top .profile-img {
  border: 6px solid #ffffff;
  background-color: #EDEDED;
  padding: 0;
  position: absolute;
  width: 134px;
  height: 134px;
  overflow: hidden;
  left: 50%;
  margin-left: -67px;
  top: 24px;
}
.profile_view .top img {
  display: block;
  height: inherit;
  margin: auto;
  max-width: none;
  width: initial;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.profile_details .profile_view .top .profile-img img {
  margin: 0 auto;
}
.profile_details .profile_view .bottom h2 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #f69c55;
  margin: 0 !important;
  padding: 16px 0;
}
.profile_details .profile_view .bottom .profile_lock {
  width: 100%;
  text-align: center;
  padding-top: 12px;
}
.profile_details .profile_view .bottom .profile_lock button {
  position: relative;
  margin: 0 auto;
}
.profile_details .profile_view .bottom .actions {
  position: absolute;
  bottom: 0;
  height: 32px;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.profile_details .profile_view .bottom .actions > div {
  text-align: center;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}
.profile_details .profile_view .bottom .actions > div > span {
  color: #1abb9c;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.profile_details .profile_view .bottom .actions div span:hover * {
  color: #58968A;
}
.profile_details .profile_view .bottom h5 {
  color: #f69c55;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  color: #73879C !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile_left h2 {
  width: 100%;
  text-align: justify;
}
.user_data li,
.user_data li * {
  color: #73879C !important;
  margin: 6px;
}
.profile_img_upload {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  cursor: pointer;
  opacity: 0;
  background: #000000;
  transition: all 0.3s linear;
  padding: 4px;
  text-align: center;
}
.profile_img_upload * {
  color: #ffffff !important;
}
img.avatar-view {
  cursor: pointer;
}
img.avatar-view:hover + div.profile_img_upload {
  opacity: 0.7;
}
div.profile_img_upload:hover {
  opacity: 0.7;
}
.radialtimer {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
}
.radialtimer .n {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 200px;
  font-family: "interstatelight";
  font-size: 70px;
  color: #eeeeee;
}
.radialtimer .slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
}
.radialtimer .slice.nc {
  clip: rect(auto, auto, auto, auto);
}
.radialtimer .slice .q {
  position: absolute;
  width: 170px;
  height: 170px;
  border: 16px white solid;
  border-radius: 50%;
  clip: rect(0px, 100px, 100px, 0px);
  z-index: 2;
}
.radialtimer .slice .pie {
  border: 15px #1abb9c solid;
  position: absolute;
  width: 170px;
  height: 170px;
  clip: rect(0px, 100px, 200px, 0px);
  border-radius: 50%;
  transition: all 1s linear;
  z-index: 1;
}
label.btn span {
  font-size: 1.5em;
}
label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o {
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #7AA3CC;
  display: inline;
}
label:hover input[type="radio"] ~ i.fa {
  color: #7AA3CC;
}
label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #7AA3CC;
  display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
  color: #7AA3CC;
}
div[data-toggle="buttons"] label.active {
  color: #7AA3CC;
}
div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div[data-toggle="buttons"] label:hover {
  color: #7AA3CC;
}
div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider.slider-horizontal {
  width: 160px!important;
}
.slider.slider-horizontal.full-width {
  width: 100%!important;
}
.slider-handle {
  background-color: #006C31 !important;
  background-image: -webkit-linear-gradient(top, #006C31 0%, #006C31 100%) !important;
  background-image: -o-linear-gradient(top, #006C31 0%, #006C31 100%) !important;
  background-image: linear-gradient(to bottom, #006C31 0%, #006C31 100%) !important;
  background-repeat: repeat-x !important;
}
.slider-selection {
  background-color: #1abb9c !important;
  background-image: none!important;
}
.disclose {
  cursor: pointer;
  width: 10px;
  display: none;
}
.sortable li.mjs-nestedSortable-collapsed > ul {
  display: none;
}
.sortable li.mjs-nestedSortable-branch > div > .disclose {
  display: inline-block;
  margin-right: 8px;
}
.sortable li.mjs-nestedSortable-collapsed > div > .disclose > .fa-angle-right {
  display: block;
}
.sortable li.mjs-nestedSortable-collapsed > div > .disclose > .fa-angle-down {
  display: none;
}
.sortable li.mjs-nestedSortable-expanded > div > .disclose > .fa-angle-right {
  display: none;
}
.sortable li.mjs-nestedSortable-expanded > div > .disclose > .fa-angle-down {
  display: block;
}
/* LOGIN */
.signin {
  position: absolute;
  margin: auto;
  width: 400px;
  height: 600px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
}
.signin .logo-sentinel {
  margin: auto;
  background-image: url(../../images/skyline_master_white_200.png);
  width: 200px;
  height: 37px;
}
.signin .logo-atam {
  margin: auto;
  background-image: url('../../images/atam-white_100.png');
  width: 100px;
  height: 20px;
}
.signin .system {
  font-size: 0.7em;
}
.signin-error {
  color: #E74C3C;
  width: 100%;
  text-align: center;
}
/*QR CODE*/
.signin .qrcode {
  position: relative;
}
.signin .qrcode img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 420px) {
  .signin {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .signin {
    height: 300px;
  }
  .signin > .mt-24 {
    margin-top: 12px !important;
  }
  .signin .login-error {
    margin-top: 12px;
    font-size: 0.7em;
  }
}
.status {
  color: #ffffff;
}
.status.online {
  background-color: #1abb9c;
}
.status.alarm {
  background-color: #E74C3C;
}
.status.alarm.cleared {
  background-color: #2B7BAF !important;
}
.status.alarm.acknowledged {
  background-color: #724287 !important;
}
.status.alarm.acknowledged_cleared {
  background-color: #1abb9c !important;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}
.status.warning {
  background-color: #f69c55;
}
.status.warning.acknowledged {
  background-color: #9B59B6 !important;
}
.status.warning.cleared {
  background-color: #3498DB !important;
}
.status.warning.aknowledged_cleared {
  background-color: #1abb9c !important;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}
.status.yellow {
  background-color: #F0D92E !important;
  color: #000000;
}
.status.red {
  background-color: #E74C3C !important;
  color: #ffffff;
}
.status.cyan {
  background-color: #00B7EB !important;
  color: #ffffff;
}
.status.green {
  background-color: #1abb9c !important;
  color: #ffffff;
}
.status.gray {
  background-color: #999999 !important;
  color: #ffffff;
}
.status.purple {
  background-color: #9B59B6 !important;
  color: #ffffff;
}
.status:hover {
  color: #ffffff;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.nav-tabs {
  display: none;
}
.card-header {
  min-height: 24px;
  margin-bottom: 0;
  background-color: #eeeeee;
}
.card-header.with-border {
  border-top: 1px solid #B3B3B3;
}
.card-header a {
  display: block;
  width: 100%;
  padding: 8px 0;
}
.card-header a span {
  margin-left: 12px;
  font-family: interstatelight;
  color: #87A8AF;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }
  .card {
    border: none;
  }
  .card .card-header {
    display: none;
  }
  .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .card-body {
    padding: 12px !important;
  }
}
.traffic {
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
.traffic.green {
  background-color: #1abb9c;
}
.traffic.orange {
  background-color: #f69c55;
}
.traffic.red {
  background-color: #E74C3C;
}
.traffic.blue {
  background-color: #3498DB;
}
.traffic.slateblue {
  background-color: #6A5ACD;
}
.traffic.purple {
  background-color: #9B59B6;
}
.traffic.yellow {
  background-color: #FFFF00;
}
.traffic.gray {
  background-color: #999999;
}
.gps_ring {
  -webkit-border-radius: 36px;
  border-radius: 36px;
  height: 24px;
  width: 24px;
  margin-left: -1px !important;
  margin-top: -1px !important;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /*opacity: 0.0*/
}
.gps_ring.alarm {
  background-color: #E74C3C;
}
.gps_ring.warning {
  background-color: #f69c55;
}
.gps_ring.info {
  background-color: #3498DB;
}
.gps_ring.success {
  background-color: #1abb9c;
}
@keyframes pulsate {
  0% {
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
.simpletree {
  padding: 0;
  margin: 0;
}
.simpletree li.leaf {
  margin: 12px;
  list-style-type: none;
  padding: 2px 5px 0 12px;
  position: relative;
  background-color: #F2F2F2;
}
.simpletree li.leaf:before,
.simpletree li.leaf:after {
  content: '';
  position: absolute;
}
.simpletree li.leaf:before {
  height: 100%;
  top: -14px;
  left: -8px;
  width: 1px;
  /*border-left: 1px dashed @aero;*/
}
.simpletree li.leaf:after {
  /*border-top: 1px dashed @aero;*/
  height: 16px;
  top: 14px;
  width: 16px;
  left: -8px;
}
.simpletree > li.node:before,
.simpletree > li.node:after {
  /*display: none;*/
}
.simpletree li.node:last-child:before {
  height: 20px !important;
}
.simpletree li.node:only-child:before {
  height: 20px !important;
}
/*========================
 * tree view
 * https://codepen.io/Vampireos/pen/yFbut
 ========================*/
.tree {
  min-height: 20px;
  padding: 8px;
  margin-bottom: 20px;
  position: relative;
}
.tree li {
  list-style-type: none;
  margin: 0;
  padding: 2px 5px 0 5px;
  position: relative;
  text-align: left;
  /*background-color: @gray4;*/
}
.tree li:before,
.tree li:after {
  content: '';
  left: -10px;
  position: absolute;
  right: auto;
}
.tree.right li:before,
.tree.right li:after {
  content: '';
  right: -10px;
  position: absolute;
  left: auto;
}
.tree li:before {
  border-left: 1px dashed #87A8AF;
  height: 100%;
  top: -10px;
  width: 1px;
}
.tree.right li:before {
  border-right: 1px dashed #87A8AF;
  height: 100%;
  top: -10px;
  width: 1px;
}
.tree li:first-child:before {
  top: 0px !important;
}
.tree li:last-child:before {
  height: 30px;
}
.tree li:only-child:before {
  top: 0px !important;
  height: 20px !important;
}
.tree li:after {
  border-top: 1px dashed #87A8AF;
  height: 20px;
  top: 20px;
  width: 16px;
}
.tree li div.tree-container {
  border-radius: 4px;
  border: 1px solid #87A8AF;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
  /*background-color: @gray4;*/
  margin-top: 6px;
}
.tree li div.tree-container span,
.tree li div.tree-container span i {
  color: #87A8AF;
  font-size: 0.9em;
}
.tree li.parent_li > div.tree-container {
  cursor: pointer;
}
.tree > ul > li::before,
.tree > ul > li::after,
.tree.right > ul > li::before,
.tree.right > ul > li::after {
  border: 0;
}
.tree li div.tree-container:not(.status):hover,
.tree li.parent_li > div:not(.status):hover,
.tree li.parent_li > span:hover + ul li div.tree-container:not(.status),
.tree li div.tree-container:not(.status):hover span,
.tree li div.tree-container:not(.status):hover span i,
.tree-container.active,
.tree-container.active span,
.tree-container.active span i {
  background: #87A8AF !important;
  color: #ffffff !important;
}
.tree li div.tree-container:not(.status):hover.yellow,
.tree li.parent_li > div:not(.status):hover.yellow,
.tree li.parent_li > span:hover + ul li div.tree-container:not(.status).yellow,
.tree li div.tree-container:not(.status):hover span.yellow,
.tree li div.tree-container:not(.status):hover span i.yellow,
.tree-container.active.yellow,
.tree-container.active span.yellow,
.tree-container.active span i.yellow {
  background: #F0D92E !important;
}
.tree li div.tree-container:not(.status):hover.yellow span,
.tree li.parent_li > div:not(.status):hover.yellow span,
.tree li.parent_li > span:hover + ul li div.tree-container:not(.status).yellow span,
.tree li div.tree-container:not(.status):hover span.yellow span,
.tree li div.tree-container:not(.status):hover span i.yellow span,
.tree-container.active.yellow span,
.tree-container.active span.yellow span,
.tree-container.active span i.yellow span,
.tree li div.tree-container:not(.status):hover.yellow span i,
.tree li.parent_li > div:not(.status):hover.yellow span i,
.tree li.parent_li > span:hover + ul li div.tree-container:not(.status).yellow span i,
.tree li div.tree-container:not(.status):hover span.yellow span i,
.tree li div.tree-container:not(.status):hover span i.yellow span i,
.tree-container.active.yellow span i,
.tree-container.active span.yellow span i,
.tree-container.active span i.yellow span i {
  background: #F0D92E !important;
  border: 1px solid #F0D92E !important;
  color: #ffffff !important;
}
.tree li div.tree-container.active,
.tree li div.tree-container.active span,
.tree li div.tree-container.active span i {
  background: #87A8AF;
  border: 1px solid #87A8AF;
  color: #ffffff !important;
}
.tree .tree-sub {
  margin-left: 32px;
}
.tree.right .tree-sub {
  margin-right: 32px;
}
.tree .place-holder {
  width: 240px;
  height: 42px;
  background-color: #f69c55;
  border: 1px solid #da8044;
  border-radius: 4px;
  opacity: 0.5;
  outline: 1px dashed #4183C4;
}
.tree li div.tree-container.orange {
  background-color: #f69c55 !important;
  border: #da8044 !important;
}
.tree li div.tree-container.orange span,
.tree li div.tree-container.orange span i {
  color: #ffffff !important;
}
.tree li div.tree-container.orange:hover,
.tree li.parent_li > span:hover + ul li div.tree-container.orange,
.tree li div.tree-container.orange:hover span,
.tree li div.tree-container.orange:hover span i {
  background: #da8044 !important;
}
.dropzone {
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #2C4257;
  border: 2px dashed #2C4257;
  border-radius: 7px;
  cursor: default;
  width: 100%;
  overflow: hidden;
}
.dropzone:hover {
  cursor: pointer;
  border-color: #E74C3C;
  color: #E74C3C;
}
.dropzone ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dropzone ul li {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* Tooltips helpers */
.field .tooltip {
  float: left;
  top: 2px;
  left: 7px;
  position: relative;
  z-index: 2;
}
.field .tooltip:hover {
  z-index: 3;
}
.field .tooltip > span {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  cursor: help;
  background-color: #00AEEF;
  position: relative;
  border-radius: 10px;
}
.field .tooltip .content {
  opacity: 0;
  width: 200px;
  background-color: #333;
  color: #FFF;
  font-size: 0.9em;
  position: absolute;
  top: 0;
  left: 20px;
  padding: 8px;
  border-radius: 6px;
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.1, 0.1, 0.25, 2);
  -webkit-transition: 0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2);
  -moz-transition: 0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2);
}
.field .tooltip p {
  padding: 0;
}
.field .tooltip.down .content {
  left: auto;
  right: 0;
  top: 30px;
}
.field .tooltip:hover .content {
  opacity: 1;
  left: 36px;
}
.field .tooltip .content b {
  height: 0;
  width: 0;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-width: 9px 7px;
  position: absolute;
  left: -14px;
  top: 8px;
}
.field .tooltip.down .content b {
  left: auto;
  right: 6px;
  top: -10px;
  border-width: 5px;
  border-color: transparent #333 #333 transparent;
}
/* alerts (when validation fails) */
.field .alert {
  float: left;
  margin: -2px 0 0 20px;
  padding: 3px 10px;
  color: #FFF;
  border-radius: 3px 4px 4px 3px;
  background-color: #CE5454;
  max-width: 170px;
  white-space: pre;
  position: relative;
  left: -15px;
  opacity: 0;
  z-index: 1;
  transition: 0.15s ease-out;
}
.field .alert::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #CE5454 transparent transparent;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: -13px;
  top: 1px;
}
.field.bad .alert {
  left: 0;
  opacity: 1;
}
@keyframes shake {
  15% {
    transform: translateX(-5px);
  }
  30% {
    transform: translateX(5px);
  }
  45% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: none;
  }
}
@-webkit-keyframes shake {
  25% {
    -webkit-transform: translateX(-6px);
  }
  75% {
    -webkit-transform: translateX(6px);
  }
}
form fieldset {
  clear: both;
  margin: 0 0 10px 0;
}
form .field {
  padding: 5px 0;
  position: relative;
  height: 2em;
}
form .field.fields {
  height: auto;
}
.field label,
.field .label {
  float: left;
  cursor: pointer;
}
.field label span,
.field .label {
  float: left;
  width: 160px;
  text-transform: capitalize;
  line-height: 2em;
}
.field input,
.field textarea {
  float: left;
  padding: 3px 4px;
  width: 210px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.field input[type=checkbox] {
  width: auto;
}
.label ~ label {
  vertical-align: middle;
  margin: 0.3em 1.2em 0 0;
}
.field input.short {
  width: 90px;
}
.field input:focus:not([type="checkbox"]),
.field textarea:focus {
  box-shadow: 0 0 4px #00AEEF;
  border: 1px solid #00AEEF;
}
.field select {
  float: left;
  width: 220px;
  padding: 2px 0;
  margin: 0;
  border: 1px solid #CCC;
  text-transform: capitalize;
}
.field select option {
  padding: 1px;
}
.field > .extra {
  float: left;
  font-size: 0.9em;
  color: #999;
  line-height: 2em;
  margin-left: 13px;
}
.field.multi .input {
  float: left;
}
.field.multi input {
  float: left;
  margin-right: 5px;
  width: 35px;
  text-align: center;
}
form .field.multi input:nth-last-child(-n+2) {
  margin: 0;
}
.field.fields input {
  border-top: 5px solid #E1E1E1;
  margin: 0 0 0 160px;
}
.bad input,
.bad select,
.bad textarea {
  border: 1px solid #CE5454;
  box-shadow: 0 0 4px -2px #CE5454;
  position: relative;
  left: 0;
  -moz-animation: 0.4s 1 shake ease;
  -webkit-animation: 0.4s 1 shake ease;
}
/* mode2 - where the label's text is above the field and not next to it
--------------------------------------------------------------------------- */
.mode2 .field {
  float: left;
  clear: left;
  margin-bottom: 30px;
  height: auto;
  padding: 0;
  zoom: 1;
}
.mode2 .field.bad {
  margin-bottom: 8px;
}
.mode2 .field::before,
.mode2 .field::after {
  content: '';
  display: table;
}
.mode2 .field::after {
  clear: both;
}
.mode2 .field label span {
  float: none;
  display: block;
  line-height: inherit;
}
.mode2 .field input:not([type="checkbox"]),
.field textarea {
  width: 250px;
  margin: 0;
}
.mode2 .field textarea {
  width: 350px;
  margin: 0;
}
.mode2 .field select {
  width: 260px;
  float: none;
}
.mode2 .field.multi label {
  float: none;
}
.mode2 .field.multi input {
  float: left;
  margin-right: 5px;
  width: 35px;
  text-align: center;
}
.mode2 .field .tooltip {
  left: auto;
  position: absolute;
  right: -22px;
  top: 19px;
}
.mode2 .field .alert::after {
  display: none;
}
.mode2 .field .alert {
  float: none;
  clear: left;
  margin: 0;
  padding: 0 5px;
  border-radius: 0 0 3px 3px;
  max-width: 100%;
  height: 22px;
  line-height: 1.8em;
}
.mode2 .field > .extra {
  position: absolute;
  right: 0;
}
.virtualtree {
  margin: 0;
  padding: 0;
  position: relative;
  /*background-color: @gray4;*/
}
.virtualtree-container.aero {
  transition: all 0.3s linear;
}
.virtualtree-container.aero * {
  color: #87A8AF;
}
.virtualtree-container.aero {
  transition: all 0.3s linear;
}
.virtualtree-container.aero.active {
  background-color: #87A8AF;
}
.virtualtree-container.aero.active * {
  color: #ffffff;
}
.virtualtree-container.aero:not(.active):hover {
  background-color: #f69c55;
}
.virtualtree-container.aero:hover * {
  color: #ffffff;
}
.virtualtree div.virtualtree-container {
  width: 100%;
  height: 48px;
  padding: 0;
  margin: 0;
  position: relative;
}
div.virtualtree-container > div.content {
  border-radius: 4px;
  border: 1px solid #87A8AF;
  display: inline-block;
  text-decoration: none;
  background-color: #ffffff;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 10px;
  height: 24px;
  padding: 4px;
  position: absolute;
  z-index: 10;
}
div.virtualtree-container.active > div.content {
  background-color: #87A8AF;
}
div.virtualtree-container > div.link {
  height: 0;
  padding: 0;
  border-top: 1px dashed #87A8AF;
  width: 12px;
  margin-left: 1px;
  position: absolute;
  top: 24px;
  z-index: 9;
}
div.virtualtree-container > div.anchor {
  height: 100%;
  width: 1px;
  padding: 0;
  margin-top: -22px;
  float: left;
  z-index: 9;
}
div.virtualtree-container > div.anchor.border {
  border-left: 1px dashed #87A8AF;
}
div.virtualtree-container > div.content span,
div.virtualtree-container > div.content span i {
  color: #87A8AF;
  font-size: 0.9em;
}
div.virtualtree-container.active > div.content span,
div.virtualtree-container.active > div.content span i {
  color: #ffffff;
}
.editable-container.popover {
  min-width: 600px !important;
}
.editableform .control-group {
  width: 100% !important;
}
.popover {
  z-index: 99999 !important;
}
.popover-title {
  color: #000;
}
.xedit-ext .row {
  margin: 4px 0;
}
.xedit-ext span,
.xedit-ext input[type="text"] {
  color: #000;
  margin: 0 12px;
  width: 100%;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: none !important;
  cursor: pointer;
}
a.editable-click:hover {
  color: #87A8AF !important;
}
.xedit-auto {
  width: auto !important;
}
.xedit-60 {
  width: 60px !important;
}
.xedit-80 {
  width: 80px !important;
}
.xedit-200 {
  width: 200px !important;
}
.form-inline.editableform {
  margin-top: 8px !important;
}
@media (min-width: 1200px) {
  .editable-input {
    width: 80% !important;
    /*padding: 0 12px !important;*/
  }
}
@media (max-width: 575.98px) {
  .editable-container.popover {
    min-width: 360px !important;
    margin-left: -180px;
  }
  .popover.top > .arrow {
    left: 50% !important;
  }
  .editableform .form-control {
    width: 100% !important;
  }
  .editable-input {
    width: 70% !important;
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .editable-buttons {
    width: 29% !important;
    float: right;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}