/*
------------------------------
	Impromptu Base Styles
------------------------------
*/
.jqifade{
	position: absolute; 
	background-color: #777777; 
}
div.jqi{
	width: 390px;
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	/* border: solid 1px #eeeeee; */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px;
	right: 6px;
	width: 23px;
	cursor: default;
	color: #be1722;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
}
div.jqi .jqistate{
	background-color: #FFF;
	padding: 20px;
}
div.jqi .jqiparentstate::after{ 
	background-color: #eee;
	opacity: 0.7;
	filter: alpha(opacity=70);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{ 

	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqititle{
	padding: 5px 10px;
	/* border-bottom: solid 1px #eeeeee; */
	font-weight: bold;
}
div.jqi .jqimessage{ 
	padding: 10px; 
	color: #444444; 
}
div.jqi .jqibuttons{
	padding: 10px;
	text-align: center;
}
div.jqi button{
	margin: 0 0 0 10px;
	padding: 5px;
	background: #989a9e;
	border: 0;
	outline: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	min-width: 90px;
	text-transform: lowercase;
}
div.jqi  .jqidefaultbutton {background: #be1722;}


.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

button[name='jqi_state0_buttonAjuda'] {
	background-color: #6cb0bf !important;
}



/**/
 
/*
------------------------------
jqui large
------------------------------
*/
.jqilargefade{
	position: absolute; 
	background-color: #777777; 
}
div.jqilarge{
	width: 80%;
	top: 20px !important;
	min-width: 300px;
	position: fixed !important;
	background-color: #FFFFFF;
	text-align: left;
	/* border: solid 1px #eeeeee; */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
	height: 70%;
	overflow: auto;
	display: block;
	top: 50% !important;
	transform: translateY(-50%);
	max-width: 640px;
}
div.jqilarge h2 {position: absolute;left:20px;top: 20px;text-transform: uppercase;border-bottom: 1px solid red;display: block;width: 85%;font-weight: 400;padding-bottom: 5px;font-size: 15px;}
div.jqilarge h2:after {
    content: " ";
    display: block;
    width: 230px;
    height: 3px;
    background: #be202e;
    position: absolute;
    bottom: -2px;
}
div.jqilarge form {
	/* width: 100%; */
	height: 83%;
	/* overflow: hidden; */
	/* margin-top: 30px; */
	/* position: relative; */
	margin-top: 60px;
}
div.jqilarge .jqilargecontainer{ 
}
div.jqilarge .jqilargeclose{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 23px;
	cursor: default;
	color: #be1722;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
}
div.jqilarge .jqilargestates{
	background-color: #FFF;
	/* padding: 20px; */
	height: 95%;
	overflow: auto;
	margin-top: 30px;
}
div.jqilarge .jqilargestate{
	background-color: #FFF;
	padding: 20px;
	height: 100%;
	/* overflow: auto; */
}
div.jqilarge .jqilargeparentstate::after{ 
	background-color: #eee;
	opacity: 0.7;
	filter: alpha(opacity=70);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqilarge .jqilargesubstate{ 

	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqilarge .jqilargetitle{
	padding: 5px 10px;
	/* border-bottom: solid 1px #eeeeee; */
	font-weight: bold;
}
div.jqilarge .jqilargemessage{
	padding: 10px;
	color: #444444;
	/* height: 50%; */
	/* overflow: auto; */
	/* display: block; */
}
div.jqilarge .jqilargebuttons{
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-49%);0% */
	transform: translateX(51%);
}
div.jqilarge button{
	margin: 0 0 0 10px;
	padding: 5px;
	background: #989a9e;
	border: 0;
	outline: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	min-width: 90px;
	text-transform: lowercase;
}
div.jqilarge  .jqilargedefaultbutton {background: #be1722;}


.jqilarge .jqilargearrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqilarge .jqilargearrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqilarge .jqilargearrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqilarge .jqilargearrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqilarge .jqilargearrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqilarge .jqilargearrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqilarge .jqilargearrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqilarge .jqilargearrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqilarge .jqilargearrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqilarge .jqilargearrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqilarge .jqilargearrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqilarge .jqilargearrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqilarge .jqilargearrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }
.jqilarge h2 span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.jqilarge h2 span input {
    position: relative;
    top: 40px;
}
div.jqilarge ul {margin-left: 23px;margin-bottom: 10px;}

#show-categories > ul  li {font-weight: normal;color: black;}
#show-categories > ul > li {/* font-weight: bold; */color: #be1722;}
div.jqilarge ul ul {padding-left: 10px;border-left: 1px solid #a3191f;margin-bottom: 15px;margin-top: 10px;}