.column{
	width:49%;
	margin-right:.5%;
	min-height:300px;
	background:#fff;
	float:left;
}
.column .dragbox{
	margin:5px 2px  20px;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.column .dragbox h2{
	text-align: center;
	margin:0;
	font-size:12px;
	padding:5px;
	background:#f0f0f0;
	color:#000;
	border-bottom:1px solid #eee;
	font-family:Verdana;
	cursor:move;
}
.dragbox-content{
	background:#fff;
	min-height:100px; margin:5px;
	font-family:'Lucida Grande', Verdana; font-size:0.8em; line-height:1.5em;
}
.column  .placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
}
.dragbox h2.collapse{
	background:#f0f0f0 url('../images/collapse.png') no-repeat top right;
}
.dragbox h2 .configure{
	font-size:11px; font-weight:normal;
	margin-right:30px; float:right;
}

/* Some custom styles to beautify this example */
.demo-content{
    padding: 15px;
    font-size: 18px;
    min-height: 300px;
    background: #dbdfe5;
    margin-bottom: 10px;
}
.demo-content.bg-alt{
    background: #abb1b8;
}

/* CSS used here will be applied after bootstrap.css */
.sortable {
	margin-left: 0px;
	margin-right: 0px;
}

.sortable-placeholder {
    margin-left: 0 !important;
    border: 1px solid #ccc;
    background-color: yellow;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.sortable-placeholder1 {
    background: #f0f0f0;
	border:1px dashed #ddd;
}

.panel-heading {	
	cursor:move;
}

.logoTitle {
	/*position:absolute;
	top:21%;
	left:3%;
	text-align: center;
	font-family: "arial";
	font-size: 3em; 
	color: #fff;
	text-shadow: 0 0 1px #fff, 0 0 2px #800101, 0 0 3px #800101, 0 0 4px #800101, 0 0 5px #800101, 0 0 10px #800101;
	background:url(images/espLogo.png) no-repeat;
	z-index:9
	*/
	position:absolute;
	/*float: left;*/
	top:21%;
	/*left:3%;*/
	margin-top:0px;
	margin-left:0px;
	width:215px;
	height:28px;
	background:url(../images/ixchariot-pro-white-logo.png) no-repeat;
	background-size:100% 100%;
	z-index:100;
	
}

.title {
                position:absolute;
                top:40%;
                text-align: center;
                left:46%;
                font-family: "Arial";
                font-weight:bold;
                font-size: 15px; /*text-transform: uppercase;*/
                color: #fff;
                z-index:9;
}

.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand>img {
  padding: 7px 1px;
}
#floating-panel {
        position: absolute;
        top: 10px;
        left: 25%;
        z-index: 0;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
        text-align: center;
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 10px;
      }
      #floating-panel {
        margin-left: -100px;
      }

.floorplan_creation_inputs{
	padding-top:0px;
	padding-left:10px;
	width:160px;
	float:left;
}

#add_probe_to_fp{
	position:relative;
	
	float:left;
	padding-left:20px;
}

#select_fp_probes1,
#select_fp_probes2{
	width:150px;
	height:150px;
	overflow:auto;
}

#select_fp_accesspoints1,
#select_fp_accesspoints2{
	width:150px;
	height:150px;
	overflow:auto;
}

.add_probe_to_select{
	float:left;
	padding:10px;
	text-align:center;
}

#floorplan_probe_coordinates{
	position:relative;
	visibility:hidden;
	float:left;
	width:150px;
	padding-top:0px;
	padding-left:10px;
}

.floorplan_probe_mesh{
	/*position:relative;*/
	float:left;
	padding-top:5px;
	/*padding-left:20px;*/
}

.floorplan_creation_input{
	float:left;
	padding-top:0px;
	padding-left:10px;
}

.floorplan_creation_input span input[type="button"]{
	width:auto;
	height:30px;
	font-size:14px;
	cursor:pointer;
}	
#leafmap {
    width: 900px;
    height: 650px;
    /*width: 100%;
    height: 100%;*/
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}
#image-map {
  width: 100%;
  height: 90%;
  border: 1px solid #ccc;
  /*margin-bottom: 10px;*/
}

.settingsDrawer1 {
  position: relative;
  width: 100%;
  bottom: 0;
}
			
.settingsDrawer1 .content1 {
  max-height: 450px;
  background-color: #F1F1F1;
  width: 100%;
  overflow: auto;
}

.settingsDrawer2 {
  position: relative;
  width: 100%;
  bottom: 0;
}
			
.settingsDrawer2 .content2 {
  max-height: 450px;
  background-color: #F1F1F1;
  width: 100%;
  overflow: auto;
}

.footerDrawer {
  background-color: #ededed;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1001;
}

.ui-autocomplete {
	z-index: 100;
}

.footerDrawer .open {
  /*background-color: #eeeeee; */
  bottom: 0;
}

#showhideImg {
  /*color: #1793E5;*/
  float: left;
  width: 133px;
}

/*
#showhideImg {
  background-color: #ffffff; 			
  color: #40b5e8;
  float: left;
  width: 120px;
}*/

/*.shText {
  color: #a1a1a1;
}*/

.filter-label {
  color: #737373;
  text-transform:capitalize;
}

#dragbar{
   /*background-color:#ddd;*/
   background-color:#1793E5;
   height:3px;
   width:100%;
   cursor: row-resize;
}

#ghostbar{
    height:3px;
    background-color:#aaa;
    opacity:0.5;
    position:absolute;
    cursor: row-resize;
    z-index:999}

.footerDrawer .btn-group {
  /*background-color: #eeeeee; */ 			
  float: right;
}

.footerDrawer .content1 {
  min-height: 100px;
  max-height: 250px;
  /*max-height: 250px;*/
  /*background-color: #cccccc;*/
  background-color: #ededed;
  /*background-color: #F1F1F1;*/
  width: 100%;
  overflow-x:hidden;  
  overflow-y:auto;
  border:1px solid #ddd;
}

.dataTables_wrapper {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
    padding-bottom: 0px;
}

/*div.DTTT_container {
    position: relative;
    float: left;
    margin-bottom: 1em;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
    padding-bottom: 0px;
}

div.dataTables_paginate,
div.dataTables_filter,
div.dataTables_length {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
    padding-bottom: 0px;
}*/

table.dash-actions-hover .dashboard-action {
  /*visibility: hidden;*/
  visibility: visible;
}
table.dash-actions-hover tr:hover .dashboard-action {
  visibility: visible;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

table.floatThead-table thead tr {
    background-color: #1793E5;
    color:#ffffff;
}

.bottom-5 {
    margin-bottom: 5px;
}

.bottom-10 {
    margin-bottom: 10px;
}

.top-10 {
    margin-top: 10px;
}

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

.left-10 {
    margin-left: 10px;
}

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

.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-default.center {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

.alert .ok, .alert .error {
    color: inherit;
}

.no-margin {
    margin: 0;
}

.bar-content {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}
.bar-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

.bar-chart .bar-track {
    position: relative;
    width: 90%;
    height: 10px;
    background: #ebebeb;
}

.bar-chart .bar-fill {
    position: relative;
    background: #cdcdcd;
    height: 10px;
    width: 0%;
    min-width: 2%;
    text-align: center;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode:both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode:both;
}

.bar-chart .bar-track,
.bar-chart .bar-fill {
    border-radius: 0 20px 20px 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

@-webkit-keyframes progressBar {
    0% { width: 0; }
}

@-moz-keyframes progressBar {
    0% { width: 0; }
}

.has-tooltip:hover + .tooltip-bar,
.has-tooltip:focus + .tooltip-bar,
.has-tooltip.hover + .tooltip-bar {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}

.tooltip-bar {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75) rotate(5deg);
    transform-origin: bottom center;
    padding: 10px 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    color: white;
    transition: 0.15s ease-in-out;
    opacity: 0;
    max-width: 100vw;
    pointer-events: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
}
.tooltip-bar:after {
    border-top: 5px solid rgba(0, 0, 0, 0.75);
}
.tooltip-bar:hover {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}
.tooltip-bar:after {
    content: "";
    display: block;
    margin: 0 auto;
    widtH: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}
table.tooltip-bar-table tr>th {
    background-color: inherit!important;
}
table.tooltip-bar-table tr>th, table.tooltip-bar-table tr>td {
    padding: 0  5px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.widget_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.widget_desc {
    font-size: 1.5rem;
    color: #737373;
    font-weight: 500;
    display: block;
    text-align: left;
}
.widget_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    margin-left: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #737373;
}
.overflow-container {
    overflow: scroll;
    overflow: auto;
}

.container-fluid {
    margin: 25px 0;
}

.grid-stack-item-content {
    background: #fff;
    border-radius: 2px;
    display: block;
    float: left;
    position: relative;
    width: 300px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.grid-stack-item.ui-draggable .grid-stack-item-content{
    cursor: move;
}

.grid-stack-item.ui-draggable.ui-draggable-disabled .grid-stack-item-content{
    cursor: default;
}

.grid-stack-item-content:hover, .grid-stack-item-content:focus, .grid-stack-item-content:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ui-draggable-dragging {
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari */
    transform: rotate(2deg); /* Standard syntax */
}

.control-label.required:after, .required-only:after {
    content:"*";
    color:red;
}

.dashboard-widget-configured {
    color: green;
}

.dashboard-widget-not-configured {
    color: red;
}

.skin-hawkeye .modal-header.dashboard-map-modal-header {
    color: initial;
    background-color: initial;
    border-color: #dee2e6;
}

#widgetMapFormModal .modal-dialog {
    width: 90%;
}

.grid-stack-item[data-gs-width="4"]  { width: 100% }
.grid-stack-item[data-gs-width="3"]  { width: 75% }
.grid-stack-item[data-gs-width="2"]  { width: 50% }
.grid-stack-item[data-gs-width="1"]  { width: 25% }

.grid-stack-item[data-gs-x="3"]  { left: 75% }
.grid-stack-item[data-gs-x="2"]  { left: 50% }
.grid-stack-item[data-gs-x="1"]  { left: 25% }

#probesStatusContainer .small-box {
    margin-bottom: 0;
}

.grid-stack-item-content .box-body-container {
    position: relative;
    overflow-x: auto;
}
#widgetMapBox {
    overflow-y: hidden;
}
.notification-alert {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1031;
    top: 20px;
    right: 20px;
    animation-iteration-count: 1;
}
.notification-alert .notification-title {
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px;
}
.notification-alert .notification-message {
    font-weight: bold;
    text-align: center;
    padding-right: 5px;
}

.pac-container {
    z-index: 100000;
    width: 400px !important;
}

.table-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.table-container .col-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.hidden-item {
    display: none;
}

.skin-hawkeye .grid-stack-item .small-box h3 {
    font-size: 36px;
}
.dashboard-row {
    margin-right: -10px;
    margin-left: -10px;
}

.ui-autocomplete {
    z-index: 9999;
}

.ui-menu .ui-menu-item {
    padding: 6px 12px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none;
    background-color: #1793E5;
    color: #ffffff;
    border: none;
}
.dashboard-map-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #00bfff;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.map-cloud-icon:before {
    content: "\f0c2";
}
.map-probe-icon:before {
    content: "\f111";
    font-size: 12px;
}
.dashboard-map-icon.map-icon-green:before {
    color: #52c41a;
}
.dashboard-map-icon.map-icon-yellow:before {
    color: #fadb14;
}
.dashboard-map-icon.map-icon-orange:before {
    color: #f16e00;
}
.dashboard-map-icon.map-icon-red:before {
    color: #ff0000;
}
.dashboard-map-icon.map-icon-blue:before {
    color: #337ab7;
}
.dark-mode .dashboard-map-icon.map-icon-white:before {
    color: #ffffff;
}
.dashboard-map-icon.map-icon-white:before {
    color: #000000;
}
.marker-white {
    background-color: #ffffff;
    filter: drop-shadow(0 0 5px #ffffff);
    color: #000000;
}
.marker-blue {
    background-color: #337ab7;
    filter: drop-shadow(0 0 5px #337ab7);
    color: #ffffff;
}
.marker-red {
    background-color: #ff0000;
    filter: drop-shadow(0 0 5px #ff0000);
    color: #ffffff;
}
.marker-orange {
    background-color: #f16e00;
    filter: drop-shadow(0 0 5px #f16e00);
    color: #ffffff;
}
.marker-yellow {
    background-color: #fadb14;
    filter: drop-shadow(0 0 5px #fadb14);
    color: #ffffff;
}
.marker-green {
    background-color: #52c41a;
    filter: drop-shadow(0 0 5px #52c41a);
    color: #ffffff;
}

.skin-hawkeye .table-bordered.borderless>thead>tr>th, .skin-hawkeye .table-bordered.borderless>tbody>tr>td {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-left: none;
    border-right: none;
}

.alert-info.alert-info-default {
    color: #31708f!important;
    background-color: #d9edf7!important;
    border-color: #bce8f1!important;
}

.skin-hawkeye .table-default-header tr>th {
    background-color: #cdcdcd;
    color: #000000;
}
#modalDashboardMapForm .modal-body {
    padding-bottom: 80px;
}

.leaflet-popup-content-wrapper {
    border-radius: unset;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #ddd
}

.leaflet-popup-content {
    margin: 10px;
}
.leaflet-popup-button {
    width: 100%;
    border-radius: unset;
    margin-top: 5px;
}
.leaflet-cluster-marker {
    background-clip: padding-box;
    cursor: pointer;
    transform-origin: 0 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0.2px;
    brightness(60%);
    border-radius: 20px;
    color: #000000;
}
.leaflet-cluster-marker-inside-circle {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
}

.leaflet-cluster-marker-text {
    line-height: 20px;
}

.grid-stack-item-content .box-body {
    position: relative;
}
.dashboard-map-sidebar {
    height: 100%;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: #202631;
    overflow-x: hidden;
    transition: 0.5s;
    width: 0;
    opacity: 90%;
}
.sideba-container {
    padding: 0px 20px;
    color: #fff;
}
.btn-sidebar {
    background-color: #333A45;
    border-color: #3A4450;
    width: 100%;
    border-radius: 0;
    color: #069FB6;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-sidebar:hover, .btn-sidebar:focus {
    background-color: #B1C0CC;
    color: #069FB6;
}
.sideba-container table tr {
    border-bottom: 1px solid #f4f4f4;
}
.skin-hawkeye .sideba-container table tr>th {
    border-bottom: 1px solid #f4f4f4;
    background-color: #292e35;
}
.sideba-container table tr {
    background-color: #333A45;
}
#widgetMapBox .box-body {
    padding: 0;
}
#widgetMapBox .settings-drawer-toggle-button {
    padding: 10px;
}

.dashboard-management-box-body {
    display: table;
    height: calc( 100% - 41px );
    width:100%;
}
.dashboard-management-box-body-container {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: table;
    height: 100%;color: #737373;
    cursor: pointer;
}
.dashboard-management-box-body .box-body-middle {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.button-trunc {
    overflow:hidden;
    max-width: unset;
    width: 100%;
    text-overflow: ellipsis;
}

.skin-hawkeye table #dashboard-top-bar td{
    margin-bottom: 20px;
    padding-top: 10px;
}

.skin-hawkeye table.Dashboard td.no-border{
    border: none;
}

.skin-hawkeye table.Dashboard tr.box-header{
    color: #444;
    background-color: #ffffff;
}

table.Dashboard tr,
table.Dashboard td{
    border: none;
}

table.Dashboard tr td.box-body {
    padding: 10px;
}

.skin-hawkeye table #dashboard-top-bar {
    border-top: 3px solid #1793E5;
    background-color: #ffffff !important;
    margin-bottom: 20px;
    padding-top: 10px;
}

.skin-hawkeye table .table-cover-padding-right {
    padding-right:2px;
    vertical-align: top;
}

.skin-hawkeye table .table-cover-padding-left {
    padding-left:2px;
    vertical-align: top;
}

.skin-hawkeye table #dashboard-top-bar .widget_progress {
    padding-right: 2px;
}

.skin-hawkeye table.Dashboard th.shadow-none ,
.skin-hawkeye table.Dashboard td.shadow-none {
    background-color: #1793E5;
    color: #ffffff;
    text-shadow: none;
}

.skin-hawkeye table.Dashboard th.shadow-none {
    font-size: 20px;
    padding: 15px 10px 15px 5px;
}

.skin-hawkeye table.Dashboard td.shadow-none {
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 18px;

}