.container-fluid.unpadded {
    padding-left: 0;
    padding-right: 0;
}

.mobile-no {
    display: none;
}

.mobile-yes {
    display: block;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #002c6c;
    transition: all 0.2s ease;
}

h1 {
    color: #002c6c;
    font-size: xx-large;
}

.form-error-list {
    background: rgb(248, 215, 218);
    border: 1px solid rgb(241, 174, 181);
    color: rgb(88, 21, 28);
    padding: 5px 20px;
    border-radius: 6px;
}

.form-error-item:not(:last-of-type) {
    padding-bottom: 5px;
}

.btn {
    border-radius: 5px;
    padding: 10px 15px;
}

.btn.primary {
    color: #FFFFFF;
    background: #cd3c0d;
}

.btn.primary:hover {
    background: #a82c05;
}

.btn.secondary {
    color: #cd3c0d;
    border: 1px solid #cd3c0d;
}

.btn.secondary:hover {
    color: #a82c05;
    border: 1px solid #a82c05;
}

nav {
    box-shadow: 0 2px 3px 0 rgba(0, 44, 108, .2);
}

.navbar-brand .logo {
    height: 65px;
}

.navbar-nav li {
    padding: 0 8px;
}

.navbar-nav .nav-item a {
    color: #002c6c;
    border-radius: 5px;
    padding: 5px 10px;
}

.navbar-nav .nav-item a:hover {
    background: #e0eefb;
    color: #002c6c;
}

.navbar-nav .nav-item a.active {
    color: #cd3c0d;
    border-bottom: 4px solid #cd3c0d;
    border-radius: 0;
}

.navbar-nav .nav-item a.active:hover {
    background: none;
}

.nav-sidebar {
    font-size: small;
    display: none;
}

.nav-sidebar .btn-secondary {
    margin: 0 10px;
}

.nav-sidebar .welcome-user {
    margin-top: 5px;
}

#header-search {
    background: #008DBD url("../img/people-working-5db588e7338750b039ffeb058228a2e0.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 20px 0;
}

#header-search .container {
    display: flex;
    flex-direction: column;
}

.header-search-title {
    color: #FFFFFF;
    font-size: xx-large;
    text-align: center;
    width: 100%;
}

.form-control, .form-select {
    margin: 5px 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-label {
    font-weight: bold;
}

.submit-form {
    text-align: center;
    padding-top: 20px;
}

.submit-form button {
    background: #002C6C;
    border: 1px solid #002C6C;
    margin-right: 20px;
}

.submit-form a {
    color: #FFFFFF;
}

.submit-form a:hover {
    color: #002C6C;
}

.submit-form button:hover {
    background: #001942;
    border: 1px solid #001942;
}

.submit-form button:active {
    background-color: #00142e !important;
    border-color: 1px solid #00142e !important;
}

#main-content {
    padding: 20px 0;
}

.main-box {
    box-shadow: 0 2px 3px 0 rgba(165, 165, 167, .2);
    border-radius: 4px;
}

.main-box h2 {
    background: #002c6c;
    padding: 10px 20px 12px 20px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: x-large;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dashboard-box {
    box-shadow: 0 2px 3px 0 rgba(165, 165, 167, .2);
    border-radius: 4px;
    margin-bottom: 40px;
}

.dashboard-box img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dashboard-box-content {
    /*padding: 20px;*/
}

.dashboard-box h2 {
    color: #002c6c;
    font-size: x-large;
    padding: 20px 20px 0 20px;
}

.dashboard-box a.link {
    padding: 0 20px 20px 20px;
    color: #00799e;
    display: flex;
    align-items: center;
}

.dashboard-box a.link i {
    margin-left: 6px;
    margin-top: 2px;
}

.dashboard-box a.link:hover {
    color: #002c6c;
}

.dashboard-box a.link:hover i {
    margin-left: 10px;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.anniversaries-list {
    padding: 0;
}

.anniversaries-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: small;
    border-bottom: 1px solid #c4d7ed;
    padding: 10px 20px;
}

.anniversaries-list li:nth-child(even) {
    background: #f0f5fa;
}

.anniversaries-list li:last-of-type {
    border-bottom: none;
}

.anniversaries-list a {
    color: #002c6c;
}

.anniversaries-list li img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.anniversaries-list.search-results {
    margin-bottom: 0;
}

.anniversaries-list.search-results li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anniversaries-list.search-results li .user-details {
    display: flex;
}

.anniversaries-list.search-results li .user-actions a {
    display: block;
    border: 1px solid #002c6c;
    padding: 2px 10px;
    border-radius: 5px;
}

.anniversaries-list.search-results li .user-actions a:first-of-type {
    margin-bottom: 5px;
}

.anniversaries-list.search-results li .user-actions a:hover {
    background-color: #002c6c;
    color: #FFFFFF;
}

.pages {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.pages ul {
    background: #f0f5fa;
    margin: 0 auto;
    padding-left: 0;
    border-radius: 5px;
    float: right;
}

.pages li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    float: left;
}

.pages li a {
    border-right: 1px solid #002c6c;
    width: 40px;
    height: 40px;
    font-size: small;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pages li:last-of-type a {
    border-right: 0;
}

.pages li a.active, .pages li a.active:hover {
    background: #bad1e9;
}

.pages li a:hover {
    background: #e0eefb;
}

.pages li a.disabled {
    background: #e1e5e8;
    color: #9ba7b2;
}

.ceo-tag {
    background: #F26334;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: x-small;
    border-radius: 5px;
    padding: 3px 6px;
}

.deleted-list {
    padding: 0;
    margin: 0;
}

.deleted-list {
    width: 100%;
    font-size: small;
}

.deleted-list tr {
    border-bottom: 1px solid #c4d7ed;
}

.deleted-list td {
    padding: 10px 5px;
}

.deleted-list a {
    color: #002c6c;
}

.deleted-list tr:nth-child(even) {
    background: #f0f5fa;
}

.dashboard-box.no-image {
    border-top: 5px solid #002c6c;
}

.dashboard-box.no-image .dashboard-box-content {
    padding: 20px;
}

.dashboard-box.no-image h2 {
    padding: 0;
    margin-bottom: 20px;
}

.dashboard-box.no-image  a.link {
    padding: 0;
    margin-top: 20px;
}

.side-box {
    border: 1px solid #dee2e6;
    background: #f0f5fa;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 40px 0;
}

.side-box h3 {
    font-size: large;
    font-weight: normal;
    margin: 0 0 20px 0;
}
.side-box .submit-form a {
    color: #002c6c;
}

footer {
    display: none;
}

footer .container {
    border-top: 1px solid #c4d7ed;
    padding: 20px 0;
}

footer p {
    color: #414345;
    font-size: small;
}

.socials li {
    list-style-type: none;
    display: inline;
}

.socials li a {
    width: 30px;
    height: 30px;
    background: #002c6c;
    border-radius: 100%;
    vertical-align: middle;
    text-align: center;
}

.socials li a i {
    color: #FFFFFF;
    margin-top: 3px;
    display: inline-block;
}

a.go-back {
    display: inline-block;
    border: 1px solid #002c6c;
    padding: 10px 20px;
    border-radius: 5px;
}

a.go-back:hover {
    background: #002C6C;
    color: #FFFFFF;
}

.spread {
    font-size: small;
}

.user-change {
    margin-top: 5px;
}

.user-change a {
    display: inline-block;
    border: 1px solid #002c6c;
    background: #002C6C;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
}

.user-change a:hover {
    background: #FFFFFF;
    color: #002C6C;
}

.user-detail {
    padding: 20px 0;
}

.user-detail .profile-img {
    border-radius: 100%;
    width: 120px;
}

.user-detail-full h3 {
    color: #002C6C;
}

.user-detail-contact {
    margin-top: 20px;
}

.user-detail-varia {
    margin-top: 20px;
}

.user-detail .submit-form {
    background: #002C6C;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px 0;
}

.user-detail .submit-form button {
    background: #FFFFFF;
    color: #002C6C;
}

.user-detail .submit-form button:active {
    background: #FFFFFF !important;
    color: #002C6C !important;
}

.user-detail .submit-form a:hover {
    color: #f0f5fa;
}


a.linkedin {
    background: #002C6C;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: small;
    margin-top: 10px;
}

a.linkedin i {
    margin-right: 5px;
}

.badge img {
    width: 100px;
    position: relative;
    margin-bottom: 20px;
}

.profile-img-container {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.user-interests {
    border: 1px solid #dee2e6;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.user-interests h4 {
    color: #002C6C;
    font-size: large;
}

.user-interests ul {
    margin: 0;
    padding: 0;
}

.user-interests li {
    list-style-type: none;
    color: #00B6DE;
}

.user-interests li a {
    color: #00B6DE;
    padding: 5px 0;
    display: block;
}

.user-interests li:last-of-type a {
    padding-bottom: 0;
}

.edit-user .form-control {
    margin-bottom: 15px;
}

.edit-user .form-label {
    margin-bottom: 0;
}

.change-image {
    text-align: left;
    margin-top: 20px;
}

.contact-form .form-label {
    margin-bottom: 0;
}

.contact-form .form-control, .contact-form select {
    margin-bottom: 20px;
}

.contact-form label span {
    color: #F26334;
    font-weight: normal;
    font-size: small;
}

#news-container {
    background: #f0f5fa;
    padding: 40px 0;
}

.news {
    box-shadow: 0 2px 3px 0 rgba(165, 165, 167, .2);
    border: 1px solid #e5f0fc;
    border-radius: 4px;
    transition-duration: .2s;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
}

.news img {
    width: 100%;
}

.news-content {
    padding: 20px;
}

.news-date {
    background-color: #cd3c0d;
    font-size: x-small;
    color: #FFFFFF;
    padding: 6px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
}

.news-title {
    color: #002C6C;
    font-size: large;
}

.news-article {
    margin-top: 5px;
}

.news-article p:last-of-type {
    margin-bottom: 0;
}

a.read-news {
    margin-top: 20px;
}

.checks-radios {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    footer {
        display: block;
    }

    .mobile-no {
        display: block;
    }

    .mobile-yes {
        display: none;
    }

    .user-detail {
        padding: 60px 0;
    }

    .user-change {
        margin-top: 0px;
    }

    .user-detail .profile-img {
        border-radius: 100%;
        width: 100%;
    }

    .badge img {
        width: 100px;
        position: absolute;
        right: 0;
        top: 120px;
        margin-bottom: 0;
    }

    .spread {
        display: flex;
        justify-content: space-between;
        font-size: medium;
    }

    .change-image {
        margin-top: 20px;
    }

    .user-detail .submit-form {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .badge img {
        top: 160px;
    }
}

@media (min-width: 992px) {
    #header-search {
        padding: 60px 0;
    }

    .form-control {
        margin-bottom: 30px;
    }

    #main-content {
        padding: 60px 0;
    }

    .user-interests {
        margin-top: 29px;
    }

    .user-interests .no-interests {
        font-style: italic;
        padding-left: 20px;
        font-size: 0.9em;
    }

    .badge img {
        top: 100px;
    }
}

@media (min-width: 1200px) {
    .nav-sidebar {
        display: block;
    }

    .badge img {
        top: 160px;
    }
}