/* Minification failed. Returning unminified contents.
(248,30): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(295,40): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(572,28): run-time error CSS1039: Token not allowed after unary operator: '-webchat-main-color'
(583,28): run-time error CSS1039: Token not allowed after unary operator: '-webchat-main-color'
(597,17): run-time error CSS1039: Token not allowed after unary operator: '-webchat-main-color'
(1403,22): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1414,28): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1417,17): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1434,28): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1437,17): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1449,32): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1798,33): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1888,32): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1974,26): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(1995,30): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color'
(2274,2): run-time error CSS1030: Expected identifier, found '3'
(2274,2): run-time error CSS1033: Expected closing bracket, found '3'
(2274,4): run-time error CSS1030: Expected identifier, found '7'
(2274,4): run-time error CSS1031: Expected selector, found '7'
(2274,4): run-time error CSS1025: Expected comma or open brace, found '7'
 */
@media only screen and (max-width: 768px) {
    .company-header-domain .company-header-image {
        margin: -70px 0 0 0 !important;
        padding: 0 20px !important;
    }

    .company-nav-container {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        display: none !important;
    }

        .company-nav-container .company-nav {
            text-align: center !important;
            margin-bottom: 20px;
        }

    .company-nav li {
        margin: 0 !important;
    }

    .actions-nav {
        display: none !important;
    }

    .company-parallax-header {
        margin-top: 70px;
        min-height: unset !important;
    }

    .shadow {
        min-height: unset !important;
    }

    .header-info {
        padding-top: 60px !important;
        padding-bottom: 10px;
    }

        .header-info p {
            max-width: 100% !important;
        }


    .company-header-name {
        font-size: 24px !important;
    }

    .company-header-about {
        font-size: 18px !important;
    }

    .individual-resume,
    .individual-avatar {
        padding-top: 10px !important;
    }

    .member-circle-avatar {
        margin-top: 10px !important;
    }

    #company .profileSection {
        padding: 0px 10px;
    }

    #company .company-section-sub-title {
        margin: 0;
    }

    #company .article-item-content {
        min-height: unset;
    }

    #company .companySectionImg {
        display: none;
    }

    #company .company-home-section-edit > .btn-user-action {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    #company .section-image {
        display: block !important;
    }

    #company .section-image-text > p {
        margin-left: 0 !important;
    }
}

/*COMPANY THEMES START*/

.referial-navigation {
    background-color: rgba(255,255,255,0.8);
}

/*Company header*/
.company-parallax-header.black .company-header-name,
.company-parallax-header.black .company-header-about,
.company-parallax-header.black .actions-nav button {
    color: #000000 !important;
    border-color: #828383 !important;
}

.company-parallax-header.white .company-header-name,
.company-parallax-header.white .company-header-about,
.company-parallax-header.white .actions-nav button {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
/*COMPANY THEMES END*/

/* Main page navigation */
.referial-navigation .global-marketplace {
    display: none;
}

.referial-navigation {
    height: 80px;
    padding: 15px 0;
}

.header-navigation-space {
    height: 40px;
}

    .header-navigation-space.custom-domain {
        height: 60px;
    }

@media only screen and (max-width: 768px) {
    .referial-navigation {
        height: 50px;
        padding: 0;
    }

    .header-navigation-space {
        height: 50px;
    }

        .header-navigation-space.custom-domain {
            height: 60px;
        }
}

.referial-navigation.scroll {
    height: 50px;
    padding: 0;
}

.company-navigation-name-container {
    position: fixed;
    display: flex;
    z-index: 101;
    max-width: 660px;
    left: 160px;
    padding: 15px 15px;
    transition: all .3s ease-in-out;
}

.greyText,
.greyText a {
    color: #969696;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    width: 100%;
    font-weight: normal;
}

.backToAll.greyText a {
    text-transform: initial;
    margin-left: 10px;
}

.backToAll {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0px 15px;
}

.rightMenuArrow {
    display: inline-block;
    height: 32px;
    width: 32px;
    box-sizing: content-box;
    background: center no-repeat;
    background-size: contain;
    background-image: url(/Content/images/icons/rightMenuArrow.svg);
    background-origin: content-box;
    cursor: pointer;
    position: absolute;
    right: -16px;
    top: 55px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}


    .rightMenuArrow.active {
        transform: rotate(180deg);
    }

#chapters-sidenav .sticky-menu-right::-webkit-scrollbar-thumb {
    background-color: #969696 !important;
}

#chapters-sidenav .sticky-menu-right::-webkit-scrollbar {
    width: 3px;
}

#chapters-sidenav {
    height: 100vh;
    background: #fff;
    border-right: 2px solid #00000029;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    box-sizing: border-box;
}



    #chapters-sidenav .tag-links {
        /*padding: 15px 0px;*/
    }

    #chapters-sidenav .collapse-menu-item.active {
        border-left: 0px;
        position: relative;
    }

        #chapters-sidenav .collapse-menu-item.active:after {
            content: '';
            position: absolute;
            left: 23px;
            top: 17%;
            height: 66%;
            width: 3px;
            display: inline-block;
            background: var(--skilly-main-color);
        }

    #chapters-sidenav .tag-links > .collapse-menu-title,
    #chapters-sidenav small.greyText {
        padding: 10px 25px;
    }

    #chapters-sidenav .collapse-menu-related-item {
        padding: 10px 35px;
    }

    #chapters-sidenav .collapse-menu-body {
    }

    #chapters-sidenav .company-category-name-container {
        flex-direction: column;
        border-bottom: 4px solid #FFDE00;
    }

    #chapters-sidenav .company-name-container,
    #chapters-sidenav .company-category-name-container,
    #chapters-sidenav .sticky-menu-right {
        position: relative;
        width: 100%;
        max-width: 320px;
        top: auto;
        margin-top: 0px;
    }

    #chapters-sidenav .company-name-container {
        margin-bottom: 20px;
    }

        #chapters-sidenav .company-name-container .company-name {
            line-height: 20px;
            position: relative;
            text-transform: initial;
            overflow: visible;
            font-size: 16px;
        }

            #chapters-sidenav .company-name-container .company-name:before {
                content: '';
                position: absolute;
                height: 4px;
                width: 100%;
                background-color: var(--skilly-main-color);
                left: 0px;
                bottom: -7px;
                display: inline-block;
            }

    #chapters-sidenav .collapse-menu-title.active,
    #chapters-sidenav .collapse-menu-title:hover,
    #chapters-sidenav .collapse-menu-body:hover,
    #chapters-sidenav .collapse-menu-related-item:hover,
    #chapters-sidenav .listTags.active,
    #chapters-sidenav .listTags:hover {
        background-color: #ccf7f5 !important;
        cursor: pointer;
    }

    #chapters-sidenav .collapse-menu-item,
    #chapters-sidenav .listTags {
        padding: 10px 35px;
    }



.collapse-menu-body.isDisabled,
.collapse-menu-body > a.isDisabled,
.collapse-menu-title.isDisabled,
.collapse-menu-title > a.isDisabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.company-name-container {
    display: flex;
    max-width: 660px;
    position: fixed;
    /*left: 60%;*/
    left: 0px;
    z-index: 99;
    margin-top: 15px;
    /*margin-left: calc((32% + 6px + 35px) - 250px);*/
    padding: 15px 15px;
    transition: all .3s ease-in-out;
    top: 100px;
}

.company-category-name-container {
    display: flex;
    max-width: 660px;
    position: fixed;
    /*left: 60%;*/
    left: 0px;
    /*z-index: 99;*/
    margin-top: 15px;
    /*margin-left: calc((32% + 6px + 35px) - 250px);*/
    padding: 15px;
    transition: all .3s ease-in-out;
    top: 70px;
}

.company-name-container .company-name {
    margin-right: 15px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.company-category-name-container .company-category-name {
    margin-right: 15px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}


.header-navigation-space.custom-domain .company-navigation-name-container {
    padding: 0 15px;
}

.company-navigation-name-container.scroll {
    padding: 0 15px;
}

.company-navigation-name-container .company-navigation-name {
    margin-right: 15px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.header-navigation-space.custom-domain .company-navigation-name {
    line-height: 60px;
}

.header-navigation-space .referial-navigation-search-icon {
    /*margin-left: 90px;*/
    margin-top: 5px;
}

.header-navigation-space .referial-navigation-search-container {
    z-index: 102;
    top: 60px;
}

    .header-navigation-space .referial-navigation-search-container .multiselect__content-wrapper {
        margin-top: 0;
    }

.header-navigation-space .referial-navigation-search-container {
    top: 50px;
}

@media only screen and (max-width: 1250px) {
    .company-navigation-name-container {
        left: calc(((100% - 1100px) / 2) + 60px);
        max-width: 600px;
    }
}

@media only screen and (max-width: 1115px) {
    .company-navigation-name-container {
        left: 60px;
        max-width: calc(100vw - 510px);
    }
}

@media only screen and (max-width: 768px) {
    .company-navigation-name-container {
        position: absolute;
        padding: 0 5px 0 15px;
        max-width: calc(100vw - 120px);
        pointer-events: none;
    }

        .company-navigation-name-container .company-navigation-name {
            margin-right: 0;
        }

    .header-navigation-space .referial-navigation-search-container {
        top: 50px;
    }
}

.header-navigation-space.custom-domain .company-navigation-logo {
    height: 60px;
    margin-left: -75px;
    position: absolute;
    cursor: pointer;
}

    .header-navigation-space.custom-domain .company-navigation-logo img {
        height: 60px;
        max-width: 60px;
    }

        .header-navigation-space.custom-domain .company-navigation-logo img.horizontal {
            max-width: unset;
        }

/* Company header */
.company-header-name {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.company-header-domain {
    position: absolute;
}

    .company-header-domain .company-header-image {
        margin-top: 20px;
    }

.company-header-image {
    height: 70px;
    width: 300px;
    margin-left: 100px;
    padding: 0 50px;
}

    .company-header-image img {
        max-height: 100%;
    }


.company-header-about {
    font-size: 20px;
}

@media only screen and (max-width: 1100px) {
}

.header-info {
    max-width: 1100px;
    margin: 0 auto 0 auto;
    padding-top: 100px;
}

    .header-info p {
        text-align: left;
        color: #000000;
    }

.white.company-parallax-header .shadow {
    background-color: rgba(0,0,0,0.3);
    min-height: 320px;
}

/* Company navigation */
.company-nav-container {
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0 0 0;
    text-align: center;
    background-color: #fff;
}

.center-company-nav {
    max-width: 1120px;
    width: 100%;
    margin: auto;
}

.company-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-align: left;
}

    .company-nav li {
        display: inline;
    }

    .company-nav a {
        display: inline-block;
        padding: 10px 20px;
    }

@media only screen and (max-width: 768px) {
    .company-nav a {
        padding: 5px;
    }
}

.company-nav li a {
    border-bottom: 3px solid #E5EEEE;
}

.company-nav li.active a,
.company-nav li:hover a {
    border-bottom: 3px solid #559995;
}

/*sticky company nav*/

.sticky-company-nav li:first-child {
    /*margin-right: 60px;*/
}

.sticky-company-nav li .slider_round {
    width: 50px;
    height: 25px;
    border: 1px solid var(--webchat-main-color);
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    display: inline-block;
}

.sticky-company-nav li .slider_round_circle {
    position: absolute;
    left: 26px;
    top: 2px;
    background-color: var(--webchat-main-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.sticky-company-nav li.active .slider_round_circle {
    left: 2px;
}

.sticky-company-nav li.active a,
.sticky-company-nav li:hover a,
.sticky-company-nav li.active {
    color: var(--webchat-main-color) !important;
}

.sticky-company-nav {
    position: fixed;
    left: 60%;
    z-index: 100;
    margin-left: calc((32% + 6px + 35px) - 280px);
    height: 25px;
    display: inline-block;
}

    .sticky-company-nav li {
        /*display: inline;*/
        height: 25px;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
    }

.combined-menu .navigation-dropdown-menu li {
    height: auto;
    width: 100%;
}

    .combined-menu .navigation-dropdown-menu li:hover a,
    .combined-menu .navigation-dropdown-menu li a,
    .combined-menu .navigation-dropdown-menu li,
    .combined-menu .navigation-dropdown-menu li.active a {
        color: #393939 !important;
    }

        .combined-menu .navigation-dropdown-menu li:hover,
        .combined-menu .dropdown-menu > li > a:hover,
        .combined-menu .dropdown-menu > li.nav-item-selected > a {
            background-color: #ccf7f5 !important;
        }

.sticky-company-nav a {
    /*display: inline-block;
            padding: 10px 20px;*/
    display: inline-block;
    padding: 0px 5px;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .sticky-company-nav a {
        padding: 5px;
    }
}

/*.sticky-company-nav-link {
    border-bottom: 3px solid #E5EEEE;
}

.sticky-company-nav li.active .sticky-company-nav-link,
.sticky-company-nav li:hover .sticky-company-nav-link {
    border-bottom: 3px solid #559995;
}*/

.actions-nav {
    text-align: right;
}

    .actions-nav .btn {
        display: inline-block;
        margin: 5px;
        width: 150px;
        color: #000000 !important;
        border-color: #828383 !important;
    }

.company-parallax-header {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 320px;
}

.individual-avatar {
    padding-top: 12vh;
}

.individual-resume {
    padding-top: 5vh;
}

.company-parallax-header .member-circle-avatar.small {
    margin-top: 5vh;
}

.company-control-panel {
    margin: 0;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .company-control-panel {
        /*display: none;*/
    }
}

.company-control-panel ul.control-panel-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .company-control-panel ul.control-panel-list > li:not(.3dots) {
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #eee;
        /*background-color: rgba(160, 200, 200, 0.10);*/
    }

    .company-control-panel ul.control-panel-list > li:hover:not(.3dots) {
        background-color: #ddd;
        /*background-color: rgba(160, 200, 200, 0.30);*/
    }

    .company-control-panel ul.control-panel-list > li > a,
    .home-section-edit-panel .edit-panel-button {
        display: inline-block;
        cursor: pointer;
        font-size: 17px;
        padding: 5px 30px;
        border: 1px solid #888;
        background-color: #fff;
        color: #000;
        transition: all ease-in-out .25s;
        position: relative;
    }

        .company-control-panel ul.control-panel-list > li > a:hover,
        .home-section-edit-panel .edit-panel-button:hover {
            background-color: #a0c8c8;
        }

    .company-control-panel ul.control-panel-list ul.dropdown-menu > li {
        margin-top: 0;
        margin-bottom: 0;
    }

        .company-control-panel ul.control-panel-list ul.dropdown-menu > li > a {
            padding: 10px 20px;
            font-weight: normal;
        }

.company-tags-grid .grid-header div[align=right] {
    text-align: left;
}

.edit-button-image {
    display: inline-block;
    height: 24px;
    width: 18px;
    box-sizing: content-box;
    background: center no-repeat;
    background-size: contain;
    background-image: url(/Content/images/icons/user-edit.png);
    background-origin: content-box;
    cursor: pointer;
}

#company.articles-content-wrapper {
    min-height: calc(100vh - 100px);
}


.company-page-wrapper.sidebar-expanded {
    margin-left: 320px;
}

.company-page-wrapper.gradient {
    background-image: linear-gradient( to bottom, #F3F9F8, #F3F9F8 400px, #fff 400px, #fff );
}

#company img.logo {
    max-width: 100%;
    max-height: 80px;
    height: auto;
}

#company .company-case-study .info {
    color: #ADADAD;
}

#company .company-case-study .newsReadMore {
    float: left;
}

#company .company-case-study .summary {
    padding-top: 10px !important;
}

#company .company-case-study.article-list-col {
    padding: 0 0 20px 0;
}

#company .company-case-study .article-item-name {
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 10px;
}

#company .company-case-study.newsBox {
    margin: 0;
}

#company .profileSection:first-child {
    margin-top: 0;
}

#company .company-team-member.no-border::after {
    display: none;
}

#company .companySectionImg {
    height: 80px;
    background-image: none !important;
    display: none;
}

#company .team-more {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    background-size: 200px 200px !important;
    background: no-repeat;
    height: 200px;
    width: 200px;
}

    #company .team-more a {
        visibility: hidden;
        display: inline-block;
        margin: 10vh 0;
    }

    #company .team-more:hover a {
        visibility: visible;
        font-weight: bold;
        font-size: 1.3em;
        color: #ffffff;
    }

    #company .team-more a:hover {
        color: #ffffff !important;
    }

#company .layer:hover {
    height: 200px;
    width: 200px;
    background-color: rgba(0,84,93,0.5);
    border-radius: 50%;
}

#company .company-number-item {
    min-height: 0px;
}

#company .company-number-value:first-child {
    margin-bottom: 20px !important;
    color: #575757;
}


#company .company-number-item tr {
    height: 20px;
}

#company .company-home-section-edit {
    position: absolute;
    top: 20px;
    right: 15px;
}

#company .company-home-edit {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 48px;
    height: 36px;
}

    #company .company-home-edit.btn-user-action .add-new-btn {
        display: none;
    }

    #company .company-home-edit.btn-user-action {
        background-image: url(/Content/images/icons/user-edit.png);
        background-size: 15px 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

#company .company-section .edit-button-image {
    padding: 0 2px;
    vertical-align: text-top;
    margin-left: 10px;
}


#company .company-section-content {
    padding-left: 0px;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

    #company .company-section-content > hr {
        margin-bottom: 10px;
        border-top: 1px solid #EEEEEE;
    }

#company .company-section.hidden-section {
    display: none; /* Not displayed for today :) */
    padding: 10px 0;
    background-color: #eee;
    max-width: 100vw;
    width: 100vw;
    margin-left: calc((1120px - 100vw)/2 - 20px);
}

    #company .company-section.hidden-section h2 {
        max-width: 1070px;
        margin: auto;
        position: relative;
    }

    #company .company-section.hidden-section .company-section-content {
        display: block;
        margin: 0;
    }

    #company .company-section.hidden-section .section-show-button {
        background-color: #eee;
        /*border: 1px solid rgba(160,200,200,.5);*/
        cursor: pointer;
        font-size: 17px;
        color: #333;
        float: right;
        width: 145px;
        height: 35px;
        position: absolute;
        right: 0px;
        top: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #888;
        border-radius: 7px;
    }

        #company .company-section.hidden-section .section-show-button:hover {
            background-color: #ddd;
        }

/*mobile*/
@media only screen and (max-width: 1100px) {
    #company .company-section.hidden-section {
        width: 100% !important;
        margin: 0px !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        #company .company-section.hidden-section .section-show-button {
            right: 10px;
        }
}

@media only screen and (max-width: 770px) {
    #company .company-section.hidden-section {
        height: 90px;
    }

        #company .company-section.hidden-section .section-show-button {
            right: auto;
            position: relative;
            top: auto;
            margin: 10px auto;
            float: none;
        }
}

.company-section-list-image {
    max-width: 70%;
}

@media only screen and (max-width: 768px) {
    .company-section-list-image {
        max-width: 100%;
    }

    .company-page-wrapper {
        /*        margin-top: 50px;*/
    }

    .welcome-page-container {
        min-height: calc(100vh - 100px);
    }

    .map-page-container {
        margin-top: -50px;
    }
}


/* Company section tiles */

.company-section-tiles-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.company-section-tiles-cell {
    margin: 15px 30px 15px 0;
    display: flex;
    flex-direction: column;
    width: calc(33.3% - 20px);
    text-align: center;
    vertical-align: middle;
    position: relative;
}

    .company-section-tiles-cell.border {
        border: 1px solid #eee;
    }

@media only screen and (max-width: 1000px) {
    .company-section-tiles-cell {
        margin: 6px 12px 6px 0;
        width: calc(33.3% - 8px);
    }
}

@media only screen and (min-width: 801px) {
    .company-section-tiles-cell:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    .company-section-tiles-cell {
        width: calc(50% - 6px);
    }
}

@media only screen and (max-width: 800px) and (min-width: 601px) {
    .company-section-tiles-cell:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .company-section-tiles-cell {
        margin: 5px auto;
        width: 100%;
        max-width: 400px;
    }
}

.company-section-tiles-cell.company-cell img.company-logo-image {
    height: auto !important;
    width: auto !important;
    cursor: pointer;
}

.company-section-tile-image {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    background: center no-repeat;
    background-size: contain;
    width: 100%;
    height: 150px;
    cursor: pointer;
}

.company-section-tiles-cell.border .company-section-tile-image {
    border-bottom: 1px solid #eee;
    background-size: cover;
}

.company-section-tile-title {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

    .company-section-tile-title.title-only {
        color: #000;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.2;
        border: #aaa solid 1px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
    }

.company-section-tile-text {
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
}

.company-section-tiles-cell.border .company-section-tile-title,
.company-section-tiles-cell.border .company-section-tile-text {
    padding: 0 10px;
    text-align: left;
}

#company .section-image {
    display: flex;
    align-items: center;
    background-color: #fafafa;
}

    #company .section-image .image-container {
        padding-right: calc(((100vw - 1100px) / 2) - 100px);
    }

@media only screen and (max-width: 1300px) {
    #company .section-image .image-container {
        padding-right: 0px;
    }
}

#company .section-image-text {
    align-self: center;
    padding: 30px;
    font-weight: bold;
}

    #company .section-image-text > p {
        font-size: 22px !important;
        text-transform: uppercase;
        padding-left: 10px;
        color: #000000 !important;
        border-left: 2px solid #000000;
        margin-left: calc(((100vw - 1100px) / 2) - 15px);
    }

@media only screen and (max-width: 1115px) {
    #company .section-image-text > p {
        margin-left: 0;
    }
}

/* Simple menu */

.simple-menu {
    display: flex;
    flex-direction: row;
    z-index: 999;
}

.simple-menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #666;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in-out .25s;
}

    .simple-menu-item.no-border {
        border: none;
    }

    .simple-menu-item:last-child {
        margin-right: 0px;
    }

    .simple-menu-item:hover {
        /*background-color: rgb(160,200,200);*/
    }

    .simple-menu-item .simple-menu-item-icon {
        color: #666;
        margin: auto;
        cursor: pointer;
    }

.simple-menu-item-icon:hover {
    color: #333;
}

.simple-menu-item .simple-menu-item-icon:last-child {
    margin-right: 0px;
}

.simple-menu-item.no-border .simple-menu-item-icon {
    font-size: 30px;
}

.simple-menu-item .simple-menu-item-icon-image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

    .simple-menu-item .simple-menu-item-icon-image.mail {
        background-image: url(/Content/images/icons/Mail.png);
    }

    .simple-menu-item .simple-menu-item-icon-image.share {
        background-image: url(/Content/images/icons/Message.png);
    }

.simple-menu-item.open .simple-menu-item-icon-image.share {
    background-image: url(/Content/images/icons/MessageSelected.png);
}


.simple-menu-item .dropdown-menu {
    display: none;
}

.simple-menu-item.open .dropdown-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    left: 30px;
    top: 5px;
    box-shadow: none;
    overflow: visible;
    background-color: transparent;
}



.simple-menu-item .dropdown-menu > li > a:focus,
.simple-menu-item .dropdown-menu > li > a:hover,
.simple-menu-item .dropdown-menu > li > a {
    background-color: transparent;
    font-size: 14px;
    color: #888;
    padding-top: 0px !important;
    font-weight: normal;
    text-decoration: none !important;
}

.simple-menu-item-text {
    display: none;
    position: absolute;
    margin-top: 30px;
    font-size: 14px;
    color: #888;
}

.simple-menu-item:hover .simple-menu-item-text {
    display: block;
}

.simple-menu.fixOnPage {
    position: fixed;
    left: 50px;
    top: 300px;
    padding: 10px 5px;
    flex-direction: column;
}

    .simple-menu.fixOnPage .simple-menu-item {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .simple-menu.fixOnPage .simple-menu-item-text {
        margin-top: 0px;
        left: -44px;
        display: none !important;
    }

    .simple-menu.fixOnPage .simple-menu-item .dropdown-menu,
    .simple-menu.fixOnPage .simple-menu-item.open .dropdown-menu {
        flex-direction: column;
        left: -5px;
        top: 50px;
        width: auto;
        min-width: auto;
        max-width: 40px;
    }

.simple-menu .dropdown-menu ul,
.simple-menu .dropdown-menu li,
.simple-menu .dropdown-menu span {
    font-size: 21px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa {
    font-family: FontAwesome !important;
    cursor: pointer;
}

/* Image full page width hack */
.full-page-width-image {
    max-width: 100vw !important;
    width: 100vw !important;
    margin-left: calc( (1120px - 100vw) / 2 - 20px );
}

.header-section-image-container {
    /*padding: 20px;*/
    background-color: #fff;
    /*min-height: 360px;*/
    border: 2px solid #f3f3f3;
    border-radius: 5px;
}

    .header-section-image-container .text-container {
        /*margin-top: 30px;*/
        max-width: 900px;
        /*text-align: center;*/
        padding-bottom: 20px;
    }

        .header-section-image-container .text-container .section-text {
            margin-top: 10px;
            max-width: 66.6%;
        }

        .header-section-image-container .text-container .buttons-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            min-height: 65px;
        }

            .header-section-image-container .text-container .buttons-container > * {
                margin-right: 5px;
            }

    .header-section-image-container .inner-container {
        display: flex;
        flex-direction: row;
    }

@media only screen and (max-width: 768px) {
    .header-section-image-container {
        min-height: unset;
    }

        .header-section-image-container .inner-container {
            display: none;
        }


        .header-section-image-container .text-container {
            margin-left: 0px;
            margin-top: 160px;
        }

        .header-section-image-container .edit-profile-button {
            display: none !important;
        }

        .header-section-image-container .profile-picture-container {
            margin: auto;
            width: 50%;
        }
}

.header-section-image-container .inner-container .image-container {
    background-size: cover;
    background-position: center;
    max-width: 100%;
    min-height: 50px;
    max-height: 200px;
    height: 200px;
    width: 900px;
    position: relative;
}

.header-section-image-container .profile-picture-container {
    position: relative;
}

.header-section-image-container .inner-container .edit-cover-button {
    z-index: 1;
    padding: 12px 40px;
    background-color: #fff;
    margin: 15px;
    display: inline-block;
    background: var(--skilly-main-color) no-repeat padding-box;
    color: #fff;
    font: Bold 14px/17px Roboto;
    letter-spacing: 0;
    border-radius: 6px;
    cursor: pointer;
    border: 0;
    float: right;
}

.edit-about-button {
    border: 1px solid var(--skilly-main-color);
    border-radius: 5px;
    background-color: #fff;
    color: var(--skilly-main-color);
    height: 40px;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    transition: all ease-in-out .25s;
    position: relative;
    float: right;
}

    .edit-about-button:hover {
        background-color: #2cc;
        color: #000;
    }

.header-section-image-container .edit-profile-button {
    border: 1px solid var(--skilly-main-color);
    border-radius: 5px;
    background-color: #fff;
    color: var(--skilly-main-color);
    height: 40px;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    transition: all ease-in-out .25s;
    position: relative;
    float: right;
}

    .header-section-image-container .edit-profile-button:hover {
        background-color: var(--skilly-main-color);
        color: #000;
    }


.header-section-image-container .profile-picture {
    height: 100px;
    width: 100px;
    position: absolute;
    border: 1px solid #C6DDD9;
    left: 10%;
    transform: translate(-50%);
    top: 75%;
    background-color: #fff;
    padding: 10px;
}


@media only screen and (max-width: 1300px) {

    .simple-menu.fixOnPage {
        display: none !important;
    }
}

@media only screen and (max-width: 1130px) {
    .full-page-width-image {
        margin-left: -35px;
    }

    .section-header .full-page-width-image {
        margin-left: -25px;
    }
}

@media only screen and (max-width: 600px) {
    .full-page-width-image {
        margin-left: -25px;
    }

    .section-header .full-page-width-image {
        margin-left: -15px;
    }
}

/* Section header styles */
.section-header {
    padding-bottom: 30px;
    z-index: 1;
    max-width: 900px;
    margin: auto;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .section-header {
        margin-top: 5px;
    }

    .profile-picture {
        height: 80px;
        width: 80px;
        position: absolute;
        border-radius: 50%;
        border: 4px solid #fff;
        left: 50%;
        transform: translate(-50%);
        bottom: -10px;
    }

    .image-container {
        background-size: cover;
        background-position: center;
        /*min-width: 100%;*/
        min-height: 80px;
        max-height: 200px;
        position: relative;
    }
}

.section-header-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .section-header-text > * {
        text-align: center;
        text-transform: uppercase;
        background-color: rgba(255, 255, 255, 0.5);
        color: #000000;
        font-size: 1.3em;
        font-size: 36px;
        font-weight: bold;
        padding: 10px 20px;
        max-width: 1100px;
        width: 100%;
        margin: auto;
        overflow: hidden;
    }


    .section-header-text.black > * {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

.section-header .image-container .edit-button-image {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 3px 7px;
    background-color: white;
    border: 1px solid #ddd;
}

.section-header .image-container.full-page-width-image .edit-button-image {
    right: 20px;
}

.section-header-button {
    padding: 5px 30px;
    border: 1px solid #888;
    background-color: #fff;
    color: #000;
    transition: all ease-in-out .25s;
    position: relative;
    vertical-align: bottom;
    margin-left: 10px;
}

    .section-header-button:hover {
        background-color: #a0c8c8;
    }

.section-header .title-container {
    display: flex;
    margin-left: calc(10% + 45px);
}

    .section-header .title-container .section-title {
        /*text-align: left;*/
        font: Bold 24px/29px Roboto;
        letter-spacing: 0;
        color: #000000;
        opacity: 1;
    }

        .section-header .title-container .section-title .edit-button-image {
            margin-left: 10px;
        }

        .section-header .title-container .section-title:not(:last-child) {
            border-right: 1px solid;
            padding-right: 20px;
            margin-right: 10px
        }

    .section-header .title-container .section-text {
        white-space: pre-line;
        font-size: 19px;
    }

.section-page-header-small-container {
    display: flex;
    flex-direction: row;
    background-color: #fafafa;
    padding-left: 100px;
    padding-right: 100px;
}

    .section-page-header-small-container > * {
        margin-right: 20px;
    }

    .section-page-header-small-container .image-container {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        flex: 16;
    }

    .section-page-header-small-container .text-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 10;
    }

    .section-page-header-small-container .section-header-text > * {
        max-width: 80%;
    }

@media only screen and (max-width: 1400px) {
    .section-page-header-small-container {
        padding-left: 0;
        padding-right: 0;
    }

        .section-page-header-small-container .image-container {
            flex: 2;
        }

        .section-page-header-small-container .text-container {
            flex: 1;
        }
}

@media only screen and (max-width: 992px) {
    .section-page-header-small-container {
        flex-direction: column;
    }

        .section-page-header-small-container .image-container {
            margin: 0;
        }

        .section-page-header-small-container .text-container {
            padding: 20px 10px 0 10px;
        }
}

@media only screen and (max-width: 768px) {
    .section-header-text > * {
        font-size: 0.9em !important;
    }

    .section-header .title-container .section-title {
        display: block;
        margin-bottom: 15px;
    }

        .section-header .title-container .section-title:not(:last-child) {
            border: none;
            padding-right: 0;
            margin-right: 0
        }

    .section-header .section-header-button {
        margin-left: 0;
        margin-right: 10px;
    }
}

/* Home section edit panel */
.home-section-edit-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 10px;
}

    .home-section-edit-panel .edit-panel-button {
        margin: 0 10px 10px 0;
        /*padding: 3px 10px;
        background-color: #eee;
        border: 1px solid #888;
        border-radius: 7px;
        cursor: pointer;
        font-size: 17px;
        color: #333;*/
    }

        .home-section-edit-panel .edit-panel-button:hover {
            /*background-color: #ddd;*/
        }

    .home-section-edit-panel ul.dropdown-menu > li {
        margin-top: 0;
        margin-bottom: 0;
    }

        .home-section-edit-panel ul.dropdown-menu > li > a {
            padding: 10px 20px;
            font-weight: normal;
        }

/* Bot chat */
@media only screen and (max-width: 768px) {
    .bot-image {
        display: none;
    }
}

.collapse-menu-title {
    background-color: #e5eeee;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
}

    .collapse-menu-title a {
        color: #393939;
    }

    .collapse-menu-title:hover {
        background-color: #e5eeee;
    }

@media only screen and (max-width: 768px) {
    .collapse-menu-title.active,
    .collapse-menu-title.active > a,
    .collapse-menu-title.active > a:hover {
        color: #393939;
        background-color: #e5eeee;
    }

    .collapse-menu-title,
    .collapse-menu-body {
        font-size: 16px;
    }
}

.collapse-menu-item {
    padding: 10px;
    font-family: 'Roboto',sans-serif !important;
    font-weight: normal;
    display: inline-block;
}

.collapse-menu-body:hover {
    background-color: #e5eeee;
}



.collapse-menu-related-item {
    padding: 10px;
    background-color: #fafafa;
    width: 100%;
    font-family: 'Roboto',sans-serif !important;
    font-weight: normal;
    display: inline-block;
}

    .collapse-menu-related-item:hover {
        background-color: #e5eeee !important;
    }

.collapse-menu-item.active {
    border-left: 4px solid var(--skilly-main-color);
    font-weight: 900;
}

/*welcome transaction*/

.welcome-enter {
    transform: translateX(10px);
    opacity: 0;
}

.welcome-enter-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.welcome-leave-active,
.welcome-leave-to {
    opacity: 0;
}

/* Company access overlay */
.company-access-overlay {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: calc(100vh - 50px);
    top: 50px;
    background-color: #f8f8f8;
    overscroll-behavior: contain;
}

    .company-access-overlay.sidebar-expanded {
        width: calc(100vw - 300px);
        margin-left: 300px;
    }

    .company-access-overlay .access-bot-container {
        display: flex;
        flex-direction: row;
        margin: 100px;
        flex-wrap: wrap;
    }

@media only screen and (max-width: 768px) {
    .company-access-overlay .access-bot-container {
        margin: 100px 10px;
    }
}

.company-access-overlay .bot-image-container {
    margin: 0 15px 0 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -60px;
}

.company-access-overlay .bot-messages-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .company-access-overlay .bot-messages-container .bot-message {
        color: #333;
        font-size: 16px;
        padding: 10px 20px;
        background-color: #fff;
        border-radius: 0 5px 5px 5px;
        margin-bottom: 10px;
        margin-left: 55px;
        position: relative;
    }

    .company-access-overlay .bot-messages-container .bot-buttons {
        display: flex;
        flex-direction: row;
        margin-left: 55px;
        flex-wrap: wrap;
    }

    .company-access-overlay .bot-messages-container .bot-button {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 20px;
        background-color: #fff;
        border: 1px solid var(--skilly-main-color);
        border-radius: 5px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

        .company-access-overlay .bot-messages-container .bot-button:hover {
            background-color: #eee;
        }

/*preference overlay start*/
.preference-overlay {
    position: fixed;
    z-index: 999;
    top: 50px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;
}

@media only screen and (max-width: 768px) {
    .preference-overlay .popup-container {
        overflow-y: auto;
        margin-top: 0 !important;
        margin-bottom: 50px;
        height: 100vh;
    }

        .preference-overlay .popup-container .popup-heading {
            font: Bold 24px/32px Roboto !important;
            padding-bottom: 0 !important;
        }

    .preference-overlay .popup-button {
        margin-bottom: 50px;
    }


    .preference-overlay .popup-container .option-box .option-box-body .option-box-chatbot {
        background-size: 100px !important;
        width: 100px !important;
        height: 100px !important;
    }

    .preference-overlay .popup-container .option-box .option-box-body .option-box-articles {
        background-size: 100px !important;
        width: 100px !important;
        height: 100px !important;
    }
}

.preference-overlay .sidebar-expanded {
    width: calc(100vw - 300px);
    margin-left: 300px;
}

.preference-overlay .popup-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    opacity: 1;
    margin-top: 100px;
    padding: 30px;
    overscroll-behavior: contain;
}

    .preference-overlay .popup-container .popup-heading {
        text-align: center;
        font: Bold 32px/60px Roboto;
        letter-spacing: 0;
        color: #333333;
        opacity: 1;
        padding-bottom: 10px;
    }

    .preference-overlay .popup-container .popup-button {
        text-align: center;
        font: Bold 16px/19px Roboto;
        letter-spacing: 0;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        background: var(--skilly-main-color) 0% 0% no-repeat padding-box;
        border-radius: 6px;
        opacity: 1;
        width: 280px;
        height: 50px;
    }

    .preference-overlay .popup-container .option-box {
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 6px;
        opacity: 1;
        padding: 0;
        margin-bottom: 50px;
        cursor: pointer;
    }

        .preference-overlay .popup-container .option-box.active .option-box-heading {
            background: #CCF8F5 0% 0% no-repeat padding-box;
        }

        .preference-overlay .popup-container .option-box.active .option-box-body {
            background: var(--skilly-main-color) 0% 0% no-repeat padding-box;
            padding: 10px;
        }

        .preference-overlay .popup-container .option-box.active .option-box-heading p {
            margin: 0;
        }

        .preference-overlay .popup-container .option-box.active .option-box-body .box-title {
            color: #FFFFFF;
            margin: 0;
        }

        .preference-overlay .popup-container .option-box .option-box-heading {
            background: #F8F8F8 0% 0% no-repeat padding-box;
            opacity: 1;
        }



            .preference-overlay .popup-container .option-box .option-box-heading p {
                text-align: center;
                font: Regular 16px/60px Roboto;
                letter-spacing: 0;
                color: #333333;
                opacity: 1;
                padding: 5px 0;
                margin: 0;
            }

        .preference-overlay .popup-container .option-box .option-box-body {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            padding: 10px;
        }


            .preference-overlay .popup-container .option-box .option-box-body .box-title {
                text-align: center;
                font: Bold 24px/60px Roboto;
                letter-spacing: 0;
                color: #333333;
                opacity: 1;
                margin: 0;
            }

            .preference-overlay .popup-container .option-box .option-box-body .option-box-articles {
                background: transparent url(/Content/images/icons/via_articles.png) 0% 0% no-repeat padding-box;
                background-size: 150px;
                width: 150px;
                height: 150px;
                margin: auto;
            }

            .preference-overlay .popup-container .option-box .option-box-body .option-box-chatbot {
                background: transparent url(/Content/images/icons/via_chatbot.png) 0% 0% no-repeat padding-box;
                background-size: 150px;
                width: 150px;
                height: 150px;
                margin: auto;
            }
/*preference overlay end*/

/* Section simple header start */

.section-simple-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 20px;
}

    .section-simple-header.webchat-active {
        width: 600px !important;
        max-width: 100vw;
    }

    .section-simple-header .header-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 0 0 10px;
        border-bottom: 1px solid #ddd;
    }

        .section-simple-header .header-container .header-title {
            font-size: 26px;
            font-weight: bold;
        }

        .section-simple-header .header-container .header-right-section {
            display: flex;
            flex-direction: row;
        }

            .section-simple-header .header-container .header-right-section > * {
                margin-left: 15px;
            }

            .section-simple-header .header-container .header-right-section .header-search-button {
                font-size: 24px;
            }

@media only screen and (max-width: 768px) {
    .section-simple-header .header-container .header-right-section .header-edit-buttons {
        display: none;
    }
}

.section-simple-header .body-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.section-simple-header .company-control-panel {
    padding: 0;
}

    .section-simple-header .company-control-panel ul.control-panel-list > li:hover:not(.3dots) {
        background-color: #22cccc;
        border-radius: 5px;
    }

    .section-simple-header .company-control-panel ul.control-panel-list > li > a {
        border: 1px solid #22cccc;
        border-radius: 5px;
        background-color: #fff;
        color: #22cccc;
        text-decoration: none !important;
    }

        .section-simple-header .company-control-panel ul.control-panel-list > li > a:hover {
            background-color: #22cccc;
        }
/* Section simple header end */
/*credits styles*/
.user-credits {
    background-image: url(/Content/images/icons/credit.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    position: relative;
    margin-left: 5px;
}

    .user-credits .credits-value {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 1.1rem;
        transform: translate(-50%, -50%);
    }

.credits-heading {
    text-align: left;
    font: 14px/17px Roboto;
    letter-spacing: 0;
    color: #333333;
    text-transform: uppercase;
    font-size: small;
    font-weight: bold;
}
/*credits styles end*/

/*fixed chat with menu button*/
.fixed-button-container {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 20px 0;
    cursor: pointer;
    z-index: 3;
}

    .fixed-button-container .chat-with-bot-img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }


/*map style start*/
.map-info-title .save {
    display: inline-block;
    height: 30px;
    width: 30px;
    box-sizing: content-box;
    background: center no-repeat;
    background-size: cover;
    background-image: url(/Content/images/icons/save.svg);
    background-origin: content-box;
    cursor: pointer;
}

    .map-info-title .save.active,
    .map-info-title .save:hover {
        background-image: url(/Content/images/icons/saved.svg)
    }

.map-info-image-container img {
    width: 100%;
    height: auto;
}

.itemName {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.map-info-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.itemType {
    font-size: 12px;
    font-weight: normal;
    color: #9E9E9E;
    margin-left: 15px;
}

.botIcon img {
    width: 40px;
    height: auto;
}

.botDescription {
    margin-left: 8px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.bottomInfoBox a {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #37DDC9;
    border-radius: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .bottomInfoBox a:hover {
        color: #fff !important;
        background-color: #37DDC9;
    }

.mainInfoBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.map-info-image-container-img {
    background-position: center center;
    height: 150px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    background-size: 100%;
}

[3:07 PM] Vladimir Damov

.gm-ui-hover-effect img {
    /*content: url(/Content/images/icons/saved.svg);*/
}


/*map style end*/
/*admin menu css*/
.admin-router {
    max-width: 1100px;
    margin: 50px auto;
}

    .admin-router a:hover {
        text-decoration: underline !important;
    }

.manage-container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1100px;
}

    .manage-container .manage-box {
        flex-basis: 30%;
        border-radius: 20px;
        border: 2px solid #365892;
        text-align: center;
        margin: 0 1.6% 20px 1.6%;
        cursor: pointer;
        padding: 20px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .manage-container .manage-box:hover {
            background: #f3f3f3;
        }

        .manage-container .manage-box span {
            font-size: 24px;
            font-weight: 700;
            cursor: pointer;
            align-self: flex-start;
        }

        .manage-container .manage-box img {
            width: 100%;
            height: auto;
            align-self: flex-end;
        }
/*admin menu css end*/
