body {
    min-width: 800px;
}

table th {
    color: rgb(179,179,179);
}
table td {
    color: rgb(111,111,111);
}
.sort-inactive{
    color: rgb(179,179,179);
}
.sort-active {
    color: rgb(219, 143, 47);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: rgb(111,111,111) !important;
    border-color: rgb(111,111,111) !important;
}
.pagination > li > a, .pagination > li > span{
    color: rgb(111,111,111);
}
.pagination-text{
    color: rgb(111,111,111);
}

/*Labels*/
.mkb-label, .mkb-biggerlabel, .button-label{
    color: rgb(111,111,111);
}
.mkb-biglabel {
    color: rgb(111,111,111);
}
.mkb-smalllabel{
    color: rgb(179,179,179);
}
.mkb-header,.mkb-header-rounded{
    color: #ffffff;
    background-color: rgb(111,111,111);
}
.mkb-data-ro  {
    color: rgb(111,111,111);
}
.strong-label{
    color: rgb(179,179,179);
}
.head-text {
    color: #ffffff;
}
.head-text.strong-label {
    color: #ffffff;
}
.Casual, .info-text {
    color: rgb(111,111,111);
}
.Casual a {
    text-decoration: underline;
}
.info-list>li{
    border-bottom: 1px dashed silver;
    color: rgb(111,111,111);
}
.info-list>li a {
    text-decoration: underline;
}
.info-list .info-date{
    font-style: italic;
    color: #909090;
}
.info-caption { 
    color: rgb(111,111,111);
}
.mkb-success-text{
    color: #83bf66;
}

/*Controls*/
.mkb-control, .mkb-control-big, .mkb-textarea {
    color: rgb(111,111,111);
    border-color: rgb(111,111,111);
}
.placeholder-active{
    color: rgb(204,224,238);
}
.mkb-section {
    background-color: #f5f5f5;
}
.mkb-section-inverted{
    background-color: #ffffff;
}
.mkb-control:focus,
.mkb-control-big:focus,
.mkb-textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219,143,47, .8);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219,143,47, .8);
}
.mkb-error-block {
    border-color: rgb( 233, 46, 130 ) !important;
    color: rgb( 233, 46, 130 );
    background-color: rgb( 254, 230, 244 );
    font-weight: normal;
}
.mkb-warning-block {
    border-color: #998e6f !important;
    color: #998e6f;
    background-color: #ffeeba;
    font-weight: normal;
}
.mkb-info-block {
    border-color: #6e8299 !important;
    color: #6e8299;
    background-color: #b8daff;
    font-weight: normal;
}
.mkb-input-error{
    background-color: rgb(254, 230, 244) !important;
}
.mkb-input-warning{
    border-color: rgb(233, 46, 130);
}
.mkb-input-label-error,.mkb-error{
    color: rgb(233, 46, 130);
}
.password-eye {    
    color: rgb(111,111,111);
    border-color: rgb(111,111,111);
}
.admi-dropdown .dropdown-menu a{
    color: silver;
}
.admi-dropdown .dropdown-menu a:hover{
    color: rgb(179,179,179);
}
.admi-dropdown .dropdown-menu a.active{
    color: rgb(111,111,111);
}
.input-file input {
    color: rgb(111,111,111);
}

/* BUTTONS */
.mkb-button-submit,.mkb-button-head {
    color: #ffffff;
    background-color: rgb(111,111,111);
    border-color: rgb(111,111,111); 
}
.mkb-button-submit:hover,
.mkb-button-submit:focus,
.mkb-button-head:hover,
.mkb-button-head:focus{
    color: #ffffff;
    background-color: rgb(102,102,102);
}
.mkb-button-signout {
    color: #ffffff; 
    background: none !important;
    border: none !important;
    font-size: 13px !important;
}
.mkb-button-signout:hover,
.mkb-button-signout:focus {
    color: rgb(219,143,47);
}
.mkb-button-cancel {
    color: rgb(111,111,111);
    background-color: #ffffff;
    border-color: rgb(111,111,111); 
 
}
.mkb-button-cancel,.mkb-button-default {
    color: rgb(111,111,111);
    background-color: #ffffff;
    border-color: rgb(111,111,111); 
}
.mkb-button-cancel:hover,
.mkb-button-cancel:focus,
.mkb-button-default:hover,
.mkb-button-default:focus{
    color: rgb(111,111,111);
    background-color: rgb(204,224,238);
}
.mkb-button-submit:disabled {
    color: #ffffff;
    background-color: rgb(86,86,86) !important;    
}
.mkb-button-excel {
    width: 36px;
    background-color: rgb(219,143,47) !important;
    border-color: rgb(219,143,47) !important;
    background: url('excel.png');
    background-position:center;
    background-repeat:no-repeat;
}
.mkb-button-excel:hover,
.mkb-button-excel:focus{
    background-color: rgb(229,176,109) !important;
    border-color: rgb(229,176,109) !important;
    background: url('excel-hl.png');
    background-position:center;
    background-repeat:no-repeat;    
}
/* TABS */

.mkb-tab{
    border-color: rgb(86,86,86) !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: rgb(111,111,111);  
} 
.nav-pills > li > a {
    color: rgb(111,111,111);
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus  {
    color: #ffffff;
    background-color: rgb(111,111,111);  
} 

/* MISC */
.mkb-border {
    border-color: rgb(86,86,86) !important;
}

/* TYPEAHEAD */
.tt-menu {
    color: rgb(0, 98, 172);
    background-color: #ffffff;
    border: 1px solid rgb(0, 98, 172);
    border-radius: 4px;
    margin: 4px 0;
    padding: 4px 0;
    width: 372px;
    max-height: 150px;
    overflow-y: auto;
}
.tt-menu, .gist {
    text-align: left;
}
.tt-suggestion {
    font-size: 12px;
    padding: 4px 12px;
}
.tt-suggestion:hover {
    background-color: rgb(0, 98, 172);
    color: #ffffff;
    cursor: pointer;
}
.twitter-typeahead {
    display: block !important;
}
input {
    background-color: #ffffff !important;
}
input[disabled] {
    background-color: #eeeeee !important;
}

a, a:hover {
    color: rgb(129,129,129);
}

.main-menu a, .main-menu a:hover {
    color: #ffffff;
}

.form-control:focus {
    border-color: rgb(86,86,86) !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.background-color-black {
    background-color: #000000;
}

.menu-item-head-marker {
    height: 17px;
}

.menu-marker-visible {
    background-color: rgb(219,143,47);
}

li.active > div.menu-item-head-marker {
    background-color: rgb(219,143,47);
}

li.active > div > a {
    color: rgb(219,143,47);
}

.lang-container {
    margin: 0 7px;
}

a > .lang-icon {
    border: 1px solid #000000;
}

a:hover > .lang-icon {
    border: 1px solid #FFFFFF;
}

.text-rotate {
    -moz-transform: rotate(-90deg);  /* FF3.5/3.6 */
    -o-transform: rotate(-90deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);  /* Saf3.1+ */
    transform: rotate(-90deg);  /* Newer browsers (incl IE9) */
    filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', 
             M11=6.123031769111886e-17, M12=1, M21=-1, M22=6.123031769111886e-17); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', 
                M11=6.123031769111886e-17, M12=1, M21=-1, M22=6.123031769111886e-17)"; /* IE8 */
}

.label {
    z-index: 1 !important;
}

.highcharts-tooltip span {
    background-color: white;
    opacity: 1;
    z-index: 9999 !important;
}

.favorites {
    padding: 0 0 0 4px !important;
    vertical-align: top !important;
}

.glyphicon-star {
    color: rgb( 255, 201, 14 );
}

.color-link-icon {
    color: rgb( 129, 129, 129 );
}

.mkb-section-order {
    font-size: 12px !important;
    padding: 20px;
}

.block-description {
    padding-right: 60px;
}

.table-print th,
.table-print td {
    font-size: 12px;
    color: #000 !important;
}

.table-print th {
    text-align: center;
    font-weight: normal !important;
}

.table-print td.cell-clarification {
    padding-top: 0 !important;
    font-size: 10px !important;
}

.table-print td.cell-value {
    border-bottom: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
}

.table-print.cell-padding th,
.table-print.cell-padding td {
    padding-top: 5px;
}

.table-print-payment th,
.table-print-payment td {
    padding: 5px !important;
}

.table-print-payment td.text-left {
    text-align: left !important;
}

.table-print-payment td.text-right {
    text-align: right !important;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
    border: 3px solid #000;
    text-align: center;
}

.table-bordered-thin > thead > tr > th,
.table-bordered-thin > tbody > tr > td {
    border: 1px solid #000 !important;
}

.font-italic {
    font-style: italic;
}

.font-title {
    font-weight: bold;
    font-size: 14px !important;
}

.font-total {
    font-size: 16px !important;
}

.cell-font-small {
    font-size: 10px !important;
}

.newline {
    clear: both;
}

.print-area-left {
    padding-right: 0 !important;
}

.no-col-padding {
    padding: 0 !important;
}

.no-col-padding-right {
    padding-right: 0 !important;
}

.no-col-padding-left {
    padding-left: 0 !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-2 {
    padding-left: 2px !important;
}

.text-underline {
    text-decoration: underline;
}

.advertising {
    position: fixed;
    bottom: 0;
    left: 2px;
    background-color: #fff;
}

.scroll-horizontal {
    overflow-x: auto;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
    margin-bottom: 2px !important;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 70% !important;
    border-color: rgb( 111, 111, 111 ) !important;
    font-size: 12px !important;
    padding: 2px 0 !important;
}
.bootstrap-select.btn-group button {
    border-color: rgb( 111, 111, 111 ) !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: rgb( 111, 111, 111 ) !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee !important;
  opacity: 1 !important;
}

.mkb-button-zoek {
    border-color: rgb( 111, 111, 111 ) !important;
}

.grid-import-lines {
    overflow-x: scroll;
}

.nowrap,
.grid-import-lines table td {
    white-space: nowrap;
}

/* bootstrap-select livesearch */
.bs-searchbox input {
    height: 22px !important;
    padding: 2px 4px;
    color: rgb( 111, 111, 111 );
    border-color: rgb( 111, 111, 111 );
    font-size: 12px;
}

.bs-searchbox input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba( 0, 0, 0,.075 ), 0 0 8px rgba( 219, 143, 47, .8 );
          box-shadow: inset 0 1px 1px rgba( 0, 0, 0,.075 ), 0 0 8px rgba( 219, 143, 47, .8 );
}

.dropdown-menu li.active a {
    background-color: rgb( 111, 111, 111 );
}

.collapsible {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.collapsible.collapsed .mkb-header-rounded {
    border-radius: 6px !important;
}

.collapsible.not-collapsed .mkb-header-rounded {
    border-radius: 6px 6px 0 0 !important;
}

.collapsible .mkb-header-rounded {
    margin-bottom: 0 !important;
}

.collapsible .mkb-header-rounded h4 {
    font-size: 26px !important;
    margin: 5px 0 !important;
}

.collapsible .mkb-header-rounded .topic-chevron {
    margin-top: 7px;
}

.collapsible-inner {
    border-radius: 0 0 6px 6px;
    border: 1px solid rgb( 111, 111, 111 );
    border-top: none;
    padding: 0 15px 15px;
}

.pointer {
    cursor: pointer;
}

.top30 { margin-top: 15px !important; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.p-3 {
    padding: 1rem !important;
}

.bg-green {
    background-color: #458900 !important;
    font-size: 18px !important;
}

a.link-white,
a.link-white:hover,
a.link-white:visited {
    color: #ffffff !important;
}
