body {
    font-size: 16px;
}

.pace .pace-progress {
  background: #C62828 !important;
}

.navbar-inverse {
    background-color: #A7140A !important;
    border-color: #A7140A !important;
} 


.navbar-inverse-topo .navbar-nav > li > a {
    color: #FFF !important;
}

.navbar-topo {
    min-height: 60px !important;
}

.navbar-brand {
  padding: 10px 30px;  
  height: 60px;
}
.navbar-brand-topo > img {
    margin-top: 0px;
    height: 30px;
}

.navbar-inverse .navbar-nav-topo > li > a {
    color: rgba(0,0,0,.7);
    padding-top: 20px;
    padding-bottom: 18px;
}

.navbar-nav  > li > a {
    padding-top: 20px;
    padding-bottom: 18px;
}

.navbar-header-topo .navbar-nav {
    margin-right: 0px;
}

.navbar-text-topo {
    padding: 13px 20px;
}


.navbar-nav > .dropdown-user > a {
    padding-top: 13.5px;
    padding-bottom: 11.5px;
}

.label {
    font-size: 14px;
}

.dropdown-menu {
    font-size: 15px;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 20px;
}

.navigation > li > a {
    font-weight: 400;
}

.footer {
    position: initial;
    bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .table thead {
        display: none !important;
    } 
    
    .table tbody tr td {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        padding: 15px !important;
        text-align: left !important;
    }
    
    .table thead tr th, .table tbody tr td {
            white-space: initial !important;
    }
    
    .table tbody tr td:first-child {
        background: #f5f5f5 !important;
        border-top: 2px #4E342E solid;
    }
}
@media (max-width: 768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        color: rgba(0,0,0,.7) !important;
    }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(0,0,0,.7) !important;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgba(0,0,0,.7) !important;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu .text-muted, .navbar-inverse .navbar-nav .open .dropdown-menu .media-annotation {
      color: rgba(0,0,0,.7) !important;
  }
  
  .navbar-inverse .dropdown-menu .media-body a, .navbar-inverse .dropdown-menu .table a {
      color: rgba(0,0,0,.7) !important;
  }
  
  .navbar-header {
    background-color: #A7140A !important;
    border-color: #A7140A !important;
  }
}

.breadcrumb > li {
    font-size: 13px;
}

.navigation {
    font-size: 14px;
}

.navigation .menu-title {
    color: #41434d;
    clear: both;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    padding: 0 20px;
    color: #fff;
}    


.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
  background-color: #A7140A;
  color: #fff;
}

.btn-labeled.btn-xs > b {
    padding: 6px;
}

.icons-list > li > a {
    color: #fff;
}

.btn {
    font-weight: normal;
}

.btn-block + .btn-block {
    margin: 2px 0;
}


a.logo svg {
    width: 160px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.cke_skin_v2 .cke_rcombo .cke_text {
    height: 20px !important;
}

.cke_skin_v2 .cke_button a, .cke_skin_v2 .cke_button a:hover, .cke_skin_v2 .cke_button a:focus, .cke_skin_v2 .cke_button a:active, .cke_skin_v2 .cke_button a.cke_off {
    height: 24px !important;
}

.cke_skin_v2 a.cke_dialog_tab, .cke_skin_v2 a:link.cke_dialog_tab, .cke_skin_v2 a:active.cke_dialog_tab, .cke_skin_v2 a:hover.cke_dialog_tab, .cke_skin_v2 a:visited.cke_dialog_tab {
    height: 24px !important;
}
