﻿body {
   font-size: 16px !important;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.mar-t20 {
    margin-top: 20px;
}

.mar-t5 {
    margin-top: 5px;
}
.topbar {
    background-color: rgba(161, 128, 27, 1);color: white;
}
.topbar a{
    color: #f0f0f0 !important;
}
.topbar a:hover{
    color: white !important;
}
.topbar .active{
    background-color: #917318 !important;
}

.open > a {
     background-color: rgba(161, 128, 27, 1) !important;
     color: white !important;
}
.open > .dropdown-menu {
     background-color: rgba(161, 128, 27, 1) !important;
     color: white !important;
}
.labelst-organe {
    background-color: #ff6a00;
}
.labelst-blue {
    background-color: #428bca;
}
.labelst-green {
    background-color: #01ac2c;
}
.labelst-flexhouse {
    background-color: rgba(161, 128, 27, 1);
}
.labelst-grey {
    background-color: #cccccc;
}
.tabstt-organe {
    background-color: #ff6a00;
    border-color:#ff6a00;
    color: white;
}

.tabstt-blue {
    background-color: #428bca;
    border-color:#428bca;
    color: white;
}
.tabstt-green {
    background-color: #01ac2c;
    border-color:#01ac2c;
    color: white;
}
.tabstt-grey {
    background-color: #cccccc;
    border-color:#cccccc;
    color: black;
}
.tabstt-flexhouse {
    background-color: rgba(161, 128, 27, 1);
    border-color:rgba(161, 128, 27, 1);
    color: white;
}
.tab-active {
    border-width: 3px !important;
    padding:6px !important;
    border-color:black;
}
.main-tabhead {
    background-color: #a1801b !important;font-weight:bold;
    color: white !important;
}
.active-leftmenu {
    background-color: #f5f5f5 !important;
}
.btn-flexhouse{
    color: #ffffff;
    background-color: #a1801b;
    border-color: #a1801b;
}
.btn-flexhouse:hover {
    color: #ffffff;
    background-color: #ad881b;
    border-color: #ad881b;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {

  background-color: #a1801b !important;
  border-color: #a1801b !important;
}