input.ng-dirty.ng-invalid, input.ng-dirty.ng-invalid+.input-group-addon,
	select.ng-dirty.ng-invalid, select.ng-dirty.ng-invalid+.input-group-addon,
	select.ng-dirty.ng-invalid+.chosen-container-multi .chosen-choices,
	select.ng-dirty.ng-invalid+.chosen-container-single .chosen-single,
	select.ng-dirty.ng-invalid+.chosen-container+.input-group-addon,
	textarea.ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid+.input-group-addon
	{
	border: 1px solid red;
}
p.reduced {
	margin-bottom: 0px;
	margin-top: 0px;
}
div.ng-dirty.ng-invalid {
	border: 1px solid red;
}

.erro-campo {
	border: 1px solid red;
}

.borda-img {
	border: 1px solid gray;
}

.pagination.paginacao {
	margin: 0px !important;
}

/* Ui select */
.selectize-control {
	/* Align Selectize with input-group-btn */
	top: 2px;
}

.selectize-control>.selectize-dropdown {
	top: 34px;
}

/* Reset right rounded corners, see Bootstrap input-groups.less */
.input-group>.selectize-control>.selectize-input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

/* Cropped image */
img {
	vertical-align: middle;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 2px;
	line-height: 1.52857143;
	background-color: #e1e2e3;
	border: 1px solid #e1e2e3;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

.tab-content>.tab-pane {
	margin: 10px;
}

span.escolha-img {
	opacity: 1;
	background-color: #000000;
	cursor: pointer;
	margin: 0;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.escolha-img:hover {
	opacity: .7;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
	text-align: center;
	padding-top: 10%;
	/*         padding-top: 10px; */
	font-size: 30pt;
}

.user-photo {
	width: 64px;
	height: 64px;
}

foto-pessoa {
	width: 320px;
	height: 240px;
}


.thumb64 {
	width: 64px !important;
	height: 64px !important;
}

.thumb32 {
	width: 32px !important;
	height: 32px !important;
}

.thumb16 {
	width: 16px !important;
	height: 16px !important;
}

.btn2 {
	padding: 2px 10px !important;
}

.list-group-item {
	cursor: pointer;
}

.uploader-drop-zone {
	border: dotted 3px lightgray;
}

.nv-file-over {
	border: dotted 3px red;
}

.img-edicao-ci {
	max-width: 100%;
}

/* Borda Imagem */ 
.img-bordered-sm {
    border: 2px solid #000 !important;
    padding: 0px !important;
}

.alert-morador, .alert-inquilino, .alert-contratado, .alert-funcionario,
.alert-prestador, .alert-visitante {
	font-size: 22px;
	color: #000 !important;
}

/* Verde */
.alert-morador, .alert-inquilino {
	background-color: #00cc44 !important;
}

/* Amarelo */
.alert-visitante {
	background-color: yellow !important;
}

/* Mantem o Azul do Banner */
.alert-funcionario, .alert-contratado, .alert-prestador {
	background-color: #00c0ef !important;
}

/* Vermelho para o Pânico */
.alert-warning {
    background-color: #ff3333 !important;
    border-color: #ff3333 !important;
}

/*  */
.size-img{
	width: 80px !important;
    height: 80px !important;
}

.img-foto{
	border-radius: 10% !important;
	width: 120px !important;
    height: 110px !important;
}

.green {
	color: #00cc44
}
.red {
	color:#ff3333
}


.toggle {
    margin-top: 10px;
}

.toggle > input {
    display: none;
}

.toggle > label {
    position: relative;
    display: block;
    height: 20px;
    width: 44px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle > label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
    content: '';
    transition: all 0.3s ease;
}

.toggle > label:active::after {
    transform: scale(1.15 , 0.85);
}

.toggle > input:checked ~ label {
    background: #6fbeb5;
}

.toggle > input:checked ~ label:after {
    left: 20px;
    background: #179588;
}

.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.dot-red {
    background-color: red;
}

.dot-green {
    background-color: green;
}

.dot-orange {
    background-color: orange;
}

.dot-grey {
    background-color: grey;
}