/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.field-validation-valid
{
	display: none;
}

.alert
{
	margin-bottom: 5px;
}

div#accountActions
{
	float: left;
} 

div#ribbon ol.breadcrumb li a:hover
{
	color: #FFFFFF!important;
}
 
.centerBox
{
    margin: auto;
    float: none;
}

.modal-dialog
{
	margin: 10px auto;
}

.modal-header
{
	padding: 10px;
}

.modal-body
{
	padding: 30px;
}

.modal-footer
{
	padding: 15px;
}

.sigimModalBody
{
	height:400px;
	overflow:auto;
}

.panel
{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid transparent;
}

.panel:last-of-type
{
	border-bottom: 0;
}

.smart-form .col-12
{
	width: 100%;
}

.smart-form .labelCheckBox
{
	display: inline;
}

.smart-form .note-error
{
	color: #A90329;
}

.smart-form .note-error:empty
{
	display: none;
}

.bgIconeRelatorio48x48
{
	width: 98px;
	height: 127px;
	background-color: #EEEEEE;
}

	.bgIconeRelatorio48x48 img
	{
		border: 1px solid #999999;
	}

	.bgIconeRelatorio48x48 a
	{
		margin-top: 5px;
	}

.smart-form fieldset {
	background: none;
}

@font-face {
	font-family: 'decimo';
	src:  url('../fonts/decimo.eot?8qycel');
	src:  url('../fonts/decimo.eot?8qycel#iefix') format('embedded-opentype'),
	  url('../fonts/decimo.ttf?8qycel') format('truetype'),
	  url('../fonts/decimo.woff?8qycel') format('woff'),
	  url('../fonts/decimo.svg?8qycel#decimo') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-receita-federal"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-decimo"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'decimo' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 33px;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

.icon-receita-federal {
	font-family:'icomoon';
	font-size: 33px;
}
  

.smart-form fieldset.min-padding-top {
	padding-top: 5px;
}

.smart-form fieldset legend {
	padding-top: 0;
}

.smart-form section.min-margim-bottom
{
	margin-bottom: 0;
}

.smart-form .btn
{
	padding: 4px 8px;
}

.btnCandidato:hover, .btnCandidato:active, .btnCandidato:focus { 
    color: #83a335;
}

.btnCandidato{
	height: 80px;
    color: #716f6e;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    background-color: #ffffff;
    top: 5px;
    bottom: 15px;
    box-shadow: 0px 0px;
    margin-bottom: 10px;
}

/* Responsivo Celular - 2 colunas */
@media (min-width: 0px) and (max-width: 560px) {

    .grid {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 110px;
    }
    
    .btnCandidato {
        grid-template-columns: repeat(2, 1fr);
    } 

     .candidato {
        height: 130px;
        order: 2;
        margin-top: 10px;
    }
} 

/* Responsivo Tablets */
@media (min-width: 560px) and (max-width: 705px) {

    .grid {
        display: grid; 
        justify-content: center;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 115px;
    }
    
    .btnCandidato {
        grid-template-columns: repeat(4, 1fr);
    } 

     .candidato {
        height: 130px;
        order: 2;
        margin-top: 10px;
    }
} 

.jarviswidget div.table-container
{
	margin-top: 13px;
	padding: 0 13px 13px 13px;
}

.jarviswidget div.table-container div.table-responsive
{
	clear: both;
}

@media (min-width:601px)
{
	.base-align
	{
		margin-top: 25px;
	}
}

.text-left
{
	text-align: left;
}

.text-center
{
	text-align: center;
}

.text-right
{
	text-align: right;
}

div.table-header
{
	border: 1px solid #ddd;
	border-bottom: 0;
}

div.table-footer
{
	border: 1px solid #ddd;
	border-top: 0;
}

div.table-container div.empty-result
{
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 13px;
	float: left;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #FEFEFE;
	color: #A90329;
}
div.table-container div.dt-toolbar-footer
{
	padding: 5px 10px;
}

table.dataTable
{
	margin: 0!important;
}

	table.dataTable > thead > tr > th
	{
		vertical-align: middle;
	}

.ui-autocomplete
{
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	width: initial;
	white-space: nowrap;
	font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
        z-index:9999 !important; 
}

	.ui-autocomplete a
	{
		color: #404040;
	}

.ui-menu .ui-menu-item a
{
	line-height: 1;
}

	.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-widget-content
	{
		font-weight: normal;
		background-color: #428BCA;
		border-color: #357EBD;
		padding-right: 200px;
	}

* html .ui-autocomplete
{
	height: 250px;
}

.text-color-error
{
	color: #FFFFFF;
}

.text-color-success
{
	color: #356635;
}

.text-color-warning
{
	color: #826430;
}

.text-color-info
{
	color: #305d8c;
}

td[onclick] {
	color: #3276b1;
}

td[onclick]:hover {
	cursor: pointer;
	text-decoration: underline;
}

.smart-form .input input.required, .smart-form .select select.required, .smart-form .textarea textarea.required
{ 
    background-color: #FFFFC0;
}

.smart-form .input input.readonly, .smart-form .select select.readonly, .smart-form .textarea textarea.readonly
{ 
    background-color: #EFEFEF;
		
}

select[readonly] {
	background-color: #EFEFEF; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
	pointer-events: none;
	touch-action: none;
}

div#generalLoading
{
	position: fixed;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -130px;
	background: rgba(0,0,0,.4);
	z-index: 100000;
	border-radius: 5px;
	display: none;
}

	div#generalLoading span
	{
		display: block;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
	}

.tree .highlight
{
	color: #666666;
	background: #B2D0FD!important;
}

.tree li.parent_li > span:hover + ul li span.highlight
{
	color: #666666;
	background: #B2D0FD!important;
}

.error {
    color: red;
}

.smart-style-0 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show{
    background-image: none;
    background-color: white;
}
