@font-face {
     font-family: AovelSansRounded;     /* This is the font also used for the logo*/
     src: url('fonts/ASansrounded.ttf'),
          url('fonts/ASansrounded.eot'); /* for IE9 */
}

body {
     font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;    
     font-size:70%;
     margin:0;
     padding:0;
     background-color:#999999;
     color: #333;
}
h1 {
     font-size:17px;
}
/*#box {*/
/*     position: relative;*/
/*     top: 30px;*/
/*     width: 800px;*/
/*     margin-left: auto;*/
/*     margin-right: auto;*/
/*     border-color: grey;*/
/*     border-style: solid;*/
/*     border-width: 0px;*/
/*}*/

#header/*#content*/ /*#footer*/ {
     position:relative;
     padding:10px;
     top:0;
     width:700px;
     border-color:grey;
     border-style:solid;
     border-width:0;
}
#selfsurvey-content {
    display: flex;
    flex-direction: column;
}

#content {
    min-height: 150px;
    border-radius: 0 0 10px 10px;
    padding: 20px 40px 5px 40px;
    position: relative;
	display: block;
}

#content:before, #content:after {
    content: "";
    display: table;
}

#footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    /* margin-top: 28px; */
}
.footer_copyright{
    display: flex;
    justify-content: center;
    padding: 15px;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
}
.footer-some{
    width: 33.333333%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.footer-some i.large.icon{
font-size: 2.5em;
}
.footer-some a{
    margin:0 15px;
}

#logo-beta {
    width: 88px;
    height: 32px;
}


#progressbar_table > #flags {
    float:right;
    position:relative;
    left:-35px;
    top:2px
}

#progressbar_activepage {
    left: 32px;
    top: 15px;
    width: 100px;
}

.mainquestion {
   margin-bottom: 10px !important;
}
.questiondescription {
     position:relative;
     top:-7px;
     margin-left:5px;
     font-size:8pt;
     color:#666;
}
.question-matrix {
    margin-left:2px; /*Till: was 5px*/
    border:0;
    width: 100%; /*Till: this was 98%; why?*/
    border-collapse: collapse;
    border-spacing: 0 0;
     
    box-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
    -moz-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
    -webkit-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
}
.question-matrix tr {
     background-color: #F1F1f1;
}
.question-matrix .dark {
     background-color: #E9E9E9;
} 
.question-matrix th {
     background-color: #DDD;
     font-size:0.95em;
     font-weight:bold;
}
.question-matrix td {
     text-align:center;
     padding:4px 2px 4px 2px;
}
.question-matrix .question {
     padding-left:5px;
     text-align:left;
     width:250px;
}
td.question-end {
     padding-right:15px;
     text-align:right;
}

.radiobutton.error {
    background: #fff6f6!important;
    color: #9f3a38!important;
}

input.error {
    box-shadow: rgb(255 0 0) 0px 0px 1.5px 1px !important;
}

select.error {
    box-shadow: rgb(255 0 0) 0px 0px 1.5px 1px !important;
}

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

#eval_footer {
    font-size:8pt;
    margin-top:10px;
    margin-bottom:10px;
}

div.varname {
     background-color: #F1F1f1;
     /* margin-color: #F1F1f1; */
     margin-top:10px;
     margin-bottom:0px;
     border-bottom:0px;
     /* old value: 700px */
     width: 100%;
     font-weight:bold;
     padding: 0.5em;
     font-size: medium;
     color: teal;
}

li.varvalue {
    /* background-color: #FFFFFF;
    padding:15px; */
    list-style-type:square;
    list-style-position:inside;
}

.selectbox {
     
     min-width:300px;
     margin-left:5px;

     border:1px;
     border-style: solid;
     border-color: grey; 
     
     box-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
    -moz-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
    -webkit-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
}


/* Currently used for email dialog */

input.ui-button {
    box-shadow: 0px 0 0 0 rgba(0,0,0,0), 0px 0 0 0 rgba(0,0,0,0), -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
    -webkit-shadow: 0px 0 0 0 rgba(0,0,0,0), 0px 0 0 0 rgba(0,0,0,0), -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
    -moz-shadow: 0px 0 0 0 rgba(0,0,0,0), 0px 0 0 0 rgba(0,0,0,0), -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
}

.txtinput_slider {
     margin-left: 5px;
     border:0; 
     color:#f6931f;
     background-color:transparent;
}
.slider_table {
    float:left; 
    vertical-align:middle; 
    border:0; 
    color:#f6931f;
}
div.missing { 
    background-color:#ffff99;
    border: 1px solid red;
    margin: 5px;
    padding:5px;
    
    
    /*height: 100%;
    width: 100%;*/ 
    margin:0 auto;
    position: fixed;top:10%;left:50%;
    z-index: 10;
    
    display: none;
}
div.missing h4 {
    margin:0px;
    padding:0px;	
}
span.req {
    float:right;
    margin-right:5px;
    font-size:13pt;
}
label.missing {
    float:right;
    font-weight:bold;
    color:red;
}



div#selfsurvey-error {
    display: none;
    background-color:#eee;
    border: 1px solid red;
    margin: 5px;
    padding:5px;
    overflow-wrap: break-word;
}
div#selfsurvey-error h4 {
    margin:0px;
    padding:0px;	
}
label#selfsurvey-error {
    float:right;
    font-weight:bold;
    color:red;
}

#progressbar {
	clear:both;
	color:#333;
	width: 100%;
	/*background-color: #548d8a;*/
	background-image: url("../images/progressbar.png");
	background-repeat: repeat;
	/*Einfacher Hintergrund, Till:*/
        /*background-color: #477651;*/

  	/*box-sizing: border-box;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  	margin: 0 auto;
	padding:20px 0px 20px 0px;
	display: table;
	border-left: 1px solid rgba(2, 2, 2, 0.28);
	border-radius: 10px 10px 0 0;
	border-right: 1px solid rgba(2, 2, 2, 0.28);
	border-top: 1px solid rgba(250, 250, 250, 0.27);
	box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
	-moz-box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
	-webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
}

#progressbar:after,
#progressbar:before {
    content: " ";
    display: table;
}

#progressbar_table {
	margin:0px;
	width:100%;
	/*border:1px solid #3f7f00;*/
	list-style: none outside none;
    z-index:100;
}

#progressbar_table li {

	/*border:0px solid #3f7f00;*/
	text-align:center;
	/*border-width:0px 0px 1px 1px;*/
	font-size:18px;
/*	was AovelSansRounded,*/
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	/*font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;*/
        font-weight:bold;
	padding:0px;
	/*color:#ffffff;*/
	cursor: pointer;
	
}

#progressbar_table li {
	/*border: 1px solid #3f7f00;*/
	/*border-top: 0px;
	border-bottom: 0px;*/
	color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.796), 0 0 10px rgba(255, 255, 255, 0.298);
	padding: 0px 40px 0px 0px;
	color: #dddddd;
	float: left;
    z-index:4;
}


#progressbar_table .subpage li {
	/*border: 1px solid #3f7f00;*/
	/*border-top: 0px;
	border-bottom: 0px;*/
	color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.796), 0 0 10px rgba(255, 255, 255, 0.298);
	border: 0;
	padding: 0px 30px 0px 0px;
	color: #dddddd;
	float: left;
}

#progressbar_table li:hover {
	color: #ffffff;    
}

.progressbar_active {
	color: #ffffff  !important;
}


#progressbar_activepage {
   
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.796), 0 0 10px rgba(255, 255, 255, 0.298);
    position:absolute;
	height: 31px;
}



.progressbar_item {    
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 3px 3px 3px 3px;
    border-width: 1px;
    border-style:solid;
    border-color: rgba(55,55,55,0.3);
    color: #FFFFFF;
    position:absolute;
	height: 28px;
	transform: skewX(-10deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skewX(-10deg);
	cursor:pointer;
    z-index:0;
}
.progressbar_item:hover {  
    background-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    height:28px;
    margin-top:0px;
}
.progressbar_item_active {
    background-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
    height:28px;
    margin-top:0px;
}
.progressbar_item_error_page {
	background-color: rgba(255,0,0,0.3);
}
.progressbar_item_error_page:hover {
	background-color: rgba(150,0,0,0.3);
}

.progressbar_last_item {
	background-color:rgba(255,128,0,0.4);
}

.progressbar_last_item:hover {
	background-color:rgba(155,70,0,0.4);
}

.progressbar_last_item_successful {
	background-color:rgba(0,200,0,0.4);
}
.progressbar_last_item_successful:hover {
	background-color:rgba(0,135,0,0.4);
}
#loading {
	/*width: 100%;*/
    height: 100%;
    width: 100%; 
    margin:0 auto;
    position:absolute;top:50%;left:50%;
    /*position: absolute;*/
    z-index: 10;
}

#loading img {
	position: absolute;
    top:-25px;
    left: -25px;
	width: 50px; 
	height: 50px;
}

#pages
{ 
	position: relative;
    /*overflow: none;*/
}
#pages ul li {
    float: left;
    /*visibility: true; */
}

.entry_name {
	background: -webkit-linear-gradient(top, #E8EAEC, #A4A8AE);
	background: linear-gradient(to bottom, #E8EAEC, #A4A8AE) repeat scroll 0 0 #C4C7CB;
	background: -ms-linear-gradient(top, #E8EAEC, #A4A8AE);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8EAEC', endColorstr='#A4A8AE',GradientType=0 );

    color: #404040;
    font-size: 14px;
    /*font-family: 'Lucida Grande',Verdana,sans-serif;*/
   
    border-radius: 13px; 
	-moz-border-radius: 13px; 
	-webkit-border-radius: 13px;
	margin-top: 10px;
    box-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);

	height: 88px;
	width: 95%;
        
     cursor: pointer;
}


/*Overview over Surveys*/
.survey-segment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 130px;
}

.left-part {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.image-container {
    margin: 0 20px;
    min-width: 104px;
}

.clickable {
    cursor: pointer;
}

.invisible-table.ui.table tr td{
    padding-bottom: 5px !important;
}

.overview-grid table.invisible-table{
    width: 80%;
}

.entry_name td {
	vertical-align: middle;
}

.entry_name tr {
	height: 80px;
}

.overview_icon {
    font-size: 60px;
    margin-top: 20px;
}

.overview_name {
	font-weight: bold;
}

.page {
    width: 100%;
    display: none;
}
.page.active {
    height: 110%;
    display: block;
    padding-top: 1rem;
}

/* Imprint */

#imprint {
    display: flex;
    flex-direction: row;
}

#content-right {
    /*float: right;*/
    margin-left: 35px;
    height: 300px;
}

@media (max-width: 720px) {
    #imprint {
        flex-direction: column;
    }
}

#imprint_listheader {
     font-weight:bold;
     border-bottom:solid;
     border-bottom-width: 1px;
}

#imprint_li {
     list-style-type:square;
     list-style-position:inside;
}

a:link, a:visited, a:active {
     color:teal;
     text-decoration:none;
}

/* Imprint END*/

a:hover {
     color:#E68A00;
     cursor: pointer; 
     text-decoration:none;
}

/* link in save data dialog*/
#session_link {
     color:#477651;
     text-decoration:none;
}
#session_link:hover {
     color:#E68A00;
     cursor: pointer; 
     text-decoration:none;
}

#imprint p.placeholder {
     margin:14pt;
}

.deleteEntryTD {
	width:100%;
	float:right;
}
.deleteEntry {
	position:relative;
	top:-79px;
	text-decoration:none;
	 height:14px;
	 width:14px;
	 display:block;
	 z-index:100;
	 float:right;
	 left:-45px;
	 cursor:pointer;
}
.google_table_header, .google_header_cell{
    background-color: #F4F4F4 !important;
    border:0px solid red !important;
    border-bottom:1px solid #AAA !important;
    text-align:center !important;
    font-weight:bold !important;
    height:25px;
    color: teal;
    padding: 0.5em 0 !important;
}
.google_table_cell{
	padding:5px !important;
	/*border:0 !important;*/
}
.google_table_row, .google_hover_row{
	background-color:#FAFAFA !important;
	border:0 !important;
}

.page_title {
	display: none;
}

#logo-table {
    width: 0;
    border: 0;
    cellspacing: 5px;
    align: center;
}

#logo-table > tr > td {
    width: 0px;
    align: center;
}

/* Navbar */
#navbar-grid > ui.stackable.menu {
    padding-bottom: 0 !important;
}


.ui.sidebar.menu > a.lang-switch-wrapper{
    margin-left: 1em;
    padding: 0.92857143em 1.14285714em;
    background: #fff !important;
}
.ui.sidebar.menu > a.lang-switch-wrapper .ui.menu{
min-height: unset !important;
}
.ui.vertical.menu .item>.menu{
    margin: unset !important;
}

.ui.sidebar.menu > a.lang-switch-wrapper .dropdown{
    padding-left: 0.423em;
}
.custom-lang.active-language{
    font-weight: bold;
}

.ui.vertical.menu .dropdown.item .menu{
    left: 0 !important;
}

.ui.menu.custom-menu-el {
    margin-top: 0  !important;
    padding-bottom: 0 !important;
}

.item.custom-menu-el:focus {
    outline: none;
}

.step {
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .ui.steps:not(.unstackable) {
        display: -webkit-inline-box !important;
        webkit-box-direction: normal !important;
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important;
    }
}

@media only screen and (max-width: 660px) {
    .ui.steps:not(.unstackable) .step {
        padding: 14px 12px !important;
    }
}

#sidebar {
    /*display: hidden;*/
    width: 100vw;
    position: absolute;
    top: 48px;
    left: -100vw;
    z-index: 100;
}
/* Navbar END */

/* For steps shown above of questionaire */
.steps-container.ui.steps {
    display: flex;
    justify-content: center;
    width: 100%;
}

.step.negative:after, .step.negative {
    background-color: #fff6f6 !important;
}
.step.negative:before {
    color: #912d2b;
}
/**/

/* jquery modal */
.width-80-percent {
    width: 80% !important;
    max-width: 540px !important;
}
/* currently only for login. Can be used for all modals */
.ui.modal.login i.close{
    position: sticky !important;
    top: 0 !important;
    /* right: -2.5px !important; */
    background: #fff;
    padding: 5px;
    height: 35px;
    width: 35px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: #008080;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 5px;
    color: #008080;
    cursor: pointer;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;

}

/* jquery modal end*/

.varname.ui.label {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
}

.xdebug-error {
    margin-bottom: 30px !important;
}

.small-margin-bottom {
    margin-bottom: 2.5rem;
}

#page_evaluation {
    padding-top: 10px;
}

.steps-margin {
    margin-top: 14px;
}

.language-tag {
    margin-left: 2px;
}

.ui.step, .ui.steps .step {
    font-size: 0.8rem !important;
}

/*.hidden {*/
/*    display: none;*/
/*}*/

#invitationMessage{
    padding: 15px;
    border: 1px solid rgba(34,36,38,.15);
}

a.ui-tabs-anchor{
    margin: 8px 20px;
    color: teal !important;
}

li.ui-state-default{
    background-color: #f3f4f5 !important;
}

li.ui-state-active{
    background-color:  #fff !important;
}

.tutorial-tip {
    cursor: pointer;
}

.tutorial-tip:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 32px;
    top: -12px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #aad5de;
}

.tutorial-tip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 34px;
    top: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f8ffff;
}

.relative-step-part {
    position: relative;
    width: 0;
    height: 0;
}

.step-label {
    position: absolute;
    width: 170px;
    font-size: 15px !important;
    top: 45px;
    left: -130px;
    overflow-wrap: break-word;
}

.step-label.step-label-f {
    left: -30px;
}

.ui.label.display-none {
    display: none;
}

.img-zoom-cursor{
    cursor: zoom-in;
}

/* Extra Designs for Surveys */

.field > label.survey-label {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #f4f4f4;
    padding-left: 5px;
    font-weight: unset !important;
    width: fit-content;
    padding-right: 5px;

}


/* Pdf Export */
#page_evaluation_inner .pdf_list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-left:0;
}
#page_evaluation_inner .pdf_list.list_style_square{
    padding-left: 20px;
}
#page_evaluation_inner p{
    line-height: 1.75;
    padding: 5px;
}
.pdf_list > li{
    font-family: 'Montserrat', sans-serif;
    margin-left: 10px;
    list-style: none;
}

.pdf_list.list_style_square > li{
    list-style: inherit;
    list-style-type: square;
    margin-left: 0;
}

.img_label{
    background: #008080;
    padding: 5px 10px;
    margin-bottom: 0;
    color: #fff;
}

.img_labeled{
    border: 1px solid #008080;
    padding-top: 15px;
}

#temp_pdf_wrapper{
    opacity: 0;
    height: 0;
    max-height: 0;
    overflow: hidden;
}

.pdf_not_ready{
    opacity: 0.5;
    color: grey !important;
    cursor: not-allowed !important;
    box-shadow: 0 0 0 1px grey inset !important;
}
/* Survey Info Box */
.survey_page_info{}
/*  Tooltip */

.ui-tooltip.ui-widget {
    background:rgba(255,255,255, 0.95);
    border-radius: 5px;
    padding: 5px 2.5px;
    border-color:#00b5ad;
}

body .ui-tooltip {
    border-width: 2px;
}
@media only screen and (min-width: 767px){
    #footer-lp .container .equal .column{
        text-align: center;
    }
}

.modal {
    overflow-y: auto;
}

.btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none; /* remove underline from anchors */
}

.btn:hover {
    opacity: 1;
}

/* add appropriate colors to fb, twitter and google buttons */
.fb-login {
    background-color: #3B5998;
}

.linkedin-login {
    background-color: #0e76a8;
}

.google-login {
    background-color: #dd4b39;
}

.white{
    color: white !important;
}

/* Profile Page */
.subscription-info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.subscription-type,
.subscription-valid-until {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.upgrade-subscription.button{
    margin-top: 10px !important;
    margin-right: -5px !important;
}