/* Geral */
	
	* {
		/*border: 1px solid red;*/
	}

	body {
		background: #EEEEEE;
	}

	.centerlize {
		max-width: 1100px;
		margin: 0 auto;
	}

	.container-main {
		border: 1px solid #ccc;
		margin: 50px auto;
		background: #EEEEEE;
		-webkit-box-shadow: 0px 5px 25px 0px rgba(50, 50, 50, 0.41);
		-moz-box-shadow:    0px 5px 25px 0px rgba(50, 50, 50, 0.41);
		box-shadow:         0px 5px 25px 0px rgba(50, 50, 50, 0.41);
	}

	input, select {
		border-radius: 0 !important;
	}

	.btn {
		border-radius: 0;
	}

	.cor1 {
		color: #ff0009;
	}

	.cor2 {
		color: #111;
	}

	th.corw a, .corw {
		color: #fff !important;
	}


/* Rodapé */
	@media (max-width: 992px) {
		.copyright, .creditos {
			text-align: center;
			padding-bottom: 20px;
		}
	}


/* Menu principal */
	.nav-top {
		background-color: #ff0009;
		-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
		box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
	}

	.nav-top a {
		color: #fff !important;
	}

	.nav-top a:hover {
		color: #fff !important;
	}
	
	@media (min-width: 992px) {
		.nav-top .dropdown-menu li a {
			color: #000 !important;
		}
	}



/* Menu esquerdo */
	.nav-left {
		padding-top: 40px;
		margin-bottom: 20px;
	}

	.nav-left li a {
		border-radius: 0 !important;
	}

	.nav-left li a:hover {
		background: #ff0009;
	}

	.nav-left .glyphicon {
		margin-right: 3px;
	}

	.nav-left .list-margin {
		padding-left: 20px;
	}


/* Login */

	.container-login {
		max-width: 300px;
		margin: 150px auto 0 auto;
		min-height: 100%;
		max-height: 100%;
	}
	
	.container-login h1 {
		margin-bottom: 20px;
	}

	.container-login button.btn-login {
		margin-top: 20px;
	}

	.container-login button.btn-login, .container-login .alert {
		padding: 10px;
		border-radius: 0;
	}

	.container-login input {
		padding: 0 20px;
		border-radius: 0;
	}

	.alert-dismissable .close, .alert-dismissible .close {
		right: 0;
	}

	@media (max-width: 992px) {
		.container-login {
			margin: 0 auto;
		}
	}


/* Corpo */
	.main {
		min-height: 500px;
		margin-bottom: 30px;
	}

	.thumbnail {
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
		overflow: hidden;
		zoom: 1;
	}

	.thumbnail.thumb-home {
		min-height: 131px;
	}
	.thumbnail.thumb-home h3 {
		margin-top: 10px;
	}

	.thumbnail-img {
		background: #dccdcd;
		padding: 5px;
	}
	
	.btn-right-box {
		position: absolute;
		top: 19px;
		right: 19px;
	}

	.bg-gray {
		background: #dcdcdc;
	}

	.link-impressao {
		margin-top: 13px;
		font-size: 20px;
	}

