﻿.titlepage,
.titlepage-center
{
    color:#4E97EF;
    font-size:25px;
    font-weight:bold;
    margin:10px 0px;
    width:100%;
    display: block;
}

.titlepage-center
{
    text-align: center;
}

.fieldlabel 
{
    color:#333333;
    font-size:12px;
    display: block;
    font-weight:bold;
}

.box, 
.box-simples
{
    width:100%;
    border: 1px solid #999;
    padding: 10px;
    font-family: Arial;
}

.box input[type="text"],  
.box textarea
{
    font-size:24px;
    width:300px;
    color: #333;
    border: 1px solid #999;
    height: 30px;
    margin: 5px 0 10px 0;
}

.box textarea
{
    font-size:14px;
    height: 150px;
    font-family: Arial;
}

.button,
.box input[type="submit"],
.button-simples
{
    background-color: #EBEBEB;
    width: 205px;
    border: 1px solid #999 !important;
    height: 35px;
    font-size: 18px !important;
    font-weight: bold;
    color: #545454;
    display: block;
    text-align: center;
    cursor: pointer;
}

.button:hover,
.box input[type="submit"]:hover,
.button-simples:hover
{
    background-color: #4E97EF;
    border-color: #4E97EF;
    cursor: pointer;
    color: #fff;
}

.buttonRed,
.box .buttonRed,
.button-simples-red
{
    background-color: #FFE5E5 !important;
    width: 205px;
    border: 1px solid #B26666 !important;
    height: 35px;
    font-size: 18px !important;
    font-weight: bold;
    color: #545454;
    display: block;
}

.buttonRed:hover,
.box .buttonRed:hover,
.button-simples-red:hover
{
    background-color: red !important;
    cursor: pointer;
    color: #fff;
}

.box input[disabled],
.box input[disabled]:hover,
.button:disabled,
.buttonRed:disabled,
.button-simples:disabled,
.button-simples-red:disabled,
.button-green:disabled
{
    background-color: #F5F5F5 !important;
    border: 1px solid #999 !important;
    color: #CACAC9 !important;
    cursor: default !important;
}

.button-green
{
    background-color: #d3fcac;
    width: 205px;
    border: 1px solid #68af23 !important;
    height: 35px;
    font-size: 18px !important;
    font-weight: bold;
    color: #545454;
    display: block;
    text-align: center;
    cursor: pointer;
}

.button-green:hover
{
    background-color: #68c30f;
    border-color: #4E97EF;
    cursor: pointer;
    color: #fff;
}

.textBoxDefault
{
    font-size:24px !important;
    width:300px;
    color: #333;
    border: 1px solid #999;
    height: 30px;
    margin: 5px 0 10px 0;
}

textarea.textBoxDefault
{
    font-size:14px;
    height: 150px;
    font-family: Arial;
}

.textBoxLarge
{
    border: 1px solid #999;
    background-color: #fff;
    font: 25px;
    height: 35px;
    width: 100%;
    font-size: 24px;
    margin-top: 3px;
}


.button-simples,
.button-simples-red
{
    width: 160px !important;
    height: 25px !important;
    font-size: 10pt !important;
}
