﻿.ws-label {
	width: 218px;
}

.ws-label-detalles {
	width: 184px;
}

.ws-text {
	width: 178px;
}

.colegio-text {
	width: 222px;
}

.colegio-plus {
	margin-bottom: 10px;
}

.ingreso-control {
	width: 84px;
}

.ingreso-label {
	width: 87px;
}

.ingreso-text {
	width: 64px;
}

.turno-label {
	width: 40px !important;
}

.turno-text {
	width: 64px;
}

.turno-edit {
	width: 10px !important;
}

.codigo {
	width: 17px;
}

.celular {
	width: 169px;
}

.celular-label {
	width: 180px;
}

.etiquetas {
	float: left;
	margin: 5px 15px 5px 10px;
	width: 160px;
	text-align: right;
}

.etiquetas-ficha {
	float: left;
	margin: 5px;
	width: 106px;
	text-align: right;
}

.etiquetas-ficha-contacto {	
	width: 56px;	
}

.controles-ficha {
	float: left;
	width: 106px;
}

.controles {
	float: left;
}

.dos-controles {
	margin-bottom: 10px;
}

.controles-edicion, .controles-detalles {
	float: left;
	margin-top: 5px;
}

input.ficha {
	width: 154px;
}

.btn-file {
	width: 125px;
}

#ColegioList {
	width: 178px;
}

.logo {
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;	
	height: 117px;
}

.entrar {
	float: right;
}

.contenedor-item, .contenedor-item-vacio {
	text-align: center;
}

.contenedor-item {
	cursor: pointer;
	border-style: dashed;
	border-width: 1px;
	border-color: gray;
}


.guardar, .crear, .volver, .borrar, .agregarItem, .imprimir, .cobrar, .totalCuota {
	float: right;
	margin-left: 5px;
}

.totalCuota {
	text-align: right;
}

.menuBarra {
	cursor: default;
}

/* styles for validation helpers */
.field-validation-error {
	color: #e80c4d;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

.login_form {
	text-align: center;
	min-height: 40px;
	padding-right: 50px;
	padding-left: 50px;
	margin-left: 150px;
	width: 500px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	*zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.form-home {
	position: absolute;
	top: 45%;
	left: 45%;
	margin-top: -50px;
	margin-left: -50px;	
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);	
	max-width: 300px;
	padding: 20px;
}​

.form-signin {
	margin: 40px auto 20px;
}

th.sorting_disabled {
	text-align: center;
	vertical-align: middle;
}

#external-events {
	float: left;
	width: 150px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	text-align: left;
}

	#external-events h4 {
		font-size: 16px;
		margin-top: 0;
		padding-top: 1em;
	}

.external-event { /* try to mimick the look of a real event */
	margin: 10px 0;
	padding: 2px 4px;
	background: red;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
}

.red { /* try to mimick the look of a real event */
	background: red;
}

.blue { /* try to mimick the look of a real event */
	background: blue;
}

.green { /* try to mimick the look of a real event */
	background: #00ff21;
}

#external-events p {
	margin: 1.5em 0;
	font-size: 11px;
	color: #666;
}

	#external-events p input {
		margin: 0;
		vertical-align: middle;
	}

#calendar {
	float: right;
	width: 100%;
	/*padding-right: 50px;*/
	padding-bottom: 50px;
}

div.ui-datepicker {
	font-size: 12px;
}

a#footer {
	padding-top: 67px;
}

.page {
	min-height: 90%;
	width: 97%;
	height: 97%;
	position: absolute;
	/*overflow:hidden;*/
}

.alert {
	text-shadow: 0 0px 0 #000000 !important;
}

/*table.fc-border-separate {
    table-layout: fixed;
}

    table.fc-border-separate, table.fc-border-separate.fc td, .fc th {
        width: 500px !important;
    }*/
.fc td, .fc th {
	padding: 0;
}

.fc-view {
	width: 100%;
	position: absolute;
	bottom: 0;
	overflow-y: auto;
	overflow-y: hidden;
}

.fc-event-time, .fc-event-title {
	font-size: 13px !important;
	line-height: 13px;
	/*white-space:nowrap;*/
}


.header {
	padding-top: 0px !important;
}

.navbar-helper .panel-sitename {
	padding-top: 10px;
}

.nuevaEntidad {
	float: right;
	position: relative;
	top: -44px;
}

.botonera {
	float: right;
	position: relative;
	top: -34px;
}

.rowColor {
	margin-left: 0px;
}

.coloresProfesor {
	border-width: 1px;
	border-style: solid;
	width: 100px;
	height: 72px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
}

span.deleteicon {
	position: relative;
}

	span.deleteicon span {
		position: absolute;
		display: block;
		top: 5px;
		right: 0px;
		width: 16px;
		height: 16px;
		/*background: url('http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=4') 0 -690px;*/
		cursor: pointer;
		top: 0px;
	}

	span.deleteicon input {
		padding-right: 16px;
	}


.panelControl {
	margin-right: 20px;
	height: 90px;
	width: 90px;
	display: table-cell;
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_processing {
	top: 35px;
	left: 0px;
	width: 100%;
	height: 140px;
	margin-left: 0%;
	margin-top: 0px;
	padding-top: 20px;
	font-size: 1.2em;
	background: gray;
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 5.2em;
	font-size: 1.8em;
	opacity: 0.79;
}

.editor-label-detalles label {
	font-weight: bold;
}