﻿/*-- Definição global do layout --*/
body {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: 700;
    /*color: #606060;*/
    margin: 0;
}
/*a, a:visited, a:hover
{
    color: #5988b1;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}*/
a {
    color: #ED8181;
    text-decoration: none;
}

/*a:hover
{
    color: #1d60ff;
    text-decoration: none;
}*/


ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

fieldset {
    border: solid 1px #DFDFDF;
    margin: 0.3em 0;
    padding: 0.5em;
}

legend {
    background: #FFF url(image/form/bucket_bg.jpg) bottom left repeat-x;
    width: 99%;
    font-size: 1.1em;
    font-weight: 600;
    border: solid 1px #DFDFDF;
}

/*-- Menu --*/
/*#mainDiv
{
    border-left: solid 1px #DFDFDF;
    border-right: solid 1px #DFDFDF;
    width: 980px;
    margin: 0 auto;
}
#menu
{
    width: 100%;
    margin: 0;
    
    
    0;
    clear: both;
}
#ulMenu
{
    color: #4c4c4c;
    width: 100%;
    text-align: left;
}
#ulMenu li
{
    display: inline;
    padding-left: 5em;
}*/

h2.page-title {
    color: #DFDFDF;
    font-weight: bold;
    margin: 20px;
}

h2 {
    line-height: 1.5em;
    font-size: 1.5em;
    color: #9c0;
    margin-bottom: 1.0em;
}

.link {
    color: #ED8181 !important;
    text-decoration: none;
    margin:20px !important;
}
/*-- FIM - Conteúdo --*/
/*-- FIM - Definição global do layout --*/

/*-- Definição do layout de formulário --*/
/*.wrapper {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}*/

input[type=text] {
    padding: 0;
    border: solid 1px #DFDFDF;
    font-size: 1.1em;
    margin: 0.15em 0;
}

    input[type=text]:hover, input:focus {
        background: none repeat scroll 0 0 #FAFAFA;
        border-color: #C5C5C5;
    }

label.lbl-form {
    float: left;
    text-align: right;
    width: 15em;
    margin-right: 1em;
    margin-top: 4px;
}

.normal-text {
    font-weight: normal;
}

#VipContent {
    margin: auto;
    width: 80%;
    border-style: solid;
    border-width: 2px 1px 1px 1px;
    border-color: #E11B22 #BBBCBA #BBBCBA #BBBCBA;
    /*background-color: #CBCCCA;*/
    height: auto;
    overflow: hidden;
}

div.form-def {
    clear: both;
    float: left;
    margin: 0.3em 20px;
}

.form-horiz {
    float: left;
}

select {
    border: solid 1px #DFDFDF;
    font-size: 1.1em;
    margin-right: 10px;
}

input[type=button], input[type=submit] {
    border: outset 1px #ccc;
    background: #999;
    color: #666;
    font-weight: bold;
    padding: 1px 2px;
    background: url(image/form/formbg_top.gif) repeat-x left top;
    border-radius: 4px;
}

    input[type=button]:hover, input[type=submit]:hover {
        cursor: pointer;
        color: #999;
        font-weight: bold;
        padding: 1px 2px;
    }

    input[type=button]:active, input[type=submit]:active {
        cursor: pointer;
        border: inset 1px #ccc;
        background: #666;
        color: #999;
        font-weight: bold;
        padding: 1px 2px;
        background: url(image/form/formbg_bottom.gif) repeat-x left bottom;
    }
/*-- FIM - Definição do layout de formulário --*/

/*-- Definição do layout da GridView --*/
table.GridView tr {
    border: solid 1px #DFDFDF;
}

table.GridView th {
    border: solid 1px #DFDFDF;
    text-align: center;
}

table.GridView td {
    border: solid 1px #DFDFDF;
    font-weight: normal;
    padding: 1px 5px;
}

table.GridView a {
    font-weight: 700;
}

tr.tHeader {
    background: #F4F4F4 url(image/form/bucket_bg.jpg) repeat-x scroll left bottom;
}

tr.tRow:hover {
    background: none repeat scroll 0 0 #DFE6E6;
    border-color: #C5C5C5;
}

tr.tAltRow {
    background: none repeat scroll 0 0 #F7F7F7;
}

    tr.tAltRow:hover {
        background: none repeat scroll 0 0 #DFE6E6;
        border-color: #C5C5C5;
    }

    
table.form-fieldset
{
    width: 90%;   
    margin-left:20px; 
}

table.form-fieldset-internal
{
    width: 100%;
}

.divTable {
    display: table;
    width: 600px;
    border-spacing: 5px;
}

.divRow {
    display: table-row;
    width: 500px;
}

.divCell {
    float: left;
    display: table-column;
    width: 208px;
    text-align: center;
}

.centre-align {
    padding: 10px;
    border: 1px dashed gray;
    display: table-cell;
}

.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    border-radius: 0.6em;
    color: #e74c3c;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin: 20px;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    height: 38px;
    width: 129px;
}

    .btn:hover, .btn:focus {
        color: #fff;
        outline: 0;
    }

.third {
    border-color: #fff;
    color: #fff;
    /*box-shadow: 0 0 40px 40px #999 inset, 0 0 0 0 #999;*/
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

    .third:hover {
        box-shadow: 0 0 10px 0 #ccc inset, 0 0 10px 4px #ccc;
    }



.txtcss {
    display: inline-block;
    width: 215px;
    padding: 10px 0 10px 15px;
    font-family: "Open Sans", sans;
    font-weight: 400;
    color: #377D6A;
    background: #efefef;
    border: 0;
    border-radius: 3px;
    outline: 0;
    text-indent: 60px;
    transition: all .3s ease-in-out;
    height: 25px;
}