@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

html, body {
    height: 100%;
}

body {
    flex-direction: column;
    display: flex;
    background: #007688;
    color: white;
    font-family: 'Alegreya Sans', sans-serif;
	  font-size: 1.125rem;
    line-height: 1.5rem;
}

main {
    flex-shrink: 0;
}

main.center-segment {
    margin: auto;
    display: flex;
    align-items: center;
}

main.center-segment > .ui.container.medium {
    max-width: 450px !important;
}

main.center-segment > .ui.container.large {
    max-width: 700px !important;
}

main.center-segment > .ui.container > .ui.segment {
    padding: 3rem;
    background:  #007688;
    border: 0;
    box-shadow: 0 0 black;
}

main.center-segment > .ui.container > .ui.segment .segment-form .buttons {
    margin-top: 1em;
    margin: 0 auto;
}

main.center-segment > .ui.container > .ui.segment .segment-form .buttons.align-right button,
main.center-segment > .ui.container > .ui.segment .segment-form .buttons.align-right input {
    margin: 0 0 0 0.25em;
}

main.center-segment > .ui.container > .ui.segment .segment-form .column .buttons.align-left button.link-button,
main.center-segment > .ui.container > .ui.segment .segment-form .column .buttons.align-left input.link-button {
    padding: .78571429em 1.5em .78571429em 0;
}

main.center-segment > .ui.container > .ui.segment .segment-form {
    text-align: left;
}

main.center-segment > .ui.container > .ui.segment .segment-form .align-center {
    text-align: center;
}

main.center-segment > .ui.container > .ui.segment .segment-form .align-right {
    text-align: right;
}

.cookie-policy-message {
    font-size: 18px;
    line-height: 24px;
}

footer {
    padding: 2rem 0;
    display:none;
}

body .product-title .product-title-text {
    margin: 0;
}

body .center-segment .product-title .product-title-text {
    margin-top: 2em;
    margin-bottom: 1em;
}

.ui.header {
    color: white;
    font-weight: 400;
}

.ui.menu.fixed.app-header .product-logo {
    padding-left: 0;
}

.ui.form .field .ui.input input {
    background: #ffffff;
}

.ui.checkbox label {
    color: white;
}

/* Table of content styling */

main #toc {
    position: sticky;
    top: 93px;
}

main .ui.segment.toc {
    padding: 20px;
}

main .ui.segment.toc ul.ui.list.nav > li.sub {
    margin-left: 20px;
}

main .ui.segment.toc ul.ui.list.nav > li > a {
    color: white;
    text-decoration: none;
}

main .ui.segment.toc ul.ui.list.nav > li:before {
    content: "\2219";
    font-weight: bold;
    font-size: 1.6em;
    line-height: 0.5em;
    display: inline-block;
    width: 1em;
    margin-left: -0.7em;
}

main .ui.segment.toc ul.ui.list.nav > li.sub:before {
    content: "\2192";
    margin-left: -1em;
}

main .ui.segment.toc ul.ui.list.nav > li:hover a {
    color: white;
    text-decoration: none;
}

main .ui.segment.toc ul.ui.list.nav > li:hover:before {
    color: white;
}

.product-title{
    display: none;
}

#loginForm button{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    color: #017688;
    width: 100%;
    max-width: 315px;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Alegreya Sans', sans-serif;
}

#loginForm a{
    color: white;
    text-decoration: underline;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
  }

  #loginForm input{
    background-color: #017688 !important;
    border-bottom: 1px solid #7FBAC3;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100% !important;
    color: white !important;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  #loginForm i{
    color: white;
    opacity: 1;
  }

  header a:hover{
    color: #017688 !important;
  }

  #loginForm .cookie-policy-message{
      text-align:justify;
  }

  #loginForm .no-padding-left-first-child{
      display:none;
  }

  h3.header{
    color: white !important;
    font-size: 28px !important;
    line-height: 30px !important;
    margin-bottom: 40px !important;
    margin-top: -50px !important;
  }

#loginForm .ui.checkbox label:hover, .ui.checkbox+label:hover {
    color: #fff;
}

#loginForm .ui.checkbox input:active~label {
    color: #fff;
}

#loginForm #loginForm.ui.checkbox .box,
#loginForm .ui.checkbox label {
  font-size: 18px;
}

.app-content #toc ul a{
    color:black !important;
}

.app-content #toc ul li{
    color:black !important;    
}

.app-content #toc ul a:hover{
    color:black !important;
}

.app-content #toc ul li:hover{
    color:black !important;    
}

.app-content #toc h4{
    color:black !important;
}

#app-header{
    display:none;
}

/* Burger */
.ulBurgerMenu{
    background-color: white;
    padding: 0;
    margin: 0;
    padding-left: 54px;
    padding-top: 8px;
    font-size: 18px;    
    display:none;
    opacity: 0;
    margin-bottom: 15px;
}

.mobile-right{
    display:none;       
}

@media (min-width:1px) and (max-width: 873px) {
    .ulBurgerMenu{
        opacity:1;
    }

    .ulBurgerMenu li.nav-item{
        height:40px;
    }

    .ulBurgerMenu li.nav-item a{
       text-decoration: none;
    }

    .ulBurgerMenu li.nav-item a:hover{
        color:#007688 !important;
     }

    .mobile-left{
        float:left;
        width:80%;
    }

    .mobile-right{
        display: block;
    }
}