﻿@charset "utf-8";

:root {
    --z-theme-btn-text-primary: black;
    --z-theme-btn-text-secondary: #e4da09;
    --z-theme-background: #27282d; /*content*/
    --z-theme-background-special: #212226; /* header*/
    --z-theme-btn-background-primary: #e4da09;
    --z-theme-btn-background-secondary: black;
    --z-theme-btn-background-primary-hover: #f0e610;
    --z-theme-btn-background-secondary-hover: #121212;
    --z-theme-link-text-primary: #bebc00; /*#e2e001;*/
    --z-theme-link-text-secondary: #71737b;
    --z-theme-input-border: black;
    --z-theme-input-color: #9798a1;
    --z-theme-input-placeholder-color: #7f8088;
    --z-theme-input-background-color: #212226;
    --z-theme-input-border-radius: 7px;
    --z-theme-input-border-width: 2px;
    --z-theme-text-color: #80818a;
    --z-theme-text-accent: #bebc00;
    --z-theme-text-heading-color: #cfd0d9;
    --z-theme-icons-hover-color: white;
    --z-theme-icons-background-color: transparent;
    --z-theme-icons-background-hover-color: #303034;
    --z-theme-icons-color: #cfd0d9;
    --z-theme-left-menu-width: 230px;
    --z-theme-container-border-color: #4c4d55;
    --z-theme-content-width: 400px;
    /* --z-theme-input-background-color: var(--mdc-theme-background); */
}

.border-1 {
    border: 1px solid;
    border-color: var(--z-theme-container-border-color);
}

.rd-1 { border-radius: 5px; }
.rd-2 { border-radius: 10px; }
.rd-3 { border-radius: 15px; }
.rd-4 { border-radius: 20px; }

.lang_btn {
    color: var(--z-theme-text-color);
}

.password {
    position: relative;
    height: 100%;
}

.password-control {
    position: absolute;
    top: 4px;
    right: 10px;
    display: inline-block;
    width: auto;
    height: 48px;
}

.password-control.view .view { display: inline-block; }
.password-control.view .no-view { display: none; }

.password-control.no-view .view { display: none; }
.password-control.no-view .no-view { display: inline-block; }

.ourprojects {
    color: var(--z-theme-text-color);
    font-size: 13px;
}

footer.profile {
    background-color: var( --z-theme-background-special);
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

mark {
    background-color: transparent;
    color: var(--z-theme-text-heading-color);
}

button.close {
    background-color: transparent;
    border:none;
    font-size: 32px;
}

.form-container {
    width: var(--z-theme-content-width);
}

.header-container {
    background-color: var(--z-theme-background-special, black);
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    justify-content: space-between;
    align-items: center;
}

.icon {
    color: var(--z-theme-icons-color);
}

.header-container .block-left {
    width: var(--z-theme-left-menu-width);
    justify-content: space-between;
}

.header-container .logo {
    width: 160px;
    position: relative;
    top: 7px;
    margin-right: 12px;
    display: inline-block;
}

.sidemenu .logo {
    width: 160px;
    position: relative;
    top: 7px;
    margin-right: 12px;
    display: inline-block;
}

.anchor {
    position: relative;
    top: -85px
}

.docs-page-container {
    width: 90%;
    max-width: 960px;
}

.md-container {

}

.delimiter {
    height: 1px;
    background-color: var(--z-theme-text-color, gray);
}

.delimiter.footer {
    margin: 15px 0px 15px 0px;
}

.mdc-card__title {
    color: var(--z-theme-text-heading-color, gray);
    font-weight: bold;
}

.mdc-text-field {
    background-color: var(--z-theme-input-background-color, transparent);
    /*border: 2px black solid;
    border-radius: 7px;*/
}

label.form-input {
    color: var(--z-theme-text-color, gray);
}

.mdc-floating-label, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--z-theme-text-color, gray) !important;
    padding-left: 3px;
    padding-right: 1px;
    background-color: var(--z-theme-input-background-color, transparent) !important;
}

input, input[type="password"], input[type="text"], input[type="search"] {
    height: 48px;
    border: none;
    color: var(--z-theme-input-color, gray) !important;
}

input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border: none;
  margin-right: 12px;
  color: var(--z-theme-input-color, gray) !important;
}


    input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: var(--z-theme-input-placeholder-color, gray) !important;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: var(--z-theme-input-placeholder-color, gray) !important;
        opacity: 1;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: var(--z-theme-input-placeholder-color, gray) !important;
        opacity: 1;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: var(--z-theme-input-placeholder-color, gray) !important;
    }

    input::-ms-input-placeholder { /* Microsoft Edge */
        color: var(--z-theme-input-placeholder-color, gray) !important;
    }

    input::placeholder { /* Most modern browsers support this now. */
        color: var(--z-theme-input-placeholder-color, gray) !important;
    }
    /* Chrome если инпут автозаполнен переносим label вверх*/
    label:has(input:-webkit-autofill) span.mdc-floating-label {
        transform: translateY(-34.75px) scale(0.75);
    }

.mdc-text-field__input {
    font-family: Montserrat;
    font-size: 1rem;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    font-family: Montserrat;
    -webkit-text-fill-color: var(--z-theme-input-color, gray) !important;
    -webkit-box-shadow: 0 0 0px 1000px var(--z-theme-input-background-color) inset !important;
}

/* div, span, td, ul, li, blockquote */
/*
html {
    font-size: 14px;
}
*/
/*
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 85px 0px 0px 0px;
    margin: 0px;
    font-size: 1rem;
}
*/

a {
    color: var(--z-theme-link-text-primary);
    text-decoration: none;
}
.footer {
    display: flex;
    margin: 10px;
    font-size: 0.9rem;
    justify-content: space-between;
    color: var(--z-theme-link-text-secondary);
}

.footer a {
    text-decoration: none;
    color: var(--z-theme-link-text-secondary);
}

.footer a img {
    left: 5px;
}

.bg-transparent {
    background: transparent !important;
}

/*
.z-btn {
    border-radius: 100px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 1.2rem;
    font-weight:400;
}

.z-btn.primary {
   color: var(--z-theme-btn-text-primary) !important;
}

.z-btn.secondary {
    color: var(--z-theme-btn-text-secondary) !important;
    background-color: var(--z-theme-btn-background-secondary) !important;
}
 .z-btn.secondary:disabled {
    opacity: 0.5;
 }
 */

label {
    display: inline;
    max-width: 100%;
    font-weight: normal;
}
/*
.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:0px;
    margin:0px;
    min-height: 0px;
}
*/
/*
.tsl_content {
    width: 750px;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
    */

.content-box {
    width: 100%;
    justify-content: space-around;
}
/*
.profile .tsl_content {
    width: 100%;
    padding: 0px 7px 0px 7px
}
*/
/*.profile #navbar.tsl_content {padding: 0px 0px 0px 7px} */
/*
#navbar.tsl_content {
    padding: 0px 0px 0px 7px
}
*/

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}

ul, ol {
    display: block;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px 12px;
    list-style-position: inside;
}



li {
    margin: 12px 0px;
}

/*
.z-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .z-row.nowrap {
        flex-wrap: nowrap
    }
    */
/*
.z-col {
    display: flex;
    flex-direction: column;
}
*/
/*
.z-row.center .z-col.center {
    align-items: center
}
*/
/*
.space-around {
    justify-content: space-around
}
*/
/*
.z-row.between, .z-col.between, .space-between {
    justify-content: space-between
}

.z-row-multi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
*/
.z-link {
    text-decoration: none;
}

.hidden {
    width: 0px;
    height: 0px;
    display: none;
}

.bg_orange {
    background: #ffb400;
}

.bg_blue {
    background: #0e3348;
}

.orange {
    color: #ffb400;
}

.black {
    color: black;
}

.gray {
    color: gray;
}

.white {
    color: white;
}
/*
p {
    text-indent: 21px;
    text-align: left;
}
    */
.uppercase {
    text-transform: uppercase;
}

h1 {
    font-size: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    color: var(--z-theme-text-heading-color, gray);
    font-weight: normal;
    margin: 21px 0px 21px 0px;
}

h2 {
    font-size: 1.4rem;
    text-align: left;
    text-transform: uppercase;
    color: var(--z-theme-text-heading-color, gray);
    font-weight: 300;
}


h3 {
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 7px 0px;
    font-size: 1rem;
    font-weight: 400;
}


.text_logo {
    text-transform: none;
}

.tslab_icon {
    font-family: 'tslab_symbol';
    font-size: 15px;
    font-weight: 100
}

    .tslab_icon:hover, .tslab_icon.navbar-login-item:hover {
        text-decoration: none
    }



.tslab-trademark {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-decoration: none;
}

    .tslab-trademark img {
        height: 32px;
        margin: 0px 7px 3px 0px;
    }

.tslab-slogan {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.6rem;
    color: #406e89;
    vertical-align: bottom;
}




.description {
    text-transform: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-size: .9rem;
    font-weight: 300;
}


p.no_indent, .chapter p.no_indent, .chapter p:last-child.no_indent {
    text-indent: 0px;
}

.page_head {
    background: #406e89;
    justify-content: space-around;
    align-items: center;
}

#submenu {
    justify-content: flex-end;
    align-items: center;
    min-height: 2rem;
    flex-wrap: wrap;
    padding: 2px 0px 3px 0px;
}

.submenu-item {
    font-size: 1rem;
    font-weight: 300;
    color: white;
    padding: 0px 0px;
    margin-left: 12px;
    cursor: pointer;
    text-decoration: none;
}

    .submenu-item:first-child {
        margin-left: 0px;
    }

    .submenu-item.router-link-active {
        color: #ffb400;
    }




/* NAVBAR */

#navbar_box {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 900;
    background: #262626;
    justify-content: space-around;
}

#navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

#navbar-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.navbar-item {
    color: #f0f0f0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-delim {
    height: 15px;
    display: inline-block;
    border-left: black 1px solid;
    border-right: #969696 1px solid;
    margin: 0px 10px;
}


.navbar-item-name, .navbar-lang-name {
    margin-left: 7px;
    white-space: nowrap;
    font-size: 0.9rem;
    color: #f0f0f0;
    cursor: pointer;
}

.footer-lang-name {
    margin-left: 7px;
    white-space: nowrap;
    font-size: 0.9rem;
    color: #262626;
    cursor: pointer;
}

.navbar-lang-name {
    margin: 0px;
}

.navbar-login {
    margin-left: 15px;
    background: #406e89;
    color: #f0f0f0;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px 0px 10px;
}

    .navbar-login .navbar-delim {
        border-left: #f0f0f0 1px solid;
        border-right: 0px;
    }

.navbar-login-item {
    white-space: nowrap;
    font-size: .9rem;
    color: #f0f0f0;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.navbar-login-item:hover, .navbar-item-name:hover {
    text-decoration: underline;
    color: white
}

.lang_flag {
    max-height: 12px;
    margin-left: 5px;
}
/*
#lang_btn{
    color:#f0f0f0;
    font-size:.9rem;
    
}

#lang_btn::after{
    font-family: 'tslab_symbol';
    content:'\0068';
    font-size:.7rem;
    margin-left:5px;
}
*/
/* SITEMENU  */

#sitemenu_box {
    position: fixed;
    top: 30px;
    left: 0px;
    right: 0px;
    z-index: 900;
    background: rgba(241,241,241,1);
    justify-content: space-around;
}

#sitemenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

#sitemenu-container {
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

.sitemenu-item {
    display: inline-block;
    margin-left: 14px;
    color: #406e89;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1rem;
    text-decoration: none;
    letter-spacing: 0rem;
}

    .sitemenu-item:first-child {
        margin-left: 0px;
    }

/*
.sitemenu-item.identity{
    color:black;
}
*/




/*  footer  */
#footer_box {
    background: rgba(241,241,241,1);
    justify-content: space-around;
}

.footer {
    flex-wrap: wrap;
    justify-content: space-between;
}

    .footer > div {
        min-width: 250px;
        padding: 12px 12px;
    }


    .footer ul {
        margin: 0px 0px 12px 24px;
        padding: 0px;
        font-size: 1rem;
    }

    .footer h3 {
        font-weight: 400;
        margin: 0px 0px 12px 12px;
        text-align: left;
        color: #406e89;
    }

    .footer li {
        list-style-type: none;
        margin: 0px 0px 5px 0px;
        text-align: left;
        line-height: normal;
        font-size: 0.8rem;
    }


.page_box {
    width: 100%;
    display: inline-block;
    color: black;
    padding: 0px 0px 50px 0px;
    position: relative;
}



.chapter {
    margin: 12px 0px 12px 0px;
    text-align: left;
    justify-content: left;
    font-weight: 300;
}

    .chapter.right {
        flex-direction: row-reverse;
    }

.chapter-content {
    flex-direction: column;
    flex-basis: 55%;
}

.chapter h3 {
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    margin: 0px 0px 7px 0px;
    padding-left: 0px;
    font-size: 1.2rem;
    font-weight: 300;
    text-indent: 0px;
}

.chapter strong {
    font-weight: bold;
    color: #23527c;
}

.chapter p {
    margin: 0px 0px 12px 0px;
    text-indent: 25px;
    font-weight: 300;
}

    .chapter p:last-child {
        margin: 0px 0px 0px 0px;
        text-indent: 25px;
    }

    .chapter p.br-like {
        margin-bottom: 2px;
    }

.chapter img {
    max-width: 400px;
    height: auto;
    border: 0px;
    margin: 0px 21px 10px 0px;
    align-self: flex-start;
    flex-basis: 45%;
}

.chapter.right img {
    margin: 0px 0px 10px 21px;
}


.chapter ul.bullet1 {
    position: relative;
}

    .chapter ul.bullet1 li {
        margin: 0px 0px 10px 0px;
        padding: 0px;
        display: block;
        text-indent: 0px;
        position: relative;
        padding-left: 30px;
    }

        .chapter ul.bullet1 li:last-child {
            margin-bottom: 0px;
        }

        .chapter ul.bullet1 li::before {
            content: '';
            width: 45px;
            height: 45px;
            display: block;
            background: url(http://www.tslab.pro/pictures/blt.png), white;
            background-position: center center;
            background-size: 65%;
            background-repeat: no-repeat;
            border-radius: 45px;
            position: absolute;
            top: -13px;
            left: -15px;
        }

/*
.showcase{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px 0px;
}
*/
/* buttons */


#sidemenu {
    flex-basis: 0px;
    flex-shrink: 0;
    transition: flex-basis 0.3s;
    overflow: hidden;
    list-style-type: none;
    margin: 0px;
    width: var(--z-theme-left-menu-width);
    background-color: var(--z-theme-background-special);
}

.main #sidemenu {
    display: none;
}

.sidemenu-group {
    display: none;
    margin: 0px;
}

.sidemenu-group-active + .sidemenu-group {
    display: block;
}

.sidemenu-group-caption {
    padding: 4px 5px 4px 7px;
    margin: 0px;
    align-items: center;
    background: #2d546b;
    border-bottom: #406e89 1px solid;
}

.sidemenu-group-title {
    text-transform: uppercase;
    color: white;
    font-weight: 200;
    border-top: transparent 3px solid;
    border-bottom: transparent 3px solid;
}

.sidemenu-group-opener {
    display: none;
    color: #9f9f9f;
    transition: transform 0.3s;
    margin-right: 7px;
}

.sidemenu-group-toggle:checked ~ .sidemenu-group-caption .sidemenu-group-opener {
    transform: rotate(90deg);
}

.sidemenu-group-content {
    list-style-type: none;
    margin: 0px 0px 0px 21px;
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.3s;
}




.sidemenu-item {
    cursor: pointer;
    margin: 16px 0px;
    padding: 3px;
}

.sidemenu-item-title {
    border-top: transparent 3px solid;
    border-bottom: transparent 3px solid;
    color: #cfcfcf;
    font-weight: 300;
}

.active .sidemenu-item-title {
    color: white;
}

.sidemenu-caption {
    padding: 7px 7px;
    margin: 0px;
    align-items: center;
    /* background: rgba(241,241,241,1); */
    background: var(--z-theme-background-special, black);
}

.sidemenu-close {
    padding: 3px 5px;
    border-radius: 3px;
    cursor: pointer;
    justify-content: space-around;
    align-items: center;
    margin: 0px;
}

    .sidemenu-close:hover {
        background: rgba(255,255,255,.7);
    }

.sidemenu-title {
    font-weight: 600;
}

.sidemenu-service-logo {
    height: 1.2rem;
    margin: -2px 7px 2px 0px;
}

/*
  #sidemenu-lang-btn::after{
    font-family: 'tslab_symbol';
    content:'\0068';
    font-size:.7rem;
    margin-left:5px;
  }
  */
#sidemenu-toggle:checked ~ #sidemenu {
    flex-basis: var(--z-theme-left-menu-width); /*220px*/;
}


#top-sidemenu-toggle-label {
    display: none;
    z-index: 1000;
    width: 2.5rem;
    height: 2.5rem;
    color: white;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

    #top-sidemenu-toggle-label:hover {
        background: rgba(255,255,255,.1);
    }

#service-menu {
    z-index: 900;
    height: 4rem;
    justify-content: space-between;
    align-items: center;
    background: rgba(241,241,241,1);
}

#service-menu-left {
    padding-left: 7px;
    width: 220px;
    justify-content: space-between;
    align-items: center;
}

#service-menu-right {
    padding-right: 7px;
}

.service-logo {
    height: 2rem;
    margin-bottom: 0.5rem;
}

.service-name {
    font-size: 1.5rem;
    margin: 0px 0px 5px 7px;
    color: #406e89;
}

.service-menu-item {
    margin-left: 14px;
    color: #406e89;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1rem;
    text-decoration: none;
    letter-spacing: 0rem;
}

.service-menu-item.router-link-active, .service-menu-item.router-link-active:hover {
    border-bottom: #ffb400 3px solid;
}

.service-menu-item:hover {
    background: rgba(255,255,241,.8);
}

#sidemenu-toggle-label {
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--z-theme-icons-background-color);
}

#sidemenu-toggle-label:hover {
    color: var(--z-theme-icons-hover-color);
    background-color: var(--z-theme-icons-background-color) !important;
}


#nav-path {
    display: none;
    background: rgba(241,241,241,1);
    padding: 5px 0px;
}

.nav-path-logo {
    height: 1.7rem;
    margin: -2px 7px 2px 0px;
}

#profile-body {
    align-items: flex-start;
    justify-content: stretch;
    align-items: stretch;
    min-height: 80vh;
    padding: 0px
}

#profile-content {
    flex-grow: 10;
}

#profile-content h1 {
   margin: 20px 0px 0px 10px;
}

.profile-page {
    padding: 2px 7px 12px 12px;
}

.main .profile-page {
    text-align: center;
}




/* form */
.form-row {
    text-align: left;
    align-content: flex-start;
    width: 100%;
}
/*
.form-field-title {
    background: #f2ab00;
    margin: 10px auto 12px 0px;
    padding: 4px 21px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 200;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
*/

.form-field-content {
    margin: 0px 0px 12px 21px
}

.btn {
    border-radius: 18px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 28px;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    text-align: center;
    white-space: nowrap;
}

.btn.multiline {
    white-space: pre-wrap;
}

button.btn {
    min-height: 38px;
}


.btn.primary {
    color: var(--z-theme-btn-text-primary);
    background-color: var(--z-theme-btn-background-primary);
}

.btn.secondary {
    color: var(--z-theme-btn-text-secondary);
    background-color: var(--z-theme-btn-background-secondary);
}

.btn.primary:hover {
    background-color: var(--z-theme-btn-background-primary-hover);
}

.btn.secondary:hover {
    background-color: var(--z-theme-btn-background-secondary-hover);
}

.text-center {
    text-align: center
}
/*
.btn-green {
    background-color: #47a361;
    border: #398439 1px solid;
    color: white;
}

.btn-green:hover {
    background-color: #20873d;
    color: white;
}

.btn-lg {
    padding: 12px 31px;
}

.btn-green[disabled]:hover {
    background-color: #47a361;
    border: #398439 1px solid;
    color: white;
}

.btn-green[disabled] {
    opacity: .45;
}

.btn-green-border {
    background-color: white;
    border: #398439 1px solid;
    border-radius: 5px;
    padding: 5px 21px;
    color: black;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
}

.btn-green-border:hover {
    background-color: #e2f9e2;
}

.btn-warning {
    border: white 1px solid;
    background: #ffb400;
    color: #fff8e7;
}

.btn-warning:hover {
    background: #ff9c00;
    color: white;
}


.btn-orange {
    border: white 1px solid;
    background: #ffb400;
    border-radius: 50px;
    color: white;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 45px;
    margin: 0px;
    cursor: pointer;
}

.btn-white-blue {
    display: inline-block;
    margin: 10px 0px 10px 21px;
    border: 1px #406e89 solid;
    border-radius: 50px;
    color: #406e89;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 45px;
    cursor: pointer;
    background: white;
}

    .btn-white-blue:disabled,
    .btn-white-blue[disabled] {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
    }
    */

.card {
    margin: 0 auto;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 4px 12px;
    margin: 0px 7px 15px 7px;
    flex-basis: 10rem;
    flex-grow: 1;
    cursor: pointer;
}

.card-body {
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.card-head {
    flex-grow: 1;
    align-items: center;
}

.card-content {
    flex-grow: 100;
}

.card-footer {
    flex-grow: 1;
}

div.card-logo-lg {
    width: 7rem;
    height: 7rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

img.card-logo-lg {
    max-height: 7rem;
    max-width: 7rem;
    min-height: 7rem;
    min-width: 7rem;
}

.card-title {
    text-align: center;
    color: #406e89;
    font-size: 1.5rem;
    margin-left: 7px;
    text-align: left;
}

.alert {
    border-radius: 12px;
    margin: 12px 0px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    border: 2px solid;
    justify-content: space-between;
}

.alert-icon {
    margin-right: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}


.alert.alert-warning {
    background: transparent;
    border-color: var(--z-theme-btn-background-primary);
    color: var(--z-theme-btn-background-primary);
}

.alert.alert-success {
    background: transparent;
    border-color: var(--z-theme-btn-background-primary);
    color: var(--z-theme-btn-background-primary);
}



.alert-warning .alert-icon {
    color: #ff9c00;
    padding-bottom: 15px;
}

.ml-1 { margin-left: 5px; }
.ml-2 { margin-left: 10px; }
.ml-3 { margin-left: 15px; }
.ml-4 { margin-left: 20px; }
.mr-1 { margin-right: 5px; }
.mr-2 { margin-right: 10px; }
.mr-3 { margin-right: 15px; }
.mr-4 { margin-right: 20px; }
.mt-1 { margin-top: 5px; }
.mt-2 { margin-top: 10px; }
.mt-3 { margin-top: 15px; }
.mt-4 { margin-top: 20px; }
.mb-0 { margin-bottom: 0px; }
.mb-1 { margin-bottom: 5px; }
.mb-2 {  margin-bottom: 10px; }
.mb-3 { margin-bottom: 15px; }
.mb-4 { margin-bottom: 20px; }

.pa-1 { padding: 5px; }
.pa-2 { padding: 10px; }
.pa-3 { padding: 15px; }
.pa-4 { padding: 20px; }
.pl-1 { padding-left: 5px; }
.pl-2 { padding-left: 10px; }
.pl-3 { padding-left: 15px; }
.pl-4 { padding-left: 20px; }
.pr-1 { padding-right: 5px; }
.pr-2 { padding-right: 10px; }
.pr-3 { padding-right: 15px; }
.pr-4 { padding-right: 20px; }
.pt-1 { padding-top: 5px; }
.pt-2 { padding-top: 10px; }
.pt-3 { padding-top: 15px; }
.pt-4 { padding-top: 20px; }
.pb-1 { padding-bottom: 5px; }
.pb-2 { padding-bottom: 10px; }
.pb-3 { padding-bottom: 15px; }
.pb-4 { padding-bottom: 20px; }

.d-flex { display: flex; }
.flex-column { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.align-center {
    align-items: center;
}
.align-end {
    align-items: end;
}

.align-stretch {
    align-items: stretch;
}

.justify-space-between {
    justify-content: space-between;
}
.justify-space-around {
    justify-content: space-around;
}

.justify-stretch {
    justify-content: stretch;
}

.flex-grow-1 {
    flex-grow: 1;
}


@media only screen and (max-width: 768px) {
    /*
    .tsl_content {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
    }
    */

    #sitemenu_box .logo {
        padding: 0px 0px 0px 7px;
    }

    #navbar {
        justify-content: flex-end;
        /*padding:0px 0px 0px 20px;*/
        min-width: 320px;
    }
    /*
    #navbar.identity{ justify-content: space-between}
*/
    .navbar-item-name {
        display: none
    }
}

@media only screen and (max-width: 640px) {
    /*
    body {
        padding: 30px 0px 0px 0px;
    }
    */
    /*
    body.identity { padding: 85px 0px 0px 0px; }
    */


    #sitemenu_box {
        display: none
    }
    /*
    #sitemenu_box.identity{ display:block }
*/
    .page_head {
        display: none;
    }


    .chapter, .chapter.right {
        flex-direction: column;
    }

        .chapter img {
            display: block;
            align-self: center;
            margin: 0px auto 12px auto;
            max-width: 80%;
        }

    .page_box h1, .page_box h2 {
        text-align: center;
    }


    .anchor {
        top: -35px
    }


    #lang_btn {
        display: none
    }
    /*
    #lang_btn.identity { display: block; }
    */
    .main #sidemenu {
        display: flex;
    }

    #sidemenu {
        position: absolute;
        top: 0px;
        height: 100%;
        width: 0px;
        transition: width 0.3s;
        z-index: 1500;
        background-color: var(--z-theme-background-special);
    }

    #sidemenu, #sidemenu-toggle:checked ~ #sidemenu {
        flex-basis: 0px;
    }

    #top-sidemenu-toggle:checked ~ #sidemenu {
        /* flex-basis: 220px; */
        width: 90%;
        box-shadow: 4px 0px 20px 0px rgba(0,0,0, 0.5);
    }

    #top-sidemenu-toggle-label {
        display: flex;
    }

    #sidemenu-toggle-label {
        display: none;
    }

    .sidemenu {
        background-color: var();
    }

    .sidemenu-group {
        display: block;
        /*background: rgba(249,249,249,1);*/
    }

    .sidemenu-group-caption {
        cursor: pointer;
        background: rgba(241,241,241,1);
        border-top: white 1px solid;
        border-bottom: lightgray 1px solid;
    }

    .sidemenu-group-toggle:checked ~ .sidemenu-group-content /*, .sidemenu-group-active + .sidemenu-group .sidemenu-group-content*/ {
        max-height: 1000px;
    }

    .sidemenu-group-title {
        color: #406e89;
        font-weight: 400;
    }

    .active .sidemenu-group-title {
        border-bottom: #ffb400 2px solid;
    }

    .active .sidemenu-item-title {
        color: white;
        border-bottom: var(--z-theme-link-text-primary) 2px solid;
    }

    .sidemenu-group-opener {
        display: block;
        cursor: pointer;
    }

    #service-menu {
        display: none;
    }

    #nav-path {
        display: block;
    }


    .alert {
        flex-direction: column;
    }

    .alert-warning .alert-icon {
        padding: 0px;
        margin: 0px;
    }

    .profile-page {
        padding: 2px 12px 12px 12px;
    }
}

@media only screen and (max-width: 480px) {
}
