/* TB Modal Overriders */
#MB_window { 
	border-bottom-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	min-height: 380px;
}
#MB_window .ibox {
	margin-bottom: 0;
}

#MB_window .ibox-content {
	padding-bottom: 3em;
}

#MB_window .saveCancel {
	padding-top: 0;
}

#MB_content {
	min-height: 360px;
}

#MB_frame {
    overflow-y:auto;
    height: 101%;
  }

/* --===========- */

/* Select2 fixes (when used in a Modal) */
.select2-container--open {
    z-index: 9999999;
}

/* --===========- */

.page-login {
	background: url(img/bk/background-access.jpg) no-repeat center;
	background-size: cover;
	background-color: silver;
	color: #ddd;
}
.page-login .select2-results__option {
	color: #333;
}
.page-login .ibox-content {
	color: #222;
}
.page-login .loginColumns .row {
	background-color:rgba(0, 0, 0, 0.6);
	padding: 1em;
}

.logo {
	background: url(img/es-logo-access.png) no-repeat center;
	background-size: 100%;
	width: 100%;
	height: auto;
}
.page-heading{
	padding-bottom:8px;
}


body.mini-navbar .logo-element {
	background: url(img/es-logo-access.png) no-repeat left;
	background-size: cover;
}

.center {
    text-align: center;
}

.btn-v-sm {
	padding: 3px 7px;
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 0;
}

.td .sm{
	width: 4.5em;
}
.td .v-sm {
	width: 2.5em;
}

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

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
	margin-bottom: 13px;
}

/* Tighten up the wrapper-content a little bit */
.wrapper-content {
    padding: 10px 8px 30px;
}


/* Wizard */
.track-progress {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.track-progress li {
  width:20%;
  min-width: 135px;
  list-style-type: none;
  display: inline-block;

  position: relative;
  margin: 0;
  padding: 0;

  text-align: center;
  line-height: 30px;
  height: 30px;

  background-color: #f0f0f0;
}

.track-progress li > span {
  display: block;

  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}

.track-progress li.done > span {
  color: #666;
  background-color: #ccc;
}
.track-progress li.active > span {
  color: #666;
  background-color: #ccf;
}

.track-progress li > span:after,
.track-progress li > span:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;

  position: absolute;
  top: 0;
  left: 0;

  border: solid transparent;
  border-left-color: #f0f0f0;
  border-width: 15px;
}

.track-progress li > span:after {
  top: -5px;
  z-index: 1;
  border-left-color: white;
  border-width: 20px;
}

.track-progress li > span:before {
  z-index: 2;
}

.track-progress li.done + li > span:before {
  border-left-color: #ccc;
}
.track-progress li.active + li > span:before {
  border-left-color: #ccf;
}

.track-progress li:first-child > span:after,
.track-progress li:first-child > span:before {
  display: none;
}


@media (max-width: 640px) {
	.track-progress li { width:99%; }
  	.track-progress li > span:before, .track-progress li > span:after {  display: none; }
  	
}

.form-control-static { 
	background-color:#eee;
	border: 1px solid #ddd;
	padding-left: 1em;
}

.form-control-selection { 
	background-color:#eee;
	border: 2px solid #08783b;
	padding-left: 0.94em;
	padding-top:6px;
	padding-bottom:6px;
}


.ui-rangeSlider-bar {
opacity: 0.9;
}


/* MAPPING Popupd */
.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 15px;
    left: -50px;
    min-width: 280px;
    visibility: hidden;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
	content: "✖";
}


/* Used in the DHA demo, but should be useful when fixing the iPad menu hiding thing (in portrait mode) */
.navbar-functions-when-hidden { display: none; }
@media (max-width: 769px) {
.navbar-functions-when-hidden { display: inline; }
}

.deceased {
	color:red;
}

/* Used in FacetBlock2 */
.onoffswitch-inner-any-all:before {
	content: "ANY";
	height:1.45em;
}
.onoffswitch-inner-any-all:after {
	content: "ALL";
	height:1.45em;
}


/* Left aligned sorters */

table.dataTable thead .sorting_left:after {
	left:8px;
	right: auto;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* Side Bar */
.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.bg-gray-100 {
  background-color: #F3F6F9 !important;
}
.symbol.symbol-40 > img {
  width: 100%;
  max-width: 40px;
  height: 40px;
}
.symbol.symbol-40 .symbol-label {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40 .symbol-badge {
  width: 12px;
  height: 12px;
  top: -6px;
  right: -6px;
}


.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* Side menu tweaks
.nav > li > a { font-weight: inherit;  }
.nav > li.active > a { font-weight:500; }

.menu-text { font-size: 1em !important; }  */
