﻿/* DEFAULTS
----------------------------------------------------------*/

@font-face {
  font-family: 'Petrobras Sans';
  src: url('../FontesBR/PetrobrasSansRg.eot'); /* IE9 Compat Modes */
  src: url('../FontesBR/PetrobrasSansRg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../FontesBR/PetrobrasSansRg.otf') format('opentype'), /* Open Type Font */
    url('../FontesBR/PetrobrasSansRg.svg') format('svg'), /* Legacy iOS */
    url('../FontesBR/PetrobrasSansRg.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../FontesBR/PetrobrasSansRg.woff') format('woff'), /* Modern Browsers */
    url('../FontesBR/PetrobrasSansRg.woff2') format('woff2'); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}


a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1 {
    padding: 10px;
    margin: 0px;
    font-size: 1.8em;
    color: #FFFFFF;
    font-weight: bold;
}

h2 {
    padding: 10px;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFFFFF;
}

h3 {
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 15px 0px;
    border-style: none none solid none;
    border-width: 2px;
    border-color: #003300;
    font-size: 1.2em;
    color: #003300;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h4 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-size: 1.7em;
    color: #999999;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

h5, h6 {
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.main {
    padding: 10px 0px 10px 0px;
    background-color: #cccccc;
    background-attachment: scroll;
    background-image: url(../images/FundoMedio.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.footer {
    width: 994px;
    color: #FFFFFF;
    background-color: #003300;
    font-size: 10px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
form {
    margin: 0px;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/
.ul_clear li {
    list-style: none;
}

.clear {
    clear: both;
}

.RoundedCornners {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 3px;
    background-image: linear-gradient(to bottom, #fff, #b3b3b3);
    background-repeat: repeat-x !important;
    background-color: #b3b3b3;
    background-position: left top;
    background-attachment: scroll;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.LeftShadow {
    position: relative;
    background-position: left top;
    position: relative;
    z-index: -100;
    width: 10%;
    height: 30px;
    top: -2px;
    left: -7px;
    background-image: url('../Images/LeftShadow.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    float: left;
}

.RightShadow {
    position: relative;
    z-index: -100;
    width: 10%;
    height: 30px;
    top: -2px;
    right: -7px;
    background-position: right top;
    background-image: url('../Images/RightShadow.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    float: right;
}

img.BotaoIconLeft {
    margin: -5px 0px 0px 10px;
    float: left;
}

img.BotaoIconRight {
    margin: -5px 10px 0px 0px;
    float: right;
}

a.BotaoAzul01 {
    padding: 18px 0px 0px 0px;
    display: block;
    width: 180px;
    height: 33px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoAzul01.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoAzul01:hover {
        background-position: 0px -51px;
    }

a.BotaoAzul01Disable {
    padding: 18px 0px 0px 0px;
    display: block;
    width: 180px;
    height: 33px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #335769; /*#003300; #335769;  #8b9aaa; : #b3b3b3;*/
    text-decoration: none;
    background-image: url('../Images/BotaoAzul01Disable.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

a.BotaoAzul02 {
    padding: 12px 0px 0px 0px;
    display: block;
    width: 116px;
    height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoAzul02.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
    margin-top: 0px;
}

    a.BotaoAzul02:hover {
        background-position: 0px -41px;
    }

a.BotaoAzul02Disable {
    padding: 12px 0px 0px 0px;
    display: block;
    width: 116px;
    height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #335769; /*#003300; #335769;  #8b9aaa; : #b3b3b3;*/
    text-decoration: none;
    background-image: url('../Images/BotaoAzul02Disable.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
    margin-top: 0px;
}

a.BotaoAzul03 {
    padding: 28px 0px 0px 0px;
    display: block;
    width: 260px;
    height: 46px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoAzul03.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoAzul03:hover {
        background-position: 0px -75px;
    }

a.BotaoAzul03Disable {
    padding: 28px 0px 0px 0px;
    display: block;
    width: 260px;
    height: 46px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoAzul03Disable.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

a.BotaoVerde01 {
    padding: 12px 0px 0px 0px;
    display: block;
    width: 116px;
    height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoVerde03.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoVerde01:hover {
        background-position: 0px -41px;
    }

a.BotaoVerde02 {
    padding: 12px 0px 0px 0px;
    display: block;
    width: 146px;
    height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoVerde02.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoVerde02:hover {
        background-position: 0px -41px;
    }

a.BotaoVermelho01 {
    padding: 12px 0px 0px 0px;
    display: block;
    width: 116px;
    height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoVermelho01.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoVermelho01:hover {
        background-position: 0px -41px;
    }

a.BotaoVermelho02 {
    padding: 12px 0px 0px 0px;
    display: block;
    width: 146px;
    height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoVermelho02.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoVermelho02:hover {
        background-position: 0px -41px;
    }

a.BotaoCinza01 {
    padding: 8px 0px 0px 0px;
    display: block;
    width: 144px;
    height: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
    text-decoration: none;
    background-image: url('../Images/BotaoCinza01.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoCinza01:hover {
        background-position: 0px -36px;
    }


/*@font-face {
    font-family: 'PetrobrasSans';
    src: url('../fonts/PetrobrasSans.ttf');
}*/

.FonteBR {
    /*padding: 8px 0px 0px 0px;*/
    /*display: block;*/
    /*width: 144px;*/
    /*height: 28px;*/
    /*font-weight: bold;*/
    /*font-size: 0.5em;*/
    font-family: 'Petrobras Sans';
    /*color: #000000;*/
    /*text-decoration: none;*/
    /*background-image: url('../Images/BotaoCinza01.png');
    background-repeat: no-repeat;
    background-position: center 0px;*/
    /*text-align: center;*/
}

a.BotaoCinza02 {
    padding: 8px 0px 0px 0px;
    display: block;
    width: 144px;
    height: 28px;
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Petrobras Sans';
    color: #000000;
    text-decoration: none;
    background-image: url('../Images/BotaoCinza01.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoCinza02:hover {
        background-position: 0px -36px;
    }

a.BotaoProcurar {
    display: block;
    width: 54px;
    height: 63px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
    text-decoration: none;
    background-image: url('../Images/BotaoProcurar.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoProcurar:hover {
        background-position: 0px -63px;
    }

a.BotaoProcurarPequeno {
    display: block;
    width: 22px;
    height: 23px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
    text-decoration: none;
    background-image: url('../Images/BotaoProcurarPequeno.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoProcurarPequeno:hover {
        background-position: 0px -23px;
    }


a.BotaoProcurarMedio {
    display: block;
    width: 36px;
    height: 39px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
    text-decoration: none;
    background-image: url('../Images/BotaoProcurarMedio.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoProcurarMedio:hover {
        background-position: 0px -38px;
    }


a.BotaoPetrobras {
    display: block;
    width: 260px;
    height: 75px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoPetrobras.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

a.BotaoFaleConosco {
    display: block;
    width: 260px;
    height: 75px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoFaleConosco.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

a.BotaoLoginOK {
    display: block;
    width: 68px;
    height: 28px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('../Images/BotaoLoginOK.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    text-align: center;
}

    a.BotaoLoginOK:hover {
        background-position: 0px -28px;
    }

.FormCel {
    color: #003300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.LinhaDown {
    background-image: url('../Images/LinhaPequena.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
}

.rightJustified {
    text-align: right;
}

.centerJustified {
    text-align: center;
}

.textField {
    background-color: #fff;
    border-radius: 5px;
    display:flex;
}

.textField .material-icons{
    height: 24px;
    position: absolute;
    margin-left: 5px;
    width: 24px;
    z-index: 0;
}

.textField input{
    background-color: transparent;
    border-radius: 5px;
    flex-grow: 1;
    height: 18px;
    padding-left: 30px;
    z-index: 1;
}