/*
    Document   : ache
    Created on : Mar 4, 2013, 7:13:28 PM
    Author     : carlos
    Description:
        Purpose of the stylesheet follows.
*/

span.titulo_login { font-size: 24px; text-align: center; color: white;}

td.num_total {font-size: 12px;}
td.center {text-align: center;}

table.tablesorter td.span_derecha span {float: right;}
span.DataTables_sort_icon {float: right;}
img.cursor , .boton_pagar {cursor: pointer;}
span.important {color:red !important;}
img.butInc {cursor: pointer}

div.overlay { width: 100%;height: 100%;color: #000; opacity: 0.6;z-index: 100; display: block;background: url('../img/loading/11.gif') no-repeat center center black;position: absolute; }
#ui-datepicker-div {z-index: 100000 !important;}
.font-black{color:black !important;}




#modal {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    box-sizing: border-box;
    z-index: 1000;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#modal-background {
    display: none;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#modal.styled {
    width: 50%;
    max-height: 350px;
    min-width: 100px;
    overflow: auto;
    background: #fff;
    padding: 12px 14px;
    border: 1px solid;
    border-color: #aaa #999 #888;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 14px -4px #000;
    -ms-box-shadow: 0 3px 14px -4px #000;
    -moz-box-shadow: 0 3px 14px -4px #000;
    -webkit-box-shadow: 0 3px 14px -4px #000;
    box-shadow: 0 3px 14px -4px #000;
}

.border-th{
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.tr-height{height:30px;}
.tr-grey{
  border-bottom-color: darkgrey;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height:35px;
}

.info-res{
  background: deepskyblue;
  color: white;
  font-size: 15px;
  padding: 7px;
}

.danger-res{
  background: red;
  color: white;
  font-size: 15px;
  padding: 7px;
}
