@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,700&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
}

.logo-wrapper{
    background: #ffffff;
}

.top-nav{
    background: #fff;
    height: 100px;
    box-shadow: none;
    border-bottom: 1px solid #ededed;
}
.top-nav .top-nav-box .logo-wrapper .logo-box {
    height: 100%;
    border-bottom: 1px solid #ededed;
}
.top-nav .top-nav-box .logo-wrapper .logo-box img {
    height: 75px;
}
.top-nav .top-nav-box .top-nav-content .top-nav-box .user-top-profile .clear .user-name{
    color: #263238;
}

.top-nav .top-nav-box .top-nav-content .top-nav-box .top-notification .notification-icon,
.notification-icon a{
    height: 100px;
    color: #263238;
    padding-top: 40px;
}

.top-nav .top-nav-box .top-nav-content .top-nav-box:hover,
.top-nav .top-nav-box .top-nav-content .top-nav-box:focus{
    color: #fff !important;
}

.wrapper{
    margin-top:100px;
}
.wrapper,
.top-nav .top-nav-box,
.footer{
    max-width: 1650px;
}

.wrapper .side-nav .side-notification,
.wrapper .side-nav .user-side-profile,
.wrapper .side-nav .side-banner,
.top-nav .top-nav-box .top-nav-content .top-nav-box .quick-link{
    display: none;
}

.wrapper .main .top-banner{
    background-position: center;
    background-image: url('https://servicios.lazarusciber.com/assets/images/reale-dashboard.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-color: #007363;
    height: 250px;
}
.wrapper .main .top-banner .top-banner-title {
    font-size: 45px;
    font-weight:200;
    margin-top: 85px;
}
.top-nav .top-nav-box .logo-wrapper .logo-box img{
    width: unset;
}

.top-nav .top-nav-box .top-nav-content .top-nav-box .top-notification .notification-icon:active,
.top-nav .top-nav-box .top-nav-content .top-nav-box .top-notification .notification-icon:hover,
.top-nav .top-nav-box .top-nav-content .top-nav-box .user-top-profile:active,
.top-nav .top-nav-box .top-nav-content .top-nav-box .user-top-profile:hover{
    background-color:#878787;
    border-bottom:3px solid #ad0808;
    color:#ffffff;
}

.top-nav .top-nav-box .top-nav-content .top-nav-box .user-top-profile .clear .user-group{
    color:#2494D2;
}

.wrapper .side-nav{
    height: 85vh;
}

.footer{
    width: 100%;
    height: 30px;
    top: 0px;
    left: 0px;
    z-index: 3;
    padding: 0px 20px;
    margin:auto;
    color:#b2b2b2;
}

.card{
    background-color: #FCFCFC;
    border: 1px solid #21292B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.card #card_title{
    background-color: #21292B;
    color: #ffffff;
    text-align: left;
}

.card #chart_seguridad
{
    background-color:#FCFCFC;
    padding-left:35px;
    width:150px !important;
}

.top-nav .top-nav-box .top-nav-content .top-nav-box .top-notification .notification-icon .notification-badge {
    display: inline-block;
    line-height: 1;
    color: #fff;
    top: 25px;
    left: 30px;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    position: absolute;
    background-color: #74b31b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 100px;
}

.servicio{
    padding:0 !important;
}
.servicio .title {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.servicio .text-justify{

    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    font-weight: 200 !important;
}
.wrapper .side-nav .main-menu ul li.active{
    border-color: #878787;
    background-color: #ad0808;
}

.top-nav .top-nav-box .top-nav-content .top-nav-box .top-notification .notification-icon.active{
    background-color: #878787;
    border-bottom:3px solid #ad0808;
    color:#ffffff;
}

@media (max-width: 1000px){
.side-nav-mobile{color:#000 !important;}
.profile-nav-mobile{color:#000 !important;}}
