td.celda
{
    padding: 4px !important;
}

textarea
{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.logo-lg > img
{
    height: 32px;
}

.logo-mini > img
{
    height: 30px;
}

.widget-user .widget-user-header {
    padding: 15px 20px;
}

.widget-user .widget-user-image>img {
    background-color: #fff;
}

.mayuscula
{
    text-transform: uppercase;
}

.overlay_todo
{
	z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay_todo >.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 55px;
}

/* ALERTS */
/* inspired by Twitter Bootstrap */

#ohsnap {
    position: fixed;
    bottom: 20px;
    right: 21px;
    margin-left: 5px;
    z-index: 99;
}

.ohalert {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 15px;
    border: 1px solid #eed3d7;
    border-radius: 4px;
    float: right;
    clear: right;
    background-color: white;
    font-size: 14px;
}

.alert-red {
  color: white;
  background-color: #ea524f;
}
.alert-green {
  color: white;
  background-color: #47b04b;
}
.alert-blue {
  color: white;
  background-color: #2679c1;
}
.alert-yellow {
  color: white;
  background-color: #F6BB42;
}
.alert-orange {
  color:white;
  background-color: #E9573F;
}

/*.input-group-addon {
    line-height: 22px;
}*/

.form-group.required > label::after
{
    content: " *";
    color: #dd4b39;;
    font-weight: bold;
}

.form-group.has-error .help-block 
{
    margin-bottom: 0;
}

.scroll-horizontal
{
    overflow-x: auto;
}

.label_estado
{
    margin: 0;
}

.box-button
{
    float: right;
    margin: -5px;
}

.modal-content .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

