
.align-horizontal 
{
    display: inline;
    margin: 0px;
    margin-right: 10px;
}
.align-horizontal-short
{
    display: inline;
    margin: 0px;
    margin-right: 10px;
    width: 130px;
}

.widget-box-boder
{
    margin-left: 0px;
    margin-right: 0px;
    padding:25px 20px;
    border:1px solid #adadad;
     
    border-radius:0px;
    box-shadow: 5px 5px 5px #adadad;
}
.form-button
{
    padding-top: 25px;
    padding-right: 11px;
    float: right;
}
.form-input-multiple-in-row
{ 
    padding-right: 0px;
    margin-right: 0px;
}
.form-input-multiple-in-row-left
{ 
    padding-left: 0px;
    margin-left: 0px;
}
.form-input-multiple-in-row-box
{ 
    width: 18px;
    height: 35px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
}
.form-input-multiple-in-row-box-content
{ 
    height:35px;
    padding: 0px;
    margin:0px;
    width: 100%;
    padding-top: 5px;
}

.back-active
{
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.back-info
{
    background-color: #d9edf7;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.back-warning
{
    background-color: #FBF6DC;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.back-success
{
    background-color: #dff0d8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}





.spinner 
{
    position:absolute;
    bottom: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.button-corner
{
    position:absolute;
    top: 10px;
    right: 0px;
}

/* Para la paginación */

.pagination .active a {
  color: #FFF;
  background-color: #83B41E;
  border: 1px solid #83B41E;
}

.pagination .active a:hover{
  color: #FFF;
  background-color: #83B41E;
  border: 1px solid #83B41E;
}


/* Para los labels dentro del recuadro de una forma*/

.simple-label-div{
    margin-top: 0px;
    margin-bottom: 0px;
}

.simple-label-tag{
    text-align:right;
}

.simple-label{
    text-align:left;
    font-style:normal;
}

/* Para el scroll de los campos de búsqueda typeahead */

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

/* Para el detalle de un mensaje */

.msg-info
{
    font-style: normal;
    font-size: 11px;
    font-weight: bold;
}

.msg-line
{
    background-color:#83B41E;
    margin-top: -8px;
    margin-bottom: 15px;
    height: 1px;
}

.msg-line-gray
{
    background-color: #cccccc;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 1px;
}

.msg-new
{
    font-weight: bold;
}

.hiddenRow 
{
    padding: 0 !important;
}

.label-date
{
    color: #83B41E;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
}

.label-usuario
{
    color: black;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
}

.label-error
{
    color: red;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
}


/* Para row de detalle de tabla */

.sub-table-widget-box-boder
{
    margin-left: 0px;
    margin-right: 0px;
    padding:25px 20px;
    border:1px solid #f5f5f5;
     
    border-radius:0px;
}


.alerta-uno
{
    color: #ffaa3e;
}

.alerta-dos
{
    color: #ff7d27;
}

.alerta-tres
{
    color: red;
}