﻿/************************************************************************/
/* HTML *****************************************************************/
body {
    font-family: opensans_bold, arial, sans-serif;
    font-size: 18px;
    color: #1a2a39 !important;
}

p {
    font-size: 15px;
    padding: 0px;
    color: #172938 !important;
    line-height: 21px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1.5em;
    font-weight: 100;
}

h2 {
    color: #1a2a39 !important;
    letter-spacing: -0.05em;
    line-height: 1.3em;
    font-size: 22px;
    text-rendering: optimizelegibility;
    margin: 0 0 0 0 !important;
}

form {
    margin: 0;
    padding: 0;
}

/* Campos texto dos formulários */
input[type=text], select, textarea {
    background-color: white;
    height: 25px;
    line-height: normal;
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

/************************************************************************/
/* CLASS ****************************************************************/

/* Tabelas */
.clThead {
    background-color: #00698D;
    color: white;
    text-align: center;
    font-weight: bold;
}

.clTdThead {
    padding: 5px;
    height: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.clTr {
    height: 15px;
    padding: 5px;
    background-color: white;
}

.clTrAlt {
    height: 15px;
    padding: 5px;
    background-color: #EEF7FB;
}

td {
    padding: 6px;
}

    .clTd {
        text-align: center;
        height: 15px;
        padding: 5px;
        color: #3d78b7;
        font-size: 13px;
        cursor: pointer;
    }

    .clTdTexto {
        text-align: left;
        padding-left: 10px;
        font-size: 13px;
    }

/* Dados do editor da página */
.clEditor {
    min-height: 30px;
    display: block;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 0.70em;
}

/* Botôes de formulário */
.clDivBotoes {
    margin-top: 20px;
    text-align: center;
}

.clButton {
    outline: 0;
    margin: 0;
    line-height: 20px;
    list-style: none;
    text-align: center;
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    color: #004d71;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer !important;
}

    .clButton:hover {
        background-color: #f5f5f5;
    }