
.fancybox-slide--html {
  padding: 15px 15px 15px;
}

#quote-fade{
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .80;
  z-index: 9999;
}

.project-popup {

  background: linear-gradient(180deg, rgba(245,245,255,1) 0%, rgba(222,225,239,1) 100%);
  display: none;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 30px 50px 30px 50px;
  position: relative;
  overflow: visible !important;
  border-radius: 25px;
  box-shadow: -3px -3px 8px rgba(255, 255, 255, 0.6), 6px 6px 10px rgba(0, 0, 0, 0.2);
}
.project-popup .f-sep {
  border-radius: 15px;
  width: 100%;
  height: 3px;
  box-shadow: inset -1px -1px 1px rgba(255, 255, 255, 0.5), inset 1px 1px 4px rgba(0, 0, 0, 0.1);
  margin: 25px 0;
}
.project-popup .common-form {
  padding: 0;
}
.project-popup .f-header  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.project-popup .f-header h2 {
  font-size: 30px;
  margin: 0;
  display: inline-block;
}
.project-popup .f-header .ffl-wrapper {
  max-width: 200px;
  width: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.project-popup .f-header .ffl-wrapper .ffl-label {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  margin-bottom: 0;
  height: auto;
  left: auto;
  width: 100%;
  color: #212121;
  font-weight: 700;
}
.project-popup .f-header .ffl-wrapper select {
  box-shadow: none !important;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 0;
}
.f-header .ffl-wrapper select {
  height: 40px;
  line-height: 1;
}
.f-header .fancybox-close-small {
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
}
.project-popup h3{
  font-size: 18px;
  margin-bottom: 18px;
}
.project-popup p {
  font-weight: 400;
}


.quote-close{
  width: 29px;
  height: 29px;
  position: absolute;
  top: 10px;
  right: 10px;
}




#quote-loading{
  display: none;
  float: right;
  width: 100px;
  height: 43px;
  color: #002157;
  margin: 10px 5% 0 0;
  padding: 13px 30px 0 0;
  background: url(/images/loading.gif) right 12px no-repeat;
  font-size: 8pt;
}

#quote-message{
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 225px;
  padding: 10px;
  margin-left: -120px;
  background-color: #FFF;
  font-size: 8pt;
}

.qm-wrong{
  border: 3px solid #FF0000;
}

.qm-wrong A:link, .qm-wrong A:visited{
  font-size: 8pt;
}

.qm-right{
  border: 3px solid #0F4771;
}

.qf_error span{
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}

.qf_error div{
  color: #FF0000;
  padding-top: 3px;
}

.qf-close{
  text-align: center;
  padding: 10px 0;
}

.qf-close A:link, .qf-close A:visited{
  font-family: Verdana;
  font-size: 8pt;
}

.qf_done{
  text-align: center;
  color: #0F4771;
  line-height: 150%;
  font-size: 8pt;
}

.qf-file {
  margin-top: 2px;
  cursor: pointer;
  float: left;
  display: inline-block;
  width: 155px;
  height: 53px;
  background: url('/images/upload-icon.png') no-repeat;
}

.qf-file.fr {
  width: 202px;
  background: url('/images/upload-icon-fr.png') no-repeat;
}

.project-popup .ffl-label {
  color: #002157;
  font-size: 16px;
}
.project-popup .ffl-floated .ffl-label,
.project-popup .ffl-count .ffl-label{
  color: #9495AA;
  top: 0px;
  font-size: 10px;
  font-weight: 300;
  background: transparent;
}

.project-popup .ffl-wrapper input,
.project-popup .ffl-wrapper select,
.project-popup .common-form .ffl-wrapper textarea{
  background: rgb(249, 249, 255) 0%;
  font-weight: 500;
  font-size: 16px;
  max-width: 100%;
  box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.project-popup .ffl-wrapper.ffl-floated input:focus,
.project-popup .ffl-wrapper.ffl-floated select:focus,
.project-popup .ffl-wrapper.ffl-floated select,
.project-popup .ffl-wrapper.ffl-floated input,
.project-popup .ffl-wrapper.ffl-floated textarea {
  box-shadow: inset -4px -4px 8px rgba(246, 248, 253, 0.5), inset 8px 8px 16px rgba(7, 3, 32, 0.1);
  background: none;
}
.fancybox-close-small {
  background: white;
  top: 20px;
  border-radius: 50%;
  right: 50px;
  box-shadow: 0px 3px 10px #0000000D;
  display: none;
}
.project-popup .ffl-wrapper.ffl-notfloat .ffl-label {
  font-size: 12px;
  color: #9495AA;
  top: 0px;
  font-weight: 300;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: hidden;
    -webkit-appearance: none;
}
.project-popup .datetime {
  background-image: url('/images/icons/icon-month.png') !important;
  background-position: 90% 50% !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.project-popup .ffl-wrapper input[type="date"],
.project-popup .ffl-wrapper.ffl-floated input[type="date"]
 {
  background-image: url('/images/icons/icon-month.png');
  background-position: 90% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.project-popup .ffl-wrapper select,
.project-popup .ffl-wrapper.ffl-floated select {
  background-image: url('/images/icons/icon-left.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.ffl-count {
  height: 50px;
  border-bottom: 2px solid;
  width: 48%;
  float: right;
  position: relative;
}
.ffl-count .ffl-label {
  left: 0;
}
.ffl-count .sheets-count{
  font-size: 20px;
    position: relative;
}
.project-popup .toggle-password {
  top: 38%;
  right: 5%;
}
.form-bottom {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.radiogroup {
  /* padding: 6px 31px; */
  /* border-radius: 16px; */
  /* background: #ecf0f3; */
  display: flex;
  /* box-shadow: 4px 4px 4px 0px #d1d9e6 inset, -4px -4px 4px 0px #ffffff inset; */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.radiogroup .wrapper {
  padding: 0;
  width: 50%;
}

.radiogroup  .state {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1e-5;
  pointer-events: none;
}

.radiogroup  .label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #394a56;
}

.radiogroup .text {
  font-size: 16px;
  margin-left: 16px;
  opacity: .6;
  transition: opacity .2s linear, transform .2s ease-out;
  font-weight: 500;
  color: #25265E;
}

.radiogroup  .indicator {
  position: relative;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  box-shadow:
    -8px -4px 8px 0px #ffffff,
    8px 4px 12px 0px #d1d9e6;
  overflow: hidden;
}

.radiogroup  .indicator::before,
.radiogroup  .indicator::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
  border-radius: 50%;
}

.radiogroup .indicator::before {
  box-shadow:
    -4px -2px 4px 0px #d1d9e6,
    4px 2px 8px 0px #fff;
}

.radiogroup .indicator::after {
  background-color: rgb(249, 249, 255) 0%;
  box-shadow:
    -4px -2px 4px 0px #fff,
    4px 2px 8px 0px #d1d9e6;
  transform: scale3d(1, 1, 1);
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
}

.radiogroup  .state:checked ~ .label .indicator::after {
  transform: scale3d(.975, .975, 1) translate3d(0, 10%, 0);
  opacity: 0;
}
.radiogroup  .state:checked ~ .label .text {
  font-weight: 700;
  opacity: 1;
  transform: translate3d(4px, 0, 0);
  position: relative;
}
.radiogroup  .state:checked ~ .label .text::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(37, 38, 94, 0.479);
  border-radius: 50%;
  left: -40px;
  top: 3px;
}
.radiogroup .state:focus ~ .label .text {
  transform: translate3d(4px, 0, 0);
  opacity: 1;
}

.radiogroup  .label:hover .text {
  opacity: 1;
}

ul.f-checkbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%
}
.f-checkbox li {
  position: relative;
  list-style: none;
  text-align: center;
  width: 48%;
}
.f-checkbox li label {
  position: relative;
  cursor: pointer;
}
.f-checkbox li label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.f-checkbox li label :checked ~ .icon-box {
  box-shadow: inset -2px -2px 5px white, inset 3px 3px 5px rgba(0, 0, 0, 0.1);
  background: transparent;
}
.f-checkbox li label :checked ~ .icon-box .fa {
  transform: scale(0.95);
  opacity: 1;
}
.f-checkbox li label .icon-box {
  width: 41px;
  height: 41px;
  background: rgb(249, 249, 255) 0%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: -2px -2px 5px white, 3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.f-checkbox li label span {
  font-size: 20px;
  margin-left: 15px;
  font-weight: 400;
  opacity: 0.5;
}
.f-checkbox li label :checked ~ span  {
  color: #25265E;
  font-weight: 500;
  opacity: 1;
}
.f-checkbox li label .icon-box .fa {
  font-size: 20px;
  color: #25265E;
  opacity: 0.1;
}
/* material-available-pop-up BEGIN*/
.material-available {
  display: none;
  padding: 20px;
  background: #fff;
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
  border-radius: 0px 25px;
  min-width: 400px;
  text-align: center;
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.material-available h3{
  font-size: 24px;
  font-weight: 700;
  color: #25265E;
}
.submit-link.btn-yes {
  background: transparent linear-gradient(90deg, #11998E 0%, #38EF7D 100%) 0% 0% no-repeat padding-box;
  max-width: 170px;
  background-size: 100% 100%;
  background-position: 0% 0%;
  box-shadow: -7px -7px 10px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 10px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;

}
.submit-link.btn-no {
  background: transparent linear-gradient(270deg, #F2994A 0%, #FF696C 100%) 0% 0% no-repeat padding-box;
  max-width: 145px;
  background-size: 100% 100%;
  background-position: 0% 0%;
  box-shadow: -7px -7px 10px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 10px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}
.submit-link.btn-yes:hover,
.submit-link.btn-no:hover {
  background-size: 300% 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* material-available-pop-up END */

/* notes pop-up BEGIN */
#notes-popup {
  max-width: 300px;
  background: #66678B;
  border-radius: 10px;
  position: absolute;
  top: 290px;
  z-index: 999;
  right: 250px;
}
#notes-popup .notes-header {
 background: #25265E;
 padding: 10px;
 position: relative;
 border-radius: 10px 10px 0 0;
}
#notes-popup .notes-header:after {
  content: '';
  display: block;
  width: 14px;
  height: 15px;
  position: absolute;
  background-image: url('/images/icons/left-corner.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -12px;
  top: 25px;
}
#notes-popup .notes-header span {
font-size: 12px;
letter-spacing: 0.6px;
color: #9495AA;
text-transform: uppercase;
margin-bottom:0;
}
#notes-popup .notes-header h4 {
  color: #fff;
}
#notes-popup .notes-header .n-buttons {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#notes-popup .notes-header .n-buttons button {
    background: transparent;
    border: none;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 5%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#notes-popup .notes-header .n-buttons button.btn-fc-edit {
  background-image: url('/images/icons/icon-edit.png')
}
#notes-popup .notes-header .n-buttons button.btn-fc-edit:hover {
  background-image: url('/images/icons/icon-edit-hover.png')
}
#notes-popup .notes-header .n-buttons button.btn-fc-delete {
  background-image: url('/images/icons/icon-delete.png')
}
#notes-popup .notes-header .n-buttons button.btn-fc-delete:hover {
  background-image: url('/images/icons/icon-delete-hover.png')
}
#notes-popup .notes-header h4 {
  margin: 0;
}
#notes-popup .notes-body {
  padding: 10px;
}
#notes-popup .notes-body span {
  font-size: 12px;
}
#notes-popup .notes-body .n-text {
  color: #fff;
}
@media screen and (max-width: 650px) {
  .project-popup {
    padding: 30px 30px 50px;
    border: none;
  }

}
