html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/* FE */
/*
white
black
gray: #3d3c3c (90% black)
bright brown: #e7dbc9
brown: #8a6540
*/
body.fe {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

body.fe #attached-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/yellow_star-10.png) no-repeat bottom -20vw right -20vw;
  background-size: 80vw;
}

body.fe #loading-indicator {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  right: -100vw;
  left: -100vw;
  background: #fff url(../img/yellow_star-10.png) no-repeat bottom -20vw right -20vw;
  z-index: 100;

  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

body.fe.loading-forward #loading-indicator {
  right: 0vw;
  left: auto;
}

body.fe.loading-backward #loading-indicator {
  left: 0vw;
  right: auto;
}


body.fe .loader {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: 3px 3px 1px rgb(90,90,90);
	animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}

#loading-indicator .msg {
  position: absolute;
  left: 0;
  top: calc(50% + 80px);
  width: 100vw;
	font-family: 'Cinzel', serif;
  text-transform: uppercase;
  font-size: 3vw;
  text-align: center;
}

@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}


/*
######## ######## 
##       ##       
##       ##       
######   ######   
##       ##       
##       ##       
##       ######## 
*/
#lang-select {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
}

#lang-select a {
  text-align: center;
  border: 1px solid #8a6540;
  color: #8a6540;
  width: 50px;
  display: block;
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
  border-radius: 25px;
}
#lang-select a.active {
  background: #e7dbc9;
}

.fe .start-or {
  text-align: center;
  font-style: italic;
  margin-top: -14px;
  color: #999;
}

.fe-wrap {
  font-family: 'Montserrat', sans-serif;
  padding: 50px;
  /*background: url(../img/yellow_star-10.png) no-repeat bottom -20vw right -20vw;
  background-size: 80vw;*/
  overflow: hidden;
  padding-bottom: 120px;
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

body.fe.loading-forward .fe-wrap {
  /*position: absolute;
  left: -100vw;*/
  margin-left: -100vw;
}

body.fe.loading-backward .fe-wrap {
  margin-right: -100vw;
}

.fe-wrap h2 {
  color: #8a6540;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 26px;
}

.fe-wrap .container {
  width: auto;
  padding: 0px;
}


.fe-wrap .logo {
  display: block;
  margin: 0px auto;
  width: 30vw;
}

.fe-wrap h1 {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 3vw;
  text-align: center;
  margin-top: 50px;
}

.fe-wrap .subheader {
  font-size: 2.5vw;
  text-align: center;
}


.header-row { display: flex; }

.header-row .col-1 {
  padding: 0px 20px 0px 0px;
}

.header-row .logo {
  width: 200px;
}

.fe-wrap .header-row h1 { font-size: 22px; margin-top: 70px; }

.fe-wrap .content {
  margin-top: 50px;
}

.fe-wrap .main-menu {
  margin-top: 0;
}

.fe-wrap .dashboard-menu {
  margin-top: 100px;
}

.fe-wrap .main-menu a,
.fe-wrap .dashboard-menu a {
  font-family: 'Cinzel', serif;
  font-size: 3vw;
  display: block;
  text-align: center;
  border: 1px solid #666;
  line-height: 7vw;
  border-radius: 3.5vw;
  margin: 0px auto 30px auto;
  padding: 0px 10px;
  max-width: 630px;
  color: #666;
  background: rgba(255,255,255,.6);
}

.fe-wrap .main-menu a:hover,
.fe-wrap .dashboard-menu a:hover {
  text-decoration: none;
}

/* GALLERY */
.gallery-row > div {
  padding: 10px;
  overflow: hidden;
}
.gallery-row > div > div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

.gallery-row > div:hover > div {
  transform: scale(1.2);
}

/*
FORM
*/
.fe-wrap .form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  background: none;
}
.fe-wrap .has-success .form-control,
.fe-wrap .has-error .form-control {
  box-shadow: none;
}

.fe-wrap .radio {
  display: inline-block;
  margin-right: 20px;
}

.autark-checkbox {
  display: flex;
}

.autark-checkbox .autark-label {
  flex-grow: 1;
  padding-top: 5px;

}

.autark-onoff {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  width: 65px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  flex-shrink: 0;
}
.autark-onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #cd3c3c;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.autark-onoff label:after {
  content: 'NEIN';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: #591717;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}
.lang-en-US .autark-onoff label:after { content: 'NO'; }

.autark-onoff label:before {
  content: '';
  width: 15px;
  height: 24px;
  border-radius: 3px;
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.autark-onoff input:checked + label {
  background: #378b2c;
  text-indent: 8px;
}
.autark-onoff input:checked + label:after {
  content: 'JA';
  color: #091707;
}
.lang-en-US .autark-onoff input:checked + label:after { content: 'YES'; }

.autark-onoff input:checked + label:before {
  left: 47px;
}

.fe-wrap .checkbox input[type=checkbox] {
  width: 0px;
  height: 0px;
  opacity: 0;
  display: none;
}

.fe-wrap .checkbox label::before {
  content: '';
  display: block;
  background-image: url(../img/ico-check-brown-unchecked.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.fe-wrap .checked .checkbox label::before {
  background-image: url(../img/ico-check-brown-checked.svg);
}

.fe-wrap .checkbox label {
  padding-left: 0px;
}


.fe-wrap .select-styles label {
  width: 100%;
}

.fe-wrap .select-styles input[type=checkbox] {
  display: none;
}

.fe-wrap .select-styles .image-container {
  position: relative;
  height: 200px;
  background-position: center;
}

.fe-wrap .select-styles .image-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 5;
  background: url(../img/check-yellow.svg) no-repeat center;
  background-size: 50px;
  display: none;
}

.fe-wrap .select-styles input[type=checkbox]:checked + .image-container img { opacity: .4; }
.fe-wrap .select-styles input[type=checkbox]:checked + .image-container::after {
  display: block;
}

.fe-wrap .select-styles .checkbox-label {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  color: #B38A22;
  font-weight: 400;
}

#user-form1 .row { margin-bottom: 20px; }


.campaign-container {
  max-width: 100%;
  border: 10px solid #fff;

  -webkit-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.18);
  box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.18);
}

.campaign-container img { width: 100%; }

.campaign-container p { 
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

/*
SIGNATURE
*/
#signature-pad {
  width: 100%;
  height: 300px;
  border: 1px solid #000;
  position: relative;
}

.signature-pad-body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

/* USER-AREA */
#fe-user-pin input {
  width: 200px;
  margin: 0px auto;
  font-size: 60px;
  height: auto;
  text-align: center;
}


/* SESSION FORMS */


.fe-wrap .select-client label,
.fe-wrap .select-session-style label {
  display: block;
}

.fe-wrap .select-client input[type=radio],
.fe-wrap .select-session-style input[type=radio] {
  display: none;
}

.fe-wrap .select-client .image-container,
.fe-wrap .select-session-style .image-container {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fe-wrap .select-client .client-gender-male .image-container,
.fe-wrap .select-session-style .client-gender-male .image-container {
  background-image: url(../img/maleprofile.svg);
}

.fe-wrap .select-client .client-gender-female .image-container,
.fe-wrap .select-session-style .client-gender-female .image-container {
  background-image: url(../img/femaleprofile.svg);
}


.fe-wrap .select-client .image-container::after,
.fe-wrap .select-session-style .image-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 5;
  background: url(../img/check-yellow.svg) no-repeat center;
  background-size: 50px;
  display: none;
}

.fe-wrap .select-client input[type=radio]:checked + .image-container img,
.fe-wrap .select-session-style input[type=radio]:checked + .image-container img { opacity: .4; }

.fe-wrap .select-client input[type=radio]:checked + .image-container::after,
.fe-wrap .select-session-style input[type=radio]:checked + .image-container::after {
  display: block;
}

.fe-wrap .select-client .checkbox-label,
.fe-wrap .select-session-style .checkbox-label {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  color: #B38A22;
  font-weight: 400;
}

.fe-wrap .property-description {
  margin-top: -35px;
  padding-left: 30px; 
}


/* FOOTER */

.footer-actions {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  z-index: 10;
  background: #000 url(../img/letters_logo.png) center no-repeat;
  background-size: 110px;
  padding: 20px 50px 0px 50px;
  
  -webkit-box-shadow: 0px -2px 3px 0px rgba(122,122,122,0.72);
  -moz-box-shadow: 0px -2px 3px 0px rgba(122,122,122,0.72);
  box-shadow: 0px -2px 3px 0px rgba(122,122,122,0.72);
}

.footer-actions a,
.footer-actions button { 
  font-family: 'Cinzel', serif;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  border: 2px solid #8a6540;
  line-height: 40px;
  border-radius: 20px;
  margin: 0px auto 30px auto;
  padding: 0px 20px;
  color: #3d3c3c;
  background: #e7dbc9;
  text-decoration: none;
}

.footer-actions a:active,
.footer-actions button:active,
.footer-actions a:focus,
.footer-actions button:focus,
.footer-actions .clicked { 
  background: #8a6540;
  color: #e7dbc9;
}




/*
########  ######## 
##     ## ##       
##     ## ##       
########  ######   
##     ## ##       
##     ## ##       
########  ######## 
*/
.lang-flag {
  font-size: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  width: 60px;
  height: 60px;
}

.lang-flag-en-US { background-image: url(../img/england.png); }
.lang-flag-de-DE { background-image: url(../img/germany.png); }

.col-help h3 {
  margin-bottom: 20px;
}

.transparent-bg > div {
  background: rgba(255, 255, 255, .9);
}

.pagination {
  float: right;
}

.list-summary {
  margin-bottom: 20px;
}

.panel.is-critical { border-color: rgb(217, 83, 79); }
.panel.is-critical .panel-heading {
  background: rgb(217, 83, 79);
  color: #fff;
}
.panel.is-critical .panel-footer {
  background: rgb(217, 83, 79);
  color: #fff;
}

/* BE/ADMIN */
.blur-text { filter: blur(10px); cursor: pointer; }
.blur-text.unblur { filter: blur(0px); }


/* BE/ADMIN/DEFAULT */
.admin-start-search,
.admin-customer-search {
  width: 400px;
  margin: 0px auto;
}

/* BE/ADMIN/DEFAULT/INDEX */
.admin-active-customers .panel-single-item .panel-body {
  min-height: 180px;
}

/* BE/ADMIN/CUSTOMER/INDEX */
.admin-customers .panel-single-item .panel-body {
  min-height: 180px;
}

/* BE/ADMIN/CUSTOMER/SHOW */
.form-data .property {
  background-image: url(../img/ico-close-black.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-size: 35px;
  min-height: 35px;
}

/* BE/ADMIN/CLIENT/INDEX */
.admin-clients .panel.status-inactive .panel-heading,
.admin-clients .panel.status-inactive .panel-body {
  opacity: .3;
}

/* BE/ADMIN/CLIENT/SHOW */
.admin-client-show .avatar {
  max-width: 400px;
}

/* BE/ADMIN/SESSION/SHOW */
.admin-session-show-notes textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  font-size: 20px;
  color: #666;
  font-weight: 200;
  letter-spacing: 1.2px;
}

.admin-session-show-images .panel {
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* BE/ADMIN/GALLERY/INDEX */
.admin-gallery .panel-body,
.admin-styles-index .panel-body {
  height: 200px;
  background-position: center;
}


/* BE/ADMIN/MAIL/RECEIVER/EDIT */
.admin-mail-receiver .condition-helper {

}


.form-data .property.property-filled {
  background-image: url(../img/ico-check-brown.svg);
}
