body {
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	background: url(../img/bg.png) top left repeat-x;
	background-color: #dfdfdf;
}

.bootstrap-widget .bootstrap-widget-content .input-block-level {
	/*width:160px;*/
}

#modules {
	margin-bottom: 10px !important;
}

#year-wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
}

#attribute-wrapper form {
	padding: 0 !important;
	margin: 0 !important;
}

#attribute-wrapper #polo-wrapper {
	text-align: center;
	width: 50%;
	float: left;
}
#attribute-wrapper #sala-wrapper {
	text-align: center;
	width: 50%;
	float: left;
}
#attribute-wrapper #polo-wrapper input {
	width: 80%;
}
#attribute-wrapper #sala-wrapper select {
	width: 80%;
}

#calendar {
	background-color: #fff;
	padding: 15px 5px 15px 5px;
}

#calendar hr {
	margin: 10px 0 5px 0;
}

#calendar-modules {
	width: 100%;
}
#button-wrapper {
	width: 100%;
	justify-content: center;
	align-items: center;
}
#calendar-modules #button-wrapper {
	margin: auto;
}
#calendar-modules #button-wrapper a {
	box-shadow: 0px 0px 1px 0px black;
	width: 14%;
	border: none;
	margin: 2px;
}
#modulos-wrapper .year-div,
#modulos-wrapper .month-div {
	margin-right: 5px;
	margin-left: 5px;
}
#modulos-wrapper .year-div,
#modulos-wrapper .month-div {
	display: inline;
}
#modulos-wrapper .year-div a,
#modulos-wrapper .month-div a {
	text-decoration: none;
}

#calendar-modules .modal a {
	width: auto !important;
}
#calendar-modules .span4 .form-inline a {
	color: black !important;
}
#calendar-modules .btn-default {
	color: #000;
}

.bootstrap-widget-content a {
	width: 380px;
}

.ui-accordion .ui-accordion-content {
	padding: 2px 2px;
}

.fc-event-time {
	color: #333;
	font-weight: normal;
}

/*.fc-view
{
	position:relative !important;
}
*/
/*.fc-event-title {
	color: inherit #000;
}*/

.colorSquare {
	width: 15px;
	height: 15px;
	margin-right: 4px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	display: inline-block;

	border: #000 1px solid;
}

.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

.modal.large {
	width: 940px;
	margin-left: -470px; /* - width/2 */
}

.black {
	color: #000;
}
.white {
	color: #fff;
}
.red {
	color: #f00;
}

#modulos-wrapper {
	margin: auto;
	width: 900px;
}

#calendar-wrapper {
	margin: auto;
	width: 900px !important;
}

#calendar-actions {
	margin: auto;
	width: 900px !important;
}
#calendar-actions .row {
	width: auto;
}

#legenda-wrapper {
	margin: auto;
	margin-top: 20px;
	width: 900px !important;
}

#legenda-wrapper .legenda-node {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
	margin-top: 10px;
}
#legenda-wrapper .bootstrap-widget-content {
	padding: 10px 15px 15px;
}

@media only screen and (min-width: 1350px) {
	#attribute-wrapper #polo-wrapper {
		text-align: center;
		width: 100% !important;
		float: none;
	}
	#attribute-wrapper #polo-wrapper input {
		width: 80% !important;
	}
	#attribute-wrapper #sala-wrapper {
		width: 100% !important;
		float: none;
		text-align: center;
	}
	#attribute-wrapper #sala-wrapper select {
		width: 80% !important;
	}
	#modulos-wrapper {
		float: left;
		/* min-width: 200px;
		max-width: 35%; */
		width: 29% !important;
	}

	#calendar-wrapper {
		float: right;
		/* min-width: 900px !important;
		max-width: 75%; */
		width: 70% !important;
	}

	#legenda-wrapper {
		width: 100% !important;
		margin-top: 20px;
	}

	#calendar-actions {
		width: 100% !important;
	}

	#calendar-actions .row {
		width: fit-content;
		margin: auto;
	}
	#calendar-modules #button-wrapper a {
		width: 28% !important;
	}
}
