﻿.navbar {
    min-height: 60px !important;
    max-height: 110px;
    padding-top: 5px;
    background-color: #f8f8f8 !important;
}

.navbar-default {
    border-bottom: 4px solid #2dd9c3 !important;
     min-height: 65px !important;
     background-color: #f8f8f8 !important;   
}

.dropdown-menu {
    background-color: #f8f8f8 !important;
    border-bottom: 4px solid #2dd9c3 !important;
}

h1,h2,h3,h4,h5,h6 { color:#004a91; }

.k-state-selected {
        background-color: #004a91 !important;
    }

a {
    color: #004a91;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #004a91;
    border-color: #004a91;
}

li a { color:#004a91 !important; background-color: #f8f8f8 !important;}

li a:hover { background-color: #2dd9c3 !important; color:#fff !important;}

.action-button, .btn-primary {
    background-color: #004a91 !important;
    color: #fff !important;
}

.thumbnail  {
    color:white!important;
    background-color: #50bfd0;
    border: 1px solid #000000;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail h2, .thumbnail h4 {
    color:white!important;
    background-color: #50bfd0;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h2, .h2 {
    font-size: 24px;
}


.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: white!important;
}

/*ESTABLECE LOS ESTILOS POR DEFECTO DE LA CAMPANA CON NOTIFICACIONES Y ASOCIADOS*/
.setDefaultColorNotifications {
    color: #cd1717 !important;
}
#dynamicNotificationsColorBell {
    margin-top: 1px;
    background-color: #cd1717;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    font-size: 8px
}
#dynamicBellContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#readAllButton {
    background-color: #cd1717 !important;
    border: 0px solid #cd1717 !important;
    margin-top: 5px;
    outline: none;
}

#newText {
    font-weight: bold;
    font-size: 8px;
}

@media (max-width: 1200px) {
    #dynamicBellContent {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
    }
}