@import url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem !important;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    min-height: calc(100vh - 110px);
    margin-top: 20px;
    padding-bottom: 30px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #2C6ABE;
    color: #2C6ABE;
    font-size: 20px;
    width: 100%;
}

.page-head-line-ingresos {
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: 2px solid #5cb85c;
    text-transform: uppercase;
    color: #5cb85c;
    font-size: 20px;
    width: 100%;
}

.page-head-line-gastos {
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: 2px solid #E25F6B;
    text-transform: uppercase;
    color: #E25F6B;
    font-size: 20px;
    width: 100%;
}

.page-subhead {
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background: #2C6ABE;
    padding: 5px;
    font-size: 18px;
    text-align: center;
}


.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#F0677C;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #F0677C;
    color: #fff;
    padding: 10px;
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    width: 250px;
    padding-top: 30px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #C36464!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }


    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #2C6ABE;
}


.title {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
}

.subtitle {
    color: #2C6ABE;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #1B252E;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #2D404F!important;
}

.menu-section .dropdown-menu  {
    background-color: #2C6ABE!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #2D404F!important;
}

.navbar-inverse {
    background-color: #C36464;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #F0677C;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
.footer {
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #2C6ABE;
    height: 50px;
}

    .footer a, .footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
    margin-right: 10px;
    border: 1px solid #DBDBDB;
    padding: 5px;
}

.notice-board li a, li a:hover {
    text-decoration: none;
    color: #000;
}

h3 {
   font-size: 1.2rem !important;      
}

.bmenu{
    font-size: 1.1rem !important;
    margin-left: 5px;
}
    
/* TABLAS */

.ingresos {
    color: #FFF;
}
.ingresos thead{
    background: #38A657;
}
.ingresos tbody{
    background: #7CD395;
}
.ingresos td {
    border-left: 1px solid #FFF;
}

.gastos {
    color: #FFF;
}
.gastos thead{
    background: #E25F6B;
}
.gastos tbody{
    background: #EB949C;
}
.gastos td {
    border-left: 1px solid #FFF;
}

.ingresos-highlight{
    background: #D4EDDA;
}
.ingresos-clickable:hover{
    cursor: pointer;
}
.gastos-highlight{
    background: #F8D7DA;
}
.gastos-clickable:hover{
    cursor: pointer;
}
