@CHARSET "ISO-8859-1";
body, html{ margin: 0; padding: 0; height: 100%; width: 100%; font-family: Arial; font-size: 12px; color: #4b4b4b; background: url(images/BG_menu.png) left center repeat-y #f5f5f5 !important; }
a{color: #4b4b4b;text-decoration: none;}
a:hover{text-decoration: underline;}
a:focus{outline: 1px none;}
h1, h2, h3{ margin: 0; padding: 0; font-size: 25px; font-family: Arial; font-weight: bold; color: #252525; }
h2{ font-size: 16px; }
h3{ font-size: 14px; font-weight: normal; color: #575757; }

#conteudo{ margin-left: 262px; margin-right: 30px; min-width: 500px; padding-top: 30px; }

.atalho{ display: block; float: left; width: 100px; padding-left: 5px; padding-right: 5px; padding-top: 15px; padding-bottom: 15px; margin-right: 20px; min-height: 84px; margin-bottom: 20px; background: #f8f8f8; border: 1px solid #cccccc; text-align: center; -webkit-border-radius: 7px; border-radius: 7px; }
.atalho:HOVER{ background: #ffffff; text-decoration: none; cursor: pointer; }
.atalho img{ margin-bottom: 5px; }

.box{ -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CCCCCC; }
.box_esquerda{ float: left; width: calc(50% - 17px); }
.box_direita{ float: right; width: calc(50% - 17px); }
.box_header{ 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f6f7+0,d9dfe4+100 */
	background: #f4f6f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f6f7 0%, #d9dfe4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6f7), color-stop(100%,#d9dfe4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f6f7 0%,#d9dfe4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f6f7 0%,#d9dfe4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f6f7 0%,#d9dfe4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f6f7 0%,#d9dfe4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f7', endColorstr='#d9dfe4',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px 6px 0px 0px; 
	border-radius: 6px 6px 0px 0px; height: 40px; margin-top: 1px; cursor: pointer;  position: relative;
}
.box_header:HOVER{filter: brightness(1.03); -webkit-filter: brightness(1.03);}
.box_content{ border-top: 1px solid #CCCCCC; padding: 10px; padding-left: 20px; padding-right: 20px; color: #585858; line-height: 18px; background: white; -webkit-border-radius: 0px 0px 6px 6px; border-radius: 0px 0px 6px 6px; overflow: hidden;}
.box_content.noBorderTop{border-top: 0 !IMPORTANT; -webkit-border-radius: 6px; border-radius: 6px;}
.box_header h2{ padding-top: 10px; padding-left: 17px; font-size: 18px;}

.listagem thead tr th{ text-align: left; font-size: 14px; font-weight: bold; border-bottom: 1px solid #dddddd; padding: 10px; }
.listagem tfoot tr td{ border-top: 1px solid #dddddd; padding: 10px; }
.listagem tbody tr td{ padding: 10px; }
.listagem tbody tr:nth-child(odd){ background-color: #f3f3f3; }
.listagem .img_table{ background-position: center center; background-repeat: no-repeat; width: 75px; height: 50px; background-size: contain;}
.listagem tbody tr:nth-child(odd).redAlert{ background-color: #D84848; color: white; }
.listagem tbody tr.redAlert{ background-color: #b43838; color: white; }
.listagem tbody tr.redAlert a{ color: white; text-decoration: underline; }
.listagem tbody tr:nth-child(odd).greenAlert{ background-color: #31833E; color: white; }
.listagem tbody tr.greenAlert{ background-color: #59B359; color: white; }
.listagem tbody tr.greenAlert a{ color: white; text-decoration: underline; }
.listagem tbody tr:nth-child(odd).yellowAlert{ background-color: #918C17; color: white; }
.listagem tbody tr.yellowAlert{ background-color: #AFB359; color: white; }
.listagem tbody tr.yellowAlert a{ color: white; text-decoration: underline; }

.breadCrumb{ font-weight: bold;}
.breadCrumb span, .breadCrumb a{ font-weight: normal; }

.group_separator{ padding-top: 20px; border-bottom: 1px solid #474747; font-weight: bold; font-size: 11px; text-transform: uppercase; color: #ffffff; text-align: right; padding-right: 20px; }

#files_uploaded{ position: relative; }
.imagem_adicionada{ position: relative; border: 1px solid #CCCCCC; padding: 5px; -webkit-border-radius: 6px; border-radius: 6px; background: #f5f5f5; float: left; margin-right: 20px; margin-bottom: 10px; font-size: 10px;  cursor: move;}
.imagem_adicionada.destaque{ background: #F7D41C; border: 1px solid #B69017; }
.imagem_adicionada .imagem{ width: 100px; height: 92px; overflow: hidden; float: left; margin-right: 5px; display: block; position: relative; }
.imagem_adicionada .imagem span{ display: block; width: 100px; position: absolute; text-align: center; left: 0; bottom: 2px; color: #ffffff; }
.imagem_adicionada .legenda{ float: left; width: 170px; position: relative; overflow: hidden; }
.imagem_adicionada .bt_amarelo{ width: 60px; }
.imagem_adicionada .bt_cinza{ width: 70px; float: right; margin-right: 3px; }
.imagem_adicionada .input{ width: 155px; padding-top: 5px; padding-bottom: 3px; font-size: 11px; padding-left: 5px; padding-right: 5px; }
.imagem_adicionada .legenda input[type="checkbox"]{ position: absolute; top: 0px; right: 0px; }
.imagem_adicionada .legenda .ico_excluir{ float: right; margin-top: 6px; }
.imagem_adicionada .legenda .ico_edit{ float: right; margin-top: 6px; }
.imagem_adicionada .mover{ width: 16px; height: 16px; background: url(images/mover.png) top left no-repeat; position: absolute; bottom: 5px; right: 5px; cursor: pointer; }
.imagem_adicionada .nome{ width: 150px; height: 20px; overflow: hidden; }

.moduloAcesso{ width: 400px; margin-bottom: 3px; padding: 1px; padding-bottom: 3px; -webkit-border-radius: 6px; border-radius: 6px; }
.moduloAcesso .switch{ float: left; }
.moduloAcesso .titulo{ float: left; margin-top: 8px; margin-left: 7px; }
.moduloAcesso .titulo label{ font-size: 14px; color: #8d8d8d; cursor: pointer; }

#plano h2{font-size: 20px; padding-top: 7px;}
#plano .valor, #conteudoRelatorio .valor{font-size: 28px; font-weight: bold; color: #f9cc4f;}
#plano .valor.destaque, #conteudoRelatorio .valor.destaque{font-size: 32px; color: #1C9717;}
.progresso{background: #eee; height: 35px; border-radius: 2px; position: relative; width: 100%;}
.progresso div{
	background: #f9cc4f; /* Old browsers */
	background: -moz-linear-gradient(top, #f9cc4f 0%, #fcb900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9cc4f), color-stop(100%,#fcb900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9cc4f 0%,#fcb900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9cc4f 0%,#fcb900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9cc4f 0%,#fcb900 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9cc4f 0%,#fcb900 100%); /* W3C */
	
	position: absolute; top: 0; left: 0; height: 15px; padding-top: 10px; padding-bottom: 10px; text-align: right;  overflow: hidden; width: 0;
}
.progresso div span{display: block; text-align: right; padding-right: 10px; color: #ffffff;}
#progresso_label strong{color: #fcb900; font-size: 16px;}
#conteudoRelatorio{line-height: 26px;}

.paginacao{ float: right; margin-top: 5px; }
.pagina_primeira, .pagina_anterior, .pagina_proxima, .pagina_ultima, .pagina{ float: left; margin-left: 10px; }
.pagina{ padding-left: 5px; padding-right: 5px; text-align: center; -webkit-border-radius: 4px; border-radius: 4px; cursor: pointer; padding-bottom: 1px; }
.pagina:hover{text-decoration: underline}
.pagina:active{padding-top: 1px; padding-bottom: 0px;}

.paginacao_amarela .pagina{ background: none; border: 1px solid #dddddd; color: #282828; }
.paginacao_amarela .pagina.selected{ background: url(images/botoes/BT_amarelo.png) top center repeat-x; border: 1px solid #feaf32; }

.ico16{ background-color: transparent; background-repeat: no-repeat; background-position: center center; width: 16px; height: 16px; margin-right: 5px; float: left; display: block; -webkit-transition: all 175ms linear; -moz-transition: all 175ms linear; -o-transition: all 175ms linear; transition: all 175ms linear;}
.ico_edit{background-image: url(images/icones/16edit.png); margin-right: 5px;}
.ico_excluir{background-image: url(images/icones/16excluir.png); margin-right: 5px;}
/*.ico16:HOVER{-webkit-transform: scale(1.4); -moz-transform: scale(1.4); -o-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4);}*/
.ico16 img{max-width: 100%;}
.ico_x{background-image: url(images/icones/16x.png)}
.ico16:HOVER{filter: brightness(1.37); -webkit-filter: brightness(1.37);}

#menu{ float: left; min-height: 100%; width: 208px; padding-left: 24px; color: #999999; line-height: 19px; font-size: 11px; overflow: hidden; padding-bottom: 60px; }
#menu a, #menu span{ color: white; }
#menu #logo{ background: url(images/IMG_logo.png) center center no-repeat; height: 107px; background-size: contain; margin: 10px 54px 10px 30px;}
#menu #opcoes_menu{ float: right; color: #e4e4e4; margin-right: 15px; margin-top: 20px; }
#menu #opcoes_menu a{ color: #e4e4e4; }

#menu .bt_menu{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdb87+0,fcb900+100 */
	background: #ffdb87; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffdb87 0%, #fcb900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb87), color-stop(100%,#fcb900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffdb87 0%,#fcb900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffdb87 0%,#fcb900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffdb87 0%,#fcb900 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffdb87 0%,#fcb900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb87', endColorstr='#fcb900',GradientType=0 ); /* IE6-9 */
	width: 193px; float: right; font-size: 14px; margin-top: 12px; padding: 7px 15px 7px 0; color: #1f1f1f; cursor: pointer; 
	border-radius: 6px 0 0 6px;
	box-sizing: border-box;
	text-align: right;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
#menu .menu-item:HOVER .bt_menu{padding-right: 30px; filter: brightness(1.15); -webkit-filter: brightness(1.15);}
#menu .menu-item.selected .bt_menu{background: #F5F5F5; filter: none;}
#menu .menu-item.selected .bt_menu{font-weight: bold;}
#menu .bt_menu a, #menu .bt_menu span{ color: #1f1f1f; float: right; }
#menu .bt_menu a:hover{ text-decoration: none; }
#menu .menu_items{ height: 0px; overflow: hidden; float: left; }
#menu .menu_items a{ display: block; width: 193px; padding-right: 15px; margin-top: 8px; margin-bottom: 4px; text-align: right; font-size: 12px; color: #a2a2a2; float: right; }
#menu .menu_items a:hover{ color: white; font-weight: bold; text-decoration: none; }
#menu .menu_items a.selected{ color: white; font-weight: bold; background: url(images/BG_menu_itemselected.png) right center no-repeat; }

.notificacao{ border: 1px solid; -webkit-border-radius: 6px; border-radius: 6px; position: relative; }
.notificacao_parent{ margin-bottom: 15px; }
.notificacao div{ padding: 10px; padding-left: 35px; padding-right: 15px; }
.notificacao span.fechar_notificacao{ background: url(images/icones/8x.png) center center no-repeat; width: 8px; height: 8px; display: block; top: 5px; right: 5px; position: absolute; cursor: pointer; }
.notificacao_informacao{ border-color: #a2b4ee; background: url(images/icones/16informacao.png) 10px center no-repeat #dbe3ff; color: #515463; }
.notificacao_erro{ border-color: #c40000; background: url(images/icones/16x.png) 10px center no-repeat #ffd8d8; color: #c40000; }
.notificacao_alerta{ border-color: #b5bc02; background: url(images/icones/16atencao.png) 10px center no-repeat #fdffbb; color: #777a2d; }
.notificacao_sucesso{ border-color: #096c04; background: url(images/icones/16sucesso.png) 10px center no-repeat #b0ffac; color: #096c04; }
.notificacao.sem_icone{ background-image: none !IMPORTANT; }


.bt_amarelo{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd877+0,febf06+100 */
	background: #ffd877; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd877 0%, #febf06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd877), color-stop(100%,#febf06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd877 0%,#febf06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd877 0%,#febf06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd877 0%,#febf06 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd877 0%,#febf06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd877', endColorstr='#febf06',GradientType=0 ); /* IE6-9 */
}
.bt_amarelo:ACTIVE{
	background: #febf06; /* Old browsers */
	background: -moz-linear-gradient(top,  #febf06 0%, #ffd877 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf06), color-stop(100%,#ffd877)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #febf06 0%,#ffd877 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #febf06 0%,#ffd877 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #febf06 0%,#ffd877 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #febf06 0%,#ffd877 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf06', endColorstr='#ffd877',GradientType=0 ); /* IE6-9 */
	transform: scale(0.97, 0.97);
}
.bt_cinza{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd877+0,febf06+100 */
	background: #f5f7f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f7f9 0%, #d8dfe3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd877), color-stop(100%,#d8dfe3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f7f9 0%,#d8dfe3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f7f9 0%,#d8dfe3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f7f9 0%,#d8dfe3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f7f9 0%,#d8dfe3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7f9', endColorstr='#d8dfe3',GradientType=0 ); /* IE6-9 */
}
.bt_cinza:ACTIVE{
	background: #d8dfe3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8dfe3 0%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8dfe3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8dfe3 0%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8dfe3 0%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8dfe3 0%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8dfe3 0%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8dfe3', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	transform: scale(0.97, 0.97);
}

.button{ padding: 0 25px; height: 30px; cursor: pointer; border: 0px; font-size: 13px; border-radius: 6px; -webkit-border-radius: 6px; display: inline-block; outline: none; box-sizing:border-box; line-height: 30px; color: #000;}
.button:ACTIVE, .button:HOVER{text-decoration: none; filter: brightness(1.035); -webkit-filter: brightness(1.035);}

select, .input{ border-radius: 9px; -webkit-border-radius: 9px; border: 1px solid #d5d5d5; padding: 0 10px; outline: none; height: 30px;}
.input:focus, .input:hover, select:focus, select:hover{ border-color: #fec92d; }
.input.erro{ border-color: #e40000; }
.input.sucesso{ border-color: #00eb37; }
.input.input_pequeno{width: 270px;}
.input.input_medio{width: 520px;}
.input.input_grande{width: 270px;}
.input_desc{ color: #616161; font-size: 10px; }






.modal{display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100vh;}
.modal .modal-overlay{position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 200; background: rgba(0,0,0,0.75);}
.modal .modal-content{background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 300;}
.modal .modal-padding{padding: 10px 20px;}
.modal .modal-title{background: #242424; padding: 10px 20px; text-align: center; text-transform: uppercase; font-size: 18px; font-family: 'Lato', Arial; font-weight: bold; color: #fff;}
.modal .carregando{margin: 22px 0; text-align: center; font-size: 30px;}

#modal-analytics .modal-content{width: 500px;}
#modal-analytics .modal-padding{padding-top: 15px; padding-bottom: 30px;}
#modal-analytics .bootstrap-select{margin-bottom: 15px;}
#modal-analytics .button{float: none !important; height: 30px; width: 100%; box-sizing: border-box; padding: 0;}

.bootstrap-select>.dropdown-toggle{background: #fff; border: 1px solid #ccc; border-radius:  4px; position: relative; height: 40px;}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width: 100% !important; position: relative;}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{position: absolute; left: 10px; top: 50%; transform: translateY(-50%);}
.bootstrap-select.btn-group .dropdown-menu{width: 100%;}

.bootstrap-select, .bootstrap-select *{outline: none !important;}
.filtros .bootstrap-select .dropdown-toggle:focus{outline: none !important;}


body *{box-sizing: initial;}
.bootstrap-select, .bootstrap-select *, .filtros *{box-sizing: border-box;}

.box-analytics .dados-gerais{padding: 20px 0 10px; margin: 0 -10px;}
.box-analytics .dados-gerais .item{
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.34);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.34);
	box-sizing: border-box; width: calc(25% - 20px); padding: 10px 15px; text-align: center; 
	float: left; background: #fff; margin: 10px;
}
.box-analytics .dados-gerais .item .item-titulo{font-weight: bold; font-size: 10px; margin-bottom: 4px;}
.box-analytics .dados-gerais .item .item-valor{font-size: 24px;}

.clearfix{zoom:1;} .clearfix:after{clear:both; content:"."; display:block; height:0; visibility:hidden;} .clearfix{*zoom:1;}

.box-analytics .box_content{overflow: initial;}

.uploads .item .image{width: 100px; height: 75px; background-size: contain; background-color: #e8e8e8; position: relative; background-repeat: no-repeat; background-position: center center;}
.uploads .item .image .extension{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: bold; font-size: 16px; text-transform: uppercase; color: #000;}
.uploads .item{padding: 7px 0; position: relative;}
.uploads .item .info{position: absolute; left: 110px; top: 50%; transform: translateY(-50%);}

.uploads-wrapper input{margin-bottom: 10px;}
.uploads-wrapper{margin-bottom: 20px;}
.uploads-wrapper .input-file{float: left; margin-right: 15px;}
.uploads-wrapper .input-legenda{float: left;}
.uploads-wrapper .input-legenda input{width: 300px;}

.botoes-adicionar{text-align: right;}
/* .botoes-adicionar #padrao_cancelar{margin-left: 10px;} */

.modal.show .modal-dialog{
	top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%) !important;
}

.dropdown-toggle::after{display: none !important;}

.box-padrao-analytics h2{font-size: 16px; font-family: Arial; font-size: 16px; font-weight: bold;}
.box-padrao-analytics table{width: 100%;}
.box-padrao-analytics table th{color: #000; font-size: 14px; font-weight: bold; padding: 8px 15px; border-bottom: 1px solid #000;}
.box-padrao-analytics table td{padding: 7px 15px; border-bottom: 1px solid #efefef; font-size: 13px;}
.box-padrao-analytics table tr th:nth-child(2), .box-padrao-analytics table tr td:nth-child(2){text-align: right;}

.container, .container *, .container-fluid, .container-fluid *{box-sizing: border-box;}

#filtros-analytics{padding-top: 20px;}
#carregando-analytics{display: block; text-align: center; padding: 40px 0; font-size: 36px; color: #fcb011;}
#analytics-carregado{display: none;}