/*
.page-header-menu
{
	background-color: #8bb4e7 !important;
}
.menu-dropdown
{
	background-color: #eeeeee !important;
}*/

/*
.footer-block h2 {
	color: white;
}

.footer-block a {
	color: white;
}

.form-group {
	margin-bottom: 2px;
}

.page-content {
    padding: 0px 0;
}

.breadcrumb {
    margin: 15px 0px 0px 0px !important;
}

.form-section {
	margin: 15px 0px 15px 0px !important;
	height: 19px !important;
}

.form-body {
	padding: 20px !important;
}

h3 {
	font-size: 15px !important;
	font-weight: bold;
}

label {
	font-size: 12px;
	padding-top: 2px !important;
	font-weight: bold;
}

.form-control {
	height: 25px;
	font-size: 12px;
	padding: 0px 12px;
}

.btn {
	padding: 2px 12px;
}


.page-wrapper .page-wrapper-middle {
	background: #eff3f8 !important;
}

.form-body {
	background: #ffffff !important;
}

.form-actions {
	background: #fff !important;
}

.portlet.light {
	padding: 10px 10px 0px 10px;
	background-color: #fff;
	border: 1px #000000;
}

.filtro {
	border: 1px solid #c2cad8; 
	height: 29px;
	width: 250px;
    font-size: 12px;
    padding: 0px 12px;
}

.grid {
    text-align: center;
}

.gridStyle {
    border: 1px solid rgb(212, 212, 212);
    height: 185px;
}
*/

/* AJUSTES GLOBAIS */

label {
	font-weight: bold;
}

.form-section {
	color: #5C9BD1!important;
}

/* AJUSTE EM COMPONENTES MPMG */

.select2-container {
    width: 100%!important;
}

.select2-container .select2-selection--single {
    height: 34px!important;
    padding: 3px!important;
    border: 1px solid #c2cad8!important;
}


/* ajuste no estilo do autocomplete */
.mpmg_autocomplete {
    height: 34px!important;
    padding: 3px!important;
    border: 1px solid #c2cad8!important;
    padding-left: 30px!important;
}

.mpmg_autocomplete_image {
	color: #7b7b7b!important;
    top: -10px!important;
} 

.mpmg_text {
	width: 100%!important;
	color: #7b7b7b!important;
	background-color: #eef1f5!important;
	border: 1px solid #c2cad8!important;
	height: 34px!important;
	padding: 6px 12px;
}

.mpmg_textarea {
	font-size: 12pt!important;
	font-family: "Open Sans",sans-serif;
	color: #000000!important;
	background-color: #ffffff!important;
}

textarea:read-only  {
    color: #7b7b7b!important;
	background-color: #eef1f5!important;
	border: 1px solid #c2cad8!important;
	padding: 6px 12px;
}

input[type=text]:read-only  {
    color: #7b7b7b!important;
	background-color: #eef1f5!important;
	border: 1px solid #c2cad8!important;
	height: 34px!important;
	padding: 6px 12px;
} 

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eef1f5!important;
    border: 1px solid #c2cad8!important;
    cursor: default;
}

.select2-container--disabled .select2-selection__rendered {
	color: #7b7b7b!important;	
}

.btn {
	margin-bottom:10px!important;
}

/* IMPRESSAO DE MANIFESTACAO */


.tituloSecaoPreto {
	border-bottom : 1px solid #000000;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;   
	font-weight: bold;
	height:20px;
}
.rotulo {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #434241;
	text-align: right;
	vertical-align: middle;
}
.campo {
	text-align: left;
	vertical-align: middle;
	font-size : 9pt;
}
.hintPePagina {
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color : #434241;
	vertical-align: middle;
    text-align: center; 
	padding-top: 8px; 
	padding-bottom: 13px;
}
.botaoSeparador {
	text-align: center;
	vertical-align: middle;
	border-top : 1px solid #989795;
	font-size : 6pt;
}

/*.watermark {
    position: absolute;
    top: 50%;                    <---- Center vertically in the parent element,
    transform: translateY(-50%); <---- it works for any parent height
    opacity: 0.25;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    z-index: 1000;
    //display: none;
}*/
.no-animate {
   -webkit-transition: none !important;
   transition: none !important;
}

.carimbo {
   background-image: url("../images/carimbo.gif");
   background-repeat: no-repeat;
   background-position: top right;
   background-size: 150px 110px; 
}

.anonimato{
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #d9edf7;
	color: #5c9bd1!important;
	font-weight: bold;
	text-align: center;
}

.col-md-3{
	margin-bottom: -10px;
}

.form-check-input {
    position: relative!important;
    margin-left: 0px!important;
    margin-top: 4px;
    font-weight: bold!important;
}

.form-check-label {
    font-weight: bold!important;
}

.row-separeted:after {
  content: '';
  display: block;
  height: 1px; /* Thickness of the line */
  border-bottom: 1px dashed #D3D3D3;
  margin-top: 2px; /* Space between text and line */
  margin-bottom: 8px;
  margin-left: 15px;

}
