/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-block{
	padding-top: -25px !important;  
 }
 
.uk-accordion-title:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';  /* essential for enabling glyphicon */
    content: "\f077";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.uk-accordion-title.uk-active:after {
    /* symbol for "collapsed" panels */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
}

.uk-button-verde-p {
	background-color: #00a9b2;
	color: white;
	font-weight: bold;
}

.uk-button-rojo-p {
	background-color: #bc5d5d;
	color: white;
	font-weight: bold;
}

/*Escondemos el 2 top menu para evitar la "caida" de elementos del primero*/
nav.tm-navbar .uk-flex-middle .uk-flex-item-1:nth-child(2) {
	display: none;
}

.uk-alert-warning {
	color: #666;
}

#calendario_table th {
	font-weight: bold;
	text-align: center;
}
#calendario_table td {
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #CCC;
}

body, .uk-panel-box {
	color: #26365a;
}

.uk-block-primary, .uk-block-primary a {
	color: white;
}