header {
    background: #032a3b;
}

nav {
    background: #f8f8f8;
}

.navbar-brand {
    white-space: unset!important;
}

.navbar-toggler {
    color: #ffffff;
}

.nav-mainmenu {
    align-items: center;
}

.nav-mainmenu .nav-link {
    font-size: 22px;
}

.nav-mainmenu > span {
    margin-right: 5px;
}

.nav-mainmenu:not(.isAdmin) > span:last-of-type {
    display: none;
}

.login-logout .nav-link {
    color: #2b7784;
}

.hidden-desktop {
    display: none;
}

.navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link:focus {
    color: #2b7784 !important;
}

.login-logout .nav-link:hover, .login-logout .nav-link:active, .login-logout .nav-link:focus {
    color: #032a3b !important;
}

.brand-icon {
    background: #2b7784;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
}

.hidden{
    display : none;
}


.info {
    font-size: 18px;
}

.info i {
    color: #ffffff;
}

header .navbar-brand, header {
    font-size: 25px;
}

header .navbar-collapse {
    flex-grow: unset;
}

.main-content {
    background: #98d2d6;
    color: #032a3b;
    padding-bottom: 60px!important;
}

.main-content h3 {
    font-size: 18px;
}
    .main-content .img-front {
        max-width: 100%;
        max-height: 220px;
        width: auto;
    }

.app-name {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px 1px #032a3b;
}

.welcome-text {
    flex: 0 0 40%;
}

.welcome-text p {
    font-size: 17px;
}

.img-slider {
    flex: 0 0 20%;
}

.button-cont {
    background: #2b7784;
    padding: 30px;
}

.button-cont hr {
    border-top: 3px solid #ffffff;
}

.btn {
    border-radius: 0 !important;
}

.red-btn {
    background-color: #e22d40!important;
}

.red-btn:hover, .red-btn:active, .red-btn:focus {
    background: rgba(226, 45, 64, .5) !important;
}

.blue-btn {
    background-color: #032a3b !important;
}

.blue-btn:hover, .blue-btn:active, .blue-btn:focus {
    background: rgba(3, 42, 59, .5) !important;
}

.footer-info {
    background: #032a3b;
}

.form-group {
    margin-bottom: 0.3rem;
}

.field-info {
    background: #eee;
    clear: both;
    padding: 5px;
    margin: 5px 0 0;
    font-style: italic;
}

.carousel-item {
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    margin: 0;
}

.rows-striped .row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.map-inner {
    height: 250px;
    flex: 0 0 50%;
}

#footer {
    font-size: 12px;
    background: rgba(226, 45, 64, .9);
}

#lstComments {
    margin: 10px 0 0;
}
.media,
.media-body {
    font-size: 1rem;
    overflow: hidden;
    zoom: 1;
}
    .media,
    .media .media {
        margin-top: 15px;
    }
        .media:first-child {
            margin-top: 0;
        }
.media-object {
    display: block;
}
.media-heading {
    font-size: 1.2rem;
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.chat-list img {
    border-radius: 99px;
}

.user-info {
    font-size: 1.1rem;
}

    .user-info a {
        padding: 0 !important;
    }

    form label {
        font-size: 1.1rem;
        font-weight: bold;
    }

@media (max-width: 1150px) {

    .img-slider {
        display: none;
    }

    .map-inner {
        flex: 0 0 44%;
    }
}

@media (max-width: 991px) {

    .navbar-expand-lg .hidden-mobile {
        display: none;
    }

    .navbar-expand-lg .hidden-desktop {
        display: inherit;
    }

    .navbar-expand-lg .hidden-desktop .nav-link {
        padding-left: 3rem !important;
        border-bottom: 1px solid #343a40;
    }

    .navbar-expand-lg .nav-mainmenu li {
        border-bottom: 1px solid #343a40;
    }

    .navbar-expand-lg .info.logedIn {
        display: none !important;
    }

    .nav-mainmenu {
        align-items: unset;
    }

    .nav-mainmenu > span {
        display: none;
    }

    .map-inner {
        flex: 0 0 200px;
        width: 100%;
    }

    .user-info {
        font-size: 22px;
    }

    .user-info a {
        padding: .5rem 1rem !important;
    }

    .username {
        display: none;
    }
}

@media (max-width: 850px) {

    .app-name {
        font-size: 38px;
    }
}

@media (max-width: 767px) {

    .hidden-desktop {
        display: inherit;
    }

    .navbar-expand-md .hidden-mobile {
        display: none;
    }

    .navbar-expand-md .hidden-desktop .nav-link {
        padding-left: 3rem !important;
        border-bottom: 1px solid #343a40;
    }

    .navbar-expand-md .nav-mainmenu li {
        border-bottom: 1px solid #343a40;
    }

    .navbar-expand-md .info.logedIn {
        display: inherit;
    }

    .navbar-expand-md .info {
        display: none!important;
    }
}

@media (max-width: 455px) {
    header .navbar-brand {
        font-size: 20px;
    }

    .app-name {
        font-size: 26px;
    }
}

@media (max-width: 390px) {
    .brand-icon {
        display: none;
    }
}

.label-control-gray {
    min-height: 37px;
    padding: 6px;
    background: #f5f5f5;
    font-weight: bold;
}

.form-check-label {
    margin-bottom: 0;
    display: inline;
    font-weight: normal;
}

h3.metatype-header {
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 10px;
}

#ExtraFields .meta-files-lists{
    padding: 4px 0 0;
}

#ExtraFields .lb-metatype-file {
    padding: .5rem 0;
    border-bottom: 2px solid #005cbf;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: normal;
    color: #6c757d;
}