@CHARSET "UTF-8";

/* HTML BODY */
html {
	height: 100%;
	/* 	overflow: hidden; */
}

body {
	height: 100%;
	min-height: 100%;
	/* 	overflow-y: scroll; */
	position: relative;
}

body>.header {
	top: 0;
	width: 100%;
	z-index: 100;
	position: absolute;
	text-shadow: 0 2px 1px #FFF;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

body>.header .navbar {
	margin-bottom: 0;
}

body>.container {
	width: 100%;
	min-height: 100%;
	padding: 51px 0 40px;
	margin-bottom: -40px;
}

/* LOGO */
.logo {
	max-height: 200px;
	margin: 0 auto;
}

.alert-group ul {
	padding: 0;
	margin-bottom: 5px;
	list-style-type: none !important;
}

.alert-group ul:last-child {
	margin-bottom: 20px;
}

.alert-group ul .alert {
	padding: 5px 15px;
	margin-bottom: 5px;
}

/* PRODUTOS */
.sfa {
	color: #78B3A7;
}

/* LOADING */
body.login,body.loading-page {
	display: table;
}

body.loading-page {
	width: 100%;
}

body.loading h3,.loading h3 {
	color: #4D94E0;
	min-width: 250px;
}

body.login>.container,body.loading>.container,body.loading-page>.container
	{
	display: table-cell;
	vertical-align: middle;
}

body.login .footer,body.loading .footer,body.loading-page .footer {
	margin_top: 0;
	position: absolute !important;
}

/* LOADING GERAL */
.loading>div {
	top: 0;
	z-index: 5;
	height: 100%;
	width: 100%;
	background: #FFF;
	position: absolute;
	text-align: center;
	padding-top: 100px;
}

.gmapLoading {
	margin-top: 50px;
}

.gmapLoading div {
	font-size: 30px;
	color: #4D94E0;
}

/* FOOTER */
.footer {
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	height: 40px;
	color: #999999;
	padding: 0 10%;
	overflow: hidden;
	line-height: 40px;
	position: relative;
	background-color: #f0f0f0;
	border-top: 1px solid #e7e7e7;
	text-shadow: 0 2px 1px #ffffff;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.by-prisma {
	height: 24px;
	color: #999999;
	display: block;
	margin-top: 5px;
	line-height: 30px;
	padding-left: 30px;
	background: url(../img/PRISMA_24_off.png) top left no-repeat;
}

.by-prisma:hover {
	height: 24px;
	color: #A50000;
	display: block;
	line-height: 30px;
	padding-left: 30px;
	text-decoration: none;
	background: url(../img/PRISMA_24_on.png) top left no-repeat;
}

/* NAVBAR */
.navbar-default .navbar-brand.custom {
	height: 50px;
	line-height: 50px;
	width: 118px;
	max-width: 118px;
	padding: 0 15px 2px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.navbar .nav>li.divider {
	border-bottom: 1px solid #E7E7E7;
}

.brandLogo {
	max-height: 45px;
	margin: 0 auto;
	display: inline;
	margin-top: -1px;
}

/* SIDEBAR */
.sideBar-tabView {
	padding: 0;
	border: none;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-color: #FFF;
}

.sideBar-tabView>div {
	width: 100% !important;
	padding: 15px 15px 0 200px;
}

.sideBar-tabView>div>div .row>div>.panel,.sideBar-tabView>div>div .row>div>.breadcrumb
	{
	margin-bottom: 15px;
}

.sideBar-tabView>div>div {
	padding: 0 !important;
}

.sideBar-tabView .container {
	padding: 0;
	width: 100%;
}

.sideBar-tabView>ul,.sideBar-tabView>form>ul {
	padding: 0 !important;
	z-idex: 20 !important;
	position: absolute;
	width: 200px;
	max-width: 200px;
	height: 100% !important;
	background: #F8F8F8;
	border-right: 1px solid #E7E7E7;
	overflow-y: scroll;
}

.sideBar-tabView>ul li,.sideBar-tabView>form>ul li {
	width: 100% !important;
	margin: 0 !important;
	border: none !important;
	margin: 0 !important;
	background: none !important;
}

.sideBar-tabView>ul li a,.sideBar-tabView>form>ul li a {
	width: 100%;
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	position: relative;
	font-weight: normal;
	color: #777 !important;
	box-sizing: border-box;
	cursor: auto !important;
	padding: 15px !important;
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-decoration: none !important;
}

.sideBar-tabView>ul li a:hover,.sideBar-tabView>ul li a:focus,.sideBar-tabView>form>ul li a:hover,.sideBar-tabView>form>ul li a:focus
	{
	color: #333 !important;
}

.sideBar-tabView>ul li.ui-state-active>a,.sideBar-tabView>form>ul li.ui-state-active>a
	{
	color: #555 !important;
	background-color: #E7E7E7;
	background-image: -webkit-linear-gradient(top, #EBEBEB 0, #F3F3F3 100%);
	background-image: linear-gradient(to bottom, #EBEBEB 0, #F3F3F3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',
		endColorstr='#fff3f3f3', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.sideBar-tabView>div .normal a {
	color: inherit;
}

.sideBar-background {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.sideBar-tabView>ul li.sideBar-hidden-item a,.sideBar-tabView>ul li.sideBar-back-item a,.sideBar-tabView>ul li.sideBar-hidden-null,.sideBar-tabView>form>ul li.sideBar-hidden-item a,.sideBar-tabView>form>ul li.sideBar-back-item a,.sideBar-tabView>form>ul li.sideBar-hidden-null
	{
	display: none;
}

.sideBar-tabView>ul li.ui-state-disabled,.sideBar-tabView>form>ul li.ui-state-disabled
	{
	display: none !important;
}

/* LIST-GROUP NOT RESULT */
.list-group .list-group-item+.list-group-item-null {
	display: none;
}

/* RESPONSIVE CALENDAR */
.responsive-calendar .fc-header {
	margin-bottom: 15px;
}

.responsive-calendar .fc-header .fc-header-left,.responsive-calendar .fc-header .fc-header-right
	{
	width: auto;
}

.responsive-calendar .fc-header .fc-header-left .fc-button-next {
	margin-right: 20px;
}

.responsive-calendar .fc-header .fc-header-right .fc-button {
	margin-right: 20px;
}

.responsive-calendar .fc-header .fc-header-right .fc-button:last-child {
	margin-right: 0;
}

.responsive-calendar .fc-header .fc-header-center {
	width: 100%;
	padding: 0 20px;
}

.responsive-calendar .fc-header .fc-header-center h2 {
	font-size: 1.8em;
}

.responsive-calendar .fc-header .fc-header-space {
	padding: 0;
}

.responsive-calendar .ui-widget-header {
	background-image: -webkit-linear-gradient(top, #FFF 0, #E0E0E0 100%);
	background-image: linear-gradient(to bottom, #FFF 0, #E0E0E0 100%);
	background-repeat: repeat-x;
	border-color: #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.075);
	background-color: #FFF;
}

.responsive-calendar .ui-widget-content {
	border-color: #CCC;
}

/* p:galleria */
.new-carrousel {
	background-color: #DBDBDB;
	border-radius: 7px;
}

.new-carrousel,.new-carrousel ul.ui-galleria-panel-wrapper,.new-carrousel ul.ui-galleria-panel-wrapper li,.new-carrousel ul.ui-galleria-panel-wrapper li img
	{
	display: block;
	position: relative;
	width: 100% !important;
}

.new-carrousel .ui-galleria-panel-wrapper,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
	{
	height: 400px !important;
}

.col-menor .new-carrousel .ui-galleria-panel-wrapper,.col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
	{
	height: 200px !important;
}

.new-carrousel ul,.new-carrousel ul li {
	overflow: hidden;
}

.new-carrousel .ui-galleria-caption {
	left: 0 !important;
	width: 100% !important;
}

.new-carrousel .ui-galleria-filmstrip-wrapper {
	margin: 0 !important;
	height: 50px !important;
	left: 0px !important;
	width: 100% !important;
	padding: 5px 20px !important;
}

.new-carrousel .ui-galleria-filmstrip {
	width: 100%;
	overflow: hidden;
	position: relative !important;
}

.new-carrousel .ui-galleria-filmstrip li {
	width: 60px !important;
	display: inline-block;
}

.new-carrousel .ui-galleria-nav-prev,.new-carrousel .ui-galleria-nav-next
	{
	bottom: 0 !important;
	top: initial !important;
	height: 50px !important;
	width: 20px !important;
	text-align: center !important;
	position: absolute !important;
	text-align: center !important;
}

.new-carrousel .ui-galleria-nav-prev:before,.new-carrousel .ui-galleria-nav-next:before
	{
	top: 18px;
	position: relative;
}

.new-carrousel .ui-galleria-nav-prev {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5)
		0), color-stop(rgba(0, 0, 0, .0001) 100%)) !important;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0,
		rgba(0, 0, 0, .0001) 100%) !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',
		endColorstr='#00000000', GradientType=1) !important;
}

.new-carrousel .ui-galleria-nav-next {
	right: 0 !important;
	left: initial !important;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001)
		0), color-stop(rgba(0, 0, 0, .5) 100%)) !important;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0,
		rgba(0, 0, 0, .5) 100%) !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
		endColorstr='#80000000', GradientType=1) !important;
}

@media ( min-width : 880px) and (max-width: 991px) {
	.new-carrousel .ui-galleria-panel-wrapper,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
		{
		height: 360px !important;
	}
	.col-menor .new-carrousel .ui-galleria-panel-wrapper,.col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
		{
		height: 360px !important;
	}
}

@media ( min-width : 768px) and (max-width: 879px) {
	.new-carrousel .ui-galleria-panel-wrapper,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
		{
		height: 305px !important;
	}
	.col-menor .new-carrousel .ui-galleria-panel-wrapper,.col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
		{
		height: 305px !important;
	}
}

@media ( min-width : 595px) and (max-width: 767px) {
	.new-carrousel .ui-galleria-panel-wrapper,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
		{
		height: 215px !important;
	}
	.col-menor .new-carrousel .ui-galleria-panel-wrapper,.col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
		{
		height: 215px !important;
	}
}

@media ( max-width : 594px) {
	.new-carrousel .ui-galleria-panel-wrapper,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,.new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
		{
		height: 200px !important;
	}
	.col-menor .new-carrousel .ui-galleria-panel-wrapper,.col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel,col-menor .new-carrousel .ui-galleria-panel-wrapper .ui-galleria-panel img
		{
		height: 200px !important;
	}
}
/* /p:galleria */

/* FORCE BOOTSTRAP BUTTON (Testando compatibilidades ainda) */
.bootstrap-buttons .fc-button,.bootstrap-buttons .ui-button,.bootstrap-buttons .ui-inplace .ui-inplace-display,.bootstrap-checkbox .ui-chkbox-box
	{
	color: #333;
	height: auto;
	display: inline-block;
	padding: 6px 12px;
	margin: 0;
	width: auto;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: -webkit-linear-gradient(top, #FFF 0, #E0E0E0 100%);
	background-image: linear-gradient(to bottom, #FFF 0, #E0E0E0 100%);
	background-repeat: repeat-x;
	border-color: #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.075);
	background-color: #FFF;
}

.bootstrap-buttons .ui-inplace {
	width: 100%;
	height: 34px;
	display: inline-flex;
}

.bootstrap-buttons .ui-inplace .ui-inplace-content {
	width: 100%;
}

.bootstrap-buttons .ui-inplace .ui-inplace-display {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0) !important;
	border-color: #CCC !important;
}

.bootstrap-buttons .btn {
	font-weight: normal;
	font-size: 14px;
	font-family: inherit;
	background-image: -webkit-linear-gradient(top, #FFF 0, #E0E0E0 100%);
	background-image: linear-gradient(to bottom, #FFF 0, #E0E0E0 100%);
	background-repeat: repeat-x;
}

.bootstrap-buttons .fc-button.btn-xs,.bootstrap-buttons .ui-button.btn-xs
	{
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.bootstrap-buttons .fc-button:hover,.bootstrap-buttons .fc-button:focus,.bootstrap-buttons .ui-button:hover,.bootstrap-buttons .ui-button:focus,.bootstrap-buttons .ui-inplace .ui-inplace-display:focus,.bootstrap-buttons .ui-inplace .ui-inplace-display:hover
	{
	background-color: #E0E0E0;
	background-position: 0 -15px;
	border-color: #ADADAD;
	text-decoration: none;
	outline: 0;
}

.bootstrap-buttons .fc-button:active,.bootstrap-buttons .fc-button.ui-state-down,.bootstrap-buttons .ui-button:active,.bootstrap-buttons .ui-button.ui-state-down,.bootstrap-buttons .ui-button.ui-state-active,.bootstrap-buttons .ui-inplace .ui-inplace-display:active
	{
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-buttons .btn-primary {
	color: #FFF;
	background-color: #428BCA;
	border-color: #357EBD;
	background-image: -webkit-linear-gradient(top, #428BCA 0, #2D6CA2 100%);
	background-image: linear-gradient(to bottom, #428BCA 0, #2D6CA2 100%);
	background-repeat: repeat-x;
	border-color: #2B669A;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',
		endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.bootstrap-buttons .btn-primary:hover,.bootstrap-buttons .btn-primary:focus
	{
	color: #FFF;
	background-color: #3276B1;
	border-color: #285E8E;
	background-color: #2D6CA2;
	background-position: 0 -15px;
}

.bootstrap-buttons .btn-primary:active,.btn-primary.fc-button.ui-state-down
	{
	background-color: #2D6CA2;
	border-color: #2B669A;
}

.bootstrap-buttons .btn-group .btn-default.active {
	border-color: #AFAFAF;
	background-image: -webkit-linear-gradient(top, #C7C7C7 0, #DADADA 100%);
	background-image: linear-gradient(to bottom, #C7C7C7 0, #DADADA 100%);
}

.bootstrap-buttons .fc-button.ui-corner-right,.bootstrap-buttons .ui-button.ui-corner-right,.bootstrap-buttons .fc-button.ui-corner-all,.bootstrap-buttons .ui-button.ui-corner-all
	{
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.bootstrap-buttons .fc-button.ui-corner-left,.bootstrap-buttons .ui-button.ui-corner-left,.bootstrap-buttons .fc-button.ui-corner-all,.bootstrap-buttons .ui-button.ui-corner-all
	{
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.bootstrap-buttons .ui-button .ui-button-text {
	padding: 0;
	display: inline;
}

.bootstrap-buttons .ui-button+.ui-button {
	margin-left: 20px;
}

.bootstrap-buttons .input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle
	{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.bootstrap-buttons .ui-inputfield,.bootstrap-buttons .ui-inputtext,.bootstrap-buttons .ui-inputfield.ui-state-focus,.bootstrap-buttons textarea.ui-inputfield
	{
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-family: inherit;
}

.bootstrap-buttons .ui-inputfield.ui-state-focus {
	border-color: #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

.bootstrap-buttons .form-control-calendar>.ui-inputfield {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-family: inherit;
	margin: 0;
	padding: 6px 12px;
	text-align: center;
	border-radius: 4px;
	display: block;
	width: 100%;
}

.bootstrap-buttons .form-control-calendar>.ui-inputfield:focus,.bootstrap-buttons .form-control-calendar>.ui-inputfield:active
	{
	outline: 0;
	z-index: 10;
	position: relative;
	border-color: #66AFE9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	outline: 0;
	border-color: #66AFE9;
}

.bootstrap-buttons .form-control.select-control {
	padding: 0;
	color: #555;
	font-size: 14px;
	background: none;
	font-weight: normal;
	width: 100% !important;
	border: 1px solid #CCC;
	background-color: #FFF;
	background-image: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bootstrap-buttons .form-control.select-control.ui-state-focus {
	border-color: #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

.bootstrap-buttons .form-control.select-control .ui-helper-hidden-accessible
	{
	width: 0;
	height: 0;
	position: relative !important;
}

.bootstrap-buttons .form-control.select-control .ui-selectonemenu-label
	{
	border: none;
	position: relative;
	width: 100% !important;
	text-align: left;
	height: 32px;
	line-height: 1.428571429;
	padding: 6px 12px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-buttons .form-control.select-control .ui-selectonemenu-trigger
	{
	width: auto;
	padding: 6px 12px;
	font-weight: normal;
	background-image: -webkit-linear-gradient(top, #FFF 0, #E0E0E0 100%);
	background-image: linear-gradient(to bottom, #FFF 0, #E0E0E0 100%);
	background-repeat: repeat-x;
	border-color: #CCC;
}

.bootstrap-buttons .form-control.select-control .ui-selectonemenu-trigger:hover,.bootstrap-buttons .form-control.select-control .ui-selectonemenu-trigger:focus,.bootstrap-buttons .form-control.select-control .ui-selectonemenu-trigger.ui-state-hover
	{
	background-color: #E0E0E0;
	background-position: 0 -15px;
	border-color: #ADADAD;
	text-decoration: none;
	outline: 0;
}

.bootstrap-buttons .form-control.calendar-control {
	padding: 0;
}

.bootstrap-buttons .form-control.calendar-control .ui-inputfield {
	border: none;
	margin: 0;
	padding: 0 12px;
	height: 34px;
	width: 100%;
	text-align: center;
	background: none;
}

/* BOOTSTRAP BOOLEAN CHECKBOX */
.bootstrap-checkbox .ui-helper-hidden-accessible {
	display: none;
}

.bootstrap-checkbox .ui-chkbox-box {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.bootstrap-checkbox .ui-chkbox-box .ui-chkbox-icon {
	width: 12px;
	display: inline-block !important;
}

/* BOOTSTRAP BOOLEAN COMMAND BUTTON */
.btn.btn-xs.btn-checkbox {
	width: 12px;
	height: 12px;
	padding: 0;
	margin-right: 10px;
	border-color: #979797;
	background-image: -webkit-linear-gradient(top, #FFF 0, #E0E0E0 100%);
	background-image: linear-gradient(to bottom, #FFF 0, #E0E0E0 100%);
	background-repeat: repeat-x;
}

.btn.btn-xs.btn-checkbox span {
	left: 0;
	top: -6px;
	font-size: 14px;
}

.btn.btn-xs.btn-checkbox span.ui-chkbox-label {
	position: relative;
	margin-top: 0;
	margin-left: 10px;
}

.btn.btn-xs.btn-checkbox .ui-helper-hidden-accessible {
	display: none;
}

.btn.btn-xs.btn-checkbox .ui-chkbox-box {
	background: none;
	border: none;
	width: 12px;
	height: 12px
}

.btn.btn-xs.btn-checkbox .ui-chkbox-box .ui-chkbox-icon {
	width: 12px;
	height: 12px;
}

.btn.btn-xs.btn-checkbox span.check-off:before,.btn.btn-xs.btn-checkbox .ui-chkbox-box .ui-chkbox-icon:before
	{
	content: "";
}

.btn.btn-xs.btn-checkbox span.check-on:before,.btn.btn-xs.btn-checkbox .ui-chkbox-box .ui-icon-check:before
	{
	content: "✔";
}

/* FORCE BOOTSTRAP TABLE */
.bootstrap-table {
	/* 	overflow-x: scroll; */
	padding-bottom: 15px;
}

.bootstrap-table.no-scroll {
	overflow-x: visible;
}

.bootstrap-table .ui-paginator {
	background: #FFF;
	border: none;
	padding: 0;
	margin: 10px 0;
}

.bootstrap-table .ui-paginator>span {
	color: #428BCA;
	padding: 4px 10px 2px;
	margin: 0 0 0 -1px;
	border: none;
	background: none;
	border: 1px solid #DDD;
	background-color: #fff;
}

.bootstrap-table .ui-paginator>span:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.bootstrap-table .ui-paginator>span:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* TODO */
.bootstrap-table .ui-paginator>span:hover,.bootstrap-table .ui-paginator>span:focus,.bootstrap-table .ui-paginator>span.ui-state-hover
.bootstrap-table .ui-paginator>span>.ui-paginator-page:focus,.bootstrap-table .ui-paginator>span>.ui-paginator-page:hover,.bootstrap-table .ui-paginator>span.ui-state-hover>.ui-paginator-page
	{
	background-color: #EEE;
	color: #2A6496;
}

.bootstrap-table .ui-paginator>span>span {
	width: 12px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.428571429;
	text-decoration: none;
	font-size: 12px;
	margin-right: -1px;
	font-weight: normal;
	overflow: hidden !important;
}

.bootstrap-table .ui-paginator>span.ui-paginator-prev {
	padding-left: 6px;
	padding-right: 9px;
}

.bootstrap-table .ui-paginator>span.ui-paginator-next {
	padding-right: 6px;
	padding-left: 9px;
}

.bootstrap-table .ui-paginator>span.ui-paginator-pages {
	padding: 0;
	border: none;
	position: relative;
	top: 7px;
	max-height: 29px;
}

.bootstrap-table .ui-paginator>span>.ui-paginator-page {
	color: #428BCA;
	background: #FFF;
	border: 1px solid #DDD;
	margin: 0;
	width: 28px;
	padding: 5px 0;
}

.bootstrap-table .ui-paginator>span>.ui-paginator-page.ui-state-active {
	color: #FFF;
	cursor: default;
	background-color: #428BCA;
	border-color: #428BCA;
	font-weight: normal;
}

.bootstrap-table.hide-paginator-top .ui-paginator-top {
	display: none;
}

.bootstrap-table table,.bootstrap-table table tr,.bootstrap-table table th,.bootstrap-table table td,.bootstrap-table table thead,.bootstrap-table table tfoot,.bootstrap-table table tbody
	{
	border: none;
}

.bootstrap-table table td,.bootstrap-table table th
	/* ,.bootstrap-table .ui-datatable-scrollable-header */ {
	background: #fff !important;
}

.bootstrap-table table tr th,.bootstrap-table table tr td {
	padding: 8px;
	text-align: left;
	line-height: 1.428571429;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333 !important;
}

.bootstrap-table table tr td.text-right {
	text-align: right;
}

.bootstrap-table table tr th {
	border: none !Important;
	vertical-align: middle;
	border-bottom: 2px solid #DDD !important;
}

.bootstrap-table table tr td.bootstrap-table-middle {
	vertical-align: middle;
}

.bootstrap-table table .ui-column-filter {
	display: inline-block;
	margin-left: 10px;
	border-radius: 4px;
}

.bootstrap-table table tr td {
	vertical-align: top;
	border-top: 1px solid #DDD;
}

.bootstrap-table table tr td .btn-xs+.btn-xs {
	margin-left: 10px;
}

.bootstrap-table .ui-row-editor span {
	width: 2em !important;
	padding: 1px 5px;
	font-size: 12px;
	height: 22px;
	line-height: 1.4;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top, #FFF 0, #E0E0E0 100%);
	background: linear-gradient(to bottom, #FFF 0, #E0E0E0 100%);
	background-repeat: repeat-x;
	border-color: #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.075);
	background-color: #FFF;
}

.bootstrap-table .ui-row-editor span:hover,.bootstrap-table .ui-row-editor span:focus
	{
	background-color: #E0E0E0;
	background-position: 0 -15px;
	border-color: #ADADAD;
	text-decoration: none;
	outline: 0;
}

.bootstrap-table .ui-row-editor span:active {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-table .text-center,.bootstrap-table .text-center .ui-row-editor
	{
	text-align: center;
}

.bootstrap-table .text-center,.bootstrap-table .text-center .ui-row-editor span
	{
	float: none;
}

.bootstrap-table .ui-datatable-footer {
	border: none;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-image: none;
	background-color: #FFF;
	padding: 5px;
}

.bootstrap-table .ui-datatable-footer>label {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

/* FORCE BOOTSTRAP TABLE-STRIPED */
.table-striped table tbody tr:nth-child(odd)>td,.table-striped table tbody tr:nth-child(odd)>th
	{
	background-color: #F9F9F9 !important;
}

/* FORCE BOOTSTRAP TABLE-HOVER */
.table-hover table tbody tr:hover>td {
	background-color: #CDDFFF !important;
}

/* FORCE BOOTSTRAP TABLE-SELECT */
.bootstrap-table table tbody tr.select>td {
	background-color: #FFFFBE !important;
}

/* FORCE BOOTSTRAP TABLE-ALERT */
.bootstrap-table table tbody tr.alert>td {
	background-color: #FFCCCC !important;
}

/* FORCE MAX LINE IN TABLES */
.table-max-line-1 table tbody tr td .max-line {
	max-height: 18px;
	overflow: hidden;
}

.table-max-line-2 table tbody tr td .max-line {
	max-height: 36px;
	overflow: hidden;
}

/* FORCE PRIMEFACES SELECT ONE BUTTON */
.bootstrap-buttons .force-group-button.ui-selectonebutton .ui-button+.ui-button
	{
	margin-left: -1px;
}

.bootstrap-buttons .force-group-button.ui-selectonebutton .ui-button.ui-state-active
	{
	color: #FAFAFA;
	background-color: #B4B4B4;
}

.bootstrap-buttons .force-active {
	color: #FAFAFA;
	background-color: #B4B4B4;
	border-color: #ADADAD;
	background-image: none;
	outline: 0;
	text-decoration: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-buttons .force-active:hover,.bootstrap-buttons .force-active:focus
	{
	background-color: #D1D1D1;
	background-position: 0 -15px;
}

/* FORCE BOOTSTRAP DIALOG CONTENT SCROLL TABLE */
.question-content-scroll  .bootstrap-table {
	height: 100%;
}

.question-content-scroll .ui-datatable-tablewrapper {
	height: 0;
}

/* FORCE QUESTION MODAL */
.question-modal,.question-modal-scroll.question-modal>div {
	max-width: 80%;
	max-height: 80%;
	border-radius: 6px;
	background-color: #FFF;
	z-index: 9999 !important;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
}

.question-modal .ui-dialog-content {
	padding: 0;
}

.question-modal .ui-panel {
	width: auto !important;
}

.question-modal .question-modal-head>h4,.question-modal .question-modal-body,.question-modal .question-modal-footer
	{
	padding: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
}

.question-modal .question-modal-head>h4 {
	margin: 0;
	padding: 15px;
	font-size: 18px;
	border-bottom: 1px solid #E5E5E5;
}

.question-modal .question-modal-head>h4>.ui-icon-closethick {
	float: right;
}

.question-modal .question-modal-body div {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
}

.question-modal .question-modal-footer {
	padding: 15px;
	border-top: 1px solid #E5E5E5;
}

.question-modal-scroll>div {
	visibility: visible;
	z-index: 1003;
	position: relative;
	/* definir o min-height em style */
}

.question-modal.question-full-modal,.question-modal-scroll.question-modal.question-full-modal>div
	{
	max-width: 100%;
	max-height: 100%;
	top: 5% !important;
	left: 5% !important;
	width: 90% !important;
	height: 90% !important;
}

.question-modal.question-full-modal>div,.question-modal.question-full-modal>div>.full-container
	{
	width: 100%;
	height: 100% !important;
}

.question-modal.question-full-modal>div>.full-container {
	display: table;
}

.question-modal.question-full-modal>div>.full-container>div {
	display: table-row;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-body
	{
	padding: 0;
	height: 100%;
	min-height: 455px;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-body>.question-full-fix
	{
	height: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-body>.question-full-fix>div
	{
	height: 100%;
	padding: 15px;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-body>.question-full-collum>div
	{
	width: 100%;
	display: table;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-body>.question-full-collum .question-full-collum-scroll
	{
	height: 100%;
	display: block;
	overflow-y: scroll;
	width: 100% !important;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-body>.question-full-collum .question-full-collum-scroll>div
	{
	max-height: 100%;
	width: 100%;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-body>.question-full-collum>div>div
	{
	display: table-cell;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-body>.question-full-collum .list-group .list-group-item.active
	{
	color: #ffffff;
	font-size: 1.3em;
	text-shadow: 0 -1px 0 #3071A9;
	background-image: -webkit-linear-gradient(top, #428BCA 0, #3278B3 100%);
	background-image: linear-gradient(to bottom, #428BCA 0, #3278B3 100%);
	background-repeat: repeat-x;
	border-color: #3278B3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',
		endColorstr='#ff3278b3', GradientType=0);
}

.question-modal.question-full-modal>div>.full-container>.question-modal-footer>button
	{
	margin-top: 15px;
	margin-bottom: 15px;
}

.question-modal.question-full-modal>div>.full-container>.question-modal-footer>button:last-child
	{
	margin-right: 15px;
}

.question-modal-scroll,.question-modal-scroll.question-modal.question-full-modal
	{
	display: none;
	position: fixed;
	max-width: 100%;
	max-height: 100%;
	top: 0 !important;
	left: 0 !important;
	padding-bottom: 1.5%;
	width: 100% !important;
	height: 100% !important;
	z-index: 9998 !important;
	overflow: scroll !important;
	border-radius: 0 !important;
	background: rgba(0, 0, 0, 0);
}

.question-content-scroll .question-scroll-fix>div {
	/* 	overflow-y: scroll; */
	
}

/* FORCE CUSTOM MAP */
.custom-map,.custom-map>div {
	width: 100%;
	height: 100%;
	position: relative;
}

.custom-map .map-buttons {
	top: 6px;
	left: 80px;
	width: 76px;
	height: auto;
	position: absolute;
	z-index: 10;
}

.question-full-collum .custom-map .map-buttons {
	left: 95px;
}

.custom-map div [title~=desenhar],.custom-map div [title~=Desenhar] {
	display: none;
}

.custom-map .buttons-collapse {
	display: block;
	margin-top: 2px;
}

.custom-map .btn-group-vertical>.btn-group:last-child>.btn:first-child {
	margin-top: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.custom-map .btn-group-vertical>.btn-group:last-child>.btn:first-child.collapsed
	{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.custom-map .btn-group-vertical .collapse .btn-xs,.custom-map .btn-group-vertical .in .btn-xs,.custom-map .btn-group-vertical .collapsing .btn-xs
	{
	width: 100%;
	margin-left: 0;
	margin-top: -1px;
	border-radius: 0;
	background: #ffffff;
	margin-left: 0;
	white-space: normal;
}

.custom-map-scroll.question-modal-scroll>div {
	min-height: 522px;
}

/* INPUT GROUP DATE RANGE */
.input-group-date-range {
	display: inline-block;
}

br+.input-group-date-range {
	margin-top: 15px;
}

.input-group-date-range+.form-group,.input-group-date-range+.input-group-date-range
	{
	margin-left: 15px;
}

.input-group-date-range .form-group>label,.input-group-date-range .form-group .ui-inputfield
	{
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-family: inherit;
	margin: 0;
	padding: 6px 12px;
}

.input-group-date-range .form-group>label {
	padding: 6px 12px;
	border-right: none;
	font-weight: normal;
	background-image: -webkit-linear-gradient(top, #FFF 0, #E0E0E0 100%);
	background-image: linear-gradient(to bottom, #FFF 0, #E0E0E0 100%);
	background-repeat: repeat-x;
	border-color: #CCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.075);
	background-color: #E0E0E0;
	background-position: 0 -15px;
}

.input-group-date-range .form-group:first-child>label:first-child {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.input-group-date-range .form-group {
	margin-right: -4px;
}

.input-group-date-range .form-group:last-child {
	margin-right: 0;
}

.input-group-date-range .form-group:first-child .btn:first-child {
	margin-right: -1px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
}

.input-group-date-range .form-group:last-child .btn:last-child {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-date-range .form-group:last-child .ui-inputfield:last-child
	{
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.input-group-date-range .form-control.select-control {
	width: 200px !important;
	border-radius: 0;
	margin: -3px 0 0;
}

.ui-selectonemenu-panel {
	z-index: 1050 !important;
}

.input-group-date-range .form-control.select-control .ui-helper-hidden-accessible
	{
	height: 0;
	position: relative !important;
}

.input-group-date-range .form-control.select-control .ui-selectonemenu-label
	{
	border: none;
	position: relative;
	width: 100% !important;
	text-align: left;
}

.input-group-date-range .form-control.select-control .ui-selectonemenu-trigger
	{
	width: auto;
	padding: 6px 12px;
	font-weight: normal;
	background-image: -webkit-linear-gradient(top, #FFF 0, #E0E0E0 100%);
	background-image: linear-gradient(to bottom, #FFF 0, #E0E0E0 100%);
	background-repeat: repeat-x;
	border-color: #CCC;
}

.input-group-date-range .form-control.select-control .ui-selectonemenu-trigger:hover,.input-group-date-range .form-control.select-control .ui-selectonemenu-trigger:focus,.input-group-date-range .form-control.select-control .ui-selectonemenu-trigger.ui-state-hover
	{
	background-color: #E0E0E0;
	background-position: 0 -15px;
	border-color: #ADADAD;
	text-decoration: none;
	outline: 0;
}

.ui-selectonemenu-panel {
	padding: 5px 0px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.14902);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
	box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
	background-clip: padding-box;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.ui-selectonemenu-panel .ui-selectonemenu-items {
	padding: 0;
}

.ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item {
	padding: 3px 20px;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}

.ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item:hover,.ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item:focus,.ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-hover
	{
	color: #262626;
	text-decoration: none;
	background-color: #f0f0f0;
	background-image: none;
}

.ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight
	{
	background-color: #dadada;
	background-image: none;
}

.input-group-date-range .ui-inputfield {
	text-align: center;
}

.input-group-date-range .form-group .ui-inputfield.ui-state-focus,.input-group-date-range .form-group .ui-inputfield:focus,.input-group-date-range .form-group .ui-inputfield:active
	{
	outline: 0;
	z-index: 10;
	position: relative;
	border-color: #66AFE9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	outline: 0;
	border-color: #66AFE9;
}

/* BUTTON GROUP BLOCK */
.btn-block.btn-group {
	padding: 0;
}

.btn-block.btn-group span:first-child {
	display: table-cell !important;
	padding: 6px 12px !important;
}

.btn-block.btn-group span:last-child {
	display: table-cell;
	padding: 6px 12px !important;
	border-left: 1px solid #2B669A !important;
}

.btn-block.btn-group:focus span:last-child,.btn-block.btn-group:hover span:last-child
	{
	border-color: #285E8E;
}
/* RESPONSIVE INPUT GROUP */
.input-group-responsive .row>div {
	padding: 0;
}

.input-group-responsive .row>div>button {
	width: 100%;
}

.input-group-responsive .row>div>.form-control-calendar {
	width: 100%;
	display: block;
}

.input-group-responsive .row>div>.form-control-calendar>.ui-inputfield {
	width: 100%;
}

.input-group-responsive .row>div>button,.input-group-responsive .row>div>.form-control-calendar>.ui-inputfield
	{
	margin-bottom: 15px;
	border-radius: 0 !important;
}

.input-group-responsive .row>div:first-child>button,.input-group-responsive .row>div:first-child>.form-control-calendar>.ui-inputfield
	{
	-moz-border-radius-topleft: 4px !important;
	-webkit-border-top-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
	-moz-border-radius-bottomleft: 4px !important;
	-webkit-border-bottom-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.input-group-responsive .row>div:last-child>button,.input-group-responsive .row>div:last-child>.form-control-calendar>.ui-inputfield
	{
	-moz-border-radius-topright: 4px !important;
	-webkit-border-top-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	-moz-border-radius-bottomright: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

/* SPAN WIDTH */
.span-width p>span:first-child {
	display: inline-block;
	width: 100px;
	color: #428BCA;
	text-align: right;
	padding-right: 15px;
}

.span-width.span-plus-30 p>span:first-child {
	width: 130px;
}

/* BOOTSTRAP LIST PICKER */
.bootstrap-pick-list.ui-picklist {
	width: 100%;
}

.bootstrap-pick-list.ui-picklist .ui-picklist-caption {
	color: #FFF;
	background: none;
	background-color: #428BCA;
	border-color: #428BCA;
	padding: 5px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	font-weight: normal;
}

.bootstrap-pick-list.ui-picklist .ui-picklist-list {
	width: auto;
	border-color: #428BCA;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	font-weight: normal;
}

.bootstrap-pick-list.ui-picklist.ui-picklist .ui-picklist-list li {
	margin: 0;
	padding: 2px 10px;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
}

.bootstrap-pick-list.ui-picklist.ui-picklist .ui-picklist-list li:last-child
	{
	border: none;
}

.bootstrap-pick-list.ui-picklist.ui-picklist .ui-picklist-list li:hover,.bootstrap-pick-list.ui-picklist.ui-picklist .ui-picklist-list li:focus
	{
	background: none;
	background-color: #F5F5F5;
}

.bootstrap-pick-list.ui-picklist .ui-button {
	display: block !important;
	margin: 0 auto 15px !important;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.bootstrap-pick-list.ui-picklist .ui-button:last-child {
	margin-bottom: 0 !important;
}

.bootstrap-pick-list.ui-picklist .ui-button .ui-icon-arrowstop-1-w:before
	{
	content: "\e070";
}

.bootstrap-pick-list.ui-picklist .ui-button .ui-icon-arrow-1-w:before {
	content: "\e071";
}

.bootstrap-pick-list.ui-picklist .ui-button .ui-icon-arrow-1-e:before {
	content: "\e075";
}

.bootstrap-pick-list.ui-picklist .ui-button .ui-icon-arrowstop-1-e:before
	{
	content: "\e076";
}

/* BOOTSTRAP DATEPICKER */
.ui-datepicker {
	width: 268px;
	padding: 0px;
	margin: -5px 5px;
	border-radius: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 14px !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.ui-datepicker .ui-datepicker-header,.ui-datepicker .ui-timepicker-div .ui-widget-header
	{
	padding: 0;
	border: none;
	height: 28px;
	background: none;
	position: relative;
	margin: 5px 5px 0;
}

.ui-datepicker .ui-datepicker-header a {
	padding: 4px;
}

.ui-datepicker .ui-datepicker-header a:hover,.ui-datepicker .ui-datepicker-header a:focus
	{
	padding: 4px;
	background: none;
	border: none;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-header a span {
	left: 0;
	position: relative;
	top: 1px;
	height: 16px;
	text-indent: initial;
	background-image: none;
	display: inline-block !important;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	float: none;
	margin: 0;
	width: 16px;
	color: #333;
}

.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-w:before
	{
	font-size: 16px;
	content: "\e091";
}

.ui-datepicker .ui-datepicker-header a span.ui-icon-circle-triangle-e:before
	{
	font-size: 16px;
	content: "\e092";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	height: 28px;
	line-height: 25px;
	padding: 1px 5px;
	margin: 0 28px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year
	{
	width: 85px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year
	{
	margin-left: 14px;
}

.ui-datepicker .ui-datepicker-calendar,.ui-datepicker .ui-timepicker-div>dl
	{
	width: 254px;
	margin: 0 auto;
}

.ui-datepicker .ui-datepicker-calendar tr {
	padding: 0;
}

.ui-datepicker .ui-datepicker-calendar th {
	border: 0;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 2px;
	text-align: center;
	width: 36px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-datepicker .ui-datepicker-calendar td {
	border: 0;
	width: 36px;
	padding: 2px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-datepicker .ui-datepicker-calendar td a {
	padding: 0;
	display: block;
	background: none;
	text-align: center;
	border-radius: 4px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid transparent;
}

.ui-datepicker .ui-datepicker-calendar td a:hover,.ui-datepicker .ui-datepicker-calendar td a:focus,.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current:hover,.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current:focus
	{
	background-color: #EEE;
	border: 1px solid #CCC;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
	color: #FFF;
	font-weight: 300;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',
		endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-color: #428BCA;
	border-color: #357EBD;
	background-image: -webkit-linear-gradient(top, #428BCA 0, #2D6CA2 100%);
	background-image: linear-gradient(to bottom, #428BCA 0, #2D6CA2 100%);
	background-repeat: repeat-x;
	border-color: #2B669A !important;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
	background-color: #E0E0E0;
	/* background-position: 0 -15px; */
	border-color: #ADADAD;
	text-decoration: none;
	outline: 0;
}

.ui-datepicker .ui-datepicker-buttonpane {
	padding: 0;
	border: none;
	margin: 0 8px;
}

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
	float: none;
	width: 100%;
	display: block;
	background: none;
	font-weight: 600;
	padding: 3px 10px;
	padding: 3px 10px;
	border-radius: 4px;
	margin: 5px auto !important;
	border: 1px solid transparent;
}

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
	display: none;
}

.ui-datepicker .ui-timepicker-div>dl .ui_tpicker_hour,.ui-datepicker .ui-timepicker-div>dl .ui_tpicker_minute
	{
	margin: 6px 10px 10px 70px;
}

.ui-datepicker .ui-timepicker-div>dl .ui-slider {
	border-color: #CCC;
	background: #F1F1F1;
	border-radius: 5px !important;
}

.ui-datepicker .ui-timepicker-div>dl .ui-slider .ui-slider-handle {
	background-image: -webkit-linear-gradient(top, #F1F1F1 0, #CCC 100%);
	background-image: linear-gradient(to bottom, #F1F1F1 0, #CCC 100%);
	background-repeat: repeat-x;
	border-color: #CCC;
	border-radius: 10px;
	width: 18px;
	height: 18px;
	top: -6px;
}

/* BOOTSTRAP FILL SPLIT */
.fillsplit {
	position: relative;
}

.fillsplit .dropdown-lead {
	width: 100%;
}

.btn-group.btn-block.fillsplit .dropdown-lead span {
	display: inline-block !important;
	padding: 0 !important;
	border: none !important;
}

.fillsplit .leadcontainer {
	left: 0;
	position: absolute;
	right: 30px;
}

.fillsplit .leadcontainer .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.fillsplit .dropdown-toggle {
	width: 30px;
	float: right;
	padding: 6px 10px;
	box-sizing: border-box;
}

.btn-group.btn-block.fillsplit .dropdown-toggle .caret {
	display: inline-block !important;
	padding: 0 !important;
}

/* FORCE GLIFICON (poucos icones convertidos) */
.force-glyphicon .fc-icon-wrap {
	top: 1px;
}

.force-glyphicon .ui-icon {
	left: 0;
	position: relative;
	top: 1px;
	float: none;
	margin: 0;
	text-indent: initial;
	height: auto;
	background-image: none;
	display: inline-block !important;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

.force-glyphicon .ui-icon.boolean-button {
	color: #999;
}

.ui-datatable .ui-row-editor .ui-icon-check,.ui-datatable .ui-row-editor .ui-icon-close
	{
	display: none !important;
}

.force-glyphicon .ui-icon:hover,.force-glyphicon .ui-icon:focus {
	background-image: none;
}

.force-glyphicon .ui-icon:empty {
	width: 1.2em;
}

.force-glyphicon .ui-icon.ui-button-icon-left {
	margin-right: 5px;
}

.force-glyphicon .ui-icon.ui-button-icon-right {
	float: right;
	margin-left: 5px;
}

.force-glyphicon .ui-button-icon-only .ui-icon {
	float: none;
	margin: 0;
}

.force-glyphicon .ui-button-icon-only .ui-button-text {
	display: none;
}

.force-glyphicon .glyphicon-tags {
	width: 1.5em !important;
}

.force-glyphicon .ui-icon-circle-triangle-e:before {
	content: "\e131";
}

.force-glyphicon .ui-icon-circle-triangle-w:before {
	content: "\e132";
}

.force-glyphicon .ui-icon-plusthick:before {
	content: "\2b";
}

.force-glyphicon .ui-icon-disk:before {
	content: "\e172";
}

.force-glyphicon .ui-icon-check:before {
	content: "\e013";
}

.force-glyphicon .ui-icon-pencil:before {
	content: "\270f";
}

.force-glyphicon .ui-icon-close:before,.force-glyphicon .ui-icon-closethick:before
	{
	content: "\e014";
}

.force-glyphicon .ui-icon-search:before {
	content: "\e003";
}

.force-glyphicon .ui-icon-seek-first:before {
	content: "\e070";
}

.force-glyphicon .ui-icon-seek-prev:before {
	content: "\e071";
}

.force-glyphicon .ui-icon-seek-next:before {
	content: "\e075";
}

.force-glyphicon .ui-icon-seek-end:before {
	content: "\e076";
}

.force-glyphicon .ui-icon-triangle-1-s {
	font-family: 'Elusive-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 0.7em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.force-glyphicon .ui-icon-triangle-1-s:before {
	content: "\e706";
}

/* REMOVE PRIMEFACES BORDER/PADDING PANEL */
.no-panel .ui-panel,.no-panel.ui-panel,.no-panel .ui-panel .ui-panel-content,.no-panel.ui-panel .ui-panel-content
	{
	padding: 0;
	border: none;
}

/* REMOVEs (NOs) */
.no-padding {
	padding: 0;
}

.no-margin-top {
	margin-top: 0;
}

/* COLORED ICONS */
.colored-icons .glyphicon-eye-open {
	color: #007AFF;
}

.colored-icons .glyphicon-star {
	color: #FFA300;
}

/* CORREÇÕES */
.row {
	margin-right: 0;
	margin-left: 0;
}

.btn span {
	padding: 0 !important;
}

.jumbotron-sm {
	padding: 20px 10px 10px !important;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
}

.lead {
	zoom: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadcrumb {
	zoom: normal;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-widget-overlay {
	position: fixed;
}

div.ui-datepicker {
	z-index: 9999 !important;
	position: fixed !important;
}

button.close {
	font-size: 21px;
	font-family: inherit;
}

.modal-body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

.form-inline>.form-group+.form-group {
	margin-left: 15px;
}

.text-left {
	text-align: left !important;
}

.panel.panel-default {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
}

[class*="el-icon-"] {
	font-family: 'Elusive-Icons' !important;
}

.btn-block {
	width: 100% !important;
}

/* AJUSTES */
.btn-w-140 {
	width: 140px !important;
}

/* MEDIAS MAX WIDTH */
@media ( max-width : 680px ) {
	.responsive-calendar .fc-header .fc-header-center {
		display: none;
	}
}

@media ( max-width : 767px) {
	.sideBar-tabView>div {
		padding-left: 0 !important;
	}
	.sideBar-tabView>ul,.sideBar-tabView>form>ul {
		left: -200px;
	}
	.sideBar-toggle {
		left: 20px;
		float: left;
		display: block;
		margin-left: -40px;
	}
	.sideBar-toggle.toggle {
		left: 10px;
	}
}

@media ( max-width : 991px ) {
	.sideBar-tabView .container .row>div {
		margin-bottom: 20px;
	}
}

/* MEDIAS MAX HEIGHT */
@media ( max-height : 131px) {
	.container {
		min-height: 131px;
	}
}

/* MEDIAS MIN WIDTH */
@media ( min-width : 767px ) {
	.sideBar-tabView>ul,.sideBar-tabView>form>ul {
		left: 0 !important;
	}
	.sideBar-background {
		display: none !important;
	}
}

@media ( min-width : 992px ) {
	.panel .row {
		margin-bottom: 15px;
	}
}

/* MEDIAS MIN HEIGHT */
@media ( min-height : 100% ) {
	.sideBar-tabView {
		position: relative;
	}
}

/* MEDIAS MIN~MAX WIDTH*/
@media ( min-width : 992px ) and ( max-width : 1505px ) {
	.responsive-calendar .fc-header .fc-header-center {
		display: none;
	}
}

@media ( min-width : 768px ) and ( max-width : 880px ) {
	.responsive-calendar .fc-header .fc-header-center {
		display: none;
	}
}

.cellimpar {
	background-color: #eee !important;
}

.dcol {
	display: inline-block !important;
	margin-left: -2px !important;
	margin-right: -2px !important;
}

.dtable {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 4px !important;
	min-height: 28px !important;
}

.container a.btn-default {
    color: #333;
}

.container a.btn-primary,
.container a.btn-success,
.container a.btn-info,
.container a.btn-warning,
.container a.btn-danger {
    color: #fff;
}

.container a.btn-primary:hover,
.container a.btn-success:hover,
.container a.btn-info:hover,
.container a.btn-warning:hover,
.container a.btn-danger:hover {
    color: #fff;
}

/* PM-Checkbox */
a.pm-checkbox {
        margin: 4px;
        width: 16px;
        height: 16px;
    line-height: 16px;
        position: relative;
        text-align: center;
    border-radius: 4px;
        display: inline-block;
        text-decoration: none;
        border: 1px solid #dddddd;
}
 
a.pm-checkbox:before {
        top: 50%;
        left: 50%;
        width: 0px;
        height: 0px;
        content: " ";
        position: absolute;
        border-radius: 50%;
        transition: all 250ms;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0);
}
 
a.pm-checkbox > span {
        display: block;
        opacity: 0;
    width: 16px;
    height: 16px;
    display: block;
        color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-radius: 4px;
        border: 1px solid #00796B;
    background-color: #009688;
}
 
a.pm-checkbox.selected {
        border: none;
}
 
a.pm-checkbox.selected > span {
        opacity: 1;
}
 
a.pm-checkbox:active:before {
        width: 24px;
        height: 24px;
        background-color: rgba(0, 0, 0, 0.1);
}
