/* 美工版*/
html, body{
    background-color: #ffeac7;
	height: 100%;
  margin: 0;
}
.wrapper {
  min-height: calc(100% - 50px); /*減去footer高度*/
}
.footer {
    height: 50px; /*設定footer本身高度*/
    background-color: #579A0B;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}
.header_bg{
    background-color: #579A0B!important;	
}
.orange_bg{
   background-color: #FF8000!important;
}
.speech-bubble {
	position: relative;
	background: #ffffff;
	border-radius: .4em;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #ffffff;
    border-bottom: 0;
    margin-left: -12px;
    margin-bottom: -12px;
}
.step_ok{
    background-color: #FF8000;
    border: thin solid #FF8000;
    color: #FFFFFF;
    text-align: center;
}
.step{
    background-color: #FFFFFF;
    border: thin solid #DCDCDC;
	text-align: center;
}
.webline{
    border-top: thin solid #C8C8C8;
    height: 1px;
	}
.g_bg{
    background-color: #579A0B;
    color: #FFFFFF;
}
.g_bg:hover{
    background-color: #457E05;
    color: #FFFFFF;
}
.o_bg{
    background-color: #FF8000;
    color: #FFFFFF;
}
.o_bg:hover{
    background-color: #FF5700;
    color: #FFFFFF;
}
.title_line{
    height: 2px;
    background-color: #FF8000;
	}
.f_line1{
	border-color: #CBD0D3;
	border-style: dashed;
	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 0;
	line-height: 0px !important;
	margin: 0;
	padding: 0;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-self: auto;
	align-self: auto;
	display: block;
	}
.my_list01{
    background-image: url(../images/list_icon01.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 14px 14px;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: thin solid #FFFFFF;
}
.my_list01b{
    background-image: url(../images/list_icon01b.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 14px 14px;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: thin solid #FFFFFF;
}
.my_list02{
    background-image: url(../images/list_icon02.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 14px 14px;
    padding-left: 20px;
     padding-bottom: 5px;
    margin-top: 5px;
}
.my_list02b{
    background-image: url(../images/list_icon02b.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 14px 14px;
    padding-left: 20px;
     padding-bottom: 5px;
    margin-top: 5px;
}
/* 美工版 END*/

/* 自定義*/
/* 說明字框*/
  [hover-tooltip] {
  $caret-height: 4px;
  $caret-width: 6px;
  $distance: 10px;
  $tooltip-bg-color: rgba(39, 39, 39, 1);
  
  position: relative;
  cursor: default;
  
  
  &:hover {
    &::before {
      content: attr(hover-tooltip);
      font-size: 1em;
      text-align: left;
      position: absolute;
      display: block;
      left: 50%;
      min-width: 150px;
      max-width: 300px;
      transform: translate(-50%);
      animation: fade-in 300ms ease;
      border-radius: 4px;
      padding: 10px;
      color: #ffffff;
      background-color: black;
      z-index: 1;
    }
    
    &::after {
      content: '';
      position: absolute;
      display: block;
      left: 50%;
      width: 0;
      height: 0;
      bottom: calc(100% + #{$distance - $caret-height});
      margin-left: - $caret-width/2;
      border: 1px solid black;
      border-color: $tooltip-bg-color transparent transparent transparent;
      border-width: $caret-height $caret-width 0;
      animation: fade-in 300ms ease;
      z-index: 1;
    }
  }
  
  &[tooltip-position="bottom"] {
    &:hover {
      &::before {
        bottom: auto;
        top: calc(100% + #{$distance});
      }
 
      &::after {
        bottom: auto;
        top: calc(100% + #{$distance - $caret-height});
        border-color: transparent transparent $tooltip-bg-color;
        border-width: 0 $caret-width $caret-height;
      }
    }
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:480px){
  &:hover {
    &::before {
      left: 30%;
    }
    
    &::after {
      left: 30%;
    }
  }
}

.tooltip-inner{
    text-align: left;
}

.tooltiptxt{
    margin-left: 1.0em;
    text-indent: -0.65em;
}


/* 說明字框 END*/
/* PASSWORD-EYE */
    #custom-password-input .password-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-password-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px;
        position: relative;
        left: -2.0em;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .password-query:focus + button {
        z-index: 3;   
    }
/* PASSWORD-EYE END*/

.footer a {
    color: #ffffff;
    text-decoration: none;
}
.link:hover {
    color: #ffffff;
    background-color:#FF8000;
}

.leave_bg{
    background-color: #607d8b;
    color: #FFFFFF;
}
.leave_bg:hover{
    background-color: #546E7A;
    color: #FFFFFF;
}
.logo:hover{
    background-color: #457E05;
}

/* 後台表格 */
.demo{ font-family: 'Poppins', sans-serif; }
.panel{
    border-radius: 0;
    border: none;
    background-color: #fffdfd;
}
.panel .panel-heading{
    background: #00324a;
    padding: 20px 40px;
    border-radius: 0;
    margin: 0 0;
}
.panel .panel-heading .title{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.panel .panel-heading .title span{ font-weight: 600; }
.panel .panel-heading .radio-inline{
    color: #fff;
    padding: 6px 12px 6px 30px;
    margin: 0 -3px;
    border-radius: 0;
}
.panel .panel-heading .radio-inline:first-of-type{ border-radius: 5px 0 0 5px; }
.panel .panel-heading .radio-inline:last-of-type{ border-radius: 0 5px 5px 0; }
.panel .panel-body .table{ margin: 0; }
.panel .panel-body .table tr td{ border-color: #e7e7e7; }
.panel .panel-body .table thead tr.active th{
    background-color: transparent;
    font-size: 17px;
    font-weight: 600;
    padding: 12px;
    border-top: 1px solid #e7e7e7;
    border-bottom-color: #e7e7e7;
}
.panel .panel-body .table tbody tr:hover{ background-color: rgba(0,0,0,0.03); }
.panel .panel-body .table tbody tr td{
    color: #555;
    font-size: 16px;
    padding: 12px 12px;
    vertical-align: middle;
}
.panel .panel-body .table tbody .btn{
    color: #fff;
    background: #37BC9B;
    font-size: 13px;
    padding: 5px 8px;
    border: none;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.panel .panel-body .table tbody .btn:hover{ background: #2e9c81; }
.panel .panel-footer{
    color: #999;
    background-color: transparent;
    padding: 15px;
    border: none;
    border-top: 1px solid #e7e7e7;
}
.panel .panel-footer .col{ line-height: 35px; }
.pagination{ margin: 0; }
.pagination li a{
    color: #00324a;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    height: 35px;
    width: 35px;
    padding: 0;
    display: block;
    transition: all 0.3s ease 0s;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a{
    color: #fff;
    background-color: #00324a;
    border-color: #00324a;
}
@media only screen and (max-width:767px){
    .panel .panel-heading{ padding: 20px; }
    .panel .panel-heading .title{
        margin: 0 0 10px;
        text-align: center;
    }
    .inline-form{ text-align: center; }
}

/* button */
.btn_bt {
    font-size: .8rem;
    padding: .85rem 2.13rem;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    cursor: pointer
}

.btn_bt:active,.btn_bt:focus,.btn_bt:hover {
    outline: 0
}

.btn_bt .fa {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: -2px
}

.btn_bt .fa.right {
    margin-left: 3px
}

.btn_bt .fa.left {
    margin-right: 3px
}

.btn_bt.btn_bt-lg {
    font-size: .9rem;
    padding: 1rem 2.4rem
}

.btn_bt.btn_bt-lg .fa {
    font-size: 1.2rem
}

.btn_bt.btn_bt-md {
    font-size: .7rem;
    padding: .7rem 1.6rem
}

.btn_bt.btn_bt-md .fa {
    font-size: .9rem
}

.btn_bt.btn_bt-sm {
    font-size: .6rem;
    padding: .5rem 1.6rem
}

.btn_bt.btn_bt-sm.btn_bt-table {
    padding: .5rem .9rem
}

.btn_bt.btn_bt-sm .fa {
    font-size: .7rem
}

.btn_bt.btn_bt-tb {
    padding: .3rem 1rem
}

.btn_bt.disabled,.btn_bt:disabled {
    cursor: not-allowed;
    pointer-events: none
}

.btn_bt[class*=btn-outline-] {
    padding-top: .76rem;
    padding-bottom: .76rem
}

.btn_bt[class*=btn-outline-].btn_bt-sm {
    padding-top: .42rem;
    padding-bottom: .42rem
}

.btn_bt[class*=btn-outline-].btn_bt-md {
    padding-top: .58rem;
    padding-bottom: .58rem
}

.btn_bt[class*=btn-outline-].btn_bt-lg {
    padding-top: .9rem;
    padding-bottom: .9rem
}

.btn_bt-secondary.disabled,.btn_bt-secondary:disabled {
    background-color: #b579d2!important;
    border-color: #b579d2!important
}

.btn_bt-group .btn_bt {
    margin: 0
}

.btn_bt-block {
    margin: inherit
}

.btn_bt-split {
    padding-left: .85rem;
    padding-right: 1.25rem
}

.btn_bt-link,.btn_bt-link:focus,.btn_bt-link:hover {
    background-color: transparent;
    box-shadow: none
}

.btn_bt-primary {
    background-color: #4285F4
}

.btn_bt-primary:hover {
    background-color: #5a95f5!important
}

.btn_bt-primary.active,.btn_bt-primary:active,.btn_bt-primary:focus {
    background-color: #0d5bdd!important
}

.btn_bt-primary.dropdown-toggle {
    background-color: #4285F4!important
}

.btn_bt-primary.dropdown-toggle:focus,.btn_bt-primary.dropdown-toggle:hover {
    background-color: #5a95f5!important
}

.btn_bt-outline-primary {
    border: 2px solid #4285F4;
    color: #4285F4!important;
    background-color: transparent
}

.btn_bt-outline-primary.active,.btn_bt-outline-primary:active,.btn_bt-outline-primary:active:focus,.btn_bt-outline-primary:focus,.btn_bt-outline-primary:hover {
    background-color: transparent;
    color: #4285F4;
    border-color: #4285F4
}

.btn_bt-danger {
    background-color: #ff3547
}

.btn_bt-danger:hover {
    background-color: #ff4f5e!important
}

.btn_bt-danger.active,.btn_bt-danger:active,.btn_bt-danger:focus {
    background-color: #e80015!important
}

.btn_bt-danger.dropdown-toggle {
    background-color: #ff3547!important
}

.btn_bt-danger.dropdown-toggle:focus,.btn_bt-danger.dropdown-toggle:hover {
    background-color: #ff4f5e!important
}

.btn_bt-outline-danger {
    border: 2px solid #ff3547;
    color: #ff3547!important;
    background-color: transparent
}

.btn_bt-outline-danger.active,.btn_bt-outline-danger:active,.btn_bt-outline-danger:active:focus,.btn_bt-outline-danger:focus,.btn_bt-outline-danger:hover {
    background-color: transparent;
    color: #ff3547;
    border-color: #ff3547
}

.btn_bt-warning {
    background-color: #F80
}

.btn_bt-warning:hover {
    background-color: #ff941a!important
}

.btn_bt-warning.active,.btn_bt-warning:active,.btn_bt-warning:focus {
    background-color: #b35f00!important
}

.btn_bt-warning.dropdown-toggle {
    background-color: #F80!important
}

.btn_bt-warning.dropdown-toggle:focus,.btn_bt-warning.dropdown-toggle:hover {
    background-color: #ff941a!important
}

.btn_bt-outline-warning {
    border: 2px solid #F80;
    color: #F80!important;
    background-color: transparent
}

.btn_bt-outline-warning.active,.btn_bt-outline-warning:active,.btn_bt-outline-warning:active:focus,.btn_bt-outline-warning:focus,.btn_bt-outline-warning:hover {
    background-color: transparent;
    color: #F80;
    border-color: #F80
}

.btn_bt-success {
    background-color: #00C851
}

.btn_bt-success:hover {
    background-color: #00e25b!important
}

.btn_bt-success.active,.btn_bt-success:active,.btn_bt-success:focus {
    background-color: #007c32!important
}

.btn_bt-success.dropdown-toggle {
    background-color: #00C851!important
}

.btn_bt-success.dropdown-toggle:focus,.btn_bt-success.dropdown-toggle:hover {
    background-color: #00e25b!important
}

.btn_bt-outline-success {
    border: 2px solid #00C851;
    color: #00C851!important;
    background-color: transparent
}

.btn_bt-outline-success.active,.btn_bt-outline-success:active,.btn_bt-outline-success:active:focus,.btn_bt-outline-success:focus,.btn_bt-outline-success:hover {
    background-color: transparent;
    color: #00C851;
    border-color: #00C851
}

.btn_bt-info {
    background-color: #33b5e5
}

.btn_bt-info:hover {
    background-color: #4abde8!important
}

.btn_bt-info.active,.btn_bt-info:active,.btn_bt-info:focus {
    background-color: #178ab4!important
}

.btn_bt-info.dropdown-toggle {
    background-color: #33b5e5!important
}

.btn_bt-info.dropdown-toggle:focus,.btn_bt-info.dropdown-toggle:hover {
    background-color: #4abde8!important
}

.btn_bt-outline-info {
    border: 2px solid #33b5e5;
    color: #33b5e5!important;
    background-color: transparent
}

.btn_bt-outline-info.active,.btn_bt-outline-info:active,.btn_bt-outline-info:active:focus,.btn_bt-outline-info:focus,.btn_bt-outline-info:hover {
    background-color: transparent;
    color: #33b5e5;
    border-color: #33b5e5
}
.btn_bt-default {
    background-color: #2BBBAD
}

.btn_bt-default:hover {
    background-color: #30cfc0!important
}

.btn_bt-default.active,.btn_bt-default:active,.btn_bt-default:focus {
    background-color: #1d7d73!important
}

.btn_bt-default.dropdown-toggle {
    background-color: #2BBBAD!important
}

.btn_bt-default.dropdown-toggle:focus,.btn_bt-default.dropdown-toggle:hover {
    background-color: #30cfc0!important
}

.btn_bt-outline-default {
    border: 2px solid #2BBBAD;
    color: #2BBBAD!important;
    background-color: transparent
}

.btn_bt-outline-default.active,.btn_bt-outline-default:active,.btn_bt-outline-default:active:focus,.btn_bt-outline-default:focus,.btn_bt-outline-default:hover {
    background-color: transparent;
    color: #2BBBAD;
    border-color: #2BBBAD
}
.btn_bt-secondary {
    background-color: #a6c
}

.btn_bt-secondary:hover {
    background-color: #b579d2!important
}

.btn_bt-secondary.active,.btn_bt-secondary:active,.btn_bt-secondary:focus {
    background-color: #8639ac!important
}

.btn_bt-secondary.dropdown-toggle {
    background-color: #a6c!important
}

.btn_bt-secondary.dropdown-toggle:focus,.btn_bt-secondary.dropdown-toggle:hover {
    background-color: #b579d2!important
}

.btn_bt-outline-secondary {
    border: 2px solid #a6c;
    color: #a6c!important;
    background-color: transparent
}

.btn_bt-outline-secondary.active,.btn_bt-outline-secondary:active,.btn_bt-outline-secondary:active:focus,.btn_bt-outline-secondary:focus,.btn_bt-outline-secondary:hover {
    background-color: transparent;
    color: #a6c;
    border-color: #a6c
}

.btn_bt-elegant {
    background-color: #2E2E2E
}

.btn_bt-elegant:hover {
    background-color: #3b3b3b!important
}

.btn_bt-elegant.active,.btn_bt-elegant:active,.btn_bt-elegant:focus {
    background-color: #080808!important
}

.btn_bt-elegant.dropdown-toggle {
    background-color: #2E2E2E!important
}

.btn_bt-elegant.dropdown-toggle:focus,.btn_bt-elegant.dropdown-toggle:hover {
    background-color: #3b3b3b!important
}

.btn_bt-outline-elegant {
    border: 2px solid #2E2E2E;
    color: #2E2E2E!important;
    background-color: transparent
}

.btn_bt-outline-elegant.active,.btn_bt-outline-elegant:active,.btn_bt-outline-elegant:active:focus,.btn_bt-outline-elegant:focus,.btn_bt-outline-elegant:hover {
    background-color: transparent;
    color: #2E2E2E;
    border-color: #2E2E2E
}

.btn_bt-unique {
    background-color: #880e4f
}

.btn_bt-unique:hover {
    background-color: #9f105c!important
}

.btn_bt-unique.active,.btn_bt-unique:active,.btn_bt-unique:focus {
    background-color: #430727!important
}

.btn_bt-unique.dropdown-toggle {
    background-color: #880e4f!important
}

.btn_bt-unique.dropdown-toggle:focus,.btn_bt-unique.dropdown-toggle:hover {
    background-color: #9f105c!important
}

.btn_bt-outline-unique {
    border: 2px solid #880e4f;
    color: #880e4f!important;
    background-color: transparent
}

.btn_bt-outline-unique.active,.btn_bt-outline-unique:active,.btn_bt-outline-unique:active:focus,.btn_bt-outline-unique:focus,.btn_bt-outline-unique:hover {
    background-color: transparent;
    color: #880e4f;
    border-color: #880e4f
}

.btn_bt-dark-green {
    background-color: #388E3C
}

.btn_bt-dark-green:hover {
    background-color: #3fa044!important
}

.btn_bt-dark-green.active,.btn_bt-dark-green:active,.btn_bt-dark-green:focus {
    background-color: #225725!important
}

.btn_bt-dark-green.dropdown-toggle {
    background-color: #388E3C!important
}

.btn_bt-dark-green.dropdown-toggle:focus,.btn_bt-dark-green.dropdown-toggle:hover {
    background-color: #3fa044!important
}

.btn_bt-outline-dark-green {
    border: 2px solid #388E3C;
    color: #388E3C!important;
    background-color: transparent
}

.btn_bt-outline-dark-green.active,.btn_bt-outline-dark-green:active,.btn_bt-outline-dark-green:active:focus,.btn_bt-outline-dark-green:focus,.btn_bt-outline-dark-green:hover {
    background-color: transparent;
    color: #388E3C;
    border-color: #388E3C
}

.btn_bt-mdb-color {
    background-color: #59698D
}

.btn_bt-mdb-color:hover {
    background-color: #63759d!important
}

.btn_bt-mdb-color.active,.btn_bt-mdb-color:active,.btn_bt-mdb-color:focus {
    background-color: #3b465e!important
}

.btn_bt-mdb-color.dropdown-toggle {
    background-color: #59698D!important
}

.btn_bt-mdb-color.dropdown-toggle:focus,.btn_bt-mdb-color.dropdown-toggle:hover {
    background-color: #63759d!important
}

.btn_bt-outline-mdb-color {
    border: 2px solid #59698D;
    color: #59698D!important;
    background-color: transparent
}

.btn_bt-outline-mdb-color.active,.btn_bt-outline-mdb-color:active,.btn_bt-outline-mdb-color:active:focus,.btn_bt-outline-mdb-color:focus,.btn_bt-outline-mdb-color:hover {
    background-color: transparent;
    color: #59698D;
    border-color: #59698D
}

.btn_bt-red {
    background-color: #D32F2F
}

.btn_bt-red:hover {
    background-color: #d74444!important
}

.btn_bt-red.active,.btn_bt-red:active,.btn_bt-red:focus {
    background-color: #962020!important
}

.btn_bt-red.dropdown-toggle {
    background-color: #D32F2F!important
}

.btn_bt-red.dropdown-toggle:focus,.btn_bt-red.dropdown-toggle:hover {
    background-color: #d74444!important
}

.btn_bt-outline-red {
    border: 2px solid #D32F2F;
    color: #D32F2F!important;
    background-color: transparent
}

.btn_bt-outline-red.active,.btn_bt-outline-red:active,.btn_bt-outline-red:active:focus,.btn_bt-outline-red:focus,.btn_bt-outline-red:hover {
    background-color: transparent;
    color: #D32F2F;
    border-color: #D32F2F
}

.btn_bt-pink {
    background-color: #ec407a
}

.btn_bt-pink:hover {
    background-color: #ee578a!important
}

.btn_bt-pink.active,.btn_bt-pink:active,.btn_bt-pink:focus {
    background-color: #cb1452!important
}

.btn_bt-pink.dropdown-toggle {
    background-color: #ec407a!important
}

.btn_bt-pink.dropdown-toggle:focus,.btn_bt-pink.dropdown-toggle:hover {
    background-color: #ee578a!important
}

.btn_bt-outline-pink {
    border: 2px solid #ec407a;
    color: #ec407a!important;
    background-color: transparent
}

.btn_bt-outline-pink.active,.btn_bt-outline-pink:active,.btn_bt-outline-pink:active:focus,.btn_bt-outline-pink:focus,.btn_bt-outline-pink:hover {
    background-color: transparent;
    color: #ec407a;
    border-color: #ec407a
}

.btn_bt-purple {
    background-color: #8e24aa
}

.btn_bt-purple:hover {
    background-color: #a028bf!important
}

.btn_bt-purple.active,.btn_bt-purple:active,.btn_bt-purple:focus {
    background-color: #59176b!important
}

.btn_bt-purple.dropdown-toggle {
    background-color: #8e24aa!important
}

.btn_bt-purple.dropdown-toggle:focus,.btn_bt-purple.dropdown-toggle:hover {
    background-color: #a028bf!important
}

.btn_bt-outline-purple {
    border: 2px solid #8e24aa;
    color: #8e24aa!important;
    background-color: transparent
}

.btn_bt-outline-purple.active,.btn_bt-outline-purple:active,.btn_bt-outline-purple:active:focus,.btn_bt-outline-purple:focus,.btn_bt-outline-purple:hover {
    background-color: transparent;
    color: #8e24aa;
    border-color: #8e24aa
}

.btn_bt-deep-purple {
    background-color: #512da8
}

.btn_bt-deep-purple:hover {
    background-color: #5b32bc!important
}

.btn_bt-deep-purple.active,.btn_bt-deep-purple:active,.btn_bt-deep-purple:focus {
    background-color: #341d6c!important
}

.btn_bt-deep-purple.dropdown-toggle {
    background-color: #512da8!important
}

.btn_bt-deep-purple.dropdown-toggle:focus,.btn_bt-deep-purple.dropdown-toggle:hover {
    background-color: #5b32bc!important
}

.btn_bt-outline-deep-purple {
    border: 2px solid #512da8;
    color: #512da8!important;
    background-color: transparent
}

.btn_bt-outline-deep-purple.active,.btn_bt-outline-deep-purple:active,.btn_bt-outline-deep-purple:active:focus,.btn_bt-outline-deep-purple:focus,.btn_bt-outline-deep-purple:hover {
    background-color: transparent;
    color: #512da8;
    border-color: #512da8
}

.btn_bt-indigo {
    background-color: #3f51b5
}

.btn_bt-indigo:hover {
    background-color: #4d5ec1!important
}

.btn_bt-indigo.active,.btn_bt-indigo:active,.btn_bt-indigo:focus {
    background-color: #2b387c!important
}

.btn_bt-indigo.dropdown-toggle {
    background-color: #3f51b5!important
}

.btn_bt-indigo.dropdown-toggle:focus,.btn_bt-indigo.dropdown-toggle:hover {
    background-color: #4d5ec1!important
}

.btn_bt-outline-indigo {
    border: 2px solid #3f51b5;
    color: #3f51b5!important;
    background-color: transparent
}

.btn_bt-outline-indigo.active,.btn_bt-outline-indigo:active,.btn_bt-outline-indigo:active:focus,.btn_bt-outline-indigo:focus,.btn_bt-outline-indigo:hover {
    background-color: transparent;
    color: #3f51b5;
    border-color: #3f51b5
}

.btn_bt-blue {
    background-color: #1976D2
}

.btn_bt-blue:hover {
    background-color: #2083e4!important
}

.btn_bt-blue.active,.btn_bt-blue:active,.btn_bt-blue:focus {
    background-color: #11508e!important
}

.btn_bt-blue.dropdown-toggle {
    background-color: #1976D2!important
}

.btn_bt-blue.dropdown-toggle:focus,.btn_bt-blue.dropdown-toggle:hover {
    background-color: #2083e4!important
}

.btn_bt-outline-blue {
    border: 2px solid #1976D2;
    color: #1976D2!important;
    background-color: transparent
}

.btn_bt-outline-blue.active,.btn_bt-outline-blue:active,.btn_bt-outline-blue:active:focus,.btn_bt-outline-blue:focus,.btn_bt-outline-blue:hover {
    background-color: transparent;
    color: #1976D2;
    border-color: #1976D2
}

.btn_bt-light-blue {
    background-color: #82B1FF
}

.btn_bt-light-blue:hover {
    background-color: #9cc1ff!important
}

.btn_bt-light-blue.active,.btn_bt-light-blue:active,.btn_bt-light-blue:focus {
    background-color: #3681ff!important
}

.btn_bt-light-blue.dropdown-toggle {
    background-color: #82B1FF!important
}

.btn_bt-light-blue.dropdown-toggle:focus,.btn_bt-light-blue.dropdown-toggle:hover {
    background-color: #9cc1ff!important
}

.btn_bt-outline-light-blue {
    border: 2px solid #82B1FF;
    color: #82B1FF!important;
    background-color: transparent
}

.btn_bt-outline-light-blue.active,.btn_bt-outline-light-blue:active,.btn_bt-outline-light-blue:active:focus,.btn_bt-outline-light-blue:focus,.btn_bt-outline-light-blue:hover {
    background-color: transparent;
    color: #82B1FF;
    border-color: #82B1FF
}

.btn_bt-cyan {
    background-color: #00bcd4
}

.btn_bt-cyan:hover {
    background-color: #00d3ee!important
}

.btn_bt-cyan.active,.btn_bt-cyan:active,.btn_bt-cyan:focus {
    background-color: #007888!important
}

.btn_bt-cyan.dropdown-toggle {
    background-color: #00bcd4!important
}

.btn_bt-cyan.dropdown-toggle:focus,.btn_bt-cyan.dropdown-toggle:hover {
    background-color: #00d3ee!important
}

.btn_bt-outline-cyan {
    border: 2px solid #00bcd4;
    color: #00bcd4!important;
    background-color: transparent
}

.btn_bt-outline-cyan.active,.btn_bt-outline-cyan:active,.btn_bt-outline-cyan:active:focus,.btn_bt-outline-cyan:focus,.btn_bt-outline-cyan:hover {
    background-color: transparent;
    color: #00bcd4;
    border-color: #00bcd4
}

.btn_bt-teal {
    background-color: #00796b
}

.btn_bt-teal:hover {
    background-color: #009382!important
}

.btn_bt-teal.active,.btn_bt-teal:active,.btn_bt-teal:focus {
    background-color: #002d27!important
}

.btn_bt-teal.dropdown-toggle {
    background-color: #00796b!important
}

.btn_bt-teal.dropdown-toggle:focus,.btn_bt-teal.dropdown-toggle:hover {
    background-color: #009382!important
}

.btn_bt-outline-teal {
    border: 2px solid #00796b;
    color: #00796b!important;
    background-color: transparent
}

.btn_bt-outline-teal.active,.btn_bt-outline-teal:active,.btn_bt-outline-teal:active:focus,.btn_bt-outline-teal:focus,.btn_bt-outline-teal:hover {
    background-color: transparent;
    color: #00796b;
    border-color: #00796b
}

.btn_bt-green {
    background-color: #388E3C
}

.btn_bt-green:hover {
    background-color: #3fa044!important
}

.btn_bt-green.active,.btn_bt-green:active,.btn_bt-green:focus {
    background-color: #225725!important
}

.btn_bt-green.dropdown-toggle {
    background-color: #388E3C!important
}

.btn_bt-green.dropdown-toggle:focus,.btn_bt-green.dropdown-toggle:hover {
    background-color: #3fa044!important
}

.btn_bt-outline-green {
    border: 2px solid #388E3C;
    color: #388E3C!important;
    background-color: transparent
}

.btn_bt-outline-green.active,.btn_bt-outline-green:active,.btn_bt-outline-green:active:focus,.btn_bt-outline-green:focus,.btn_bt-outline-green:hover {
    background-color: transparent;
    color: #388E3C;
    border-color: #388E3C
}

.btn_bt-light-green {
    background-color: #8bc34a
}

.btn_bt-light-green:hover {
    background-color: #97c95d!important
}

.btn_bt-light-green.active,.btn_bt-light-green:active,.btn_bt-light-green:focus {
    background-color: #649130!important
}

.btn_bt-light-green.dropdown-toggle {
    background-color: #8bc34a!important
}

.btn_bt-light-green.dropdown-toggle:focus,.btn_bt-light-green.dropdown-toggle:hover {
    background-color: #97c95d!important
}

.btn_bt-outline-light-green {
    border: 2px solid #8bc34a;
    color: #8bc34a!important;
    background-color: transparent
}

.btn_bt-outline-light-green.active,.btn_bt-outline-light-green:active,.btn_bt-outline-light-green:active:focus,.btn_bt-outline-light-green:focus,.btn_bt-outline-light-green:hover {
    background-color: transparent;
    color: #8bc34a;
    border-color: #8bc34a
}

.btn_bt-lime {
    background-color: #afb42b
}

.btn_bt-lime:hover {
    background-color: #c3c930!important
}

.btn_bt-lime.active,.btn_bt-lime:active,.btn_bt-lime:focus {
    background-color: #73761c!important
}

.btn_bt-lime.dropdown-toggle {
    background-color: #afb42b!important
}

.btn_bt-lime.dropdown-toggle:focus,.btn_bt-lime.dropdown-toggle:hover {
    background-color: #c3c930!important
}

.btn_bt-outline-lime {
    border: 2px solid #afb42b;
    color: #afb42b!important;
    background-color: transparent
}

.btn_bt-outline-lime.active,.btn_bt-outline-lime:active,.btn_bt-outline-lime:active:focus,.btn_bt-outline-lime:focus,.btn_bt-outline-lime:hover {
    background-color: transparent;
    color: #afb42b;
    border-color: #afb42b
}

.btn_bt-yellow {
    background-color: #fbc02d
}

.btn_bt-yellow:hover {
    background-color: #fbc846!important
}

.btn_bt-yellow.active,.btn_bt-yellow:active,.btn_bt-yellow:focus {
    background-color: #d79b04!important
}

.btn_bt-yellow.dropdown-toggle {
    background-color: #fbc02d!important
}

.btn_bt-yellow.dropdown-toggle:focus,.btn_bt-yellow.dropdown-toggle:hover {
    background-color: #fbc846!important
}

.btn_bt-outline-yellow {
    border: 2px solid #fbc02d;
    color: #fbc02d!important;
    background-color: transparent
}

.btn_bt-outline-yellow.active,.btn_bt-outline-yellow:active,.btn_bt-outline-yellow:active:focus,.btn_bt-outline-yellow:focus,.btn_bt-outline-yellow:hover {
    background-color: transparent;
    color: #fbc02d;
    border-color: #fbc02d
}

.btn_bt-amber {
    background-color: #ffa000
}

.btn_bt-amber:hover {
    background-color: #ffaa1a!important
}

.btn_bt-amber.active,.btn_bt-amber:active,.btn_bt-amber:focus {
    background-color: #b37000!important
}

.btn_bt-amber.dropdown-toggle {
    background-color: #ffa000!important
}

.btn_bt-amber.dropdown-toggle:focus,.btn_bt-amber.dropdown-toggle:hover {
    background-color: #ffaa1a!important
}

.btn_bt-outline-amber {
    border: 2px solid #ffa000;
    color: #ffa000!important;
    background-color: transparent
}

.btn_bt-outline-amber.active,.btn_bt-outline-amber:active,.btn_bt-outline-amber:active:focus,.btn_bt-outline-amber:focus,.btn_bt-outline-amber:hover {
    background-color: transparent;
    color: #ffa000;
    border-color: #ffa000
}

.btn_bt-orange {
    background-color: #f57c00
}

.btn_bt-orange:hover {
    background-color: #ff8910!important
}

.btn_bt-orange.active,.btn_bt-orange:active,.btn_bt-orange:focus {
    background-color: #a95500!important
}

.btn_bt-orange.dropdown-toggle {
    background-color: #f57c00!important
}

.btn_bt-orange.dropdown-toggle:focus,.btn_bt-orange.dropdown-toggle:hover {
    background-color: #ff8910!important
}

.btn_bt-outline-orange {
    border: 2px solid #f57c00;
    color: #f57c00!important;
    background-color: transparent
}

.btn_bt-outline-orange.active,.btn_bt-outline-orange:active,.btn_bt-outline-orange:active:focus,.btn_bt-outline-orange:focus,.btn_bt-outline-orange:hover {
    background-color: transparent;
    color: #f57c00;
    border-color: #f57c00
}

.btn_bt-deep-orange {
    background-color: #ff7043
}

.btn_bt-deep-orange:hover {
    background-color: #ff835d!important
}

.btn_bt-deep-orange.active,.btn_bt-deep-orange:active,.btn_bt-deep-orange:focus {
    background-color: #f63b00!important
}

.btn_bt-deep-orange.dropdown-toggle {
    background-color: #ff7043!important
}

.btn_bt-deep-orange.dropdown-toggle:focus,.btn_bt-deep-orange.dropdown-toggle:hover {
    background-color: #ff835d!important
}

.btn_bt-outline-deep-orange {
    border: 2px solid #ff7043;
    color: #ff7043!important;
    background-color: transparent
}

.btn_bt-outline-deep-orange.active,.btn_bt-outline-deep-orange:active,.btn_bt-outline-deep-orange:active:focus,.btn_bt-outline-deep-orange:focus,.btn_bt-outline-deep-orange:hover {
    background-color: transparent;
    color: #ff7043;
    border-color: #ff7043
}

.btn_bt-brown {
    background-color: #795548
}

.btn_bt-brown:hover {
    background-color: #896052!important
}

.btn_bt-brown.active,.btn_bt-brown:active,.btn_bt-brown:focus {
    background-color: #49332b!important
}

.btn_bt-brown.dropdown-toggle {
    background-color: #795548!important
}

.btn_bt-brown.dropdown-toggle:focus,.btn_bt-brown.dropdown-toggle:hover {
    background-color: #896052!important
}

.btn_bt-outline-brown {
    border: 2px solid #795548;
    color: #795548!important;
    background-color: transparent
}

.btn_bt-outline-brown.active,.btn_bt-outline-brown:active,.btn_bt-outline-brown:active:focus,.btn_bt-outline-brown:focus,.btn_bt-outline-brown:hover {
    background-color: transparent;
    color: #795548;
    border-color: #795548
}

.btn_bt-grey {
    background-color: #616161
}

.btn_bt-grey:hover {
    background-color: #6e6e6e!important
}

.btn_bt-grey.active,.btn_bt-grey:active,.btn_bt-grey:focus {
    background-color: #3b3b3b!important
}

.btn_bt-grey.dropdown-toggle {
    background-color: #616161!important
}

.btn_bt-grey.dropdown-toggle:focus,.btn_bt-grey.dropdown-toggle:hover {
    background-color: #6e6e6e!important
}

.btn_bt-outline-grey {
    border: 2px solid #616161;
    color: #616161!important;
    background-color: transparent
}

.btn_bt-outline-grey.active,.btn_bt-outline-grey:active,.btn_bt-outline-grey:active:focus,.btn_bt-outline-grey:focus,.btn_bt-outline-grey:hover {
    background-color: transparent;
    color: #616161;
    border-color: #616161
}

.btn_bt-blue-grey {
    background-color: #78909c
}

.btn_bt-blue-grey:hover {
    background-color: #879ca7!important
}

.btn_bt-blue-grey.active,.btn_bt-blue-grey:active,.btn_bt-blue-grey:focus {
    background-color: #546973!important
}

.btn_bt-blue-grey.dropdown-toggle {
    background-color: #78909c!important
}

.btn_bt-blue-grey.dropdown-toggle:focus,.btn_bt-blue-grey.dropdown-toggle:hover {
    background-color: #879ca7!important
}

.btn_bt-outline-blue-grey {
    border: 2px solid #78909c;
    color: #78909c!important;
    background-color: transparent
}

.btn_bt-outline-blue-grey.active,.btn_bt-outline-blue-grey:active,.btn_bt-outline-blue-grey:active:focus,.btn_bt-outline-blue-grey:focus,.btn_bt-outline-blue-grey:hover {
    background-color: transparent;
    color: #78909c;
    border-color: #78909c
}

.btn_bt-white {
    background-color: #fff
}

.btn_bt-white:hover {
    background-color: #fff!important
}

.btn_bt-white.active,.btn_bt-white:active,.btn_bt-white:focus {
    background-color: #d9d9d9!important
}

.btn_bt-white.dropdown-toggle,.btn_bt-white.dropdown-toggle:focus,.btn_bt-white.dropdown-toggle:hover {
    background-color: #fff!important
}

.btn_bt-outline-white {
    border: 2px solid #fff;
    color: #fff!important;
    background-color: transparent
}

.btn_bt-outline-white.active,.btn_bt-outline-white:active,.btn_bt-outline-white:active:focus,.btn_bt-outline-white:focus,.btn_bt-outline-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.btn_bt-black {
    background-color: #000
}

.btn_bt-black:hover {
    background-color: #0d0d0d!important
}

.btn_bt-black.active,.btn_bt-black.dropdown-toggle,.btn_bt-black:active,.btn_bt-black:focus {
    background-color: #000!important
}

.btn_bt-black.dropdown-toggle:focus,.btn_bt-black.dropdown-toggle:hover {
    background-color: #0d0d0d!important
}

.btn_bt-outline-black {
    border: 2px solid #000;
    color: #000!important;
    background-color: transparent
}

.btn_bt-outline-black.active,.btn_bt-outline-black:active,.btn_bt-outline-black:active:focus,.btn_bt-outline-black:focus,.btn_bt-outline-black:hover {
    background-color: transparent;
    color: #000;
    border-color: #000
}
.btn_bt-pink.focus {
	background-color: #ec407a;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #ec407a;
}
.btn_bt-indigo.focus {
	background-color: #3f51b5;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #3f51b5;
}
.btn_bt-cyan.focus {
	background-color: #00bcd4;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #00bcd4;
}


