.btn {display: inline-block;height: 56px;padding: 16px 20px 17px;background: #ffffff;border: 1px solid #B0B0B0;border-radius: 4px;font-family: 'SUIT';font-size: 16px;font-weight: 500;color: #8A8A8A;text-align: center;cursor: pointer;vertical-align: middle;}

.btn-tr {background: transparent;}
.btn-md {height: 48px;padding: 13px 16px;border: 1px solid #CAC4D0;font-size: 14px;color: #49454F;}
.btn-sm {height: 32px;padding: 5px 16px;border: 1px solid #CAC4D0;font-size: 14px;color: #49454F;}
a.btn-sm {padding: 6px 16px;}


.btn.btn-primary {background: #3D56E5;border: 1px solid #3D56E5;color: #ffffff;}
.btn.btn-primary-rev {color: #3D56E5;}
.btn.btn-red {background: #F64C4C;border: 1px solid #F64C4C;color: #ffffff;}
.btn.btn-red-line {background: #F64C4C;border: 1px solid #ffffff;color: #ffffff;}
.btn.btn-orange {background: #FA7C6B;border: 1px solid #FA7C6B;color: #ffffff;}
.btn.btn-blue-light {background: #F1F3FD;border: 1px solid #F1F3FD;color: #3D56E5;}



.btn:disabled {background: #DCDCDC;border: 1px solid #DCDCDC;color: #bdbdbd;cursor: default;}


.btn-add span {display: inline-block;background: url('../img/form/add.png') no-repeat 0 50%;padding-left: 24px;}
.btn-next span {display: inline-block;background: url('../img/reservation/btn-next.png') no-repeat 0 50%;padding-left: 25px;}
.btn-delete-form span {display: inline-block;background: url('../img/form/btn-del-form.svg') no-repeat 0;}

/*
.btn-remove {display: inline-block;width: 40px;height: 40px;border-radius: 40px;background: #F8503A url('../img/form/icon-minus.svg') no-repeat 50%;text-indent: -9999em;}
.btn-remove:disabled {background: #d8d8d8 url('../img/form/icon-minus.svg') no-repeat 50%;cursor: default;}
.btn-add {display: inline-block;width: 40px;height: 40px;border-radius: 40px;background: #F8503A url('../img/form/icon-plus.svg') no-repeat 50%;text-indent: -9999em;}
*/

.btn-other {font-size: 14px;font-weight: 500;color: #F8503A;background: #FEE9E6;border:0;}