/*
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 : 12/02/2018, 23:08:32
    Author     : julio
*/

.nav-tabs li a {
    padding: 3px;
    color: #000;

}

button.close {
   font-size: 15px;
   margin: 3px;
}


.skin-green-light .main-header .sidebar-toggle {
    float: left;
    background-color: #009480;
    background-image: none;
    padding: 15px 15px;
    color: #000000;
}

.box-header {
    background: #f1f1f1;
}

.box-title{
    font-weight: bold;
}


.content-wrapper
{
    background-color: #f1f1f1;
}

.skin-green-light .main-header .logo{
    background-color: #009480;
}

.bottom-align {
    position: absolute;
    bottom: 0;
    right: 0;
}