/** Seções da página */
.fundo {
    background: url('../../../lib/images/background.jpg') repeat-x top left;
}

.panel-heading {
    font-weight: bolder;
}

nav {
    /*background-color: #eee;*/
    background: #192A56;
}

nav .navbar-text {
    padding-top: 0;
    margin-top: 0;
    color: white;
}

.navbar-nav li a {
    color: #fff;
    text-shadow: none;
}

.viewContainer {
    min-height: 600px;
    /*margin-top: 45px;*/
    margin-top: 4%;
    padding-bottom: 10%;
}

.viewContainer .page-header {
    margin-top: 0.5em;
}

footerLogin {
    width: 100%;
    text-align:center;
}

div {
    padding-top: 5px;
}

.divAjax {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: 0.5;
    z-index: 99;
}

.divAjax img {
    position: absolute;
    left: 45%;
    top:40%;
    z-index: 99;
}

table {
    width: 100%;
    max-height: 200px;
    overflow: auto;
}

#notificationsDiv {
    position: absolute;
    z-index: -1;
    top: 3.5%;
    right: 0;
    width: 20%;
    height: 96.5%;
}

#notification_area {
    width: 100%;
    height: 100%;
    float: left;
    background: #295E6C;
    /*border: 1px solid #B6E0DB;*/
    z-index: 100;
}

.rounded {
	/*border-radius: 8px;*/
}

#notifications_title {
	float: left;
	width: 100%;
	text-align: center;
	background: #010335;
	color: white;
	/*border-top-left-radius: 8px;*/
	/*border-top-right-radius:8px;*/
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*text-shadow: 0.1em 0.1em #333;*/
	position: relative;
}

.alert-info-custom {
    background-image: linear-gradient(to bottom, #3498db 0%, #2980b9 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    color: #ecf0f1;
}

.alert-success-custom {
    background-image: linear-gradient(to bottom, #1abc9c 0%, #16a085 100%);
    background-repeat: repeat-x;
    border-color: #2ecc71;
    color: #ecf0f1;
}

alert-danger-custom{
    background-image: linear-gradient(to bottom, #e74c3c 0%, #c0392b 100%);
    background-repeat: repeat-x;
    border-color: #d35400;
    color: #ecf0f1;
}

.alert-warning-custom {
    background-image: linear-gradient(to bottom, #f1c40f 0%, #f39c12 100%);
    background-repeat: repeat-x;
    border-color: #e67e22;
    color: #2c3e50;
}

.alert-warning-custom a {
    text-decoration: underline;
    color: #2c3e50;
    font-weight: bold;
}

.alert-info-custom a, .alert-success-custom a, .alert-danger-custom a {
    text-decoration: underline;
    color: #ecf0f1;
    font-weight: bold;
}

#notifications {
	overflow: hidden;
	width: 100%;
	overflow: auto;
	height: 90%;
}

.notification {
	width: 100%;
	float: left;
	padding: 5px;
	/*border: 1px solid #ccc;*/
	font-size: 12px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.notification_icon {
	width: 5%;
	float: left;
}

.notification_text {
	width: 90%;
	float: left;
        margin-left: 12px;
}

.notification_actions {
	width: 100%;
	float: left;
}

.notification_total {
	font-size: 10px;
	color: #fff;
}

#no_notifications {
    color: #ecf0f1;
    text-align: center;
    /*text-shadow: 1.1px 1.1px #F4F4F4;*/
    width: 100%;
    height: 26%;
    position: absolute;
    top: 50%;
    margin-top: -13%;
}

.glyphicon-remove {
    color: #e74c3c;
}

.glyphicon-plus {
    color: #1abc9c;
}

.icon_closed {
    color: #fff;
    font-size: 20px;
}

.icon_active {
    color: #E1F2F2;
    font-size: 20px;
}

.nav_notify {
    width: 20%;
    float: left;
}

.nav_delete {
    width: 20%;
    float: left;
    margin-top: 2px;
}

.nav_title {
    width: 60%;
    float: left;
    text-align: center;
}

#menu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10 ;
    padding-top: 0;
}

#menuWrapper {
    background: -moz-linear-gradient(top, #2A626E, #000033);
    background-image: linear-gradient(to bottom, #2A626E, #000033);
    color: white;
    font-size: 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #004359;
    padding-top: 0;
}

.menuList {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
}

.menuList li {
    position: relative;
    float: left;
    padding: 0.5%;
}

.topLink {
    color: #fff; display: block;
}

.centerText { text-align: center; }

li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    border-left: 1px solid #000033;
    border-bottom: 1px solid #000033;
    border-right: 1px solid #000033;
    top: 98%;
    left: 0;
    width: 100%;
    display: none;
    background: #173653;
    z-index: 40;
}

li ul li {
    list-style: none;
    position: relative;
    float: left;
    text-align: left;
    color: black;
    width: 100%;
}

li ul li:hover {  background: #2A606D; }

li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    display: none;
    background: #173653;
}

.menuList li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.subMenuPadding {
    padding: 2% 2% 2% 5%;
}

.subMenuItem:hover {
    background: #fff;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, 
li li.over ul { 
    display: block; 
}

.menuItem {
    width: 16.5%;
}

.menuSystem {
    width: 16.5%;
    margin-top: -0.4%;
    cursor: pointer;
}

.hasSubmenu {
    background: url(../../../lib/images/left.png) no-repeat right center;
}

.subMenuSystem {
    position: fixed;
    right: 0.5%;
    top: 6%;
    padding: 1%;
    background: #173653;
    border: 1px solid #079DD0;
    border: 1px solid #004359;
    color: white;
    width: 15%;
    display: none;
    z-index: 20;
    padding-top: 0;
}

.subMenuSystem a:link { color: white; }
.subMenuSystem a:active { color: white; }
.subMenuSystem a:visited { color: white; }
.subMenuSystem a:hover { color: white; }


.userSysMenu{
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
}

.photo {
    width: 30%;
    float: left;
    padding: 1%;
    margin-right: 2%;
}

.fullname {
    width: 65%;
    float: left;
}

.systemOptions {
    float: left;
    width: 100%;
    margin-top: 2%;
    font-weight: bold;
}

.footer {
    position: fixed;
    background: #173653;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top: 1px solid #004359;
}

#txtFooter {
    width: 90%;
    margin-left: 2%;
}

#menuSwitcher {
    display: none;
}

#closeMenu {
    display: none;
}

.plusSub {
    background: url('../../../lib/images/plus.png') no-repeat right center;
}

.paddingMenu {
    padding: 1% 1% 1% 1%;
}

.no-padding {
    padding: 0;
}

.form-requerimento{
    display: none;
}

/**
thead {
    display: block;
}


tbody{
    max-height: 120px;
    overflow: auto;
}

/**
tbody tr {
    width: 100%;
}
**/

.glyphicon-lg {
    font-size: 30px;
}
/**
body {
    font-family: Verdana;
    font-size: 1.1em;
}

div {
    padding: 5px;
}

header {
    display: inline-block;
    width: 100%;
    background-color: #88c;
}

header img {
    border: none;
}

header h1 {
    text-align: center;
    color: #06529f;
    font-size: 1.5em;
    color: #fff;
}

menu {
    padding: 4px;
    background: #fff;
    float: left;
    display: block;
    width: 15%;
    min-height: 400px;
    border: #000 solid 1px;
}

menu p {
    padding-bottom: 0;
    margin-bottom: 5px;
}

menu a.menuitem {
    padding-left: 5px;
    display: block;
}

menu a.menuitem:hover {
    font-weight: bold;
    color: #06529f;
}

.viewContainer {
    float: left;
    display: block;
    min-height: 400px;
    width: 80%;
    font-size: 10pt;
    padding-top: 10px;
    padding-left: 10px;
}

footer {
    text-align: center;
    clear: both;
}

a {
    cursor: pointer;
}

a:hover, a:active {
    text-decoration: none; 
}

em {
    color: #666;
}

input {
    font-size: 1.0em;
}

input[type=button] {
    color: #fff;
    font-weight: bold;
    padding: 6px 10px 8px; 
    background-color: #1480bc; 
    border: none; 
    text-decoration: none;
    height: 25px;
    vertical-align: central;
}

input[type=button]:hover {
    cursor: pointer;
    font-weight: bold;
    background-color: #06529f;
}

input[type=text], input[type=number] {
    border: 1px solid #1480bc;
    padding: 3px 6px 4px;
    height: 15px;
}

select, textarea {
    border: 1px solid #1480bc;
    padding: 3px 6px 4px;
    vertical-align: middle;
    height: 25px;
}

option {
    padding: 0px 7px 3px;
}

fieldset {
    padding: 0.5em;
    border: #1480BC solid 1px;
}

legend {
    font-size: 1.0em;
    border: #1480BC solid 1px;
    background-color:#DFEFFF;
    padding:5px;
    margin-top: 10px;
}

table {
    margin:0; 
    padding:0;
    color: #000;
    font-size: 1em;
    width: 100%;
}

table, tr, th, td {
    border-collapse: collapse;
    font-size: 0.85em;
    border: 1px solid black;
}

caption {
    margin:0; 
    padding:0;
    background: #f3f3f3;
    height: 40px;
    line-height: 40px;
    text-indent: 28px;
    font-weight: bold;
    color: #555d6d;
    text-align: left;
    letter-spacing: 3px;

}

thead {
    
}

thead tr th {
    background: #06529f;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border-bottom: solid 1px black;
}

tbody tr {
    background: #dfefff;
    font-size: 13px;
}

tbody tr th, tbody tr td {
    padding: 6px;
    border-bottom: solid 1px #326e87;
}

tbody tr th {
    background: #06529f;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border-bottom: solid 1px black;
}

table a {
    color: #06529f;
}

table a:hover {
    color: #000077;
    border-bottom: none;
}

table input, table select {
    width: 90%;
}

tfoot {
    background: #f3f3f3;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #555d6d;
    text-align: center;
    letter-spacing: 3px;
    border-top: solid 2px #326e87;
    border-bottom: dashed 1px #c2c2c2;
}

tfoot tr th, tfoot tr td {

}

tfoot tr th {
    border-top: solid 1px #326e87;
}

tfoot tr td {
    text-align: right;
}

.scroll_panel {
    height: 350px; 
    width: 100%; 
    overflow: auto;
}

.exception {
    color: crimson;
}

.selected{
    min-width:80px; height:20px; border:solid 1px #1480BC; border-bottom: 0; border-radius:5px 5px 0 0; text-align:center; padding:3px 5px; background:#b2d9f5;
}

.ui-datepicker-month, .ui-datepicker-year {
    min-width: 30px;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar span{
    font-weight: bold;
    color: #000;
    font-size: 1em;    
}

.ui-datepicker-calendar tr{
    background-color: #fff;
}

.ui-datepicker-calendar td.ui-datepicker-days-cell-over, ui-datepicker-calendar td.ui-datepicker-current-day, ui-datepicker-calendar td.ui-datepicker-today {
    background-color: red;
}
.ui-datepicker-current-day .ui-datepicker-today a.ui-state-default, .ui-datepicker-today a.ui-state-highlight, .ui-datepicker-today a.ui-state-active {
    background-color: greenyellow;
}
**/

.btn-adjust {
    margin-top: 10px;
    margin-left: 15px;
}

.btn-submit div button {
    margin-top: 10px;
    margin-left: 15px;
}

.back-btn {
    background: #f9f2f4 !important;
    color: #c0392b !important;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
}

.back-btn:hover {
    background: #e74c3c !important;
    color: #ecf0f1 !important;
    text-decoration: none;
    border-radius: 4px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    pointer-events: none;
}