@font-face {
  font-family: 'oswaldregular';
  src: url("fonts/oswald-regular.eot");
  src: url("fonts/oswald-regular.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-regular.woff") format("woff"), url("fonts/oswald-regular.ttf") format("truetype"); }
@font-face {
  font-family: 'signikalight';
  src: url("fonts/signika-light.eot");
  src: url("fonts/signika-light.eot?#iefix") format("embedded-opentype"), url("fonts/signika-light.woff") format("woff"), url("fonts/signika-light.ttf") format("truetype"); }
@font-face {
  font-family: 'signikaregular';
  src: url("fonts/signika-regular.eot");
  src: url("fonts/signika-regular.eot?#iefix") format("embedded-opentype"), url("fonts/signika-regular.woff") format("woff"), url("fonts/signika-regular.ttf") format("truetype"); }
@font-face {
  font-family: 'dgac';
  src: url("fonts/dgac.woff") format("woff"); }
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*::after,
*::before {
  box-sizing: inherit; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img, input[type], textarea {
  border: 0;
  margin: 0;
  padding: 0; }

html, body {
  font-family: Arial;
  font-size: 100%; }

body {
  color: #373737;
  background-color: #fff; }

ul, li, ol {
  list-style-type: none; }

  

a {
  transition: none;
  color: #C55301;
  text-decoration: none; }

abbr {
  text-decoration: none; }

table {
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto;
  display: inline-block; }

h1, h2, h3, h4 {
  font-weight: normal; }

button {
  background-color: inherit;
  border: 0; }

.row, .dgac-navbar .navbar {
  max-width: 1280px;
  margin: 0 auto; }

.container {
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto; }

.row:after, .row:before {
  content: "";
  display: table;
  clear: both; }
.row {
  *zoom: 1; }

.col-md-3 {
  padding-left: 0; }

.col-md-9 {
  padding-left: 1.875rem; }

.mt20 {
  margin-top: 1.25rem; }

.mb20 {
  margin-bottom: 1.25rem; }

.mt60 {
  margin-top: 2.5rem; }

section {
  margin-bottom: 1.5625rem; }
  section h1 {
    font-family: oswaldregular;
    font-size: 1.5625rem;
    color: #C55301;
    line-height: 100%;
    margin-bottom: 1.5625rem; }

.edit {
  display: inline-block; }
  .edit span {
    position: absolute;
    top: -3000px;
    left: -3000px; }
  .edit:before {
    content: "\E01B";
    font-family: dgac;
    font-size: 1.25rem; }

.delete {
  display: inline-block; }
  .delete span {
    position: absolute;
    top: -3000px;
    left: -3000px; }
  .delete:before {
    content: "\E014";
    font-family: dgac;
    font-size: 1.25rem; }

.txt-center {
  text-align: center; }

.bootstrap-select.btn-group .dropdown-toggle, .panel .btn-group .dropdown-toggle {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #949494;
  height: 2.5rem;
  cursor: pointer;
  padding-right: 2.5rem;
  overflow: hidden; }
  .bootstrap-select.btn-group .dropdown-toggle .filter-option, .panel .btn-group .dropdown-toggle .filter-option {
    margin-top: 0.5625rem;
    overflow: hidden;
    width: 100%;
    text-align: left;
    color: #929292;
    font-size: 1rem;
    font-family: Arial;
    line-height: 150%; }
  .bootstrap-select.btn-group .dropdown-toggle .bs-caret, .panel .btn-group .dropdown-toggle .bs-caret {
    position: absolute;
    height: 2.375rem;
    width: 2.5rem;
    right: 0;
    top: 0;
    z-index: 100;
    border-left: 1px solid #949494;
    background-color: #f49758; }
  .bootstrap-select.btn-group .dropdown-toggle .caret, .panel .btn-group .dropdown-toggle .caret {
    display: block;
    margin-top: calc(50% - 0.1875rem / 2);
    font-family: oswaldregular;
    font-size: 1.25rem;
    line-height: 0; }
    .bootstrap-select.btn-group .dropdown-toggle .caret:after, .panel .btn-group .dropdown-toggle .caret:after {
      content: "\E004";
      font-family: dgac;
      color: #fff; }
.bootstrap-select.btn-group .dropdown-menu, .panel .btn-group .dropdown-menu {
  width: 100%;
  position: absolute;
  top: 2.625rem;
  left: 0;
  z-index: 100;
  display: none;
  background-color: #fff;
  overflow: hidden !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
  .bootstrap-select.btn-group .dropdown-menu li, .panel .btn-group .dropdown-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li a, .panel .btn-group .dropdown-menu li a {
      display: block;
      padding: 0.3125rem 0.625rem; }
  .bootstrap-select.btn-group .dropdown-menu .selected a, .panel .btn-group .dropdown-menu .selected a {
    background-color: #f49758; }
  .bootstrap-select.btn-group .dropdown-menu.inner, .panel .btn-group .dropdown-menu.inner {
    position: static;
    border: 1px solid #949494; }

.dgac-navbar {
  background-color: #373737;
  margin-bottom: 2.5rem; }
.dgac-navbar .navbar {
  padding-left: 1.875rem;
  display: flex;
  justify-content: space-between; }
.dgac-navbar .navbar-nav {
  display: flex;
  flex: 1 1 auto; }
.nav .dgac-navbar {
  padding-top: 60px;
}
.nav .dgac-navbar .navbar-nav li{
  min-height:85px;
  height:auto 
}
.nav .dgac-navbar .navbar-nav li:focus .menuLabel{
  text-decoration: underline;
  text-decoration-color: white;
}
.nav .dgac-navbar .navbar-nav li.active:focus .menuLabel {
  text-decoration-color: #373737;
}
.dgac-navbar .navbar-nav a {
  color: #fff;
  font-family: oswaldregular;
  font-size: 1.125rem; }
.dgac-navbar .navbar-nav a:hover {
  background-color: #fff;
  color: #373737; }
.dgac-navbar .navbar-nav .active {
  font-weight: bold;
  background-color: #fff; }

.app-search {
  position: relative; }
  .app-search .app-search-link {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    color: #fff; }
    .app-search .app-search-link:before {
      font-family: dgac;
      content: "\E002";
      font-size: 1.875rem;
      line-height: 1.7; }
    .app-search .app-search-link span {
      position: absolute;
      top: -3000px;
      left: -3000px; }

.drop-search {
  display: none;
  position: absolute;
  width: 18.75rem;
  top: 3.125rem;
  right: 0;
  z-index: 4;
  background-color: #f8f8f8;
  padding: 0.625rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }
  .drop-search .form-group {
    display: table-cell;
    width: 80%; }
  .drop-search .form-control {
    height: 1.875rem;
    padding: 0.3125rem; }

.nav-second > ul {
  background-color: #eeeeee;
  padding: 1.875rem 0; }
  .nav-second > ul > li {
    text-transform: uppercase;
    position: relative; }
    .nav-second > ul > li:before {
      content: "";
      width: 80%;
      height: 0.0625rem;
      position: absolute;
      top: 0;
      left: calc(50% - 80% / 2);
      background-color: #949494; }
    .nav-second > ul > li a {
      padding: 0.75rem 1.875rem;
      display: inline-block; }
.nav-second li {
  cursor: pointer;
  position: relative;
  font-size: 0.875rem; }
  .nav-second li a {
    display: inline-block;
    padding: 0.625rem 3.125rem 0.625rem 0;
    color: #373737; }
.nav-second li.active:after {
  content: "\E004";
  position: absolute;
  right: 1.875rem;
  top: 0.9375rem;
  width: 0.875rem;
  height: 0.5rem;
  font-family: dgac;
  font-size: 1.125rem;
  line-height: 0;
  color: #929292; }
.nav-second li.active.on:after {
  transform: rotate(180deg); }
.nav-second .sub-menu {
  border-left: 2px solid #929292;
  margin: 0 0 1.875rem 1.875rem; }
  .nav-second .sub-menu > li {
    text-transform: none;
    position: relative; }
    .nav-second .sub-menu > li a {
      padding-left: 1.25rem; }
    .nav-second .sub-menu > li:before {
      content: "";
      width: 80%;
      height: 0.0625rem;
      position: absolute;
      top: 0;
      left: calc(50% - 80% / 2);
      background-color: #f8f8f8; }
  .nav-second .sub-menu li.active:after {
    content: "\E008";
    font-size: 0.875rem; }
  .nav-second .sub-menu li.sub-active {
    background-color: #f8f8f8; }
  .nav-second .sub-menu a {
    padding-left: 2.5rem; }
.nav-second .sub-sub-menu {
  padding-left: 0.625rem; }

.breadcrumb {
  margin-bottom: 1.875rem;
  color: #929292;
  font-family: Arial; }
  .breadcrumb a {
    color: #929292; }
  .breadcrumb .active {
    color: #373737; }
    .breadcrumb .active:before {
      color: #929292; }

.page-header {
  margin-bottom: 2.1875rem; }
  .page-header h1 {
    font-size: 3.125rem;
    font-family: oswaldregular;
    line-height: 100%;
    margin-bottom: 1.875rem; }
  .page-header .hat {
    font-size: 1.25rem; }

.nav-tabs {
  display: flex;
  border-bottom: 1px solid #949494;
  font-family: oswaldregular; }
  .nav-tabs li {
    margin-bottom: -1px; }
  .nav-tabs li:focus-visible {
    outline: solid 1px;
   }
    .nav-tabs li a {
      color: #707070;
      border: 1px solid transparent; }
  .nav-tabs .active a {
    border: 1px solid #949494;
    border-bottom-color: transparent;
    background-color: #fff;
    color: #373737; }

.tab-content {
  padding: 1.25rem 0.625rem; }

.nav-pills {
  display: flex;
  font-family: oswaldregular; }
  .nav-pills a {
    color: #929292; }
  .nav-pills .active a {
    background-color: #373737;
    color: #fff; }

.nav-stacked {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li a, .panel .btn-group .dropdown-menu li a, .form-element-simple input:not(submit):not(reset), .form-element-simple textarea, .form-element-multi h2, .form-element-multi label, .radio label, .togglebutton label {
  font-family: Arial;
  font-size: 1rem;
  color: #373737; }

button[type="submit"], button[type="reset"], .btn, .pager a {
  height: 1.875rem;
  color: #fff;
  border: 0.188rem solid #C55301;
  font-family: oswaldregular;
  font-size: 0.9375rem;
  text-transform: uppercase;
  padding: 0 1.25rem;
  cursor: pointer; }

.error span, .error p {
  color: #d1332a; }
.error input, .error textarea {
  border-color: #d1332a !important;
  color: #d1332a !important; }

input[placeholder] {
  color: inherit; }

legend {
  font-size: 1.5625rem;
  margin-bottom: 1.5625rem; }

button[type="submit"] {
  background-color: #C55301; }

button[type="submit"]:hover, button[type="submit"]:focus {
  background-color: #fff;
  color: #C55301;
  }

button[type="reset"] {
  background-color: #C55301; }

select {
  background-color: #fff;
  border: 1px solid #949494;
  height: 2.5rem; }

.form-element-simple {
  margin-bottom: 1.25rem; }
  .form-element-simple label, .form-element-simple p {
    display: block;
    margin-bottom: 0.5rem; }
  .form-element-simple input:not(submit):not(reset), .form-element-simple textarea {
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem 0.625rem;
    border: 1px solid #949494; }
  .form-element-simple textarea {
    min-height: 9.375rem; }

.bootstrap-select {
  position: relative;
  height: 2.5rem; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    top: -5000px;
    display: block !important;
    width: 0.5px !important;
    height: auto !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
  .bootstrap-select.btn-group .btn {
    padding-left: 0.625rem; }
  .bootstrap-select.open .dropdown-menu {
    display: block; }

.form-element-multi {
  margin-bottom: 1.25rem; }
  .form-element-multi h2 {
    margin-bottom: 0.625rem; }
  .form-element-multi label {
    cursor: pointer;
    display: inline-block;
    margin-right: 1.25rem; }

.checkbox input[type=checkbox] {
  position: relative;
  top: 0.1875rem;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.1875rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #373737;
  margin-right: 0.3125rem;
  accent-color: #C55301;
  cursor: pointer;
  margin-right: 1.5rem; }

  .checkbox input[type=checkbox]:focus-visible{
    outline: solid 1px;
  }
  .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #C55301;
    border: 0; }
  .checkbox input[type=checkbox]:checked + .checkbox-material .check:focus-visible {
    outline: solid 1px;}
  .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    content: "\E00C";
    font-family: dgac;
    color: #fff;
    font-size: 0.875rem;
    line-height: 0;
    padding-top: 0.5625rem; }

.radio input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .radio input[type=radio]:checked + .circle:before {
    content: "\E00B";
    font-family: dgac;
    font-size: 1.25rem;
    color: #C55301; }
.radio label {
  cursor: pointer;
  display: flex;
  margin-right: 1.25rem;
  align-items: center;
  height: 2rem; }
  display: flex;
  margin-right: 1.25rem;
  align-items: center;
  height: 2rem; }
.radio .circle {
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
  top: 0.375rem;
  display: inline-block; }
  .radio .circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\E00A";
    font-family: dgac;
    font-size: 1.25rem;
    color: #949494; }

.checkbox-material .check {
  position: relative;
  top: 0.1875rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.1875rem;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #373737;
  margin-right: 0.3125rem; }
.checkbox-material .check:before {
  position: absolute;
  content: "";
  display: block;
  left: calc(50% - 0.375rem);
  top: calc(50% - 0.5625rem); }

  .checkbox-material .check:focus-visible {
    outline: solid 1px;
  }

.togglebutton label {
  cursor: pointer;
  display: inline-block;
  margin-right: 1.25rem; }
.togglebutton input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .togglebutton input[type=checkbox][disabled] + .toggle:after, .togglebutton input[type=checkbox][disabled]:checked + .toggle:after {
    background-color: #eeeeee; }
  .togglebutton input[type=checkbox] + .toggle:active:after, .togglebutton input[type=checkbox]:checked + .toggle:after {
    left: 0.9375rem; }
  .togglebutton input[type=checkbox]:checked + .toggle {
    background-color: #f49758; }
  .togglebutton input[type=checkbox]:checked + .toggle:after {
    background-color: #C55301; }
.togglebutton .toggle:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #F1F1F1;
  border-radius: 1.25rem;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -0.3125rem;
  top: -0.125rem; }
.togglebutton .toggle,
.togglebutton input[type=checkbox][disabled] + .toggle {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 0.9375rem;
  background-color: #949494;
  border-radius: 0.9375rem;
  margin-right: 0.9375rem;
  vertical-align: middle; }

.input-file {
  position: relative;
  margin-bottom: 1.875rem; }
  .input-file input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
  .input-file .input-group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%; }
    .input-file .input-group .form-control {
      border: 1px solid #949494;
      height: 2.5rem;
      padding: 0.625rem;
      float: none;
      font-size: 1rem;
      width: calc(100% - 3.4375rem); }
  .input-file .input-group-btn {
    width: 3.4375rem;
    height: 2.5rem; }
    .input-file .input-group-btn:after {
      content: "\E012";
      font-family: dgac;
      font-size: 1.5625rem;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 0.4375rem 0 0 calc(50% - 0.75rem);
      background-color: #C55301; }
  .input-file .btn-fab-mini {
    height: 2.5rem;
    background-color: transparent;
    border: 0;
    width: 3.4375rem; }

.submit {
  text-align: right;
  margin-bottom: 5px;
 }

 .modal-body .submit, .custom-popin .submit{
  padding: 0 1.25rem;
 }

.alert {
  margin: 1.25rem 0;
  padding: 0.3125rem 0.625rem;
  background-color: #eeeeee; }
  .alert button {
    width: 100%;
    text-align: left; }
  .alert span, .alert p {
    position: relative;
    display: block;
    padding-left: 1.5625rem;
    font-size: 1rem;
    line-height: 130%; }
    .alert span:before,.alert p:before {
      font-family: dgac;
      position: absolute;
      left: 0;
      top: calc(50% - 1.3125rem / 2);
      font-size: 1.25rem; }
    .alert span:after, .alert p:after {
      content: "\E013";
      font-family: dgac;
      position: absolute;
      right: 0.625rem;
      top: 0;
      cursor: pointer; }

.alert-success span:before, .alert-success p:before {
  content: "\E009"; }

.alert-info span:before,.alert-info p:before {
  content: "\E00F"; }

.alert-error span,.alert-error p {
  color: #d1332a; }
  .alert-error span:before, .alert-error p:before {
    content: "\E011"; }

.btn {
  color: #fff;
  background-color: #C55301;
  border: 0.188rem solid #C55301; }

.btn:focus, .btn:hover {
  background-color: #fff;
  color: #C55301;
}

.modal-valid .modal-header {
  background-color: #75c165; }
  .modal-valid .modal-header h3 {
    color: #fff; }
.modal-valid .modal-body:before {
  content: "\E009"; }

.modal-info .modal-header {
  background-color: #eeeeee; }
  .modal-info .modal-header h3 {
    color: #373737; }
.modal-info .modal-body:before {
  content: "\E00F"; }

.modal-error .modal-header {
  background-color: #d1332a; }
  .modal-error .modal-header h3 {
    color: #fff; }
.modal-error .modal-body:before {
  content: "\E011"; }

.modal-dialog {
  position: absolute;
  top: calc(50% - 15.625rem / 2);
  left: calc(50% - 37.5rem / 2);
  max-width: 37.5rem;
  background-color: #fff; }
  .modal-dialog .modal-header {
    position: relative;
    text-align: right;
    padding: 0.9375rem; }
    .modal-dialog .modal-header h3 {
      text-align: left;
      font-family: oswaldregular;
      text-transform: uppercase;
      max-width: 90%; }
  .modal-dialog .close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: transparent;
    z-index: 1052;
    cursor: pointer; }
    .modal-dialog .close:after {
      content: "\E013";
      font-family: dgac;
      position: absolute;
      top: -0.3125rem;
      right: 0.625rem;
      color: #fff;
      width: 1.25rem;
      height: 1.25rem;
      font-size: 1.875rem;
      z-index: 1051; }
    .modal-dialog .close span {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0; }
  .modal-dialog .modal-body, .modal-dialog .custom-popin {
    padding: 1.25rem 0; }
    .modal-dialog .modal-body:before {
      font-family: dgac;
      position: absolute;
      left: 1.25rem;
      top: calc(50% - 2.8125rem / 2);
      font-size: 2.5rem; }
  .modal-dialog .modal-footer {
    padding: 1.25rem;
    text-align: center; }
    .modal-dialog .modal-footer .btn {
      height: auto;
      background-color: #373737;
      font-size: 1.25rem;
      border: none; }
      .modal-dialog .modal-footer .btn:hover{
        color: white;
      }

.progress {
  overflow: hidden;
  height: 1.25rem;
  margin: 1.25rem 0;
  background-color: #eeeeee;
  border-radius: 0.625rem; }

.progress-bar {
  width: 0%;
  height: 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  background-color: #C55301;
  vertical-align: middle; }
  .progress-bar span {
    color: #fff;
    vertical-align: middle; }

.content-range {
  padding: 3.125rem 0; }

.slider {
  position: relative; }

.slider-track {
  background-color: #eeeeee;
  height: 1.25rem;
  border-radius: 0.625rem;
  position: absolute;
  top: calc(50%);
  width: 100%; }

.slider-track-low, .slider-track-high {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 0.625rem; }

.slider-selection {
  position: absolute;
  background-color: #f49758;
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 0.625rem; }

.slider-handle {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #C55301;
  margin: -0.3125rem 0 0 -0.625rem; }

.tooltip.top {
  margin-top: -2.8125rem;
  z-index: 120;
  margin-left: -0.9375rem !important;
  width: 2.5rem; }

input[type=range] {
  width: 100%;
  -webkit-appearance: none; }
  input[type=range]:focus {
    outline: none; }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #fff;
    border: 6px solid #C55301;
    margin-top: -0.25rem; }
  input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 1.25rem;
    background-color: #eeeeee;
    border-radius: 0.625rem; }
  input[type=range]::-moz-range-thumb {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border: 6px solid #C55301;
    margin-top: -0.25rem; }
  input[type=range]::-moz-range-track {
    height: 1.25rem;
    background-color: #eeeeee;
    border-radius: 0.625rem; }

.steps {
  padding: 1.25rem 0; }
  .steps ul {
    display: flex;
    justify-content: space-between; }
    .steps ul li {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      position: relative; }
      .steps ul li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 8px;
        top: calc(70% - 8px / 2);
        background-color: #eeeeee;
        z-index: -2;
        left: 0; }
      .steps ul li.last:before {
        display: none; }
    .steps ul div {
      text-align: center; }
    .steps ul span {
      width: 100%;
      display: inline-block;
      margin-bottom: 0.625rem; }
    .steps ul strong {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #949494;
      font-size: 1.25rem;
      font-weight: normal; }
    .steps ul .done {
      position: relative; }
      .steps ul .done strong {
        border-color: #C55301; }
      .steps ul .done:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 8px;
        top: calc(70% - 8px / 2);
        left: 0;
        background-color: #f49758;
        z-index: -1; }
      .steps ul .done.track strong {
        color: #fff;
        background-color: #C55301; }
      .steps ul .done.track:after {
        display: none; }

.pagination-box {
  text-align: center; }

.pagination {
  display: inline-flex;
  padding: 1.25rem 0; }
  .pagination li {
    margin: 0 0.125rem; }
  .pagination a {
    display: block;
    padding: 0.625rem;
    background-color: #eeeeee;
    color: #373737;
    font-size: 1.125rem;
    font-family: oswaldregular; }
  .pagination .active a {
    background-color: #373737;
    color: #fff; }
  .pagination .sr-only {
    position: absolute;
    top: -3000px;
    left: -3000px; }

.pager-box {
  text-align: center; }

.pager {
  display: flex;
  justify-content: space-between; }
  .pager a {
    display: inline-block;
    background-color: #C55301;
    font-size: 1.25rem;
    height: auto; }
  .pager .previous {
    position: relative; }
    .pager .previous a {
      padding: 0.625rem 0.625rem 0.625rem 2.5rem; }
      .pager .previous a:before {
        position: absolute;
        content: "\E01D";
        font-family: dgac;
        top: 1.5625rem;
        left: 0;
        font-size: 2.5rem;
        line-height: 0; }
  .pager .next {
    position: relative; }
    .pager .next a {
      padding: 0.625rem 2.5rem 0.625rem 0.625rem; }
      .pager .next a:after {
        position: absolute;
        content: "\E01C";
        font-family: dgac;
        top: 1.5625rem;
        right: 0;
        font-size: 2.5rem;
        line-height: 0; }

caption {
  padding-bottom: 1.25rem;
  font-size: 1.125rem; }

.table {
  margin-bottom: 1.25rem; }
  .table thead th {
    position: relative;
    padding: 0.5rem 1.25rem 0.5rem 0.625rem;
    background-color: #373737;
    color: #fff;
    font-size: 0.75rem;
    font-weight: normal;
    font-family: oswaldregular;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left; }
    .table thead th i {
      position: absolute;
      top: -3000px;
      left: -3000px; }
  .table thead .sorting:after {
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 0.5rem);
    content: "\E017";
    font-family: dgac;
    font-size: 0.9375rem; }
  .table thead .sorting_asc:after {
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 0.4375rem);
    content: "\E007";
    font-family: dgac;
    font-size: 0.75rem; }
  .table thead .sorting_desc:after {
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 0.4375rem);
    content: "\E008";
    font-family: dgac;
    font-size: 0.75rem; }
  .table tbody th {
    background-color: #f8f8f8;
    font-weight: normal;
    border-bottom: 2px solid #eeeeee;
    padding: 0.5rem 0.625rem; }
  .table td {
    padding: 0.5rem 0.625rem;
    vertical-align: middle;
    border-bottom: 2px solid #eeeeee; }

.panel {
  margin-bottom: 1.25rem;
  background-color: #fff; }
  .panel .table {
    margin: 0;
    border: 1px solid #eeeeee; }
    .panel .table th {
      background-color: inherit;
      color: #373737; }
    .panel .table td {
      border-top: 2px solid #eeeeee;
      border-bottom: 0; }
  .panel .btn-group {
    max-width: 40%; }
    .panel .btn-group.open .dropdown-menu {
      display: block;
      margin-top: 0.625rem;
      width: 40%;
      left: 0.625rem; }
    .panel .btn-group .btn {
      color: #373737;
      text-align: left; }
      .panel .btn-group .btn .caret:after {
        padding-left: 0.625rem; }

.panel-default .panel-body {
  border-bottom: 1px solid #eeeeee; }

.panel-heading {
  background-color: #373737;
  padding: 0.625rem; }

.sub-heading {
  background-color: #eeeeee;
  position: relative; }

.panel-title {
  color: #fff;
  font-family: oswaldregular;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1; }

.panel-body {
  padding: 0.625rem;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee; }
  .panel-body .pagination {
    padding: 0; }
    .panel-body .pagination a {
      background-color: inherit;
      padding: 0 0.3125rem;
      color: #929292; }
    .panel-body .pagination .active a {
      color: #fff;
      background-color: #373737; }

.list-group {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

.list-group-item {
  padding: 0.625rem;
  border-top: 1px solid #eeeeee; }

.doc {
  position: relative;
  padding-left: 2.5rem; }
  .doc:before {
    content: "\E018";
    font-family: dgac;
    font-size: 1.125rem;
    position: absolute;
    left: 0.625rem;
    top: 0.625rem; }

.footer-list {
  background-color: #eeeeee;
  padding: 2.5rem 0; }
  .footer-list h1 {
    font-size: 1.125rem;
    font-family: oswaldregular;
    margin-bottom: 1.25rem;
    text-transform: uppercase; }
  .footer-list li {
    padding-top: 0.3125rem; }
  .footer-list a {
    color: #373737; }

.footer-base .row {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .footer-base .row div {
    width: 50%;
    padding: 1.875rem 0; }
  .footer-base .row .logos {
    text-align: right; }
    .footer-base .row .logos img {
      vertical-align: middle;
      margin-left: 1.875rem; }
  .footer-base .row ul {
    display: flex;
    margin-bottom: 0.625rem; }
  .footer-base .row li {
    border-left: 1px solid #929292;
    padding: 0 0.3125rem;
    line-height: 1; }
    .footer-base .row li:first-child {
      border: 0;
      padding-left: 0; }
    .footer-base .row li a {
      color: #373737; }
  .footer-base .row p {
    color: #929292; }
    .footer-base .row p a {
      color: #929292; }

.arrow-mobile {
    display: none;
}

@media(max-width: 768px) {
    .app .layout[data-menu="left"][data-reactroot] {
        height: auto;
    }

    .arrow-mobile {
        align-self: center;
        margin-left: auto;
        display: revert;
    }

    .arrow-mobile i {
        background-color: #f8f8f8;
        margin: 2px;
        font-size: 30px;
    }
    
    /*  */
    form[data-mode="consult"] .form-group[data-mode="consult"] .row .control-label {
        margin-bottom: 1rem;
    }

    form[data-mode="consult"] .form-group[data-mode="consult"] .row .form-control {
        margin-bottom: 1rem;
    }
}