/***********************/
/***** MAIN STYLES *****/
/***********************/

body{
    margin: 0;
    padding: 0;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    position: absolute;
    width: 100%;
}
h2{
    color: #555A6D;
}
p{
    margin: 0px 20px 30px;
    text-align: center;
    color: gray;
    font-size: 15px;
}

/***********************/
/******* BUTTONS *******/
/***********************/

button, .button{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-weight: 600;
    font-size: 18px;
    background-color: #33294c;
    color: white;
    margin: 10px 8px;
    text-decoration:none;
    box-shadow: none;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 12px 20px;
    cursor: pointer;
}
button img, .button img{
    margin-right: 8px;
}
.primary-button:hover{
    background-color: #e5761c;
}
.primary-button:disabled{
    background-color: #9994A5;
    cursor: not-allowed;
}
.secondary-button, .tertiary-button{
    background-color: transparent;
}

.orange-button {
  background-color: #e5761c;
}

.secondary-button{
    color: #33294c;
}
.tertiary-button{
    font-size: 14px;
    color: #888;
    margin: 0;
    padding: 5px;
}
.tertiary-button.highlighted-link{
    color: #e5761c;
}
.timer-banner .tertiary-button.highlighted-link{
    color: white;
}
.inverted-button{
    border: 2px solid #33294C;
}
.main-button-footer{
    width: 100%;
}
#shareAlbum, #downloadEmailValidation{
    border-radius: 0;
}
#menuHoplaMobile{
    font-size: 14px;
    padding: 8px 11px;
    margin: 5px 10px;
}
#menuHoplaMobile:hover, #menuHoplaMobile:active{
    background: #33294C;
    color: white;
}
.payment-option a.button{
    background-color: #e5761c;
    margin-bottom: 0;
    margin-right: 0;
    width: 100px;

}
.payment-option a.button:hover, .payment-option a.button:active{
    background-color: #33294c;
}

/***********************/
/**** NOTIFICATIONS ****/
/***********************/
.notification{
    display: none;
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 55px;
    text-align: center;
}
.notification span{
    position: relative;
    height: 0;
    width: auto;
    margin: 0 auto;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    border-radius: 0 0 5px 5px;
    transition: all .5s ease-out;
}
.notification span#subscribeNotif{
    display: none;
    height: auto !important;
}
.notification span#subscribeNotifEmail,
.notification span#nbNewPhotos,
.notification span#accordNewPhotos,
.notification span#nbFailedPhotos,
.notification span#accordFailedPhotos{
    display: inline;
    visibility: visible;
}
.notification span#subscribeNotif .close-top-notification{
    top: 15px;
}
.notification .slideDown.filledNotif{
    height: auto !important;
    padding: 20px;
}

.notif-error {
    background-color: red;
}

.notif-success {
    background-color: #33B408;
}

.close-top-notification{
    position: absolute !important;
    right: 10px;
    width: 10px !important;
    height: 10px !important;
    cursor: pointer;
}

.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
    height: 100% !important;
    visibility: visible !important;
    padding: 10px 20px;
}
@keyframes slideDown {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(0%); }
}

@-webkit-keyframes slideDown {
    0% { transform: translateY(-100%); }
	100% { transform: translateY(0%); }
}
.input-error{
    border: 3px solid red !important;
}

/***********************/
/******* HEADER ********/
/***********************/

.logo-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 2;
}
.logo-wrapper .logo{
    width: 60%;
    margin: 10px 0 10px 10px;
}

/* PREMIUM LOGO */
#hoplaPremiumLogo {
    display: none;
}

#hoplaProLogo {
    display: none;
}

#albumName{
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    text-align: center;
    font-size: 23px;
    flex: 4 1 auto;
    margin: 0 auto;
    margin-bottom: 5px;
    padding-top: 80px;
}

#printTitle {
  flex: 1 1 auto;
  text-align: center;
}

.archive .logo-wrapper{
    display: block;
    position: relative;
    text-align: center;
}
.archive .logo{
    width: 22%;
}
.archive #albumName{
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.archive-illustration{
    width: 40%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.album-reactivation#album{
    width: 100%;
    background-color: #f6f6f6;
}
.album-reactivation .info-message{
    background: #fff3c4;
    display: flex;
    padding: 12px 22px;
    color: #3c3c3c;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}
.album-reactivation .info-message img{
    margin-right: 6px;
}
.album-reactivation h3{
    text-align: center;
}
.album-reactivation .payment-options-wrapper{
    width: 100%;
}
.album-reactivation .payment-option{
    padding: 0 5px;
    background: white;
}
.album-reactivation .payment-option .checkout-button{
    width: 80px;
}
.album-reactivation .payment-action p{
    margin: 5px 0 10px;
    font-size: 15px;
}
.album-reactivation .help-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.album-reactivation .help-footer a{
    font-weight: bold;
    text-decoration: none;
    color: #33294C;
}
.about-reactivation{
    padding: 20px 25px 60px 20px;
    color: #808080;
}
.about-reactivation h3{
    text-align: left;
}
.about-reactivation p{
    margin: 0;
    text-align: justify;
}

/***********************/
/***** PASSWORD PAGE****/
/***********************/
.password-form{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #F1F1F1;
}
.password-form img{
    margin-bottom: 20px;
}
.password-form #passwordInput{
    height: 40px;
    border: 1px solid #e4e2e2;
    width: 90%;
    padding: 0 9px;
}
.password-form button{
    border-radius: 0;
    width: 95%;
}
.password-form .notification{
    position: static;
    width: 100%;
    background: #ff4141;
    align-items: center;
    justify-content: center;
}

.error-message {
  color: red;
  margin-bottom: 5px;
}

/***********************/
/***** ALBUM GRID ******/
/***********************/

.body-album{
  margin-top: 0px;
}

#album{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 99%;
  margin-top: 8px;
}
.normal-footer {
  padding-bottom: 50px;
}
.large-footer {
  padding-bottom: 110px;
}
.album-wrapper{
    width: 100%;
}
.album-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.grid-item{
    height: auto;
    width: 50%;
    margin-bottom: 3px;
}
.album-image{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 0 3px;
}
.album-image img.thumbnail {
    width: 100%;
    height: 100%;
}

/***********************/
/***** EMPTY ALBUM *****/
/***********************/
.empty-album-message{
    margin: 20px 8px 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
}
.img-empty-album{
    width: 45%;
    margin: 10px 0;
}

.empty-album-message.album-is-empty{
    display: flex;
}
.sort-links.album-is-empty{
    display: none;
}


/***********************/
/******** MODALS *******/
/***********************/

.modal{
    display: none;
    width: 100%;
    position: absolute;
    flex-direction: column;
    z-index: 10;
    box-shadow: 0px -3px 35px 0px darkgrey;
    border-radius: 5px;
    background: white;
}
.modal .info-message{
    margin: 20px 25px -10px;
    font-weight: bold;
}
.modal .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -9px;
    left: 44%;
}
.modal .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -9px;
}
.overlay{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #80808050;
}
.modal p.close-modal{
    font-size: 44px;
    font-weight: lighter;
    text-align: right;
    margin-bottom: -10px;
    margin-right: 15px;
    cursor: pointer;
}

.subscribe input{
    margin: 20px 20px 0;
    outline: none;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    height: 25px;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
.subscribe-album{
    border-radius: 0;
    margin: 0 20px 20px;
}
.global-menu{
    top: 65px;
    right: 10px;
    width: auto;
}
.global-menu .arrow-up{
    left: auto;
    right: 22px;
}
.payment-modal, .payment-success-modal, .unsubscribe-modal, .zip-modal, .extend-album, .create-album-ads, .extend-album-ads, .print-success-modal, .print-error-modal, .share-by-email, .copy-link, .subscribe.web, .share-menu.web, .download-all-pop-up {
  position: fixed;
  text-align: center;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.payment-success-modal{
    max-height: 83vh;
    overflow: scroll;
}


/***********************/
/****** ZIP MODAL ******/
/***********************/
.zip-modal{
    max-height: 50%;
    overflow: scroll;
}
.zip-list-wrapper{
    display: flex;
    justify-content: center;
}
.zip-list-wrapper ul{
    list-style: none;
    padding: 0;
}
.zip-modal .info-text{
    font-size: 14px;
}
#zipList li {
    padding: 10px 0;
}



/***********************/
/****** ADS MODALS ******/
/***********************/
.create-album-ads p.close-modal, .extend-album-ads .close-modal {
  font-size: 25px;
}

.create-album-ads h2 {
  color: #2A2A2A;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}

.create-album-ads h3 {
  text-align: center;
  font-size: 15px;
  color: #7C7C7C;
}

.create-album-ads p {
  color: #7C7C7C;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin: 0px 20px 10px;
}

.create-album-ads p.desc {
  font-weight: bold;
}

.create-album-ads .hyphen {
  font-weight: bold;
  display: none;
}

.create-album-ads .button {
  display: inline-block;
}

.create-album-ads img {
  display: none;
}

.extend-album-ads .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.extend-album-ads .title img {
  padding-right: 10px;
}

.extend-album-ads h2 {
  display: flex;
  flex-direction: row;
  color: #2A2A2A;
	font-size: 25px;
	font-weight: bold;
}

.extend-album-ads p {
  color: #7C7C7C;
	font-size: 18px;
  text-align: center;
}

.extend-album-ads .bold {
  font-weight: bold;
}

/***********************/
/******* PAYMENT *******/
/***********************/
.payment-option {
    display: flex;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    padding: 0 10px;
    margin: 3px 20px;
    justify-content: space-around;
    align-items: center;
    background-color: #F5F5F5;
}
.payment-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.payment-modal p{
    margin: 5px 0;
    font-size: 14px;
}
.payment-price {
    font-size: 32px;
    font-weight: bold;
    position: relative;
}
.payment-price span {
    position: absolute;
    font-size: 20px;
}
.premium-sticker{
    display: inline-block;
    color: white;
    background-color: #e5761c;
    border-radius: 1000px;
    font-size: 10px;
    padding: 5px 10px;
    margin-left: 10px;
}
.payment-success-modal img{
    width: 60%;
}

/***********************/
/**** ALBUM SHARING ****/
/***********************/

.share-link input{
    margin: 20px 20px 0;
    background: #ececec;
    outline: none;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    height: 25px;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
.share-link button{
    margin: 0px 19px 20px;
    padding: 12px 20px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.share-menu button {
    justify-content: flex-start;
    background: none;
    color: #33294C;
    margin: 0px;
}

.share-menu img {
    margin-right: 10px;
}

/***********************/
/***** PRINT MODAL *****/
/***********************/
.modal.shipping-address {
  display: none;
  width: 100%;
  position: fixed;
  flex-direction: column;
  z-index: 10;
  box-shadow: 0px -3px 35px 0px darkgrey;
  border-radius: 5px;
  background: white;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  overflow-y: auto;
}

.form-shipping-address{
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.input-column {
  display: flex;
  flex-direction: column;
  width: 100%
}

.input-column label{
  margin-left: 20px;
  align-self: flex-start;
}

.input-column input {
  height: 30px;
  margin: 5px 10px 25px 10px;
  border: none;
  border-bottom: 4px solid #F2F2F2;
  padding-left: 15px;
  outline: none;
  font-size: 14px;
  font-family: Tahoma,Verdana,Segoe,sans-serif;;
}

.input-column input:focus {
  border-color: #555A6D;
}

#shippingButton {
  margin-top: 10px;
  height: 50px;
}


/***********************/
/***** GLOBAL MENU *****/
/***********************/
.global-menu ul{
    list-style: none;
    padding: 10px;
    margin: 0;
}
.global-menu a.button.secondary-button {
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    font-size: 15px;
}
.global-menu a img{
    width: 20px;
    margin: 10px;
}

#ie-message{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/***********************/
/***** SORTING *********/
/***********************/
.current-sort{
    display: none;
}
.sort-links, .selection-all-wrapper{
    color: #757575;
    font-size: 15px;
    margin: 20px 8px 0;
}

.sort-links {
  display: flex;
  justify-content: center;
}

.photos-info{
    border-top: 1px solid #bfbfbf;
    margin-top: 10px;
    padding: 15px 7px 10px;
    color: #757575;
}

.sort-container{
  display: flex;
  flex-direction: column;
}

.sort-button {
  background-color: white;
  color: #33294c;
  flex: 1 1 auto;
  font-size: 15px;
  width: 300px;
}

.sort-button img {
  padding-left: 10px;
}

.sort-list{
  list-style: none;
  background-color: white;
  border-radius: 5px;
  z-index: 3;
  margin: 0px 8px;
  flex-direction: column;
  width: 290px;
  position: absolute;
  margin-top: 50px;
  padding: 5px 5px;
}

.sort-list li {
  flex: 1 1 100%;
  display: flex;
}

.sort-list .sortby {
  flex: 1 1 100%;
  padding: 2px 0px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.sort-list .sortby:hover{
  background-color:rgba(0,0,0,0.1);
  border-radius: 4px;
}


/***********************/
/******* UPLOAD ********/
/***********************/

.action-button-wrapper{
    padding: 10px 3%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    width: 94%;
    height: 70px;
    background: white;
    z-index: 1;
    align-items: center;
}
.display-large-footer {
  height: 90px;
}
.uppy-Dashboard-dropFilesTitle {
    font-size: 40px !important;
}
.uppy-DashboardContent-addMore {
    display: none !important;
}

#lastUploaded{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 40px;
}
.grid-section{
    display: block;
    margin: 30px 8px 10px;
    text-align: left;
    border-bottom: 1px solid lightgray;
}


/***********************/
/** DOWNLOAD ACTIONS ***/
/***********************/

.download-image{
    position: absolute;
    display: none;
    width: 38px;
    height: 38px;
    background: white;
    border-radius: 50%;
    bottom: 5px;
    right: 5px;
    border: 1px solid darkgrey;
    justify-content: center;
    align-items: center;
}
.download-image img{
    width: 20px;
}

#loader{
    padding-left: 3px;
    display: none;
}
#lg-download{
    margin-right: 25px;
}
.download-all-pop-up{
    display: none;
    flex-direction: column;
}
.download-all-pop-up .info-message{
    margin: 20px 25px -10px;
    font-size: 16px;
    font-weight: bold;
}
.download-all-pop-up input, .unsubscribe-modal input{
    margin: 20px 20px 0;
    outline: none;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    height: 25px;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}
.download-all-pop-up button, .unsubscribe-modal a.button{
    margin: 0px 19px 20px;
    padding: 12px 20px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}


/***********************/
/****** SELECTION ******/
/***********************/
.selection-mode-off{
  display: none;
}
.selection-all-wrapper{
  display: flex;
}
.selection-all-wrapper a{
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.selection-all-wrapper a span{
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid #a0a0a0;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.selection-all-wrapper a span.selected{
  background: #07a207;
  color: white;
  border-color: #07a207;
}
.selection-all-wrapper.selection-mode-off{
  display: none;
}
.quit-selection-mode{
  font-size: 16px;
}
.quit-selection-mode-mobile {
  margin: 0px;
}
.nb-selected-images-wrapper{
  font-size: 20px;
  font-weight: bold;
}
.img-overlay{
  display: none;
  position: absolute;
  z-index: 1;
  width: 96%;
  height: 98%;
  background: #00000066;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 4px solid transparent;
}

.selection-mode-print .img-overlay,
.selection-mode-delete .img-overlay{
  display: block;
}
.img-overlay.selected{
  box-sizing: border-box;
  border: 4px solid #07a207;
}
.selection-mode-print .delete-selection{
  display: none;
}
.selection-mode-delete .delete-selection{
  width: 30px;
  height: 30px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid white;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.selection-mode-delete .delete-selection.selected{
  background: #07a207;
  color: white;
}
.selection-mode-delete .delete-selection img{
  display: none;
}
.selection-mode-delete .delete-selection.selected img{
  display: block;
}

.selection-mode-delete .print-selection{
  display: none;
}
.selection-mode-print .print-selection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: flex-end;
}


.selection-mode-print .print-selection img{
  display: block;
  margin: 10px;
}

.print-counter-plus, .print-counter-minus {
  display: flex;
  width: 33%;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}

.selection-mode-print .print-counter {
  color: white;
  font-size: large;
  margin-bottom: 10px;
}


/***********************/
/******* FOOTER ********/
/***********************/

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 15px 0 90px 0;
    text-align: center;
}
.footer.album-is-empty{
    display: none;
}
.footer img.footer-logo{
    width: 40%;
    margin-bottom: 30px;
    min-width: 80px;
}
.footer p{
    margin: 0px 20px 10px;
}
.footer-buttons{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.timer-wrapper{
    justify-content: center;
    align-items: center;
}
.timer-banner{
    background: #e5761c;
    padding: 5px;
    text-align: center;
}
.timer-banner .timer{
    color: #ffca9a;
}
.timer-wrapper.mobile{
    width: 100%;
}
.footer .timer-wrapper{
    margin-bottom: 50px;
}
.timer{
    cursor: auto;
}
.help-link{
    display: none;
}

/* GENERAL STUFF */
.hidden {
  display: none;
}

.visible {
  display: flex;
}


/**************************/
/* STYLES FOR MEDIUM SCREENS */
/**************************/

@media (min-width: 600px) {
    .grid-item{
        width: 25%;
    }
}

/**************************/
/* STYLES FOR BIG SCREENS */
/**************************/

@media (min-width: 1281px) {

/* HEADER */
  .header-wrapper{
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: white;
  }
  .logo-wrapper{
    position: relative;
    width: auto;
    display: inline-block;
    padding: 15px 15px 10px 50px;
  }
  .logo-wrapper .logo{
    width: 50%;
    margin: 0px;
    min-width: 80px;
  }
  #menuHoplaMobile{
      display: none;
  }
  #albumName{
    font-size: 23px;
    text-align: left;
    margin-bottom: 0;
    padding: 15px 25px 15px 10px;
    display: flex;
    align-items: center;
  }

/* BUTTON */
  button, .button{
    padding: 10px 20px;
    font-weight: 600;
    margin: 0 8px 10px 8px;
    width: auto;
    font-size: 18px;
  }
  .tertiary-button{
    font-size: 14px;
    margin: 0;
    padding: 5px;
  }
  .main-button-footer{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    height: 50px;
  }

/* NOTIFICATION */
  .notification span{
    width: 30%;
  }
  .notification span#subscribeNotif{
    width: 60%;
    line-height: 40px;
  }
  .notification span#subscribeNotifEmail{
    display: inline;
    visibility: visible;
  }
  .slideDown{
	  padding: 5px 20px;
  }

  /* PASSWORD PAGE */
  .password-form{
      width: 30%;
      margin: auto;
      border-radius: 5px;
  }
  .password-form #passwordInput{
      padding: 0 10px;
      margin-bottom: 8px;
  }

/* ALBUM GRID */
  .body-album{
    margin-top: 90px;
  }
  img.img-empty-album{
    width: 40%;
    margin: 50px 0 10px;
  }
  #album{
    width: 65%;
  }
  .album-grid{
    margin-bottom: 30px;
  }
  .grid-item{
    width: 20%;
  }
  .empty-album-message{
    width: 65%;
    margin: 120px auto 0;
  }

/* ALBUM REACTIVATION */
  .album-reactivation#album{
    margin-top: 0;
  }
  .header-wrapper.archive{
    position: relative;
  }
  .archive #albumName{
    padding: 15px 25px 15px 10px;
    margin-bottom: 0;
  }
  .archive-illustration{
    width: 15%;
  }
  .album-reactivation > p{
    font-weight: bold;
  }
  .album-reactivation .info-message{
    margin: 15px 10px;
    border-radius: 5px;
  }
  .reactivation-wrapper{
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px lightgrey;
    padding: 25px;
  }
  .reactivation-wrapper h3{
    font-size: 26px;
  }
  .reactivation-wrapper .payment-option{
    background: #F5F5F5;
  }
  .about-reactivation{
    width: 50%;
  }
  .about-reactivation h3{
    text-align: center;
  }
  .about-reactivation p{
    text-align: center;
  }

/* ALBUM SHARING */
  #menuHoplaWeb{
    justify-content: flex-end;
    padding: 15px 50px 15px;
    flex: 1 1 auto;
  }

  #menuHoplaWeb a{
    font-size: 18px;
  }

  /* SHARE BY EMAIL */

  .share-by-email {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 7px;
    background-color: #F2F2F2;
    box-shadow: 0 4px 27px 0 rgba(0,0,0,0.4);
  }

  .share-by-email .share-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .share-by-email p.close-modal {
    align-self: flex-end;
    font-size: 20px;
    height: 30px;
  }

  .share-by-email #cancelShare {
    height: 18px;
    width: 60px;
    color: #909090;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    cursor: pointer;
  }

  .share-by-email .title {
    color: #2A2A2A;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
  }

  .share-by-email .subtitle {
    color: #7C7C7C;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .share-by-email form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 15px;
    color: #494949;
    width: 100%;
  }

  .sender-input {
    background-color: #FFFFFF;
    padding: 15px;
    font-size: 15px;
    display: block;
    border: none;
  }

  .error-sender, .error-recipient-list {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
    display: none;
    border: none;
    color: red;
  }

  input[type=email]:focus, .focus {
    border: 1px solid #D2D2D2 !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .share-by-email form :focus {
    outline: none;
  }

  .invalid {
    border-color: red!important;
  }

  .email-id-row {
    width: auto;
    background-color: #FFFFFF;
    padding: 15px;
  }

  .enter-mail-id {
    border: 0px;
    outline:0px;
    background-color: #FFFFFF;
    font-size: 15px;
    width: 100%;
  }

  span.email-ids {
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    background: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
  }
  span.cancel-email {
    height: 9px;
    width: 9px;
    color: #838383;
    cursor: pointer;
    padding-left: 10px;
  }

  span.to-input {
    display: block;
    float: left;
    padding-right: 11px;
  }

  .share-by-email #message {
    resize: none;
    width: auto;
    background-color: #FFFFFF;
    font-size: 15px;
    padding: 15px;
    border: none;
  }

  .share-by-email a.button {
    height: 40px;
    border-radius: 7px;
    background-color: #33294C;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    align-self: flex-end;
    margin-top: 10px;
  }

  .share-by-email a.disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .share-by-email form label {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* COPY LINK */
  .copy-link p.close-modal {
    font-size: 20px!important;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-right: 15px;
  }

  .copy-link .link-box {
    display: flex;
    flex-direction: column;
    padding: 10px 35px 45px 35px;
  }

  .copy-link .link-row {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
  }

  .copy-link .info-message {
    margin: 0 0 20px 0;
  }

  .copy-link input{
    outline: none;
    padding: 12px 20px;
    font-size: 16px;
    width: 55%;
    border: 1px solid #C5C5C5;
  }

  .copy-link button{
    margin: 0px;
    height: 60px;
    width: 45%;
  }

  .modal.shipping-address {
    width: 60%;
  }

  /* PAYMENT */
  .payment-modal, .payment-success-modal, .unsubscribe-modal, .zip-modal, .create-album-ads, .print-error-modal, .print-success-modal, .share-by-email,  .copy-link, .subscribe.web, .share-menu.web, .download-all-pop-up {
    bottom: auto;
    width: 50%;
  }
  .payment-success-modal img{
    width: auto;
  }
  .payment-options-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .payment-option{
    margin: 8px 10px;
    padding: 25px 5px;
    flex-direction: column;
    width: 230px;
  }
  .payment-option div{
    padding: 10px 0;
  }
  .payment-action {
    align-items: center;
  }

  /* PRINT */
  .modal.shipping-address {
    width: 80%;
  }

  .input-same-line {
    display: flex;
    flex-direction: row;
  }


/* UPLOAD */
  .action-button-wrapper{
    padding: 5px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 60px;
  }
  .display-large-footer {
    justify-content: space-between;
  }
  .help-link{
      display: flex;
      margin-right: 50px;
  }
  #lastUploaded{
    width: 65%;
    margin: 0 auto 40px;
  }
  .grid-section{
    margin: 20px auto 10px;
    width: 64.5%;
  }

/* SORTING */
  .sort-links, .selection-all-wrapper{
    width: 64.5%;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
  }
  .sort-links.selection-mode-off{
      display: none;
  }
  .sort-links.new-uploads{
      margin: 0 auto;
  }
  .current-sort{
    display: flex;
    align-items: center;
    padding-left: 15px;
  }

  .sort-button {
    margin-bottom: 0;
  }

  .sort-list {
    margin-top: 35px;
  }

/* SELECTION */
  .quit-selection-mode{
    min-width: 300px;
    font-size: inherit;
    justify-content: flex-end;
  }
  .nb-selected-images-wrapper{
    font-size: 20px;
  }
  .img-overlay{
    width: 97%;
  }

/* DOWNLOAD */
  .download-image{
    display: none;
    width: 30px;
    height: 30px;
  }
  .download-image img{
    width: 16px;
  }
  .album-image:hover > .download-image{
      display: flex;
  }
  .album-image.selection-mode-print:hover > .download-image,
  .album-image.selection-mode-delete:hover > .download-image{
      display: none;
  }
  #lg-download{
    margin-right: 0px;
  }


/* FOOTER */
  .footer {
    width: 65%;
    margin: 0 auto;
  }
  .footer-buttons{
    flex-direction: row;
  }
  .help-buttons-wrapper{
      display: flex;
  }
  .timer-wrapper.web{
    margin-left: 50px;
  }
  .nb-selected-images-wrapper {
    margin-left: 50px
  }

  /* CREATE ALBUM ADS */
  .create-album-ads {
    flex-direction: row;
    padding-bottom: 0px;
  }

  .create-album-ads .part {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
  }

  .create-album-ads p.close-modal {
    font-size: 25px;
  }

  .create-album-ads img {
    display: flex;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
  }


  .create-album-ads h2 {
    color: #2A2A2A;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
  }

  .create-album-ads .text {
    display: flex;
    flex-direction: column;
    padding-top: 85px;
    padding-bottom: 30px;
  }

  .create-album-ads p {
    color: #6A6A6A;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin: 0px 20px 10px;
  }

  .create-album-ads p.desc {
    display: flex;
    flex-direction: row;
    font-weight: bold;
  }

  .create-album-ads .hyphen {
    font-weight: bold;
    display: flex;
    padding-right: 10px;
  }

  /* EXTEND AN ALBUM ADS */
  .extend-album-ads {
    bottom: auto;
    top: 170px;
    width: 30%;
    left: 35%;
  }
  .extend-album-ads p.close-modal {
    font-size: 25px!important;
  }
  .extend-album-ads .title {
    display: flex;
    justify-content: center;
  }
  .extend-album-ads .title img {
    padding-right: 10px;
  }

  .extend-album-ads .button {
    width: 30%;
    align-self: center;
  }

}
