/*
 * HD - Layout
 */

body {
    min-width: 362px;
    overflow-x: hidden;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1em;
    line-height: 1.4;
}

h1 {
    font-size: 46px;
    font-weight: 300;
    padding: 40px 0 20px 0;
    margin: 0;
}

h2 {
    font-size: 34px;
    font-weight: 300;
    padding: 30px 0 20px 0;
    margin: 0;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0 10px 0;
    margin: 0;
}

h4 {
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0 10px 0;
    margin: 0;
}

h5 {
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0 10px 0;
    margin: 0;
}


.hd-container {

    margin: 0 auto;
    position: relative;
    padding: 13px 16px 0px;

}


@media (min-width: 768px) {
    .hd-container, .hd-header__tabs {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .hd-container, .hd-header__tabs {
        max-width: 948px;
    }
}

@media (min-width: 1200px) {
    .hd-container, .hd-header__tabs {
        max-width: 1170px;
    }
}

.hd-container::before {
    content: "";
    overflow: hidden;
    display: block;
}

.hd-main-content {
    margin: 0;
    padding: 0 0 40px 0;
}


/*
 * HD - Card
 */
.hd-card {
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
}

.hd-card--gray {
    background-color: #f0f0f0;
}

.hd-card--with-image {
    padding-left: calc(33% - 6px);
    min-height: 186px;
}


.hd-card__image {
    width: calc(33% - 22px);
    height: 150px;
    position: absolute;
    left: 16px;
    top: 16px;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}

.hd-card__title {
    color: rgb(0, 0, 0);
    display: block;
    line-height: normal;
    padding: 24px 16px 8px 16px;
    box-sizing: border-box;
    font-size: 24px;
}

.hd-card__title--image {
    height: 180px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hd-card__title-image-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    width: calc(100% - 32px);
    padding: 16px;
}

.hd-card__title-image-inner-in {
    max-height: 87px;
    overflow: hidden;
}

.hd-card__supporting-text {
    color: rgba(0, 0, 0, 0.54);
    font-size: 1rem;
    line-height: 18px;
    overflow: hidden;
    padding: 0 16px 16px 16px;
}


.hd-card__supporting-onlycontent {
    color: rgba(0, 0, 0, 0.54);
    font-size: 1rem;
    line-height: 18px;
    padding: 16px;
}

.hd-card__actions {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    background-color: transparent;
    padding: 8px;
    box-sizing: border-box;
}

.hd-card--index {
    min-height: 297px;
}

.hd-card__supporting-text-inner {
    max-height: 72px;
    overflow: hidden;
}

.hd-card--common {
    margin: 24px 0;
    padding: 24px;
}

.hd-card--center-label {
    font-size: 20px;
    text-align: center;
}

.hd-button-right {
    float: right;
    margin-left: 16px;
}

.hd-button-add-thread {
    position: absolute;
    right: 16px;
    top: 16px;
}

.hd-thread-list {
    margin: 0;
    padding-bottom: 20px;
}

.hd-thread-list--item {
    border-bottom: 1px solid #dedede;
    min-height: 88px;
    height: auto;
}

.hd-thread-list--item:last-of-type {
    border-bottom: none;
}

.hd-thread-outer-space {
    margin-left: 72px;
    margin-right: 96px;
}

.hd-thread-archive-dialog {
    width: 400px;
}

.hd-thread-subspace {
    position: relative;
}

.hd-thread-subspace__to-archive {
    /*position: absolute;
    bottom: 0;
    right: 0;*/

}

.hd-thread-satisfied-dialog {
    width: 500px;
}

.hd-satisfied-text {
    text-align: center;
    margin-bottom: 16px;
}

.hd-satisfied-content {
    margin: auto;
    text-align: center;
}

.hd-satisfied-content__spacer {
    width: 32px;
    display: inline-block;
}

.hd-satisfied-button .material-icons {
    font-size: 56px;
    height: 56px;
    width: 56px;
    -webkit-transform: translate(-28px, -12px);
    transform: translate(-28px, -12px);
}

.hd-dialog__title {
    text-align: center;
}

.mdl-button--fab.hd-satisfied-button--red {
    background: #E93A3A;
}

.mdl-button--fab.hd-satisfied-button--green {
    background: #3BAA2A;
}

.mdl-button--fab.hd-satisfied-button--yellow {
    background: #EDD92B;
}

.mdl-button--fab.hd-satisfied-button--red:hover {
    background: #F75A5A;
}

.mdl-button--fab.hd-satisfied-button--green:hover {
    background: #53DA3E;
}

.mdl-button--fab.hd-satisfied-button--yellow:hover {
    background: #F5E234;
}

.mdl-button--fab.hd-satisfied-button--red:active {
    background: #F75A5A;
}

.mdl-button--fab.hd-satisfied-button--green:active {
    background: #53DA3E;
}

.mdl-button--fab.hd-satisfied-button--yellow:active {
    background: #F5E234;
}


.mdl-button--fab.hd-satisfied-button--red:focus {
    background: #F75A5A;
}

.mdl-button--fab.hd-satisfied-button--green:focus {
    background: #53DA3E;
}

.mdl-button--fab.hd-satisfied-button--yellow:focus {
    background: #F5E234;
}

.mdl-button--fab.hd-satisfied-button--red:focus:not(:active) {
    background: #F75A5A;
}

.mdl-button--fab.hd-satisfied-button--green:focus:not(:active) {
    background: #53DA3E;
}

.mdl-button--fab.hd-satisfied-button--yellow:focus:not(:active) {
    background: #F5E234;
}

.mdl-button--primary.mdl-button--primary.mdl-button--fab.hd-logo-button {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.hd-list-midline {
    margin-top: 18px;
}

.mdl-list__item--two-line .hd-list__item-text-inner {
    max-height: 39px;
    overflow: hidden;
}

.hd-message-list {
    margin: 48px 0 0 16px;

}

.hd-message-list-item {
    margin-bottom: 40px;
}

.hd-message-list-item-content {
    position: relative;
}

.hd-message-list-item-name {
    margin-left: 56px;
    font-size: 16px;
    padding-bottom: 8px;
}

.hd-message-list-item--staff {
    margin-left: 56px;
}

.hd-message-list-item-avatar {
    position: absolute;
    top: -2px;
    left: 0;
}

.hd-message-list-item-text {
    border-radius: 2px;
    padding: 8px 16px;
    margin-left: 56px;
    margin-right: 96px;
    background-color: #e6e6ff;
}

.hd-message-list-item-date {
    position: absolute;
    top: -1px;
    right: 0;
    color: #999999;
    width: 80px;
    text-align: LEFT;
}

.hd-message-list-item--staff .hd-message-list-item-text {
    background-color: #e6ffe6;
}

/*
 * HD - Header
 */
.hd-header {
    min-height: 162px;
    background-image: url('/material/images/header-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;

}

.hd-header--with-auth {
    height: 258px;
}

.hd-header-main {
    min-height: 244px;
    background-image: url('/material/images/header-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

.hd-header-tabs {
    background-color: rgba(0, 0, 0, 0.4);
    height: 48px;
    border-radius: 2px;
}

.hd-header__spacer {
    min-height: 82px;
    padding: 16px;
}

.hd-header__spacer--with-auth {
    height: 178px;
}

.hd-header__title {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 16px;
    display: block;
    border-radius: 2px;
    margin-right: 312px;
}

.hd-header__title a {
    color: #ffffff;
    font-size: 41px;
    line-height: normal;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 200;
    text-decoration: none;
    display: block;
}

.hd-header__title ul,
.hd-header__title p {
    color: #aaa;
    line-height: normal;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
}

.hd-header__title p span {
    margin-right: 16px;
}

@media (max-width: 630px) {
    .hd-header__title {
        display: none;
    }
}

.hd-header-auth {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 305px;
}

.hd-auth-input {
    display: inline-block;
}

.hd-header--with-auth .hd-header__title {
    margin-right: 322px;
}

.mdl-menu__outline {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.06);
}

.hd-header__nav {
    background-color: rgba(0, 0, 0, 0.2);
    height: 48px;
}

.hd-header__tabs {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.hd-header__tabs-tab {
    margin: 0;
    border: none;
    float: left;
    position: relative;
    display: block;
    flex-shrink: 0;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.hd-header__tabs-tab-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    line-height: 48px;
    display: block;
    padding: 0 24px 0 24px;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.hd-header__tabs-tab--active .hd-header__tabs-tab-link {
    color: rgba(255, 255, 255, 1);
}

.hd-header__tabs-tab--active::after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    background: #ff4081;
    -webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1) .01s alternate forwards;
    animation: border-expand .2s cubic-bezier(.4, 0, .4, 1) .01s alternate forwards;
    transition: all 1s cubic-bezier(.4, 0, 1, 1);
}

.hd-header__popupmenu {
    position: absolute;
    right: 16px;
    /* bottom: 72px; */
    bottom: 86px;
    z-index: 100;
    width: 100%;
}

.hd-header__popupmenu-card {
    position: absolute;
    top: 72px;
    right: 0;
    width: calc(50% - 24px);
    min-width: 300px;
    z-index: 100;
    display: none;
}

.hd-header__popupmenu-card::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    right: 20px;
    border-bottom: solid 10px #ffffff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px transparent;
}

.hd-header__popupmenu-card--search::after {
    right: 162px;
}

.hd-header__popupmenu-card--faq::after {
    right: 90px;
}

.hd-header__popupmenu-card--profile::after {
    right: 18px;
}

.hd-header__popupmenu-buttons {
    position: absolute;
    top: 0;
    right: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    line-height: 58px;
}

.hd-header__popupmenu-button {
    margin-left: 16px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.hd-header__popupmenu-buttons img {

    line-height: 58px;
    display: block;
    align-items: center;
    margin: auto;
}

.hd-header__button--back {
    position: relative;
    top: -6px;
    margin-right: 10px;
    margin-bottom: -10px;
}


.hd-auth-input-parent {
    padding: 20px 0 20px 0;
    margin-bottom: -20px;
}


.hd-footer {
    padding: 16px 40px;
    color: #9e9e9e;
    background-color: #424242;
}

.hd-footer div {
    #display: inline-block;
}

.hd-dialog-message {
    width: 460px;
}

.hd-grid--out-spacing {
    margin: -16px;
}

.hd-input-dark {
    color: rgba(0, 0, 0, 0.64);

}

.hd-avatar-icon-small {
    line-height: 40px;
    vertical-align: middle;
    font-size: 24px !important;
    text-align: center;
}

.hd-data-table {
    width: 100%;
}

.hd-data-table--streach {
    width: 100%;
}

.hd-text.hd-thread-status-require {
    padding-left: 56px;
    color: black;
}

.material-icons.hd-thread-status-unknown {
    background-image: url("/images/icons/unknown-thread-icon.png") !important;
    background-position: 0 0;
    background-size: cover;
    font-size: 0 !important;
    background-color: transparent !important;
}

.material-icons.hd-thread-status-require {
    background-image: url("/images/icons/require-info-icon.png") !important;
    background-position: 0 0;
    background-size: cover;
    font-size: 0 !important;
    background-color: transparent !important;
}

.material-icons.hd-thread-status-new {
    background-color: #D90000;
}

.material-icons.hd-thread-status-answered {
    background-color: #00A900;
}

.material-icons.hd-thread-status-working {
    background-color: #d9cd13;
}

.hd-avatar--h1 {
    position: relative;
    top: 4px;
}

.hd-input-error {
    color: #990000;
}

.hd-checkbox-label {
    margin: 20px 0;
}

.hd-auth-checkbox-parent {
    margin: 10px 0 5px 0;
}

.hd-faq-box--level-1 {
    padding-left: 5%;
}

.hd-faq-box--level-2 {
    padding-left: 10%;
}

.hd-faq-box--level-3 {
    padding-left: 15%;
}

.hd-faq-box--level-4 {
    padding-left: 20%;
}

.hd-faq-box--level-5 {
    padding-left: 25%;
}

.hd-faq-title {
    font-size: 16px;
    margin-top: 20px;
}


.hd-faq-question {
    font-style: italic;
}

.hd-faq-side {
    margin-top: 162px;
    margin-left: 15px;
    background-color: #f1f1f1;
    padding: 10px 10px 10px 10px;
}

.hd-faq-side--level {
    margin-bottom: 3px;
}

.hd-faq-side--level-1 {
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
}

.hd-faq-side--level-0 a {
    color: #44556B;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}

.hd-faq-side--level-1 a {
    color: #44556B;
    text-decoration: none;
}

.hd-faq-side--level-2 {
    padding-left: 32px;
}

.hd-faq-side--level-3 {
    padding-left: 46px;
}

.hd-faq-side--level-4 {
    padding-left: 64px;
}

.hd-faq-side--level-5 {
    padding-left: 80px;
}

.hd-faq-link-final {
    color: #44556B;
    text-decoration: none;
    font-weight: 300;
}

.hd-faq-link-final.selected {
    /* color: rgb(255,64,129); */
    font-weight: bold;
}

.hd-message-form {
    margin-bottom: 40px;
    padding-left: 48px;
}

.hd-message-form-submit {
    margin-left: 40px;
}

.hd-file-input {
    float: left;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.hd-file-input-div {
    height: 40px;
    padding: 0 0 20px 0;
    position: relative;
}

.hd-form-submit-div {
    padding: 20px 0;
}

.hd-file-input-text {
    color: #333333 !important;
}

.hd-file-input-text-div {
    width: 200px;
    margin-top: -8px;
    margin-left: 5px;
}

.hd-input-file-label {
    top: 15px;
    left: 52px;
}

.hm-form-hint {
    font-size: 13px;
    color: #999999;
    margin-top: 10px;
}

.none {
    display: none;
}

.hd-icon-small {
    font-size: 16px;
    position: relative;
    top: 3px;
}

.hd-message-list-item-file {
    margin-left: 60px;
    margin-top: 4px;
}

.hd-search-box {
    padding-right: 120px;
    position: relative;
}

.hd-search__button {
    position: absolute;
    right: 0;
    top: 14px;
    width: 100px;
}

.hd-search-toggle {
    margin-left: 16px;
}

.hd-search-toggle-icon {
    vertical-align: middle !important;
}

.hd-cursor-pointer {
    cursor: pointer;
}

.hd-flash-message {
    background-color: #ff9a9a;
    margin-top: 32px;
}

.hd-statistics-switch,
.hd-thread-list-sort {
    text-align: right;
}

.hd-statistics-switch__link,
.hd-thread-list-sort__link {
    margin: 0 5px;
    font-weight: normal;
}

.hd-statistics-switch__link--cur,
.hd-thread-list-sort__link--cur {
    color: #c0c0c0;
    cursor: default;
}

.hd-thread-list-icon {
    font-size: 30px !important;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
}

.hd-thread-list-archive {
    float: right;
    margin-left: 10px;
}

.hd-thread-list-archive-text {
    font-size: 14px;
}

.hd-load-threads-div {
    text-align: center;
}

.hd-button-statistics {
    color: #aaa;
}

.hd-dialog-statistics {
    width: 780px;
}

.hd-statistics-chart {
    width: 100%;
}

.hd-image-course-1 {
    background-image: url("/material/images/course-1.jpg");
}

.hd-image-course-2 {
    background-image: url("/material/images/course-2.jpg");
}

.hd-image-course-3 {
    background-image: url("/material/images/course-3.jpg");
}

.hd-image-course-4 {
    background-image: url("/material/images/course-4.jpg");
}

.hd-image-course-5 {
    background-image: url("/material/images/course-5.jpg");
}

.hd-image-course-6 {
    background-image: url("/material/images/course-6.jpg");
}

.hd-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 -2px 5px 0 rgba(0, 0, 0, 0.06);
}

.hd-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 -2px 5px 0 rgba(0, 0, 0, 0.06);
}

.hd-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.06);
}

.hd-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.06);
}

.hd-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.06);
}

.hd-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.06);
}

.hd-shadow--24dp {
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2), 0 -2px 5px 0 rgba(0, 0, 0, 0.06);
}


/* ticker */

.hd-ticker {
    overflow: hidden;
    height: 15px;
    margin-right: 16px;
}

.hd-ticker p {
    display: inline;
    float: left;
}

.hd-ticker ul {
    margin: 0;
    padding-left: 110px;
    text-align: left;
    list-style: none;
    -webkit-animation: 5s linear normal forwards 1 change;
    animation: 5s linear normal forwards 1 change;
}

.hd-ticker ul li {
    line-height: 15px;
    margin: 0;
}


@-webkit-keyframes change {
    0%, 90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    95%, 100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes change {
    0%, 90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    95%, 100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}


.hd-footer .hd-logo {
    float: left;
    padding: 10px 15px;
    background-color: white;
}

.hd-footer div {
    vertical-align: middle;
}

.hd-clear {
    height: 0px;
    clear: both;
}

/* ticker end */

.faq-answer {
}

.faq-answer img {
    max-width: 100%;
    height: auto;
}

.faq-pageup {
    display: none;
    position: fixed;
    right: 70px;
    bottom: 70px;
    cursor: pointer;
    height: 58px;
    width: 58px;
    /* background-color: blue; */
    border-radius: 50%;
    margin: auto;
}

.ssl-manual-date {
    color: #802b00;
}

.product-video-doc {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-video-doc iframe {
    max-width: 100%;
    max-height: 560px;
}

.infosecurity {
    margin-top: 15px;
    padding: 20px;
    background: #E5E5E5;
    height: 350px;
    overflow: hidden;

    position: relative;
    transition: height 0.4s ease-out;
    box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%), 0 -2px 5px 0 rgb(0 0 0 / 6%);

}

.infosecurity-expander {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    background: linear-gradient(rgb(229 229 229 / 0%), #fff);
    text-align: center;
    padding: 5px;
    height: 130px;
}

.infosecurity-expander-title {
    line-height: 180px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    transition: color .3s;
    cursor: pointer;
    font-size: 20px;
}

.infosecurity-expander-title:hover {
    color: rgb(255, 64, 129);
    transition: color .3s;
}

.infosecurity-signature, .infosecurity-title {
    color: rgb(255, 64, 129);
    transition: color .3s;
}

.infosecurity-title {
    padding-top: 0;
}





