@mainColor: #286090;
@secondaryColor: #e67e00;

.jumbotron {
    background-color: @mainColor;
    color: white;
    padding-left: 20px;
}

nav.navbar {
    background-color: @mainColor;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
}

h1 {
    color: @mainColor;
}

h2 {
    color: @secondaryColor;
}

.gastoMes { width: 100% !important; text-align: right;}

input.filtro {
    width: 100%;
}

.user_name{
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

ul.pager li {
    list-style: none; 
    float: left;
    padding-right: 10px;
}

ul.record_actions img{
    height: 28px;
    vertical-align: middle;
}

ul.record_actions a, submit, button{
    background-color: #F5F5F5;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

ul.record_actions a{
    display: block;
    float: left;
    text-decoration: none;
    transition-duration: 0.8s;
    transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
    vertical-align: middle;
    padding: 5px 9px;
    margin-right: 3px;
    border-radius: 5px;
}


.total { font-weight: bold; text-align: right !important; }
table#resumen td, table#resumen th { text-align: right; }
table#resumen td:nth-child(1), table#resumen th:nth-child(1) { text-align: left; }

.logo-small {
    color: @secondaryColor;
    font-size: 50px;
}

.logo {
    color: @secondaryColor;
    font-size: 70px;
}

div#mapCanvas{
    width: 600px;
    height: 400px;
}

div.list { 
    max-height: 200px;
    overflow: auto; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

td.numero { text-align: right; }

.imgOk { width: 32px;}

.record_properties td, .record_properties th {
    padding-right: 10px;
}

div.contenido {
    padding-left: 20px;
}