body {
  padding-top: 40px;
 /* background-color: #eee; */
 color: #444444;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.starter-template {
    padding: 0px 15px 100px 15px;
    text-align: center;
}

#footer{
     margin-top: 10px;
    padding-top: 20px;  
    padding-bottom: 10px; 
    background-color: #eee; 
    bottom:0;
    left:0;
    width:100%;
}
#wrapper {
    min-height: 100%;
    position: relative; 
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"],
.form-signin .password-wrapper input.form-control {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.password-wrapper {
  position: relative;
}
.password-wrapper .form-control {
  padding-right: 40px;
}
.password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-60%);
  cursor: pointer;
  color: #999;
}
.options{
text-align:center;
width: 70px; 
}
.options a {
    text-decoration: none;
}
.tabla_datos{
    text-align: left;
    margin-top: 15px;
}
.estado{
    width: 130px; 
    text-align:center;
}
.estado_esp{
    width: 130px; 
    text-align:center;
}

.btnB.active, .btnB:active, .btnB:hover{
    background-color: #006600 !important;
    background-image:none;
}
.btnAV.active, .btnAV:active, .btnAV:hover {
    background-color: #b38600 !important;
    background-image:none;
}
.btnAR.active, .btnAR:active, .btnAR:hover {
    background-color: #cc6600 !important;
    background-image:none;
}
.btnD.active, .btnD:active, .btnD:hover {
    background-color: #b32400 !important;
    background-image:none;
}

.details-control{
    text-align:center;
    width:20px;
}

td.details-control {
    background: url('./images/details_open.png') no-repeat center center;
    cursor: pointer;

    
}
tr.shown td.details-control {
    background: url('./images/details_close.png') no-repeat center center;
}

.form-horizontal{
background-color: #eee;  
padding:10px;
border-radius: 4px;
margin-bottom: 0;
}
.colProxrev{
 text-align:center;  
 width:85px;  
}
.colResultado{
  width:80px; 
}
.colFecha{
  width:63px; 
}
.colNif{
  width:70px; 
}
.well{
    overflow:hidden;
}
.derecha{
    text-align: right;
    width: 385px;
    float:right;
}
.izquierda{
   width: 320px; 
}

.file-drop-zone{
    height:270px !important;
}
.file-drop-zone-title{
    padding: 20px 10px !important;
}
.kv-file-remove, .kv-file-upload{
    font-size: initial !important;
    padding: 6px; 
}
.file-actions{
    margin-top: initial !important;
}
.file-error-message{
    position: relative;
    z-index: 10;
}
.form-horizontal .control-label {
 padding-top: 0;
}
.panel-heading {
 background-color: #eee;
    
}
.acollap:hover, .acollap:focus{
   text-decoration: none 
}
.panel-title{
    color:#444444
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    padding: 4px;
    vertical-align: middle;
    font-size: 90%;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 2px;
}
h1{
    margin-bottom: 0px;
}
.lead{
    margin-top: 15px;
}
.well{
        margin-bottom: 10px;
}

@media (min-width: 1200px){



}
@media (min-width: 992px){
    
    .form-horizontal .form-group {
    display: flex;
    align-items: center;
}

    
}
