/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/10/2018, 08:55:05 AM
    Author     : hpaez
*/
/*
.navbar{
    background: #0c73cc !important;
}

.dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    background: #ced4da;
    border:0;
    top:80%;
    border-radius:0px 0px 5px 5px;
}
.dropdown-item:hover{
    background:#085ca5;
    color:#fff;
}
.dropdown-menu a{
    color:#000000; 
} 
.navbar .nav-item .nav-link{
    color:#eee !important; 
    
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
    color:red !important;
    
}
*/
/* Footer */
/*
footer{
   	background-color: #424558;
    bottom: 0;
    left: 0;
    right: 0;
    color: #CCC;
}

footer p {
    padding: 10.5px;
    margin: 0px;
    line-height: 100%;
}
*/
/*Panel*/
/*
.row{
    margin-top:1px;
    padding: 0 10px;
}

.clickable{
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

#titulo_interno {
    color:#004370;
    font-family:Arial,Helvetica,sans-serif;
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    text-align:right;
    text-decoration:none;
}

.ui-panel .ui-panel-titlebar {
    padding: 0.3em 1em;
    font-size: 12px
}

#txt_nav {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #004370;
    text-decoration: none;
    text-align: right;
    vertical-align: bottom;
}
*/
