﻿@charset "utf-8";

/************************************************************/
/****************** FONTE UTILIZADA NO SITE *****************/
/************************************************************/

@font-face 
{
  font-family: 'buxton';
  src: url(buxton_sketch.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face 
{
  font-family: 'spaceblack';
  src: url(aspace_regular.otf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

/********************************************************/
/******************** LAYOUT DO SITE ********************/
/********************************************************/

.body 
{
    background: url(../imagem/fundo.jpeg) no-repeat;
    /*background: url(../imagem/fundo2.png) top center;*/
    /*font-size: .80em;*/
    font-family: 'spaceblack'; /*, 'buxton', arial unicode ms, sans-serif, helvetica;*/
    /*font-family: "Calibri", "Cambria", "Arial", "Bookman Old Style", Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
}
                
.page
{
    height: auto;
    min-height: 600px;
    width: 98%;
    min-width: 800px;
    max-width: 98%;
    background-color: transparent;
    margin: 10px  auto 0px auto;
}

.cabecalho
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: transparent;
    width: 50px;
    height: 20px;
}

.logo_audit 
{
    position: absolute;
    background: url('../imagem/logo/logo_audit.png') no-repeat;
    width: 50%;
    min-height: 150px;
    top: 0px;
    left: 0px;
    display: none;
}

.logo_shop {
    position: absolute;
    width: 50%;
    height: 75px;
    top: 0px;
    left: 0px;
    text-align: left;
}

#largura 
{ 
	margin: 0 auto; 
	width: 1000px;
}

/********************************************************/
/*************** LAYOUT DA TELA DE LOGIN ****************/
/********************************************************/

.login_captcha {
    background: url(../imagem/design/caixa_login_estendida.png) no-repeat;
    /*background: url(../imagem/design/caixa_login.png) no-repeat;*/
    position: relative;
    width: 400px;
    height: 340px;
    /*height: 240px;*/
    border-radius: 10px;
    box-shadow: #303030 -10px 10px 10px;
}

.login {
    
    background: url(../imagem/design/caixa_login.png) no-repeat;
    position: relative;
    width: 400px;
    height: 240px;
    border-radius: 10px;
    box-shadow: #303030 -10px 10px 10px;
}

.login_icone
{
    position: absolute;
	padding: 10px 0 0 15px;
}

.login_titulo 
{
    position: relative;
    padding: 23px 0px 23px 80px;
	color: #000000;
	/*font: bold 20px 'spaceblack';*/
    text-align: left;
}

.login_caixa
{
    position: relative;
	height: 142px;
	width: 384px;
    margin-top: 5px;
    margin-left: 7px;
	/*border: #999999 1px solid;*/
}

.login_botao 
{
    position: relative;
    text-align: right;
	color: #000000;
	font: bold 20px "Arial";
}

.altera_senha 
{
    background: url(../imagem/design/caixa_confirma.png) no-repeat;
    width: 400px;
    height: 205px;
    position: relative;
    top: 180px;
    border-radius: 10px;
    box-shadow: #303030 -10px 10px 10px;
}

.recupera_senha 
{
    background: url(../imagem/design/caixa_confirma.png) no-repeat;
    width: 400px;
    height: 205px;
    position: relative;
    top: 200px;
    border-radius: 10px;
    box-shadow: #303030 -10px 10px 10px;
}

.seleciona_shop 
{
    background: url(../imagem/design/caixa_confirma.png) no-repeat;
    width: 400px;
    height: 205px;
    position: relative;
    top: 190px;
    border-radius: 10px;
    box-shadow: #303030 -10px 10px 10px;
}


/************************************************************/
/********************* LAYOUT DAS COLUNAS *******************/
/************************************************************/

.left 
{
	float: left;
	margin: 5px;
}

.right 
{
	float: right;
	margin: 5px;
}

.secao_200 
{ width: 200px; }

.secao_300 
{ width: 300px; }

.secao_370 
{ width: 370px; }

.secao_500 
{ width: 500px; }

.secao_600 
{ width: 600px; }

.secao_50porc 
{ width: 48%; }

.secao_100porc 
{ width: 960px; }

/************************************************************/
/********************* LAYOUT DO CONTEÚDO *******************/
/************************************************************/

.checkbox
{
	/*font-family: arial, arial unicode ms, sans-serif, helvetica;*/
	font-family: arial;
	color: #444499;
	font-size: 12px;
    font-weight: bold;
}

.label
{
	font-family: arial;
	color: #4c4c4c; 
	font-size: 12px; 
    font-weight: bold;
}

.label_titulo_chamada
{
	/*font-family: 'buxton', arial unicode ms, sans-serif, helvetica;*/
    font-family: 'spaceblack';
    color: #ffffff;
	font-size: 24px;
    font-weight: bold;
    text-decoration: none; 
    font-style: italic;
}

.label_titulo_login
{
	color: #255184; 
	font-size: 18px; 
    font-style: italic;
    font-weight: bold;
}

.textbox
{
    display: block;
    width: 100%;

	padding: 3px 8px;
	border: #999999 1px solid; 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    color: #555555;
	font-family: arial;
	font-size: 12px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .textbox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

.textbox_obrigatorio
{
    display: block;
    width: 100%;

	padding: 3px 8px;
	border: #CC0000 1px solid; 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    color: #555555;
	font-family: arial;
	font-size: 12px; 
}
    .textbox_obrigatorio:focus {
        border-color: #CC0000;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(232,102,102,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(232,102,102,.6);
    }

/********************************************************/
/********************* MODAL POPUP **********************/
/********************************************************/

.modal_background 
{
	background-color: Black;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.modal_popup 
{
    background-color: White;
    /*background-image: url(../imagem/design/caixa_popup.png);*/
	width: 470px;
	height: auto; /*180px;*/
	border: solid 2px black;
    border-radius: 20px;
	box-shadow: black 0px 0px 50px;
}

.modal_popup_bi {
    background-color: White;
    /*background-image: url(../imagem/design/caixa_popup.png);*/
    width: 600px;
    height: auto; /*180px;*/
    border: solid 2px black;
    border-radius: 20px;
    box-shadow: black 0px 0px 50px;
}

.modal_popup_selecionar_imagem
{
    background-color: White;
	width: 600px;
	height: auto;
    padding: 20px;
	border: solid 2px black;
    border-radius: 20px;
	box-shadow: black 0px 0px 50px;
}

.modal_botao_fechar
{
    position: absolute;
	padding: 0px 0px 0px 460px;
}

.modal_botao_fechar_bi {
    position: absolute;
    padding: 0px 0px 0px 590px;
}

.modal_titulo_mensagem
{
    position: relative;
    text-align: center;
    padding: 20px;
	color: Red;
	font: bold 20px "Arial";
}

.modal_mensagem
{
    position: relative;
    text-align: center;
    padding: 5px 20px 20px 20px;
	color: #4c4c4c; 
	font: bold 12px "Arial";
}

/************************************************************/
/***************** BOTÃO CHAMADA DE SISTEMAS ****************/
/************************************************************/

.screen-reader-text 
{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.chamada_botao
{
    position: relative;
    list-style: none;
    text-align: center;
}

.botao_chamada
{
    width: 254px;
    height: 254px;
    display: block;

    border-radius: 50%;
    position: relative;
    display: inline-block;
    /*top: 20px;
    left: 22px;*/
    cursor: pointer;
    border: 2px solid #255184;

	box-shadow: #000000 -10px 10px 10px;
    -webkit-box-shadow: #000000 -10px 10px 10px; 
    -moz-box-shadow: #000000 -10px 10px 10px; 
    -o-box-shadow: #000000 -10px 10px 10px; 
}

.botao_chamada:hover 
{
    /*width: 400px;
    height: 200px;*/
    text-decoration: none;
}

.botao_chamada:before 
{
    display: block;
    border-top: 5px solid #DDDDDD;
    position: absolute;
    /*top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    border-radius: 50%;*/
    box-shadow: inset 0px 8px 48px #DDDDDD;
}

.botao_chamada:active { box-shadow: 0px 3px 4px #AAAAAA inset, 0px 2px 3px #FFFFFF; }

.botao_controlshop 
{ 
    background: #FFFFFF url('../imagem/logo/controlshop.png') no-repeat left top;
    top: 0px;
    left: 0px;
    position: relative;
    top: 100px;
}
.botao_controlshop:hover { background: #FFFFFF url(../imagem/logo/controlshop.png) no-repeat bottom left; }

.botao_controlquest 
{ 
    background: #FFFFFF url('../imagem/logo/controlquest.png') no-repeat left top; 
    position: relative;
    top: 100px;
}
.botao_controlquest:hover { background: #FFFFFF url(../imagem/logo/controlquest.png) no-repeat bottom left; }

.botao_dashboard {
    background: #FFFFFF url('../imagem/logo/dashboard.png') no-repeat left top;
    position: relative;
    top: 100px;
}

    .botao_dashboard:hover {
        background: #FFFFFF url(../imagem/logo/dashboard.png) no-repeat bottom left;
    }


/************************************************************/
/******************** DESIGN DOS BOTÕES *********************/
/************************************************************/

.botao 
{
    background: #3471b8;
    border-color: #255184 #244f80 #1e4068;
    background-image: -webkit-linear-gradient(top, #497fcc, #3d72c8 50%, #3471b8 40%, #2365a0);
    background-image: -moz-linear-gradient(top, #497fcc, #3d72c8 50%, #3471b8 40%, #2365a0);
    background-image: -o-linear-gradient(top, #497fcc, #3d72c8 50%, #3471b8 40%, #2365a0);
    background-image: linear-gradient(to bottom, #497fcc, #3d72c8 50%, #3471b8 40%, #2365a0);
    padding: 6px 20px; /*Espaçamento do texto com a borda do botão*/
    border-radius: 5px;
    cursor: pointer;
    /*Texto*/
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}

.botao:hover 
{   /*Definição de cores ao passar o mouse pelo botão*/
    background: #4c8ad3;
    background-image: -webkit-linear-gradient(top, #29609f, #5995da);
    background-image: -moz-linear-gradient(top, #29609f, #5995da);
    background-image: -o-linear-gradient(top, #29609f, #5995da);
    background-image: linear-gradient(to bottom, #29609f, #5995da);
}

.botao:active 
{   /*Definição de cores ao precionar o botão*/
    background: #3d79c8;
    background-image: -webkit-linear-gradient(top, #216298, #3774c4 60%, #3d79c8);
    background-image: -moz-linear-gradient(top, #216298, #3774c4 60%, #3d79c8);
    background-image: -o-linear-gradient(top, #216298, #3774c4 60%, #3d79c8);
    background-image: linear-gradient(to bottom, #216298, #3774c4 60%, #3d79c8);
}

.botao_alerta 
{
    background: #d02e17;
    border-color: #942110 #902010 #741a0d;
    background-image: -webkit-linear-gradient(top, #e74a29, #e6451b 50%, #d02e17 40%, #b3150b);
    background-image: -moz-linear-gradient(top, #e74a29, #e6451b 50%, #d02e17 40%, #b3150b);
    background-image: -o-linear-gradient(top, #e74a29, #e6451b 50%, #d02e17 40%, #b3150b);
    background-image: linear-gradient(to bottom, #e74a29, #e6451b 50%, #d02e17 40%, #b3150b);
    padding: 6px 20px; /*Espaçamento do texto com a borda do botão*/
    border-radius: 5px;
    cursor: pointer;  
    /*Texto*/
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}

.botao_alerta:hover 
{   /*Definição de cores ao passar o mouse pelo botão*/
    background: #ee442c;
    background-image: -webkit-linear-gradient(top, #b32511, #f3533c);
    background-image: -moz-linear-gradient(top, #b32511, #f3533c);
    background-image: -o-linear-gradient(top, #b32511, #f3533c);
    background-image: linear-gradient(to bottom, #b32511, #f3533c);
}

.botao_alerta:active 
{   /*Definição de cores ao precionar o botão*/
    background: #e63b1b;
    background-image: -webkit-linear-gradient(top, #a9110b, #de3819 60%, #e63b1b);
    background-image: -moz-linear-gradient(top, #a9110b, #de3819 60%, #e63b1b);
    background-image: -o-linear-gradient(top, #a9110b, #de3819 60%, #e63b1b);
    background-image: linear-gradient(to bottom, #a9110b, #de3819 60%, #e63b1b);
}

.botao_login 
{
    background: #ffffff;
    border: solid 2px #255184;
    padding: 6px 20px; /*Espaçamento do texto com a borda do botão*/
    border-radius: 5px;
    cursor: pointer;
    /*Texto*/
    color: #255184;
    font-size: 12px;
    font-weight: bold;
    font-family: 'spaceblack';
    /*font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
    text-decoration: none;*/
    vertical-align: top;
}

.botao_login:hover 
{   /*Definição de cores ao passar o mouse pelo botão*/
    background: #255184;
    color: #ffffff;
}

.botao_login:active 
{   /*Definição de cores ao precionar o botão*/
    background: #ffffff;
    color: #255184;
}
