body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

:root {
    --orange: #d45500;
}

a {
  color:#d45500;
}

a:hover{
  color:#000;
}

.footer {
   font-size: 13px;
   text-align: center;
}

.btn-yellow{
    background-color: #fcde00;
    color:#ffffff;
}

.btn-orange{
    background-color: #d45500;
    color:#ffffff;
}

.btn-red{
    background-color: #ce001e;
    color:#ffffff;
}

.btn-darkred{
    background-color: #860019;
    color:#ffffff;
}

.btn-black{
    background-color: #000000;
    color:#ffffff;
}

.bg-orange{
    color: #d45500;
}

.bg-darkred{
    color: #860019;
}

/* TABLES BACKGROUNDS */
.table-green{
    color: #000;
    background-color: rgb(145, 222, 118);
}

.table-yellow{
    color: #000;
    background-color: rgb(255, 230, 86);
}

.table-orange a{
    color: #000;
}

.table-orange{
    color: #000;
    /* background-color: #ffb800; */
    background-color: rgb(255, 182, 64);
}

.table-red{
    color: #FFF;
    /* background-color: #ff5351; */
    background-color: rgb(255, 133, 133);
}

.table-red a{
    color: #FFF;
}

.table-darkred{
    color: #FFF;
    /* background-color: #860019; */
    background-color: rgb(255, 74, 74);
}

.table-darkred a{
    color: #FFF;
}


.table-darkgrey{
    color: #FFF;
    background-color: rgb(128, 128, 128);
}

.table-darkgrey a{
    color: #FFF;
}

.table-black{
    color: #FFF;
    background-color: #5c5c5c;
}

.table-black a{
    color: #FFF;
}

.text-orange{
    color: #e67f02;
}

.text-red{
    color: #ff0000;
}

.text-darkred{
    color: #860019;
}

.text-black{
    color: #343434;
}

.alert-orange {
    color: #000;
    background-color: #d45500;
    border-color: #d6d8db
}

.alert-orange-secondary {
    color: #000;
    background-color: #ffeac2;
    border-color: #d45500
}

.border-orange{
    border-color: #d45500;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle-big {
    width: 70px;
    height: 70px;
    padding: 10px 0;
    border-radius: 40px;
    text-align: center;
    font-size: 34px;
}

.bg-menu {
    background-color: #222;
    color: #CCC;
}

.bg-menu-active {
    background-color: #626262;
    color: #FFF;
}

.bg-menu-admin {
    background-color: #C14E00;
    color: #FFF;
}

.bg-menu-admin-active {
    background-color: #D76417;
    color: #FFF;
}

.bg-menu-translator {
    background-color: #FFA52E;
    color: #FFF;
}

.bg-menu-translator-active {
    background-color: #E88400;
    color: #FFF;
}

.navbar {
  min-height: 40px;
}

.navbar-brand {
  padding: 0 0px;
  height: 40px;
  line-height: 40px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 10px;
  }
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -12rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 1rem 1.25rem;
  padding-bottom: 14px;
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #000;
}

#sidebar-wrapper .list-group {
  width: 12rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -12rem;
  }
}



.sidebar {
  padding: 0.1rem 0rem;
  padding-bottom: 1px;
  font-size: 0.8rem;
  font-weight: bold;
  background-color: #ddd;
}
.content {
  display: block;
  overflow: hidden;
  width: auto;
}
.sidebar-nav {

}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
  outline: none;
}
.sidebar-nav ul li, .sidebar-nav ul a {
  display: block;
}
.sidebar-nav ul a {
  padding: 10px 20px;
  color: #aaa;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
  color: #000;
  text-decoration: none;
  background: #fff;
}
.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-nav-item {
  padding-left: 0px;
}
.sidebar-nav-item-icon {
  padding-right: 5px;
}
#rtlh3 small {
    transform: rotateY(180deg);
    display: inline-block;
}

@media print {
  body {-webkit-print-color-adjust: exact;}
  @page { margin: 0; }
}

.mw-100{max-width:100px!important}
.mw-200{max-width:200px!important}
.mw-250{max-width:250px!important}