﻿* {
    border-radius: 0 !important;
}

body {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
    font-size: 12px;
    /*height: 30px;*/
    color: black !important;
}

    input.text {
        color: black !important;
    }



@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.table {
    font-size: 12px;
    font-weight: 500;
}

.form-control {
    font-size: 12px !important;
    font-weight: 500;
    height: 25px;
    padding: 3px 12px;
}

.form-control-busqueda {   
    width: 100% !important;
}

.form-group {
    margin-bottom: 2px;
}

.btn {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 12px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
    border-top: hidden;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 100%;
    height: 90%;
    min-height: 200px;
    /* margin-left: -20%; */
    /* margin-top: -25px; */
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1.6em;
    background: none;
    background-color: rgba(0,0,0,.5);
    color: red;
    line-height: 200px;
}

.tdEncabezado td {
    line-height: 1 !important;
    font-weight: normal !important;
    padding: 2px !important;
}

/*.tdEncabezado {
    line-height:  1 !important;
    font-weight: normal !important;
}*/

.hrEncabezado {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.tableEncabezado {
    padding-top: 3px !important;
    padding-left: 10px !important;
    background-color: #f3f6f7 !important;
    border-top: 0px !important;
}

hr {
    margin-top: 0px;
    margin-bottom: 5px !important;
}

.label-Menu {
    margin-bottom: 0px !important;
    /*font-size: 10px !important;*/
}

h2, h1 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

textarea {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 20px !important;
    height: 50px !important;
}

.form-top {
    background-color: white;
}

.imagenLogo {
    height: 75px !important;
    width: auto !important;
}

.imagenLogo-izquierda {
    margin-left: 10px !important;
    float: left !important;
}

.imagenLogo-derecha {
    margin-right: 10px !important;
    float: right !important;
}

.texto-aplicacion {
    color: white;
}

.table {
    margin-bottom: 5px !important;
}

    .table th {
        text-align: center;
    }

.nav-tabs > li > a {
    margin-right: 2px !important;
    line-height: 1.42857143 !important;
    border: 1px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: black !important;
    cursor: default !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
    font-weight: bold !important;
}

.nav {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    list-style: none !important;
}

.nav-tabs {
    border-bottom: 1px solid #ddd !important;
}

.label-table {
    margin-bottom: 0px !important;
    display: initial !important;
}

.btn-link {
    border: 3px solid #DEE2E6;
    
}

.btn-link-sb {
    
    border: 1px solid white;
    background-color: white;
}

.dot {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50% !important;
    display: inline-block !important;
}
select.ui-datepicker-month, select.ui-datepicker-year{
    padding: 0;
}

.panel-heading {
    padding: 0px 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.label-pointer:hover {
    cursor: pointer;
}

#embedContainer {
    height: 600px;
    width: 100%;
    max-width: 1000px;
}
.ui-autocomplete {
    z-index: 1050;
}
