﻿/* AdminLTE fixes */
.alert a.btn, .alert a.close {
    text-decoration: none;
}

.user-panel > .image > img {
    max-width: 60px;
}

.user-panel > .info {
    padding-top: 15px;
    left: 95px;
    font-size: 1.5rem;
}

img.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#reportviewer {
    min-height: 650px;
    min-width: 100%;
}

table.full-width {
    width: 100%;
}

.table-control {
    max-width: 100px;
    height: 25px;
}

.table-select {
    height: 25px;
    padding: 0;
}

select.select-inline-modal {
    min-width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    select.select-inline-modal {
        min-width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    select.select-inline-modal {
        margin-bottom: 10px;
    }
}

.select2-container *:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.strong {
    font-weight: bold;
}

img#logo-landing {
    width: 576px;
    padding-top: 100px;
}

@media only screen and (min-width: 768px) {
    img#logo-landing {
        padding-top: 180px;
    }
}

hr {
    border-top: 1px solid #ccc;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media (min-width: 768px) {
    .row.row-eq-height {
        display: flex;
        flex-wrap: wrap;
    }
}

/*
 *Remover borde de form control boostrap
 */
.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

label > input[required="required"] {
    background: red;
}

/* Loader */
.loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* logo footer */
.logo-footer {
    height: 38px;
}

@media (min-width: 992px) {
    .logo-footer {
        margin-top: -8px;
        padding-right: 4px;
    }
}

.main-footer {
    padding-left: 6px;
}

.row-button {
    display: inline-block;
    align-self: flex-end;
    margin-bottom: 15px;
    padding-bottom: 2px;
}

.border-right-0 {
    border-right: none !important;
}

.border-left-0 {
    border-left: none !important;
}

.login-page, .register-page {
    background-color: #ecf0f5;
}

.content-wrapper {
    padding-bottom: 7px;
}

.loading {
    z-index: 20;
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.loading-content {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-anulado {
    background-color: #f2dede !important;
    text-decoration: line-through !important;
}

.swal2-popup {
    font-size: 1rem !important;
}

.btn.bg-orange {
    color: #FFFFFF !important;
}

#rootwizard .navbar .navbar-inner .container .nav.nav-pills {
    font-size: 1.0625rem;
    margin-bottom: 1rem;
}

#rootwizard .pager.wizard {
    margin-top: 1rem;
    padding-top: 1rem;
    margin-bottom: 0;
    border-top: 1px solid #CCC;
}

/* ===== AdminLTE Fixes ===== */
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-treeview {
    background-color: rgb(255,255,255, 0.05);
}
/* ===== END AdminLTE Fixes ===== */
/* ===== BS4 Fixes ===== */
.table th, .table td {
    padding: 0.5rem;
}
/* ===== END BS4 Fixes ===== */

/* ===== DataTables BS4 Fixes ===== */
table.dataTable {
    border-collapse: collapse !important;
}

/* ===== END DataTables BS4 Fixes ===== */