﻿/** bootstrap-helper.css **/

body [bsh-visible="0"]{
	display: none;
}
.dropdown-menu {
	z-index: 2000;
}
.font_bold {
	font-weight: bold;	
}
.display_none {
	display: none;
}
.display_inline_block {
	display: inline-block;
}
.visibility_hidden {
	visibility: hidden;
}
.wrap_none {
	white-space: nowrap;
}
.wrap_pre {
	white-space: pre-wrap;
}
.wrap_words {
	white-space: normal;
	word-break: normal;	
}
.wrap_letters {
	white-space: normal;
	word-break: break-word;	
}
.width_4em {
	width: 4em;
}
.padding_0 {
	padding: 0;
}
.padding_V0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.padding_H0 {
	padding-left: 0px;
	padding-right: 0px;
}
.padding_H10 {
	padding-left: 10px;
	padding-right: 10px;
}
.padding_T5 {
	padding-top: 5px;
}
.padding_L0 {
	padding-left: 0px;
}
.margin_0 {
	margin: 0;
}
.margin_5 {
	margin: 5px;
}
.margin_10 {
	margin: 10px;
}
.margin_20 {
	margin: 20px;
}
.margin_B0 {
	margin-bottom: 0px;
}
.margin_L5 {
	margin-left: 5px;
	margin-left: 5px;
}
.margin_R5 {
	margin-right: 5px;
}
.margin_T5 {
	margin-top: 5px;
}
.margin_B5 {
	margin-bottom: 5px;
}
.margin_L10 {
	margin-left: 10px;
}
.margin_L20 {
	margin-left: 20px;
}
.margin_R10 {
	margin-right: 10px;
}
.margin_T10 {
	margin-top: 10px;
}
.margin_T20 {
	margin-top: 20px;
}
.margin_B10 {
	margin-bottom: 10px;
}
.margin_B20 {
	margin-bottom: 20px;
}
.display_inline-sm {
	display: inline-block;
}
.display_block {
	display: block;
}
.display_flex,
.display_flex-sm,
.display_flex-lg {
	display: flex;
}
.bcenter,
.hcenter {
	text-align: center;
}
.hstart {
	text-align: left;
}
.hend {
	text-align: right;
}
.display_flex.bcenter,
.display_flex-sm.bcenter,
.display_flex-lg.bcenter,
.display_flex.hcenter,
.display_flex-sm.hcenter,
.display_flex-lg.hcenter {
	justify-content: center;
}
.vcenter,
.display_flex.bcenter,
.display_flex-sm.bcenter,
.display_flex-lg.bcenter,
.display_flex.vcenter,
.display_flex-sm.vcenter,
.display_flex-lg.vcenter {
	align-items: center;
}
.display_flex.hstart,
.display_flex-sm.hstart,
.display_flex-lg.hstart {
	justify-content: flex-start;
}
.display_flex.vstart,
.display_flex-sm.vstart,
.display_flex-lg.vstart {
	align-items: flex-start;
}
.display_flex.hend,
.display_flex-sm.hend,
.display_flex-lg.hend {
	justify-content: flex-end;
}
.display_flex.vend,
.display_flex-sm.vend,
.display_flex-lg.vend {
	align-items: flex-end;
}
.flex_vertical {
	flex-flow: column; 
}
.flex_fill {
	flex: 1 1 auto; 
}
@media (max-width:999px) {
	.display_inline-sm {
		display: block;
	}
	.navbar-collapse.collapse.show {
		max-height: 500px;
		overflow-y: auto;
	}
	.margin_T20-lg {
		margin-top: 20px;
	}
	.display_none-sm {
		display: none;
	}
	.display_flex-sm {
		display: block;
	}
	.flex_shrink-sm {
		flex: 1 1 auto; 
	}
	.side_by,
	.stack_by {
		margin-bottom: 10px;
	}
	* > .side_by:last-child,
	* > .stack_by:last-child {
		margin-bottom: 0px;
	}
}
@media (min-width:1000px) {
	.float_right-sm {
		float:right;
	}
	.row-sm {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-right: -15px;
	    margin-left: -15px
	}
	.width_8em-sm {
		width: 8em;
	}
	.margin_L5-sm {
		margin-left: 5px;
	}
	.margin_L10-sm {
		margin-left: 10px;
	}
	.margin_L20-sm {
		margin-left: 20px;
	}
	.display_flex-lg {
		display: block;
	}
	.display_flex.bcenter-sm,
	.display_flex-sm.bcenter-sm,
	.display_flex.hcenter-sm,
	.display_flex-sm.hcenter-sm {
		justify-content: center;
	}
	.display_flex.bcenter-sm,
	.display_flex-sm.bcenter-sm,
	.display_flex.vcenter-sm,
	.display_flex-sm.vcenter-sm {
		align-items: center;
	}
	.side_by {
		margin-left: 10px;
	}
	* > .side_by:first-child {
		margin-left: 0px;
	}
	.flex_50-sm {
		flex: 0.5 1 auto;
		width: 50%;
	}
	.flex_30-sm {
		flex: 0.3 1 auto;
		width: 30%;
	}
}

.modal .modal-dialog.fill-width {
	max-width: none;
}
.modal .modal-dialog.fill-height {
	min-height: 100%;
	margin: 0;
}
.modal .modal-dialog.fill-height .modal-content {
	min-height: 100%;
	position: absolute;
}
.modal-footer {
	justify-content: center;
	text-align: center;
}

.bsh_icon,
.bsh_loading_icon {
	padding-right: 5px;
}
.bsh_spinner_icon {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.bsh_AjaxLoadingMessage span:before {
	content: "Aguarde, processando...";
}

.bsh_loading_box .bsh_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.5em;
}
#bsh_modalLoadingPanel {
	cursor: wait;	
}
#bsh_modalLoadingPanel .bsh_loading_box .bsh_icon {
	font-size: 100px;
	margin-top: -50px;
	margin-left: -50px;
}

.bsh_recaptcha_painel > .g-recaptcha {
	margin-bottom: 10px;
}
.bsh_recaptcha_position_static {
	display: flex;
	justify-content: center;
}
.bsh_recaptcha_position_static .grecaptcha-badge {
	position: static !important;
}
.bsh_recaptcha_position_static .bsh_recaptcha_node {
	transform: scale(0.6);
}


img.bsh_limit_image_size,
.bsh_limit_image_size img {
	max-width: 100%;
}

.bsh_bgimage_fit {
	background-repeat: no-repeat;
}
@media (orientation:landscape) {
	.bsh_bgimage_fit {
		background-position-y: center;
		background-size: 100% auto;
	}
}
@media (orientation:portrait) {
	.bsh_bgimage_fit {
		background-position-x: center;
		background-size: auto 100%;
	}
}
.bsh_zoom_image_onclick {
	cursor: zoom-in;
}
.bsh_image_zoom_modal {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: scroll;
	display: none;
	background: #fff;
}
.bsh_image_zoom_modal .bsh_actions_panel {
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 5px;
}
.bsh_image_zoom_modal,
.bsh_image_zoom_modal .bsh_main_image {
	cursor: zoom-out;
}
.bsh_msg_voltar span:before {
	content: "Voltar";
}
.bsh_msg_confirmar span:before {
	content: "Confirmar";
}

.bsh_required_icon {
	color: #F66;
	padding-left: 5px;
}
.bsh_required_icon span:before {
	content: "*";
}

.bsh_paging_panel {
	padding: 5px;
	border-top: 1px solid #eee;
	text-align: center;
}
.bsh_paging_button {
	cursor: pointer;
	min-width: 2.5em;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.bsh_paging_button+.bsh_paging_button{
	margin-left: 5px;
}
.bsh_paging_button.active {
	background-color: #999;
}
.bsh_paging_separator {
	padding: 0px 10px;
}
.bsh_paging_separator span:before {
	content: "...";
}

.bsh_timeline {
	list-style-type: none;
	position: relative;
}
.bsh_timeline:before {
	content: ' ';
	border-left: 2px solid #ddd;
	display: inline-block;
	position: absolute;
	left: calc(1.5em - 1px);
	height: 100%;
	z-index: 1;
}
.bsh_timeline > .bsh_timeline_item {
	margin: 20px 0px;
	padding-left: 10px;
}
.bsh_timeline > .bsh_timeline_item:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	color: #999;
	left: 1em;
	width: 1em;
	height: 1em;
	z-index: 1;
}
.bsh_timeline > .bsh_timeline_item.bsh_timeline_noMarker:before {
	display: none;
}

.bsh_timeline_circle:before {
	margin-top: 5px;
}
.bsh_timeline_circle > .bsh_timeline_item:before {
	border-radius: 50%;
	border: 3px solid #999;
	margin-top: 5px;
}

.bsh_slick_banner {
	display: none;
}
.bsh_slick_banner.slick-initialized {
	display: block;
}
.bsh_slick_banner .slick-arrow {
	background-color: #aaa;
	border-radius: 10px;
	z-index: 10;
}
.bsh_slick_banner .slick-prev {
	margin-left: 30px;
} 
.bsh_slick_banner .slick-next {
	margin-right: 30px;
} 
.bsh_slick_item {
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.bsh_slick_description {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.bsh_slick_link {
	display: inline-block;
}
.slick-slide img.bsh_slick_image {
    display: inline;
    max-width: 100%;
}
.bsh_placeholder_select_option,
.bsh_select_showing_placeholder {
	color: rgb(132,117,146);
}
.bsh_hide_scrollbars {
	overflow: hidden;
}
[bsh-placeholder]:empty::before {
    content: attr(bsh-placeholder);
    color: #555; 
    font-size: 10pt;
    cursor: text;
}
[bsh-placeholder]:empty:focus::before {
    content: "";
}	

.bsh_newPasswordPanel {
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	padding-top: 10px;
	margin-bottom: 15px;
	background-color: #eec;
}
@media (max-width:999px) {
	.bsh_newPasswordPanel {
		padding-left: 15px;
	}
}
@media (min-width:1000px) {
	.bsh_newPasswordPanel {
		padding-left: 20px;
		padding-right: 10px;
	}
}
.bsh_newPasswordPanel .m_showChangePassword {
	margin-bottom: 10px; 
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

li.select2-results__option:empty {
    height: 30px;
}
.no-search .select2-search {
	display:none;
}
li.select2-results__option {
	text-indent: -20px;
	padding-left: 20px;
}

.cursor_pointer {
	cursor: pointer;
}

@media (min-width:1000px) {
	input[type=number].form-control.m_value_control,
	input[type=date].form-control.m_value_control,
	input[type=time].form-control.m_value_control {
		max-width: 12em;
	}
	input[type=datetime-local].form-control.m_value_control {
		max-width: 18em;
	}
}
