
.content {
	padding-top: 30px;
	padding-left: 100px;
	font-size: 1.7em;
	padding-bottom: 30px;
}

.outerg {
	display: grid;
	grid-template: 1fr / 1fr;
  }
  .outerg > * {
	grid-column: 1 / 1;
	grid-row: 1 / 1;
  }
  .outerg .belowg {
	z-index: 1;
  }
  .outerg .topg {
	z-index: 3;
  }
  .outerg .middleg {
	z-index: 3;
  }
.alert-danger {
    background: #f6b2b2;
    width: fit-content;
    font-size: 15px;
}

.alert-success {
    background: #A7F2EB;
    width: fit-content;
}

.color-box {
    margin: 15px 0;
    padding-left: 20px;
  }
  .shadow {
    background: #d1e1e3;
    height: 50px;
    box-sizing: border-box;
    border-radius: 15px;
  }
  .tip-box a,.tip-box a:visited, .tip-box a:link {
   color: #d1e1e3;
  }
  .tip-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #76a5b0;
    margin-top: -5px;
    margin-left: -15px;
    z-index: 3;
  }
  .tip-box {
    color: #d1e1e3;
    background: #76a5b0;
    padding: 9px 40px;
    box-sizing: border-box;
    border-radius: 15px;
    height: 40px;
    margin: 5px;
  }

.tip-shadow{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #d1e1e3; margin-left: -20px;
    margin-top: -10px; 
}

input.error { 
	border: 1px dotted red; 
	
}

label.error { 
	font-style: italic;
	font-size: 0.6em;
}

.error_msg {
	color:red;
	font-style: italic;
	font-size: 0.6em;
}

.error_msg  p{
	color:red;
	font-style: italic;
	font-size: 1.2em;
}

#application_form  label.error {
	color: red;
	margin-left: 10px;
	width: auto;
	display: inline;
}

#application_financial label.error , #application_budget  label.error {
	color: red;
	margin-left: 10px;
	width: auto;
	display: inline;
}


#tab_15, #tab_14, #tab_13, #tab_12, #tab_11 {
    border: 0.3px solid gainsboro;
}


#tab_15 td, #tab_14 td, #tab_13 td, #tab_12 td, #tab_11 td {
    padding:10px;
}

#tab_15 th, #tab_14 th, #tab_13 th, #tab_12 th, #tab_11 th {
    padding:10px;
    background-color: gainsboro;
    vertical-align: top;
}


.question {
 margin: 20px;
 margin-left: 10px;
 border: 2px solid #D5D5D5;
 border-radius: 5px;
 padding: 2em 2em;
	
}

.question_budget {
 margin: 20px;
 margin-left: 10px;
 margin-right: 60px;
 border: 2px solid #D5D5D5;
 border-radius: 5px;
 padding: 2em 2em;
	
}

li {
	font-size: 1em;	
}
.question_text {
	font-weight: bold;	
}

.question_answer {
	margin-left : 10px;
	margin-top : 10px;
}

.question_group {
	width: 200px;
}

.question_budget_group {
	width: 400px;
}

.blank_row {
	height: 20px;
}

.login {
    position:fixed;
    margin-left:20%; /* half of width */
    margin-top:100px;  /* half of height */
	margin-bottom:100px;
	font-size: 1.6em;
	position: relative;
	overflow: auto;
	
}

.register {
    
    margin-left:30%; /* half of width */
  	margin-right:30%; /* half of width */
    margin-top:100px;  /* half of height */
	margin-bottom:100px;
	font-size: 1.6em;
	position: relative;
	overflow: auto;
	
	border: 2px solid #D5D5D5;
	border-radius: 5px;
	padding: 20px;
	display: inline-block;
}



input[type=text] {
	width: 200px;
}


input[type=password] {
	width: 200px;
}

.register_input {
	width:350px !important;
}

.register_input_big {
	width:90% !important;
}

.register_input_number {
	width:200px !important;
}



#submit {
	text-align: center;
	font-size: 0.8em;
	position:relative;
}

#cancel {
	text-align: center;
	font-size: 0.65em;
}


#tab_14 input{
	width: 120px;
}

#tab_15 input{
	width: 120px;
}

#submit input,anchor,button {
    background-color: #FFB400;
    color: #FFF;
    padding-left: 4em;
    padding-right: 4em;
	border-radius: 5px;
	padding: 1.2em 2em;
	min-width: 8em;
	margin-right: 0.5em;
	border: medium none;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}

#resend-code-button {
    font-size: 15px;
    width: fit-content;
}



.border_line {
    border: 2px solid #D5D5D5;
    padding: 2em 3em;
	border-radius: 5px;
	margin-bottom: 20px;
	width:60%;
}

.border_line_ {
    border: 2px solid #D5D5D5;
    padding: 2em 3em;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-right: 50px;
}



label.info {
	display: block; 
	width: 40%;
}

span.info {
	width: 280px;
	float: left;
	
}

#flashMessage,#flashMessage_b,#flashMessage_y, #flashMessage_q1,#flashMessage_q2,#flashMessage_q3,#flashMessage_q4{
	background: #A7F2EB;
	border: thin solid #eee;
	width:500px;
}

.noteMessage {
	background: #A7F2EB;
	border: thin solid #eee;
	padding: 10px 60px 10px;
	position: relative;
	margin-right: 50px;
}



.progress { 
	position:relative; 
	width:450px; 
	border: 1px solid #ddd; 
	padding: 1px; 
	border-radius: 3px; 
}

.bar { 
	background-color: #A7F2EB;
	width:0%; 
	height:20px; 
	border-radius: 3px; 
}

.percent { 
	position:absolute; 
	display:inline-block; 
	top:1px; 
	left:5px; 
}
input[type="file"] { font-size: 10px; }

.submitted {
	background-color: #47C1B5;
	color: #FFF;
	padding: 30px 155px 10px;
	position: relative;	
	margin-right: 50px;
	cursor:pointer;
}    

.submitted_tab {
	background-color: #FFB400;
	color: #FFF;
	padding: 30px 155px 10px;
	position: relative;	
	margin-right: 50px;
	cursor:pointer;
}

.submitted_tab_disabled {
	background-color: #BABABA;
	color: #FFF;
	padding: 30px 155px 10px;
	position: relative;	
	margin-right: 50px;
	cursor:pointer;
}

.fa {
	font-size: 2.9em;
	position: absolute;
	top: 40%;
	left: 1.25em;
}


input[type=number] {
	width: 120px;
}

.table_header  td{
	vertical-align: top;
}
.toggle{
 display:inline-block;

}
.toggle.expanded{

}

.report_box {
	height: 10em;
	width: 40em;
}

.reporting_box_small{
	height: 5em;
	width: 20em;
}


.number_text {

	text-align: right;
	min-width: 120px;
}

.number_text_liq {

	text-align: right;
	min-width: 80px;
}
.comment {
	padding-left:20px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  font-size: 0.8em;
  background-color: orange;
  color: #fff;
  text-align: left;
  padding: 5px 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
 content: " ";
  position: top;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent orange transparent transparent;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/* Tablet portrait */
@media only screen and (min-width: 700px) {
  
  .logo-container .csc-default,
    .team-container .csc-default {
        width: 50%;
        float: left;
    }
    .dce-person {
        min-height: 43em;
    }

    /* Hide mobile only elements */
    #toggle,
    #mobile-navi-panel,
    #body-overlay {
        display: none!important;
    }
    /* Show topbar */
    .home #topbar,
    #topbar {
        display: block;
    }
    #topbar .main-navi,
    #topbar .lang-navi,
    #topbar .shortcut-bewerbung {
        display: block;
    }
    #topbar {
        position: absolute;
        top: 5em;
        left: 0;
        width: 100%;
    }
    #topbar.compressed {
        z-index: 10;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
        -moz-box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
        box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* With exception of 'Home' shift header wrapper to leave space for the fixed topbar */
    #header-wrapper {
        margin-top: 8em;
    }
    .home #header-wrapper {
        margin-top: 0;
    }


    #topbar #topbar-wrapper-inner,
    #header-wrapper-inner,
    .home #partners-wrapper-inner,
    .home #news-wrapper-inner,
    #page-content-wrapper-inner,
    #footer-wrapper-inner {
        max-width: 120em;
        margin: 0 auto;
    }
    #topbar #logo-compressed {
        visibility: hidden;
        float: left;
        margin-top: 2em;
    }
    #topbar.compressed #logo-compressed {
        visibility: visible;
    }
    #topbar .shortcut-bewerbung,
    #topbar .main-navi,
    #topbar .lang-navi {
        position: relative;
        top: -1em;
    }
    #topbar.compressed .shortcut-bewerbung,
    #topbar.compressed .main-navi,
    #topbar.compressed .lang-navi {
        position: relative;
        top: 0.4em;
    }
    #topbar.compressed .lang-navi {
        top: 0.3em;
    }
    #topbar .main-navi {
        float: left;
        text-align: right;
        width: 53%;
        /*width: 62%;*/
    }
    #topbar .main-navi ul li {
        position: relative;
    }
    #topbar .main-navi ul li.cur a:after,
    #topbar .main-navi ul li.act a:after,
    .no-touch #topbar .main-navi ul li a:hover:after {
        content: "";
        display: block;
        border-bottom: 2px solid white;
        position: absolute;
        width: 100%;
    }
    #topbar.compressed .main-navi ul li.cur a:after,
    #topbar.compressed .main-navi ul li.act a:after,
    .no-touch #topbar.compressed .main-navi ul li a:hover:after {
        border-bottom: 2px solid #595959;
    }
    #topbar .lang-navi {
        float: left;
        margin-left: 1em;
    }
    #topbar .shortcut-bewerbung {
        float: right;
    }
    #topbar .shortcut-bewerbung p {
        margin-top: 1.4em;
        font-size: 1em;
    }
    #topbar .shortcut-bewerbung a.button {
        background-color: #FFB400;
        color: white;
        padding-left: 2em;
        padding-right: 2em;
        font-size: 1.4em;
        font-weight: normal;
    }
    #topbar .shortcut-bewerbung a.button:hover {
        background-color: #FF9D00;
    }


    #topbar .main-navi ul {
        margin: 0;
        padding: 0;
    }
    #topbar .main-navi ul li {
        display: inline-block;
        font-size: 1.4em;
        margin: 0 0.8em;
    }
    #topbar .main-navi ul li a {
        display: block;
        padding: 2.1em 0;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
    }
    #topbar.compressed .main-navi ul li a {
        color: #595959;
    }



    #topbar .lang-navi {
        position: relative;
    }
    #topbar .lang-navi .lang-navi-toggle {
        font-size: 1.4em;
    }
    #topbar .lang-navi .lang-navi-toggle a {
        margin-top: 1.1em;
        /*padding: 2.1em 2em;*/
        padding: 0.9em 2em;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        display: block;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }
    #topbar.compressed .lang-navi .lang-navi-toggle a {
        color: #595959;
        border: 2px solid white;
    }
    #topbar.compressed .lang-navi .lang-navi-toggle a:hover {
        border: 2px solid #D5D5D5;
        border-radius: 5px;
        box-sizing: border-box;
        box-sizing: content-box;
        background: none;

    }
    #topbar .lang-navi .lang-navi-toggle a:after {
        font-family: 'FontAwesome';
        content: '\f0d7';
        margin-left: 0.5em;
    }
    #topbar .lang-navi ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        border-radius: 5px;
        background-color: #FFB400;
        left: 2em;
        top: 6em;
    }
    #topbar.compressed .lang-navi ul {
        background-color: white;
        left: 0em;
        top: 6.5em;
        border: 1px solid #D5D5D5;
        border-radius: 0;
    }
    #topbar.compressed .lang-navi ul li a {
    }
    #topbar .lang-navi ul li.act {
        display: none;
    }
    #topbar .lang-navi ul li {
        /*display: inline-block;*/
    }
    #topbar .lang-navi ul li a {
        padding: 0.5em 1em;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        display: block;
        font-size: 0.78em;
    }

    #topbar.compressed .lang-navi ul li a {
        padding: 1em 2.95em 1em 2em;
        text-transform: uppercase;
        text-decoration: none;
        color: #595959;
        display: block;
        border-bottom: 1px solid #D5D5D5;
    }
    #topbar .lang-navi ul li:last-child a {
        border-bottom: none;
    }
    .no-touch #topbar.compressed .lang-navi ul li a:hover {
        background-color: #D5D5D5;
    }





    


}


