.sidebar {
    z-index: 1;
    overflow: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sidebar a {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    text-decoration: none;
}

.form-label{
    display: none;
}

.select2-selection__choice__display{
    background: white;
    color: black;
}

.form-control {
    border-radius: 0 !important;
    border: 1px solid black !important;
}


.form-select {
    border-radius: 0 !important;
    border: 1px solid black !important;
}

.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(209,176,52,.25) !important;
    border: 1px solid #D1B034 !important;
}


.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(209,176,52,.25) !important;
    border: 1px solid #D1B034 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 15px !important;
}

.mega-bottom-margin{
    margin-bottom: 4rem;
}

.hover-golden-no-shadow:hover{
    color: #D1B034 !important;
}
.hover-golden:hover {
    color: #D1B034 !important;
    box-shadow: 0px -1px 0px 0px #D1B034 inset;
}

.bar-item {
    padding: 16px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.add_button {
    border: 1px solid #D1B034;
    padding: 0px 10px;
}

.button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

table {
    border-spacing: 0px;
    overflow: hidden;
    overflow-x: auto;
    clear: both;
    width: 100%;
}

.link-edit {
    color: white !important;
    text-decoration: none;
}

.link-edit:hover {
    text-decoration: none;
}

.main-td {
    border-color: goldenrod !important;
    border-bottom-width: 1px;
}

.td-input {
    background-color: transparent;
    color: white;
}

.vertical-scrollable {
    height: 500px !important;
    overflow-y: scroll !important;
}

.float-right {
    float: right !important;
}

.select2-container {
    width: 100% !important;
}

.readonly {
    pointer-events: none;
}


.big_icon{
    height: 4em;
}

.sold {
    background-color: #FF0000 !important;
    color: white !important;
}
