/* / / / / / / FORM ELEMENTS / / / / / / */
.form-control {
    height: 60px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 3px;
}

.input-xlg {
    height: 60px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 3px;
}

select.input-xlg {
    height: 60px;
    line-height: 42px;
    padding-left: 20px !important;
}

/* Left/Right Icon */
.form-horizontal .has-feedback-left > .form-control-feedback {
    left: 0;
    margin-top: 7px;
}

.has-feedback-left .form-control-feedback {
    margin-top: 12px;
}

/*Validation Icon */
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
    margin-top: 13px;
}

.has-feedback label ~ .form-control-feedback {
    top: 47px;
}

.has-feedback-left .form-control {
    padding-left: 37px;
}

.checker, .checker span, .checker input {
    width: 30px;
    height: 30px;
}

.checker span:after {
    font-size: 26px;
    top: 1px;
    left: 0px;
}

.checker span {
    color: #000000;
    border: 2px solid #656565;
}

.choice, .choice span, .choice input {
    width: 30px;
    height: 30px;
}

.choice span {
    border: 2px solid #000000;
}

.choice span:after {
    top: 4px;
    left: 4px;
    border: 9px solid;
}

/* / / / / / / / Framework & Navigation / / / / / / */

.navbar-brand > img {
    height: 31px;
}

.navbar-brand {
    padding: 13px 0px;
}

@media (max-width: 768px) {
  .navbar-nav {
      border-bottom: none;
  }
}

@media (min-width: 769px) {
  .navbar-brand > img {
      margin-top: -1px;
      height: 48px;
      display: inline;
      padding-right: 8px;
      padding-left: 2px;
  }

  .navbar-brand {
    height: 70px;
    padding: 13px 20px 13px 8px;
  }

  .navbar-header .navbar-nav > li {
    top: 12px;
  }

  .navbar-nav {
    margin-left: 16px;
  }

}

.navbar-header .navbar-nav-left {
    float: left !important;
    margin-right: 5px;
}

@media (min-width: 769px) {
  .column-xs .column-leftnav {
    width: 80px;
  }

  .column-xs .column-fixed.column-leftnav .column-content {
    width: 80px;
  }
}

.navigation {
    padding: 10px 15px;
}

.visible-xs-block {
    display: block !important;
}

.navbar-inverse {
    background-color: #004577;
    border-color: #004577;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    /*max-height: 120px;*/
    min-height: 70px;
}

.navbar-nav > .dropdown-account > a, .navbar-nav > .dropdown-account > a > span {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (min-width: 769px) {
  .navbar-top {
      padding-top: 72px !important;
  }
}

.page-header-content {
    background-color: #2378b5;
}

.navigation .navigation-header {
    font-size: 16px;
}

.column-fixed .column-content {
    top: 72px;
}

@media (min-width: 769px) {
.column {
    display: table-cell;
    vertical-align: top;
    width: 320px;
  }

.column-fixed .column-content {
    width: 320px;
  }

}

.breadcrumb {
    padding: 14px 0 0px 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8) !important;
}

.heading-objects {
    top: 37%;
}

.breadcrumb-objects > li > a {
    padding: 10px 15px;
}

.btn-xs, .btn-group-xs > .btn {
    font-size: 18px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 3px
}


/* / / / / / / / TEXT & GENERAL STYLING / / / / / / / */

body {
    font-size: 20px;
    line-height: 1.5384616;
}

h5, h5.panel-title, .h5.panel-title {
    font-size: 24px;
}

h4, .h4 {
    font-size: 26px;
}

.text-sm {
    font-size: 16px;
}

.text-lg {
    font-size: 19px;
}

.text-xl {
    font-size: 20px;
}

.text-xxl {
    font-size: 26px;
}

.text-right-sm {
  text-align: left;
}

@media (min-width: 769px) {
  .text-right-sm {
  text-align: right;
}
}

.text-center-sm {
  text-align: left;
}

@media (min-width: 769px) {
  .text-center-sm {
  text-align: center;
}
}


legend {
    font-size: 18px;
    padding-bottom: 14px;
}

.icons-list > li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-size: 18px;
}

.icons-list a[data-action]:after {
    font-size: 22px;
}

.label {
    font-weight: 500;
    font-size: 18px;
}

.label-lighter {
    background-color: #dadada;
    border-color: #dadada;
    color: #000;
}

.label-warning-light {
  color: #FF5722;
  border-color: #ffebd3;
  background-color: #ffebd3;
}

.label-success-light {
  color: #43A047;
  border-color: #e4ffe5;
  background-color: #e4ffe5;
}

.dropdown-menu {
    min-width: 220px;
    font-size: 18px;
}

[class^="icon-"], [class*=" icon-"] {
    top: -2px;
}

/* BUTTONS */

.btn-xlg, .btn-group-xlg > .btn {
    padding: 15px 16px;
    font-size: 20px;
}
.btn-xxl, .btn-group-xxl > .btn {
    padding: 20px 16px;
    font-size: 26px;
}

.btn-labeled.btn-xlg {
    padding-left: 78px;
}

.btn-labeled.btn-xlg > b {
    padding: 19px;
}
[class^="icon-"], [class*=" icon-"] {
    font-size: 20px;
}

.btn-full {
    width: 100%;
}

.bg-mute {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.05);
}

.bg-gray-light {
    background-color: #efefef;
    border-color: #efefef;
}
.bg-gray-extralight {
    background-color: #f5f5f5;
}
.bg-warning-light {
    background-color: #ffebd3;
    border-color: #ffebd3;
}

.footable-row-detail-name {
    width: 20%;
}

.footable-row-detail-cell {
  border-top: none !important;
}


/* LOADER DIV */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}
