.header {
	background: #195e9c; /* #D3BF96; */
	overflow-x:hidden;
}

.header2 {
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	color: #FFF;
}

.header-title {
    text-align: center;
    font-family: "Constantia", serif;
    font-size: 48px;
    padding: 0px 0px 0px 25px;
}

.header ul.nav {
    margin-top: 16px;
}

.page-subtitle {
	border-bottom: 2px solid #195e9c; /* #D3BF96; */
	font-weight: bold;
	color: #195e9c; /* #D3BF96; */
}

.dashboard-table {
    font-size: 11px;
    max-height: 640px;
    overflow: auto;
}

.dashboard-table table th.title-cell {
    padding-left: 8px !important;
    font-weight: normal;
}

.user-box {
	text-align: right;
	margin-top: 2px
}

a {
	color: #195e9c; /* #D3BF96; */
}

.grouper {
	text-align: right;
}

.dashboard-header {
	background-color: #195e9c; /* #D3BF96; */
}

.app-menu {
	background: #D3BF96;
}

.app-menu ul.nav {
	margin: 0;
}

.app-menu .nav a {
	color: #195e9c; /* #D3BF96; */
	font-weight: bold;
	margin: 2px 2px;
	border: 1px solid transparent;
}

.dropdown-menu .nav a {
	color: #195e9c; /* #D3BF96; */
}

.dashboard-subtitle {
	border-bottom: 2px solid #195e9c; /* #D3BF96; */
	font-weight: bold;
	color: #195e9c; /* #D3BF96; */
}

.news-title {
	background: #D3BF96; /* #D3BF96; */
}

.news-content {
    border: 1px solid #D3BF96;
}

.footer {
	background-color: #195e9c; /* #D3BF96; */
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
}

.unit-indicator th {
	background: #D3BF96;
}

.group-indicator th {
	background: #D3BF96;
}

.menu.menu-horizontal a {
	color: #195e9c;
}

.menu.menu-horizontal a:hover {
	color: #195e9c;
}

.menu.menu-horizontal .dropdown-menu a {
	color: #195e9c;
}

.table-group-header {
	color: #000;
}

/************************** MENU **************************/
.menu {
	/* margin-top: -1px; */
	background-color: #D3BF96;
}

.header-logo {
	margin-left: 18px;
	margin-top: 4px;
	max-width: 170px;
}

.header-cmu-logo {
	margin-left: 18px;
	margin-top: 4px;
	max-width: 300px;
    margin-bottom: 5px;
}

.header-title-wrapper {
	display: flex;	
}

.header-title-wrapper > div {
	padding-top: 13px;
    padding-left: 20px;
}

#logout_section {
	padding: 8px 8px 0px 0px;
}

.header-title-wrapper {
    padding-top: 8px;
}

/************************** OVERRIDE BOOTSTRAP SETTINGS **************************/
.btn-primary, .btn-primary:visited 
{
	color: #fff;
    background-color: #195e9c;
    border-color: rgb(19, 71, 119);
}

.btn-primary:hover
{
	color: #fff;
    background-color: #195e9c;
    border-color: rgb(19, 71, 119);
}

.btn.btn-primary.btn-xs {
	color: #fff;
    background-color: #195e9c;
    border-color: rgb(19, 71, 119);
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 17px;
    margin: 3px 2px;
}

.nav>li>a:focus {
	color: #195e9c;
}

.masterbox-icon > .btn,
.masterbox > .info a {
	background-color: #195e9c;
}

.masterbox-icon > .btn:hover,
.masterbox > .info a:hover  {
	background-color: rgb(19, 71, 119);
}

.header .nav-pills a {
    margin: 4px 2px 4px 2px;
}

.header .nav a {
	color: #fff;
	font-weight: bold;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.logout-btn{
	background-color: #fff;
}

@media only screen and (max-width: 534px) {
    /* Estilos específicos para móviles */
    .card-body .text-right{
    text-align:left;
    }
    
    #FileUpload,#EditAttachment #upload {
    	font-size: small;
    }
    
    .dataTables_filter{
    	float:none !important;
    	margin: 5%;
    }
    
    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
    	left: unset !important;
    	right: 5px;
    	top: unset !important;
    	bottom: 5px;
    }
    
    .dashboard-content #tablaIndicadores div{
    	float:none !important;
    }
    
    #labelFileUpload{
    	text-align:left !important;
    }
    
    #CustomMail .col-form-label{
    	width:100%;
    }
    
     #UpdateIndicator .col-form-label{
    	width:100%;
    }
    
    #UpdateReport label{
    	width:100% !important;
    }

}

.smartselect .ss-label{
    display: inline-block;
    max-width: 100%; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}