﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0;
    color: #696969;
    width: 100%;
    height: 100%;
}

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, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    position: relative;
    width: 910px;
    background-color: #fff;
    margin: 23px auto 0px auto;
    border: 1px solid #496077;
    /*min-height: 786px;/*se não gostarem do menu em 2 linhas, passar para 766*/
    min-height: 766px;
    max-height: 786px;
    /*overflow: hidden;*/
    overflow: auto;
}

.header
{
    position: relative;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 4px 0px;
    background-color: #F2F2F2;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 100%;
    border-bottom: 3px solid #16A0C4;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    min-height: 572px;
}
/*Este elemento deve ser usado sempre que se usar uma página com login feito e sem footer. Só 
para o IE ver exemplo ProcssoEmpresa.aspx*/
.mainIE
{
    height: 622px;
    max-height: 622px;
    overflow: auto;
}
.withFooter
{
    max-height: 559px;
}
.noFooter
{
    max-height:630px;    
}
.mainNoLogin
{
    padding: 0px 0px;
    min-height: 631px;
    max-height: 631px;/*se não gostarem do menu em 2 linhas, passar para 631*/
}
.innerMainNoFooterRule
{
    /*min-height: 605px;
    max-height: 605px;*/
    min-height: 614px;
    max-height: 614px;
    clear: both;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;    
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;
    width:100%;
    min-height: 40px;
    overflow: visible;*/
}
div.hideSkiplink a
{
    display: none;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    /*border-left: 1px #4e667d solid;*/
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #F4F4F4;
    border-bottom: 1px #6C6C6C solid;
    border-left: 4px #6C6C6C solid;
    color: #6C6C6C;
    display: block;
    /*line-height: 1.35em;*/
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    margin-right: 10px;
    /*min-height: 40px;*/
}
div.menu ul li ul a, div.menu ul li ul li a:visited
{
    min-height: 0;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.leftMenu
{
    float: left;
    min-height: 626px;
    text-align: left;
    background: url(../images/bkg_menu.gif); 
    vertical-align: top;
    width: 196px;
    padding: 4px 0px 0px 4px;
}

.formContainer
{
    float:left;
    min-height: 630px;
    max-height: 630px;
    width: 710px;    
}

.formBody
{
    min-height: 574px;
    max-height: 574px; 
    width: 706px;
    padding: 4px 0px 0px 4px;
}

.helpNavArea
{
    min-height: 47px;
    max-height: 47px;
    width: 706px;
    padding: 4px 0px 0px 4px;
}

/* 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%;
}

/* JAVASCRIPT TESTER
----------------------------------------------------------*/

#noscript-bg
{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:white;
	/*opacity:.7; /*Para funcionar com firefox*/
	/*filter: alpha(opacity=70); /*Para funcionar com o ie*/
	z-index:9999;
}

#noscript-text
{
	position:absolute;
	text-align:center;
	left:0;
	width:100%;
	top:30%;
	font-size:18px;
	font-weight: bold;
	color: black;
	line-height:1.5em;
	z-index:10000;
	padding-top:70px;
	background: url(../images/logopme1.gif) center top no-repeat;
}

#noscript-text b
{
	font-size:22px;
	color: black;
}

#noscript-text a
{
	color: Blue;
}

/* MISC  
----------------------------------------------------------*/

.HiddenField 
{
	display: none;	
}

.floatLeft
{
    float: left;
}
    
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-left: 15px;
}

.loginDisplayNoBar
{
    text-align: left;
    padding-top: 10px;
    padding-left : 5px;
    max-width:720px;
    max-height:14px;
    overflow: hidden;
}

.loginDisplay
{
    text-align: right;
    padding-right: 10px;
    padding-top: 0px;
}

.loginDisplay, .loginDisplayNoBar
{
    font-size: 0.9em;
    display: block;
    /*color: #3a4f63;*/
    color: #6C6C6C;
}

.loginDisplay a
{
    /*background-color: #A8A8A8;*/
    background-color: #16A0C4;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 4px; 
    border-top-left-radius: 4px;
    padding: 4px 8px 5px 8px;
    color: #F2F2F2;
    /*font-weight: bold;*/
    text-decoration: none;
    z-index: -1;
    overflow: hidden;
    
}

.loginDisplay a:hover
{
    background-color: #3FB6D8;
}
.link:before { font: normal normal normal 12px/1 FontAwesome;}
.link-sair:before {content: "\f08b"; padding-right: 5px;}
.link-register:before {content: "\f007"; padding-right: 5px;}
.link-documentos:before {content: "\f02d"; padding-right: 5px;}
.link-inicio:before {content: "\f015"; padding-right: 5px;}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.logo
{
    /*padding-left: 15px;*/
}

.logoLessPadding
{
    padding-left: 10px;
}

.logo, .logoLessPadding
{
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 8px;
}

.login
{
    background-color: #f4f9fa;    
    border: 1px solid #6898a3;
    color: #333333;
    min-height: 170px;
    width: 300px; 
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
}

.loginTitle
{
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    background-color: #cae2ec;
    min-height: 19px;
    padding-top: 3px;
    padding-left: 2px;
    color: Black;
}

.center
{
    width: 115px;
    margin-left: auto;
    margin-right: auto;
}


/* Overlay */
#simplemodal-overlay 
{
    background-color:#000; 
    cursor:wait; 
    opacity:.5; 
    filter: alpha(opacity=50);
}

/* Container */
#simplemodal-container 
{
    height:360px; 
    min-width:617px; 
    max-width:617px; 
    background-color: transparent; 
    overflow:auto; 
    padding: 1px 1px 1px 1px;
}
    
#simplemodal-container .simplemodal-data 
{
    padding:0px;
}

#simplemodal-container a.modalCloseImg 
{
    display:none;
}
.itemsErr, .itemsErrAlternate
{
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.itemsErrAlternate
{
	/*color: #CC3CAF; */
	color: #FFFFFF;
	background-color: red;
	display: inline-block;
	margin-bottom: 5px;
}

/**/
.tab-group { list-style: none; padding: 0; margin: 0 0 0 0;}
.tab-group:after { content: ""; display: table; clear: both; }
.tab-group li { display: block; text-decoration: none; padding: 15px;
                  color: #ACACAE; font-size: 1.4em; float: left; text-align: center;
                  cursor: pointer; -webkit-transition: .5s ease; transition: .5s ease; }
.tab-group li:hover { background: #EF6B6B; color: #ffffff; }
.tab-group .active, .tab-group .active:hover { background: #3E97B5; color: #ffffff; }

/* form tab */
.form_tab { display: none; margin-right: auto; margin-left: auto; background-color: White; 
             }
.form_tab:after { clear: both;}
.form_tab.active { display: block; }
.form_tab .form_header { border-bottom: 1px solid #16A0C4/*#16A0C4*/; }
.form_tab .title { font-weight: bold;}
.form_tab:after {clear: both;}

.form_header { color: white; display: inline-block; width: 100%; }
.form_body { padding: 10px 10px 15px 10px; border-right: 1px solid #DADADA; border-left: 1px solid #DADADA; border-bottom: 1px solid #DADADA;}
.form_body .form-group { padding-right: 10px;}
.form_body *, .form-group-normal { font-size:1em;}
.form_body:after, .form_body_content:after {content: ""; display: table; clear: both; }

.form_body_content { display: none;}
.form_body_content.active { display: inline-block !important; width: 100%; }

.form-small .tab-group li { padding: 5px 10px; font-size: 1.2em;}

/* menu - inicio */
.menu-inicio {float: left; width: 43%; margin-top: 25px; }
.menu-inicio ol { counter-reset:li; /* Initiate a counter */ margin-left:0; /* Remove the default left margin */
                 padding-left:10px; }
.menu-inicio ol > li { position:relative; /* Create a positioning context */
                     margin: 10px 0 25px 0; /* Give each list item a left margin to make room for the numbers */
                     padding: 10px 10px 10px 38px; /* Add some spacing around the content */
                     list-style:none; /* Disable the normal item numbering */ 
                     box-shadow:  0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
                    }
.box { position:relative; /* Create a positioning context */
    margin: 10px 0 10px 0; /* Give each list item a left margin to make room for the numbers */
    padding: 5px 10px 10px 10px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */ 
    box-shadow:  0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.box-inactive { display: none;}
.box-inactive .box { background-color: #F3F3F3; box-shadow: none;}
.box-inactive .box .box-tit {color:#959595; border-bottom-color: #959595;}
.box-inactive .opRestBtn { display: none;}
.box-tit, .box-alert-tit {display: inline-block; width: 100%; color:#16a0c4; font-size: 1.5em; margin-bottom: 8px;
             border-bottom: 1px solid #16a0c4;}
.box-alert-tit {color:#E98787; border-bottom: 1px solid #E98787;}
.alert-shadow { background-color: #FBEAEA; }

.arrow-box {text-align: center; position: relative; width: 100%; }
.arrow-box .arrow-tit { display: inline-block; position: relative; font-size: 4.2em; vertical-align:bottom; opacity: 0.4; }
.box-active .arrow-box .arrow-tit { color: #16a0c4; opacity: 1;}
.arrow-box .arrow-tit:before { font-family: FontAwesome; content: "\f063";}

.opRestBtn { text-align: center; margin-top: 10px; }
/*.menu-inicio ul { list-style: none; padding: 10px 0px 0px 10px; margin:0; }
.menu-inicio ul li {  margin: 0px; padding: 0px 5px 0px 5px; vertical-align: top; color: Black;}
.menu-inicio ul li.lnk { margin: 0px; vertical-align: top; color: Black;
                         border-bottom: 1px solid #DADADA; border-left: 3px solid #16A0C4; 
                         padding: 5px 6px; margin-bottom: 10px; background: #F2F2F2;}
.menu-inicio ul ul { padding-left: 10px;}
.menu-inicio ul ul li { padding-top: 0px;}
*/
.li-span {display: inline-block; width: 100%; border-bottom: 1px solid #16A0C4; color:#16A0C4; font-size: 1.5em;}
.li-span:before { font: normal normal normal 22px/1 FontAwesome; 
                  position:absolute; top:8px; left:-5px; width:2em; 
                  margin-right:0px; color:#16A0C4; text-align:center;}
.li-span a {color:#16A0C4; text-decoration: none;}
.li-span a:hover { color:#B1E7F5; /*background-color: #F2F2F2; text-decoration: underline;*/ /*display: inline-block; width: 100%;*/}
.li-span a.lnk-aceder, .li-span a.lnk-close { float: right; padding-top: 3px;}
.li-span a.lnk-aceder:before {font: normal normal normal 14px/1 FontAwesome; content: "\f08e" /*f196*//*f08e*/;}
.li-span a.lnk-close:before {font: normal normal normal 14px/1 FontAwesome; content: "\f00d";}
.li-span-body {/*border-right: 1px solid #DADADA; border-left: 1px solid #DADADA; border-bottom: 1px solid #DADADA;*/
               padding: 10px 0px 10px 0px; font-size: 1.2em;}
    
.li-operacoes:before {content: "\f1f9"; padding-right: 10px;}
.li-responsavel:before {content: "\f2c2"; padding-right: 10px;}
.li-processo:before {content: "\f187" /*f21e*//*f115*//*f1c0*//*f1b3*//*f0b1*//*f19c*//*f187*/; padding-right: 10px;}
.li-consultas:before {content: "\f06e"; padding-right: 10px;}

.alerta-area {float: right; width: 54%; display: inline-block;}
.alerta-tit {color:#E98787; font-size: 1.5em; margin: 8px 0 0px 0; padding: 8px 0px 0px 0px;
             border-bottom: 1px solid #E98787;}
.alerta-tit-regular { color:#E36A6A; margin: 8px 0 0px 0; padding: 8px 0px 0px 0px;}
.alerta-tit:before, .alerta-tit-regular:before {font: normal normal normal 16px/1 FontAwesome; content: "\f071"; }
.alerta-tit-link { float: right; font-size: 0.7em; vertical-align: bottom; display: inline-block; height: 100%; padding-top: 3px;}
.alerta-area-body { padding-top: 10px; }

.alerta {border-bottom: 1px solid #DADADA; border-left: 3px solid #E98787; 
         padding: 3px 6px; margin-bottom: 10px; background: #F2F2F2; font-size: 1.2em; line-height: 1.5em;}
.alerta:before {font: normal normal normal 18px/1 FontAwesome; color: #E98787; content: "\f27a"; padding-right: 5px; }
.alerta > span { display: inline; text-align:justify; }

.alerta-area a { color: #DE4B4B;}

/* area: obter certificação */
.op-ul { list-style: none; padding: 0px; margin:0; }
.op-ul > li:before { content:counter(li); /* Use the counter as content */ counter-increment:li; /* Increment the counter by 1 */
                     margin-right:8px; padding: 2px 8px; 
                     /*background:#6E6E6E; color:#fff;*/
                     border: 1px solid #16A0C4; color:#16A0C4;
                      font-weight:bold; text-align:center; }
.op-ul > li { position:relative; /* Create a positioning context */
              margin-bottom: 15px;
              padding: 4px 0px; /* Add some spacing around the content */
              list-style:none; /* Disable the normal item numbering */ }
.op-ul .op-li-title { font-weight: bold; color: #16A0C4; /*text-decoration: underline;*/ }
.op-ul .op-li-body { margin-top: 2px; /*padding-top: 5px; padding-left: 5px;*/ border-top: 1px solid #DADADA;
                     padding: 5px; background:#F7F9F9;
                     border-right: 1px solid #DADADA; border-left: 1px solid #DADADA; border-bottom: 1px solid #DADADA;}
.op-li-body a { cursor:pointer; color: #138FAE; text-decoration: underline; }
.op-li-body a:hover { color: #28C1E8; }

/* https://jqueryui.com/tooltip/#custom-style */
/* mudança de linha -> usar o código &#013;&#010; no tooltip
        precisa do estilo -> white-space: pre-line;
   tab -> &#009;
*/
.ui-tooltip
{
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 250px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    text-align: left;
    white-space: pre-line;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 0.8em;*/
    z-index: 100;
}
body .ui-tooltip
{
    border-width: 0px;
}
.label-tooltip, .label-tooltip:hover
{
    margin: 0px 3px 4px 0px;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    padding: 1px 4px;
    color: white;
    border: 2px solid transparent;
    background-color: #C97676;
    border-radius: 3px;
}
.label-tooltip:hover, .tit-help:hover
{
    cursor: help;
}

