html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
}

body i {
	margin-right: 5px;
}

a, a:hover {
	color: #0c699e;
}

h1 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font: 38px 'Tahoma', Arial, sans-serif;
}

h1 img {
	margin-right: 20px;
}

h4.tlt {
	font-size: 17px;
	padding-bottom: 4px;
	margin-bottom: 16px;
	border-bottom: 1px solid #084073;
}

h4.tlt-padd {
    padding: 0 0 20px 22px;
    font-size: 18px;
}

h4.tlt-padd-min {
	padding-bottom: 10px;
}

h5 {
	font-size: 15px;
}

em.inativo {
	color: #bd6567;
	font-size: 12px;
	font-style: normal;
}

label span {
	color: #bd6567;
	font-size: 11px;
}

p.error {
	font-size: 13px;
	color: #971b1e;
	position: absolute;
	bottom: -8px;
	left: 17px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.txtCaps {
	text-transform: capitalize;
}

.well-min {
    padding-top: 5px;
    padding-bottom: 5px;
}

.well-min form.form-page {
    margin-left: 0;
}

.well-min .init-page {
    display: none;
}

.well-min div.tlt {
    width: auto;
    height: 40px;
}

.well-min h5 {
    width: auto;
    float: left;
}

.well-min .btnEditPage {
    margin-top: 5px;
    float: right;
}

.well-min .btnEditPage i {
    font-size: 13px;
    margin-left: 5px;
}

.icon-green {
	color: green;
}

.icon-red {
	color: red;
}

.btn-toolbar {
	text-align: center;
}

.boxFeedback {
	height: 40px;
	padding: 0 0 0 20px;
}

.boxFeedback span {
	display: inline-block;
	cursor: pointer;
	padding: 8px 15px;
}

.boxFeedback span.label-success-excluir,
.boxFeedback span.label-success-reativar {
	display: none;
}

.boxFeedbackHome {
	padding-top: 16px;
}

.boxFeedbackHome span {
	padding: 4px 6px;
}

.box-float,
span.box-float {
    display: block;
    width: 230px;
    float: left;
    position: relative;
}

.box-float-min {
    width: 166px;
    height: auto;
}

.box-float-med {
    width: 304px;
}

.box-float .bgDisabled {
    background: #f5f5f5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.box-float-disabled .bgDisabled {
    display: block;
}

span.info-space {
    display: block;
    font-size: 12px;
    padding-bottom: 8px;
    color: #999;
}

span.clear {
	display: inline-block;
	width: 100%;
	clear: both;
}

.box-tipo {
    display: block;
    padding-top: 10px;
}

.box-tipo h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.btnUrlVideo, .btnUrlVideo:focus {
    outline: none;
}

hr {
	border-bottom: 1px solid #d4d4d4;
}

hr.line-hr {
    margin: 6px 0 36px 0;
}

.feedback-hide {
	cursor: pointer;
}

.tplGray,
.tplGray-color {
	padding: 16px 16px 10px 16px;
	border: 1px solid #fff;
	background: #d8d8d8;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

.tplGrayFirst {
	padding: 0;
	border: 0;
	background: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: relative;
}

.tplGray-color {
	margin-bottom: 10px;
}

.boxItemInst-250 {
	width: 250px;
	margin-right: 16px;
	float: left;
}

.boxItemInst-510 {
	width: 668px;
	height: 60px;
}

.boxItemInst-510 .boxBtnsInst {
	padding-top: 19px;
	padding-left: 10px;
	float: left;
}

.dropdown-menu a.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

.dropdown-menu a.disabled:hover {
	background: transparent;
	color: #000;
}


/* strength_meter plugin */

.strength_meter {
	height:23px;
	width: 154px;
	background:silver;
}

.strength_meter div {
	height:23px;
	width:100%;
	height:23px;
	text-align:center;
	color:black;
	font-weight:bold;
	line-height:23px;
}

.veryweak {
	background-color: #FFA0A0;
	border-color: #F04040!important
}

.weak {
	background-color: #FFB78C;
	border-color: #FF853C!important;
}

.medium {
	background-color: #FFEC8B;
	border-color: #FC0!important;
}

.strong{
	background-color: #C3FF88;
	border-color: #8DFF1C!important;
}

span.post-agendado {
    color: #bd6567;
    font-size: 11px;
}

span.post-agendado i {
    margin-right: 0;
}

span.post-agendado-interna {
    display: none;
    height: 30px;
    line-height: 30px;
    float: right;
}

span.post-agendado-interna.show {
    display: inline-block;
}

.tooltip-inner {
    white-space:pre-wrap;
}

@media (max-width: 1300px){
	.btn-group.btnList a.btn {
		display: block;
		-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
	}
}

ul.listaAreas {
    width: 830px;
    float: left;
    list-style: none;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 40px;
}

ul.listaAreas > li {
    width: 218px;
    height: 184px;
    padding: 10px 15px;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: 0 24px 24px 0;
    background: #b6d9f2;
    position: relative;
}

ul.listaAreas > li.nao-preenchido {
    background: #eee;
}

li.nao-preenchido .checkbox .bgDisabled {
    display: block;
    background: #eee;
    filter: alpha(opacity=0.5); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul.listaAreas .bgDisabledItem {
    display: none;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: alpha(opacity=0.3); -moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3;
}

ul.listaAreas .boxLoad {
    display: none;
    width: 88px;
    height: 22px;
    background: #b6d9f2;
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 5;
    padding: 4px 0;
}

ul.listaAreas .boxLoad img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

ul.listaAreas li h5 {
    height: 42px;
    margin-top: 0;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 4px;
}

ul.listaAreas li h5 span.tlt-min {
    font-size: 10px;
}

ul.listaAreas li h5.tlt-line {
    line-height: 42px;
}

ul.listaAreas li h5.tlt-big {
    margin-bottom: 24px;
    height: 105px;
    line-height: 105px;
}

ul.listaAreas li .btn {
    display: block;
    margin: 18px 0 24px 0;
}

ul.listaAreas .checkbox-empreend {
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    height: 25px;
    float: none;
    position: relative;
    width: 75px;
    margin: 0 auto;
}

ul.listaAreas .checkbox-empreend i {
    display: block;
    width: 20px;
    min-height: 16px;
    margin: 0;
}

ul.listaAreas .checkbox-empreend input {
    display: none;
}

.checkbox-empreend label {
    color: #000;
    line-height: 16px;
    margin: 0;
    float: none;
    width: 75px;
    text-align: center;
    position: absolute;
    top: -11px;
    color: #555;
    font-style: italic;
}

.bootstrap-switch.bootstrap-switch-small {
    min-width: 60px;
    margin: 0 auto;
    display: block;
}

.check-empreend {
    float: left;
}

.dropdown-imovel span.caret {
    margin-top: 9px;
    float: right;
}

.status-empreend {
    width: 300px;
    height: 20px;
    padding-top: 20px;
}

.status-empreend .item {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
}

.status-empreend .txt {
    width: auto;
    height: auto;
    float: left;
    display: block;
    font-size: 12px;
    margin-right: 20px;
    line-height: 16px;
    color: #888;
}

.status-empreend .item-ativo {
    background: #b6d9f2;
}

.status-empreend .item-inativo {
      background: #eee;
}

.pagina-programacao-evento .ui-datepicker-current {
    display: none !important;
}

.row-fluid:after {
    clear: none;
}

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.custom-combobox-input {
    width: 322px;
    background: #fff;
}

.custom-combobox-toggle {
    width: 20px;
}

.custom-combobox-toggle .ui-button-icon {
    margin-top: 7px;
}