@charset "utf-8";

/*Fonts*/
@font-face {
    font-family: 'alphamack';
    src: url('../fonts/alpha/alphma-webfont.eot');
    src: url('../fonts/alpha/alphma-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alpha/alphma-webfont.woff2') format('woff2'),
         url('../fonts/alpha/alphma-webfont.woff') format('woff'),
         url('../fonts/alpha/alphma-webfont.ttf') format('truetype'),
         url('../fonts/alpha/alphma-webfont.svg#alphamack_aoeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*CSS*/
html {
  position: relative;
  min-height: 100%;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    background-color: #E5E5E4;
    margin-bottom: 25px;
}
a, a:hover, a:active, a:focus{
	text-decoration:none;
	cursor:pointer;
	outline: 0;
}
a.anima{
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    border:0;
}
.clear{
	clear:both;
}
.block{
	display:block !important;
}
label {
    font-weight:normal;
}
.rfv{
    color:#ec1c24;
    font-size: 16.5px;
    font-weight: bold;
}
.required{
    color:#ec1c24;
    font-weight: bold;
}
.margin-top{
    margin-top:50px;
}
.margin-bottom{
    margin-bottom:20px;
}
.margin-left{
    margin-left:30px;
}
hr{
    margin:25px;
    background-color:#022a3a;
    height:1px;
    clear:both;
}
h2{
    font-size: 24px;
    color: #022a3a;
    font-weight:bold;
    margin-top:0;
    float: left;
    margin-left: 35px;
    margin-top: 5px;
    width: 65%;
}
h3 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left:30px;
}
h4 {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left:30px;
    color: #022a3a;
    font-weight:bold;
}
h5 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 0;
}
h6{
    color: #ec1c24;
    font-family: "alphamack";
    font-size: 60px;
    font-weight: normal;
    line-height: 55px;
    position: absolute;
    right: 165px;
    top: 295px;
    width: 456px;
}
.input{
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    height: 24px;
    color:#333;
    font:12px "Segoe UI",Arial,sans-serif;
    width: 160px;
}
.link, .link:hover{
    font-size:14px;
    text-decoration:underline;
}
.ckeck input{
    margin-right:10px;
}
.textBox{
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    height: 74px;
    color:#333;
    font:12px "Segoe UI",Arial,sans-serif;
    resize:none;
}
.color{
    color: #022a3a;
}
.red{
    color: #ec1c24;
}
.col-md-3_5 {
    width: 20%;
    float:left;
    padding-left: 15px;
}

/*CSS*/
#intro{
    position: fixed;
    z-index: 100;
    width: 1170px;
    margin: auto;
    left: 50%;
    margin-left: -585px;
    margin-top: 2vw;
    cursor: pointer;
}
header img{
    height: 43px;
    margin-top: 70px;
    position:absolute;
    z-index: 1;
    padding-left: 35px;
}
section{
    margin-top: 2vw;
}
section .lock{
    height: 155px;
    margin: auto;
    display: block;
    margin-top: 30px;
}
article{
    width: 400px;
    margin: auto;
    margin-top: -28px;
    color: #6D6E71;
}
article p{
    font-size: 12px;
    width: 66px;
    display: inline-block;
     color: #022A3A;
}
article .inputText{
    width: 270px;
    display: inline-block;
    height: 35px;
    border-radius: 13px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid #939598;
    padding-left: 10px;
}
article input:focus {outline:none;}
article a{
    font-size: 11px;
    color: #6D6E71;
}
article a.access{
    padding-left: 70px;
}
article a.send{
    padding-right: 63px;
    text-transform: uppercase;
    color: #939598;
    font-size: 14px;
    float: right;
}
article a:hover{
    color: #022A3A;
}
.infoHome{
    width: 270px;
    margin: 0;
    margin-top: 30%;
    color: #FFF;
    background-color: #EC1C24;
    min-height: 45px;
    margin-left: 98px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #FFF;
    display:block;
    -webkit-box-shadow: -3px 5px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -3px 5px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -3px 5px 11px 0px rgba(50, 50, 50, 0.75);
}
.balloon{
    margin-top: 130px;
    position: absolute;
    width: 95%;
    z-index: 1;
}
.divLock{
    z-index:3;
}
.loginIntro{
    position:absolute;
    left: 10%;
}
.remember {
    background-color: #022a3a;
    border: 1px solid #FFF;
    border-radius: 10px;
    -webkit-box-shadow: -24px 24px 48px -7px rgba(135,133,135,1);
    -moz-box-shadow: -24px 24px 48px -7px rgba(135,133,135,1);
    box-shadow: -24px 24px 48px -7px rgba(135,133,135,1);
    color: #FFF;
    display: block;
    margin: 170px 0 35px 14px;
    min-height: 45px;
    padding: 15px;
    max-width: 373px;
}
.remember h1{
    color: #fff;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
     font-size: 13px;
    font-weight: bold;
}
.forgot{
    margin-left:75px;
}

/*RECUPERAR PASSWORD*/
h1{
    font-family: 'alphamack';
    font-size: 65px;
    color: #022A3A;
    text-align: center;
    margin-top: 240px;
    margin-bottom: 55px;
}
h1.welcome{
    font-size: 75px;
    margin-left: 41px;
    margin-top: 12%;
    position: absolute;
    z-index: 1;
}
.reset input{
    margin-left:65px;
}
.reset p{
    width:100%;
    margin-left:65px;
}
.psw{
    margin-top:-45px;
}
.psw h1{
    line-height:40px;
}
.psw a{
    text-decoration:underline;
    font-size:13px;
}
.psw .send{
    text-decoration:none;
}


/*HOME*/
article.home{
    width: 316px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 236px;
    height: 309px;
}
.home a{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 316px;
    height: 99px;
    color: #EC1C24;
    font-size: 20px;
    display: block;
    line-height: 99px;
}
.home a.area{
    margin-bottom: 111px;
    color: #648596;
}
.home a:hover{
    color: #022A3A;
}
.home a span{
    margin-left: 109px;
}

/*TRABALHOS*/
.work{
    top: 0;
    height: 72px;
    position: fixed;
    background-color: #E5E5E4;
    width: 100%;
    z-index: 1000;
}
.work img {
    height: 36px;
    position: absolute;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}
.work .user p {
    color: #022a3a;
    display: inline-block;
    float:right;
    line-height: 53px;
    margin-top:5px;
}
.work .user a {
    color: #022a3a;
    display: inline-block;
    float:right;
    line-height: 53px;
    text-decoration:underline;
    margin-left:15px;
    margin-top:5px;
    margin-right: 25px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.work .user a:hover {
    color: #648596;
}
.work .user img {
    display:inline-block;
    height: 25px;
    margin: 10px;
    position:relative;
    float: left;
}
.search{
    float: left;
    height: 35px;
    padding-top: 4px;
    position: relative;
    min-width: 330px;
}
.search img{
    float:left;
}
.search p{
    color: #022a3a;
    font-size:11px;
    margin-bottom: 5px;
    float:left;
}
.search input{
    width: 220px;
    display:inline-block; 
    margin-top: 10px;
    float: left;
    height: 24px;
}
.search input[type="button"]{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-left:8px;
    display: block;
    float: left;
    height: 24px;
    padding-bottom: 1px;
    width: 47px;
    line-height:24px;
    font-weight:normal;
}
.content{
    margin-top: 100px;
}
.content aside{
    width: 250px;
    position: fixed;
    float: left;
    height: 100%;
}
.content article{
    background-image: url("../Images/bk.png");
    background-position: 307px 0;
    background-repeat: repeat-y;
    padding-left: 250px;
    width: 100%;
    
}
.content article .layer{
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    bottom: 40px;
    left: 265px;
    overflow: auto;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 122px;
}
.blueButton, .redButton
{
    font-family:Verdana;
    font-size:12px;
    min-width:100px;
    height:30px;
    line-height:30px;
    background-color:#022A3A;
    border:none;
    color:#FFF;
    font-weight:500;
    margin-right:10px;
    border-radius: 5px;
    float:right;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.redButton{
    background-color:#ec1c24;
}
.blueButton:hover, .redButton:hover{
    background-color:#648596;
}
ul.subBotoes
{
    float:right;
    padding:0;
    margin:0;
    background-color:#d3d3d3;
    padding: 0 10px;
    display:block;
    border-radius:10px;
}
ul.subBotoes, ul.subBotoes ul{
    list-style:none;
}
ul.subBotoes ul{
    padding:0;
    margin:0;
    float:none;
    background-color:transparent;
}
ul.subBotoes li ul li{
   display:none;
    padding:0;
    height: 30px;
}
ul.subBotoes li{
    list-style:none;
    padding:0;
    margin:0;
    min-width: 110px;
}
ul.subBotoes li p, ul.subBotoes li ul li input{
    background-color: #022a3a;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    text-align:center;
    white-space: nowrap;
    font-size:14px;
    width: 130px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.subBotoes li ul li input.redButton{
    background-color:#ec1c24;
}
ul.subBotoes li p{
    margin-bottom:10px;
}
ul.subBotoes li p span{
    font-size:18px;
    line-height: 25px;
}
ul.subBotoes li ul li input
{
    display:block;
    margin:0;
    margin-bottom:10px;
}
ul.subBotoes li:hover p, ul.subBotoes li ul li input:hover
{
    background-color:#648596;
}
ul.subBotoes li ul li
{
    
    padding:0;
    margin-bottom:10px;
    
}
ul.subBotoes li:hover ul li
{
    display:block;
}
.buttons{
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top:72px;
    left:0;
    padding-left: 265px;
}
.buttons div{
    background-color: #d3d3d3;
    height: 50px;
    width: 100%;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    z-index:3;
    position:relative;
    padding-top:10px;
    padding-right:25px;
}
.pageSeparator{
    padding:25px;
    border: 1px solid #828282;
    background-color:#FFF;
    margin-top: -1px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mailTo, .mailTo:hover{
    font-size:14px;
    text-decoration:underline;
}
.addUser .input{
    width:250px;
}
.backPsw{
    text-decoration:none!important;
    text-align:center;
    margin-top:20px;
    color:#FFF;
}
.backPsw:hover{
    color:#FFF;
    background-color:#648596;
}
.productAndContacts{
    width:180px;
    margin-bottom:5px;
    float:left;
}
.productAndContacts.firstColumn{
    width:220px;
    margin-left: 15px;
}

/*PERMISSION*/
.permission{
    position:relative;
    display:block;
}
.back{
    background-color: #022a3a;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    min-width: 60px;
    position: absolute;
    right: 178px;
    text-align: center;
    top: 500px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    width: 70px;
}
.back:hover{
    background-color:#648596;
    color:#FFF;
}

/*LOCKEDOUT*/
.lockedOut{
    font-size:15px; 
    color: #022a3a;
}
.lockedOut a{
    font-size:15px; 
    color: #022a3a;
    text-decoration:underline;
    font-weight:bold;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lockedOut a:hover{
    color: #648596;
}
.lockedOut h1 {
    color: #022a3a;
    font-family: "alphamack";
    font-size: 67px;
    line-height: 44px;
    margin-bottom: 55px;
    margin-top: 240px;
    text-align: center;
}

/*FORMS*/
html body .RadInput_Default .riRead, html body .RadInput_Read_Default, html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default, .RadUpload_Default .ruFakeInput {
    border-color: #a8a8a8 !important;
    border-radius: 3px;
}
.RadUpload_Default .ruButton {
    background-image: none !important;
    min-width:60px !important;
    height:25px !important;
    line-height:25px !important;
    background-color:#022A3A !important;
    color:#FFF !important;
    font-weight:500;
    border:0 !important;
    border-radius: 5px;
}
.btnPO{
    background-image: none !important;
    min-width:60px !important;
    height:25px !important;
    line-height:25px !important;
    background-color:#022A3A !important;
    color:#FFF !important;
    font-weight:500;
    border:0 !important;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btnPO.green{
    background-color:#006600 !important;
}
.btnPO:hover, .btnPO.green:hover{
     background-color: #648596 !important;
}
.confirm {
    height:25px;
    line-height:25px;
    float:none;
}
.tableTab{
    margin-top:20px;
    margin-bottom:10px;
    margin-left:15px;
}
.btnUploudPricingTable{
    float: left;
    height: 25px;
    line-height: 20px;
}

/*HELP*/
.help{
    background-color: #022a3a;
    border-radius: 5px;
    bottom: 40px;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 35px;
    margin-left: 15px;
    padding: 15px;
    position: fixed;
    width: 220px;
    overflow:hidden;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.expandedMenu{
    height: 145px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.help h1{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    font-size: 12px;
    margin: 0;
    text-align:left;
    font-weight:bold;
    margin: -2px 0 9px;
    float:left;
    width:150px;
}
.help hr{
    margin: 0;
}
.help p{
    margin-top: -4px;
}
.help p.mail{
    display: block;
    margin-top: 5px;
}
.help a{
    color: #fff;
    text-decoration: underline;
}
.help p.mail span.mailImage{
    background-image: url("../Images/mail.png");
    background-size: cover;
    display: inline-block;
    height: 11px;
    width: 12px;
    margin-right: 5px;
}
#expand-click{
    cursor: pointer;
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.expand-icon {
  height: 18px;
  width: 18px;
  position: relative;
  float:right;
  margin-top: -5px;
  background-image: url("../Images/arrow-up.png");
  background-size: cover;
  cursor:pointer;
}
.expand-icon.expanded {
    background-image: url("../Images/arrow-down.png");
}
.help .btnReset, .help .btnSet{
    background-color: #d3d3d3;
    border: medium none;
    border-radius: 5px;
    color: #022a3a;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    width: 40px;
    margin-top:10px;
    font-size:11px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.help .btnReset:hover, .help .btnSet:hover{
    background-color:#648596;
}
.help .btnReset{
    float:left;
}
.help .btnSet{
    float:right;
}
.help.financial span{
    position: absolute;
    right: 8px;
    visibility: visible;
}

/*MAINTENACE*/
.maintenance{
    padding-left:250px;
}

/*LOADING*/
.loadingLayer{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute !important;
    top: 0;
    left: 0;
    display:block;
    z-index: 1001;
    animation: fadein 0.9s;
    -moz-animation: fadein 0.9s; /* Firefox */
    -webkit-animation: fadein 0.9s; /* Safari and Chrome */
    -o-animation: fadein 0.9s; /* Opera */
}
.loadingContent{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 190px;
    height:70px;
    background-color:White;
    opacity: 0.8;
    margin: auto;
    margin-top: 20%;
    position:relative;
    padding: 5px;
    webkit-box-shadow: -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    /*border: 1px solid #EC1C24;*/
}
.loadingContent p
{
    color: #ec1c24;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 65px;
    margin-left: 5px;
}
#loadingImage{
    width:60px;
    float:left;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


/*FOOTER*/
footer{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    color: #022A3A;
    font-size: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 25px;
}
footer p
{
    float: left;
    width: 25%;
}
footer b{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight:500;
}
footer hr
{
    float: left;
    display: block;
    height: 1px;
    width: 75%;
    background-color: #022A3A;
    border: 0;
    margin: 0;
    margin-top: 10px;
    clear:none;
}
 footer.introFooter p {
    width: 28%;
    padding-left: 44px;
}
footer.introFooter hr {
     width: 72%;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
	/*body{
		background-color:red;
	}*/
	h2 {
        font-size: 20px;
    }
    .loginIntro{
        position:absolute;
        left: 0;
    }
    .firstLogin{
        margin-top:20px;
    }
    h6 {
        font-size: 53px;
        right: 130px;
        top: 251px;
        width: 400px;
    }
    header img {
        height: 34px;
    }
    .search input {
        width: 130px;
    }
    .search img {
        margin-left: 20% !important;
    }
    footer p {
        width: 25%;
    }
    footer hr {
        width: 75%;
    }
}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
 	/*body{
		background-color:blue;
	}*/
    h6 {
        font-size: 42px;
        line-height: 40px;
        right: 96px;
        top: 285px;
        width: 318px;
    }
    h2 {
        width: 60%;
    }
    .loginIntro{
        position:relative;
    }
	header img {
        padding-left: 0;
        height: 45px;
    }
	h1.welcome, .intro, .balloon {
	    display:none;
    } 
    section .lock {
        display: block;
        height: 200px;
        margin: 28% auto auto;
    }
    .infoHome {
        margin: 20% auto 22px;
    }
    section .lock {
        margin: 0 auto auto;
    }
    .permission img{
        margin-top:95px;
    }
    .back {
        margin-right: -49px;
    }
    .info {
        margin: 25px 0 0 229px;
    }
    .remember {
        margin: 15px 0 0 175px;
    }
    .work .user p {
            font-size: 11px;
    }
    .work .user a {
        font-size: 11px;
        margin-right: 0;
    }
    .work .user img { 
        height: 23px;
    }
    .search {
        min-width: 200px;
        margin-left: 200px;
    }
    .search input {
        width: 100px;
    }
    .search img {
        margin-left: 0 !important;
    }
    .search input[type="button"] {
        margin-left: 0;
        margin-right: 0;
    }
    .col-md-3_5 {
        width: 100%;
    }
    footer p {
        width: 35%;
        padding:0;
    }
    footer hr {
        width: 65%;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 770px){
 	/*body{
		background-color:yellow;
	} */
}
 
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	/*body{
		background-color:green;
	} */
}


/* SAFARI */
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    line-height: 29px;
}