html {
  height: 100.5% !important;
  overflow-x: hidden; 
}
body {
  color: #535353;
  font-size: 14px;
  font-family: 'Muli', Arial, sans-serif;
  background: #efefef;
  height: 100%;
}


/* Links */
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline:0;
  cursor: pointer;
  color: #3bafda; 
  position: relative;
}
a:hover, a:focus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline: 0;
  color: #4fc1e9;
}


/* Handling long words */
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


/* Spacing values */
.padd0  {padding:0 !important}
.padd05 {padding:5px !important}
.padd5  {padding:5px 0 !important}
.padd10 {padding:10px 0 !important}
.padd20 {padding:20px 0 !important}
.padd30 {padding:30px 0 !important}
.padd40 {padding:40px 0 !important}
.padd50 {padding:50px 0 !important}

.paddL0 {padding-left: 0 !important}
.paddR0 {padding-right: 0 !important}
.paddT0 {padding-top: 0 !important}
.paddB0 {padding-bottom: 0 !important}

.paddL05 {padding-left: 5px !important}
.paddR05 {padding-right: 5px !important}
.paddT05 {padding-top: 5px !important}
.paddB05 {padding-bottom: 5px !important}

.paddL10 {padding-left: 10px !important}
.paddR10 {padding-right: 10px !important}
.paddT10 {padding-top: 10px !important}
.paddB10 {padding-bottom: 10px !important}

.paddL15 {padding-left: 15px !important}
.paddR15 {padding-right: 15px !important}
.paddT15 {padding-top: 15px !important}
.paddB15 {padding-bottom: 15px !important}

.paddL20 {padding-left: 20px !important}
.paddR20 {padding-right: 20px !important}
.paddT20 {padding-top: 20px !important}
.paddB20 {padding-bottom: 20px !important}

.marg0  {margin:0 !important}
.marg05 {margin:5px 0 !important}
.marg10 {margin:10px 0 !important}
.marg20 {margin:20px 0 !important}
.marg30 {margin:30px 0 !important}
.marg40 {margin:40px 0 !important}
.marg50 {margin:50px 0 !important}
.marg60 {margin:60px 0 !important}
.marg70 {margin:70px 0 !important}

.margL0 {margin-left: 0 !important}
.margR0 {margin-right: 0 !important}
.margT0 {margin-top: 0 !important}
.margB0 {margin-bottom: 0 !important}

.margL05 {margin-left: 5px !important}
.margR05 {margin-right: 5px !important}
.margT05 {margin-top: 5px !important}
.margB05 {margin-bottom: 5px !important}

.margL10 {margin-left: 10px !important}
.margR10 {margin-right: 10px !important}
.margT10 {margin-top: 10px !important}
.margB10 {margin-bottom: 10px !important}

.margL20 {margin-left: 20px !important}
.margR20 {margin-right: 20px !important}
.margT20 {margin-top: 20px !important}
.margB20 {margin-bottom: 20px !important}

.margL30 {margin-left: 30px !important}
.margR30 {margin-right: 30px !important}
.margT30 {margin-top: 30px !important}
.margB30 {margin-bottom: 30px !important}

.margL40 {margin-left: 40px !important}
.margR40 {margin-right: 40px !important}
.margT40 {margin-top: 40px !important}
.margB40 {margin-bottom: 40px !important}

.margL50 {margin-left: 50px !important}
.margR50 {margin-right: 50px !important}
.margT50 {margin-top: 50px !important}
.margB50 {margin-bottom: 50px !important}


/* Position */
.p-static { position: static; }
.p-relative { position: relative; }
.p-absolute { position: absolute; }
.p-fixed { position: fixed; }


/* Display property */
.d-inline { display: inline }
.d-block { display: block }
.d-inline-block { display: inline-block }
.d-table { display: table }
.d-table-cell { display: table-cell }
.d-flex { display: flex }
.d-flex-inline { display: inline-flex }


/*Dropdown*/
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
  background: #3bafda;
}


/*Alerts*/
.alert {
  border-radius: 5px;
  color: #fff;
}
.alert .close {
  opacity: 0.8;
}
.alert .close img {
  display: block;
  width: 10px;
}
.alert .close:hover,
.alert .close:focus {
  opacity: 1;
}

.msgSuccess {
  background: #8cc152;
  border-color: #8cc152;
}
.msgSuccess .alert-link {
  color: #fff;
  font-weight: 600;
}
.msgSuccess .alert-link:hover {
  text-decoration: underline;
}
.msgSuccess.with-icon p:before {
  font-family: 'themify';
  font-style: normal;
  content: "\e64c";
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}

.msgInfo {
  background: #37bc9b;
  border-color: #37bc9b;
}
.msgInfo .alert-link {
  color: #fff;
  font-weight: 600;
}
.msgInfo .alert-link:hover {
  text-decoration: underline;
}
.msgInfo.with-icon p:before {
  font-family: 'themify';
  font-style: normal;
  content: "\e717";
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}

.msgWarning {
  background: #ffdd87;
  border-color: #ffdd87;
  color: #8a6d3b;
}
.msgWarning .alert-link {
  font-weight: 600;
}
.msgWarning .alert-link:hover {
  text-decoration: underline;
}
.msgWarning.with-icon p:before {
  font-family: 'themify';
  font-style: normal;
  content: "\e6c5";
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}

.msgError {
  background: #da4453;
  border-color: #da4453;
}
.msgError .alert-link {
  color: #fff;
  font-weight: 600;
}
.msgError .alert-link:hover {
  text-decoration: underline;
}
.msgError.with-icon p:before {
  font-family: 'themify';
  font-style: normal;
  content: "\e646";
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}


/*Popover*/
.popover {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}  
h3.popover-title {
  background: #3bafda;
  border-bottom: 1px solid #aae1f4;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 15px;
}
.popover.top > .arrow {
  border-top-color: #d9d9d9;
}
.popover.left > .arrow {
  border-left-color: #d9d9d9;
}
.popover.right > .arrow {
  border-right-color: #d9d9d9;
}
.popover.bottom > .arrow::after {
  border-bottom-color: #339bc1;
}


/* Vertical and Horizontal Centered */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* Dropdown */
.dropdown-menu {
  border-radius: 6px;
  border: 1px solid #eee;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}


/* Buttons */
.btn {
  padding: 7px 20px;
}
.btn.active, .btn:active, 
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn.active, .btn:active {
  border-color: #cfcfca;
}
.btn-default { background-color: #fff; border-color: #cfcfca; border-radius: 20px; transition: all 0.3s ease-out;}
.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-default.disabled.focus, .btn-default.disabled:focus, 
.btn-default.disabled:hover, .btn-default.focus[disabled], 
.btn-default[disabled]:focus, .btn-default[disabled]:hover, 
fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover,
.btn-default.active.focus, .btn-default.active:focus, 
.btn-default.active:hover, .btn-default.focus:active, 
.btn-default:active:focus, .btn-default:active:hover, 
.open > .dropdown-toggle.btn-default.focus, 
.open > .dropdown-toggle.btn-default:focus, 
.open > .dropdown-toggle.btn-default:hover { 
  background-color: #e6e6e6; 
  border-color: #cfcfca; 
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-primary { background-color: #3bafda; border-color: #3bafda; border-radius: 20px; transition: all 0.3s ease-out;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.disabled.focus, .btn-primary.disabled:focus, 
.btn-primary.disabled:hover, .btn-primary.focus[disabled], 
.btn-primary[disabled]:focus, .btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, 
.btn-primary.active:hover, .btn-primary.focus:active, 
.btn-primary:active:focus, .btn-primary:active:hover, 
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active {
  background-color: #4fc1e9; 
  border-color: #4fc1e9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-success { background-color: #8cc152; border-color: #8cc152; border-radius: 20px; transition: all 0.3s ease-out;}
.btn-success:hover, .btn-success:focus, .btn-success:active,
.btn-success.disabled.focus, .btn-success.disabled:focus, 
.btn-success.disabled:hover, .btn-success.focus[disabled], 
.btn-success[disabled]:focus, .btn-success[disabled]:hover, 
fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, 
fieldset[disabled] .btn-success:hover,
.btn-success.active.focus, .btn-success.active:focus, 
.btn-success.active:hover, .btn-success.focus:active, 
.btn-success:active:focus, .btn-success:active:hover, 
.open > .dropdown-toggle.btn-success.focus, 
.open > .dropdown-toggle.btn-success:focus, 
.open > .dropdown-toggle.btn-success:hover { 
  background-color: #a0d468; 
  border-color: #a0d468; 
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-warning { background-color: #f6bb42; border-color: #f6bb42; border-radius: 20px; transition: all 0.3s ease-out;}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active,
.btn-warning.disabled.focus, .btn-warning.disabled:focus, 
.btn-warning.disabled:hover, .btn-warning.focus[disabled], 
.btn-warning[disabled]:focus, .btn-warning[disabled]:hover, 
fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, 
fieldset[disabled] .btn-warning:hover,
.btn-warning.active.focus, .btn-warning.active:focus, 
.btn-warning.active:hover, .btn-warning.focus:active, 
.btn-warning:active:focus, .btn-warning:active:hover, 
.open > .dropdown-toggle.btn-warning.focus, 
.open > .dropdown-toggle.btn-warning:focus, 
.open > .dropdown-toggle.btn-warning:hover { 
  background-color: #ffce54; 
  border-color: #ffce54; 
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-danger { background-color: #da4453; border-color: #da4453; border-radius: 20px; transition: all 0.3s ease-out;}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active,
.btn-danger.disabled.focus, .btn-danger.disabled:focus, 
.btn-danger.disabled:hover, .btn-danger.focus[disabled], 
.btn-danger[disabled]:focus, .btn-danger[disabled]:hover, 
fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, 
fieldset[disabled] .btn-danger:hover,
.btn-danger.active.focus, .btn-danger.active:focus, 
.btn-danger.active:hover, .btn-danger.focus:active, 
.btn-danger:active:focus, .btn-danger:active:hover, 
.open > .dropdown-toggle.btn-danger.focus, 
.open > .dropdown-toggle.btn-danger:focus, 
.open > .dropdown-toggle.btn-danger:hover { 
  background-color: #ed5565; 
  border-color: #ed5565; 
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-info { background-color: #37bc9b; border-color: #37bc9b; border-radius: 20px; transition: all 0.3s ease-out;}
.btn-info:hover, .btn-info:focus, .btn-info:active,
.btn-info.disabled.focus, .btn-info.disabled:focus, 
.btn-info.disabled:hover, .btn-info.focus[disabled], 
.btn-info[disabled]:focus, .btn-info[disabled]:hover, 
fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, 
fieldset[disabled] .btn-info:hover,
.btn-info.active.focus, .btn-info.active:focus, 
.btn-info.active:hover, .btn-info.focus:active, 
.btn-info:active:focus, .btn-info:active:hover, 
.open > .dropdown-toggle.btn-info.focus, 
.open > .dropdown-toggle.btn-info:focus, 
.open > .dropdown-toggle.btn-info:hover { 
  background-color: #48cfad; 
  border-color: #48cfad; 
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-white { background-color: #fff; border-color: #fff; color: #535353; border-radius: 20px; transition: all 0.3s ease-out;}
.btn-white:hover, .btn-white:focus, .btn-white:active,
.btn-white.disabled.focus, .btn-white.disabled:focus, 
.btn-white.disabled:hover, .btn-white.focus[disabled], 
.btn-white[disabled]:focus, .btn-white[disabled]:hover, 
fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:focus, 
fieldset[disabled] .btn-white:hover,
.btn-white.active.focus, .btn-white.active:focus, 
.btn-white.active:hover, .btn-white.focus:active, 
.btn-white:active:focus, .btn-white:active:hover, 
.open > .dropdown-toggle.btn-white.focus, 
.open > .dropdown-toggle.btn-white:focus, 
.open > .dropdown-toggle.btn-white:hover { 
  background-color: #f6f6f6; 
  border-color: #fff; 
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-outline-default { background: transparent; color: #66615B; border-color: #66615B; border-radius: 20px;}
.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active { background: transparent; color: #666; border-color: #666; }

.btn-outline-primary { background: transparent; color: #3bafda; border-color: #3bafda; border-radius: 20px;}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active { background: transparent; color: #4fc1e9; border-color: #4fc1e9; }

.btn-outline-success { background: transparent; color: #8cc152; border-color: #8cc152; border-radius: 20px; }
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active { background: transparent; color: #a0d468; border-color: #a0d468; }

.btn-outline-warning { background: transparent; color: #f6bb42; border-color: #f6bb42; border-radius: 20px; }
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active { background: transparent; color: #ffce54; border-color: #ffce54; }

.btn-outline-danger { background: transparent; color: #da4453; border-color: #da4453; border-radius: 20px; }
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active { background: transparent; color: #ed5565; border-color: #ed5565; }

.btn-outline-info { background: transparent; color: #37bc9b; border-color: #37bc9b; border-radius: 20px; }
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active { background: transparent; color: #48cfad; border-color: #48cfad; }

/* Forms */
.form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #66615b;
  font-size: 14px;
  padding: 7px 14px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #3bafda;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(59, 175, 218, 0.5);
}

/* Custom charts */
.tab-content .highcharts-background,
.tab-content .highcharts-button rect {
  fill: #fafafa;
}

.highcharts-contextmenu hr {
  margin: 5px 0;
}
.highcharts-contextmenu div div {
  margin: 2px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.highcharts-contextmenu div div:hover {
  background: #3bafda !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.highcharts-button path {
  stroke: #535353;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.highcharts-button rect {
  fill: #fff;
}
.highcharts-button:hover path {
  stroke: #3bafda;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.highcharts-button:hover rect {
  stroke: #3bafda;
}


/* HEADER */
header {
  background: #ffffff;
  position: relative;
  border-bottom: 1px solid #cfcfca;
}
header .navbar-brand {
  padding: 7px 15px;
  margin-right: 15px;
  height: auto;
}
header .navbar-brand img {
  height: 75px;
}
header .navbar-brand span {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  color: #535353;
  font-weight: 600;
}
header .navbar-right {
  margin-right: 0;
  margin-top: 18px;
}
header .navbar-right > li > a {
  color: #535353;
  border-radius: 6px;
}
header .navbar-right > li > a:focus, 
header .navbar-right > li > a:hover {
  background-color: #efefef;
}
header .navbar-right > li > a.help-item {
  color: rgba(252, 110, 81, 0.9);
  margin-right: 30px;
}

header .main-nav {
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  bottom: -2px;
}
header .main-nav li {
  display: inline-block;
  padding: 6px 0;
  margin-top: -2px;
}
header .main-nav li.active {
  background: #efefef; 
  border: 1px solid #cfcfca;
  border-top: none;
  border-bottom-color: #efefef; 
}
header .main-nav li a {
  font-size: 15px;
  color: #777;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
}
header .main-nav li a:hover {
  color: #535353;
}
header .main-nav li.active a {
  color: #535353;
}
header .main-nav li a span {
  display: block;
  margin-bottom: 5px; 
  font-size: 30px;
}
header .mobile-menu {
  display: none;
}

/* MAIN CONTENT */
.main-content {
  margin-bottom: 30px;
  min-height: calc(100vh - 200px);
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:active, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #535353;
}
.bootstrap-select .btn-default {
  background-color: #e6e6e6;
  border-color: #cfcfca;
}
.bootstrap-select .bs-placeholder.btn-default {
  background-color: #fff;
  border-color: #cfcfca;
}
.bootstrap-select.btn-group .btn .filter-option {
  text-overflow: ellipsis;
}

.filter-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align:left;
}
.filter-box .bootstrap-select .btn-default,
.filter-box .bootstrap-select.open > .dropdown-toggle.btn-default {
  background-color: #3bafda;
  border-color: #4fc1e9;
  color: #fff;
}
.filter-box .bootstrap-select .bs-placeholder.btn-default {
  background-color: #fff;
  border-color: #cfcfca;
  color: #535353;
}
/*.filter-box .bs-actionsbox {
  position: absolute;
  bottom: 3px;
}*/
/*.filter-box .bs-actionsbox + .dropdown-menu.inner {
  margin-bottom: 40px;
}*/
.filter-box .bs-actionsbox .btn-default {
  background-color: #fff; 
  border-color: #cfcfca;
  color: #535353;
}
.filter-box .bs-actionsbox .btn-default:hover,
.filter-box .bs-actionsbox .btn-default:focus {
  background-color: #e6e6e6;
  border-color: #cfcfca;
}
.filter-box .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  color: #3bafda;
}
.reset-btn {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width:768px){
  .filter-range {margin-top:-8px}
}

.filter-range .control-label { display:block; text-align:center;}

.filter-period {
  float: right;
  text-align: center;
}
.filter-period .range-group {
  float: right;
  margin-left: 10px;
}
.filter-period .control-label {
  padding: 7px 10px 0 0;
  float: left;
}
.filter-period .form-control {
  border-radius: 20px;
  width: 200px;
  margin: 0 auto 10px;
  float: left;
}

.filter-period .btn + .btn, .filter-range .btn + .btn {
  border-left: 1px solid #efefef;
  margin-left: 0;
}
.filter-period .btn-primary.active, 
.filter-period .btn-primary:active,
.filter-period .btn-primary:focus {
  background: #fff;
  color: #3bafda;
}
.reset-geo {
  display: inline-block;
}
.reset-geo .btn {
  padding: 4px 8px;
}

.select-filter {
  display: inline-block;
  position: relative;
}
.filter-nav {
  position: absolute;
  top: 0;
  left: -260px;
  z-index: 99;
  background: #fff;
  padding: 0 10px 10px;
  border-radius: 10px;
  width: 220px;
  border: 1px solid #eee;
  list-style: none;
  box-shadow: 0 3px 2px rgba(204, 197, 185, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-nav.on {
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-nav li {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.filter-nav li a{
  font-size: 16px;
}
.filter-nav li a:before {
  content:"\e259";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-nav li a.collapsed:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-nav li:last-child {
  border-bottom: none;
}
.filter-nav .close-filters {
  font-size: 12px;
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  padding: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-nav .close-filters:hover,
.filter-nav .close-filters:focus {
  color: #4fc1e9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filter-nav .remove-filters {
  font-size: 13px;
  margin-top: 10px;
  padding: 3px 10px;
}

.box {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  color: #252422;
  margin-top: 30px;
  position: relative;
  padding: 0 15px 10px 15px;
}

/*Chart info*/
.box h2, .chart-info h2 {
  margin: 15px 0 10px;
  font-size: 24px;
  color: #535353;
  display: inline-block;
}
.box h2.table-title {
  margin-top: 0;
}
.chart-info h2 span {
  font-size: 14px;
}
.chart-info .tools {
  float: right;
  color: #777;
  margin-top: 20px;
} 
.tools .nav-tabs {
  margin-right: 4px;
}
.tools .nav > li > a:focus, 
.tools .nav > li > a:hover {
  background: transparent;
  border-color: #ddd;
}
.tools .nav-tabs > li.active > a, 
.tools .nav-tabs > li.active > a:focus, 
.tools .nav-tabs > li.active > a:hover {
  background: #fafafa;
  border-bottom-color: transparent; 
  border-radius: 6px 6px 0 0;
}

.tab-content {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: -1px;
  border-radius: 6px;
}

.chart-height {
  height: 400px;
  width: 100%;
  display: table;
}
.chart-height-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.table-select {
  padding: 15px 0 5px; 
  margin-bottom: -40px;
  position: relative;
}
.geo .table-select {
  float: left;
  margin-bottom: 0;
}

.filter-period .table-select {
  padding: 5px 0; 
  margin-bottom: 0;
}
.table-period {
  position: relative;
  display: inline-block;
  width: 182px;
}
.select-loader {
  position: absolute;
  top: 7px;
  right: 25px;
  width: 75px;
  height: 20px;
  z-index: 9;
}
.select-loader:after {
  content: "";
  position: absolute;
  left: 26.66667px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: -26.66667px 0 0 0 white, 26.66667px 0 0 0 white;
  animation: alter 1s ease-in-out infinite;
}

@keyframes alter {
  0%, 100% {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: -26.66667px 0 0 0 white, 26.66667px 0 0 0 white;
  }
  50% {
    background-color: white;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
}


/* Datatables */
table.dataTable {
  border-radius: 6px;
  margin-top: 25px;
}
table.dataTable.no-footer,
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 2px solid rgba(33, 33, 33, 0.1) !important
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 16px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, 
.dataTables_wrapper .dataTables_paginate .paginate_button.next, 
.dataTables_wrapper .dataTables_info {
  font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: medium none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .pagination > li:first-child > a, 
.dataTables_wrapper .dataTables_paginate .pagination > li:first-child > span, 
.dataTables_wrapper .dataTables_paginate .pagination > li:last-child > a, 
.dataTables_wrapper .dataTables_paginate .pagination > li:last-child > span {
  border-radius: 6px;
  border-color: #ddd;
}
.dataTables_paginate .pagination > li > a, 
.dataTables_paginate .pagination > li > span {
  color: #3bafda;
  border-color: #3bafda;
  border-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination > .active > a, 
.dataTables_wrapper .dataTables_paginate .pagination > .active > a:focus, 
.dataTables_wrapper .dataTables_paginate .pagination > .active > a:hover, 
.dataTables_wrapper .dataTables_paginate .pagination > .active > span, 
.dataTables_wrapper .dataTables_paginate .pagination > .active > span:focus, 
.dataTables_wrapper .dataTables_paginate .pagination > .active > span:hover {
  background: #3bafda;
  border-color: #3bafda;
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous a, 
.dataTables_wrapper .dataTables_paginate .paginate_button.next a {
  padding: 7px 12px 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
  display: none !important;
}
.dataTables_wrapper .dt-buttons {
  float: right;
  margin-bottom: 10px;
  width: auto;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, 
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, 
table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding: 16px;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, 
table.dataTable thead .sorting_desc_disabled::after {
  bottom: 14px;
}
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  color: #4fc1e9;
  opacity: 1;
}

.dataTables_wrapper .dataTables_length {
  font-size: 13px;
}
.dataTables_wrapper .dataTables_length .bootstrap-select {
  width: 75px;
  margin-top: 7px;
  vertical-align: -7px;
}
.dataTables_wrapper .dataTables_length .bootstrap-select .btn-default {
  background-color: #3bafda;
  border-color: #3bafda;
  color: #fff;
}
.th_top_article{
  max-width: 850px;
}

/*FOOTER*/
footer {
  background: #e5e5e5;
  border-top: 1px solid #cfcfca;
  padding: 15px 0;
}
footer .nav-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .nav-footer li {
  display: inline-block;
  margin-right: 5px;
}
footer .nav-footer li:before {
  margin-right: 8px;
}
footer .nav-footer li + li:before {
  content: "/";
}
footer .nav-footer li a {
  color: #535353;
}
footer .nav-footer li a:hover {
  color: #353535;
}
footer .nav-footer.left {
  float: left;
  padding-top: 15px;
}
footer .nav-footer.left li.dropup .caret {
  vertical-align: 3px;
}
footer .nav-footer.right {
  float: right;
  font-size: 12px;
}
footer .nav-footer.right .brat-logo,
footer .nav-footer.right .copyright-info {
  float: right;
}
footer .nav-footer.right .brat-logo {
  margin-top: -8px;
}
footer .nav-footer.right .copyright-info {
  text-align: right;
  margin-right: 10px;
}
footer .nav-footer.right span {
  display: block;
}
footer .nav-footer .dropdown-menu {
  padding: 0;
}
footer .nav-footer .dropdown-menu li {
  display: block;
  margin: 0;
}
footer .nav-footer .dropdown-menu li a {
  padding: 5px 20px;
}

/*Scroll to top*/
.scroll-to-top{
  position: fixed;
  bottom: 75px;
  right: 15px;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 35px;
  text-align:center;
  z-index: 100;
  cursor:pointer;
  border-radius: 50%;
  background: #1c1c1c;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;    
}
.scroll-to-top:hover{
  color: #fff;
  background: #37bc9b;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; 
}

/*LOGIN*/
.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.aligner .central-aligner {
  flex: 1;
}
.logo {
  text-align: center;
}
.logo img{
  height: 90px;
}
.logo span {
  color: #535353;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
}

.box .form-wrap {
  padding-top: 10px;
}

.forgot-password {
  float: right;
  font-size: 12px;
  color: #3bafda;
}
.mini-footer {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.mini-footer li {
  display: inline-block;
  margin-right: 5px;
}
.mini-footer li:before {
  margin-right: 8px;
}
.mini-footer li + li:before {
  content: "/";
}
.mini-footer li a {
  color: #535353;
}
.mini-footer li a:hover {
  color: #353535;
}
.mini-footer li.dropup .caret {
  vertical-align: 3px;
}
.mini-footer li.dropup ul {
  margin: 0;
  padding: 0;
}
.mini-footer li.dropup li {
  display: block;
  margin: 0;
}
.mini-footer li.dropup li a {
  padding: 5px 20px;
}
.errors {
  margin: 3px 0 0;
  padding: 0;
}
.errors li {
  background: #da4453;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  margin: 5px 0 0;
  padding: 2px 10px;
  display: inline-block;
  position: relative;
}
.errors li:after {
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #da4453;
  border-width: 6px;
}

/*LOADING*/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  } 
}

#preloader {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}
#preloader > div {
  display: block;
  position: relative;
  top: 50%;
  width: 120px;
  height: 120px;
  margin: -5px auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #da4453;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#preloader > div:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #37bc9b;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#preloader > div:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f6bb42;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.alert {margin-bottom:0;}
.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
}
.alert-secondary {
    background-color: #e7e8ea;
    border-color: #dddfe2;
    color: #464a4e;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}
.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}
.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182;
}
.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21;
}

.graph-line-tools_1 .nav.nav-tabs {
    background: #fafafa;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.graph-line-tools_1 .nav-tabs li a {
    color: #3bafda;
    font-size: 16px;
    border: 0;
}
.graph-line-tools_1 .nav-tabs li a:hover {
    background: transparent;
    border: 0;
}
.graph-line-tools_1 .nav-tabs li.active a {
    background-color: #fff;
    color: #535353;
    border-radius: 3px;
    border: 0;
}

/*RESPONSIVE*/
@media only screen and (max-width: 1600px) {
  .th_top_article{
    max-width: 800px;
  }
}

@media only screen and (max-width: 1450px) {
  .filter-range {
    margin-top: 8px;
    display: inline-block;
  }
  .filter-range .control-label {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 1366px) {
  .th_top_article{
    max-width: 600px;
  }
  table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, 
  table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, 
  table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding: 16px 24px 16px 16px;
  }
}

@media only screen and (max-width: 1199px) {
  header .main-nav {
    margin-top: 0;
  }

  header .main-nav li a {
    padding: 10px;
    font-size: 14px;
  }

  header .navbar-brand{
    margin-right: 0;
    padding: 7px;
  }

  header .navbar-right > li > a {
    padding: 15px 5px;
  }
  header .navbar-right > li > a.help-item {
    margin-right: 0;
  }

  .th_top_article{
    max-width: 500px;
  }

  .graph-line-tools_1 .nav-tabs li a {
    font-size: 15px;
    padding: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  header .navbar-nav.navbar-right a {
    padding: 10px;
    margin: 5px 0;
    font-size: 16px;
  }
  /* header .navbar-nav .nav-text {
    display: none;
  } */

  .th_top_article{
    max-width: 400px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  header .navbar-brand {
    display: inline-block;
    float: none;
    padding: 10px 15px 3px;
  }
  header .navbar-right {
    text-align: center;
    margin: 0 0 7px;
    float: none !important;
  }
  header .navbar-right li {
    display: inline-block;
    float: none;
  }
  header .navbar-nav.navbar-right a {
    margin: 0;
  }
  header .navbar-nav .nav-text {
    display: inline-block;
  }
  
  header .main-nav-wrapper {
    position: relative;
  }
  header .main-nav {
    display: none;
    width: 200px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 80px;
    bottom: auto;
    right: calc(50% - 150px);
    z-index: 100;
    box-shadow: 0 3px 2px rgba(204, 197, 185, 0.8);
  }
  header .main-nav:after {
    bottom: 100%;
    left: 19px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
  }
  header .main-nav.visible li {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 7px 5px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .main-nav.visible li:hover,
  header .main-nav.visible li:focus {
    background: #f5f5f5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .main-nav.visible li:first-child {
    border-radius: 6px 6px 0 0;
  }
  header .main-nav.visible li:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: 0;
  }
  header .main-nav li a {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    text-align: left;
    color: #535353;
  }
  header .main-nav li.active a {
    color: #3bafda;
  }
  header .main-nav li a span {
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
  }
  header .main-nav.visible {
    display: block;
  }
  
  header .mobile-menu {
    background: #3bafda;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    width: 120px;
    margin: 0 auto 10px;
    padding: 4px 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .mobile-menu:hover,
  header .mobile-menu:focus {
    background: #4fc1e9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 180px;
  }

  .filter-period.geo {
    float: none;
    text-align: left;
    margin-top: 10px;
  }
  .filter-period.geo .btn-group {
    vertical-align: top;
  }
  .filter-period.geo .range-group {
    float: none;
    display: inline-block;
  }
  .filter-period.geo .form-control {
    margin: 0;
  }

  .th_top_article{
    max-width: 350px;
  }

  .graph-line-tools_1 .nav.nav-tabs {
    padding: 5px;
  }
  .graph-line-tools_1 .nav-tabs li a {
    font-size: 13px;
    padding: 5px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  .th_top_article{
    max-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .th_top_article{
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .main-content {
    min-height: calc(100vh - 280px);
  }

  .dataTables_wrapper table, 
  .dataTables_wrapper thead, 
  .dataTables_wrapper tbody, 
  .dataTables_wrapper th, 
  .dataTables_wrapper td, 
  .dataTables_wrapper tr {
    display: block;
  }
  .dataTables_wrapper thead tr, 
  .dataTables_wrapper tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table.dataTable tr { border: none; }
  table.table.dataTable td,
  .styled-table table.table.dataTable td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 35%;
  }
  table.table.dataTable .table-bordered > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #eee;
  }
  table.table.dataTable td:before {
    color: #3bafda;
    content: attr(data-title);
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: calc(50% - 10px);
    white-space: nowrap;
    width: 35%;
  }

  div.dataTables_wrapper div.dataTables_paginate {
    float: right;
    display: inline-block;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: none;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.active,
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
  .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    display: inline-block;
  }

  .tools.graph-line-tools_1 {
    float: none;
    text-align: center;
    margin-top: 5px;
  }
  .tools.graph-line-tools_1 .nav-tabs {
    margin-right: 0;
  }
  .tools.graph-line-tools_1 .nav-tabs > li {
    float: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  .filter-box .bootstrap-select {
    margin-bottom: 10px;
  }
  .filter-period .control-label {
    display: none;
  }

  .reset-btn {
    margin-top: 0;
    vertical-align: 4px;
  }
  .reset-btn a {
    padding: 5px 10px;
  }

  div.dataTables_wrapper div.dataTables_paginate {
    display: block;
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  .geo .table-select {
    float: none;
    margin-bottom: 0;
  }
  .geo.chart-info .tools {
    float: left;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .main-content {
    min-height: calc(100vh - 335px);
  }

  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: calc(50% - 2px);
  }

  .filter-period .btn-group {
    vertical-align: top;
  }
  .filter-period .range-group {
    display: block;
    float: none;
    margin: 0;
  }
  .filter-period .form-control {
    float: none;
    margin: 0;
  }
  .filter-period .btn {
    padding: 7px 15px;
  }
  .filter-period.ta {
    float: none;
    text-align: left;
    margin-top: 10px;
  }

  .filter-box {
    text-align: center;
  }
  .filter-range {
    margin-top: 10px;
  }

  .chart-info .tools {
    float: left;
    margin-left: 5px;
    margin-right: 0;
  }

  .chart-info .tools.graph-line-tools_1 {
    float: none;
    margin-left: 0;
  }

  footer .nav-footer.left {
    margin-bottom: 15px;
  }
  .chart-height {
    height: auto;
  }

  .table-select {
    margin-bottom: 5px;
  }
  .table-select .btn {
    padding: 5px 10px;
  }
  .dataTables_wrapper .dt-buttons {
    float: left;
  }
}

@media only screen and (max-width: 414px) {
  .filter-period.geo .range-group {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .btn {
    padding: 7px 18px; 
  }
  .filter-box .bs-actionsbox .btn-default {
    padding: 2px 4px;
    text-transform: lowercase;
  }
  .select-filter a {
    padding: 4px 8px;
    font-size: 13px;
  }

  .chart-info .tools {
    margin-top: 10px;
  }
  .chart-info .tools .nav-tabs > li > a {
    padding: 10px;
  }

  .table-select .btn {
    padding: 4px 8px;
  }
}

/*Miscellaneous*/

@media screen and (min-width:1440px) {
.rightLg {float:right}
}

.alertResponsive {margin-bottom:20px!important; position:static;}

@media screen and (min-width:1200px) {
.alertResponsive {position:absolute; left:130px; margin-top:-8px; margin-bottom:0;}
}