.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444;
}

.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vcenter {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

/*
Ajustar la separación vertical de los campos input de tipo texto
*/
/*
input[type=text], .txtarea, input[type=password], input[type=email]{
        margin-bottom: 10px;	
}
*/
input{
    margin-bottom: 5px;	
}


.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; font-weight: bolder;}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px; border: 1px solid #DDD; }

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px;}

/*
Force jQuery DatePicker to show in top of other controls 
*/
.ui-datepicker{ z-index: 9999 !important;}

#mnuItemCerrarSesion {
    background-color: red;
    color: white;
}

#loading-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
}

/* Agregado para soportar menus multinivel */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}