/* E S T R U T U R A   F O R M U L Á R I O S */
.obj-todos input[type="text"], .obj-todos input[type="password"], .obj-todos input[type="date"], .obj-todos textarea, .obj-todos select { background: #F9FAFB; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.obj-todos input[type="text"], .obj-todos input[type="password"], .obj-todos input[type="date"], .obj-todos textarea, .obj-todos select { -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35); 	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35); }
.obj-todos input[type="text"], .obj-todos input[type="password"], .obj-todos input[type="date"], .obj-todos textarea, .obj-todos select { box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35); border:1px solid #9BB09D; margin:0 auto;	height:25px; }

/* E S T R U T U R A   M E N U */
#menu_ul {
    list-style:none inside;
    margin:0;
    padding-left:40px;
    text-align:left;
 }

#menu_ul li {
    display:block;
    position:relative;
    float:left;
    background: #3facd6; 
 	z-index: 1000;
    }

#menu_ul li a {
    display:block;
    padding-left:4px;
    text-decoration:none;
    width:150px; /* this is the width of the menu items */
    line-height:35px; /* this is the hieght of the menu items */
    color:#ffffff; /* list item font color */
 	font-size:100%; 
	font-weight: bold;
  }
        
#menu_ul li li a {font-size:100%; font-weight: bold;} /* smaller font size for sub menu items */
    
 /*#menu_ul li:hover {background:#003f20;} highlights current hovered list item and the parent list items when hovering over sub menues */
#menu_ul li:hover {background:#0080FF;} /* highlights current hovered list item and the parent list items when hovering over sub menues */



/*--- Sublist Styles ---*/
#menu_ul ul {
    position:absolute;
    padding:0;
    left:0;
    display:none; /* hides sublists */
    }

#menu_ul li:hover ul ul {display:none;} /* hides sub-sublists */

#menu_ul li:hover ul {display:block;} /* shows sublist on hover */

#menu_ul li li:hover ul {
    display:block; /* shows sub-sublist on hover */
    margin-left:150px; /* this should be the same width as the parent list item */
    margin-top:-35px; /* aligns top of sub menu with top of list item */
    }
/*================ TABS ================= TABS =================*/	
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width:100%; 
    height:40px; 
}
.tab p{
 	margin-top:1px;
   width:70%; 
	margin-left:auto;
	margin-right:auto;
}

.tablinks {
    position:relative;
    display:block; 
    width:25%; 
    text-decoration:none;
    text-align:center;
}
/* Style the buttons that are used to open the tab content */
 p .tablinks{
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 8px 1px;
    border: 1px solid #ccc;
    transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab a:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
p .tablinks-actv {
    background-color: #3facd6;
    color:#ffffff; 
    float: left;
    outline: none;
    cursor: pointer;
    padding: 8px 1px;
    border: 1px solid #ccc;
    transition: 0.3s;
    position:relative;
    display:block; 
    width:25%; 
    text-decoration:none;
    text-align:center;
}
/* Style the tab content */
.tabcontent {
    display: block;
    padding: 6px 12px;
    border: 3px solid #3facd6;
    border-top: 3px solid #3facd6;
    /*display: none;
    border-top: none;*/
}	
.tabcontent-no {
    display: none;
    padding: none;
    border: none;
    border-top: none;
    /*display: none;
    border-top: none;*/
}	
.titulo_registo {
	position:relative;
	padding-left:1%;
	padding-right:1%;
	font-size:12px;
	text-transform: uppercase;
	color:red; 
	font-weight: bolder;
 }	
.titulo_list {
	position:relative;
	padding-left:3%;
	padding-right:1%;
	font-size:11px;
	text-transform: uppercase;
	color:red; 
	font-weight: bolder;
 }	
.novo-butn {
	position:relative;
	padding-left:1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:1%;
	font-weight: bolder;
	background:#0080FF;
	color: #FFFFFF !important;
	font-size:13px;
	height: 22px; 
	width: 10em;
    cursor: pointer;
    float: right;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.novo-butn:hover {
	position:relative;
	padding-left:1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:1%;
	font-weight:bolder;
	background:#C0C0C0;
	color:#FFFFFF !important;
	font-size:13px;
	height: 22px; 
	width: 10em;
    cursor: pointer;
    float: right;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.novlarg-butn {
	position:relative;
	padding-left:1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:1%;
	font-weight: bolder;
	background:#0080FF;
	color: #FFFFFF !important;
	font-size:11px;
	height: 22px; 
	width: 30em;
    cursor: pointer;
    float: right;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.novlarg-butn:hover {
	position:relative;
	padding-left:1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:1%;
	font-weight:bolder;
	background:#C0C0C0;
	color:#FFFFFF !important;
	font-size:11px;
	height: 22px; 
	width: 30em;
    cursor: pointer;
    float: right;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
/*================ Apresentação (View) Geral==================================*/
body .view-geral,.view-geral a,.view-geral td,.view-geral th {font-family:Tahoma;font-size:8pt;}
.view-geral td {bordercolor:#C0C0C0;}
.view-geral tr {bordercolor:#C0C0C0;}
.view-geral fieldset { padding:3px; }
.view-geral legend { font-family:Tahoma;font-size:8pt;}
.view-geral input  { font-family:Tahoma;font-size:8pt;}
.view-geral fieldset  { font-family:Tahoma;font-size:8pt;}
.view-geral table  { font-family:Tahoma;font-size:8pt;}
.view-geral textarea  { font-family:Tahoma;font-size:8pt;}
.view-geral a:link, .view-geral a:visited{color:#0000FF;text-decoration:none;font-size:8pt;}
.view-geral a:hover {color:#FF0000;text-decoration:none;font-size:8pt;}
.view-geral .form-table{width: 99%; align: center; border:0;}
.view-geral .list-table{width: 100%; align: center; border:0;}
.view-geral  fieldset  { background-color:#D9FFFF; width: 99%;  }
span.view-geral-titul01 {
	color: #0033CC; font:19px sans-serif, Verdana, Helvetica; font-weight: bolder; text-align: center;
}
.view-geral-c, .view-geral-b { 
	width:100%;
	border:1px solid #006699;
	/*white-space:nowrap;*/
	background:#FFFFFF;
	height:75vh;
}

/*================ Introdução Geral ================================== */
h1 { font-size: 160%; padding-right: 4em; }
h2 { font-size: 150%; }
h3 { font-size: 140%; border-bottom: none; font-weight: bold; }
h4 { font-size: 90%; border-bottom: none; font-weight: bold; }
h5 { font-size: 100%; border-bottom: none; font-weight: bold; }
h6 { font-size: 80%; border-bottom: none; }

.list-form-reg {
    background-color: #fefefe;
    margin: 1% auto; 
    padding: 0px;
    border: 1px solid #888;
    width: 70%; 
    height: 80%; 
    overflow: auto; 
	margin-top: 0%; 
	margin-bottom: 0%; 

}
.list-table-reg {
    background-color: #fefefe;
    margin: 1% auto; /* 15% from the top and centered */
    padding: 1px;
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    height: 90%; /* Full height  */
    overflow: auto; 
}
.form-table-register th, 
.form-table-register td ,
.list-table-reg th,
.list-table-reg td {
	padding: 2px; 
}
.form-table-register td textarea  { width:100%; }
.form-table-register td input { width:100%; }
.form-table-register td select  { width:100%; }
.form-table-register {
	position:relative;
	width:100%;
	padding-left:5%;
	padding-right:5%;
	margin-right:auto;
	margin-left:auto;
}
/*================ Registo de Utilizadores ============================ */

.form-table-user-register th, 
.form-table-user-register td ,
.list-table-user-register th,
.list-table-user-register td {
	padding: 5px; 
}
.form-table-user-register td input  { width:100%; }
.form-table-user-register td select  { width:92%; }
.form-table-user-register td a.adnovosect { width:7%; text-decoration:none; text-align:center; height:35px; color: #FFFFFF; }
.form-table-user-register td a.adnovosect {padding-left:4px; font-size:14px; font-weight: bolder; background:#999999; color: #FFFFFF; }
.form-table-user-register td a.adnovosect { background: #999999; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; color: #FFFFFF; }
.form-table-user-register td a.adnovosect { -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35); 	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35); color: #FFFFFF; }
.form-table-user-register td a.adnovosect { box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35); border:1px solid #999999; margin:0 auto;	height:30px; color: #FFFFFF; }
#buttonn { width:63%; }
#submitt  { width:100%; }
.form-table-user-register {
	position:relative;
	width:100%;
}

.list-table-user-register {
	position:relative;
	width:100%;
}

.form-table-user-reg {
	position:relative;
	width:45%;
	padding: 2.8333333333%; 
	margin-right:auto;
	margin-left:auto;
}
span.user-register-titul01 {
	color: #0033CC; font:19px sans-serif, Verdana, Helvetica; font-weight: bolder; text-align: center;
}
.list-table-user-reg {
	position:relative;
	width:95%;
	padding: 2.8333333333%; 
	margin-right:auto;
	margin-left:auto;
	}
/*================ Registo de Utilizadores - Edição de Permissões ============================ */

.list-table-userperm {
	position:relative;
	width:30%;
	padding: 0.8333333333%; 
	margin-right:auto;
	margin-left:auto;
	}
.list-table-userpermis {
	position:relative;
	width:100%;
}
.submenu-userp a{
	color: #0033CC; font:12px sans-serif, Verdana, Helvetica; font-weight: bolder; text-decoration: none;
}
.titulo-permis {
	color: #0033CC; font:16px sans-serif, Verdana, Helvetica; font-weight: bolder; text-align: center;
}
span.list-table-userperm-user {
	color: #0033CC; font:14px sans-serif, Verdana, Helvetica; font-weight: bolder; text-align: center;
}
span.list-table-userperm-titul01 {
	color: #0033CC; font:18px sans-serif, Verdana, Helvetica; font-weight: bolder; text-align: center;
}
.list-table-perm {
	position:relative;
	width:50%;
	padding: 10px; 
	margin-right:auto;
	margin-left:auto;
 }
.list-table-permis {
	position:relative;
	width:100%;
}

	
/*================ Registo de Permissões ============================ */
.form-table-permis th, 
.form-table-permis td,
.list-table-permis th,
.list-table-permis td {
	padding: 5px; 
}
span.table-permis-titul01 {
	color: #0033CC; font:18px sans-serif, Verdana, Helvetica; font-weight: bolder; text-align: center;
}
.form-table-permis {
	position:relative;
	width:100%;
}

.form-table-perm {
	position:relative;
	width:60%;
	padding: 2.083333333%; 
	margin-right:auto;
	margin-left:auto;
}

 /*-------------------- todas ----------------------------- */
.form-confirma {
 	display: block;
	position: fixed; 
 	z-index: 1000;
    left: 35%;
    top: 25%;
    width: 30%; 
    height: 30%; /**/
    font-size: 13px;
    text-align: center;/**/  
    background-color: rgb(245,245,245); 
    background-color: rgba(245,245,245,2.9); 
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.table-inserts {
    width: 99%; 
}
.form-inserts {
 	display: block;
	position: fixed; 
 	z-index: 999;
    left: 10%;
    top: 22%;
    width: 40%; 
    height: 15%; /**/
    font-size: 12px;
    text-align: center;/**/  
    background-color: rgb(245,245,245); 
    background-color: rgba(245,245,245,2.9); 
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.form-msgs{
 	display: block;
	position: fixed;
 	z-index: 1000;
    left: 35%;
    top: 25%;
    width: 30%; 
    height: 30%; /**/
    font-size: 13px;
    text-align: center;/**/ 
    background-color: rgb(245,245,245); 
    background-color: rgba(245,245,245,2.9); 
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.errorlog-msgs{
 	display: block;
	position: fixed; 
 	z-index: 1000;
    left: 35%;
    top: 25%;
    width: 30%; 
    height: 30%; /**/
    font-size: 13px;
    text-align: center;/**/
    background-color: rgb(245,245,245); 
    background-color: rgba(245,245,245,2.9); 
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.ok-msgs a{
   font-size: 13px;
   text-align: center;
}
 #listpqin a:hover{
	padding-left:4px; 
	padding-right:4px; 
	margin-left:4px; 
	font-size:10px; 
	font-weight: bolder; 
	background:#999999; 
	color: #FFFFFF; }
.listpqin2 {
	padding-left:4px; 
	padding-right:4px; 
	margin-left:4px; 
	font-size:10px; 
	font-weight: bolder; 
	background:#0080FF; 
	color: #FFFFFF; 
	}
.listpqin3 {
	padding-left:4px; 
	padding-right:4px; 
	margin-left:4px; 
	font-size:10px; 
	font-weight: bolder; 
	background:#999999; 
	color: #FFFFFF; 
	}
#buttonn { width:63%; }
#submitt  { width:100%; }
input, select, textarea, a.art-search-button span
{
   vertical-align: middle;
   font-size: 11px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
   //text-transform: uppercase;
   font-variant: normal;
}
form.art-search input[type="text"]
{
   background: #F9FAFB;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
   -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
   box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
   border:1px solid #CCD6E0;
   margin:0 auto;
   width: 100%;
   padding: 10px 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   color: #364537 !important;
   font-size: 13px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}
form.art-search 
{
   background-image: none;
   border: 0;
   display:block;
   position:relative;
   top:0;
   padding:0;
   margin:5px;
   left:0;
   line-height: 0;
}

form.art-search input, a.art-search-button
{
   top:0;
   right:0;
}

form.art-search>input, a.art-search-button{
   bottom:0;
   left:0;
   vertical-align: middle;
}

form.art-search input[type="submit"], input.art-search-button, a.art-search-button
{
   margin:0 auto;
}
form.art-search input[type="submit"], input.art-search-button, a.art-search-button {
   position:absolute;
   left:auto;
   display:block;
   border:none;
   background:url('../_images/searchicon.png') center center no-repeat;
   width:24px;
   height: 100%;
   padding:0;
   color: #4D910D !important;
   cursor: pointer;
}
.home-pesquisa
{
   width:30%;
   height: 5%;
   float:right;
   margin-top:-3.3%;

}
/* The Close Button --------*/
.close{
    color: #364537;
    float: right;
    font-size: 13px;
    font-weight: bold;
	text-decoration:none;
}

.close :hover,
.close :focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.form-intrdad { position: fixed; margin-top: auto; margin-bottom: auto; left: 20%; height: 300px; width: 75%; background: #D9FFFF; display: block; z-index: 101; border:5px solid #0080FF; border-radius:10px; -moz-border-radius:10px; overflow: auto; }
span.titul01 {
	color: #0033CC; 
	font:19px sans-serif, Verdana, Helvetica; 
	font-weight: bolder; 
	text-align: center;
}
/*================ Estrutura e Sistema Geral==================================*/
.estrut_dgf, .estrut_drh, .estrut_dap {
	position: relative; 
    left: 2%;
    top: 0%;
	float: left;
    width: 393px; 
    height: 390px; 
	border:5px solid #888888;
	padding:3px;
	border-radius:10px;
	-moz-border-radius:10px;
}
.estrut_sector {
	position: relative; 
    left: auto;
    right: auto;
    top: 0%;
    width: 100%; 
    height: 100%; 
	border:5px solid #888888;
	padding:3px;
	border-radius:10px;
	-moz-border-radius:10px;
}
.estrut-butnnsect {
	position:relative;
	padding-left:1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	background:#0080FF;
	height: 60px; 
	line-height: 60px;
	width: 30%;
    cursor: pointer;
	margin-right:auto;
	margin-left:auto;
	text-align: middle;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.estrut-butn {
	font-weight:bolder;
	color:#FFFFFF !important;
	font-size:19px;
	text-decoration:none;
}

.estrut-butnn {
	position:relative;
	padding-left:1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	background:#0080FF;
	height: 60px; 
	line-height: 60px;
	width: 100%;
    cursor: pointer;
	margin-right:auto;
	margin-left:auto;
	text-align: middle;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
body .sistemestrut_geral,.sistemestrut_geral a,.sistemestrut_geral td,.sistemestrut_geral th {font-family:Tahoma;font-size:8pt;}
.sistemestrut_geral td {bordercolor:#C0C0C0;}
.sistemestrut_geral tr {bordercolor:#C0C0C0;}
.sistemestrut_geral fieldset { padding:3px; }
.sistemestrut_geral legend { font-family:Tahoma;font-size:8pt;}
.sistemestrut_geral input  { font-family:Tahoma;font-size:8pt;}
.sistemestrut_geral fieldset  { font-family:Tahoma;font-size:8pt;}
.sistemestrut_geral table  { font-family:Tahoma;font-size:8pt;}
.sistemestrut_geral textarea  { font-family:Tahoma;font-size:8pt;}
.sistemestrut_geral a:link, .sistemestrut_geral a:visited{color:#0000FF;text-decoration:none;font-size:8pt;}
.sistemestrut_geral a:hover {color:#FF0000;text-decoration:none;font-size:8pt;}
.sistemestrut_geral .form-table{width: 99%; align: center; border:0;}
.sistemestrut_geral .list-table{width: 100%; align: center; border:0;}
.sistemestrut_geral  fieldset  { background-color:#D9FFFF; width: 99%;  }

#listag_pqin_estr a:hover{padding-left:4px; padding-right:4px; margin-left:4px; font-size:10px; font-weight: bolder; background:#999999; color: #FFFFFF; }
.listag_pqin_estr2 {padding-left:4px; padding-right:4px; margin-left:4px; font-size:10px; font-weight: bolder; background:#0080FF; color: #FFFFFF; }
.listag_pqin_estr3 {padding-left:4px; padding-right:4px; margin-left:4px; font-size:10px; font-weight: bolder; background:#999999; color: #FFFFFF; }
.titulo1 { color: black; font-weight: bolder; font-size: 15px; font-family: Verdana, sans-serif, Arial, Helvetica, Geneva; text-decoration: none; text-indent: 10px }
.titulo2 { color: blue; font-weight: bolder; font-size: 14px; font-family: Verdana, sans-serif, Arial, Helvetica, Geneva; text-align: center; text-indent: 0pt }


/*-------------------- Registo de Estrutura Sistema ----------------------------- */
#sistemestrut-register-geral {
 	display: block;
	position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0%;
    top: 0%;
	float: right;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
span.register-titul01 {
	color: #0033CC; 
	font:16px sans-serif, Verdana, Helvetica; 
	font-weight: bolder; 
	text-align: center;
}
/* Modal Content/Box */
.list-table-reg {
    background-color: #fefefe;
    padding: -1px;
    width: 80%; 
}
.list-table-ver {
    background-color: #fefefe;
    padding: -1px;
    width: 100%; 
}
.list-table-sistemestrut-reg {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 15px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 85%; /* Full height  */
    overflow: auto; 
}
.form-table-sistemestrut-register th, 
.form-table-sistemestrut-register td ,
.list-table-sistemestrut-reg th,
.list-table-sistemestrut-reg td {
	padding: 5px; 
}
.form-table-sistemestrut-register td textarea  { width:100%; }
.form-table-sistemestrut-register td input { width:100%; }
.form-table-sistemestrut-register td select  { width:100%; }
.form-table-sistemestrut-register {
	position:relative;
	width:100%;
	padding: 2.8333333333%; 
	margin-right:auto;
	margin-left:auto;
}
 .novo-estrut-butn {
	position:relative;
	padding-left:1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:1%;
	font-weight: bolder;
	background:#0080FF;
	color: #FFFFFF !important;
	font-size:13px;
	height: 22px; 
	width: 10%;
    cursor: pointer;
    float: right;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.novo-estrut-butn:hover {
	position:relative;
	padding-left:1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:1%;
	font-weight:bolder;
	background:#C0C0C0;
	color:#FFFFFF !important;
	font-size:13px;
	height: 22px; 
	width: 10%;
    cursor: pointer;
    float: right;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
/* ================ ============================ */
.listesq-menu00{
	position:relative;
	float:left;
	margin-left:0em;
	height:100%;
}
.esquerdo-geral {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	overflow: auto;
}
#pesquissistem, #pesquisarb { 
   margin: 0 
}
#pesquissistem { 
	padding: 3px;
	width:98%;
	font-size:12px;
	color:#666;
}
#pesquisarb {
	text-indent: -99999px; 
	width: 18px; 
	background: white url("../_images/searchicon.png") no-repeat top;
	margin-left: -22px;
	border: medium none;
	cursor:pointer
}
#pesquisar_tools { float:left; width:100%; margin-left: 2px; margin-top:-3px}

#pesquisar_tools  {
	opacity:1.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

#pesquisar_tools :hover {
	opacity:1.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
span.view-titulo {
	color: #0033CC; font:12px sans-serif, Verdana, Helvetica; font-weight: bolder; text-align: center;
}

.view-geral-exerc { 
	width:100%;
	border:1px solid #006699;
	white-space:nowrap;
	background:#FFFFFF;
	height:75vh;
}
/*================ Bloco Topo ============================ */
.topo-frame {
	width:100%;
	height:10vh;
	position:relative;
	float:left;
	margin-left:0em;
	margin-top:0em;
	font-size:12px;
	overflow-y:hidden;
	overflow-x:hidden;
	border:1px solid #006699;
}
.butnrg {
	position:relative;
	padding-left:0.2%;
	padding-right:0px;
	padding-top:1%;
	padding-bottom:0.1px;
	margin-left:2.9%;
	margin-right:3%;
	font-weight: bolder;
	background:#0080FF;
	color: #FFFFFF !important;
    float: left;	
	font-size:13px;
	height: 29px; 
	text-decoration:none;
	width: 9em;
    cursor: pointer;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.butnrg:hover {
	position:relative;
	padding-left:0.2%;
	padding-right:0px;
	padding-top:1%;
	padding-bottom:0.1px;
	margin-left:2.9%;
	margin-right:3%;
	font-weight:bolder;
	background:#C0C0C0;
	color:#FFFFFF !important;
    float: left;	
	font-size:13px;
	text-decoration:none;
	height: 29px; 
	width: 9em;
    cursor: pointer;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.butnrgblokd {
	position:relative;
	padding-left:0.2%;
	padding-right:0px;
	padding-top:1%;
	padding-bottom:0.1px;
	margin-left:2.9%;
	margin-right:3%;
	font-weight: bolder;
	background:#dddddd;
	color: #FFFFFF !important;
    float: left;	
	font-size:13px;
	height: 29px; 
	text-decoration:none;
	width: 9em;
    cursor: pointer;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.butnrgblokd:hover {
	position:relative;
	padding-left:0.2%;
	padding-right:0px;
	padding-top:1%;
	padding-bottom:0.1px;
	margin-left:2.9%;
	margin-right:3%;
	font-weight:bolder;
	background:#dddddd;
	color:#FFFFFF !important;
    float: left;	
	font-size:13px;
	text-decoration:none;
	height: 29px; 
	width: 9em;
    cursor: pointer;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.butnprt {
	position:relative;
	padding-left:0.1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:0%;
	font-weight: bolder;
	background:#0080FF;
	color: #FFFFFF !important;
    float: left;	
	font-size:13px;
	height: 25px; 
	text-align:center;
	text-decoration:none;
	width: 11em;
    cursor: pointer;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.butnprt:hover {
	position:relative;
	padding-left:0.1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:0%;
	font-weight:bolder;
	background:#C0C0C0;
	color:#FFFFFF !important;
    float: left;	
	font-size:13px;
	text-align:center;
	text-decoration:none;
	height: 22px; 
	width: 11em;
    cursor: pointer;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
/*================ Bloco Esquerdo ============================ */
.newclass9 { 
	color: black; 
	font:11px sans-serif, Verdana, Helvetica;
	font-weight: bolder; 
	text-decoration: none; 
	}
.newclass10 { 
	color: #0033CC; 
	font:11px sans-serif, Verdana, Helvetica;
	text-decoration: none; 
	}
.esquerdo-frame {
	width:26%;
	height:65vh;
	position:relative;
	float:left;
	margin-left:0em;
	margin-top:0em;
	border:1px solid #006699;
    overflow: auto;
}
.esquerdo-lst a {
	position:relative;
	text-decoration:none;
}
.triang-img img{
    width: 1%; 
    height: 20%;
}
.checked-img img{
    width: 40%; 
    height: 100%;
}
/* ================ Bloco Central registo ============================ */
.centro-frame {
	width:74%;
	height:65vh;
	position:relative;
	float:left;
	margin-left:0em;
	margin-top:0em;
	overflow: auto;
	border:1px solid #006699;
}
.list-esquerdo-itens {
	margin-left:1px;
	font-size:13px;
	font-weight: bolder;
	color: #0000FF;
}
.list-esquerdo-itens99 {
	background:#0080FF;
	width:35%;
	padding-left:6px;
	padding-right:6px;
	margin-left:4px;
	font-size:12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.msgdisp { 
	position: fixed; 
	top: 8em; 
	left: 12em; 
	text-align: center;
	height: 7%; 
	width: 25%; 
	font-size:16px;
	font-weight: bolder;
	color: blue;
	background: red;
	/*background: #ffffff; */
	display: block; 
	z-index: 101; 
	border:5px solid #888888; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	overflow: hidden; 
}
.msgdisp span { 
	padding-top: 0;
}
.form-actualiz {
 	display: block;
	position: fixed; 
    z-index: 999; 
    left: 35%;
    top: 25%;
    width: 50%; 
    height: 75%; 
    background-color: rgb(245,245,245); 
    background-color: rgba(245,245,245,0.9); 
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
/* ================ Gestão de Impressão ============================ */

.print-butn-bal a {
	background:#0080FF;
	color: #FFFFFF !important;
	margin-left:30px;
	float:left;
}
.print-word-bal a {
	margin-left:30px;
	float:left;
}
.print-butn-extrg a {
	background:#0080FF;
	color: #FFFFFF !important;
	margin-left:30px;
	float:left;
}
.print-word-extrg a {
	margin-left:30px;
	float:left;
}
.print-butn-extrc a {
	background:#0080FF;
	color: #FFFFFF !important;
	margin-left:30px;
	float:left;
}
.form-actualiz {
 	display: block;
	position: fixed; 
    z-index: 999; 
    left: 35%;
    top: 25%;
    width: 50%; 
    height: 75%; 
    background-color: rgb(245,245,245); 
    background-color: rgba(245,245,245,0.9); 
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}

.print-word-extrc a {
	margin-left:30px;
	float:left;
}
.msgdisp { 
	position: fixed; 
	top: 11em; 
	left: 12em; 
	text-align: center;
	height: 8%; 
	width: 25%; 
	font-size:16px;
	font-weight: bolder;
	color: blue;
	background: red;
	/*background: #ffffff; */
	display: block; 
	z-index: 1000; 
	border:5px solid #888888; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	overflow: hidden; 
}
.msgdisp span { 
	padding-top: 0;
}
.msgdisplm { 
	position: fixed; 
	top: 11em; 
	left: 52em; 
	text-align: center;
	height: 25%; 
	width: 20%; 
	font-size:12px;
	font-weight: bolder;
	color: blue;
	background: yellow;
	/*background: #ffffff; */
	display: block; 
	z-index: 1000; 
	border:5px solid #888888; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	overflow: hidden; 
}
.msgdisplm span { 
	padding-top: 0;
}
.butnpq {
	position:relative;
	padding-left:0.1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:0%;
	font-weight: bolder;
	background:#0080FF;
	color: #FFFFFF !important;
    float: left;	
	font-size:13px;
	height: 22px; 
	text-align:center;
	text-decoration:none;
	width: 100%;
    cursor: pointer;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.butnpq:hover {
	position:relative;
	padding-left:0.1%;
	padding-right:1px;
	padding-top:0.1%;
	padding-bottom:1px;
	margin-left:1%;
	margin-right:0%;
	font-weight:bolder;
	background:#C0C0C0;
	color:#FFFFFF !important;
    float: left;	
	font-size:13px;
	text-align:center;
	text-decoration:none;
	height: 22px; 
	width: 100%;
    cursor: pointer;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
