h1 {
   margin: 0.5em 0 0.7em 0;
   color: #333;
   font-weight: normal;
   font-family: 'Orienta', sans-serif;
   font-size: 21px;
   line-height: 5px;
   /*counter-increment: section-2;*/
   /*counter-reset: section-3 section-4;*/
   border-bottom: 1px solid #fff;
   box-shadow: 0 1px 0 rgba(0,0,0,0.1);
   padding-bottom: 10px;
   text-shadow: 1px 1px 1px #CCCCCC;
}

.classObligatorio{ 
   background: url('img/asterisco_rojo.gif') no-repeat;
   display: inline-block;
   height: 10px;
   width: 10px;
}


.trFilter td:nth-child(1), trFilter td:nth-child(3){
   width: 0%
}

/*Agrega el estilo de borde rojo en los campos que son ibligatorios*/
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a !important; background: #fef1ec url(bootstrap-ui-jquery/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% 50% repeat-x  !important; color: #cd0a0a  !important; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a !important; }

/*Disminuye la opacidad del placeholder*/
.form-control::-moz-placeholder {
   opacity: 0.5 !important;
}

/*quitar margen de los numeros de paginacion*/
.pagination {
   margin: 5px 0 !important;
}

/*Eliminar el color gris de los controles, porque se confunde cuando esta inactivo*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
   background-color: transparent !important;
}

.table a {
   color: #428bca ;
   text-decoration: underline ;
}

/*//Permite poner simpre visible en la esquina inferior derecha*/
.floatingBottomRight {
   right: 16px;
   top: 16px;
   position: fixed;
   z-index: 1000;
}



/*BOTONES CON SUBMENUS, DE DOS NIVELES*/
.dropdown-submenu {
   position: relative;
}


.dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -6px;
   margin-left: -1px;
   -webkit-border-radius: 0 6px 6px 6px;
   -moz-border-radius: 0 6px 6px;
   border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
   display: block;
}

.dropdown-submenu>a:after {
   display: block;
   content: " ";
   float: right;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
   border-width: 5px 0 5px 5px;
   border-left-color: #ccc;
   margin-top: 5px;
   margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
   border-left-color: #fff;
}

.dropdown-submenu.pull-left {
   float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
   left: -100%;
   margin-left: 10px;
   -webkit-border-radius: 6px 0 6px 6px;
   -moz-border-radius: 6px 0 6px 6px;
   border-radius: 6px 0 6px 6px;
}



.tdOC
{
   width: 1%;
   white-space: nowrap;
}









.required-icon {
   display: inline-block;
   vertical-align: middle;
   margin: -0.25em 0.25em 0em;
   border-color: #d73d32;
   color: rgba(0, 0, 0, 0.65);
   text-transform: uppercase;
   font-weight: normal;
   border-radius: 0.325em;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 75%;

   background-color: transparent;
   position: absolute;
   top: 2px;
   right: 1px;
   z-index: 1;
   margin: 0em;
   /*width: 30px;*/
   height: 30px;
   padding: 0em;
   text-align: center;
   -webkit-transition: color 0.2s ease;
   -moz-transition: color 0.2s ease;
   transition: color 0.2s ease;
}

.required-icon:after {
   position: absolute;
   content: "";
   right: 0px;
   top: 0px;
   z-index: -1;
   width: 0em;
   height: 0em;
   border-top: 0em solid transparent;
   border-right: 15px solid transparent;
   border-bottom: 18px solid transparent;
   border-left: 0em solid transparent;
   border-right-color: inherit;
   -webkit-transition: border-color 0.2s ease;
   -moz-transition: border-color 0.2s ease;
   transition: border-color 0.2s ease;
}

.required-icon .text {
   color: white;
   font-size: 13px;
   margin-top: -1px;
   font-weight: bold;
   width: 9px;
}
#growls a{
   color: white;
   font-weight: bold;
}

.timeResponse
{
   float: right;
   font-size: 9px; 
   color: white;
}

.ui-dialog .ui-dialog-content
{
   overflow-x: hidden;
}

.decimalOnly{
   /*text-align: right;*/
}


.classNumero
{
   font-weight: bold;
   color: red;
}
.input-disabled{
   background: transparent !important;
   border: none !important;
   cursor: default !important;

   -webkit-appearance: none;
   -moz-appearance: none;
   text-indent: 1px;
   text-overflow: '';
}

.stickerRight {
   position: absolute;
   right: 0;
   z-index: 999;
   /*padding: 5px;*/
}
.stickerRight img{
   height: 100px;
}
.stickerLeft img{
   height: 100px;
}


.stickerLeft {
   position: absolute;
   z-index: 999;
   /*padding: 5px;*/
}


/*CORRECCION DE BOOTSTRAP*/

.h6 {
   line-height: 0;
}
.h1 {
   font-size: 20px;
}
.table > tfoot > tr > td, .table > tbody > tr > td {
   padding:2px;
}

.form-control {
   display: inline;
   height: 26px;
   padding: 3px 11px;
   margin: 1px;
   font-size: 12px;
}
fieldset[disabled] .form-control {
   background-color: #f6f6f6;
}
.btn {
   height: 31px;
}
.btn-primary {
   color: #fff;
   background-color: #428bca;
   border-color: #357ebd;
}
.btn-group-vertical {
   display: inline-flex;
   cursor: none;
}
.well-sm {
   padding: 5px;
}
.dropdown-toggle
{
   padding: 0px 8px;   
}
.page-sidebar .sidebar-menu li
{
   background-color: white;   
}
.page-content{
   min-height: 800px;
}


.trControlAntecedente2 > td:nth-child(1), .trControlAntecedente2 > td:nth-child(3){
   width: 15% !important;
}
.trControlAntecedente2 > td:nth-child(2), .trControlAntecedente2 > td:nth-child(4){
   width: 35% !important;
}

.trControlAntecedente3 > td:nth-child(1), .trControlAntecedente3 > td:nth-child(3), .trControlAntecedente3 > td:nth-child(5){
   width: 11% !important;
}
.trControlAntecedente3 > td:nth-child(2), .trControlAntecedente3 > td:nth-child(4), .trControlAntecedente3 > td:nth-child(6){
   width: 22% !important;
}
.tdControl{
   text-align:left;
}

.btnEliminarColumn, .btnEditarColumn  {
   height: 23px !important;
}
.btnEliminarColumn span, .btnEditarColumn span{
   font-size: 10px !important;
   margin-right: 0px !important;
}

.text-uppercase{
   text-transform: uppercase;
}

.lblMsgHistoria{
   font-size: large; 
   font-weight: bold; 
   display: inline-block;
}


.div300 {
   height: 300px;
   overflow: auto;
}

.div250 {
   height: 250px;
   overflow: auto;
}
.div400 {
   max-height: 400px;
   overflow: auto;
}
.radioHorizontal {
   display:inline !important;
   margin-right: 25px;
}

hr.separator{
   border-top: 2px solid #5db2ff;
}