@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@function property-value($property, $selector: null) {
    @return $magic;
}

.tooltip {
    position: relative;
    display: inline-block;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: box-shadow 0.3s;
}

.tooltip .tooltiptext {
    font-family: "Open Sans";
    font-size: 11px;
    visibility: hidden;
    width: 110px;
    background-color: #666677;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -55px;
    opacity: 0;
    transition: opacity 0.5s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #666677 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.95;
}

.tooltip:hover {
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.tooltipn {
    position: relative;
    display: inline-block;
}

.tooltipn .tooltiptext {
    font-family: "Open Sans";
    font-size: 11px;
    visibility: hidden;
    width: 144px;
    background-color: #666677;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.5s;
}

.tooltipn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #666677 transparent transparent transparent;
}

.tooltipn:hover .tooltiptext {
    visibility: visible;
    opacity: 0.95;
}

.tooltipn:hover {
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}


.tooltipne {
    position: relative;
    display: inline-block;
}

.tooltipne .tooltiptexte {
    font-family: "Open Sans";
    font-size: 11px;
    visibility: hidden;
    width: 34px;
    background-color: #666677;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -17px;
    opacity: 0;
    transition: opacity 0.5s;
}

.tooltipne .tooltiptexte::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #666677 transparent transparent transparent;
}

.tooltipne:hover .tooltiptexte {
    visibility: visible;
    opacity: 0.95;
}

.tooltipne:hover {
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.divBody{
 position: absolute;
 top: 0px;
 width: 923px;
}

.btnexit{
    position: absolute;
    top: 45px;
    right: 0;
	padding: 3px 3px;
}

.c2 {
    position: absolute;
    top: 9px;
    display: inline-block;
	padding: 0px 5px;
    text-align: right;
	color: #3366cc;
	font-family: Verdana, Arial;
	font-size: 8pt;
    position: relative;
    right: 0px;
    width: 200px;
    height: 31px;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (min-width: 923px){
	.divBody{
 		position: absolute;
 		width: 100%;
	}
}


@media screen and (max-width: 1130px){
    .c2 {
        /*display: none;*/
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
	    text-overflow: ellipsis;
    }
}

@media screen and (max-width: 1030px){
    .c2 {
        /*display: none;*/
        width: 50px;
        white-space: nowrap;
        overflow: hidden;
	    text-overflow: ellipsis;
    }
}

@media screen and (max-width: 990px){
    .c2 {
        display: none;
    }
    .btnexit{
        top: 46px;
    }
}

.mainDiv {
	background-color: #f8f8f8;
	/* background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
	color: #3366cc;
	padding: 4px 3px;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 8pt;
	BORDER-RIGHT: #b5b5b5 1px solid;
	/*BORDER-TOP: #a0a0a0 1px solid;*/
	BORDER-LEFT: #b5b5b5 1px solid;
	BORDER-BOTTOM: #b5b5b5 1px solid;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 31px;
}

.mainDiv .c2 {
    position: absolute;
    top: 5px;
    right: 0;
	padding: 3px 3px;
}
.mainDiv .c1 {
  float:left
}


.mainTitle{
	background-color: #f8f8f8;
	/* background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
	color: #ff8844;
	box-sizing: border-box;
	font-family: Arial, Verdana;
	font-size: 18pt;
    position: relative;
    top: 52px;
    left: 10px;
}

.mainTitleZap{
	background-color: #f8f8f8;
	/* background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
	color: #ff0000;
	box-sizing: border-box;
	font-family: Arial, Verdana;
	font-size: 26pt;
    position: relative;
    top: 52px;
    left: 10px;
}

.mainTitleZapLog{
	background-color: #ffffff;
	/* background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
	color: #ff0000;
	box-sizing: border-box;
	font-family: Arial, Verdana;
	font-size: 26pt;
    position: relative;
    top: 0px;
    left: 0px;
}

.mainDate{
    font-family: Verdana, Arial;
	font-size: 8pt;
	width: 65pt;
	height: 30px;
    position: absolute;
    top: 49px;
    left: 28px;
}

.ldate{
  	background-image: url('rdate.png');
    position: absolute;
    top: 49px;
    left: 10px;
}

.ldate:hover {
	filter: brightness(95%);
}

.rdate{
    position: absolute;
    top: 49px;
    left: 117px;
}

.rdate:hover {
	filter: brightness(95%);
}

.mainFind {
    position: absolute;
    top: 49px;
    left: 385px;
 	background-color: #ffffff;
	padding: 0px 3px;
	height: 30px;
 	display: inline-block;
	color: #ffffff;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 8pt;
	BORDER-RIGHT: #b5b5b5 1px solid;
	BORDER-TOP: #a0a0a0 1px solid;
	BORDER-LEFT: #b5b5b5 1px solid;
	BORDER-BOTTOM: #b5b5b5 1px solid;
    position: absolute;
    top: 49px;
    left: 385px;
}

.mainFindNew {
    position: absolute;
    top: 49px;
    left: 140px;
 	display: inline-block;
	color: #ffffff;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 8pt;
}

.imgFilters {
 	background-color: #ffffff;
	padding: 3px 3px;
	width: 211pt;
	height: 24px;
 	display: inline-block;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 8pt;
	BORDER-RIGHT: #c0c0c0 1px solid;
	BORDER-TOP: #c0c0c0 1px solid;
	BORDER-LEFT: #c0c0c0 1px solid;
	BORDER-BOTTOM: #c0c0c0 1px solid;
    position: absolute;
    top: 92px;
    left: 108px;
}

.mainCtrls {
	padding: 0px 3px;
 	display: inline-block;
	color: #000000;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 8pt;
    position: absolute;
    top: 49px;
    left: 391px;
}

.mainHeaders {
	font-weight: bold;
	padding: 0px 3px;
 	display: inline-block;
	color: #000000;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 102px;
    left: 7px;
}

.mTime{
	font-weight: bold;
	padding: 0px 3px;
 	display: inline-block;
	color: #000000;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 102px;
    left: 87px;
}

.mWindow{
	font-weight: bold;
	padding: 0px 3px;
 	display: inline-block;
	color: #000000;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 102px;
    left: 310px;
}

.mUser{
	font-weight: bold;
	padding: 0px 3px;
 	display: inline-block;
	color: #000000;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 102px;
    left: 150px;
}

.mWindowAnd{
	font-weight: bold;
	padding: 0px 3px;
 	display: inline-block;
	color: #000000;
	box-sizing: border-box;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 102px;
    left: 174px;
}

.cfall{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.cfcalls{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 30px;
}

.cfsms{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 58px;
}

.cflocal{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 86px;
}

.cfwhats{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 114px;
}

.cfimage{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 142px;
}

.cfsound{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 170px;
}

.cfactivity{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 198px;
}

.cfbattery{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 226px;
}

.cfwifi{
	padding: 0px 0px;
 	display: inline-block;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 3px;
    left: 254px;
}

.cfall img:hover {
    opacity: .5;
}

.cfcalls img:hover {
    opacity: .5;
}

.cfsms img:hover {
    opacity: .5;
}

.cflocal img:hover {
    opacity: .5;
}

.cfwhats img:hover {
    opacity: .5;
}

.cfimage img:hover {
    opacity: .5;
}

.cfsound img:hover {
    opacity: .5;
}

.cfactivity img:hover {
    opacity: .5;
}

.cfbattery img:hover {
    opacity: .5;
}

.mPadraoAnd{
 	display: inline-block;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 90px;
    left: 417px;
}

.mPadraoZap{
 	display: inline-block;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 90px;
    left: 100px;
}

.mPadrao{
 	display: inline-block;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 90px;
    left: 438px;
}

.mainReg{
 	display: inline-block;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 90px;
    left: 558px;
}

.mainRegVir{
 	display: inline-block;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 90px;
    left: 241px;
}

.mainRegZap{
 	display: inline-block;
	font-family: Verdana, Arial;
	font-size: 11px;
    position: absolute;
    top: 90px;
    left: 241px;
    display: none;
}

.whatstalk{
 	display: inline-block;
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #ffffff;
    position: absolute;
    top: 3px;
    left: -25px;
	BORDER-RIGHT: #b5b5b5 1px solid;
	BORDER-TOP: #b5b5b5 1px solid;
	BORDER-LEFT: #b5b5b5 1px solid;
	BORDER-BOTTOM: #b5b5b5 1px solid;
}

.whatstalk img:hover {
	opacity: .5;
}

.myButton{
    background: url(eng.png) top center no-repeat;
    background-position: 13px 1px;
    background-color: #ffffff;
    cursor:pointer;
	BORDER-RIGHT: #b5b5b5 0px solid;
	BORDER-TOP: #b5b5b5 0px solid;
	BORDER-LEFT: #b5b5b5 0px solid;
	BORDER-BOTTOM: #efefef 3px solid;
	box-shadow: 0px 0px 0px #b5b5b5;
    width:140px;
    height:24px;
    color: #7b7b7b;
    font-weight: bold;
	text-decoration: none;
	text-align : right;
	text-color: #ff0000;
	padding: 5px 15px;
	box-sizing: border-box;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.mydivbtn{
 	display: inline-block;
	BORDER-RIGHT: #b5b5b5 1px solid;
	BORDER-TOP: #b5b5b5 1px solid;
	BORDER-LEFT: #b5b5b5 1px solid;
	BORDER-BOTTOM: #b5b5b5 1px solid;
	box-shadow: 0px 0px 0px #b5b5b5;
    width:142px;
    height:26px;
    color: #7b7b7b;
    font-weight: bold;
	text-decoration: none;
	text-align : right;
	text-color: #ff0000;
	padding: 0px 0px;
	box-sizing: border-box;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
    position: absolute;
    top: 90px;
    left: 850px;
}

.mydivbtnnew{
 	display: inline-block;
    height:26px;
    position: absolute;
    top: 90px;
    left: 850px;
}

.lblcfg{
	display: inline-block;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
    position: relative;
    top: -12px;
    left: 3px;
    width:200px;
}

.lblcfgand{
	display: inline-block;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
    position: relative;
    top: -7px;
    left: 3px;
    width:20px;
}

.idlblcliente {
  	display: inline-block;
	text-align: right;
}

#idregpage{
	font-size: 12pt;
	width: 60px;
	height: 26px;
}

#idIntIni{
	font-size: 12pt;
	width: 70px;
	height: 26px;
}

#idIntEnd{
	font-size: 12pt;
	width: 70px;
	height: 26px;
}

.link {
	color: blue;
	font-weight: bold;
	font-size: 10pt;
}

.linkn {
	color: #0066ff;
	font-weight:;
	text-decoration: none;
}


.NameAccControl {
  	position: relative;
  	display: inline-block;
    white-space: nowrap;
    width: 165px;
    top: 2px;
    text-align : left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.NameAcc {
    white-space: nowrap;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
    .NameAcc {
        width: 100%;
    }
}

.adrlink {
	color: #3366cc;
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
}

.adrlinkoff {
	color: #ff0000;
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
}

a:hover { 
	color: blue; 
	text-decoration: underline
}

td {
	color: 000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 11pt
}

@media only screen and (max-width: 480px) {
  td {
  	color: 000000;
  	font-family: Verdana, Arial;
  	font-size: 9px;
  	line-height: 11pt
  }
}

html,
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Verdana, Arial;
	font-size: 8pt;
	line-height: 11pt
}

ul#grid li {
	list-style: none outside;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 50px;
	width: 5em;
	height: 4.8em;
	line-height: 0.25em;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	BORDER-BOTTOM: #dddddd 2px solid;
	padding:5px;
}

ul#grid li img {
	vertical-align: middle;
}
		
.ui-slider-handle {
	left: 45%; 
	height: 14px; 
	width: 14px
}

.imgslider {
  	height: 10px; 
	width: 248px; 
	left: 42px
}

#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	background:#ededed;
	padding:10px;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}

#footer {
	background:#ffffff;
	width:100%;
	height:30px;
	text-align : center;
	color: #0066cc;
	position:fixed;
	bottom:0;
	left:0;
	BORDER-TOP: #a8a8a8 1px solid;
}

#footer:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#footinner {
	position: relative;
	color: #0066cc;
	display: inline-block;
	background: #ffffff;
	font-family: Open Sans, Segoe UI;
	font-size: 12px;
	padding: 3px 5px;
}

.divtop {
	width: 100%;
	background-color: #ffffff;
 	color: #f00000;
 	font-family: Segoe UI;
 	font-size: 20pt;
 	BORDER-BOTTOM: #f0f0f0 1px solid;
	padding-top: 8px;
	padding-bottom: 11px;
    white-space: nowrap;
    min-width: 370px;
}

@media screen and (max-width: 246px){
	.divtop {
		width: 246px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.divtopin {
	background-color: #ffffff;
 	position: relative;
 	margin-top: 20px;;
 	color: #f00000;
 	height: 70px;
 	font-family: Segoe UI;
 	font-size: 24px;
}

.cliente {
 	position: relative;
 	float: right;
	margin-right: 10px;
 	top: 2px;
 	color: #333366;
 	font-family: Open Sans, Segoe UI;
 	font-size: 10pt;
}

.btnwarn {
 	position: relative;
 	float: right;
 	margin-right: 10px;
 	top: 7px;
 	color: #333366;
 	font-family: Open Sans, Segoe UI;
 	font-size: 10pt;
}

.divblue {
	width: 100%;
  	background: #1199ee;
  	height: 42px;
  	BORDER-BOTTOM: #0077cc 2px solid;
    white-space: nowrap;
    min-width: 370px;
}

@media screen and (max-width: 370px){
	.divblue {
		width: 370px;
	}
}

/* Fake (pseudo) element, that enables vertical-align */
.divblue:before {
  	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	height: 100%;
}

.LoginDiv{
    width: 100%;
    max-width: 500px;
    min-width: 370px;
}

.inner {
  	position: relative;
  	left: 10px;
  	color: #FFFFFF;
  	font-size: 18px;
  	display: inline-block;
  	vertical-align: middle;
  	background: #1199ee;
  	font-family: Open Sans, Segoe UI;
  	padding: 3px 5px;
}

.innerBt {
 	position: relative;
 	float: right;
 	margin-right: 10px;
 	top: 8px;
 	color: #333366;
 	font-family: Open Sans, Segoe UI;
 	font-size: 13pt;
}

.innerfil {
  	position: relative;
  	top: 14px;
  	left: 40px;
  	color: #000000;
  	font-size: 14px;
  	display: inline-block;
  	vertical-align: middle;
  	background: #F0F0F0;
  	font-family: Open Sans, Segoe UI;
  	padding: 14px 0px;
}

.innerBtFilter {
 	position: relative;
 	float: right;
 	margin-right: 10px;
 	top: 18px;
 	color: #000000;
 	font-family: Open Sans, Segoe UI;
 	font-size: 10pt;
}

.alert {
  	background: #FCECA6;
 	height: 58px;
  	font-family: Open Sans, Segoe UI;
  	font-size: 8pt;
  	BORDER-BOTTOM: #a8a8a8 1px solid;
  	display: none;
}

/* Fake (pseudo) element, that enables vertical-align */
.alert:before {
  	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	height: 100%;
}

.alertinner {
  	position: relative;
  	left: 40px;
  	color: #616161;
  	font-size: 13pt;
  	display: inline-block;
  	vertical-align: middle;
  	background: #FCECA6;
  	font-family: Open Sans, Segoe UI;
  	padding: 3px 5px;
}

.shot {
	background: #e0e0e0 url('wait.gif') no-repeat center; 
	text-align:center; 
	color: #505050; 
	font-family:Verdana; 
	font-size:10px
}

#dhtmltooltip{
	position: absolute;
	top: -300px;
	left: -300px;
	width: 150px;
	border: 1px solid gray;
	padding: 5px;
	color: 000000;
	line-height: 9pt;
	background-color: #f8f8f8;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.borda  {
	background-color: #fdfdfd;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	border-radius: 4px;
}

.bordatab  {
	background-color: #fdfdfd;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.text {
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	border-radius: 4px;
	padding: 5px 5px;
	width: 287px;
	height: 28px;
	font-size: 20px;
}

.newdivpass {
	background-color: #ffffff;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	border-radius: 4px;
	padding: 5px 5px;
	width: 287px;
	height: 28px;
}

.eyepass{
	position: relative;
	left: 0px;
	top: 0px;
	width: 248px;
	border: none;
	outline: none;
	font-size: 20px;
}

.eyeimg{
	position: relative;
	left: 6px;
	top: 5px;
}

.eyeimg:hover{
 cursor: pointer;
}

.textpass {
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	padding: 5px 5px;
	width: 298px;
	height: 40px;
}

.findtxt {
  	position:absolute;
  	top: 32px;
  	left: 270px;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	padding: 5px 5px;
	width: 180px;
	height: 18px;
}

.findtxtlog {
  	position:absolute;
  	top: 0px;
  	left: 0px;
  	font-family: Verdana;
	font-style: italic;
	background-color: #ffffff;
	color: #C0C0C0;
	outline: none;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	padding: 0px 5px;
	width: 190px;
	height: 28px;
}

.findtbut{
  	position:absolute;
  	top: 32px;
  	left: 465px;
    background:url(find.png) no-repeat;
    cursor:pointer;
    border:none;
    width:60px;
    height:30px;
}

.findtbut:active {
     background:url(find2.png) no-repeat;
}

.findtbut:focus{
    outline: 0;
}

.findtbutlog{
  	position:absolute;
  	left: 203px;
    background:url(findl.png) no-repeat;
    cursor:pointer;
    border:none;
    width:45px;
    height:30px;
}

.findtbutlog:active {
     background:url(find2l.png) no-repeat;
}

.findtbutlog:focus{
    outline: 0;
}

.findtxtlog img{
	position:absolute;
	top: 6px;
	left: 179px;
	outline: none;
	border:none;
}

.findtxtlog input{
	position:absolute;
	top: 2px;
	width: 170; 
	border-style: solid; 
	border-color: #FFFFFF; 
	outline: none; color: #C0C0C0; 
	font-family: Verdana; 
	font-style: italic;
}

.mydiv {
	display: inline-block;
	background-color: #F0F0F0;
	/* background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
	color: #444;
	font-weight: bold;
	text-decoration: none;
	text-align : left;
	padding: 50px 50px;
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	BORDER-RIGHT: #a0a0a0 1px solid;
	BORDER-TOP: #a0a0a0 1px solid;
	BORDER-LEFT: #a0a0a0 1px solid;
	BORDER-BOTTOM: #a0a0a0 1px solid;
	border-radius: 4px;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 400px;
    height: 250px;
    margin-left: -200px;
}

.divbig {
    display: inline-block;
    background-color: #F0F0F0;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #dd4b39;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 50px 50px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 400px;
    height: 282px;
    margin-left: -200px;
}

.divpass {
    display: inline-block;
    background-color: #E7E6E2;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #dd4b39;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 50px 50px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 400px;
    height: 310px;
    margin-left: -200px;
}

.divheader {
    display: inline-block;
    background-color: #ffffff;
    color: #dd4b39;
    font-weight: ;
    text-decoration: none;
    text-align : center;
    padding: 0px 0px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20pt;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 400px;
    height: 282px;
    margin-left: -200px;
}

.aviso {
    color: #dd4b39;
    font-weight:;
    text-align: left;
    padding: 1px 1px;
    line-height: 25px;
}

.avisopass {
  	position: absolute;
  	left: 48px;
  	top: 255px;
    color: #dd4b39;
    font-family:  Open Sans, Segoe UI;
    font-weight: bold;
    text-align: left;
    padding: 1px 1px;
    line-height: 25px;
}

.label {
    color: #444;
    font-weight: bold;
    text-align : left;
}

.exitlog {
    display: inline-block;
    background-color: #4B8DF8;
    color: #FFFFFF;
    text-decoration: none;
    text-align : center;
    text-color: #FFFFFF;
    padding: 5px 5px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    width: 80px;
    height: 30px;
    box-shadow: 0px 0px 0px #999;
    border-radius: 2px;
}

.subbut {
    display: inline-block;
    background-color: #4B8DF8;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
    color: #FFFFFF;
    text-decoration: none;
    text-align : center;
    text-color: #FFFFFF;
    padding: 5px 5px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    width: 298px;
    height: 40px;
    box-shadow: 0px 0px 0px #999;
    border-radius: 4px;
}

.subbut:hover {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.25));
    background-color: #4B8DF8;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.subbut:active {
    background-image: linear-gradient(to top, transparent, rgba(0,0,0,.15));
    color: #FFFFFF;
    position: relative;
    left: +1px;
    top: +1px;
}

.subbut:focus{
    outline: 0;
}


.subbutpass {
    display: inline-block;
    background-color: #4B8DF8;
    color: #FFFFFF;
    text-decoration: none;
    text-align : center;
    text-color: #FFFFFF;
    padding: 5px 5px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    width: 298px;
    height: 40px;
    box-shadow: 0px 0px 0px #999;
}

.subbutpass:hover {
    background-color: #4B8DF8;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.subbutpass:active {
    color: #FFFFFF;
    position: relative;
    left: +1px;
    top: +1px;
}

.subbutpass:focus{
    outline: 0;
}

.but {
    display: inline-block;
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.20));
    color: #444;
    font-weight: bold;
    text-decoration: none;
    text-align : center;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 1px;
    width: 100px;
    box-shadow: 0px 0px 0px #999;
    border-radius: 10px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
}

.but:hover {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.25));
    background-color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    color: #444;
}

.but:active {
    background-image: linear-gradient(to top, transparent, rgba(0,0,0,.15));
    position: relative;
    left: +1px;
    top: +1px;
}

.but:focus{
    outline: 0;
}

.exitbut {
    display: inline-block;
    background-color: #FF0000;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align : center;
    text-color: #FFFFFF;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 1px;
    width: 100px;
    box-shadow: 0px 0px 0px #999;
    border-radius: 4px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
}

.exitbut:hover {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.25));
    background-color: #FF0000;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}

.exitbut:active {
    background-image: linear-gradient(to top, transparent, rgba(0,0,0,.15));
    position: relative;
    left: +1px;
    top: +1px;
}

.exitbut:focus{
    outline: 0;
}

.optbut {
    display: inline-block;
    background-color: #fafafa;
    color: #333366;
    font-weight: bold;
    text-decoration: none;
    text-align : center;
    text-color: #333366;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 1px;
    width: 100px;
    box-shadow: 0px 0px 0px #999;
    border-radius: 4px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
}

.optbut:hover {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.25));
    background-color: #fafafa;
    cursor: pointer;
    text-decoration: none;
    color: #333366;
}

.optbut:active {
    background-image: linear-gradient(to top, transparent, rgba(0,0,0,.15));
    position: relative;
    left: +1px;
    top: +1px;
}

.optbut:focus{
    outline: 0;
}

#primary_nav_wrap
{
	margin-top:-19px;
  	margin-right:0px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	padding:0;
	border: 1px solid #dddddd;
	background:#f6f6f6;
	border-radius: 2px;
  	z-index: 999;
}

#primary_nav_wrap ul a
{ 
	display:block;
	color:#333;
	text-decoration:none;
	font-size:14px;
	line-height:28px;
	padding:0 15px;
	font-family:Open Sans, Segoe UI;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	right:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:150px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0px;
	right:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
} 

.filterchk {
  	position:absolute;
  	top: 8px;
    background:transparent;
    border:1px solid #fff;
    margin-left: 1px;
    width: 15px;
    height: 15px;
}

.filterlbl {
  	position:absolute;
    background:transparent;
    top: 10px;
    left: 39px;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.divcfg {
    display: inline-block;
    background-color: #FFFFFF;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #000000;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 10px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 540px;
    height: 360px;
}

.divcfgbig {
    display: inline-block;
    background-color: #FFFFFF;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #000000;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 10px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 550px;
    height: 542px;
}

.divcfgacc {
    display: inline-block;
    background-color: #FFFFFF;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #000000;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 10px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 550px;
    height: 572px;
}

.divcfghook {
    display: inline-block;
    background-color: #FFFFFF;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #000000;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 10px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 550px;
    height: 605px;
}

.divcfguni {
    display: inline-block;
    background-color: #FFFFFF;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #000000;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 10px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 550px;
    height: 717px;
}

.divcfgbig2 {
    display: inline-block;
    background-color: #FFFFFF;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #000000;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 10px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 540px;
    height: 570px;
}

.divcfgzap{
    display: inline-block;
    background-color: #FFFFFF;
    /*background-image: linear-gradient(to bottom, transparent, rgba(1,1,1,.10));*/
    color: #000000;
    font-weight: ;
    text-decoration: none;
    text-align : left;
    padding: 10px 10px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 540px;
    height: 240px;
}

.butcfg {
    display: inline-block;
    background-color: #4B8DF8;
    /*background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15)); */
    color: #FFFFFF;
    text-decoration: none;
    text-align : center;
    text-color: #FFFFFF;
    padding: 5px 5px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    width: 100px;
    box-shadow: 0px 0px 0px #999;
    border-radius: 1px;
}

.butcfg:hover {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.25));
    background-color: #4B8DF8;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.butcfg:active {
    background-image: linear-gradient(to top, transparent, rgba(0,0,0,.15));
    color: #FFFFFF;
    position: relative;
    left: +1px;
    top: +1px;
}

.butcfg:focus{
    outline: 0;
}

.butbuy {
    display: inline-block;
    background-color: #FF0000;
    font-weight: bold;
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.15));
    color: #FFFFFF;
    text-decoration: none;
    text-align : center;
    text-color: #FFFFFF;
    padding: 5px 5px;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    BORDER-RIGHT: #FF0000 1px solid;
    BORDER-TOP: #FF0000 1px solid;
    BORDER-LEFT: #FF0000 1px solid;
    BORDER-BOTTOM: #FF0000 1px solid;
    width: 150px;
    box-shadow: 0px 0px 0px #999;
    border-radius: 5px;
}

.butbuy:hover {
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.25));
    background-color: #FF0000;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.butbuy:active {
    background-image: linear-gradient(to top, transparent, rgba(0,0,0,.15));
    color: #FFFFFF;
    position: relative;
    left: +1px;
    top: +1px;
}

.butbuy:focus{
    outline: 0;
}

.gpsval {
  	position:relative;
    top: 0px;
    left: 0px;
}

.pc {
    color: #000000;
	font-weight: bold;
}

select::-ms-expand {
    display: none;
}

select {
  	padding: 2px 5px;
    font-size: 16px;
    border:1px solid #c0c0c0;
    background:#fff;
    -webkit-border-radius:0;
    border-radius:0;
    width: 130px;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;

    background:url("combo.png") right no-repeat;

    background-color: #ffffff;
    background-transparency: 0.5;
    background-position: right 4px top 5px;
    background-size: 10px 14px;
}
select:active {
    border: 1px solid #c0c0c0;
}

select.desktopDropDown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: checkbox-container;
    border-style: none;
}
select.desktopDropDown::-ms-expand {
    display: none;
}

#idDate{
  background-position: right 4px top 7px;
}

#idpc{
	background-position: right 4px top 3px;
    font-size: 12px;
	width: 230px;
    height: 22px;
    -webkit-padding-end: 25px;
    padding-right: 25px;
}

#idinterval{
	background-position: right 4px top 2px;
    font-size: 13px;
    height: 20px;
}