.clear {
	clear: both;
	width: 100%;
}

.none {
	display: none!important;
}

.prioridade {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

/* Sino Notificações */

.sinoNotificacoes {
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .75rem;
}

.sinoNotificacoes i {
    font-size: 30px;
    color: #4E73DF;
    transition: all 0.2s linear 0s;
    position: relative;
}

.sinoNotificacoes i:hover {
    transform: scale(1.1);
}

.sinoNotificacoes i span {
    position: absolute;
    font-size: 10px;
    color: #fff;
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 70px;
    display: flex;
    top: -10px;
    right: -8px;
    align-items: center;
    justify-content: center;
    line-height: 100%;
}

/* Tabelas */

table {
	font-size: 13px;
}

table tr td {
	vertical-align: middle!important;
}

.usuarioLista {
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 5px 0 5px;
    border-radius: 5px;
	margin: 3px 0;
    color: #fff;
    display: inline-block;
    background: #476DDA;
	opacity: 0.7;
}

/* Validação de Formulário */

#containerForm {
	position: relative;
}

#loaderSend {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 999;
	background: rgba(255,255,255,0.7);
	display: none;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.inputRequerido {
	border-color: red!important;
}

.msgFormulario .sucessoEnvio {
	padding: 10px;
    background: #fff;
    color: #5cbe2b;
    border: solid 1px #5cbe2b;
    margin: 25px 0 0 0;
    border-radius: 10px;
	display: inline-block;
	width: 100%;
}

.msgFormulario .errorEnvio {
	padding: 10px;
    background: #fff;
    color: #e62727;
    border: solid 1px #e62727;
    margin: 25px 0 0 0;
    border-radius: 10px;
	display: inline-block;
	width: 100%;
}


/* Lista Geral */

.textoStatus {
	font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
}


/* Checkbox */

.checkbox-nice {
    position: relative;
    padding-left: 15px;
    
}
.checkbox-nice input[type=checkbox] {
    visibility: hidden;
	z-index: 999
}
.checkbox-nice label {
    padding-top: 3px;
}
.checkbox-nice.checkbox-inline>label {
    margin-left: 16px;
}
.checkbox-nice label:before {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    top: 1px;
    background: #ffffff;
    content: "";
    border: 1px solid #a62b32;
    border-radius: 3px;
    background-clip: padding-box;
}
.checkbox-nice label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 7px;
    left: 6px;
    border: 3px solid #a62b32;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox-nice label:hover::after {
    opacity: 0.3;
}
.checkbox-nice input[type=checkbox]:checked+label:after {
    opacity: 1;
}


/* Estilos do Modal */

.modal .modal-content {
	border: 0;
	position: relative;
}

.modal .modal-header {
	background: #3259CA;
}

.modal .modal-header .modal-title {
	color: #fff;
	font-weight: lighter;
}

.modal .modal-header button span {
	color: #fff;
}

/* Mensagens */

.modal .msgFormularioAndamento .sucessoEnvio {
	padding: 10px;
    background: #fff;
    color: #5cbe2b;
    border: solid 1px #5cbe2b;
    margin: 25px 0 0 0;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.modal .msgFormularioAndamento .errorEnvio {
	padding: 10px;
    background: #fff;
    color: #e62727;
    border: solid 1px #e62727;
    margin: 25px 0 0 0;
    border-radius: 10px;
	border-radius: 5px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
