@media (min-width: 768px) and (max-width: 890px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
.stripedGrid div.row: {
  padding:0.5em 0.5em 0.5em 0.5em;
}
.stripedGrid div.row:nth-child(even){
  padding:0.5em 0.5em 0.5em 0.5em;
  background-color: #f4f4f4;
}
.stripedGrid div.row:nth-child(odd){
  padding:0.5em 0.5em 0.5em 0.5em;
  background-color: #ffffff;
}

.compact-list-group-item {
    margin-top: -1px;
    margin-bottom: 0;
    padding: 5px 15px;
}

.list-group-item.active a{
  color:white
}

.list-group-item.active a.btn-default{
  color:black
}

.striped-list-group li.list-group-item.active:nth-child(even){
  background-color: #337ab7;
  border-color: #337ab7;
}

.striped-list-group li.list-group-item.active:nth-child(odd){
  background-color: #337ab7;
  border-color: #337ab7;
}

.striped-list-group li.list-group-item:nth-child(even){
  background-color: #f4f4f4;
}
.striped-list-group li.list-group-item:nth-child(odd){
  background-color: #ffffff;
}

.complexTabContent {
  margin:15px
}

.noBottomMargin {
  margin-bottom: 0;
}
.padded {
    padding: 2px 2px 2px 2px;
}

a.table-header {
  color: black;
}

.container-fluid {
  word-wrap: break-word;
}

.form-group-compact {
    margin-bottom: 1px;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
.fix-label-group {
  align-items: center;
}

.fix-label-item {
  height: calc(2.25rem + 2px);
}
.details-modal {
  padding: 3px ;
}
.details-modal .modal-dialog {
  width: 98%;
  max-width: none;
  height: 98%;
}
.details-modal .modal-header {
 height: 15%;
}
.details-modal .modal-content {
  height: inherit;
  border: 0;
  margin: 8px;
  border-radius: 5px;
}
.details-modal .modal-body {
  overflow-y: auto;
}

.details-modal1 {
  padding: 3px ;
}
.details-modal1 .modal-dialog {
  width: 80%;
  max-width: none;
  height: 80%;
}
.details-modal1 .modal-header {
 height: 15%;
}
.details-modal1 .modal-content {
  height: inherit;
  border: 0;
  margin: 8px;
  border-radius: 5px;
}
.details-modal1 .modal-body {
  overflow-y: auto;
}

@media only screen and (min-width: 300px) {
  .sideWindow {
    width: 120px
  }
  .mainWindow {
    width: calc(100% - 120px)
  }
}

.panel-nobottom > .panel-body {
  padding-bottom: 0;
}
.padding-0{
  padding-right:0;
  padding-left:0;
}

.bottom > a[aria-expanded=true] .glyphicon-chevron-down {
  display: none;
}

.bottom > a[aria-expanded=false] .glyphicon-chevron-up {
  display: none;
}

.panel-heading > a[aria-expanded=true] .glyphicon-chevron-down {
  display: none;
}

.panel-heading > a[aria-expanded=false] .glyphicon-chevron-up {
  display: none;
}

.panel-heading > a.collapse-button {
  margin: -22px -18px;
}

.panel-title {
  font-size: 14px;
}

.bottom {
  position: relative;
  bottom: -10px;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.bottom > .btn {
  padding: 0;
  color: #fff;
  
}

.bottom > a {
  width: 100px;
  background-color: #337ab7;
}

.panel-success > .panel-body  img {
  float: right;
  margin-right: 20px;
}

.panel-info > .panel-body  img, .panel-warning > .panel-body  img {
  float: right;
  margin-right: 20px;
}

#refresh-static-images-button {
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
  .panel-success > .panel-body  img {
    margin-top: -50px;
    margin-bottom: -15px;
  }
  .panel-info > .panel-body  img, .panel-warning > .panel-body  img {
    margin-top: -60px;
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 768px) {
  #variable .panel, #hierarchical .panel {
     margin-left: -35px;
     margin-right: -35px;
  }
}

.isStaging {
  background-color: hotpink;
}
.responsive-map{
  width: 100%;
  float: left;

}

.responsive-map  iframe{
  width: 100%;
  

}

/*.bootbox.modal {z-index: 9999 !important;}*/

/*.row {
    display: table;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}*/
/*
.row{
    overflow: hidden;
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/
