/*--------------------------------------------------*/
/*  Cabeçalho  */
/*--------------------------------------------------*/
.Header-Master1 {
    color: white;
    background-image: url('../img/bgtopo1.png');
    height: 41px;
}

.Header-Master2 {
    color: white;
    background-image: url('../img/bgtopo2.png');
    height: 36px;
}

.Header-Sistema {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}

.Header-Cliente {   
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
}

.Header-Produto {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.Header-Logoff {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.Header-dropdown-menu {
    background-color: #004D73;
}

.Header-dropdown-menu > li >a {
    color: white;    
}

.Header-dropdown-menu > li >a:hover {
    background-color: #92B6C7;
}

.Header-dropdown-menu .divider {
    background-color: #5A819C;
}

/*--------------------------------------------------*/
/*  Body    */
/*--------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}

.login {
    background-image: url("../img/pronim-logo.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

/*--------------------------------------------------*/
/*  Footer  */
/*--------------------------------------------------*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
  background-color: #014362;
  color: white;
}
