﻿.jumbotron {
    color: #808080;
}

input[type=checkbox].form-check-input {
    margin-top: 0.15rem;
}

hr.has-border-light {
    border-color: #9d9d9d;
}

.form-control:disabled, button:disabled {
    cursor: not-allowed;
}

#contentWrapper {
    padding: 1em 0;
}

/*.container {
    padding: 1em;
}*/

.is-pointer {
    cursor: pointer;
}

.is-hidden {
    display: none;
}

.force-is-hidden {
    display: none !important;
}

.is-invisible {
    opacity: 0;
}

.is-full-height {
    position: relative;
    height: 100%;
    min-width: 1px;
}

.has-border-left {
    border-left: 1px solid;
}

hr.is-light, .has-bc-light {
    border-color: #b3b3b3;
}

div.overlay, section.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 999;
    opacity: 0.5;
}

.is-forbidden {
    cursor: not-allowed;
}

.is-break-word {
    word-break: break-word;
}

.has-opacity-08 {
    opacity: 0.8;
}

.has-hover-opacity-1:hover {
    opacity: 1;
}

.is-italic {
    font-style: italic;
}

i.outline {
    color: #FFF;
}

i.outline-success {
    text-shadow: 0px 0px 5px #28a745;
}

.text-underline {
    text-decoration: underline;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #333333;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: transparent;
}

.align-middle .outer {
    display: table;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.align-middle .middle {
    display: table-cell;
    vertical-align: middle;
}

.align-middle .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    /*whatever width you want*/
}

.mt--1 {
    margin-top: -1rem;
}

.mt-01 {
    margin-top: 0.1rem;
}

#contentContainer {
    min-height: 300px;
}

.bg-black {
    background-color: #000;
}

.w-standard-auto {
    width: 980px;
    margin: 0 auto;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

#header-top .dropdown {
    padding-bottom: 10px;
}

#header-top .dropdown-menu {
    top: -10px !important;
}

.dropdown.bootstrap-select {
    height: auto;
}

.ui-autocomplete {
    z-index: 10000;
    /*font-size: 1em;
    list-style-type: none;*/
}

select.selectpicker {
    display: block !important;
}
/* Stops the bootstrap-select plugin from flickering */

button.btn-primary.active {
    font-weight: bold;
}

.has-hover-bg-light:nth-of-type(odd) {
    background-color: #333333;
}

.fs-12px {
    font-size: 12px;
}

h6.is-arial {
    font-family: Arial !important;
    font-size: 14px;
}

.has-lh-normal {
    line-height: normal;
}

a.disabled {
    cursor: not-allowed;
}

.modal-dialog.extra-big {
    width: 75%;
    height: 85%;
    top: 2.5%;
    left: 2.5%;
    margin: 0 auto;
    padding: 0;
    max-width: none;
}

    .modal-dialog.extra-big .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

.treeview-container-children {
    margin-left: 5.2em;
}

.hover-underline:hover {
    text-decoration: underline;
}

.fa-slightly-bigger {
    font-size: 1.2em;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ffc107;
}

.text-black {
    color: #000;
}

#bottomWrapper {
    margin-bottom: 32px;
}

ul.list-branded li::before {
    color: #e5a713;
    content: "\25A0";
    font-size: 1em;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.has-cursor-default {
    cursor: default !important;
}

.form-check--custom input[type="checkbox"]:checked ~ .checkmark.checkmark-disabled{
    background-color: #6b6b6b !important;
}

#container-locale > .dropdown-menu { min-width: 200px; }

div.vertical-divider { font-size: 1.2em; margin: 0 0.5em; }
    div.vertical-divider:after {
        content: "|"
    }

@media (max-width: 1230px) {
    #id-1-dropdown-menu-tweak, #id-2-dropdown-menu-tweak {
        left: 0px !important;
        right: initial !important;
    }
}