.recent_searchs_wrapper {
    width: 450px;
    font-family: 'Roboto', sans-serif;
}


.help_searchs_wrapper, .mail_wrapper {
    width: 650px;
    font-family: 'Roboto', sans-serif;
}

.recent_header {
    background: #0c0d38;
    display: table;
    width: 100%;
    position: relative;
}

.recent_header p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    float: left;
    position: relative;
    padding: 12px 18px 5px;
}

.recent_header p img {
    vertical-align: middle;
    height: 30px;
    margin-left: 25px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 4px;
}

.recent_header p + img {
    position: absolute;
    right: 20px;
    height: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.recent_table {
    background: #616161;
}

.recent_table td {
    padding: 9px 20px;
    font-size: 13px;
    color: white;
    font-weight: 300;
}

.recent_table table {
    padding: 11px 0;
    width: 100%;
}

.recent_table td:last-of-type {
    float: right;
    font-weight: 500;
    text-decoration: underline;
}

.recent_table td a {
    text-decoration: none;
    color: white;
}

.recent_table td strong {
    font-weight: 500;
}

.recent_footer {
    background: #0c0d38;
    padding: 6px 18px;
    position: relative;
}

.recent_footer img:last-of-type {
    float: right;
    margin-top: 2px;
    margin-right: 4px;
}

.info_table {
    display: table;
    position: relative;
    width: 100%;
    background-color: white;
}

.info_table img {
    height: 100%;
    display: block;
}

.info_table .exceded {
    display: inline-block;
    width: 30%;
    float: left;
}

.info_table .text_help {
    width: 68%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
    font-weight: lighter;
    color: gray;
    font-size: 14px;
}

.info_table .buttons_wrapper {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: sans-serif;
    font-size: 11px;
}

.info_table .buttons_wrapper .negation_button {
    background: #0c0d38;
    color: white;
    border: 0;
    width: auto;
    padding: 11px 16px;
}

.info_table .buttons_wrapper .save_button {
    background: #0c0d38;
    color: white;
    border: 0;
    width: auto;
    padding: 11px 16px;
}

.info_table .buttons_wrapper button {
    cursor: pointer;
}

.info_table .buttons_wrapper button:hover {
    opacity: 0.8;
}

.mail_wrapper .info_table .text_help {
    width: 100%;
}

.mail_wrapper .info_table .buttons_wrapper {
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 20px;
}

.mail_wrapper .info_table input {
    width: 93%;
    display: block;
    color: #b0b0b0;
    background: #ecebeb;
    border: 0;
    font-size: 13px;
    font-weight: 300;
    padding: 7px 20px;
    box-sizing: border-box;
    margin: auto auto 25px;
}

.mail_wrapper .info_table .text_help {
    margin-bottom: 0;
}

.close_button {
    cursor: pointer;
}

.recent_header p img {
    margin-left: 4px;
}

.developer {
    width: 80%;
    font-size: 12px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: inline-table;
    text-align: center;
    background: white;
    padding: 10px;
    border-radius: 10px;
    z-index: 20;
}

.main_parent {
    position: relative
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.info_button {
    cursor: pointer;
}

.recent_searchs_wrapper.main_parent {
    position: fixed;
    right: -450px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.help_searchs_wrapper, .mail_wrapper {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    z-index: 1050;
}

.mail_wrapper span.help-block {
    padding: 0px 25px;
    font-size: 0.75em;
}

.mail_wrapper .alert {
    float: left;
    width: 100%;
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1040;
    width: 100%;
    height: 100%;
}

.help_searchs_wrapper .info_table .exceded img {
    max-height: 210px;
    max-width: 210px;
}

/*==== Responsive ===*/
/*== Recent Searchs ==*/
@media (max-width: 465px) {
    .recent_searchs_wrapper {
        width: 100%;
        display: none;
    }

    .recent_table td strong {
        display: block;
    }

    .recent_table td {
        font-size: 0.7em;
    }
}

@media (max-width: 525px) {
    .recent_header p {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .recent_header p img {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    .recent_header p + img {
        position: relative;
        height: auto;
        right: auto;
        margin: auto;
        display: block;
        padding-bottom: 10px;
    }

    .info_table {
        /*margin-bottom: 60px;*/
    }

    .info_table .exceded {
        overflow: hidden;
        position: absolute;
        height: 100%;
    }

    .info_table .buttons_wrapper {
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .info_table .buttons_wrapper button {
        width: 47% !important;
    }

    .mail_wrapper .info_table {
        display: block;
    }

    .mail_wrapper .info_table .buttons_wrapper {
        bottom: 32px;
        text-align: center;
    }

    .mail_wrapper .info_table {
        padding-bottom: 50px;
        margin-bottom: 0;
    }
}

/*== Help messages ==*/
@media (max-width: 665px) {
    .help_searchs_wrapper, .mail_wrapper {
        width: 100%;
    }

    .info_table .exceded {
        overflow: hidden;
        left:0px;
    }
}

.mail_wrapper.main_parent.v2 .right_side .wrapper .form_content {
    background-color: #0c0d38;
}
#cover.cover_v2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.mail_wrapper.v2 {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 660px;
  box-sizing: border-box;
  font-family: "Open Sans";
  display: flex;
  align-items: stretch;
}
.mail_wrapper.v2 * {
  box-sizing: border-box;
  line-height: 1;
}
.mail_wrapper.v2 * img {
  vertical-align: middle;
}
.mail_wrapper.v2 .left_side {
  display: flex;
  width: 455px;
  flex-shrink: 0;
}
.mail_wrapper.v2 .left_side .check_privacy {
  display: inline-block;
  width: 100%;
  font-size: 10px;
  text-align: right;
  color: #ffffff;
  margin-top: 20px;
}
.mail_wrapper.v2.text_center .left_side .check_privacy,
.mail_wrapper.v2.text_left .left_side .check_privacy {
    text-align: left;
}
.mail_wrapper.v2 .left_side .check_privacy a {
  color: #ffffff;
}
.mail_wrapper.v2 .left_side .wrapper {
  position: relative;
  text-align: right;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    height: 100%;
}
.mail_wrapper.v2 .left_side .wrapper .background_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
  background-position: center;
    border-radius: 10px 0 0 10px;
}
.mail_wrapper.v2 .left_side .wrapper .info_wrapper {
  z-index: 1;
  position: relative;
  padding: 30px 25px;
  width: 455px;
  display: block;
  text-align: left;
  min-height: 100%;
  box-sizing: border-box;
}
.mail_wrapper.v2 .left_side .wrapper .info_wrapper .info_message {
  float: right;
  width: 230px;
  color: #ffffff;
}
.mail_wrapper.v2.text_center .left_side .wrapper .info_wrapper .info_message {
    float: none;
    margin: auto;
}
.mail_wrapper.v2.text_left .left_side .wrapper .info_wrapper .info_message {
    float: none;
    margin-left: 0;
    width: 100%;
}
.mail_wrapper.v2 .left_side .wrapper .info_wrapper .info_message .title_message {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.mail_wrapper.v2 .left_side .wrapper .info_wrapper .info_message .content_message {
  font-size: 14px;
}
.mail_wrapper.v2 .left_side .wrapper .info_wrapper .info_message .content_message ul {
  font-weight: 300;
  padding-left: 10px;
}
.mail_wrapper.v2 .left_side .wrapper .info_wrapper .info_message .content_message ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.mail_wrapper.v2 .left_side .wrapper .info_wrapper .info_message .content_message ul li:before {
    content: "\f058";
    font-family: "FontAwesome";
    margin-right: 5px;
}
.mail_wrapper.v2 .left_side .wrapper .info_wrapper .info_message .content_message ul li:last-child {
  font-weight: 600;
}
.mail_wrapper.v2 .right_side {
  display: flex;
  flex-direction: column;
  width: 205px;
  flex-shrink: 0;
    position: relative;
}
.mail_wrapper.v2 .right_side .close_button {
    position: absolute;
    top: -20px;
    right: -20px;
    color: white;
    font-size: 25px;
}
.mail_wrapper.v2 .right_side .wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.mail_wrapper.v2 .right_side .wrapper:after {
  content: '';
  display: block;
  border-top: 60px solid #0c0d38;
  border-left: 0px solid #0c0d38;
  border-right: 50px solid transparent;
  border-bottom: 0px solid transparent;
  width: 0px;
  margin-top: -1px;
}
.mail_wrapper.v2.no_triangle .right_side .wrapper:after {
    display: none;
}
.mail_wrapper.v2 .right_side .wrapper .form_content {
  padding: 30px 15px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.mail_wrapper.v2 .right_side .wrapper .form_content .form_message {
  color: white;
}
.mail_wrapper.v2 .right_side .wrapper .form_content .form_message .title_message {
  font-size: 16px;
  line-height: 19px;
}
.mail_wrapper.v2 .right_side .wrapper .form_content .form_message hr {
  margin: 20px 0;
  border-style: dashed;
  border-color: white;
}
.mail_wrapper.v2 .right_side .wrapper .form_content .form_message .content_message {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm {
  margin: 25px 0;
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm .form-group {
  margin-bottom: 10px;
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm .form-group #RescueBookingEmail {
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid white;
  background-color: transparent;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  color: white;
  border-radius: 0;
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm .form-group #RescueBookingEmail::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6);
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm .form-group #RescueBookingEmail::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm .form-group #RescueBookingEmail:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm .form-group #RescueBookingEmail:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm .buttons_wrapper .save_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  border-radius: 0;
  background-color: white;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
.mail_wrapper.v2 .right_side .wrapper .form_content #RescueBookingMailForm .buttons_wrapper .save_button:hover {
  opacity: .8;
}