*{
  padding:0px;
  margin:0px;
  box-sizing: border-box; 
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight: normal;
  color:#333;
}
img{
	border:0px;
	max-width: 100%;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	text-decoration: underline;
}
a:active, a:link{
	outline:none;
}
ul, ol{
	list-style: none;
}
input, select, textarea{
	color:#222;
	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;
}
button{
	cursor: pointer;
}
label > span{
	text-transform: uppercase;
	font-weight: 700;
	font-size:13px;
}
label input,
label select,
label textarea{
	margin-top: 5px;
}
hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
::-webkit-input-placeholder {
   font-style: italic;
   font-size:13px;
}

:-moz-placeholder {
   font-style: italic;
   font-size:13px;
}

::-moz-placeholder {
   font-style: italic;
   font-size:13px;
}

:-ms-input-placeholder {  
   font-style: italic;
   font-size:13px;
}
.flex{
	display: flex;
	flex: 1;
	flex-wrap: nowrap;
}
.flex-centro{
	justify-content: center;
}
.flex-direita{
	justify-content: flex-end;
}
.flex-distribuido{
	justify-content: space-between;
}

.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, .box-alt-5{
	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-alt-5{
	width: 20%;
}
.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-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:#ec251f !important;
}
.texto-verde{
	color:#39b54a;
}
.texto-amarelo{
	color:yellow !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;
}
.mlm-1{
	margin-left: -1px !important;
}
.pt-0{
	padding-top: 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-5{
	padding-right: 5px !important;
}
.pr-10{
	padding-right: 10px !important;
}
.pr-0{
	padding-right: 0px !important;
}
.pl-10{
	padding-left: 10px !important;
}
.pl-5{
	padding-left: 5px !important;
}
.pl-0{
	padding-left: 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:2px;
	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: 500;
	text-decoration: none;
}
.alerta.alerta-com-icone{
	padding-left: 50px;
}
.alerta .alerta-icone{
	width: 50px;
	height: 100%;
	text-align: center;
	font-size:24px;
	color:#fff;
	position: absolute;
	top:0px;
	left:0px;
}
.alerta .alerta-icone i{
	position: absolute;
	top:50%;
	margin-top:-12px;
	left:50%;
	margin-left: -25px;
	width:50px;
}
.alerta .alerta-texto{
	height: 100%;
	width: 100%;
	padding:10px;
	line-height: 1.4;
}
.alerta.alerta-sucesso{
	border-color:#5cb85c;
	color:#3e963e;
}
.alerta.alerta-sucesso .alerta-icone{
	background: #5cb85c;	
}
.alerta.alerta-azul{
	border-color:#337ab7;
	color:#337ab7;
}
.alerta.alerta-azul .alerta-icone{
	background: #337ab7;	
}
.alerta.alerta-preto{
	border-color:#333;
	color:#333;
}
.alerta.alerta-preto .alerta-icone{
	background: #333;	
}
.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;	
}
.cursor-pointer{
	cursor: pointer;
}
.btn{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	padding: 8px 15px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	font-weight: 600;
	vertical-align: center;
	transition:all 0.2s ease-in-out;
	white-space: nowrap
}
.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-padrao{
	color: #333;
	background-color: #f3f3f3;
	border-color:#ccc;
}
.btn-padrao:hover{
	background-color:#ebebeb;
}
.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{
	color: #fff;
	background-color: #39b54a;
}
.btn-azul{
	color: #fff;
	background-color: #337ab7;
}
.btn-vermelho{
	color: #fff;
	background-color: #cc4844;
}
.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;
}


.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;
}
.bandeira-vermelha{
	background:#391fa3 !important;
}
.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-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;	
}
.navegacao-menu{
	width:100%;
	margin-bottom:20px;
	display: table;
	border-bottom:1px solid #ddd;
}
.navegacao-menu li{
	float:left;
	position: relative;
}
.navegacao-menu li:hover{
	text-decoration: underline;
}
.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: 600;
}
.navegacao-menu li label input{
	position: absolute;
	left:0px;
	top:0px;
	opacity: 0;
}
.navegacao-menu li.ativo{
	background:#333;
	color:#fff;
}
.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:10px 10px;
	border-bottom:1px solid #ccc;
	text-align: left;
}
.tabela tbody tr td{
	padding:10px;
	border-bottom:1px solid #ddd;
	vertical-align: middle;
	line-height: 1.4;
}
.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;
}
.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{
	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:20px;
  top:0px;
  z-index: 10000;
}
.notification, .notificacao-ajax{
	min-width: 100%;
	display: block;
	position: relative;
	left:100%;
	opacity: 0;
	padding:20px;
	margin: 15px 15px 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;
}
a.notification:hover{
	transition: 0.2s;
	transform: scale(1.08);
	color:#fff !important;
	text-shadow: white 0px 0px 3px;
}
.notificacoes-esquerda{
	left:10px !important;
}
.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;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.bg-success {
  background-color: #5cb85c;
  color:#fff;
}
.bg-danger, 
.fundo-vermelho{
  background-color: #d9534f;
  color:#fff;
}
.bg-warning {
  background-color: #f0ad4e;
  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 0px;
  background:#a0df32;
}