body {
  /*background:#EFEFEF;*/
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

h2, .h2 {
    font-size: 22px;
	line-height: 28px;
	text-align:center;
}

.panel a, .panel a:visited {
	/*color:#3C3C46 !important; jakjr*/
}

.panel a:hover {
    /*color: #CEDD56 !important; jakjr*/
    text-decoration: none !important;
}

a.disque-denuncia-181 {
    color:#7D7C7C !important;
    text-decoration: none !important;
}

a.disque-denuncia-181:hover {
    color: #CEDD56 !important;
    text-decoration: none !important;
}

h3 {
	font-size:16px;
	text-transform:none;
	color:#000 !important;
    background:#F0F0F0;
    text-align: left;
}

.panel-body h3 {
    background: none;
}

h4, .h4 {
	font-size: 20px;
	padding: 8px 0 0;
}

optgroup {
	background-color:#FC3;
	color:#000;
}

.modal {
    /* ... */
    overflow-y: scroll;
}

.modal-header {
    padding: 4px 6px 6px 10px;
}

.modal-body {
    padding: 8px;
    position: relative;
}

.page-header {
	/*background-color:#B6B4B4;*/
    background:#F0F0F0 ;
    padding: 54px 8px 0 8px;
	margin: -12px 0 0;
	/*box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.5);*/
	z-index:10; 
	position:relative;
}

.page-header i {
	margin-right:8px;
	color:#CEDD56;
}

.page-header td img{
	height:22px !important;
	width:22px !important;
	margin:0 4px 0 0;
}

.well {
  background: url("../images/fundrobreg.jpg");
	border:none;
	box-shadow:none;
	margin-bottom:0;
	padding:14px;
}

.row .hide.well span {
	padding-top:0;
}

.modal-conteudo {
	min-height:300px;
}

.panel {
	margin-bottom: 0;
	border-radius:0;
	/*border:1px solid #CEDD56; jakjr
	border:2px solid #d3d3d3;*/
}

.panel.disque-denuncia-181 {
    border: 1px solid #fff;
    border-radius: 12px;
    margin: 0 -15px;
}

.panel a.disque-denuncia-181 {
	color: #282828 !important;
}
.panel a.disque-denuncia-181:hover {
	color: #fff !important;
}

.panel-heading {
	background-color:#B6B4B4; 	
}

.panel-heading:hover {
	background-color:#477A30; 
    border:1px solid #FFF;
    /*border-radius: 0em 0em 3em 3em;
    color:#CEDD56;*/
}

.panel-heading .accordion-toggle:hover {
	color:red !important;
}

.panel-heading span {
	font-size:15px;
	font-weight:bold;
    text-decoration:none;
}

.panel-body {
	background:url(../images/fundrobreg.jpg)  left top ;
	color:#2B2B2B !important;
	min-height: 90px;
}

.panel-body.disque-denuncia-181 {
    padding: 15px;
}

.panel-default {
    border-color: transparent;
    background:rgba(0, 0, 0, 0) url("../images/fundrobreg.jpg") left top;
    margin-top:-10px;
}

.navbar {
    background-color:#2D2D2D;
	border-radius: 0;
    min-height: 60px;
	border-bottom: 6px solid #cedd56;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin:-6px 0 0 0px;
}

.navbar-brand > img {
    height: 106px;
    margin: -5px 0 0 20px;
    width: 86px;
}

ul.navbar-nav {
    padding-left: 110px;
}

.list-group-item { 
	background: url(../images/fundrobreg.jpg) left top ; 
    min-height: 64px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	
	color: #555;
	text-decoration: none;
	background: url(../images/fundroareg.jpg) left top ; 
}

.list-group-item > .badge {
    float: left;
    margin-right: 16px;
    background: none !important;
    height:48px;
    width:48px;
    margin-right:16px;

    background-color: #FFF; /*jakjr*/
    border-radius: 0px;
    color: #3C3C46;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group {
    margin-bottom: 4px;
}

label {
	color:#787877;
    font-weight: normal;	
}

.form-horizontal .control-label {
    padding: 3px;
}

.control-group {
	clear:both;
	border-top:1px dashed #eaeaea;
	padding:4px 0 4px 0;
}

.control-group:first-child {
	border-top:none !important;
}

.botoes {
    /* background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);*/
	border-top:1px dashed #999;
    display: block;
    margin: 0;
    padding: 8px 0 24px 8px;
}

.btn:active, .btn.active {
   background-color: #CEDD56;
    color: #000;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fileinput-button {
    overflow: hidden;
    position: relative;
}

label.btn input[type="radio"] {
	display: none;
}

.list-pessoas li {
	border-top:1px dashed #E0E0E0;
	padding: 0 0 8px 0;
}

.list-pessoas li .row {
	margin:6px 0 0 0;
}

.control-value {
	display: inline-block;
}

#footer {
	background-color:#3C3C46;
	padding:24px;
}

#footer td {
    color:#FFF !important;
}
#footer i , #footer .map{
	font-size:12px;
    color: #FD852F !important;
	padding-right:4px;
}

.modal-header {
    padding: 0 6px 0 10px;
}
.modal-body {
    padding: 0 8px 8px;
}
/** **/
.larg_max {
	width:100%;
}

.odd {
	background:#FFF;
}
.even {
	background:#FAFAFA;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080"; /* "play" icon */
    float: right;
    color: #44AC33;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color:#44AC33;
}

.mini-box{
    min-height:105px;
    padding:2px;
    border:none !important;
}

.mini-box .box-icon{
    display:block;
    float:left;
    margin:0 10px 10px 0;
    width:65px;
    height:65px;border-radius:50%;
    line-height:65px;
    vertical-align:middle;
    text-align:center;
    font-size:35px}

.mini-box .box-info p{margin:0;	clear:both; min-width:200px; max-width:265px;text-align:center;}

.mini-box .box-info p a { color:#000; text-decoration:underline; cursor:pointer;}

.mini-box .box-icon {
    font-size: 30px; margin-left:38%;
}
.mini-box .box-icon i{
    margin-top:16px;
}

.mini-box .box-info p{margin:4px}

.bg-habilitado {
    background:#CEDD56;
}
.bg-desabilitado {
    background:#ccc;
}

.menu-footer {  background-color: #303030;
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}

.menu-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.menu-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.menu-footer .btn-block + .btn-block {
    margin-left: 0;
}


/** CSS do jakjr*/
.panel-title {
    line-height: 30px;
}

.panel-heading span {
    line-height: 20px;
    padding-top: 5px;
}

.form-horizontal .control-label {
    padding-right: 20px;
}

.ssl-container {
    float: right;
}
.ssl {
    background: #efefef none repeat scroll 0 0;
    border-radius: 35px;
    display: block;
    float: right;
    font-size: 24px;
    padding: 14px;
}

.ssl-text {
    color: #fff;
    display: block;
    float: right;
    padding: 10px 10px 0;
    text-align: center;
}

.step {
    background: #fff none repeat scroll 0 0;
    color: #9d9d9d;
    font-size: 1em;
    padding: 16px 0 20px 8px;
}

.step.active {
    color: #000000;
}

.step.checado {
    color: #000;
}

.step.maisinfo {
    padding: 4px 0 10px 8px;
}

.step .caret {
    color: #fff;
    margin: 0;
    opacity: 1;
    position: absolute;
}

.step .caret.right {
    border-bottom: 28px solid transparent;
    border-left: 30px solid;
    border-top: 27px solid transparent;
    right: 1px;
    top: 0;
}

.step .caret.bottom {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 15px solid;
    bottom: -15px;
    left: 35%;
}

.nome_passo {
    font-size: 12px;
}

.obs_passo {
    color: #cecece;
    font-size: 9px;
}

.bg-green{
	background-color: #a1cba1;
}

.bg-green .obs_passo {
	color: #636363 !important;
}

.bg-green .caret{
	color: #a1cba1 !important;
}

.bg-red{
	background-color: #f95757;
	color: #ffffff !important;
}

.bg-red .caret{
	color: #f95757 !important;
}

.ui-widget-content{
	border:1px solid #aaa;
	background:#fff url("../../vendor/layout/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color:#222
}

.ui-widget-content a{
	color:#222
}

.ui-widget-header{
	border:1px solid #aaa;
	background:#ccc url("../../vendor/layout/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color:#222;
	font-weight:bold
}

.ui-widget-header a{
	color:#222
}

#manutencao img{display: block;}

.title-manutencao{
	font-size: 50px;
	text-align: center;
	margin-top: 90px;
	font-weight: bold;
}

.mensagem-manutencao{
	text-align: center;
	font-size: 23px;
	margin-top: 200px;
}

@media (min-width: 768px) {
	.step {
	    margin-right: 20px;
	}
	.descricao-denuncia {
		display: block !important;
	}
}

@media (max-width: 991px) {
	h2, .h2 {
 		line-height: 14px;
	}
	h2 a {
		font-size:16px;
	}	
	h2 i {
		font-size:4em !important;
	}	
	h2 i {
		font-size:4em !important;
	}	
	h4, .h4 {
    font-size: 16px;
 	  padding: 8px 0 0;
	}
	.navbar {
		min-height: 60px;
	}
	.navbar-brand > img {
		height: 42px;
		width: 210px;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin: 0 0 0 -15px;
	}
    .navbar-brand > img {
        height: 96px;
        margin: -5px 0 0 20px;
        width: 76px;
    }
    
    a > .panel-body.disque-denuncia-181 {
		display:none;
		/*overflow:auto;*/
	}

	.container {
		padding:0;
	}

	.page-header td p{
		font-size:12px;
	}

	.page-header td i, .page-header i, .page-header i{
		font-size:38px;
	}

	.page-header td img{
		height:22px !important;
		width:22px !important;
		margin:0 4px 0 0;
	}

	.list-group-item img {
		width:32px;
		height:32px;
	}	

	.form-horizontal .control-label {
			padding:0;
	}	

	.afasta_topo {
			margin: 350px 0 0;
	}

	.step {
	    height: 80px;
	    margin-top: 18px;
	    text-align: center;
	}

	.step .caret.right {
	    border-bottom: 40px solid transparent;
	    border-top: 40px solid transparent;
	    top: 20px;
	}

	.title-manutencao{margin-top: 30px;}
	.mensagem-manutencao{margin-top: 100px;}
}

.uppercase {
    text-transform: uppercase;
}

.navbar-inverse .navbar-toggle {
    border-color:transparent;
    border-radius:0;
}

.corareg {color:#CEDD56; font-size:2em;}

.corbreg {color:#CEDD56; font-size:2em;}

.barra {
    background:url("../images/barra.png") repeat-x;
    margin:0 0 8px 0;
}

.barra h3 {
    text-align:center !important;
	margin: 0 25%;
	font-size:18px;
	text-transform:uppercase;

	
}

.form-control {
    border: 1px solid #fff;
    box-shadow: none;    
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
}

.btn-success, .btn-primary ,.btn-warning  {
    background-image: none;
    background: #cedd56 none repeat scroll 0 0;    
    border-color: #fff;
    color:#555;
    border-radius:4px;
}

.btn-default {
    background-image: none;
    background: #B7B7B7;
    border-color: #fff;
    color:#555;
    border-radius:4px;
	text-shadow:none !important;
}

.panel-default > .panel-heading {
    background: rgba(0, 0, 0, 0) url("../images/fundobreg.jpg") repeat center top;
 }
 
 thead {background:#313131;color:#fff;}

@media (max-width: 767px) {
	.step {
	    height: auto;
	}

	.ssl-container {
	    float: none;
	    margin: 0 auto;
	    width: 220px;
	}

	.nome_passo {
	    font-size: 16px;
	}

	.descricao-denuncia {
		display: none !important;
	}

	.title-manutencao{
		font-size: 35px;
		margin-top: 50px;
	}

	.mensagem-manutencao{font-size: 16px;}
    
    h3 {
        font-size: 12px;
        margin: 0 5%;
    }
	
	.barra h3 {
		font-size: 12px;
	}
}

@media (max-width: 500px) {
	.title-manutencao{
		font-size: 30px;
		margin-top: 50px;
	}

	.mensagem-manutencao{
		font-size: 16px;
		margin-top: 50px;
	}
}

@media (max-width: 400px) {
	#manutencao img{display: none;}
	.title-manutencao, .mensagem-manutencao{
		width: 100%;
	}
}
