/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */


/* overrides */

@import 't2kgabon.css';
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 63px;
  right: 50%;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

.ui-autocomplete {
  max-height: 30%;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  z-index: 1500 !important;
}

.open>.dropdown-menu {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.widget-toolbar .widget-text-input {
  max-width: 440px;
}

.widget-toolbar input[type='text'] {
  height: 28px !important;
  margin-top: 2px;
}

#content {
  padding: 10px 15px;
  position: relative;
}

#logo {
  margin-left: 0px;
  margin-top: 3px;
}

#logo img {
  height: 43px;
  width: 168px;
}


/* g4navl styles */

.flag.lang-en {
  background-position: -144px -154px;
}

.flag.lang-fr {
  background-position: -144px -44px;
}

.flag.lang-ro {
  background-position: -192px -121px;
}

.flag.lang-ar {
  background-position: -144px -88px;
}

.flag.lang-nl {
  background-position: -80px -110px;
}

.flag.lang-pt {
  background-position: -112px -121px;
}

.form-control.form-control-inline {
  min-width: 0;
  width: auto;
  display: inline;
}

.row.no-gutters {
  margin-left: 0px;
  margin-right: 0px;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.row.xs-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.row.xs-gutters>[class^="col-"],
.row.xs-gutters>[class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

ol.list-group>li.list-group-item {
  display: list-item;
  padding: 1px 1px;
  list-style: decimal inside;
}

.table-disabled {
  opacity: 0.5;
}

.delete {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.delete:hover,
.delete:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

.g4n-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 15px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  display: none;
}

.g4n-pill {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  border-color: #ccc;
}

.g4n-pill-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.g4n-pill-muted {
  color: #000;
  background-color: #ddd;
  border-color: #ccc;
}

.g4n-pill-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.g4n-pill-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.g4n-pill-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.g4n-pill-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.g4n-pill-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.g4n-pill-sm {
  padding: 5px 10px;
}

.g4n-pill-xs {
  padding: 1px 5px;
}

.g4n-scroll {
  display: inline-block;
  padding: 0px 2px 0px 2px;
  border-bottom: 1px solid #ddd;
  min-width: 100%;
}

.g4n-scroll.active {
  background-color: #dcffdc;
}

.g4n-box {
  border: 1px solid #ddd;
}

.g4n-success {
  background-color: #dff0d8;
}

.bottomleft {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#main {
  padding-bottom: 0px;
}

#searchbox {
  padding: 0px 15px;
}

#trmapwell.col-xs-6.col-sm-8.col-md-9.col-lg-9 {
  padding: 10px 10px 10px 25px;
}

#trmapwell.col-xs-6.col-sm-7.col-md-8.col-lg-8 {
  padding: 10px 10px 10px 25px;
}

#trmapwell.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 10px 25px;
}

#trcontrols {
  padding: 10px 25px 10px 0px;
}

#map_last_update {
  display: inline-block;
  color: #e4e4e4;
  padding: 11px;
  position: absolute;
  right: 90px;
}

#refresh_dly_btn, #refresh_dly_btn:hover, #refresh_dly_btn:active,
#refresh_btn, #refresh_btn:hover, #refresh_btn:active {
  color: #fff;
  background-color: #3469b0 !important;
  border-color: #234675 !important;
}

.highcharts-container {
  width: 100% !important;
}

nav ul li.active a:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
}

.onoffswitch-checkbox+.onoffswitch-label .onoffswitch-switch:before,
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
}

.g4n-checkbox input[type='checkbox'],
.g4n-checkbox input[type='radio'] {
  display: none;
}

.g4n-checkbox input[type='checkbox']+label:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0c8";
  color: #333;
  cursor: pointer;
}

.g4n-checkbox input[type='radio']+label:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f111";
  color: #333;
  cursor: pointer;
}

.g4n-checkbox input[type="radio"]:checked+label::before {
  font-weight: 900;
  content: "\f192";
}

.g4n-checkbox input[type="checkbox"]:checked+label::before {
  font-weight: 900;
  content: "\f14a";
}

.g4n-checkbox input[type="checkbox"]:disabled+label::before,
.g4n-checkbox input[type="radio"]:disabled+label::before {
  color: #999;
  cursor: not-allowed;
}

.g4n-checkbox input[type="checkbox"]:hover:enabled+label::before,
.g4n-checkbox input[type="radio"]:hover:enabled+label::before {
  color: #23527c;
}

.g4n-checkbox label {
  margin: 0;
}

table.table td.g4n-checkbox label {
  vertical-align: middle;
}

.g4n-control {
  color: #333;
  cursor: pointer;
  text-shadow: 0 1px 0 #fff;
}

.g4n-control:hover:enabled,
.g4n-control:focus:enabled {
  color: #23527c;
  text-decoration: none;
  cursor: pointer;
}
