/* Author: Louis Holladay
 * Website: AdminDesigns.com
 * Last Updated: 01/12/14 
 
 * This file is reserved for changes made by 
 * the user. It's often times a good idea to 
 * seperate your changes from the themes core.
 * It makes modifications, and future theme
 * updates much easier to apply.
-----------------------------------------------*/


/* These styles have been placed here for as 
 * they have a high chance of needing to be
 * changed if one decides to modify the header
-----------------------------------------------*/

/* navbar bottom border disabled by default */
.navbar {
	border-bottom: 1px solid transparent;
}
/* header button states - text colors */
.header-btns > div > button:focus {
	color: #666;
}
.header-btns > div > button:hover {
	color: #0094d2;
}

/*---------------------------------------------
 * Place your custom styles or styles which 
 * have been generated with the customization 
 * tool below this line. 
----------------------------------------------*/

.navbar{background-color:rgb(28, 91, 134);background-image:none;} 
.header-btns button.btn span{color:rgb(113, 170, 97);} 
ul.sidebar-nav li.active > a .glyphicons{color:rgb(65, 116, 71);} 
ul.sidebar-nav > li.active .sidebar-title{color:rgb(65, 116, 71);} 
ul.sidebar-nav ul.sub-nav > li.active a{color:rgb(65, 116, 71);} 
ul.sidebar-nav > li.active > a span.caret{color:rgb(65, 116, 71);}
header.navbar-fixed-top + #main {
    padding-top: 103px;
}

@media screen and (max-width:565px) {
    header.navbar-fixed-top + #main {
        padding-top: 0px;
    }

    #sidebar{
        margin-top: 50px;
    }
}
/*Etiquetas en las tablas*/
td.etiqueta{
    text-align: right;
}