﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic&subset=latin,latin-ext);

/* DEFAULTS
----------------------------------------------------------*/

*
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

a:link, a:visited
{
    color: #0075BE;
    text-decoration: none;
}

a:hover
{
    color: #156C9B;
    text-decoration: underline;
}

img
{
    border: 0;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    color: #555;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #555;
    font-weight: lighter;
}

h1
{
    font-size: 24px;
}

h2, .h2
{
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size: 24px;
    color: #666;
    font-weight: lighter;
}

h3
{
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size: 18px;
}

h4
{
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size: 16px;
}

h5, h6
{
    font-family: 'Open Sans Condensed' , sans-serif;
    font-size: 12px;
}

.span
{
    display: block;
    height: 20px;
    line-height: 20px;
    color: #666;
}

/* Classes Uteis 
---------------------------------------------------*/

.uppercase
{
    text-transform: uppercase;
}

.azul
{
    color: #0075BE;
}

.branco
{
    color: #fff !important;
    margin: 0px 10px;
}
.branco:hover
{
    color: #fff !important;
}

.paginacao td, .paginacao th
{
    padding: 0 !important;
}

.fundoBotaoVermelho
{
    background: url('/Images/fundoBotaoVermelho.png') no-repeat;
    display: block;
    width: 79px;
    height: 25px;
    padding-top: 8px;
    float: left;
    color: White !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.btnNextExit {
    background: url(/Images/btnNextExit.png) no-repeat;
    display: block;
    width: 70px;
    height: 30px;
    padding-top: 8px;
    float: left;
    color: White !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.btnSaveAndCloseReport {
    background: url(/Images/btnSaveAndCloseReport.png) no-repeat;
    display: block;
    width: 105px;
    height: 30px;
    padding-top: 8px;
    float: left;
    color: White !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.fundoBotaoAzul
{
    background: url('/Images/fundoBotao.png') no-repeat;
    display: block;
    width: 79px;
    height: 25px;
    padding-top: 8px;
    float: left;
    color: White !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.fundoBotaoAzul2
{
    background: url('/Images/fundoBotao.png') no-repeat;
    display: block;
    width: 79px;
    height: 32px;
    padding-top: 1px;
    float: left;
    color: White !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
}

.fundoBotaoAzulMaior
{
    background: #eee;
    display: block;
    width: 95px;
    height: 32px;
    padding-top: 11px;
    float: left;
    color: #666 !important;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
}

.fundoBotaoAzulMaior:hover
{
    background: #666;
    color: #FFF !important;
}

.tabAtivo
{
    background: #666;
    color: #FFF !important;
}

.linhaVertical
{
    background: url('/Images/linhaVertical.png') no-repeat center center;
    width: 50px;
    height: 48px;
    float: left;
    margin-top: 3px;
}

.zeroMarginRight
{
    margin-right: 0px !important;
}

.hr
{
    height: 21px;
    padding-top: 19px;
    width: 100%;
    clear: both;
}

.titulocomBotao
{
    float: left;
    margin-right: 30px;
}

.semMarginLados
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0px;
}

.header
{
    position: relative;
    margin: 0px;
    height: 122px;
    background: url(/Images/fundoHeader.jpg) repeat-x;
    width: 100%;
}

.contentHeader
{
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.contentMain
{
    width: 840px;
    margin: 0 auto;
    padding: 20px 30px;
}

.BoxDadosUsuarioAutenticado
{
    position: absolute;
    left: 50%;
    margin-left: 140px;
    width: 300px;
    height: 80px;
    top: 10px;
}

.BoxNomeSistema
{
    position: absolute;
    left: 50%;
    margin-left: 140px;
    width: 300px;
    height: 80px;
    top: 45px;
}

.header h1
{
    color: #000;
    border: none;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    text-shadow: 2px 1px 1px #0075be;
}

.main
{
    clear: both;
    background: url(/Images/fundoTituloPagina.jpg) repeat-x;
    min-height: 420px;
}

.footer
{
    background: url(/Images/fundoRodape.jpg) repeat-x;
    height: 40px;
}


/* TAB MENU   
----------------------------------------------------------*/
div.menu
{
    position: absolute;
    right: 0px;
    top: 90px;
}

div.menu ul
{
    list-style: none;
    width: auto;
}

div.menu li
{
    color: #0075BE;
    display: block;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    color: #00568A;
    text-decoration: none;
}

ul.level2
{
    background: url(/images/fundoSubMenu.jpg) repeat-x #F5F5F5;
    border: 1px solid #E1E3E5;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

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  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 12px;
    color: #555555;
}
.loginDisplay a
{
    color: #0075BE;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.modal
{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 550px;
    margin-left: -490px;
    margin-top: -300px;
    background-color: #FEFEFE;
    padding: 20px;
    z-index: 1001;
    overflow: auto;
}

.desabilitarFundo
{
    position: fixed; 
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	overflow: hidden; 
	padding: 0; 
	margin: 0; 
	background-color: #000000;
	filter: alpha(opacity=80); 
	opacity: 0.8; 
	z-index: 1000;
}

.divAtualizando
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 50px 0 0 0;
    text-align: center;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: 2000;
}

/*modal style*/

.modalBackground {
    background-color: black;
    filter: alpha(opacity=90) !important;
    opacity: 0.6 !important;
    z-index: 20;
}

.modalpopup {
    padding: 20px 20px 24px 10px;
    position: relative;
    width: auto;
    height: auto;
    background-color: white;
    border-radius: 0.3125rem;
    box-shadow: 0 0 2.5rem rgba(0,0,0,0.5);
}

.modal-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0;
}

.btnAction {
    position: relative;
    margin-left: 0.625rem;
    padding: 0.625rem 1.25rem;
    border: none;
    background-color: #2ecc71;
    border-radius: 0.25rem;
    color: white;
    font-size: 0.87rem;
    font-weight: 300;
    overflow: hidden;
    z-index: 1;
    margin-top: 10px;
    width: 90px;
    height: auto;
}

.btnAction:hover {
    background-color: #6ce679 /*#53d68a*/;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
}

.btnActionError {
    background-color: #c0392b !important;
}

.btnActionError:hover {
    background-color: red !important;
}

.divModal {
    display: flex;
    align-items: center;
}

/*end modal style*/
