/* Add here all your CSS customizations */

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
    *{font-size: 10px !important;}
}


.modal-padding-overlap {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* If desktop is seeing mobile res, fix header */
/* @media only screen and (max-width: 767px) {
	.userbox {
		background-color: red !important;
	}
} */

html.no-overflowscrolling .nano>.nano-content {
    position: relative !important;
}

/* languagebox */
.languagebox {
    display: inline-block;
    margin: 3px 17px 0 0;
    position: relative;
    vertical-align: middle;
}

.languagebox>a {
    display: inline-block;
    text-decoration: none;
}

.languagebox a:hover {
    text-decoration: none;
}

.languagebox .profile-info,
.languagebox .profile-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.languagebox .profile-picture img {
    width: 35px;
    color: transparent;
}

.languagebox .profile-info {
    margin: -3px 25px 0 10px;
}

.languagebox .name,
.languagebox .role {
    display: block;
}

.languagebox .name {
    color: #000011;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 17.6px;
    line-height: 1.1rem;
}

.languagebox .role {
    color: #ACACAC;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 11.2px;
    line-height: 0.7rem;
}

.languagebox .custom-caret {
    color: #000011;
    font-size: 16px;
    font-weight: bold;
}

.languagebox .custom-caret:before {
    content: "\f107";
}

@media only screen and (max-width: 767px) {

    .languagebox .name,
    .languagebox .role {
        max-width: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* languagebox - Open */
.languagebox>a.show {
    position: relative;
    z-index: 993;
}

.languagebox>a.show .custom-caret:before {
    content: "\f106";
}

.languagebox .dropdown-menu {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    left: -11px !important;
    padding: 45px 10px 0;
    top: -10px !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
    z-index: 992;
}

.languagebox .dropdown-menu li {
    margin-bottom: 5px;
}

.languagebox .dropdown-menu a {
    border-radius: 2px;
    color: #7d7d7d;
    display: block;
    line-height: 20.8px;
    line-height: 1.3rem;
    padding: 4px 10px;
    font-size: 12px;
    font-size: 0.75rem;
}

.languagebox .dropdown-menu a i {
    font-size: 17.6px;
    font-size: 1.1rem;
}

.languagebox .dropdown-menu a:hover {
    background: #CCC;
    color: #FFF;
}

.languagebox .dropdown-menu i {
    margin-right: 3px;
    vertical-align: middle;
}

/* languagebox - Mobile */
@media only screen and (max-width: 900px) {
    .languagebox {
        float: left;
        margin: 16px 0 0 12px;
        position: relative;
        display: none;
    }

    .languagebox:after {
        background: #E9E9E6;
        content: '';
        height: 63px;
        margin: 0;
        position: absolute;
        right: -21px;
        top: -18px;
        width: 1px;
    }

    .languagebox .profile-picture {
        display: none;
    }

    .languagebox .dropdown-menu {
        left: -5px !important;
        padding: 43px 0 0 0;
    }
}

/* Header Dark - languagebox */
html.dark .languagebox:after,
html.header-dark .languagebox:after {
    background: #121518;
}

html.dark .languagebox .name,
html.dark .languagebox .custom-caret,
html.header-dark .languagebox .name,
html.header-dark .languagebox .custom-caret {
    color: #C3C3C3;
}

html.dark .languagebox .dropdown-menu,
html.header-dark .languagebox .dropdown-menu {
    background: #282d36;
}

html.dark .languagebox .dropdown-menu .name,
html.dark .languagebox .dropdown-menu .custom-caret,
html.header-dark .languagebox .dropdown-menu .name,
html.header-dark .languagebox .dropdown-menu .custom-caret {
    color: #C3C3C3;
}

html.dark .languagebox .dropdown-menu a,
html.header-dark .languagebox .dropdown-menu a {
    color: #C3C3C3;
}

html.dark .languagebox .dropdown-menu a:hover,
html.header-dark .languagebox .dropdown-menu a:hover {
    color: #FFF;
}

html.dark .languagebox .dropdown-menu .divider,
html.header-dark .languagebox .dropdown-menu .divider {
    background: #1D2127;
}

html.dark .languagebox .dropdown-menu a,
html.header-dark .languagebox .dropdown-menu a {
    color: #C3C3C3;
}

/* companybox */
.companybox {
    display: inline-block;
    margin: 3px 17px 0 0;
    position: relative;
    vertical-align: middle;
}

.companybox>a {
    display: inline-block;
    text-decoration: none;
}

.companybox a:hover {
    text-decoration: none;
}

.companybox .profile-info,
.companybox .profile-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.companybox .profile-picture img {
    width: 35px;
    color: transparent;
}

.companybox .profile-info {
    margin: -3px 25px 0 10px;
}

.companybox .name,
.companybox .role {
    display: block;
}

.companybox .name {
    color: #000011;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 17.6px;
    line-height: 1.1rem;
}

.companybox .role {
    color: #ACACAC;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 11.2px;
    line-height: 0.7rem;
}

.companybox .custom-caret {
    color: #000011;
    font-size: 16px;
    font-weight: bold;
}

.companybox .custom-caret:before {
    content: "\f107";
}

@media only screen and (max-width: 767px) {

    .companybox .name,
    .companybox .role {
        max-width: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* companybox - Open */
.companybox>a.show {
    position: relative;
    z-index: 993;
}

.companybox>a.show .custom-caret:before {
    content: "\f106";
}

.companybox .dropdown-menu {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    left: -11px !important;
    padding: 45px 10px 0;
    top: -10px !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
    z-index: 992;
}

.companybox .dropdown-menu li {
    margin-bottom: 5px;
}

.companybox .dropdown-menu a {
    border-radius: 2px;
    color: #7d7d7d;
    display: block;
    line-height: 20.8px;
    line-height: 1.3rem;
    padding: 4px 10px;
    font-size: 12px;
    font-size: 0.75rem;
}

.companybox .dropdown-menu a i {
    font-size: 17.6px;
    font-size: 1.1rem;
}

.companybox .dropdown-menu a:hover {
    background: #CCC;
    color: #FFF;
}

.companybox .dropdown-menu i {
    margin-right: 3px;
    vertical-align: middle;
}

/* companybox - Mobile */
@media only screen and (max-width: 767px) {
    .companybox {
        float: left;
        margin: 16px 0 0 12px;
        position: relative;
        display: none;
    }

    .companybox:after {
        background: #E9E9E6;
        content: '';
        height: 63px;
        margin: 0;
        position: absolute;
        right: -21px;
        top: -18px;
        width: 1px;
    }

    .companybox .profile-picture {
        display: none;
    }

    .companybox .dropdown-menu {
        left: -5px !important;
        padding: 43px 0 0 0;
    }
}

/* Header Dark - companybox */
html.dark .companybox:after,
html.header-dark .companybox:after {
    background: #121518;
}

html.dark .companybox .name,
html.dark .companybox .custom-caret,
html.header-dark .companybox .name,
html.header-dark .companybox .custom-caret {
    color: #C3C3C3;
}

html.dark .companybox .dropdown-menu,
html.header-dark .companybox .dropdown-menu {
    background: #282d36;
}

html.dark .companybox .dropdown-menu .name,
html.dark .companybox .dropdown-menu .custom-caret,
html.header-dark .companybox .dropdown-menu .name,
html.header-dark .companybox .dropdown-menu .custom-caret {
    color: #C3C3C3;
}

html.dark .companybox .dropdown-menu a,
html.header-dark .companybox .dropdown-menu a {
    color: #C3C3C3;
}

html.dark .companybox .dropdown-menu a:hover,
html.header-dark .companybox .dropdown-menu a:hover {
    color: #FFF;
}

html.dark .companybox .dropdown-menu .divider,
html.header-dark .companybox .dropdown-menu .divider {
    background: #1D2127;
}

html.dark .companybox .dropdown-menu a,
html.header-dark .companybox .dropdown-menu a {
    color: #C3C3C3;
}

@media only screen and (max-width: 885px) {
    .header-right {
        float: right;
        height: 56px;
        display: none;
    }
}


/* userboxmobile */
.userboxmobile {
    display: inline-block;
    margin: 3px 17px 0 0;
    position: relative;
    vertical-align: middle;
    display: none;
}

.userboxmobile>a {
    display: inline-block;
    text-decoration: none;
}

.userboxmobile a:hover {
    text-decoration: none;
}

.userboxmobile .profile-info,
.userboxmobile .profile-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.userboxmobile .profile-picture img {
    width: 35px;
    color: transparent;
}

.userboxmobile .profile-info {
    margin: -3px 25px 0 10px;
}

.userboxmobile .name,
.userboxmobile .role {
    display: block;
}

.userboxmobile .name {
    color: #000011;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 17.6px;
    line-height: 1.1rem;
}

.userboxmobile .role {
    color: #ACACAC;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 11.2px;
    line-height: 0.7rem;
}

.userboxmobile .custom-caret {
    color: #000011;
    font-size: 16px;
    font-weight: bold;
}

.userboxmobile .custom-caret:before {
    content: "\f107";
}

/* userboxmobile - Open */
.userboxmobile>a.show {
    position: relative;
    z-index: 993;
}

.userboxmobile>a.show .custom-caret:before {
    content: "\f106";
}

.userboxmobile .dropdown-menu {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    left: -11px !important;
    padding: 45px 10px 0;
    top: -10px !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
    z-index: 992;
}

.userboxmobile .dropdown-menu li {
    margin-bottom: 5px;
}

.userboxmobile .dropdown-menu a {
    border-radius: 2px;
    color: #7d7d7d;
    display: block;
    line-height: 20.8px;
    line-height: 1.3rem;
    padding: 4px 10px;
    font-size: 12px;
    font-size: 0.75rem;
}

.userboxmobile .dropdown-menu a i {
    font-size: 17.6px;
    font-size: 1.1rem;
}

.userboxmobile .dropdown-menu a:hover {
    background: #CCC;
    color: #FFF;
}

.userboxmobile .dropdown-menu i {
    margin-right: 3px;
    vertical-align: middle;
}

/* userboxmobile - Mobile */
@media only screen and (max-width: 885px) {
    .userboxmobile {
        float: left;
        margin: 16px 0 0 12px;
        position: relative;
        display: block;
    }

    .userboxmobile .profile-picture {
        display: none;
    }

    .userboxmobile .dropdown-menu {
        left: -5px !important;
        padding: 43px 0 0 0;
    }
}

/* Header Dark - userboxmobile */

html.dark .userboxmobile .name,
html.dark .userboxmobile .custom-caret,
html.header-dark .userboxmobile .name,
html.header-dark .userboxmobile .custom-caret {
    color: #C3C3C3;
}

html.dark .userboxmobile .dropdown-menu,
html.header-dark .userboxmobile .dropdown-menu {
    background: #282d36;
}

html.dark .userboxmobile .dropdown-menu .name,
html.dark .userboxmobile .dropdown-menu .custom-caret,
html.header-dark .userboxmobile .dropdown-menu .name,
html.header-dark .userboxmobile .dropdown-menu .custom-caret {
    color: #C3C3C3;
}

html.dark .userboxmobile .dropdown-menu a,
html.header-dark .userboxmobile .dropdown-menu a {
    color: #C3C3C3;
}

html.dark .userboxmobile .dropdown-menu a:hover,
html.header-dark .userboxmobile .dropdown-menu a:hover {
    color: #FFF;
}

html.dark .userboxmobile .dropdown-menu .divider,
html.header-dark .userboxmobile .dropdown-menu .divider {
    background: #1D2127;
}

html.dark .userboxmobile .dropdown-menu a,
html.header-dark .userboxmobile .dropdown-menu a {
    color: #C3C3C3;
}

@media only screen and (max-width: 767px) {
    .showonmobile {
        display: block !important;
    }
}