﻿h1,h2,h3,h4{
    letter-spacing: -0.07em;
}
.absolute.left {left:0px!important;}
.absolute.right{right: 0px!important;}
.align-center { text-align: center!important; }
.align-right { text-align: right!important; }
.align-left { text-align: left!important; }
.align-justify { text-align: justify!important; }

.float-left { float: left; }
.float-right { float: right!important; }
.float-center { margin-right: auto; margin-left: auto; float: none!important; }

.clear-border { border: none!important; }
.clear-both { clear: both; } 
.absolute{position:absolute;}
.relative{position:relative;}

.display-none{display: none!important;}
.display-block{display: block!important;}
.display-inline-block{display: inline-block !important;}

.hspace10{margin-top: 10px;margin-bottom: 10px;}
.bold{font-weight: bold; }
.no-bold { font-weight: normal!important; }
.italic { font-style: italic; }
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.red{color:#FF0000!important;}
.white{color:#FFFFFF!important;}
.link{color:#444;text-decoration:none;}
    .link.text:hover{text-decoration: underline;}

.no-radius { 
	-moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
}
.border-radius{
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;
}
.border-radius-10{
    -moz-border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
    border-radius: 10px!important;
}
.border-top-radius{
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.border-bottom-radius{
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.border-right-radius{
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}
.no-bg{background:none;}
.no-border{border: none!important;}
.no-border-top{ border-top: none!important; }
.rotulo{text-indent:-9999px;}

.w120 { width: 120px; }
.w180 { width: 180px; }
.w500 { width: 500px; }
.w520 { width: 520px; }
.w600 { width: 600px; }
.w800 { width: 800px; }

/** FONT SIZE's **/
.small{font-size:small;}
.xsmall{font-size: x-small;}
.lsmall{font-size: 11px;}
.xlsmall{font-size:12px;}
.medium{font-size: medium!important;}
.large{ font-size: large; }
.xlarge{ font-size: x-large; }

.clear::after{
    clear: both;
    display: block;
    content: " ";
}
.clear-margin-y { margin-top: 0; margin-bottom: 0; }
.normal-margin-y { margin-top: 4px; }

.breadcrumb { font-size: 11px; }

/*##############################
PAGE HEADER
##############################*/
.page-header { padding-bottom: 0!important; margin-bottom: 30px!important; margin-top: 0; }
.page-header h1 { margin-bottom: 0; font-size: 24px; color: #04356d; padding-bottom: 0; margin-top: 0; }
.borderradius .page-header h1 > i { background-color: #04356d; color: #FFF; border-radius: 50%; font-size: 14px; padding: 4px 3px 4px 2px; position: relative; top: -4px; margin-right: 10px; }
.borderradius .page-header small { font-size: 14px; letter-spacing: 0; margin-top: 15px; margin-right: 10px; }
.page-header.breadcrumb-2 { margin-bottom: 20px; }
.page-header.breadcrumb-2 h1{ line-height: 36px; }
.page-header.breadcrumb-2 { border-bottom: none; }
.page-header.breadcrumb-2 h2 { font-size: 18px; color: #666; margin: 0 0 0 30px; line-height: 20px; letter-spacing: -0.05em; }
.page-header.breadcrumb-2 h2 i { font-size: 22px; }

/*##############################
GRID
##############################*/
.table { background-color: #FFF; font-size: 12px; min-width: 920px; }
.table th, .table td { text-align: inherit; }
.rgba .table { background-color: rgba(255,255,255,0.8); }
.table thead th,
.table th,
.datagrid-header-inner {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00438a), color-stop(1, #04356d));
    background:-moz-linear-gradient(top, #00438a 5%, #04356d 100%);
    background:-webkit-linear-gradient(top, #00438a 5%, #04356d 100%);
    background:-o-linear-gradient(top, #00438a 5%, #04356d 100%);
    background:-ms-linear-gradient(top, #00438a 5%, #04356d 100%);
    background:linear-gradient(to bottom, #00438a 5%, #04356d 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00438a', endColorstr='#04356d',GradientType=0);
    background-color:#00438a;
    color: #FFF;
    border-right-style: dotted;
}
.table thead th,
.table th { border-right-width: 1px; border-left: none; border-right-color: #CCC; }
.subgrid { background-color: #e3e3e3; }
.subgrid .datagrid-header-inner { background: none; background-color: #454545; }

.datagrid-header-row .datagrid-header-over{ background-color: #00438a!important; }
.subgrid .datagrid-header-row .datagrid-header-over { background-color: #666!important; }

.table thead th,
.table th,
.datagrid-header-row .datagrid-cell { 
	font-weight: bold!important; font-size: 13px;
	color: #FFF;
}
.datagrid-pager { padding: 5px; }

.datagrid-header { height: auto!important; }
.datagrid-header .datagrid-header-row .datagrid-cell { overflow: auto!important; height: auto; }

.paginador select { margin-bottom: 0; }

.table td .btn i { font-size: 13px!important; }
.table td .btn + .btn { margin-left: 5px; }

.table-striped tr:nth-child(2n){background:#f5f5f5 !important; }

/*##############################
VALORES
##############################*/
.monetario { text-align: right!important; }
.monetario::before{}

.icn-favorito{
	width: 20px; height: 18px;
	display: block;
	background: transparent url(../img/sprite-favorito.png) no-repeat center 0;
	margin: 0; padding: 0;
}
.icn-favorito-marked {
	width: 20px; height: 18px;
	display: block;
	background: transparent url(../img/sprite-favorito.png) no-repeat center -20px;
	margin: 0; padding: 0;
}

#legenda { background-color: #FFF; }
#legenda .simbolo {display: inline-block; position: relative; top: 2px; margin-right: 5px; }
#legenda .accordion-body{ font-size: 12px; }

/*##############################
BOTOES
##############################*/
.add-on.btn-primary { text-shadow: none!important;}
.input-append .add-on, .input-prepend .add-on{padding: 4px 12px;}
.input-append .add-on.btn-primary, .input-prepend .add-on.btn-primary{border-color: #0044cc #0044cc #002a80;}
/*.btn {font-size: 12px!important; padding-left: 8px!important; padding-right: 12px!important; }*/
.btn i { margin-right: 3px; }
/*##############################
RADIO CUSTOM
##############################*/
.radio.inline label{ float: left; margin-right: 15px; }
.radio.inline label:last-child { margin-right: 0; }
.radio.inline .margin-zero{margin-left:20px; !important;}

.radio input[type="radio"]:first-child,
.checkbox input[type="checkbox"]:first-child{margin-left: -15px !important;}

span[disabled="disabled"] input[type="radio"]:first-child,
span[disabled="disabled"] input[type="checkbox"]:first-child{margin-left: 0 !important;}

/*##############################
PROGRESS BAR
##############################*/
.progress .bar.empty { 
	background: none!important; 
	color: #a1a1a1; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffF2F2F2', GradientType=0)!important;
}
.table .progress { background-color: #e9e9e9; background-image: none; border: 1px solid #e3e3e3 \0/; margin: 0; }

/*##############################
IMG GOOGLE MAPS FIX
##############################*/
#mapa img { max-width: none; }
#mapa + *{ margin-left: 10px; }

/*##############################
TREEVIEW
##############################*/
.treePermissoes { font-size: 12px; }
.treePermissoes > table { margin: 0 0 5px; } 
.treePermissoes div { background-color: #FFF; padding: 5px; margin-bottom: 5px; margin-top: -5px; border-radius: 5px; }
.treePermissoes table tr td a{display: block; margin-bottom: 3px; margin-right: 5px;}
.treePermissoes table tr td input[type="checkbox"]{margin: 0 5px 0 0;}
.treePermissoes div > table td { padding: 3px 0; }
.treePermissoes div table tr > td:first-child { display: none!important; }

/*##############################
FORM
##############################*/
input[type=text], select, textarea, input { font-family: Arial, Helvetica, sans-serif!important; }
.form-vertical label, .form-horizontal label, .form-inline label, .form-search label { font-size: 12px; font-weight: bold; }
input[type=radio] + label, input[type=checkbox] + label { font-weight: normal!important; }

/*#############################
MISC
#############################*/
code { font-size: 11px; }
.navbar .nav>li>a { padding-left: 8px; padding-right: 8px; }
.navbar .divider-vertical { margin: 0 5px; }
.thumbnails { margin: 10px 0; }