@font-face {
    font-family: 'Arial';
    src: local('Arial'), url('../fontes/Arial.ttf') format("opentype") ;
    font-weight: normal;
    font-style:normal;
}



* {

    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

label{
    font-weight:bold;
}

input[type="hidden"] {
	display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label
{
    cursor: pointer;
    font-weight:normal;
}

p{
    padding: 10px 0;
}

h2{
    font-size:16px;
    margin:0 0 8px;
}

table {
    border-collapse: collapse;
    border-spacing: 0 ;
}

input,
textarea,
select,
.botao,
button {
    border: 1px #b8b8b8 solid;
    margin: 2px 0;
    padding:0 2px;
    background: #fff;
    border-radius:5px;
    height:34px;
    line-height:25px;
    display: inline-block;
}

textarea{
    height:200px;
    line-height:110%;
}

select{
    padding:4px 2px 0;
    height:27px;
    line-height:25px;
}

select option{
    padding:5px 0 5px 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus
{
    border: 1px #2878d2 solid;
}

input:focus,
textarea:focus,
select:focus{
    color:#2c66a7;
}

input[type="radio"],
input[type="radio"]:hover,
input[type="radio"]:focus,
input[type="checkbox"],
input[type="checkbox"]:hover,
input[type="checkbox"]:focus{
    height: auto;
    border:0;
    background:transparent;
    margin: 0 5px;
    cursor: pointer;
}

input[type="radio"]:nth-child(1),
input[type="checkbox"]:nth-child(1)
{
    margin-left: 0;
}

input[type="text"],
input[type="password"],
textarea{
    width: 270px;
}

input[type="submit"],
input[type="button"],
.botao,
button{
    background: #03263E;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    border: 0;
    vertical-align: top;
}

input[type="submit"]:hover,
input[type="button"]:hover,
.botao:hover,
button:hover{
    background:#2A6470;
    text-decoration: none;
    border: 0;
}

.center{
    text-align: center !important;
}

.clear {
    clear: both !important;
    float: none !important;
    margin: 0 !important;
    border: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    display:block;
}

.erros{
    padding: 10px;
    background-color: #ffc7c7;
    border: #d00000 solid 1px;
    margin:10px 0;
    border-radius:5px;
    box-shadow: 5px 5px 15px #888;
    color:#000;
}

.sucesso{
    padding: 10px;
    background-color: #e9ffdf;
    border: #265c0e solid 1px;
    margin:10px 0;
    border-radius:5px;
    box-shadow: 5px 5px 15px #888;
    color:#000;
}


.pagination {
    clear: both;
    text-align: center;
    margin: 2em 0 5px 0;
    background: none;
}

.pagination a ,
.pagination a:hover{
    border: 1px #d4d4d4 solid;
    padding: 5px 7px;
    background: url('../imagens/paginatio.png');
    color: #454545;
    border-radius:5px;
    box-shadow: 1px 1px 10px #888;
}

.imagem{
    display:inline-block;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    border-radius:5px;
}

hr{
    border-bottom: 1px solid #e1e1e1;
    margin: 4px 0;
}

optgroup option{
    padding-left: 20px;
}

input[type="file"],
input[type="file"]:hover{
    border: 0;
    width:100%;
    background: transparent;
}

fieldset{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 10px;
}

fieldset legend{
    font-weight: bold;
    padding: 0 4px;
}
