/* CSS RESET */
/* Reset de atributos e padroniza��o dos elementos */
/**************************************************/

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, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0;outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline; }

:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
/*table {	border-collapse: separate;border-spacing: 0;}*/
th, td {text-align: left; font-weight: normal;}
img, iframe {border: none; text-decoration:none;}
ol, ul {list-style: none;}
input, textarea, select, button {font-size: 100%;font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif; border: 0}
select {margin: inherit;}
hr {margin: 5px 0;padding: 0;border: 0;color: #dbdbdb;background-color: #dbdbdb;height: 1px}

html, body { height: 100%; overflow: hidden } 

body { color:#666; font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif; font-size:11px; background:url('../images/background-Padrao.jpg') center center no-repeat  #01060e }

h2 { font-weight: bold; font-size: 13px; color:#333 }

a.not(.ui-selectmenu) { color:#666; cursor: pointer !important; -webkit-transition: all .4s; -moz-transition: all .4s;	-ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
a:hover { text-decoration:none; cursor:pointer;  color: #c2a037;  }
    
input[type=submit], input[type=button] { cursor: pointer }

input[type=checkbox] { vertical-align: middle; }

strong { font-weight: bold; }

/* new clearfix */
.clearfix:after, .formRow:after, .pickerHolder:after, .abas:after { visibility: hidden; display: block; font-size: 0;	content: " "; clear: both; height: 0; }
* html .clearfix, * html .formRow, * html .pickerHolder { zoom: 1; } /* IE6 */
*:first-child+html .clearfix, *:first-child+html .formRow, *:first-child+html .pickerHolder, *:first-child+html .abas  { zoom: 1; } /* IE7 */

/* UTILS CLASSES */
/* Classes que d�o suporte ao desenvolvimento front-end */
/*******************************************************/

.fLeft { float:left !important }
.fRight { float:right !important}
.clear { clear:both }

.relative { position: relative; }

.width70 { width: 70% }
.width30 { width: 30% }

.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop20 { margin-top: 20px; }

.margin10 { margin: 10px; }
.paddingH10 { padding: 0 10px !important }
.paddingV10 { padding: 10px 0px !important }
.padding10 { padding: 10px !important; }

.marginLeft5 { margin-left: 5px !important; }
.marginLeft10 { margin-left: 10px !important; }

.red { color: red; }
.green { color: green; }

.invisible { display:none; }
.hAlign { text-align: center !important; }
.vAlign { vertical-align: middle }
.hAlign input[type=submit] { *margin: 0 2px }
.rAlign { text-align: right; }

.italic { font-style: italic }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.strong { font-weight: bold; }

.alturaJanela { height: 564px; }
.destaqueVermelho { color: #ff0000 !important; font-weight: bold; }

.contract { width:97%; margin: 0 10px }

tr.selected { background: #FFE89D !important }

.ui-effects-transfer { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #f1f1f1; opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ }

/* MODELS CLASSES */
/* Modelos de bot�es, campos de formul�rios, links, etc... */
/**********************************************************/

.loadingContent { background: #fff; z-index:100; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity:0.8; filter:alpha(opacity=80); display: none; }
.loadingContent .gif { background: url(../images/loader.gif) center center no-repeat; z-index:9999; left: 50%; top: 50%; position: absolute; margin: -34px 0 0 -42px; width: 84px; height: 67px; display: block; }
.loadingContent .shortgif {  background:url(../images/shortLoader.gif); width: 16px; height: 11px; z-index:9999; left: 50%; top: 50%; position: absolute; margin: -8px 0 0 -5px; display: block; }
.dataTables_wrapper { position: relative }
.dataTables_wrapper span { cursor:pointer; }
.dataTables_wrapper .sorting_1 { background: #FFFFDB; }
.dataTables_wrapper .odd .sorting_1 { background: #F7F7CE; }

 /* Formularios */
 
 .formRow { padding: 10px 0 }
 .formCol { float: left; padding:5px 10px; position: relative }
 .formCol label { display:block; }
 .categoriaHolder .formCol { height: 40px; }
 .genericFields .formCol { height: 50px; }
 
 .formLastLine { border-bottom:solid 4px #e5e5e5; margin:0 10px; -webkit-box-shadow: inset 0px -1px 0px 0px #ccc;
	-moz-box-shadow: inset 0px -1px 0px 0px #ccc;
	box-shadow: inset 0px -1px 0px 0px #ccc; }
 
 .radioHolder, .radioHolder * { vertical-align: middle }
 .radioHolder label { display: inline-block; zoom:1; *display: inline }

 
 input[type=text], input[type=number], input[type=file], input[type=password], select { background: #f1f1f1; color:#666; border: solid 1px #dbdbdb; padding: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 0 }
 input[type=text]:hover, input[type=number]:hover, input[type=file]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus, select:hover, select:focus { background:#FFF1C5; }

textarea { background: #f1f1f1; border: solid 1px #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #666; resize: none; }
 
 select { padding: 5px 6px !important; }
 
 table { width: 100%; }
 
 .pagePath { width: 100%; padding: 9px 0; color: #fff; font-weight: bold; text-indent: 10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: rgb(36,69,97); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(36,69,97,1) 0%, rgba(17,35,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,69,97,1)), color-stop(100%,rgba(17,35,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(36,69,97,1) 0%,rgba(17,35,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(36,69,97,1) 0%,rgba(17,35,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(36,69,97,1) 0%,rgba(17,35,51,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(36,69,97,1) 0%,rgba(17,35,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244561', endColorstr='#112333',GradientType=0 ); /* IE6-9 */
}

.lineUnder { border-bottom: solid 1px #e6e6e6; padding: 5px 0 } 

 .btModel { text-align:center; display: inline-block; *display: inline; zoom: 1; padding: 10px 15px; font-size: 13px; font-weight: bold; -webkit-border-radius: 3px; margin:0 2px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: 0px 0px 1px #fffffff;
	filter: dropshadow(color=#fffffff, offx=0, offy=0); min-width: 70px; *min-width: auto;
	-webkit-transition: -webkit-box-shadow 0.5s ease-out;
    -moz-transition: -moz-box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
	line-height: 22px;
   }
   
button.btModel { height: 42px } 

.btModel.btShort { padding: 8px 5px; }
	
.btModel:hover { text-shadow: 0px 0px 3px #fffffff; color:#deb025; background: #fcfcfc;
	text-decoration:none; cursor:pointer; color: #404a7a;
}
	 
.btModel[disabled=disabled] {
	-webkit-box-shadow: inset 0px 0px 0px 0px #fff;
	-moz-box-shadow: inset 0px 0px 0px 0px #fff;
	box-shadow: inset 0px 0px 0px 0px #fff;
	background: rgb(134,142,134); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(134,142,134,1) 0%, rgba(61,61,61,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,142,134,1)), color-stop(100%,rgba(61,61,61,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(134,142,134,1) 0%,rgba(61,61,61,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(134,142,134,1) 0%,rgba(61,61,61,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(134,142,134,1) 0%,rgba(61,61,61,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(134,142,134,1) 0%,rgba(61,61,61,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868e86', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */
	border: solid 1px #333;
}

button.btModel { height: 42px; line-height: auto; } 

.btModel:active { background: #fefefe }
	
.btGreen { color: #fff !important; border: solid 1px #279612  !important; position: relative;
	-webkit-box-shadow: inset 0px 0px 1px 1px #41b21f !important;
	-moz-box-shadow: inset 0px 0px 1px 1px #41b21f !important;
	box-shadow: inset 0px 0px 1px 1px #41b21f !important;
	background: rgb(54,158,26) !important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(54,158,26,1) 0%, rgba(40,139,25,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,158,26,1)), color-stop(100%,rgba(40,139,25,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(54,158,26,1) 0%,rgba(40,139,25,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(54,158,26,1) 0%,rgba(40,139,25,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(54,158,26,1) 0%,rgba(40,139,25,1) 100%) !important; /* IE10+ */
	background: linear-gradient(top,  rgba(54,158,26,1) 0%,rgba(40,139,25,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#369e1a', endColorstr='#288b19',GradientType=0 ) !important; /* IE6-9 */
}

.btNoIcon { padding: 11px 15px; }

.btGreen:hover { background: #3cab1d !important; 	 }

.btGray { color: #666; border: solid 1px #aeaeae;
	-webkit-box-shadow: inset 0px 0px 1px 1px #fff;
	-moz-box-shadow: inset 0px 0px 1px 1px #fff;
	box-shadow: inset 0px 0px 1px 1px #fff;
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 12%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,rgba(254,254,254,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 12%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 12%,rgba(225,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 12%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(254,254,254,1) 12%,rgba(225,225,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

.btLight { color: #666; border: solid 1px #aeaeae; background: #eee; }
.btLight:hover { background: #FFEE76; }

.btFull { width: 100%; display: block; margin: 0; height: 40px; }

.btAzulDegrade { font-size: 12px; color: #666; padding: 5px; background: #f8fcfe; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
background: -moz-linear-gradient(top,  #f8fcfe 0%, #e7f2fc 50%, #dee8f5 51%, #dde9f5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fcfe), color-stop(50%,#e7f2fc), color-stop(51%,#dee8f5), color-stop(100%,#dde9f5));
background: -webkit-linear-gradient(top,  #f8fcfe 0%,#e7f2fc 50%,#dee8f5 51%,#dde9f5 100%);
background: -o-linear-gradient(top,  #f8fcfe 0%,#e7f2fc 50%,#dee8f5 51%,#dde9f5 100%);
background: -ms-linear-gradient(top,  #f8fcfe 0%,#e7f2fc 50%,#dee8f5 51%,#dde9f5 100%);
background: linear-gradient(to bottom,  #f8fcfe 0%,#e7f2fc 50%,#dee8f5 51%,#dde9f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fcfe', endColorstr='#dde9f5',GradientType=0 );
}


.btDesvincular { background: #131313; display: block; padding: 6px; border: solid 1px #181818; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 8px 0; font-weight: bold; }
.btDesvincular:hover { background: #420606; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out } 

.paginacao { width: 100%; text-align: center }
.paginacao li { display: inline-block; zoom:1; *display: inline; margin: 0 3px }
.paginacao li a { padding: 4px 8px; margin: 0 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.paginacao li a:hover, .paginacao li a.atual { background: #ffd643; border: solid 1px #999; color: #333; }

.azulGradient { border: solid 1px #94aed0 !important; font-size:12px; color: #666 !important; font-weight: bold;
background: #f9fcfe !important;
background: -moz-linear-gradient(top,  #f9fcfe 0%, #e7f2fc 49%, #dee8f5 50%, #dde9f5 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcfe), color-stop(49%,#e7f2fc), color-stop(50%,#dee8f5), color-stop(100%,#dde9f5)) !important;
background: -webkit-linear-gradient(top,  #f9fcfe 0%,#e7f2fc 49%,#dee8f5 50%,#dde9f5 100%) !important;
background: -o-linear-gradient(top,  #f9fcfe 0%,#e7f2fc 49%,#dee8f5 50%,#dde9f5 100%) !important;
background: -ms-linear-gradient(top,  #f9fcfe 0%,#e7f2fc 49%,#dee8f5 50%,#dde9f5 100%) !important;
background: linear-gradient(to bottom,  #f9fcfe 0%,#e7f2fc 49%,#dee8f5 50%,#dde9f5 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcfe', endColorstr='#dde9f5',GradientType=0 ) !important;
	
}

.MntPctHolder { position: relative }
.btMntPct { width: 23px; height: 23px; border-radius: 2px; background: #e9e9e9; text-align: center; line-height: 23px; color: #333; position: absolute; top: 4px; right: 4px; }
.btMntPct:hover { background: #fae5a0; }

.AddSubHolder { position: relative }
.btAddSub { width: 23px; height: 23px; border-radius: 2px; background: #e9e9e9; text-align: center; line-height: 23px; color: #333; position: absolute; top: 4px; right: 4px; }
.btAddSub:hover { background: #fae5a0; }

.patDashed { background: url(../images/patternDashed.png) }

.alerts { position: absolute; display:none; color:#fff; font-weight:bold; left:50%; top:20%; text-align: center; padding: 10px 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow:  0px 0px 2px 0px #cccccc; box-shadow:  0px 0px 2px 0px #cccccc; }
.alerts .icon { display: inline-block; zoom:1; *display: inline; background:url(../images/sprites.png); border: 0; vertical-align: middle }
.alerts p { display: inline-block; zoom:1; *display: inline; margin-left: 5px }
.alerts.salvando { background: #2ebbbd; border: solid 1px #277476 }
.alerts.salvando .icon { background:url(../images/ajax-loader.gif) center center no-repeat; width: 24px; height: 24px }
.alerts.salvo { background: #4e8e45; border: solid 1px #2e7316 }
.alerts.salvo .icon { background-position: 0 -112px; width: 24px; height: 24px }
.alerts.erro { background: #b70914; border: solid 1px #86070f }
.alerts.erro .icon { background-position: -25px -112px; width: 24px; height: 24px }
.alerts.alerta { background: #dee448; border: solid 1px #787c00; color:#333; font-weight: normal; }
.alerts.alerta .icon { background-position: -50px -112px; width: 27px; height: 24px }
.alerts.info { background: #9adcf7; border: solid 1px #2192C0; color:#333; font-weight: normal; }
.alerts.info .icon { background-position: -257px -112px; width: 27px; height: 24px }
.alerts.copy { background: #f3f1f1; border: solid 1px #dbdbdb; color:#333; font-weight: normal; }
.alerts.copy .icon { display:none !important }

.blockHolder { background: #fff; border: solid 1px #d1d1d1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 5px }

.label { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #292929; padding: 2px 5px; font-size: 11px; }
.bg-green { background: #18760c; color: #fff; }
.bg-green:hover { background: #269119; color: #fff !important; }
.bg-blue { background: #2e7285; color: #fff; }
.bg-blue:hover { background: #378BA3; color: #fff !important; }
.bg-red { background: #ba3524; color: #fff; }
.bg-red:hover { background: #ca4230; color: #fff !important; }
.bg-yellow { background: #e3c520; color: #fff; }
.bg-yellow:hover { background: #e3c520; color: #fff !important; }

.blue { color: #2e7285; }
.green { color: #18760c; }
.red { color: #ca4230; }
.yellow { color: #e3c520; }

.well { padding: 10px; background: #efefef; font-size: 15px; font-family: "Segoe UI Light"; border: solid 1px #aaa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 10px; }

.inline { display: inline; }

.inline-list li { display: inline-block; padding: 10px 15px; cursor: pointer; margin: 0 5px; background: #eee; border: solid 1px #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.inline-list li:hover, .inline-list li.active { background: #F9F393; }

.title { font-family: "Segoe UI Light", sans-serif; font-weight: normal; font-size: 16px; padding: 10px; border-bottom: solid 1px #ccc; }
.bgBlur .title { color: #fff; }

.noborder { border: 0; }

.fineText { font-family: "Segoe UI Light"; font-size: 15px; }

 /* TEMPLATE */
 /* Classes bases do sistema, template principal */
/***********************************************/

.wrapper { width: 950px; margin: 0 auto; position: relative }

.MENU { width: 100%; height: 30px; -webkit-box-shadow: 0px 1px 2px 0px #808080; box-shadow: 0px 1px 2px 0px #808080; position: relative; z-index: 1000;
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top,  #f1f1f1 0%, #ebebeb 50%, #e5e5e5 51%, #dedede 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#ebebeb), color-stop(51%,#e5e5e5), color-stop(99%,#dedede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ebebeb 50%,#e5e5e5 51%,#dedede 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1f1f1 0%,#ebebeb 50%,#e5e5e5 51%,#dedede 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1f1f1 0%,#ebebeb 50%,#e5e5e5 51%,#dedede 99%); /* IE10+ */
background: linear-gradient(top,  #f1f1f1 0%,#ebebeb 50%,#e5e5e5 51%,#dedede 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}

.MENU .logoutButton { font-weight: bold; color: #333; }

.MENU .initButton { float: left; border-right: solid 1px #CCC; padding: 0 15px; display: block; height: 30px; line-height: 25px; }
.MENU .initButton:hover span { background-position: -34px 0; } 

.MENU .menuLoader {float: left;padding: 8px 0 0 8px;}
.MENU .menuHolder { float: left; width: 100%; margin-right: -65px; overflow: hidden; position: relative; height: 30px; }
.MENU .menuHolder ul { height: 30px; position: absolute; left: 0;}
.MENU .menuHolder ul li { float: left; }
* html .MENU .menuHolder ul li a { width: expression( this.scrollWidth < 101 ? "100px" : "auto" ); *margin-top:5px /* sets min-height for IE */ }
.MENU .menuHolder ul li a { border-right: solid 1px #CCC; display: block; line-height: 30px; min-width: 100px; padding: 0 10px; text-align: center; font-weight: bold; text-shadow: 1px 1px 1px #fff; -webkit-box-shadow: inset 0px 0px 0px 0px #ccc; box-shadow: inset 0px 0px 0px 0px #ccc; -webkit-transition: all .4s; -moz-transition: all .4s;	-ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.MENU .menuHolder ul li a:hover, .MENU .menuHolder ul li a.active, .MENU .initButton:hover, .MENU .initButton.active { -webkit-box-shadow: inset 0px 0px 3px 1px #ccc; box-shadow: inset 0px 0px 3px 1px #ccc; color: #c2a037 }

.MENU .arrowHolder { position: absolute; top: 5px; right: 5px }
.MENU .arrowHolder a { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: solid 1px #a8a8a8; background: #efefef; height: 18px; display: inline-block; zoom:1; *display: inline; width: 20px; text-align: center; }
.MENU .arrowHolder a:hover { background: #f5db5f; -webkit-box-shadow: inset 0px 0px 3px 1px #c9a609; box-shadow: inset 0px 0px 3px 1px #c9a609; color: #c2a037; -webkit-transition: all .4s; -moz-transition: all .4s;	-ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.MENU .menuInicial, .MENU .menuCadastros, .MENU .menuIdioma { background: #dedede; width:175px; padding: 5px; position: absolute; left: 0; top: 30px; display: none;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.MENU .menuCadastros {top:0px !important; left:175px !important;}
.MENU .menuIdioma {top:42px !important; left:175px !important;}
.MENU .menuCadastros .menuContent, .MENU .menuIdioma .menuContent {z-index: 101 !important;}
.MENU .menuInicial .menuContent, .MENU .menuCadastros .menuContent, .MENU .menuIdioma .menuContent { width: 100%; background: #fff; border: solid 1px #d2d2d2;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }

.MENU .menuInicial .menuContent ul, .MENU .menuCadastros .menuContent ul, .MENU .menuIdioma .menuContent ul { padding: 5px }
.MENU .menuInicial .menuContent ul li, .MENU .menuCadastros .menuContent ul li, .MENU .menuIdioma .menuContent ul li { padding: 8px 5px; border-top: solid 1px #dbdbdb }
.MENU .menuInicial .menuContent ul li:first-child, .MENU .menuCadastros .menuContent ul li:first-child, .MENU .menuIdioma .menuContent ul li:first-child { border: 0 }
.MENU .menuInicial .menuContent ul li a, .MENU .menuCadastros .menuContent ul li a, .MENU .menuIdioma .menuContent ul li a { display: block; }
.MENU .menuIdioma .menuContent ul li a { display: inline-block !important;padding-left: 5px; }

.DESKTOP { width: 99%; padding:10px 0.5%; height: 99%; position: relative }
.DESKTOP.CAIXA { width: 98%; height: 98%; padding: 1%; position: relative; background: url(../images/bgCaixa.jpg) }

.idiomas { float: right; margin-top: 6px; z-index: 150; position: relative;padding: 15px 35px 0 0; }
.idiomas ul li {float: left;padding-right: 8px;}

.niceTable { border-spacing: 0; }
.niceTable.align-left th { text-align: left; }
.niceTable th { font-family: 'Segoe UI Light'; font-size: 16px; border-bottom: solid 3px #ccc; padding: 10px; text-align: center; }
.niceTable td { padding: 5px 10px; }
.niceTable tr.zebra td { background: #eee; }

 /* WINDOW */
 /* Configura��es do sistema de janelas e telas internas */
/********************************************************/

.windowHolder { width : 800px; height : 600px; position : absolute;	zIndex : 100; display : none; background: #fff; -webkit-box-shadow: 0px 0px 5px 2px #333;
box-shadow: 0px 0px 5px 2px #333; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.windowHolder .wdTop { background: url('../images/barHolder.png') no-repeat center center #f1f1f1; cursor: move; border-bottom: solid 1px #dbdbdb; height: 35px; padding:0 10px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.windowHolder .wdTop h2 { line-height: 35px; vertical-align: middle; text-shadow: 1px 1px 1px #fff; }
.windowHolder .wdTop .sp-refresh { position: absolute; top: 8px; right: 60px; }
.windowHolder .wdClose { position: absolute; top: 8px; right: 10px }
.windowHolder .wdBack { position: absolute; top: 8px; right: 30px }
.windowHolder .wdAuditHist {float: right;position: absolute;top: 4px;right: 55px;} 
.windowHolder .wdTelas { position: relative }

.windowHolder .telaInicial { padding: 20px; position: relative; height: 524px; background: white; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.windowHolder .filterHolder { padding: 10px; height: 485px; }
.windowHolder .filterHolder .filtrosConsulta { padding-bottom: 25px; background:url('../images/line.jpg') repeat-x left bottom; }
.windowHolder .telaInicial ul li { margin: 0 10px; float: left; text-align: center; font-weight: bold; width: 130px; height: 125px; overflow: hidden; }
.windowHolder .telaInicial ul li.w145 { width: 145px !important; }
.windowHolder .telaInicial ul li a:hover span { opacity:0.8; filter:alpha(opacity=80); }
.windowHolder .telaInicial ul .tit { display: block; width: 100%; text-align: left !important; margin-bottom: 15px; padding: 10px 0; font-size: 16px; border-bottom: solid 1px #e3e3e3; font-family: "Segoe UI Light", 'helvetica', 'arial'; }

.windowHolder .telaConsulta { height: 565px; position: relative; }
.windowHolder .telaConsultaLog { height: 520px; position: relative; }

.showData { float: left; margin-bottom: 10px; clear: both }

.windowHolder .telaCadastro { background: #f1f1f1; position: relative; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.windowHolder .telaCadastro .categorias { background: #f1f1f1; width: 174px; float: left; margin-top: -1px; position: relative; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; }
.windowHolder .telaCadastro .categorias.overflow::-webkit-scrollbar { width: 3px; }
.windowHolder .telaCadastro .categorias .sp-arrowCat { position: absolute; right: -1px; top: 20px }
.windowHolder .telaCadastro .categorias ul { padding: 10px }
.windowHolder .telaCadastro .categorias li { padding: 10px 0; border-bottom:solid 1px #d3d3d3  }
.windowHolder .telaCadastro .categorias li a { display: block }
.windowHolder .telaCadastro .categorias li.activeCategory a { color:#c2a037;  }

.windowHolder .telaCadastro .catWrapper { height: 100%; width:625px; padding-bottom:60px; float: right; background: #fff;  margin-top: -1px; border-left: solid 1px #dbdbdb; border-top: solid 1px #dbdbdb; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomright: 5px; border-top-left-radius: 5px; border-bottom-right-radius: 5px; }
.windowHolder .telaCadastro .formHolder {  }
.windowHolder .telaCadastro .formCol { height: 45px; position: relative; }
.windowHolder .telaCadastro .formCol textarea { height: 18px; padding: 3px; }

.windowHolder.buscaRapida { background:#f1f1f1; }
.windowHolder.buscaRapida .wdTop { border: 0 }
.windowHolder.buscaRapida .telaInicial { background:#f1f1f1; }

.btnHolder { position: absolute; bottom: 10px; right: 10px; }
.btnHolder * { vertical-align: middle; }
.gridHolder { margin-top: 10px; position: relative; /* height: 398px */ }
.gridHolder td span { vertical-align: middle; margin: 0 2px; z-index: 10; position: relative; }
.gridHolder td span.sp-delete {background-position: -110px 0px; width: 13px;}
.gridHolder .fa { font-size: 14px; }

#gsContratos .gridHolder td span { margin: 0; }

.categoriaHolder { padding: 10px }
.groupHolder { padding-bottom: 10px }
.groupHolder h2 { padding: 5px; color: #666; border-bottom: solid 1px #dbdbdb; position: relative }
.groupHolder h2 span { position: absolute; right: 5px; top: 5px; cursor: pointer }
.groupHolder h2 span.closed { background-position: -85px 0; width: 17px; height: 18px;  }
.groupHolder h2 span.opened { background-position: -68px 0; width: 17px; height: 18px;  }

.holderPlanoContas ul { height: 303px }
.holderPlanoContas li { padding: 10px 0; border-top: solid 1px #eee; cursor: pointer; }
.holderPlanoContas li:hover { background: #fffbc1 }
.holderPlanoContas li:first-child { border-top: 0; }
.holderPlanoContas li.tipoTIT { font-weight: bold; }
.holderPlanoContas li.tipoANA { padding-left: 15px }

.holderPlanoContas div { float: left; margin-left: 10px }
.holderPlanoContas div:first-child { margin-left: 0 }

.holderPlanoContas .cod { width: 100px; }
.holderPlanoContas .codReduzido { width: 80px; }
.holderPlanoContas .nome { width: 370px; }
.holderPlanoContas .tipoConta { width: 100px; }
.holderPlanoContas .options { width: 30px; float: right; position: relative; z-index: 10; }

.holderPlanoContas .header { margin-bottom: 10px; float: none; }

.windowHolder .wdContent { height: 480px; overflow: auto; overflow-x: hidden; padding: 10px; }
.windowHolder .wdContent .btHolder { position: absolute; bottom: -52px; width: 97%; text-align: right; }

/***********************************************/
/* CSS SPEC�FICOS							  */
/*********************************************/

/**Tela Lei 3621**/
.elementLeiFinan h2{ text-align: center; }
.elementLeiFinan .divLeiFinan{background:white; width:45%; float:left; margin:2px; padding:2px; border:1px solid #ccc;}				
.elementLeiFinan .formRow{padding-top: 2px; padding-bottom: 2px;}
.vCalculoIndices {width: 100px;}

/* SCROLL BAR */
/*********************************************/

.overflow { overflow-y: auto }

.overflow.overflowY { overflow-x: hidden }
.overflow.overflowX { overflow-y: hidden }

.overflow::-webkit-scrollbar {
width: 7px;
height: 7px;
}

.overflow::-webkit-scrollbar-thumb {
background-color: #818181;
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: inset 1px 1px 0
rgba(0, 0, 0, 0.10),inset 0 -1px 0 
rgba(0, 0, 0, 0.07);
}

.overflow::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}

.overflow::-webkit-scrollbar-corner {
background-color: 
transparent;
}

.overflow.overflowHide::-webkit-scrollbar {
width: 0px;
height: 0px;
}

.fc-scroller::-webkit-scrollbar {width: 7px;height: 7px;}
.fc-scroller::-webkit-scrollbar-thumb {background-color: #bebebe;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07); }
.fc-scroller::-webkit-scrollbar-thumb:hover { background-color: #e4e371; }
.fc-scroller::-webkit-scrollbar-button {width: 0;height: 0;display: none;}
.fc-scroller::-webkit-scrollbar-corner {background-color:transparent;}


/* LOGIN SCREEN */
/*********************************************/

.logoGold { position: absolute; width:260px; height: 181px; background:url(../images/logoGold.png) !important; left: 50%; top: 50%; margin: -90px 0 0 -130px;   }

.LOGINFORM { width: 260px; height: 175px; padding:20px; background: #F5F5F5; border-bottom: solid 4px #f1b915; position: absolute; left: 50%; top: 50%; margin: -100px 0 0 -150px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }

.seloSSL { position: absolute; bottom: -120px; right: 50px; }
.seloSSL img { width: 200px }

.LOGINFORM input[type=text], .LOGINFORM input[type=password] { width: 95%; margin: 8px 0; padding-top: 12px; padding-bottom: 12px;  }

.loginLine { background: #f2ba15; width: 1px; display: none; -webkit-box-shadow: 0px 0px 20px 1px #f2ba15; box-shadow: 0px 0px 20px 1px #f2ba15; position: absolute; left: 50%; }
.loginLock { width: 74px; height: 94px; background:url(../images/lock.png); display: none; position: absolute; left: 50%; top: 50%; margin: -47px 0 0 -37px;  }

.lPage { background: #020713; /* Old browsers */
background: -moz-linear-gradient(left,  #020713 85%, #041224 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(85%,#020713), color-stop(100%,#041224)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #020713 85%,#041224 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #020713 85%,#041224 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #020713 85%,#041224 100%); /* IE10+ */
background: linear-gradient(to right,  #020713 85%,#041224 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020713', endColorstr='#041224',GradientType=1 ); /* IE6-9 */

}

.rPage { background: #020713; /* Old browsers */
background: -moz-linear-gradient(left,  #041224 0%, #020713 15%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#041224), color-stop(15%,#020713)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #041224 0%,#020713 15%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #041224 0%,#020713 15%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #041224 0%,#020713 15%); /* IE10+ */
background: linear-gradient(to right,  #041224 0%,#020713 15%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041224', endColorstr='#020713',GradientType=1 ); /* IE6-9 */

}

/* PAGINA DE ERROS */
/*********************************************/
.errorPage { margin: 60px auto 0 auto }


/* SPRITES CONTROLS */
/* Controle dos sprites de todo o sistema */
/*****************************************/

.sprites { display: inline-block; zoom:1; *display: inline; background:url(../images/sprites.png); overflow: hidden; line-height:9999px; border: 0; vertical-align: middle }
.sprites.bg { line-height: 15px; }
.sp-iniciar { background-position: 0px 0px; width: 34px; height: 18px; }
.sp-arrowLeft { background-position: -19px -34px; width: 5px; height: 7px; }
.sp-arrowRight { background-position: -26px -34px; width: 5px; height: 7px; }
.sp-add { background-position: -85px 0; width: 17px; height: 18px;  }
.sp-close { background-position: -19px -18px; width: 12px; height: 13px; }
.sp-close2 { background-position: -19px -18px; width: 12px; height: 13px; }
.sp-back { background-position: 0 -18px; width: 18px; height: 14px; }
.sp-folder { background-position: -34px -18px; width: 20px; height: 14px; }
.sp-buscaRapida { background-position: 0px -376px; width: 30px; height: 30px; }
.sp-info { background-position: -60px -376px; width: 29px; height: 30px; }
.sp-infoDead { background-position: -91px -376px; width: 29px; height: 30px; }
.sp-alerta { background-position: -50px -112px; width: 27px; height: 24px }

.sp-cadastrar { background-position: 0px -44px; width: 68px; height: 68px; }
.sp-consultar { background-position: -68px -44px; width: 68px; height: 68px; }
.sp-produtos { background-position: -139px -44px; width: 68px; height: 68px; }
.sp-servicos { background-position: -207px -44px; width: 68px; height: 68px; }
.sp-dependentes { background-position: -275px -44px; width: 68px; height: 68px; }
.sp-autorizaDependentes { background-position: -612px -44px; width: 68px; height: 68px; }
.sp-documentos { background-position: -343px -44px; width: 68px; height: 68px; }
.sp-dicionarioDados { background-position: 0 -308px; width: 68px; height: 68px; }
.sp-dataVigencia { background-position: -68px -308px; width: 68px; height: 68px; }
.sp-renovacaoLote { background-position: -340px -308px; width: 68px; height: 68px; }
.sp-atualizacaoValores { background-position: -340px -308px; width: 68px; height: 68px; }
.sp-rateio { background-position: -613px -308px; width: 68px; height: 68px; }
.sp-andamentoOS { background-position: 0 -406px; width: 68px; height: 68px; }
.sp-painelOS { background-image:url(../images/icons/matrizgut.png);  width: 68px; height: 68px; background-size:100% 100%; }
.sp-pacotes { background-position: -139px -44px; width: 68px; height: 68px; }
.sp-export { background-position: -340px -542px; width: 68px; height: 68px; }
.sp-cadastrarOrdemServico { background-position: 0px -44px; width: 68px; height: 68px; }
.sp-consultarOSFseg { background-position: -68px -44px; width: 68px; height: 68px; }

.sp-arrowCat { background-position: -54px -18px; width: 14px; height: 14px; }
.sp-mover { background-position: -69px -18px; width: 17px; height: 12px; }
.sp-salvar { background-position: 0px -136px; width: 21px; height: 22px; }
.sp-cancelar { background-position: -21px -136px; width: 21px; height: 22px; }
.sp-pesquisar { background-position: -42px -136px; width: 21px; height: 22px; }
.sp-infoGenerica { background-position: -296px 0px; width: 16px; height: 18px; cursor:pointer; }
.sp-limpar { background-position: -63px -136px; width: 19px; height: 22px; }
.sp-calendar { background-position: -85px -18px; width: 21px; height: 22px; }
.sp-openLov { background-position: -106px -18px; width: 22px; height: 22px; }
.sp-portugues { background-position: -393px 0px; width: 19px; height: 21px; display: inline-block; }
.sp-espanhol { background-position: -412px 0px; width: 19px; height: 21px; display: inline-block; }
.sp-ingles { background-position: -430px 0px; width: 19px; height: 21px; display: inline-block; }
.sp-delete { background-position: -106px 0px; width: 22px; height: 19px; cursor: pointer; z-index: 10; position: relative; }
.sp-edit { background-position: -239px 0px; width: 18px; height: 18px; cursor: pointer; z-index: 10; position: relative; }
.sp-refresh { background-position: -128px 0px; width: 15px; height: 18px; }
.sp-shortLoader { background:url(../images/shortLoader.gif); width: 16px; height: 11px; margin-left: 5px }
.sp-sidebarShow { background-position: -85px -112px; width: 8px; height: 20px;  }
.sp-sidebarHide { background-position: -93px -112px; width: 8px; height: 20px; }
.sp-prev { background-position: -85px -136px; width: 16px; height: 22px; }
.sp-next { background-position: -104px -136px; width: 16px; height: 22px; }
.sp-pegLink { background-position: -128px -18px; width: 23px; height: 22px; }
.sp-okVerde { background-position: 0px -112px; width: 24px; height: 24px; }
.sp-addVerde { background-position: -103px -112px; width: 24px; height: 24px; }
.sp-nokVermelho { background-position: -25px -112px; width: 24px; height: 24px; }
.sp-lessVermelho { background-position: -207px -112px; width: 24px; height: 24px; }
.sp-barcode { background-position: -152px 0px; width: 20px; height: 19px; }
.sp-download { background-position: -172px 0px; width: 18px; height: 18px; cursor: pointer; z-index: 10; position: relative; }
.sp-downDocs { background-position: -190px 0px; width: 17px; height: 18px; cursor: pointer; z-index: 10; position: relative; }
.sp-printCupom { background-position: -139px -273px; width: 20px; height: 20px; cursor: pointer; z-index: 10; position: relative; }
.sp-dadosDinamicos { background-position: -207px 0px; width: 18px; height: 18px; cursor: pointer; z-index: 10; position: relative; }
.sp-refreshBranco { background-position: -231px -112px; width: 25px; height: 26px; }
.sp-email { background-position: -257px 0px; width: 23px; height: 18px; }
.sp-agenda { background-position: -239px -138px; width: 18px; height: 20px; }
.sp-scanner { background-position: -330px 0px; width: 18px; height: 18px; }
.sp-inteligencia-artificial { 
	display: inline-block !important; 
	width: 21px !important; 
	height: 22px !important; 
	background: url(../images/inteligencia_artificial_chat.png) no-repeat !important;
	background-size: contain !important;
}

.sp-comments { background-position: -151px -18px; width: 21px; height: 22px; }
.sp-infoBuscar { background-position: -275px -308px; width: 68px; height: 68px; }
.sp-infoBuscarDead { background-position: -135px -474px; width: 68px; height: 68px; }
.sp-infoArrow { background-position: -225px 0; width: 14px; height: 18px; }
.sp-transp { background-position: -172px -18px; width: 26px; height: 22px; }

.sp-toRight { background-position: -154px -224px; width: 18px; height: 49px; }
.sp-toLeft { background-position: -172px -224px; width: 18px; height: 49px; }

.sp-notifyIcon { background-position: -190px -224px; width: 49px; height: 49px; }
.sp-countBg { background-position: -256px -158px; width: 28px; height: 32px; }

.sp-confirma { background-position: -198px -18px; width: 23px; height: 22px; }
.sp-nega { background-position: -221px -18px; width: 23px; height: 22px; }
.sp-okBranco { background-position: -348px 0; width: 18px; height: 18px; }

.sp-settings{ background:url(../images/icons/settings.png); width: 68px; height: 68px; }


/* sprites Contratos */
.sp-cancelamentosContratos { background-position: -476px -474px; width: 68px; height: 68px; }
.sp-addDependentes { background-position: -268px -18px; width: 22px; height: 22px; }
.sp-changeTitular { background-position: -451px -18px; width: 22px; height: 22px; }
.sp-addServicos { background-position: -290px -18px; width: 22px; height: 22px; }
.sp-promoverTitular { background-position: -312px -18px; width: 24px; height: 22px; }
.sp-titular { background-position: -359px -18px; width: 24px; height: 22px; }
.sp-os { background-position: -312px 0px; width: 18px; height: 18px; }
.sp-transferirContrato { background-position: 0 -542px; width: 68px; height: 68px; }
.sp-aprovarTransferirContrato { background-position: -476px -406px; width: 68px; height: 68px; }
.sp-vincularJazigo { background-position: -139px -610px; width: 68px; height: 68px; }
.sp-controleEntrega { background-position: -139px -610px; width: 68px; height: 68px; }

/* sprites Titulos */
.sp-impressaoTitulos { background-position: -68px -406px; width: 68px; height: 68px; }
.sp-remessaBancaria { background-position: -136px -406px; width: 68px; height: 68px; }
.sp-retornoBancario { background-position: -204px -406px; width: 68px; height: 68px; }
.sp-renegociacao { background-position: -272px -406px; width: 68px; height: 68px; }
.sp-cad-cheque { background-position: -339px -406px; width: 68px; height: 68px; }
.sp-cns-cheque { background-position: -407px -406px; width: 68px; height: 68px; }
.sp-exportarTitulos { background-position: -544px -406px; width: 68px; height: 68px; }
.sp-renegociar { background-position: -162px -138px; width: 28px; height: 20px; }
.sp-reajustar { background-position: -190px -138px; width: 28px; height: 20px; }
.sp-cruzVermelha { background-position: -220px -138px; width: 18px; height: 18px;position: absolute;margin-left: -10px;margin-top: 10px;z-index: 10; }
.sp-pix { display: inline-block; zoom:1; *display: inline; background:url(../images/pix-fill-color.png); border: 0; vertical-align: middle; width: 14px; height: 14px; }
.sp-pixSolid { display: inline-block; zoom:1; *display: inline; background:url(../images/pix.png); border: 0; vertical-align: middle; width: 14px; height: 14px; }
.sp-pixReduced { display: inline-block; zoom:1; *display: inline; background:url(../images/pixReduzido.png); border: 0; vertical-align: middle; width: 14px; height: 14px; }


/* sprites Cemiterios */
.sp-gaveta { background-position: 0px -224px; width: 58px; height: 39px; }
.sp-location { background-position: -59px -224px; width: 26px; height: 27px; }
.sp-unlink { background-position: -85px -224px; width: 18px; height: 21px; }
.sp-inumacao { background-position: -104px -224px; width: 22px; height: 21px; }
.sp-exumacao { background-position: -127px -224px; width: 22px; height: 21px; }
.sp-trasladoExterno { background-position: -127px -244px; width: 27px; height: 21px; }
.sp-sepultamentoTraslado { background-position: -104px -245px; width: 22px; height: 21px; }
.sp-history { background-position: -63px -252px; width: 22px; height: 21px; cursor: pointer; }
.sp-falecido { background-position: 0px -263px; width: 32px; height: 35px; }
.sp-owner { background-position: -34px -263px; width: 29px; height: 35px; }
.sp-addJazigo { background-position: -336px -18px; width: 23px; height: 23px; }
.sp-addJazigo.active { background-position: -564px -18px; width: 23px; height: 23px; }
.sp-addRegistroObito { background-position: -587px -18px; width: 23px; height: 23px; }
.sp-histFalecidos { background-position: -268px -138px; width: 22px; height: 20px; }

/* sprites CAIXA */
.sp-fecharGrande { background-position: -128px -112px; width: 26px; height: 26px; }
.sp-voltarGrande { background-position: -154px -112px; width: 26px; height: 26px; }
.sp-fecharCaixa { background-position: -128px -138px; width: 15px; height: 20px; }
.sp-abrirCaixa { background-position: -143px -138px; width: 19px; height: 20px; }
.sp-codigoBarras { background-position: -77px -273px; width: 29px; height: 30px; }
.sp-addProdutos { background-position: -106px -273px; width: 33px; height: 30px; }
.sp-addTitulos { background-position: -139px -273px; width: 21px; height: 30px; }
.sp-confirmarCaixa { background-position: -162px -273px; width: 30px; height: 30px; }
.sp-cancelarCaixa { background-position: -192px -273px; width: 29px; height: 30px; }
.sp-estorno { background-position: -221px -273px; width: 26px; height: 30px; }
.sp-novaVenda { background-position: -247px -273px; width: 30px; height: 30px;  }
.sp-print { background-position: -180px -112px; width: 26px; height: 26px;  }
.sp-retirada { background-position: -277px -273px; width: 34px; height: 30px;  }
.sp-entrarCaixa { background-position: -136px -308px; width: 68px; height: 68px; }
.sp-devolucoes { background-position: -204px -308px; width: 68px; height: 68px; }

/* sprites Financeiro */
.sp-cadastroPims { background-position: -408px -308px; width: 68px; height: 68px; }
.sp-consultaPims { background-position: -476px -308px; width: 68px; height: 68px; }
.sp-geradorTitulos { background-position: -543px -308px; width: 68px; height: 68px; }
.sp-geradorTitulosMini { background-position: -409px -273px; width: 30px; height: 30px; }
.sp-autorizacaoPims { background-position: -476px -406px; width: 68px; height: 68px; }
.sp-cotacoes { background-position: -408px -44px; width: 68px; height: 68px; }
.sp-pedidoCompra { background-position: -476px -44px; width: 68px; height: 68px; }
.sp-cadastrarContas { background-position: 0 -474px; width: 68px; height: 68px; }
.sp-consultarContas { background-position: -68px -474px; width: 68px; height: 68px; }
.sp-pagar { background-position: -244px -18px; width: 24px; height: 22px; }
.sp-cadastrarMovCartao { background-position: -204px -474px; width: 68px; height: 68px; }
.sp-consultarMovCartao { background-position: -272px -474px; width: 68px; height: 68px; }
.sp-configCaixa { background-position: -612px -474px; width: 68px; height: 68px; }
.sp-retiradaAlmoxarifado { background-position: -311px -273px; width: 30px; height: 30px; }
.sp-autorizarCompra { background-position: -544px -44px; width: 68px; height: 68px; }
.sp-pagamentoContasLote { background-position: -408px -542px; width: 68px; height: 68px; }
.sp-lock { background-position: -473px -542px; width: 68px; height: 68px; }
.sp-fechamentoArquivos { background-position: -541px -542px; width: 68px; height: 68px; }
.sp-estornoBaixaAutomatica { background-position: -206px -610px; width: 68px; height: 68px; }
.sp-perdaoDivida { background:url(../images/icons/perdaoDivida.png); width: 68px; height: 68px; }
.sp-perdoarDivida { background:url(../images/icons/perdoarDivida.png); width: 28px; height: 20px; }
.sp-pedidoDireto { background:url(../images/icons/pedidoDireto.png); width: 30px; height: 30px; }
.sp-estornoPerdaoDivida { background:url(../images/icons/estornoPerdaoDivida.jpg); width: 68px; height: 68px; }
.sp-estornarPerdaoDivida { background:url(../images/icons/estornarPerdaoDivida.jpg); width: 28px; height: 20px; }
.sp-relancamentoTitulos { background-position: -340px -308px; width: 68px; height: 68px; }
.sp-relancarTitulos { background-position: 0px -136px; width: 21px; height: 22px; }
.sp-loteBoletos{ background:url(../images/icons/lote_boleto.png); width: 68px; height: 68px; background-size: 100% 100%; }
.sp-envioBoletoEmail{ background:url(../images/icons/boleto.png); width: 68px; height: 68px; background-size: 100% 100%; }

/* sprites Rateio */
.sp-rateioFechamento { background-position: -409px -474px; width: 68px; height: 68px; }
.sp-rateioReagrupar { background-position: -340px -474px; width: 68px; height: 68px; }


/* Almoxarifado */
.sp-gestorEstoque { background-position: -544px -474px; width: 68px; height: 68px; }
.sp-recebimento { background-position: -612px -406px; width: 68px; height: 68px; }
.sp-recebimentoParcial { background-position: -341px -230px; width: 68px; height: 68px; }

/* Etiquetas */
.sp-editorEtiquetas { background-position: -68px -542px; width: 68px; height: 68px; }
.sp-menuIcon { background-position: -257px -138px; width: 11px; height: 20px; }
.sp-moveTool { background-position: -256px -190px; width: 32px; height: 32px; }
.sp-textTool { background-position: -128px -190px; width: 32px; height: 32px; }
.sp-quadTool { background-position: -160px -190px; width: 32px; height: 32px; }
.sp-lineTool { background-position: -192px -190px; width: 32px; height: 32px; }
.sp-imgTool { background-position: -224px -190px; width: 32px; height: 32px; }
.sp-bold { background-position: -476px -18px; width: 22px; height: 26px; opacity: 0.6; }
.sp-italic { background-position: -498px -18px; width: 22px; height: 26px; opacity: 0.6; }
.sp-underline { background-position: -520px -18px; width: 22px; height: 26px; opacity: 0.6; }
.sp-fontsize { background-position: -542px -18px; width: 22px; height: 26px; }
.sp-bold.active, .sp-bold:hover { opacity: 1; }
.sp-italic.active, .sp-italic:hover { opacity: 1; }
.sp-underline.active, .sp-underline:hover { opacity: 1; }

/* PLANO EMPRESA */
.sp-fechamentoPlanoEmpresa { background:url(../images/icons/fechamento_pe.jpg); width: 68px; height: 68px; }
.sp-estornoPlanoEmpresa { background:url(../images/icons/estorno_pe.jpg); width: 68px; height: 68px; }

.sp-seguradoraMongeral { background:url(../images/icons/seguradora.jpg); width: 68px; height: 68px; }

.sp-manutencaoEquipamento { background:url(../images/icons/manutencao_equipamento.png); width: 64px; height: 64px; }
.sp-inutilizar { background:url(../images/icons/inutilizar.png); width: 20px; height: 20px; }
.sp-receber_manutencao { background:url(../images/icons/receber_manutencao.png); width: 20px; height: 20px; }
.sp-enviar_manutencao { background:url(../images/icons/enviar_manutencao.png); width: 20px; height: 20px; }

.sp-sincronizar { background:url(../images/icons/sincronizar.png); width: 20px; height: 20px; }

/* GOLDPAG */
.sp-vincularPessoaUsuario { background:url(../images/icons/vincularPessoaUsuario.png); width: 68px; height: 68px; }
.sp-consultarRequisicaoEquipamento { background:url(../images/icons/consultar_requisicao_equipamento.png); width: 68px; height: 68px; }
.sp-consultarRequisicaoContato { background:url(../images/icons/solicitacaoDeContato.png); width: 68px; height: 68px; }
.sp-solicitacaoDadoCadastral { background:url(../images/icons/solicitacaoDadoCadastral.png); width: 68px; height: 68px; }
.sp-comprovantePagamento { background:url(../images/icons/cupom.png); width: 68px; height: 68px; }

/* Files */
.sp-addFile { background-position: -136px -542px; width: 68px; height: 68px; }
/* .sp-imgFile { background-position: -204px -542px; width: 68px; height: 68px; } */
.sp-imgFile { background-position: -225px -568px; width: 25px; height: 25px; border-radius: 5px; }
/* .sp-pdfFile { background-position: -272px -542px; width: 68px; height: 68px; } */
.sp-pdfFile { background-position: -293px -568px; width: 25px; height: 25px; border-radius: 5px; }
.sp-mp3File { background-image: url(../images/mp3-file.png); width: 25px; height: 25px; }

/* CallCenter */
.sp-registroChamadas { background-position: -612px -542px; width: 68px; height: 68px; }
.sp-teleCobranca { background-position: 0 -610px; width: 68px; height: 68px; }
.sp-agendaCobranca { background-position: -68px -610px; width: 68px; height: 68px; }

/* GoldPay */
.sp-cadastrarConta { background:url(../images/icons/cadastro-conta.png); width: 68px; height: 68px; }
.sp-configuracaoBOleto { background:url(../images/icons/configuracao-boleto.png); width: 68px; height: 68px; }
.sp-solicitarTransferencia { background:url(../images/icons/solicitar-transferencia.png); width: 68px; height: 68px; }

.sp-cadastrarLivroRO { background:url(../images/icons/cadastrar_livro.png); width: 68px; height: 68px; }
.sp-registrarROLivro { background:url(../images/icons/registrar_ro_livro.png); width: 68px; height: 68px; }

/* CRM */
.sp-funilVendasPipeline { background:url(../images/icons/funil_vendas_pipeline.png); width: 68px; height: 68px; }
.sp-agendaCrm { background:url(../images/icons/agenda_crm.png); width: 68px; height: 68px; }
.sp-cadastroCrm { background:url(../images/icons/cadastro_crm.png); width: 68px; height: 68px; }

/* Controle Entraga */
.sp-principalControleEntrega { background:url(../images/icons/controle_de_entregas.png); width: 75px; height: 75px; background-position: -25px -25px; }
.sp-consultarControleEntrega { background:url(../images/icons/consultar_entregas.png); width: 68px; height: 68px; background-position: -27px -15px; }
.sp-baixasControleEntrega { background:url(../images/icons/dar_baixas.png); width: 68px; height: 68px; background-position: -27px -15px; }
.sp-separarControleEntrega { background:url(../images/icons/separar_entregas.png); width: 68px; height: 68px; background-position: -20px -20px; }


/* Velorio virtual */
.sp-principaVelorioVirtual { background:url(../images/icons/velorio_virtual.png); width: 75px; height: 75px; background-position: -25px -25px; }
.sp-sincronizarCameras { background:url(../images/icons/sincronizar_cameras.png); width: 68px; height: 68px;}
.sp-baixasAgendarTransmissao { background:url(../images/icons/agendar_transmissao.png); width: 68px; height: 68px;}

/* Solicitacao de exclusao de titulos */
.sp-solicitacao-exclusao-titulos { background:url(../images/icons/solicitacao-exclusao-titulos.png); width: 75px; height: 75px; background-position: -25px -25px; }

/* Cobranca Mobile */
.sp-cobranca-mobile-parametros { background:url(../images/icons/parametros_icone.png); width: 65px; height: 65px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-cobranca-mobile-status-visita { background:url(../images/icons/status_visita_icone.png); width: 65px; height: 65px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-cobranca-mobile-cobradores { background:url(../images/icons/cobranca_mobile_cobradores_icone.png); width: 65px; height: 65px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-cobranca-mobile-separacao { background:url(../images/icons/separar_cobranca_icone.png); width: 65px; height: 65px; background-repeat: no-repeat; margin-bottom: 7px; }

/* Gestao Frotas */
.sp-frotas-veiculos { background:url(../images/icons/frotas-veiculos.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-frotas-abastecimentos { background:url(../images/icons/frotas-abastecimentos.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-frotas-manutencao-veiculos { background:url(../images/icons/frotas-manutencao-veiculos.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-frotas-multas { background:url(../images/icons/frotas-multas.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-frotas-tipo-veiculos { background:url(../images/icons/frotas-tipo-veiculos.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-frotas-viagens { background:url(../images/icons/frotas-viagens.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }

/* Clinicas */
.sp-cadastrar-agendamento { background:url(../images/icons/CadastrarAgendamentoDeConsulta.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-consultar-agendamento { background:url(../images/icons/ConsultarAgendamentoDeConsulta.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-reagendar-consulta { background:url(../images/icons/ReagendamentodeConsulta.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-cadastrar-prontuario { background:url(../images/icons/CadastrarProntuario.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-consultar-prontuario { background:url(../images/icons/ConsultarProntuario.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-cadastrar-guia { background:url(../images/icons/CadastrarGuia.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-visualizar-agenda { background:url(../images/icons/VisualizarAgenda.png); width: 70px; height: 70px; background-repeat: no-repeat; margin-bottom: 7px; }

/* PET */
.sp-cadastrarContratoPet { background:url(../images/icons/Contrato-Pet.png); width: 68px; height: 68px; }
.sp-consultarPet { background:url(../images/icons/Consulta-pet.png); width: 68px; height: 68px; }

/* Novo Financeiro */
.sp-financeiro-cadastros-conta-pagar { background:url(../images/icons/Financeiro/Cadastro_Conta_a_pagar.png); width: 68px; height: 68px; }
.sp-financeiro-cadastros-conta-receber { background:url(../images/icons/Financeiro/Cadastro_Conta_receber.png); width: 68px; height: 68px; }
.sp-financeiro-conciliacao-bancaria { background:url(../images/icons/Financeiro/Conciliacao_Bancaria.png); width: 68px; height: 68px; }
.sp-financeiro-consultar-conta-pagar { background:url(../images/icons/Financeiro/Consultar_Conta_Paga.png); width: 68px; height: 68px; }
.sp-financeiro-consultar-conta-receber { background:url(../images/icons/Financeiro/Consultar_Conta_Receber.png); width: 68px; height: 68px; }
.sp-financeiro-consultar-movimentacao-financeira { background:url(../images/icons/Financeiro/Consultar_Movimentacao_Financeira.png); width: 68px; height: 68px; }
.sp-financeiro-fluxo-caixa { background:url(../images/icons/Financeiro/Fluxo_de_Caixa.png); width: 68px; height: 68px; }
.sp-financeiro-lancamento-movimentacao-financeira { background:url(../images/icons/Financeiro/Lancamento_Movimentacao_Financeira.png); width: 68px; height: 68px; }
.sp-financeiro-pagamento-lote { background:url(../images/icons/Financeiro/Pagamento_em_lote.png); width: 68px; height: 68px; }
.sp-financeiro-dre { background:url(../images/icons/Financeiro/dre_branco.png); width: 68px; height: 68px; }

/* APP VENDAS */
.sp-app-vendas-cadastrar-informacoes-adicionais { background:url(../images/icons/CadastrarInformacoesAdicionais.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-visita { background:url(../images/icons/ConsultarVisita.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-log-formulario { background:url(../images/icons/ConsultaLogFormulario.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-formulario { background:url(../images/icons/ConsultaFormulario.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-enviar-mensagem { background:url(../images/icons/EnviarMensagem.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-dicionario-dados { background:url(../images/icons/DicionarioDados.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-cpf-invalido { background:url(../images/icons/ConsultaCPFInvalido.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-cpf-invalido { background:url(../images/icons/CadastrarCPFInvalido.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-taxa { background:url(../images/icons/ConsultaTaxa.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-taxa { background:url(../images/icons/CadastrarTaxa.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-status-visita { background:url(../images/icons/CadastroStatusVisita.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-status-visita { background:url(../images/icons/ConsultaStatusVisita.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-plano { background:url(../images/icons/ConsultaPlano.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-plano { background:url(../images/icons/CadastroPlano.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-estado-civil { background:url(../images/icons/CadastroEstadoCivil.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-grau-parentesco { background:url(../images/icons/CadastroGrauParentesco.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-filial { background:url(../images/icons/CadastroFilial.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-contrato-plano { background:url(../images/icons/ConsultaContratoPlano.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-contrato-plano { background:url(../images/icons/CadastrarContratoPlano.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-consultar-vendedor { background:url(../images/icons/ConsultaVendedor.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-vendedor { background:url(../images/icons/CadastrarVendedor.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }
.sp-app-vendas-cadastrar-parametros-empresa { background:url(../images/icons/CadastrarParametrosEmpresa.png); width: 68px; height: 68px; background-repeat: no-repeat; margin-bottom: 7px; }

/***********************************************/
/* COMPONENTS 							  */
/*********************************************/

.dataHolder, .addrHolder { position: relative; }
.dataHolder .sp-calendar { position: absolute; top: 3px; right: 5px; cursor: pointer }
.dataHolder input, .addrHolder input { padding-right: 10px; }
.addrHolder .sp-pesquisar { position: absolute; top: 3px; right: 5px; cursor: pointer }
.dataHolder input { width: 90px }

.compHolder { position: relative }
.compHolder a.sp-openLov { position: absolute; right: 3px; top: 3px; }
.contratoPicker { position: relative }
.contratoPicker a.sp-openLov { position: absolute; right: 3px; top: 3px; }

/* WIZARD LAYOUT */
.wdWizard { height: 565px; margin-top: -1px; background: #f1f1f1; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.wdWizard .loadingContent { background: #F1F1F1 }
.wdWizard .wizardHolder .wizImg { float: left; margin-left: 10px; }
.wdWizard .wizardHolder .wizardContent { float: left; height: 430px; width: 680px; padding: 10px; position: relative }
.wdWizard .stepsHolder { padding: 10px 0 }
.wdWizard .stepsHolder ul { display: block; width: 776px; height: 35px; margin: 0 auto; background: #dcdcdc; border: solid 1px #c3c3c3; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }
.wdWizard .stepsHolder ul li { display: block; float: left; padding: 9px 20px; color: #666666; text-align: center }
.wdWizard .stepsHolder ul li.active, .wdWizard .stepsHolder ul li.visited { background: #f9fcfe; background: -moz-linear-gradient(top,  #f9fcfe 0%, #e7f2fc 50%, #dee8f5 51%, #dde9f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcfe), color-stop(50%,#e7f2fc), color-stop(51%,#dee8f5), color-stop(100%,#dde9f5)); background: -webkit-linear-gradient(top,  #f9fcfe 0%,#e7f2fc 50%,#dee8f5 51%,#dde9f5 100%); background: -o-linear-gradient(top,  #f9fcfe 0%,#e7f2fc 50%,#dee8f5 51%,#dde9f5 100%); background: -ms-linear-gradient(top,  #f9fcfe 0%,#e7f2fc 50%,#dee8f5 51%,#dde9f5 100%); background: linear-gradient(to bottom,  #f9fcfe 0%,#e7f2fc 50%,#dee8f5 51%,#dde9f5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcfe', endColorstr='#dde9f5',GradientType=0 ); }
.wdWizard .stepsHolder ul li.active { color: #50739c; font-weight: bold; position: relative }
.wdWizard .stepsHolder ul li.first { -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.wdWizard .stepsHolder ul li.last { -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.wdWizard .stepsHolder ul li.active:not(.last) span { width: 13px; height: 35px; position: absolute; right: -13px; top: 0;  background:url(../images/sprites.png); overflow: hidden; background-position: -64px -273px; }

.wdWizard input[type=text] { background: #fff; }
.wdWizard textarea { background: #fff; }


/* NewLovPicker */
.pickerHolder { position: relative; background: #f1f1f1; color: #666; border: solid 1px #dbdbdb; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 0; }
.pickerHolder a.sp-openLov { position: absolute; right: 5px; top: 2px; }
.pickerHolder .filtroHolder { position: relative; float: left; }
.pickerHolder input { float:left; background: transparent; color: #666; border: 0; padding: 0; -webkit-border-radius: 0px; margin: 0; padding: 6px; }
.pickerHolder .campoFiltro { background: #FFFDEF !important; border: 0 !important; padding-right: 15px; font-family: 'Segoe UI Light', Helvetica, Arial; font-size: 13px; border-right: solid 1px #dbdbdb; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.pickerHolder .campoExibicao { width: 120px; background: #f1f1f1 !important; position: relative; border: 0 !important; border-bottom: dashed 1px #ddd !important; margin: 3px 5px; padding: 2px 0px;  }
.pickerHolder .campoExibicao:hover, .pickerHolder .campoExibicao:focus { background: transparent; }

/* MODAL */
.modalHolder { position: fixed; width: 100%; left: 0; top: 0 }
.blockScreen { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: #000; display: block; }
.modalHolder .modal { width: 685px; padding: 10px; background:url(../images/bgShattered.jpg); display: block; position:fixed; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.modalHolder .modal hr { color: #c3c3c3; background-color: #c3c3c3; }
.modalHolder .modal input { border: solid 1px #ccc; }
.modalHolder .sp-close { position: absolute; right: 5px; top: 5px; }
.modalHolder .fa-close { position: absolute; right: 12px; top: 10px; color: #000; font-size: 15px; }
.modalHolder .bgBlur .fa-close { position: absolute; right: 12px; top: 12px; color: #fff; font-size: 15px; }
.modalHolder .linkAlterar { width: 685px !important; height: 100% !important; }
.bgBlur { background:url(../images/bgBlur-roxo.jpg) no-repeat center center !important; }
.modalHolder .modal.fullscreen { padding: 0; } 
.modalHolder .modal .tipoFiltro { max-width: 185px; } 


.modalHolder .modalResumoContratoAppVendas label { text-transform: uppercase; font-weight: bold }
.modalHolder .modalResumoContratoAppVendas span { font-size: 14px }
.modalHolder .modalResumoContratoAppVendas .blockHolder { width: 294px }
.modalHolder .modalResumoContratoAppVendas .blockHolder.fLeft { margin-right: 10px }
.modalHolder .modalResumoContratoAppVendas .blockHolder .bold { font-weight: bold; margin-bottom: 5px; padding-bottom: 5px; border-bottom: solid 1px #e1e1e1 }
.modalHolder .modalResumoContratoAppVendas .blockHolder .liResumoConEl { border-top: solid 1px #e1e1e1; padding: 10px 0; }
.modalHolder .modalResumoContratoAppVendas .blockHolder .liResumoConEl:first-child { border: none; }
.modalHolder .modalResumoContratoAppVendas .blockHolder .liResumoConEl div { padding: 5px; text-indent: 10px; font-weight: normal; }

.modalHolder .modalDetalhesSolicitacaoTransferencia .titHolder {  }
.modalHolder .modalDetalhesSolicitacaoTransferencia .titHolder .listaTitulares>li { padding: 6px 12px; border-radius:5px; border: solid 1px #ccc; background: #f9f9f9; position: relative;  margin-bottom: 10px }
.modalHolder .modalDetalhesSolicitacaoTransferencia .titHolder .listaTitulares>li>h2 { font-weight: normal; font-family: "Segoe Ui Light"; font-size: 16px; }
.modalHolder .modalDetalhesSolicitacaoTransferencia .titHolder .listaTitulares>li>a { float: right; margin-left: 3px; }
.modalHolder .modalDetalhesSolicitacaoTransferencia .titHolder .listaTitulares>li .handler { left: 0; top: 0; background: #ccc; width: 15px; cursor: move; height:28px; display: block;   }
.modalHolder .modalDetalhesSolicitacaoTransferencia .titHolder .listaTitulares>li .handler:hover { background: #facf07 }
.modalHolder .modalDetalhesSolicitacaoTransferencia .listaDependentes { margin-top: 10px }
.modalHolder .modalDetalhesSolicitacaoTransferencia .listaDependentes li { padding: 5px; border-top: solid 1px #ccc }
.modalHolder .modalDetalhesSolicitacaoTransferencia .listaDependentes li * { vertical-align: middle; }

/* DATE AND TIME PICKER */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


/* SelectGenerico */

.selectGenerico { width: 215px; height: 10px; overflow-x: hidden; overflow-y: auto; position: absolute; background: #fff; opacity: 0; box-shadow: 0px 0px 4px rgba(0,0,0,0.5); border-radius: 3px;  }
.selectGenerico ul { padding: 10px; }
.selectGenerico ul li { padding: 5px 0; border-bottom: solid 1px #eee; text-indent: 5px; cursor: pointer; }
.selectGenerico ul li:hover, .selectGenerico ul li:focus { background: #eee; }


/* Lista de Titulos */
.listaTitulos { height: 315px; margin: 10px; }
.listaTitulos li { padding: 5px 0; }
.listaTitulos p { font-weight: bold; }
.listaTitulos input { width: 80px; border: 0; border-bottom: dashed 1px #ccc; padding: 4px; font-weight: bold; }
.listaTitulos .counter { width: 30px; float: left; border-right: 1px solid #ccc; padding: 0 10px }
.listaTitulos .valorTit { width: 150px; float: left; padding: 0 10px }
.listaTitulos .vencimento { width: 130px; float: left; padding: 0 10px;}
.listaTitulos .vencimento label { font-weight: normal important; }
.listaTitulos .valorTit label { font-weight: normal important; }
.listaTitulos .formCol { padding: 0; margin-left: 25px }
.listaTitulos .formCol span { color: #44a007; font-weight: bold; position: relative; top: 4px; }

/* Digitalizar documentos */
/* .digitalizarDocumentos h2 { font-family: 'Segoe Ui Light'; } */
/* .digitalizarDocumentos .fileHolder { height: 470px; position: relative; background: #fff; margin-top: 10px; border-radius: 5px; } */
/* .digitalizarDocumentos .fileHolder ul li { float: left; cursor: pointer; margin: 10px; top:0; position: relative ; width: 128px; height: 130px; -webkit-transition: all .4s; -moz-transition: all .4s;-ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; } */
/* .digitalizarDocumentos .fileHolder ul li:hover { top: -5px; } */
/* .digitalizarDocumentos .fileHolder ul li .btDelete { position: absolute; top: 0; right: 0; border: solid 1px #eee; background: #fefefe; padding: 2px 6px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } */
/* .digitalizarDocumentos .fileHolder ul li .btDelete:hover { background:#fff1b2; color: #333;  } */
/* .digitalizarDocumentos .fileHolder ul li div { height: 100px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 127px; margin: 0 auto; text-align: center;  } */
/* .digitalizarDocumentos .fileHolder ul li div span { margin-top: 15px; } */
/* .digitalizarDocumentos .fileHolder ul li p { text-align: center; } */

/* Digitalizar documentos */
.digitalizarDocumentos h2 { font-family: 'Segoe Ui Light'; }
.digitalizarDocumentos .fileHolder { height: 390px; position: relative; background: #fff; margin-top: 10px; border-radius: 5px; }
.digitalizarDocumentos .fileHolder ul li { cursor: pointer; top:0; position: relative ; -webkit-transition: all .4s; -moz-transition: all .4s;-ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

/* Table layout */
.showTable thead th { padding: 10px; font-family: 'Segoe UI Light'; font-size: 14px; border-bottom:solid 4px #e5e5e5; margin:0 10px; -webkit-box-shadow: inset 0px -1px 0px 0px #ccc; -moz-box-shadow: inset 0px -1px 0px 0px #ccc; box-shadow: inset 0px -1px 0px 0px #ccc; }
.showTable tbody td { padding: 5px; }

/* Process Picker */
.processGrid tbody tr { cursor: pointer; }

/* Editable Label */
.editLabel { position: relative; padding-right: 20px; }
.editLabel .fa { font-size: 16px; }
.editLabel .fa-edit, .editLabel .fa-check-circle { position: absolute; right: 0; top: 5px; color: #008000; }
.editLabel input { border:0 !important; border-bottom: dashed 1px #eee !important; background: #fff !important; font-family: "Segoe UI Light" !important; font-size: 16px !important; padding: 0 !important; height: auto !important; }
.editLabel input:hover, .editLabel input:active, .editLabel input:focus  { background: #fff; }

/***********************************************/
/* RIA COMPONENTS 							  */
/*********************************************/

/* SIDEBAR */
.SIDEBAR { width: 340px; background: url(../images/bgSidebar.jpg); border-left: solid 1px #020915; position: absolute; right: -401px; top:1px; padding: 10px; overflow-x: hidden; overflow-y: auto }
.SIDEBAR hr { color:#222222; background: #222222; border-color: #222222  }
.SIDEBAR .sidebarControl { position: absolute; left: 0px; top: 30px; overflow: visible; }
.SIDEBAR .loadingContent { background: #0e0e0e !important; }
.SIDEBAR a:not(.btModel, .label) { color: #cfcfcf; text-decoration: underline; }
.SIDEBAR a:hover { color: #c2a037 }
.SIDEBAR h2 { font-size: 16px; color: #eee; font-family: "Segoe UI Light", 'helvetica', 'arial'; padding: 5px }
.SIDEBAR .blockHolder { background: #0C0D0F	; border: solid 1px #191919; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 10px; }

/* ICONES DESKTOP */
/* .iconsHolder { width: 140px; float: left } */
/* .iconsHolder li { display: list-item !important; *zoom:1;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 10px 20px; width: 70px; height:90px; text-align: center; cursor: pointer } */
/* .iconsHolder li img { height: 50px; } */
/* .iconsHolder li:hover { background: url(../images/icons/bgIcons.png) } */
/* .iconsHolder li span { display: block; text-align: center; color: #fff; margin-top: 5px; text-shadow: 0px 0px 1px #000; } */

.deskGridHolder { position: relative; }
.deskGrid { position: absolute; z-index: 0; text-align: center; }
.deskGrid img { height: 50px; }
.deskGrid span { display: block; text-align: center; color: #fff; margin-top: 5px; text-shadow: 0px 0px 1px #000; }
.deskGrid div { opacity: 1; cursor: pointer; -webkit-transition: margin-top .4s; -moz-transition: margin-top .4s;	-ms-transition: margin-top .4s; -o-transition: margin-top .4s; transition: margin-top .4s; position: relative}
.deskGrid div:hover { margin-top: -5px;  }

.RIAComponent { position: absolute;  }
.RIAComponent .handler { width: 40px; height: 12px; z-index:100; position: absolute; top: 0; left: 50%; margin-left: -20px; cursor: move; overflow: hidden; border:solid 1px #0a0b11; display: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3b3b3b; /* Old browsers */
background: -moz-linear-gradient(top,  #3b3b3b 15%, #2b2b2b 93%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#3b3b3b), color-stop(93%,#2b2b2b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3b3b3b 15%,#2b2b2b 93%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3b3b3b 15%,#2b2b2b 93%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3b3b3b 15%,#2b2b2b 93%); /* IE10+ */
background: linear-gradient(to bottom,  #3b3b3b 15%,#2b2b2b 93%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
}

.RIAComponent .handler .sp-mover { position: absolute; left: 50%; margin-left: -8px }

/* UI TABS */
.tabs .ui-widget-header { border-bottom: solid 1px #aaa; background: transparent; border-radius: 0 !important; -webkit-border-radius: 0 !important; } 

/* WIDGETS */

/* CLOCK */
#plugin_container { width:205px; height:150px; position:relative; overflow:hidden; font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, sans-serif; color:#fff; }

#plugin_container p { margin:0; padding:0; }
#digital_container { width:205px; height:150px; background:url(../images/clock_widget/background.png) 50% 40px no-repeat; position:absolute; top:0; left:0; z-index:98; }
#clock { float:left; }

#hours, #minutes { width:100px; height:100px; float:left; position:relative; }
#minutes { margin-left:4px; }
#hours_bg, #minutes_bg { width:100%; height:100%; position:absolute; top:0; left:0; z-index:99; }

.first_digit { width:40px; height:100%; position:absolute; top:0; left:10px; z-index:100; }
.second_digit { width:40px; height:100%; position:absolute; top:0; left:50px; z-index:100; }
.line {  width:77px; height:2px; background:#efefef; position:absolute; top:49px; left:12px; z-index:101; font-size:1px; }

#weather {  width: 92%; text-align: center; font-weight: bold; height: 17px; position: absolute; top: 115px; left: 8px; z-index: 105; color: white; }
#weather #date {  font-size:13px; padding-right:2px; }
/* /CLOCK */

/* BUSCA GENERICA */
.buscaGenerica { position: relative }
.buscaGenerica input { background: #0a0b0d; border: 0; width: 270px; color:#A0A5AE; height: 30px; padding:0px 10px; margin: 5px; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;	-ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.buscaGenerica input:hover, .buscaGenerica input:focus { background: #2a303c !important;} 
.buscaGenerica a { position: absolute; right: 11px; top: 10px;  }
.buscaGenericaa svg { fill: #363a3d; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;	-ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.buscaGenerica:hover a svg { fill: #5c6a75; }
.buscaGenerica .loadingContent { background: rgba(22,23,26,.8); }
.buscaGenerica select { background: none; border: 0; }
.buscaGenerica select:hover, .buscaGenerica select:active { color: #fff; }
.buscaGenerica select:hover option { color: #333; }
.listaPesquisaGenerica ul li { margin: 10px; padding: 10px 0; border-bottom: solid 2px #facf07; background: #fff; cursor: pointer }
.listaPesquisaGenerica ul li h3 { font-weight: bold }
.listaPesquisaGenerica ul li:hover { background:#fffbe6; }

.buscaRapida .telaInicial { padding: 10px !important } 
.buscaRapida .infoHolder {width: 677px; margin-left:15px; position: relative; background:#cfe3f0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:0 10px }
.buscaRapida .infoHolder .sp-infoArrow { position: absolute; left: -14px; top: 25px }
.buscaRapida .infoHolder h3 { font-weight: bold }
.buscaRapida .infoHolder a { margin-top: 10px }
.buscaRapida .contentHolder { margin-top: 20px }
.buscaRapida .content { height: 407px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
/* BUSCA GENERICA */

/* Abas */
.contentHolder.abasHolder { }
.abas { width: 100%; }
.abas li { float: left; margin: 0 1px 0 0 !important }
.abas li a { padding: 8px 15px; display: inline-block; background: #DFDFDF; -webkit-border-top-left-radius: 3px;  -webkit-border-top-right-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;border-top-left-radius: 3px; border-top-right-radius: 3px; }
.abas li a:hover, .abas li a.active { background: #fff; color:#c2a037; }
.contentHolder.abasHolder .content { width: 100%; background: #fff; position: relative; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.contentHolder.abasHolder .content .aba { padding:12px; }
.contentHolder.abasHolder .content .btSalvar { position: absolute; right: 10px; bottom: 10px; top: inherit; }

/**/

/* HINTS */

.hint .blockScreen.hintbs { background: rgba(0,0,0,.9) }
.hint .hintElement { position: absolute; top: 45%; width: 75%; text-align: center; }
.hint .hintElement h2 { color: #fff; font-family: 'Segoe UI Light'; font-size: 22px; font-weight: normal; }
.hint .hintElement h2 strong { font-weight: bold; }
.hint .btFechar { position: absolute; left: 60px; top: 60px; color: #fff; font-family: 'Segoe UI Light'; font-size: 18px; }

/* HINTS */

/* NOTIFY*/

.notyIcon { cursor: pointer; padding:10px 15px 8px 10px; }
.notyIcon .sp-countBg { position: absolute; top: -10px; right: -10px; color: #333; line-height: 30px; text-align: center; font-weight: bold;  }
.notyIcon .counter { width: auto; height: 15px; position: absolute; top: 2px; right: 1px; font-weight: bold; text-align: center; line-height: 15px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #f0d927; border: solid 1px #7a722a;  }
.notifyHolder { width: 300px; height: 400px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: absolute; top: 60px; right: 5px;
background:rgba(21,32,42,0.8); }

.notifyHolder:after {
	display: block;
	content: "";
	border-color:  transparent transparent #353535 transparent ;
	border-style: solid;
	border-width: 10px 10px 12px 10px;
	height: 0px;
	width: 0;
	position: absolute;
	top: -22px;
	right: 10px;
}

.notifyHolder .notifyMenu { float: right; width: 40px; height: 100%; overflow-y: auto; background: url(../images/bgDarkSharp.jpg); -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
.notifyHolder .notifyMenu::-webkit-scrollbar { width: 2px; }
.notifyHolder .notifyMenu::-webkit-scrollbar-thumb { background-color: #333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.notifyHolder .notifyMenu::-webkit-scrollbar-button { width: 0; height: 0; display: none; }
.notifyHolder .notifyMenu::-webkit-scrollbar-corner { background-color: transparent; }

.notifyHolder .notifyMenu ul { width: 335px; }
.notifyHolder .notifyMenu li { text-align: center; width: 40px; padding: 10px 0;   }
.notifyHolder .notifyMenu li:first-child { border: 0 }
.notifyHolder .notifyMenu li.active { background: rgba(206,163,15,1); }

.notifyHolder .typeScreen { height: 100%; float: left; width: 260px; }

.notifyHolder .typeScreen>ul>li { padding: 10px; margin: 10px; width: auto;  background: url(../images/bgDarkSharp.jpg); text-align: left; color: #a2a2a2; height: auto; }

.notifyHolder .typeScreen>ul>li {
  position: relative;
  padding:10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.notifyHolder .typeScreen>ul>li:after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent transparent transparent #353535;
	border-style: solid;
	border-width: 0px 10px 12px 10px;
	height: 0px;
	width: 0;
	position: absolute;
	top: 10px;
	right: -20px;
}

.notifyHolder .typeScreen>ul h2 { color: #cea30f; font-family: "Segoe UI Light"; font-size: 15px; padding: 10px; font-weight: normal; text-transform: uppercase; }
.notifyHolder .typeScreen>ul>li h3 { font-family: "Segoe UI Light"; font-size: 14px; color: #ccc; }

.notifyHolder .typeScreen::-webkit-scrollbar { width: 4px; }
.notifyHolder .typeScreen::-webkit-scrollbar-thumb { background-color: #c5a014; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.notifyHolder .typeScreen::-webkit-scrollbar-thumb:hover { background-color: #ffca00; }
.notifyHolder .typeScreen::-webkit-scrollbar-button { width: 0; height: 0; display: none; }
.notifyHolder .typeScreen::-webkit-scrollbar-corner { background-color: transparent; }

/* Outros*/
input.cru {width:350px;border:0; font-size:14px;background:none;text-align: center}
input.cru:HOVER, input.cru:FOCUS {background:none}
.consultasBtHolder { position: absolute; right: 0; bottom: 0; }

.confirmationYesNo p { font-size: 15px; padding: 10px 0 }
.btnListHolder {clear:both;text-align:right;}
.delList { width: 22px !important; height: 19px !important; margin: 0 0 0 10px !important; }
.btAddGroup, .btCancelGroup {font-weight: bold;}
.btCancelGroup {margin-left: 13px !important;}

.mapHolder { position:relative; height:545px; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.LOGINFORM .esqueciSenha { color: #7a7a7a; line-height: 30px; float: left }
.captcha { width: 160px; float: left; margin-left: 10px; }
.realperson-challenge { float: left; margin-top: 7px; }
.center {text-align: center !important; }

div.paymentWindow h3 {text-align: center; padding: 5px 10px; background: #dadada; color: #2ac419; border: #aaa 1px solid; font-size:18px; font-weight: bold; width: 200px; margin: 10px auto 0 auto;}
div.paymentWindow p label {font-size:14px; font-weight: bold; padding-bottom:10px}
div.innerFormJuros {float:left;width:350px;margin: 5px;background: #eee;padding: 5px;border: 1px solid #ccc;}
div.innerFormConfiguracoesPaggcerto {float:left;width:480px;margin: 5px;background: #eee;padding: 5px;border: 1px solid #ccc;}
ul.ulAuditInsert li, ul.ulAuditUpdate li { padding:10px }
ul.ulAuditInsert li label, ul.ulAuditUpdate li label { width:80px;float:left }
ul.ulAuditInsert li span, ul.ulAuditUpdate li span { font-weight:bold;float:left }
label.ou {font-size: 15px;font-weight: bold;padding: 10px 15px;float: left;}
a.btModel.novo, a.btModel.lpFind {margin-top:6px}

.nowrap {white-space: nowrap;}
.boxsize { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.block { display: block; }

.releasesHolder li { padding: 10px; background: #1A212D; margin-bottom:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.releasesHolder li:hover { background: #29374F; }
.releasesHolder li img { width: 40px; height: 40px; vertical-align: middle; }
.releasesHolder li a { color: #fff; } 

.checklistModal ul li { list-style: none; font-size: 15px; padding: 5px; }

/* Admin Messages */

.adminMessagesHolder { position: absolute; right: 0; top: 0; padding: 20px; }
.adminMessagesHolder li { display: block; background:url(../images/bgBlur-roxo.jpg) no-repeat center center; color: #fff; border-radius: 3px; border: solid 1px #666; margin-bottom: 10px; width: 250px; padding: 15px; }
.adminMessagesHolder li .title { color: #fff; font-family: "Segoe Ui Light"; font-size: 15px; }
.adminMessagesHolder li .message { color: #fff; font-size: 12px; }
.adminMessagesHolder li .fa-times { position: absolute; right: 5px; top: 5px; }

  /* INTERFACE 2.0 */
 /* Classes relacionadas a interface 2.0 do sistema */
/***************************************************/

.boxsize { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hide {  max-height: 0px; overflow: hidden;  }

.animate { -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.circle { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.notransition {   -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important; -ms-transition: none !important; transition: none !important; }

.HEADER { height: 39px; background: #151719; border-bottom: solid 1px #26272b; z-index: 50; position: relative; }
.HEADER .user { float: left; padding: 2px 5px; }
.HEADER .user * { vertical-align: middle; }
.HEADER .user h2 { font-family: 'Segoe UI Light'; color: #adaeb0; font-size: 16px; }
.HEADER .user sup { background: #0a0b0d; width: 35px; height: 35px; display: inline-block; text-align: center; margin: 0 7px 0 3px ; }
.HEADER .user sup span { margin-top: 5px; }
.HEADER .user strong {}
.HEADER .iconsHolder { float: right; width: auto; }
.HEADER .searchBar {  }
.HEADER .notify { }

.sideMenu { width: 49px; height: 100%; background: #090c0f; border-right: solid 1px #26272b; position: fixed; z-index: 9900; }
.sideMenu .menuHolder { border-bottom: solid 1px #26272b; }
.sideMenu .button { width:38px; height: 38px; display: block; text-align: center; line-height: 38px; margin: 12px auto; position: relative; left:0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #373737; -webkit-transition: all .4s; -moz-transition: all .4s;	-ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.sideMenu .button .mod { font-size: 21px; font-family: "Segoe Ui Light"; color: #B0B0B0; }
.sideMenu .button img { width: 26px; margin-top: 6px; }
.sideMenu .button:hover { left: 10px; background: #275262; }
.sideMenu .button.active { left: 25px; background: #275262; }

.badge-warning { background:#f0d927; color: #333; position: absolute; right: -10px; top:0px; }

.badge-quantity { background: #f0d927; color: #333; position: absolute; right: 5px; top: 10px; }

.sideMenu .shortcuts { }

.sideMenu .btStart, .sideMenu .btStart:hover { background: #1d3970 !important; }
.sideMenu .btModules, .sideMenu .btModules:hover { background: #316928 !important; }
.sideMenu .btProcess, .sideMenu .btProcess:hover { background: #cea30f !important; }

.menuLayer.modules.overflow::-webkit-scrollbar-thumb { background-color: rgba(41,86,36,.5); }
.menuLayer.modules.overflow::-webkit-scrollbar-thumb:hover { background-color: rgba(41,86,36,1); }
.menuLayer.start.overflow::-webkit-scrollbar-thumb { 	background-color: rgba(29,57,112,.5); }
.menuLayer.start.overflow::-webkit-scrollbar-thumb:hover { 	background-color: rgba(29,57,112,1); }
.menuLayer.process.overflow::-webkit-scrollbar-thumb { 	background-color: rgba(206,163,15,.5); }
.menuLayer.process.overflow::-webkit-scrollbar-thumb:hover { 	background-color: rgba(206,163,15,1); }

.menuLayer { height: 100%; position: absolute; top: 40px; background:rgba(11,15,20,.90); width: 300px; padding:17px 25px; z-index: 9899; box-shadow: 5px 0px 15px rgba(0,0,0,0.1); transition-timing-function: ease-out; }
.menuLayer h2 { font-family: "Segoe UI Light"; font-size: 20px; padding-bottom: 15px; text-transform: uppercase;  }
.menuLayer .itensDestaque { border-bottom: solid 1px #26272b; padding-bottom: 5px; margin-bottom: 20px; }
.menuLayer .itensHolder { padding: 0 5px; padding-bottom: 40px; }
.menuLayer .itensHolder a { font-size: 14px; padding: 5px 0; display: block; color: #999999; left: 0; position: relative; -webkit-transition: all .4s; -moz-transition: all .4s;	-ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.menuLayer .itensHolder a:hover { left: 10px; color: #bdbdbd; }
.menuLayer.modules li h3 { font-weight: bold; font-size: 14px; color: #999; padding: 5px 0 10px 0; cursor: pointer; border-bottom: solid 1px #282828; position: relative; }
.menuLayer.modules li h3 span { position: absolute; right: 5px; top: 7px; }
.menuLayer.modules li>ul { paddin: 10px; transition: all 0.5s;  }
.menuLayer.modules li>ul.active {  max-height: 1000px; }
.menuLayer .itensHolder .lineMenu { border-bottom: solid 1px #282828; padding: 2px 0; }
.menuLayer.active { left: 50px; }


.menuLayer .searchbar { position: relative; padding-bottom: 10px; }
.menuLayer .searchbar input { padding: 8px; background: #32373C; color: #a8a8a8; width: 100%; border: 0; }
.menuLayer .searchbar input:hover, .menuLayer .searchbar input:focus { background: #434B52; }
.menuLayer .searchbar img { position: absolute; right: 8px; top: 6px; }

.iconhelper { list-style: none; cursor: pointer; }

.menuLayer.start h2 { color: #2a519d; }
.menuLayer.modules h2 { color: #2A8320; }
.menuLayer.modules .searchBar { position: relative; }
.menuLayer.process h2 { color: #CEA30F; }

.menuLayer.process .itensHolder { display: block; padding: 0 5%; position: relative; top: 50%; transform: translateY(-65%); text-align: left; }
.menuLayer.process .itensHolder li { width: 100px; height: 100px; text-align: center; display: inline-block !important; cursor: pointer; margin:10px; -webkit-transition: all .2s; -moz-transition: all .2s;	-ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; }
.menuLayer.process .itensHolder li:hover { -ms-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); transform: scale(1.2,1.2) !important; }
.menuLayer.process .itensHolder span  { display: block; text-align: center; color: #eee; }

/* sprites interface 2.0 */
.sp-searchIcon { width: 20px; height: 20px; fill: #363a3d; }
.sp-user { background-position: -21px -25px; width: 20px; height: 20px; background-image:url(../images/interface.png); }
.sp-notifyIcon2 { background-position: -58px -25px; width: 18px; height: 20px; background-image:url(../images/interface.png); }
.sp-notifyIcon2.active { background-position: -41px -25px; background-image:url(../images/interface.png); }
.sp-modules { background-position: -24px 0px; width: 22px; height: 22px; background-image:url(../images/interface.png); }
.sp-process { background-position: -46px 0; width: 22px; height: 22px; background-image:url(../images/interface.png); }
.sp-pegasus { background-position: -68px 0px; width: 30px; height: 22px; background-image:url(../images/interface.png); } 
.sp-arrowSubmenu { background-position: -76px -25px; width: 16px; height: 20px; background-image:url(../images/interface.png); }

/* Modifica��es windows 
.windowHolder .wdTop { background:	  }
.windowHolder .wdTop h2 { text-shadow: none; color: #fff; }
*/

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #C8AE15 !important; background: #FFDE21 !important; }

/*
 * Estilos das mensagens administrativas
 */
.adminMessageHolder {
	position: absolute;
    right: 15px;
    bottom: 15px;
    width: 500px;
    background: #eee;
    padding: 15px;
    z-index: 99999999;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 30px 0px;
    max-height: 500px;
    overflow-y: auto;
}
.adminMessageHolder:empty {
   display: none;
}

.adminMessageHolder a.fa-times {
	right: 25px;
    position: absolute;
    margin-top: 5px;
}

.adminMessageHolder p {
	font-size: 16px;
    padding: 10px;
}

/*
 *Estilos para modal de termo de aceite
 */
 .pAceiteTermo p{
 	color: #3b3b3b; 
 	padding-left: 30px; 
 	padding-top: 15px; 
 	padding-right: 30px;
 	font-size: 12px; 
 }
 
 .pAceiteTermo .modal-content{
 	-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
 	box-shadow:0 5px 15px rgba(0,0,0,.5);
 	background-color: white;
 }

/* MATRIZ GUT */
/*************************************/

.wdMatriz .tableHolder { padding: 10px }
.wdMatriz h2 { text-align: center; cursor: pointer; padding: 10px; background: #f1f1f1; border-bottom: solid 1px #ccc;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;	}

.wdMatriz .sp-add { cursor: pointer; }

.wdMatriz .tabelaReferencia { border-spacing: 0; }
.wdMatriz .tabelaReferencia th { text-transform: uppercase; text-align: center; padding: 5px; border-bottom: dashed 1px #eee; font-size: 14px; font-family: 'Segoe UI Light', Segoe Ui, Helvetica; }	
.wdMatriz .tabelaReferencia td { padding: 5px; border-bottom: dashed 1px #eee; }
.wdMatriz .tabelaReferencia .nota { text-align: center; background: #eee; font-size: 14px; font-family: 'Segoe UI Light', Segoe Ui, Helvetica; }

.wdMatriz .atividades { margin: 10px; position: relative; height: 60px; }
.wdMatriz .atividades .formCol input[type=text] { width: 300px }
.wdMatriz .atividades .formCol .sp-addVerde { position: relative; top: 17px; }

.wdMatriz .matrizHolder { margin: 10px; }
.wdMatriz .matrizHolder table th { text-transform: uppercase; text-align: center; padding: 5px; border-bottom: dashed 1px #ddd; font-size: 14px; font-family: 'Segoe UI Light', Segoe Ui, Helvetica; }
.wdMatriz .matrizHolder table td { padding: 5px 0; }

.wdMatriz .matrizHolder .sp-add { -webkit-transition: all .4s; -moz-transition: all .4s;	-ms-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.wdMatriz .matrizHolder .descAtividade { border: 0; padding: 5px; width: 330px; cursor:cell; background: #fff; border-radius: 0;  }
.wdMatriz .matrizHolder .descAtividade:focus { border-bottom: dashed 1px #ddd; cursor:text; }
.wdMatriz .matrizHolder select { border: dashed 1px #ddd; padding: 5px 0; }

/* DESKTOP MATRIZ GUT */

.MATRIZGUT { background: center center }
.MATRIZGUT .sp-fecharGrande { position: absolute; left: 10px; top: 32px; }
.MATRIZGUT .mHeader { height: 90px; position: relative; }
.MATRIZGUT .mHeader div { float: left; width: 250px; }
.MATRIZGUT .mHeader div img { margin: 5%; margin-left: 55px; }
.MATRIZGUT .mHeader div.titulo { line-height: 90px; }
.MATRIZGUT .mHeader div.titulo h1 { font-size:25px; text-align: center; color: #ddc204; font-weight: bold; font-family: 'Segoe Ui', Helvetica, Arial; }
.MATRIZGUT .mHeader .clock { color: #ddc204; font-size:25px; font-weight: bold; font-family: 'Segoe Ui', Helvetica, Arial; }
.MATRIZGUT .mHeader p { margin: 5%; }
.MATRIZGUT .mBody { background: #eaeaea; position: relative; width: 100% }
.MATRIZGUT .mBody table thead th { background: #294142; padding: 10px; font-family: 'Segoe Ui Light', Helvetica, Arial; color: #d6d7d8; font-size: 15px; }
.MATRIZGUT .mBody table td { background: #eaeaea; color: #333; padding: 5px; font-size: 15px; font-family: 'Segoe Ui Light', Helvetica, Arial; }
.MATRIZGUT .mBody table tr.zebra td { background: #d8d8d8; }
.MATRIZGUT .mBody table td.tarefa { font-weight: bold; font-family: 'Segoe Ui', Helvetica, Arial; font-size: 18px; color: #01060e; }
.MATRIZGUT .mBody table td.prioridade { background: #e7c799; font-weight: bold; font-family: 'Segoe Ui', Helvetica, Arial; font-size: 18px; color: #333; }
.MATRIZGUT .mBody table tr.zebra td.prioridade { background: #d9a355; }
.MATRIZGUT .mBody table { border-spacing: 0; border-collapse: separate; }

.MATRIZGUT .mFooter { height: 75px; }
.MATRIZGUT .mFooter * { vertical-align: middle; font-family: 'Segoe Ui Light', Helvetica, Arial; color: #d6d7d8; font-size: 12px; }
.MATRIZGUT .mFooter div { float: left; width: 250px; line-height: 75px; }
.MATRIZGUT .mFooter div a { margin: 0 10px; }
.MATRIZGUT .pages { font-family: 'Segoe Ui Light', Helvetica, Arial; color: #d6d7d8; font-size: 12px; }

#gsApoioOrtopedico .tableBody { height: 330px; }
#gsApoioOrtopedico .step2 .tableEquipamentos { margin-top: 5px }
#gsApoioOrtopedico .step2 .tableEquipamentos { padding: 15px 15px 5px 15px; }
#gsApoioOrtopedico .step2 .blockHolder  { width: 99%; height: 350px; }
#gsApoioOrtopedico .step2 .blockHolder { height: 128px; position: relative; }
#gsApoioOrtopedico .step2 .tbHeader { margin-bottom: 10px }
#gsApoioOrtopedico .step2 .tbHeader ul li { display: inline-block; *display: inline; zoom: 1  }
#gsApoioOrtopedico .step2 .tbHeader ul li .sp-pesquisar { margin: -2px 0 0 -25px }
#gsApoioOrtopedico .step2 .tableLine { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 2px; margin-top: 2px; background: #ECECEC; position: relative; display: list-item; }
#gsApoioOrtopedico .step2 .tableLine:hover, #gsApoioOrtopedico .tableLine.selected { background: #FFE89D }
#gsApoioOrtopedico .step2 .tableLine:first-child { margin-top: 0 }
#gsApoioOrtopedico .step2 .tableLine ul li { display: inline-block; *display: inline; zoom: 1; margin-left: 10px  }
#gsApoioOrtopedico .step2 .tableLine ul li:first-child { margin-left: 0 }
#gsApoioOrtopedico .step2 .tableLine ul li * { vertical-align: middle }
#gsApoioOrtopedico .step2 .tableLine ul li input[type=text] { width: 85px }

#gsApoioOrtopedico .step3 label { text-transform: uppercase; font-weight: bold }
#gsApoioOrtopedico .step3 span { font-size: 14px }
#gsApoioOrtopedico .step3 .blockHolder { width: 98% }
#gsApoioOrtopedico .step3 .blockHolder.fLeft { margin-right: 10px }

#gsApoioOrtopedico .step3 .blockHolder .bold { font-weight: bold; margin-bottom: 5px; padding-bottom: 5px; border-bottom: solid 1px #e1e1e1 }
#gsApoioOrtopedico .step3 .blockHolder .liResumoConEl { border-top: solid 1px #e1e1e1; padding: 10px 0; }
#gsApoioOrtopedico .step3 .blockHolder .liResumoConEl:first-child { border: none; }
#gsApoioOrtopedico .step3 .blockHolder .liResumoConEl div { padding: 5px; text-indent: 10px; font-weight: normal; }
#gsApoioOrtopedico .step3 .tableLine:first-child { margin-top: 0 }
#gsApoioOrtopedico .step3 .tableLine ul li { display: inline-block; *display: inline; zoom: 1; margin-left: 10px  }
#gsApoioOrtopedico .step3 .tableLine ul li:first-child { margin-left: 0 }



#gsAgendaAmbulancia .step4 label { text-transform: uppercase; font-weight: bold }
#gsAgendaAmbulancia .step4 span { font-size: 14px }
#gsAgendaAmbulancia .step4 .blockHolder { width: 98% }
#gsAgendaAmbulancia .step4 .blockHolder.fLeft { margin-right: 10px }

#gsAgendaAmbulancia .step4 .blockHolder .bold { font-weight: bold; margin-bottom: 5px; padding-bottom: 5px; border-bottom: solid 1px #e1e1e1 }
#gsAgendaAmbulancia .step4 .blockHolder .liResumoConEl { border-top: solid 1px #e1e1e1; padding: 10px 0; }
#gsAgendaAmbulancia .step4 .blockHolder .liResumoConEl:first-child { border: none; }
#gsAgendaAmbulancia .step4 .blockHolder .liResumoConEl div { padding: 5px; text-indent: 10px; font-weight: normal; }
#gsAgendaAmbulancia .step4 .tableLine:first-child { margin-top: 0 }
#gsAgendaAmbulancia .step4 .tableLine ul li { display: inline-block; *display: inline; zoom: 1; margin-left: 10px  }
#gsAgendaAmbulancia .step4 .tableLine ul li:first-child { margin-left: 0 }

.largura20 {
	width:20px;
}
.largura120 {
	width:120px;
}
.largura130 {
	width:130px;
}

.formRowRodape {
	bottom:70px;
	right:3px;
	position:absolute;
}

.listaMensagem.blockHolder .operacoes {
	display:inline-block;
	width:20%;
	text-align:right;
}

.listaMensagem.blockHolder p {
	display:inline-block;
}

/* DESKTOP PAINEIS */

.PAINEIS { background: center center }
.PAINEIS .sp-fecharGrande { position: absolute; left: 10px; top: 32px; }
.PAINEIS .mHeader { height: 90px; position: relative; }
.PAINEIS .mHeader div { float: left; width: 250px; }
.PAINEIS .mHeader div img { margin: 5%; margin-left: 55px; }
.PAINEIS .mHeader div.titulo { line-height: 90px; }
.PAINEIS .mHeader div.titulo h1 { font-size:25px; text-align: center; color: #ddc204; font-weight: bold; font-family: 'Segoe Ui', Helvetica, Arial; }
.PAINEIS .mHeader .clock { color: #ddc204; font-size:25px; font-weight: bold; font-family: 'Segoe Ui', Helvetica, Arial; }
.PAINEIS .mHeader p { margin: 5%; }
.PAINEIS .mBody { background: #eaeaea; position: relative; width: 100% }
.PAINEIS .mBody table thead th { background: #294142; padding: 10px; font-family: 'Segoe Ui Light', Helvetica, Arial; color: #d6d7d8; font-size: 15px; }
.PAINEIS .mBody table td { background: #eaeaea; color: #01060e; font-weight: bold; padding-left: 10px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px; font-size: 18px; font-family: 'Segoe Ui Light', Helvetica, Arial; }
.PAINEIS .mBody table tr.zebra td { background: #d8d8d8; }
.PAINEIS .mBody table { border-spacing: 0; border-collapse: separate; }

.PAINEIS .mFooter { height: 75px; }
.PAINEIS .mFooter * { vertical-align: middle; font-family: 'Segoe Ui Light', Helvetica, Arial; color: #d6d7d8; font-size: 12px; }
.PAINEIS .mFooter div { float: left; width: 250px; line-height: 75px; }
.PAINEIS .mFooter div a { margin: 0 10px; }
.PAINEIS .pages { font-family: 'Segoe Ui Light', Helvetica, Arial; color: #d6d7d8; font-size: 12px; }

.notas { background-color: white; height: 45px; padding-left: 10px; padding-right: 10px; }
.notas .esquerda { display: inline-block; width: 50%; float: left; }
.notas .direita { display: inline-block; width: 50%; float: right; }
.notas span { padding: 10px; float: right; margin-right: 80px; font-size: 14px; border: 1px solid #e3e3e3; border-radius: 5px; background-color: #f8d31c; color: white; }

td.audit .wdAuditHist {float: right;position: absolute;top: 4px;right: 55px;} 

.NoYearDatePicker .ui-datepicker-year{display:none;}

#divVideos { height: 400px; width: 400px; }

.esquerda { display: inline-block; float: left; }
.negrito { font-weight: bold; }
.mt-5 { margin-top: 5px; }
.fs-16 { font-size: 16px; }
.pl-10 { padding-left: 10px; }
.pb-20 { padding-bottom: 20px; }
.pt-8 { padding-top: 8px; }

.flexbox-horizontal { display: flex; align-items: center; justify-content: space-between; }
.flexbox-vertical { display: flex; flex-direction: column; }

.p-10 { padding: 10px; }
.he-15 { height: 15px; }
.wi-15 { width: 15px; }
.br-10 { border-radius: 10px; }
.va-mi { vertical-align: middle; }
.ta-le {text-align: left !important; }

.barra-horizontal { margin-left: 10px; margin-right: 10px; padding-bottom: 15px; background:url('../images/line.jpg') repeat-x left bottom; }

#extraContentModal {
	height: 60px;
}

.mb-5 { margin-bottom: 5px; }
.ml-10 { margin-left: 10px !important; }
.mr-10 { margin-right: 10px !important; }
.mb-15 { margin-bottom: 15px; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }

h2.groupHolder { padding: 5px; color: #666; border-bottom: solid 1px #dbdbdb; position: relative }
h2.groupHolder span { position: absolute; right: 5px; top: 5px; cursor: pointer }
h2.groupHolder span.closed { background-position: -85px 0; width: 17px; height: 18px;  }
h2.groupHolder span.opened { background-position: -68px 0; width: 17px; height: 18px;  }

.sp-traslado-externo-lote {
    height: 24px;
    width: 25px !important;
	cursor: pointer;
}

.pl-25 { padding-left: 25px; }

.wp-10 { width: 10% !important; }

.wp-15 { width: 15% !important; }

.wp-50 { width: 50% !important; }

.wp-40 { width: 40% !important; }

.wp-30 { width: 30% !important; }

.wp-20 { width: 20% !important; }

.wp-25 { width: 25% !important; }

.wp-35 { width: 35% !important; }

.wp-100 { width: 100% !important; }

/* Modal Detalhes Locacao */
.detalhesEnvioEmailBoleto { padding: 20px; }

.direita-relativa {
	position: relative !important;
	float: right;
}

.fundo-branco {
	background-color: white;
}

.margem-10 {
	margin: 10px;
}

.arredondado {
	border-radius: 5px;
}

.cabecalho-escala-conveniado {
	display: flex;
	justify-content: space-between;
	width: 400px;
	margin-top: 15px;
	margin-left: 43px;
}

.cabecalho-escala-conveniado .cabecalho-periodo .registro-periodo {
	width: 50%;
	text-align: center;
	flex-wrap: wrap;
}

.cabecalho-escala-conveniado .cabecalho-periodo .periodo {
	font-size: 12px;
	text-align: center;
}

.cabecalho-escala-conveniado .cabecalho-periodo .registros-periodo {
	display: flex;
	width: 137px;
}

.escala-conveniado-horario {
	float: left;
	height: 30px;
	padding: 5px 10px;
}

.escala-conveniado-linha {
	border-bottom: 1px solid lightgrey;
    width: 100%;
    height: 38px;
    padding: 5px 0;
}

.escala-conveniado-dia {
	width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    padding: 5px 10px;
    float: left;
	font-weight: 600;
}

.holderTabelaServicos {
	display: flex;
	flex-direction: column;
}

.holderTabelaServicos .cabecalhoTabelaServicos {
	display: flex;
	margin-top: 15px;
}

.mr-135 { margin-right: 135px;}

.mr-45 { margin-right: 45px;}

.mr-40 { margin-right: 40px;}

.mr-10 { margin-right: 10px;}

.disabled-anchor {
	pointer-events: none;
	cursor: default;
}

.planta-cemiterio {
	width: 250px;
	height: 180px;
	border: 3px solid #F1F1F2;
}

.tabela-resumo {
	border-collapse: collapse;
  	width: 100%;
}

.tabela-resumo td, .tabela-resumo th {
	border: 1px solid #d1d1d1;
  	text-align: left;
  	padding: 6px;
}

.tabela-resumo td {
  	word-break: break-word;
    max-width: 370px;
}

.tabela-resumo tr:nth-child(even) {
  background-color: #dddddd;
}

.tabela-resumo tbody > tr:hover {
	background: #FFE89D;
	font-weight: 600;
}

.separador-vertical {
	color: black;
	font-weight: bolder;
	font-size: medium;
}

/* COMPONENTE DE FLUXO DE CAIXA */

.fluxo-caixa {
	display: flex;
	flex-direction: column;
}

.fluxo-caixa .topo {
	font-size: 18px;
	font-weight: bolder;
	padding: 15px;
}

.fluxo-caixa .blocos {
	width: 100%;
	display: flex;
	padding: 10px;
}

.fluxo-caixa .bloco-esquerda {
	width: 30%;
	display: flex;
	flex-direction: column;
}

.fluxo-caixa .bloco-direita {
	display: flex;
	flex-direction: column;
	overflow-x: auto;
	margin-right: 10px;
}

/* CABECALHOS */
.fluxo-caixa .bloco-esquerda .cabecalho-categorias {
	font-size: 12px;
	font-weight: bolder;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 40px;
}

.fluxo-caixa .bloco-direita .cabecalho-valores {
	display: flex;
	padding-bottom: 5px;
	height: 40px;
	justify-content: center;
	align-self: flex-start;
}

.fluxo-caixa .bloco-direita .cabecalho-valores .titulo {
	font-size: 12px;
	font-weight: bolder;
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

/* CORPOS */

.fluxo-caixa .bloco-esquerda .corpo-categorias {
	display: flex;
	flex-direction: column;
	padding-left: 5px;
}

.fluxo-caixa .bloco-direita .corpo-valores {
	display: flex;
	flex-direction: column;
	overflow-x: auto;
	padding-right: 5px;
	align-self: flex-start;
}

.fluxo-caixa .bloco-direita .corpo-valores .linha {
	border-bottom: 1px solid lightgrey;
	display: flex;
	padding: 5px 0;
}

.fluxo-caixa .bloco-direita .corpo-valores .linha .valor {
	text-align: right;
	width: 100px;
	padding-right: 5px;
}

/* CATEGORIAS */

.fluxo-caixa .bloco-esquerda .corpo-categorias .linha {
	border-bottom: 1px solid lightgrey;
	padding: 5px 0;
}

.fluxo-caixa .bloco-esquerda .corpo-categorias .linha .descricao {
	text-align: left;
	cursor: pointer;
}

.fluxo-caixa .bloco-esquerda .corpo-categorias .linha .nos-filhos {
	display: flex;
	flex-direction: column;
}

.fluxo-caixa .linha.destaque {
	background: #FFE89D;
	font-weight: 600;
}

.fluxo-caixa span.opened {
	background-position: -68px 0; 
	width: 17px; 
	height: 15px;
	cursor: pointer;
	margin-right: 5px;
}

.fluxo-caixa span.closed {
	background-position: -85px 0; 
	width: 17px; 
	height: 15px;
	cursor: pointer;
	margin-right: 5px;
}

.titulares .linha-titulares {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 5px 0;
	padding: 5px;
}

.titulares .linha-titulares .titulo {
	font-size: small;
	font-weight: bolder;
}

.titulares .titular-nome {
	width: 40%;
	/* width: 50%; */
}

.titulares .titular-idade {
	width: 10%;
	/* width: 25%; */
}

.titulares .titular-vencimento-carencia {
	width: 25%;
}

.titulares .titular-data-inclusao {
	width: 25%;
}

/* telaInicial-chat-bot */

.telaInicial-chat-bot {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	background: url('../images/chat_bot.png') no-repeat center;
	background-size: cover;
	height: 50px;
	width: 50px;
	cursor: pointer;
}

.btModel .sp-inteligencia-artificial,
a.btModel .sp-inteligencia-artificial,
.btGray .sp-inteligencia-artificial {
	display: inline-block !important; 
	width: 21px !important; 
	height: 22px !important; 
	background: url(../images/inteligencia_artificial_chat.png) no-repeat !important;
	background-size: contain !important;
	vertical-align: middle;
	margin-right: 6px;
}
