
/* IE8+, Chrome */
input, button {
  outline: 0;
}


.btn-menu {
  color: #FFFFFF;
  background: #EE6F36;
  border-color: #E34700;
}

.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active,
.btn-menu.active,
.open .dropdown-toggle.btn-menu {
  color: #FFFFFF;
  background: #E34700;
  border-color: #E34700;
}

.btn-menu:active,
.btn-menu.active,
.open .dropdown-toggle.btn-menu {
  background-image: none;
}

.btn-menu.disabled,
.btn-menu[disabled],
fieldset[disabled] .btn-menu,
.btn-menu.disabled:hover,
.btn-menu[disabled]:hover,
fieldset[disabled] .btn-menu:hover,
.btn-menu.disabled:focus,
.btn-menu[disabled]:focus,
fieldset[disabled] .btn-menu:focus,
.btn-menu.disabled:active,
.btn-menu[disabled]:active,
fieldset[disabled] .btn-menu:active,
.btn-menu.disabled.active,
.btn-menu[disabled].active,
fieldset[disabled] .btn-menu.active {
	color: #FFFFFF;
  background: #EE6F36;
  border-color: #E34700;
}

.btn-menu:hover,
.btn-menu:focus{
	color:#FFFFFF !important;
}
.btn-menu .badge {
  color: #EE6F36;
  background: #FFFFFF;
}


.btn-regist {
  color: #ffffff;
  background: #40AF85;
  border-color: #6BCAA6;
}

.btn-regist:hover,
.btn-regist:focus,
.btn-regist:active,
.btn-regist.active,
.open .dropdown-toggle.btn-regist {
  color: #ffffff;
  background: #24A172;
  border-color: #6BCAA6;
}

.btn-regist:active,
.btn-regist.active,
.open .dropdown-toggle.btn-regist {
  background-image: none;
}

.btn-regist.disabled,
.btn-regist[disabled],
fieldset[disabled] .btn-regist,
.btn-regist.disabled:hover,
.btn-regist[disabled]:hover,
fieldset[disabled] .btn-regist:hover,
.btn-regist.disabled:focus,
.btn-regist[disabled]:focus,
fieldset[disabled] .btn-regist:focus,
.btn-regist.disabled:active,
.btn-regist[disabled]:active,
fieldset[disabled] .btn-regist:active,
.btn-regist.disabled.active,
.btn-regist[disabled].active,
fieldset[disabled] .btn-regist.active {
  background: #40AF85;
  border-color: #6BCAA6;
}

.btn-regist .badge {
  color: #40AF85;
  background: #ffffff;
}
.btn-regist:hover,
.btn-regist:focus{
	color:#FFFFFF !important;
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background: #333;
}
.btn-primary {
  color: #fff;
  background: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background: #fff;
}





.btn-success {
  color: #ffffff;
  background-color: #61a7d5;
  border-color: #4d9cd0;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #3991ca;
  border-color: #21587c;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #3991ca;
  border-color: #2f7db0;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3991ca;
  border-color: #2f7db0;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #2f7db0;
  border-color: #21587c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #61a7d5;
  border-color: #4d9cd0;
}
.btn-success .badge {
  color: #61a7d5;
  background-color: #ffffff;
}
/*
.btn-success {
  color: #fff;
  background: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background: #fff;
} */





/*.btn-info {
  color: #fff;
  background: #5B9574;
  border-color: #3A7C57;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background: #3A7C57;
  border-color: #236741;
}
.btn-info:hover {
  color: #fff;
  background: #3A7C57;
  border-color: #236741;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background: #3A7C57;
  border-color: #236741;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background: #3A7C57;
  border-color: #236741;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background: #3A7C57;
  border-color: #236741;
}
.btn-info .badge {
  color: #5bc0de;
  background: #fff;
}*/
.btn-info {
  color: #fff;
  background: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background: #fff;
}


.btn-warning {
  color: #fff;
  background: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background: #fff;
}
.btn-danger {
  color: #fff;
  background: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}


.btn-back {
  color: #fff;
  background: #5bc0de;
  border-color: #46b8da;
}
.btn-back:focus,
.btn-back.focus {
  color: #fff;
  background: #31b0d5;
  border-color: #1b6d85;
}
.btn-back:hover {
  color: #fff;
  background: #31b0d5;
  border-color: #269abc;
}
.btn-back:active,
.btn-back.active,
.open > .dropdown-toggle.btn-back {
  color: #fff;
  background: #31b0d5;
  border-color: #269abc;
}
.btn-back:active:hover,
.btn-back.active:hover,
.open > .dropdown-toggle.btn-back:hover,
.btn-back:active:focus,
.btn-back.active:focus,
.open > .dropdown-toggle.btn-back:focus,
.btn-back:active.focus,
.btn-back.active.focus,
.open > .dropdown-toggle.btn-back.focus {
  color: #fff;
  background: #269abc;
  border-color: #1b6d85;
}
.btn-back:active,
.btn-back.active,
.open > .dropdown-toggle.btn-back {
  background-image: none;
}
.btn-back.disabled:hover,
.btn-back[disabled]:hover,
fieldset[disabled] .btn-back:hover,
.btn-back.disabled:focus,
.btn-back[disabled]:focus,
fieldset[disabled] .btn-back:focus,
.btn-back.disabled.focus,
.btn-back[disabled].focus,
fieldset[disabled] .btn-back.focus {
  background: #5bc0de;
  border-color: #46b8da;
}
.btn-back .badge {
  color: #5bc0de;
  background: #fff;
}


.btn-before{
  background-color: #DAE0E3;
}

.btn-after{
  background-color: #DAE0E3;
}

.btn-detail {
  color: #fff;
  background: #D2907F;
  border-color: #C1725D;
}
.btn-detail:focus,
.btn-detail.focus {
  color: #fff;
  background: #C1725D;
  border-color: #AF533B;
}
.btn-detail:hover {
  color: #fff;
  background: #C1725D;
  border-color: #AF533B;
 }
.btn-detail:active,
.btn-detail.active,
.open > .dropdown-toggle.btn-detail {
  color: #fff;
  background: #C1725D;
  border-color: #AF533B;
}
.btn-detail:active:hover,
.btn-detail.active:hover,
.open > .dropdown-toggle.btn-detail:hover,
.btn-detail:active:focus,
.btn-detail.active:focus,
.open > .dropdown-toggle.btn-detail:focus,
.btn-detail:active.focus,
.btn-detail.active.focus,
.open > .dropdown-toggle.btn-detail.focus {
  color: #fff;
  background: #C1725D;
  border-color: #AF533B;
}
.btn-detail:active,
.btn-detail.active,
.open > .dropdown-toggle.btn-detail {
  background-image: none;
}
.btn-detail.disabled:hover,
.btn-detail[disabled]:hover,
fieldset[disabled] .btn-detail:hover,
.btn-detail.disabled:focus,
.btn-detail[disabled]:focus,
fieldset[disabled] .btn-detail:focus,
.btn-detail.disabled.focus,
.btn-detail[disabled].focus,
fieldset[disabled] .btn-detail.focus {
  background: #C1725D;
  border-color: #AF533B;
}
.btn-detail .badge {
  color: #C1725D;
  background: #fff;
}
