﻿.Absolute-Center
{
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.Absolute-Center.is-Responsive
{
    padding: 10px;
}
.Absolute-Center.is-Responsive
{
    width: 100%;
    height: 100%;
    min-width: 200px;
    max-width: 400px;
    padding: 10px;
}

/* INPUTS, BOTÕES E CORES */

body
{
    font-family: Roboto;
    background-color: #EEF9FD !important;
    background-repeat: no-repeat;
}


.form
{
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 0 auto 100px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    padding: 25px !important;
}

.btn
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary-confirma
{
    font-family: "Roboto" , sans-serif !important;
    text-transform: uppercase !important;
    outline: 0 !important;
    background: #43487a !important;
    border: 0 !important;
    padding: 15px !important;
    color: #FFFFFF !important;
    font-size: 10px !important;
    -webkit-transition: all 0.3 ease !important;
    transition: all 0.3 ease !important;
    cursor: pointer !important;
	white-space: normal;
}

.btn-primary-reset
{
    font-family: "Roboto" , sans-serif !important;
    text-transform: uppercase !important;
    outline: 0 !important;
    background-color: #f5f5f5 !important;
    border-color: rgba(0,0,0,0.1);
    border: 1 !important;
    padding: 15px !important;
    color: #555555 !important;
    font-size: 10px !important;
    -webkit-transition: all 0.3 ease !important;
    transition: all 0.3 ease !important;
    cursor: pointer !important;
}

.btn-menu
{
    width: 100%;
}

.input
{
    font-family: "Roboto" , sans-serif !important;
    outline: 0 !important;
    background: #f2f2f2 !important;
    width: 100% !important;
    border: 0 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

/* TAMANHO DO LAYOUT DO EXTRACTO DO SEGURADO
Para o papel A4, por exemplo, é preciso calcular 297 divididos por 210 por cento.
 */
.embed-responsive-210by297
{
    padding-bottom: 141.42%;
}

/* NAV BAR */
/*.navbar-default
{
    /*background-color: #EEF9FD !important;
}*/

