/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

textarea.rowsize-sm {
    height: 80px !important;
}
textarea.rowsize-md {
    height: 128px !important;
}
textarea.rowsize-lg {
    height: 256px !important;
}

.select2 {
    width:100% !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 0.9em;
    font-family: "Segoe UI", "Georgia", "Helvetica", Arial;
    color: #bebebe !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 0.9em;
    font-family: "Segoe UI", "Georgia", "Helvetica", Arial;
    color: #bebebe !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 0.9em;
    font-family: "Segoe UI", "Georgia", "Helvetica", Arial;
    color: #bebebe !important;
}

.tooltip-inner {
    max-width: 320px !important;
}

.helphint {
    cursor: pointer;
}
.helphint-content {
    margin: 4px 0 8px 16px;
}

.cookieAlertBar {
    display:none;
    position: fixed;
    bottom: 10%;
    width: 45%;
    right: 5%;
    text-align: center;
    background-color: #FFFBE5;
    color: #333;
    padding: 20px 10px;
    border: 1px solid #F5BD00;
    border-radius: 4px;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
button#cp_btn {
    margin-left: 41px;
    vertical-align: middle;
    padding: 1px 13px;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 12px;
}

button#address_cp_btn {
    vertical-align: middle;
    padding: 1px 13px;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 12px;
	margin-left: -48px;
	margin-top: -5px;
}

.circle {
    border: solid;
    border-radius: 24px;
    padding: 4px 5px;
}

.add_more_btn {
    text-align: center;
}