.com-select{
	position: relative;
	border: 1px solid #AAA;
	background-color: #FFF;
	background-image: url(/jnh/icones/seta-baixo.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px;
	display: inline-table;
	vertical-align: top;
	color: inherit !important;
	margin: 0px 5px 5px 0px !important;
	cursor: pointer;
	width: inherit;
	height: inherit;
	outline: none;
	border-radius: 2px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.com-select:focus{
	border-style: dashed !important;
}
.com-select-erro{
	border: 1px solid #C22 !important;
	background-color: #ffe3e3 !important;
}
.com-select-ok{
	border: 1px solid #15db00 !important;
	background-color: #d3ffce !important;
}
.com-select select{
	width: 100%;
	height: inherit;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.com-select-div{
	color: #7E7E7E !important;
	width: 100%;
	height: inherit;
	line-height: inherit;
	text-align: inherit;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 1em;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 2px !important;
}
.com-select-overflow{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
	position: absolute;
	margin: 1px 2px 0px -1px;
	width: 100%;
	display: none;
	border: 2px solid #7E7E7E;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
	z-index: 99;
	padding: 0px 5px 5px 5px;
	background-color: #FFF;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.com-select-pesquisa{
	height: 30px !important;
	padding: 0px 10px 0px 10px !important;
	margin: 10px 0px 10px 0px !important;
	border: 2px solid #7E7E7E;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 2px !important;
}
.com-select ul{
	width: 100%;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.com-select li{
	width: 100%;
	color: #7E7E7E !important;
	font-size: 12px;
	line-height: 24px;
	margin: 0px 20px 0px 0px !important;
	padding: 2px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.com-select li:nth-child(even){
	background-color: #FFF;
}
.com-select li:nth-child(odd){
	background-color: #EEE;
}
.com-select li span{
	padding-left: 5px !important;
	line-height: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.com-select li:hover{
	background-color: #fa6900 !important;
	color: #FFF !important;
}

.com-editar{
	border: 1px solid #5d7754;
	display: table;
	width: 100% !important;
	height: 250px !important;
}
.com-editar textarea{
	position: absolute;
	margin-left: -9999px !important;
	top: 0px;
}
.com-editar iframe{
	border: 0px;
	width: 100%;
	height: inherit;
	outline: none;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.com-editar-ferramentas{
	background-color: #5d7754;
	width: 100% !important;
	height: 40px !important;
}
.com-data{
	position: relative;
	color: inherit;
	width: 100%;
	height: 33px;
	line-height: 33px;
	display: table;
	border: 1px solid #AAA;
	width: 100%;
	cursor: pointer;
	outline: none;
	background-color: #FFF;
	color: #747474;
}
.com-data:focus{
	border-style: dashed !important;
}
.com-data-erro{
	border: 1px solid #C22 !important;
	background-color: #ffe3e3 !important;
	background-image: url(/jnh/icones/form-no.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.com-data-ok{
	border: 1px solid #15db00 !important;
	background-color: #d3ffce !important;
	background-image: url(/jnh/icones/form-ok.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.com-data-div{
	display: table;
	text-align: center;
	width: inherit;
	height: inherit;
	line-height: inherit;
}
.com-data-div-comp{
	margin-left: -1px;
	display: none;
	width: 100% !important;
	position: absolute;
	z-index: 999;
	background-color: #FFF;
	border: 2px solid #7e7e7e;
	color: #7e7e7e !important;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.com-data-div-comp label{
	display: table;
	float: left;
}
.com-data-div-comp select{
	background-color: #FFF !important;
	background-image: url(/jnh/icones/seta-baixo.png) !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	border: 2px solid #7e7e7e !important;
	color: #7e7e7e !important;
}
.com-data-div-comp label div{
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.ui-com-data-hover:hover div{
	cursor: pointer;
	margin-left: 0px !important;
}

/* EDITOR DE TEXTO */
.com-toolbar{
	background-color: #EEE;
	display: table;
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.com-toolbar img{
	opacity: 0.5;
	margin: 5px;
}
.com-toolbar-negrito{
	background-color: #EEE;
	background-image: url(/jnh/componentes/com-editor.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 35px;
	width: 35px;
	margin: 5px 0px 5px 5px;
	border: 0px;
}
.com-toolbar button{
	opacity: 0.6;
}
.com-toolbar button:hover{
	opacity: 1;
}
.com-editor{
	border: 1px solid #CCC;	
	outline: none;
}
.com-editor-iframe{
	border: 0;
	width: 100%;
	height: 400px;
	margin-bottom: -4px;
}

.com-arquivo{
	background-image: url(/jnh/icones/com-arquivo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: 0.5;
	cursor: pointer;
	display: inline-table;
	vertical-align: top;
}
.com-arquivo:hover{
	opacity: 1;
	cursor: pointer;
}
.com-arquivo-load{
	background-image: url(/jnh/gifs/up-load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: inline-table;
	vertical-align: top;
}
.com-arquivo input{
	width: inherit !important;
	height: inherit !important;
	margin: 0px !important;
	padding: 0px !important;
	-webkit-appearance:none;
	opacity: 0;
	cursor: pointer;
}
.arquivos-list{
	border: 2px solid #7E7E7E;
	width: 100%;
	max-height: 350px;
	overflow: auto;
}
.arquivos-list-div{
	display: inline-table;
	width: 140px;
	height: 90px;
	margin: 10px 0px 5px 5px;
	vertical-align: top;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0px;
}
.arquivos-list-div:hover > button{
	opacity: 1;
}
.arquivos-list-div img{
	margin: 5px;
}
.arquivos-list-div p{
	margin: 0px;
	font-size: 0.85em;
	text-align: center;
	padding: 5px;
}
.com-arquivo-baixar{
	position: absolute;
	margin-left: -9999px;
	opacity: 0;
}
.com-drop{
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-color: inherit;
	border-radius: 2px;
	font-size: 0.9em;
	line-height: 30px;
}
.com-drop-titulo{
	line-height: inherit;
	background-color: inherit;
	text-align: center;
	/*font-weight: bold;*/
	padding-left: 10px;
	font-size: 0.9em;
	border: 0px solid rgba(0,0,0,0);
	cursor: pointer;
	outline: none;
	height: 30px;
	min-width: 30px;
	color: #FFF;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-ms-word-break: normal !important; 
	word-break: normal !important; 
	word-break: normal !important; /* old webkit */ 
	border-radius: 2px;
}
.com-drop-titulo span{
	background-color: rgba(0,0,0,0.1) !important;
	display: table;
	text-align: center !important;
	/*font-weight: bold;*/
	height: inherit !important;
	float: right !important;
	width: 30px !important;
	margin-left: 5px !important;
	border-radius: 2px 2px 0px 0px !important;
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.com-drop-ul{
	display: none;
	width: 100%;
	min-width: 150px;
	position: absolute;
	list-style: none;
	margin: 0px;
	padding: 0px;
	right: 25px;
	bottom: 0px;
	background-color: #F4F4F4;
	z-index: 900;
}
.grid tbody tr:first-child .com-drop-ul, .grid tbody tr:nth-child(2) .com-drop-ul, .grid tbody tr:nth-child(3) .com-drop-ul{
	bottom: none !important;
	top: 0px !important;
}
.com-drop-ul li{
	font-family: 'Roboto';
	color: #888 !important;
	padding: 5px 15px !important;
	margin: 0px !important;
	border: none;
	cursor: pointer !important;
	border-radius: 0px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.com-drop-ul li:hover{
	color: #FFF !important;
	background-color: rgba(0,0,0,0.4) !important;
}

.com-drop:hover{
	border-radius: 2px 2px 0px 0px !important;
}
.com-drop:hover > ul{
	display: block;
}
.com-drop:hover span{
	background-color: rgba(0,0,0,0.4) !important;
	border-radius: 0px 0px 2px 0px !important;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.com-drop-ul-grid li{
	font-family: 'Roboto';
	font-size: 11px;
	font-weight: 600;
	color: #FFF !important;
	background-color: #1c5f8e;
}
.com-drop-ul-grid li:hover{
	color: #FFF !important;
	background-color: #0c4f7e !important;
}


.ui-tabs2{
	background-color: #E4E4E4;
	border-bottom: 2px solid #0B90D1;
	margin-top: 14px;
}
.ui-tabs2 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ui-tabs2 ul li{
	position: relative;
	display: inline-block;
	border-top: 4px solid #FFF;
	border-right: 1px solid #FFF;
	margin-top: -4px;
	padding: 1px 10px 5px 10px;
	cursor: pointer;
  	-webkit-animation: all 0.25s ease-in-out;
  	-moz-animation: all 0.25s ease-in-out;
  	-o-animation: all 0.25s ease-in-out;
  	-ms-animation: all 0.25s ease-in-out;
    animation: all 0.25s alternate;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.ui-tabs2-div{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

.ui-tabs2 ul li:hover{
	background-color: #444;
	color: #FFF;
}
.ui-tabs2-ativa{
	color: #FFF;
	background-color: #1c5f8e;
	border-top: 4px solid #1c5f8e !important;
	cursor: pointer;
  	-webkit-animation: all 0.25s ease-in-out;
  	-moz-animation: all 0.25s ease-in-out;
  	-o-animation: all 0.25s ease-in-out;
  	-ms-animation: all 0.25s ease-in-out;
    animation: all 0.25s alternate;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.ui-tabs2-ativa:hover{
	background-color: #0B90D1 !important;
}


.ui-tabs2 ul li:hover .formulario-titulo-ajuda{
	color: #444;
	background-color: rgba(0,0,0,0.8);
}
.ui-tabs2-ativa .formulario-titulo-ajuda{
	color: #444;
	background-color: rgba(0,0,0,0.8);
}

.grid-rapido tr:nth-child(even){
	background-color: #EEE;
}
.tiny-grid th{
	font-size: 12px;
	border: 1px solid #BBB;
	background-color: #F1F1F1;
	padding: 2px;
	font-weight: 500;
}
.tiny-grid td{
	font-size: 11px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
}

/* ON and OFF */
/* SLIDE THREE */
.com-on-off {
	display: table;
	margin: auto;
	width: 80px;
	height: 22px;
	background-color: #333;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.com-on-off:after {
	content: 'Não';
	color: #888;
	position: absolute;
	right: 10px;
	z-index: 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
	line-height: 21px;
}
.com-on-off:before {
	content: 'Sim';
	color: #FFF;
	position: absolute;
	left: 10px;
	z-index: 0;
	line-height: 21px;
}

.com-on-off-inq{
	background-color: #46719F !important;
}
.com-on-off-inq:after {
	content: 'Prop.' !important;
	color: #CCC;
	position: absolute;
	right: 10px;
	z-index: 0;
	/*font-weight: bold;*/
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}
.com-on-off-inq:before {
	content: 'Inq.' !important;
	color: #FFF;
	position: absolute;
	left: 10px;
	z-index: 0;
	/*font-weight: bold;*/
}

.com-on-off label {
	display: block;
	width: 34px;
	height: 16px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	/*-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;*/
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;
}
.com-on-off input[type=checkbox]{
	position: absolute;
	margin-left: -9999px;
}

.com-on-off input[type=checkbox]:checked + label {
	left: 43px;
}
.app-upload-arquivos{
	background-color: #F8F8F8;
}
.app-upload-arquivos ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.app-upload-arquivos li{
	width: 84px;
	background-color: #F4F4F4;
	padding: 0px;
	margin: 0px 10px 10px 0px; 
	list-style: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	box-shadow: 0px 0px 2px 1px #888;
}
.app-upload-arquivos span{
	display: block;
	position: absolute;
	z-index: 1;
	right: 2px;
	top: 2px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px 1px #FFF;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
	font-size: 0.8em;
	cursor: pointer;
}
.app-upload-arquivos span:hover{
	background-color: rgba(0,0,0,0.8);
}
.app-upload-arquivos textarea{
	width: 80px;
	min-height: 80px;
	font-size: 0.8em;
	padding: 5px;
	margin: 0px;
	border: none;
	background-color: #F4F4F4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.app-upload-arquivos img{
	height: 84px;
	width: 84px;
}