﻿.regcontent {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    border: 1px solid #A0A0A0;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 800px;
    background-color:#fff;
}

.regTitle {
    color: #41b33f;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.regSubTitle {
    color: #41b33f;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.regLabelText {
    color: #545B67;
    text-align: center;
}


.regLabelSmallText {
    color: #545B67;
    font-size: 11px;
    text-align: center;
}

.regFormInfo {
    color: #545B67;
    font-size: 12px;
    text-align: center;
}

.regFormInfoSuccess{
    color: #41b33f;
    font-size: 13px;    
    font-weight:bold;
}

.regFormInfoFailure{
    color:red;
    font-size: 13px;    
    font-weight:bold;
}

.regForm {
    width: 455px;
    margin-left: auto;
    margin-right: auto;
}

.regFormLine {
    margin-bottom: 4px;
    height: 25px;
}

.regFormButtons {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: center;
}

.regFormLabel {
    margin-right: 4px;
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #545B67;
}

.regFormText {
    float: right;
    width: 310px;
}

    .regFormText input {
        float: left;
        font-size: 8pt;
        font-weight: normal;
        color: Black;
        /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
        border: 1px solid #808080;
        outline: 0;
        height: 20px;
        width: 290px;
        display: inline-block;
    }


.regErrorContent {
    min-height: 25px;
    color: red;
    font-size: 11px;
    margin-top: 6px;
    padding-top: 4px;
    text-align: center;
}


.reportForm
{
     width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top:10px;
    padding-bottom:10px;
}

.formLine {
    margin-bottom:4px;
    /*height:45px;*/
    width:100%;
    display:inline-block;
}


.formButtons {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align:center;
}

.formLabel {
    margin-right: 4px;
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #545B67;
    width:30%;
}

.formText {
  float:right;
  width:65%;
}


    .formText .formControl {
        /*width:80%;*/
        float: left;
        /*font-size: 8pt;
        font-weight: normal;
        color: Black;*/
       /* -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #808080;
        outline: 0;
        height: 20px;*/
        /*display: inline-block;*/
    }


.formErrorContent {
    min-height: 25px;
    color: red;
    font-size: 11px;
    margin-top: 6px;
    padding-top: 4px;
    text-align: center;
}

.grid {
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: white;
    color: #545b67;
    margin-left: auto;
    margin-right: auto;
}

.gridAlternativa {
    /*border-color:Fuchsia;
		border-style:solid;
		border-width:1px;*/
    background-color: Silver;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #545b67;
}

A.gridHyperLink {
    /*border-color:Fuchsia;
		border-style:solid;
		border-width:1px;
    background-color: #E5E5E5;*/
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: underline;
    color: Blue;
}

.gridHeader {
    border-color: #5DA526;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-size: 10pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: white;
    background-color: #41B33F;
}

