﻿.TitleMaster {
    font-size: 20pt; /*22px*/
    color: #808080;
    letter-spacing: -1px; /*espaçamento da fonte*/
}

.Title {
    font-size: 15pt;
    color: #909090; /*#999999*/
    line-height: 100%;
    margin-bottom: 4px;
}

.TitleSub {
    font-size: 13pt;
    color: #FF9933;
}

.TitleTopc {
    font-size: 11px;
    color: #333333;
    font-weight: bold;
}

.TitleInfo {
    font-size: 10px;
    color: #999999;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 3em;
    margin-left: 0px;
    margin-right: 5px;
    border-style: inset;
    border-width: 0px;
    border-top: 1px solid #eaeaea;
}


.TableForm {
    width: 100%;
    border-spacing: 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
}

.TableRowTitle {
    width: 100%;
    height: 36px;
    /*font-family: 'Microsoft Sans Serif';
    font-size: 14px;*/
    padding: 20px 0px 0px 0px;
}

.TableRowField {
    width: 100%;
    height: 40px;
    /*font-family: 'Microsoft Sans Serif';
    font-size: 12px;
    padding: 0px 0px 0px 5px;*/
}

.TableRowButtonAction {
    width: 100%;
    height: 60px;
    border-spacing: 0px;
    padding: 0px 5px 0px 0px;
    /*font-family: 'Microsoft Sans Serif';
    font-size: 14px;*/
    /*background: #dcdcdc url('Images/barbuttonaction_02.gif');
    background-repeat: no-repeat;
    background-position: left;*/
    background-color: #ffffff;
    text-align: right;
}


.TableRowButtonsActions {
    width: 100%;
    height: 60px;
    background-color: #FF9933;
}
.TableColButtonActionLeft {
    width: 50%;
    height: 60px;
    background-color: #ffffff;
    border-spacing: 0px;
    padding: 0px 0px 0px 5px;
    text-align: left;
}
.TableColButtonActionRight {
   /* width: 50%;
    height: 60px;*/
    border-spacing: 0px;
    padding: 0px 5px 0px 0px;
   /* background-color: #ffffff;*/
    text-align: right;
}


.TableRow2ButtonActionLeft {
    width: 50%;
    height: 60px;
    border-spacing: 0px;
    padding: 0px 0px 0px 25px;
    /*font-family: 'Microsoft Sans Serif';
    font-size: 14px;*/
    /*background: #dcdcdc url('Images/barbuttonaction_02.gif');
    background-repeat: no-repeat;
    background-position: left;*/
    background-color: #ffffff;
    text-align: left;
}

.TableRow2ButtonActionRight {
    width: 50%;
    height: 60px;
    border-spacing: 0px;
    padding: 0px 25px 0px 0px;
    /*font-family: 'Microsoft Sans Serif';
    font-size: 14px;*/
    /*background: #dcdcdc url('Images/barbuttonaction_02.gif');
    background-repeat: no-repeat;
    background-position: left;*/
    background-color: #ffffff;
    text-align: right;
}

.TableFormGray {
    width: 100%;
    height: 35px;
    border-spacing: 0px;
    padding: 0px 5px 0px 5px;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    background-color: #f5f5f5;
}

.TableFormGreyMedium {
    width: 100%;
    height: 40px;
    border-spacing: 0px;
    padding: 0px 5px 0px 5px;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    background-color: #eaeaea;
}

.TableFormGreyDark {
    width: 100%;
    height: 35px;
    border-spacing: 0px;
    padding: 0px 5px 0px 5px;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    background-color: #dcdcdc;
}

.TableFormWhite {
    width: 100%;
    height: 35px;
    border-spacing: 0px;
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
    background-color: #ffffff;
}

.Controls {
    font-family: 'Microsoft Sans Serif';
    font-size: 14px;
}

.LabelTitle {
    font-family: 'Microsoft Sans Serif';
    font-size: small;
    font-weight: bold;
    letter-spacing: 1px;
}

a.menus:link {
    font-family: Microsoft Sans Serif;
    font-size: 14px;
    text-decoration: none;
    color: #666;
}

a.menus:visited {
    font-family: Microsoft Sans Serif;
    font-size: 14px;
    text-decoration: none;
    color: Gray;
}

a.menus:hover {
    text-decoration: underline;
}

a.HyperLinks:link {
    font-family: Microsoft Sans Serif;
    font-size: 14px;
    text-decoration: none;
    color: #666;
}

a.HyperLinks:visited {
    font-family: Microsoft Sans Serif;
    font-size: 14px;
    text-decoration: none;
    color: Gray;
}

a.HyperLinks:hover {
    text-decoration: underline;
}


.buttonAction {
    background-color: #FF8C00;
    border: none;
    color: white;
    padding: 8px 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonGoBack {
    background-color: #FF9933;
    border: none;
    color: white;
    padding: 8px 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}


.buttonCancel {
    background-color: #ff0000;
    border: none;
    color: white;
    padding: 8px 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonEfect:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
