@CHARSET "UTF-8";
/*
 * Styles the main-part of the site:
 * content, etc.
 */

/* base color setting */
:root {
    --primary-color: #FF3300;
    --primary-color-hover: #f03000;
}

#content {
    padding: 2em 18px;
}


#loading {
    width: 100%;
    margin: 0 auto 0 auto;
}

#spinner {
    width: 50px;
    float: none;
    margin: 0 auto 0 auto;
}


#themesSelection .themeIcons .productIcon {
    margin: auto;
}

#themesSelection .themeIcons .themeButton:hover {
    background: #F2F2F2;
    transition: background .05s;
}

#themesSelection {
    margin: 2em 0em;
}

.themeIcons {
	display: flex;
    flex-wrap: wrap;
    margin: 8px -8px;
}

.themeIcons .themeButton{
    cursor: pointer;
    width: 118px;
    transition: background .3s ease-out;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 8px;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.themeIcons .themeButton.findtime p {
    hyphens: auto;
}

.themeIcons > * > * {
    width: 100%;
    text-align: center;
}

.themeIcons > * > p {
    margin-top: 5px;
    color: #505050;
    
    margin-bottom: auto;
}

.themeIcons > * > p .duration {
    font-size: 12px;
    color: #828282;
    display: inline-block;
    margin-top: 12px;
}

.themeIcons > * > p > span {
    font-size: 10px;
    line-height: 10px;
}

.themeIcons > * > div {
    height: 33px;
}


.mat-card {
	/* overflow: hidden; */
}

.mat-card.no-box {
	margin-top: 25px;
	padding: 0 75px;
	min-height: 46px;
    background: transparent;
    border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

#content .ui-tabs {
    padding: 0;
}

#content .ui-tabs .ui-tabs-panel {
    padding: 1em 0 0;
}

.info-container {
    display: none;
    margin-bottom: 1em;
}

.info-container.with-robot {
}

.info-container.with-robot p {
    display: flex;
    position: relative;
}

.info-container.with-robot .info-content > img:not(.close) {
    display: none;
}

.info-container.with-robot.robot-reverse p {
    flex-direction: row-reverse;
}

.info-container.with-robot p:after {
    content: ' ';
    display: block;
    flex-shrink: 0;  
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.info-container.with-robot.robot-reverse p:after {
    transform: scaleX(-1);
    margin-right: 10px;
    margin-left: -20px;
}

.info-container.with-robot.robot-a p:after {
    background-image: url(../img/robot_fingerpointing_left.png);
    width: 145px;
    height: 130px;
    bottom: -37px;
    background-size: initial;
    margin-top: -10px;
}

.info-container.with-robot.robot-b p:after {
    background-image: url(../img/robot_fingerpointing.png);
    width: 145px;
    height: 130px;
    bottom: -36px;
    background-size: cover;
}

.info-container.with-robot.robot-c p:after {
    background-image: url(../img/robot_office.png);
    width: 145px;
    height: 130px;
    bottom: -21px;
    background-size: cover;
}

.info-container.with-robot.robot-d p:after {
    background-image: url(../img/robot_look_left.png);
    width: 145px;
    height: 130px;
    bottom: -16px;
}

.info-container.with-robot.robot-e p:after {
    background-image: url(../img/robot_total.png);
    width: 145px;
    height: 130px;
    bottom: -21px;
}

.info-container.with-robot.robot-f p:after {
    background-image: url(../img/robot_smile.png);
    width: 145px;
    height: 130px;
    bottom: -21px;
}

.info-container.with-robot.robot-small p:after {
    width: 70px;
    height: 70px;
}

.info-container .info-content {
    background: #EAF3FF;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding: 1em;
    margin: auto;
}

.info-container .info-content p,
.info-container .info-content h1 {
    margin: 0 1rem;
    color: #4C71A4;
}

.info-container .info-content .close {
    cursor: pointer;
}

#startpage-info-container,
#startpage-onboarding-container {
    margin-top: 1em;
}

#startpage-onboarding-container .info-content,
#course-info-container .info-content {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

#startpage-onboarding-container .onboarding-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

#startpage-onboarding-container .onboarding-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 33%;
    margin-left: 1em;
}

#startpage-onboarding-container .onboarding-item .onboarding-content {
    margin: 1em 0 1em 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 2em);
}

#startpage-onboarding-container .onboarding-item img {
    margin: 1em 0;
}

#startpage-onboarding-container .onboarding-item p {
    margin: 1em 0;
    color: #5B5B5B;
}

.link-primary,
#startpage-onboarding-container .onboarding-item a {
    color: var(--primary-color);
    font-size: 14px;
    cursor: pointer;
}

#startpage-onboarding-container .robot-item,
#course-info-container .robot-item,
#favorites-info-container .robot-item {
    align-self: flex-end;
    width: 145px;
    margin-bottom: -37px;
    margin-right: -30px;
}

#favorites-info-container .robot-item {
    margin-right: 0px;
}


#course-info-container h1,
#course-info-container p {
    margin-bottom: 1rem;
    color: #5B5B5B;
}

#startpage-onboarding-container .robot-icon,
#course-info-container .robot-icon {
    background: url(../img/robot_fingerpointing_left.png) center center;
    width: 145px;
    height: 130px;
}

#favorites-info-container .robot-icon {
    background: url(../img/robot_smile.png) center center no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
}

#startpage-onboarding-container .info-content .close,
#course-info-container .info-content .close {
    opacity: .35;
}

#startpage-personal-container {
    display: flex;
}

.mobile #startpage-personal-container {
    display: block;
}

#startpage-personal-container .objects-container {
    width: 50%;
    margin: 1em 0;
    min-height: 210px;
    flex-grow: 1;
}

.mobile #startpage-personal-container .objects-container {
    width: 100%;
}

body:not(.mobile) #startpage-personal-container .objects-container:nth-child(odd) {
    margin-right: .5em;
}

body:not(.mobile) #startpage-personal-container .objects-container:nth-child(even) {
    margin-left: .5em;
}

#startpage-personal-container .objects-container h2 {
    margin-bottom: 1em;
}

#startpage-recomended-container {
    margin: 3em 0;
}

#startpage-recomended-container h2 {
    margin-bottom: 1em;
}

.sticky-pin,
.sticky-zoom {
    opacity: .5;
}

.sticky-pin.active,
.sticky-zoom.active {
    opacity: 1;
}

.history-header,
.favorites-header {
    display: flex;
    justify-content: space-between;
}

.history-header .button,
.favorites-header .button{
    margin: 1em 0;
    display: flex;
    align-items: center;
}

.history-header .button:before,
.favorites-header .button:before{
    content: ' ';
    background: url('../img/icon_delete.svg') center center no-repeat;
    width: 15px;
    height: 20px;
    margin-right: 10px;
}

#history_list-container,
#favorites_list-container {
    margin-top: 2em;
}



.justify-space-between {
    display: flex;
    justify-content: space-between;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.push-left {
    margin-right: auto;
}

.margin-right {
    margin-right: 1em !important;
}


/* no content placeholder */
.noContent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5em 0;
    flex-flow: column;
}

.noContent .noContentIcon{
    width: 170px;
    height: 170px;
    background: url(../img/icon_no_content.svg) center center no-repeat;
}

.mobile #tabs .ui-tabs-nav {
    max-width: 100%;
    /* overflow-x: auto; */
    justify-content: normal;
}

#breadcrumb-container {
    padding: 1em 18px;
    background: #f2f2f2;
}

body.embed #breadcrumb-container {
    display: none;
}

#breadcrumb-container ul {
    display: flex;
    align-items: center;
}

#breadcrumb-container ul li {
    color: #5b5b5b;
    display: flex;
    height: 18px;
    transition: color .2s ease;
}

#breadcrumb-container ul li.home svg path {
    fill: #B6B6B6;
    transition: fill .2s ease;
}

#breadcrumb-container ul li.home:hover svg path {
    fill: #000;
}

#breadcrumb-container ul li.active {
    color: #000;
    font-weight: 500;
}

#breadcrumb-container ul li.routeable:hover {
    color: #000;
    cursor: pointer;
}

#breadcrumb-container ul li:not(:last-child)::after {
    content: url(../img/icon_arrow.svg);
    margin: 0 1em;
    font-weight: bold;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #startpage-onboarding-container .onboarding-container {
        flex-direction: column;
    }

    #startpage-onboarding-container .onboarding-item {
        width: 100%;
    }

    .themeIcons .themeButton {
        width: calc(50% - 38px);
    }

    #themesSelection .themeIcons .productIcon {
        margin: 0;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .info-container.with-robot p:after,
    #startpage-onboarding-container .robot-item,
    #course-info-container .robot-item,
    #favorites-info-container .robot-item {
        display: none;
    }

    #history_list-container,
    #favorites_list-container {
        margin-top: 0;
    }

}

.mobile #startpage-onboarding-container .onboarding-item-tour {
    display: none;
}