
@import 'equiser.navegacion.css';
@import 'equiser.paneles.css';
@import 'equiser.index.css';
@import "equiser.datatables.css";
@import 'equiser.modal.css';
@import 'equiser.formulario.css';
@import "equiser.asignacion.horario.css";
@import "equiser.reportes.css";

/* BODY */

body {
    height: 100%;
    background-color: #f0f0f0;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 30px 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

@media(min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 200px;
        padding: 30px 30px;
        border-left: 1px solid #e7e7e7;
    }
}

@media(min-width:1024px) {
    #page-wrapper {
        margin: 0 0 0 250px;
    }
}

#page-wrapper{
    margin-top: 50px;
}


/* General */

.page-alert{
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.page-alert .alert-background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.5;

}

@media screen and (max-width: 768px){
    .page-alert .alert-dialog{
        width: 80% !important;
    }
}

.page-alert .alert-dialog{
    position: relative;
    background-color: #ffffff;
    opacity: 1;
    z-index: 15000;
    margin: 30px auto;
    width: 40%;
    box-shadow: 0 0 50px 5px black;
}


.login-panel{
    margin-top: 30vh;
}



#printf{
    border: none;
}

h1{
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
}
h2{
    font-size: 18px;
}

.huge {
    font-size: 40px;
    display: block;
}

.fa {
    color: #d4d4d4;
}

a.fa:hover {
    text-decoration: none;
}

.row-fix{
        margin: 0 0;
    }

.row-fix > div{
    padding-right: 0;
    padding-left: 0;
}

.full-width{
    width: 100%;
}

.height-150{
    height: 150px;
}


table.lista tbody tr.selected, #lista tr.selected:hover{
    background-color: #558b2f;
    color: #ffffff;
}
table.lista tbody tr:hover{
    background-color: #7cb342;
    color: #ffffff;
}

.lista-container{
    height: auto;
    max-height: 500px;
    overflow: auto;
}

.btn-circle {
    width: 35px;
    height: 35px;
    line-height: 150%;
    font-size: 12px;
    border-radius: 50%;
}

.btn-circle i {
    color: #ffffff;
}

.btn-green{
    background-color: #387520;
    border-color: #2e591b;
    color: #ffffff;
}
.btn-green:hover{
    background-color: #2e591b;
    color: #ffffff;
}

.btn-red{
    background-color: #f44336;
    border-color: #d32f2f;
    color: #ffffff;
}

.btn-red:hover{
    background-color: #d32f2f;
    color: #ffffff;
}

.no-scroll{
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.text-18{
    font-size: 18px;
}

.input-group span.twitter-typeahead{
    display: table !important;
    width: 100%;
}


.btn.reprocesar{

    background-color: #387520;
    border-color: #387520;
    color: #ffffff;

}

.btn.reprocesar .fa{

   color: #ffffff;
}

div.table {
    display: table;
    border-radius: 4px;
    border: solid 1px black;
}

div.table > div.thead {
    display: table-header-group;
}

div.table > div.tbody {
    display: table-row-group;
}

div.table > div.thead > div.table-row,
div.table > div.tbody > div.table-row {
    display: table-row;

}

div.table > div.thead > div.table-row > div.table-cell {
    display: table-cell;
    font-weight: bold;
    border-bottom: solid 1px #000000;
}

div.table > div.tbody > div.table-row > div.table-cell {
    display: table-cell;
}

div.table > div.tbody > div.table-row > div.table-cell > span{
    display: block;
}

div.table-cell:not(:last-child):not(.interna){
    border-right: 1px solid #000000;
}

.form-control[readonly]{
    background-color: #ffffff;
}

.mapa{
    border: solid 1px #387520;
    position: absolute;
    top: 54px;
    bottom: 20px;
    left: 0;
    right: 0;
}

.menu-mapa{
    padding: 10px;
    background-color: #387520;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.menu-mapa .btn{
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.menu-mapa .btn:hover{
    background-color: #ffffff;
    color: #387520;
}

.menu-mapa .mensaje{
    color: #ffffff;
    font-weight: bold;
}

.mapa-ayuda{
    position: absolute;
    top: 59px;
    right: 5px;
    z-index: 5;
}

.mapa-ayuda span{
    display:block;
}

.mapa-spinner{
    font-size: 40px;
    margin-right: -20px;
    z-index: 5;
    position: absolute;
    right: 50%;
    top: 50%;
    color: #387520;
    line-height: 0;
    margin-top: 20px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}