@font-face { font-family: Montserrat;
			 src: url('assets/font/montserrat/Montserrat-Bold.ttf'); font-weight: bold}
@font-face { font-family: Montserrat;
			 src: url('assets/font/montserrat/Montserrat-Regular.ttf'); font-weight: normal}
@font-face { font-family: Montserrat;   
			 src: url('assets/font/montserrat/Montserrat-Medium.ttf'); font-weight: 500}
html,
body {
    width: 100%;
   /* height: 100%;*/
    height: 100vh;
    margin: 0;
    padding: 0;
   /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    /*overflow:hidden;*/
    position:relative;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
    cursor: pointer;
}

h2 {
/*
	margin: 1em 0; */
}

body, button, input[type="button"], input[type="submit"], textarea, select {
	font-family: 'Montserrat';
	/*font-weight: 500;*/
    font-size: 16px;
}

/* Thankyou, Error pages */

.instructionPage {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    background: #3D2D56;
    flex-direction: column;
}

.loadingPage{
    justify-content: center;
}

.hidden {
    display: none;
}

.instructionWrapper {
    width: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    z-index: 100;
}

.btn_navigation {
    background: #5041a7;
     border-radius: 50px;
     font-style: normal;
     font-weight: 500;
     font-size: 0.8em;
     color: white;
     text-align: center;
     padding: 12px 30px 12px 30px;
}

.recovery_navigation_button{
    padding: 0.7em 1.7em;
    margin-right: 10px;
    margin-top: 15px;
    float: right;
}

.btn_icon {
    font-size: 2em;
    padding: 0.4em 0.8em;
    display:block;
    display:block;
    margin-top: 10px;
}



.btn_downloadDiagnosticText{
    padding-left: 5px;
}

.btn_navigation:hover {
    cursor: pointer;
}


#navigationArea{
    display: flex;
    flex-direction: column;
    color: black;
    align-items: center;
    background: #e9e6f3;
    border-radius: 19px;
    margin: 10px;
    padding: 40px;

}

.error_page_sent_to_email {
   line-height: 33px;
   width: 55%;
   color: black;
   font-size: 0.9em;
}

.no_download_but_send_text {
    font-size: 0.8em;
    line-height: 33px;
    width: 85%;
}

.goOnwebButton{
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    padding: 0.9em 1.8em 0.9em 1.8em;
      -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
     font-weight: bold;
     background: #523da7;
    color: white;
    border: 2px solid #523da7;
    margin-top: 20px;
}

.none_decoration_text {
    text-decoration: none;
    width: 70%;
}

.goOnwebButton:hover {
    cursor: pointer;
}



.errorPageHeading{
    font-size: 1.6em;
    color: #3D2D56;
    font-weight: bold;
}

#errorImg{
      font-size: 3em;
      color: white;
      background: #e31a52;
      display: inline-block;
      border-radius: 1005%;
      width: 1.5em;
      line-height: 1.5em;

}

#errorText {
    color: black;
    margin-top: 20px;
    display: flex;
        flex-direction: column;
        align-items: center;

}

.error_page_subtitle {

    width: 70%;
    margin-top: 10px;
    line-height: 35px;
    font-size: 0.9em;
}



/* Recovery page*/

#scanRecoveryPage {
    display: flex;
    justify-content:center;
    color: rgba(0, 0, 0, 0.54);
}

.langTimeRow {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid gray;
    display: flex;
    justify-content: space-between;
}


/* Scan page */

.scanPage {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.scanObject {
    position: absolute;
    text-align: center;
/*
    background: yellow;
*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*z-index: -10;*/
     -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
     color: rgba(0, 0, 0, 0.54);
     font-style: normal;
     font-size: 24px;
}

.notification {
    /* background-color: #E5E6E4; */
    /*  z-index: 300;*/
    position: absolute;
    border-radius: 15px;
    /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    display: flex;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0,    0.541327);
    /*width: 260px;*/
    padding: 17px;
}

.notification_hiding {
    opacity:0;
    transition:opacity 1s ease;
    -webkit-transition:opacity 1s ease;
    display:none;
}

.notification_showing {
   display:flex;
   opacity:1;
}

.hidden_notification {
    display: none;
}

.colorSphere {
    position: absolute;
    display: block;
    /*border-radius: 100%;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.colorSphere:hover{
    cursor: pointer;
}

.colorSphere{
    cursor:pointer;
 }


.sphereColor_gray {
    background: #666;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 60, color-stop(0, #c8c8c8), color-stop(100%, #666));
    background-image: -webkit-radial-gradient(25% 30%, 60% 60%, #c8c8c8 0, #666 100%);
    background-image: radial-gradient(60% 60% at 25% 30%, #c8c8c8 0, #666 100%)
}

.sphereColor_blue {
    background: #00003c;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #028e8d), color-stop(100%, #0203c1), color-stop(100%, #00003c));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #028e8d 0, #0203c1 42%, #00003c 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #028e8d 0, #0203c1 42%, #00003c 100%)
}

.sphereColor_green {
    background: #004600;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #a9d202), color-stop(100%, #00a700), color-stop(100%, #004600));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #a9d202 0, #00a700 35%, #004600 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #a9d202 0, #00a700 35%, #004600 100%)
}

.sphereColor_red {
    background: #b30000;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #fdca02), color-stop(100%, red), color-stop(100%, #b30000));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #fdca02 0, red 46%, #b30000 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #fdca02 0, red 46%, #b30000 100%)
}

.sphereColor_yellow {
    background: #ccbe00;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #ecfea3), color-stop(100%, #f0f000), color-stop(100%, #ccbe00));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #ecfea3 0, #f0f000 28%, #ccbe00 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #ecfea3 0, #f0f000 28%, #ccbe00 100%)
}

.sphereColor_magenta {
    background: #606;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #a870fe), color-stop(100%, #a900c5), color-stop(66%, #940094), color-stop(#606, 100%));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #a870fe 0, #a900c5 33%, #940094 66%, #606 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #a870fe 0, #a900c5 33%, #940094 66%, #606 100%)
}

.sphereColor_brown {
    background: #630;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 60, color-stop(0, #e57300), color-stop(100%, #630));
    background-image: -webkit-radial-gradient(25% 30%, 60% 60%, #e57300 0, #630 100%);
    background-image: radial-gradient(60% 60% at 25% 30%, #e57300 0, #630 100%)
}

.sphereColor_black {
    background: #000;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 60, color-stop(0, #908c8c), color-stop(100%, #000));
    background-image: -webkit-radial-gradient(25% 30%, 60% 60%, #908c8c 0, #000 100%);
    background-image: radial-gradient(60% 60% at 25% 30%, #908c8c 0, #000 100%)
}

.sphereColor_picked {
    background: #fff;
    box-shadow: inset 2px 2px 8px rgba(50, 62, 72, .3)
}

.choice_color{
    border-radius:100%;
    margin-left: 4px;
    margin-right: 4px;
}

#choices_colors {
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 10px;

     /* zkouska vyberu uprostred */
    /*position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);*/

}

#choices_colors > .choice_color {
    display: inline-block;
}

/* Progress bar */

.progress {
    overflow: hidden;
    height: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;

}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.38);
    /**box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);**/
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar {
    max-width: 100%;
    box-shadow: none;
}

.progress-bar.progress-bar-gray-d0 {
    background-color: rgba(0, 0, 0, 0.38);
    color: #000;
    border-radius: 0px 15px 15px 0px;
}

.anchor{
    color: #9E9E9E;
    font-size:1.1em;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38);
}


.anchor_icon{
    color: rgba(0, 0, 0, 0.38);
    font-size:1em !important;
}


.anchor_complete:hover .anchor_icon {
    color: #7a7a7a;
}

.anchor_complete:hover .anchor {
    color: #7a7a7a;
}

#help {
    cursor: pointer;
    color: #DAD4D3;
    /*
    float: left;
    padding-right: 10px;*/
}

.info_bar {
   /* position: absolute;
    bottom: 0px;
    width: 100%;
    height: 6%;*/
    position: absolute;
    z-index:10;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
      bottom:25px;  
        width: 100%;
}

#undo_color {
       z-index: 10;
       float: right;
       padding-right: 20px;
       padding-left: 10px;
}

.undo_color_arrow{
    font-size: 1em;
}


.next_from_choice {
    font-size: 18px;
    position: absolute;
    /* zkouska */
 /*   position: absolute;
    /*padding:200px;*/
   /* z-index: 1;*/
/*    border:1px solid black;*/
 /*   right: 0px;
    width:25%;
    height:85%;*/
    overflow:hidden;
    z-index: 10;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #DAD4D3;
    display: flex;
    justify-content: center;
    align-items: center;
}



.next_from_choice:hover span{
    color: #a0a0a0;

}

/** Pro mobilni verzi bylo zakomentovano top,left,transform*/
.next_from_choice span{
    color: #C4C4C4;
    position:absolute;
}

.hideNotification{
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}



/*must be position fixed for working in IE*/
.modalContent {
     left: 50%;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
      -webkit-transform:translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
       -ms-transform: translateX(-50%) translateY(-50%);
     /*max-width: 1100px;*/
   /*  max-height: 80%;*/
     position: fixed;
     padding: 2em;
     background-color: #FFF;
     z-index:1002;
     overflow: hidden;
     /*font-size:1em;*/
     /* font-size: 1.2vw; */
     border-radius: 15px;
     /*min-width: 300px;*/
}


#clock_scanpage{
    position: absolute;
    right: 40px;
    top: 30px;
}

.errorNotValidClientDataText p{
    text-align: justify;
}

.modalContent a {
	position: absolute;
    right: 1em;
    top: 1em;
}


#calculate_wrapper{
      position:absolute;
}

#downloadArea{
    text-align: left;
}


.row {
   display:flex;
}

.row div{
  display: inline;
  padding-left:12px;
  padding-right:12px;
}

#butonRefresh {
    margin-top: 15px;
}


.visibilityHidden{
      position:absolute;

}

#calculateFontArea{
      overflow:hidden;
}

#calculate_wrapper{
    overflow:hidden;
}

.headingWrapper{
    max-width: 60%;
    text-align: center;
}

#contentErrorPage{
    font-size: 1em;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    flex-direction: column;
    align-items: center;

}

#contentForCopy{
    display: none;
    margin-bottom: 10px;
}


.error_serverPage_whatDoing_text{
    font-size: 1.2em;
    padding-bottom: 10px;
    font-weight: bold;
}

.email{
  text-decoration: underline;
}

#sendNotSuccess{
    color: #e63769;
    margin-top: 10px;
    font-size: 0.9em;
}

.btnSendAgain{
    padding-left: 5px;
}

#notClosePageText{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    color: #e63769;
    margin-top: 20Px;
    margin-bottom: 20px;
}

.btn_downloadDiagnostic{
    font-size: 1em;
    padding: 1em 2em;
    margin: 25px auto;
}

#thankImg{
    font-size: 4em;
    color: #ffffff;
    background: #6db364;
    display: inline-block;
    border-radius: 1005%;
    width: 1.5em;
    line-height: 1.5em;
}

#thankText {
   font-style: normal;
   margin-top: 30px;

}

.thankYouContent{
    font-size: 1.6em;
    font-weight: bold;
    color: #3D2D56;
}

.thankYouHeading{
    font-size: 1em;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.54);

}

.thank_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: 19px;
    padding: 60px;
    justify-content: center;
    margin: 10px;
    width: 38%;
}



ol {
    counter-reset: item;
    padding-left: 0;
    color: #6E6E6E;
    font-size: 16px;
}
ol li { display: block;
padding-bottom: 28px;
   text-align:center;
 }

/*
ol li:before {
    content: counter(item) ". ";
	counter-increment: item;
    font-weight: 600;
	font-size: 1.6em;
}*/


.next_portait_layout{
     height: 10%;
     width: 50%;
     bottom :10%;
}


.next_portait_layout_low_bottom{
    bottom:1%;
}

.next_portait_layout_low_bottom_with_progress{
    bottom:3%;
}


#sendItems{

    float: right;
    margin-top: 15px;
}

#recoveryText{
   /* text-align: left;
    margin-bottom: 30px;*/
        margin-top: 20px;
        margin-bottom: 50px;
        text-align: center;
        border: 2px solid #F43434;
        /* border-radius: 24px; */
        padding: 27px;
        font-size: 1.3em;
        /* background: gray; */
        /* color: white; */
        color: #F43434;
    font-weight: bold;

}

#or{
    float: left;
    width: 20%;
}

#inputJsonForm{
   align-items : unset;
   margin-top:20px;
}
.left{
   float:left;
}

#notValidJsonClientDateTextCheck{
    margin-top:15px;
}

#notValidJsonClientDateTextCheck p:first-child{
        line-height: 2em;
        padding-bottom: 15px;
}

#notValidJsonClientDateTextCheck p:last-child{
    line-height: 2;
}

table td {
    padding-bottom: 10px;
    /*border-bottom: 1px solid #353534;*/
    padding-right: 55px;
    padding-top:10px;
    padding-left: 10px;
}


table{
    border-collapse:collapse;
    margin-top:10px;
}

table tr{
   text-align: left;
}

.paddingCell {
    padding-right: 55px;
}

.right{
    float:right;
    margin-left:20px;
    width:50%;
}

#testInstruction{
    height:85%;
}

.errorNotValidClientDataText  {
     text-align: left;
     max-width: 50%;
     margin: 0 auto;
}
#lower_hint{
    font-size: .9em;
    color: #a5a5a5 ;
}

#contentErrorPage {
    font-size: 1em;
}

.clickAreaInfoBarButtons{
    padding-bottom: 10px;
    margin-top: -10px;
}


.recovery_send_error{
    color:red;
}


.langMark{
    cursor: pointer;
}


.langMark:hover{
   font-weight:bold;
}

.langMark_select{
    font-weight:bold;
}

#thankYou_page_logo{
    padding-top: 30px;
}

#thankYou_page_logo img {
    max-width: 200px;
    max-height: 200px;
}

.button_is_sending{
   background-color: #e0e0e0;
   color:black;
}

.button_is_sending:hover{
   background-color: #e0e0e0;
   color:black;
}

._dating_next_from_choice {
    /* padding: 20px; */
    /* sam gal
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 18px;
    padding-bottom: 19px;
    */
    /*
        padding-left: 34px;
        padding-right: 34px;
      */
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.38);
    border: 2px solid rgba(0, 0, 0, 0.38);
    font-weight: 500;
    font-size: 18px;
    line-height: 45px;
}

._dating_info_bar {
    bottom: 6%;
}

.i-question{

    width: 48px;
        height: 48px;
        /* height: 30px; */
        /* padding: 15px 2px; */
        padding: 10px 0px;
        padding: 12px 19px;
        /* text-align: center; */
        margin: auto;
        background-image: url("assets/help_diagModul.svg");
          background-repeat: no-repeat;
}

/*TODO will be refactor*/

.dat_infobar{
    bottom: 12.89%;
    position: absolute;
    text-align: center;
    width: 100%;
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 5;
}


.wrapper_help{
/*
    float: left;
*/
    float: right;
    padding-top: 14px;
    padding-right: 13px;
}

.wrapper_next{
    width: 77.3%;

}

.wrapper_undo{/*
    float: left;
   */ width: 25%;

}

.btnCloseArea {
      /* padding: 1em 2em; */
      /* color: #fff; */
      border: 0;
      cursor: pointer;
      outline: none;
      color: #DAD4D3;
      padding: 1px 19px;
      /* letter-spacing: 1px; */
      /* transition: all .125s ease-in; */
      font-size: 3em;
      float: left;
      /* font-weight: normal; */
      background-image: url("assets/cross.svg");
      background-repeat: no-repeat;
      width: 22.4px;
      height: 22.4px;
      margin-top: 25px;
      margin-left: 22px;
      position: absolute;

}


.finish_button_style {
    color: #FFFFFF !important;
     background: #3D2D56;

        /*box-shadow: 0px 4px 0px #3791C8;

        box-shadow: 0px 4px 0px #37259D;*/
        box-shadow: 0px 4px 0px #2E1C4A;
    border: none !important;
}
.finish_button_position {
    position: absolute;
    left: 11.35%;
    right: 11.35%;
    /*top: 88.99%;*/
    bottom: 4.35%;
}


/* new design help title */

.overlayPage_help_box {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.help_box {
    position: absolute;
    background: #FFFFFF;
    border-radius: 15px;
    width: 86.96%;
   /* height: 77%;*/
    z-index: 100;
    display: flex;
    flex-direction:column;
    align-items: center;
}

.help_box_wrapper {
    display:flex;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.help_box_small{
   /* height: 249px;*/

    width: 45%;
}

.title_help_box {
    /* Title */

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;

    /* Text_strong */

    color: rgba(0, 0, 0, 0.87);
    margin-top: 40px;
    margin-bottom: 24px;

    padding-left: 5px;
    padding-right: 5px;
}

.text_help_box {


    /* Subheader */

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    text-align: center;

    /* Text_medium */

    color: rgba(0, 0, 0, 0.541327);
    width: 80%;
    flex-grow: 1;

}

.button_help_box {
    /* background: #61B5EA;

    background: #5041A7; */
    background: #5041A7;

    /*box-shadow: 0px 4px 0px #3791C8;

    box-shadow: 0px 4px 0px #37259D;*/
    box-shadow: 0px 4px 0px #5041A7;
    border-radius: 0px 0px 15px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 21px;
    color: #FFFFFF;
    align-self: stretch;
    margin-top: 35px;
    padding: 22px;
    text-align: center;

}

.error_page_heading_margin {
    margin-top: 30px;
}

.button_help_box:hover {
    cursor: pointer;
}

.help_long {
 position: absolute;
left: 0%;
right: 0%;
top: -78.16%;
bottom: -11.6%;

background: #FFFFFF;
border-radius: 15px;

}


/* styl pro okno ukonceni diagnostiky */

.close_window_cancel_button {
    z-index: 120;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    width: 85%;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.38);
    color: rgba(0, 0, 0, 0.38);
}


.close_window_continue_button {
    z-index: 120;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    width: 85%;
    background: #5041A7;
    color: white;
    border: 2px solid #5041A7;
}


.close_window_dialog_wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    height:100%;
    justify-content: center;
    align-items: center;
}

.close_window_dialog_title {
    /* Title */

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;

    /* Text_strong */

    color: rgba(0, 0, 0, 0.87);
    z-index: 1;
    text-align: center;
    width: 95%;
}

.close_window_dialog {
    position: absolute;
    display: flex;
    width: 45%;
    height: 55%;
    z-index: 2000;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 15px;
    align-items: center;
    justify-content: space-evenly;
}

/* Nove koule flat design */

.divided-circle-red {
  border-radius: 100%;
  background: #b30000;
  background-image: linear-gradient(
    135deg,
    #fdca02 0,
    #fdca02 15%,
    red 46%,
    #b30000 75%,
    #b30000 100%
  );
}

.divided-circle-black {
  border-radius: 100%;

  background: #000;
  background-image: linear-gradient(135deg, #908c8c 15%, #000 75%);
}

.divided-circle-gray {
  border-radius: 100%;

  background: #666;
  background-image: linear-gradient(135deg, #c8c8c8 15%, #666 75%);
}

.divided-circle-blue {
  border-radius: 100%;
  background: #00003c;
  background-image: linear-gradient(
    135deg,
    #028e8d 0,
    #028e8d 15%,
    #0203c1 42%,
    #00003c 85%,
    #00003c 100%
  );
}

.divided-circle-green {
  border-radius: 100%;
  background: #004600;
  background-image: linear-gradient(
    135deg,
    #a9d202 0,
    #a9d202 15%,
    #00a700 35%,
    #004600 75%,
    #004600 100%
  );
}

.divided-circle-yellow {
  border-radius: 100%;
  background: #ccbe00;
  background-image: linear-gradient(
    135deg,
    #ecfea3 0,
    #ecfea3 15%,
    #f0f000 28%,
    #ccbe00 75%,
    #ccbe00 100%
  );
}

.divided-circle-magenta {
  border-radius: 100%;
  background: #606;
  background-image: linear-gradient(
    135deg,
    #a870fe 0,
    #a870fe 10%,
    #a900c5 33%,
    #940094 50%,
    #606 75%,
    #606 100%
  );
}

.divided-circle-brown {
  border-radius: 100%;
  background: #630;
  background-image: linear-gradient(135deg, #e57300 15%, #630 75%);
}

.divided-circle-picked {
  border-radius: 100%;
  background: #fff;
  box-shadow: inset 2px 2px 8px rgba(50, 62, 72, 0.3);
}

/* nove elemnty */
.help_box_long_new {
  display:flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 15px 15px 0px 0px;
  align-items: center;
  z-index: 1002;
    flex-grow: 1;
    align-items: flex-start;

}


/* Help full dialog */

.help_box_long_title_new {
     font-style: normal;
     font-weight: bold;
     font-size: 24px;
     /*
     margin-bottom: 25px;
     margin-top: 45px;*/
     flex-grow: 1;
     margin-top: 30px;
     align-self: center;
}


.help_box_long_subtitle_new {
   font-style: normal;
   font-weight: 500;
   font-size: 20px;
  /* margin-bottom: 40px;*/
   flex-grow: 1;
   align-self: center;
   text-align: center;
}


.help_box_line_new {
  /* border-top: 2px solid #61B5EA;

  border-top: 2px solid #5041A7;*/
    border-top: 2px solid #3D2D56;

   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
   /*
   margin-top: 30px;
   margin-bottom: 37px;
*/
   margin-left:30px;
   margin-right:30px;
   align-self: stretch;
   flex-grow: 1;

}

.help_box_long_content_new {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.87);
}


.help_box_long_button_new {

/* background: #61B5EA;
 background: #3D2D56;
    background: #5041A7;*/
    background: #5041A7;

    /*box-shadow: 0px 4px 0px #3791C8;

    box-shadow: 0px 4px 0px #37259D;*/
    box-shadow: 0px 4px 0px #5041A7;

     border-radius: 0px 0px 15px 15px;
     padding: 26px;
     align-self: stretch;
     text-align: center;
   /*  margin-top: 23px;*/
     color: white;
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     z-index: 1000;
}

.help_box_long_row_num_new {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
   /* color: #61B5EA;
    color: #5041A7; */
    color: #3D2D56;
    margin-right: 25px;
    line-height: 40px;

    /** line-height: 32px mozna vyresi problem zarovnani**/
}

.help_box_long_row_new {
   flex-grow: 1;
   display: flex;
   padding-left:35px;
   padding-right: 35px;
   line-height: 24px;
}

.help_box_long_wrapper_new {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
}

.notification_wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    top: 5%;
    justify-content: center;
}

.help_box_long_button_new:hover {
    cursor: pointer;
}

.close_window_continue_button:hover {
   cursor: pointer;
}

.close_window_cancel_button:hover {
    cursor: pointer;
}


.errorPageFull {
       height: 100%;

   }

#tableWrapper {
    display: flex;
    flex-direction: column;
}

.recovery_page_content {
    display: flex;
    flex-direction: column;
    align-items: center;
   /* width: 95%; */
}

.btn_download_diagnostics {
    margin-top:20px;
    margin-bottom: 20px;
}

.recovery_table {

    display: flex;
    flex-direction: column;
}

.recovery_table_row {
    display: flex;
}


.text_center {
    text-align:center;
}


table tr:nth-child(even){
    background: aliceblue;
}



table tr:nth-child(odd):not(:first-child){
    background: #61B5EA;
    color: white;
}


table th {
    padding-left: 10px;
}

.i-question:hover {
   background-image: url("assets/help_diagModul_hover.svg");
}


.close_window_continue_button:hover {
    opacity: 0.8;
}

.close_window_cancel_button:hover {
    opacity: 0.7;
}

.dialogCloseButton {
    width: 30%;
}

.dialog_button_area {

   display: flex;
   width: 70%;
   justify-content: space-evenly;
}

.confirm_dialog_button_ok {
    width: 40%;
}

.confirm_dialog_button_cancel {
    width: 40%;
}

.confirm_dialog {
    width: 36%;
    height: 30%;
}

.not_select_nothing_dialog {
    width: 20%;
    height: 30%;
}

.select_not_finished_dialog {
     width: 35%;
     height: 30%;
}

.help_box_wrapper_text {
    display: flex;
    flex-direction: column;
    width: 45%;
    height: 60%;
}

.next_button_touch {
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.38);
    border: 2px solid rgba(0, 0, 0, 0.38);
    font-weight: 500;
    font-size: 16px !important;
    line-height: 45px;
    padding-left: 12px;
    padding-right: 12px;

}

.rtl_help_box_row_num {
    margin-left: 25px;
    margin-right: unset;
}


.logo_thank {
    width: 150px;
    align-self: flex-start;
    position: absolute;
}

.error_box {
    display: flex;
        flex-direction: column;
        align-items: center;
        background: white;
        border-radius: 19px;
        padding: 40px;
        justify-content: space-evenly;
        margin: 10px;

}

.next_box {
    background: white;
    display: flex;
    flex-direction: column;
    padding: 60px;
    border-radius: 19px;
    width: 38%;
    justify-content: center;
    align-items: center;
}

.firstRowHelp {
    margin-right: 33px;
}

/* settings css according media screen */

/* DESKTOP */

@media (max-width:1200px){

    .errorNotValidClientDataText {
        text-align: left;
        max-width: 80%;
        margin: 0 auto;
    }

    .thank_box {
        width: 50%;
    }
    .next_box {
        width: 50%;
    }


}

@media (min-width:1100px){
    .next_from_choice {
        font-size: 30px;
    }
}

@media (min-width:1250px){
    .next_from_choice {
        font-size: 35px;
    }
}

@media (max-width:1024px){

    .errorNotValidClientDataText {
        text-align: left;
        max-width: 80%;
        margin: 0 auto;
    }


}

@media (max-width:1145px){

.dat_infobar {
      bottom: 3%;
    }

   .wrapper_next {
       width: 50%;
   }
}



@media (max-width:768px){
     #errorPage .instructionWrapper {
        max-width:80%;
     }
     .thank_box {
        padding: 40px;
     }

     #thank_img {
        font-size: 2.5em;
    }

      .error_box {
         padding: 20px;
      }
     #errorImg {
          font-size: 3em;
       }
}

@media (max-width:580px){
     #errorPage .instructionWrapper {
        max-width:90%;
     }
}

@media (max-width:560px){
        ol li {
        padding-bottom: 8px
        }

        .modalContent{
        padding: 1.5em
        }
}

@media (max-width:990px){
   .help_box_small {
        width: 86.96%;
   }

}

@media (max-width:915px){
    .thank_box {
        width: 60%;
    }
    .next_box {
        width: 60%;
    }
}

@media (max-width:610px){
    .thank_box {
        width: 90%;
    }
    .next_box {
        width: 90%;
        padding: 20px;
    }

    .none_decoration_text{
        width: 90%;
    }
}

@media (max-width:518px){
     #errorPage .instructionWrapper {
        max-width:100%;
     }
}

@media (max-width: 920px)  and (orientation: landscape) {
    .help_box_wrapper_text {

          width: 87%;
          height: 95%;
     }

     .help_box_long_button_new {
        padding: 20px;
     }

     .help_box_long_title_new {
        margin-top: 10px;
     }

     .help_box_long_row_num_new {
        font-size: 30px;
     }

     .help_box_long_row_text_new{
        font-size: 15px;
     }

     .close_window_dialog {
        height: 80%;
     }

     .very_long_help_box_text {
         width: 96%;
         height: 98%;
      }
      .help_box_long_subtitle_new {
        font-size: 18px;
      }
}



@media (max-width:920px) and (orientation: portrait){


.help_box_wrapper_text {

          width: 87%;
          height: 74%;
     }
}

@media (max-width: 920px){

/* recovery page part */

    table td {
        padding-bottom: 10px;
       /* border-bottom: 1px solid #353534;*/
        padding-right: 55px;
        padding-top: 10px;
        text-align: center;

    }

    table td:not(:last-child) {
        /*border-right: 1px solid #353534;*/

    }

    table th {
        text-align: center;
    }

    table td {
        padding: 10px 10px 10px 10px;
    }

    .recovery_page_content {
        width: 90%;
    }

    .recovery_button_area {
        display: flex;
        flex-direction: column;
    }

    .paddingCell {
        padding-right: 30px;
    }

    table tr:nth-child(odd){
        background: #61B5EA;
        color: white;
    }

    table tr:nth-child(even):not(:last-child){
        border-bottom: 1px solid #353534;
    }
}





@media (max-width: 850px) {
    .dat_infobar {
        bottom: 1.89;
    }

    .wrapper_next {
        width: 47.3%;
    }

}

@media (max-width:570px) {

 .close_window_dialog {
                width: 85%;
                height: 43%;
      }

}

@media (max-width:570px)  and (orientation: landscape) {

 .close_window_dialog {
                width: 85%;
                height: 80%;
      }
  .help_box_long_button_new{
    padding: 15px;
  }
}





/* MOBILE */

/* Samsung galaxy note 8,9 */


@media (max-width:560px) {

   #navigationArea {
        padding: 20px;
    }

    .error_page_if_not_send_contact{
        font-size: 0.8em;
    }



       .notification {
              width: 72%;
          }
  

    .help_box_long_row_new {
        font-size: 0.9em;
    }

    .error_page_subtitle {
        width: 100%;
    }
    .instructionWrapper {
        height: 100%;
    }
}

@media (max-width:500px) {

    .dat_infobar {
        bottom: 10%;
    }


   .info_bar{
    bottom: 5px;
    }
}


@media (max-width:430px) {


    .wrapper_next{
        width: 77.3%;

    }

}

/* iphone 7,8 375 */
@media (max-width:375px) {
 
    /* progressbar
    .dat_infobar {
        bottom: 12.89%;
    }*/
    .dat_infobar {
        bottom: 10%;
    }


   .info_bar{
    bottom: 5px;
    }


 .help_box_wrapper_text {

          width: 87%;
          height: 95%;
     }
    .wrapper_next{
        width: 77.3%;

    }



     .help_box_wrapper_text {

              width: 87%;
              height: 91%;
         }



   .errorPageFull {
       height: 100%;

   }




}


/* iPhone5, xiomi*/
@media (max-width:360px){

    .help_long {

        top: -98.16%;
    }


      .close_window_cancel_button {
             top: 61.51%;
         }


    .help_box_wrapper_text {

          width: 87%;
          height: 91%;
     }

     .close_window_dialog {
        width: 85%;
        height: 43%;
     }


     .thank_box {
        padding: 30px 20px 30px 20px;
     }

     .thankYouContent {
        font-size: 1.5em;
     }
      .error_box {
             padding: 30px 20px 30px 20px;
          }

    .logo_thank {
        width: 100px;

    }




}
/* iphone 5 */
@media (max-width:320px) {

  .errorPageSecondWrapper{
    height: 100%;
  }



.error_page_subtitle{
    font-size: 0.9em;
    line-height: 24px;
}

.errorPageHeading {
    font-size: 1.4em;
}

    .close_window_dialog {
    height: 55%;
}

.help_box_long_row_new {
   font-size: 14px;
}

.help_box_long_subtitle_new{
   font-size: 18px;
}

.help_box_wrapper_text {

    height: 96%;
 }

 .help_box_long_button_new {
    padding: 20px;
 }

  /* classes for languages which are very long texts */
 .very_long_help_box_text {
    width: 96%;
    height: 98%;
 }

  .low_margin_title_help_box {
    margin-top: 10px;
  }

  .smaller_help_button {

    padding: 12px;
  }

    #errorImg {
        font-size: 2.5em;
    }

   .error_box {
        height: 80%;
        padding: 10px;
    }

   #notClosePageText {
        margin-top: 10px;
        margin-bottom: 10px;
   }

}

@media (max-width:300px) {
    .error_page_subtitle {
        line-height: 25px;
    }
}

@media (max-height:500px) {
    .thank_box {
        padding: .7em;
    }
    .thankYouContent {
        font-size: 1.4em;
    }
    #thankText {
        margin-top: 1.4em;
    }
    .goOnwebButton {
        padding: 0.5em 1.8em 0.5em 1.8em;
    }
}

@media (max-height:370px) {

}

/* thank you page */
@media (min-width:100px) and (orientation: landscape){

    .thankyou_page{
        background: #3D2D56;
        width: 100%;
        height: 100%;
        display: flex;  
        flex-direction: column;
        align-items: center;
    }

    .thankImage {
        font-size: 1.5em;
        color: #ffffff;
        background: #6db364;
        display: inline-block;
        border-radius: 1005%;
        width: 1.5em;
        line-height: 1.5em;
        text-align:center;
    }

    .thankyou_content{
        display:flex;
        flex-direction: column;;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 100%;
        z-index: 2;
    }

    .thankyou_block {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        border-radius: 19px;
        border: 1px solid;
        background: white;
        text-align: center;
        width: 90%;
        height: 45%;
        padding-left: 0.8em;
        padding-right: 0.8em;

    }


    .thankyou_title{
        font-weight: bold;
        color: #3D2D56;
        font-size: 1.1em;
        text-align: center;
    }   

    .thankyou_text{
        font-size: .7em; 
    }

    .goOnwebButtonThank{
        border-radius: 50px;
        font-style: normal;
        font-weight: 500;
        font-size: .7em;
        width: 70%;
        padding: 0.8em 1.7em 0.8em 1.7em;
        -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        font-weight: bold;
        background: #523da7;
        color: white;
        border: 2px solid #523da7;
    }

    .thankyou_block_1{
        padding-left: 1em;
        padding-right: 1em;
    }

    .thankyou_block_2{
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

    .logo_thank_you {
        width: 6em;
        align-self: flex-start;
        position: absolute;
        z-index: 1;
    }

}


@media (min-width:100px) and (orientation: portrait){

    .thankyou_page{
    background: #3D2D56;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .thankImage {
        font-size: 2em;
        color: #ffffff;
        background: #6db364;
        display: inline-block;
        border-radius: 1005%;
        width: 1.5em;
        line-height: 1.5em;
        text-align:center;
    }

    .thankyou_content{
        display:flex;
        flex-direction: column;;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .thankyou_block {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        border-radius: 19px;
        border: 1px solid;
        background: white;
        text-align: center;
        width: 90%;
        height: 40%;
        padding-left: 0.8em;
        padding-right: 0.8em;

    }


    .thankyou_title{
        font-weight: bold;
        color: #3D2D56;
        font-size: 1.3em;
        text-align: center;
    }   

    .thankyou_text{
        font-size: .8em;
    }

    .goOnwebButtonThank{
        border-radius: 50px;
        font-style: normal;
        font-weight: 500;
        font-size: 0.8em;
        width: 98%;
        padding: 0.9em 1.8em 0.9em 1.8em;
        -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        font-weight: bold;
        background: #523da7;
        color: white;
        border: 2px solid #523da7;
    }

    .thankyou_block_1{
        margin-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .thankyou_block_2{
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

    .logo_thank_you {
        width: 6em;
        align-self: flex-start;
        position: absolute;
        z-index: 1;
    }

}


@media (min-width:756x){
    .thankyou_block{
        width: 50%;
    }

    .goOnwebButtonThank{
        width: 80%;
        font-size: 1em;
        padding: 0.9em 1.8em 0.9em 1.8em;
    }

    .thankImage {
        font-size: 3em;
    }

    .thankyou_block_1{
        margin-bottom: 1em;
    }

    .thankyou_title{
        font-size: 1.5em;
    }

    .thankyou_text{
        font-size: .9em;
    }
    
}

@media (min-width:1020px){
   

    .goOnwebButtonThank{
        width: 98%;
    }


}

@media (min-width:1200px){
    .thankyou_block{
        width: 40%;
    }
    .thankyou_page {
        font-size: 1.5em
    }

    .thankyou_content {
        width: 100%;
    }

}
@media (min-width:2500px){
        .thankyou_page{
            font-size: 2em;
        }
}