﻿.space-h {
    margin: auto 5px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.marginFile {
    margin-bottom: 6px !important;
    display: inline-block;
}

.tr.hide-table-padding td {
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 80px;
}

.expand-button {
    position: relative;
    color: black;
}

.accordion-toggle.expand-button:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-family: 'Glyphicons Halflings';
    content: "\e260";
}

.accordion-toggle.collapsed.expand-button:after {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
}

.botaoFiltrar {
    float: right;
    position: relative;
}

.botao {
    color: black;
}

    .botao:hover {
        color: darkgray;
    }

.inputSearch {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid darkgray;
    display: none;
}

.button-fixed {
    margin-left: 286px;
}

.button-close {
    content: "X";
}

.icon-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 23px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.div-sem-oferta {
    width: 100%;
    background-color: azure;
    color: dimgray;
    font-size: larger;
    padding-top: 100px;
}

.glyphicon.red {
    color: red
}

.glyphicon.gray {
    color: lightgray;
}

.tableFixed {
    overflow-x: auto;
}

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.space-between {
    justify-content: space-between;
}

.table-container {
    position: relative;
}

.table thead th {
    white-space: nowrap;
}

.table tbody td {
    white-space: nowrap;
}

.col-fixed {
    z-index: 3;
    right: 0;
    position: absolute !important;
    top: auto;
    width: 200px;
}

.table-scroll {
    overflow-x: auto;
    width: calc(100% - 200px);
}



.link-pencil {
    color: black;
}

    .link-pencil:hover {
        color: #464646;
    }

.tr-disabled > *:not(.default) {
    color: #babaca !important;
}

.tr-disabled .disabled {
    color: #babaca !important;
}

.tr-disabled *:hover:not(.default) {
    color: #babaca !important;
}

.black {
    color: black !important;
}

.modal-title {
    display: inline;
}

.eff-check.inline {
    display: inline;
}

    .eff-check.inline :not(:first-child) {
        margin-inline: 0 10px;
    }
