*{
  padding:0px;
  margin:0px;
  box-sizing: border-box; 
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight: normal;
  background:#f8f8fa;
  color:#5b626b;
}
img{
	border:0px;
	max-width: 100%;
}
a{
	text-decoration: none;
	color:#5b626b;
}
a:hover{
	text-decoration: underline;
}
a:active, a:link{
	outline:none;
}
ul, ol{
	list-style: none;
}
input, select, textarea{
	color:#5b626b;
	font-size:14px;
}
input:hover, input:active, input:focus,
select:hover, select:active, select:focus,
textarea:hover, textarea:active, textarea:focus,
button:hover, button:active, button:focus{
	outline:0 !important;
}
input:focus, select:focus, textarea:focus{
	border-color:#626ed4;

}
button{
	cursor: pointer;
}
label > span:not(.normal){
	text-transform: uppercase;
	font-weight: 700;
	font-size:13px;
}
label input,
label select,
label textarea,
label button{
	margin-top: 10px;
}
hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
input[readonly=readonly], input[disabled=disabled]{
	background:#f3f3f3;
}
.flex{
	display: flex;
	flex: 1;
	flex-wrap: nowrap;
}
.flex-centro{
	justify-content: center;
}
.flex-direita{
	justify-content: flex-end;
}
.flex-v-centro{
	align-items: center;
}
.esconder{
	display:none !important;
}
.mostrar{
	display:block !important;
}
.display-neutro{
	display:unset !important;
}
.linha{
	margin-right: -15px;
  	margin-left: -15px;
}
.linha:after,
.linha:before{
	content:" ";
	display: table;
}
.linha:after{
	clear: both;
}
.box-1, .box-2, .box-3, .box-4, .box-5, .box-6, .box-7, .box-8, .box-9, .box-10, .box-11, .box-12{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.box-12 {
	width: 100%;
}
.box-11 {
	width: 91.66666667%;
}
.box-10 {
	width: 83.33333333%;
}
.box-9 {
	width: 75%;
}
.box-8 {
	width: 66.66666667%;
}
.box-7 {
	width: 58.33333333%;
}
.box-6 {
	width: 50%;
}
.box-5 {
	width: 41.66666667%;
}
.box-4 {
	width: 33.33333333%;
}
.box-3 {
	width: 25%;
}
.box-2 {
	width: 16.66666667%;
}
.box-1 {
	width: 8.33333333%;
}

.box-offset-11 {
	margin-left: 91.66666667%;
}
.box-offset-10 {
	margin-left: 83.33333333%;
}
.box-offset-9 {
	margin-left: 75%;
}
.box-offset-8 {
	margin-left: 66.66666667%;
}
.box-offset-7 {
	margin-left: 58.33333333%;
}
.box-offset-6 {
	margin-left: 50%;
}
.box-offset-5 {
	margin-left: 41.66666667%;
}
.box-offset-4 {
	margin-left: 33.33333333%;
}
.box-offset-3 {
	margin-left: 25%;
}
.box-offset-2 {
	margin-left: 16.66666667%;
}
.box-offset-1 {
	margin-left: 8.33333333%;
}
.texto-tracado{
	text-decoration: line-through;
}
.texto-bold{
	font-weight: 700 !important;
}
.texto-semibold{
	font-weight: 600 !important;
}
.texto-fino{
	font-weight: 400 !important;	
}
.texto-extrafino{
	font-weight: 300 !important;	
}
.texto-italic{
	font-style: italic;
}
.texto-exbold{
	font-weight: 900 !important;
}
.texto-esquerda{
	text-align: left;
}
.texto-centro{
	text-align: center !important;
}
.texto-direita{
	text-align: right !important;
}
.texto-mega{
	font-size: 60px !important;
}
.texto-super{
	font-size: 44px !important;
}
.texto-exgrande{
	font-size: 32px !important;
}
.texto-mediogrande{
	font-size: 24px !important;
}
.texto-grande{
	font-size: 18px !important;
}
.texto-medio{
	font-size: 16px !important;
}
.texto-pequeno{
	font-size: 12px !important;
}
.texto-mini{
	font-size: 10px !important;
}
.texto-uppercase{
	text-transform: uppercase !important;
}
.texto-branco{
	color:white !important;
}
.texto-vermelho{
	color:#ea2e4d !important;
}
.texto-roxo{
	color:#626ed4 !important;
}
.texto-verde{
	color:#02a499 !important;
}
.texto-amarelo{
	color:#f1c113 !important;
}
.texto-preto{
	color:#5b626b !important;
}
.coluna-direita{
	float:right !important;
}
.coluna-esquerda{
	float:left !important;
}
.mt-5{
	margin-top:5px !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-15{
	margin-top:15px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-21{
	margin-top:21px !important;
}
.mt-40{
	margin-top:40px !important;
}
.mb-5{
	margin-bottom:5px !important;
}
.mb-10{
	margin-bottom:10px !important;
}
.mb-15{
	margin-bottom:15px !important;
}
.mb-20{
	margin-bottom:20px !important;
}
.mb-40{
	margin-bottom:40px !important;
}
.mb-0{
	margin-bottom:0px !important;
}
.mt-0{
	margin-top:0px !important;
}
.m-0{
	margin:0px !important;
}
.mr-15{
	margin-right: 15px !important;
}
.mr-10{
	margin-right: 10px !important;
}
.mr-5{
	margin-right: 5px !important;
}
.mr-0{
	margin-right: 0px !important;
}
.pt-5{
	padding-top: 5px !important;
}
.pt-10{
	padding-top: 10px !important;
}
.pt-15{
	padding-top: 15px !important;
}
.pt-20{
	padding-top: 20px !important;
}
.pt-40{
	padding-top: 40px !important;
}
.pb-5{
	padding-bottom: 5px !important;
}
.pb-10{
	padding-bottom: 10px !important;
}
.pb-15{
	padding-bottom: 15px !important;
}
.pb-20{
	padding-bottom: 20px !important;
}
.pb-40{
	padding-bottom: 40px !important;
}
.pr-0{
	padding-right: 0px !important;
}
.pl-0{
	padding-left: 0px !important;
}
.pl-15{
	padding-left: 15px !important;
}
.p-0{
	padding: 0px !important;
}
.clear{
	clear: both;
}
.form-conteudo .form-estilo{
	margin-bottom:15px;
}
.form-maiuscula{
	margin-bottom: 15px; 
}
.form-maiuscula > label{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
.form-estilo{
	font-family: 'Open Sans', sans-serif;
	border-radius:4px;
	display: block;
	width: 100%;
	height:38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}
.input-customizado{
	border-width: 2px !important;
}
.input-customizado:not(textarea){
	height:46px !important;
}
textarea.form-estilo{
	height:auto !important;
}
.input-grande{
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.input-grupo {
	margin-top: 10px;
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-grupo input{
	margin-top:0px;
}
.input-grupo[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-grupo .form-estilo {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.input-grupo-grande > .form-estilo,
.input-grupo-grande > .input-grupo-texto,
.input-grupo-grande > .input-grupo-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-grupo-grande > .form-estilo,
select.input-grupo-grande > .input-grupo-texto,
select.input-grupo-grande > .input-grupo-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-grupo-grande > .form-estilo,
textarea.input-grupo-grande > .input-grupo-texto,
textarea.input-grupo-grande > .input-grupo-btn > .btn,
select[multiple].input-grupo-grande > .form-estilo,
select[multiple].input-grupo-grande > .input-grupo-texto,
select[multiple].input-grupo-grande > .input-grupo-btn > .btn {
  height: auto;
}
.input-grupo-pequeno > .form-estilo,
.input-grupo-pequeno > .input-grupo-texto,
.input-grupo-pequeno > .input-grupo-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-grupo-pequeno > .form-estilo,
select.input-grupo-pequeno > .input-grupo-texto,
select.input-grupo-pequeno > .input-grupo-btn > .btn {
  height: 30px;
  line-height: 30px;
}

.input-grupo-texto,
.input-grupo-btn,
.input-grupo .form-estilo {
  display: table-cell;
}
.input-grupo-texto:not(:first-child):not(:last-child),
.input-grupo-btn:not(:first-child):not(:last-child),
.input-grupo .form-estilo:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-grupo-texto,
.input-grupo-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-grupo-btn > .btn{
	border-left-width: 0px !important;
	border-color:#ccc;
	height:38px;
}
.input-grupo-texto {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left:0px;
}
.input-grupo .input-grupo-texto.input-grupo-texto-clicavel{
	cursor: pointer;
}
/*.input-grupo .form-estilo:first-child, */
.input-grupo-texto:first-child, 
.input-grupo-btn:first-child > .btn, 
.input-grupo-btn:first-child > .btn-grupo > .btn, 
.input-grupo-btn:last-child > .btn-grupo:not(:last-child) > .btn 
{
    border-right-width: 0px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;	
}
.input-grupo-texto:first-child,
.input-grupo-btn:first-child > .btn{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 1px solid #ccc;
}
.input-grupo .form-estilo:last-child,
.input-grupo-btn:last-child > .btn{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;	
}
.alerta{
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	border:2px solid transparent;
	font-weight: 600;
}
.alerta.alerta-com-icone{
	padding-left: 50px;
}
.alerta .alerta-icone{
	width: 50px;
	height: 100%;
	text-align: center;
	font-size:18px;
	color:#fff;
	position: absolute;
	top:0px;
	left:0px;
}
.alerta .alerta-icone i{
	position: absolute;
	top:50%;
	margin-top:-9px;
	left:50%;
	margin-left: -25px;
	width:50px;
}
.alerta .alerta-texto{
	height: 100%;
	width: 100%;
	padding:10px;
	line-height: 1.4;
	font-weight: 400;
}
.alerta.alerta-sucesso{
	border-color:#5cb85c;
	color:#3e963e;
}
.alerta.alerta-sucesso .alerta-icone{
	background: #5cb85c;	
}
.alerta.alerta-aviso{
	border-color:#f0ad4e;
	color:#b57a25;;
}
.alerta.alerta-aviso .alerta-icone{
	background: #f0ad4e;	
}
.alerta.alerta-erro{
	border-color:#d9534f;
	color:#cc4844;
}
.alerta.alerta-erro .alerta-icone{
	background:#d9534f;	
}

.btn{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: .375rem .75rem;
	font-size: 14px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 400;
	vertical-align: middle;
	white-space: nowrap;
    line-height: 1.5;
	color: #fff;
}
.btn:hover{
	text-decoration: none;
	opacity: 0.9;
}
.btn-grande{
	line-height:46px;
	height:46px;
	padding: 0px 24px;
	font-size: 18px !important;
}
.btn-medio{
	height:38px;
	font-size:14px !important;
}
.btn-pequeno{
	height:28px;
	font-size: 12px !important;
	line-height: 12px;
}

.btn-tabela {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-tabela i:not(.btn-tabela-icone) {
    margin-right: 5px;
}

.btn-tabela-roxo {
    color: #626ed4;
    border: 1px solid #626ed4;
}

.btn-tabela-roxo:hover {
    background-color: #626ed4;
    color: #fff;
}

.btn-tabela-verde {
    color: #02a499;
    border: 1px solid #02a499;
}

.btn-tabela-verde:hover {
    background-color: #02a499;
    color: #fff;
}

.btn-tabela-vermelho {
    color: #ea2e4d;
    border: 1px solid #ea2e4d;
}

.btn-tabela-vermelho:hover {
    background-color: #ea2e4d;
    color: #fff;
}

.btn-padrao{
	color: #333;
	background-color: #fff;
	border-color:#ebebeb;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
}

.btn-padrao:hover{
	background-color:#f9f9f9;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 5px !important;
}

.btn-branco{
	color: #333;
	background-color: #fff;
	border-color:#ccc;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.btn-branco:hover{
	background:#f3f3f3;
}
.btn-verde{
    background-color: #02a499;
    border: 1px solid #02a499;
}
.btn-primario{
	color: #fff;
	background-color: #626ed4;
}
.btn-vermelho{
	background-color: #ea2e4d;
	border-color: #ea2e4d;
}
.btn-pulsar-azul{
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); 
  -o-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); 
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); 
  box-shadow: 0 0 0 0 rgba(51,122,183, 0.7);
  -webkit-box-shadow: 0 0 0 0 rgba(51,122,183, 0.7);
  -moz-box-shadow: 0 0 0 0 rgba(51,122,183, 0.7);
  -ms-box-shadow: 0 0 0 0 rgba(51,122,183, 0.7);
  -o-box-shadow: 0 0 0 0 rgba(51,122,183, 0.7);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);}}

.btn-total{
	display: block;
	width: 100%;
}
.btn-alinhar{
	margin-top:22px;
}
.btn-customizado{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size:16px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding-top: auto !important;
}
.btn-customizado i{
	margin-right: 5px;
}
.area-anexar-arquivo{
	display: flex;
	flex:1;
	flex-wrap: nowrap;
	border:1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	height:35px;
	cursor: pointer;
}
.area-anexar-arquivo .area-anexar-arquivo-up:hover{
	background:#f1f1f1;
}
.area-anexar-arquivo .area-anexar-arquivo-nome{
	background:#f9f9f9;
	border-left:1px solid #ccc;
}
.area-anexar-arquivo div{
	text-align: center;
	width: 100%;
	display: block;
	height:100%;
	line-height: 2.4;
	font-size:14px;
	white-space: nowrap;
	font-size:13px;
}
.area-anexar-arquivo div i{
	margin-right: 5px;
}
.modal{
	display: none;
	z-index: 999;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	left:0;
	top:0;
	position: fixed;
	overflow-x: hidden;
}
.modal-janela{
	background:#fff;
	width:calc(100% - 20px);
	max-width:600px;
	margin:auto;
	border-radius:5px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.modal-janela.modal-janela-larga{
	max-width:800px !important;
}
.modal-janela .modal-titulo{
	font-size:18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.modal-cabecalho{
	padding:15px;
	border-bottom:1px solid #ebebeb;
	position: relative;
}	
.modal-conteudo{
	padding:15px;
}
.modal-rodape{
	background:#f9f9f9;
	border-top:1px solid #ebebeb;
	padding:15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.modal-fechar{
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	background: #ccc;
	color: #555;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
}
.modal-fechar:hover{
	background:#555;
	color:#ccc;
}
.modal-fechar-destaque{
	background: #ff4545 !important;
	color:white !important;
	font-size: 18px !important;
}
.painel{
	background:#fff;
	margin-bottom:10px;
	border:1px solid transparent;
	border-radius:3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.painel-cabecalho{
    padding: 13px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}
.painel-cabecalho label{
	display: block;
}
.painel-cabecalho .painel-cabecalho-bandeira{
	position: absolute;
	display: block;
	top: 25%;
	right: -10px;
	padding:3px 7px;
	background:green;
	color:#fff;
	font-size:14px !important;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
}
.painel-titulo{
	font-size: 16px;
	font-weight: normal;
}
.painel-conteudo{
	padding:15px;
}
.painel-padrao{
	border-color:#ccc;
}
.painel-padrao > .painel-cabecalho{
	background:#f3f3f3;
	border-color:#ccc;
}
.painel-sanfona .painel-cabecalho{
	font-size: 16px;
	font-weight: 700;
}
.painel-sanfona .painel-conteudo.aberto{
	display: block !important;
}
.painel-sanfona .painel-cabecalho:hover{
	background: #ddd;
	cursor: pointer;
}
.painel-sanfona .painel-conteudo{
	display: none;
}
.painel-preto{
	border-color:#ccc;
}
.painel-preto > .painel-cabecalho{
	background:#ebebeb;
	border-color:#ccc;
}
.painel-preto .painel-cabecalho .painel-titulo,
.painel-preto .painel-cabecalho .painel-titulo label {
	color:#333 !important;	
}
.painel-abas-botoes{
/*	font-size: 0px;*/
}
.painel-abas-botoes-pequeno li{
	font-size:12px !important;
	padding:8px 8px !important	;
}
.painel-abas-botoes li{
	padding:12px 15px;
	display: inline-block;
	background:#f3f3f3;
	font-size:16px;
	font-weight: 600;
}
.painel-abas-botoes li:hover{
	cursor: pointer;
	background:#ddd;
}
.painel-abas-botoes li.ativo{
	background:#cbcff1;
	color:#374193;
}
.painel-abas-conteudo{
	display: none;
	border:2px solid #cbcff1;
	padding:15px;
	background:#fff;
}
.painel-abas-conteudo.aberto{
	display: block;
}
.navegacao-menu{
	width:100%;
	margin-bottom:20px;
	display: table;
	z-index: 999;
	position: relative;
}
.navegacao-menu li{
	border:1px solid transparent;
	float:left;
	position: relative;
	margin-bottom: -3px !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.navegacao-menu li:hover{
	color:#626ed4;
}
.navegacao-menu-total{
	display: flex;
	flex:1;
	flex-wrap: nowrap;
}
.navegacao-menu-total li{
	float:none !important;
	width:100%;
	padding-left:0px !important;
	padding-right:0px !important;
	white-space: nowrap;
	text-align: center;
}
.navegacao-menu li label{
	display: block;
	padding:10px 15px;
	cursor: pointer;
	font-weight: 500;
}
.navegacao-menu li label input{
	position: absolute;
	left:0px;
	top:0px;
	opacity: 0;
}
.navegacao-menu li.ativo{
	color:#626ed4;
	border-bottom: 3px solid #626ed4;
}
.navegacao-menu li.ativo label{
	font-weight: 700 !important;	
}
.acorde, .aba-navegacao{
	display: none;
}
.acorde.aberto, .aba-navegacao.aberto{
	display: block
}
.tabela{
	width:100%;
  	border-spacing: 0;
  	border-collapse: collapse;
}
.tabela thead tr th{
    padding: 15px 12px;
	border-bottom:2px solid #dee2e6;
	text-align: left;
}
.tabela tbody tr td{
    padding: 15px 12px;
	border-bottom:1px solid #dee2e6;
	vertical-align: middle;
	line-height: 1.5;
}
.tabela.selecionavel tbody tr:hover td{
	background:#f3f3f3;
	cursor: pointer;
}
.tabela.tabela-listrada tbody tr:nth-child(2n+2) td{
	background:#f9f9f9;
}
.tabela.selecionavel tbody tr td label{
	display: block;
	cursor: pointer;
}
.tabela-linha-destaque-verde td{
	background-color: #ddf7e3 !important;
}
.tabela-linha-destaque-verde td a,
.tabela-linha-destaque-verde td{
	color:#222;	
}
.tabela-linha-destaque-verde th,
.tabela-linha-destaque-verde td{
    border-color: #8fd19e !important;
}

.tabela-linha-destaque-azul td{
	background-color: #0000ff21 !important;
}
.tabela-linha-destaque-azul th,
.tabela-linha-destaque-azul td{
    border-color: #0000ff40 !important;
}

.tabela-linha-destaque-roxo td{
	background-color: #8000801f !important;
}
.tabela-linha-destaque-roxo th,
.tabela-linha-destaque-roxo td{
    border-color: #80008014 !important;
}

.tabela-linha-destaque-orange td{
	background-color: #ffa50014 !important;
}
.tabela-linha-destaque-orange th,
.tabela-linha-destaque-orange td{
    border-color: #ffa5006b !important;
}



.tabela-pequena tbody tr td{
	padding: 7px 6px !important;
	font-size:13px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.checkbox-personalizado {
	padding-left:20px;
	cursor:pointer;
	color:#333;
}
.checkbox-personalizado input {
	position:absolute;
	opacity:0
}
.checkbox-personalizado input:checked+i {
	background-color:transparent;
	border-color:#333;
	color:#333
}
.checkbox-personalizado input:checked+i:before {
	opacity:1
}
.checkbox-personalizado input:checked+span .active {
	display:inherit
}
.checkbox-personalizado input[type='radio']+i,.checkbox-personalizado input[type='radio']+i:before {
	border-radius:50%
}
.checkbox-personalizado input[disabled]+i {
	border-color:#e2e2e2;
	background-color:#f2f2f2
}
.checkbox-personalizado input[disabled]+i:before {
	background-color:#e2e2e2
}
.checkbox-personalizado>i {
	position:relative;
	display:inline-block;
	width:18px;
	height:18px;
	margin-top:-2px;
	margin-right:4px;
	margin-left:-20px;
	line-height:1;
	vertical-align:middle;
	background-color:#fff;
	border:2px solid #666;
	box-shadow:rgba(0,0,0,.1) 0px 0px 5px inset;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s
}
.checkbox-personalizado>i:before {
	position:absolute;
	content:"\f00c";
	display:inline-block;
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight: 900;
	line-height:1;	
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	transition:all 0.2s;
	z-index:1;
	font-size:11px;
	left:2px;
	top:2px;
	opacity:0
}
.checkbox-personalizado>span {
	margin-left:-20px
}
.checkbox-personalizado>span .active {
	display:none
}
.checkbox-personalizado.checkbox-personalizado-sm input:checked+i:before {
	top:2px;
	left:2px;
	width:10px;
	height:10px
}
.checkbox-personalizado.checkbox-personalizado-sm>i {
	width:16px;
	height:16px;
	margin-right:6px;
	margin-left:-18px
}
.checkbox-personalizado.checkbox-personalizado-grande input:checked+i:before {
	top:3px;
	left:3px;
	width:22px;
	height:22px;
	font-size:18px !important;
}
.checkbox-personalizado.checkbox-personalizado-grande>i {
	width:30px;
	height:30px
}
.rotulo, .label, .selo{
	font-weight: 400;
	font-size:12px;
	padding:3px 10px;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
}
.bg-black{
	background:#000;
	color:#fff;
}

.all-notification{
  width:340px;
  max-width: 100%;
  position: fixed;
  right:0px;
  top:0px;
  z-index: 10000;
}
.notification{
  position: relative;
  left:100%;
  opacity: 0;
  padding:20px;
  margin: 20px 20px 0px 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	line-height: 21px;
}
.notificacao-ajax-tempo{
	position: absolute;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.5);
	height: 5px;
}
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	left:0px;
	top:0px;
	z-index: 10002;
}
.overlay-content{
	width:280px;
	height: 110px;
	max-width: 100%;
	position: absolute;
	left:50%;
	margin-left:-140px;
	top:50%;
	margin-top:-55px;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;	
}
.overlay-content p{
	padding-top: 10px;
}
.fundo-branco{
  color: #333;
  background-color: #fff !important;
}
.fundo-cinza{
  color: #333;
  background-color: #ddd !important;
}
.fundo-azul,
.bg-primary{
  color: #fff;
  background-color: #337ab7 !important;
}
.fundo-verde,
.bg-success{
  background-color: #02a499 !important;
  color:#fff;
}
.fundo-vermelho,
.bg-danger{
  background-color: #ea2e4d !important;
  color:#fff;
}
.fundo-amarelo,
.bg-warning{
  background-color: #f0ad4e !important;
  color:white;
}
.progress{
  width:100%;
  padding:5px;
  border:1px solid #777;
  margin:7px 0px;
  background:rgba(0,0,0,0.4);
}
.progress-bar{
  padding:7px;
  background:#a0df32;
}

@media screen and (max-width:768px){
	.box-md-12 {
		width: 100%;
	}
	.box-md-11 {
		width: 91.66666667%;
	}
	.box-md-10 {
		width: 83.33333333%;
	}
	.box-md-9 {
		width: 75%;
	}
	.box-md-8 {
		width: 66.66666667%;
	}
	.box-md-7 {
		width: 58.33333333%;
	}
	.box-md-6 {
		width: 50%;
	}
	.box-md-5 {
		width: 41.66666667%;
	}
	.box-md-4 {
		width: 33.33333333%;
	}
	.box-md-3 {
		width: 25%;
	}
	.box-md-2 {
		width: 16.66666667%;
	}
	.box-md-1 {
		width: 8.33333333%;
	}
}
@media screen and (max-width:480px){
	.texto-pq-centro{
		text-align: center !important;
	}
	.box-pq-12 {
		width: 100%;
	}
	.box-pq-11 {
		width: 91.66666667%;
	}
	.box-pq-10 {
		width: 83.33333333%;
	}
	.box-pq-9 {
		width: 75%;
	}
	.box-pq-8 {
		width: 66.66666667%;
	}
	.box-pq-7 {
		width: 58.33333333%;
	}
	.box-pq-6 {
		width: 50%;
	}
	.box-pq-5 {
		width: 41.66666667%;
	}
	.box-pq-4 {
		width: 33.33333333%;
	}
	.box-pq-3 {
		width: 25%;
	}
	.box-pq-2 {
		width: 16.66666667%;
	}
	.box-pq-1 {
		width: 8.33333333%;
	}
}