@media (min-width: 768px) {
    .custom-modal-dialog {
        width: 850px !important;
        margin: 30px auto;
    }
}

.custom-modal-header {
    border: none;
    padding: 8px 10px 0 9px;
}

.center_div {
    margin: 0 auto;
    width: 80%;
}

.custom-form-group > label {
    float: left;
    color: #404a58;
    font-size: 12px;
    font-weight: 500 !important;
}

.custom-modal-footer {
    text-align: center;
    border: none;
}

.custom-modal-footer-right {
    text-align: right;
    border: none;
}

.custom-modal-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    /*text-align: center;*/

}

.modal-sms-icon {
    position: absolute;
    top: 19px;
    left: -71px;
}

.custom-form-control {
    width: 100% !important;
}

.sms-text {
    width: 50%;
    text-align: center;
    margin: 0 10%;
    font-size: 12px;
    font-weight: 500;
}

.custom-form-control {
    border-radius: 2px;
}

.custom-submit-button {
    color: white;
    border: solid 1px #dddddd;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    min-width: 155px;
    border-radius: 4px;
    background-color: #415464;
    width: 140px;
    height: 42px;
    font-size: 10px;
    font-weight: 700;
    line-height: 15.6px;
}

.custom-submit-button-right {
    color: white;
    border: solid 1px #dddddd;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    min-width: 155px;
    border-radius: 4px;
    background-color: #415464;
    width: 140px;
    height: 42px;
    font-size: 10px;
    font-weight: 700;
    line-height: 15.6px;
}

.form-bold {
    position: relative;
    font-weight: bold;
}

.custom-bold {
    font-weight: 500 !important;
}

.plusbutton {
    position: absolute;
    top: 111px;
    right: 18px;
}

.on-opacity {
    opacity: 1;
}

.custom-select > .inline {
    width: auto !important;
    display: inline-block;
    padding-right: 70px;
}

.date-content {
    background-color: #edf1f4;
    padding-top: 15px !important;
    padding-bottom: 1px;
}

.title-form {
    background-color: white;
    padding: 0 !important;
}

.custom-select > select {
    font-size:12px;
    padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../bundles/app/img/select.png);
    width: 150px;
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #ccc;
    height: 34px;
}

.custom-select > select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.remove-padding-right {
    padding-right: 20px !important;
}

.title-form-border {
    background-color: white;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: solid 1px #edf1f4;
    font-size: 14px;
}

.white-bg {
    background-color: white;
}