html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
tr, th, td {vertical-align:top;}
/* END RESET CSS */

/*
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;

-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;

-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
border-bottom-right-radius: 30px;

-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-left-radius: 40px;
*/

/*
  @media print {
    body { font-size: 10pt }
  }
  @media screen {
    body { font-size: 13px }
  }
  @media screen, print {
    body { line-height: 1.2 }
  }
*/


/*** CORES **************
clr1	rgb(0,0,0);
clr2	rgb(255,255,255);
clr3	rgb(96,124,156);
clr4	rgb(225,25,100);
clr5	rgb(150,150,150);
************************/


:root {
	--font1: 'Helvetica Neue', Helvetica, Arial, Sans Serif;
	--font2: 'Avenir Next Condensed', 'Helvetica Neue', Helvetica, Arial, Sans Serif;
	--blue: 95,125,155;
	--fuchsia: 225,25,100;
	
	}
	
/* html:lang('pt'){--font1: 'Avenir Next Condensed'} */


/* TAGs */ 
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	}


BODY, INPUT, SELECT, TEXTAREA, FORM, TABLE
	{
	font-family: var(--font1);
	font-size: 11px;
	line-height: 125%;
/*	font-weight: 400;*/
	letter-spacing: 0.15em;
	
	}


/* IDs */
#Wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0px;
	overflow: auto;
	/*text-align: center;*/
	}

#bkground {
	z-index: 0;
	position: absolute;
	top: 100px; bottom: auto;
	left: 20px; right: 20px;
	color: rgba(0,0,0, 0.05);
	letter-spacing: 2px;
	line-height: 25px;
	text-align: justify;
	overflow: hidden;
	}

#container { overflow: auto;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
/*	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;*/

	top: 0;
/*	bottom: 2%;
	left: 2%;
	right: 2%;*/
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 500px;*/
	width: 90%;
	height: 94%;
	border: none;
	padding: 10px;
	background: rgb(255,255,255);
	background: rgba(255,255,255, 1);
	-webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0, 0.6);
	-moz-box-shadow: 2px 2px 4px 2px rgba(0,0,0, 0.6);
	-o-box-shadow: 2px 2px 4px 2px rgba(0,0,0, 0.6);
	box-shadow: 2px 2px 4px 2px rgba(0,0,0, 0.6);
	}

#TopBar	{z-index: 100;
	!left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: left;
	font-size: 8px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 20px;
	background: rgb(100,100,100);
	background: rgba(0,0,0, 0.6);
	}

#Header { z-index: 1; position: relative;
	background: url('../_imgs/NPcondo.png') no-repeat 0px 0px;
	background-size: auto 75px;
	background-color: #FFF;
	width: 100%;
	height: 75px;
/*	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border-bottom: 0px solid #ccc;
*/
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: var(--font2);
	color: rgb(225,25,100);
	font-size: 6em;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: 0.1em;
	text-align: center;
	}

#banner { z-index: 0;
	overflow: hidden;
	display: block;
	position: relative; top:0px;
	width: 980px; height: 150px;
	margin: 10px 10px 0px 10px;
	background-repeat: no-repeat;
	background-position:center top;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;	
	}

#prntdate, #prntcomm {
	display:none;
}

#menu {
	float: left;
	position: relative;
	display: block;
	font-family: var(--font2);
	font-size: 0.9em;
	/*line-height: 125%;*/
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%; min-height: 25px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(var(--blue), 0.1);
	border-top: 1px solid rgb(var(--blue));
	border-bottom: 1px solid rgb(var(--blue));
	}
	
#menu div a {
	float: left;
	position: relative;
	line-height: 18px;
	text-decoration: none;
	margin: 0px 0px 5px 20px;
	padding: 0px 10px 0px 10px;
	color: rgb(var(--blue));
	background-color: rgba(255,255,255, 0.5);
	border-top: 1px solid rgba(var(--blue), 1);
	border-bottom: 1px solid rgba(var(--blue), 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	}
	
#menu div:hover a:hover{
	color: rgb(var(--blue));
	background-color: rgba(var(--blue), 0.1);
/*	border: 1px solid rgba(255,255,255, 1);*/
	}



#menu .btn {
	float: left;
	position: relative;
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0px 20px 0px 20px;
	}

#menu .btn:hover {
	color: #fff;
	cursor: pointer;
	}
	
#menu .btn_sel{
	color: rgba(225,25,100, 1);
	background-color: rgba(255,255,255, 1);
	border-top: 1px solid rgba(var(--blue), 1);
	border-bottom: 1px solid rgba(var(--blue), 1);
	}
	

.lft {clear: left; float: left; width: 33%; margin-right: 0px;}
.ctr {float: left; width: 33%;}
.rght {/*clear: right; */float: left; width: 33%;}

.btns a{ font-family: var(--font2);
	font-size: 0.8em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	
	position: relative;
	display: block;
	
	margin: 5px 10px 5px 10px;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(var(--blue), 0.05);
	border-top: 1px solid rgba(var(--blue), 0.25);
	border-bottom: 1px solid rgba(var(--blue), 0.5);
	
	text-decoration: none;
	color: rgb(var(--blue));
	}

.btns a:hover{
	background-color: rgba(var(--blue), 0.1);
	/*color: rgb(255,255,255);*/
	cursor: pointer;
	}

#Left {
	z-index:0;
	position: relative;
	float: left;
	width: 200px;
	border: none;
	text-align: left;
	padding: 10px;	
	margin: 10px 0px 30px 10px;
	background: rgb(200,200,200);
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	}
#Left div { float:left; width: 100%; min-height: 150px; background-color: red; margin-bottom: 5px; }


#Main {z-index: 0;
	position: relative;
	float: left;
	min-width:60%;
/*	min-width:700px;*/
	border:none;
	border: 2px solid rgb(95,125,155); border: 2px solid rgba(95,125,155, 0.6);
	text-align: left;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: rgb(255,255,255);
/*	background: rgba(225,25,100, 0.2);*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	}

#Right {z-index: 0;
	position: relative;
	float: left;
	width: 300px;
	border: none;
	text-align: left;
	padding: 10px;
	margin: 0px 10px 30px 10px;
	background: rgb(255,255,255);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border-top: 1px solid rgba(var(--blue), 0.5);
	border-bottom: 1px solid rgba(var(--blue), 0.5);
	border-left: 1px solid rgba(var(--blue), 0.5);
	border-right: 1px solid rgba(var(--blue), 0.5);
	}

#Right table td{ 
	padding: 2px 2px 0px 2px;
	font-family: var(--font2);
	font-size:10px;
	}

/*#Right div { float:left; width: 100%; min-height: 150px; border: 1px solid white; margin-bottom: 5px; }
*/	
#Footer
 {	!left: 0px; 
 	display: block;
 	z-index: 0;
	background-color: rgb(255,153,0); background-color: rgba(255,153,0, 0.8);
	color: #666;
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 100%;
	bottom: 0px;
	border-top: 1px solid #ff9900;
	font-size: 8px;
	line-height: 20px;
	letter-spacing: 1px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	}

#BottomBar {
	!left: 0px;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	width: 100%;
	/*height:20px;*/
	text-align: center;
	font-size: 8px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 20px;
	background: rgb(100,100,100);
	background: rgba(0,0,0, 0.6);
	}

.optmz { 
	z-index: 90;
	display: block;
	writing-mode: lr-tb;
	color: #fff;
	letter-spacing: 1px;
	position: absolute;
	left: -145px;
	bottom: 170px;
	margin: 0px 0px 0px 0px;
	width: 300px;
	FONT-size: 7px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.bullet { 
	font-size: 12px;
	color: #ff9900;
	margin: 0px 10px 0px 10px;
	}


.imgBox {
	float: left;
	position: relative;
	display: block;
	margin: 2px;
	border: 1px solid #bbb;
	padding: 2px 4px 4px 4px;
	width: 120px;
	height: 138px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: rgb(225,225,225); background: rgba(200,200,200, 0.2);
	}

.imgBox:hover {
	background: rgb(255,153,0); background: rgba(255,153,0, 0.6);
	}
	
.imgLbl {
	text-align: left;
	font-size: 9px;
	line-height: 11px;
	color: #999;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #fff;
	}

.imgTN {
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 120px;
	cursor: pointer;
	}


/*img {border:0px; margin:0; padding:0;}*/


.bar_main {
	z-index: 1;
	position: relative;
	width: 100%;
	line-height: 25px;
	background: rgb(225,225,225); background: rgba(0,0,0, 0.1);
	padding: 0px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	}


.bar_main .btn {
	color: #000;
	cursor:pointer;
	}
	
.bar_main .btn:hover {
	color: #ff9900;
	}
	
.bar_main .btnSel {
	color: #ff6633;
	font-weight:bold;
	cursor:pointer;
	}

.lst {
	color:#666;
	cursor:pointer;
	}

.lst:hover {
	color:#ff6633;
	}
/**********************/



#lftT {
	position: relative;
	float: left;
	height: 25px;
	z-index: 2;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	}



#lang div:hover { 
	color: #999;
	text-decoration: none;
	}

#logout {
	float: right;
	color: #666;
	font-size: 12px;
	padding-right: 10px;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
	}
	
#logout:hover {	color: #999; text-decoration: none; }



.frm {
	border-spacing: 2px;
	padding: 0px;
	*border-collapse: expression('separate', cellSpacing = '2px');
	}
	
form {
	border:none;
	margin:0px;
	padding:0px;
	border-spacing:0px;
	border-collapse: collapse;
	}


.lnk{cursor:pointer}

.alL { text-align:left; }
.alC { text-align:center; }
.alR { text-align:right; }

.hrlight {
	CLEAR: both;
	MARGIN: 5px 0px 5px 0px;
	/*MARGIN-BOTTOM: 5px;*/
	WIDTH: 100%;
	HEIGHT: 1px;
	BORDER-BOTTOM: #ddd 1px solid;
	HEIGHT: 1px
}
.hrdark {
	clear: both;
	margin: 5px 0px 5px 0px;
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-bottom: #B1B1B1 1px solid;
	}
	
.btTXT {
	width:50px;
	height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background:url('../_img/bt_big.png') repeat-x;
	text-align:left;
	text-decoration: none;
	border-width:0px 0px 0px 5px;
	border-style:solid;
	border-color:silver;
	padding:0px 5px 0px 10px;
	margin:10px 10px 0px 0px;
	cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:15px;
	}
	
.btTXT:hover { color: #666;	}

	
.btTXTsm {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	#background-color:white;
	background:url('../_img/bt_bg.png') repeat-x;
	text-align:left;
	text-decoration: none;
	height: 12px;
	border-width:0px 0px 0px 3px;
	border-style:solid;
	border-color:silver;
	padding:0px 5px 0px 5px;
	margin:10px 5px 5px 5px;
	cursor:pointer;
	}
	
.cl { 
	float:left;
	width: 80px;
	margin: 1px;
	padding: 0px 5px 0px 5px;
	background-color: rgba(0,0,0, 0.1);
	}

.chk {
	margin:0px 2px 0px 0px;
	border:0px;
	padding:0px;
	width:11px;
	height:11px;
	}
	
	
.w50 {width: 50px;}
.w75 {width: 75px;}
.w100 {width: 100px;}
.w125 {width: 125px;}
.w150 {width: 150px;}
.w175 {width: 175px;}
.w200 {width: 200px;}

.nw {white-space: nowrap;}

.bg05 {background-color: rgba(var(--blue),0.5);}





TABLE.tblst { 
	letter-spacing: 0.15em;
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing:2px 0px;
	margin: 10px 0px 0px 0px;
	width: 90%;
	}
TABLE.tblst TH {
	background-color: rgba(95,125,155, 0.6);
	font-weight: 600;
	font-variant: small-caps;
	padding: 2px 10px 2px 10px;
	color: rgb(255,255,255);
	}

TABLE.tblst tbody TR:nth-child(even) {
	background-color: rgba(95,125,155, 0.1);
	}
TABLE.tblst tbody TR:nth-child(odd) {
	background-color: rgba(95,125,155, 0.0);
	}
TABLE.tblst tbody TR:hover {
	background-color: rgba(225,25,100, 0.1);
	cursor:pointer;
	}
TABLE.tblst TD {
	border:none;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
	}
	
	
TABLE.tbl_extr TR:hover {
	background-color: rgba(225,25,100, 0.1);
	cursor:pointer;
	}
	

	
TABLE.tbfrm {
	border-collapse:separate;
	border-spacing: 0px 2px;
	margin: 10px 0px 10px 0px;
	}

TABLE.tbfrm TH {
font-family: var(--font2); 
	font-weight: 600; 
	font-size: 1em; 
	color: rgb(255,255,255); 
	letter-spacing: 0.3em;
	font-variant: small-caps;
	background-color: rgba(95,125,155, 0.6);
	vertical-align: middle;
	padding: 2px 10px 2px 10px;
	width: 110px;
	color:#fff;
	}
TABLE.tbfrm TD { align:left;
	padding: 0px 0px 0px 0px;
	}
	
TABLE.tbfrm INPUT {
	width: 300px;
	height: 20px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
    border-width: 1px; border-color: rgba(95,125,155, 0.6);
    
    /*
    border-left-width: 3px; border-left-color: rgb(95,125,155);
    border-bottom-width: 1px; border-bottom-color: rgb(95,125,155);
    border-top-width: 1px; border-top-color: rgba(95,125,155, 0.2);
    border-right-width: 1px; border-right-color: rgba(95,125,155, 0.2);*/
	border-style: solid;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	}
TABLE.tbfrm input[type='checkbox'] {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
TABLE.tbfrm label {
    display: inline-block;
    vertical-align: middle;
}
/*
TABLE.tbfrm input[type='checkbox'] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px 5px 0px 0px;
    vertical-align:middle;
    background:url('../_imgs/check_buttons.png') left top no-repeat;
    cursor:pointer;
}
/*TABLE.tbfrm input[type='checkbox']:checked + label span {
    background:url('../_imgs/check_buttons.png') -18px top no-repeat;
}
TABLE.tbfrm label { line-height: 25px;
}
*/


TABLE.tbfrm TEXTAREA {
	width: 300px;
	height: 100px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
    border-width: 1px; border-color: rgba(95,125,155, 0.6);
    
    /*
    border-left-width: 3px; border-left-color: rgb(95,125,155);
    border-bottom-width: 1px; border-bottom-color: rgb(95,125,155);
    border-top-width: 1px; border-top-color: rgba(95,125,155, 0.2);
    border-right-width: 1px; border-right-color: rgba(95,125,155, 0.2);*/
	border-style: solid;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px -3px 0px;
	}

TABLE.tbfrm SELECT {
	color: #333;
	text-decoration: none;
	
    display: block;
    width: 312px;
    height: 22px;
    border-width: 1px; border-color: rgba(95,125,155, 0.6);
    
    /*border-left-width: 3px; border-left-color: rgb(95,125,155);
    border-bottom-width: 1px; border-bottom-color: rgb(95,125,155);
    border-top-width: 1px; border-top-color: rgba(95,125,155, 0.2);
    border-right-width: 1px; border-right-color: rgba(95,125,155, 0.2);*/
	border-style: solid;
    padding: 0px 20px 0px 5px;
    margin: 0px 0px 0px 0px;
	background: #fff url('../_imgs/select_arrow.png') no-repeat right+5px center;
    outline: none;
    -webkit-appearance:none;
    -moz-appearance: none;
   
    text-indent: 0.01px;
	text-overflow: "";
    border-radius:0px;
    }
    


TABLE.tbdtl { 
	border-collapse:separate;
	border-spacing: 0px 2px;
	margin: 10px 0px 10px 0px;
	}

TABLE.tbdtl TH { 
	font-family: var(--font2); 
	font-weight: 600; 
	font-size: 1em; 
	color: rgb(255,255,255); 
	letter-spacing: 0.3em;
	
	font-variant: small-caps;
/*	text-transform: uppercase;*/
	background-color: rgba(95,125,155, 0.6);
	
	vertical-align: middle;
	padding: 2px 10px 2px 10px;
	width: 110px;
	}

TABLE.tbdtl TD { width: 300px; height: 16px;
	padding: 2px 5px 2px 5px;
	border-width: 1px 1px 1px 1px;
	border-color: rgba(95,125,155, 0.6);
	border-style: solid;
	}
	
HR {
	width: 100%;
	/*border: 1px solid rgba(95,125,155, 0.4);*/
	border: 1px solid rgba(225,25,100, 0.6);
	}


.title { 
	font-family: var(--font2); 
	font-weight: 500; 
	font-size: 1.4em; 
	color: rgb(95,125,155); 
	letter-spacing: 0.3em; 
	text-transform: uppercase;
	}

.field {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	height: 20px;
	border: 1px solid #ccc;
/*	border: #C0C0C0 solid;*/
/*	border-width: 1px 1px 1px 1px;*/
	padding-right: 5px;
	padding-left: 5px;
	margin: 1px 0px 1px 0px;
/*	background-color: #fff;*/
/*	background: rgba(139,196,63,0.2);*/

	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	background: rgb(255,255,255) transparent;
	background: rgba(255,255,255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff)";
	}


/* SCROLLBARS */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -webkit-border-radius: 4px; border-radius: 4px; }
::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.6); -webkit-border-radius: 4px; border-radius: 4px; }
/*::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,255,255,0.5); }*/

.bt_save { float:right;
	width:30px;
	float:right;
	height:30px;
	right:10px;
	background:url(../_imgs/icns/icn_save.png) no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 0px;
	}
.bt_add {float:right;
	width:30px;
	float:right;
	height:30px;
	right:10px;
	background:url(../_imgs/icns/icn_add.png) no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 0px;
	}
.bt_edit { float:right;
	width:30px;
	float:right;
	height:30px;
	right:10px;
	background:url(../_imgs/icns/icn_edit.png) no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 0px;
	}
.bt_list { float:right;
	width:30px;
	float:right;
	height:30px;
	right:10px;
	background:url(../_imgs/icns/icn_list.png) no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 10px;
	}
.bt_lista { float:right;
	width:30px;
	float:right;
	height:30px;
	right:10px;
	background:url(../_imgs/icns/icn_lista.png) no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 10px;
	}
.bt_cash { float:right;
	width:30px;
	float:right;
	height:30px;
	right:10px;
	background:url(../_imgs/icns/icn_money.png) no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 10px;
	}
.bt_send_file { float:right;
	width:14px;
	height:14px;
	background:url(../_imgs/icns/icn_send_file.png) no-repeat;
	background-size: 12px 12px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 0px;
	}

.bt_close { float:right;
	width:16px;
	height:16px;
	background:url(../_imgs/icns/icn_close.png) no-repeat;
	background-size: 15px 15px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 0px;
	}

.bt_trash { float:right;
	width:16px;
	height:30px;
	background:url(../_imgs/icns/icn_trash.png) no-repeat right center;
	background-size: 15px 15px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
	}
	
.pdf_file { width: 200px; 
	padding: 10px 0px 10px 35px;
	background:url(../_imgs/icns/icn_pdf.png) no-repeat 0px 0px;
	background-size: 30px 30px;
	cursor: pointer;
	opacity: 0.4;
	border:none;
	margin: 5px 0px 5px 5px;
	vertical-align:middle;
	font-size: 1.1em;
	font-weight: 500;
	}
.bt_save:hover, .bt_add:hover, .bt_edit:hover, .bt_lista:hover, .bt_list:hover, .bt_cash:hover, .bt_send_file:hover, .bt_close:hover,.bt_trash:hover,.pdf_file:hover {
	cursor: pointer;
	opacity: 0.6;
	}


.checkbox {
	!vertical-align:middle;
	margin:0px;
	border:0px;
	padding:0px;
	width:12px;
	height:12px;
	}

SELECT {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 20px 0px 5px;
    margin: 0;
	background: #fff url('../_imgs/select_arrow.png') no-repeat right+5px center;
    line-height: 1.5;
    outline: none;
    -webkit-appearance:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
  
span.spcr { margin: 5px;}  

.f9 { font-size:9px;} 

@media only screen 
{
.scr_red { color: red; }
}

.whtbg { background-color:#fff; }


@media print
{
.noprint {
	display:none;
	}
}

/* ----- FOR PHONES AND TABLETS ----- */


/* Smartphones (landscape) ----------- */
/*@media only screen and (max-device-width : 960px) and (orientation : landscape)
{
#container { background-color: red;
	width: 640px; }
}
*/

/* Smartphones (portrait) ----------- 
@media only screen and (max-device-width : 540px) and (orientation : portrait)
{
	html, body, #wrap, #container { overflow : visible; }
	body { background-color:red; }
}*/



/* iPads (portrait and landscape) ----------- 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
	body { background-color : darkorange; }
	html, body, #wrap, #container { overflow : visible; }
}*/


/* iPads (landscape) ----------- 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
	html, body, #wrap, #container { overflow : visible; }
	body { background-color : darkred; }
}*/


/* iPads (portrait) ----------- 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{
	body { background-color : darkgreen; }
	html, body, #wrap, #container { overflow : visible; }
}*/


/* Desktops and laptops ----------- 
@media only screen and (min-width : 1224px)
{ 
	body { background-color : white; }
}
*/

/* Large screens ----------- 
@media only screen and (min-width : 1824px)
{
	
}*/


/* iPhone 4 ----------- 
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5)
{
}*/


/* ---------- NEW UTILS */
.aL { text-align: left; }
.aC { text-align: center; }
.aR { text-align: right; }

.bg05 { background-color:rgba(var(--blue), 0.05); }
.bg10 { background-color:rgba(var(--blue), 0.1); }
.bg20 { background-color:rgba(var(--blue), 0.2); }

.bt { border-top: 0.25px solid rgba(var(--blue), 0.5); }
.bb { border-bottom: 0.25px solid rgba(var(--blue), 0.5); }
.bl { border-left: 0.25px solid rgba(var(--blue), 0.5); }
.br { border-right: 0.25px solid rgba(var(--blue), 0.1); }

.cf { color:rgba(var(--blue), 1); }
.df { color:rgba(0,0,0, 0.5); }

.fw5 { font-weight: 500; }
.fw6 { font-weight: 600; }

/* --- */

/* ---------- NEW TABLE LIST */
TABLE.tlst {
	font-family: var(--font1);
	letter-spacing: 0.15em;
	font-size: 0.9em;
	border-collapse: separate;
	border-spacing:2px 0px;
	margin: 10px 0px 0px 0px;
	width: 90%;
	}
TABLE.tlst TH {
/*	background-color: rgba(var(--blue), 0.05);*/
	font-weight: 600;
	font-variant: small-caps;
	padding: 2px 10px 2px 10px;
	color: rgba(var(--blue), 1);
	}
TABLE.tlst tbody TR:nth-child(even) {
	background-color: rgba(var(--blue), 0.05);
	}
TABLE.tlst tbody TR:nth-child(odd) {
	background-color: rgba(var(--blue), 0.0);
	}
TABLE.tlst tbody TR:hover {
	background-color: rgba(var(--blue), 0.1);
	cursor:pointer;
	}
TABLE.tlst TD {
/*	border:none;*/
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
	}

/* -- */

/* ---------- NEW TABLE DETAILS */

TABLE.tdtl { 
	font-family: var(--font1);
	letter-spacing: 0.15em;
	font-size: 0.9em;
	border-collapse:separate;
	border-spacing: 0px 2px;
	margin: 10px 0px 10px 0px;
	}

TABLE.tdtl TH { 	
	font-family: var(--font1); 
	font-weight: 600; 
	color: rgb(var(--blue)); 
	/*letter-spacing: 0.3em;*/
	font-variant: small-caps;
/*	text-transform: uppercase;*/
	background-color: rgba(var(--blue), 0.1);
	border-bottom: 1px solid rgba(var(--blue), 1);
	
	border-top-left-radius: 5px;
	vertical-align: middle;
	padding: 2px 10px 2px 10px;
	width: 110px;
	}

TABLE.tdtl TD { width: 300px; height: 16px;
	padding: 2px 5px 2px 5px;
	font-size: 1em;
	border-top: 1px solid rgba(var(--blue), 0.2);
	border-bottom: 1px solid rgba(var(--blue),1);
	border-left: 1px solid rgba(var(--blue), 0.5);
	border-right: 1px solid rgba(var(--blue), 0.2);

	}
TABLE.tdtl .nd {border:none;}

/* -- */


/* ---------- NEW TABLE FORM */

TABLE.tfrm {
	font-family: var(--font1);
	letter-spacing: 0.15em;
	font-size: 0.9em;
	border-collapse:separate;
	border-spacing: 0px 2px;
	margin: 10px 0px 10px 0px;
	}

TABLE.tfrm TH {
	font-family: var(--font1); 
	font-weight: 600; 
	color: rgb(var(--blue)); 
	/*letter-spacing: 0.3em;*/
	font-variant: small-caps;
/*	text-transform: uppercase;*/
	background-color: rgba(var(--blue), 0.1);
	border-bottom: 1px solid rgba(var(--blue), 1);
	border-top-left-radius: 5px;
	vertical-align: middle;
	padding: 2px 10px 2px 10px;
	width: 110px;
	
	}
TABLE.tfrm TD { align:left;
	padding: 0px 0px 0px 0px;
	}
	
TABLE.tfrm INPUT {
	width: 300px;
	height: 20px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border-top: 1px solid rgba(var(--blue), 0.25);
	border-bottom: 1px solid rgba(var(--blue),1);
	border-left: 1px solid rgba(var(--blue), 0.25);
	border-right: 1px solid rgba(var(--blue), 0.25);

	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	}
TABLE.tfrm input[type='checkbox'] {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
TABLE.tfrm label {
    display: inline-block;
    vertical-align: middle;
}
/*
TABLE.tfrm input[type='checkbox'] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px 5px 0px 0px;
    vertical-align:middle;
    background:url('../_imgs/check_buttons.png') left top no-repeat;
    cursor:pointer;
}
/*TABLE.tbfrm input[type='checkbox']:checked + label span {
    background:url('../_imgs/check_buttons.png') -18px top no-repeat;
}
TABLE.tbfrm label { line-height: 25px;
}
*/


TABLE.tfrm TEXTAREA {
	width: 300px;
	height: 100px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
    border-width: 1px; border-color: rgba(95,125,155, 0.6);
    
    /*
    border-left-width: 3px; border-left-color: rgb(95,125,155);
    border-bottom-width: 1px; border-bottom-color: rgb(95,125,155);
    border-top-width: 1px; border-top-color: rgba(95,125,155, 0.2);
    border-right-width: 1px; border-right-color: rgba(95,125,155, 0.2);*/
	border-style: solid;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px -3px 0px;
	}

TABLE.tfrm SELECT {
	color: #333;
	text-decoration: none;
	
    display: block;
    width: 312px;
    height: 22px;
    border-width: 1px; border-color: rgba(95,125,155, 0.6);
    
    /*border-left-width: 3px; border-left-color: rgb(95,125,155);
    border-bottom-width: 1px; border-bottom-color: rgb(95,125,155);
    border-top-width: 1px; border-top-color: rgba(95,125,155, 0.2);
    border-right-width: 1px; border-right-color: rgba(95,125,155, 0.2);*/
	border-style: solid;
    padding: 0px 20px 0px 5px;
    margin: 0px 0px 0px 0px;
	background: #fff url('../_imgs/select_arrow.png') no-repeat right+5px center;
    outline: none;
    -webkit-appearance:none;
    -moz-appearance: none;
   
    text-indent: 0.01px;
	text-overflow: "";
    border-radius:0px;
    }

/* -- */

/*@media screen and (max-width: 800px) {
  table#table caption { background-image: none; }
  table#table thead { display: none; }
  table#table tbody td {
    display: block; padding: .05rem;
  }
  table#table tbody tr td:first-child {
    background: rgba(96,124,156,0.6); color: #fff;
    font-weight: 600;
  }
  table#table tbody tr td {
    background: rgba(96,124,156,0); color: #000;
  }
	table#table tbody td:before {
    content: attr(dat-th);
    font-weight: bold;
    display: inline-block;
    width:2rem;
  }
}*/
/* Responsive Table below */
/*@media screen and (max-width:720px){
	table{display:block;}
    	td, th{ border-color:#fff; border-style:solid; border-width:0 2px 0 0; display:inline; float:left; padding:0 3px;}
		td:last-child,th:last-child{border-right:0 none;}
		th{background:transparent;font-size:1.1em;}
		tr{display:block;float:left;clear:left;padding:6px 0;width:100%;}
		thead tr{border-bottom:1px solid rgba(var(--fuchsia), 1);margin:0 0 .3em 0;padding:0 0 .2em 0;}
		tbody tr:nth-child(even){background: rgba(var(--blue), 0,1);}
		 td:nth-child(4n+1),th:nth-child(4n+1){background:rgba(var(--blue), 0.4);color:#fff;}
		td:nth-child(2n+1) a{color:#fff;}
    txd:nth-child(4n+2),th:nth-child(4n+1){background:rgba(var(--blue), 0.4);}
    txd:nth-child(4n+3),th:nth-child(4n+2){background:rgba(var(--blue), 0.3);}
    txd:nth-child(4n+4),th:nth-child(4n+3){background:rgba(var(--blue), 0.2);}
    txd:nth-child(4n+4),th:nth-child(4n+4){background:rgba(var(--blue), 0.1);}
    td:nth-child(4n+5),th:nth-child(4n+5){background: none; border:none;}*/
}