
html, body {
    font-family: "·L³n¥¿¶ÂÅé", "Ä«ªGÄ×¤¤¶Â", "Lucida Grande", "Arial", "Arial Narrow", sans-serif
}



.text-right{
    text-align: right;
}

.btn-mainblue-solid{
    background-color: #35a9e1;
    border: 1px solid #35a9e1;
    color: #fff;
}
.btn-mainblue-solid:hover{
    opacity: 0.8;
    color: #fff;
}

.btn-mainblue-hollow{
    background-color: transparent;
    border: 1px solid #35a9e1;
    color: #35a9e1;
}
.btn-mainblue-hollow:hover{
    opacity: 0.8;
    color: #35a9e1;
}

.btn-grey-solid{
    background-color: #7a7a7a;
    border: 1px solid #7a7a7a;
    color: #fff;
}
.btn-grey-solid:hover{
    opacity: 0.8;
    color: #fff;
}

.btn-grey-hollow{
    background-color: transparent;
    border: 1px solid #7a7a7a;
    color: #7a7a7a;
}
.btn-grey-hollow:hover{
    opacity: 0.8;
    color: #7a7a7a;
}

.btn-primary-hollow{
    background-color: transparent;
    border: 1px solid #007bff;
    color: #007bff;
}
.btn-primary-hollow:hover{
    opacity: 0.8;
    color: #007bff;
}

.btn-red-solid {
    background-color: rgba(254, 124, 150, 0.2);
    border: 1px solid;
    border-color: rgba(254, 124, 150, 0);
    color: #b80025;
}
    .btn-red-solid:hover {
        opacity: 0.8;
        color: #b80025;
    }


.custom-select-email {
    padding: .375rem 1.75rem .375rem .75rem !important;
    border-top: 1px solid #ced4da !important;
    border-bottom: 1px solid #ced4da !important;
    border-left: 1px solid #ced4da !important;
    outline: none !important;
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.form-check .form-check-label {
    margin-left: 10px !important;
    line-height: 1.3 !important;
}


.card .card-body {
    padding: 20px !important;
}





.btn-sm-wImg {
    font-size: 0.875rem;
    padding: 5px 8px;
}
.btn-sm-wImg img {
    width: 17px;
    margin-right: 5px;
}
.btn-sm-wImg i {
    font-size: 1.125rem;
    margin-right: 5px;
}
.btn-tiny-wImg {
    padding: 0px 8px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-size-16 {
    font-size: 1rem !important;
}

.mgT0 {
    margin-top: 0px !important;
}

.mgR15 {
    margin-right: 15px !important;
}
.mgL15 {
    margin-left: 15px !important;
}

