.btn-outline {
    /* background-color: #ffffff !important; */
    transition: all .5s !important;
}

.btn-primary.btn-outline {
    color: #337ab7 !important;
    background-color: transparent !important;
}

.btn-primary {
    border-color: #337ab7 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: #fff !important;
}

.btn-success.btn-outline {
    color: #A7A7A7 !important;
}

.btn-success {
    border-color: #A7A7A7 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
    background-color: #FFF !important;
    border-color: #1c84c6 !important;
    color: #1c84c6 !important;
}

.btn-info.btn-outline {
    color: #23c6c8 !important;
}

.btn-info {
    border-color: #23c6c8 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
    background-color: #23c6c8 !important;
    border-color: #23c6c8 !important;
    color: #fff !important;
}

.btn-warning.btn-outline {
    color: #f8ac59 !important;
}

.btn-warning {
    border-color: #f8ac59 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
    background-color: #f7a54a !important;
    border-color: #f7a54a !important;
    color: #fff !important;
}

.btn-danger.btn-outline {
    color: #ed5565 !important;
}

.btn-danger {
    border-color: #ed5565 !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
    background-color: #ed5565 !important;
    border-color: #ed5565 !important;
    color: #fff !important;
}

.btn-gold.btn-outline {
    color: #FFA617 !important;
    background-color: transparent !important;
}

.btn-gold {
    border-color: #FFA617 !important;
}

.btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .open .dropdown-toggle.btn-gold, .btn-gold:active:focus, .btn-gold:active:hover, .btn-gold.active:hover, .btn-gold.active:focus {
    background-color: #FFA617 !important;
    border-color: #FFA617 !important;
    color: #fff !important;
}

.btn-group-gradient:hover {
    color: #ffffff !important;
    background-image: linear-gradient(to right, #27C473, #19A2A4) !important;
    border: 1px solid #1BB394 !important;
}

.btn-group-gradient.active, .btn-group-gradient:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    background-image: linear-gradient(to right, #27C473, #19A2A4) !important;
    color: #ffffff !important;
    border: 1px solid #1BB394 !important;
}

button.btn-warning.dim {
    box-shadow: none !important;
}

button.dim {
    display: inline-block !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-top: 6px !important;
    margin-right: 10px !important;
    position: relative !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}

/* modal */
.modal .btn-primary {
    color: #fff !important;
    /* background-color: #337ab7 !important; */
    border-color: #2e6da4 !important;
}

.modal .btn-primary:hover {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.modal .btn-primary.btn-outline {
    color: #337ab7 !important;
    background-color: #fff !important;
    border-color: #2e6da4 !important;
}

.modal .btn-primary.btn-outline.active {
    color: #fff !important;
    background-color: #2e6da4 !important;
    border-color: #2e6da4 !important;
}

/* ปุ่ม asearcher */
.btn-biz-g {
    margin-bottom: 5px !important;
    min-width: 100px !important;
    color: #fff;
    border: none !important;
    height: 34px;
}

.btn-biz-g.btn-success {
    background-image: linear-gradient(to right, #27C473, #7abf18) !important;
    color: #fff !important;
    border-radius: 18px;
    font-size: 14px;
}

.btn-biz-outline {
    border-radius: 20px;
    border: 1px solid #7abf18 !important;
    background-color: transparent;
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px !important;
    min-width: 100px !important;
    height: 34px;
}

.btn-biz-outline:hover {
    border-radius: 20px;
    border: 1px solid #7abf18 !important;
    background-image: linear-gradient(to right, #27C473, #7abf18) !important;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px !important;
    min-width: 100px !important;
    height: 34px;
}

.btn-biz-g.btn-primary {
    background-image: linear-gradient(to right, #1D84C6, #174F72) !important;
    color: #fff !important;
}

.btn-biz-g.btn-info {
    background-image: linear-gradient(to right, #98FEFF, #22B9BB) !important;
    color: #fff !important;
}

.btn-biz-g.btn-warning {
    background-image: linear-gradient(to right, #FFD19E, #F8AC5A) !important;
    color: #fff !important;
}

.btn-biz-g.btn-danger {
    background-image: linear-gradient(to right, #ED5666, #AF2D3A) !important;
    color: #fff !important;
}

.btn-biz-o {
    margin-bottom: 5px !important;
    min-width: 100px !important;
    background-color: #FFFFFF !important;
}

.btn-biz-o:hover,
.btn-biz-o:focus,
.btn-biz-o:active {
    background-color: #FFFFFF !important;
}

.btn-biz-o.btn-success {
    color: #19A2A4 !important;
    border: 1px solid #19A2A4 !important;
}

.btn-biz-o.btn-primary {
    color: #174F72 !important;
    border: 1px solid #174F72 !important;
}

.btn-biz-o.btn-info {
    color: #22B9BB !important;
    border: 1px solid #22B9BB !important;
}

.btn-biz-o.btn-warning {
    color: #F8AC5A !important;
    border: 1px solid #F8AC5A !important;
    background-color: #FFFFFF !important;
}

.btn-biz-o.btn-danger {
    color: #AF2D3A !important;
    border: 1px solid #AF2D3A !important;
}

.btn-biz-o.btn-success:hover,
.btn-biz-o.btn-success:focus,
.btn-biz-o.btn-success:active,
.btn-biz-o.btn-success:active:focus {
    background-color: #FFFFFF !important;
    color: #19A2A4 !important;
    border: 1px solid #19A2A4 !important;
}

.btn-biz-o.btn-primary:hover,
.btn-biz-o.btn-primary:focus,
.btn-biz-o.btn-primary:active,
.btn-biz-o.btn-primary:active:focus {
    background-color: #FFFFFF !important;
    color: #174F72 !important;
    border: 1px solid #174F72 !important;
}

.btn-biz-o.btn-info:hover,
.btn-biz-o.btn-info:focus,
.btn-biz-o.btn-info:active,
.btn-biz-o.btn-info:active:focus {
    background-color: #FFFFFF !important;
    color: #22B9BB !important;
    border: 1px solid #22B9BB !important;
}

.btn-biz-o.btn-warning:hover,
.btn-biz-o.btn-warning:focus,
.btn-biz-o.btn-warning:active,
.btn-biz-o.btn-warning:active:focus {
    background-color: #FFFFFF !important;
    color: #F8AC5A !important;
    border: 1px solid #F8AC5A !important;
}

.btn-biz-o.btn-danger:hover,
.btn-biz-o.btn-danger:focus,
.btn-biz-o.btn-danger:active,
.btn-biz-o.btn-danger:active:focus {
    background-color: #FFFFFF !important;
    color: #AF2D3A !important;
    border: 1px solid #AF2D3A !important;
}

/* Outline */
.btn-primary-gd.btn-outline {
    color: #174F72 !important;
    transition: all .5s;
}

.btn-primary-gd {
    border-color: #174F72 !important;
    background-color: #fff;
    color: #174F72 !important;
}

.btn-primary-gd:hover, .btn-primary-gd:focus, .btn-primary-gd:active, .btn-primary-gd.active, .open .dropdown-toggle.btn-primary-gd, .btn-primary-gd:active:focus, .btn-primary-gd:active:hover, .btn-primary-gd.active:hover, .btn-primary-gd.active:focus {
    background-image: linear-gradient(to right, #1D84C6, #174F72) !important;
    color: #fff !important;
}

.btn-success-gd.btn-outline {
    color: #19A2A4 !important;
}

.btn-success-gd {
    border-color: #19A2A4 !important;
    background-color: #fff;
    color: #19A2A4 !important;
}

.btn-success-gd:hover, .btn-success-gd:focus, .btn-success-gd:active, .btn-success-gd.active, .open .dropdown-toggle.btn-success-gd, .btn-success-gd:active:focus, .btn-success-gd:active:hover, .btn-success-gd.active:hover, .btn-success-gd.active:focus {
    background-image: linear-gradient(to right, #27C473, #19A2A4) !important;
    /* border: none !important; */
    color: #fff !important;
}

.btn-warning-gd.btn-outline {
    color: #F8AC5A !important;
}

.btn-warning-gd {
    border-color: #F8AC5A !important;
    background-color: #fff;
    color: #F8AC5A !important;
}

.btn-warning-gd:hover, .btn-warning-gd:focus, .btn-warning-gd:active, .btn-warning-gd.active, .open .dropdown-toggle.btn-warning-gd, .btn-warning-gd:active:focus, .btn-warning-gd:active:hover, .btn-warning-gd.active:hover, .btn-warning-gd.active:focus {
    background-image: linear-gradient(to right, #FFD19E, #F8AC5A) !important;
    /* border: none !important; */
    color: #fff !important;
}

.btn-info-gd.btn-outline {
    color: #22B9BB !important;
}

.btn-info-gd {
    border-color: #22B9BB !important;
    background-color: #fff;
    color: #22B9BB !important;
}

.btn-info-gd:hover, .btn-info-gd:focus, .btn-info-gd:active, .btn-info-gd.active, .open .dropdown-toggle.btn-info-gd, .btn-info-gd:active:focus, .btn-info-gd:active:hover, .btn-info-gd.active:hover, .btn-info-gd.active:focus {
    background-image: linear-gradient(to right, #98FEFF, #22B9BB) !important;
    /* border: none !important; */
    color: #fff !important;
}

.btn-danger-gd.btn-outline {
    color: #AF2D3A !important;
}

.btn-danger-gd {
    border-color: #AF2D3A !important;
    background-color: #fff;
    color: #AF2D3A !important;
}

.btn-danger-gd:hover, .btn-danger-gd:focus, .btn-danger-gd:active, .btn-danger-gd.active, .open .dropdown-toggle.btn-danger-gd, .btn-danger-gd:active:focus, .btn-danger-gd:active:hover, .btn-danger-gd.active:hover, .btn-danger-gd.active:focus {
    background-image: linear-gradient(to right, #ED5666, #AF2D3A) !important;
    color: #fff !important;
}

/* ปุ่ม asearcher circle */
.btn-circle-asearcher-g {
    margin-bottom: 5px !important;
    color: #fff;
    border: none !important;
    height: 34px;
}

.btn-circle-asearcher-g.btn-success {
    background-image: linear-gradient(to right, #27C473, #19A2A4) !important;
    color: #fff !important;
}

.btn-circle-asearcher-g.btn-primary {
    background-image: linear-gradient(to right, #1D84C6, #174F72) !important;
    color: #fff !important;
}

.btn-circle-asearcher-g.btn-info {
    background-image: linear-gradient(to right, #98FEFF, #22B9BB) !important;
    color: #fff !important;
}

.btn-circle-asearcher-g.btn-warning {
    background-image: linear-gradient(to right, #FFD19E, #F8AC5A) !important;
    color: #fff !important;
}

.btn-circle-asearcher-g.btn-danger {
    background-image: linear-gradient(to right, #ED5666, #AF2D3A) !important;
    color: #fff !important;
}
