header {padding:15px 0px;background:#33589e}
.menu_link {color:#FFF !important;text-decoration:none !important;margin-left:15px;}
.logout_link {border-left:solid 1px #FFF;padding-left:15px}
.city_name, .city_location, .city_datavisual {text-decoration:none !important;color:#333 !important;padding-left:15px;padding-right:15px}
.city_name {font-weight:600;font-size:1.5em}
.city_datavisual {font-weight:600}
.active_page {color:#ffc107 !important}
.custom_nav_link {color:#333 !important;opacity:0.25}
.custom_nav_link.active {opacity:1}
.custom_tab_pane {padding:15px}
label {font-weight:600}

/* ajax loader */
#ajax_loader{position:fixed;width:100%;height:100%;top:0;text-align:center;background:#000780;z-index:9999}

@media (max-width:768px) {
	.collapse_dashboard_item_container {padding:5px}
}

.v-center-flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 200px;
    background: red;
}
.v-center-flex div.lds-facebook {
    margin: 0 auto;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #ffc107;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}