@charset "UTF-8";
button {
  color: inherit; }

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: #f96868 !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: #ffffff;
  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: #ffffff;
    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 {
  color: #526069;
  font-size: 20px;
  padding: 10.5px 21px;
  border-left: 2px solid #e4eaec; }
  .blockquote p:last-child {
    margin: 0; }
  .blockquote-success {
    background-color: rgba(70, 190, 138, 0.1);
    border-color: #46be8a; }
  .blockquote-info {
    background-color: rgba(87, 199, 212, 0.1);
    border-color: #57c7d4; }
  .blockquote-warning {
    background-color: rgba(242, 166, 84, 0.1);
    border-color: #f2a654; }
  .blockquote-danger {
    background-color: rgba(249, 104, 104, 0.1);
    border-color: #f96868; }

.blockquote-reverse {
  border-right-width: 2px;
  border-left: none; }

.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: #62a8ea !important; }

.img-bordered-purple {
  border-color: #7c51d1 !important; }

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

.img-bordered-green {
  border-color: #7dd3ae !important; }

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

code {
  border: 1px solid #bcd8f1; }

pre {
  padding: 10px;
  color: inherit;
  border: 1px solid #ecf5fc;
  border-radius: 0.215rem; }

.container {
  max-width: 100%; }

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

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

.row-lg > .col-xs-1, .row-lg > .col-xs-2, .row-lg > .col-xs-3, .row-lg > .col-xs-4, .row-lg > .col-xs-5, .row-lg > .col-xs-6, .row-lg > .col-xs-7, .row-lg > .col-xs-8, .row-lg > .col-xs-9, .row-lg > .col-xs-10, .row-lg > .col-xs-11, .row-lg > .col-xs-12, .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-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-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-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-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 {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.table {
  color: #76838f; }
  .table th {
    font-weight: 400; }
  .table thead th,
  .table tfoot th {
    color: #526069;
    font-weight: 400;
    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: #e2ecf1; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    color: inherit;
    background-color: #e2ecf1; }

.table-success,
.table-success > th,
.table-success > td {
  color: #ffffff;
  background-color: #46be8a; }
.table-success a {
  color: #ffffff; }

.table-hover .table-success:hover {
  background-color: #3dae7d; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    color: #ffffff;
    background-color: #3dae7d; }

.table-info,
.table-info > th,
.table-info > td {
  color: #ffffff;
  background-color: #57c7d4; }
.table-info a {
  color: #ffffff; }

.table-hover .table-info:hover {
  background-color: #43c0cf; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    color: #ffffff;
    background-color: #43c0cf; }

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

.table-hover .table-warning:hover {
  background-color: #f09a3c; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    color: #ffffff;
    background-color: #f09a3c; }

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

.table-hover .table-danger:hover {
  background-color: #f84f4f; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    color: #ffffff;
    background-color: #f84f4f; }

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

.table .thead-primary th {
  color: #ffffff;
  background-color: #62a8ea; }

.table .thead-success th {
  color: #ffffff;
  background-color: #46be8a; }

.table .thead-info th {
  color: #ffffff;
  background-color: #57c7d4; }

.table .thead-warning th {
  color: #ffffff;
  background-color: #f2a654; }

.table .thead-danger th {
  color: #ffffff;
  background-color: #f96868; }

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

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

.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;
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-align: center;
  position: relative;
  font-family: "Web Icons";
  transition: transform 0.15s;
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
  .table-section-arrow:before {
    content: ""; }
.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;
  float: none;
  display: table-column; }

.form-control {
  transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
  box-shadow: none;
  height: 2.501rem;
  border-color: #e4eaec;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box; }

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

select[multiple].form-control {
  background: #ffffff;
  padding-right: 0.929rem; }

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

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

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

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 3.5736666667rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.5736666667rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 2.288rem; }

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

.has-success .form-control-label {
  color: #46be8a; }
.has-success .form-control-feedback {
  color: #46be8a; }
.has-success .form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #46be8a; }

.has-warning .form-control-label {
  color: #f2a654; }
.has-warning .form-control-feedback {
  color: #f2a654; }
.has-warning .form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #f2a654; }

.has-danger .form-control-label {
  color: #f96868; }
.has-danger .form-control-feedback {
  color: #f96868; }
.has-danger .form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #f96868; }

.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: #ffffff; }
.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 {
    line-height: inherit;
    margin: 0 3px; }
  .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;
  color: #bcc2c8;
  margin-top: 7px;
  margin-bottom: 8px; }
  .text-help .icon {
    margin: 0 5px; }

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

button.input-search-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: 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%;
    transform: translateY(-50%);
    z-index: 1;
    width: 2.501rem; }
  .input-search .input-search-close {
    right: 8px; }
  .input-search .input-search-icon + .form-control {
    padding-left: 3.001rem; }
  .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: 0;
  height: 100%;
  padding: 0 10px;
  background: transparent;
  border: none;
  border-radius: 0 200px 200px 0; }
  .input-search-btn .icon {
    margin: 0 3px; }

.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: #ffffff; }

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

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

@media (min-width: 768px) {
  .form-horizontal .form-control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; }

  .form-horizontal .form-control-lg, .form-horizontal .input-group-lg > .form-control,
  .form-horizontal .input-group-lg > .input-group-addon,
  .form-horizontal .input-group-lg > .input-group-btn > .btn {
    padding-top: 11px;
    font-size: 18px; }
  .form-horizontal .form-control-sm, .form-horizontal .input-group-sm > .form-control,
  .form-horizontal .input-group-sm > .input-group-addon,
  .form-horizontal .input-group-sm > .input-group-btn > .btn {
    padding-top: 7px;
    font-size: 12px; } }
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 {
  -webkit-font-smoothing: subpixel-antialiased;
  transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0; }
  .btn:active, .btn.active {
    box-shadow: none; }
  .btn .icon {
    width: 1em;
    text-align: center;
    line-height: inherit;
    margin: -1px 3px 0; }

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

.btn-outline.btn-default {
  color: #76838f;
  background-color: transparent; }
  .btn-outline.btn-default:hover, .btn-outline.btn-default:focus, .btn-outline.btn-default:active, .btn-outline.btn-default.active, .open > .btn-outline.btn-default.dropdown-toggle {
    border-color: #e4eaec;
    background-color: rgba(118, 131, 143, 0.1);
    color: #76838f; }
    .btn-outline.btn-default:hover .tag-pill, .btn-outline.btn-default:focus .tag-pill, .btn-outline.btn-default:active .tag-pill, .btn-outline.btn-default.active .tag-pill, .open > .btn-outline.btn-default.dropdown-toggle .tag-pill {
      color: #76838f;
      background-color: #76838f; }
  .btn-outline.btn-default.btn-up:before {
    border-bottom-color: rgba(118, 131, 143, 0.1); }
  .btn-outline.btn-default.btn-up:focus:before, .btn-outline.btn-default.btn-up:hover:before {
    border-bottom-color: rgba(118, 131, 143, 0.1); }
  .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 {
    border-bottom-color: #ccd5db; }
  .btn-outline.btn-default.btn-right:before {
    border-left-color: rgba(118, 131, 143, 0.1); }
  .btn-outline.btn-default.btn-right:focus:before, .btn-outline.btn-default.btn-right:hover:before {
    border-left-color: rgba(118, 131, 143, 0.1); }
  .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 {
    border-left-color: #ccd5db; }
  .btn-outline.btn-default.btn-bottom:before {
    border-top-color: rgba(118, 131, 143, 0.1); }
  .btn-outline.btn-default.btn-bottom:focus:before, .btn-outline.btn-default.btn-bottom:hover:before {
    border-top-color: rgba(118, 131, 143, 0.1); }
  .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 {
    border-top-color: #ccd5db; }
  .btn-outline.btn-default.btn-left:before {
    border-right-color: rgba(118, 131, 143, 0.1); }
  .btn-outline.btn-default.btn-left:focus:before, .btn-outline.btn-default.btn-left:hover:before {
    border-right-color: rgba(118, 131, 143, 0.1); }
  .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 {
    border-right-color: #ccd5db; }
.btn-outline.btn-primary {
  color: #62a8ea;
  background-color: transparent; }
  .btn-outline.btn-primary:hover, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:active, .btn-outline.btn-primary.active, .open > .btn-outline.btn-primary.dropdown-toggle {
    border-color: #62a8ea;
    background-color: #62a8ea;
    color: #ffffff; }
    .btn-outline.btn-primary:hover .tag-pill, .btn-outline.btn-primary:focus .tag-pill, .btn-outline.btn-primary:active .tag-pill, .btn-outline.btn-primary.active .tag-pill, .open > .btn-outline.btn-primary.dropdown-toggle .tag-pill {
      color: #62a8ea;
      background-color: #ffffff; }
  .btn-outline.btn-primary.btn-up:before {
    border-bottom-color: #62a8ea; }
  .btn-outline.btn-primary.btn-up:focus:before, .btn-outline.btn-primary.btn-up:hover:before {
    border-bottom-color: #62a8ea; }
  .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 {
    border-bottom-color: #4e97d9; }
  .btn-outline.btn-primary.btn-right:before {
    border-left-color: #62a8ea; }
  .btn-outline.btn-primary.btn-right:focus:before, .btn-outline.btn-primary.btn-right:hover:before {
    border-left-color: #62a8ea; }
  .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 {
    border-left-color: #4e97d9; }
  .btn-outline.btn-primary.btn-bottom:before {
    border-top-color: #62a8ea; }
  .btn-outline.btn-primary.btn-bottom:focus:before, .btn-outline.btn-primary.btn-bottom:hover:before {
    border-top-color: #62a8ea; }
  .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 {
    border-top-color: #4e97d9; }
  .btn-outline.btn-primary.btn-left:before {
    border-right-color: #62a8ea; }
  .btn-outline.btn-primary.btn-left:focus:before, .btn-outline.btn-primary.btn-left:hover:before {
    border-right-color: #62a8ea; }
  .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 {
    border-right-color: #4e97d9; }
.btn-outline.btn-success {
  color: #46be8a;
  background-color: transparent; }
  .btn-outline.btn-success:hover, .btn-outline.btn-success:focus, .btn-outline.btn-success:active, .btn-outline.btn-success.active, .open > .btn-outline.btn-success.dropdown-toggle {
    border-color: #46be8a;
    background-color: #46be8a;
    color: #ffffff; }
    .btn-outline.btn-success:hover .tag-pill, .btn-outline.btn-success:focus .tag-pill, .btn-outline.btn-success:active .tag-pill, .btn-outline.btn-success.active .tag-pill, .open > .btn-outline.btn-success.dropdown-toggle .tag-pill {
      color: #46be8a;
      background-color: #ffffff; }
  .btn-outline.btn-success.btn-up:before {
    border-bottom-color: #46be8a; }
  .btn-outline.btn-success.btn-up:focus:before, .btn-outline.btn-success.btn-up:hover:before {
    border-bottom-color: #46be8a; }
  .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 {
    border-bottom-color: #36ab7a; }
  .btn-outline.btn-success.btn-right:before {
    border-left-color: #46be8a; }
  .btn-outline.btn-success.btn-right:focus:before, .btn-outline.btn-success.btn-right:hover:before {
    border-left-color: #46be8a; }
  .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 {
    border-left-color: #36ab7a; }
  .btn-outline.btn-success.btn-bottom:before {
    border-top-color: #46be8a; }
  .btn-outline.btn-success.btn-bottom:focus:before, .btn-outline.btn-success.btn-bottom:hover:before {
    border-top-color: #46be8a; }
  .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 {
    border-top-color: #36ab7a; }
  .btn-outline.btn-success.btn-left:before {
    border-right-color: #46be8a; }
  .btn-outline.btn-success.btn-left:focus:before, .btn-outline.btn-success.btn-left:hover:before {
    border-right-color: #46be8a; }
  .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 {
    border-right-color: #36ab7a; }
.btn-outline.btn-info {
  color: #57c7d4;
  background-color: transparent; }
  .btn-outline.btn-info:hover, .btn-outline.btn-info:focus, .btn-outline.btn-info:active, .btn-outline.btn-info.active, .open > .btn-outline.btn-info.dropdown-toggle {
    border-color: #57c7d4;
    background-color: #57c7d4;
    color: #ffffff; }
    .btn-outline.btn-info:hover .tag-pill, .btn-outline.btn-info:focus .tag-pill, .btn-outline.btn-info:active .tag-pill, .btn-outline.btn-info.active .tag-pill, .open > .btn-outline.btn-info.dropdown-toggle .tag-pill {
      color: #57c7d4;
      background-color: #ffffff; }
  .btn-outline.btn-info.btn-up:before {
    border-bottom-color: #57c7d4; }
  .btn-outline.btn-info.btn-up:focus:before, .btn-outline.btn-info.btn-up:hover:before {
    border-bottom-color: #57c7d4; }
  .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 {
    border-bottom-color: #47b8c6; }
  .btn-outline.btn-info.btn-right:before {
    border-left-color: #57c7d4; }
  .btn-outline.btn-info.btn-right:focus:before, .btn-outline.btn-info.btn-right:hover:before {
    border-left-color: #57c7d4; }
  .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 {
    border-left-color: #47b8c6; }
  .btn-outline.btn-info.btn-bottom:before {
    border-top-color: #57c7d4; }
  .btn-outline.btn-info.btn-bottom:focus:before, .btn-outline.btn-info.btn-bottom:hover:before {
    border-top-color: #57c7d4; }
  .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 {
    border-top-color: #47b8c6; }
  .btn-outline.btn-info.btn-left:before {
    border-right-color: #57c7d4; }
  .btn-outline.btn-info.btn-left:focus:before, .btn-outline.btn-info.btn-left:hover:before {
    border-right-color: #57c7d4; }
  .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 {
    border-right-color: #47b8c6; }
.btn-outline.btn-warning {
  color: #f2a654;
  background-color: transparent; }
  .btn-outline.btn-warning:hover, .btn-outline.btn-warning:focus, .btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .open > .btn-outline.btn-warning.dropdown-toggle {
    border-color: #f2a654;
    background-color: #f2a654;
    color: #ffffff; }
    .btn-outline.btn-warning:hover .tag-pill, .btn-outline.btn-warning:focus .tag-pill, .btn-outline.btn-warning:active .tag-pill, .btn-outline.btn-warning.active .tag-pill, .open > .btn-outline.btn-warning.dropdown-toggle .tag-pill {
      color: #f2a654;
      background-color: #ffffff; }
  .btn-outline.btn-warning.btn-up:before {
    border-bottom-color: #f2a654; }
  .btn-outline.btn-warning.btn-up:focus:before, .btn-outline.btn-warning.btn-up:hover:before {
    border-bottom-color: #f2a654; }
  .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 {
    border-bottom-color: #ec9940; }
  .btn-outline.btn-warning.btn-right:before {
    border-left-color: #f2a654; }
  .btn-outline.btn-warning.btn-right:focus:before, .btn-outline.btn-warning.btn-right:hover:before {
    border-left-color: #f2a654; }
  .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 {
    border-left-color: #ec9940; }
  .btn-outline.btn-warning.btn-bottom:before {
    border-top-color: #f2a654; }
  .btn-outline.btn-warning.btn-bottom:focus:before, .btn-outline.btn-warning.btn-bottom:hover:before {
    border-top-color: #f2a654; }
  .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 {
    border-top-color: #ec9940; }
  .btn-outline.btn-warning.btn-left:before {
    border-right-color: #f2a654; }
  .btn-outline.btn-warning.btn-left:focus:before, .btn-outline.btn-warning.btn-left:hover:before {
    border-right-color: #f2a654; }
  .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 {
    border-right-color: #ec9940; }
.btn-outline.btn-danger {
  color: #f96868;
  background-color: transparent; }
  .btn-outline.btn-danger:hover, .btn-outline.btn-danger:focus, .btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .open > .btn-outline.btn-danger.dropdown-toggle {
    border-color: #f96868;
    background-color: #f96868;
    color: #ffffff; }
    .btn-outline.btn-danger:hover .tag-pill, .btn-outline.btn-danger:focus .tag-pill, .btn-outline.btn-danger:active .tag-pill, .btn-outline.btn-danger.active .tag-pill, .open > .btn-outline.btn-danger.dropdown-toggle .tag-pill {
      color: #f96868;
      background-color: #ffffff; }
  .btn-outline.btn-danger.btn-up:before {
    border-bottom-color: #f96868; }
  .btn-outline.btn-danger.btn-up:focus:before, .btn-outline.btn-danger.btn-up:hover:before {
    border-bottom-color: #f96868; }
  .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 {
    border-bottom-color: #e9595b; }
  .btn-outline.btn-danger.btn-right:before {
    border-left-color: #f96868; }
  .btn-outline.btn-danger.btn-right:focus:before, .btn-outline.btn-danger.btn-right:hover:before {
    border-left-color: #f96868; }
  .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 {
    border-left-color: #e9595b; }
  .btn-outline.btn-danger.btn-bottom:before {
    border-top-color: #f96868; }
  .btn-outline.btn-danger.btn-bottom:focus:before, .btn-outline.btn-danger.btn-bottom:hover:before {
    border-top-color: #f96868; }
  .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 {
    border-top-color: #e9595b; }
  .btn-outline.btn-danger.btn-left:before {
    border-right-color: #f96868; }
  .btn-outline.btn-danger.btn-left:focus:before, .btn-outline.btn-danger.btn-left:hover:before {
    border-right-color: #f96868; }
  .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 {
    border-right-color: #e9595b; }
.btn-outline.btn-dark {
  color: #526069;
  background-color: transparent; }
  .btn-outline.btn-dark:hover, .btn-outline.btn-dark:focus, .btn-outline.btn-dark:active, .btn-outline.btn-dark.active, .open > .btn-outline.btn-dark.dropdown-toggle {
    border-color: #526069;
    background-color: #526069;
    color: #ffffff; }
    .btn-outline.btn-dark:hover .tag-pill, .btn-outline.btn-dark:focus .tag-pill, .btn-outline.btn-dark:active .tag-pill, .btn-outline.btn-dark.active .tag-pill, .open > .btn-outline.btn-dark.dropdown-toggle .tag-pill {
      color: #526069;
      background-color: #ffffff; }
  .btn-outline.btn-dark.btn-up:before {
    border-bottom-color: #526069; }
  .btn-outline.btn-dark.btn-up:focus:before, .btn-outline.btn-dark.btn-up:hover:before {
    border-bottom-color: #526069; }
  .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 {
    border-bottom-color: #37474f; }
  .btn-outline.btn-dark.btn-right:before {
    border-left-color: #526069; }
  .btn-outline.btn-dark.btn-right:focus:before, .btn-outline.btn-dark.btn-right:hover:before {
    border-left-color: #526069; }
  .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 {
    border-left-color: #37474f; }
  .btn-outline.btn-dark.btn-bottom:before {
    border-top-color: #526069; }
  .btn-outline.btn-dark.btn-bottom:focus:before, .btn-outline.btn-dark.btn-bottom:hover:before {
    border-top-color: #526069; }
  .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 {
    border-top-color: #37474f; }
  .btn-outline.btn-dark.btn-left:before {
    border-right-color: #526069; }
  .btn-outline.btn-dark.btn-left:focus:before, .btn-outline.btn-dark.btn-left:hover:before {
    border-right-color: #526069; }
  .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 {
    border-right-color: #37474f; }
.btn-outline.btn-inverse {
  color: #ffffff;
  background-color: transparent; }
  .btn-outline.btn-inverse:hover, .btn-outline.btn-inverse:focus, .btn-outline.btn-inverse:active, .btn-outline.btn-inverse.active, .open > .btn-outline.btn-inverse.dropdown-toggle {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #76838f; }
    .btn-outline.btn-inverse:hover .tag-pill, .btn-outline.btn-inverse:focus .tag-pill, .btn-outline.btn-inverse:active .tag-pill, .btn-outline.btn-inverse.active .tag-pill, .open > .btn-outline.btn-inverse.dropdown-toggle .tag-pill {
      color: #ffffff;
      background-color: #76838f; }
  .btn-outline.btn-inverse.btn-up:before {
    border-bottom-color: #ffffff; }
  .btn-outline.btn-inverse.btn-up:focus:before, .btn-outline.btn-inverse.btn-up:hover:before {
    border-bottom-color: #ffffff; }
  .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 {
    border-bottom-color: #ffffff; }
  .btn-outline.btn-inverse.btn-right:before {
    border-left-color: #ffffff; }
  .btn-outline.btn-inverse.btn-right:focus:before, .btn-outline.btn-inverse.btn-right:hover:before {
    border-left-color: #ffffff; }
  .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 {
    border-left-color: #ffffff; }
  .btn-outline.btn-inverse.btn-bottom:before {
    border-top-color: #ffffff; }
  .btn-outline.btn-inverse.btn-bottom:focus:before, .btn-outline.btn-inverse.btn-bottom:hover:before {
    border-top-color: #ffffff; }
  .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 {
    border-top-color: #ffffff; }
  .btn-outline.btn-inverse.btn-left:before {
    border-right-color: #ffffff; }
  .btn-outline.btn-inverse.btn-left:focus:before, .btn-outline.btn-inverse.btn-left:hover:before {
    border-right-color: #ffffff; }
  .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 {
    border-right-color: #ffffff; }

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

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

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

.btn-primary {
  box-shadow: none; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background-color: #89bceb;
    border-color: #89bceb; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-color: #4e97d9;
    border-color: #4e97d9;
    box-shadow: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      background-color: #4e97d9;
      border-color: #4e97d9; }
  .btn-primary.disabled, .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]: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:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    color: #ffffff;
    background-color: #a2caee;
    border-color: #a2caee; }
  .btn-primary .tag-pill {
    color: #62a8ea;
    background-color: #ffffff; }
  .btn-primary.btn-up:before {
    border-bottom-color: #62a8ea; }
  .btn-primary.btn-up:focus:before, .btn-primary.btn-up:hover:before {
    border-bottom-color: #89bceb; }
  .btn-primary.btn-up.active:before, .btn-primary.btn-up:active:before, .open > .btn-primary.btn-up.dropdown-toggle:before {
    border-bottom-color: #4e97d9; }
  .btn-primary.btn-right:before {
    border-left-color: #62a8ea; }
  .btn-primary.btn-right:focus:before, .btn-primary.btn-right:hover:before {
    border-left-color: #89bceb; }
  .btn-primary.btn-right.active:before, .btn-primary.btn-right:active:before, .open > .btn-primary.btn-right.dropdown-toggle:before {
    border-left-color: #4e97d9; }
  .btn-primary.btn-bottom:before {
    border-top-color: #62a8ea; }
  .btn-primary.btn-bottom:focus:before, .btn-primary.btn-bottom:hover:before {
    border-top-color: #89bceb; }
  .btn-primary.btn-bottom.active:before, .btn-primary.btn-bottom:active:before, .open > .btn-primary.btn-bottom.dropdown-toggle:before {
    border-top-color: #4e97d9; }
  .btn-primary.btn-left:before {
    border-right-color: #62a8ea; }
  .btn-primary.btn-left:focus:before, .btn-primary.btn-left:hover:before {
    border-right-color: #89bceb; }
  .btn-primary.btn-left.active:before, .btn-primary.btn-left:active:before, .open > .btn-primary.btn-left.dropdown-toggle:before {
    border-right-color: #4e97d9; }

.btn-success {
  box-shadow: none; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus {
    background-color: #5cd29d;
    border-color: #5cd29d; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-color: #36ab7a;
    border-color: #36ab7a;
    box-shadow: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      background-color: #36ab7a;
      border-color: #36ab7a; }
  .btn-success.disabled, .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]: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:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    color: #ffffff;
    background-color: #7dd3ae;
    border-color: #7dd3ae; }
  .btn-success .tag-pill {
    color: #46be8a;
    background-color: #ffffff; }
  .btn-success.btn-up:before {
    border-bottom-color: #46be8a; }
  .btn-success.btn-up:focus:before, .btn-success.btn-up:hover:before {
    border-bottom-color: #5cd29d; }
  .btn-success.btn-up.active:before, .btn-success.btn-up:active:before, .open > .btn-success.btn-up.dropdown-toggle:before {
    border-bottom-color: #36ab7a; }
  .btn-success.btn-right:before {
    border-left-color: #46be8a; }
  .btn-success.btn-right:focus:before, .btn-success.btn-right:hover:before {
    border-left-color: #5cd29d; }
  .btn-success.btn-right.active:before, .btn-success.btn-right:active:before, .open > .btn-success.btn-right.dropdown-toggle:before {
    border-left-color: #36ab7a; }
  .btn-success.btn-bottom:before {
    border-top-color: #46be8a; }
  .btn-success.btn-bottom:focus:before, .btn-success.btn-bottom:hover:before {
    border-top-color: #5cd29d; }
  .btn-success.btn-bottom.active:before, .btn-success.btn-bottom:active:before, .open > .btn-success.btn-bottom.dropdown-toggle:before {
    border-top-color: #36ab7a; }
  .btn-success.btn-left:before {
    border-right-color: #46be8a; }
  .btn-success.btn-left:focus:before, .btn-success.btn-left:hover:before {
    border-right-color: #5cd29d; }
  .btn-success.btn-left.active:before, .btn-success.btn-left:active:before, .open > .btn-success.btn-left.dropdown-toggle:before {
    border-right-color: #36ab7a; }

.btn-info {
  box-shadow: none; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus {
    background-color: #77d6e1;
    border-color: #77d6e1; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-color: #47b8c6;
    border-color: #47b8c6;
    box-shadow: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      background-color: #47b8c6;
      border-color: #47b8c6; }
  .btn-info.disabled, .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]: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:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    color: #ffffff;
    background-color: #9ae1e9;
    border-color: #9ae1e9; }
  .btn-info .tag-pill {
    color: #57c7d4;
    background-color: #ffffff; }
  .btn-info.btn-up:before {
    border-bottom-color: #57c7d4; }
  .btn-info.btn-up:focus:before, .btn-info.btn-up:hover:before {
    border-bottom-color: #77d6e1; }
  .btn-info.btn-up.active:before, .btn-info.btn-up:active:before, .open > .btn-info.btn-up.dropdown-toggle:before {
    border-bottom-color: #47b8c6; }
  .btn-info.btn-right:before {
    border-left-color: #57c7d4; }
  .btn-info.btn-right:focus:before, .btn-info.btn-right:hover:before {
    border-left-color: #77d6e1; }
  .btn-info.btn-right.active:before, .btn-info.btn-right:active:before, .open > .btn-info.btn-right.dropdown-toggle:before {
    border-left-color: #47b8c6; }
  .btn-info.btn-bottom:before {
    border-top-color: #57c7d4; }
  .btn-info.btn-bottom:focus:before, .btn-info.btn-bottom:hover:before {
    border-top-color: #77d6e1; }
  .btn-info.btn-bottom.active:before, .btn-info.btn-bottom:active:before, .open > .btn-info.btn-bottom.dropdown-toggle:before {
    border-top-color: #47b8c6; }
  .btn-info.btn-left:before {
    border-right-color: #57c7d4; }
  .btn-info.btn-left:focus:before, .btn-info.btn-left:hover:before {
    border-right-color: #77d6e1; }
  .btn-info.btn-left.active:before, .btn-info.btn-left:active:before, .open > .btn-info.btn-left.dropdown-toggle:before {
    border-right-color: #47b8c6; }

.btn-warning {
  box-shadow: none; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    background-color: #f4b066;
    border-color: #f4b066; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-color: #ec9940;
    border-color: #ec9940;
    box-shadow: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      background-color: #ec9940;
      border-color: #ec9940; }
  .btn-warning.disabled, .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]: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:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    color: #ffffff;
    background-color: #f6be80;
    border-color: #f6be80; }
  .btn-warning .tag-pill {
    color: #f2a654;
    background-color: #ffffff; }
  .btn-warning.btn-up:before {
    border-bottom-color: #f2a654; }
  .btn-warning.btn-up:focus:before, .btn-warning.btn-up:hover:before {
    border-bottom-color: #f4b066; }
  .btn-warning.btn-up.active:before, .btn-warning.btn-up:active:before, .open > .btn-warning.btn-up.dropdown-toggle:before {
    border-bottom-color: #ec9940; }
  .btn-warning.btn-right:before {
    border-left-color: #f2a654; }
  .btn-warning.btn-right:focus:before, .btn-warning.btn-right:hover:before {
    border-left-color: #f4b066; }
  .btn-warning.btn-right.active:before, .btn-warning.btn-right:active:before, .open > .btn-warning.btn-right.dropdown-toggle:before {
    border-left-color: #ec9940; }
  .btn-warning.btn-bottom:before {
    border-top-color: #f2a654; }
  .btn-warning.btn-bottom:focus:before, .btn-warning.btn-bottom:hover:before {
    border-top-color: #f4b066; }
  .btn-warning.btn-bottom.active:before, .btn-warning.btn-bottom:active:before, .open > .btn-warning.btn-bottom.dropdown-toggle:before {
    border-top-color: #ec9940; }
  .btn-warning.btn-left:before {
    border-right-color: #f2a654; }
  .btn-warning.btn-left:focus:before, .btn-warning.btn-left:hover:before {
    border-right-color: #f4b066; }
  .btn-warning.btn-left.active:before, .btn-warning.btn-left:active:before, .open > .btn-warning.btn-left.dropdown-toggle:before {
    border-right-color: #ec9940; }

.btn-danger {
  box-shadow: none; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    background-color: #fa7a7a;
    border-color: #fa7a7a; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-color: #e9595b;
    border-color: #e9595b;
    box-shadow: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      background-color: #e9595b;
      border-color: #e9595b; }
  .btn-danger.disabled, .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]: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:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    color: #ffffff;
    background-color: #fa9898;
    border-color: #fa9898; }
  .btn-danger .tag-pill {
    color: #f96868;
    background-color: #ffffff; }
  .btn-danger.btn-up:before {
    border-bottom-color: #f96868; }
  .btn-danger.btn-up:focus:before, .btn-danger.btn-up:hover:before {
    border-bottom-color: #fa7a7a; }
  .btn-danger.btn-up.active:before, .btn-danger.btn-up:active:before, .open > .btn-danger.btn-up.dropdown-toggle:before {
    border-bottom-color: #e9595b; }
  .btn-danger.btn-right:before {
    border-left-color: #f96868; }
  .btn-danger.btn-right:focus:before, .btn-danger.btn-right:hover:before {
    border-left-color: #fa7a7a; }
  .btn-danger.btn-right.active:before, .btn-danger.btn-right:active:before, .open > .btn-danger.btn-right.dropdown-toggle:before {
    border-left-color: #e9595b; }
  .btn-danger.btn-bottom:before {
    border-top-color: #f96868; }
  .btn-danger.btn-bottom:focus:before, .btn-danger.btn-bottom:hover:before {
    border-top-color: #fa7a7a; }
  .btn-danger.btn-bottom.active:before, .btn-danger.btn-bottom:active:before, .open > .btn-danger.btn-bottom.dropdown-toggle:before {
    border-top-color: #e9595b; }
  .btn-danger.btn-left:before {
    border-right-color: #f96868; }
  .btn-danger.btn-left:focus:before, .btn-danger.btn-left:hover:before {
    border-right-color: #fa7a7a; }
  .btn-danger.btn-left.active:before, .btn-danger.btn-left:active:before, .open > .btn-danger.btn-left.dropdown-toggle:before {
    border-right-color: #e9595b; }

.btn-default {
  color: #76838f;
  background-color: #e4eaec;
  border-color: #e4eaec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none; }
  .btn-default:hover {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #c0ced3; }
  .btn-default:focus, .btn-default.focus {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #c0ced3; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #76838f;
    background-color: #c6d3d7;
    border-color: #c0ced3;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #76838f;
      background-color: #b1c2c8;
      border-color: #99b0b7; }
  .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default:disabled:focus, .btn-default:disabled.focus {
    background-color: #e4eaec;
    border-color: #e4eaec; }
  .btn-default.disabled:hover, .btn-default:disabled:hover {
    background-color: #e4eaec;
    border-color: #e4eaec; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus {
    background-color: #f3f7f9;
    border-color: #f3f7f9; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-color: #ccd5db;
    border-color: #ccd5db;
    box-shadow: none; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      background-color: #ccd5db;
      border-color: #ccd5db; }
  .btn-default.disabled, .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]: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: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 .tag-pill {
    color: #e4eaec;
    background-color: #76838f; }
  .btn-default.btn-up:before {
    border-bottom-color: #e4eaec; }
  .btn-default.btn-up:focus:before, .btn-default.btn-up:hover: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 {
    border-bottom-color: #ccd5db; }
  .btn-default.btn-right:before {
    border-left-color: #e4eaec; }
  .btn-default.btn-right:focus:before, .btn-default.btn-right:hover: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 {
    border-left-color: #ccd5db; }
  .btn-default.btn-bottom:before {
    border-top-color: #e4eaec; }
  .btn-default.btn-bottom:focus:before, .btn-default.btn-bottom:hover: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 {
    border-top-color: #ccd5db; }
  .btn-default.btn-left:before {
    border-right-color: #e4eaec; }
  .btn-default.btn-left:focus:before, .btn-default.btn-left:hover: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 {
    border-right-color: #ccd5db; }

.btn-inverse {
  color: #76838f;
  background-color: #ffffff;
  border-color: #e4eaec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none; }
  .btn-inverse:hover {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #c0ced3; }
  .btn-inverse:focus, .btn-inverse.focus {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #c0ced3; }
  .btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
    color: #76838f;
    background-color: #e6e6e6;
    border-color: #c0ced3;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
      color: #76838f;
      background-color: #d4d4d4;
      border-color: #99b0b7; }
  .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse:disabled:focus, .btn-inverse:disabled.focus {
    background-color: #ffffff;
    border-color: #e4eaec; }
  .btn-inverse.disabled:hover, .btn-inverse:disabled:hover {
    background-color: #ffffff;
    border-color: #e4eaec; }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus {
    background-color: #ffffff;
    border-color: #f3f7f9; }
  .btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
    background-color: #ffffff;
    border-color: #ccd5db;
    box-shadow: none; }
    .btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
      background-color: #ffffff;
      border-color: #ccd5db; }
  .btn-inverse.disabled, .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]: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:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
    color: #ccd5db;
    background-color: #ffffff;
    border-color: #a3afb7; }
  .btn-inverse .tag-pill {
    color: #ffffff;
    background-color: #76838f; }
  .btn-inverse.btn-up:before {
    border-bottom-color: #ffffff; }
  .btn-inverse.btn-up:focus:before, .btn-inverse.btn-up:hover:before {
    border-bottom-color: #ffffff; }
  .btn-inverse.btn-up.active:before, .btn-inverse.btn-up:active:before, .open > .btn-inverse.btn-up.dropdown-toggle:before {
    border-bottom-color: #ffffff; }
  .btn-inverse.btn-right:before {
    border-left-color: #ffffff; }
  .btn-inverse.btn-right:focus:before, .btn-inverse.btn-right:hover:before {
    border-left-color: #ffffff; }
  .btn-inverse.btn-right.active:before, .btn-inverse.btn-right:active:before, .open > .btn-inverse.btn-right.dropdown-toggle:before {
    border-left-color: #ffffff; }
  .btn-inverse.btn-bottom:before {
    border-top-color: #ffffff; }
  .btn-inverse.btn-bottom:focus:before, .btn-inverse.btn-bottom:hover:before {
    border-top-color: #ffffff; }
  .btn-inverse.btn-bottom.active:before, .btn-inverse.btn-bottom:active:before, .open > .btn-inverse.btn-bottom.dropdown-toggle:before {
    border-top-color: #ffffff; }
  .btn-inverse.btn-left:before {
    border-right-color: #ffffff; }
  .btn-inverse.btn-left:focus:before, .btn-inverse.btn-left:hover:before {
    border-right-color: #ffffff; }
  .btn-inverse.btn-left.active:before, .btn-inverse.btn-left:active:before, .open > .btn-inverse.btn-left.dropdown-toggle:before {
    border-right-color: #ffffff; }

.btn-dark {
  color: #ffffff;
  background-color: #526069;
  border-color: #526069;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #3c464c;
    border-color: #374147; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #3c464c;
    border-color: #374147; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #3c464c;
    border-color: #374147;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #2c3338;
      border-color: #1a1f21; }
  .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark:disabled:focus, .btn-dark:disabled.focus {
    background-color: #526069;
    border-color: #526069; }
  .btn-dark.disabled:hover, .btn-dark:disabled:hover {
    background-color: #526069;
    border-color: #526069; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
    background-color: #76838f;
    border-color: #76838f; }
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    background-color: #37474f;
    border-color: #37474f;
    box-shadow: none; }
    .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
      background-color: #37474f;
      border-color: #37474f; }
  .btn-dark.disabled, .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]: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:focus, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
    color: #ffffff;
    background-color: #a3afb7;
    border-color: #a3afb7; }
  .btn-dark .tag-pill {
    color: #526069;
    background-color: #ffffff; }
  .btn-dark.btn-up:before {
    border-bottom-color: #526069; }
  .btn-dark.btn-up:focus:before, .btn-dark.btn-up:hover: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 {
    border-bottom-color: #37474f; }
  .btn-dark.btn-right:before {
    border-left-color: #526069; }
  .btn-dark.btn-right:focus:before, .btn-dark.btn-right:hover: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 {
    border-left-color: #37474f; }
  .btn-dark.btn-bottom:before {
    border-top-color: #526069; }
  .btn-dark.btn-bottom:focus:before, .btn-dark.btn-bottom:hover: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 {
    border-top-color: #37474f; }
  .btn-dark.btn-left:before {
    border-right-color: #526069; }
  .btn-dark.btn-left:focus:before, .btn-dark.btn-left:hover: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 {
    border-right-color: #37474f; }
  .btn-dark.btn-flat {
    color: #526069; }

.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:active, .btn-raised.active, .open > .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(0px, 0px); }
  .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;
        transform: translate(-20px, -50%);
        transition: opacity .2s ease-out 0s; }
    .btn-animate-side:hover span {
      transform: translate(10px, 0px); }
      .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, 0px); }
    .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, 0px); }
    .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, 0px); }
  .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;
  padding-right: 0.572rem; }
  .btn-tagged .btn-tag {
    padding: 0.429rem 0.572rem;
    margin-right: 0.357rem; }
  .btn-tagged.btn-xs, .btn-group-xs > .btn-tagged.btn {
    padding-right: 0.358rem; }
    .btn-tagged.btn-xs .btn-tag, .btn-group-xs > .btn-tagged.btn .btn-tag {
      padding: 0.072rem 0.286rem;
      margin-right: 0.143rem; }
  .btn-tagged.btn-sm {
    padding-right: 0.858rem; }
    .btn-tagged.btn-sm .btn-tag {
      padding: 0.429rem 0.429rem;
      margin-right: 0.643rem; }
  .btn-tagged.btn-lg {
    padding-right: 1rem; }
    .btn-tagged.btn-lg .btn-tag {
      padding: 0.715rem 1rem;
      margin-right: 0.785rem; }
  .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, .open > .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, .open > .btn-pure.dropdown-toggle:hover, .open > .btn-pure.dropdown-toggle:focus, .open > .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:focus, .btn-pure.btn-default:active, .btn-pure.btn-default.active, .open > .btn-pure.btn-default.dropdown-toggle {
    color: #ccd5db; }
    .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:focus, .btn-pure.btn-default:focus.focus, .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:focus, .btn-pure.btn-default.active.focus, .open > .btn-pure.btn-default.dropdown-toggle:hover, .open > .btn-pure.btn-default.dropdown-toggle:focus, .open > .btn-pure.btn-default.dropdown-toggle.focus {
      color: #ccd5db; }
    .btn-pure.btn-default:hover .tag-pill, .btn-pure.btn-default:focus .tag-pill, .btn-pure.btn-default:active .tag-pill, .btn-pure.btn-default.active .tag-pill, .open > .btn-pure.btn-default.dropdown-toggle .tag-pill {
      color: #ccd5db; }
.btn-pure.btn-primary {
  color: #62a8ea; }
  .btn-pure.btn-primary:hover, .btn-pure.btn-primary:focus, .btn-pure.btn-primary:active, .btn-pure.btn-primary.active, .open > .btn-pure.btn-primary.dropdown-toggle {
    color: #a2caee; }
    .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:focus, .btn-pure.btn-primary:focus.focus, .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:focus, .btn-pure.btn-primary.active.focus, .open > .btn-pure.btn-primary.dropdown-toggle:hover, .open > .btn-pure.btn-primary.dropdown-toggle:focus, .open > .btn-pure.btn-primary.dropdown-toggle.focus {
      color: #a2caee; }
    .btn-pure.btn-primary:hover .tag-pill, .btn-pure.btn-primary:focus .tag-pill, .btn-pure.btn-primary:active .tag-pill, .btn-pure.btn-primary.active .tag-pill, .open > .btn-pure.btn-primary.dropdown-toggle .tag-pill {
      color: #a2caee; }
.btn-pure.btn-success {
  color: #46be8a; }
  .btn-pure.btn-success:hover, .btn-pure.btn-success:focus, .btn-pure.btn-success:active, .btn-pure.btn-success.active, .open > .btn-pure.btn-success.dropdown-toggle {
    color: #7dd3ae; }
    .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:focus, .btn-pure.btn-success:focus.focus, .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:focus, .btn-pure.btn-success.active.focus, .open > .btn-pure.btn-success.dropdown-toggle:hover, .open > .btn-pure.btn-success.dropdown-toggle:focus, .open > .btn-pure.btn-success.dropdown-toggle.focus {
      color: #7dd3ae; }
    .btn-pure.btn-success:hover .tag-pill, .btn-pure.btn-success:focus .tag-pill, .btn-pure.btn-success:active .tag-pill, .btn-pure.btn-success.active .tag-pill, .open > .btn-pure.btn-success.dropdown-toggle .tag-pill {
      color: #7dd3ae; }
.btn-pure.btn-info {
  color: #57c7d4; }
  .btn-pure.btn-info:hover, .btn-pure.btn-info:focus, .btn-pure.btn-info:active, .btn-pure.btn-info.active, .open > .btn-pure.btn-info.dropdown-toggle {
    color: #9ae1e9; }
    .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:focus, .btn-pure.btn-info:focus.focus, .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:focus, .btn-pure.btn-info.active.focus, .open > .btn-pure.btn-info.dropdown-toggle:hover, .open > .btn-pure.btn-info.dropdown-toggle:focus, .open > .btn-pure.btn-info.dropdown-toggle.focus {
      color: #9ae1e9; }
    .btn-pure.btn-info:hover .tag-pill, .btn-pure.btn-info:focus .tag-pill, .btn-pure.btn-info:active .tag-pill, .btn-pure.btn-info.active .tag-pill, .open > .btn-pure.btn-info.dropdown-toggle .tag-pill {
      color: #9ae1e9; }
.btn-pure.btn-warning {
  color: #f2a654; }
  .btn-pure.btn-warning:hover, .btn-pure.btn-warning:focus, .btn-pure.btn-warning:active, .btn-pure.btn-warning.active, .open > .btn-pure.btn-warning.dropdown-toggle {
    color: #f6be80; }
    .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:focus, .btn-pure.btn-warning:focus.focus, .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:focus, .btn-pure.btn-warning.active.focus, .open > .btn-pure.btn-warning.dropdown-toggle:hover, .open > .btn-pure.btn-warning.dropdown-toggle:focus, .open > .btn-pure.btn-warning.dropdown-toggle.focus {
      color: #f6be80; }
    .btn-pure.btn-warning:hover .tag-pill, .btn-pure.btn-warning:focus .tag-pill, .btn-pure.btn-warning:active .tag-pill, .btn-pure.btn-warning.active .tag-pill, .open > .btn-pure.btn-warning.dropdown-toggle .tag-pill {
      color: #f6be80; }
.btn-pure.btn-danger {
  color: #f96868; }
  .btn-pure.btn-danger:hover, .btn-pure.btn-danger:focus, .btn-pure.btn-danger:active, .btn-pure.btn-danger.active, .open > .btn-pure.btn-danger.dropdown-toggle {
    color: #fa9898; }
    .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:focus, .btn-pure.btn-danger:focus.focus, .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:focus, .btn-pure.btn-danger.active.focus, .open > .btn-pure.btn-danger.dropdown-toggle:hover, .open > .btn-pure.btn-danger.dropdown-toggle:focus, .open > .btn-pure.btn-danger.dropdown-toggle.focus {
      color: #fa9898; }
    .btn-pure.btn-danger:hover .tag-pill, .btn-pure.btn-danger:focus .tag-pill, .btn-pure.btn-danger:active .tag-pill, .btn-pure.btn-danger.active .tag-pill, .open > .btn-pure.btn-danger.dropdown-toggle .tag-pill {
      color: #fa9898; }
.btn-pure.btn-dark {
  color: #526069; }
  .btn-pure.btn-dark:hover, .btn-pure.btn-dark:focus, .btn-pure.btn-dark:active, .btn-pure.btn-dark.active, .open > .btn-pure.btn-dark.dropdown-toggle {
    color: #76838f; }
    .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:focus, .btn-pure.btn-dark:focus.focus, .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:focus, .btn-pure.btn-dark.active.focus, .open > .btn-pure.btn-dark.dropdown-toggle:hover, .open > .btn-pure.btn-dark.dropdown-toggle:focus, .open > .btn-pure.btn-dark.dropdown-toggle.focus {
      color: #76838f; }
    .btn-pure.btn-dark:hover .tag-pill, .btn-pure.btn-dark:focus .tag-pill, .btn-pure.btn-dark:active .tag-pill, .btn-pure.btn-dark.active .tag-pill, .open > .btn-pure.btn-dark.dropdown-toggle .tag-pill {
      color: #76838f; }
.btn-pure.btn-inverse {
  color: #ffffff; }
  .btn-pure.btn-inverse:hover, .btn-pure.btn-inverse:focus, .btn-pure.btn-inverse:active, .btn-pure.btn-inverse.active, .open > .btn-pure.btn-inverse.dropdown-toggle {
    color: #ffffff; }
    .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:focus, .btn-pure.btn-inverse:focus.focus, .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:focus, .btn-pure.btn-inverse.active.focus, .open > .btn-pure.btn-inverse.dropdown-toggle:hover, .open > .btn-pure.btn-inverse.dropdown-toggle:focus, .open > .btn-pure.btn-inverse.dropdown-toggle.focus {
      color: #ffffff; }
    .btn-pure.btn-inverse:hover .tag-pill, .btn-pure.btn-inverse:focus .tag-pill, .btn-pure.btn-inverse:active .tag-pill, .btn-pure.btn-inverse.active .tag-pill, .open > .btn-pure.btn-inverse.dropdown-toggle .tag-pill {
      color: #ffffff; }

.dropdown-toggle:after {
  margin-right: 0;
  margin-left: .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;
  padding: 0.572rem 1.072rem;
  border-radius: 0.215rem;
  transition: background-color .25s; }
  .dropdown-item .icon:first-child {
    margin-right: .5em;
    width: 1em;
    text-align: center; }

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

.dropdown-menu {
  transition: .25s; }
  .dropdown-menu.dropdown-menu-bullet {
    margin-top: 12px; }
    .dropdown-menu.dropdown-menu-bullet:before, .dropdown-menu.dropdown-menu-bullet:after {
      position: absolute;
      left: 10px;
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      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 {
        -webkit-animation-name: none;
        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 {
  bottom: 0; }

.dropdown-menu-media {
  padding-top: 0;
  padding-bottom: 0;
  width: 360px; }
  .dropdown-menu-media > li {
    padding: 0;
    margin: 0; }
  .dropdown-menu-media .dropdown-menu-header {
    padding: 20px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e4eaec;
    position: relative; }
    .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 .tag {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
  .dropdown-menu-media .list-group {
    font-size: 0.858rem;
    margin: 0;
    border-radius: 0;
    max-height: 270px; }
  .dropdown-menu-media .list-group-item {
    padding: 0 20px;
    border-radius: 0 !important;
    border: none;
    margin: 0; }
    .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 {
    border-top: 1px solid #e4eaec;
    background-color: #f3f7f9; }
    .dropdown-menu-media > .dropdown-menu-footer > a {
      padding: 15px 20px !important;
      margin: 0;
      color: #a3afb7 !important; }
      .dropdown-menu-media > .dropdown-menu-footer > a:hover {
        background-color: transparent !important;
        color: #89bceb !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: #89bceb !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: #ffffff;
  background-color: #62a8ea; }

.dropdown-menu-success .dropdown-iten.active, .dropdown-menu-success .dropdown-iten.active:hover, .dropdown-menu-success .dropdown-iten.active:focus {
  color: #ffffff;
  background-color: #46be8a; }

.dropdown-menu-info .dropdown-iten.active, .dropdown-menu-info .dropdown-iten.active:hover, .dropdown-menu-info .dropdown-iten.active:focus {
  color: #ffffff;
  background-color: #57c7d4; }

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

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

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

.btn-group .btn ~ .dropdown-toggle {
  margin-left: -1px;
  padding-right: .8em;
  padding-left: .8em; }
  .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: .25s; }

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

.input-group-addon {
  transition: border .25s linear, color .25s linear, background-color .25s linear; }

.input-group-btn .btn {
  padding: 6px 10px; }
  .input-group-btn .btn > .icon {
    line-height: inherit;
    vertical-align: bottom; }

.input-group-lg .input-group-addon,
.input-group-lg .input-group-btn {
  line-height: 1.3333333333; }

.input-group-sm .input-group-addon,
.input-group-sm .input-group-btn {
  line-height: 1.5; }

.form-icons .form-control-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 10px; }
  .form-icons .form-control-icon + .form-control {
    border-bottom-left-radius: 0.215rem;
    border-top-left-radius: 0.215rem;
    padding-left: 30px; }
.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 {
  left: auto;
  right: 10px; }
  .form-icons .form-control-icon-right + .form-control {
    padding-right: 30px;
    padding-left: 0.929rem; }

.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 .close {
    display: inline-block;
    margin-left: 10px; }

.nav-quick {
  padding: 0;
  margin-bottom: 21px;
  background-color: #ffffff;
  border-radius: 0.215rem;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .nav-quick .nav-item {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    text-align: center; }
  .nav-quick .nav-link {
    padding: 1.143rem 0;
    color: #76838f; }
    .nav-quick .nav-link .icon {
      display: block;
      margin-bottom: 0.2rem;
      font-size: 2rem; }
  .nav-quick .tag, .nav-quick .tag-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.5rem; }
  .nav-quick-lg .nav-link {
    padding: 1.572rem 0; }
    .nav-quick-lg .nav-link .icon {
      font-size: 2.5rem; }
  .nav-quick-bordered {
    border-top: 1px solid #e4eaec;
    border-left: 1px solid #e4eaec; }
    .nav-quick-bordered .nav-item {
      border-bottom: 1px solid #e4eaec;
      border-right: 1px solid #e4eaec; }

.nav-tabs .nav-link {
  color: #76838f;
  transition: .25s; }
  .nav-tabs .nav-link > .icon {
    line-height: 1;
    margin-right: .5em; }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #f3f7f9; }
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  border-color: transparent;
  border-bottom-color: #62a8ea; }
.nav-tabs .dropup .dropdown-menu {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.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-bottom-color: transparent;
      border-top-color: #e4eaec; }

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

.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:focus, .nav-tabs-solid .nav-link.active:hover,
  .nav-tabs-solid .nav-item.open .nav-link,
  .nav-tabs-solid .nav-item.open .nav-link:focus,
  .nav-tabs-solid .nav-item.open .nav-link:hover {
    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:focus, .nav-tabs-line .nav-link.active:hover,
  .nav-tabs-line .nav-item.open .nav-link,
  .nav-tabs-line .nav-item.open .nav-link:focus,
  .nav-tabs-line .nav-item.open .nav-link:hover {
    color: #62a8ea;
    background-color: transparent;
    border-bottom: 2px solid #62a8ea; }
  .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:focus, .nav-tabs-line .nav-item.open > .nav-link:hover {
    border-bottom-color: #62a8ea; }
  .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:focus, .nav-tabs-line.nav-tabs-bottom .nav-link.active:hover,
  .nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link,
  .nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link:focus,
  .nav-tabs-line.nav-tabs-bottom .nav-item.open .nav-link:hover {
    border-top: 2px solid #62a8ea;
    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:focus, .nav-tabs-line.nav-tabs-bottom .nav-item.open > .nav-link:hover {
    border-top-color: #62a8ea; }

.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-bottom-color: transparent;
      border-top: 2px solid #ccd5db; }
  .tabs-line-top .nav-link.active, .tabs-line-top .nav-link.active:focus, .tabs-line-top .nav-link.active:hover,
  .tabs-line-top .nav-item.open .nav-link,
  .tabs-line-top .nav-item.open .nav-link:focus,
  .tabs-line-top .nav-item.open .nav-link:hover {
    color: #62a8ea;
    background-color: transparent;
    border-top: 2px solid #62a8ea;
    border-left: 1px solid #e4eaec;
    border-right: 1px solid #e4eaec;
    border-bottom: 1px solid #fff; }

.nav-tabs-vertical::after {
  content: "";
  display: table;
  clear: both; }
.nav-tabs-vertical .nav-tabs {
  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-bottom-color: transparent;
      border-right-color: #e4eaec; }
    .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: #62a8ea; }
.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-left-color: #62a8ea; }
.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 #62a8ea;
    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 #62a8ea; }
.nav-tabs-vertical .tab-content {
  overflow: hidden; }

.nav-tabs-inverse .nav-tabs-solid {
  border-bottom-color: #ffffff; }
  .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: #ffffff; }
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid {
  border-right-color: #ffffff; }
  .nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
    border-left-color: #ffffff; }
.nav-tabs-inverse .tab-content {
  background: #ffffff; }

.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 {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  padding: 0;
  min-height: 4.715rem; }

.navbar-nav {
  margin: 0.80375rem -0.9375rem; }
  .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: 21px; }
  .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; }
  @media (max-width: 767px) {
    .navbar-nav .open .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 {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu .dropdown-item {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu .dropdown-item:hover, .navbar-nav .open .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.6075rem;
          padding-bottom: 1.6075rem; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -0.9375rem; } }

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

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

.navbar-toggler {
  position: relative;
  cursor: pointer;
  float: right;
  transition: color .25s linear;
  padding: 1.6075rem 0.9375rem;
  line-height: 21px;
  height: 4.715rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.9375rem;
  background: transparent !important;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.215rem; }
  .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; }
  @media (min-width: 768px) {
    .navbar-toggler {
      display: none; } }

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse::after {
    content: "";
    display: table;
    clear: both; }
  .navbar-collapse.in {
    overflow-y: visible; }
  @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-left: 0;
        padding-right: 0; } }

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-brand-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); } }
@media (min-width: 768px) {
  .navbar-mega .container, .navbar-mega .container-fluid {
    position: relative; } }
.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; }
.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
  right: 5px;
  left: 5px; }
  @media (max-width: 767px) {
    .navbar-mega .dropdown.dropdown-fw .dropdown-menu {
      right: 0;
      left: 0; } }

.navbar-form {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0.715rem 0.9375rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1.107rem;
  margin-bottom: 1.107rem; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 0.358rem; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -0.9375rem; } }
  .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: 767px) {
  .navbar-search {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
@media (max-width: 767px) {
  .navbar-search .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none; } }

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

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

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

@media (max-width: 767px) {
  .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: 767px) {
  .navbar-nav .nav-link.navbar-avatar {
    padding-top: 0.393rem;
    padding-bottom: 0.393rem; } }

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

.icon-fullscreen {
  font-family: "Web Icons"; }
  .icon-fullscreen:before {
    content: ""; }
  .icon-fullscreen.active:before {
    content: ""; }

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

.navbar-btn {
  margin-top: 1.107rem;
  margin-bottom: 1.107rem; }
  .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.6075rem;
  margin-bottom: 1.6075rem; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left; }

  .navbar-right {
    float: right;
    margin-right: -0.9375rem; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; }
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto; } }
.navbar-default {
  background-color: #ffffff;
  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: #ccd5db;
    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; }
  .navbar-default .navbar-nav > .open > .nav-link, .navbar-default .navbar-nav > .open > .nav-link:hover, .navbar-default .navbar-nav > .open > .nav-link:focus {
    background-color: rgba(243, 247, 249, 0.6);
    color: #526069; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .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 {
        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 {
        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 {
        color: #ccd5db;
        background-color: transparent; } }
  .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: #ccd5db;
    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 {
    color: #526069;
    background-color: rgba(243, 247, 249, 0.6); }

.navbar-inverse {
  background-color: #62a8ea;
  border-color: rgba(0, 0, 0, 0.1); }
  .navbar-inverse .navbar-brand {
    color: #ffffff; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #ffffff;
      background-color: none; }
  .navbar-inverse .navbar-text {
    color: #ffffff; }
  .navbar-inverse .navbar-nav .nav-link {
    color: #ffffff; }
    .navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-nav .nav-link:focus {
      color: #ffffff;
      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: #ffffff;
    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: #ffffff;
    background-color: transparent; }
  .navbar-inverse .navbar-toggler {
    color: #ffffff;
    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: #ffffff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #4397e6; }
  .navbar-inverse .navbar-nav > .open > .nav-link, .navbar-inverse .navbar-nav > .open > .nav-link:hover, .navbar-inverse .navbar-nav > .open > .nav-link:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: rgba(0, 0, 0, 0.1); }
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-divider {
      background-color: rgba(0, 0, 0, 0.1); }
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item {
      color: #ffffff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item:hover, .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-item:focus {
        color: #ffffff;
        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 {
        color: #ffffff;
        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 {
        color: #ffffff;
        background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #ffffff; }
    .navbar-inverse .navbar-link:hover {
      color: #ffffff; }
  .navbar-inverse .navbar-toolbar .nav-link {
    color: #ffffff; }
    .navbar-inverse .navbar-toolbar .nav-link:hover, .navbar-inverse .navbar-toolbar .nav-link:focus {
      color: #ffffff;
      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: #ffffff;
    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: #ffffff;
    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 {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1); }

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

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

.pagination-gap .page-item.disabled .page-link:focus, .pagination-gap .page-item.disabled .page-link:hover {
  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: #62a8ea; }
.pagination-gap .page-link {
  margin: 0 5px;
  border-radius: 5px; }
  .pagination-gap .page-link:focus, .pagination-gap .page-link:hover {
    background-color: transparent;
    border-color: #62a8ea; }

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

.tag.tag-outline {
  color: #f3f7f9;
  background-color: transparent;
  border-color: #f3f7f9; }

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

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

.tag-pill {
  padding: 3px 6px; }
  .tag-pill:empty {
    display: none; }
  .tag-pill.up {
    position: relative;
    top: -10px;
    margin: 0 -0.8em;
    border-radius: 15px; }
  .btn .tag-pill {
    top: 0; }
  .btn-xs .tag-pill, .btn-group-xs > .btn .tag-pill, .btn-group-xs > .btn .tag-pill {
    top: 0;
    padding: 1px 5px; }
  a .tag-pill:hover, a .tag-pill:focus {
    text-decoration: none;
    cursor: pointer; }
  .list-group-item > .tag-pill {
    float: right; }
  .list-group-item > .tag-pill + .tag-pill {
    margin-right: 5px; }
  .nav-pills > li > a > .tag-pill {
    margin-left: 3px; }

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

.tag-primary[href]:hover, .tag-primary[href]:focus {
  background-color: #89bceb; }
.tag-primary.tag-outline {
  color: #62a8ea;
  background-color: transparent;
  border-color: #62a8ea; }

.tag-success[href]:hover, .tag-success[href]:focus {
  background-color: #5cd29d; }
.tag-success.tag-outline {
  color: #46be8a;
  background-color: transparent;
  border-color: #46be8a; }

.tag-info[href]:hover, .tag-info[href]:focus {
  background-color: #77d6e1; }
.tag-info.tag-outline {
  color: #57c7d4;
  background-color: transparent;
  border-color: #57c7d4; }

.tag-warning[href]:hover, .tag-warning[href]:focus {
  background-color: #f4b066; }
.tag-warning.tag-outline {
  color: #f2a654;
  background-color: transparent;
  border-color: #f2a654; }

.tag-danger[href]:hover, .tag-danger[href]:focus {
  background-color: #fa7a7a; }
.tag-danger.tag-outline {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868; }

.tag-dark {
  background-color: #526069; }
  .tag-dark[href]:hover, .tag-dark[href]:focus {
    background-color: #76838f; }
  .tag-dark.tag-outline {
    color: #526069;
    background-color: transparent;
    border-color: #526069; }
  .tag-dark[href]:focus, .tag-dark[href]:hover {
    background-color: #3c464c; }

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

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

.jumbotron {
  padding: 0;
  border-radius: 0.215rem; }
  .jumbotron > .jumbotron-photo img {
    width: 100%;
    border-top-right-radius: 0.215rem;
    border-top-left-radius: 0.215rem; }
  .jumbotron-contents {
    padding: 1.429rem; }
  .jumbotron .carousel,
  .jumbotron .carousel-inner,
  .jumbotron .carousel-inner > .carousel-item.active img {
    border-top-right-radius: 0.215rem;
    border-top-left-radius: 0.215rem; }
  .jumbotron .carousel-inner > .carousel-item > a > img,
  .jumbotron .carousel-inner > .carousel-item > img {
    width: 100%; }
  @media (min-width: 768px) {
    .jumbotron, .container .jumbotron {
      padding: 0; } }

.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;
    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 {
    top: 0;
    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 {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 1rem;
    width: 1em;
    text-align: center; }

.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 .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 {
  background-color: rgba(232, 241, 248, 0.8);
  border-color: #e8f1f8;
  color: #62a8ea; }
  .alert-primary .close {
    color: #62a8ea; }
    .alert-primary .close:hover, .alert-primary .close:focus {
      color: #62a8ea; }
  .alert-primary .alert-link {
    color: #4e97d9; }

.alert-alt.alert-primary {
  border-color: #62a8ea; }
  .alert-alt.alert-primary a,
  .alert-alt.alert-primary .alert-link {
    color: #62a8ea; }

.alert-success .alert-link {
  color: #36ab7a; }

.alert-alt.alert-success {
  border-color: #46be8a; }
  .alert-alt.alert-success a,
  .alert-alt.alert-success .alert-link {
    color: #46be8a; }

.alert-info .alert-link {
  color: #47b8c6; }

.alert-alt.alert-info {
  border-color: #57c7d4; }
  .alert-alt.alert-info a,
  .alert-alt.alert-info .alert-link {
    color: #57c7d4; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert.dark .alert-link {
  color: #ffffff !important;
  font-weight: 500; }
.alert.dark .alert-left-border {
  border: none;
  border-left: 3px solid transparent; }
.alert.dark.alert-dismissible.alert-alt .close {
  color: #ffffff; }
  .alert.dark.alert-dismissible.alert-alt .close:hover, .alert.dark.alert-dismissible.alert-alt .close:focus {
    color: #ffffff; }
.alert.dark.alert-primary {
  background-color: #62a8ea;
  border-color: #62a8ea;
  color: #ffffff; }
  .alert.dark.alert-primary .close {
    color: #ffffff; }
    .alert.dark.alert-primary .close:hover, .alert.dark.alert-primary .close:focus {
      color: #ffffff; }
  .alert.dark.alert-primary.alert-alt {
    border-color: #2771b4; }
    .alert.dark.alert-primary.alert-alt a,
    .alert.dark.alert-primary.alert-alt .alert-link {
      color: #ffffff; }
.alert.dark.alert-success {
  background-color: #46be8a;
  border-color: #46be8a;
  color: #ffffff; }
  .alert.dark.alert-success .close {
    color: #ffffff; }
    .alert.dark.alert-success .close:hover, .alert.dark.alert-success .close:focus {
      color: #ffffff; }
  .alert.dark.alert-success.alert-alt {
    border-color: #247151; }
    .alert.dark.alert-success.alert-alt a,
    .alert.dark.alert-success.alert-alt .alert-link {
      color: #ffffff; }
.alert.dark.alert-info {
  background-color: #57c7d4;
  border-color: #57c7d4;
  color: #ffffff; }
  .alert.dark.alert-info .close {
    color: #ffffff; }
    .alert.dark.alert-info .close:hover, .alert.dark.alert-info .close:focus {
      color: #ffffff; }
  .alert.dark.alert-info.alert-alt {
    border-color: #2e8893; }
    .alert.dark.alert-info.alert-alt a,
    .alert.dark.alert-info.alert-alt .alert-link {
      color: #ffffff; }
.alert.dark.alert-warning {
  background-color: #f2a654;
  border-color: #f2a654;
  color: #ffffff; }
  .alert.dark.alert-warning .close {
    color: #ffffff; }
    .alert.dark.alert-warning .close:hover, .alert.dark.alert-warning .close:focus {
      color: #ffffff; }
  .alert.dark.alert-warning.alert-alt {
    border-color: #cb7314; }
    .alert.dark.alert-warning.alert-alt a,
    .alert.dark.alert-warning.alert-alt .alert-link {
      color: #ffffff; }
.alert.dark.alert-danger {
  background-color: #f96868;
  border-color: #f96868;
  color: #ffffff; }
  .alert.dark.alert-danger .close {
    color: #ffffff; }
    .alert.dark.alert-danger .close:hover, .alert.dark.alert-danger .close:focus {
      color: #ffffff; }
  .alert.dark.alert-danger.alert-alt {
    border-color: #d91d1f; }
    .alert.dark.alert-danger.alert-alt a,
    .alert.dark.alert-danger.alert-alt .alert-link {
      color: #ffffff; }

.progress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 21px;
  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: #62a8ea;
  transition: width .6s ease; }

.progress-bar-success {
  background-color: #46be8a; }
  .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: #57c7d4; }
  .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: #f2a654; }
  .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: #f96868; }
  .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 {
  min-height: 250px;
  height: 250px;
  width: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px; }
  .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: #ffffff;
    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: 21px; }
  .progress-lg.progress-vertical {
    width: 25px; }
  .progress-lg .progress-bar {
    line-height: 21px; }

.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; }

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

.media-object {
  width: 120px; }

.media-body {
  overflow: auto; }

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

.media-lg .media-object {
  width: 160px; }
.media-lg .media {
  margin-left: -110px; }

.media-sm .media-object {
  width: 80px; }
.media-sm .media {
  margin-left: -70px; }

.media-xs .media-object {
  width: 60px; }
.media-xs .media {
  margin-left: -60px; }

@media (min-width: 768px) {
  .media-body {
    overflow: hidden; }
  .media .media {
    margin-left: 0; } }
@media (max-width: 479px) {
  .media-lg .media {
    margin-left: 0; }

  .media .media-left {
    margin-bottom: 5px; }
  .media .media {
    padding-left: 15px; }

  .media-left {
    display: block; } }
.list-group {
  margin-bottom: 20px; }
  .list-group .media {
    padding: 2px 0;
    border-bottom: 0; }
    .list-group .media .media-left {
      padding-right: 20px; }
    .list-group .media .media-right {
      padding-left: 20px; }
      .list-group .media .media-right .status {
        margin-top: 15px;
        margin-right: 5px; }
    .list-group .media .media-heading {
      font-size: 1rem; }

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

a.list-group-item {
  color: #76838f;
  border-radius: 0.215rem; }
  a.list-group-item:focus, a.list-group-item:hover {
    color: #76838f;
    text-decoration: none;
    background-color: #f3f7f9; }
  a.list-group-item.disabled, a.list-group-item.disabled:focus, a.list-group-item.disabled:hover {
    color: #ccd5db;
    background-color: #f3f7f9; }
  a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    color: #ffffff;
    background-color: #62a8ea; }

.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: #ffffff;
    background-color: #4e97d9;
    border-color: #4e97d9; }

.list-group-dividered .list-group-item {
  border-top-color: #e4eaec; }
  .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.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: transparent;
  border-color: transparent;
  color: #62a8ea; }

.list-group-item {
  border: 1px solid transparent; }

.list-group-item-dark {
  color: #ffffff;
  background-color: #526069; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #ffffff; }
  a.list-group-item-dark .list-group-item-heading,
  button.list-group-item-dark .list-group-item-heading {
    color: inherit; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #ffffff;
    background-color: #47535b; }
  a.list-group-item-dark.active, a.list-group-item-dark.active:focus, a.list-group-item-dark.active:hover,
  button.list-group-item-dark.active,
  button.list-group-item-dark.active:focus,
  button.list-group-item-dark.active:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff; }

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

.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-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; }

.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;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #a3afb7;
    border-radius: 50%; }

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

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

.card-actions {
  margin-top: 10px;
  text-align: right; }
  .card-actions a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #a3afb7; }
    .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 {
      text-decoration: none;
      color: #ccd5db; }
    .card-actions a:last-child {
      margin-right: 0; }

.card-actions-sidebar {
  width: 60px;
  position: absolute;
  top: 20px;
  left: 20px; }
  .card-actions-sidebar a {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    border-right: 1px solid #e4eaec;
    margin-right: 0; }
    .card-actions-sidebar a:before {
      display: inline-block;
      content: '';
      height: 100%;
      vertical-align: middle; }
    .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 {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: calc(0.215rem - 1px) 0 0 calc(0.215rem - 1px); }
  .card-img-left ~ .card-block {
    margin-left: 40%;
    width: 60%; }
  @media (max-width: 767px) {
    .card-img-left {
      position: relative;
      width: 100%;
      height: 320px; }
      .card-img-left ~ .card-block {
        margin-left: 0;
        width: 100%; } }

.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 {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  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; }

.modal-content {
  border: none; }

.modal-header {
  border-bottom: none; }

.modal-header .close {
  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: 768px) {
  .modal-dialog {
    width: auto;
    margin: 30px auto; }

  .modal-sm {
    width: 300px; } }
.modal-top {
  margin: 0 auto; }

.modal-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: center;
  align-content: center; }

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

.modal-sidebar {
  position: absolute;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0;
  background-color: #ffffff;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: center;
  align-content: center; }
  .modal-sidebar .modal-content {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden; }
  .modal-sidebar .modal-header {
    border-bottom: none; }
  .modal-sidebar .modal-footer {
    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%, 0px); }

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

.modal-fill-in {
  background-color: transparent; }
  .modal-fill-in.in {
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 1; }
  .modal-fill-in .modal-dialog {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @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;
        opacity: .5;
        z-index: 1;
        transform: translate(0%, 0%); } }
    @media (min-width: 992px) {
      .modal-fill-in .modal-dialog.modal-lg > * {
        width: 900px; } }
  .modal-fill-in .modal-content {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none; }

.modal-primary .modal-header {
  background-color: #62a8ea;
  border-radius: 0.286rem 0.286rem 0 0; }
  .modal-primary .modal-header * {
    color: #ffffff; }
  .modal-primary .modal-header .close {
    opacity: .6; }

.modal-success .modal-header {
  background-color: #46be8a;
  border-radius: 0.286rem 0.286rem 0 0; }
  .modal-success .modal-header * {
    color: #ffffff; }
  .modal-success .modal-header .close {
    opacity: .6; }

.modal-info .modal-header {
  background-color: #57c7d4;
  border-radius: 0.286rem 0.286rem 0 0; }
  .modal-info .modal-header * {
    color: #ffffff; }
  .modal-info .modal-header .close {
    opacity: .6; }

.modal-warning .modal-header {
  background-color: #f2a654;
  border-radius: 0.286rem 0.286rem 0 0; }
  .modal-warning .modal-header * {
    color: #ffffff; }
  .modal-warning .modal-header .close {
    opacity: .6; }

.modal-danger .modal-header {
  background-color: #f96868;
  border-radius: 0.286rem 0.286rem 0 0; }
  .modal-danger .modal-header * {
    color: #ffffff; }
  .modal-danger .modal-header .close {
    opacity: .6; }

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

@-webkit-keyframes slit {
  50% {
    opacity: 0.5;
    transform: translateZ(-250px) rotateY(89deg); }
  100% {
    opacity: 1;
    transform: translateZ(0px) rotateY(0deg); } }
@keyframes slit {
  50% {
    opacity: 0.5;
    transform: translateZ(-250px) rotateY(89deg); }
  100% {
    opacity: 1;
    transform: translateZ(0px) rotateY(0deg); } }
.tooltip-primary .tooltip-inner {
  color: #ffffff;
  background-color: #62a8ea; }
.tooltip-primary.bs-tether-element-attached-top .tooltip-arrow, .tooltip-primary.tooltip-top .tooltip-arrow {
  border-bottom-color: #62a8ea; }
.tooltip-primary.bs-tether-element-attached-right .tooltip-arrow, .tooltip-primary.tooltip-right .tooltip-arrow {
  border-left-color: #62a8ea; }
.tooltip-primary.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip-primary.tooltip-bottom .tooltip-arrow {
  border-top-color: #62a8ea; }
.tooltip-primary.bs-tether-element-attached-left .tooltip-arrow, .tooltip-primary.tooltip-left .tooltip-arrow {
  border-right-color: #62a8ea; }

.tooltip-success .tooltip-inner {
  color: #ffffff;
  background-color: #46be8a; }
.tooltip-success.bs-tether-element-attached-top .tooltip-arrow, .tooltip-success.tooltip-top .tooltip-arrow {
  border-bottom-color: #46be8a; }
.tooltip-success.bs-tether-element-attached-right .tooltip-arrow, .tooltip-success.tooltip-right .tooltip-arrow {
  border-left-color: #46be8a; }
.tooltip-success.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip-success.tooltip-bottom .tooltip-arrow {
  border-top-color: #46be8a; }
.tooltip-success.bs-tether-element-attached-left .tooltip-arrow, .tooltip-success.tooltip-left .tooltip-arrow {
  border-right-color: #46be8a; }

.tooltip-info .tooltip-inner {
  color: #ffffff;
  background-color: #57c7d4; }
.tooltip-info.bs-tether-element-attached-top .tooltip-arrow, .tooltip-info.tooltip-top .tooltip-arrow {
  border-bottom-color: #57c7d4; }
.tooltip-info.bs-tether-element-attached-right .tooltip-arrow, .tooltip-info.tooltip-right .tooltip-arrow {
  border-left-color: #57c7d4; }
.tooltip-info.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip-info.tooltip-bottom .tooltip-arrow {
  border-top-color: #57c7d4; }
.tooltip-info.bs-tether-element-attached-left .tooltip-arrow, .tooltip-info.tooltip-left .tooltip-arrow {
  border-right-color: #57c7d4; }

.tooltip-warning .tooltip-inner {
  color: #ffffff;
  background-color: #f2a654; }
.tooltip-warning.bs-tether-element-attached-top .tooltip-arrow, .tooltip-warning.tooltip-top .tooltip-arrow {
  border-bottom-color: #f2a654; }
.tooltip-warning.bs-tether-element-attached-right .tooltip-arrow, .tooltip-warning.tooltip-right .tooltip-arrow {
  border-left-color: #f2a654; }
.tooltip-warning.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip-warning.tooltip-bottom .tooltip-arrow {
  border-top-color: #f2a654; }
.tooltip-warning.bs-tether-element-attached-left .tooltip-arrow, .tooltip-warning.tooltip-left .tooltip-arrow {
  border-right-color: #f2a654; }

.tooltip-danger .tooltip-inner {
  color: #ffffff;
  background-color: #f96868; }
.tooltip-danger.bs-tether-element-attached-top .tooltip-arrow, .tooltip-danger.tooltip-top .tooltip-arrow {
  border-bottom-color: #f96868; }
.tooltip-danger.bs-tether-element-attached-right .tooltip-arrow, .tooltip-danger.tooltip-right .tooltip-arrow {
  border-left-color: #f96868; }
.tooltip-danger.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip-danger.tooltip-bottom .tooltip-arrow {
  border-top-color: #f96868; }
.tooltip-danger.bs-tether-element-attached-left .tooltip-arrow, .tooltip-danger.tooltip-left .tooltip-arrow {
  border-right-color: #f96868; }

.popover {
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
  .popover.bs-tether-element-attached-top > .popover-arrow:after, .popover.popover-bottom > .popover-arrow:after {
    border-bottom-color: #f3f7f9; }

.popover-primary .popover-title {
  color: #ffffff;
  background-color: #62a8ea;
  border-color: #62a8ea; }
.popover-primary.bs-tether-element-attached-top .popover-arrow, .popover-primary.popover-bottom .popover-arrow {
  border-bottom-color: #62a8ea; }
  .popover-primary.bs-tether-element-attached-top .popover-arrow:after, .popover-primary.popover-bottom .popover-arrow:after {
    border-bottom-color: #62a8ea; }

.popover-success .popover-title {
  color: #ffffff;
  background-color: #46be8a;
  border-color: #46be8a; }
.popover-success.bs-tether-element-attached-top .popover-arrow, .popover-success.popover-bottom .popover-arrow {
  border-bottom-color: #46be8a; }
  .popover-success.bs-tether-element-attached-top .popover-arrow:after, .popover-success.popover-bottom .popover-arrow:after {
    border-bottom-color: #46be8a; }

.popover-info .popover-title {
  color: #ffffff;
  background-color: #57c7d4;
  border-color: #57c7d4; }
.popover-info.bs-tether-element-attached-top .popover-arrow, .popover-info.popover-bottom .popover-arrow {
  border-bottom-color: #57c7d4; }
  .popover-info.bs-tether-element-attached-top .popover-arrow:after, .popover-info.popover-bottom .popover-arrow:after {
    border-bottom-color: #57c7d4; }

.popover-warning .popover-title {
  color: #ffffff;
  background-color: #f2a654;
  border-color: #f2a654; }
.popover-warning.bs-tether-element-attached-top .popover-arrow, .popover-warning.popover-bottom .popover-arrow {
  border-bottom-color: #f2a654; }
  .popover-warning.bs-tether-element-attached-top .popover-arrow:after, .popover-warning.popover-bottom .popover-arrow:after {
    border-bottom-color: #f2a654; }

.popover-danger .popover-title {
  color: #ffffff;
  background-color: #f96868;
  border-color: #f96868; }
.popover-danger.bs-tether-element-attached-top .popover-arrow, .popover-danger.popover-bottom .popover-arrow {
  border-bottom-color: #f96868; }
  .popover-danger.bs-tether-element-attached-top .popover-arrow:after, .popover-danger.popover-bottom .popover-arrow:after {
    border-bottom-color: #f96868; }

.carousel-control {
  min-width: 50px; }
  .carousel-control:focus, .carousel-control:hover {
    opacity: 0.4; }
  .carousel-control .icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -8px; }
  .carousel-control.left .icon {
    left: 50%;
    margin-left: -8px; }
  .carousel-control.right .icon {
    right: 50%;
    margin-right: -8px; }

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
  color: inherit; }

.carousel-indicators {
  margin-bottom: 0; }
  .carousel-indicators li {
    margin: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none; }
  .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 3px; }

.carousel-indicators-scaleup li {
  border: none;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s; }
.carousel-indicators-scaleup .active {
  transform: scale(1.5); }

.carousel-indicators-fillin li {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff inset;
  transition: box-shadow 0.3s ease 0s; }
.carousel-indicators-fillin .active {
  box-shadow: 0 0 0 8px #fff inset; }

.carousel-indicators-fall li {
  position: relative;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s; }
  .carousel-indicators-fall li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 0;
    transform: translate(0%, -200%);
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s; }
.carousel-indicators-fall .active {
  background-color: transparent;
  transform: translate(0, 200%); }
  .carousel-indicators-fall .active:after {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease 0s; }

@media (min-width: 768px) {
  .carousel-control .icon {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 24px; }
  .carousel-control.left .icon {
    margin-left: -12px; }
  .carousel-control.right .icon {
    margin-right: -12px; } }
.vertical-align {
  font-size: 0; }
  .vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""; }
  .vertical-align-middle, .vertical-align-bottom {
    display: inline-block;
    max-width: 100%;
    font-size: 1rem; }
  .vertical-align-middle {
    vertical-align: middle; }
  .vertical-align-bottom {
    vertical-align: bottom; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.text-break {
  hyphens: auto;
  word-wrap: break-word;
  white-space: normal; }

.text-top {
  vertical-align: top !important; }

.text-middle {
  vertical-align: middle !important; }

.text-bottom {
  vertical-align: bottom !important; }

.font-weight-unset {
  font-weight: unset !important; }

.font-weight-100 {
  font-weight: 100 !important; }

.font-weight-200 {
  font-weight: 200 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-900 {
  font-weight: 900 !important; }

.font-weight-light {
  font-weight: 100 !important; }

.font-weight-normal {
  font-weight: 300 !important; }

.font-weight-medium {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 500 !important; }

.font-size-0 {
  font-size: 0 !important; }

.font-size-10 {
  font-size: 10px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-40 {
  font-size: 40px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-60 {
  font-size: 60px !important; }

.font-size-70 {
  font-size: 70px !important; }

.font-size-80 {
  font-size: 80px !important; }

.w-50 {
  width: 50px !important; }

.w-100 {
  width: 100px !important; }

.w-120 {
  width: 120px !important; }

.w-150 {
  width: 150px !important; }

.w-200 {
  width: 200px !important; }

.w-250 {
  width: 250px !important; }

.w-300 {
  width: 300px !important; }

.w-350 {
  width: 350px !important; }

.w-400 {
  width: 400px !important; }

.w-450 {
  width: 450px !important; }

.w-500 {
  width: 500px !important; }

@media (max-width: 479px) {
  .w-xs-50 {
    width: 50px !important; }

  .w-xs-100 {
    width: 100px !important; }

  .w-xs-120 {
    width: 120px !important; }

  .w-xs-150 {
    width: 150px !important; }

  .w-xs-200 {
    width: 200px !important; }

  .w-xs-250 {
    width: 250px !important; }

  .w-xs-300 {
    width: 300px !important; }

  .w-xs-350 {
    width: 350px !important; }

  .w-xs-400 {
    width: 400px !important; }

  .w-xs-450 {
    width: 450px !important; }

  .w-xs-500 {
    width: 500px !important; }

  .w-xs-100pc {
    width: 100% !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  .w-sm-50 {
    width: 50px !important; }

  .w-sm-100 {
    width: 100px !important; }

  .w-sm-120 {
    width: 120px !important; }

  .w-sm-150 {
    width: 150px !important; }

  .w-sm-200 {
    width: 200px !important; }

  .w-sm-250 {
    width: 250px !important; }

  .w-sm-300 {
    width: 300px !important; }

  .w-sm-350 {
    width: 350px !important; }

  .w-sm-400 {
    width: 400px !important; }

  .w-sm-450 {
    width: 450px !important; }

  .w-sm-500 {
    width: 500px !important; }

  .w-sm-100pc {
    width: 100% !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .w-md-50 {
    width: 50px !important; }

  .w-md-100 {
    width: 100px !important; }

  .w-md-120 {
    width: 120px !important; }

  .w-md-150 {
    width: 150px !important; }

  .w-md-200 {
    width: 200px !important; }

  .w-md-250 {
    width: 250px !important; }

  .w-md-300 {
    width: 300px !important; }

  .w-md-350 {
    width: 350px !important; }

  .w-md-400 {
    width: 400px !important; }

  .w-md-450 {
    width: 450px !important; }

  .w-md-500 {
    width: 500px !important; }

  .w-md-100pc {
    width: 100% !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .w-lg-50 {
    width: 50px !important; }

  .w-lg-100 {
    width: 100px !important; }

  .w-lg-120 {
    width: 120px !important; }

  .w-lg-150 {
    width: 150px !important; }

  .w-lg-200 {
    width: 200px !important; }

  .w-lg-250 {
    width: 250px !important; }

  .w-lg-300 {
    width: 300px !important; }

  .w-lg-350 {
    width: 350px !important; }

  .w-lg-400 {
    width: 400px !important; }

  .w-lg-450 {
    width: 450px !important; }

  .w-lg-500 {
    width: 500px !important; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .w-xl-50 {
    width: 50px !important; }

  .w-xl-100 {
    width: 100px !important; }

  .w-xl-120 {
    width: 120px !important; }

  .w-xl-150 {
    width: 150px !important; }

  .w-xl-200 {
    width: 200px !important; }

  .w-xl-250 {
    width: 250px !important; }

  .w-xl-300 {
    width: 300px !important; }

  .w-xl-350 {
    width: 350px !important; }

  .w-xl-400 {
    width: 400px !important; }

  .w-xl-450 {
    width: 450px !important; }

  .w-xl-500 {
    width: 500px !important; } }
@media (min-width: 1600px) {
  .w-xl-50 {
    width: 50px !important; }

  .w-xl-100 {
    width: 100px !important; }

  .w-xl-120 {
    width: 120px !important; }

  .w-xl-150 {
    width: 150px !important; }

  .w-xl-200 {
    width: 200px !important; }

  .w-xl-250 {
    width: 250px !important; }

  .w-xl-300 {
    width: 300px !important; }

  .w-xl-350 {
    width: 350px !important; }

  .w-xl-400 {
    width: 400px !important; }

  .w-xl-450 {
    width: 450px !important; }

  .w-xl-500 {
    width: 500px !important; } }
.h-50 {
  height: 50px !important; }

.h-100 {
  height: 100px !important; }

.h-120 {
  height: 120px !important; }

.h-150 {
  height: 150px !important; }

.h-200 {
  height: 200px !important; }

.h-250 {
  height: 250px !important; }

.h-300 {
  height: 300px !important; }

.h-350 {
  height: 350px !important; }

.h-400 {
  height: 400px !important; }

.h-450 {
  height: 450px !important; }

.h-500 {
  height: 500px !important; }

@media (max-width: 479px) {
  .h-xs-50 {
    height: 50px !important; }

  .h-xs-100 {
    height: 100px !important; }

  .h-xs-120 {
    height: 120px !important; }

  .h-xs-150 {
    height: 150px !important; }

  .h-xs-200 {
    height: 200px !important; }

  .h-xs-250 {
    height: 250px !important; }

  .h-xs-300 {
    height: 300px !important; }

  .h-xs-350 {
    height: 350px !important; }

  .h-xs-400 {
    height: 400px !important; }

  .h-xs-450 {
    height: 450px !important; }

  .h-xs-500 {
    height: 500px !important; }

  .w-xs-100pc {
    width: 100% !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  .h-sm-50 {
    height: 50px !important; }

  .h-sm-100 {
    height: 100px !important; }

  .h-sm-120 {
    height: 120px !important; }

  .h-sm-150 {
    height: 150px !important; }

  .h-sm-200 {
    height: 200px !important; }

  .h-sm-250 {
    height: 250px !important; }

  .h-sm-300 {
    height: 300px !important; }

  .h-sm-350 {
    height: 350px !important; }

  .h-sm-400 {
    height: 400px !important; }

  .h-sm-450 {
    height: 450px !important; }

  .h-sm-500 {
    height: 500px !important; }

  .w-sm-100pc {
    width: 100% !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .h-md-50 {
    height: 50px !important; }

  .h-md-100 {
    height: 100px !important; }

  .h-md-120 {
    height: 120px !important; }

  .h-md-150 {
    height: 150px !important; }

  .h-md-200 {
    height: 200px !important; }

  .h-md-250 {
    height: 250px !important; }

  .h-md-300 {
    height: 300px !important; }

  .h-md-350 {
    height: 350px !important; }

  .h-md-400 {
    height: 400px !important; }

  .h-md-450 {
    height: 450px !important; }

  .h-md-500 {
    height: 500px !important; }

  .w-md-100pc {
    width: 100% !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .h-lg-50 {
    height: 50px !important; }

  .h-lg-100 {
    height: 100px !important; }

  .h-lg-120 {
    height: 120px !important; }

  .h-lg-150 {
    height: 150px !important; }

  .h-lg-200 {
    height: 200px !important; }

  .h-lg-250 {
    height: 250px !important; }

  .h-lg-300 {
    height: 300px !important; }

  .h-lg-350 {
    height: 350px !important; }

  .h-lg-400 {
    height: 400px !important; }

  .h-lg-450 {
    height: 450px !important; }

  .h-lg-500 {
    height: 500px !important; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .h-xl-50 {
    height: 50px !important; }

  .h-xl-100 {
    height: 100px !important; }

  .h-xl-120 {
    height: 120px !important; }

  .h-xl-150 {
    height: 150px !important; }

  .h-xl-200 {
    height: 200px !important; }

  .h-xl-250 {
    height: 250px !important; }

  .h-xl-300 {
    height: 300px !important; }

  .h-xl-350 {
    height: 350px !important; }

  .h-xl-400 {
    height: 400px !important; }

  .h-xl-450 {
    height: 450px !important; }

  .h-xl-500 {
    height: 500px !important; } }
@media (min-width: 1600px) {
  .h-xl-50 {
    height: 50px !important; }

  .h-xl-100 {
    height: 100px !important; }

  .h-xl-120 {
    height: 120px !important; }

  .h-xl-150 {
    height: 150px !important; }

  .h-xl-200 {
    height: 200px !important; }

  .h-xl-250 {
    height: 250px !important; }

  .h-xl-300 {
    height: 300px !important; }

  .h-xl-350 {
    height: 350px !important; }

  .h-xl-400 {
    height: 400px !important; }

  .h-xl-450 {
    height: 450px !important; }

  .h-xl-500 {
    height: 500px !important; } }
.h-full {
  height: 100% !important; }

.w-full {
  width: 100% !important; }

.m-a-0,
.m-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-3,
.m-3 {
  margin: 3px !important; }

.m-t-3 {
  margin-top: 3px !important; }

.m-r-3 {
  margin-right: 3px !important; }

.m-b-3 {
  margin-bottom: 3px !important; }

.m-l-3 {
  margin-left: 3px !important; }

.m-x-3 {
  margin-right: 3px !important;
  margin-left: 3px !important; }

.m-y-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important; }

.m-a-5,
.m-5 {
  margin: 5px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-x-5 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-a-10,
.m-10 {
  margin: 10px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-x-10 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-a-15,
.m-15 {
  margin: 15px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-x-15 {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.m-a-20,
.m-20 {
  margin: 20px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-x-20 {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-a-25,
.m-25 {
  margin: 25px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-x-25 {
  margin-right: 25px !important;
  margin-left: 25px !important; }

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.m-a-30,
.m-30 {
  margin: 30px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-x-30 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-a-35,
.m-35 {
  margin: 35px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.m-x-35 {
  margin-right: 35px !important;
  margin-left: 35px !important; }

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.m-a-40,
.m-40 {
  margin: 40px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-x-40 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.m-a-45,
.m-45 {
  margin: 45px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.m-x-45 {
  margin-right: 45px !important;
  margin-left: 45px !important; }

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.m-a-50,
.m-50 {
  margin: 50px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.m-x-50 {
  margin-right: 50px !important;
  margin-left: 50px !important; }

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.m-a-60,
.m-60 {
  margin: 60px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.m-x-60 {
  margin-right: 60px !important;
  margin-left: 60px !important; }

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.m-a-70,
.m-70 {
  margin: 70px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.m-x-70 {
  margin-right: 70px !important;
  margin-left: 70px !important; }

.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.m-a-80,
.m-80 {
  margin: 80px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.m-x-80 {
  margin-right: 80px !important;
  margin-left: 80px !important; }

.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.p-a-0,
.p-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-3,
.p-3 {
  padding: 3px !important; }

.p-t-3 {
  padding-top: 3px !important; }

.p-r-3 {
  padding-right: 3px !important; }

.p-b-3 {
  padding-bottom: 3px !important; }

.p-l-3 {
  padding-left: 3px !important; }

.p-x-3 {
  padding-right: 3px !important;
  padding-left: 3px !important; }

.p-y-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.p-a-5,
.p-5 {
  padding: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-x-5 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-a-10,
.p-10 {
  padding: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-x-10 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-a-15,
.p-15 {
  padding: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-x-15 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-a-20,
.p-20 {
  padding: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-x-20 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-a-25,
.p-25 {
  padding: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-x-25 {
  padding-right: 25px !important;
  padding-left: 25px !important; }

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.p-a-30,
.p-30 {
  padding: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-x-30 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-a-35,
.p-35 {
  padding: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.p-x-35 {
  padding-right: 35px !important;
  padding-left: 35px !important; }

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.p-a-40,
.p-40 {
  padding: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-x-40 {
  padding-right: 40px !important;
  padding-left: 40px !important; }

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-a-45,
.p-45 {
  padding: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.p-x-45 {
  padding-right: 45px !important;
  padding-left: 45px !important; }

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.p-a-50,
.p-50 {
  padding: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.p-x-50 {
  padding-right: 50px !important;
  padding-left: 50px !important; }

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.p-a-60,
.p-60 {
  padding: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.p-x-60 {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.p-a-70,
.p-70 {
  padding: 70px !important; }

.p-t-70 {
  padding-top: 70px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.p-x-70 {
  padding-right: 70px !important;
  padding-left: 70px !important; }

.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.p-a-80,
.p-80 {
  padding: 80px !important; }

.p-t-80 {
  padding-top: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.p-x-80 {
  padding-right: 80px !important;
  padding-left: 80px !important; }

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

@media (max-width: 767px) {
  .m-xs-0 {
    margin: 0 !important; } }
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; } }
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; } }
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; } }
@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important; } }
@media (max-width: 767px) {
  .padding-xs-0 {
    padding: 0 !important; } }
@media (min-width: 768px) {
  .padding-sm-0 {
    padding: 0 !important; } }
@media (min-width: 992px) {
  .padding-md-0 {
    padding: 0 !important; } }
@media (min-width: 1200px) {
  .padding-lg-0 {
    padding: 0 !important; } }
@media (min-width: 1600px) {
  .padding-xl-0 {
    padding: 0 !important; } }
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1500; }
