/*
 * 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;
}

.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: 6px 12px;
}

.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;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: 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-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show{
    background-image: none;
    background-color: #FFE4C4;
}

.smart-style-2 aside {
    background: #F7F7F7;
    background: -webkit-gradient(linear,left top,right top,color-stop(99%,#f7f7f7),color-stop(100%,#cacaca));
    background: -webkit-linear-gradient(left,#f7f7f7 99%,#cacaca 100%);
    background: -webkit-gradient(linear,top left,top right,from(#f7f7f7),to(#cacaca));
    background: linear-gradient(to right,#ffe4c4 99%,#bfbfbf 100%);
    min-height: 100%;
}

.smart-style-2 .login-info span {
    padding: 5px 10px 7px;
    background: #ffe4c4;
    border-radius: 4px;
}
.txt-color-white {
    color: #333!important;
}

/*.MessageBoxContainer{
    background-color: #FFF68F;
}*/