/* general layout  ---------- */
html {
  height: 100%;
}
body {
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  height: 100%;
  font-size: 11pt;
  color: #676a6c;
  background: #f4f6f8;
}
i {
  font-style: normal;
}
a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  opacity: 0.6;
  text-decoration: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.input-group-addon {
  width: 30px !important;
}
#wrap input.error,
#wrap select.error {
  background: #fef4f4;
  border: 3px solid #c82e29;
}
#wrap span.error {
  margin: 2px 0 0;
  font-size: 9pt;
  font-weight: bold;
  color: #c82e29;
  display: block;
}
#wrap label {
  font-weight: normal;
}
#wrap {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
#wrap .essential {
  padding-bottom: 30px;
}
#wrap > footer {
  position: absolute;
  padding: 0 20px;
  height: 20px;
  width: calc(100% - 240px);
  font-size: 8pt;
  right: 0;
  bottom: 0;
  display: flex;
}
#wrap > footer span:nth-of-type(1) {
  width: 350px;
}
#wrap > footer span:nth-of-type(2) {
  text-align: right;
  flex: 1;
}
#wrap > footer span a {
  margin-right: 10px;
}
#wrap .essential aside {
  position: fixed;
  float: left;
  width: 240px;
  height: 100%;
  background: #fff;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 10;
}
#wrap .essential aside .logo_area {
  padding: 15px 10px;
  width: 240px;
  height: 75px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#wrap .essential aside .logo_area img {
  margin: 0 0 0 25px;
  display: block;
}
#wrap .essential aside .nav {
  position: relative;
  height: 100vh;
}
#wrap .essential aside .nav .prof_field {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#wrap .essential aside .nav .prof_field > .avatar_unit {
}
#wrap .essential aside .nav .prof_field > .avatar_unit a {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 85px;
  height: 85px;
  /*border: 2px solid #fff;*/
  border-radius: 43px;
  /*box-shadow:0 3px 4px 0 #bcbcbc;*/
  display: block;
}
#wrap .essential aside .nav .prof_field > .avatar_unit a img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 8px;
}
#wrap .essential aside .nav .prof_field > .avatar_unit a figcaption {
  position: absolute;
  padding-top: 5px;
  width: 100%;
  height: 50px;
  font-size: 10pt;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: -50px;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#wrap .essential aside .nav .prof_field > .avatar_unit a:hover figcaption {
  bottom: 0;
}
#wrap .essential aside .nav .prof_field > .avatar_unit a figcaption i {
  display: block;
}
#wrap .essential aside .nav .prof_field > .info_unit {
}
#wrap .essential aside .nav .prof_field > .info_unit p {
  margin-bottom: 5px;
  font-size: 9pt;
  text-align: center;
}
#wrap .essential aside .nav .prof_field > .info_unit p:first-of-type {
  margin-top: 10px;
  font-size: 10.5pt;
  font-weight: bold;
}
#wrap .essential aside .nav .prof_field > .info_unit p:last-of-type {
  margin-bottom: 0;
}
#wrap .essential aside .nav .prof_field > .info_unit p span {
  color: #9c9c9c;
}
#wrap .essential aside .nav > .menu_field {
  position: relative;
  height: calc(100% - 335px);
}
#wrap .essential aside .nav > .menu_field ul#menu {
  padding: 0;
  list-style: none;
}
#wrap .essential aside .nav > .menu_field ul#menu li {
  border-bottom: 1px solid #dedede;
  background: #fff;
}
#wrap .essential aside .nav > .menu_field ul#menu li > a {
  padding: 10px 0 10px 20px;
  font-size: 10.5pt;
  color: #676a6c;
  line-height: normal;
  display: block;
}
#wrap .essential aside .nav > .menu_field ul#menu li > a.link_info {
  position: relative;
}
#wrap .essential aside .nav > .menu_field ul#menu li > a.link_info:after {
  position: absolute;
  content: "\f054";
  font-family: "FontAwesome";
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#wrap .essential aside .nav > .menu_field ul#menu li a:hover {
  color: #fff;
  background: #c0e28e;
  text-decoration: none;
}
#wrap .essential aside .nav > .menu_field ul#menu li.current a {
  color: #fff;
  background: #458c2c;
  pointer-events: none;
}
#wrap .essential aside .nav > .menu_field ul#menu li.active > a {
  color: #fff;
  background: #458c2c;
}
#wrap .essential aside .nav > .menu_field ul#menu li a.connect {
  color: #fff;
  background: #69be1b;
}
#wrap .essential aside .nav > .menu_field dl.link_panel {
  position: fixed;
  padding: 30px 0;
  height: 100vh;
  width: 290px;
  font-size: 10.5pt;
  background: #fff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 240px;
  display: none;
}
#wrap .essential aside .nav > .menu_field dl.link_panel dt {
  margin: 0 0 5px 15px;
}
#wrap .essential aside .nav > .menu_field dl.link_panel dt.type {
  padding: 6px 10px 6px 15px;
  margin: 0 0 5px;
  font-weight: normal;
  color: #fff;
  background: #458c2c;
}
#wrap .essential aside .nav > .menu_field dl.link_panel dd > a {
  position: relative;
  padding: 8px 25px 8px 15px;
  color: inherit;
  display: block;
}
#wrap .essential aside .nav > .menu_field dl.link_panel dd > a:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 15pt;
  top: 4px;
  right: 15px;
}
#wrap .essential aside .nav > .menu_field dl.link_panel dd > a:hover {
  font-weight: bold;
  color: #458c2c !important;
  background: #def7d6 !important;
}
#wrap .essential aside .nav > .menu_field dl.link_panel dd.current > a {
  color: inherit;
  background: none;
}
#wrap .essential aside .nav > .menu_field dl.link_panel dd + dt,
#wrap .essential aside .nav > .menu_field dl.link_panel dd + dt.type {
  margin-top: 25px;
}
#wrap .essential aside .nav > .logoff_field {
  position: fixed;
  width: 240px;
  bottom: 5px;
}
#wrap .essential aside .nav > .logoff_field > a {
  padding: 0 10px 0 20px;
  height: 35px;
  color: #676a6c;
  font-size: 10pt;
  line-height: 35px;
  display: block;
}
#wrap .essential aside .nav > .logoff_field > a:hover {
  color: #acacac;
  background: #fff;
}
#wrap .essential aside .nav > .logoff_field > a i {
  width: 40px;
  text-align: center;
  font-size: 16pt;
  vertical-align: middle;
  display: inline-block;
}
#wrap .essential article {
  float: right;
  width: calc(100% - 240px);
}
#wrap .essential article > .inner {
  padding: 20px 0 0;
  display: flex;
}
#wrap .essential article > .inner .contents {
  padding: 5px 10px 0 20px;
  width: 1030px;
}
#wrap .essential article > .inner .contents > .heading {
  margin-bottom: 20px;
  font-size: 16pt;
}
#wrap .essential article > .inner .contents > .contain + .heading {
  margin-top: 40px;
}
#wrap .essential article > .inner .contents > .contain {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#wrap .essential article > .inner .contents > .contain .search_field {
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #f0f0f0;
}
#wrap .essential article > .inner .contents > .contain .search_field .input-daterange {
  width: 270px;
}
#wrap .essential article > .inner .contents > .contain .search_field a.btn_search {
  margin-left: 10px;
}
#wrap .essential article > .inner .contents > .contain .util_field {
  margin-bottom: 10px;
}
#wrap .essential article > .inner .contents > .contain .util_field > .act_array {
  float: left;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array {
  float: right;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array .result-stats {
  margin: 0 10px 0 0;
  min-width: 240px;
  text-align: right;
  display: inline-block;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array .result-stats > span.total {
  margin-right: 15px;
  font-size: 10pt;
  display: inline-block;
  vertical-align: baseline;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array .result-stats > select {
  width: 125px;
  display: inline-block;
  vertical-align: baseline;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array ul {
  margin: 0;
  vertical-align: middle;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array ul li {
  position: relative;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array ul li > a {
  margin: 0 2px;
  color: #458c2c;
  background: none;
  border: none;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array ul li > a:hover,
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array ul li > a:focus {
  background: none;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array ul li > a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #458c2c;
  opacity: 0.3;
  left: 0;
  bottom: 0;
  transition: all 0.2s;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array ul li > a:hover:before {
  height: 100%;
}
#wrap .essential article > .inner .contents > .contain .util_field > .pager_array ul li.current > a {
  color: #fff;
  background: #458c2c;
  pointer-events: none;
}
#wrap .essential article > .inner .contents > .contain .result_field {
}
#wrap .essential article > .inner .contents > .contain .result_field table {
  margin-bottom: 10px;
  table-layout: fixed;
}
#wrap .essential article > .inner .contents > .contain .result_field table th {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  background: #458c2c;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}
#wrap .essential article > .inner .contents > .contain .result_field table td {
  font-size: 9.5pt;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}
#wrap .essential article > .inner .contents > .contain .result_field table th a {
  color: #737373;
  text-decoration: none;
}

/* modal  ---------- */
.modal-md {
  width: 420px;
}
.dialog_title {
  font-size: 11pt;
}
.dialog_lead {
  margin-top: 10px;
  font-size: 10.5pt;
}
.dialog_footer {
  padding: 0 15px 10px;
  text-align: right;
}
.dialog_footer > a {
  width: 80px;
}
.dialog_footer > a:hover {
  text-decoration: none;
}
.dialog_footer > a.btn-link {
  color: inherit;
}
.dialog_footer > a.btn-link:hover {
  color: #dcdcdc;
}
.modal-body .title {
  margin-bottom: 20px;
  font-size: 13pt;
}
.modal-body label {
  font-size: 10pt;
  font-weight: normal;
}
.modal-body .file_area,
.modal-body .item {
  margin-bottom: 10px;
}
.modal-body .col2_item {
  display: flex;
  margin-bottom: 10px;
}
.modal-body .col2_item > div {
  flex-basis: 50%;
}
.modal-body p.file-select {
  position: relative;
  overflow: hidden;
  width: 80px;
  font-size: 9pt;
  cursor: pointer;
  display: inline-block;
}
.modal-body input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.modal-body input.file-name {
  padding: 3px;
  width: 100%;
  font-size: 9pt;
  background: none;
  border: none;
  display: none;
}

/* elem-check layout  ----------------------------- */
.elem-check input[type="radio"],
.elem-check input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
.elem-check input[type="radio"] + label,
.elem-check input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
}
.elem-check input[type="radio"]:disabled + label,
.elem-check input[type="checkbox"]:disabled + label {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 1px) {
  .elem-check input[type="radio"],
  .elem-check input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  .elem-check input[type="radio"] + label,
  .elem-check input[type="checkbox"] + label {
    padding: 0 0 0 24px;
    font-size: 9pt;
    font-weight: normal;
  }
  .elem-check input[type="radio"] + label::before,
  .elem-check input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
  }
  .elem-check input[type="radio"] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .elem-check input[type="checkbox"] + label::before {
    border: 2px solid #ccc;
  }
  .elem-check input[type="radio"]:checked + label::after,
  .elem-check input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .elem-check input[type="radio"]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #e71063;
    border-radius: 8px;
  }
  .elem-check input[type="checkbox"]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #e71063;
    border-bottom: 3px solid #e71063;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #wrap article > .inner .result-field table th.elem-check input[type="radio"] + label,
  #wrap article > .inner .result-field table th.elem-check input[type="checkbox"] + label,
  #wrap article > .inner .result-field table td.elem-check input[type="radio"] + label,
  #wrap article > .inner .result-field table td.elem-check input[type="checkbox"] + label {
    padding: 0 0 0 10px;
  }
}
.disabled {
  opacity: 0.3 !important;
}
/* button style  ---------- */
.btn-o {
  background: none !important;
}
.btn-azure {
  background-color: #0095c8;
  border-color: #0095c8;
  color: #fff;
}
.open .btn-azure.dropdown-toggle {
  background-color: #16c3ff;
  border-color: #16c3ff;
}
.btn-azure:hover {
  background-color: #00bbfb !important;
  border-color: #00bbfb;
  color: #fff;
}
.btn-azure:active,
.btn-azure.active,
.btn-azure.active:focus,
.btn-azure:active:focus,
.btn-azure:active:hover,
.btn-azure.dropdown-toggle:active:hover {
  background-color: #0082af !important;
  border-color: #0082af;
}
.btn-azure:focus {
  background-color: #16c3ff;
  border-color: #16c3ff;
  color: #fff;
}
.btn-azure.disabled:hover,
.btn-azure.disabled:focus,
.btn-azure.disabled:active,
.btn-azure.disabled.active,
.btn-azure[disabled],
.btn-azure[disabled]:hover,
.btn-azure[disabled]:focus,
.btn-azure[disabled]:active,
.btn-azure[disabled].active,
fieldset[disabled] .btn-azure:hover,
fieldset[disabled] .btn-azure:focus,
fieldset[disabled] .btn-azure:active,
fieldset[disabled] .btn-azure.active {
  background-color: #2fcaff;
  border-color: #2fcaff;
  color: #fff;
}
.btn-azure.btn-o {
  border: 1px solid #0095c8;
  color: #0095c8;
}
.btn-azure.btn-o:hover {
  color: #00bbfb;
  border-color: #00bbfb;
  background: none !important;
}
.btn-azure.btn-o:active,
.btn-azure.btn-o.active,
.btn-azure.btn-o.active:focus,
.btn-azure.btn-o:active:focus,
.btn-azure.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #005c7c !important;
  color: #005c7c !important;
}
.btn-azure.btn-o:focus {
  background-color: #2fcaff;
  border-color: #2fcaff;
  color: #00bbfb;
}
.btn-azure.btn-o.disabled:hover,
.btn-azure.btn-o.disabled:focus,
.btn-azure.btn-o.disabled:active,
.btn-azure.btn-o.disabled.active,
.btn-azure.btn-o[disabled],
.btn-azure.btn-o[disabled]:hover,
.btn-azure.btn-o[disabled]:focus,
.btn-azure.btn-o[disabled]:active,
.btn-azure.btn-o[disabled].active,
fieldset[disabled] .btn-azure.btn-o:hover,
fieldset[disabled] .btn-azure.btn-o:focus,
fieldset[disabled] .btn-azure.btn-o:active,
fieldset[disabled] .btn-azure.btn-o.active {
  border-color: #2fcaff;
  color: #2fcaff;
}
.btn-azure.btn-o .caret {
  border-top-color: #0095c8;
}
.btn-azure .caret {
  border-top-color: #fff;
}
.dropup .btn-azure .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-azure {
  background-color: #00a8e2;
  border-color: #00a8e2;
  color: #fff;
}
.open .btn-light-azure.dropdown-toggle {
  background-color: #2fcaff;
  border-color: #2fcaff;
}
.btn-light-azure:hover {
  background-color: #16c3ff !important;
  border-color: #16c3ff;
  color: #fff;
}
.btn-light-azure:active,
.btn-light-azure.active,
.btn-light-azure.active:focus,
.btn-light-azure:active:focus,
.btn-light-azure:active:hover,
.btn-light-azure.dropdown-toggle:active:hover {
  background-color: #0095c8 !important;
  border-color: #0095c8;
}
.btn-light-azure:focus {
  background-color: #2fcaff;
  border-color: #2fcaff;
  color: #fff;
}
.btn-light-azure.disabled:hover,
.btn-light-azure.disabled:focus,
.btn-light-azure.disabled:active,
.btn-light-azure.disabled.active,
.btn-light-azure[disabled],
.btn-light-azure[disabled]:hover,
.btn-light-azure[disabled]:focus,
.btn-light-azure[disabled]:active,
.btn-light-azure[disabled].active,
fieldset[disabled] .btn-light-azure:hover,
fieldset[disabled] .btn-light-azure:focus,
fieldset[disabled] .btn-light-azure:active,
fieldset[disabled] .btn-light-azure.active {
  background-color: #49d0ff;
  border-color: #49d0ff;
  color: #fff;
}
.btn-light-azure.btn-o {
  border: 1px solid #00a8e2;
  color: #00a8e2;
}
.btn-light-azure.btn-o:hover {
  color: #16c3ff;
  border-color: #16c3ff;
  background: none !important;
}
.btn-light-azure.btn-o:active,
.btn-light-azure.btn-o.active,
.btn-light-azure.btn-o.active:focus,
.btn-light-azure.btn-o:active:focus,
.btn-light-azure.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #006f95 !important;
  color: #006f95 !important;
}
.btn-light-azure.btn-o:focus {
  background-color: #49d0ff;
  border-color: #49d0ff;
  color: #16c3ff;
}
.btn-light-azure.btn-o.disabled:hover,
.btn-light-azure.btn-o.disabled:focus,
.btn-light-azure.btn-o.disabled:active,
.btn-light-azure.btn-o.disabled.active,
.btn-light-azure.btn-o[disabled],
.btn-light-azure.btn-o[disabled]:hover,
.btn-light-azure.btn-o[disabled]:focus,
.btn-light-azure.btn-o[disabled]:active,
.btn-light-azure.btn-o[disabled].active,
fieldset[disabled] .btn-light-azure.btn-o:hover,
fieldset[disabled] .btn-light-azure.btn-o:focus,
fieldset[disabled] .btn-light-azure.btn-o:active,
fieldset[disabled] .btn-light-azure.btn-o.active {
  border-color: #49d0ff;
  color: #49d0ff;
}
.btn-light-azure.btn-o .caret {
  border-top-color: #00a8e2;
}
.btn-light-azure .caret {
  border-top-color: #fff;
}
.dropup .btn-light-azure .caret {
  border-bottom: 4px solid #fff;
}
.btn-dark-azure {
  background-color: #006f95;
  border-color: #006f95;
  color: #fff;
}
.open .btn-dark-azure.dropdown-toggle {
  background-color: #00a8e2;
  border-color: #00a8e2;
}
.btn-dark-azure:hover {
  background-color: #0095c8 !important;
  border-color: #0095c8;
  color: #fff;
}
.btn-dark-azure:active,
.btn-dark-azure.active,
.btn-dark-azure.active:focus,
.btn-dark-azure:active:focus,
.btn-dark-azure:active:hover,
.btn-dark-azure.dropdown-toggle:active:hover {
  background-color: #005c7c !important;
  border-color: #005c7c;
}
.btn-dark-azure:focus {
  background-color: #00a8e2;
  border-color: #00a8e2;
  color: #fff;
}
.btn-dark-azure.disabled:hover,
.btn-dark-azure.disabled:focus,
.btn-dark-azure.disabled:active,
.btn-dark-azure.disabled.active,
.btn-dark-azure[disabled],
.btn-dark-azure[disabled]:hover,
.btn-dark-azure[disabled]:focus,
.btn-dark-azure[disabled]:active,
.btn-dark-azure[disabled].active,
fieldset[disabled] .btn-dark-azure:hover,
fieldset[disabled] .btn-dark-azure:focus,
fieldset[disabled] .btn-dark-azure:active,
fieldset[disabled] .btn-dark-azure.active {
  background-color: #00bbfb;
  border-color: #00bbfb;
  color: #fff;
}
.btn-dark-azure.btn-o {
  border: 1px solid #006f95;
  color: #006f95;
}
.btn-dark-azure.btn-o:hover {
  color: #0095c8;
  border-color: #0095c8;
  background: none !important;
}
.btn-dark-azure.btn-o:active,
.btn-dark-azure.btn-o.active,
.btn-dark-azure.btn-o.active:focus,
.btn-dark-azure.btn-o:active:focus,
.btn-dark-azure.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #003649 !important;
  color: #003649 !important;
}
.btn-dark-azure.btn-o:focus {
  background-color: #00bbfb;
  border-color: #00bbfb;
  color: #0095c8;
}
.btn-dark-azure.btn-o.disabled:hover,
.btn-dark-azure.btn-o.disabled:focus,
.btn-dark-azure.btn-o.disabled:active,
.btn-dark-azure.btn-o.disabled.active,
.btn-dark-azure.btn-o[disabled],
.btn-dark-azure.btn-o[disabled]:hover,
.btn-dark-azure.btn-o[disabled]:focus,
.btn-dark-azure.btn-o[disabled]:active,
.btn-dark-azure.btn-o[disabled].active,
fieldset[disabled] .btn-dark-azure.btn-o:hover,
fieldset[disabled] .btn-dark-azure.btn-o:focus,
fieldset[disabled] .btn-dark-azure.btn-o:active,
fieldset[disabled] .btn-dark-azure.btn-o.active {
  border-color: #00bbfb;
  color: #00bbfb;
}
.btn-dark-azure.btn-o .caret {
  border-top-color: #006f95;
}
.btn-dark-azure .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-azure .caret {
  border-bottom: 4px solid #fff;
}
.btn-blue {
  background-color: #5f8295;
  border-color: #5f8295;
  color: #fff;
}
.open .btn-blue.dropdown-toggle {
  background-color: #8ba6b5;
  border-color: #8ba6b5;
}
.btn-blue:hover {
  background-color: #7c9bab !important;
  border-color: #7c9bab;
  color: #fff;
}
.btn-blue:active,
.btn-blue.active,
.btn-blue.active:focus,
.btn-blue:active:focus,
.btn-blue:active:hover,
.btn-blue.dropdown-toggle:active:hover {
  background-color: #557485 !important;
  border-color: #557485;
}
.btn-blue:focus {
  background-color: #8ba6b5;
  border-color: #8ba6b5;
  color: #fff;
}
.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled],
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
  background-color: #9bb2bf;
  border-color: #9bb2bf;
  color: #fff;
}
.btn-blue.btn-o {
  border: 1px solid #5f8295;
  color: #5f8295;
}
.btn-blue.btn-o:hover {
  color: #7c9bab;
  border-color: #7c9bab;
  background: none !important;
}
.btn-blue.btn-o:active,
.btn-blue.btn-o.active,
.btn-blue.btn-o.active:focus,
.btn-blue.btn-o:active:focus,
.btn-blue.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #415966 !important;
  color: #415966 !important;
}
.btn-blue.btn-o:focus {
  background-color: #9bb2bf;
  border-color: #9bb2bf;
  color: #7c9bab;
}
.btn-blue.btn-o.disabled:hover,
.btn-blue.btn-o.disabled:focus,
.btn-blue.btn-o.disabled:active,
.btn-blue.btn-o.disabled.active,
.btn-blue.btn-o[disabled],
.btn-blue.btn-o[disabled]:hover,
.btn-blue.btn-o[disabled]:focus,
.btn-blue.btn-o[disabled]:active,
.btn-blue.btn-o[disabled].active,
fieldset[disabled] .btn-blue.btn-o:hover,
fieldset[disabled] .btn-blue.btn-o:focus,
fieldset[disabled] .btn-blue.btn-o:active,
fieldset[disabled] .btn-blue.btn-o.active {
  border-color: #9bb2bf;
  color: #9bb2bf;
}
.btn-blue.btn-o .caret {
  border-top-color: #5f8295;
}
.btn-blue .caret {
  border-top-color: #fff;
}
.dropup .btn-blue .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-blue {
  background-color: #7c9bab;
  border-color: #7c9bab;
  color: #fff;
}
.open .btn-light-blue.dropdown-toggle {
  background-color: #aabec9;
  border-color: #aabec9;
}
.btn-light-blue:hover {
  background-color: #9bb2bf !important;
  border-color: #9bb2bf;
  color: #fff;
}
.btn-light-blue:active,
.btn-light-blue.active,
.btn-light-blue.active:focus,
.btn-light-blue:active:focus,
.btn-light-blue:active:hover,
.btn-light-blue.dropdown-toggle:active:hover {
  background-color: #6c8fa1 !important;
  border-color: #6c8fa1;
}
.btn-light-blue:focus {
  background-color: #aabec9;
  border-color: #aabec9;
  color: #fff;
}
.btn-light-blue.disabled:hover,
.btn-light-blue.disabled:focus,
.btn-light-blue.disabled:active,
.btn-light-blue.disabled.active,
.btn-light-blue[disabled],
.btn-light-blue[disabled]:hover,
.btn-light-blue[disabled]:focus,
.btn-light-blue[disabled]:active,
.btn-light-blue[disabled].active,
fieldset[disabled] .btn-light-blue:hover,
fieldset[disabled] .btn-light-blue:focus,
fieldset[disabled] .btn-light-blue:active,
fieldset[disabled] .btn-light-blue.active {
  background-color: #bacad3;
  border-color: #bacad3;
  color: #fff;
}
.btn-light-blue.btn-o {
  border: 1px solid #7c9bab;
  color: #7c9bab;
}
.btn-light-blue.btn-o:hover {
  color: #9bb2bf;
  border-color: #9bb2bf;
  background: none !important;
}
.btn-light-blue.btn-o:active,
.btn-light-blue.btn-o.active,
.btn-light-blue.btn-o.active:focus,
.btn-light-blue.btn-o:active:focus,
.btn-light-blue.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #557485 !important;
  color: #557485 !important;
}
.btn-light-blue.btn-o:focus {
  background-color: #bacad3;
  border-color: #bacad3;
  color: #9bb2bf;
}
.btn-light-blue.btn-o.disabled:hover,
.btn-light-blue.btn-o.disabled:focus,
.btn-light-blue.btn-o.disabled:active,
.btn-light-blue.btn-o.disabled.active,
.btn-light-blue.btn-o[disabled],
.btn-light-blue.btn-o[disabled]:hover,
.btn-light-blue.btn-o[disabled]:focus,
.btn-light-blue.btn-o[disabled]:active,
.btn-light-blue.btn-o[disabled].active,
fieldset[disabled] .btn-light-blue.btn-o:hover,
fieldset[disabled] .btn-light-blue.btn-o:focus,
fieldset[disabled] .btn-light-blue.btn-o:active,
fieldset[disabled] .btn-light-blue.btn-o.active {
  border-color: #bacad3;
  color: #bacad3;
}
.btn-light-blue.btn-o .caret {
  border-top-color: #7c9bab;
}
.btn-light-blue .caret {
  border-top-color: #fff;
}
.dropup .btn-light-blue .caret {
  border-bottom: 4px solid #fff;
}
.btn-dark-blue {
  background-color: #4b6776;
  border-color: #4b6776;
  color: #fff;
}
.open .btn-dark-blue.dropdown-toggle {
  background-color: #6c8fa1;
  border-color: #6c8fa1;
}
.btn-dark-blue:hover {
  background-color: #5f8295 !important;
  border-color: #5f8295;
  color: #fff;
}
.btn-dark-blue:active,
.btn-dark-blue.active,
.btn-dark-blue.active:focus,
.btn-dark-blue:active:focus,
.btn-dark-blue:active:hover,
.btn-dark-blue.dropdown-toggle:active:hover {
  background-color: #415966 !important;
  border-color: #415966;
}
.btn-dark-blue:focus {
  background-color: #6c8fa1;
  border-color: #6c8fa1;
  color: #fff;
}
.btn-dark-blue.disabled:hover,
.btn-dark-blue.disabled:focus,
.btn-dark-blue.disabled:active,
.btn-dark-blue.disabled.active,
.btn-dark-blue[disabled],
.btn-dark-blue[disabled]:hover,
.btn-dark-blue[disabled]:focus,
.btn-dark-blue[disabled]:active,
.btn-dark-blue[disabled].active,
fieldset[disabled] .btn-dark-blue:hover,
fieldset[disabled] .btn-dark-blue:focus,
fieldset[disabled] .btn-dark-blue:active,
fieldset[disabled] .btn-dark-blue.active {
  background-color: #7c9bab;
  border-color: #7c9bab;
  color: #fff;
}
.btn-dark-blue.btn-o {
  border: 1px solid #4b6776;
  color: #4b6776;
}
.btn-dark-blue.btn-o:hover {
  color: #5f8295;
  border-color: #5f8295;
  background: none !important;
}
.btn-dark-blue.btn-o:active,
.btn-dark-blue.btn-o.active,
.btn-dark-blue.btn-o.active:focus,
.btn-dark-blue.btn-o:active:focus,
.btn-dark-blue.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #2d3e47 !important;
  color: #2d3e47 !important;
}
.btn-dark-blue.btn-o:focus {
  background-color: #7c9bab;
  border-color: #7c9bab;
  color: #5f8295;
}
.btn-dark-blue.btn-o.disabled:hover,
.btn-dark-blue.btn-o.disabled:focus,
.btn-dark-blue.btn-o.disabled:active,
.btn-dark-blue.btn-o.disabled.active,
.btn-dark-blue.btn-o[disabled],
.btn-dark-blue.btn-o[disabled]:hover,
.btn-dark-blue.btn-o[disabled]:focus,
.btn-dark-blue.btn-o[disabled]:active,
.btn-dark-blue.btn-o[disabled].active,
fieldset[disabled] .btn-dark-blue.btn-o:hover,
fieldset[disabled] .btn-dark-blue.btn-o:focus,
fieldset[disabled] .btn-dark-blue.btn-o:active,
fieldset[disabled] .btn-dark-blue.btn-o.active {
  border-color: #7c9bab;
  color: #7c9bab;
}
.btn-dark-blue.btn-o .caret {
  border-top-color: #4b6776;
}
.btn-dark-blue .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-blue .caret {
  border-bottom: 4px solid #fff;
}
.btn-green {
  background-color: #1fbba6;
  border-color: #1fbba6;
  color: #fff;
}
.open .btn-green.dropdown-toggle {
  background-color: #46e0cc;
  border-color: #46e0cc;
}
.btn-green:hover {
  background-color: #30ddc6 !important;
  border-color: #30ddc6;
  color: #fff;
}
.btn-green:active,
.btn-green.active,
.btn-green.active:focus,
.btn-green:active:focus,
.btn-green:active:hover,
.btn-green.dropdown-toggle:active:hover {
  background-color: #1ba593 !important;
  border-color: #1ba593;
}
.btn-green:focus {
  background-color: #46e0cc;
  border-color: #46e0cc;
  color: #fff;
}
.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled],
.btn-green[disabled]:hover,
.btn-green[disabled]:focus,
.btn-green[disabled]:active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green:hover,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green:active,
fieldset[disabled] .btn-green.active {
  background-color: #5ce4d2;
  border-color: #5ce4d2;
  color: #fff;
}
.btn-green.btn-o {
  border: 1px solid #1fbba6;
  color: #1fbba6;
}
.btn-green.btn-o:hover {
  color: #30ddc6;
  border-color: #30ddc6;
  background: none !important;
}
.btn-green.btn-o:active,
.btn-green.btn-o.active,
.btn-green.btn-o.active:focus,
.btn-green.btn-o:active:focus,
.btn-green.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #14796c !important;
  color: #14796c !important;
}
.btn-green.btn-o:focus {
  background-color: #5ce4d2;
  border-color: #5ce4d2;
  color: #30ddc6;
}
.btn-green.btn-o.disabled:hover,
.btn-green.btn-o.disabled:focus,
.btn-green.btn-o.disabled:active,
.btn-green.btn-o.disabled.active,
.btn-green.btn-o[disabled],
.btn-green.btn-o[disabled]:hover,
.btn-green.btn-o[disabled]:focus,
.btn-green.btn-o[disabled]:active,
.btn-green.btn-o[disabled].active,
fieldset[disabled] .btn-green.btn-o:hover,
fieldset[disabled] .btn-green.btn-o:focus,
fieldset[disabled] .btn-green.btn-o:active,
fieldset[disabled] .btn-green.btn-o.active {
  border-color: #5ce4d2;
  color: #5ce4d2;
}
.btn-green.btn-o .caret {
  border-top-color: #1fbba6;
}
.btn-green .caret {
  border-top-color: #fff;
}
.dropup .btn-green .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-green {
  background-color: #30ddc6;
  border-color: #30ddc6;
  color: #fff;
}
.open .btn-light-green.dropdown-toggle {
  background-color: #72e8d8;
  border-color: #72e8d8;
}
.btn-light-green:hover {
  background-color: #5ce4d2 !important;
  border-color: #5ce4d2;
  color: #fff;
}
.btn-light-green:active,
.btn-light-green.active,
.btn-light-green.active:focus,
.btn-light-green:active:focus,
.btn-light-green:active:hover,
.btn-light-green.dropdown-toggle:active:hover {
  background-color: #23d1b9 !important;
  border-color: #23d1b9;
}
.btn-light-green:focus {
  background-color: #72e8d8;
  border-color: #72e8d8;
  color: #fff;
}
.btn-light-green.disabled:hover,
.btn-light-green.disabled:focus,
.btn-light-green.disabled:active,
.btn-light-green.disabled.active,
.btn-light-green[disabled],
.btn-light-green[disabled]:hover,
.btn-light-green[disabled]:focus,
.btn-light-green[disabled]:active,
.btn-light-green[disabled].active,
fieldset[disabled] .btn-light-green:hover,
fieldset[disabled] .btn-light-green:focus,
fieldset[disabled] .btn-light-green:active,
fieldset[disabled] .btn-light-green.active {
  background-color: #88ebde;
  border-color: #88ebde;
  color: #fff;
}
.btn-light-green.btn-o {
  border: 1px solid #30ddc6;
  color: #30ddc6;
}
.btn-light-green.btn-o:hover {
  color: #5ce4d2;
  border-color: #5ce4d2;
  background: none !important;
}
.btn-light-green.btn-o:active,
.btn-light-green.btn-o.active,
.btn-light-green.btn-o.active:focus,
.btn-light-green.btn-o:active:focus,
.btn-light-green.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #1ba593 !important;
  color: #1ba593 !important;
}
.btn-light-green.btn-o:focus {
  background-color: #88ebde;
  border-color: #88ebde;
  color: #5ce4d2;
}
.btn-light-green.btn-o.disabled:hover,
.btn-light-green.btn-o.disabled:focus,
.btn-light-green.btn-o.disabled:active,
.btn-light-green.btn-o.disabled.active,
.btn-light-green.btn-o[disabled],
.btn-light-green.btn-o[disabled]:hover,
.btn-light-green.btn-o[disabled]:focus,
.btn-light-green.btn-o[disabled]:active,
.btn-light-green.btn-o[disabled].active,
fieldset[disabled] .btn-light-green.btn-o:hover,
fieldset[disabled] .btn-light-green.btn-o:focus,
fieldset[disabled] .btn-light-green.btn-o:active,
fieldset[disabled] .btn-light-green.btn-o.active {
  border-color: #88ebde;
  color: #88ebde;
}
.btn-light-green.btn-o .caret {
  border-top-color: #30ddc6;
}
.btn-light-green .caret {
  border-top-color: #fff;
}
.dropup .btn-light-green .caret {
  border-bottom: 4px solid #fff;
}
.btn-dark-green {
  background-color: #188f7f;
  border-color: #188f7f;
  color: #fff;
}
.open .btn-dark-green.dropdown-toggle {
  background-color: #23d1b9;
  border-color: #23d1b9;
}
.btn-dark-green:hover {
  background-color: #1fbba6 !important;
  border-color: #1fbba6;
  color: #fff;
}
.btn-dark-green:active,
.btn-dark-green.active,
.btn-dark-green.active:focus,
.btn-dark-green:active:focus,
.btn-dark-green:active:hover,
.btn-dark-green.dropdown-toggle:active:hover {
  background-color: #14796c !important;
  border-color: #14796c;
}
.btn-dark-green:focus {
  background-color: #23d1b9;
  border-color: #23d1b9;
  color: #fff;
}
.btn-dark-green.disabled:hover,
.btn-dark-green.disabled:focus,
.btn-dark-green.disabled:active,
.btn-dark-green.disabled.active,
.btn-dark-green[disabled],
.btn-dark-green[disabled]:hover,
.btn-dark-green[disabled]:focus,
.btn-dark-green[disabled]:active,
.btn-dark-green[disabled].active,
fieldset[disabled] .btn-dark-green:hover,
fieldset[disabled] .btn-dark-green:focus,
fieldset[disabled] .btn-dark-green:active,
fieldset[disabled] .btn-dark-green.active {
  background-color: #30ddc6;
  border-color: #30ddc6;
  color: #fff;
}
.btn-dark-green.btn-o {
  border: 1px solid #188f7f;
  color: #188f7f;
}
.btn-dark-green.btn-o:hover {
  color: #1fbba6;
  border-color: #1fbba6;
  background: none !important;
}
.btn-dark-green.btn-o:active,
.btn-dark-green.btn-o.active,
.btn-dark-green.btn-o.active:focus,
.btn-dark-green.btn-o:active:focus,
.btn-dark-green.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #0d4e45 !important;
  color: #0d4e45 !important;
}
.btn-dark-green.btn-o:focus {
  background-color: #30ddc6;
  border-color: #30ddc6;
  color: #1fbba6;
}
.btn-dark-green.btn-o.disabled:hover,
.btn-dark-green.btn-o.disabled:focus,
.btn-dark-green.btn-o.disabled:active,
.btn-dark-green.btn-o.disabled.active,
.btn-dark-green.btn-o[disabled],
.btn-dark-green.btn-o[disabled]:hover,
.btn-dark-green.btn-o[disabled]:focus,
.btn-dark-green.btn-o[disabled]:active,
.btn-dark-green.btn-o[disabled].active,
fieldset[disabled] .btn-dark-green.btn-o:hover,
fieldset[disabled] .btn-dark-green.btn-o:focus,
fieldset[disabled] .btn-dark-green.btn-o:active,
fieldset[disabled] .btn-dark-green.btn-o.active {
  border-color: #30ddc6;
  color: #30ddc6;
}
.btn-dark-green.btn-o .caret {
  border-top-color: #188f7f;
}
.btn-dark-green .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-green .caret {
  border-bottom: 4px solid #ffffff;
}
.btn-orange {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
.open .btn-orange.dropdown-toggle {
  background-color: #ff944d;
  border-color: #ff944d;
}
.btn-orange:hover {
  background-color: #ff8533 !important;
  border-color: #ff8533;
  color: #fff;
}
.btn-orange:active,
.btn-orange.active,
.btn-orange.active:focus,
.btn-orange:active:focus,
.btn-orange:active:hover,
.btn-orange.dropdown-toggle:active:hover {
  background-color: #e65c00 !important;
  border-color: #e65c00;
}
.btn-orange:focus {
  background-color: #ff944d;
  border-color: #ff944d;
  color: #fff;
}
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled],
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active {
  background-color: #ffa366;
  border-color: #ffa366;
  color: #fff;
}
.btn-orange.btn-o {
  border: 1px solid #ff6600;
  color: #ff6600;
}
.btn-orange.btn-o:hover {
  color: #ff8533;
  border-color: #ff8533;
  background: none !important;
}
.btn-orange.btn-o:active,
.btn-orange.btn-o.active,
.btn-orange.btn-o.active:focus,
.btn-orange.btn-o:active:focus,
.btn-orange.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #b34700 !important;
  color: #b34700 !important;
}
.btn-orange.btn-o:focus {
  background-color: #ffa366;
  border-color: #ffa366;
  color: #ff8533;
}
.btn-orange.btn-o.disabled:hover,
.btn-orange.btn-o.disabled:focus,
.btn-orange.btn-o.disabled:active,
.btn-orange.btn-o.disabled.active,
.btn-orange.btn-o[disabled],
.btn-orange.btn-o[disabled]:hover,
.btn-orange.btn-o[disabled]:focus,
.btn-orange.btn-o[disabled]:active,
.btn-orange.btn-o[disabled].active,
fieldset[disabled] .btn-orange.btn-o:hover,
fieldset[disabled] .btn-orange.btn-o:focus,
fieldset[disabled] .btn-orange.btn-o:active,
fieldset[disabled] .btn-orange.btn-o.active {
  border-color: #ffa366;
  color: #ffa366;
}
.btn-orange.btn-o .caret {
  border-top-color: #ff6600;
}
.btn-orange .caret {
  border-top-color: #fff;
}
.dropup .btn-orange .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-orange {
  background-color: #ff8533;
  border-color: #ff8533;
  color: #fff;
}
.open .btn-light-orange.dropdown-toggle {
  background-color: #ffb380;
  border-color: #ffb380;
}
.btn-light-orange:hover {
  background-color: #ffa366 !important;
  border-color: #ffa366;
  color: #fff;
}
.btn-light-orange:active,
.btn-light-orange.active,
.btn-light-orange.active:focus,
.btn-light-orange:active:focus,
.btn-light-orange:active:hover,
.btn-light-orange.dropdown-toggle:active:hover {
  background-color: #ff751a !important;
  border-color: #ff751a;
}
.btn-light-orange:focus {
  background-color: #ffb380;
  border-color: #ffb380;
  color: #fff;
}
.btn-light-orange.disabled:hover,
.btn-light-orange.disabled:focus,
.btn-light-orange.disabled:active,
.btn-light-orange.disabled.active,
.btn-light-orange[disabled],
.btn-light-orange[disabled]:hover,
.btn-light-orange[disabled]:focus,
.btn-light-orange[disabled]:active,
.btn-light-orange[disabled].active,
fieldset[disabled] .btn-light-orange:hover,
fieldset[disabled] .btn-light-orange:focus,
fieldset[disabled] .btn-light-orange:active,
fieldset[disabled] .btn-light-orange.active {
  background-color: #ffc299;
  border-color: #ffc299;
  color: #fff;
}
.btn-light-orange.btn-o {
  border: 1px solid #ff8533;
  color: #ff8533;
}
.btn-light-orange.btn-o:hover {
  color: #ffa366;
  border-color: #ffa366;
  background: none !important;
}
.btn-light-orange.btn-o:active,
.btn-light-orange.btn-o.active,
.btn-light-orange.btn-o.active:focus,
.btn-light-orange.btn-o:active:focus,
.btn-light-orange.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #e65c00 !important;
  color: #e65c00 !important;
}
.btn-light-orange.btn-o:focus {
  background-color: #ffc299;
  border-color: #ffc299;
  color: #ffa366;
}
.btn-light-orange.btn-o.disabled:hover,
.btn-light-orange.btn-o.disabled:focus,
.btn-light-orange.btn-o.disabled:active,
.btn-light-orange.btn-o.disabled.active,
.btn-light-orange.btn-o[disabled],
.btn-light-orange.btn-o[disabled]:hover,
.btn-light-orange.btn-o[disabled]:focus,
.btn-light-orange.btn-o[disabled]:active,
.btn-light-orange.btn-o[disabled].active,
fieldset[disabled] .btn-light-orange.btn-o:hover,
fieldset[disabled] .btn-light-orange.btn-o:focus,
fieldset[disabled] .btn-light-orange.btn-o:active,
fieldset[disabled] .btn-light-orange.btn-o.active {
  border-color: #ffc299;
  color: #ffc299;
}
.btn-light-orange.btn-o .caret {
  border-top-color: #ff8533;
}
.btn-light-orange .caret {
  border-top-color: #fff;
}
.dropup .btn-light-orange .caret {
  border-bottom: 4px solid #fff;
}
.btn-dark-orange {
  background-color: #cc5200;
  border-color: #cc5200;
  color: #fff;
}
.open .btn-dark-orange.dropdown-toggle {
  background-color: #ff751a;
  border-color: #ff751a;
}
.btn-dark-orange:hover {
  background-color: #ff6600 !important;
  border-color: #ff6600;
  color: #ffffff;
}
.btn-dark-orange:active,
.btn-dark-orange.active,
.btn-dark-orange.active:focus,
.btn-dark-orange:active:focus,
.btn-dark-orange:active:hover,
.btn-dark-orange.dropdown-toggle:active:hover {
  background-color: #b34700 !important;
  border-color: #b34700;
}
.btn-dark-orange:focus {
  background-color: #ff751a;
  border-color: #ff751a;
  color: #ffffff;
}
.btn-dark-orange.disabled:hover,
.btn-dark-orange.disabled:focus,
.btn-dark-orange.disabled:active,
.btn-dark-orange.disabled.active,
.btn-dark-orange[disabled],
.btn-dark-orange[disabled]:hover,
.btn-dark-orange[disabled]:focus,
.btn-dark-orange[disabled]:active,
.btn-dark-orange[disabled].active,
fieldset[disabled] .btn-dark-orange:hover,
fieldset[disabled] .btn-dark-orange:focus,
fieldset[disabled] .btn-dark-orange:active,
fieldset[disabled] .btn-dark-orange.active {
  background-color: #ff8533;
  border-color: #ff8533;
  color: #ffffff;
}
.btn-dark-orange.btn-o {
  border: 1px solid #cc5200;
  color: #cc5200;
}
.btn-dark-orange.btn-o:hover {
  color: #ff6600;
  border-color: #ff6600;
  background: none !important;
}
.btn-dark-orange.btn-o:active,
.btn-dark-orange.btn-o.active,
.btn-dark-orange.btn-o.active:focus,
.btn-dark-orange.btn-o:active:focus,
.btn-dark-orange.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #803300 !important;
  color: #803300 !important;
}
.btn-dark-orange.btn-o:focus {
  background-color: #ff8533;
  border-color: #ff8533;
  color: #ff6600;
}
.btn-dark-orange.btn-o.disabled:hover,
.btn-dark-orange.btn-o.disabled:focus,
.btn-dark-orange.btn-o.disabled:active,
.btn-dark-orange.btn-o.disabled.active,
.btn-dark-orange.btn-o[disabled],
.btn-dark-orange.btn-o[disabled]:hover,
.btn-dark-orange.btn-o[disabled]:focus,
.btn-dark-orange.btn-o[disabled]:active,
.btn-dark-orange.btn-o[disabled].active,
fieldset[disabled] .btn-dark-orange.btn-o:hover,
fieldset[disabled] .btn-dark-orange.btn-o:focus,
fieldset[disabled] .btn-dark-orange.btn-o:active,
fieldset[disabled] .btn-dark-orange.btn-o.active {
  border-color: #ff8533;
  color: #ff8533;
}
.btn-dark-orange.btn-o .caret {
  border-top-color: #cc5200;
}
.btn-dark-orange .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-orange .caret {
  border-bottom: 4px solid #fff;
}
.btn-red {
  background-color: #c82e29;
  border-color: #c82e29;
  color: #fff;
}
.open .btn-red.dropdown-toggle {
  background-color: #de635f;
  border-color: #de635f;
}
.btn-red:hover {
  background-color: #da4f4a !important;
  border-color: #da4f4a;
  color: #fff;
}
.btn-red:active,
.btn-red.active,
.btn-red.active:focus,
.btn-red:active:focus,
.btn-red:active:hover,
.btn-red.dropdown-toggle:active:hover {
  background-color: #b32925 !important;
  border-color: #b32925;
}
.btn-red:focus {
  background-color: #de635f;
  border-color: #de635f;
  color: #fff;
}
.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled],
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  background-color: #e37874;
  border-color: #e37874;
  color: #fff;
}
.btn-red.btn-o {
  border: 1px solid #c82e29;
  color: #c82e29;
}
.btn-red.btn-o:hover {
  color: #da4f4a;
  border-color: #da4f4a;
  background: none !important;
}
.btn-red.btn-o:active,
.btn-red.btn-o.active,
.btn-red.btn-o.active:focus,
.btn-red.btn-o:active:focus,
.btn-red.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #891f1c !important;
  color: #891f1c !important;
}
.btn-red.btn-o:focus {
  background-color: #e37874;
  border-color: #e37874;
  color: #da4f4a;
}
.btn-red.btn-o.disabled:hover,
.btn-red.btn-o.disabled:focus,
.btn-red.btn-o.disabled:active,
.btn-red.btn-o.disabled.active,
.btn-red.btn-o[disabled],
.btn-red.btn-o[disabled]:hover,
.btn-red.btn-o[disabled]:focus,
.btn-red.btn-o[disabled]:active,
.btn-red.btn-o[disabled].active,
fieldset[disabled] .btn-red.btn-o:hover,
fieldset[disabled] .btn-red.btn-o:focus,
fieldset[disabled] .btn-red.btn-o:active,
fieldset[disabled] .btn-red.btn-o.active {
  border-color: #e37874;
  color: #e37874;
}
.btn-red.btn-o .caret {
  border-top-color: #c82e29;
}
.btn-red .caret {
  border-top-color: #fff;
}
.dropup .btn-red .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-red {
  background-color: #da4f4a;
  border-color: #da4f4a;
  color: #fff;
}
.open .btn-light-red.dropdown-toggle {
  background-color: #e78d8a;
  border-color: #e78d8a;
}
.btn-light-red:hover {
  background-color: #e37874 !important;
  border-color: #e37874;
  color: #fff;
}
.btn-light-red:active,
.btn-light-red.active,
.btn-light-red.active:focus,
.btn-light-red:active:focus,
.btn-light-red:active:hover,
.btn-light-red.dropdown-toggle:active:hover {
  background-color: #d63a35 !important;
  border-color: #d63a35;
}
.btn-light-red:focus {
  background-color: #e78d8a;
  border-color: #e78d8a;
  color: #fff;
}
.btn-light-red.disabled:hover,
.btn-light-red.disabled:focus,
.btn-light-red.disabled:active,
.btn-light-red.disabled.active,
.btn-light-red[disabled],
.btn-light-red[disabled]:hover,
.btn-light-red[disabled]:focus,
.btn-light-red[disabled]:active,
.btn-light-red[disabled].active,
fieldset[disabled] .btn-light-red:hover,
fieldset[disabled] .btn-light-red:focus,
fieldset[disabled] .btn-light-red:active,
fieldset[disabled] .btn-light-red.active {
  background-color: #eba19f;
  border-color: #eba19f;
  color: #fff;
}
.btn-light-red.btn-o {
  border: 1px solid #da4f4a;
  color: #da4f4a;
}
.btn-light-red.btn-o:hover {
  color: #e37874;
  border-color: #e37874;
  background: none !important;
}
.btn-light-red.btn-o:active,
.btn-light-red.btn-o.active,
.btn-light-red.btn-o.active:focus,
.btn-light-red.btn-o:active:focus,
.btn-light-red.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #b32925 !important;
  color: #b32925 !important;
}
.btn-light-red.btn-o:focus {
  background-color: #eba19f;
  border-color: #eba19f;
  color: #e37874;
}
.btn-light-red.btn-o.disabled:hover,
.btn-light-red.btn-o.disabled:focus,
.btn-light-red.btn-o.disabled:active,
.btn-light-red.btn-o.disabled.active,
.btn-light-red.btn-o[disabled],
.btn-light-red.btn-o[disabled]:hover,
.btn-light-red.btn-o[disabled]:focus,
.btn-light-red.btn-o[disabled]:active,
.btn-light-red.btn-o[disabled].active,
fieldset[disabled] .btn-light-red.btn-o:hover,
fieldset[disabled] .btn-light-red.btn-o:focus,
fieldset[disabled] .btn-light-red.btn-o:active,
fieldset[disabled] .btn-light-red.btn-o.active {
  border-color: #eba19f;
  color: #eba19f;
}
.btn-light-red.btn-o .caret {
  border-top-color: #da4f4a;
}
.btn-light-red .caret {
  border-top-color: #fff;
}
.dropup .btn-light-red .caret {
  border-bottom: 4px solid #fff;
}
.btn-dark-red {
  background-color: #9e2420;
  border-color: #9e2420;
  color: #fff;
}
.open .btn-dark-red.dropdown-toggle {
  background-color: #d63a35;
  border-color: #d63a35;
}
.btn-dark-red:hover {
  background-color: #c82e29 !important;
  border-color: #c82e29;
  color: #fff;
}
.btn-dark-red:active,
.btn-dark-red.active,
.btn-dark-red.active:focus,
.btn-dark-red:active:focus,
.btn-dark-red:active:hover,
.btn-dark-red.dropdown-toggle:active:hover {
  background-color: #891f1c !important;
  border-color: #891f1c;
}
.btn-dark-red:focus {
  background-color: #d63a35;
  border-color: #d63a35;
  color: #fff;
}
.btn-dark-red.disabled:hover,
.btn-dark-red.disabled:focus,
.btn-dark-red.disabled:active,
.btn-dark-red.disabled.active,
.btn-dark-red[disabled],
.btn-dark-red[disabled]:hover,
.btn-dark-red[disabled]:focus,
.btn-dark-red[disabled]:active,
.btn-dark-red[disabled].active,
fieldset[disabled] .btn-dark-red:hover,
fieldset[disabled] .btn-dark-red:focus,
fieldset[disabled] .btn-dark-red:active,
fieldset[disabled] .btn-dark-red.active {
  background-color: #da4f4a;
  border-color: #da4f4a;
  color: #fff;
}
.btn-dark-red.btn-o {
  border: 1px solid #9e2420;
  color: #9e2420;
}
.btn-dark-red.btn-o:hover {
  color: #c82e29;
  border-color: #c82e29;
  background: none !important;
}
.btn-dark-red.btn-o:active,
.btn-dark-red.btn-o.active,
.btn-dark-red.btn-o.active:focus,
.btn-dark-red.btn-o:active:focus,
.btn-dark-red.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #5e1613 !important;
  color: #5e1613 !important;
}
.btn-dark-red.btn-o:focus {
  background-color: #da4f4a;
  border-color: #da4f4a;
  color: #c82e29;
}
.btn-dark-red.btn-o.disabled:hover,
.btn-dark-red.btn-o.disabled:focus,
.btn-dark-red.btn-o.disabled:active,
.btn-dark-red.btn-o.disabled.active,
.btn-dark-red.btn-o[disabled],
.btn-dark-red.btn-o[disabled]:hover,
.btn-dark-red.btn-o[disabled]:focus,
.btn-dark-red.btn-o[disabled]:active,
.btn-dark-red.btn-o[disabled].active,
fieldset[disabled] .btn-dark-red.btn-o:hover,
fieldset[disabled] .btn-dark-red.btn-o:focus,
fieldset[disabled] .btn-dark-red.btn-o:active,
fieldset[disabled] .btn-dark-red.btn-o.active {
  border-color: #da4f4a;
  color: #da4f4a;
}
.btn-dark-red.btn-o .caret {
  border-top-color: #9e2420;
}
.btn-dark-red .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-red .caret {
  border-bottom: 4px solid #fff;
}
.btn-purple {
  background-color: #804c75;
  border-color: #804c75;
  color: #fff;
}
.open .btn-purple.dropdown-toggle {
  background-color: #aa6f9d;
  border-color: #aa6f9d;
}
.btn-purple:hover {
  background-color: #a05f92 !important;
  border-color: #a05f92;
  color: #fff;
}
.btn-purple:active,
.btn-purple.active,
.btn-purple.active:focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.btn-purple.dropdown-toggle:active:hover {
  background-color: #704366 !important;
  border-color: #704366;
}
.btn-purple:focus {
  background-color: #aa6f9d;
  border-color: #aa6f9d;
  color: #fff;
}
.btn-purple.disabled:hover,
.btn-purple.disabled:focus,
.btn-purple.disabled:active,
.btn-purple.disabled.active,
.btn-purple[disabled],
.btn-purple[disabled]:hover,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple:hover,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:active,
fieldset[disabled] .btn-purple.active {
  background-color: #b37fa8;
  border-color: #b37fa8;
  color: #fff;
}
.btn-purple.btn-o {
  border: 1px solid #804c75;
  color: #804c75;
}
.btn-purple.btn-o:hover {
  color: #a05f92;
  border-color: #a05f92;
  background: none !important;
}
.btn-purple.btn-o:active,
.btn-purple.btn-o.active,
.btn-purple.btn-o.active:focus,
.btn-purple.btn-o:active:focus,
.btn-purple.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #503049 !important;
  color: #503049 !important;
}
.btn-purple.btn-o:focus {
  background-color: #b37fa8;
  border-color: #b37fa8;
  color: #a05f92;
}
.btn-purple.btn-o.disabled:hover,
.btn-purple.btn-o.disabled:focus,
.btn-purple.btn-o.disabled:active,
.btn-purple.btn-o.disabled.active,
.btn-purple.btn-o[disabled],
.btn-purple.btn-o[disabled]:hover,
.btn-purple.btn-o[disabled]:focus,
.btn-purple.btn-o[disabled]:active,
.btn-purple.btn-o[disabled].active,
fieldset[disabled] .btn-purple.btn-o:hover,
fieldset[disabled] .btn-purple.btn-o:focus,
fieldset[disabled] .btn-purple.btn-o:active,
fieldset[disabled] .btn-purple.btn-o.active {
  border-color: #b37fa8;
  color: #b37fa8;
}
.btn-purple.btn-o .caret {
  border-top-color: #804c75;
}
.btn-purple .caret {
  border-top-color: #fff;
}
.dropup .btn-purple .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-purple {
  background-color: #a05f92;
  border-color: #a05f92;
  color: #fff;
}
.open .btn-light-purple.dropdown-toggle {
  background-color: #bd8fb3;
  border-color: #bd8fb3;
}
.btn-light-purple:hover {
  background-color: #b37fa8 !important;
  border-color: #b37fa8;
  color: #fff;
}
.btn-light-purple:active,
.btn-light-purple.active,
.btn-light-purple.active:focus,
.btn-light-purple:active:focus,
.btn-light-purple:active:hover,
.btn-light-purple.dropdown-toggle:active:hover {
  background-color: #905684 !important;
  border-color: #905684;
}
.btn-light-purple:focus {
  background-color: #bd8fb3;
  border-color: #bd8fb3;
  color: #fff;
}
.btn-light-purple.disabled:hover,
.btn-light-purple.disabled:focus,
.btn-light-purple.disabled:active,
.btn-light-purple.disabled.active,
.btn-light-purple[disabled],
.btn-light-purple[disabled]:hover,
.btn-light-purple[disabled]:focus,
.btn-light-purple[disabled]:active,
.btn-light-purple[disabled].active,
fieldset[disabled] .btn-light-purple:hover,
fieldset[disabled] .btn-light-purple:focus,
fieldset[disabled] .btn-light-purple:active,
fieldset[disabled] .btn-light-purple.active {
  background-color: #c69fbe;
  border-color: #c69fbe;
  color: #fff;
}
.btn-light-purple.btn-o {
  border: 1px solid #a05f92;
  color: #a05f92;
}
.btn-light-purple.btn-o:hover {
  color: #b37fa8;
  border-color: #b37fa8;
  background: none !important;
}
.btn-light-purple.btn-o:active,
.btn-light-purple.btn-o.active,
.btn-light-purple.btn-o.active:focus,
.btn-light-purple.btn-o:active:focus,
.btn-light-purple.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #704366 !important;
  color: #704366 !important;
}
.btn-light-purple.btn-o:focus {
  background-color: #c69fbe;
  border-color: #c69fbe;
  color: #b37fa8;
}
.btn-light-purple.btn-o.disabled:hover,
.btn-light-purple.btn-o.disabled:focus,
.btn-light-purple.btn-o.disabled:active,
.btn-light-purple.btn-o.disabled.active,
.btn-light-purple.btn-o[disabled],
.btn-light-purple.btn-o[disabled]:hover,
.btn-light-purple.btn-o[disabled]:focus,
.btn-light-purple.btn-o[disabled]:active,
.btn-light-purple.btn-o[disabled].active,
fieldset[disabled] .btn-light-purple.btn-o:hover,
fieldset[disabled] .btn-light-purple.btn-o:focus,
fieldset[disabled] .btn-light-purple.btn-o:active,
fieldset[disabled] .btn-light-purple.btn-o.active {
  border-color: #c69fbe;
  color: #c69fbe;
}
.btn-light-purple.btn-o .caret {
  border-top-color: #a05f92;
}
.btn-light-purple .caret {
  border-top-color: #fff;
}
.dropup .btn-light-purple .caret {
  border-bottom: 4px solid #fff;
}
.btn-dark-purple {
  background-color: #603958;
  border-color: #603958;
  color: #fff;
}
.open .btn-dark-purple.dropdown-toggle {
  background-color: #905684;
  border-color: #905684;
}
.btn-dark-purple:hover {
  background-color: #804c75 !important;
  border-color: #804c75;
  color: #fff;
}
.btn-dark-purple:active,
.btn-dark-purple.active,
.btn-dark-purple.active:focus,
.btn-dark-purple:active:focus,
.btn-dark-purple:active:hover,
.btn-dark-purple.dropdown-toggle:active:hover {
  background-color: #503049 !important;
  border-color: #503049;
}
.btn-dark-purple:focus {
  background-color: #905684;
  border-color: #905684;
  color: #fff;
}
.btn-dark-purple.disabled:hover,
.btn-dark-purple.disabled:focus,
.btn-dark-purple.disabled:active,
.btn-dark-purple.disabled.active,
.btn-dark-purple[disabled],
.btn-dark-purple[disabled]:hover,
.btn-dark-purple[disabled]:focus,
.btn-dark-purple[disabled]:active,
.btn-dark-purple[disabled].active,
fieldset[disabled] .btn-dark-purple:hover,
fieldset[disabled] .btn-dark-purple:focus,
fieldset[disabled] .btn-dark-purple:active,
fieldset[disabled] .btn-dark-purple.active {
  background-color: #a05f92;
  border-color: #a05f92;
  color: #fff;
}
.btn-dark-purple.btn-o {
  border: 1px solid #603958;
  color: #603958;
}
.btn-dark-purple.btn-o:hover {
  color: #804c75;
  border-color: #804c75;
  background: none !important;
}
.btn-dark-purple.btn-o:active,
.btn-dark-purple.btn-o.active,
.btn-dark-purple.btn-o.active:focus,
.btn-dark-purple.btn-o:active:focus,
.btn-dark-purple.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #301c2c !important;
  color: #301c2c !important;
}
.btn-dark-purple.btn-o:focus {
  background-color: #a05f92;
  border-color: #a05f92;
  color: #804c75;
}
.btn-dark-purple.btn-o.disabled:hover,
.btn-dark-purple.btn-o.disabled:focus,
.btn-dark-purple.btn-o.disabled:active,
.btn-dark-purple.btn-o.disabled.active,
.btn-dark-purple.btn-o[disabled],
.btn-dark-purple.btn-o[disabled]:hover,
.btn-dark-purple.btn-o[disabled]:focus,
.btn-dark-purple.btn-o[disabled]:active,
.btn-dark-purple.btn-o[disabled].active,
fieldset[disabled] .btn-dark-purple.btn-o:hover,
fieldset[disabled] .btn-dark-purple.btn-o:focus,
fieldset[disabled] .btn-dark-purple.btn-o:active,
fieldset[disabled] .btn-dark-purple.btn-o.active {
  border-color: #a05f92;
  color: #a05f92;
}
.btn-dark-purple.btn-o .caret {
  border-top-color: #603958;
}
.btn-dark-purple .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-purple .caret {
  border-bottom: 4px solid #fff;
}
.btn-beige {
  background-color: #d2bd8e;
  border-color: #d2bd8e;
  color: #fff;
}
.open .btn-beige.dropdown-toggle {
  background-color: #e8ddc5;
  border-color: #e8ddc5;
}
.btn-beige:hover {
  background-color: #e1d2b2 !important;
  border-color: #e1d2b2;
  color: #fff;
}
.btn-beige:active,
.btn-beige.active,
.btn-beige.active:focus,
.btn-beige:active:focus,
.btn-beige:active:hover,
.btn-beige.dropdown-toggle:active:hover {
  background-color: #cbb27c !important;
  border-color: #cbb27c;
}
.btn-beige:focus {
  background-color: #e8ddc5;
  border-color: #e8ddc5;
  color: #fff;
}
.btn-beige.disabled:hover,
.btn-beige.disabled:focus,
.btn-beige.disabled:active,
.btn-beige.disabled.active,
.btn-beige[disabled],
.btn-beige[disabled]:hover,
.btn-beige[disabled]:focus,
.btn-beige[disabled]:active,
.btn-beige[disabled].active,
fieldset[disabled] .btn-beige:hover,
fieldset[disabled] .btn-beige:focus,
fieldset[disabled] .btn-beige:active,
fieldset[disabled] .btn-beige.active {
  background-color: #efe8d7;
  border-color: #efe8d7;
  color: #fff;
}
.btn-beige.btn-o {
  border: 1px solid #d2bd8e;
  color: #d2bd8e;
}
.btn-beige.btn-o:hover {
  color: #e1d2b2;
  border-color: #e1d2b2;
  background: none !important;
}
.btn-beige.btn-o:active,
.btn-beige.btn-o.active,
.btn-beige.btn-o.active:focus,
.btn-beige.btn-o:active:focus,
.btn-beige.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #bc9d57 !important;
  color: #bc9d57 !important;
}
.btn-beige.btn-o:focus {
  background-color: #efe8d7;
  border-color: #efe8d7;
  color: #e1d2b2;
}
.btn-beige.btn-o.disabled:hover,
.btn-beige.btn-o.disabled:focus,
.btn-beige.btn-o.disabled:active,
.btn-beige.btn-o.disabled.active,
.btn-beige.btn-o[disabled],
.btn-beige.btn-o[disabled]:hover,
.btn-beige.btn-o[disabled]:focus,
.btn-beige.btn-o[disabled]:active,
.btn-beige.btn-o[disabled].active,
fieldset[disabled] .btn-beige.btn-o:hover,
fieldset[disabled] .btn-beige.btn-o:focus,
fieldset[disabled] .btn-beige.btn-o:active,
fieldset[disabled] .btn-beige.btn-o.active {
  border-color: #efe8d7;
  color: #efe8d7;
}
.btn-beige.btn-o .caret {
  border-top-color: #d2bd8e;
}
.btn-beige .caret {
  border-top-color: #fff;
}
.dropup .btn-beige .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-beige {
  background-color: #d9c8a0;
  border-color: #d9c8a0;
  color: #fff;
}
.open .btn-light-beige.dropdown-toggle {
  background-color: #efe8d7;
  border-color: #efe8d7;
}
.btn-light-beige:hover {
  background-color: #e8ddc5 !important;
  border-color: #e8ddc5;
  color: #fff;
}
.btn-light-beige:active,
.btn-light-beige.active,
.btn-light-beige.active:focus,
.btn-light-beige:active:focus,
.btn-light-beige:active:hover,
.btn-light-beige.dropdown-toggle:active:hover {
  background-color: #d2bd8e !important;
  border-color: #d2bd8e;
}
.btn-light-beige:focus {
  background-color: #efe8d7;
  border-color: #efe8d7;
  color: #fff;
}
.btn-light-beige.disabled:hover,
.btn-light-beige.disabled:focus,
.btn-light-beige.disabled:active,
.btn-light-beige.disabled.active,
.btn-light-beige[disabled],
.btn-light-beige[disabled]:hover,
.btn-light-beige[disabled]:focus,
.btn-light-beige[disabled]:active,
.btn-light-beige[disabled].active,
fieldset[disabled] .btn-light-beige:hover,
fieldset[disabled] .btn-light-beige:focus,
fieldset[disabled] .btn-light-beige:active,
fieldset[disabled] .btn-light-beige.active {
  background-color: #f6f2e9;
  border-color: #f6f2e9;
  color: #fff;
}
.btn-light-beige.btn-o {
  border: 1px solid #d9c8a0;
  color: #d9c8a0;
}
.btn-light-beige.btn-o:hover {
  color: #e8ddc5;
  border-color: #e8ddc5;
  background: none !important;
}
.btn-light-beige.btn-o:active,
.btn-light-beige.btn-o.active,
.btn-light-beige.btn-o.active:focus,
.btn-light-beige.btn-o:active:focus,
.btn-light-beige.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #c3a86a !important;
  color: #c3a86a !important;
}
.btn-light-beige.btn-o:focus {
  background-color: #f6f2e9;
  border-color: #f6f2e9;
  color: #e8ddc5;
}
.btn-light-beige.btn-o.disabled:hover,
.btn-light-beige.btn-o.disabled:focus,
.btn-light-beige.btn-o.disabled:active,
.btn-light-beige.btn-o.disabled.active,
.btn-light-beige.btn-o[disabled],
.btn-light-beige.btn-o[disabled]:hover,
.btn-light-beige.btn-o[disabled]:focus,
.btn-light-beige.btn-o[disabled]:active,
.btn-light-beige.btn-o[disabled].active,
fieldset[disabled] .btn-light-beige.btn-o:hover,
fieldset[disabled] .btn-light-beige.btn-o:focus,
fieldset[disabled] .btn-light-beige.btn-o:active,
fieldset[disabled] .btn-light-beige.btn-o.active {
  border-color: #f6f2e9;
  color: #f6f2e9;
}
.btn-light-beige.btn-o .caret {
  border-top-color: #d9c8a0;
}
.btn-light-beige .caret {
  border-top-color: #fff;
}
.dropup .btn-light-beige .caret {
  border-bottom: 4px solid #fff;
}
.btn-dark-beige {
  background-color: #c3a86a;
  border-color: #c3a86a;
  color: #fff;
}
.open .btn-dark-beige.dropdown-toggle {
  background-color: #d9c8a0;
  border-color: #d9c8a0;
}
.btn-dark-beige:hover {
  background-color: #d2bd8e !important;
  border-color: #d2bd8e;
  color: #fff;
}
.btn-dark-beige:active,
.btn-dark-beige.active,
.btn-dark-beige.active:focus,
.btn-dark-beige:active:focus,
.btn-dark-beige:active:hover,
.btn-dark-beige.dropdown-toggle:active:hover {
  background-color: #bc9d57 !important;
  border-color: #bc9d57;
}
.btn-dark-beige:focus {
  background-color: #d9c8a0;
  border-color: #d9c8a0;
  color: #fff;
}
.btn-dark-beige.disabled:hover,
.btn-dark-beige.disabled:focus,
.btn-dark-beige.disabled:active,
.btn-dark-beige.disabled.active,
.btn-dark-beige[disabled],
.btn-dark-beige[disabled]:hover,
.btn-dark-beige[disabled]:focus,
.btn-dark-beige[disabled]:active,
.btn-dark-beige[disabled].active,
fieldset[disabled] .btn-dark-beige:hover,
fieldset[disabled] .btn-dark-beige:focus,
fieldset[disabled] .btn-dark-beige:active,
fieldset[disabled] .btn-dark-beige.active {
  background-color: #e1d2b2;
  border-color: #e1d2b2;
  color: #fff;
}
.btn-dark-beige.btn-o {
  border: 1px solid #c3a86a;
  color: #c3a86a;
}
.btn-dark-beige.btn-o:hover {
  color: #d2bd8e;
  border-color: #d2bd8e;
  background: none !important;
}
.btn-dark-beige.btn-o:active,
.btn-dark-beige.btn-o.active,
.btn-dark-beige.btn-o.active:focus,
.btn-dark-beige.btn-o:active:focus,
.btn-dark-beige.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #a18340 !important;
  color: #a18340 !important;
}
.btn-dark-beige.btn-o:focus {
  background-color: #e1d2b2;
  border-color: #e1d2b2;
  color: #d2bd8e;
}
.btn-dark-beige.btn-o.disabled:hover,
.btn-dark-beige.btn-o.disabled:focus,
.btn-dark-beige.btn-o.disabled:active,
.btn-dark-beige.btn-o.disabled.active,
.btn-dark-beige.btn-o[disabled],
.btn-dark-beige.btn-o[disabled]:hover,
.btn-dark-beige.btn-o[disabled]:focus,
.btn-dark-beige.btn-o[disabled]:active,
.btn-dark-beige.btn-o[disabled].active,
fieldset[disabled] .btn-dark-beige.btn-o:hover,
fieldset[disabled] .btn-dark-beige.btn-o:focus,
fieldset[disabled] .btn-dark-beige.btn-o:active,
fieldset[disabled] .btn-dark-beige.btn-o.active {
  border-color: #e1d2b2;
  color: #e1d2b2;
}
.btn-dark-beige.btn-o .caret {
  border-top-color: #c3a86a;
}
.btn-dark-beige .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-beige .caret {
  border-bottom: 4px solid #fff;
}
.btn-yellow {
  background-color: #ffb848;
  border-color: #ffb848;
  color: #fff;
}
.open .btn-yellow.dropdown-toggle {
  background-color: #ffd694;
  border-color: #ffd694;
}
.btn-yellow:hover {
  background-color: #ffcc7b !important;
  border-color: #ffcc7b;
  color: #fff;
}
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.active:focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.btn-yellow.dropdown-toggle:active:hover {
  background-color: #ffae2e !important;
  border-color: #ffae2e;
}
.btn-yellow:focus {
  background-color: #ffd694;
  border-color: #ffd694;
  color: #fff;
}
.btn-yellow.disabled:hover,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled],
.btn-yellow[disabled]:hover,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow:hover,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:active,
fieldset[disabled] .btn-yellow.active {
  background-color: #ffe0ae;
  border-color: #ffe0ae;
  color: #fff;
}
.btn-yellow.btn-o {
  border: 1px solid #ffb848;
  color: #ffb848;
}
.btn-yellow.btn-o:hover {
  color: #ffcc7b;
  border-color: #ffcc7b;
  background: none !important;
}
.btn-yellow.btn-o:active,
.btn-yellow.btn-o.active,
.btn-yellow.btn-o.active:focus,
.btn-yellow.btn-o:active:focus,
.btn-yellow.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #fa9900 !important;
  color: #fa9900 !important;
}
.btn-yellow.btn-o:focus {
  background-color: #ffe0ae;
  border-color: #ffe0ae;
  color: #ffcc7b;
}
.btn-yellow.btn-o.disabled:hover,
.btn-yellow.btn-o.disabled:focus,
.btn-yellow.btn-o.disabled:active,
.btn-yellow.btn-o.disabled.active,
.btn-yellow.btn-o[disabled],
.btn-yellow.btn-o[disabled]:hover,
.btn-yellow.btn-o[disabled]:focus,
.btn-yellow.btn-o[disabled]:active,
.btn-yellow.btn-o[disabled].active,
fieldset[disabled] .btn-yellow.btn-o:hover,
fieldset[disabled] .btn-yellow.btn-o:focus,
fieldset[disabled] .btn-yellow.btn-o:active,
fieldset[disabled] .btn-yellow.btn-o.active {
  border-color: #ffe0ae;
  color: #ffe0ae;
}
.btn-yellow.btn-o .caret {
  border-top-color: #ffb848;
}
.btn-yellow .caret {
  border-top-color: #fff;
}
.dropup .btn-yellow .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-yellow {
  background-color: #ffcc7b;
  border-color: #ffcc7b;
  color: #fff;
}
.open .btn-light-yellow.dropdown-toggle {
  background-color: #ffe9c7;
  border-color: #ffe9c7;
}
.btn-light-yellow:hover {
  background-color: #ffe0ae !important;
  border-color: #ffe0ae;
  color: #fff;
}
.btn-light-yellow:active,
.btn-light-yellow.active,
.btn-light-yellow.active:focus,
.btn-light-yellow:active:focus,
.btn-light-yellow:active:hover,
.btn-light-yellow.dropdown-toggle:active:hover {
  background-color: #ffc261 !important;
  border-color: #ffc261;
}
.btn-light-yellow:focus {
  background-color: #ffe9c7;
  border-color: #ffe9c7;
  color: #fff;
}
.btn-light-yellow.disabled:hover,
.btn-light-yellow.disabled:focus,
.btn-light-yellow.disabled:active,
.btn-light-yellow.disabled.active,
.btn-light-yellow[disabled],
.btn-light-yellow[disabled]:hover,
.btn-light-yellow[disabled]:focus,
.btn-light-yellow[disabled]:active,
.btn-light-yellow[disabled].active,
fieldset[disabled] .btn-light-yellow:hover,
fieldset[disabled] .btn-light-yellow:focus,
fieldset[disabled] .btn-light-yellow:active,
fieldset[disabled] .btn-light-yellow.active {
  background-color: #fff3e1;
  border-color: #fff3e1;
  color: #fff;
}
.btn-light-yellow.btn-o {
  border: 1px solid #ffcc7b;
  color: #ffcc7b;
}
.btn-light-yellow.btn-o:hover {
  color: #ffe0ae;
  border-color: #ffe0ae;
  background: none !important;
}
.btn-light-yellow.btn-o:active,
.btn-light-yellow.btn-o.active,
.btn-light-yellow.btn-o.active:focus,
.btn-light-yellow.btn-o:active:focus,
.btn-light-yellow.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #ffae2e !important;
  color: #ffae2e !important;
}
.btn-light-yellow.btn-o:focus {
  background-color: #fff3e1;
  border-color: #fff3e1;
  color: #ffe0ae;
}
.btn-light-yellow.btn-o.disabled:hover,
.btn-light-yellow.btn-o.disabled:focus,
.btn-light-yellow.btn-o.disabled:active,
.btn-light-yellow.btn-o.disabled.active,
.btn-light-yellow.btn-o[disabled],
.btn-light-yellow.btn-o[disabled]:hover,
.btn-light-yellow.btn-o[disabled]:focus,
.btn-light-yellow.btn-o[disabled]:active,
.btn-light-yellow.btn-o[disabled].active,
fieldset[disabled] .btn-light-yellow.btn-o:hover,
fieldset[disabled] .btn-light-yellow.btn-o:focus,
fieldset[disabled] .btn-light-yellow.btn-o:active,
fieldset[disabled] .btn-light-yellow.btn-o.active {
  border-color: #fff3e1;
  color: #fff3e1;
}
.btn-light-yellow.btn-o .caret {
  border-top-color: #ffcc7b;
}
.btn-light-yellow .caret {
  border-top-color: #fff;
}
.dropup .btn-light-yellow .caret {
  border-bottom: 4px solid #fff;
}
.btn-dark-yellow {
  background-color: #ffa415;
  border-color: #ffa415;
  color: #fff;
}
.open .btn-dark-yellow.dropdown-toggle {
  background-color: #ffc261;
  border-color: #ffc261;
}
.btn-dark-yellow:hover {
  background-color: #ffb848 !important;
  border-color: #ffb848;
  color: #fff;
}
.btn-dark-yellow:active,
.btn-dark-yellow.active,
.btn-dark-yellow.active:focus,
.btn-dark-yellow:active:focus,
.btn-dark-yellow:active:hover,
.btn-dark-yellow.dropdown-toggle:active:hover {
  background-color: #fa9900 !important;
  border-color: #fa9900;
}
.btn-dark-yellow:focus {
  background-color: #ffc261;
  border-color: #ffc261;
  color: #fff;
}
.btn-dark-yellow.disabled:hover,
.btn-dark-yellow.disabled:focus,
.btn-dark-yellow.disabled:active,
.btn-dark-yellow.disabled.active,
.btn-dark-yellow[disabled],
.btn-dark-yellow[disabled]:hover,
.btn-dark-yellow[disabled]:focus,
.btn-dark-yellow[disabled]:active,
.btn-dark-yellow[disabled].active,
fieldset[disabled] .btn-dark-yellow:hover,
fieldset[disabled] .btn-dark-yellow:focus,
fieldset[disabled] .btn-dark-yellow:active,
fieldset[disabled] .btn-dark-yellow.active {
  background-color: #ffcc7b;
  border-color: #ffcc7b;
  color: #fff;
}
.btn-dark-yellow.btn-o {
  border: 1px solid #ffa415;
  color: #ffa415;
}
.btn-dark-yellow.btn-o:hover {
  color: #ffb848;
  border-color: #ffb848;
  background: none !important;
}
.btn-dark-yellow.btn-o:active,
.btn-dark-yellow.btn-o.active,
.btn-dark-yellow.btn-o.active:focus,
.btn-dark-yellow.btn-o:active:focus,
.btn-dark-yellow.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #c77a00 !important;
  color: #c77a00 !important;
}
.btn-dark-yellow.btn-o:focus {
  background-color: #ffcc7b;
  border-color: #ffcc7b;
  color: #ffb848;
}
.btn-dark-yellow.btn-o.disabled:hover,
.btn-dark-yellow.btn-o.disabled:focus,
.btn-dark-yellow.btn-o.disabled:active,
.btn-dark-yellow.btn-o.disabled.active,
.btn-dark-yellow.btn-o[disabled],
.btn-dark-yellow.btn-o[disabled]:hover,
.btn-dark-yellow.btn-o[disabled]:focus,
.btn-dark-yellow.btn-o[disabled]:active,
.btn-dark-yellow.btn-o[disabled].active,
fieldset[disabled] .btn-dark-yellow.btn-o:hover,
fieldset[disabled] .btn-dark-yellow.btn-o:focus,
fieldset[disabled] .btn-dark-yellow.btn-o:active,
fieldset[disabled] .btn-dark-yellow.btn-o.active {
  border-color: #ffcc7b;
  color: #ffcc7b;
}
.btn-dark-yellow.btn-o .caret {
  border-top-color: #ffa415;
}
.btn-dark-yellow .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-yellow .caret {
  border-bottom: 4px solid #fff;
}
.btn-grey {
  background-color: #c8c7cc;
  border-color: #c8c7cc;
  color: #fff;
}
.open .btn-grey.dropdown-toggle {
  background-color: #efeff0;
  border-color: #efeff0;
}
.btn-grey:hover {
  background-color: #e2e2e4 !important;
  border-color: #e2e2e4;
  color: #fff;
}
.btn-grey:active,
.btn-grey.active,
.btn-grey.active:focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.btn-grey.dropdown-toggle:active:hover {
  background-color: #bbbac0 !important;
  border-color: #bbbac0;
}
.btn-grey:focus {
  background-color: #efeff0;
  border-color: #efeff0;
  color: #fff;
}
.btn-grey.disabled:hover,
.btn-grey.disabled:focus,
.btn-grey.disabled:active,
.btn-grey.disabled.active,
.btn-grey[disabled],
.btn-grey[disabled]:hover,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:active,
fieldset[disabled] .btn-grey.active {
  background-color: #fcfcfd;
  border-color: #fcfcfd;
  color: #fff;
}
.btn-grey.btn-o {
  border: 1px solid #c8c7cc;
  color: #c8c7cc;
}
.btn-grey.btn-o:hover {
  color: #e2e2e4;
  border-color: #e2e2e4;
  background: none !important;
}
.btn-grey.btn-o:active,
.btn-grey.btn-o.active,
.btn-grey.btn-o.active:focus,
.btn-grey.btn-o:active:focus,
.btn-grey.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #a19fa8 !important;
  color: #a19fa8 !important;
}
.btn-grey.btn-o:focus {
  background-color: #fcfcfd;
  border-color: #fcfcfd;
  color: #e2e2e4;
}
.btn-grey.btn-o.disabled:hover,
.btn-grey.btn-o.disabled:focus,
.btn-grey.btn-o.disabled:active,
.btn-grey.btn-o.disabled.active,
.btn-grey.btn-o[disabled],
.btn-grey.btn-o[disabled]:hover,
.btn-grey.btn-o[disabled]:focus,
.btn-grey.btn-o[disabled]:active,
.btn-grey.btn-o[disabled].active,
fieldset[disabled] .btn-grey.btn-o:hover,
fieldset[disabled] .btn-grey.btn-o:focus,
fieldset[disabled] .btn-grey.btn-o:active,
fieldset[disabled] .btn-grey.btn-o.active {
  border-color: #fcfcfd;
  color: #fcfcfd;
}
.btn-grey.btn-o .caret {
  border-top-color: #c8c7cc;
}
.btn-grey .caret {
  border-top-color: #fff;
}
.dropup .btn-grey .caret {
  border-bottom: 4px solid #fff;
}
.btn-light-grey {
  background-color: #f7f7f8;
  border-color: #f7f7f8;
  color: #8e8e93;
}
.open .btn-light-grey.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
}
.btn-light-grey:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #8e8e93;
}
.btn-light-grey:active,
.btn-light-grey.active,
.btn-light-grey.active:focus,
.btn-light-grey:active:focus,
.btn-light-grey:active:hover,
.btn-light-grey.dropdown-toggle:active:hover {
  background-color: #eaeaec !important;
  border-color: #eaeaec;
}
.btn-light-grey:focus {
  background-color: #fff;
  border-color: #fff;
  color: #8e8e93;
}
.btn-light-grey.disabled:hover,
.btn-light-grey.disabled:focus,
.btn-light-grey.disabled:active,
.btn-light-grey.disabled.active,
.btn-light-grey[disabled],
.btn-light-grey[disabled]:hover,
.btn-light-grey[disabled]:focus,
.btn-light-grey[disabled]:active,
.btn-light-grey[disabled].active,
fieldset[disabled] .btn-light-grey:hover,
fieldset[disabled] .btn-light-grey:focus,
fieldset[disabled] .btn-light-grey:active,
fieldset[disabled] .btn-light-grey.active {
  background-color: #fff;
  border-color: #fff;
  color: #c2c2c5;
}
.btn-light-grey.btn-o {
  border: 1px solid #f7f7f8;
  color: #f7f7f8;
}
.btn-light-grey.btn-o:hover {
  color: #a8a8ac;
  border-color: #fff;
  background: none !important;
}
.btn-light-grey.btn-o:active,
.btn-light-grey.btn-o.active,
.btn-light-grey.btn-o.active:focus,
.btn-light-grey.btn-o:active:focus,
.btn-light-grey.btn-o:active:hover {
  background-color: #eaeaec !important;
  border-color: #d0cfd3 !important;
  color: #68686d !important;
}
.btn-light-grey.btn-o:focus {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.btn-light-grey.btn-o.disabled:hover,
.btn-light-grey.btn-o.disabled:focus,
.btn-light-grey.btn-o.disabled:active,
.btn-light-grey.btn-o.disabled.active,
.btn-light-grey.btn-o[disabled],
.btn-light-grey.btn-o[disabled]:hover,
.btn-light-grey.btn-o[disabled]:focus,
.btn-light-grey.btn-o[disabled]:active,
.btn-light-grey.btn-o[disabled].active,
fieldset[disabled] .btn-light-grey.btn-o:hover,
fieldset[disabled] .btn-light-grey.btn-o:focus,
fieldset[disabled] .btn-light-grey.btn-o:active,
fieldset[disabled] .btn-light-grey.btn-o.active {
  border-color: #fff;
  color: #c2c2c5;
}
.btn-light-grey.btn-o .caret {
  border-top-color: #8e8e93;
}
.btn-light-grey .caret {
  border-top-color: #8e8e93;
}
.dropup .btn-light-grey .caret {
  border-bottom: 4px solid #8e8e93;
}
.btn-dark-grey {
  background-color: #aeacb4;
  border-color: #aeacb4;
  color: #fff;
}
.open .btn-dark-grey.dropdown-toggle {
  background-color: #d5d4d8;
  border-color: #d5d4d8;
}
.btn-dark-grey:hover {
  background-color: #c8c7cc !important;
  border-color: #c8c7cc;
  color: #fff;
}
.btn-dark-grey:active,
.btn-dark-grey.active,
.btn-dark-grey.active:focus,
.btn-dark-grey:active:focus,
.btn-dark-grey:active:hover,
.btn-dark-grey.dropdown-toggle:active:hover {
  background-color: #a19fa8 !important;
  border-color: #a19fa8;
}
.btn-dark-grey:focus {
  background-color: #d5d4d8;
  border-color: #d5d4d8;
  color: #fff;
}
.btn-dark-grey.disabled:hover,
.btn-dark-grey.disabled:focus,
.btn-dark-grey.disabled:active,
.btn-dark-grey.disabled.active,
.btn-dark-grey[disabled],
.btn-dark-grey[disabled]:hover,
.btn-dark-grey[disabled]:focus,
.btn-dark-grey[disabled]:active,
.btn-dark-grey[disabled].active,
fieldset[disabled] .btn-dark-grey:hover,
fieldset[disabled] .btn-dark-grey:focus,
fieldset[disabled] .btn-dark-grey:active,
fieldset[disabled] .btn-dark-grey.active {
  background-color: #e2e2e4;
  border-color: #e2e2e4;
  color: #fff;
}
.btn-dark-grey.btn-o {
  border: 1px solid #aeacb4;
  color: #aeacb4;
}
.btn-dark-grey.btn-o:hover {
  color: #c8c7cc;
  border-color: #c8c7cc;
  background: none !important;
}
.btn-dark-grey.btn-o:active,
.btn-dark-grey.btn-o.active,
.btn-dark-grey.btn-o.active:focus,
.btn-dark-grey.btn-o:active:focus,
.btn-dark-grey.btn-o:active:hover {
  background-color: #a19fa8 !important;
  border-color: #86848f !important;
  color: #86848f !important;
}
.btn-dark-grey.btn-o:focus {
  background-color: #e2e2e4;
  border-color: #e2e2e4;
  color: #c8c7cc;
}
.btn-dark-grey.btn-o.disabled:hover,
.btn-dark-grey.btn-o.disabled:focus,
.btn-dark-grey.btn-o.disabled:active,
.btn-dark-grey.btn-o.disabled.active,
.btn-dark-grey.btn-o[disabled],
.btn-dark-grey.btn-o[disabled]:hover,
.btn-dark-grey.btn-o[disabled]:focus,
.btn-dark-grey.btn-o[disabled]:active,
.btn-dark-grey.btn-o[disabled].active,
fieldset[disabled] .btn-dark-grey.btn-o:hover,
fieldset[disabled] .btn-dark-grey.btn-o:focus,
fieldset[disabled] .btn-dark-grey.btn-o:active,
fieldset[disabled] .btn-dark-grey.btn-o.active {
  border-color: #e2e2e4;
  color: #e2e2e4;
}
.btn-dark-grey.btn-o .caret {
  border-top-color: #aeacb4;
}
.btn-dark-grey .caret {
  border-top-color: #fff;
}
.dropup .btn-dark-grey .caret {
  border-bottom: 4px solid #fff;
}
