body {
    color: white;
}

a {
    cursor: pointer;
}

h1 {
    color: rgba(133, 196, 64, 0.5);
}

h3 {
    /*color: rgba(133, 196, 64, 0.5);*/
}

.box {
    background-color: #338C36;
    padding-bottom: 20px;
    padding-top: 20px;
}

.margen-abajo {
    margin-bottom: 20px;
}

.fuenteSubastadirecta {
    font-family: Helvetica, sans-serif;
    color: #444444;    
    background-color: #FAFAFA;
}

.lado {
    padding-left: 10px;
    padding-top: 10px;
    float: left;
    position: relative;
}

.box-acceso {
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 20px;
    width: 300px;
    height: 200px;
    margin-bottom: 10px;
    display: block;
}

.box-acceso:hover {
        background-color: rgba(0, 0, 0, 0.9);
}

.dropdown-menu {
    background-color: rgb(0, 0, 0);
}

.input-subasta {
    width: 150px !important;
    max-width: 150px !important;
}

.box-modal {
    background-color: #338C36;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.box-acceso {
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 20px;
    width: 300px;
    height: 200px;
    margin-bottom: 10px;
}

    .box-acceso:hover {
        background-color: rgba(0, 0, 0, 0.9);
    }

.text-primary {
    color: white;
}

.modal-backdrop {
    opacity: .5;
    z-index: 999999;
}

.alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

@media print {
    .imprimible {
        display: block !important;
    }

    .no-imprimible {
        display: none;
    }
}

.imprimible {
    display: none;
}

.btn-fa {
     /*background-color: rgba(133, 196, 64, 0.2);
    color: white;
    border: 0px;
    font-size: 20px;*/
    font-weight: bold;
    margin: 5px;
    border-radius: 10px;
    color: rgba(68, 144, 55, 1);
    background-color: white !important;    
    border: 0px;
    cursor: pointer;
}

    .btn-fa:hover {
        background-color: rgba(133, 196, 64, 0.5) !important;
        color: white;
    }

    .btn-fa:disabled {
        background-color: rgba(133, 196, 64, 0.1) !important;
        color: white;
    }

    .btn-fa:active {
        background-color: rgba(133, 196, 64, 0.5) !important;
        color: white;
    }

.btn-primary:not(:disabled):not(.disabled).active {
    background-color: rgba(133, 196, 64, 0.5) !important;
    color: white;
    border: 0px;
}

.btn {
    background-color: rgba(133, 196, 64, 0.2) !important;
    color: white !important;
    border: 0px;
}

.btnDirecta {
    background-color: rgba(255, 196, 64, 0.2) !important;
    color: white !important;
    border: 0px;
}

a {
    color: rgba(133, 196, 64, 0.5);
}

    a:hover {
        color: rgba(133, 196, 64, 0.7);
    }

.fade {
    opacity: 1;
}

.modal-lg {
    transform: translate(0, 0) !important;
}

.modal-xlg {
    max-width: 1024px;
    transform: translate(0, 0) !important;
}

.modal-xxlg {
    max-width: 1400px;
    transform: translate(0, 0) !important;
}
.modal-xxxlg {
    max-width: 1600px;
    transform: translate(0, 0) !important;
}

th {
    background-color: rgba(133, 196, 64, 0.5);
}

tr {
    background-color: rgba(133, 196, 64, 0.2);
}

.td-sin-borde {
    border: 0px !important;
}

.respuesta {
    background-color: rgba(30, 30, 30, 0.7);
}

.modal {
    opacity: 1 !important;
}

.has-error {
    background-color: rgb(100, 0, 0);
}

.has-info {
    background-color: rgb(100, 73, 0);
}

.tiempo-final {
    color: red;
}

.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}

.overlay-rojo {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    
}
.btnactivas {
    background-color: #5cb85c !important;
    color: white !important;
    border: 0px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnfinalizadas {
    background-color: #d9534f !important;
    color: white !important;
    border: 0px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnpendientes {
    background-color: #ffc107 !important;
    color: white !important;
    border: 0px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnD {
    background-color: transparent;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}
    /* Tooltip styling */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        display: none;
        position: absolute;
        background: #000;
        color: #fff;
        padding: 4px 8px;
        font-size: 14px;
        line-height: 1.4;
        min-width: 100px;
        text-align: center;
        border-radius: 4px;
    }
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before,
[data-tooltip-position="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-tooltip-position="right"]:before,
[data-tooltip-position="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}

[data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
}

[data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}

[data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
}

/* Tooltip arrow styling/placement */
[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-tooltip-position="top"]:after,
[data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-tooltip-position="right"]:after,
[data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
}

[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
}

[data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
}

[data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
}

[data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
}
/* Show the tooltip when hovering */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}