
.topo_um { background: #0f1d66; padding: 10px 0; color: #FFF;}
.topo_dois { background: #0060ae; color: #FFF; border-radius:0 }
.banner { background: url("http://gestor.cotec.ap.gov.br/img/logos/") no-repeat;
    background-size: cover;
    -webkit-background-size: cover; /*Css safari e chrome*/
    -moz-background-size: cover; /*Css firefox*/
    -ms-background-size: cover; /*Css IE não use mer#^@%#*/
    -o-background-size: cover; /*Css Opera*/
}

.menu {
	/* border-top: 6px solid #ffac71; */
	background: #ff8434;
}

.navbar-default {
	background: #ff8434 !important;
}

.quadro {
	display: block;
	border: 1px solid #ddd;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    border-top: 5px solid #ffb444;
    font-size: 13px;
}

.quadro:hover {
	text-decoration: none;
}

.quadro.impar {
	border-top-color: #0060ae;
}

.quadro-img-wrapper {
	max-height: 180px;
	overflow: hidden;
	background-position: center;
}

.quadro img {
	width: 100%;
	height: auto;
}

.quadro-img {
	width: 100%;
	height: 175px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.quadro span {
	color: #555;
}

.quadro:hover span {
	color: #337ab7;
}

.links-uteis {
	display: table;
	margin-bottom: 20px;
	text-align: center;
	border-spacing: 10px;
	border-collapse: separate;
	margin: -10px;
}

.link-util-wrapper {
	display: table-cell;
	height: 100%;
	padding: 0 5px;
}

.link-util {
	display: table-cell;
	max-width: 100px;
	height: 100%;

    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.link-util .img-thumbnail {
	border: none;
}

.block_titulo {
	background-color: #ffb444;
}

.block_titulo_linha {
	border-color: #ffb444;
}

.cedec-btn {
	display: block;
	padding: 8px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #f39d1c;
	transition: all .15s linear;
}

.cedec-btn.impar {
	background: #0060ae;
}

.cedec-btn:hover,.cedec-btn:active,.cedec-btn:focus {
	color: #fff;
}

.cedec-btn:hover {
	transform: scale(1.1);
}

/*:: PREVISÃO DO TEMPO ::*/

.previsao-tabua {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.previsao-tabua-item {
	display: flex;
	width: 50%;
}

a.previsao-tabua-item .tabua, a.previsao-tabua-item .tempo {
	transition: background 0.3s ease;
}

a.previsao-tabua-item:hover .tabua, a.previsao-tabua-item:hover .tempo {
	background: #06477b;
}

.previsao-tabua-item:first-child {
	margin-right: 15px;
}

.previsao-tabua-item:last-child {
	margin-left: 15px;
}

.tempo {
	flex-grow: 1;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;

	background: #0060ae;
	color: #fff;
	font-size: 16px;
}

.tabua {
	flex-grow: 1;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;

	background: #0060ae;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.tabua.laranja {
	background: #ff8434;
}

.tempo > div {
	margin: 10px 10px;
	font-weight: bold;
}

.tempo > .tempo-icon {
	margin-right: 5px;
}

.tempo > .tempo-char {
	font-size: 28px;
	margin-bottom: 5px;
}

/*.tempo-min-label, .tempo-max-label {
	font-weight: bold;
	margin: 15px;
}*/

.tempo-min, .tempo-max {
	font-weight: normal;
}

.blue-gradient {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);

	color: #fff;
}

.blue-gradient-linear {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 100%);

	color: #fff;
}

/*:: TABUA DA MARE ::*/

.tabua-mare {
	table-layout: fixed;
	width: 100%;
}

.tabua-mare th {
	text-align: center;
	font-size: larger;
	color: #0060ae;
}

.altura-label {
	color: #f3ab7c;
	font-size: small;
	font-weight: normal;
}

.tabua-mare td {
	text-align: center;
	border: 1px solid #ddd;
}

.tabua-data {
	font-weight: bold;
}

.tabua-cell {
	font-family: monospace;
	padding: 6px 0;
}

.tabua-valor > span {
	display: inline-block;
	padding: 0 5px;
}

/*:: PREVISÃO DO TEMPO ::*/

.previsao-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
	font-family: Helvetica;
}

@media(min-width: 900px) {
	.previsao-wrapper {
		justify-content: space-between;
	}
}

.previsao-dia {
	min-width: 30%;
	margin: 10px 15px;
	/* border: 1px solid #ccc; */
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.previsao-header {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	/* background: #207bc5; */
	/* color: #fff; */
	color: #145a92;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.previsao-header.hoje {
	background: #f9e7c3;
}

.previsao-mini-header {
	padding: 5px 10px;
	text-align: center;
	font-size: small;
}

.previsao-row {
	padding: 5px 10px;
}

.previsao-table {
	margin: 5px auto;
	margin-bottom: 15px;
}

.previsao-table-icon {
	/* width: 1%; */
	padding: 0 10px;
}

.previsao-values {
	display: flex;
	margin: 5px 10px;
	font-size: small;
}

.previsao-col {
	flex-grow: 1;
	text-align: center;
}

.previsao-misc {
	margin: 10px auto;
	font-size: small;
}

.previsao-misc th {
	padding-right: 4px;
}

.previsao-misc td {
	padding: 0 4px;
}

.hoje-mark {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: small;
    background: #fff;
    padding: 2px 4px;
    border-radius: 8px;
}
