html {
	overflow-y: scroll;
}

body {
	apadding-top: 100px;
	background: whitesmoke;
	font-family: "Open Sans";
	background: #cedae9;
	background: #CEDAE9 url(../img/css/bodyBg4.png) repeat-x top left;
	abackground: white;
}

body.modal-open {
	padding-right: 0 !important;
}

.modal {
	z-index: 9999999;
}

.modal-content .modal-header {
	background: #5B5E62;
	color: white;
	padding-top: 0;
	padding: 10px 24px;
}

.modal-content .modal-header * {
	color: white;
}

.modal-content .well {
	padding: 0 !important;
	overflow-x: hidden;
}

.modal-content .modal-body {
	padding: 10px 20px !important;
}

.label input[type=checkbox] {
	margin: 1px 0 0 0;
}

.label {
	line-height: inherit;
}

#flashMessage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.form-group select {
	-webkit-appearance: menulist-button;
	/* solucion bug arrow select*/
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

	-webkit-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);

	-webkit-transition: -webkit-transform .5s ease-out;
	-ms-transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	z-index: 9999;
}

.pace.pace-active {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 10px;
	background: #f0fafb;

	pointer-events: none;
}

@-webkit-keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes pace-spinner {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes pace-spinner {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes pace-spinner {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



.container {
	amax-width: 960px !important;
}

#content {
	amax-width: 960px !important;
	margin: 0 auto;
}

.header {
	background: #0b253c8a;
	color: white !important;
	border-bottom: 1px solid silver;
	padding: 0 10px;
	margin-top: 20px;
}

.header select,
.header input[type=text],
.header input[type=number] {
	margin-top: -10px;
	border: none;
	background: #0b253c66 !important;
	color: white !important;
	padding: 0 10px !important;
}

.header .checkbox .check {
	border-color: silver;
}

.form-group .error-message {
	color: red;
	font-size: 10px;
}

.multiselectCheckbox option {
	font-weight: bold;
}

.multiselectCheckbox button {
	background-color: silver;
	margin-top: 0;
}

.multiselectCheckbox .btn-group {
	padding: 0;
	margin: 0;
}

.multiselectCheckbox label {
	float: left;
	font-weight: bold !important;
}

.multiselectCheckbox .info-container {
	float: right;
}



.alert.alert-default {
	background: #ECECEC;
	color: black;
}

.alert.alert-default a {
	color: blue;
}



.well input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #555 !important;
	font-weight: bold;
	font-size: 11px !important;
}

.well input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #555 !important;
	font-weight: bold;
	font-size: 11px !important;
}

.well input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #555 !important;
	font-weight: bold;
	font-size: 11px !important;
}

.well input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #555 !important;
	font-weight: bold;
	font-size: 11px !important;
}

select,
input {
	font-weight: bold;
}

input[readonly] {
	background: #E0DBDB !important;
	color: #6c6c6c !important;

}

.alert {
	font-size: 12px;
}

.well {
	border-top: none !important;
	color: #333736;
	padding-top: 20px !important;
	overflow: visible;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 20px 20px !important;
	min-height: 400px;
	overflow: auto;
}



.well .form-control,
.well .form-group .form-control {
	background: #f0f0f0;
}

.well .is-focused .form-control {
	background: #EBEDE5;
	outline: 2px solid #5b5e62;
}

.well .is-focused.no-outline * {
	outline: none !important;
}

.well .form-group label.control-label {
	font-weight: bold;
	acolor: #8E9DA2;
	width: 100%;
	text-transform: uppercase;
	font-size: 8px !important;
	color: #7B9594;

}

.well .form-group label {
	font-weight: bold;
	color: #7B9594 !important;
	text-transform: uppercase;
	font-size: 8px !important;
}

.well .form-group {
	margin-top: 10px;
}

.well .form-group.form-group-sm {
	margin-top: 10px;
}


.well .form-group input[type=text],
.well .form-group input[type=number],
.well .form-group input[type=date],
.well .form-group input[type=password],
.well .form-group select,
.well .form-group textarea,
.well .form-group .date {
	background-color: #f0f0f0;
	color: black;
	padding: 3px 3px 5px 3px;
	margin-top: 3px;
	font-weight: bold;
	border: 1px #E3E3E3 solid;
	border-bottom: none;
}

.well .form-group .date {
	font-size: 70%;

}



.well .form-group select {
	padding: 0 3px 5px 3px;
}

.well .form-group label {
	color: black;
}

.well .form-group.no-label {
	padding-top: 25px;
}

.well .form-group input[type=checkbox] {
	float: left;
	display: inline;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
}

.well .is-focused input[type=checkbox] {
	outline: none;
}

.well .is-focused input[type=text],
.well .is-focused input[type=date],
.well .is-focused input[type=password],
.well .is-focused select,
.well .is-focused textarea {
	background-color: #F3EDDC;
}

.well option {
	font-weight: bold;
}

.well option.disabled {
	font-weight: normal;
}


.well h2 {
	color: black;
	clear: both;
	font-weight: bold;
}

.well h2.secondary {
	font-size: 16px;
	font-weight: bold;
}


.well .checkbox label {
	font-weight: bold;
	font-size: 12px;
	color: #7B9594;
}

.well .multiselectCheckbox input.filter {
	height: auto;
	padding: 0;
}


.well .bootstrap-duallistbox-container option {
	padding: 5px 5px;
	border-bottom: 1px solid silver;
}

.well .bootstrap-duallistbox-container option:hover {
	background: #009688;
	color: white;
	cursor: pointer;
}

h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
}





.btn {
	font-size: 12px;
	font-weight: bold;
	border-radius: 0;
}

.btn-success {
	background-color: #54A65D;

}


#topSearch .btn {
	margin: 0;
}

#topSearch h2 {
	margin: 0;
	padding: 0;
	margin-top: 5px;

}

#topSearch input::-webkit-input-placeholder {
	font-weight: bold;
	font-size: 10px;
}

#topSearch .filters input[type=submit] {
	margin: 2px;
}




#menuTop .navbar-form {
	padding: 0;
	margin: 0;
}


#menuTop input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 11px !important;
}

#menuTop input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	;
	font-size: 11px !important;
}

#menuTop input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 11px !important;
}

#menuTop input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 11px !important;
}


#menuTop .navbar-form input {
	background: transparent !important;
	color: white;
	border-bottom: 1px solid white;
}

#menuTop {
	abackground: #0C587C;
	abackground-color: white;
	padding: 10px 0;
	aborder-bottom: 1px solid #8CBEC4;
	background: #14545C;
	z-index: 9999;
}

#menuTop a {
	padding: 0px !important;
	margin: 0 !important;
}

#menuTop li li a {
	font-weight: 600;
	color: #485e70;
}

#menuTop li li a:hover {
	color: #009688;
}


#menuTop img {
	filter: grayscale(50%);
}

#menuTop li:hover img {
	filter: grayscale(0%);
}

#menuTop input {
	color: white;
}



#menu {
	font-size: 11px;
	background: #217781;
	acolor: black !important;
	-webkit-box-shadow: 3px 0px 21px -2px rgba(0, 0, 0, 0.79);
	-moz-box-shadow: 3px 0px 21px -2px rgba(0, 0, 0, 0.79);
	box-shadow: 3px 0px 21px -2px rgba(0, 0, 0, 0.79);
	opacity: 0.95;
}

#menu li>a {
	padding: 7px 10px !important;
	font-size: 10px;
	afont-family: "Lucida Sans Unicode";
	afont-weight: bold;
	acolor: black;
	text-transform: uppercase;
	;

}

#menu li>a.active {}

#menu .dropdown-toggle {
	text-transform: uppercase;
	color: white;
}

#menu .dropdown-toggle::after {
	text-transform: lowercase;
}

.navbar.navbar-default {
	z-index: 999;
}

.navbar-nav.main>li {
	border-right: 1px solid #298788;
	font-weight: 300;
	color: white;
}

.navbar-nav.main img {
	filter: grayscale(50%);
}

.navbar-nav.main a[aria-expanded=true] {
	background: #224f5c !important;
}

.navbar-nav.main li li:hover img {
	filter: grayscale(0%);
}

.navbar-nav.main {}

.navbar-nav.main li li a {
	font-weight: bold;
	color: #485e70;
}

.navbar .dropdown-menu li>a {
	afont-size: 12px !important;
	padding: 5px;
	atext-transform: capitalize !important;
}

.nav-tabs {
	background: #787C82;
	margin: 0px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 3px solid silver;
	overflow: hidden;
	background: #3f4f5f;
	border-bottom: 3px solid #091e28;
}


.tabs li>a {
	afont-weight: bold !important;
	color: silver !important;
	font-size: 10px;
	text-transform: uppercase;
}

.tabs li>a.active,
.tabs li.active>a {
	color: white !important;
	background: #c71585 !important;
	color: white;
	border-radius: 0;
	abackground: #581751 !important;
}

.tabs li:hover a:hover {
	afont-weight: bold;
	background-color: #4682B4 !important;
	border-radius: 0;
	background: #6B0E49 !important;
}





.nav-tabs.inner {
	background-color: white;
	margin-top: 10px;
	border-bottom: 1px solid #90959C;
	border: none;
	background-color: #90959C;
	margin-bottom: 20px !important;
	border-top: 1px solid #56595E;
	padding: 0 1px;
}

.nav-tabs.inner li {
	border-bottom: 1px solid #90959C;
	aborder-bottom: 1px solid white;
	color: black;

}

.nav-tabs.inner li>a {
	font-size: 12px;
	faont-weight: bold;
	text-transform: uppercase;
	padding: 5px 20px;
	color: #56595E !important;
	font-weight: bolder;
	outline: none !important;
	text-shadow: none;
	text-align: center;

}

.nav-tabs.inner li.active {
	aborder: 1px solid #90959C;
	aborder-top: none;
	aborder-bottom: 1px solid white;
}

.nav-tabs.inner li.active>a {
	abackground: #A1B8B9 !important;
	border-radius: 0;
	color: black !important;
	background: white !important;


}

.nav-tabs.inner li:hover a:hover {
	afont-weight: bold;
	background: #EDEDED !important;
	border-radius: 0;
	color: black !important;

}

.nav-pills li {
	/*width: 100%;*/
	margin-bottom: 10px;
}

.nav-pills a {
	padding: 5px 10px !important;
	aborder: 1px solid silver;
	color: rgb(91, 94, 98) !important;
	width: 100%;
	display: block;
	font-size: 13px;
	background: #ECECEC;
	color: #313131 !important;
}

.nav-pills a.active {
	background: #ECECEC;
}

.nav-pills .active a {
	background: #728392 !important;
	color: white !important;
}

.nav-pills a:hover,
.nav-pills a.selected {
	background: #9b9b9b !important;
	color: white !important;
}

.nav-pills a.btn-raised {
	color: white !important;
}


/* cscrolalble container */
@media only screen and (max-width: 600px) {
	.scrollable-container {
		overflow: scroll;
	}

	.scrollable-container .tablaHorarios {
		min-width: 700px;
	}

	#container {
		padding: 0 !important;
	}
}

/** Tables **/
table {
	background: #fff;
	border-right: 0;
	clear: both;
	color: #333;
	amargin-bottom: 10px;
	width: 100%;
	aborder: 1px solid #dddddd;
}

th {
	border: 0;
	text-align: left;
	color: white;
	background: #0b253c8a;

	vertical-align: middle;
	height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
}

th a,
th a:visited {
	display: block;
	text-decoration: none;
	color: white;
	padding: 6px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
}

th a.asc,
th a.desc {
	color: white;
	background: #333333;
}

th a:hover {
	text-decoration: underline;
	color: white;
}

th a.asc:after {
	content: ' ⇣';
}

th a.desc:after {
	content: ' ⇡';
}

th.actions {
	text-align: center;
}

table tr td {
	background-color: #f5f5f5;
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #EEEEEE;
	cursor: pointer;
	font-size: 11px;
	afont-weight: bold;
	color: #333333;
	color: black;
}

table tr td:first-child {
	font-weight: bold;
}

table td img {
	text-align: center;
	margin: 0 auto;
}

table tr:hover td,
table tr:nth-child(2n):hover td {
	background-color: #fffacd;
}

table tr:nth-child(2n) td {
	background: #fff;
}

table .ui-selected td,
table .ui-selected:nth-child(2n) td {
	background-color: #a1c5e2;
	color: white;
}

table tr.ui-droppable-hover td {
	background: silver;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

table td.actions a {
	margin: 0px 6px;
	padding: 2px 5px;
}

td a,
td a:visited,
td a:hover {
	color: #1e90ff;
	text-decoration: none;
}

td a:hover {
	text-decoration: underline;
}

td.actions a[href*="edit"],
td.actions a[href*="delete"],
td.actions a[href*="viewByObra"] {
	width: 0;
	height: 0;
	padding: 16px 16px 0 0;
	display: inline-block;
	overflow: hidden;
	afloat: left;
	border: none;
}

td.actions a[href*="edit"] {
	background: transparent url(../img/css/icons/pen.png) no-repeat top left;
}

td.actions a[href*="delete"] {
	background: transparent url(../img/css/icons/x.png) no-repeat top left;
}

table .input {
	margin: 0;
	padding: 0;
}

hr {
	margin: 10px 0;
}


table.simple {
	margin-bottom: 0;
}

table.simple tr {
	border: none !important;
	border-bottom: 1px solid black !important;
}

table.simple th {
	background: white;
	color: #5b5e62 !important;
	border: none !important;
	background: white;
	padding: 8px 2px !important;

}

table.simple th a {
	color: black;
	text-align: left;
	font-weight: bold;
	padding: 2px 0;
}


.no-pad {
	padding: 0;
}

.tablaHorarios {
	amin-width: 700px;
}


.tablaHorarios table {
	margin: 0;
	padding: 0;
	border: none;
}

.tablaHorarios table tr th,
.tablaHorarios table tr td {
	height: 20px;
	text-align: center;
	padding: 0px 6px;
	border: none;
	margin: 0;
	outline: none;
	font-weight: normal;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	adisplay: block;
}

.tablaHorarios table tr td.mediaHora {
	border-left: 1px solid #728392;
	aborder-bottom: 1px solid #E1F1EF;

}

.tablaHorarios table tr td.mediaHora .content {
	height: 14px;
	overflow: hidden;
	display: block;
	line-height: 14px;
	font-size: 10px;
}

table.horario {
	clear: none;
}

table.horario td {
	overflow: hidden;
}

table.horario td.active {
	background: orange;
}

table.horario td.reservada {
	background: #D8F1BE;
	color: #7BA248;
}

table.horario td.used {
	background: red !important;
}

/*table.horario td.used .content:after{content: "OCUPADO";color:#ffffff22;line-height: 0px;font-size: 8px;}*/
table.horario td.noDisponible {
	background: #485e70 !important;
	color: #485e70;
	z-index: 90000;
}

table.horario td.noDisponible.used {
	background: #70484D !important;
	color: #70484D;
	z-index: 90000;
}

table.horario td.disponibilidad {
	color: #13CE3F;
	z-index: 90000;
	font-weight: bold;
	opacity: 0.8;
}

/*table.horario td.noDisponible .content:after{content: "NO DISPONIBLE";color:#ffffff22;line-height: 0px;font-size: 8px;}*/
table.horario td.disabled,
table.horario td.ocupado_by_aula {
	background: transparent url('../img/css/disabled.png') repeat top;
	border-color: #ccc;
	color: white;
}

table.horario td.occupied,
table.horario td.ocupado_by_profesor {
	background: transparent url('../img/css/occupied.png') repeat top;
	color: white;
}

table.horario td.nolectiva {
	background: silver;
	color: black;
	font-size: 10px;
}

table.horario td.ocupado_by_aula.ocupado_by_profesor {
	background: transparent url('../img/css/occupied_disabled.png') repeat top;
}


table.horario td.mediaHora:hover,

table.horario td.mediaHora.hover,
table.horario .ui-droppable-hover td.mediaHora {
	/*background: #fff3b0!important;
	background-color: #fff3b0!important;*/
	color: transparent;
	opacity: 1;
}

table.horario td.mediaHora.disponibilidad:hover,
table.horario .ui-droppable-hover td.mediaHora.disponibilidad {
	opacity: 1;
}

table.horario .content {
	line-height: 20px;
}

table.horario .contadorGuardias {
	display: block;
	float: right;
	font-size: 14px;
	background: #fff3b0;
	color: black;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	z-index: 9996;
	border: 1px solid white;
	opacity: 0.6;
	text-align: center;
}

table.horario .selector {
	width: 100%;
	height: 21px;
	background: no-repeat whitesmoke url('../img/icons/16x16/symbol_check.gif') left;
	display: block;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	outline: 1px solid silver;
}

table.horario .selector.seleccionado {
	background: no-repeat #F7F4CC url('../img/icons/16x16c/tick.png') left;

}

table.horario .mediaHora .shortText {
	font-size: 9px !important;
	font-weight: normal;
	display: block;
	overflow: hidden;
	height: 10px;
	float: left;
	clear: right;
	text-align: center;
	width: 100%;
}

#selectorNoLectivas {
	z-index: 9999999;
	aoverflow: hidden;
	padding: 0;
}

#selectorNoLectivas option {
	font-size: 10px;
	text-align: center;
	padding: 3px 0;
}

#selectorNoLectivas option[selected] {
	background: silver;
	color: black;
}

#selectorNoLectivas option:hover {
	outline: 1px solid silver;
}

#selectorNoLectivas select option:first-child {
	outline: 1px solid black;
}

.clase {
	background: #fff3b0;
	overflow: hidden;
	cursor: pointer;
	z-index: 0;
	margin: 0 1px 3px 0;
	display: block;
	font-size: 9px;
	z-index: 10;
	position: static;
	float: left;
	border: 1px solid #333;
	z-index: 99998;

}

.clase.cabecera {
	border-bottom: 1px dotted silver;
}

.clase.cola {
	border-top: 1px dotted silver;
}

.clase.cuerpo {
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;

}

.clase.cabecera .status {
	display: none;
}

.clase.cuerpo .handle {
	display: none;
}

.clase.cuerpo .status {
	display: none;
}

.clase.cola .handle {
	display: none;
}

.clase:hover,
.clase.hover:hover {
	z-index: 99999;
	min-width: 65px;
	min-height: 35px;
	outline: 4px solid #E223CF !important;
}

.clase.hover {
	outline: 3px solid #E223CF !important;
	z-index: 99999;
}

.clase .letter {
	color: white;
	font-weight: bold;
	font-size: 10px;
}

.clase .handle {
	aposition: absolute;
	overflow: hidden;
	height: 12px;
	white-space: nowrap;
	top: 0;
	left: 0;
	color: white;
	padding: 0px 2px 0 2px;
	background: #333;
}

.clase .handle.extracurricular {
	background: transparent;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	;
}


.clase.extra .clase .status {}

.clase .info {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	height: 16px;
}

.clase .info img {
	width: 15px;
	margin-left: -2px;
}

.clase .info.smallBox {
	font-size: 9px;
	line-height: 9px;
	color: #424242;
	background: white;
	aopacity: 0.8;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	margin-top: 0px;
	min-width: 10px;
	height: 11px;
	display: block;
	margin-left: 1px;
	max-width: 30px;
	overflow: hidden;
}

.clase .sinAlumnos {
	background: #330000;
	color: white;
}

.clase .info.overRatio {
	background: red;
	color: white;
	outline: 1px solid white;
}

.clase .info.ficticias {
	background: purple;
	color: white;
	outline: 1px solid white;
}

.clase .deleteButton {
	position: absolute;
	right: 0;
	top: 1px;
	background: black;
}

#deleteClase.ui-state-active {
	background: red;
	color: white;
}

#deleteClase.ui-state-active .ocultable {
	display: none;
}

#listaClases {
	min-height: 300px;
}

#listaClases.ui-state-active {
	outline: 1px solid #5D5D5D;
}

/* boletines */


.printable {
	page-break-after: always;
	font-size: 10px;
	font-family: arial;
	amin-height: 3000px;
}

.printable h2 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: black;
	text-decoration: underline;
	border-bottom: none;

}

.printable h3 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: black;
	margin-bottom: 20px;
	text-decoration: underline;
	border-bottom: none;
	line-height: 20px;
}

.printable h4 {
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	border-bottom: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.printable img {
	margin: 0 auto;
	awidth: 100%;
}

.printable .centro {
	float: right;
}

.printable .centro ul {
	list-style: none;
	margin: 0;
}

.printable table {
	margin: 20px 0;
	width: auto;
	border-bottom: 2px solid black !important;
	border: 2px solid black !important;
	width: 100%;
	padding-bottom: 2px;
}

.printable th {
	background: #333333;
	color: white;
	padding: 5px;
	border: 1px solid #333;
	text-transform: uppercase;
	height: auto;
}

.printable td {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	font-weight: normal !important;
}

.printable .datos {
	width: auto;
	aborder: 1px solid #333333;
	padding: 5px;
	margin: 0px 0 10px 0;
	list-style: none;
	font-size: 10px;
	text-transform: uppercase;
}




.printable .select {
	float: left;
	clear: none;
	width: 80px;
}

.printable .observaciones {
	list-style: none;
	margin: 0;
	font-size: 11px;
}

.printable .observaciones ul {
	margin: 5px 0;
	list-style: none;
	font-weight: normal;
}

.printable .observaciones li {
	margin: 10px 0;
}

.printable .observaciones strong {
	text-decoration: underline;
}

.printable .observaciones .select {
	padding: 5px 0;
	width: auto;
	width: 80px;
}

.printable .observaciones label,
.printable .observaciones select {
	display: block;

}

.printable .observaciones strong {

	display: block;
	clear: both;
}

.printable textarea {
	background: none;
	border: none;
	margin: 5px 0;
	font-weight: normal;
	font-size: 10px;
	overflow: visible;
	height: 1px;
}

.printable .footer {
	padding-top: 20px;
	display: block;
	clear: both;
}

.printable table.format,
.printable table.format tr,
.printable table.format td {
	border: none !important;
	padding-left: 0;
	padding-bottom: 0px;
	margin: 0 !Important;
}

.printable .shortPadding td {
	padding: 3px;
}

/* LISTADOS */

.listados {
	padding: 20px;
	max-width: 1024px;
	margin: 0 auto;
}

.listados table {
	border: none;
	margin: 30px auto;
}

.listados strong {
	color: gray;
}

.listados tr td {
	background: none;
	font-weight: normal;
	border: none;
	font-size: 13px;
}

.listados .header {
	padding: 5px;
	margin: 5px;
	font-weight: bold;

	background: white;
	border-bottom: 1px solid black;
	font-size: 12px;
	line-height: 2em;

	text-transform: uppercase;
	color: black !important;
	font-weight: bold !important;

}

.listados th {
	background: none;
	color: black;
	border-bottom: 1px solid black;
}

/* inputNota fields */

.notas th {
	cursor: pointer;
}

.notas td,
.notas tr {
	cursor: default;
}


.notas .centered {

	text-align: center;
}

.inputNota {
	float: left;
	display: block;
	clear: none;
	min-width: 50px;
}

select.inputNota {
	amax-width: 30px;
}

/* estadisiticas */

table tr.subheading:nth-child(2n) td,
table .subheading td {
	background: silver;
	color: black;
	font-weight: bold;
}

table .subsection td {
	font-size: 9px;
}

.estadisticas th {
	padding: 10px;
	background: darkgray;
}


.estadisticas .graph {
	afloat: left;
	amargin-top: -10px;
}

.estadisticas div[class*=graphValue] {
	display: none;
}

.printOnly {
	display: none;
}

/* multiselect */
.user_group {
	float: left;
	display: block;
	padding: 2px 5px 2px 5px;
	background: gray;
	color: white;
	margin-left: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

.user_group input {
	width: auto;
	margin: 0;
	margin-right: 5px;
	background: white;
	border: none;
}



.notasTabs h3 {
	margin-top: 20px;
}


.cabecera.documentos {
	font-size: 14px;
	padding-bottom: 10px;
	overflow: hidden;
	margin-top: -10px;
}

.cabecera.documentos .text {
	margin-top: -8px;
}

.cabecera.documentos img {
	width: auto;
}

.cabecera.documentos .rightSide {
	float: right;
	max-width: 40%;
}

.cabecera.documentos .leftSide {
	float: left;
	max-width: 40%;
}

.cabecera.documentos .leftSide img {
	max-height: 50px;
}

.cabecera.documentos .rightSide img {
	max-height: 20px;
}


.matricula td {
	border: none;
}


.boletin .form-group {
	margin: 0 !important;
	padding: 0 !important;
}

.boletin .form-group .form-control {
	margin: 0 !important;
	padding: 0 !important;
	height: 16px;
	line-height: 16px;
}


.mce-branding {
	display: none !important;
}

.inputHelp {
	line-height: 10px;
	color: #333941;
	display: block;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #e8e8e8;
	margin-left: 20px;
	margin-top: 5px;
	font-style: normal;
	background: #f0f0f0;
}


.reserva {
	background: #84188B;
	background: #607d8b;	
	background: #1ea8ef;
	color: white;
	font-size: 10px;
	padding: 6px;
	outline: 1px solid white;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.reserva.accepted {
	background: #51ae5a;
}

.reserva.past {
	background: silver;
}

.reserva:hover {
	min-height: 47px;
	outline: 3px solid #AB38D0;
}

.reserva .hora,
.reserva .duracion,
.reserva .usuario {
	background: #ffffff99;
	color: black;
	line-height: 10px;
	margin: 2px 0 0 0;
	display: inline-block;
	font-weight: bold;
	padding: 2px 3px;
	border-radius: 2px;
}

.reserva .usuario {
	background: #00000099;
	color: white;
	margin: 1px 0 3px 0;
	padding: 3px 3px;
	display: block;
	width: 100%;
}


.inlineHelp {
	color: rgb(124, 152, 182);
	font-size: 12px;
	margin-left: 5px;
	cursor: pointer;
}

.popover {
	background: none;
}

.popover-title {
	background: white;
	color: rgb(124, 152, 182);
	font-weight: bold;
}

.popover-content {
	background: white;
	color: rgb(124, 152, 182);
	font-size: 12px;
}

.btn-raised {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
	border-radius: 1px;
}