/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/10/2015, 09:13:51
    Author     : Antonio
*/

.footer {
    border-top: 5px solid #87CEEB;
    height: 84px;
    text-align: center;
    margin-top: 110px;
}

th {
    font-size: 14px;
}
.header{
    border-top: 5px solid #87CEEB;
    width: 1180px;
}

.clear-200{
    height: 200px;
    clear: both;
}

.clear-20{
    height: 20px;
    clear: both;
}

.clear-10{
    height: 10px;
    clear: both;
}

.clear-5{
    height: 5px;
    clear: both;
}

.centro-listagem{
    width: 980px; 
    float: left;
    clear: right;
}

.centro-cadastro{
    width: 500px; 
    float: left;
}

.menu{
    width: 180px; 
    float: left; 
    margin-right: 20px;
}

.tamanhoInput{

    width: 350px !important; 
}

label.valid {
    // width: 24px;
    // height: 24px;
    // background: url(assets/img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    //font-weight: bold;
    color: red;
    // padding: 2px 8px;
    //margin-top: 2px;
}
.paginador {
    
    width: 980px;
    margin: auto;
    float: left;
    clear: left;
}

body {
    margin: 40px 10px;
    padding: 0;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.password {
    font-size : 12px;
    border : 1px solid #cc9933;
    width : 200px;
    font-family : arial, sans-serif;
}
.pstrength-minchar {
    font-size : 10px;
}