/*
Feel free to modify this file as much as you want,
it will not be overwritten.
*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script');


@font-face {
	font-family: 'HurmeGeometricSans3';
	src: url('/fonts/HurmeReg.eot');
	src: url("/fonts/HurmeReg.otf") format("opentype"),
	url('/fonts/HurmeReg.eot?#iefix') format('embedded-opentype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'HurmeGeometricSans3Light';
	src: url('/fonts/HurmeGeometricSans3-Light.eot');
	src: url("/fonts/HurmeGeometricSans3-Light.otf") format("opentype"),
	url('/fonts/HurmeGeometricSans3-Light.eot?#iefix') format('embedded-opentype');
	font-weight: light;
	font-style: normal;
}

@font-face {
	font-family: 'HurmeGeometricSans3SemiBold';
	src: url('/fonts/HurmeGeometricSans4-SemiBold.eot');
	src: url("/fonts/HurmeGeometricSans4-SemiBold.otf") format("opentype"),
	url('/fonts/HurmeGeometricSans3-SemiBold.eot.eot?#iefix') format('embedded-opentype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'HurmeGeometricSans3Oblique';
	src: url('/fonts/HurmeGeometricSans3-RegularObl.eot');
	src: url("/fonts/HurmeGeometricSans3-RegularObl.otf") format("opentype"),
	url('/fonts/HurmeGeometricSans3-RegularObl.eot?#iefix') format('embedded-opentype');
	font-weight: lighter;
	font-style: normal;
	color:#363636;
}


.bold {
    font-family: 'HurmeGeometricSans3SemiBold';
}

html, body {
  margin: 0 0 60px 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

* {
  outline-style: none !important;
}

a {
  color: #8fbd4d;
}

.center {
    text-align: center;
}

.btn.btn-theme {
  color: #fff;
  background: #60398f;
  border-radius: 8px;
  font-style: italic;
}

button.success,
button.warning {
  border-radius: 8px;
  padding: 4px 40px;
  font-size: 12px;
  border: none;
}
button.success {
  background: #8fbd4d;
}
button.warning {
  background: #e4ac3a;
}

div.container {
  margin: 0 auto;
  position: relative;
}

div.container h1 {
  color: #8fbd4d;
  font-size: 26px;
  font-style: italic;
  width: 100%;
  text-align: center;
}

div.container div.form-header {
  margin-bottom: 80px;
}

div.steps {
  display: flex;
  height: 50px;
  z-index: 10;
  position: absolute;
  width: calc(100% - 30px);
  margin-top: -50px;
  box-sizing: initial;
}

div.steps div.page-tab {
  display: flex;
  flex: 1;
  align-items: center;
  text-align: center;
  cursor: pointer;
  box-sizing: initial;
}

div.steps div.page-tab div {
  transition: all 0.2s;
  background: #757779;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  min-height: 52px;
  position: relative;
  border: 2px solid #eee;
  height: 100%;
}

div.steps div.page-tab:first-child div {
  border-left: none;
}
div.steps div.page-tab:last-child div{
  border-right: none;
}

div.steps div.page-tab div span {
  display: inline-flex;
  align-content: center;
  flex-direction: column;
  flex: 1 0 100%;
}

div.steps div.page-tab.disabled {
  cursor: not-allowed;
}
div.steps div.page-tab.disabled div {
  color: #b3b3b3;
}


div.steps div.page-tab.no-theme {
  cursor: not-allowed;
}
div.steps div.page-tab.no-theme div {
  color: #b3b3b3;
}

div.steps div.page-tab.active div {
  height: calc(100% + 10px);
  background: #8fbd4d;
}


div.page-header-box {
  margin-top: 0;
  padding: 0 10px;
}
div.page-header-box h2 {
  color: #60398f;
  text-align: center;
  font-style: italic;
  margin-top: 30px;
}

div.page-header-box.page-header-box-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 52px 0 0;
  padding-top: 30%;
}

div.page-description {
  margin-bottom: 40px;
}

div.page-header-box h2,
div.page-description h2 {
  color: #60398f;
  font-style: italic;
  text-align: center;
  line-height: 3;
}


div.themes {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
}

div.themes div.theme {
  display: inline-flex;
  flex: 1;
  margin: 25px 10px;
  padding: 0 0 10px 0;
  text-align: center;
  flex-direction: column;
  cursor: pointer;
}

div.themes div.theme:first-child {
  margin-left: 0;
}

div.themes div.theme:last-child {
  margin-right: 0;
}

div.themes div.theme div.image {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%;
  margin-bottom: 10px;
}


div.pages {}
div.pages div.page {
  display: none;
}

div.pages div.page.active {
  display: block;
}


div.pages div.page.room div.content {
  padding: 0 20px;
  background-image: linear-gradient(#8fbd4d 29%, rgba(255,255,255,0) 0%);
  background-position: top left;
  background-size: 3px 10px;
  background-repeat: repeat-y;
  margin-top: 30px;
}

div.pages div.page.room div.content h3 {
  border-bottom: 1px solid #8fbd4d;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 10px;
}

div.pages div.page.room div.content div.categories {}
div.pages div.page.room div.content div.categories div.category {}

div.pages div.page.room div.content div.categories div.category div.modifications {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
div.pages div.page.room div.content div.categories div.category div.modifications div.modification {
  width: 100%;
  display: flex;
  flex: 0 1 25%;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options {
  flex: 1 1 100%;
  border: 2px solid #8fbd4d;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options button.back-button {
  margin: 0 0 10px 10px;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group {
  width: 100%;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group h4 {
  color: #60398f;
  font-style: italic;
  margin-left: 5px;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row wrap;
  padding: 5px 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option {
  width: 100%;
  display: flex;
  flex: 0 1 25%;
  margin-bottom: 30px;
  flex-direction: column;
  align-items: center;
}
div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option > div {
  width: calc(100% - 10px);
  height: 100%;
  font-size: 14px;
  cursor: pointer;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content div.image,
div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option > div div.image {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  display: flex;
  position: relative;
  padding-top: 73.20%;
  border: 1px solid #000;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option > div.selected div.image {
  border: 3px solid #000;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus div.modification-content div.image::before,
div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus div.modification-content div.image::after {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.2s;
  top: 0;
}
div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus div.modification-content div.image::before {
  content: ' ';
  border: 6px solid #fff;
}
div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus div.modification-content div.image::after {
  content: '+';
  font-size: 16rem;
  color: #e4ac3a;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.6);
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus.selected div.modification-content div.image::after {
  opacity: 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.plus:hover div.modification-content div.image::after {
  opacity: 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option > div div.option-text {
  padding: 5px 5px 0;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option > div div.option-price {
  padding: 0 5px 5px;
  color: #f00;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content {
  width: calc(100% - 10px);
  height: 100%;
  font-size: 14px;
}
div.pages div.page.room div.content div.categories div.category div.modifications div.modification.changeable div.modification-content {
  cursor: pointer;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.group-modification-name {
  font-weight: 700;
  font-style: italic;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.selected-value {
  display: block;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.selected-value.title.extra-cost {
  color: #f00;
}
div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.selected-value.price {
  color: #f00;
  font-weight: 700;
  font-style: italic;
}
div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content span.selected-value.deadline {
  color: #612E83;
  line-height: 3;
  font-size: 12px;
  font-style: italic;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification div.modification-content div.change-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

div.pages div.page#page-summary table.summary-header {
  background: #eee;
  width: 100%;
}

div.pages div.page#page-summary table.summary-header th {
  font-style: italic;
  font-weight: 700;
}

div.pages div.page#page-summary table.summary-header th,
div.pages div.page#page-summary table.summary-header td {
  width: 50%;
  padding: 5px;
}
div.pages div.page#page-summary table.summary-header td {

}
div.pages div.page#page-summary table.summary-header td.hilight {
  color: #60398f;
}


#page-summary div.page-content div.content p {
    margin-top: 10px;
}

#summary div.modifications {
  display: flex;
}
#summary div.modifications div.modification {
  flex: 0 1 50%;
  flex-direction: row;
}
#summary div.modifications div.modification div.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25%;
  padding-top: 18.3%;
  border: 1px solid #000;
}
#summary div.modifications div.modification div.text {
  padding: 5px 10px;
  align-self: flex-end;
}

#summary div.modifications div.modification div.text div.title {
  font-style: italic;
  font-weight: 700;
}

#summary div.modifications div.modification div.text div.price {
  color: #f00;
  font-style: italic;
}

button.continue-button {
  padding: 10px 40px;
  display: block;
  margin: 30px auto;
}

button.success,
.btn-success  {
    background: #93cc2c;
    border: none;
}

button.success:hover,
.btn-success:hover {
  background: #89bd28;
}


body {
    background: url('img/tausta_placeholder.jpeg') no-repeat top left;
    background-size: 100% auto;
    font-family: "HurmeGeometricSans3", sans-serif;
}

div.container {
    margin-top: 200px;
    background: #fff;
}

h1 {
    line-height: 2;
    margin-bottom: 1em;
}

h2 {
	font-size: 25px;
}

.form-header {
    padding: 2em;
}


.header-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: #612E83;
    z-index: 99999 !important;
}

.page-head {
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 1em;
    text-transform: uppercase;
}


/*
div.change-wrapper {
    flex-grow: 1;
}

div.change-wrapper button {
    margin-top: auto;
}

.modification-content {
    display: flex;
    flex-direction: column;
}
*/

div.page-header-box.page-header-box-image,
div.page-header-box.page-header-box-image.summary {
    display: none;
}

.page-content,
#page-summary .page-content {
    margin-top: 100px;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options {
    background: #f7f9f6;
}

div.pages div.page.room div.content div.categories div.category div.modifications div.modification.show-options div.group div.group-options div.option > div.selected div.image {
    border: 6px solid #8fbd4d

}

.selected-partitions {
    line-height: 3;
}

div.partitions {
    justify-content: center;
}

.select-partitions {
    line-height: 3;
}

.price {
    line-height: 3em;
}

.btn-disabled {
    background: #ccc;
}

.btn-disabled:focus,
.btn-disabled:visited,
.btn-disabled:active,
.btn-disabled:hover {
    background: #ccc;
    cursor: default;

}
