/******************
    User custom CSS
    ---------------
*/

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-hr {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAADCAYAAABfwxXFAAAANUlEQVQImWXJsQ0AIAgEwMcwyoeK/SehIj8L2hq99qyqtiSQRGYaLt7dmBlIwmtFBNwdJL88+ccQDrvP/PwAAAAASUVORK5CYII=");
    background-color: transparent;
    background-repeat: repeat-x;
    border: none;
    height: 3px !important;
    margin-top: 15px;
    margin-bottom: 0px;
    opacity: 1;
}

h1, .h1, h2, .h2 {
    color: #114380;
    margin-top: 40px;
}

h1, .h1 {
    font-size: 34px;
	font-weight: normal;
}

h2, .h2 {
    font-size: 26px;
    font-weight: bold;
}


h3, .h3 {
    color: #000;
	font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.form-control {
    border-color: #B7C6D9;
}

input.form-control:focus {
    background-color: #fffbe5;
    border: 1px solid #114380;
    border-bottom-width: 3px;
    box-shadow: none;
}

.survey-welcome {
    margin-top: 50px;
	margin-bottom: 20px;
    font-size: 18px;
}

.navbar-collapse {
    clear: both;
}

.group-description {
    font-size: 16px;
}

.question-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0px;
    background-color: #F2F5F8;
    background-color: #FFF;
	clear: left;
	padding-right: 5px;
}

.question-title-container {
	font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.question-text {
    font-size: 18px; 
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 5px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 5px;
}

.answer-container {
	background-color: #F2F5F8;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.list-radio .answer-container {
	padding-bottom: 0px;
}

.row.ls-answers.answers-list.radio-list.form-inline {
    padding-bottom: 20px;
    margin-left: -30px;
}

.multiple-opt .answer-container {
	padding-bottom: 0px;
}

.ls-answers {
	padding-bottom: 10px;
}

/* Matrix */

.array-flexible-row .answer-container {
    padding: 0px;
}

table.ls-answers {
    margin-top: 15px;
    margin-top: 0px;
    border: 0px;
    
}


.table>:not(:first-child) {
    border-color: transparent;
}


.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 4px;
    /* border-color: #fff; */
}

.table>caption + thead>tr:first-child>th, .table>colgroup + thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption + thead>tr:first-child>td, .table>colgroup + thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-top: 0;
	border: 0px;
}


/* Border ganze Tabelle */
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 2px solid #fff;
	border: 0px;
	border-top: 1px solid #B7C6D9;
}

.ls-even {

}

.ls-odd {

}


/* Tabelle Kopfzeile */
tr.ls-heading {
	/* background-color: #fff; */
	border-bottom: 3px solid #B7C6D9;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;    
}

.ls-answers tbody .answertext {
    text-align: left;
	padding-left: 10px;
}

.ls-answers td {
    border: 0px;
}

.ls-answers .table>thead>tr>th {
    border-bottom: 0px;
}

div.ls-table-wrapper {
    padding: 10px;
}

td.answer-item {
    border: 0px;
}

.form-group {
	margin-bottom: 3px;
	font-size: 15px;
}


.radio-item input[type="radio"] {
	display: none;
	width: 10px;
	height: 10px;
	top: 13px;
}

/* Define the color for Awesome Bootsrap Checkboxes ; based on bg-primary background-color*/
label::after{
	background-color:#FFF;
}

.radio-item label {
    top: 3px;
}
.radio-item label::before {
    top: 3px;
}

.radio-item label::after {
	background-color: #416999;
	top: 6px;
}

.checkbox-item label::before {
	top: 3px;
}

.checkbox-item label::after {
	top: 4px;
	color: #416999;
}


.form-control {
    border-radius: 0px;
}

.text-list input {
	margin-bottom: 5px;
	border-radius: 0px;
}

.navigator {
	border-top: 1px solid #C4D1E0;
}

/*
#navigator-container {
	margin-right: 0px;
	margin-left: 0px;
}
*/

#navigator-container .col-xs-6 {
	padding-left: 0px;
	padding-right: 0px;
}



.btn, .btn:focus, .btn:active:focus{
    
	background-color: #C4D1E0;
    border-radius: 0px;   
    
}


.btn-default:hover {
	background-color: #A7BAD0;
}
	
.btn-primary, .btn-primary:active:focus, .btn-primary:focus {
    background-color: #FFD500;
    color: #003572;
}

.btn-primary:hover {
    background-color: #FFB400;
    color: #003572;
}    


.navigator .btn, .navigator .btn:active:focus, .navigator .btn:focus {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
	position: relative;
	top: -2px;
    border: 0px solid transparent;

    background-image: none;
    white-space: nowrap;
    min-width: 150px;

    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 12px;

/*
	background-color: #C4D1E0;
*/	
}

/*
.navigator .btn, .navigator .btn:hover, .navigator .btn:active:focus, .navigator .btn:focus {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
    border-radius: 0px;   
	background-color: #C4D1E0;
}
*/

.modal-footer .btn + .btn {
    margin-bottom: 5px;
}

/* Styles für Eingabe Token bei geschlossener Umfrage */
.token-page .well {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
}

.load-survey-row {
	text-align: right;
}

.token-page .form-group {
	margin-top: 20px;
}

.token-page .text-info {
	font-size: 16px;
	color: #696969;
}

/* Sticky Footer */

html, body {
   margin:0;
   padding:0;
   height:100%;
}

#container {
   min-height:100%;
   position:relative;
}


#content {
   /* padding:10px; */
   padding-bottom:60px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#003572;
}

.save-message, .well {
    border: 9px;
    background-color: #fff;
    box-shadow: none;
    
}

.save-survey-input, .input-cell {
    text-align: right;
    padding-top: 10px;
}

/* Sticky Footer Ende */

/* IE11 Hack */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

    .dir-ltr table.ls-answers .radio-item label.ls-label-xs-visibility::after, .dir-ltr table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {
        margin-left: 0px;
    }
    
    .dir-ltr table.ls-answers .radio-item label.ls-label-xs-visibility::before, .dir-ltr table.ls-answers .checkbox-item label.ls-label-xs-visibility::before{
        margin-left: 0px;
    }
    
    /* Define the color for Awesome Bootsrap Checkboxes ; based on bg-primary background-color*/
    label::after{
    	background-color:#FFF;
    }
}

.container .jumbotron, .container-fluid .jumbotron {
    background-color: transparent;
}

tbody, td, tfoot, th, thead, tr {
    border: 0px solid;
    border-color: inherit;
}

.uploadedfiles th {
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
}

.uploaded {
    visibility: hidden;
    height: 1px;
    width: 1px;
}

.upload + .edit {
    text-align: left;
}

.btn-group>.btn, .btn-group-vertical>.btn {
    margin-right: 5px;
}

.boilerplate .question-container {
    margin-bottom: 0px;
}
.boilerplate .answer-container {
   padding-bottom: 0px;
   margin-bottom: 0px;
   background-color: #ffffff;
}

.yes-no .answer-container {
   padding-bottom: 0px;
}

.asterisk {
    margin-left: 5px;
    margin-top: -3px;
}

li .radio-item, li .checkbox-item, li .radio-text-item, li .checkbox-text-item {
    margin-bottom: 10px;
}

li.answer-item.radio-item {
    margin-right: 15px;

}


@media (min-width: 768px) {
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;
}

}


.test .ls-answers {
    padding-top: 0px;
}

.top0 .ls-answers {
    padding-top: 0px;
}


.ls-answers ul {
    margin-bottom: 10px;
}


table.ls-answers {
    border-color: transparent;
}


tr.ls-heading.ls-header {
    border-top: 2px solid transparent;
}

.test1 tr.ls-heading {

    border: 1px solid #eee;

}

.test1 thead tr, .test1 thead td, .test1 thead th {

    visibility: collapse;

}

.test2 .answer-container, .test2 .ls-answers {
    padding-bottom: 0;
}

.bottom0 .answer-container {
    padding-bottom: 0px;
}


.test3 .ls-answers {
    padding-top: 0px;
}

.datepick .btn {
    min-width: 40px;
    margin-left: 0px;
}

.question-help-container {
    font-size: 16px;
    color: #696969;
    padding-bottom: 5px;
    padding-top: 15px;
}

.top1.question-help-container {
    padding-top: 0px;
}

.top2.question-help-container {
    padding-top: 15px;
}


.test .question-help-container  {
    background-color: #F2F5F8 ;
    padding-left: 17px;
    padding-top: 0px;
    font-size: 14px;
}

.top0 .question-help-container  {
    background-color: #F2F5F8 ;
    padding-left: 17px;
    padding-top: 0px;
    font-size: 14px;
}


.datepick .form-inline .input-group > .form-control {
    width: auto;
}

.einrueck17 {
    margin-left: 17%;
}

.anrede .form-group, .anrede .ls-question {
    margin-left: 17%;
    padding-left: 2px;
}

.anrede .form-group, .anrede .ls-question {
    margin-left: 17%;
    padding-left: 1px;
}

.anrede .answer-container {
    padding-bottom: 8px;
}

.file-upload-modal-footer .btn {
    
}

.uploadmsg {
    margin-top: 10px;
}

li.mb-3 {
    margin-bottom: 3px !important;
    padding-left: 15px;
    padding-right: 15px;
    
}

.answer-container .multiple-list {
    padding-bottom: 15px;
}

:root {
    font-size: 15px;
}

.navbar-right {
    text-align: right;
    list-style: none;
}

.answer-container {
    margin-left: 5px;
    margin-right: 5px;
}