body,form{
	padding: 0;
	border: 0;
	margin: 0;
}

a{
    color: #0000ff;
    text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
}

*{
	font-family: verdana;
	font-size: 12px;
}

#linhatopo{
	height: 8px;
	background: url(../img/repete_topo.gif) repeat-x top left;
	margin-bottom: 5px;
}

table{
	width: 100%;
}

h2{
    background:#fff;
    color: #495676;
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
    font-size: 18px;
    margin: 0.3em 0;
    padding-top: 0;
}

h3{
	padding: 3px;
	font-size: 13px;
	background-color: #eee;
}

.esq{
	margin-left: 10px;
	line-height: 15px;
}

.borda,.index,.view,.form{
        position: relative;
}

h1{
	font-weight: normal;
	padding: 5px 0 5px 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}



.borda td,.index td,.view td,.form td{
	padding: 3px 0;	
}

#footer{
	text-align: center;
	height: 40px;
	line-height: 30px;
}

#container{
	width: 100%;
	margin: 0 auto;
        position:relative;
}

#linha_rodape{
	margin-top: 20px;
	height: 8px;
	background: url(../img/repete_rodape.gif) repeat-x top left;;
	margin-bottom: 5px;
}


/* forms */

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	padding: 8px 20px;
}
fieldset legend {
	font-size: 140%;
	font-weight: bold;
        color: #494949;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 10px;
}
form div {
	clear: both;
	margin-bottom: 7px;
	padding: 2px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 5px;
	margin-left: 140px;
}

div.submit input{
    width: auto;
}

label {
	display: block;
	font-size: 110%;
	padding-right: 10px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 95%;
}
select {
	clear: both;
	font-size: 90%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 80%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


.login{
	margin-top: 20px;
}

p{
    padding: 0;
    margin: 0;
}

.cinza{
	background-color: #e7f5ff;
}


#flashMessage{
	text-align: center;
	background-color: #d04343;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
        color: #fff;
}

.nomeProdutos{
	margin-left: 20px;
}

.error-message{
	color: red;
}

.login form{
    margin: 0 auto;
}

#header{
    position: absolute;
    top: 25px;
    right: 25px;
}


h1 a{
    display: inline-block;
    border-bottom: 4px solid #b5b5b5;
    padding: 0 5px;
    height: 18px;
    color: #494949;
    margin: 0 5px;
}

h1 a:hover{
    border-bottom: 4px solid #fec500;
    text-decoration: none;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	text-decoration: none;
}
div.actions ul li a:hover {
	text-decoration: underline;
}


#content{
    padding:10px 20px 20px;
}


/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

th a{
    color: #000;
}

.nome_cliente{
    font-weight: bold;
    padding-left: 15px;
    font-size: 11px;
    color: #0e0e0e;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

.buscaEmail input{
    width: 200px;
    display: inline;
}

.buscaEmail label{
    display: inline-block;
    width: 120px;
}

.buscaEmail .submit input{
    width: auto;
}

.buscaEmail div.input{
    margin: 0;
}

.buscaEmail .submit{
    margin-left: 0;
}

#EmailTeste input{
    width: 200px;
    display: inline;
}

input#EnviarEmailTeste{
    width: auto;
    display: inline-block;
    margin-left: 10px;
}

td.selecionarTodos,
th.selecionarTodos{
    width: 20px;
    text-align: center;
}

td.selecionarTodos input,
th.selecionarTodos input{
    margin: 0;
    float: none;
    clear: none;
    display: inline;
}

.botoes_acao{
    
}

.form_index_cliente{
    padding-left: 85px;
}

/* Paginação */
.paginator {
    margin: 15px 0;
}

.paginator ul.pagination {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    gap: 0;
}

.paginator ul.pagination li {
    display: inline-block;
}

.paginator ul.pagination li a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    background: #f5f5f5;
    font-size: 13px;
}

.paginator ul.pagination li a:hover {
    background: #ddd;
    border-color: #999;
}

.paginator ul.pagination li.active a {
    background: #369;
    color: #fff;
    border-color: #369;
    font-weight: bold;
}

.paginator ul.pagination li.disabled a,
.paginator ul.pagination li.disabled span {
    color: #aaa;
    background: #f5f5f5;
    cursor: default;
}

.paginator p {
    color: #666;
    font-size: 12px;
    margin: 5px 0;
}