#backdrop{
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1010;
  display: none;
  opacity: 0.5;
}
#disclaimer-backdrop{
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1010;
  opacity: 0.5;
  top:0;
}
#disclaimer{
  z-index:1011;
  position:fixed;
  top:50%;
  left:50%;
  background-color:#fff;
  border-radius:4px;
  transform:translate(-50%,-50%);
  padding:25px;
  box-sizing:border-box;
}
#disclaimer .disclaimer-action{
  display:flex;
  justify-content: flex-end;
}
#disclaimer h2{
  font-size:24px;
  font-weight:600;
}
#disclaimer-text{
  height:400px;
  overflow:auto;
  margin-bottom:30px;
  padding:20px;
  border:1px solid rgba(112,112,112,0.23);
  position:relative;
}
#info-text{
  display:none;
  background-color:#FD6161;
  padding:10px 20px;
  color:#fff;
  border-radius:25px;
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  top:400px;
}
#disclaimer{
  width:90%;
  max-width:900px;
}
#show-checkbox{
  padding-bottom:30px;
}
.input-euro,
.input-euro-green{
  position:relative;
}
.input-euro::before,
.input-euro-green::before{
  content:'€';
  display:inline-block;
  position:absolute;
  right:-10px;
  font-weight:600;
  color:#4B4B4B;
  top:50%;
  transform:translate(0,-50%);
}
.green,
.input-euro-green::before{
  color:#45946C;
}
.dashboard-content{
  padding:0 50px 50px 50px;
}

.backend-table{
  width:100%;
  text-align:left;
}

.backend-table th{
  padding:15px 0;
  font-weight:600;
}

.backend-table td{
  font-weight:300;
  font-size:15px;
  padding:15px 0;
}

.backend-table tr{
  border-bottom: 1px solid #EFEFEF;
}
.backend-table tr a{
  color:#45946C;
}
.calc-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:30px 0;
}
.your-option .part-box > div{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:30px;
}

.your-option .part-box > div > div:first-of-type{
  width:30%;
  padding-left:70px;
  position: relative;
}
.your-option .part-box > div > div:first-of-type::before{
  content:'1';
  width:50px;
  height:50px;
  border-radius:50%;
  color:#fff;
  font-weight:700;
  background:linear-gradient(to bottom, #45946C, #283044);
  display:flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  left:0;
  top:0;
}
.your-option .part-box > div > div:last-of-type{
  width:65%;
  padding-left:70px;
  position: relative;
}
.your-option .part-box > div > div:last-of-type::before{
  content:'2';
  width:50px;
  height:50px;
  border-radius:50%;
  color:#fff;
  font-weight:700;
  background:linear-gradient(to bottom, #45946C, #283044);
  display:flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  left:0;
  top:0;
}

.your-option .part-box > div > div:last-of-type > p{
  max-width:550px;
}
.part-box{
  padding:50px;
  background-color:#fff;
  border-radius:10px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16) !important;
}
.part-box i{
  font-size:40px;
  margin-bottom:10px;
}
.part-box.one{
  width:100%;
}
.part-box.three p{
  font-size:16px;
  font-weight:600;
}
.part-box.three p:last-of-type{
  margin-top:60px;
}
.part-box .price{
  font-weight:600;
  font-size:24px!important;
  margin:20px 0;
}
.part-box.three{
  width:100%;
  margin-bottom:30px;
}
.part-box.three-two,
.part-box.two{
  width:100%;
}
.part-box.two:first-of-type{
  margin-bottom:30px;
}


.part-box.two > div p:first-of-type{
  display:flex;
  justify-content: space-between;
}

.part-box.two > div p,
.part-box.three-two > div p{
  width:100%;
}
.part-box.three-two > div{
  width:40%;
}
.part-box.three-two > div.bar{
  width:100%;
}
.part-box.three-two > div.bar p{
  font-weight:bold;
  color:#fff;
  margin-bottom:0;
}
.bar-red{
  background-color:#FD6161;
  border-radius:25px;
  padding:5px 25px;
  margin-left:-25px;
  margin-bottom:10px;
  min-width: 150px;
  flex-wrap:wrap !important;
}
.bar-red p{
  width: auto!important;
}
.bar-green{
  background-color:#45946C;
  border-radius: 25px;
  padding:5px 25px;
  margin-bottom:10px;
  margin-left:-25px;
}
.part-box.three-two{
  order:5;
}
.part-box.three.right{
  order:4;
}

.graphic{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.graphic > div:first-of-type{
  width:12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.graphic > div:first-of-type i{
  margin-top:auto;
}
.graphic > div:first-of-type p:last-of-type{
  margin-top:auto;
  justify-self:flex-end;
  margin-bottom:50px;
}

.graphic > div:first-of-type p:last-of-type span{
  height:45px;
  width:45px;
    background-color:#efefef;
    color:rgba(112,112,112,0.36);
    margin-right:10px;
    font-weight:600;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.graphic > div:last-of-type{
  width:18%;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left:20px;
  margin-top:-50px;
}
.graphic > div:last-of-type p:last-of-type{
  margin-bottom:50px;
}
.graphic > div:last-of-type .green,
.your-option .green{
  font-size:24px;
  margin-bottom:0px;
}
.graphic-image{
  width:65%;
}
.graphic-image img{
  width:100%;
  height:auto;
}
.graphic-image .running-time{
  display:flex;
  justify-content: space-between;
  margin-top:15px;
}

.part-box.three-two > div,
.part-box.two > div{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part-box.three.green{
  background:url('/img/bubble.png'),linear-gradient(to right, #45946C, #283044);
  background-repeat:no-repeat;
  background-position: right bottom, center;
  background-size:50%, 100%;
  color:#fff;
}
.part-box.three.right{
  background-repeat:no-repeat;
  background-position: right bottom, center;
  background-size:50%, 100%;
  color:#fff;
}
.right.red{
  background:url('/img/bubble.png'),linear-gradient(to right, #FD6161,#FD6161);
}
.right.green{
  background:url('/img/bubble.png'),linear-gradient(to right, #45946C, #283044);
}
.shadow{
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16) !important;
  padding:50px;
  margin:20px 0;
  background-color:#fff;
  border-radius:10px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shadow .form-group{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.shadow .table-scroll{
  width:100%;
  overflow-x:auto
}

.table-scroll .part-table{
  min-width:870px;
}
#dashboard-customer .table-scroll .part-table{
  min-width:680px;
}
.shadow .bottom-part{
  width:100%;
  border-top: 1px solid #EFEFEF;
  padding-top:50px;
  margin-top:20px;
  display:flex;
  flex-direction:column;
  justify-content: space-between;
}
.shadow .bottom-part .form-group{
  margin-bottom:0;
}

.border-top{
  border-top:1px solid #EFEFEF;
  padding-top:20px;
  margin-top:10px;
}
p.border-top{
  margin-bottom:20px!important;
}
.calc-row p{
  margin-bottom:10px;
  line-height:24px;
}
.bottom-part .right-part{
  margin-left:auto;
}
.bottom-part .left-part{
  margin-right:auto;
}

.bottom-part .right-part.both,
.bottom-part .left-part.both{
  margin:0;
}
.bottom-part .left-part.both a{
  margin: 16px 0;
}

.shadow .left-part,
.shadow .right-part{
width:100%;
display:flex;
flex-direction: column;
}

.right-part .ground-share{
  margin-top:auto;
}
.form-group input,
.form-group select,
#calculation-values input:read-only,
input.step:read-only{
  background-color:#EFEFEF;
  border:0;
  padding: 10px 15px;
  width:100%;
  height:42px;
}
input:read-only,
#calculation-values .bottom-part input:read-only{
  cursor: default;
  background-color:transparent;
  min-width:10px!important;
  max-width:99.99%!important;
  transition: width 0.25s;
}

.form-group textarea,
#calculation-values textarea:read-only{
  background-color:#EFEFEF;
  border:0;
  padding: 10px 15px;
  width:100%;
}
.form-group.full-height{
  align-items: flex-start;
}
.form-group.full-height label{
  margin-top:8px;
}
.form-group label{
  font-weight:300;
  color:#707070;
  width:100%;
  margin-bottom:0;
  padding-right:10px;
}

::placeholder{
  color:rgba(112,112,112,0.36)!important;
  font-weight:300 !important;
}
::-webkit-input-placeholder{
  color:rgba(112,112,112,0.36)!important;
  font-weight:300 !important;
}
::-moz-placeholder{
  color:rgba(112,112,112,0.36)!important;
  font-weight:300 !important;
}
:-moz-placeholder{
  color:rgba(112,112,112,0.36)!important;
  font-weight:300 !important;
}
:-ms-input-placeholder{
  color:rgba(112,112,112,0.36)!important;
  font-weight:300 !important;
}
::-ms-input-placeholder{
  color:rgba(112,112,112,0.36)!important;
  font-weight:300 !important;
}
.dashboard-heading,
.dashboard-content .event-actions{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dashboard-content .event-actions .btn{
  margin-top:10px;
}
.dashboard-heading h1{
  margin:10px 30px 10px 0px;
}

.dashboard-heading a{
  margin:10px 0;
}
.dashboard-heading h1 i{
  padding:5px;
  font-size:30px;
}

.dashboard-heading a,
.event-actions a:first-of-type, .event-actions button{
  display:flex;
  align-items: center;
  width:100%;
  max-width:350px;
  justify-content: center;
}

/* Delete Modal */

.delete-top i{
  font-weight:700;
  font-size:20px;
  vertical-align:middle;
}
.delete-cm-modal-header .la-close,
.edit-modal-header .la-close {
  float: right;
  padding: 5px;
  font-size: 18px;
  color: #0A69A6;
}

#delete-heading,
#edit-heading-meeting,
#edit-heading-discount,
#edit-heading-category {
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
}
#delete-heading i,
.edit-top i {
  font-size: 32px;
}


.delete-cm-modal {
  display:none;
  z-index:9999;
  position:fixed;
  top:50%;
  left:50%;
  background-color:#fff;
  border-radius:4px;
  transform:translate(-50%,-50%);
  width:calc(100% - 30px);
  max-width:500px;
  /* border:1px solid #000; */
  padding:15px;
  box-sizing:border-box;
}

.delete-button,
.edit_button{
  margin: 15px auto;
  display:block;
  text-align:center;
  cursor:pointer;
}
.right-side{
  background-color:#F5F5F5;
  min-height:100vh;
}

#show_calculation .event-actions{
  justify-content: flex-start;
  align-items: center;
}
#show_calculation .event-actions a:last-of-type{
  margin: 0 0 0 15px;
  color: #707070 !important;
  margin-top:10px;
}

.position-left{
  top:0;
  left:0;
  height:100%;
  overflow-y:auto;
  width:270px;
}

.off-canvas-content .off-canvas.position-left,
.position-left{
  -webkit-transform: translateX(-270px);
  transform:translateX(-270px);
}

@media print, screen and (min-width:500px){
  .part-box.three-two > div{
    flex-wrap: nowrap;
  }
  .part-box.three-two > div p:last-of-type{
    width:auto;
  }
  .part-box.three-two > div p:last-of-type{
    width:40%;
    text-align:right;
  }
}
@media print, screen and (min-width:570px){
  .shadow .form-group{
    flex-direction: row;
  }
  .form-group label{
    width:42%;
  }
  .form-group input,
  .form-group select,
  .form-group textarea,
  #calculation-values input:read-only
  #calculation-values textarea:read-only,
  input.step:read-only{
    width:58%;
  }
}

/* @media print, screen and (min-width: 40em){
  .shadow .left-part,
  .shadow .right-part{
    width:45%;
  }
  .bottom-part .left-part.both a{
    margin-left:40%;
  }
} */



@media print, screen and (min-width:48em){
  .part-box.two{
    width:100%;
  }
  .no-sidebar .part-box.two{
    width:48%;
    margin-bottom:0!important;
  }

  .part-box.two > div{
    flex-wrap: nowrap;
  }

    .part-box.two > div p:first-of-type{
      width:70%;
    }
    .part-box.two > div p:last-of-type{
      width:30%;
      text-align:right;
    }
    .no-sidebar .part-box.two > div{
      flex-wrap: wrap;
    }

      .no-sidebar .part-box.two > div p:first-of-type,
      .no-sidebar .part-box.two > div p:last-of-type{
        width:100%;
        text-align:left;
      }

}
@media print, screen and (min-width: 50em) {
  .position-left {
    transform: none;
  }
  .part-box.three{
    width:49%;
  }

  .left-side {
    width: 30%;
    /* max-width:370px; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .right-side {
    width: 70%;
    /* top: 0;
    bottom: 0;
    right: 0; */
    margin-left:auto;
    display:flex;
    flex-direction:column;
  }
}


@media print, screen and (min-width: 64em){
  .left-side{
    width:25%;
  }
  .right-side {
    width: 75%;
  }
}

@media print, screen and (min-width:74em){
  .left-side{
    width:20%;
  }
  .right-side {
    width: 80%;
  }
}

@media print, screen and (min-width:75em){
  .shadow .left-part,
  .shadow .right-part{
    width:45%;
  }
  .bottom-part{
    flex-direction: row !important;
  }
  .bottom-part .left-part.both a{
    margin-left:42%;
  }

  .no-sidebar .part-box.two > div{
    flex-wrap: nowrap;
  }

    .no-sidebar .part-box.two > div p:first-of-type{
      width:70%;
    }
    .no-sidebar .part-box.two > div p:last-of-type{
      width:30%;
      text-align:right;
    }
    .part-box.two{
      width:49%;
      margin-bottom:0!important;
    }

  .part-box.three{
    width:32%;
  }
  .part-box.three p{
    font-size:18px;
  }
  .part-box .price{
    font-size:36px!important;
  }
  .part-box.three.right{
    order:5;
    margin-bottom:0;
  }
  .part-box.three-two{
    width:66%;
    order:4;
  }

}

@media print, screen and (max-width:1550px){
  .graphic{
    flex-wrap:wrap;
  }
  .graphic > div:first-of-type{
    width:100%;
  }


  .graphic > div:last-of-type{
    width:40%;
  }


  .graphic > div:last-of-type p:last-of-type{
    margin-bottom:0px;
  }

  .graphic-image{
    width:60%;
  }

}

@media print, screen and (max-width:1020px){

  .your-option .part-box > div > div:first-of-type,
  .your-option .part-box > div > div:last-of-type{
    width:100%;
    margin:10px 0;
  }
}

@media print, screen and (max-width:750px){

  .graphic > div:last-of-type{
    width:100%;
    margin-top:15px;
    padding-left:0;
  }

  .graphic > div:last-of-type p:last-of-type{
    margin-bottom:0px;
  }

  .graphic-image{
    width:100%;
  }

}
