body {
  padding-top: 56px; /*66px*/
}

.bg_navbar {
	background-color: #343a40!important;
}

.delete-elements {
	display: none;
}

/********************************************/
/* New Nav header							*/
/********************************************/
@media only screen and (min-width: 768px) {
	body {
	  padding-top: 48px; /*66px*/
	}

	.navbar {
		height: 48px;
		padding: 0px 0px 0px 15px;
		box-shadow: inset 0 -1px 0 rgba(0,0,0,.7);
	}

	.navbar .nav-item {
		padding: 4px 5px 4px 5px;
	}

	.navbar .nav-item.active {
		background-color: #26292c;
	}

	.navbar-dark .navbar-nav .nav-link {
		color: rgba(255,255,255,.8);
	}

	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
		color: rgba(255,255,255,1);
	}

}
#search_header:focus,#search_header:active {
   outline: none !important;
   box-shadow: none;
}


/********************************************/
/* Nav menu - right user menu				*/
/********************************************/

.nav-link-more {
    display: block;
    padding: .5rem 1rem;
}
.dropdown-menu-more {
    min-width: auto;
}
.col-nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

/********************************************/
/* Nav menu - right user menu				*/
/********************************************/

.rightmenu{
	display: none;
	margin-right: 10px;
}
@media(min-width:768px) { /* md breakpoint*/
	.navbar .side-nav .nav-item {
		padding: 0px 0px 0px 0px;
	}

	.rightmenu{
		/*font-weight: 200;*/
		font-size: 0.9em;
		margin-left: 20px;
		display: block;
	}

	.header_company {
		margin-top: 5px;
		font-size: 15px;
	    color: #b9babb;
		font-weight: 550;
	}
	.header_date {
		font-size: 13px;
	    color: #b9babb;
		font-weight: 400;
		margin-top: 0px;
		margin-bottom: 2px;
	}

	.footer_copyright {
		font-size: 13px;
	    color: #b9babb;
		font-weight: 400;
		margin-top: 0px;
		padding-top: 0px;
	}

	.navbar-nav.side-nav.nav-link {
		margin-top: 0px;
	}

	.navbar-nav.side-nav.open {
		right:0;
	}

	.navbar-nav.side-nav{
		background: rgba(52,58,64,0.95);
		box-shadow: 2px 1px 2px rgba(0,0,0,.1);
		position:fixed;
		top:48px;
		flex-direction: column!important;
		right:-220px;
		width:200px;
		overflow-y:auto;
		bottom:0;
		overflow-x:hidden;
		padding-bottom:15px
	}

	ul.navbar-nav  > :last-child {
	  margin-top: auto;
	}
}
.navbar-nav.animate{
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

/******************************************/
/******************************************/

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  /*height: 100%;*/
  /*padding: 15px;*/
  /*width: auto;*/
}

.logo_top {
	max-width: 123px;
	height: 26px;
}

.logo_login {
	width: 256px;
	height: 52px;
}

.click {
	cursor: pointer;
}
.action-td {
	cursor: auto;
}

.bg-lightgrey {
    background-color: #e8e5ea;
}

#enable {
	touch-action: manipulation;
}

#incidentTab-flow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.iti-flag {background-image: url("/images/flags.png");}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("/images/flags@2x.png");}
}

/********************************/
/* Table: price periods         */
/********************************/
.priceperiods_header_1st th{
	border-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

.priceperiods_header_2nd th{
	padding-top: 0px;
	font-weight: normal;
	border-top: 0px;
}

.priceperiods_border-homeownerfee {
    /*border-left: 1px solid #969696!important;
    border-right: 1px solid #969696!important;*/
}

.pp_header {
	min-height: 36px;
}

.pp_cell_1st {
	width: 100px;
}

/********************************/
/* Datatables                   */
/********************************/
#dt_table {
	font-size: 0.8em;
}

.dt_table_small {
	font-size: 0.8em;
}
.column_activity {
	display: none;
}

/********************************/
/* Icons                        */
/********************************/
.feather {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.feather.feather20{
  width: 20px;
  height: 20px;
}

.feather.feather14{
  width: 14px;
  height: 14px;
}

.feather.feather10{
  width: 10px;
  height: 10px;
}
.feather.feather8{
  width: 8px;
  height: 8px;
}

.feather.feather24{
  width: 24px;
  height: 24px;
}


.feather.feather_dashboard{
  width: 28px;
  height: 28px;
  vertical-align: top;
}

.feather.feather_navbar{
  width: 18px;
  height: 18px;
}

.feather.featherBold{
  stroke-width: 4;
}
.feather.featherThin{
  stroke-width: 1;
}

.icon svg {
	width:16px;
	height:16px;
}

.si-glyph * {
fill: red;
}


.icon_rent {
	/*background-color: beige;*/
	height: 22px;
}
.icon_rent_gwe_internet_tv {
	height: 22px;
}

.icon_xedit {
	width: 16px;
	height: 16px;
}

.icon_default {
	width: 16px;
	height: 16px;
	/*vertical-align: middle;*/
}

.icon_default10 {
	width: 10px;
	height: 10px;
	/*vertical-align: middle;*/
}

.icon_badge {
	width: 12px;
	height: 12px;
}

/********************************/
/* Sub nav                   */
/********************************/
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.25rem;
  overflow-y: hidden;
  margin-bottom: 15px;
  margin-top: 0px;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .50rem;
  padding-bottom: .25rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.bg-subnav {
	background-color: #efefef!important;
}

.nav-underline .nonactive {
  font-weight: 500;
  color: #006ee3;
}

/********************************/
/* Autocomplete                  */
/********************************/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: -80px;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 360px;
  _width: 360px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }
  }
}

.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
}


/********************************/
/* Misc				            */
/********************************/
.success_50 {
	background-color: rgba(195, 230, 203, 0.5);
}
.prio-stretched-link {
	z-index: 1;
	position:relative;
}
.dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
}
.col-incident-msg p:last-of-type{
    margin-bottom: 0;
}
/********************************/
/* Footer test		            */
/********************************/
#footer_phone {
	background: rgba(52,58,64,0.9);
}

/********************************/
/* SVG spin			            */
/********************************/
#svgspin {
  text-align: center;
  animation: spin .8s linear infinite;
  display: block;
  fill: #ffffff;
  float: left;
  height: 25px;
  width: 25px;
  position: relative;
  left: 45%;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform:rotate(360deg);
  }
}

/********************************/
/* X-editable                   */
/********************************/

.editable-error-block{
	color: #CC0000;
	font-weight: bold;
}

/* x-editable fix to make 100% wide fields */
.editable-container.editable-inline{
  display: block;
}


/*@media only screen and (min-width: 1800px) {
	body {
	  //margin-left: 20px;
	  //margin-right: 20px;
	}
}*/



.form-control-xs {
	height: calc(1em + .375rem + 2px) !important;
	padding: .125rem .25rem !important;
	font-size: .75rem !important;
	line-height: 1.5;
	border-radius: .2rem;
}

.form-control-xs-select {
	height: calc(1em + .75rem + 2px) !important;
	padding: .125rem .25rem !important;
	font-size: .65rem !important;
	line-height: 1.5;
	border-radius: .2rem;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.input-group-text-plaintext {
	background-color: #ffffff;
	border: 0;
}


.ui-autocomplete-loading {
	background: url('/images/loader.gif') no-repeat right center;
}

/********************************/
/* Custom modal                 */
/********************************/
.modal-wide {
	max-width: 95%;
}



/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #003268;
    background-color: #b0d6ff;
    border-color: #9bcbff;
}

.alert-primary hr {
    border-top-color: #82beff;
}

.alert-primary .alert-link {
    color: #001935;
}

.badge-primary {
    color: #fff;
    background-color: #006ee3;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #0055b0;
}

/* Badge Outline - Primary */
.badge-outline-primary {
    color: #006ee3;
    background-color: transparent;
    border: 1px solid #006ee3;
}
.badge-outline-primary[href]:hover,
.badge-outline-primary[href]:focus {
    color: #fff;
    background-color: #006ee3;
    border-color: #006ee3;
}

/* Badge Outline - Secondary */
.badge-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    border: 1px solid #6c757d;
}
.badge-outline-secondary[href]:hover,
.badge-outline-secondary[href]:focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Badge Outline - Success */
.badge-outline-success {
    color: #28a745;
    background-color: transparent;
    border: 1px solid #28a745;
}
.badge-outline-success[href]:hover,
.badge-outline-success[href]:focus {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/* Badge Outline - Danger */
.badge-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border: 1px solid #dc3545;
}
.badge-outline-danger[href]:hover,
.badge-outline-danger[href]:focus {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Badge Outline - Warning */
.badge-outline-warning {
    color: #856404;
    background-color: transparent;
    border: 1px solid #ffc107;
}
.badge-outline-warning[href]:hover,
.badge-outline-warning[href]:focus {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

/* Badge Outline - Info */
.badge-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border: 1px solid #17a2b8;
}
.badge-outline-info[href]:hover,
.badge-outline-info[href]:focus {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.bg-primary {
    background-color: #006ee3 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0055b0 !important;
}

.border-primary {
    border-color: #006ee3 !important;
}

.btn-primary {
    color: #fff;
    background-color: #006ee3;
    border-color: #006ee3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005cbf;
    border-color: #0055b0;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 110, 227, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #006ee3;
    border-color: #006ee3;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0055b0;
    border-color: #004da0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 110, 227, 0.5);
}

.btn-outline-primary {
    color: #006ee3;
    background-color: transparent;
    border-color: #006ee3;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #006ee3;
    border-color: #006ee3;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 110, 227, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #006ee3;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #006ee3;
    border-color: #006ee3;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 110, 227, 0.5);
}

.list-group-item-primary {
    color: #003268;
    background-color: #9bcbff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #003268;
    background-color: #82beff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #003268;
    border-color: #003268;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #9bcbff;
}

.table-hover .table-primary:hover {
    background-color: #82beff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #82beff;
}

.text-primary {
    color: #006ee3 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0055b0 !important;
}



a {color: #006ee3;}
a:hover {color: #0055b0;}


.custom-control-input:checked~.custom-control-label::before {
    border-color: #006ee3;
    background-color: #006ee3;
}

/********************************/
/* Card styling		            */
/********************************/
.card {
    margin-bottom: 2.2rem;
    border: none;
    border-radius: .5rem;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border: none;
    border-radius: .5rem;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
}

.card_remove {
    border: none;
    border-radius: .5rem;
    box-shadow: none;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.06);
    border-bottom: none;
}

/* Temp */
.card_priceperiod {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: none;
}

/********************************/
/* Modal styling		            */
/********************************/
.modal .modal-content {
    border: none;
    overflow: visible;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}

.modal .modal-header {
    background-color: #F8F8F8;
    border-radius: .42rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    border-bottom: none;
}

/********************************/
/* Dashboard: property card     */
/********************************/
@media(min-width:576px) {
	.bg-card-property {
		/*background-color: #f8f9fa!important;*/
		background-image: url('/images/background_signin.svg');
		background-repeat: no-repeat;
		background-position: bottom left;
		background-position: left -2px bottom -2px;
		background-size: 300px;
	}
	.card-minheight {
		min-height: 220px;
	}
}
@media(min-width:1140px) {
	.bg-card-property {
		background-size: 400px;
	}
}
.card_enlarge {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/********************************/
/* calendar     */
/********************************/

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px;
}
.fc-toolbar h2 {
	text-transform: capitalize;
}

/********************************/
/* Div scrollbar     */
/********************************/
.custom_scrollbar::-webkit-scrollbar-track,.table-responsive::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f5f5f5;
}

.custom_scrollbar::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #f5f5f5;
}

.custom_scrollbar::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	/*background-color: #7f7f7f;*/ /*555 787878*/
}

.custom_scrollbar-disabled {
	/*overflow: auto;
	width: 200px;
	max-height: 200px;
	margin: 50px auto;*/

	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,

		/* Shadows */
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background:
		/* Shadow covers */
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,

		/* Shadows */
		radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;

	/* Opera doesn't support this in the shorthand */
	background-attachment: local, local, scroll, scroll;
}


.alert {
    border-left: 4px solid rgba(0,0,0,.1);
	border-radius: 0;
}

/********************************/
/* Div scrollbar     */
/********************************/
a.editModal-disabled, a.editModal-disabled:hover {
    color: #585858;
    cursor: default;
    border-bottom: none !important;
    text-decoration: none !important;
}
a.editModal, a.editModal:hover {
    cursor: default;
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
    text-decoration: none;
}

/********************************/
/* Custom badge
/********************************/
.badge-border-primary {
	border: 1px solid #006ee3;
}

/********************************/
/* Tags
/********************************/
.tagsinput,.tagsinput *{box-sizing:border-box}
.tagsinput{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;font-family:sans-serif;font-size:14px;line-height:20px;color:#556270;padding:5px 5px 0;border:1px solid #e6e6e6;border-radius:2px}
.tagsinput.focus{border-color:#ccc}
/*.tagsinput .tag{position:relative;background:#556270;display:block;max-width:100%;word-wrap:break-word;color:#fff;padding:5px 30px 5px 5px;border-radius:2px;margin:0 5px 5px 0}*/
.tagsinput .tag {
	position:relative;
	background:#f8f9fa;
	display:block;
	max-width:100%;
	word-wrap:break-word;
	color:#212529;
	padding:5px 30px 5px 5px;
	border-radius:2px;
	margin:0 5px 5px 0
}
.tagsinput .tag .tag-remove{position:absolute;background:0 0;display:block;width:30px;height:30px;top:0;right:0;cursor:pointer;text-decoration:none;text-align:center;color:#ff6b6b;line-height:30px;padding:0;border:0}
.tagsinput .tag .tag-remove:after,.tagsinput .tag .tag-remove:before{background:#ff6b6b;position:absolute;display:block;width:10px;height:2px;top:14px;left:10px;content:''}
.tagsinput .tag .tag-remove:before{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}
.tagsinput .tag .tag-remove:after{-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
.tagsinput div{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
.tagsinput div input{background:0 0;display:block;width:100%;font-size:14px;line-height:20px;padding:5px;border:0;margin:0 5px 5px 0}
.tagsinput div input.error{color:#ff6b6b}
.tagsinput div input::-ms-clear{display:none}
.tagsinput div input::-webkit-input-placeholder{color:#ccc;opacity:1}
.tagsinput div input:-moz-placeholder{color:#ccc;opacity:1}
.tagsinput div input::-moz-placeholder{color:#ccc;opacity:1}
.tagsinput div input:-ms-input-placeholder{color:#ccc;opacity:1}




.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative;
	scrollbar-width: thin;
}

.fc .fc-scroller::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #f5f5f5;
}

.fc .fc-scroller::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: ##7f7f7f; /*555 787878*/
}

/********************************************/
/* Energy labels							*/
/********************************************/
.energylabel {
    height: 1.2rem;
    display: inline-block;
    position: relative;
    padding: 0 0.5rem;
    margin: 0 1.2rem 0 0;
    background-color: #999;
    text-transform: uppercase;
    font-size: .8rem;
}
.energylabel:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 100%;
    border-color: transparent transparent transparent #999;
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.6rem;
}
.energylabel-index {
    font-size: .6rem;
}
.energylabel-a {
    color: #fff;
    background-color: #009342;
}
.energylabel-a:after {
    border-left-color: #009342;
}
.energylabel-b {
    color: #fff;
    background-color: #1ba943;
}
.energylabel-b:after {
    border-left-color: #1ba943;
}
.energylabel-c {
    color: #fff;
    background-color: #9ecf1b;
}
.energylabel-c:after {
    border-left-color: #9ecf1b;
}
.energylabel-d {
    color: #333;
    background-color: #f8f51c;
}
.energylabel-d:after {
    border-left-color: #f8f51c;
}
.energylabel-e {
    color: #fff;
    background-color: #f4b003;
}
.energylabel-e:after {
    border-left-color: #f4b003;
}
.energylabel-f {
    color: #fff;
    background-color: #df6d14;
}
.energylabel-f:after {
    border-left-color: #df6d14;
}
.energylabel-g {
    color: #fff;
    background-color: #db261d;
}
.energylabel-g:after {
    border-left-color: #db261d;
}

/********************************************/
/* Signal							*/
/********************************************/
.icon__signal-strength {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
    height: 13px;
    padding: 0px;
}

.icon__signal-strength span {
    display: inline-block;
    width: 6px;
    margin-left: 2px;
    transform-origin: 100% 100%;
    background-color: #00cc00;
    border-radius: 2px;
}

.icon__signal-strength .bar-1 {
    height: 25%;
}
.icon__signal-strength .bar-2 {
    height: 50%;
}
.icon__signal-strength .bar-3 {
    height: 75%;
}
.icon__signal-strength .bar-4 {
    height: 100%;
}

.signal-0 .bar-1,
.signal-0 .bar-2,
.signal-0 .bar-3,
.signal-0 .bar-4 {
    opacity: 0.2;
}

.signal-1 .bar-2,
.signal-1 .bar-3,
.signal-1 .bar-4 {
    opacity: 0.2;
}

.signal-2 .bar-3,
.signal-2 .bar-4 {
    opacity: 0.2;
}

.signal-3 .bar-4 {
    opacity: 0.2;
}
.signal-0 span {
    background-color: #dc3545;
}
.signal-1 span {
    background-color: #dc3545;
}
.signal-2 span {
    background-color: #ffc107;
}
.signal-3 span {
    background-color: #00cc00;
}
.signal-4 span {
    background-color: #00cc00;
}

/********************************************/
/* Map						*/
/********************************************/
#map_container{width: 270px; height:190px}
.map_listing{width:100%;height:100%;object-fit:cover;overflow:hidden}
.map-overlay{display:none; background-color:rgba(255,255,255,0.6); border-radius:0 4px 0 4px}
#map_container:hover .map-overlay {bottom: 0px; padding-left: 2px;display:inline-block;}
.map_copyright {font-size: 0.3em; padding-left: 3px; padding-right: 5px;}
.map_links {font-size: 0.7em; font-weight: bold; padding-left: 3px;}
.map_status{font-size: 75%; font-weight: 700; right: 0px; padding: 2px 4px 2px 6px; border-radius: 0 0 0 4px; }
.map_energylabel{height: 1.5rem;padding: 0 0.625rem;font-size: 1rem;margin: 5px 1.5rem 0 0;}
.map_energylabel:after {
    border-width: 0.75rem 0 0.75rem 0.75rem;
}
@media (min-width: 768px) {
    .responsive-overflow-auto {
        overflow: auto!important;
        max-height: 230px;
    }
}
.map_substatus {
    top: 24px;
    background-color: rgba(255,255,255,0.6);
}

.map_onhold {
    bottom: 0px;
    background-color: #ffc107;
    border-radius: 4px 0 4px 0;
}

.map_onhold .reason-text {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: text-top;
}

.map_points {
    margin-top: 2px;
    font-size: 75%; font-weight: 700; left: 0px; padding: 2px 4px 2px 4px; border-radius: 0 0 4px 0;
    background-color: rgba(255,255,255,0.9);
}

/********************************************/
/* Custom scrollbar for full tables
/********************************************/
.custom_scrollbar_fulltable::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

.custom_scrollbar_fulltable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

.custom_scrollbar_fulltable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.custom_scrollbar_fulltable::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* For Firefox */
.custom_scrollbar_fulltable {
    scrollbar-width: thick;
    scrollbar-color: #888 #f1f1f1;
}

/********************************************/
/* Toast
/********************************************/
.toast-header {
    background-color: #254061 !important;
    color: #f8f9fa !important;
}
.toast-header button.close {
    color: #fff !important;
    opacity: 1;
    text-shadow: none;
    z-index: 2;
    position: relative;
}
.toast-body {
    background-color: #f6f6f6 !important;
}
