﻿body {
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #000000;
    text-align: center;
    margin: 0px;
    width: 100%;
    height: auto; 
    min-height: 100%;
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    float: left;
    background-image: url("../Content/themes/base/images/background.jpg");
}

.formcentergeralbody {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}


nav, 
#menucontainer {
    margin-top: 40px;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

.bodygeralConst {
    background-image: url("../Content/themes/base/images/background.jpg");
}

.namesystem {
    font-size: 26px;
    margin: 5px 0px 5px 30px;
    color: white;
}

.formcenter {
    width: 450px;
    height: 100%;
    text-align: center;
    margin: 0px auto;
    border: solid;
    border-color: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
}

.divicones
{
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
}


.form-horizontal {
    width: 95%;
    height: 100%;
    text-align: center;
    margin: 0px auto;
    border: solid;
    border-color: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

@keyframes float1 {
    0%,100% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(30px)
    }
}

.efeito-flutuante-infinito1 {
    animation: float1 5s ease-in-out infinite;
}

@keyframes float2 {
    0%,100% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(60px)
    }
}

.efeito-flutuante-infinito2 {
    animation: float2 6s ease-in-out infinite;
}

.xxxxxxx
{
    height: 350px;
}

.formcenternotborder {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;

}

.formcentergeralnotbordernotbackground {
}


.formcentergeral {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    border: solid;
    border-color: black;
    overflow: hidden;
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.formcentergeralsemborda {
    height: auto;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
}
.formcentertopo {
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
}

.formcentertopogeral {
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
}

.formrighttopogeral {
    text-align: right;
    margin: 0px auto;
    overflow: hidden;
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
}

.formcentermeio {
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.formcentermeioAlingLeft {
    text-align: left;
    margin: 0px auto;
    overflow: hidden;
    background-image: linear-gradient(LightGray, Gray);
    background-size: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.formcentermeioconst {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.testborderblue {
    border: solid;
    border-color: blue;
}

.testborderred {
    border: solid;
    border-color: red;
}

.testbordergray {
    border: solid;
    border-color: gray;
}

.bordergray {
    border: solid;
    border-color: gray;
}

.bordergraysingle {
    margin: 0px auto;
    border: solid;
    border-width: 1px;
    border-color: Gray;
}

.todo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    background-repeat: repeat-x;
    /*    border: solid;
    border-color: blue;*/
}

.geral {
    position: relative;
    width: 1024px;
    margin: 0px auto;
    background-color: white;
    /*border: solid;
    border-color: red;*/
}

.titulo {
    text-align: center;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin: 0px 0px 0px 0px;
}

.usuarioatual {
    font-size: 14px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #fefc00;
    text-align: right;
    margin: 0px 20px 0px 20px;
}

.texto {
    text-align: center;
    width: 545px;
    font-family: 'Times New Roman';
    font-size: 14px;
    margin: 2px 2px 2px 2px;
    color: black;
}

.topo {
    position: relative;
    height: 130px;
    /*border: solid;
    border-color: black;*/
}


.meio {
    overflow: auto;
    position: relative;
    min-height: 400px;
    /*border: solid;
    border-color: coral;*/
}

.menu {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 170px;
    height: auto;
    /*border: solid;
    border-color: green;*/
}



.itemMenu {
    width: 150px;
    height: 50px;
    margin: 0px 0px 0px 0px;
    /*    border: solid;
    border-color: yellowgreen;*/
}

.miolo {
    float: left;
    width: 540px;
    background: url('../Content/themes/base/images/fundo2.png');
    background-repeat: repeat-x;
    font-family: 'Times New Roman';
    font-size: 14px;
    color: black;
    min-height: 400px;
}

.direita {
    float: right;
    width: 300px;
    /*border: solid;
    border-color: yellow;*/
}

.rodape {
    width: 1024px;
    margin: 0px auto;
    background-color: white;
    height: 25px;
    font-family: 'verdana';
    font-size: 12px;
    color: #000000;
    /*border: solid;
    border-color: brown;*/
}

.rodape_centro {
    width: 1024px;
    text-align: center;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    margin: 0px auto;
}

.footer {
    font-size: 10px;
    display: block;
    color: navy;
    width: 100%;
    text-align: center;

    header, footer, nav, section {
    display: block;
    color: blue;
    background-color: #59b511;
    width: 1024px;
    margin: 0 auto;
    border: 5px solid #f00;
    text-align: center;
}

.divicones {
    margin: 0 auto;
    text-align: center;
    display: table;
    overflow: hidden;
    /*border: solid;
    border-color: blue;*/
}

div.icone {
    margin: 2px;
    width: 100px;
    height: 120px;
    float: left;
    text-align: center;
}

div.icone img {
    display: inline;
    margin: 3px;
    border: 1px solid #ffffff;
}

div.icone a:hover img {
    border: 1px solid #000000;
}

span.legenda {
    text-align: center;
    font-weight: normal;
    width: 100px;
    margin: 2px;
    display: block;
}

.icone a, .icone a:visited {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: white;
    font-family: Tahoma;
    font-size: 12px;
}

    .icone a:hover {
        text-decoration: underline;
    }

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.barra {
    font-size: 1.2em;
    background-color: transparent;
    min-width: 64px;
    margin: 0 0 0 0;
}

textarea {
    min-height: 75px;
}

.labelblue {
    margin: 0 0 0 0;
    color: #000567;
    font-weight: normal;
}

.labelred {
    margin: 0 0 0 0;
    color: #f00000;
    font-weight: normal;
}

.labelnavy {
    color: #000080;
}

.editor-label {
    margin: 1em 0 0 0;
    color: #000567;
    font-weight: bold;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    background-color: #fee;
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

validation-summary-errors {
    font-size: 18px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: red;
    font-weight: bold;
    color: #f00;
}

.validation-summary-errors {
    font-size: 18px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: red;
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
