*:focus {
	outline: none !important;
}

.ui.checkbox label {
    cursor: pointer !important;
}

/** datatable filter select **/
.ui.selection.dropdown {
    min-width: 0 !important;
}

.ui.button {
	border-radius: 15px !important;
	/*padding-left: 5%;
	padding-right: 5%;*/
}


.nivel_1 { /*background-color: #666 !important;*/ }
.nivel_2 { background-color: rgba(255, 255, 255, 0.1) !important; border-bottom: 1px solid #1B1C1D; }
.nivel_3 { background-color: rgba(255, 255, 255, 0.3) !important; border-bottom: 1px solid #1B1C1D; padding-left: 20px; }
.nivel_4 { background-color: rgba(255, 255, 255, 0.5) !important; border-bottom: 1px solid #1B1C1D; }
.nivel_5 { background-color: rgba(255, 255, 255, 0.7) !important; border-bottom: 1px solid #1B1C1D; }




/*** ACCORDION do menu lateral ***/
.menu_lateral.ui.accordion .title:hover { background: rgba(255, 255, 255, 0.1) !important; }

.menu_lateral.ui.accordion .accordion{
	margin: 0 !important;
}

.menu_lateral.ui.accordion:not(.styled) .title ~ .content:not(.ui)
, .menu_lateral.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
	padding-top: 2px !important;
	padding-bottom: 4px !important;
}



/** SETA ACCORDION sempre à direita **/
.ui.menu_lateral  .item > i.dropdown.icon {
	float: right !important;
}


/*** FOTOGRAFIA ***/
	.file-upload {
		background-color: #ffffff;
		margin: 0 auto;
	}

	.file-upload-btn {
		margin: 0;
		color: #fff;
		background: #1FB264;
		border: none;
		padding: 10px;
		border-radius: 4px;
		border-bottom: 4px solid #15824B;
		transition: all .2s ease;
		outline: none;
		/*text-transform: uppercase !important;*/
		font-weight: 700;
	}

	.file-upload-btn:active {
		border: 0;
		transition: all .2s ease;
	}

	.file-upload-content {
		display: none;
		text-align: center;
		margin: 10px 0 15px 15px;
	}

	.file-upload-input {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		outline: none;
		opacity: 0;
		cursor: pointer;
	}

	.image-upload-wrap {
		margin-bottom: 10px;
		border: 1px dashed #006650; /*#1FB264;*/
		position: relative;
		color: #15824B;
	}

	.image-dropping,
	.image-upload-wrap:hover {
		background-color: #006650; /*#1FB264;*/
		color: #ffffff !important;
		border: 1px dashed #ffffff;
	}

	.image-title-wrap {
		padding: 0 15px 15px 15px;
		color: #222;
	}

	.drag-text {
		text-align: center;
	}

	.drag-text h4 {
		font-weight: 100;
		text-transform: uppercase;
		padding: 20px 0;
	}

	.file-upload-image {
		max-height: 200px;
		/*margin: auto;
		max-width: 200px;
		padding: 20px;*/
	}
/*** FIM FOTOGRAFIA ***/


/*** Segmento horizontal dentro de segmentos ***/
.ui.horizontal.segments > .segment {
	background: #FFF;
}



/*** padding a zero ***/
.pad-0 { padding: 0 !important;}


/*** overflow horizontal com scroll ***/
.horizontal-scroll { overflow-x: auto !important; }


/*** FOCUS ***/
input:focus,
textarea:focus,
select:focus{
  	border-color: #03604D !important;
	outline-color: #03604D;
}

.ui.selection.dropdown:focus {
  border-color: #03604D !important;
}
.ui.selection.active.dropdown .menu {
  border-color: #03604D !important;
}


/*** BOTAO PARA APAGAR TRASH ***/
.btn i {
	cursor: pointer;
	margin: 4px;
}


/*** CLIENTE ***/
.div_input {
	min-height: 31px;
	border: 1px solid #059175 !important; /*** #03604D ***/
	border-radius: 4px !important;
	padding: 6px;
}

.cliente_gdpr_msg {
	
}
.cliente_gdpr_data {
	font-weight: bold;
}


div.dt-buttons {
	display: inline-block;
	margin-left: 1rem;
}

#menu_entidade_accordion .item {
	text-align: left;
}

#menu_entidade_accordion .content {
	padding-left: 0;
	background-color: #F5F5F5 !important;
}

.faq.accordion {
	font-size: 14px;
}

.faq.accordion .content ul li {
	margin: 1rem;
}

.faq.accordion .content .video-thumbnail {
	margin-top: 2rem;
	height: 240px;
	position:relative;
}

.faq.accordion .content .circle{
	background: rgba(3, 96, 77, 0.7);
	border-radius: 50px;
	height: 50px;
	position: absolute;
	width: 50px;
	top:50%;
	margin: auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
.faq.accordion .content .circle:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top:0;
	left:0;
	right:-5px;
	bottom:0;
	margin: auto;
}
.faq.accordion .content .circle:hover{
	background: #16ab39;
}

.faq-sem-resultados {
	font-size: 14px;
	padding: 1rem;
	border: 1px solid rgba(34, 36, 38, 0.15);
}

.rating-tags-wrapper {
	border: 1px solid rgba(112, 112, 112, 0.2);
	border-radius: 5px;
	padding: 10px !important;
}

.rating-tags-wrapper span {
	display: inline-block;
	color: #fff;
	background-color: #DCDB22;
	border-radius: 5px;
	padding:5px;
}

.text-rubis-red {
	color: #C7362F !important;
}


.rubis-disclaimer-content {
    margin-bottom: 5rem !important;
}
.rubis-disclaimer-content div {
    padding: 1rem;
}

.rubis-disclaimer-content p, .rubis-disclaimer-content ul li{
    font-size: 16px;
}

 /** INFO **/
.moonInfo {
	border:1px solid #999;
	background: #EAEAEA;
	color:#666;
	padding: 10px;
	font-size:12px;
}
.moonInfo PRE {
	font-size: 12px;
	border:1px solid #FFF;
	padding: 5px;
	background: #CCC;
	margin-bottom: 10px;
}
.moonInfo LEGEND {
	font-size: 12px;
	font-style:italic;
	margin-bottom: 10px;
}




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}