@charset "UTF-8";
html {
  font-size: 14px;
}

button {
  color: inherit;
}

a:active, a:hover, a:focus {
  outline: 0;
}
a.text-body {
  color: #76838f;
}
a.text-body, a.text-body:hover, a.text-body:focus {
  text-decoration: none;
}
a.text-action {
  color: #a3afb7;
}
a.text-action, a.text-action:hover, a.text-action:focus {
  text-decoration: none;
}
a.text-action:hover, a.text-action:focus {
  color: #ccd5db;
}
a.text-action .icon + span {
  margin-left: 3px;
}
a.text-like {
  color: #a3afb7 !important;
}
a.text-like, a.text-like:hover, a.text-like:focus {
  text-decoration: none;
}
a.text-like.active, a.text-like:hover, a.text-like:focus {
  color: #ff4c52 !important;
}

.text-action + .text-action {
  margin-left: 6px;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
}
h1 .icon:first-child, h2 .icon:first-child, h3 .icon:first-child, h4 .icon:first-child, h5 .icon:first-child, h6 .icon:first-child, .h1 .icon:first-child, .h2 .icon:first-child, .h3 .icon:first-child, .h4 .icon:first-child, .h5 .icon:first-child, .h6 .icon:first-child {
  margin-right: 0.5em;
}

h1, h2, h3, .h1, .h2, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

mark, .mark {
  color: #fff;
  border-radius: 0.143rem;
}

.drop-cap {
  float: left;
  padding: 5px;
  margin-right: 5px;
  font-family: Georgia;
  font-size: 60px;
  line-height: 50px;
  color: #263238;
}
.drop-cap-reversed {
  color: #fff;
  background-color: #263238;
}

.list-icons {
  padding-left: 10px;
  margin-left: 0;
  list-style: none;
}
.list-icons > li {
  margin-top: 6px;
}
.list-icons > li:first-child {
  margin-top: 0;
}
.list-icons > li i {
  float: left;
  width: 1em;
  margin: 0 6px 0 0;
}

.blockquote {
  padding: 11px 22px;
  font-size: 1.25rem;
  color: #526069;
  border-left: 2px solid #e4eaec;
}
.blockquote p:last-child {
  margin: 0;
}
.blockquote-success {
  background-color: rgba(17, 194, 109, 0.1);
  border-color: #11c26d;
}
.blockquote-info {
  background-color: rgba(11, 178, 212, 0.1);
  border-color: #0bb2d4;
}
.blockquote-warning {
  background-color: rgba(235, 103, 9, 0.1);
  border-color: #eb6709;
}
.blockquote-danger {
  background-color: rgba(255, 76, 82, 0.1);
  border-color: #ff4c52;
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 2px solid #e4eaec;
  border-left: 0;
  border-left: none;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

.custom-blockquote {
  padding: 15px 20px;
  border-left-width: 4px;
  border-radius: 0.215rem;
}
.custom-blockquote.blockquote-reverse {
  border-right-width: 4px;
}

.img-bordered {
  padding: 3px;
  border: 1px solid #e4eaec;
}

.img-bordered-primary {
  border-color: #3e8ef7 !important;
}

.img-bordered-purple {
  border-color: #9463f7 !important;
}

.img-bordered-red {
  border-color: #ff4c52 !important;
}

.img-bordered-green {
  border-color: #49de94 !important;
}

.img-bordered-orange {
  border-color: #eb6709 !important;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1340px;
  }
}
.row.no-space {
  margin-right: 0;
  margin-left: 0;
}
.row.no-space > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row-lg {
  margin-right: -1.786rem;
  margin-left: -1.786rem;
}

.row-lg > .col-1, .row-lg > .col-2, .row-lg > .col-3, .row-lg > .col-4, .row-lg > .col-5, .row-lg > .col-6, .row-lg > .col-7, .row-lg > .col-8, .row-lg > .col-9, .row-lg > .col-10, .row-lg > .col-11, .row-lg > .col-12, .row-lg > .col, .row-lg > .col-sm-1, .row-lg > .col-sm-2, .row-lg > .col-sm-3, .row-lg > .col-sm-4, .row-lg > .col-sm-5, .row-lg > .col-sm-6, .row-lg > .col-sm-7, .row-lg > .col-sm-8, .row-lg > .col-sm-9, .row-lg > .col-sm-10, .row-lg > .col-sm-11, .row-lg > .col-sm-12, .row-lg > .col-sm, .row-lg > .col-md-1, .row-lg > .col-md-2, .row-lg > .col-md-3, .row-lg > .col-md-4, .row-lg > .col-md-5, .row-lg > .col-md-6, .row-lg > .col-md-7, .row-lg > .col-md-8, .row-lg > .col-md-9, .row-lg > .col-md-10, .row-lg > .col-md-11, .row-lg > .col-md-12, .row-lg > .col-md, .row-lg > .col-lg-1, .row-lg > .col-lg-2, .row-lg > .col-lg-3, .row-lg > .col-lg-4, .row-lg > .col-lg-5, .row-lg > .col-lg-6, .row-lg > .col-lg-7, .row-lg > .col-lg-8, .row-lg > .col-lg-9, .row-lg > .col-lg-10, .row-lg > .col-lg-11, .row-lg > .col-lg-12, .row-lg > .col-lg, .row-lg > .col-xl-1, .row-lg > .col-xl-2, .row-lg > .col-xl-3, .row-lg > .col-xl-4, .row-lg > .col-xl-5, .row-lg > .col-xl-6, .row-lg > .col-xl-7, .row-lg > .col-xl-8, .row-lg > .col-xl-9, .row-lg > .col-xl-10, .row-lg > .col-xl-11, .row-lg > .col-xl-12, .row-lg > .col-xl, .row-lg > .col-xxl-1, .row-lg > .col-xxl-2, .row-lg > .col-xxl-3, .row-lg > .col-xxl-4, .row-lg > .col-xxl-5, .row-lg > .col-xxl-6, .row-lg > .col-xxl-7, .row-lg > .col-xxl-8, .row-lg > .col-xxl-9, .row-lg > .col-xxl-10, .row-lg > .col-xxl-11, .row-lg > .col-xxl-12, .row-lg > .col-xxl {
  padding-right: 1.786rem;
  padding-left: 1.786rem;
}

.table {
  color: #76838f;
}
.table th {
  font-weight: 400;
}
.table thead th, .table tfoot th {
  font-weight: 400;
  color: #526069;
  border-bottom-width: 1px;
}
.table tbody + tbody {
  border-top-width: 1px;
}
.table a {
  text-decoration: underline;
}
.table th > .checkbox-custom:only-child, .table td > .checkbox-custom:only-child {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.table thead:first-child th {
  border-top: none;
}
.table .cell-30 {
  width: 30px;
}
.table .cell-40 {
  width: 40px;
}
.table .cell-50 {
  width: 50px;
}
.table .cell-60 {
  width: 60px;
}
.table .cell-80 {
  width: 80px;
}
.table .cell-100 {
  width: 100px;
}
.table .cell-120 {
  width: 120px;
}
.table .cell-130 {
  width: 130px;
}
.table .cell-150 {
  width: 150px;
}
.table .cell-180 {
  width: 180px;
}
.table .cell-200 {
  width: 200px;
}
.table .cell-250 {
  width: 250px;
}
.table .cell-300 {
  width: 300px;
}

.table-active, .table-active > th, .table-active > td {
  color: inherit;
  background-color: #f3f7f9;
}
.table-active a {
  color: inherit;
}

.table-hover .table-active:hover {
  background-color: rgb(226, 235.6666666667, 240.5);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  color: inherit;
  background-color: rgb(226, 235.6666666667, 240.5);
}

.table-success, .table-success > th, .table-success > td {
  color: #fff;
  background-color: #11c26d;
}
.table-success a {
  color: #fff;
}

.table-hover .table-success:hover {
  background-color: rgb(14.9454976303, 170.5545023697, 95.827014218);
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  color: #fff;
  background-color: rgb(14.9454976303, 170.5545023697, 95.827014218);
}

.table-info, .table-info > th, .table-info > td {
  color: #fff;
  background-color: #0bb2d4;
}
.table-info a {
  color: #fff;
}

.table-hover .table-info:hover {
  background-color: rgb(9.7421524664, 157.6457399103, 187.7578475336);
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  color: #fff;
  background-color: rgb(9.7421524664, 157.6457399103, 187.7578475336);
}

.table-warning, .table-warning > th, .table-warning > td {
  color: #fff;
  background-color: #eb6709;
}
.table-warning a {
  color: #fff;
}

.table-hover .table-warning:hover {
  background-color: rgb(210.4405737705, 92.2356557377, 8.0594262295);
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  color: #fff;
  background-color: rgb(210.4405737705, 92.2356557377, 8.0594262295);
}

.table-danger, .table-danger > th, .table-danger > td {
  color: #fff;
  background-color: #ff4c52;
}
.table-danger a {
  color: #fff;
}

.table-hover .table-danger:hover {
  background-color: rgb(255, 50.5, 57.3547486034);
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  color: #fff;
  background-color: rgb(255, 50.5, 57.3547486034);
}

.table .thead-default th {
  color: inherit;
  background-color: #f3f7f9;
}

.table .thead-primary th {
  color: #fff;
  background-color: #3e8ef7;
}

.table .thead-success th {
  color: #fff;
  background-color: #11c26d;
}

.table .thead-info th {
  color: #fff;
  background-color: #0bb2d4;
}

.table .thead-warning th {
  color: #fff;
  background-color: #eb6709;
}

.table .thead-danger th {
  color: #fff;
  background-color: #ff4c52;
}

.table .thead-dark th {
  color: #fff;
  background-color: #526069;
}

.table .thead-gray th {
  color: #526069;
  background-color: #ccd5db;
}

.table-bordered thead:first-child th {
  border-top: 1px solid #e4eaec;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 1px;
}

.table-section + tbody {
  display: none;
}
.table-section-arrow {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  transform: translate(0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  position: relative;
  font-family: "Web Icons";
  text-align: center;
  transition: transform 0.15s;
}
.table-section-arrow::before {
  content: "\f181";
}
.table-section.active tr {
  background-color: #f3f7f9;
}
.table-section.active + tbody {
  display: table-row-group;
}
.table-section.active .table-section-arrow {
  transform: rotate(-180deg);
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

.form-control {
  box-sizing: border-box;
  height: 2.573rem;
  font-weight: 100;
  border-color: #e4eaec;
  box-shadow: none;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control::placeholder {
  font-weight: 100;
}

select.form-control {
  padding-right: 30px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZWNiNjQzMjYtNDc1Yi01OTQxLWIxYjItNDVkZjU5YjZlODA2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2RlYzI2YWMtZGI5OC0xMWU1LWIwMjgtY2ZhNDhhOGNjNWY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AXTIGgAAAFRJREFUeNpidI1KSWFgYDBlwASngXjOrqWzGcgBTEC8DIjfo4m/h4qTDUAGfwPi+UD8Hyr2H8r/RqnBIHATiPdC2XuhfIoACxJ7PRDzQmmKAUCAAQDxOxHyb4DjOAAAAABJRU5ErkJggg==) no-repeat center right;
}

select[multiple].form-control {
  padding-right: 1rem;
  background-image: none;
}

.form-control.focus, .form-control:focus {
  outline: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend,
.input-group-sm > .input-group-append,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text {
  height: 2.288rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend,
.input-group-lg > .input-group-append,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text {
  height: 3.2876666667rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group .form-control-label {
  padding: 0.429rem 0;
}
.form-group .form-control-label-lg {
  padding: 0.715rem 0;
  font-size: 1.286rem;
}
.form-group .form-control-label-sm {
  padding: 0.429rem 0;
  font-size: 0.858rem;
}

.form-group {
  margin-bottom: 1.429rem;
}
.form-group.has-feedback.no-label .form-control-feedback {
  top: 0;
}
.form-group.has-feedback.left-feedback .form-control-feedback {
  right: auto;
  left: 0;
}
.form-group.has-feedback.left-feedback .form-control {
  padding-right: 13px;
  padding-left: 50px;
}

.form-control.square {
  border-radius: 0;
}

.form-control.round {
  border-radius: 200px;
}

textarea.form-control.no-resize {
  resize: none;
}

.input-group-file input[type=text] {
  background-color: #fff;
}
.input-group-file .btn-file {
  position: relative;
  overflow: hidden;
  line-height: inherit;
}
.input-group-file .btn-file.btn-outline {
  border: 1px solid #e4eaec;
  border-left: none;
}
.input-group-file .btn-file.btn-outline:hover {
  border-left: none;
}
.input-group-file .btn-file .icon {
  margin: 0 3px;
  line-height: inherit;
}
.input-group-file .btn-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  text-align: 0;
  cursor: pointer;
  opacity: 0;
}

.text-help {
  display: block;
  margin-top: 7px;
  margin-bottom: 8px;
  color: rgb(188.1506024096, 194.4939759036, 200.3493975904);
}
.text-help .icon {
  margin: 0 5px;
}

.input-search-close {
  color: #000;
  text-shadow: none;
  opacity: 0.2;
}
.input-search-close.icon {
  font-size: inherit;
  line-height: inherit;
}
.input-search-close:hover, .input-search-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.input-search-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
button.input-search-close:focus {
  outline: 0 none;
}

.input-search {
  position: relative;
}
.input-search .form-control {
  border-radius: 200px;
}
.input-search .input-search-icon, .input-search .input-search-close {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 2.573rem;
  transform: translateY(-50%);
}
.input-search .input-search-close {
  right: 8px;
}
.input-search .input-search-icon + .form-control {
  padding-left: 3.073rem;
}
.input-search .input-search-icon {
  left: 8px;
  font-size: 16px;
  color: #a3afb7;
  text-align: center;
  pointer-events: none;
}

.input-search-btn + .form-control {
  padding-right: 50px;
}

.input-search-btn {
  position: absolute;
  top: 0;
  right: 8px;
  height: 100%;
  padding: 0 10px;
  background: transparent;
  border: none;
  border-radius: 0 200px 200px 0;
}
.input-search-btn .icon {
  margin: 0 3px;
}

button.input-search-btn, button.input-search-btn:focus {
  outline: 0;
}

.input-search-dark .input-search-icon {
  color: #76838f;
}
.input-search-dark .form-control {
  background: #f3f7f9;
  box-shadow: none;
}
.input-search-dark .form-control:focus {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .form-inline .form-group {
    margin-right: 0;
  }
}
.form-inline .form-group {
  margin-right: 20px;
}
.form-inline .form-group:last-child {
  margin-right: 0;
}
.form-inline .form-control-label {
  margin-right: 5px;
}

.form-horizontal .form-control-label {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .form-horizontal .form-control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-control-lg, .form-horizontal .input-group-lg > .form-control,
  .form-horizontal .input-group-lg > .input-group-prepend,
  .form-horizontal .input-group-lg > .input-group-append,
  .form-horizontal .input-group-lg > .input-group-prepend > .btn,
  .form-horizontal .input-group-lg > .input-group-append > .btn,
  .form-horizontal .input-group-lg > .input-group-prepend > .input-group-text,
  .form-horizontal .input-group-lg > .input-group-append > .input-group-text {
    padding-top: 11px;
    font-size: 1.286rem;
  }
  .form-horizontal .form-control-sm, .form-horizontal .input-group-sm > .form-control,
  .form-horizontal .input-group-sm > .input-group-prepend,
  .form-horizontal .input-group-sm > .input-group-append,
  .form-horizontal .input-group-sm > .input-group-prepend > .btn,
  .form-horizontal .input-group-sm > .input-group-append > .btn,
  .form-horizontal .input-group-sm > .input-group-prepend > .input-group-text,
  .form-horizontal .input-group-sm > .input-group-append > .input-group-text {
    padding-top: 7px;
    font-size: 0.858rem;
  }
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* $btn-floating-xs-padding:                10px !default; */
/* $btn-floating-sm-padding:                13px !default; */
/* $btn-floating-lg-padding:                15px !default; */
.btn {
  cursor: pointer;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0;
}
.btn:active, .btn.active, .btn:focus, .btn.focus {
  box-shadow: none;
}
.btn.disabled, .btn:disabled, .btn.disabled:hover, .btn:disabled:hover {
  cursor: not-allowed;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  box-shadow: none;
}
.btn:not([disabled]):not(.disabled):active:focus, .btn:not([disabled]):not(.disabled).active:focus {
  box-shadow: none;
}
.btn .icon {
  width: 1em;
  text-align: center;
  margin: -1px 3px 0;
  line-height: inherit;
}

a.btn:not(.btn-link) {
  text-decoration: none;
}
a.btn:not(.btn-link), a.btn:not(.btn-link):active, a.btn:not(.btn-link).active {
  text-decoration: none;
}

.btn-block {
  white-space: normal;
}

.btn-outline-default.btn-up::before, .btn-outline.btn-default.btn-up::before {
  border-bottom-color: rgba(118, 131, 143, 0.1);
}
.btn-outline-default.btn-up:hover::before, .btn-outline-default.btn-up.hover::before, .btn-outline-default.btn-up:focus::before, .btn-outline-default.btn-up.focus::before, .btn-outline.btn-default.btn-up:hover::before, .btn-outline.btn-default.btn-up.hover::before, .btn-outline.btn-default.btn-up:focus::before, .btn-outline.btn-default.btn-up.focus::before {
  border-bottom-color: rgba(118, 131, 143, 0.1);
}
.btn-outline-default.btn-up.active::before, .btn-outline-default.btn-up:active::before, .open > .btn-outline-default.btn-up.dropdown-toggle::before, .show > .btn-outline-default.btn-up.dropdown-toggle::before, .btn-outline.btn-default.btn-up.active::before, .btn-outline.btn-default.btn-up:active::before, .open > .btn-outline.btn-default.btn-up.dropdown-toggle::before, .show > .btn-outline.btn-default.btn-up.dropdown-toggle::before {
  border-bottom-color: #ccd5db;
}
.btn-outline-default.btn-right::before, .btn-outline.btn-default.btn-right::before {
  border-left-color: rgba(118, 131, 143, 0.1);
}
.btn-outline-default.btn-right:hover::before, .btn-outline-default.btn-right.hover::before, .btn-outline-default.btn-right:focus::before, .btn-outline-default.btn-right.focus::before, .btn-outline.btn-default.btn-right:hover::before, .btn-outline.btn-default.btn-right.hover::before, .btn-outline.btn-default.btn-right:focus::before, .btn-outline.btn-default.btn-right.focus::before {
  border-left-color: rgba(118, 131, 143, 0.1);
}
.btn-outline-default.btn-right.active::before, .btn-outline-default.btn-right:active::before, .open > .btn-outline-default.btn-right.dropdown-toggle::before, .show > .btn-outline-default.btn-right.dropdown-toggle::before, .btn-outline.btn-default.btn-right.active::before, .btn-outline.btn-default.btn-right:active::before, .open > .btn-outline.btn-default.btn-right.dropdown-toggle::before, .show > .btn-outline.btn-default.btn-right.dropdown-toggle::before {
  border-left-color: #ccd5db;
}
.btn-outline-default.btn-bottom::before, .btn-outline.btn-default.btn-bottom::before {
  border-top-color: rgba(118, 131, 143, 0.1);
}
.btn-outline-default.btn-bottom:hover::before, .btn-outline-default.btn-bottom.hover::before, .btn-outline-default.btn-bottom:focus::before, .btn-outline-default.btn-bottom.focus::before, .btn-outline.btn-default.btn-bottom:hover::before, .btn-outline.btn-default.btn-bottom.hover::before, .btn-outline.btn-default.btn-bottom:focus::before, .btn-outline.btn-default.btn-bottom.focus::before {
  border-top-color: rgba(118, 131, 143, 0.1);
}
.btn-outline-default.btn-bottom.active::before, .btn-outline-default.btn-bottom:active::before, .open > .btn-outline-default.btn-bottom.dropdown-toggle::before, .show > .btn-outline-default.btn-bottom.dropdown-toggle::before, .btn-outline.btn-default.btn-bottom.active::before, .btn-outline.btn-default.btn-bottom:active::before, .open > .btn-outline.btn-default.btn-bottom.dropdown-toggle::before, .show > .btn-outline.btn-default.btn-bottom.dropdown-toggle::before {
  border-top-color: #ccd5db;
}
.btn-outline-default.btn-left::before, .btn-outline.btn-default.btn-left::before {
  border-right-color: rgba(118, 131, 143, 0.1);
}
.btn-outline-default.btn-left:hover::before, .btn-outline-default.btn-left.hover::before, .btn-outline-default.btn-left:focus::before, .btn-outline-default.btn-left.focus::before, .btn-outline.btn-default.btn-left:hover::before, .btn-outline.btn-default.btn-left.hover::before, .btn-outline.btn-default.btn-left:focus::before, .btn-outline.btn-default.btn-left.focus::before {
  border-right-color: rgba(118, 131, 143, 0.1);
}
.btn-outline-default.btn-left.active::before, .btn-outline-default.btn-left:active::before, .open > .btn-outline-default.btn-left.dropdown-toggle::before, .show > .btn-outline-default.btn-left.dropdown-toggle::before, .btn-outline.btn-default.btn-left.active::before, .btn-outline.btn-default.btn-left:active::before, .open > .btn-outline.btn-default.btn-left.dropdown-toggle::before, .show > .btn-outline.btn-default.btn-left.dropdown-toggle::before {
  border-right-color: #ccd5db;
}
.btn-outline-default, .btn-outline.btn-default {
  color: #76838f;
  background-color: transparent;
  border-color: #e4eaec;
}
.btn-outline-default:hover, .btn-outline-default.hover, .btn-outline-default:focus, .btn-outline-default.focus, .btn-outline-default:not([disabled]):not(.disabled):active, .btn-outline-default:not([disabled]):not(.disabled).active, .open > .btn-outline-default.dropdown-toggle, .show > .btn-outline-default.dropdown-toggle, .btn-outline.btn-default:hover, .btn-outline.btn-default.hover, .btn-outline.btn-default:focus, .btn-outline.btn-default.focus, .btn-outline.btn-default:not([disabled]):not(.disabled):active, .btn-outline.btn-default:not([disabled]):not(.disabled).active, .open > .btn-outline.btn-default.dropdown-toggle, .show > .btn-outline.btn-default.dropdown-toggle {
  color: #76838f;
  background-color: rgba(118, 131, 143, 0.1);
  border-color: #e4eaec;
}
.btn-outline-default:hover .badge-pill, .btn-outline-default.hover .badge-pill, .btn-outline-default:focus .badge-pill, .btn-outline-default.focus .badge-pill, .btn-outline-default:not([disabled]):not(.disabled):active .badge-pill, .btn-outline-default:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline-default.dropdown-toggle .badge-pill, .show > .btn-outline-default.dropdown-toggle .badge-pill, .btn-outline.btn-default:hover .badge-pill, .btn-outline.btn-default.hover .badge-pill, .btn-outline.btn-default:focus .badge-pill, .btn-outline.btn-default.focus .badge-pill, .btn-outline.btn-default:not([disabled]):not(.disabled):active .badge-pill, .btn-outline.btn-default:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline.btn-default.dropdown-toggle .badge-pill, .show > .btn-outline.btn-default.dropdown-toggle .badge-pill {
  color: #76838f;
  background-color: #76838f;
}
.btn-outline-primary.btn-up::before, .btn-outline.btn-primary.btn-up::before {
  border-bottom-color: #3e8ef7;
}
.btn-outline-primary.btn-up:hover::before, .btn-outline-primary.btn-up.hover::before, .btn-outline-primary.btn-up:focus::before, .btn-outline-primary.btn-up.focus::before, .btn-outline.btn-primary.btn-up:hover::before, .btn-outline.btn-primary.btn-up.hover::before, .btn-outline.btn-primary.btn-up:focus::before, .btn-outline.btn-primary.btn-up.focus::before {
  border-bottom-color: #3e8ef7;
}
.btn-outline-primary.btn-up.active::before, .btn-outline-primary.btn-up:active::before, .open > .btn-outline-primary.btn-up.dropdown-toggle::before, .show > .btn-outline-primary.btn-up.dropdown-toggle::before, .btn-outline.btn-primary.btn-up.active::before, .btn-outline.btn-primary.btn-up:active::before, .open > .btn-outline.btn-primary.btn-up.dropdown-toggle::before, .show > .btn-outline.btn-primary.btn-up.dropdown-toggle::before {
  border-bottom-color: #247cf0;
}
.btn-outline-primary.btn-right::before, .btn-outline.btn-primary.btn-right::before {
  border-left-color: #3e8ef7;
}
.btn-outline-primary.btn-right:hover::before, .btn-outline-primary.btn-right.hover::before, .btn-outline-primary.btn-right:focus::before, .btn-outline-primary.btn-right.focus::before, .btn-outline.btn-primary.btn-right:hover::before, .btn-outline.btn-primary.btn-right.hover::before, .btn-outline.btn-primary.btn-right:focus::before, .btn-outline.btn-primary.btn-right.focus::before {
  border-left-color: #3e8ef7;
}
.btn-outline-primary.btn-right.active::before, .btn-outline-primary.btn-right:active::before, .open > .btn-outline-primary.btn-right.dropdown-toggle::before, .show > .btn-outline-primary.btn-right.dropdown-toggle::before, .btn-outline.btn-primary.btn-right.active::before, .btn-outline.btn-primary.btn-right:active::before, .open > .btn-outline.btn-primary.btn-right.dropdown-toggle::before, .show > .btn-outline.btn-primary.btn-right.dropdown-toggle::before {
  border-left-color: #247cf0;
}
.btn-outline-primary.btn-bottom::before, .btn-outline.btn-primary.btn-bottom::before {
  border-top-color: #3e8ef7;
}
.btn-outline-primary.btn-bottom:hover::before, .btn-outline-primary.btn-bottom.hover::before, .btn-outline-primary.btn-bottom:focus::before, .btn-outline-primary.btn-bottom.focus::before, .btn-outline.btn-primary.btn-bottom:hover::before, .btn-outline.btn-primary.btn-bottom.hover::before, .btn-outline.btn-primary.btn-bottom:focus::before, .btn-outline.btn-primary.btn-bottom.focus::before {
  border-top-color: #3e8ef7;
}
.btn-outline-primary.btn-bottom.active::before, .btn-outline-primary.btn-bottom:active::before, .open > .btn-outline-primary.btn-bottom.dropdown-toggle::before, .show > .btn-outline-primary.btn-bottom.dropdown-toggle::before, .btn-outline.btn-primary.btn-bottom.active::before, .btn-outline.btn-primary.btn-bottom:active::before, .open > .btn-outline.btn-primary.btn-bottom.dropdown-toggle::before, .show > .btn-outline.btn-primary.btn-bottom.dropdown-toggle::before {
  border-top-color: #247cf0;
}
.btn-outline-primary.btn-left::before, .btn-outline.btn-primary.btn-left::before {
  border-right-color: #3e8ef7;
}
.btn-outline-primary.btn-left:hover::before, .btn-outline-primary.btn-left.hover::before, .btn-outline-primary.btn-left:focus::before, .btn-outline-primary.btn-left.focus::before, .btn-outline.btn-primary.btn-left:hover::before, .btn-outline.btn-primary.btn-left.hover::before, .btn-outline.btn-primary.btn-left:focus::before, .btn-outline.btn-primary.btn-left.focus::before {
  border-right-color: #3e8ef7;
}
.btn-outline-primary.btn-left.active::before, .btn-outline-primary.btn-left:active::before, .open > .btn-outline-primary.btn-left.dropdown-toggle::before, .show > .btn-outline-primary.btn-left.dropdown-toggle::before, .btn-outline.btn-primary.btn-left.active::before, .btn-outline.btn-primary.btn-left:active::before, .open > .btn-outline.btn-primary.btn-left.dropdown-toggle::before, .show > .btn-outline.btn-primary.btn-left.dropdown-toggle::before {
  border-right-color: #247cf0;
}
.btn-outline-primary, .btn-outline.btn-primary {
  color: #3e8ef7;
  background-color: transparent;
  border-color: #3e8ef7;
}
.btn-outline-primary:hover, .btn-outline-primary.hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .open > .btn-outline-primary.dropdown-toggle, .show > .btn-outline-primary.dropdown-toggle, .btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover, .btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus, .btn-outline.btn-primary:not([disabled]):not(.disabled):active, .btn-outline.btn-primary:not([disabled]):not(.disabled).active, .open > .btn-outline.btn-primary.dropdown-toggle, .show > .btn-outline.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3e8ef7;
  border-color: #3e8ef7;
}
.btn-outline-primary:hover .badge-pill, .btn-outline-primary.hover .badge-pill, .btn-outline-primary:focus .badge-pill, .btn-outline-primary.focus .badge-pill, .btn-outline-primary:not([disabled]):not(.disabled):active .badge-pill, .btn-outline-primary:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline-primary.dropdown-toggle .badge-pill, .show > .btn-outline-primary.dropdown-toggle .badge-pill, .btn-outline.btn-primary:hover .badge-pill, .btn-outline.btn-primary.hover .badge-pill, .btn-outline.btn-primary:focus .badge-pill, .btn-outline.btn-primary.focus .badge-pill, .btn-outline.btn-primary:not([disabled]):not(.disabled):active .badge-pill, .btn-outline.btn-primary:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline.btn-primary.dropdown-toggle .badge-pill, .show > .btn-outline.btn-primary.dropdown-toggle .badge-pill {
  color: #3e8ef7;
  background-color: #fff;
}
.btn-outline-success.btn-up::before, .btn-outline.btn-success.btn-up::before {
  border-bottom-color: #11c26d;
}
.btn-outline-success.btn-up:hover::before, .btn-outline-success.btn-up.hover::before, .btn-outline-success.btn-up:focus::before, .btn-outline-success.btn-up.focus::before, .btn-outline.btn-success.btn-up:hover::before, .btn-outline.btn-success.btn-up.hover::before, .btn-outline.btn-success.btn-up:focus::before, .btn-outline.btn-success.btn-up.focus::before {
  border-bottom-color: #11c26d;
}
.btn-outline-success.btn-up.active::before, .btn-outline-success.btn-up:active::before, .open > .btn-outline-success.btn-up.dropdown-toggle::before, .show > .btn-outline-success.btn-up.dropdown-toggle::before, .btn-outline.btn-success.btn-up.active::before, .btn-outline.btn-success.btn-up:active::before, .open > .btn-outline.btn-success.btn-up.dropdown-toggle::before, .show > .btn-outline.btn-success.btn-up.dropdown-toggle::before {
  border-bottom-color: #05a85c;
}
.btn-outline-success.btn-right::before, .btn-outline.btn-success.btn-right::before {
  border-left-color: #11c26d;
}
.btn-outline-success.btn-right:hover::before, .btn-outline-success.btn-right.hover::before, .btn-outline-success.btn-right:focus::before, .btn-outline-success.btn-right.focus::before, .btn-outline.btn-success.btn-right:hover::before, .btn-outline.btn-success.btn-right.hover::before, .btn-outline.btn-success.btn-right:focus::before, .btn-outline.btn-success.btn-right.focus::before {
  border-left-color: #11c26d;
}
.btn-outline-success.btn-right.active::before, .btn-outline-success.btn-right:active::before, .open > .btn-outline-success.btn-right.dropdown-toggle::before, .show > .btn-outline-success.btn-right.dropdown-toggle::before, .btn-outline.btn-success.btn-right.active::before, .btn-outline.btn-success.btn-right:active::before, .open > .btn-outline.btn-success.btn-right.dropdown-toggle::before, .show > .btn-outline.btn-success.btn-right.dropdown-toggle::before {
  border-left-color: #05a85c;
}
.btn-outline-success.btn-bottom::before, .btn-outline.btn-success.btn-bottom::before {
  border-top-color: #11c26d;
}
.btn-outline-success.btn-bottom:hover::before, .btn-outline-success.btn-bottom.hover::before, .btn-outline-success.btn-bottom:focus::before, .btn-outline-success.btn-bottom.focus::before, .btn-outline.btn-success.btn-bottom:hover::before, .btn-outline.btn-success.btn-bottom.hover::before, .btn-outline.btn-success.btn-bottom:focus::before, .btn-outline.btn-success.btn-bottom.focus::before {
  border-top-color: #11c26d;
}
.btn-outline-success.btn-bottom.active::before, .btn-outline-success.btn-bottom:active::before, .open > .btn-outline-success.btn-bottom.dropdown-toggle::before, .show > .btn-outline-success.btn-bottom.dropdown-toggle::before, .btn-outline.btn-success.btn-bottom.active::before, .btn-outline.btn-success.btn-bottom:active::before, .open > .btn-outline.btn-success.btn-bottom.dropdown-toggle::before, .show > .btn-outline.btn-success.btn-bottom.dropdown-toggle::before {
  border-top-color: #05a85c;
}
.btn-outline-success.btn-left::before, .btn-outline.btn-success.btn-left::before {
  border-right-color: #11c26d;
}
.btn-outline-success.btn-left:hover::before, .btn-outline-success.btn-left.hover::before, .btn-outline-success.btn-left:focus::before, .btn-outline-success.btn-left.focus::before, .btn-outline.btn-success.btn-left:hover::before, .btn-outline.btn-success.btn-left.hover::before, .btn-outline.btn-success.btn-left:focus::before, .btn-outline.btn-success.btn-left.focus::before {
  border-right-color: #11c26d;
}
.btn-outline-success.btn-left.active::before, .btn-outline-success.btn-left:active::before, .open > .btn-outline-success.btn-left.dropdown-toggle::before, .show > .btn-outline-success.btn-left.dropdown-toggle::before, .btn-outline.btn-success.btn-left.active::before, .btn-outline.btn-success.btn-left:active::before, .open > .btn-outline.btn-success.btn-left.dropdown-toggle::before, .show > .btn-outline.btn-success.btn-left.dropdown-toggle::before {
  border-right-color: #05a85c;
}
.btn-outline-success, .btn-outline.btn-success {
  color: #11c26d;
  background-color: transparent;
  border-color: #11c26d;
}
.btn-outline-success:hover, .btn-outline-success.hover, .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .open > .btn-outline-success.dropdown-toggle, .show > .btn-outline-success.dropdown-toggle, .btn-outline.btn-success:hover, .btn-outline.btn-success.hover, .btn-outline.btn-success:focus, .btn-outline.btn-success.focus, .btn-outline.btn-success:not([disabled]):not(.disabled):active, .btn-outline.btn-success:not([disabled]):not(.disabled).active, .open > .btn-outline.btn-success.dropdown-toggle, .show > .btn-outline.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #11c26d;
  border-color: #11c26d;
}
.btn-outline-success:hover .badge-pill, .btn-outline-success.hover .badge-pill, .btn-outline-success:focus .badge-pill, .btn-outline-success.focus .badge-pill, .btn-outline-success:not([disabled]):not(.disabled):active .badge-pill, .btn-outline-success:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline-success.dropdown-toggle .badge-pill, .show > .btn-outline-success.dropdown-toggle .badge-pill, .btn-outline.btn-success:hover .badge-pill, .btn-outline.btn-success.hover .badge-pill, .btn-outline.btn-success:focus .badge-pill, .btn-outline.btn-success.focus .badge-pill, .btn-outline.btn-success:not([disabled]):not(.disabled):active .badge-pill, .btn-outline.btn-success:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline.btn-success.dropdown-toggle .badge-pill, .show > .btn-outline.btn-success.dropdown-toggle .badge-pill {
  color: #11c26d;
  background-color: #fff;
}
.btn-outline-info.btn-up::before, .btn-outline.btn-info.btn-up::before {
  border-bottom-color: #0bb2d4;
}
.btn-outline-info.btn-up:hover::before, .btn-outline-info.btn-up.hover::before, .btn-outline-info.btn-up:focus::before, .btn-outline-info.btn-up.focus::before, .btn-outline.btn-info.btn-up:hover::before, .btn-outline.btn-info.btn-up.hover::before, .btn-outline.btn-info.btn-up:focus::before, .btn-outline.btn-info.btn-up.focus::before {
  border-bottom-color: #0bb2d4;
}
.btn-outline-info.btn-up.active::before, .btn-outline-info.btn-up:active::before, .open > .btn-outline-info.btn-up.dropdown-toggle::before, .show > .btn-outline-info.btn-up.dropdown-toggle::before, .btn-outline.btn-info.btn-up.active::before, .btn-outline.btn-info.btn-up:active::before, .open > .btn-outline.btn-info.btn-up.dropdown-toggle::before, .show > .btn-outline.btn-info.btn-up.dropdown-toggle::before {
  border-bottom-color: #0099b8;
}
.btn-outline-info.btn-right::before, .btn-outline.btn-info.btn-right::before {
  border-left-color: #0bb2d4;
}
.btn-outline-info.btn-right:hover::before, .btn-outline-info.btn-right.hover::before, .btn-outline-info.btn-right:focus::before, .btn-outline-info.btn-right.focus::before, .btn-outline.btn-info.btn-right:hover::before, .btn-outline.btn-info.btn-right.hover::before, .btn-outline.btn-info.btn-right:focus::before, .btn-outline.btn-info.btn-right.focus::before {
  border-left-color: #0bb2d4;
}
.btn-outline-info.btn-right.active::before, .btn-outline-info.btn-right:active::before, .open > .btn-outline-info.btn-right.dropdown-toggle::before, .show > .btn-outline-info.btn-right.dropdown-toggle::before, .btn-outline.btn-info.btn-right.active::before, .btn-outline.btn-info.btn-right:active::before, .open > .btn-outline.btn-info.btn-right.dropdown-toggle::before, .show > .btn-outline.btn-info.btn-right.dropdown-toggle::before {
  border-left-color: #0099b8;
}
.btn-outline-info.btn-bottom::before, .btn-outline.btn-info.btn-bottom::before {
  border-top-color: #0bb2d4;
}
.btn-outline-info.btn-bottom:hover::before, .btn-outline-info.btn-bottom.hover::before, .btn-outline-info.btn-bottom:focus::before, .btn-outline-info.btn-bottom.focus::before, .btn-outline.btn-info.btn-bottom:hover::before, .btn-outline.btn-info.btn-bottom.hover::before, .btn-outline.btn-info.btn-bottom:focus::before, .btn-outline.btn-info.btn-bottom.focus::before {
  border-top-color: #0bb2d4;
}
.btn-outline-info.btn-bottom.active::before, .btn-outline-info.btn-bottom:active::before, .open > .btn-outline-info.btn-bottom.dropdown-toggle::before, .show > .btn-outline-info.btn-bottom.dropdown-toggle::before, .btn-outline.btn-info.btn-bottom.active::before, .btn-outline.btn-info.btn-bottom:active::before, .open > .btn-outline.btn-info.btn-bottom.dropdown-toggle::before, .show > .btn-outline.btn-info.btn-bottom.dropdown-toggle::before {
  border-top-color: #0099b8;
}
.btn-outline-info.btn-left::before, .btn-outline.btn-info.btn-left::before {
  border-right-color: #0bb2d4;
}
.btn-outline-info.btn-left:hover::before, .btn-outline-info.btn-left.hover::before, .btn-outline-info.btn-left:focus::before, .btn-outline-info.btn-left.focus::before, .btn-outline.btn-info.btn-left:hover::before, .btn-outline.btn-info.btn-left.hover::before, .btn-outline.btn-info.btn-left:focus::before, .btn-outline.btn-info.btn-left.focus::before {
  border-right-color: #0bb2d4;
}
.btn-outline-info.btn-left.active::before, .btn-outline-info.btn-left:active::before, .open > .btn-outline-info.btn-left.dropdown-toggle::before, .show > .btn-outline-info.btn-left.dropdown-toggle::before, .btn-outline.btn-info.btn-left.active::before, .btn-outline.btn-info.btn-left:active::before, .open > .btn-outline.btn-info.btn-left.dropdown-toggle::before, .show > .btn-outline.btn-info.btn-left.dropdown-toggle::before {
  border-right-color: #0099b8;
}
.btn-outline-info, .btn-outline.btn-info {
  color: #0bb2d4;
  background-color: transparent;
  border-color: #0bb2d4;
}
.btn-outline-info:hover, .btn-outline-info.hover, .btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .open > .btn-outline-info.dropdown-toggle, .show > .btn-outline-info.dropdown-toggle, .btn-outline.btn-info:hover, .btn-outline.btn-info.hover, .btn-outline.btn-info:focus, .btn-outline.btn-info.focus, .btn-outline.btn-info:not([disabled]):not(.disabled):active, .btn-outline.btn-info:not([disabled]):not(.disabled).active, .open > .btn-outline.btn-info.dropdown-toggle, .show > .btn-outline.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0bb2d4;
  border-color: #0bb2d4;
}
.btn-outline-info:hover .badge-pill, .btn-outline-info.hover .badge-pill, .btn-outline-info:focus .badge-pill, .btn-outline-info.focus .badge-pill, .btn-outline-info:not([disabled]):not(.disabled):active .badge-pill, .btn-outline-info:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline-info.dropdown-toggle .badge-pill, .show > .btn-outline-info.dropdown-toggle .badge-pill, .btn-outline.btn-info:hover .badge-pill, .btn-outline.btn-info.hover .badge-pill, .btn-outline.btn-info:focus .badge-pill, .btn-outline.btn-info.focus .badge-pill, .btn-outline.btn-info:not([disabled]):not(.disabled):active .badge-pill, .btn-outline.btn-info:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline.btn-info.dropdown-toggle .badge-pill, .show > .btn-outline.btn-info.dropdown-toggle .badge-pill {
  color: #0bb2d4;
  background-color: #fff;
}
.btn-outline-warning.btn-up::before, .btn-outline.btn-warning.btn-up::before {
  border-bottom-color: #eb6709;
}
.btn-outline-warning.btn-up:hover::before, .btn-outline-warning.btn-up.hover::before, .btn-outline-warning.btn-up:focus::before, .btn-outline-warning.btn-up.focus::before, .btn-outline.btn-warning.btn-up:hover::before, .btn-outline.btn-warning.btn-up.hover::before, .btn-outline.btn-warning.btn-up:focus::before, .btn-outline.btn-warning.btn-up.focus::before {
  border-bottom-color: #eb6709;
}
.btn-outline-warning.btn-up.active::before, .btn-outline-warning.btn-up:active::before, .open > .btn-outline-warning.btn-up.dropdown-toggle::before, .show > .btn-outline-warning.btn-up.dropdown-toggle::before, .btn-outline.btn-warning.btn-up.active::before, .btn-outline.btn-warning.btn-up:active::before, .open > .btn-outline.btn-warning.btn-up.dropdown-toggle::before, .show > .btn-outline.btn-warning.btn-up.dropdown-toggle::before {
  border-bottom-color: #de4e00;
}
.btn-outline-warning.btn-right::before, .btn-outline.btn-warning.btn-right::before {
  border-left-color: #eb6709;
}
.btn-outline-warning.btn-right:hover::before, .btn-outline-warning.btn-right.hover::before, .btn-outline-warning.btn-right:focus::before, .btn-outline-warning.btn-right.focus::before, .btn-outline.btn-warning.btn-right:hover::before, .btn-outline.btn-warning.btn-right.hover::before, .btn-outline.btn-warning.btn-right:focus::before, .btn-outline.btn-warning.btn-right.focus::before {
  border-left-color: #eb6709;
}
.btn-outline-warning.btn-right.active::before, .btn-outline-warning.btn-right:active::before, .open > .btn-outline-warning.btn-right.dropdown-toggle::before, .show > .btn-outline-warning.btn-right.dropdown-toggle::before, .btn-outline.btn-warning.btn-right.active::before, .btn-outline.btn-warning.btn-right:active::before, .open > .btn-outline.btn-warning.btn-right.dropdown-toggle::before, .show > .btn-outline.btn-warning.btn-right.dropdown-toggle::before {
  border-left-color: #de4e00;
}
.btn-outline-warning.btn-bottom::before, .btn-outline.btn-warning.btn-bottom::before {
  border-top-color: #eb6709;
}
.btn-outline-warning.btn-bottom:hover::before, .btn-outline-warning.btn-bottom.hover::before, .btn-outline-warning.btn-bottom:focus::before, .btn-outline-warning.btn-bottom.focus::before, .btn-outline.btn-warning.btn-bottom:hover::before, .btn-outline.btn-warning.btn-bottom.hover::before, .btn-outline.btn-warning.btn-bottom:focus::before, .btn-outline.btn-warning.btn-bottom.focus::before {
  border-top-color: #eb6709;
}
.btn-outline-warning.btn-bottom.active::before, .btn-outline-warning.btn-bottom:active::before, .open > .btn-outline-warning.btn-bottom.dropdown-toggle::before, .show > .btn-outline-warning.btn-bottom.dropdown-toggle::before, .btn-outline.btn-warning.btn-bottom.active::before, .btn-outline.btn-warning.btn-bottom:active::before, .open > .btn-outline.btn-warning.btn-bottom.dropdown-toggle::before, .show > .btn-outline.btn-warning.btn-bottom.dropdown-toggle::before {
  border-top-color: #de4e00;
}
.btn-outline-warning.btn-left::before, .btn-outline.btn-warning.btn-left::before {
  border-right-color: #eb6709;
}
.btn-outline-warning.btn-left:hover::before, .btn-outline-warning.btn-left.hover::before, .btn-outline-warning.btn-left:focus::before, .btn-outline-warning.btn-left.focus::before, .btn-outline.btn-warning.btn-left:hover::before, .btn-outline.btn-warning.btn-left.hover::before, .btn-outline.btn-warning.btn-left:focus::before, .btn-outline.btn-warning.btn-left.focus::before {
  border-right-color: #eb6709;
}
.btn-outline-warning.btn-left.active::before, .btn-outline-warning.btn-left:active::before, .open > .btn-outline-warning.btn-left.dropdown-toggle::before, .show > .btn-outline-warning.btn-left.dropdown-toggle::before, .btn-outline.btn-warning.btn-left.active::before, .btn-outline.btn-warning.btn-left:active::before, .open > .btn-outline.btn-warning.btn-left.dropdown-toggle::before, .show > .btn-outline.btn-warning.btn-left.dropdown-toggle::before {
  border-right-color: #de4e00;
}
.btn-outline-warning, .btn-outline.btn-warning {
  color: #eb6709;
  background-color: transparent;
  border-color: #eb6709;
}
.btn-outline-warning:hover, .btn-outline-warning.hover, .btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .open > .btn-outline-warning.dropdown-toggle, .show > .btn-outline-warning.dropdown-toggle, .btn-outline.btn-warning:hover, .btn-outline.btn-warning.hover, .btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus, .btn-outline.btn-warning:not([disabled]):not(.disabled):active, .btn-outline.btn-warning:not([disabled]):not(.disabled).active, .open > .btn-outline.btn-warning.dropdown-toggle, .show > .btn-outline.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #eb6709;
  border-color: #eb6709;
}
.btn-outline-warning:hover .badge-pill, .btn-outline-warning.hover .badge-pill, .btn-outline-warning:focus .badge-pill, .btn-outline-warning.focus .badge-pill, .btn-outline-warning:not([disabled]):not(.disabled):active .badge-pill, .btn-outline-warning:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline-warning.dropdown-toggle .badge-pill, .show > .btn-outline-warning.dropdown-toggle .badge-pill, .btn-outline.btn-warning:hover .badge-pill, .btn-outline.btn-warning.hover .badge-pill, .btn-outline.btn-warning:focus .badge-pill, .btn-outline.btn-warning.focus .badge-pill, .btn-outline.btn-warning:not([disabled]):not(.disabled):active .badge-pill, .btn-outline.btn-warning:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline.btn-warning.dropdown-toggle .badge-pill, .show > .btn-outline.btn-warning.dropdown-toggle .badge-pill {
  color: #eb6709;
  background-color: #fff;
}
.btn-outline-danger.btn-up::before, .btn-outline.btn-danger.btn-up::before {
  border-bottom-color: #ff4c52;
}
.btn-outline-danger.btn-up:hover::before, .btn-outline-danger.btn-up.hover::before, .btn-outline-danger.btn-up:focus::before, .btn-outline-danger.btn-up.focus::before, .btn-outline.btn-danger.btn-up:hover::before, .btn-outline.btn-danger.btn-up.hover::before, .btn-outline.btn-danger.btn-up:focus::before, .btn-outline.btn-danger.btn-up.focus::before {
  border-bottom-color: #ff4c52;
}
.btn-outline-danger.btn-up.active::before, .btn-outline-danger.btn-up:active::before, .open > .btn-outline-danger.btn-up.dropdown-toggle::before, .show > .btn-outline-danger.btn-up.dropdown-toggle::before, .btn-outline.btn-danger.btn-up.active::before, .btn-outline.btn-danger.btn-up:active::before, .open > .btn-outline.btn-danger.btn-up.dropdown-toggle::before, .show > .btn-outline.btn-danger.btn-up.dropdown-toggle::before {
  border-bottom-color: #f2353c;
}
.btn-outline-danger.btn-right::before, .btn-outline.btn-danger.btn-right::before {
  border-left-color: #ff4c52;
}
.btn-outline-danger.btn-right:hover::before, .btn-outline-danger.btn-right.hover::before, .btn-outline-danger.btn-right:focus::before, .btn-outline-danger.btn-right.focus::before, .btn-outline.btn-danger.btn-right:hover::before, .btn-outline.btn-danger.btn-right.hover::before, .btn-outline.btn-danger.btn-right:focus::before, .btn-outline.btn-danger.btn-right.focus::before {
  border-left-color: #ff4c52;
}
.btn-outline-danger.btn-right.active::before, .btn-outline-danger.btn-right:active::before, .open > .btn-outline-danger.btn-right.dropdown-toggle::before, .show > .btn-outline-danger.btn-right.dropdown-toggle::before, .btn-outline.btn-danger.btn-right.active::before, .btn-outline.btn-danger.btn-right:active::before, .open > .btn-outline.btn-danger.btn-right.dropdown-toggle::before, .show > .btn-outline.btn-danger.btn-right.dropdown-toggle::before {
  border-left-color: #f2353c;
}
.btn-outline-danger.btn-bottom::before, .btn-outline.btn-danger.btn-bottom::before {
  border-top-color: #ff4c52;
}
.btn-outline-danger.btn-bottom:hover::before, .btn-outline-danger.btn-bottom.hover::before, .btn-outline-danger.btn-bottom:focus::before, .btn-outline-danger.btn-bottom.focus::before, .btn-outline.btn-danger.btn-bottom:hover::before, .btn-outline.btn-danger.btn-bottom.hover::before, .btn-outline.btn-danger.btn-bottom:focus::before, .btn-outline.btn-danger.btn-bottom.focus::before {
  border-top-color: #ff4c52;
}
.btn-outline-danger.btn-bottom.active::before, .btn-outline-danger.btn-bottom:active::before, .open > .btn-outline-danger.btn-bottom.dropdown-toggle::before, .show > .btn-outline-danger.btn-bottom.dropdown-toggle::before, .btn-outline.btn-danger.btn-bottom.active::before, .btn-outline.btn-danger.btn-bottom:active::before, .open > .btn-outline.btn-danger.btn-bottom.dropdown-toggle::before, .show > .btn-outline.btn-danger.btn-bottom.dropdown-toggle::before {
  border-top-color: #f2353c;
}
.btn-outline-danger.btn-left::before, .btn-outline.btn-danger.btn-left::before {
  border-right-color: #ff4c52;
}
.btn-outline-danger.btn-left:hover::before, .btn-outline-danger.btn-left.hover::before, .btn-outline-danger.btn-left:focus::before, .btn-outline-danger.btn-left.focus::before, .btn-outline.btn-danger.btn-left:hover::before, .btn-outline.btn-danger.btn-left.hover::before, .btn-outline.btn-danger.btn-left:focus::before, .btn-outline.btn-danger.btn-left.focus::before {
  border-right-color: #ff4c52;
}
.btn-outline-danger.btn-left.active::before, .btn-outline-danger.btn-left:active::before, .open > .btn-outline-danger.btn-left.dropdown-toggle::before, .show > .btn-outline-danger.btn-left.dropdown-toggle::before, .btn-outline.btn-danger.btn-left.active::before, .btn-outline.btn-danger.btn-left:active::before, .open > .btn-outline.btn-danger.btn-left.dropdown-toggle::before, .show > .btn-outline.btn-danger.btn-left.dropdown-toggle::before {
  border-right-color: #f2353c;
}
.btn-outline-danger, .btn-outline.btn-danger {
  color: #ff4c52;
  background-color: transparent;
  border-color: #ff4c52;
}
.btn-outline-danger:hover, .btn-outline-danger.hover, .btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .open > .btn-outline-danger.dropdown-toggle, .show > .btn-outline-danger.dropdown-toggle, .btn-outline.btn-danger:hover, .btn-outline.btn-danger.hover, .btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus, .btn-outline.btn-danger:not([disabled]):not(.disabled):active, .btn-outline.btn-danger:not([disabled]):not(.disabled).active, .open > .btn-outline.btn-danger.dropdown-toggle, .show > .btn-outline.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4c52;
  border-color: #ff4c52;
}
.btn-outline-danger:hover .badge-pill, .btn-outline-danger.hover .badge-pill, .btn-outline-danger:focus .badge-pill, .btn-outline-danger.focus .badge-pill, .btn-outline-danger:not([disabled]):not(.disabled):active .badge-pill, .btn-outline-danger:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline-danger.dropdown-toggle .badge-pill, .show > .btn-outline-danger.dropdown-toggle .badge-pill, .btn-outline.btn-danger:hover .badge-pill, .btn-outline.btn-danger.hover .badge-pill, .btn-outline.btn-danger:focus .badge-pill, .btn-outline.btn-danger.focus .badge-pill, .btn-outline.btn-danger:not([disabled]):not(.disabled):active .badge-pill, .btn-outline.btn-danger:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline.btn-danger.dropdown-toggle .badge-pill, .show > .btn-outline.btn-danger.dropdown-toggle .badge-pill {
  color: #ff4c52;
  background-color: #fff;
}
.btn-outline-dark.btn-up::before, .btn-outline.btn-dark.btn-up::before {
  border-bottom-color: #526069;
}
.btn-outline-dark.btn-up:hover::before, .btn-outline-dark.btn-up.hover::before, .btn-outline-dark.btn-up:focus::before, .btn-outline-dark.btn-up.focus::before, .btn-outline.btn-dark.btn-up:hover::before, .btn-outline.btn-dark.btn-up.hover::before, .btn-outline.btn-dark.btn-up:focus::before, .btn-outline.btn-dark.btn-up.focus::before {
  border-bottom-color: #526069;
}
.btn-outline-dark.btn-up.active::before, .btn-outline-dark.btn-up:active::before, .open > .btn-outline-dark.btn-up.dropdown-toggle::before, .show > .btn-outline-dark.btn-up.dropdown-toggle::before, .btn-outline.btn-dark.btn-up.active::before, .btn-outline.btn-dark.btn-up:active::before, .open > .btn-outline.btn-dark.btn-up.dropdown-toggle::before, .show > .btn-outline.btn-dark.btn-up.dropdown-toggle::before {
  border-bottom-color: #37474f;
}
.btn-outline-dark.btn-right::before, .btn-outline.btn-dark.btn-right::before {
  border-left-color: #526069;
}
.btn-outline-dark.btn-right:hover::before, .btn-outline-dark.btn-right.hover::before, .btn-outline-dark.btn-right:focus::before, .btn-outline-dark.btn-right.focus::before, .btn-outline.btn-dark.btn-right:hover::before, .btn-outline.btn-dark.btn-right.hover::before, .btn-outline.btn-dark.btn-right:focus::before, .btn-outline.btn-dark.btn-right.focus::before {
  border-left-color: #526069;
}
.btn-outline-dark.btn-right.active::before, .btn-outline-dark.btn-right:active::before, .open > .btn-outline-dark.btn-right.dropdown-toggle::before, .show > .btn-outline-dark.btn-right.dropdown-toggle::before, .btn-outline.btn-dark.btn-right.active::before, .btn-outline.btn-dark.btn-right:active::before, .open > .btn-outline.btn-dark.btn-right.dropdown-toggle::before, .show > .btn-outline.btn-dark.btn-right.dropdown-toggle::before {
  border-left-color: #37474f;
}
.btn-outline-dark.btn-bottom::before, .btn-outline.btn-dark.btn-bottom::before {
  border-top-color: #526069;
}
.btn-outline-dark.btn-bottom:hover::before, .btn-outline-dark.btn-bottom.hover::before, .btn-outline-dark.btn-bottom:focus::before, .btn-outline-dark.btn-bottom.focus::before, .btn-outline.btn-dark.btn-bottom:hover::before, .btn-outline.btn-dark.btn-bottom.hover::before, .btn-outline.btn-dark.btn-bottom:focus::before, .btn-outline.btn-dark.btn-bottom.focus::before {
  border-top-color: #526069;
}
.btn-outline-dark.btn-bottom.active::before, .btn-outline-dark.btn-bottom:active::before, .open > .btn-outline-dark.btn-bottom.dropdown-toggle::before, .show > .btn-outline-dark.btn-bottom.dropdown-toggle::before, .btn-outline.btn-dark.btn-bottom.active::before, .btn-outline.btn-dark.btn-bottom:active::before, .open > .btn-outline.btn-dark.btn-bottom.dropdown-toggle::before, .show > .btn-outline.btn-dark.btn-bottom.dropdown-toggle::before {
  border-top-color: #37474f;
}
.btn-outline-dark.btn-left::before, .btn-outline.btn-dark.btn-left::before {
  border-right-color: #526069;
}
.btn-outline-dark.btn-left:hover::before, .btn-outline-dark.btn-left.hover::before, .btn-outline-dark.btn-left:focus::before, .btn-outline-dark.btn-left.focus::before, .btn-outline.btn-dark.btn-left:hover::before, .btn-outline.btn-dark.btn-left.hover::before, .btn-outline.btn-dark.btn-left:focus::before, .btn-outline.btn-dark.btn-left.focus::before {
  border-right-color: #526069;
}
.btn-outline-dark.btn-left.active::before, .btn-outline-dark.btn-left:active::before, .open > .btn-outline-dark.btn-left.dropdown-toggle::before, .show > .btn-outline-dark.btn-left.dropdown-toggle::before, .btn-outline.btn-dark.btn-left.active::before, .btn-outline.btn-dark.btn-left:active::before, .open > .btn-outline.btn-dark.btn-left.dropdown-toggle::before, .show > .btn-outline.btn-dark.btn-left.dropdown-toggle::before {
  border-right-color: #37474f;
}
.btn-outline-dark, .btn-outline.btn-dark {
  color: #526069;
  background-color: transparent;
  border-color: #526069;
}
.btn-outline-dark:hover, .btn-outline-dark.hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .open > .btn-outline-dark.dropdown-toggle, .show > .btn-outline-dark.dropdown-toggle, .btn-outline.btn-dark:hover, .btn-outline.btn-dark.hover, .btn-outline.btn-dark:focus, .btn-outline.btn-dark.focus, .btn-outline.btn-dark:not([disabled]):not(.disabled):active, .btn-outline.btn-dark:not([disabled]):not(.disabled).active, .open > .btn-outline.btn-dark.dropdown-toggle, .show > .btn-outline.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #526069;
  border-color: #526069;
}
.btn-outline-dark:hover .badge-pill, .btn-outline-dark.hover .badge-pill, .btn-outline-dark:focus .badge-pill, .btn-outline-dark.focus .badge-pill, .btn-outline-dark:not([disabled]):not(.disabled):active .badge-pill, .btn-outline-dark:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline-dark.dropdown-toggle .badge-pill, .show > .btn-outline-dark.dropdown-toggle .badge-pill, .btn-outline.btn-dark:hover .badge-pill, .btn-outline.btn-dark.hover .badge-pill, .btn-outline.btn-dark:focus .badge-pill, .btn-outline.btn-dark.focus .badge-pill, .btn-outline.btn-dark:not([disabled]):not(.disabled):active .badge-pill, .btn-outline.btn-dark:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline.btn-dark.dropdown-toggle .badge-pill, .show > .btn-outline.btn-dark.dropdown-toggle .badge-pill {
  color: #526069;
  background-color: #fff;
}
.btn-outline-inverse.btn-up::before, .btn-outline.btn-inverse.btn-up::before {
  border-bottom-color: #fff;
}
.btn-outline-inverse.btn-up:hover::before, .btn-outline-inverse.btn-up.hover::before, .btn-outline-inverse.btn-up:focus::before, .btn-outline-inverse.btn-up.focus::before, .btn-outline.btn-inverse.btn-up:hover::before, .btn-outline.btn-inverse.btn-up.hover::before, .btn-outline.btn-inverse.btn-up:focus::before, .btn-outline.btn-inverse.btn-up.focus::before {
  border-bottom-color: #fff;
}
.btn-outline-inverse.btn-up.active::before, .btn-outline-inverse.btn-up:active::before, .open > .btn-outline-inverse.btn-up.dropdown-toggle::before, .show > .btn-outline-inverse.btn-up.dropdown-toggle::before, .btn-outline.btn-inverse.btn-up.active::before, .btn-outline.btn-inverse.btn-up:active::before, .open > .btn-outline.btn-inverse.btn-up.dropdown-toggle::before, .show > .btn-outline.btn-inverse.btn-up.dropdown-toggle::before {
  border-bottom-color: #fff;
}
.btn-outline-inverse.btn-right::before, .btn-outline.btn-inverse.btn-right::before {
  border-left-color: #fff;
}
.btn-outline-inverse.btn-right:hover::before, .btn-outline-inverse.btn-right.hover::before, .btn-outline-inverse.btn-right:focus::before, .btn-outline-inverse.btn-right.focus::before, .btn-outline.btn-inverse.btn-right:hover::before, .btn-outline.btn-inverse.btn-right.hover::before, .btn-outline.btn-inverse.btn-right:focus::before, .btn-outline.btn-inverse.btn-right.focus::before {
  border-left-color: #fff;
}
.btn-outline-inverse.btn-right.active::before, .btn-outline-inverse.btn-right:active::before, .open > .btn-outline-inverse.btn-right.dropdown-toggle::before, .show > .btn-outline-inverse.btn-right.dropdown-toggle::before, .btn-outline.btn-inverse.btn-right.active::before, .btn-outline.btn-inverse.btn-right:active::before, .open > .btn-outline.btn-inverse.btn-right.dropdown-toggle::before, .show > .btn-outline.btn-inverse.btn-right.dropdown-toggle::before {
  border-left-color: #fff;
}
.btn-outline-inverse.btn-bottom::before, .btn-outline.btn-inverse.btn-bottom::before {
  border-top-color: #fff;
}
.btn-outline-inverse.btn-bottom:hover::before, .btn-outline-inverse.btn-bottom.hover::before, .btn-outline-inverse.btn-bottom:focus::before, .btn-outline-inverse.btn-bottom.focus::before, .btn-outline.btn-inverse.btn-bottom:hover::before, .btn-outline.btn-inverse.btn-bottom.hover::before, .btn-outline.btn-inverse.btn-bottom:focus::before, .btn-outline.btn-inverse.btn-bottom.focus::before {
  border-top-color: #fff;
}
.btn-outline-inverse.btn-bottom.active::before, .btn-outline-inverse.btn-bottom:active::before, .open > .btn-outline-inverse.btn-bottom.dropdown-toggle::before, .show > .btn-outline-inverse.btn-bottom.dropdown-toggle::before, .btn-outline.btn-inverse.btn-bottom.active::before, .btn-outline.btn-inverse.btn-bottom:active::before, .open > .btn-outline.btn-inverse.btn-bottom.dropdown-toggle::before, .show > .btn-outline.btn-inverse.btn-bottom.dropdown-toggle::before {
  border-top-color: #fff;
}
.btn-outline-inverse.btn-left::before, .btn-outline.btn-inverse.btn-left::before {
  border-right-color: #fff;
}
.btn-outline-inverse.btn-left:hover::before, .btn-outline-inverse.btn-left.hover::before, .btn-outline-inverse.btn-left:focus::before, .btn-outline-inverse.btn-left.focus::before, .btn-outline.btn-inverse.btn-left:hover::before, .btn-outline.btn-inverse.btn-left.hover::before, .btn-outline.btn-inverse.btn-left:focus::before, .btn-outline.btn-inverse.btn-left.focus::before {
  border-right-color: #fff;
}
.btn-outline-inverse.btn-left.active::before, .btn-outline-inverse.btn-left:active::before, .open > .btn-outline-inverse.btn-left.dropdown-toggle::before, .show > .btn-outline-inverse.btn-left.dropdown-toggle::before, .btn-outline.btn-inverse.btn-left.active::before, .btn-outline.btn-inverse.btn-left:active::before, .open > .btn-outline.btn-inverse.btn-left.dropdown-toggle::before, .show > .btn-outline.btn-inverse.btn-left.dropdown-toggle::before {
  border-right-color: #fff;
}
.btn-outline-inverse, .btn-outline.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-inverse:hover, .btn-outline-inverse.hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus, .btn-outline-inverse:not([disabled]):not(.disabled):active, .btn-outline-inverse:not([disabled]):not(.disabled).active, .open > .btn-outline-inverse.dropdown-toggle, .show > .btn-outline-inverse.dropdown-toggle, .btn-outline.btn-inverse:hover, .btn-outline.btn-inverse.hover, .btn-outline.btn-inverse:focus, .btn-outline.btn-inverse.focus, .btn-outline.btn-inverse:not([disabled]):not(.disabled):active, .btn-outline.btn-inverse:not([disabled]):not(.disabled).active, .open > .btn-outline.btn-inverse.dropdown-toggle, .show > .btn-outline.btn-inverse.dropdown-toggle {
  color: #76838f;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-inverse:hover .badge-pill, .btn-outline-inverse.hover .badge-pill, .btn-outline-inverse:focus .badge-pill, .btn-outline-inverse.focus .badge-pill, .btn-outline-inverse:not([disabled]):not(.disabled):active .badge-pill, .btn-outline-inverse:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline-inverse.dropdown-toggle .badge-pill, .show > .btn-outline-inverse.dropdown-toggle .badge-pill, .btn-outline.btn-inverse:hover .badge-pill, .btn-outline.btn-inverse.hover .badge-pill, .btn-outline.btn-inverse:focus .badge-pill, .btn-outline.btn-inverse.focus .badge-pill, .btn-outline.btn-inverse:not([disabled]):not(.disabled):active .badge-pill, .btn-outline.btn-inverse:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-outline.btn-inverse.dropdown-toggle .badge-pill, .show > .btn-outline.btn-inverse.dropdown-toggle .badge-pill {
  color: #fff;
  background-color: #76838f;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.072rem 0.358rem;
  font-size: 0.858rem;
  line-height: 1.5;
  border-radius: 0.143rem;
}

.btn-squared {
  border-radius: 0;
}

.btn-round {
  border-radius: 1000px;
}

.btn-primary.btn-up::before {
  border-bottom-color: #3e8ef7;
}
.btn-primary.btn-up:hover::before, .btn-primary.btn-up.hover::before, .btn-primary.btn-up:focus::before, .btn-primary.btn-up.focus::before {
  border-bottom-color: #589ffc;
}
.btn-primary.btn-up.active::before, .btn-primary.btn-up:active::before, .open > .btn-primary.btn-up.dropdown-toggle::before, .show > .btn-primary.btn-up.dropdown-toggle::before {
  border-bottom-color: #247cf0;
}
.btn-primary.btn-right::before {
  border-left-color: #3e8ef7;
}
.btn-primary.btn-right:hover::before, .btn-primary.btn-right.hover::before, .btn-primary.btn-right:focus::before, .btn-primary.btn-right.focus::before {
  border-left-color: #589ffc;
}
.btn-primary.btn-right.active::before, .btn-primary.btn-right:active::before, .open > .btn-primary.btn-right.dropdown-toggle::before, .show > .btn-primary.btn-right.dropdown-toggle::before {
  border-left-color: #247cf0;
}
.btn-primary.btn-bottom::before {
  border-top-color: #3e8ef7;
}
.btn-primary.btn-bottom:hover::before, .btn-primary.btn-bottom.hover::before, .btn-primary.btn-bottom:focus::before, .btn-primary.btn-bottom.focus::before {
  border-top-color: #589ffc;
}
.btn-primary.btn-bottom.active::before, .btn-primary.btn-bottom:active::before, .open > .btn-primary.btn-bottom.dropdown-toggle::before, .show > .btn-primary.btn-bottom.dropdown-toggle::before {
  border-top-color: #247cf0;
}
.btn-primary.btn-left::before {
  border-right-color: #3e8ef7;
}
.btn-primary.btn-left:hover::before, .btn-primary.btn-left.hover::before, .btn-primary.btn-left:focus::before, .btn-primary.btn-left.focus::before {
  border-right-color: #589ffc;
}
.btn-primary.btn-left.active::before, .btn-primary.btn-left:active::before, .open > .btn-primary.btn-left.dropdown-toggle::before, .show > .btn-primary.btn-left.dropdown-toggle::before {
  border-right-color: #247cf0;
}
.btn-primary {
  color: #fff;
  background-color: #3e8ef7;
  border-color: #3e8ef7;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #589ffc;
  border-color: #589ffc;
  box-shadow: none;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .open > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #247cf0;
  border-color: #247cf0;
  box-shadow: none;
}
.btn-primary:not([disabled]):not(.disabled):active:hover, .btn-primary:not([disabled]):not(.disabled):active.hover, .btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled):active.focus, .btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active.hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle.hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus, .show > .btn-primary.dropdown-toggle:hover, .show > .btn-primary.dropdown-toggle.hover, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #247cf0;
  border-color: #247cf0;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled.hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled].hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary.hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  color: #fff;
  background-color: #79b2fc;
  border-color: #79b2fc;
}
.btn-primary .badge-pill {
  color: #3e8ef7;
  background-color: #fff;
}
.btn-primary.btn-flat {
  color: #3e8ef7;
}
.btn-primary.btn-flat:hover, .btn-primary.btn-flat.hover, .btn-primary.btn-flat:focus, .btn-primary.btn-flat.focus {
  color: #fff;
}

.btn-success.btn-up::before {
  border-bottom-color: #11c26d;
}
.btn-success.btn-up:hover::before, .btn-success.btn-up.hover::before, .btn-success.btn-up:focus::before, .btn-success.btn-up.focus::before {
  border-bottom-color: #28d17c;
}
.btn-success.btn-up.active::before, .btn-success.btn-up:active::before, .open > .btn-success.btn-up.dropdown-toggle::before, .show > .btn-success.btn-up.dropdown-toggle::before {
  border-bottom-color: #05a85c;
}
.btn-success.btn-right::before {
  border-left-color: #11c26d;
}
.btn-success.btn-right:hover::before, .btn-success.btn-right.hover::before, .btn-success.btn-right:focus::before, .btn-success.btn-right.focus::before {
  border-left-color: #28d17c;
}
.btn-success.btn-right.active::before, .btn-success.btn-right:active::before, .open > .btn-success.btn-right.dropdown-toggle::before, .show > .btn-success.btn-right.dropdown-toggle::before {
  border-left-color: #05a85c;
}
.btn-success.btn-bottom::before {
  border-top-color: #11c26d;
}
.btn-success.btn-bottom:hover::before, .btn-success.btn-bottom.hover::before, .btn-success.btn-bottom:focus::before, .btn-success.btn-bottom.focus::before {
  border-top-color: #28d17c;
}
.btn-success.btn-bottom.active::before, .btn-success.btn-bottom:active::before, .open > .btn-success.btn-bottom.dropdown-toggle::before, .show > .btn-success.btn-bottom.dropdown-toggle::before {
  border-top-color: #05a85c;
}
.btn-success.btn-left::before {
  border-right-color: #11c26d;
}
.btn-success.btn-left:hover::before, .btn-success.btn-left.hover::before, .btn-success.btn-left:focus::before, .btn-success.btn-left.focus::before {
  border-right-color: #28d17c;
}
.btn-success.btn-left.active::before, .btn-success.btn-left:active::before, .open > .btn-success.btn-left.dropdown-toggle::before, .show > .btn-success.btn-left.dropdown-toggle::before {
  border-right-color: #05a85c;
}
.btn-success {
  color: #fff;
  background-color: #11c26d;
  border-color: #11c26d;
  box-shadow: none;
}
.btn-success:hover, .btn-success.hover, .btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #28d17c;
  border-color: #28d17c;
  box-shadow: none;
}
.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .open > .btn-success.dropdown-toggle, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #05a85c;
  border-color: #05a85c;
  box-shadow: none;
}
.btn-success:not([disabled]):not(.disabled):active:hover, .btn-success:not([disabled]):not(.disabled):active.hover, .btn-success:not([disabled]):not(.disabled):active:focus, .btn-success:not([disabled]):not(.disabled):active.focus, .btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active.hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle.hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus, .show > .btn-success.dropdown-toggle:hover, .show > .btn-success.dropdown-toggle.hover, .show > .btn-success.dropdown-toggle:focus, .show > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #05a85c;
  border-color: #05a85c;
  box-shadow: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled.hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled].hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success.hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  color: #fff;
  background-color: #49de94;
  border-color: #49de94;
}
.btn-success .badge-pill {
  color: #11c26d;
  background-color: #fff;
}
.btn-success.btn-flat {
  color: #11c26d;
}
.btn-success.btn-flat:hover, .btn-success.btn-flat.hover, .btn-success.btn-flat:focus, .btn-success.btn-flat.focus {
  color: #fff;
}

.btn-info.btn-up::before {
  border-bottom-color: #0bb2d4;
}
.btn-info.btn-up:hover::before, .btn-info.btn-up.hover::before, .btn-info.btn-up:focus::before, .btn-info.btn-up.focus::before {
  border-bottom-color: #28c0de;
}
.btn-info.btn-up.active::before, .btn-info.btn-up:active::before, .open > .btn-info.btn-up.dropdown-toggle::before, .show > .btn-info.btn-up.dropdown-toggle::before {
  border-bottom-color: #0099b8;
}
.btn-info.btn-right::before {
  border-left-color: #0bb2d4;
}
.btn-info.btn-right:hover::before, .btn-info.btn-right.hover::before, .btn-info.btn-right:focus::before, .btn-info.btn-right.focus::before {
  border-left-color: #28c0de;
}
.btn-info.btn-right.active::before, .btn-info.btn-right:active::before, .open > .btn-info.btn-right.dropdown-toggle::before, .show > .btn-info.btn-right.dropdown-toggle::before {
  border-left-color: #0099b8;
}
.btn-info.btn-bottom::before {
  border-top-color: #0bb2d4;
}
.btn-info.btn-bottom:hover::before, .btn-info.btn-bottom.hover::before, .btn-info.btn-bottom:focus::before, .btn-info.btn-bottom.focus::before {
  border-top-color: #28c0de;
}
.btn-info.btn-bottom.active::before, .btn-info.btn-bottom:active::before, .open > .btn-info.btn-bottom.dropdown-toggle::before, .show > .btn-info.btn-bottom.dropdown-toggle::before {
  border-top-color: #0099b8;
}
.btn-info.btn-left::before {
  border-right-color: #0bb2d4;
}
.btn-info.btn-left:hover::before, .btn-info.btn-left.hover::before, .btn-info.btn-left:focus::before, .btn-info.btn-left.focus::before {
  border-right-color: #28c0de;
}
.btn-info.btn-left.active::before, .btn-info.btn-left:active::before, .open > .btn-info.btn-left.dropdown-toggle::before, .show > .btn-info.btn-left.dropdown-toggle::before {
  border-right-color: #0099b8;
}
.btn-info {
  color: #fff;
  background-color: #0bb2d4;
  border-color: #0bb2d4;
  box-shadow: none;
}
.btn-info:hover, .btn-info.hover, .btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #28c0de;
  border-color: #28c0de;
  box-shadow: none;
}
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .open > .btn-info.dropdown-toggle, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0099b8;
  border-color: #0099b8;
  box-shadow: none;
}
.btn-info:not([disabled]):not(.disabled):active:hover, .btn-info:not([disabled]):not(.disabled):active.hover, .btn-info:not([disabled]):not(.disabled):active:focus, .btn-info:not([disabled]):not(.disabled):active.focus, .btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active.hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle.hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus, .show > .btn-info.dropdown-toggle:hover, .show > .btn-info.dropdown-toggle.hover, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #0099b8;
  border-color: #0099b8;
  box-shadow: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled.hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled].hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info.hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  color: #fff;
  background-color: #54cbe3;
  border-color: #54cbe3;
}
.btn-info .badge-pill {
  color: #0bb2d4;
  background-color: #fff;
}
.btn-info.btn-flat {
  color: #0bb2d4;
}
.btn-info.btn-flat:hover, .btn-info.btn-flat.hover, .btn-info.btn-flat:focus, .btn-info.btn-flat.focus {
  color: #fff;
}

.btn-warning.btn-up::before {
  border-bottom-color: #eb6709;
}
.btn-warning.btn-up:hover::before, .btn-warning.btn-up.hover::before, .btn-warning.btn-up:focus::before, .btn-warning.btn-up.focus::before {
  border-bottom-color: #f57d1b;
}
.btn-warning.btn-up.active::before, .btn-warning.btn-up:active::before, .open > .btn-warning.btn-up.dropdown-toggle::before, .show > .btn-warning.btn-up.dropdown-toggle::before {
  border-bottom-color: #de4e00;
}
.btn-warning.btn-right::before {
  border-left-color: #eb6709;
}
.btn-warning.btn-right:hover::before, .btn-warning.btn-right.hover::before, .btn-warning.btn-right:focus::before, .btn-warning.btn-right.focus::before {
  border-left-color: #f57d1b;
}
.btn-warning.btn-right.active::before, .btn-warning.btn-right:active::before, .open > .btn-warning.btn-right.dropdown-toggle::before, .show > .btn-warning.btn-right.dropdown-toggle::before {
  border-left-color: #de4e00;
}
.btn-warning.btn-bottom::before {
  border-top-color: #eb6709;
}
.btn-warning.btn-bottom:hover::before, .btn-warning.btn-bottom.hover::before, .btn-warning.btn-bottom:focus::before, .btn-warning.btn-bottom.focus::before {
  border-top-color: #f57d1b;
}
.btn-warning.btn-bottom.active::before, .btn-warning.btn-bottom:active::before, .open > .btn-warning.btn-bottom.dropdown-toggle::before, .show > .btn-warning.btn-bottom.dropdown-toggle::before {
  border-top-color: #de4e00;
}
.btn-warning.btn-left::before {
  border-right-color: #eb6709;
}
.btn-warning.btn-left:hover::before, .btn-warning.btn-left.hover::before, .btn-warning.btn-left:focus::before, .btn-warning.btn-left.focus::before {
  border-right-color: #f57d1b;
}
.btn-warning.btn-left.active::before, .btn-warning.btn-left:active::before, .open > .btn-warning.btn-left.dropdown-toggle::before, .show > .btn-warning.btn-left.dropdown-toggle::before {
  border-right-color: #de4e00;
}
.btn-warning {
  color: #fff;
  background-color: #eb6709;
  border-color: #eb6709;
  box-shadow: none;
}
.btn-warning:hover, .btn-warning.hover, .btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f57d1b;
  border-color: #f57d1b;
  box-shadow: none;
}
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .open > .btn-warning.dropdown-toggle, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #de4e00;
  border-color: #de4e00;
  box-shadow: none;
}
.btn-warning:not([disabled]):not(.disabled):active:hover, .btn-warning:not([disabled]):not(.disabled):active.hover, .btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning:not([disabled]):not(.disabled):active.focus, .btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active.hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle.hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus, .show > .btn-warning.dropdown-toggle:hover, .show > .btn-warning.dropdown-toggle.hover, .show > .btn-warning.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #de4e00;
  border-color: #de4e00;
  box-shadow: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled.hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled].hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning.hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  color: #fff;
  background-color: #fa983c;
  border-color: #fa983c;
}
.btn-warning .badge-pill {
  color: #eb6709;
  background-color: #fff;
}
.btn-warning.btn-flat {
  color: #eb6709;
}
.btn-warning.btn-flat:hover, .btn-warning.btn-flat.hover, .btn-warning.btn-flat:focus, .btn-warning.btn-flat.focus {
  color: #fff;
}

.btn-danger.btn-up::before {
  border-bottom-color: #ff4c52;
}
.btn-danger.btn-up:hover::before, .btn-danger.btn-up.hover::before, .btn-danger.btn-up:focus::before, .btn-danger.btn-up.focus::before {
  border-bottom-color: #ff666b;
}
.btn-danger.btn-up.active::before, .btn-danger.btn-up:active::before, .open > .btn-danger.btn-up.dropdown-toggle::before, .show > .btn-danger.btn-up.dropdown-toggle::before {
  border-bottom-color: #f2353c;
}
.btn-danger.btn-right::before {
  border-left-color: #ff4c52;
}
.btn-danger.btn-right:hover::before, .btn-danger.btn-right.hover::before, .btn-danger.btn-right:focus::before, .btn-danger.btn-right.focus::before {
  border-left-color: #ff666b;
}
.btn-danger.btn-right.active::before, .btn-danger.btn-right:active::before, .open > .btn-danger.btn-right.dropdown-toggle::before, .show > .btn-danger.btn-right.dropdown-toggle::before {
  border-left-color: #f2353c;
}
.btn-danger.btn-bottom::before {
  border-top-color: #ff4c52;
}
.btn-danger.btn-bottom:hover::before, .btn-danger.btn-bottom.hover::before, .btn-danger.btn-bottom:focus::before, .btn-danger.btn-bottom.focus::before {
  border-top-color: #ff666b;
}
.btn-danger.btn-bottom.active::before, .btn-danger.btn-bottom:active::before, .open > .btn-danger.btn-bottom.dropdown-toggle::before, .show > .btn-danger.btn-bottom.dropdown-toggle::before {
  border-top-color: #f2353c;
}
.btn-danger.btn-left::before {
  border-right-color: #ff4c52;
}
.btn-danger.btn-left:hover::before, .btn-danger.btn-left.hover::before, .btn-danger.btn-left:focus::before, .btn-danger.btn-left.focus::before {
  border-right-color: #ff666b;
}
.btn-danger.btn-left.active::before, .btn-danger.btn-left:active::before, .open > .btn-danger.btn-left.dropdown-toggle::before, .show > .btn-danger.btn-left.dropdown-toggle::before {
  border-right-color: #f2353c;
}
.btn-danger {
  color: #fff;
  background-color: #ff4c52;
  border-color: #ff4c52;
  box-shadow: none;
}
.btn-danger:hover, .btn-danger.hover, .btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff666b;
  border-color: #ff666b;
  box-shadow: none;
}
.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .open > .btn-danger.dropdown-toggle, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f2353c;
  border-color: #f2353c;
  box-shadow: none;
}
.btn-danger:not([disabled]):not(.disabled):active:hover, .btn-danger:not([disabled]):not(.disabled):active.hover, .btn-danger:not([disabled]):not(.disabled):active:focus, .btn-danger:not([disabled]):not(.disabled):active.focus, .btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active.hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle.hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus, .show > .btn-danger.dropdown-toggle:hover, .show > .btn-danger.dropdown-toggle.hover, .show > .btn-danger.dropdown-toggle:focus, .show > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #f2353c;
  border-color: #f2353c;
  box-shadow: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled.hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled].hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger.hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  color: #fff;
  background-color: #ff8589;
  border-color: #ff8589;
}
.btn-danger .badge-pill {
  color: #ff4c52;
  background-color: #fff;
}
.btn-danger.btn-flat {
  color: #ff4c52;
}
.btn-danger.btn-flat:hover, .btn-danger.btn-flat.hover, .btn-danger.btn-flat:focus, .btn-danger.btn-flat.focus {
  color: #fff;
}

.btn-default.btn-up::before {
  border-bottom-color: #e4eaec;
}
.btn-default.btn-up:hover::before, .btn-default.btn-up.hover::before, .btn-default.btn-up:focus::before, .btn-default.btn-up.focus::before {
  border-bottom-color: #f3f7f9;
}
.btn-default.btn-up.active::before, .btn-default.btn-up:active::before, .open > .btn-default.btn-up.dropdown-toggle::before, .show > .btn-default.btn-up.dropdown-toggle::before {
  border-bottom-color: #ccd5db;
}
.btn-default.btn-right::before {
  border-left-color: #e4eaec;
}
.btn-default.btn-right:hover::before, .btn-default.btn-right.hover::before, .btn-default.btn-right:focus::before, .btn-default.btn-right.focus::before {
  border-left-color: #f3f7f9;
}
.btn-default.btn-right.active::before, .btn-default.btn-right:active::before, .open > .btn-default.btn-right.dropdown-toggle::before, .show > .btn-default.btn-right.dropdown-toggle::before {
  border-left-color: #ccd5db;
}
.btn-default.btn-bottom::before {
  border-top-color: #e4eaec;
}
.btn-default.btn-bottom:hover::before, .btn-default.btn-bottom.hover::before, .btn-default.btn-bottom:focus::before, .btn-default.btn-bottom.focus::before {
  border-top-color: #f3f7f9;
}
.btn-default.btn-bottom.active::before, .btn-default.btn-bottom:active::before, .open > .btn-default.btn-bottom.dropdown-toggle::before, .show > .btn-default.btn-bottom.dropdown-toggle::before {
  border-top-color: #ccd5db;
}
.btn-default.btn-left::before {
  border-right-color: #e4eaec;
}
.btn-default.btn-left:hover::before, .btn-default.btn-left.hover::before, .btn-default.btn-left:focus::before, .btn-default.btn-left.focus::before {
  border-right-color: #f3f7f9;
}
.btn-default.btn-left.active::before, .btn-default.btn-left:active::before, .open > .btn-default.btn-left.dropdown-toggle::before, .show > .btn-default.btn-left.dropdown-toggle::before {
  border-right-color: #ccd5db;
}
.btn-default {
  color: #76838f;
  background-color: #e4eaec;
  border-color: #e4eaec;
  box-shadow: none;
}
.btn-default:hover, .btn-default.hover, .btn-default:focus, .btn-default.focus {
  color: #76838f;
  background-color: #f3f7f9;
  border-color: #f3f7f9;
  box-shadow: none;
}
.btn-default:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active, .open > .btn-default.dropdown-toggle, .show > .btn-default.dropdown-toggle {
  color: #76838f;
  background-color: #ccd5db;
  border-color: #ccd5db;
  box-shadow: none;
}
.btn-default:not([disabled]):not(.disabled):active:hover, .btn-default:not([disabled]):not(.disabled):active.hover, .btn-default:not([disabled]):not(.disabled):active:focus, .btn-default:not([disabled]):not(.disabled):active.focus, .btn-default:not([disabled]):not(.disabled).active:hover, .btn-default:not([disabled]):not(.disabled).active.hover, .btn-default:not([disabled]):not(.disabled).active:focus, .btn-default:not([disabled]):not(.disabled).active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle.hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .show > .btn-default.dropdown-toggle:hover, .show > .btn-default.dropdown-toggle.hover, .show > .btn-default.dropdown-toggle:focus, .show > .btn-default.dropdown-toggle.focus {
  color: #76838f;
  background-color: #ccd5db;
  border-color: #ccd5db;
  box-shadow: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled.hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled].hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default.hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  color: #76838f;
  background-color: #f3f7f9;
  border-color: #f3f7f9;
}
.btn-default .badge-pill {
  color: #e4eaec;
  background-color: #76838f;
}
.btn-default.btn-flat {
  color: #e4eaec;
}
.btn-default.btn-flat:hover, .btn-default.btn-flat.hover, .btn-default.btn-flat:focus, .btn-default.btn-flat.focus {
  color: #76838f;
}

.btn-inverse.btn-up::before {
  border-bottom-color: #fff;
}
.btn-inverse.btn-up:hover::before, .btn-inverse.btn-up.hover::before, .btn-inverse.btn-up:focus::before, .btn-inverse.btn-up.focus::before {
  border-bottom-color: #fff;
}
.btn-inverse.btn-up.active::before, .btn-inverse.btn-up:active::before, .open > .btn-inverse.btn-up.dropdown-toggle::before, .show > .btn-inverse.btn-up.dropdown-toggle::before {
  border-bottom-color: #fff;
}
.btn-inverse.btn-right::before {
  border-left-color: #fff;
}
.btn-inverse.btn-right:hover::before, .btn-inverse.btn-right.hover::before, .btn-inverse.btn-right:focus::before, .btn-inverse.btn-right.focus::before {
  border-left-color: #fff;
}
.btn-inverse.btn-right.active::before, .btn-inverse.btn-right:active::before, .open > .btn-inverse.btn-right.dropdown-toggle::before, .show > .btn-inverse.btn-right.dropdown-toggle::before {
  border-left-color: #fff;
}
.btn-inverse.btn-bottom::before {
  border-top-color: #fff;
}
.btn-inverse.btn-bottom:hover::before, .btn-inverse.btn-bottom.hover::before, .btn-inverse.btn-bottom:focus::before, .btn-inverse.btn-bottom.focus::before {
  border-top-color: #fff;
}
.btn-inverse.btn-bottom.active::before, .btn-inverse.btn-bottom:active::before, .open > .btn-inverse.btn-bottom.dropdown-toggle::before, .show > .btn-inverse.btn-bottom.dropdown-toggle::before {
  border-top-color: #fff;
}
.btn-inverse.btn-left::before {
  border-right-color: #fff;
}
.btn-inverse.btn-left:hover::before, .btn-inverse.btn-left.hover::before, .btn-inverse.btn-left:focus::before, .btn-inverse.btn-left.focus::before {
  border-right-color: #fff;
}
.btn-inverse.btn-left.active::before, .btn-inverse.btn-left:active::before, .open > .btn-inverse.btn-left.dropdown-toggle::before, .show > .btn-inverse.btn-left.dropdown-toggle::before {
  border-right-color: #fff;
}
.btn-inverse {
  color: #76838f;
  background-color: #fff;
  border-color: #e4eaec;
  box-shadow: none;
}
.btn-inverse:hover, .btn-inverse.hover, .btn-inverse:focus, .btn-inverse.focus {
  color: #76838f;
  background-color: #fff;
  border-color: #f3f7f9;
  box-shadow: none;
}
.btn-inverse:not([disabled]):not(.disabled):active, .btn-inverse:not([disabled]):not(.disabled).active, .open > .btn-inverse.dropdown-toggle, .show > .btn-inverse.dropdown-toggle {
  color: #76838f;
  background-color: #fff;
  border-color: #ccd5db;
  box-shadow: none;
}
.btn-inverse:not([disabled]):not(.disabled):active:hover, .btn-inverse:not([disabled]):not(.disabled):active.hover, .btn-inverse:not([disabled]):not(.disabled):active:focus, .btn-inverse:not([disabled]):not(.disabled):active.focus, .btn-inverse:not([disabled]):not(.disabled).active:hover, .btn-inverse:not([disabled]):not(.disabled).active.hover, .btn-inverse:not([disabled]):not(.disabled).active:focus, .btn-inverse:not([disabled]):not(.disabled).active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle.hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus, .show > .btn-inverse.dropdown-toggle:hover, .show > .btn-inverse.dropdown-toggle.hover, .show > .btn-inverse.dropdown-toggle:focus, .show > .btn-inverse.dropdown-toggle.focus {
  color: #76838f;
  background-color: #fff;
  border-color: #ccd5db;
  box-shadow: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled.hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled].hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse.hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  color: #ccd5db;
  background-color: #fff;
  border-color: #a3afb7;
}
.btn-inverse .badge-pill {
  color: #fff;
  background-color: #76838f;
}
.btn-inverse.btn-flat {
  color: #fff;
}
.btn-inverse.btn-flat:hover, .btn-inverse.btn-flat.hover, .btn-inverse.btn-flat:focus, .btn-inverse.btn-flat.focus {
  color: #76838f;
}

.btn-dark.btn-up::before {
  border-bottom-color: #526069;
}
.btn-dark.btn-up:hover::before, .btn-dark.btn-up.hover::before, .btn-dark.btn-up:focus::before, .btn-dark.btn-up.focus::before {
  border-bottom-color: #76838f;
}
.btn-dark.btn-up.active::before, .btn-dark.btn-up:active::before, .open > .btn-dark.btn-up.dropdown-toggle::before, .show > .btn-dark.btn-up.dropdown-toggle::before {
  border-bottom-color: #37474f;
}
.btn-dark.btn-right::before {
  border-left-color: #526069;
}
.btn-dark.btn-right:hover::before, .btn-dark.btn-right.hover::before, .btn-dark.btn-right:focus::before, .btn-dark.btn-right.focus::before {
  border-left-color: #76838f;
}
.btn-dark.btn-right.active::before, .btn-dark.btn-right:active::before, .open > .btn-dark.btn-right.dropdown-toggle::before, .show > .btn-dark.btn-right.dropdown-toggle::before {
  border-left-color: #37474f;
}
.btn-dark.btn-bottom::before {
  border-top-color: #526069;
}
.btn-dark.btn-bottom:hover::before, .btn-dark.btn-bottom.hover::before, .btn-dark.btn-bottom:focus::before, .btn-dark.btn-bottom.focus::before {
  border-top-color: #76838f;
}
.btn-dark.btn-bottom.active::before, .btn-dark.btn-bottom:active::before, .open > .btn-dark.btn-bottom.dropdown-toggle::before, .show > .btn-dark.btn-bottom.dropdown-toggle::before {
  border-top-color: #37474f;
}
.btn-dark.btn-left::before {
  border-right-color: #526069;
}
.btn-dark.btn-left:hover::before, .btn-dark.btn-left.hover::before, .btn-dark.btn-left:focus::before, .btn-dark.btn-left.focus::before {
  border-right-color: #76838f;
}
.btn-dark.btn-left.active::before, .btn-dark.btn-left:active::before, .open > .btn-dark.btn-left.dropdown-toggle::before, .show > .btn-dark.btn-left.dropdown-toggle::before {
  border-right-color: #37474f;
}
.btn-dark {
  color: #fff;
  background-color: #526069;
  border-color: #526069;
  box-shadow: none;
}
.btn-dark:hover, .btn-dark.hover, .btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #76838f;
  border-color: #76838f;
  box-shadow: none;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .open > .btn-dark.dropdown-toggle, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
  box-shadow: none;
}
.btn-dark:not([disabled]):not(.disabled):active:hover, .btn-dark:not([disabled]):not(.disabled):active.hover, .btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark:not([disabled]):not(.disabled):active.focus, .btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active.hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle.hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus, .show > .btn-dark.dropdown-toggle:hover, .show > .btn-dark.dropdown-toggle.hover, .show > .btn-dark.dropdown-toggle:focus, .show > .btn-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
  box-shadow: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled.hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled].hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark.hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
  color: #fff;
  background-color: #a3afb7;
  border-color: #a3afb7;
}
.btn-dark .badge-pill {
  color: #526069;
  background-color: #fff;
}
.btn-dark.btn-flat {
  color: #526069;
}
.btn-dark.btn-flat:hover, .btn-dark.btn-flat.hover, .btn-dark.btn-flat:focus, .btn-dark.btn-flat.focus {
  color: #fff;
}

.btn-flat {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-flat.disabled {
  color: #a3afb7;
}

.btn-icon, .btn.icon {
  padding: 0.715rem;
  line-height: 1em;
}
.btn-icon.btn-xs, .btn-group-xs > .btn-icon.btn, .btn.icon.btn-xs, .btn-group-xs > .btn.icon {
  padding: 0.286rem;
  font-size: 0.858rem;
}
.btn-icon.btn-sm, .btn.icon.btn-sm {
  padding: 0.572rem;
  font-size: 1rem;
}
.btn-icon.btn-lg, .btn.icon.btn-lg {
  padding: 0.858rem;
  font-size: 1.429rem;
}
.btn-icon.disabled, .btn.icon.disabled {
  color: #a3afb7;
}

.btn-icon .icon {
  margin: -1px 0 0;
}

.btn-raised {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.21);
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-raised:hover, .btn-raised.hover, .btn-raised:active, .btn-raised.active, .open > .btn-raised.dropdown-toggle, .show > .btn-raised.dropdown-toggle {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.btn-raised.disabled, .btn-raised[disabled], fieldset[disabled] .btn-raised {
  box-shadow: none;
}

.btn-floating {
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin: 0;
  font-size: 1.715rem;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.btn-floating.btn-xs, .btn-group-xs > .btn-floating.btn {
  width: 2.143rem;
  height: 2.143rem;
  padding: 0;
  font-size: 0.929rem;
}
.btn-floating.btn-sm {
  width: 2.858rem;
  height: 2.858rem;
  padding: 0;
  font-size: 1.072rem;
}
.btn-floating.btn-lg {
  width: 5rem;
  height: 5rem;
  padding: 0;
  font-size: 2.143rem;
}
.btn-floating i {
  position: relative;
  top: 0;
}

.btn-animate {
  position: relative;
  overflow: hidden;
}
.btn-animate span {
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
}
.btn-animate-side {
  padding: 0.572rem 2rem;
}
.btn-animate-side span {
  transition: transform 0.2s ease-out 0s;
}
.btn-animate-side span > .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
  transform: translate(-20px, -50%);
}
.btn-animate-side:hover span {
  transform: translate(10px, 0);
}
.btn-animate-side:hover span > .icon {
  opacity: 1;
}
.btn-animate-side.btn-xs, .btn-group-xs > .btn-animate-side.btn {
  padding: 0.215rem 1rem;
}
.btn-animate-side.btn-xs span > .icon, .btn-group-xs > .btn-animate-side.btn span > .icon {
  left: 5px;
}
.btn-animate-side.btn-xs:hover span, .btn-group-xs > .btn-animate-side.btn:hover span {
  transform: translate(8px, 0);
}
.btn-animate-side.btn-sm {
  padding: 0.429rem 1.572rem;
}
.btn-animate-side.btn-sm span > .icon {
  left: 3px;
}
.btn-animate-side.btn-sm:hover span {
  transform: translate(8px, 0);
}
.btn-animate-side.btn-lg {
  padding: 0.715rem 2.358rem;
}
.btn-animate-side.btn-lg span > .icon {
  left: -6px;
}
.btn-animate-side.btn-lg:hover span {
  transform: translate(14px, 0);
}
.btn-animate-vertical span {
  transition: all 0.2s ease-out 0s;
}
.btn-animate-vertical span > .icon {
  position: absolute;
  top: -2px;
  left: 50%;
  display: block;
  font-size: 1.715rem;
  transform: translate(-50%, -100%);
}
.btn-animate-vertical:hover span {
  transform: translate(0, 150%);
}
.btn-animate-vertical.btn-xs span > .icon, .btn-group-xs > .btn-animate-vertical.btn span > .icon {
  top: -5px;
  font-size: 1.286rem;
}
.btn-animate-vertical.btn-sm span > .icon {
  top: -3px;
  font-size: 1.5rem;
}
.btn-animate-vertical.btn-lg span > .icon {
  font-size: 2.643rem;
}

.btn-tagged {
  padding: 0 0.572rem 0 0;
}
.btn-tagged .btn-tag {
  padding: 0.429rem 0.572rem;
  margin-right: 0.572rem;
}
.btn-tagged.btn-xs, .btn-group-xs > .btn-tagged.btn {
  padding: 0 0.358rem 0 0;
}
.btn-tagged.btn-xs .btn-tag, .btn-group-xs > .btn-tagged.btn .btn-tag {
  padding: 0.072rem 0.286rem;
  margin-right: 0.286rem;
}
.btn-tagged.btn-sm {
  padding: 0 0.858rem 0 0;
}
.btn-tagged.btn-sm .btn-tag {
  padding: 0.429rem 0.429rem;
  margin-right: 0.429rem;
}
.btn-tagged.btn-lg {
  padding: 0 1rem 0 0;
}
.btn-tagged.btn-lg .btn-tag {
  padding: 0.715rem 1rem;
  margin-right: 1rem;
}
.btn-tagged.btn-block {
  text-align: left;
}

.btn-tag {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.215rem 0 0 0.215rem;
}

.btn-pill-left {
  border-radius: 500px 0 0 500px;
}

.btn-pill-right {
  border-radius: 0 500px 500px 0;
}

.btn-direction {
  position: relative;
}
.btn-direction::before {
  position: absolute;
  line-height: 0;
  content: "";
  border: 8px solid transparent;
}

.btn-up::before {
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: #e4eaec;
}

.btn-right::before {
  top: 50%;
  right: -16px;
  margin-top: -8px;
  border-left-color: #e4eaec;
}

.btn-bottom::before {
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border-top-color: #e4eaec;
}

.btn-left::before {
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border-right-color: #e4eaec;
}

.btn-pure, .btn-pure:hover, .btn-pure:focus, .btn-pure:active, .btn-pure.active, .btn-pure:not([disabled]):not(.disabled):active, .btn-pure:not([disabled]):not(.disabled).active, .open > .btn-pure.dropdown-toggle, .show > .btn-pure.dropdown-toggle, .btn-pure[disabled], fieldset[disabled] .btn-pure {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-pure:hover, .btn-pure:focus, .btn-pure.focus, .btn-pure:hover:hover, .btn-pure:hover:focus, .btn-pure:hover.focus, .btn-pure:focus:hover, .btn-pure:focus:focus, .btn-pure:focus.focus, .btn-pure:active:hover, .btn-pure:active:focus, .btn-pure:active.focus, .btn-pure.active:hover, .btn-pure.active:focus, .btn-pure.active.focus, .btn-pure:not([disabled]):not(.disabled):active:hover, .btn-pure:not([disabled]):not(.disabled):active:focus, .btn-pure:not([disabled]):not(.disabled):active.focus, .btn-pure:not([disabled]):not(.disabled).active:hover, .btn-pure:not([disabled]):not(.disabled).active:focus, .btn-pure:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.dropdown-toggle:hover, .open > .btn-pure.dropdown-toggle:focus, .open > .btn-pure.dropdown-toggle.focus, .show > .btn-pure.dropdown-toggle:hover, .show > .btn-pure.dropdown-toggle:focus, .show > .btn-pure.dropdown-toggle.focus, .btn-pure[disabled]:hover, .btn-pure[disabled]:focus, .btn-pure[disabled].focus, fieldset[disabled] .btn-pure:hover, fieldset[disabled] .btn-pure:focus, fieldset[disabled] .btn-pure.focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn-pure.btn-default {
  color: #a3afb7;
}
.btn-pure.btn-default:hover, .btn-pure.btn-default.hover, .btn-pure.btn-default:focus, .btn-pure.btn-default.focus, .btn-pure.btn-default:active, .btn-pure.btn-default.active, .btn-pure.btn-default:not([disabled]):not(.disabled):active, .btn-pure.btn-default:not([disabled]):not(.disabled).active, .open > .btn-pure.btn-default.dropdown-toggle, .show > .btn-pure.btn-default.dropdown-toggle {
  color: #ccd5db;
}
.btn-pure.btn-default:hover:hover, .btn-pure.btn-default:hover.hover, .btn-pure.btn-default:hover:focus, .btn-pure.btn-default:hover.focus, .btn-pure.btn-default.hover:hover, .btn-pure.btn-default.hover.hover, .btn-pure.btn-default.hover:focus, .btn-pure.btn-default.hover.focus, .btn-pure.btn-default:focus:hover, .btn-pure.btn-default:focus.hover, .btn-pure.btn-default:focus:focus, .btn-pure.btn-default:focus.focus, .btn-pure.btn-default.focus:hover, .btn-pure.btn-default.focus.hover, .btn-pure.btn-default.focus:focus, .btn-pure.btn-default.focus.focus, .btn-pure.btn-default:active:hover, .btn-pure.btn-default:active.hover, .btn-pure.btn-default:active:focus, .btn-pure.btn-default:active.focus, .btn-pure.btn-default.active:hover, .btn-pure.btn-default.active.hover, .btn-pure.btn-default.active:focus, .btn-pure.btn-default.active.focus, .btn-pure.btn-default:not([disabled]):not(.disabled):active:hover, .btn-pure.btn-default:not([disabled]):not(.disabled):active.hover, .btn-pure.btn-default:not([disabled]):not(.disabled):active:focus, .btn-pure.btn-default:not([disabled]):not(.disabled):active.focus, .btn-pure.btn-default:not([disabled]):not(.disabled).active:hover, .btn-pure.btn-default:not([disabled]):not(.disabled).active.hover, .btn-pure.btn-default:not([disabled]):not(.disabled).active:focus, .btn-pure.btn-default:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.btn-default.dropdown-toggle:hover, .open > .btn-pure.btn-default.dropdown-toggle.hover, .open > .btn-pure.btn-default.dropdown-toggle:focus, .open > .btn-pure.btn-default.dropdown-toggle.focus, .show > .btn-pure.btn-default.dropdown-toggle:hover, .show > .btn-pure.btn-default.dropdown-toggle.hover, .show > .btn-pure.btn-default.dropdown-toggle:focus, .show > .btn-pure.btn-default.dropdown-toggle.focus {
  color: #ccd5db;
}
.btn-pure.btn-default:hover .badge-pill, .btn-pure.btn-default.hover .badge-pill, .btn-pure.btn-default:focus .badge-pill, .btn-pure.btn-default.focus .badge-pill, .btn-pure.btn-default:active .badge-pill, .btn-pure.btn-default.active .badge-pill, .btn-pure.btn-default:not([disabled]):not(.disabled):active .badge-pill, .btn-pure.btn-default:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-pure.btn-default.dropdown-toggle .badge-pill, .show > .btn-pure.btn-default.dropdown-toggle .badge-pill {
  color: #ccd5db;
}
.btn-pure.btn-primary {
  color: #3e8ef7;
}
.btn-pure.btn-primary:hover, .btn-pure.btn-primary.hover, .btn-pure.btn-primary:focus, .btn-pure.btn-primary.focus, .btn-pure.btn-primary:active, .btn-pure.btn-primary.active, .btn-pure.btn-primary:not([disabled]):not(.disabled):active, .btn-pure.btn-primary:not([disabled]):not(.disabled).active, .open > .btn-pure.btn-primary.dropdown-toggle, .show > .btn-pure.btn-primary.dropdown-toggle {
  color: #79b2fc;
}
.btn-pure.btn-primary:hover:hover, .btn-pure.btn-primary:hover.hover, .btn-pure.btn-primary:hover:focus, .btn-pure.btn-primary:hover.focus, .btn-pure.btn-primary.hover:hover, .btn-pure.btn-primary.hover.hover, .btn-pure.btn-primary.hover:focus, .btn-pure.btn-primary.hover.focus, .btn-pure.btn-primary:focus:hover, .btn-pure.btn-primary:focus.hover, .btn-pure.btn-primary:focus:focus, .btn-pure.btn-primary:focus.focus, .btn-pure.btn-primary.focus:hover, .btn-pure.btn-primary.focus.hover, .btn-pure.btn-primary.focus:focus, .btn-pure.btn-primary.focus.focus, .btn-pure.btn-primary:active:hover, .btn-pure.btn-primary:active.hover, .btn-pure.btn-primary:active:focus, .btn-pure.btn-primary:active.focus, .btn-pure.btn-primary.active:hover, .btn-pure.btn-primary.active.hover, .btn-pure.btn-primary.active:focus, .btn-pure.btn-primary.active.focus, .btn-pure.btn-primary:not([disabled]):not(.disabled):active:hover, .btn-pure.btn-primary:not([disabled]):not(.disabled):active.hover, .btn-pure.btn-primary:not([disabled]):not(.disabled):active:focus, .btn-pure.btn-primary:not([disabled]):not(.disabled):active.focus, .btn-pure.btn-primary:not([disabled]):not(.disabled).active:hover, .btn-pure.btn-primary:not([disabled]):not(.disabled).active.hover, .btn-pure.btn-primary:not([disabled]):not(.disabled).active:focus, .btn-pure.btn-primary:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.btn-primary.dropdown-toggle:hover, .open > .btn-pure.btn-primary.dropdown-toggle.hover, .open > .btn-pure.btn-primary.dropdown-toggle:focus, .open > .btn-pure.btn-primary.dropdown-toggle.focus, .show > .btn-pure.btn-primary.dropdown-toggle:hover, .show > .btn-pure.btn-primary.dropdown-toggle.hover, .show > .btn-pure.btn-primary.dropdown-toggle:focus, .show > .btn-pure.btn-primary.dropdown-toggle.focus {
  color: #79b2fc;
}
.btn-pure.btn-primary:hover .badge-pill, .btn-pure.btn-primary.hover .badge-pill, .btn-pure.btn-primary:focus .badge-pill, .btn-pure.btn-primary.focus .badge-pill, .btn-pure.btn-primary:active .badge-pill, .btn-pure.btn-primary.active .badge-pill, .btn-pure.btn-primary:not([disabled]):not(.disabled):active .badge-pill, .btn-pure.btn-primary:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-pure.btn-primary.dropdown-toggle .badge-pill, .show > .btn-pure.btn-primary.dropdown-toggle .badge-pill {
  color: #79b2fc;
}
.btn-pure.btn-success {
  color: #11c26d;
}
.btn-pure.btn-success:hover, .btn-pure.btn-success.hover, .btn-pure.btn-success:focus, .btn-pure.btn-success.focus, .btn-pure.btn-success:active, .btn-pure.btn-success.active, .btn-pure.btn-success:not([disabled]):not(.disabled):active, .btn-pure.btn-success:not([disabled]):not(.disabled).active, .open > .btn-pure.btn-success.dropdown-toggle, .show > .btn-pure.btn-success.dropdown-toggle {
  color: #49de94;
}
.btn-pure.btn-success:hover:hover, .btn-pure.btn-success:hover.hover, .btn-pure.btn-success:hover:focus, .btn-pure.btn-success:hover.focus, .btn-pure.btn-success.hover:hover, .btn-pure.btn-success.hover.hover, .btn-pure.btn-success.hover:focus, .btn-pure.btn-success.hover.focus, .btn-pure.btn-success:focus:hover, .btn-pure.btn-success:focus.hover, .btn-pure.btn-success:focus:focus, .btn-pure.btn-success:focus.focus, .btn-pure.btn-success.focus:hover, .btn-pure.btn-success.focus.hover, .btn-pure.btn-success.focus:focus, .btn-pure.btn-success.focus.focus, .btn-pure.btn-success:active:hover, .btn-pure.btn-success:active.hover, .btn-pure.btn-success:active:focus, .btn-pure.btn-success:active.focus, .btn-pure.btn-success.active:hover, .btn-pure.btn-success.active.hover, .btn-pure.btn-success.active:focus, .btn-pure.btn-success.active.focus, .btn-pure.btn-success:not([disabled]):not(.disabled):active:hover, .btn-pure.btn-success:not([disabled]):not(.disabled):active.hover, .btn-pure.btn-success:not([disabled]):not(.disabled):active:focus, .btn-pure.btn-success:not([disabled]):not(.disabled):active.focus, .btn-pure.btn-success:not([disabled]):not(.disabled).active:hover, .btn-pure.btn-success:not([disabled]):not(.disabled).active.hover, .btn-pure.btn-success:not([disabled]):not(.disabled).active:focus, .btn-pure.btn-success:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.btn-success.dropdown-toggle:hover, .open > .btn-pure.btn-success.dropdown-toggle.hover, .open > .btn-pure.btn-success.dropdown-toggle:focus, .open > .btn-pure.btn-success.dropdown-toggle.focus, .show > .btn-pure.btn-success.dropdown-toggle:hover, .show > .btn-pure.btn-success.dropdown-toggle.hover, .show > .btn-pure.btn-success.dropdown-toggle:focus, .show > .btn-pure.btn-success.dropdown-toggle.focus {
  color: #49de94;
}
.btn-pure.btn-success:hover .badge-pill, .btn-pure.btn-success.hover .badge-pill, .btn-pure.btn-success:focus .badge-pill, .btn-pure.btn-success.focus .badge-pill, .btn-pure.btn-success:active .badge-pill, .btn-pure.btn-success.active .badge-pill, .btn-pure.btn-success:not([disabled]):not(.disabled):active .badge-pill, .btn-pure.btn-success:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-pure.btn-success.dropdown-toggle .badge-pill, .show > .btn-pure.btn-success.dropdown-toggle .badge-pill {
  color: #49de94;
}
.btn-pure.btn-info {
  color: #0bb2d4;
}
.btn-pure.btn-info:hover, .btn-pure.btn-info.hover, .btn-pure.btn-info:focus, .btn-pure.btn-info.focus, .btn-pure.btn-info:active, .btn-pure.btn-info.active, .btn-pure.btn-info:not([disabled]):not(.disabled):active, .btn-pure.btn-info:not([disabled]):not(.disabled).active, .open > .btn-pure.btn-info.dropdown-toggle, .show > .btn-pure.btn-info.dropdown-toggle {
  color: #54cbe3;
}
.btn-pure.btn-info:hover:hover, .btn-pure.btn-info:hover.hover, .btn-pure.btn-info:hover:focus, .btn-pure.btn-info:hover.focus, .btn-pure.btn-info.hover:hover, .btn-pure.btn-info.hover.hover, .btn-pure.btn-info.hover:focus, .btn-pure.btn-info.hover.focus, .btn-pure.btn-info:focus:hover, .btn-pure.btn-info:focus.hover, .btn-pure.btn-info:focus:focus, .btn-pure.btn-info:focus.focus, .btn-pure.btn-info.focus:hover, .btn-pure.btn-info.focus.hover, .btn-pure.btn-info.focus:focus, .btn-pure.btn-info.focus.focus, .btn-pure.btn-info:active:hover, .btn-pure.btn-info:active.hover, .btn-pure.btn-info:active:focus, .btn-pure.btn-info:active.focus, .btn-pure.btn-info.active:hover, .btn-pure.btn-info.active.hover, .btn-pure.btn-info.active:focus, .btn-pure.btn-info.active.focus, .btn-pure.btn-info:not([disabled]):not(.disabled):active:hover, .btn-pure.btn-info:not([disabled]):not(.disabled):active.hover, .btn-pure.btn-info:not([disabled]):not(.disabled):active:focus, .btn-pure.btn-info:not([disabled]):not(.disabled):active.focus, .btn-pure.btn-info:not([disabled]):not(.disabled).active:hover, .btn-pure.btn-info:not([disabled]):not(.disabled).active.hover, .btn-pure.btn-info:not([disabled]):not(.disabled).active:focus, .btn-pure.btn-info:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.btn-info.dropdown-toggle:hover, .open > .btn-pure.btn-info.dropdown-toggle.hover, .open > .btn-pure.btn-info.dropdown-toggle:focus, .open > .btn-pure.btn-info.dropdown-toggle.focus, .show > .btn-pure.btn-info.dropdown-toggle:hover, .show > .btn-pure.btn-info.dropdown-toggle.hover, .show > .btn-pure.btn-info.dropdown-toggle:focus, .show > .btn-pure.btn-info.dropdown-toggle.focus {
  color: #54cbe3;
}
.btn-pure.btn-info:hover .badge-pill, .btn-pure.btn-info.hover .badge-pill, .btn-pure.btn-info:focus .badge-pill, .btn-pure.btn-info.focus .badge-pill, .btn-pure.btn-info:active .badge-pill, .btn-pure.btn-info.active .badge-pill, .btn-pure.btn-info:not([disabled]):not(.disabled):active .badge-pill, .btn-pure.btn-info:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-pure.btn-info.dropdown-toggle .badge-pill, .show > .btn-pure.btn-info.dropdown-toggle .badge-pill {
  color: #54cbe3;
}
.btn-pure.btn-warning {
  color: #eb6709;
}
.btn-pure.btn-warning:hover, .btn-pure.btn-warning.hover, .btn-pure.btn-warning:focus, .btn-pure.btn-warning.focus, .btn-pure.btn-warning:active, .btn-pure.btn-warning.active, .btn-pure.btn-warning:not([disabled]):not(.disabled):active, .btn-pure.btn-warning:not([disabled]):not(.disabled).active, .open > .btn-pure.btn-warning.dropdown-toggle, .show > .btn-pure.btn-warning.dropdown-toggle {
  color: #fa983c;
}
.btn-pure.btn-warning:hover:hover, .btn-pure.btn-warning:hover.hover, .btn-pure.btn-warning:hover:focus, .btn-pure.btn-warning:hover.focus, .btn-pure.btn-warning.hover:hover, .btn-pure.btn-warning.hover.hover, .btn-pure.btn-warning.hover:focus, .btn-pure.btn-warning.hover.focus, .btn-pure.btn-warning:focus:hover, .btn-pure.btn-warning:focus.hover, .btn-pure.btn-warning:focus:focus, .btn-pure.btn-warning:focus.focus, .btn-pure.btn-warning.focus:hover, .btn-pure.btn-warning.focus.hover, .btn-pure.btn-warning.focus:focus, .btn-pure.btn-warning.focus.focus, .btn-pure.btn-warning:active:hover, .btn-pure.btn-warning:active.hover, .btn-pure.btn-warning:active:focus, .btn-pure.btn-warning:active.focus, .btn-pure.btn-warning.active:hover, .btn-pure.btn-warning.active.hover, .btn-pure.btn-warning.active:focus, .btn-pure.btn-warning.active.focus, .btn-pure.btn-warning:not([disabled]):not(.disabled):active:hover, .btn-pure.btn-warning:not([disabled]):not(.disabled):active.hover, .btn-pure.btn-warning:not([disabled]):not(.disabled):active:focus, .btn-pure.btn-warning:not([disabled]):not(.disabled):active.focus, .btn-pure.btn-warning:not([disabled]):not(.disabled).active:hover, .btn-pure.btn-warning:not([disabled]):not(.disabled).active.hover, .btn-pure.btn-warning:not([disabled]):not(.disabled).active:focus, .btn-pure.btn-warning:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.btn-warning.dropdown-toggle:hover, .open > .btn-pure.btn-warning.dropdown-toggle.hover, .open > .btn-pure.btn-warning.dropdown-toggle:focus, .open > .btn-pure.btn-warning.dropdown-toggle.focus, .show > .btn-pure.btn-warning.dropdown-toggle:hover, .show > .btn-pure.btn-warning.dropdown-toggle.hover, .show > .btn-pure.btn-warning.dropdown-toggle:focus, .show > .btn-pure.btn-warning.dropdown-toggle.focus {
  color: #fa983c;
}
.btn-pure.btn-warning:hover .badge-pill, .btn-pure.btn-warning.hover .badge-pill, .btn-pure.btn-warning:focus .badge-pill, .btn-pure.btn-warning.focus .badge-pill, .btn-pure.btn-warning:active .badge-pill, .btn-pure.btn-warning.active .badge-pill, .btn-pure.btn-warning:not([disabled]):not(.disabled):active .badge-pill, .btn-pure.btn-warning:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-pure.btn-warning.dropdown-toggle .badge-pill, .show > .btn-pure.btn-warning.dropdown-toggle .badge-pill {
  color: #fa983c;
}
.btn-pure.btn-danger {
  color: #ff4c52;
}
.btn-pure.btn-danger:hover, .btn-pure.btn-danger.hover, .btn-pure.btn-danger:focus, .btn-pure.btn-danger.focus, .btn-pure.btn-danger:active, .btn-pure.btn-danger.active, .btn-pure.btn-danger:not([disabled]):not(.disabled):active, .btn-pure.btn-danger:not([disabled]):not(.disabled).active, .open > .btn-pure.btn-danger.dropdown-toggle, .show > .btn-pure.btn-danger.dropdown-toggle {
  color: #ff8589;
}
.btn-pure.btn-danger:hover:hover, .btn-pure.btn-danger:hover.hover, .btn-pure.btn-danger:hover:focus, .btn-pure.btn-danger:hover.focus, .btn-pure.btn-danger.hover:hover, .btn-pure.btn-danger.hover.hover, .btn-pure.btn-danger.hover:focus, .btn-pure.btn-danger.hover.focus, .btn-pure.btn-danger:focus:hover, .btn-pure.btn-danger:focus.hover, .btn-pure.btn-danger:focus:focus, .btn-pure.btn-danger:focus.focus, .btn-pure.btn-danger.focus:hover, .btn-pure.btn-danger.focus.hover, .btn-pure.btn-danger.focus:focus, .btn-pure.btn-danger.focus.focus, .btn-pure.btn-danger:active:hover, .btn-pure.btn-danger:active.hover, .btn-pure.btn-danger:active:focus, .btn-pure.btn-danger:active.focus, .btn-pure.btn-danger.active:hover, .btn-pure.btn-danger.active.hover, .btn-pure.btn-danger.active:focus, .btn-pure.btn-danger.active.focus, .btn-pure.btn-danger:not([disabled]):not(.disabled):active:hover, .btn-pure.btn-danger:not([disabled]):not(.disabled):active.hover, .btn-pure.btn-danger:not([disabled]):not(.disabled):active:focus, .btn-pure.btn-danger:not([disabled]):not(.disabled):active.focus, .btn-pure.btn-danger:not([disabled]):not(.disabled).active:hover, .btn-pure.btn-danger:not([disabled]):not(.disabled).active.hover, .btn-pure.btn-danger:not([disabled]):not(.disabled).active:focus, .btn-pure.btn-danger:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.btn-danger.dropdown-toggle:hover, .open > .btn-pure.btn-danger.dropdown-toggle.hover, .open > .btn-pure.btn-danger.dropdown-toggle:focus, .open > .btn-pure.btn-danger.dropdown-toggle.focus, .show > .btn-pure.btn-danger.dropdown-toggle:hover, .show > .btn-pure.btn-danger.dropdown-toggle.hover, .show > .btn-pure.btn-danger.dropdown-toggle:focus, .show > .btn-pure.btn-danger.dropdown-toggle.focus {
  color: #ff8589;
}
.btn-pure.btn-danger:hover .badge-pill, .btn-pure.btn-danger.hover .badge-pill, .btn-pure.btn-danger:focus .badge-pill, .btn-pure.btn-danger.focus .badge-pill, .btn-pure.btn-danger:active .badge-pill, .btn-pure.btn-danger.active .badge-pill, .btn-pure.btn-danger:not([disabled]):not(.disabled):active .badge-pill, .btn-pure.btn-danger:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-pure.btn-danger.dropdown-toggle .badge-pill, .show > .btn-pure.btn-danger.dropdown-toggle .badge-pill {
  color: #ff8589;
}
.btn-pure.btn-dark {
  color: #526069;
}
.btn-pure.btn-dark:hover, .btn-pure.btn-dark.hover, .btn-pure.btn-dark:focus, .btn-pure.btn-dark.focus, .btn-pure.btn-dark:active, .btn-pure.btn-dark.active, .btn-pure.btn-dark:not([disabled]):not(.disabled):active, .btn-pure.btn-dark:not([disabled]):not(.disabled).active, .open > .btn-pure.btn-dark.dropdown-toggle, .show > .btn-pure.btn-dark.dropdown-toggle {
  color: #76838f;
}
.btn-pure.btn-dark:hover:hover, .btn-pure.btn-dark:hover.hover, .btn-pure.btn-dark:hover:focus, .btn-pure.btn-dark:hover.focus, .btn-pure.btn-dark.hover:hover, .btn-pure.btn-dark.hover.hover, .btn-pure.btn-dark.hover:focus, .btn-pure.btn-dark.hover.focus, .btn-pure.btn-dark:focus:hover, .btn-pure.btn-dark:focus.hover, .btn-pure.btn-dark:focus:focus, .btn-pure.btn-dark:focus.focus, .btn-pure.btn-dark.focus:hover, .btn-pure.btn-dark.focus.hover, .btn-pure.btn-dark.focus:focus, .btn-pure.btn-dark.focus.focus, .btn-pure.btn-dark:active:hover, .btn-pure.btn-dark:active.hover, .btn-pure.btn-dark:active:focus, .btn-pure.btn-dark:active.focus, .btn-pure.btn-dark.active:hover, .btn-pure.btn-dark.active.hover, .btn-pure.btn-dark.active:focus, .btn-pure.btn-dark.active.focus, .btn-pure.btn-dark:not([disabled]):not(.disabled):active:hover, .btn-pure.btn-dark:not([disabled]):not(.disabled):active.hover, .btn-pure.btn-dark:not([disabled]):not(.disabled):active:focus, .btn-pure.btn-dark:not([disabled]):not(.disabled):active.focus, .btn-pure.btn-dark:not([disabled]):not(.disabled).active:hover, .btn-pure.btn-dark:not([disabled]):not(.disabled).active.hover, .btn-pure.btn-dark:not([disabled]):not(.disabled).active:focus, .btn-pure.btn-dark:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.btn-dark.dropdown-toggle:hover, .open > .btn-pure.btn-dark.dropdown-toggle.hover, .open > .btn-pure.btn-dark.dropdown-toggle:focus, .open > .btn-pure.btn-dark.dropdown-toggle.focus, .show > .btn-pure.btn-dark.dropdown-toggle:hover, .show > .btn-pure.btn-dark.dropdown-toggle.hover, .show > .btn-pure.btn-dark.dropdown-toggle:focus, .show > .btn-pure.btn-dark.dropdown-toggle.focus {
  color: #76838f;
}
.btn-pure.btn-dark:hover .badge-pill, .btn-pure.btn-dark.hover .badge-pill, .btn-pure.btn-dark:focus .badge-pill, .btn-pure.btn-dark.focus .badge-pill, .btn-pure.btn-dark:active .badge-pill, .btn-pure.btn-dark.active .badge-pill, .btn-pure.btn-dark:not([disabled]):not(.disabled):active .badge-pill, .btn-pure.btn-dark:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-pure.btn-dark.dropdown-toggle .badge-pill, .show > .btn-pure.btn-dark.dropdown-toggle .badge-pill {
  color: #76838f;
}
.btn-pure.btn-inverse {
  color: #fff;
}
.btn-pure.btn-inverse:hover, .btn-pure.btn-inverse.hover, .btn-pure.btn-inverse:focus, .btn-pure.btn-inverse.focus, .btn-pure.btn-inverse:active, .btn-pure.btn-inverse.active, .btn-pure.btn-inverse:not([disabled]):not(.disabled):active, .btn-pure.btn-inverse:not([disabled]):not(.disabled).active, .open > .btn-pure.btn-inverse.dropdown-toggle, .show > .btn-pure.btn-inverse.dropdown-toggle {
  color: #fff;
}
.btn-pure.btn-inverse:hover:hover, .btn-pure.btn-inverse:hover.hover, .btn-pure.btn-inverse:hover:focus, .btn-pure.btn-inverse:hover.focus, .btn-pure.btn-inverse.hover:hover, .btn-pure.btn-inverse.hover.hover, .btn-pure.btn-inverse.hover:focus, .btn-pure.btn-inverse.hover.focus, .btn-pure.btn-inverse:focus:hover, .btn-pure.btn-inverse:focus.hover, .btn-pure.btn-inverse:focus:focus, .btn-pure.btn-inverse:focus.focus, .btn-pure.btn-inverse.focus:hover, .btn-pure.btn-inverse.focus.hover, .btn-pure.btn-inverse.focus:focus, .btn-pure.btn-inverse.focus.focus, .btn-pure.btn-inverse:active:hover, .btn-pure.btn-inverse:active.hover, .btn-pure.btn-inverse:active:focus, .btn-pure.btn-inverse:active.focus, .btn-pure.btn-inverse.active:hover, .btn-pure.btn-inverse.active.hover, .btn-pure.btn-inverse.active:focus, .btn-pure.btn-inverse.active.focus, .btn-pure.btn-inverse:not([disabled]):not(.disabled):active:hover, .btn-pure.btn-inverse:not([disabled]):not(.disabled):active.hover, .btn-pure.btn-inverse:not([disabled]):not(.disabled):active:focus, .btn-pure.btn-inverse:not([disabled]):not(.disabled):active.focus, .btn-pure.btn-inverse:not([disabled]):not(.disabled).active:hover, .btn-pure.btn-inverse:not([disabled]):not(.disabled).active.hover, .btn-pure.btn-inverse:not([disabled]):not(.disabled).active:focus, .btn-pure.btn-inverse:not([disabled]):not(.disabled).active.focus, .open > .btn-pure.btn-inverse.dropdown-toggle:hover, .open > .btn-pure.btn-inverse.dropdown-toggle.hover, .open > .btn-pure.btn-inverse.dropdown-toggle:focus, .open > .btn-pure.btn-inverse.dropdown-toggle.focus, .show > .btn-pure.btn-inverse.dropdown-toggle:hover, .show > .btn-pure.btn-inverse.dropdown-toggle.hover, .show > .btn-pure.btn-inverse.dropdown-toggle:focus, .show > .btn-pure.btn-inverse.dropdown-toggle.focus {
  color: #fff;
}
.btn-pure.btn-inverse:hover .badge-pill, .btn-pure.btn-inverse.hover .badge-pill, .btn-pure.btn-inverse:focus .badge-pill, .btn-pure.btn-inverse.focus .badge-pill, .btn-pure.btn-inverse:active .badge-pill, .btn-pure.btn-inverse.active .badge-pill, .btn-pure.btn-inverse:not([disabled]):not(.disabled):active .badge-pill, .btn-pure.btn-inverse:not([disabled]):not(.disabled).active .badge-pill, .open > .btn-pure.btn-inverse.dropdown-toggle .badge-pill, .show > .btn-pure.btn-inverse.dropdown-toggle .badge-pill {
  color: #fff;
}

.dropdown-toggle::after {
  margin-right: 0;
  margin-left: 0.3em;
}
.dropdown-toggle.btn-xs::after, .btn-group-xs > .dropdown-toggle.btn::after {
  margin-left: 0;
}

.dropdown-item {
  width: calc(100% - 10px);
  margin: 2px 5px;
  border-radius: 0.215rem;
  transition: background-color 0.25s;
}
.dropdown-item .icon:first-child {
  width: 1em;
  text-align: center;
  margin-right: 0.5em;
}

.dropdown-divider {
  margin: 6px 0;
}

.dropdown-menu.dropdown-menu-bullet {
  margin-top: 12px;
}
.dropdown-menu.dropdown-menu-bullet::before, .dropdown-menu.dropdown-menu-bullet::after {
  position: absolute;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border: 7px solid transparent;
  border-top-width: 0;
}
.dropdown-menu.dropdown-menu-bullet::before {
  top: -7px;
  border-bottom-color: #e4eaec;
}
.dropdown-menu.dropdown-menu-bullet::after {
  top: -6px;
  border-bottom-color: #fff;
}
.dropdown-menu-right.dropdown-menu-bullet::before, .dropdown-menu-right.dropdown-menu-bullet::after {
  right: 10px;
  left: auto;
}
.dropdown-menu.animate {
  overflow: hidden;
}
.dropdown-menu.animate > .dropdown-item {
  animation: slide-left 0.5s both;
}
.dropdown-menu.animate > .dropdown-item:nth-child(1) {
  animation: animation-delay(0.02s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(2) {
  animation: animation-delay(0.04s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(3) {
  animation: animation-delay(0.06s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(4) {
  animation: animation-delay(0.08s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(5) {
  animation: animation-delay(0.1s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(6) {
  animation: animation-delay(0.12s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(7) {
  animation: animation-delay(0.14s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(8) {
  animation: animation-delay(0.16s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(9) {
  animation: animation-delay(0.18s);
}
.dropdown-menu.animate > .dropdown-item:nth-child(10) {
  animation: animation-delay(0.2s);
}
.dropdown-menu.animate > .dropdown-item.dropdown-divider {
  animation-name: none;
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(1) {
  animation: animation-delay(0.02s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(2) {
  animation: animation-delay(0.04s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(3) {
  animation: animation-delay(0.06s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(4) {
  animation: animation-delay(0.08s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(5) {
  animation: animation-delay(0.1s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(6) {
  animation: animation-delay(0.12s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(7) {
  animation: animation-delay(0.14s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(8) {
  animation: animation-delay(0.16s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(9) {
  animation: animation-delay(0.18s);
}
.dropdown-menu.animate.animate-reverse > .dropdown-item:nth-last-child(10) {
  animation: animation-delay(0.2s);
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 6px;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.05);
}
.dropup .dropdown-menu.dropdown-menu-bullet, .navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet {
  margin-bottom: 12px;
}
.dropup .dropdown-menu.dropdown-menu-bullet::before, .dropup .dropdown-menu.dropdown-menu-bullet::after, .navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet::before, .navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet::after {
  top: auto;
  border-top-width: 7px;
  border-bottom-width: 0;
}
.dropup .dropdown-menu.dropdown-menu-bullet::before, .navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet::before {
  bottom: -7px;
  border-top-color: #e4eaec;
}
.dropup .dropdown-menu.dropdown-menu-bullet::after, .navbar-fixed-bottom .dropdown .dropdown-menu.dropdown-menu-bullet::after {
  bottom: -6px;
  border-top-color: #fff;
}

.dropdown-menu > .dropdown-header {
  padding: 8px 20px 6px;
  font-size: 1rem;
  font-weight: 500;
  cursor: default;
}

.dropdown-menu > .dropdown-submenu {
  position: relative;
}
.dropdown-menu > .dropdown-submenu > .dropdown-item {
  position: relative;
}
.dropdown-menu > .dropdown-submenu > .dropdown-item::after {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 6px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}
.dropdown-menu > .dropdown-submenu .dropdown-menu {
  left: 100%;
  margin: 0;
}
.dropdown-menu > .dropdown-submenu.dropdown-menu-left .dropdown-menu {
  left: -100%;
}
.dropdown-menu > .dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown .dropdown-submenu .dropdown-menu {
  top: 0;
}

.dropup .dropdown-submenu .dropdown-menu {
  top: auto;
  bottom: 0;
}

.dropdown-menu-media {
  width: 360px;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu-media > li {
  padding: 0;
  margin: 0;
}
.dropdown-menu-media .dropdown-menu-header {
  position: relative;
  padding: 20px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e4eaec;
}
.dropdown-menu-media .dropdown-menu-header > h3, .dropdown-menu-media .dropdown-menu-header > h4, .dropdown-menu-media .dropdown-menu-header > h5 {
  margin: 0;
}
.dropdown-menu-media .dropdown-menu-header .badge {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.dropdown-menu-media .list-group {
  max-height: 270px;
  margin: 0;
  font-size: 0.858rem;
  border-radius: 0;
}
.dropdown-menu-media .list-group-item {
  padding: 0 20px;
  margin: 0;
  border: none;
  border-radius: 0 !important;
}
.dropdown-menu-media .list-group-item .media {
  padding: 15px 0;
  border-top: 1px solid #e4eaec;
}
.dropdown-menu-media .list-group-item:first-child .media {
  border-top: none;
}
.dropdown-menu-media > .dropdown-menu-footer {
  background-color: #f3f7f9;
  border-top: 1px solid #e4eaec;
}
.dropdown-menu-media > .dropdown-menu-footer > a {
  padding: 15px 20px !important;
  margin: 0;
  color: #a3afb7 !important;
}
.dropdown-menu-media > .dropdown-menu-footer > a:hover {
  color: #589ffc !important;
  background-color: transparent !important;
}
.dropdown-menu-media > .dropdown-menu-footer > .dropdown-menu-footer-btn {
  position: absolute;
  right: 0;
}
.dropdown-menu-media > .dropdown-menu-footer > .dropdown-menu-footer-btn:hover {
  color: #589ffc !important;
  background-color: transparent !important;
}

.dropdown-menu-primary .dropdown-iten.active, .dropdown-menu-primary .dropdown-iten.active:hover, .dropdown-menu-primary .dropdown-iten.active:focus {
  color: #fff;
  background-color: #3e8ef7;
}

.dropdown-menu-success .dropdown-iten.active, .dropdown-menu-success .dropdown-iten.active:hover, .dropdown-menu-success .dropdown-iten.active:focus {
  color: #fff;
  background-color: #11c26d;
}

.dropdown-menu-info .dropdown-iten.active, .dropdown-menu-info .dropdown-iten.active:hover, .dropdown-menu-info .dropdown-iten.active:focus {
  color: #fff;
  background-color: #0bb2d4;
}

.dropdown-menu-warning .dropdown-iten.active, .dropdown-menu-warning .dropdown-iten.active:hover, .dropdown-menu-warning .dropdown-iten.active:focus {
  color: #fff;
  background-color: #eb6709;
}

.dropdown-menu-danger .dropdown-iten.active, .dropdown-menu-danger .dropdown-iten.active:hover, .dropdown-menu-danger .dropdown-iten.active:focus {
  color: #fff;
  background-color: #ff4c52;
}

.dropdown-menu-dark .dropdown-iten.active, .dropdown-menu-dark .dropdown-iten.active:hover, .dropdown-menu-dark .dropdown-iten.active:focus {
  color: #fff;
  background-color: #526069;
}

.btn-group .btn ~ .dropdown-toggle {
  padding-right: 0.8em;
  padding-left: 0.8em;
  margin-left: -1px;
}
.btn-group .btn ~ .dropdown-toggle::after {
  margin-left: 0;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.btn-group:focus .dropdown-toggle {
  transition: 0.25s;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

.input-group-text {
  height: 2.573rem;
}
.input-group-text .checkbox-custom,
.input-group-text .radio-custom {
  margin: 0;
}

.input-group-prepend,
.input-group-append {
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

.input-group-prepend .btn > .icon,
.input-group-append .btn > .icon {
  line-height: inherit;
  vertical-align: bottom;
}
.input-group-prepend .btn ~ .dropdown-toggle::after,
.input-group-append .btn ~ .dropdown-toggle::after {
  margin-left: 0;
}
.input-group-prepend:last-child > .btn,
.input-group-prepend:last-child > .btn-group,
.input-group-append:last-child > .btn,
.input-group-append:last-child > .btn-group {
  z-index: 1;
}

.input-group-lg .input-group-prepend,
.input-group-lg .input-group-append {
  line-height: 1.3333333333;
}

.input-group-sm .input-group-prepend,
.input-group-sm .input-group-append {
  line-height: 1.5;
}

.form-icons .form-control-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 99;
  transform: translateY(-50%);
}
.form-icons .form-control-icon + .form-control {
  padding-left: 30px;
  border-top-left-radius: 0.215rem;
  border-bottom-left-radius: 0.215rem;
}
.form-icons .round-input-control .form-control {
  border-radius: 200px;
}
.form-icons .large-icon .form-control {
  height: 3.2rem !important;
}
.form-icons .small-icon .form-control {
  height: 2.2rem !important;
}
.form-icons .form-control-icon-right {
  right: 10px;
  left: auto;
}
.form-icons .form-control-icon-right + .form-control {
  padding-right: 30px;
  padding-left: 1rem;
}

.nav-link {
  position: relative;
  display: block;
  padding: 0.715rem 1.072rem;
  overflow: hidden;
}
.nav-link:focus {
  outline: none;
}
.nav-link:focus, .nav-link:hover {
  background-color: #f3f7f9;
}
.nav-link.disabled:focus, .nav-link.disabled:hover {
  background-color: transparent;
}
.nav-link .close {
  display: inline-block;
  margin-left: 10px;
}

.nav-quick {
  padding: 0;
  margin-right: 0;
  margin-bottom: 22px;
  margin-left: 0;
  background-color: #fff;
  border-radius: 0.215rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.nav-quick .nav-item {
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  list-style: none;
}
.nav-quick .nav-link {
  padding: 1.143rem 0;
  color: #76838f;
}
.nav-quick .nav-link .icon {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 2.286rem;
}
.nav-quick .badge, .nav-quick .badge-pill {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-quick-sm .nav-link {
  padding: 0.858rem 0;
}
.nav-quick-sm .nav-link .icon {
  font-size: 1.7145rem;
}
.nav-quick-lg .nav-link {
  padding: 1.572rem 0;
}
.nav-quick-lg .nav-link .icon {
  font-size: 2.8575rem;
}
.nav-quick-bordered {
  border-top: 1px solid #e4eaec;
  border-left: 1px solid #e4eaec;
}
.nav-quick-bordered .nav-item {
  border-right: 1px solid #e4eaec;
  border-bottom: 1px solid #e4eaec;
}

.nav-tabs .nav-link {
  color: #76838f;
  transition: 0.25s;
}
.nav-tabs .nav-link > .icon {
  margin-right: 0.5em;
  line-height: 1;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-item.show .nav-link:focus, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-item.open .nav-link:focus {
  border-color: transparent;
  border-bottom-color: #3e8ef7;
}
.nav-tabs .dropup .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.nav-pills .nav-link {
  transition: border 0.2s linear 0s, color 0.2s linear 0s, background-color 0.2s linear 0s;
}

.nav-pills-rounded .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 1000px;
}

.nav-tabs.nav-tabs-bottom {
  border-top: 1px solid #e4eaec;
  border-bottom: none;
}
.nav-tabs.nav-tabs-bottom .nav-item {
  margin-top: -1px;
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-bottom .nav-link {
  border-radius: 0 0 0.286rem 0.286rem;
}
.nav-tabs.nav-tabs-bottom .nav-link:hover, .nav-tabs.nav-tabs-bottom .nav-link:focus {
  border-top-color: #e4eaec;
  border-bottom-color: transparent;
}

.nav-tabs-reverse .nav-item {
  float: right;
}
.nav-tabs-reverse .nav-item + .nav-item {
  margin-right: 2px;
  margin-left: 0;
}

.nav-tabs-solid {
  border-bottom-color: #f3f7f9;
}
.nav-tabs-solid .nav-link:hover {
  border-color: transparent;
}
.nav-tabs-solid .nav-link.active, .nav-tabs-solid .nav-link.active:hover, .nav-tabs-solid .nav-link.active:focus, .nav-tabs-solid .nav-item.show .nav-link, .nav-tabs-solid .nav-item.show .nav-link:hover, .nav-tabs-solid .nav-item.show .nav-link:focus, .nav-tabs-solid .nav-item.open .nav-link, .nav-tabs-solid .nav-item.open .nav-link:hover, .nav-tabs-solid .nav-item.open .nav-link:focus {
  color: #76838f;
  background-color: #f3f7f9;
  border-color: transparent;
}
.nav-tabs-solid ~ .tab-content {
  padding: 1.429rem;
  background-color: #f3f7f9;
}
.nav-tabs-solid.nav-tabs-bottom .nav-link.active, .nav-tabs-solid.nav-tabs-bottom .nav-link.active:hover, .nav-tabs-solid.nav-tabs-bottom .nav-link.active:focus {
  border: none;
}

.nav-tabs-line {
  position: relative;
}
.nav-tabs-line .nav-link {
  padding: 0.715rem 1.429rem;
  border-bottom: 2px solid transparent;
}
.nav-tabs-line .nav-link:hover, .nav-tabs-line .nav-link:focus {
  background-color: transparent;
}
.nav-tabs-line .nav-link:hover {
  border-bottom-color: #ccd5db;
}
.nav-tabs-line .nav-link.active, .nav-tabs-line .nav-link.active:hover, .nav-tabs-line .nav-link.active:focus, .nav-tabs-line .nav-item.show .nav-link, .nav-tabs-line .nav-item.show .nav-link:hover, .nav-tabs-line .nav-item.show .nav-link:focus, .nav-tabs-line .nav-item.open .nav-link, .nav-tabs-line .nav-item.open .nav-link:hover, .nav-tabs-line .nav-item.open .nav-link:focus {
  color: #3e8ef7;
  background-color: transparent;
  border-bottom: 2px solid #3e8ef7;
}
.nav-tabs-line .dropdown-menu {
  margin-top: 0;
}
.nav-tabs-line .dropup .dropdown-menu {
  margin-bottom: 0;
}
.nav-tabs-line .nav-item.open > .nav-link, .nav-tabs-line .nav-item.open > .nav-link:hover, .nav-tabs-line .nav-item.open > .nav-link:focus, .nav-tabs-line .nav-item.show > .nav-link, .nav-tabs-line .nav-item.show > .nav-link:hover, .nav-tabs-line .nav-item.show > .nav-link:focus {
  border-bottom-color: #3e8ef7;
}
.nav-tabs-line.nav-tabs-bottom .nav-link {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.nav-tabs-line.nav-tabs-bottom .nav-link:hover {
  border-top-color: #ccd5db;
  border-bottom-color: transparent;
}
.nav-tabs-line.nav-tabs-bottom .nav-link.active, .nav-tabs-line.nav-tabs-bottom .nav-link.active:hover, .nav-tabs-line.nav-tabs-bottom .nav-link.active:focus, .nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link, .nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link:hover, .nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link:focus, .nav-tabs-line.nav-tabs-bottom .nav-item.show .nav-link, .nav-tabs-line.nav-tabs-bottom .nav-item.show .nav-link:hover, .nav-tabs-line.nav-tabs-bottom .nav-item.show .nav-link:focus {
  border-top: 2px solid #3e8ef7;
  border-bottom: none;
}
.nav-tabs-line.nav-tabs-bottom .nav-item.open > .nav-link, .nav-tabs-line.nav-tabs-bottom .nav-item.open > .nav-link:hover, .nav-tabs-line.nav-tabs-bottom .nav-item.open > .nav-link:focus, .nav-tabs-line.nav-tabs-bottom .nav-item.show > .nav-link, .nav-tabs-line.nav-tabs-bottom .nav-item.show > .nav-link:hover, .nav-tabs-line.nav-tabs-bottom .nav-item.show > .nav-link:focus {
  border-top-color: #3e8ef7;
}

.tabs-line-top {
  border-bottom: 1px solid #e4eaec;
}
.tabs-line-top .nav-link, .tabs-line-top .nav-item .nav-link {
  bottom: -1px;
  border-top: 2px solid transparent;
  border-bottom-color: transparent;
}
.tabs-line-top .nav-link:hover, .tabs-line-top .nav-item .nav-link:hover {
  border-top: 2px solid #ccd5db;
  border-bottom-color: transparent;
}
.tabs-line-top .nav-link.active, .tabs-line-top .nav-link.active:hover, .tabs-line-top .nav-link.active:focus, .tabs-line-top .nav-item.open .nav-link, .tabs-line-top .nav-item.open .nav-link:hover, .tabs-line-top .nav-item.open .nav-link:focus, .tabs-line-top .nav-item.show .nav-link, .tabs-line-top .nav-item.show .nav-link:hover, .tabs-line-top .nav-item.show .nav-link:focus {
  color: #3e8ef7;
  background-color: transparent;
  border-top: 2px solid #3e8ef7;
  border-right: 1px solid #e4eaec;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #e4eaec;
}

.nav-tabs-vertical::after {
  display: block;
  clear: both;
  content: "";
}
.nav-tabs-vertical .nav-tabs {
  flex-direction: column;
  float: left;
  border-right: 1px solid #e4eaec;
  border-bottom: none;
}
.nav-tabs-vertical .nav-tabs .nav-item {
  float: none;
  margin-right: -1px;
  margin-bottom: 2px;
  margin-left: 0;
}
.nav-tabs-vertical .nav-tabs .nav-link {
  border-radius: 0.286rem 0 0 0.286rem;
}
.nav-tabs-vertical .nav-tabs .nav-link:hover {
  border-right-color: #e4eaec;
  border-bottom-color: transparent;
}
.nav-tabs-vertical .nav-tabs .nav-link.active, .nav-tabs-vertical .nav-tabs .nav-link.active:focus, .nav-tabs-vertical .nav-tabs .nav-link.active:hover {
  border-right-color: #3e8ef7;
  border-bottom-color: transparent;
}
.nav-tabs-vertical .nav-tabs-reverse {
  float: right;
  border-right: none;
  border-left: 1px solid #e4eaec;
}
.nav-tabs-vertical .nav-tabs-reverse .nav-item {
  margin-right: 0;
  margin-left: -1px;
}
.nav-tabs-vertical .nav-tabs-reverse .nav-link {
  border-radius: 0 0.286rem 0.286rem 0;
}
.nav-tabs-vertical .nav-tabs-reverse .nav-link:hover {
  border-right-color: transparent;
  border-left-color: #e4eaec;
}
.nav-tabs-vertical .nav-tabs-reverse .nav-link.active, .nav-tabs-vertical .nav-tabs-reverse .nav-link.active:focus, .nav-tabs-vertical .nav-tabs-reverse .nav-link.active:hover {
  border-right-color: transparent;
  border-left-color: #3e8ef7;
}
.nav-tabs-vertical .nav-tabs-solid {
  border-right-color: #f3f7f9;
}
.nav-tabs-vertical .nav-tabs-solid .nav-link:hover {
  border-color: transparent;
}
.nav-tabs-vertical .nav-tabs-solid .nav-link.active, .nav-tabs-vertical .nav-tabs-solid .nav-link.active:focus, .nav-tabs-vertical .nav-tabs-solid .nav-link.active:hover {
  border-color: transparent;
}
.nav-tabs-vertical .nav-tabs-solid + .tab-content {
  padding: 1.429rem;
}
.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
  border-left-color: #f3f7f9;
}
.nav-tabs-vertical .nav-tabs-line .nav-link {
  border-right: 2px solid transparent;
  border-bottom: none;
}
.nav-tabs-vertical .nav-tabs-line .nav-link:hover {
  border-right-color: #ccd5db;
}
.nav-tabs-vertical .nav-tabs-line .nav-link.active, .nav-tabs-vertical .nav-tabs-line .nav-link.active:hover, .nav-tabs-vertical .nav-tabs-line .nav-link.active:focus {
  border-right: 2px solid #3e8ef7;
  border-bottom: none;
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link {
  border-right-width: 1px;
  border-left: 2px solid transparent;
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link:hover {
  border-color: transparent;
  border-left-color: #ccd5db;
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active, .nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active:hover, .nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse .nav-link.active:focus {
  border-right: 1px solid transparent;
  border-left: 2px solid #3e8ef7;
}
.nav-tabs-vertical .tab-content {
  overflow: hidden;
}

.nav-tabs-inverse .nav-link.active, .nav-tabs-inverse .nav-link.active:hover, .nav-tabs-inverse .nav-link.active:focus {
  border-color: transparent;
}
.nav-tabs-inverse .nav-tabs-solid {
  border-bottom-color: #fff;
}
.nav-tabs-inverse .nav-tabs-solid .nav-link.active, .nav-tabs-inverse .nav-tabs-solid .nav-link.active:hover, .nav-tabs-inverse .nav-tabs-solid .nav-link.active:focus {
  color: #76838f;
  background-color: #fff;
}
.nav-tabs-inverse.nav-tabs-vertical .nav-link.active, .nav-tabs-inverse.nav-tabs-vertical .nav-link.active:hover, .nav-tabs-inverse.nav-tabs-vertical .nav-link.active:focus {
  border-color: transparent;
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid {
  border-right-color: #fff;
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
  border-left-color: #fff;
}
.nav-tabs-inverse .tab-content {
  background: #fff;
}

.nav-tabs-animate .tab-content {
  overflow: hidden;
}

.nav-tabs-lg .nav-link {
  padding: 0.858rem 1.429rem;
  font-size: 1.286rem;
  line-height: 1.3333333333;
}

.nav-tabs-sm .nav-link {
  padding: 0.358rem 0.715rem;
  font-size: 0.858rem;
  line-height: 1.5;
}

.navbar::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 0.215rem;
  }
}

@media (min-width: 480px) {
  .navbar-full {
    border-radius: 0;
  }
}
.navbar-full {
  z-index: 1200;
}

@media (min-width: 480px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

@media (min-width: 480px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}
.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1500;
  width: 100%;
}

.navbar {
  min-height: 4.715rem;
  padding: 0;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
  .navbar-nav .open .dropdown-menu,
  .navbar-nav .show .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-item,
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .show .dropdown-menu .dropdown-item,
  .navbar-nav .show .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-item,
  .navbar-nav .show .dropdown-menu .dropdown-item {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-item:hover, .navbar-nav .open .dropdown-menu .dropdown-item:focus,
  .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > .nav-item {
    float: left;
  }
  .navbar-nav > .nav-item > .nav-link {
    padding-top: 1.5715rem;
    padding-bottom: 1.5715rem;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -1.0715rem;
  }
}
.navbar-nav {
  margin: 0.78575rem -1.0715rem;
}
.navbar-nav .nav-item {
  float: none;
}
.navbar-nav .nav-link {
  padding-top: 1.572rem;
  padding-bottom: 1.572rem;
}
.navbar-nav .nav-item .nav-link {
  padding-top: 0.715rem;
  padding-bottom: 0.715rem;
  line-height: 22px;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}
.navbar-nav > .nav-item > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-header::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 768px) {
  .container-fluid .navbar-header, .container-fluid .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.container-fluid .navbar-header, .container-fluid .navbar-collapse {
  margin-right: -1.0715rem;
  margin-left: -1.0715rem;
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-toggler {
  position: relative;
  float: right;
  height: 4.715rem;
  padding: 1.5715rem 1.0715rem;
  margin-top: 0;
  margin-right: 1.0715rem;
  margin-bottom: 0;
  line-height: 22px;
  cursor: pointer;
  background: transparent !important;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.215rem;
  transition: color 0.25s linear;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .icon {
  margin-top: -1px;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 1.572rem;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0.286rem;
}

.navbar-toggler-left {
  float: left;
  margin-right: 0;
  margin-left: 1.0715rem;
}

.navbar-collapse::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-collapse {
  padding-right: 1.0715rem;
  padding-left: 1.0715rem;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: visible;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  width: 100%;
}

.hidden-float::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .hidden-float {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .hidden-float {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -1.0715rem;
  }
}
.navbar-brand {
  float: left;
  height: 4.715rem;
  padding: 1.5715rem 1.429rem;
  margin: 0;
  font-size: 1.286rem;
  font-weight: 500;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img.navbar-brand-logo {
  display: inline-block;
}

.navbar-brand-logo {
  display: inline-block;
  height: 2.286rem;
  margin-top: -0.357rem;
}

.navbar-brand-text {
  margin-left: 0.429rem;
}

@media (max-width: 767.98px) {
  .navbar-brand-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 480px) {
  .navbar-mega .container, .navbar-mega .container-fluid {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .navbar-mega .container, .navbar-mega .container-fluid {
    position: static;
  }
}
.navbar-mega .dropdown-menu {
  left: auto;
}
.navbar-mega .dropdown-mega {
  position: static;
}
.navbar-mega .mega-content {
  padding: 1.429rem 2.143rem;
}
.navbar-mega .mega-menu {
  min-width: 10.715rem;
  max-width: 100%;
}
.navbar-mega .mega-menu > ul {
  padding-left: 0;
}
.navbar-mega .mega-menu .list-icons {
  margin-bottom: 0.429rem;
}
@media (max-width: 767.98px) {
  .navbar-mega .dropdown.dropdown-fw .dropdown-menu {
    right: 0;
    left: 0;
  }
}
.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
  right: 5px;
  left: 5px;
}

.navbar-form {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1.071rem;
  margin-bottom: 1.071rem;
}
@media (min-width: 768px) {
  .navbar-form {
    box-shadow: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -1.0715rem;
  }
}
.navbar-form {
  padding: 0.715rem 1.0715rem;
  margin-right: -1.0715rem;
  margin-left: -1.0715rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767.98px) {
  .navbar-form .form-group {
    margin-bottom: 0.358rem;
  }
}
.navbar-form .icon {
  font-size: 1.143rem;
  color: rgba(55, 71, 79, 0.4);
}
.navbar-form .form-control {
  background-color: #f3f7f9;
  border: none;
  border-radius: 38px;
}

@media (min-width: 768px) {
  .navbar-search.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
  }
}
@media (max-width: 767.98px) {
  .navbar-search {
    padding-right: 1.0715rem;
    padding-left: 1.0715rem;
  }
}
@media (max-width: 767.98px) {
  .navbar-search .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .container > .navbar-search, .container-fluid > .navbar-search {
    margin-right: 0;
    margin-left: 0;
  }
}
.container > .navbar-search, .container-fluid > .navbar-search {
  margin-right: -1.0715rem;
  margin-left: -1.0715rem;
}

.navbar-search-overlap {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.navbar-search-overlap .form-group, .navbar-search-overlap .form-control {
  display: block !important;
  margin: 0;
}
.navbar-search-overlap .form-control {
  height: 4.715rem !important;
  background-color: transparent !important;
  border-radius: 0;
}
.navbar-search-overlap .form-control:focus {
  border-color: transparent;
}

.navbar-toolbar::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 767.98px) {
  .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
    max-height: 28.572rem;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) and (max-device-width: 480px) and (orientation: landscape) {
  .navbar-toolbar .dropdown-menu:not(.dropdown-menu-media) {
    max-height: 14.286rem;
  }
}
@media (max-width: 767.98px) {
  .navbar-toolbar .dropdown.open, .navbar-toolbar .dropdown.show {
    position: static;
  }
  .navbar-toolbar .dropdown.open .dropdown-menu, .navbar-toolbar .dropdown.show .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: 0;
    left: 0;
    float: none;
    width: auto;
    margin-top: 0;
  }
}
.navbar-toolbar {
  float: left;
}
.navbar-toolbar .nav-item::after {
  display: block;
  clear: both;
  content: "";
}
.navbar-toolbar .nav-item {
  float: left;
}
.navbar-toolbar .nav-link {
  padding-top: 1.5715rem;
  padding-bottom: 1.5715rem;
  line-height: 22px;
}
.navbar-toolbar .dropdown-menu {
  transform-origin: 100% 0;
  animation-duration: 0.3s;
}

@media (max-width: 767.98px) {
  .navbar-toolbar-left {
    float: left !important;
  }
  .navbar-toolbar-right {
    float: right !important;
  }
}
.navbar-nav .nav-link.navbar-avatar, .navbar-toolbar .nav-link.navbar-avatar {
  padding-top: 1.286rem;
  padding-bottom: 1.286rem;
}

@media (max-width: 767.98px) {
  .navbar-nav .nav-link.navbar-avatar {
    padding-top: 0.429rem;
    padding-bottom: 0.429rem;
  }
}

.navbar-avatar .avatar {
  width: 2.143rem;
}

.icon-fullscreen {
  font-family: "Web Icons";
}
.icon-fullscreen::before {
  content: "\f11d";
}
.icon-fullscreen.active::before {
  content: "\f11e";
}

.icon-menubar {
  font-family: "Web Icons";
}
.icon-menubar::before {
  content: "\f119";
}
.icon-menubar.active::before {
  content: "\f119";
}

.navbar-btn {
  margin-top: 1.071rem;
  margin-bottom: 1.071rem;
}
.navbar-btn.btn-sm {
  margin-top: 1.2135rem;
  margin-bottom: 1.2135rem;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 1.5715rem;
  margin-bottom: 1.5715rem;
}

.navbar-text {
  margin-top: 1.5715rem;
  margin-bottom: 1.5715rem;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 1.0715rem;
    margin-left: 1.0715rem;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -1.0715rem;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #e4eaec;
}
.navbar-default .navbar-brand {
  color: #37474f;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #37474f;
  background-color: none;
}
.navbar-default .navbar-text {
  color: #76838f;
}
.navbar-default .navbar-nav .nav-link {
  color: #76838f;
}
.navbar-default .navbar-nav .nav-link:hover, .navbar-default .navbar-nav .nav-link:focus {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.3);
}
.navbar-default .navbar-nav > .active > .nav-link, .navbar-default .navbar-nav > .active > .nav-link:hover, .navbar-default .navbar-nav > .active > .nav-link:focus, .navbar-default .navbar-nav .nav-link.active, .navbar-default .navbar-nav .nav-link.active:hover, .navbar-default .navbar-nav .nav-link.active:focus {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.6);
}
.navbar-default .navbar-nav > .disabled > .nav-link, .navbar-default .navbar-nav > .disabled > .nav-link:hover, .navbar-default .navbar-nav > .disabled > .nav-link:focus, .navbar-default .navbar-nav .nav-link.disabled, .navbar-default .navbar-nav .nav-link.disabled:hover, .navbar-default .navbar-nav .nav-link.disabled:focus {
  color: #e4eaec;
  background-color: transparent;
}
.navbar-default .navbar-toggler {
  border-color: transparent;
}
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus {
  background-color: rgba(243, 247, 249, 0.3);
}
.navbar-default .navbar-toggler .icon-bar {
  background-color: #76838f;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e4eaec;
}
@media (max-width: 767.98px) {
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #76838f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item:hover, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item:focus, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item:hover, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #526069;
    background-color: rgba(243, 247, 249, 0.3);
  }
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active:hover, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.active:focus, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.active, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.active:hover, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.active:focus {
    color: #526069;
    background-color: rgba(243, 247, 249, 0.6);
  }
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled:hover, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-item.disabled:focus, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.disabled, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.disabled:hover, .navbar-default .navbar-nav .show .dropdown-menu .dropdown-item.disabled:focus {
    color: #e4eaec;
    background-color: transparent;
  }
}
.navbar-default .navbar-nav > .open > .nav-link, .navbar-default .navbar-nav > .open > .nav-link:hover, .navbar-default .navbar-nav > .open > .nav-link:focus, .navbar-default .navbar-nav > .show > .nav-link, .navbar-default .navbar-nav > .show > .nav-link:hover, .navbar-default .navbar-nav > .show > .nav-link:focus {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.6);
}
.navbar-default .navbar-link {
  color: #76838f;
}
.navbar-default .navbar-link:hover {
  color: #526069;
}
.navbar-default .navbar-toolbar .nav-link {
  display: block;
  color: #76838f;
}
.navbar-default .navbar-toolbar .nav-link:hover, .navbar-default .navbar-toolbar .nav-link:focus {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.3);
}
.navbar-default .navbar-toolbar > .active > .nav-link, .navbar-default .navbar-toolbar > .active > .nav-link:hover, .navbar-default .navbar-toolbar > .active > .nav-link:focus, .navbar-default .navbar-toolbar .nav-link.active, .navbar-default .navbar-toolbar .nav-link.active:hover, .navbar-default .navbar-toolbar .nav-link.active:focus {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.6);
}
.navbar-default .navbar-toolbar > .disabled > .nav-link, .navbar-default .navbar-toolbar > .disabled > .nav-link:hover, .navbar-default .navbar-toolbar > .disabled > .nav-link:focus, .navbar-default .navbar-toolbar .nav-link.disabled, .navbar-default .navbar-toolbar .nav-link.disabled:hover, .navbar-default .navbar-toolbar .nav-link.disabled:focus {
  color: #e4eaec;
  background-color: transparent;
}
.navbar-default .navbar-toggler {
  color: #76838f;
}
.navbar-default .navbar-toolbar > .open > .nav-link, .navbar-default .navbar-toolbar > .open > .nav-link:hover, .navbar-default .navbar-toolbar > .open > .nav-link:focus, .navbar-default .navbar-toolbar > .show > .nav-link, .navbar-default .navbar-toolbar > .show > .nav-link:hover, .navbar-default .navbar-toolbar > .show > .nav-link:focus {
  color: #526069;
  background-color: rgba(243, 247, 249, 0.6);
}

.navbar-inverse {
  background-color: #3e8ef7;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: none;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav .nav-link {
  color: #fff;
}
.navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-nav .nav-link:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-nav > .active > .nav-link, .navbar-inverse .navbar-nav > .active > .nav-link:hover, .navbar-inverse .navbar-nav > .active > .nav-link:focus, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.active:hover, .navbar-inverse .navbar-nav .nav-link.active:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-nav > .disabled > .nav-link, .navbar-inverse .navbar-nav > .disabled > .nav-link:hover, .navbar-inverse .navbar-nav > .disabled > .nav-link:focus, .navbar-inverse .navbar-nav .nav-link.disabled, .navbar-inverse .navbar-nav .nav-link.disabled:hover, .navbar-inverse .navbar-nav .nav-link.disabled:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-toggler {
  color: #fff;
  border-color: transparent;
}
.navbar-inverse .navbar-toggler:hover, .navbar-inverse .navbar-toggler:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-toggler .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: rgb(27.7208955224, 121.9298507463, 245.5791044776);
}
@media (max-width: 767.98px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse .navbar-nav .show .dropdown-menu > .dropdown-header {
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-divider, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-divider {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item:hover, .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item:focus, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item:hover, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active, .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active:hover, .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.active:focus, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.active, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.active:hover, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.active:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled, .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled:hover, .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item.disabled:focus, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.disabled, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.disabled:hover, .navbar-inverse .navbar-nav .show .dropdown-menu .dropdown-item.disabled:focus {
    color: #fff;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-nav > .open > .nav-link, .navbar-inverse .navbar-nav > .open > .nav-link:hover, .navbar-inverse .navbar-nav > .open > .nav-link:focus, .navbar-inverse .navbar-nav > .show > .nav-link, .navbar-inverse .navbar-nav > .show > .nav-link:hover, .navbar-inverse .navbar-nav > .show > .nav-link:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .navbar-toolbar .nav-link {
  color: #fff;
}
.navbar-inverse .navbar-toolbar .nav-link:hover, .navbar-inverse .navbar-toolbar .nav-link:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-toolbar > .active > .nav-link, .navbar-inverse .navbar-toolbar > .active > .nav-link:hover, .navbar-inverse .navbar-toolbar > .active > .nav-link:focus, .navbar-inverse .navbar-toolbar .nav-link.active, .navbar-inverse .navbar-toolbar .nav-link.active:hover, .navbar-inverse .navbar-toolbar .nav-link.active:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-toolbar > .disabled > .nav-link, .navbar-inverse .navbar-toolbar > .disabled > .nav-link:hover, .navbar-inverse .navbar-toolbar > .disabled > .nav-link:focus, .navbar-inverse .navbar-toolbar .nav-link.disabled, .navbar-inverse .navbar-toolbar .nav-link.disabled:hover, .navbar-inverse .navbar-toolbar .nav-link.disabled:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-toolbar > .open > .nav-link, .navbar-inverse .navbar-toolbar > .open > .nav-link:hover, .navbar-inverse .navbar-toolbar > .open > .nav-link:focus, .navbar-inverse .navbar-toolbar > .show > .nav-link, .navbar-inverse .navbar-toolbar > .show > .nav-link:hover, .navbar-inverse .navbar-toolbar > .show > .nav-link:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .nav.hidden-float, .navbar.hidden-float {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .nav.hidden-float, .navbar.hidden-float {
    display: none !important;
  }
}

.navbar-toolbar .nav-link {
  display: block;
}

.navbar > .containers, .navbar > .container-fluid {
  flex: 1 1 0;
  justify-content: flex-start;
  margin: 0;
}
.navbar > .containers .navbar-collapse, .navbar > .container-fluid .navbar-collapse {
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .navbar > .containers, .navbar > .container-fluid {
    flex: 1 1 100%;
  }
  .navbar > .containers .navbar-header, .navbar > .container-fluid .navbar-header {
    flex: 1 1 auto;
  }
  .navbar > .containers .navbar-collapse, .navbar > .container-fluid .navbar-collapse {
    flex: 1 1 100%;
  }
  .navbar > .containers .navbar-search, .navbar > .container-fluid .navbar-search {
    flex: 1 1 100%;
  }
}
.breadcrumb {
  margin-bottom: 1rem;
  background-color: transparent;
}
.breadcrumb .is-hidden {
  display: none;
}
.breadcrumb-ellipsis {
  display: inline-block;
}
.breadcrumb-dropdown {
  display: inline-block;
}
.breadcrumb.breadcrumb-right > li.breadcrumb-ellipsis.is-hidden + li::before {
  display: none;
}
.breadcrumb.breadcrumb-left .breadcrumb-dropdown, .breadcrumb.breadcrumb-left .breadcrumb-ellipsis {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 5px;
}
.breadcrumb-item .icon {
  text-decoration: none;
}
.breadcrumb-item .icon::before {
  margin-right: 10px;
}

.breadcrumb-arrow > .breadcrumb-item + .breadcrumb-item::before {
  content: "» ";
}

.page-item > span:hover, .page-item > span:focus {
  text-decoration: none;
  transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
.page-item > span {
  padding: 0.643rem 1.072rem;
  transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
}
.page-item .icon {
  margin-top: -1px;
}
.page-item.active .page-link {
  z-index: 3;
}
.page-item.disabled > span, .page-item.disabled > span:hover, .page-item.disabled > span:focus {
  color: #ccd5db;
  pointer-events: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #e4eaec;
}

.page-link:hover, .page-link:focus {
  text-decoration: none;
  transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
.page-link {
  transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
}
.page-link:focus {
  box-shadow: none;
}

.pagination-gap .page-item.disabled .page-link:hover, .pagination-gap .page-item.disabled .page-link:focus {
  border-color: #e4eaec;
}
.pagination-gap .page-item:first-child .page-link, .pagination-gap .page-item:last-child .page-link {
  border-radius: 5px;
}
.pagination-gap .page-item.active .page-link {
  background-color: #3e8ef7;
}
.pagination-gap .page-link:hover, .pagination-gap .page-link:focus {
  background-color: transparent;
  border-color: #3e8ef7;
}
.pagination-gap .page-link {
  margin: 0 5px;
  border-radius: 5px;
}

.pagination-no-border .page-link {
  border: none;
}

.badge.badge-outline {
  color: #f3f7f9;
  background-color: transparent;
  border-color: #f3f7f9;
}
.badge.up {
  position: relative;
  top: -10px;
  margin: 0 -0.8em;
  border-radius: 15px;
}

.badge-outline {
  border: 1px solid transparent;
}

.badge-round {
  border-radius: 1em;
}

.badge-pill {
  padding: 3px 6px;
}
.badge-pill:empty {
  display: none;
}
.btn .badge-pill {
  top: 0;
}
.btn-xs .badge-pill, .btn-group-xs > .btn .badge-pill {
  top: 0;
  padding: 1px 5px;
}
a .badge-pill:hover, a .badge-pill:focus {
  text-decoration: none;
  cursor: pointer;
}
.list-group-item > .badge-pill {
  order: 1;
  float: right;
  margin-left: auto;
}
.list-group-item > .badge-pill + .badge-pill {
  margin-right: 5px;
}
.nav-pills > li > a > .badge-pill {
  margin-left: 3px;
}

.badge-default {
  color: #3e4854;
  background-color: #e4eaec;
}
.badge-default[href]:hover, .badge-default[href]:focus {
  background-color: #f3f7f9;
}
.badge-default.badge-outline {
  color: #e4eaec;
  background-color: transparent;
  border-color: #e4eaec;
}
.badge-default {
  color: #76838f;
}
.badge-default[href]:hover, .badge-default[href]:focus {
  color: #a3afb7;
}
.badge-default.badge-outline {
  color: #76838f;
}

.badge-primary {
  color: #fff;
  background-color: #3e8ef7;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  background-color: #589ffc;
}
.badge-primary.badge-outline {
  color: #3e8ef7;
  background-color: transparent;
  border-color: #3e8ef7;
}

.badge-success {
  color: #fff;
  background-color: #11c26d;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  background-color: #28d17c;
}
.badge-success.badge-outline {
  color: #11c26d;
  background-color: transparent;
  border-color: #11c26d;
}

.badge-info {
  color: #fff;
  background-color: #0bb2d4;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  background-color: #28c0de;
}
.badge-info.badge-outline {
  color: #0bb2d4;
  background-color: transparent;
  border-color: #0bb2d4;
}

.badge-warning {
  color: #fff;
  background-color: #eb6709;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  background-color: #f57d1b;
}
.badge-warning.badge-outline {
  color: #eb6709;
  background-color: transparent;
  border-color: #eb6709;
}

.badge-danger {
  color: #fff;
  background-color: #ff4c52;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  background-color: #ff666b;
}
.badge-danger.badge-outline {
  color: #ff4c52;
  background-color: transparent;
  border-color: #ff4c52;
}

.badge-dark {
  color: #fff;
  background-color: #526069;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  background-color: #76838f;
}
.badge-dark.badge-outline {
  color: #526069;
  background-color: transparent;
  border-color: #526069;
}
.badge-dark {
  color: #fff;
  background-color: #526069;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(59.6363636364, 69.8181818182, 76.3636363636);
}

.badge-lg {
  font-size: 16px;
}

.badge-sm {
  padding: 0.1em 0.5em 0.1em;
  font-size: 10px;
}

.alert {
  padding-right: 20px;
  padding-left: 20px;
}
.alert ul {
  padding-left: 13px;
}
.alert ul li {
  padding-left: 7px;
}
.panel > .alert {
  margin: 0;
}
.alert h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: inherit;
}
.alert > *:last-child {
  margin-bottom: 0;
}

.alert-alt {
  color: #76838f;
  background-color: rgba(243, 247, 249, 0.8);
  border: none;
  border-left: 3px solid transparent;
}
.alert-alt a, .alert-alt .alert-link {
  text-decoration: none;
}

.alert-dismissible {
  padding-right: 40px;
}
.alert-dismissible .close {
  position: inherit;
  padding: 0;
  margin-right: -20px;
  text-decoration: none;
  opacity: 0.6;
}
.alert-dismissible .close:hover, .alert-dismissible .close:focus {
  opacity: 1;
}
.alert-dismissible.alert-alt .close {
  color: #a3afb7;
  opacity: 0.6;
}
.alert-dismissible.alert-alt .close:hover, .alert-dismissible.alert-alt .close:focus {
  color: #a3afb7;
  opacity: 1;
}

.alert-icon {
  position: relative;
  padding-left: 45px;
}
.alert-icon > .icon {
  width: 1em;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 1rem;
}

.alert-avatar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 75px;
}
.alert-avatar > .avatar {
  position: absolute;
  top: 12px;
  left: 20px;
}

.page-alert .alert-wrap {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.7s linear 0s;
}
.page-alert .alert-wrap.in {
  max-height: 500px;
  transition: max-height 1s linear 0s;
}
.page-alert .alert-wrap .alert {
  margin: 0;
  text-align: left;
  border-radius: 0;
}

.alert-primary {
  color: #3e8ef7;
  background-color: rgba(217, 233, 255, 0.8);
  border-color: #d9e9ff;
}
.alert-primary .close {
  color: #3e8ef7;
}
.alert-primary .close:hover, .alert-primary .close:focus {
  color: #3e8ef7;
}
.alert-primary .alert-link {
  color: #247cf0;
}

.alert-alt.alert-primary {
  border-color: #3e8ef7;
}
.alert-alt.alert-primary a, .alert-alt.alert-primary .alert-link {
  color: #3e8ef7;
}

.alert-success .alert-link {
  color: #05a85c;
}

.alert-alt.alert-success {
  border-color: #11c26d;
}
.alert-alt.alert-success a, .alert-alt.alert-success .alert-link {
  color: #11c26d;
}

.alert-info .alert-link {
  color: #0099b8;
}

.alert-alt.alert-info {
  border-color: #0bb2d4;
}
.alert-alt.alert-info a, .alert-alt.alert-info .alert-link {
  color: #0bb2d4;
}

.alert-warning .alert-link {
  color: #de4e00;
}

.alert-alt.alert-warning {
  border-color: #eb6709;
}
.alert-alt.alert-warning a, .alert-alt.alert-warning .alert-link {
  color: #eb6709;
}

.alert-danger .alert-link {
  color: #f2353c;
}

.alert-alt.alert-danger {
  border-color: #ff4c52;
}
.alert-alt.alert-danger a, .alert-alt.alert-danger .alert-link {
  color: #ff4c52;
}

.alert-social {
  position: relative;
  padding-left: 65px;
}
.alert-social > .icon {
  width: 1em;
  text-align: center;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 20px;
  font-size: 28px;
}

.alert-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.alert-facebook .close {
  color: #fff;
}
.alert-facebook .close:hover, .alert-facebook .close:focus {
  color: #fff;
}
.alert-facebook .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
}
.alert-twitter .close {
  color: #fff;
}
.alert-twitter .close:hover, .alert-twitter .close:focus {
  color: #fff;
}
.alert-twitter .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.alert-google-plus .close {
  color: #fff;
}
.alert-google-plus .close:hover, .alert-google-plus .close:focus {
  color: #fff;
}
.alert-google-plus .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert-linkedin {
  color: #fff;
  background-color: #0976b4;
  border-color: #0976b4;
}
.alert-linkedin .close {
  color: #fff;
}
.alert-linkedin .close:hover, .alert-linkedin .close:focus {
  color: #fff;
}
.alert-linkedin .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}
.alert-flickr .close {
  color: #fff;
}
.alert-flickr .close:hover, .alert-flickr .close:focus {
  color: #fff;
}
.alert-flickr .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert-tumblr {
  color: #fff;
  background-color: #35465c;
  border-color: #35465c;
}
.alert-tumblr .close {
  color: #fff;
}
.alert-tumblr .close:hover, .alert-tumblr .close:focus {
  color: #fff;
}
.alert-tumblr .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}
.alert-github .close {
  color: #fff;
}
.alert-github .close:hover, .alert-github .close:focus {
  color: #fff;
}
.alert-github .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert-dribbble {
  color: #fff;
  background-color: #c32361;
  border-color: #c32361;
}
.alert-dribbble .close {
  color: #fff;
}
.alert-dribbble .close:hover, .alert-dribbble .close:focus {
  color: #fff;
}
.alert-dribbble .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert-youtube {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
}
.alert-youtube .close {
  color: #fff;
}
.alert-youtube .close:hover, .alert-youtube .close:focus {
  color: #fff;
}
.alert-youtube .alert-link {
  font-weight: 500;
  color: #fff;
}

.alert.dark .alert-link {
  font-weight: 500;
  color: #fff !important;
}
.alert.dark .alert-left-border {
  border: none;
  border-left: 3px solid transparent;
}
.alert.dark.alert-dismissible.alert-alt .close {
  color: #fff;
}
.alert.dark.alert-dismissible.alert-alt .close:hover, .alert.dark.alert-dismissible.alert-alt .close:focus {
  color: #fff;
}
.alert.dark.alert-primary {
  color: #fff;
  background-color: #3e8ef7;
  border-color: #3e8ef7;
}
.alert.dark.alert-primary .close {
  color: #fff;
}
.alert.dark.alert-primary .close:hover, .alert.dark.alert-primary .close:focus {
  color: #fff;
}
.alert.dark.alert-primary.alert-alt {
  border-color: rgb(12.7884615385, 87.8141025641, 186.7115384615);
}
.alert.dark.alert-primary.alert-alt a, .alert.dark.alert-primary.alert-alt .alert-link {
  color: #fff;
}
.alert.dark.alert-success {
  color: #fff;
  background-color: #11c26d;
  border-color: #11c26d;
}
.alert.dark.alert-success .close {
  color: #fff;
}
.alert.dark.alert-success .close:hover, .alert.dark.alert-success .close:focus {
  color: #fff;
}
.alert.dark.alert-success.alert-alt {
  border-color: rgb(2.789017341, 93.710982659, 51.3179190751);
}
.alert.dark.alert-success.alert-alt a, .alert.dark.alert-success.alert-alt .alert-link {
  color: #fff;
}
.alert.dark.alert-info {
  color: #fff;
  background-color: #0bb2d4;
  border-color: #0bb2d4;
}
.alert.dark.alert-info .close {
  color: #fff;
}
.alert.dark.alert-info .close:hover, .alert.dark.alert-info .close:focus {
  color: #fff;
}
.alert.dark.alert-info.alert-alt {
  border-color: rgb(0, 89.3885869565, 107.5);
}
.alert.dark.alert-info.alert-alt a, .alert.dark.alert-info.alert-alt .alert-link {
  color: #fff;
}
.alert.dark.alert-warning {
  color: #fff;
  background-color: #eb6709;
  border-color: #eb6709;
}
.alert.dark.alert-warning .close {
  color: #fff;
}
.alert.dark.alert-warning .close:hover, .alert.dark.alert-warning .close:focus {
  color: #fff;
}
.alert.dark.alert-warning.alert-alt {
  border-color: rgb(145.5, 51.1216216216, 0);
}
.alert.dark.alert-warning.alert-alt a, .alert.dark.alert-warning.alert-alt .alert-link {
  color: #fff;
}
.alert.dark.alert-danger {
  color: #fff;
  background-color: #ff4c52;
  border-color: #ff4c52;
}
.alert.dark.alert-danger .close {
  color: #fff;
}
.alert.dark.alert-danger .close:hover, .alert.dark.alert-danger .close:focus {
  color: #fff;
}
.alert.dark.alert-danger.alert-alt {
  border-color: rgb(205.288372093, 13.211627907, 20.3255813953);
}
.alert.dark.alert-danger.alert-alt a, .alert.dark.alert-danger.alert-alt .alert-link {
  color: #fff;
}

.progress {
  height: 15px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #e4eaec;
  border-radius: 0.215rem;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.858rem;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background-color: #3e8ef7;
  transition: width 0.6s ease;
}

.progress-bar-success {
  background-color: #11c26d;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #0bb2d4;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #eb6709;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #ff4c52;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-square {
  border-radius: 0;
}

.progress-circle {
  border-radius: 1000px;
}

.progress-vertical {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 250px;
  min-height: 250px;
  margin-right: 30px;
  margin-bottom: 0;
}
.progress-vertical .progress-bar {
  width: 100%;
}

.progress-bar-indicating.active {
  position: relative;
  animation: none;
}
.progress-bar-indicating.active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  border-radius: inherit;
  opacity: 0;
  animation: progress-active 3s ease 0s infinite;
}
.progress-vertical .progress-bar-indicating.active::before {
  animation-name: progress-vertical-active;
}

.progress-skill {
  position: relative;
}
.progress-skill .progress-bar > span {
  position: absolute;
  top: 0;
  right: 10px;
  color: #526069;
}

.progress-lg {
  height: 22px;
}
.progress-lg.progress-vertical {
  width: 25px;
}
.progress-lg .progress-bar {
  line-height: 22px;
}

.progress-sm {
  height: 10px;
}
.progress-sm.progress-vertical {
  width: 10px;
}
.progress-sm .progress-bar {
  line-height: 10px;
}

.progress-xs {
  height: 4px;
  border-radius: 1px;
}
.progress-xs.progress-vertical {
  width: 4px;
}
.progress-xs .progress-bar {
  line-height: 4px;
}

.contextual-progress {
  margin: 20px 0;
}
.contextual-progress .progress-title {
  float: left;
}
.contextual-progress .progress-label {
  position: relative;
  float: right;
}
.contextual-progress .progress {
  height: 2px;
  margin: 5px 0;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-active {
  0% {
    width: 0;
    opacity: 0.4;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes progress-vertical-active {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 175px;
    opacity: 0.4;
  }
}
.media .media {
  padding-bottom: 0;
  border-bottom: none;
}

.media-body {
  overflow: auto;
}

.media-meta {
  margin-bottom: 3px;
  font-size: 0.858rem;
  color: #a3afb7;
}

.media-list {
  padding-left: 0;
  list-style: none;
}
.media-list > .media {
  margin-top: 15px;
}
.media-list > .media:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .media-body {
    overflow: hidden;
  }
  .media .media {
    margin-left: 0;
  }
}
@media (max-width: 479.98px) {
  .media {
    flex-direction: column;
  }
  .media > div:first-child {
    margin-bottom: 5px;
  }
  .media .media {
    padding-left: 15px;
  }
}
.list-group {
  margin-bottom: 20px;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: auto;
}
.list-group-item > .media:only-child {
  margin: 0;
}
.list-group .media {
  width: 100%;
  padding: 2px 0;
  border-bottom: 0;
}
.list-group .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
}

.list-group-full > .list-group-item {
  padding-right: 0;
  padding-left: 0;
}

a.list-group-item:hover, a.list-group-item:focus {
  color: #76838f;
  text-decoration: none;
  background-color: #f3f7f9;
}
a.list-group-item {
  color: #76838f;
  border-radius: 0.215rem;
}
a.list-group-item.disabled, a.list-group-item.disabled:hover, a.list-group-item.disabled:focus {
  color: #e4eaec;
  cursor: not-allowed;
  background-color: #f3f7f9;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  color: #fff;
  background-color: #3e8ef7;
}

.list-group-item .icon {
  margin-right: 10px;
}

.list-group.bg-inherit {
  border-radius: 0.215rem;
}
.list-group.bg-inherit .list-group-item {
  background-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.075);
}
.list-group.bg-inherit .list-group-item:last-child {
  border-bottom-color: transparent;
}
.list-group.bg-inherit .list-group-item:hover {
  background-color: rgba(0, 0, 0, 0.075);
  border-color: transparent;
}

.list-group-bordered .list-group-item {
  border-color: #e4eaec;
}
.list-group-bordered .list-group-item.active, .list-group-bordered .list-group-item.active:hover, .list-group-bordered .list-group-item.active:focus {
  color: #fff;
  background-color: #247cf0;
  border-color: #247cf0;
}

.list-group-dividered .list-group-item {
  border-top-color: #e4eaec;
}
.list-group-dividered .list-group-item:hover, .list-group-dividered .list-group-item:focus {
  z-index: auto;
}
.list-group-dividered .list-group-item.active:hover {
  border-top-color: #e4eaec;
}
.list-group-dividered .list-group-item:last-child {
  border-bottom-color: #e4eaec;
}
.list-group-dividered .list-group-item:first-child {
  border-top-color: transparent;
}
.list-group-dividered .list-group-item:first-child.active:hover {
  border-top-color: transparent;
}

.list-group-gap .list-group-item {
  margin-bottom: 2px;
  border-radius: 0.215rem;
}

.list-group-full .list-group-item {
  padding-right: 0;
  padding-left: 0;
}

.list-group-item {
  border: 1px solid transparent;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #e4eaec;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  color: #3e8ef7;
  background-color: transparent;
  border-color: transparent;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item-dark {
  color: #fff;
  background-color: #526069;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #fff;
  background-color: rgb(70.8181818182, 82.9090909091, 90.6818181818);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-hover .list-group-item:hover {
  background-color: #f3f7f9;
}

.list-group-hover .list-group-item-success:hover, .list-group-hover .list-group-item-success:focus, .list-group-hover a.list-group-item-success:hover, .list-group-hover a.list-group-item-success:focus, .list-group-hover button.list-group-item-success:hover, .list-group-hover button.list-group-item-success:focus {
  color: #fff;
  background-color: rgb(14.9454976303, 170.5545023697, 95.827014218);
}
.list-group-hover .list-group-item-success, .list-group-hover a.list-group-item-success, .list-group-hover button.list-group-item-success {
  color: #fff;
}
.list-group-hover .list-group-item-success.active, .list-group-hover a.list-group-item-success.active, .list-group-hover button.list-group-item-success.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-hover .list-group-item-info:hover, .list-group-hover .list-group-item-info:focus, .list-group-hover a.list-group-item-info:hover, .list-group-hover a.list-group-item-info:focus, .list-group-hover button.list-group-item-info:hover, .list-group-hover button.list-group-item-info:focus {
  color: #fff;
  background-color: rgb(9.7421524664, 157.6457399103, 187.7578475336);
}
.list-group-hover .list-group-item-info, .list-group-hover a.list-group-item-info, .list-group-hover button.list-group-item-info {
  color: #fff;
}
.list-group-hover .list-group-item-info.active, .list-group-hover a.list-group-item-info.active, .list-group-hover button.list-group-item-info.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-hover .list-group-item-warning:hover, .list-group-hover .list-group-item-warning:focus, .list-group-hover a.list-group-item-warning:hover, .list-group-hover a.list-group-item-warning:focus, .list-group-hover button.list-group-item-warning:hover, .list-group-hover button.list-group-item-warning:focus {
  color: #fff;
  background-color: rgb(210.4405737705, 92.2356557377, 8.0594262295);
}
.list-group-hover .list-group-item-warning, .list-group-hover a.list-group-item-warning, .list-group-hover button.list-group-item-warning {
  color: #fff;
}
.list-group-hover .list-group-item-warning.active, .list-group-hover a.list-group-item-warning.active, .list-group-hover button.list-group-item-warning.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-hover .list-group-item-danger:hover, .list-group-hover .list-group-item-danger:focus, .list-group-hover a.list-group-item-danger:hover, .list-group-hover a.list-group-item-danger:focus, .list-group-hover button.list-group-item-danger:hover, .list-group-hover button.list-group-item-danger:focus {
  color: #fff;
  background-color: rgb(255, 50.5, 57.3547486034);
}
.list-group-hover .list-group-item-danger, .list-group-hover a.list-group-item-danger, .list-group-hover button.list-group-item-danger {
  color: #fff;
}
.list-group-hover .list-group-item-danger.active, .list-group-hover a.list-group-item-danger.active, .list-group-hover button.list-group-item-danger.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.list-group-hover .list-group-item-dark:hover, .list-group-hover .list-group-item-dark:focus, .list-group-hover a.list-group-item-dark:hover, .list-group-hover a.list-group-item-dark:focus, .list-group-hover button.list-group-item-dark:hover, .list-group-hover button.list-group-item-dark:focus {
  color: #fff;
  background-color: rgb(70.8181818182, 82.9090909091, 90.6818181818);
}
.list-group-hover .list-group-item-dark, .list-group-hover a.list-group-item-dark, .list-group-hover button.list-group-item-dark {
  color: #fff;
}
.list-group-hover .list-group-item-dark.active, .list-group-hover a.list-group-item-dark.active, .list-group-hover button.list-group-item-dark.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.close.icon {
  font-size: inherit;
}

button.close {
  cursor: pointer;
}
button.close:focus {
  outline: none;
}

.card {
  margin-bottom: 2.143rem;
  border: none;
  box-shadow: none;
}
.card .cover {
  width: 100%;
  padding: 0;
  border-bottom: none;
}
[class*=blocks-] > li > .card {
  margin-bottom: 0;
}

.card-title {
  margin-top: 0;
}

.card-header, .card-footer {
  border: none;
  box-shadow: none;
}

.card-inverse.card-bordered, .card-inverse .card-header-bordered, .card-inverse .card-footer-bordered {
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:hover, .card-inverse .card-link:focus {
  color: #fff;
}

.card-bordered {
  border: 1px solid #e4eaec;
}

.card-header-bordered {
  border-bottom: 1px solid #e4eaec;
}

.card-footer-bordered {
  border-top: 1px solid #e4eaec;
}

.card-transparent {
  background-color: transparent;
}

.card-header-transparent {
  background-color: transparent;
}

.card-footer-transparent {
  background-color: transparent;
}

.card-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.card-block {
  position: relative;
  flex: 1 1 auto;
  padding: 1.429rem;
}

.card-text.type-link a {
  position: relative;
  display: inline-block;
  padding: 3px 5px;
  color: #a3afb7;
}
.card-text.type-link a:first-child {
  padding-left: 0;
}
.card-text.type-link a:hover {
  color: #ccd5db;
}
.card-text.type-link a + a::before {
  position: absolute;
  top: 10px;
  left: -2px;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #a3afb7;
  border-radius: 50%;
}

.card-watermark {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  opacity: 0.1;
}
.card-watermark.darker {
  color: #000;
}
.card-watermark.lighter {
  color: #fff;
}

.card-divider::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 15px auto;
  content: "";
  background-color: #fff;
}

.card-actions {
  margin-top: 10px;
  text-align: right;
}
.card-actions a {
  display: inline-block;
  margin-right: 10px;
  color: #a3afb7;
  vertical-align: middle;
}
.card-actions a.icon, .card-actions a .icon {
  text-decoration: none;
}
.card-actions a.icon + span, .card-actions a .icon + span {
  margin-left: 2px;
}
.card-actions a.active, .card-actions a:hover, .card-actions a:focus {
  color: #ccd5db;
  text-decoration: none;
}
.card-actions a:last-child {
  margin-right: 0;
}

.card-actions-sidebar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
}
.card-actions-sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  margin-right: 0;
  text-align: center;
  border-right: 1px solid #e4eaec;
}
.card-actions-sidebar a::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.card-actions-sidebar a + a {
  border-top: 1px solid #e4eaec;
}
.card-actions-sidebar + .card-content {
  margin-left: 80px;
}

.card-img {
  border-radius: 0;
}

.card-img-left {
  border-radius: calc(0.215rem - 1px) 0 0 calc(0.215rem - 1px);
}
@media (max-width: 767.98px) {
  .card-img-left {
    position: relative;
    width: 100%;
    height: 320px;
  }
  .card-img-left ~ .card-block {
    width: 100%;
    margin-left: 0;
  }
}
.card-img-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.card-img-left ~ .card-block {
  width: 60%;
  margin-left: 40%;
}

.card-default {
  background-color: #e4eaec;
}
.card-default.card-bordered, .card-default .card-header-bordered, .card-default .card-footer-bordered {
  border-color: #e4eaec;
}

.card-columns .card {
  margin-bottom: 2.143rem;
  break-inside: avoid;
  page-break-inside: avoid;
}

.card-sm .card-header {
  padding: 0.858rem 1.072rem;
}
.card-sm .card-block {
  padding: 1.072rem;
}
.card-sm .card-footer {
  padding: 0.858rem 1.072rem;
}

.card-md .card-header {
  padding: 1.786rem 2.143rem;
}
.card-md .card-block {
  padding: 1.786rem;
}
.card-md .card-footer {
  padding: 2.143rem 1.786rem;
}

.card-lg .card-header {
  padding: 2.143rem;
}
.card-lg .card-block {
  padding: 2.143rem;
}
.card-lg .card-footer {
  padding: 2.143rem;
}

.card-header-actions {
  float: right;
  margin: 0;
}

.card > .list-group:not(:first-child) > .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:not(:last-child) > .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card .card-block + .card-block {
  padding-top: 0;
}

body {
  font-weight: 300;
}

th {
  font-weight: 400;
}

b, strong {
  font-weight: 500;
}

optgroup {
  font-weight: 500;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 300;
}

.lead {
  font-weight: 100;
}

dt {
  font-weight: 500;
}

kbd kbd {
  font-weight: 500;
}

label {
  font-weight: 300;
}

.radio label, .checkbox label {
  font-weight: 300;
}

.radio-inline, .checkbox-inline {
  font-weight: 300;
}

.btn-link {
  font-weight: 300;
}

.dropdown-menu > li > a {
  font-weight: 100;
}

.input-group-addon {
  font-weight: 300;
}

.badge {
  font-weight: 500;
}

.popover {
  font-weight: 300;
}

.tooltip {
  font-weight: 300;
}

.modal-content {
  border: none;
}

.modal-header {
  padding: 15px 20px;
  padding-right: 40px;
  border-bottom: none;
}

.modal-simple .modal-header + .modal-body {
  padding-top: 0;
}

.modal-header .modal-title {
  order: 1;
  margin-top: 0;
}

.modal-header .close {
  order: 2;
  padding: 0;
  margin-top: 1px;
}

.modal-footer {
  padding: 6px 20px 20px;
  border-top: none;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 480px) {
  .modal-dialog {
    margin: 30px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: auto;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
.modal-top {
  margin: 0 auto;
}

.modal-center {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}

.modal-bottom {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
}

.modal-sidebar {
  position: absolute;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  background-color: #fff;
}
.modal-sidebar .modal-content {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.modal-sidebar .modal-header {
  border-bottom: none;
}
.modal-sidebar .modal-footer {
  flex-wrap: wrap;
  border-top: none;
}
.modal-sidebar button.close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.modal.fade .modal-dialog.modal-sidebar {
  transform: translate(25%, 0);
}

.modal.show .modal-dialog.modal-sidebar {
  transform: translate(0, 0);
}

.modal-fill-in {
  background-color: transparent;
}
.modal-fill-in.show {
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 1;
}
@media (min-width: 768px) {
  .modal-fill-in .modal-dialog > * {
    width: 600px;
  }
  .modal-fill-in .modal-dialog.modal-sm > * {
    width: 300px;
  }
  .modal-fill-in .modal-dialog button.close {
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 1;
    font-size: 2rem;
    opacity: 0.5;
    transform: translate(0%, 0%);
  }
}
@media (min-width: 992px) {
  .modal-fill-in .modal-dialog.modal-lg > * {
    width: 900px;
  }
}
.modal-fill-in .modal-dialog {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.modal-fill-in .modal-content {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.modal-primary .modal-header {
  background-color: #3e8ef7;
  border-radius: 0.286rem 0.286rem 0 0;
}
.modal-primary .modal-header * {
  color: #fff;
}
.modal-primary .modal-header .close {
  opacity: 0.6;
}

.modal-success .modal-header {
  background-color: #11c26d;
  border-radius: 0.286rem 0.286rem 0 0;
}
.modal-success .modal-header * {
  color: #fff;
}
.modal-success .modal-header .close {
  opacity: 0.6;
}

.modal-info .modal-header {
  background-color: #0bb2d4;
  border-radius: 0.286rem 0.286rem 0 0;
}
.modal-info .modal-header * {
  color: #fff;
}
.modal-info .modal-header .close {
  opacity: 0.6;
}

.modal-warning .modal-header {
  background-color: #eb6709;
  border-radius: 0.286rem 0.286rem 0 0;
}
.modal-warning .modal-header * {
  color: #fff;
}
.modal-warning .modal-header .close {
  opacity: 0.6;
}

.modal-danger .modal-header {
  background-color: #ff4c52;
  border-radius: 0.286rem 0.286rem 0 0;
}
.modal-danger .modal-header * {
  color: #fff;
}
.modal-danger .modal-header .close {
  opacity: 0.6;
}

.modal.modal-fade-in-scale-up .modal-dialog {
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: scale(0.7);
}
.modal.modal-fade-in-scale-up.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
}
.modal.modal-slide-in-right .modal-dialog {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s;
  transform: translate(20%, 0%);
}
.modal.modal-slide-in-right.show .modal-dialog {
  opacity: 1;
  transform: translate(0, 0);
}
.modal.modal-slide-from-bottom .modal-dialog {
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: translate(0%, 20%);
}
.modal.modal-slide-from-bottom.show .modal-dialog {
  opacity: 1;
  transform: translate(0, 0);
}
.modal.modal-newspaper .modal-dialog {
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: scale(0) rotate(720deg);
}
.modal.modal-newspaper.show .modal-dialog {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.modal.modal-fall {
  perspective: 1300px;
}
.modal.modal-fall .modal-dialog {
  opacity: 0;
  transform: translateZ(600px) rotateX(20deg);
  transform-style: preserve-3d;
}
.modal.modal-fall.show .modal-dialog {
  opacity: 1;
  transition: all 0.3s ease-in 0s;
  transform: translateZ(0) rotateX(0deg);
}
.modal.modal-side-fall {
  perspective: 1300px;
}
.modal.modal-side-fall .modal-dialog {
  transform: translate(30%) translateZ(600px) rotate(10deg);
  transform-style: preserve-3d;
}
.modal.modal-side-fall.show .modal-dialog {
  transition: all 0.3s ease-in 0s;
  transform: translate(0%) translateZ(0) rotate(0deg);
}
.modal.modal-3d-flip-horizontal {
  perspective: 1300px;
}
.modal.modal-3d-flip-horizontal .modal-dialog {
  transition: all 0.3s ease 0s;
  transform: rotateY(-70deg);
  transform-style: preserve-3d;
}
.modal.modal-3d-flip-horizontal.show .modal-dialog {
  transform: rotateY(0deg);
}
.modal.modal-3d-flip-vertical {
  perspective: 1300px;
}
.modal.modal-3d-flip-vertical .modal-dialog {
  transition: all 0.3s ease 0s;
  transform: rotateX(-70deg);
  transform-style: preserve-3d;
}
.modal.modal-3d-flip-vertical.show .modal-dialog {
  transform: rotateX(0deg);
}
.modal.modal-3d-sign {
  perspective: 1300px;
}
.modal.modal-3d-sign .modal-dialog {
  transition: all 0.3s ease 0s;
  transform: rotateX(-60deg);
  transform-origin: 50% 0 0;
  transform-style: preserve-3d;
}
.modal.modal-3d-sign.show .modal-dialog {
  transform: rotateX(0deg);
}
.modal.modal-super-scaled .modal-dialog {
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: scale(2);
}
.modal.modal-super-scaled.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
}
.modal.modal-just-me .modal-dialog {
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: scale(0.8);
}
.modal.modal-just-me .modal-backdrop {
  background-color: #fff;
}
.modal.modal-just-me.show {
  background: #fff;
}
.modal.modal-just-me.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
}
.modal.modal-just-me.show .modal-backdrop {
  opacity: 1;
}
.modal.modal-3d-slit {
  perspective: 1300px;
}
.modal.modal-3d-slit .modal-dialog {
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: translateZ(-3000px) rotateY(90deg);
  transform-style: preserve-3d;
}
.modal.modal-3d-slit.show .modal-dialog {
  animation: slit 0.7s ease-out forwards;
}
.modal.modal-rotate-from-bottom {
  perspective: 1300px;
}
.modal.modal-rotate-from-bottom .modal-dialog {
  transition: all 0.3s ease-out 0s;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100% 0;
  transform-style: preserve-3d;
}
.modal.modal-rotate-from-bottom.show .modal-dialog {
  transform: translateY(0%) rotateX(0deg);
}
.modal.modal-rotate-from-left {
  perspective: 1300px;
}
.modal.modal-rotate-from-left .modal-dialog {
  transition: all 0.3s ease-out 0s;
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform-origin: 0 100% 0;
  transform-style: preserve-3d;
}
.modal.modal-rotate-from-left.show .modal-dialog {
  transform: translateZ(0) translateX(0%) rotateY(0deg);
}

@-webkit-keyframes slit {
  50% {
    opacity: 0.5;
    transform: translateZ(-250px) rotateY(89deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotateY(0deg);
  }
}
@keyframes slit {
  50% {
    opacity: 0.5;
    transform: translateZ(-250px) rotateY(89deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotateY(0deg);
  }
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-top .arrow,
.tooltip-bottom .arrow,
.tooltip-top .arrow {
  left: 50%;
  margin-left: -6px;
}

.bs-tooltip-bottom .arrow,
.tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-top .arrow,
.tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-left .arrow,
.bs-tooltip-right .arrow,
.tooltip-left .arrow,
.tooltip-right .arrow {
  top: 50%;
  margin-top: -6px;
}

.bs-tooltip-left .arrow,
.tooltip-left .arrow {
  right: 0;
}

.bs-tooltip-right .arrow,
.tooltip-right .arrow {
  left: 0;
}

.tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #3e8ef7;
}
.tooltip-primary.bs-tooltip-top .arrow::before, .tooltip-primary.tooltip-top .arrow::before {
  border-top-color: #3e8ef7;
}
.tooltip-primary.bs-tooltip-right .arrow::before, .tooltip-primary.tooltip-right .arrow::before {
  border-right-color: #3e8ef7;
}
.tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip-primary.tooltip-bottom .arrow::before {
  border-bottom-color: #3e8ef7;
}
.tooltip-primary.bs-tooltip-left .arrow::before, .tooltip-primary.tooltip-left .arrow::before {
  border-left-color: #3e8ef7;
}

.tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #11c26d;
}
.tooltip-success.bs-tooltip-top .arrow::before, .tooltip-success.tooltip-top .arrow::before {
  border-top-color: #11c26d;
}
.tooltip-success.bs-tooltip-right .arrow::before, .tooltip-success.tooltip-right .arrow::before {
  border-right-color: #11c26d;
}
.tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip-success.tooltip-bottom .arrow::before {
  border-bottom-color: #11c26d;
}
.tooltip-success.bs-tooltip-left .arrow::before, .tooltip-success.tooltip-left .arrow::before {
  border-left-color: #11c26d;
}

.tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #0bb2d4;
}
.tooltip-info.bs-tooltip-top .arrow::before, .tooltip-info.tooltip-top .arrow::before {
  border-top-color: #0bb2d4;
}
.tooltip-info.bs-tooltip-right .arrow::before, .tooltip-info.tooltip-right .arrow::before {
  border-right-color: #0bb2d4;
}
.tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip-info.tooltip-bottom .arrow::before {
  border-bottom-color: #0bb2d4;
}
.tooltip-info.bs-tooltip-left .arrow::before, .tooltip-info.tooltip-left .arrow::before {
  border-left-color: #0bb2d4;
}

.tooltip-warning .tooltip-inner {
  color: #fff;
  background-color: #eb6709;
}
.tooltip-warning.bs-tooltip-top .arrow::before, .tooltip-warning.tooltip-top .arrow::before {
  border-top-color: #eb6709;
}
.tooltip-warning.bs-tooltip-right .arrow::before, .tooltip-warning.tooltip-right .arrow::before {
  border-right-color: #eb6709;
}
.tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip-warning.tooltip-bottom .arrow::before {
  border-bottom-color: #eb6709;
}
.tooltip-warning.bs-tooltip-left .arrow::before, .tooltip-warning.tooltip-left .arrow::before {
  border-left-color: #eb6709;
}

.tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #ff4c52;
}
.tooltip-danger.bs-tooltip-top .arrow::before, .tooltip-danger.tooltip-top .arrow::before {
  border-top-color: #ff4c52;
}
.tooltip-danger.bs-tooltip-right .arrow::before, .tooltip-danger.tooltip-right .arrow::before {
  border-right-color: #ff4c52;
}
.tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip-danger.tooltip-bottom .arrow::before {
  border-bottom-color: #ff4c52;
}
.tooltip-danger.bs-tooltip-left .arrow::before, .tooltip-danger.tooltip-left .arrow::before {
  border-left-color: #ff4c52;
}

.popover {
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.bs-popover-top, .popover-auto[x-placement^=top], .popover-top {
  margin-bottom: 8px;
}
.bs-popover-top .arrow, .popover-auto[x-placement^=top] .arrow, .popover-top .arrow {
  bottom: 0;
  left: 50%;
  margin: 0;
}
.bs-popover-top .arrow::before, .popover-auto[x-placement^=top] .arrow::before, .popover-top .arrow::before,
.bs-popover-top .arrow::after,
.popover-auto[x-placement^=top] .arrow::after,
.popover-top .arrow::after {
  border-bottom-width: 0;
}
.bs-popover-top .arrow::before, .popover-auto[x-placement^=top] .arrow::before, .popover-top .arrow::before {
  bottom: -8px;
  margin-left: -8px;
  border-top-color: rgba(204, 213, 219, 0.8);
}
.bs-popover-top .arrow::after, .popover-auto[x-placement^=top] .arrow::after, .popover-top .arrow::after {
  bottom: calc((8px - 1px) * -1);
  margin-left: -8px;
  border-top-color: #fff;
}

.bs-popover-right, .popover-auto[x-placement^=right], .popover-right {
  margin-left: 8px;
}
.bs-popover-right .arrow, .popover-auto[x-placement^=right] .arrow, .popover-right .arrow {
  top: 50%;
  left: 0;
  margin: 0;
}
.bs-popover-right .arrow::before, .popover-auto[x-placement^=right] .arrow::before, .popover-right .arrow::before,
.bs-popover-right .arrow::after,
.popover-auto[x-placement^=right] .arrow::after,
.popover-right .arrow::after {
  margin-top: -8px;
  border-left-width: 0;
}
.bs-popover-right .arrow::before, .popover-auto[x-placement^=right] .arrow::before, .popover-right .arrow::before {
  left: -8px;
  border-right-color: rgba(204, 213, 219, 0.8);
}
.bs-popover-right .arrow::after, .popover-auto[x-placement^=right] .arrow::after, .popover-right .arrow::after {
  left: calc((8px - 1px) * -1);
  border-right-color: #fff;
}

.bs-popover-bottom, .popover-auto[x-placement^=bottom], .popover-bottom {
  margin-top: 8px;
}
.bs-popover-bottom .arrow, .popover-auto[x-placement^=bottom] .arrow, .popover-bottom .arrow {
  top: 0;
  left: 50%;
  margin: 0;
}
.bs-popover-bottom .arrow::before, .popover-auto[x-placement^=bottom] .arrow::before, .popover-bottom .arrow::before,
.bs-popover-bottom .arrow::after,
.popover-auto[x-placement^=bottom] .arrow::after,
.popover-bottom .arrow::after {
  margin-left: -8px;
  border-top-width: 0;
}
.bs-popover-bottom .arrow::before, .popover-auto[x-placement^=bottom] .arrow::before, .popover-bottom .arrow::before {
  top: -8px;
  border-bottom-color: rgba(204, 213, 219, 0.8);
}
.bs-popover-bottom .arrow::after, .popover-auto[x-placement^=bottom] .arrow::after, .popover-bottom .arrow::after {
  top: calc((8px - 1px) * -1);
  border-bottom-color: #f3f7f9;
}
.bs-popover-bottom .popover-header::before, .popover-auto[x-placement^=bottom] .popover-header::before, .popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f3f7f9;
}

.bs-popover-left, .popover-auto[x-placement^=left], .popover-left {
  margin-right: 8px;
}
.bs-popover-left .arrow, .popover-auto[x-placement^=left] .arrow, .popover-left .arrow {
  top: 50%;
  right: 0;
  margin: 0;
}
.bs-popover-left .arrow::before, .popover-auto[x-placement^=left] .arrow::before, .popover-left .arrow::before,
.bs-popover-left .arrow::after,
.popover-auto[x-placement^=left] .arrow::after,
.popover-left .arrow::after {
  margin-top: -8px;
  border-right-width: 0;
}
.bs-popover-left .arrow::before, .popover-auto[x-placement^=left] .arrow::before, .popover-left .arrow::before {
  right: -8px;
  border-left-color: rgba(204, 213, 219, 0.8);
}
.bs-popover-left .arrow::after, .popover-auto[x-placement^=left] .arrow::after, .popover-left .arrow::after {
  right: calc((8px - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  margin: 0;
}

.popover-primary .popover-header {
  color: #fff;
  background-color: #3e8ef7;
  border-color: #3e8ef7;
}
.popover-primary.bs-popover-bottom .popover-header::before, .popover-primary.popover-bottom .popover-header::before, .popover-primary.popover-auto[x-placement^=bottom] .popover-header::before {
  border-color: #3e8ef7;
}
.popover-primary.bs-popover-bottom .arrow::before, .popover-primary.popover-auto[x-placement^=bottom] .arrow::before, .popover-primary.popover-bottom .arrow::before {
  border-bottom-color: #3e8ef7;
}
.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.popover-auto[x-placement^=bottom] .arrow::after, .popover-primary.popover-bottom .arrow::after {
  border-bottom-color: #3e8ef7;
}

.popover-success .popover-header {
  color: #fff;
  background-color: #11c26d;
  border-color: #11c26d;
}
.popover-success.bs-popover-bottom .popover-header::before, .popover-success.popover-bottom .popover-header::before, .popover-success.popover-auto[x-placement^=bottom] .popover-header::before {
  border-color: #11c26d;
}
.popover-success.bs-popover-bottom .arrow::before, .popover-success.popover-auto[x-placement^=bottom] .arrow::before, .popover-success.popover-bottom .arrow::before {
  border-bottom-color: #11c26d;
}
.popover-success.bs-popover-bottom .arrow::after, .popover-success.popover-auto[x-placement^=bottom] .arrow::after, .popover-success.popover-bottom .arrow::after {
  border-bottom-color: #11c26d;
}

.popover-info .popover-header {
  color: #fff;
  background-color: #0bb2d4;
  border-color: #0bb2d4;
}
.popover-info.bs-popover-bottom .popover-header::before, .popover-info.popover-bottom .popover-header::before, .popover-info.popover-auto[x-placement^=bottom] .popover-header::before {
  border-color: #0bb2d4;
}
.popover-info.bs-popover-bottom .arrow::before, .popover-info.popover-auto[x-placement^=bottom] .arrow::before, .popover-info.popover-bottom .arrow::before {
  border-bottom-color: #0bb2d4;
}
.popover-info.bs-popover-bottom .arrow::after, .popover-info.popover-auto[x-placement^=bottom] .arrow::after, .popover-info.popover-bottom .arrow::after {
  border-bottom-color: #0bb2d4;
}

.popover-warning .popover-header {
  color: #fff;
  background-color: #eb6709;
  border-color: #eb6709;
}
.popover-warning.bs-popover-bottom .popover-header::before, .popover-warning.popover-bottom .popover-header::before, .popover-warning.popover-auto[x-placement^=bottom] .popover-header::before {
  border-color: #eb6709;
}
.popover-warning.bs-popover-bottom .arrow::before, .popover-warning.popover-auto[x-placement^=bottom] .arrow::before, .popover-warning.popover-bottom .arrow::before {
  border-bottom-color: #eb6709;
}
.popover-warning.bs-popover-bottom .arrow::after, .popover-warning.popover-auto[x-placement^=bottom] .arrow::after, .popover-warning.popover-bottom .arrow::after {
  border-bottom-color: #eb6709;
}

.popover-danger .popover-header {
  color: #fff;
  background-color: #ff4c52;
  border-color: #ff4c52;
}
.popover-danger.bs-popover-bottom .popover-header::before, .popover-danger.popover-bottom .popover-header::before, .popover-danger.popover-auto[x-placement^=bottom] .popover-header::before {
  border-color: #ff4c52;
}
.popover-danger.bs-popover-bottom .arrow::before, .popover-danger.popover-auto[x-placement^=bottom] .arrow::before, .popover-danger.popover-bottom .arrow::before {
  border-bottom-color: #ff4c52;
}
.popover-danger.bs-popover-bottom .arrow::after, .popover-danger.popover-auto[x-placement^=bottom] .arrow::after, .popover-danger.popover-bottom .arrow::after {
  border-bottom-color: #ff4c52;
}

/*# sourceMappingURL=bootstrap-extend.css.map */
