﻿.mobile-data-incident {
    color: #474342;
    width: 26%;
    font-size: 12px;
}

.data-incident {
    display: none;
    line-height: 10px!important;
    padding-top:8px;
    text-align:left;
    padding-left:10px;
}

.incident-join, .incident-renew {
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #474342;
}

.incident-join:hover, .incident-renew:hover, .mobile-data-incident:hover {
    color: #C30B24!important;
}

.incident-left{
    display:inline-block;
    text-align:left;
    width:47%;
}

.incident-right {
    display: inline-block;
    text-align: right;
    width: 50%;
}

.incident-bar {
    background-color: #F4F6F8;
    display:none;
}

.center{
    text-align:center;
}

#portalHeaderMobile {
     display: inline; 
}

.nav-style {   
    background-color: #ffffff;   
}

.nav-style .navbar-nav > li > a {
    color: #474342;
}

.nav .btn-link {
    color: #474342;
}

.nav .btn-link:hover, .nav .btn-link:focus {
    color: #474342 !important;
    background-color: #ffffff !important;
}

.nav .btn-link:focus {
    background-color: #eee;
}

.navbar-nav > li > a:hover {
    color: #474342;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .navbar span, .navbar span.text-white {
        color: #474342;
    }

    .navbar-nav > li > a:hover {
        color: #ffffff;
        background-color: #474342;
    }

    .navbar-toggle:hover, .navbar-toggle:focus {
        background-color: #ffffff !important;
        color: #474342;
    }

    .navbar-header a {
        color: #474342;
        background-color: #ffffff;
    }
}