.modal-window .modal-header {
    border: none;
    text-align: center;
    padding: 15px 0;
}
.modal-dialog {
    width: 600px;
    margin: 10vh auto 0;
}
.modal-content {
    background-color: #EFF0F1;
}
.modal-footer {
    text-align: center;
    border: none;
}
.modal-title{
    font-size: 25px;
    font-weight: bold;
    color: #636363;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
.modal-subtitle {
    color: #292929;
    font-size: 16px;
}
.modal-body {
    padding: 15px 15px 30px 15px;
}
.modal-body .button.violet {
    width: 170px;
    margin: 0;
}
.modal-body .violet-link,
.modal-body .violet-link:hover,
.modal-body .violet-link:focus {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    color: #593f66;
    cursor: pointer;
    float: right;
    width: 50%;
    text-align: right;
}

.modal-header p.white-bg {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #5f5f5f;
    font-size: 13px;
    line-height: 25px;
}

.reg-agree {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #292929;
}
.reg-agree .violet-link {
    font-weight: bold;
    font-size: 14px;
    color: #593f66;
}
.modal-body form {
    margin-top: 15px;
}
.modal-body form .checkbox.text-left {
    display: inline-block;
    margin-top: -10px;
    float: left;
    width: 50%;
}
#become_affiliate_counter_offer input.white.only-number {
    width: 80%;
    line-height: 30px;
    margin-left: 2%;
    float: left;
    margin-bottom: 5%;
}
#become_affiliate_counter_offer .border-gray-1.form-group .label {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    color: #000;
}
form#become_an_affiliate .border-gray-1.form-group {
    text-align: left;
    padding: 10px;
}
form#become_an_affiliate .border-gray-1.form-group input {
    float: none;
    width: 40%;
    line-height: 30px;
    margin: 0 10px;
}
.modal-body form input{
    float: none;
}
.modal-body form.seat-map input.white {
    width: 100%;
    line-height: 35px;
}

.modal-body #cke_10,
.modal-body #cke_18,
.modal-body #cke_20,
.modal-body #cke_24,
.modal-body #cke_29,
.modal-body #cke_39,
.modal-body #cke_41,
.modal-body #cke_54,
.modal-body #cke_55,
.modal-body #cke_57,
.modal-body #cke_98{
    display: none;
}

#share-event .modal-dialog {
    width: 450px;
    margin: 30vh auto;
}
#share-event a.to-mail,
#share-event a.to-fb,
#share-event a.to-tw{
    float:none;
    margin-right: 3px;
}
#share-event a.to-mail {
    margin-right: 12px;
    height: 35px;
    font-size: 23px;
}
div#share-event button.close {
    margin-right: 15px;
}