@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Kalam:400,700);
html {
  font-size: 14px; }

body {
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #383e5d;
  background-color: whitesmoke; }

a {
  outline: 0; }
  a:focus, a:hover {
    text-decoration: none; }

.kalam-font {
  font-family: "Kalam", cursive; }
  .kalam-font h1, .kalam-font h2, .kalam-font h3, .kalam-font h4, .kalam-font h5, .kalam-font h6,
  .kalam-font .h1, .kalam-font .h2, .kalam-font .h3, .kalam-font .h4, .kalam-font .h5, .kalam-font .h6 {
    font-weight: 700; }

label {
  font-weight: 500; }

.media-nested:not(:first-child) {
  margin-top: 2rem; }

.mo-sm {
  width: 2rem;
  height: 2rem;
  line-height: 2rem; }

.mo-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem; }

.mo-lg {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem; }

.mo-xl {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem; }

.bubble {
  position: relative; }
  .bubble .status {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #FFF; }
  .bubble .mo-md + .status {
    top: 0;
    left: 1.875rem;
    width: 0.625rem;
    height: 0.625rem;
    box-sizing: border-box; }

.modal-header {
  border: 0;
  padding: 1.5rem 1.25rem 0 1.25rem; }
  .modal-header[class*="bg-"] {
    padding-bottom: 1.5rem; }
    .modal-header[class*="bg-"] .modal-title {
      color: #FFF; }
    .modal-header[class*="bg-"] .close, .modal-header[class*="bg-"] .close:hover {
      color: #FFF; }

.modal-content {
  border: 1px solid transparent;
  border-radius: 0; }
  .modal-content[class*="bg-"],
  .modal-content[class*="bg-"] .modal-title {
    color: #FFF; }
  .modal-content[class*="bg-"] .close, .modal-content[class*="bg-"] .close:hover {
    color: #FFF; }

.modal-body {
  padding: 1.5rem 1.25rem; }

.modal-footer {
  border: 0;
  padding: 1.5rem 1.25rem; }

.close:hover, .close:focus {
  outline: 0; }

small,
.small {
  font-size: 90%; }

.fs-0 {
  font-size: 1rem; }

.fs-1 {
  font-size: 1.25rem; }

.fs-2 {
  font-size: 1.5rem; }

.fs-3 {
  font-size: 1.75rem; }

.fs-4 {
  font-size: 2rem; }

.fs-5 {
  font-size: 2.25rem; }

.fs-6 {
  font-size: 2.5rem; }

.fs-7 {
  font-size: 3rem; }

.fs-8 {
  font-size: 4rem; }

.fs-9 {
  font-size: 5rem; }

.fs-10 {
  font-size: 6rem; }

hr.hr-faded {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.remark-left {
  box-shadow: inset 3px 0px #25293D; }

.remark-right {
  box-shadow: inset -3px 0px #25293D; }

.progress-bar {
  background-color: #25293D; }

.progress-xs .progress-bar {
  height: 0.375rem; }

.progress-sm .progress-bar {
  height: 0.5rem; }

.progress-lg {
  line-height: 2rem; }
  .progress-lg .progress-bar {
    height: 2rem; }

.progress-xl {
  line-height: 3rem;
  font-size: 1rem; }
  .progress-xl .progress-bar {
    height: 3rem; }

.row {
  margin-left: -4px;
  margin-right: -4px; }
  .row > .col,
  .row > [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px; }
  .row.row-grid {
    margin: -4px; }
    .row.row-grid > .col,
    .row.row-grid > [class*="col-"] {
      padding: 4px; }

.row-lg {
  margin-left: -8px;
  margin-right: -8px; }
  .row-lg > .col,
  .row-lg > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px; }

.row-xl {
  margin-left: -16px;
  margin-right: -16px; }
  .row-xl > .col,
  .row-xl > [class*="col-"] {
    padding-left: 16px;
    padding-right: 16px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.popover {
  font-family: "Heebo", sans-serif; }

.dropdown-toggle.no-caret::after {
  display: none; }

.dropdown-menu {
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .dropdown-menu.animated {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s; }

.dropdown-menu-center {
  left: 0;
  right: 0; }

.dropdown-menu-md {
  width: 24rem; }

.dropdown-item {
  color: #383e5d;
  padding: 0.75rem 1.5rem; }
  .dropdown-item:hover, .dropdown-item:focus {
    outline: 0;
    color: #383e5d;
    background-color: whitesmoke; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFF;
    background-color: #25293D; }

.btn {
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s, background-color 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .btn.disabled, .btn:disabled {
    box-shadow: none; }

.btn-materis {
  box-shadow: none;
  color: #383e5d;
  background-color: transparent;
  border-color: transparent; }
  .btn-materis:hover {
    color: #383e5d;
    background-color: rgba(13, 13, 13, 0);
    border-color: rgba(13, 13, 13, 0); }
  .btn-materis:focus, .btn-materis.focus, .btn-materis:active, .btn-materis.active,
  .show > .btn-materis.dropdown-toggle {
    color: #383e5d;
    background-color: transparent;
    border-color: transparent; }
  .btn-materis.disabled, .btn-materis:disabled {
    background-color: transparent;
    border-color: transparent; }

.btn-materis-faded {
  box-shadow: none;
  color: #FFF;
  background-color: transparent;
  border-color: transparent; }
  .btn-materis-faded:hover {
    color: #FFF;
    background-color: rgba(13, 13, 13, 0);
    border-color: rgba(13, 13, 13, 0); }
  .btn-materis-faded:focus, .btn-materis-faded.focus, .btn-materis-faded:active, .btn-materis-faded.active,
  .show > .btn-materis-faded.dropdown-toggle {
    color: #FFF;
    background-color: transparent;
    border-color: transparent; }
  .btn-materis-faded.disabled, .btn-materis-faded:disabled {
    background-color: transparent;
    border-color: transparent; }

.btn-white {
  color: #383e5d;
  background-color: #FFF;
  border-color: #FFF; }
  .btn-white:hover {
    color: #383e5d;
    background-color: white;
    border-color: white; }
  .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active,
  .show > .btn-white.dropdown-toggle {
    color: #383e5d;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-white.disabled, .btn-white:disabled {
    background-color: #FFF;
    border-color: #FFF; }

.btn-secondary {
  color: #FFF;
  background-color: #607D8B;
  border-color: #607D8B; }
  .btn-secondary:hover {
    color: #FFF;
    background-color: #6b8a99;
    border-color: #6b8a99; }
  .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #566f7c;
    border-color: #566f7c; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #607D8B;
    border-color: #607D8B; }

.btn-primary {
  color: #FFF;
  background-color: #3F51B5;
  border-color: #3F51B5; }
  .btn-primary:hover {
    color: #FFF;
    background-color: #4d5ec1;
    border-color: #4d5ec1; }
  .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #3849a2;
    border-color: #3849a2; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #3F51B5;
    border-color: #3F51B5; }

.btn-success {
  color: #FFF;
  background-color: #009688;
  border-color: #009688; }
  .btn-success:hover {
    color: #FFF;
    background-color: #00b09f;
    border-color: #00b09f; }
  .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #FFF;
    background-color: #007d71;
    border-color: #007d71; }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #009688;
    border-color: #009688; }

.btn-info {
  color: #FFF;
  background-color: #2196F3;
  border-color: #2196F3; }
  .btn-info:hover {
    color: #FFF;
    background-color: #39a1f4;
    border-color: #39a1f4; }
  .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #FFF;
    background-color: #0d8aee;
    border-color: #0d8aee; }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #2196F3;
    border-color: #2196F3; }

.btn-warning {
  color: #FFF;
  background-color: #FF9800;
  border-color: #FF9800; }
  .btn-warning:hover {
    color: #FFF;
    background-color: #ffa21a;
    border-color: #ffa21a; }
  .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #FFF;
    background-color: #e68900;
    border-color: #e68900; }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #FF9800;
    border-color: #FF9800; }

.btn-danger {
  color: #FFF;
  background-color: #F44336;
  border-color: #F44336; }
  .btn-danger:hover {
    color: #FFF;
    background-color: #f55a4e;
    border-color: #f55a4e; }
  .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFF;
    background-color: #f32c1e;
    border-color: #f32c1e; }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #F44336;
    border-color: #F44336; }

.btn-purple {
  color: #FFF;
  background-color: #673AB7;
  border-color: #673AB7; }
  .btn-purple:hover {
    color: #FFF;
    background-color: #7446c4;
    border-color: #7446c4; }
  .btn-purple:focus, .btn-purple.focus, .btn-purple:active, .btn-purple.active,
  .show > .btn-purple.dropdown-toggle {
    color: #FFF;
    background-color: #5c34a4;
    border-color: #5c34a4; }
  .btn-purple.disabled, .btn-purple:disabled {
    background-color: #673AB7;
    border-color: #673AB7; }

.btn-pink {
  color: #FFF;
  background-color: #E91E63;
  border-color: #E91E63; }
  .btn-pink:hover {
    color: #FFF;
    background-color: #eb3573;
    border-color: #eb3573; }
  .btn-pink:focus, .btn-pink.focus, .btn-pink:active, .btn-pink.active,
  .show > .btn-pink.dropdown-toggle {
    color: #FFF;
    background-color: #d81558;
    border-color: #d81558; }
  .btn-pink.disabled, .btn-pink:disabled {
    background-color: #E91E63;
    border-color: #E91E63; }

.btn-green {
  color: #FFF;
  background-color: #8BC34A;
  border-color: #8BC34A; }
  .btn-green:hover {
    color: #FFF;
    background-color: #97c95d;
    border-color: #97c95d; }
  .btn-green:focus, .btn-green.focus, .btn-green:active, .btn-green.active,
  .show > .btn-green.dropdown-toggle {
    color: #FFF;
    background-color: #7eb73d;
    border-color: #7eb73d; }
  .btn-green.disabled, .btn-green:disabled {
    background-color: #8BC34A;
    border-color: #8BC34A; }

.btn-inverse {
  color: #FFF;
  background-color: #25293D;
  border-color: #25293D; }
  .btn-inverse:hover {
    color: #FFF;
    background-color: #2f344d;
    border-color: #2f344d; }
  .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active,
  .show > .btn-inverse.dropdown-toggle {
    color: #FFF;
    background-color: #1b1e2d;
    border-color: #1b1e2d; }
  .btn-inverse.disabled, .btn-inverse:disabled {
    background-color: #25293D;
    border-color: #25293D; }

.btn-flat {
  background-color: transparent; }
  .btn-flat, .btn-flat:hover, .btn-flat:focus, .btn-flat.focus, .btn-flat:active, .btn-flat.active {
    border-color: transparent;
    box-shadow: none; }
  .btn-flat.disabled, .btn-flat:disabled {
    border-color: transparent; }

.btn-flat.btn-white {
  color: #FFF; }
  .btn-flat.btn-white:hover, .btn-flat.btn-white:focus, .btn-flat.btn-white.focus, .btn-flat.btn-white:active, .btn-flat.btn-white.active,
  .show > .btn-flat.btn-white.dropdown-toggle {
    color: #FFF;
    background-color: transparent;
    border-color: transparent; }
  .btn-flat.btn-white.disabled, .btn-flat.btn-white:disabled {
    background-color: transparent; }

.btn-flat.btn-secondary {
  color: #607D8B; }
  .btn-flat.btn-secondary:hover, .btn-flat.btn-secondary:focus, .btn-flat.btn-secondary.focus, .btn-flat.btn-secondary:active, .btn-flat.btn-secondary.active,
  .show > .btn-flat.btn-secondary.dropdown-toggle {
    color: #607D8B;
    background-color: #CFD8DC;
    border-color: transparent; }
  .btn-flat.btn-secondary.disabled, .btn-flat.btn-secondary:disabled {
    background-color: transparent; }

.btn-flat.btn-primary {
  color: #3F51B5; }
  .btn-flat.btn-primary:hover, .btn-flat.btn-primary:focus, .btn-flat.btn-primary.focus, .btn-flat.btn-primary:active, .btn-flat.btn-primary.active,
  .show > .btn-flat.btn-primary.dropdown-toggle {
    color: #3F51B5;
    background-color: #C5CAE9;
    border-color: transparent; }
  .btn-flat.btn-primary.disabled, .btn-flat.btn-primary:disabled {
    background-color: transparent; }

.btn-flat.btn-success {
  color: #009688; }
  .btn-flat.btn-success:hover, .btn-flat.btn-success:focus, .btn-flat.btn-success.focus, .btn-flat.btn-success:active, .btn-flat.btn-success.active,
  .show > .btn-flat.btn-success.dropdown-toggle {
    color: #009688;
    background-color: #B2DFDB;
    border-color: transparent; }
  .btn-flat.btn-success.disabled, .btn-flat.btn-success:disabled {
    background-color: transparent; }

.btn-flat.btn-info {
  color: #2196F3; }
  .btn-flat.btn-info:hover, .btn-flat.btn-info:focus, .btn-flat.btn-info.focus, .btn-flat.btn-info:active, .btn-flat.btn-info.active,
  .show > .btn-flat.btn-info.dropdown-toggle {
    color: #2196F3;
    background-color: #BBDEFB;
    border-color: transparent; }
  .btn-flat.btn-info.disabled, .btn-flat.btn-info:disabled {
    background-color: transparent; }

.btn-flat.btn-warning {
  color: #FF9800; }
  .btn-flat.btn-warning:hover, .btn-flat.btn-warning:focus, .btn-flat.btn-warning.focus, .btn-flat.btn-warning:active, .btn-flat.btn-warning.active,
  .show > .btn-flat.btn-warning.dropdown-toggle {
    color: #FF9800;
    background-color: #FFE0B2;
    border-color: transparent; }
  .btn-flat.btn-warning.disabled, .btn-flat.btn-warning:disabled {
    background-color: transparent; }

.btn-flat.btn-danger {
  color: #F44336; }
  .btn-flat.btn-danger:hover, .btn-flat.btn-danger:focus, .btn-flat.btn-danger.focus, .btn-flat.btn-danger:active, .btn-flat.btn-danger.active,
  .show > .btn-flat.btn-danger.dropdown-toggle {
    color: #F44336;
    background-color: #FFCDD2;
    border-color: transparent; }
  .btn-flat.btn-danger.disabled, .btn-flat.btn-danger:disabled {
    background-color: transparent; }

.btn-flat.btn-purple {
  color: #673AB7; }
  .btn-flat.btn-purple:hover, .btn-flat.btn-purple:focus, .btn-flat.btn-purple.focus, .btn-flat.btn-purple:active, .btn-flat.btn-purple.active,
  .show > .btn-flat.btn-purple.dropdown-toggle {
    color: #673AB7;
    background-color: #D1C4E9;
    border-color: transparent; }
  .btn-flat.btn-purple.disabled, .btn-flat.btn-purple:disabled {
    background-color: transparent; }

.btn-flat.btn-pink {
  color: #E91E63; }
  .btn-flat.btn-pink:hover, .btn-flat.btn-pink:focus, .btn-flat.btn-pink.focus, .btn-flat.btn-pink:active, .btn-flat.btn-pink.active,
  .show > .btn-flat.btn-pink.dropdown-toggle {
    color: #E91E63;
    background-color: #F8BBD0;
    border-color: transparent; }
  .btn-flat.btn-pink.disabled, .btn-flat.btn-pink:disabled {
    background-color: transparent; }

.btn-flat.btn-green {
  color: #8BC34A; }
  .btn-flat.btn-green:hover, .btn-flat.btn-green:focus, .btn-flat.btn-green.focus, .btn-flat.btn-green:active, .btn-flat.btn-green.active,
  .show > .btn-flat.btn-green.dropdown-toggle {
    color: #8BC34A;
    background-color: #DCEDC8;
    border-color: transparent; }
  .btn-flat.btn-green.disabled, .btn-flat.btn-green:disabled {
    background-color: transparent; }

.btn-flat.btn-inverse {
  color: #25293D; }
  .btn-flat.btn-inverse:hover, .btn-flat.btn-inverse:focus, .btn-flat.btn-inverse.focus, .btn-flat.btn-inverse:active, .btn-flat.btn-inverse.active,
  .show > .btn-flat.btn-inverse.dropdown-toggle {
    color: #25293D;
    background-color: #CFD8DC;
    border-color: transparent; }
  .btn-flat.btn-inverse.disabled, .btn-flat.btn-inverse:disabled {
    background-color: transparent; }

.btn-outline {
  background-color: transparent; }
  .btn-outline, .btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:active, .btn-outline.active {
    box-shadow: none; }

.btn-outline.btn-white {
  color: #FFF; }
  .btn-outline.btn-white:hover, .btn-outline.btn-white:focus, .btn-outline.btn-white.focus, .btn-outline.btn-white:active, .btn-outline.btn-white.active,
  .show > .btn-outline.btn-white.dropdown-toggle, .btn-outline.btn-white.disabled, .btn-outline.btn-white:disabled {
    color: #383e5d; }

.btn-outline.btn-secondary {
  color: #607D8B; }
  .btn-outline.btn-secondary:hover, .btn-outline.btn-secondary:focus, .btn-outline.btn-secondary.focus, .btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active,
  .show > .btn-outline.btn-secondary.dropdown-toggle, .btn-outline.btn-secondary.disabled, .btn-outline.btn-secondary:disabled {
    color: #FFF; }

.btn-outline.btn-primary {
  color: #3F51B5; }
  .btn-outline.btn-primary:hover, .btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus, .btn-outline.btn-primary:active, .btn-outline.btn-primary.active,
  .show > .btn-outline.btn-primary.dropdown-toggle, .btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {
    color: #FFF; }

.btn-outline.btn-success {
  color: #009688; }
  .btn-outline.btn-success:hover, .btn-outline.btn-success:focus, .btn-outline.btn-success.focus, .btn-outline.btn-success:active, .btn-outline.btn-success.active,
  .show > .btn-outline.btn-success.dropdown-toggle, .btn-outline.btn-success.disabled, .btn-outline.btn-success:disabled {
    color: #FFF; }

.btn-outline.btn-info {
  color: #2196F3; }
  .btn-outline.btn-info:hover, .btn-outline.btn-info:focus, .btn-outline.btn-info.focus, .btn-outline.btn-info:active, .btn-outline.btn-info.active,
  .show > .btn-outline.btn-info.dropdown-toggle, .btn-outline.btn-info.disabled, .btn-outline.btn-info:disabled {
    color: #FFF; }

.btn-outline.btn-warning {
  color: #FF9800; }
  .btn-outline.btn-warning:hover, .btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus, .btn-outline.btn-warning:active, .btn-outline.btn-warning.active,
  .show > .btn-outline.btn-warning.dropdown-toggle, .btn-outline.btn-warning.disabled, .btn-outline.btn-warning:disabled {
    color: #FFF; }

.btn-outline.btn-danger {
  color: #F44336; }
  .btn-outline.btn-danger:hover, .btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus, .btn-outline.btn-danger:active, .btn-outline.btn-danger.active,
  .show > .btn-outline.btn-danger.dropdown-toggle, .btn-outline.btn-danger.disabled, .btn-outline.btn-danger:disabled {
    color: #FFF; }

.btn-outline.btn-purple {
  color: #673AB7; }
  .btn-outline.btn-purple:hover, .btn-outline.btn-purple:focus, .btn-outline.btn-purple.focus, .btn-outline.btn-purple:active, .btn-outline.btn-purple.active,
  .show > .btn-outline.btn-purple.dropdown-toggle, .btn-outline.btn-purple.disabled, .btn-outline.btn-purple:disabled {
    color: #FFF; }

.btn-outline.btn-pink {
  color: #E91E63; }
  .btn-outline.btn-pink:hover, .btn-outline.btn-pink:focus, .btn-outline.btn-pink.focus, .btn-outline.btn-pink:active, .btn-outline.btn-pink.active,
  .show > .btn-outline.btn-pink.dropdown-toggle, .btn-outline.btn-pink.disabled, .btn-outline.btn-pink:disabled {
    color: #FFF; }

.btn-outline.btn-green {
  color: #8BC34A; }
  .btn-outline.btn-green:hover, .btn-outline.btn-green:focus, .btn-outline.btn-green.focus, .btn-outline.btn-green:active, .btn-outline.btn-green.active,
  .show > .btn-outline.btn-green.dropdown-toggle, .btn-outline.btn-green.disabled, .btn-outline.btn-green:disabled {
    color: #FFF; }

.btn-outline.btn-inverse {
  color: #25293D; }
  .btn-outline.btn-inverse:hover, .btn-outline.btn-inverse:focus, .btn-outline.btn-inverse.focus, .btn-outline.btn-inverse:active, .btn-outline.btn-inverse.active,
  .show > .btn-outline.btn-inverse.dropdown-toggle, .btn-outline.btn-inverse.disabled, .btn-outline.btn-inverse:disabled {
    color: #FFF; }

.btn-rounded {
  border-radius: 10rem; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 2rem; }
  .btn-lg.btn-icon, .btn-group-lg > .btn-icon.btn {
    width: calc(3rem + 1px * 2);
    height: calc(3rem + 1px * 2);
    line-height: 3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem; }

.btn-icon {
  padding: 0;
  width: calc(2.25rem + 1px * 2);
  height: calc(2.25rem + 1px * 2);
  line-height: 2.25rem;
  text-align: center; }

.btn-circle {
  border-radius: 50%; }

.input-group-addon {
  border: 1px solid #d9d9d9;
  background-color: transparent; }

.input-group-btn > .btn {
  box-shadow: none; }

.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0; }

.breadcrumb-item > a {
  color: #737373; }

.breadcrumb-item + .breadcrumb-item::before {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f2fb'; }

.breadcrumb-item.active {
  color: #383e5d; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.table th,
.table td {
  padding: 1rem 1.25rem;
  vertical-align: middle;
  border-top: 1px solid #d9d9d9; }

.table thead th {
  font-weight: 500;
  vertical-align: middle;
  border-bottom: 1px solid #d9d9d9; }

.table-bordered {
  border: 1px solid #d9d9d9; }

.thead-border-0 th {
  border-top-color: transparent; }

.card {
  border: 1px solid #d9d9d9;
  border-radius: 0; }

.card-block {
  padding: 1.5rem; }

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

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

.card-columns .card {
  margin-bottom: 8px; }

.badge {
  padding: 0.25em 0.6em;
  font-weight: 500;
  border-radius: 0.2em; }

.badge-pill {
  border-radius: 10rem; }

.badge-primary {
  background-color: #3F51B5; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #32408f; }

.badge-success {
  background-color: #009688; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #00635a; }

.badge-info {
  background-color: #2196F3; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #0c7cd5; }

.badge-warning {
  background-color: #FF9800; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #cc7a00; }

.badge-danger {
  background-color: #F44336; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #ea1c0d; }

.badge-purple {
  background-color: #673AB7; }
  .badge-purple[href]:focus, .badge-purple[href]:hover {
    background-color: #512e90; }

.badge-inverse {
  background-color: #25293D; }
  .badge-inverse[href]:focus, .badge-inverse[href]:hover {
    background-color: #12141d; }

.badge-outline {
  background-color: transparent;
  border: 1px solid transparent; }
  .badge-outline[href]:focus, .badge-outline[href]:hover {
    background-color: transparent; }

.badge-outline.badge-primary {
  border-color: #3F51B5;
  color: #3F51B5; }
  .badge-outline.badge-primary[href]:focus, .badge-outline.badge-primary[href]:hover {
    border-color: #32408f;
    color: #32408f; }

.badge-outline.badge-success {
  border-color: #009688;
  color: #009688; }
  .badge-outline.badge-success[href]:focus, .badge-outline.badge-success[href]:hover {
    border-color: #00635a;
    color: #00635a; }

.badge-outline.badge-info {
  border-color: #2196F3;
  color: #2196F3; }
  .badge-outline.badge-info[href]:focus, .badge-outline.badge-info[href]:hover {
    border-color: #0c7cd5;
    color: #0c7cd5; }

.badge-outline.badge-warning {
  border-color: #FF9800;
  color: #FF9800; }
  .badge-outline.badge-warning[href]:focus, .badge-outline.badge-warning[href]:hover {
    border-color: #cc7a00;
    color: #cc7a00; }

.badge-outline.badge-danger {
  border-color: #F44336;
  color: #F44336; }
  .badge-outline.badge-danger[href]:focus, .badge-outline.badge-danger[href]:hover {
    border-color: #ea1c0d;
    color: #ea1c0d; }

.badge-outline.badge-purple {
  border-color: #673AB7;
  color: #673AB7; }
  .badge-outline.badge-purple[href]:focus, .badge-outline.badge-purple[href]:hover {
    border-color: #512e90;
    color: #512e90; }

.badge-outline.badge-inverse {
  border-color: #25293D;
  color: #25293D; }
  .badge-outline.badge-inverse[href]:focus, .badge-outline.badge-inverse[href]:hover {
    border-color: #12141d;
    color: #12141d; }

.list-group-divider .list-group-item {
  border-radius: 0;
  border-width: 1px 0;
  padding-left: 0;
  padding-right: 0; }
  .list-group-divider .list-group-item:first-child {
    border-top-color: transparent; }

.list-group-divider .list-group-item-action {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.list-group-no-border .list-group-item {
  border-width: 1px 0;
  border-color: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

.list-group-no-border .list-group-item-action {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.list-group-custom-content .list-group-item-action {
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .list-group-custom-content .list-group-item-action:hover, .list-group-custom-content .list-group-item-action:focus, .list-group-custom-content .list-group-item-action:active {
    background-color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.list-group-item {
  border: 1px solid #d9d9d9;
  padding: 1rem 1.5rem; }
  .list-group-item.active {
    color: #FFF;
    background-color: #25293D;
    border-color: #25293D;
    z-index: auto; }

.list-group-lg .list-group-item {
  padding: 1.5rem; }

.list-group-item-action {
  color: #383e5d; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    outline: 0;
    color: #383e5d;
    background-color: whitesmoke; }
  .list-group-item-action.active {
    color: #383e5d;
    background-color: whitesmoke;
    border-color: #d9d9d9;
    box-shadow: inset -4px 0px #25293D; }

.nav-link {
  padding: 0.75em 1.5em; }

.nav-tabs {
  border-bottom: 2px solid #d9d9d9; }
  .nav-tabs .nav-item {
    margin-bottom: -2px; }
  .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #383e5d;
    position: relative; }
    .nav-tabs .nav-link::before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      background-color: #25293D;
      -webkit-transform: scale(0, 0);
              transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    color: #25293D; }
    .nav-tabs .nav-link.active::before,
    .nav-tabs .nav-item.show .nav-link::before {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
  .nav-tabs .dropdown-menu {
    margin-top: 0; }

.nav-tabs-bg {
  border-bottom-color: transparent; }

.nav-tabs-white .nav-link::before {
  background-color: #FFF; }

.nav-pills .nav-link {
  color: #383e5d; }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #FFF;
  background-color: #25293D; }

.tab-content .tab-pane {
  display: none; }

.tab-content .active {
  display: block; }

.form-control {
  border: 1px solid #d9d9d9; }
  .form-control, .form-control:focus {
    color: #383e5d; }
  .form-control::-webkit-input-placeholder {
    color: #737373; }
  .form-control::-moz-placeholder {
    color: #737373; }
  .form-control:-ms-input-placeholder {
    color: #737373; }
  .form-control::placeholder {
    color: #737373; }
  .form-control.bg-transparent, .form-control.bg-transparent:focus {
    background-color: transparent;
    border-color: transparent; }

.form-control-rounded {
  border-radius: 10rem; }

.has-icon {
  position: relative; }
  .has-icon .form-control {
    padding-right: 2.25rem; }

.form-control-icon {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center; }

.form-control-feedback {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500; }

.form-group {
  margin-bottom: 1.5rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #009688; }

.has-success .form-control {
  border-color: #009688; }

.has-success .input-group-addon {
  color: #009688;
  border-color: #009688;
  background-color: transparent; }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #FF9800; }

.has-warning .form-control {
  border-color: #FF9800; }

.has-warning .input-group-addon {
  color: #FF9800;
  border-color: #FF9800;
  background-color: transparent; }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #F44336; }

.has-danger .form-control {
  border-color: #F44336; }

.has-danger .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: transparent; }

.checkbox {
  position: relative;
  padding: calc(0.375rem + 1px) 0 calc(0.375rem + 1px) 2rem; }
  .checkbox.checkbox-without-label {
    display: inline-block;
    padding: 0;
    width: 1.25rem;
    height: calc(2.25rem + 1px * 2); }
  .checkbox label {
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer; }
    .checkbox label::before {
      position: absolute;
      content: "";
      top: calc(0.5rem + 1px);
      left: 0;
      width: 1.25rem;
      height: 1.25rem;
      border: 2px solid #9a9a9a;
      border-radius: 0.25rem;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
    .checkbox label::after {
      position: absolute;
      top: calc(0.5rem + 1px);
      left: 0;
      width: 1.25rem;
      line-height: 1.25rem;
      text-align: center;
      font-family: "Material-Design-Iconic-Font";
      content: "\f26b";
      color: #FFF;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .checkbox input {
    width: 0; }
    .checkbox input:checked + label::before {
      background-color: #607D8B;
      border-color: transparent; }
    .checkbox input:checked + label::after {
      -webkit-transform: scale(1);
              transform: scale(1); }

.checkbox-primary label::before {
  border-color: #3F51B5; }

.checkbox-primary input:checked + label::before {
  background-color: #3F51B5; }

.checkbox-success label::before {
  border-color: #009688; }

.checkbox-success input:checked + label::before {
  background-color: #009688; }

.checkbox-info label::before {
  border-color: #2196F3; }

.checkbox-info input:checked + label::before {
  background-color: #2196F3; }

.checkbox-warning label::before {
  border-color: #FF9800; }

.checkbox-warning input:checked + label::before {
  background-color: #FF9800; }

.checkbox-danger label::before {
  border-color: #F44336; }

.checkbox-danger input:checked + label::before {
  background-color: #F44336; }

.checkbox-purple label::before {
  border-color: #673AB7; }

.checkbox-purple input:checked + label::before {
  background-color: #673AB7; }

.checkbox-pink label::before {
  border-color: #E91E63; }

.checkbox-pink input:checked + label::before {
  background-color: #E91E63; }

.checkbox-green label::before {
  border-color: #8BC34A; }

.checkbox-green input:checked + label::before {
  background-color: #8BC34A; }

.checkbox-inverse label::before {
  border-color: #25293D; }

.checkbox-inverse input:checked + label::before {
  background-color: #25293D; }

.radio {
  position: relative;
  padding: calc(0.375rem + 1px) 0 calc(0.375rem + 1px) 2rem; }
  .radio.radio-without-label {
    display: inline-block;
    padding: 0;
    width: 1.25rem;
    height: calc(2.25rem + 1px * 2); }
  .radio label {
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer; }
    .radio label::before {
      position: absolute;
      content: "";
      top: calc(0.5rem + 1px);
      left: 0;
      width: 1.25rem;
      height: 1.25rem;
      border: 2px solid #9a9a9a;
      border-radius: 50%;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
    .radio label::after {
      position: absolute;
      content: "";
      top: calc(0.75rem + 1px);
      left: 0.25rem;
      width: 0.75rem;
      height: 0.75rem;
      border-radius: 50%;
      background-color: #607D8B;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .radio input {
    width: 0; }
    .radio input:checked + label::before {
      border-color: #607D8B; }
    .radio input:checked + label::after {
      -webkit-transform: scale(1);
              transform: scale(1); }

.radio-primary label::before {
  border-color: #3F51B5; }

.radio-primary label::after {
  background-color: #3F51B5; }

.radio-primary input:checked + label::before {
  border-color: #3F51B5; }

.radio-success label::before {
  border-color: #009688; }

.radio-success label::after {
  background-color: #009688; }

.radio-success input:checked + label::before {
  border-color: #009688; }

.radio-info label::before {
  border-color: #2196F3; }

.radio-info label::after {
  background-color: #2196F3; }

.radio-info input:checked + label::before {
  border-color: #2196F3; }

.radio-warning label::before {
  border-color: #FF9800; }

.radio-warning label::after {
  background-color: #FF9800; }

.radio-warning input:checked + label::before {
  border-color: #FF9800; }

.radio-danger label::before {
  border-color: #F44336; }

.radio-danger label::after {
  background-color: #F44336; }

.radio-danger input:checked + label::before {
  border-color: #F44336; }

.radio-purple label::before {
  border-color: #673AB7; }

.radio-purple label::after {
  background-color: #673AB7; }

.radio-purple input:checked + label::before {
  border-color: #673AB7; }

.radio-pink label::before {
  border-color: #E91E63; }

.radio-pink label::after {
  background-color: #E91E63; }

.radio-pink input:checked + label::before {
  border-color: #E91E63; }

.radio-green label::before {
  border-color: #8BC34A; }

.radio-green label::after {
  background-color: #8BC34A; }

.radio-green input:checked + label::before {
  border-color: #8BC34A; }

.radio-inverse label::before {
  border-color: #25293D; }

.radio-inverse label::after {
  background-color: #25293D; }

.radio-inverse input:checked + label::before {
  border-color: #25293D; }

.toggle {
  position: relative;
  width: 3rem;
  height: calc(2.25rem + 1px * 2); }
  .toggle label {
    margin-bottom: 0;
    cursor: pointer; }
    .toggle label::before {
      content: "";
      position: absolute;
      top: calc(0.625rem + 1px);
      left: 0;
      width: 3rem;
      height: 1rem;
      background-color: #9a9a9a;
      border-radius: 10rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .toggle label::after {
      content: "";
      position: absolute;
      top: calc(0.375rem + 1px);
      left: 0;
      margin-left: 0;
      width: 1.5rem;
      height: 1.5rem;
      background-color: #e6e6e6;
      border-radius: 50%;
      -webkit-transition: margin 0.2s;
      transition: margin 0.2s;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .toggle input {
    width: 0; }
    .toggle input:checked + label::before {
      background-color: #b0bec5; }
    .toggle input:checked + label::after {
      margin-left: 1.5rem;
      background-color: #607D8B; }

.toggle-primary input:checked + label::before {
  background-color: #9fa8da; }

.toggle-primary input:checked + label::after {
  background-color: #3F51B5; }

.toggle-success input:checked + label::before {
  background-color: #80cbc4; }

.toggle-success input:checked + label::after {
  background-color: #009688; }

.toggle-info input:checked + label::before {
  background-color: #90cbf9; }

.toggle-info input:checked + label::after {
  background-color: #2196F3; }

.toggle-warning input:checked + label::before {
  background-color: #ffcc80; }

.toggle-warning input:checked + label::after {
  background-color: #FF9800; }

.toggle-danger input:checked + label::before {
  background-color: #faa19b; }

.toggle-danger input:checked + label::after {
  background-color: #F44336; }

.toggle-purple input:checked + label::before {
  background-color: #b39ddb; }

.toggle-purple input:checked + label::after {
  background-color: #673AB7; }

.toggle-pink input:checked + label::before {
  background-color: #f48fb1; }

.toggle-pink input:checked + label::after {
  background-color: #E91E63; }

.toggle-green input:checked + label::before {
  background-color: #c5e1a5; }

.toggle-green input:checked + label::after {
  background-color: #8BC34A; }

.toggle-inverse input:checked + label::before {
  background-color: #92949e; }

.toggle-inverse input:checked + label::after {
  background-color: #25293D; }

.pagination-flat .page-item .page-link {
  border-radius: 0.25em;
  border-color: transparent; }

.pagination-rounded .page-item:first-child .page-link {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem; }

.pagination-rounded .page-item:last-child .page-link {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem; }

.page-item.active .page-link {
  color: #FFF;
  background-color: #25293D;
  border-color: #25293D; }

.page-link {
  padding: 0.5rem 1rem;
  color: #383e5d;
  border: 1px solid #d9d9d9; }
  .page-link:focus, .page-link:hover {
    color: #383e5d;
    background-color: whitesmoke;
    border-color: #d9d9d9; }

.pagination-sm .page-link {
  padding: 0.25rem 0.75rem; }

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

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 0.75rem 0.75rem !important; }

.mt-3 {
  margin-top: 0.75rem !important; }

.mr-3 {
  margin-right: 0.75rem !important; }

.mb-3 {
  margin-bottom: 0.75rem !important; }

.ml-3 {
  margin-left: 0.75rem !important; }

.m-4 {
  margin: 1rem 1rem !important; }

.mt-4 {
  margin-top: 1rem !important; }

.mr-4 {
  margin-right: 1rem !important; }

.mb-4 {
  margin-bottom: 1rem !important; }

.ml-4 {
  margin-left: 1rem !important; }

.m-6 {
  margin: 1.5rem 1.5rem !important; }

.mt-6 {
  margin-top: 1.5rem !important; }

.mr-6 {
  margin-right: 1.5rem !important; }

.mb-6 {
  margin-bottom: 1.5rem !important; }

.ml-6 {
  margin-left: 1.5rem !important; }

.m-8 {
  margin: 2rem 2rem !important; }

.mt-8 {
  margin-top: 2rem !important; }

.mr-8 {
  margin-right: 2rem !important; }

.mb-8 {
  margin-bottom: 2rem !important; }

.ml-8 {
  margin-left: 2rem !important; }

.m-10 {
  margin: 2.5rem 2.5rem !important; }

.mt-10 {
  margin-top: 2.5rem !important; }

.mr-10 {
  margin-right: 2.5rem !important; }

.mb-10 {
  margin-bottom: 2.5rem !important; }

.ml-10 {
  margin-left: 2.5rem !important; }

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

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 0.75rem 0.75rem !important; }

.pt-3 {
  padding-top: 0.75rem !important; }

.pr-3 {
  padding-right: 0.75rem !important; }

.pb-3 {
  padding-bottom: 0.75rem !important; }

.pl-3 {
  padding-left: 0.75rem !important; }

.p-4 {
  padding: 1rem 1rem !important; }

.pt-4 {
  padding-top: 1rem !important; }

.pr-4 {
  padding-right: 1rem !important; }

.pb-4 {
  padding-bottom: 1rem !important; }

.pl-4 {
  padding-left: 1rem !important; }

.p-6 {
  padding: 1.5rem 1.5rem !important; }

.pt-6 {
  padding-top: 1.5rem !important; }

.pr-6 {
  padding-right: 1.5rem !important; }

.pb-6 {
  padding-bottom: 1.5rem !important; }

.pl-6 {
  padding-left: 1.5rem !important; }

.p-8 {
  padding: 2rem 2rem !important; }

.pt-8 {
  padding-top: 2rem !important; }

.pr-8 {
  padding-right: 2rem !important; }

.pb-8 {
  padding-bottom: 2rem !important; }

.pl-8 {
  padding-left: 2rem !important; }

.p-10 {
  padding: 2.5rem 2.5rem !important; }

.pt-10 {
  padding-top: 2.5rem !important; }

.pr-10 {
  padding-right: 2.5rem !important; }

.pb-10 {
  padding-bottom: 2.5rem !important; }

.pl-10 {
  padding-left: 2.5rem !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 0.75rem 0.75rem !important; }
  .mt-sm-3 {
    margin-top: 0.75rem !important; }
  .mr-sm-3 {
    margin-right: 0.75rem !important; }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-3 {
    margin-left: 0.75rem !important; }
  .m-sm-4 {
    margin: 1rem 1rem !important; }
  .mt-sm-4 {
    margin-top: 1rem !important; }
  .mr-sm-4 {
    margin-right: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1rem !important; }
  .ml-sm-4 {
    margin-left: 1rem !important; }
  .m-sm-6 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-6 {
    margin-top: 1.5rem !important; }
  .mr-sm-6 {
    margin-right: 1.5rem !important; }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-6 {
    margin-left: 1.5rem !important; }
  .m-sm-8 {
    margin: 2rem 2rem !important; }
  .mt-sm-8 {
    margin-top: 2rem !important; }
  .mr-sm-8 {
    margin-right: 2rem !important; }
  .mb-sm-8 {
    margin-bottom: 2rem !important; }
  .ml-sm-8 {
    margin-left: 2rem !important; }
  .m-sm-10 {
    margin: 2.5rem 2.5rem !important; }
  .mt-sm-10 {
    margin-top: 2.5rem !important; }
  .mr-sm-10 {
    margin-right: 2.5rem !important; }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-10 {
    margin-left: 2.5rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 0.75rem 0.75rem !important; }
  .pt-sm-3 {
    padding-top: 0.75rem !important; }
  .pr-sm-3 {
    padding-right: 0.75rem !important; }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-3 {
    padding-left: 0.75rem !important; }
  .p-sm-4 {
    padding: 1rem 1rem !important; }
  .pt-sm-4 {
    padding-top: 1rem !important; }
  .pr-sm-4 {
    padding-right: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1rem !important; }
  .pl-sm-4 {
    padding-left: 1rem !important; }
  .p-sm-6 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-6 {
    padding-top: 1.5rem !important; }
  .pr-sm-6 {
    padding-right: 1.5rem !important; }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-6 {
    padding-left: 1.5rem !important; }
  .p-sm-8 {
    padding: 2rem 2rem !important; }
  .pt-sm-8 {
    padding-top: 2rem !important; }
  .pr-sm-8 {
    padding-right: 2rem !important; }
  .pb-sm-8 {
    padding-bottom: 2rem !important; }
  .pl-sm-8 {
    padding-left: 2rem !important; }
  .p-sm-10 {
    padding: 2.5rem 2.5rem !important; }
  .pt-sm-10 {
    padding-top: 2.5rem !important; }
  .pr-sm-10 {
    padding-right: 2.5rem !important; }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-10 {
    padding-left: 2.5rem !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 0.75rem 0.75rem !important; }
  .mt-md-3 {
    margin-top: 0.75rem !important; }
  .mr-md-3 {
    margin-right: 0.75rem !important; }
  .mb-md-3 {
    margin-bottom: 0.75rem !important; }
  .ml-md-3 {
    margin-left: 0.75rem !important; }
  .m-md-4 {
    margin: 1rem 1rem !important; }
  .mt-md-4 {
    margin-top: 1rem !important; }
  .mr-md-4 {
    margin-right: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1rem !important; }
  .ml-md-4 {
    margin-left: 1rem !important; }
  .m-md-6 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-6 {
    margin-top: 1.5rem !important; }
  .mr-md-6 {
    margin-right: 1.5rem !important; }
  .mb-md-6 {
    margin-bottom: 1.5rem !important; }
  .ml-md-6 {
    margin-left: 1.5rem !important; }
  .m-md-8 {
    margin: 2rem 2rem !important; }
  .mt-md-8 {
    margin-top: 2rem !important; }
  .mr-md-8 {
    margin-right: 2rem !important; }
  .mb-md-8 {
    margin-bottom: 2rem !important; }
  .ml-md-8 {
    margin-left: 2rem !important; }
  .m-md-10 {
    margin: 2.5rem 2.5rem !important; }
  .mt-md-10 {
    margin-top: 2.5rem !important; }
  .mr-md-10 {
    margin-right: 2.5rem !important; }
  .mb-md-10 {
    margin-bottom: 2.5rem !important; }
  .ml-md-10 {
    margin-left: 2.5rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 0.75rem 0.75rem !important; }
  .pt-md-3 {
    padding-top: 0.75rem !important; }
  .pr-md-3 {
    padding-right: 0.75rem !important; }
  .pb-md-3 {
    padding-bottom: 0.75rem !important; }
  .pl-md-3 {
    padding-left: 0.75rem !important; }
  .p-md-4 {
    padding: 1rem 1rem !important; }
  .pt-md-4 {
    padding-top: 1rem !important; }
  .pr-md-4 {
    padding-right: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1rem !important; }
  .pl-md-4 {
    padding-left: 1rem !important; }
  .p-md-6 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-6 {
    padding-top: 1.5rem !important; }
  .pr-md-6 {
    padding-right: 1.5rem !important; }
  .pb-md-6 {
    padding-bottom: 1.5rem !important; }
  .pl-md-6 {
    padding-left: 1.5rem !important; }
  .p-md-8 {
    padding: 2rem 2rem !important; }
  .pt-md-8 {
    padding-top: 2rem !important; }
  .pr-md-8 {
    padding-right: 2rem !important; }
  .pb-md-8 {
    padding-bottom: 2rem !important; }
  .pl-md-8 {
    padding-left: 2rem !important; }
  .p-md-10 {
    padding: 2.5rem 2.5rem !important; }
  .pt-md-10 {
    padding-top: 2.5rem !important; }
  .pr-md-10 {
    padding-right: 2.5rem !important; }
  .pb-md-10 {
    padding-bottom: 2.5rem !important; }
  .pl-md-10 {
    padding-left: 2.5rem !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 0.75rem 0.75rem !important; }
  .mt-lg-3 {
    margin-top: 0.75rem !important; }
  .mr-lg-3 {
    margin-right: 0.75rem !important; }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-3 {
    margin-left: 0.75rem !important; }
  .m-lg-4 {
    margin: 1rem 1rem !important; }
  .mt-lg-4 {
    margin-top: 1rem !important; }
  .mr-lg-4 {
    margin-right: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1rem !important; }
  .ml-lg-4 {
    margin-left: 1rem !important; }
  .m-lg-6 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-6 {
    margin-top: 1.5rem !important; }
  .mr-lg-6 {
    margin-right: 1.5rem !important; }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-6 {
    margin-left: 1.5rem !important; }
  .m-lg-8 {
    margin: 2rem 2rem !important; }
  .mt-lg-8 {
    margin-top: 2rem !important; }
  .mr-lg-8 {
    margin-right: 2rem !important; }
  .mb-lg-8 {
    margin-bottom: 2rem !important; }
  .ml-lg-8 {
    margin-left: 2rem !important; }
  .m-lg-10 {
    margin: 2.5rem 2.5rem !important; }
  .mt-lg-10 {
    margin-top: 2.5rem !important; }
  .mr-lg-10 {
    margin-right: 2.5rem !important; }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-10 {
    margin-left: 2.5rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 0.75rem 0.75rem !important; }
  .pt-lg-3 {
    padding-top: 0.75rem !important; }
  .pr-lg-3 {
    padding-right: 0.75rem !important; }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-3 {
    padding-left: 0.75rem !important; }
  .p-lg-4 {
    padding: 1rem 1rem !important; }
  .pt-lg-4 {
    padding-top: 1rem !important; }
  .pr-lg-4 {
    padding-right: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1rem !important; }
  .pl-lg-4 {
    padding-left: 1rem !important; }
  .p-lg-6 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-6 {
    padding-top: 1.5rem !important; }
  .pr-lg-6 {
    padding-right: 1.5rem !important; }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-6 {
    padding-left: 1.5rem !important; }
  .p-lg-8 {
    padding: 2rem 2rem !important; }
  .pt-lg-8 {
    padding-top: 2rem !important; }
  .pr-lg-8 {
    padding-right: 2rem !important; }
  .pb-lg-8 {
    padding-bottom: 2rem !important; }
  .pl-lg-8 {
    padding-left: 2rem !important; }
  .p-lg-10 {
    padding: 2.5rem 2.5rem !important; }
  .pt-lg-10 {
    padding-top: 2.5rem !important; }
  .pr-lg-10 {
    padding-right: 2.5rem !important; }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-10 {
    padding-left: 2.5rem !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 0.75rem 0.75rem !important; }
  .mt-xl-3 {
    margin-top: 0.75rem !important; }
  .mr-xl-3 {
    margin-right: 0.75rem !important; }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-3 {
    margin-left: 0.75rem !important; }
  .m-xl-4 {
    margin: 1rem 1rem !important; }
  .mt-xl-4 {
    margin-top: 1rem !important; }
  .mr-xl-4 {
    margin-right: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1rem !important; }
  .ml-xl-4 {
    margin-left: 1rem !important; }
  .m-xl-6 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-6 {
    margin-top: 1.5rem !important; }
  .mr-xl-6 {
    margin-right: 1.5rem !important; }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-6 {
    margin-left: 1.5rem !important; }
  .m-xl-8 {
    margin: 2rem 2rem !important; }
  .mt-xl-8 {
    margin-top: 2rem !important; }
  .mr-xl-8 {
    margin-right: 2rem !important; }
  .mb-xl-8 {
    margin-bottom: 2rem !important; }
  .ml-xl-8 {
    margin-left: 2rem !important; }
  .m-xl-10 {
    margin: 2.5rem 2.5rem !important; }
  .mt-xl-10 {
    margin-top: 2.5rem !important; }
  .mr-xl-10 {
    margin-right: 2.5rem !important; }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-10 {
    margin-left: 2.5rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 0.75rem 0.75rem !important; }
  .pt-xl-3 {
    padding-top: 0.75rem !important; }
  .pr-xl-3 {
    padding-right: 0.75rem !important; }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-3 {
    padding-left: 0.75rem !important; }
  .p-xl-4 {
    padding: 1rem 1rem !important; }
  .pt-xl-4 {
    padding-top: 1rem !important; }
  .pr-xl-4 {
    padding-right: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1rem !important; }
  .pl-xl-4 {
    padding-left: 1rem !important; }
  .p-xl-6 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-6 {
    padding-top: 1.5rem !important; }
  .pr-xl-6 {
    padding-right: 1.5rem !important; }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-6 {
    padding-left: 1.5rem !important; }
  .p-xl-8 {
    padding: 2rem 2rem !important; }
  .pt-xl-8 {
    padding-top: 2rem !important; }
  .pr-xl-8 {
    padding-right: 2rem !important; }
  .pb-xl-8 {
    padding-bottom: 2rem !important; }
  .pl-xl-8 {
    padding-left: 2rem !important; }
  .p-xl-10 {
    padding: 2.5rem 2.5rem !important; }
  .pt-xl-10 {
    padding-top: 2.5rem !important; }
  .pr-xl-10 {
    padding-right: 2.5rem !important; }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-10 {
    padding-left: 2.5rem !important; } }

ul.list-mb-0 > li:not(:last-child) {
  margin-bottom: 0 !important; }

ul.list-mr-0 > li:not(:last-child) {
  margin-right: 0 !important; }

ul.list-mb-1 > li:not(:last-child) {
  margin-bottom: 0.25rem !important; }

ul.list-mr-1 > li:not(:last-child) {
  margin-right: 0.25rem !important; }

ul.list-mb-2 > li:not(:last-child) {
  margin-bottom: 0.5rem !important; }

ul.list-mr-2 > li:not(:last-child) {
  margin-right: 0.5rem !important; }

ul.list-mb-3 > li:not(:last-child) {
  margin-bottom: 0.75rem !important; }

ul.list-mr-3 > li:not(:last-child) {
  margin-right: 0.75rem !important; }

ul.list-mb-4 > li:not(:last-child) {
  margin-bottom: 1rem !important; }

ul.list-mr-4 > li:not(:last-child) {
  margin-right: 1rem !important; }

ul.list-mb-6 > li:not(:last-child) {
  margin-bottom: 1.5rem !important; }

ul.list-mr-6 > li:not(:last-child) {
  margin-right: 1.5rem !important; }

ul.list-mb-8 > li:not(:last-child) {
  margin-bottom: 2rem !important; }

ul.list-mr-8 > li:not(:last-child) {
  margin-right: 2rem !important; }

ul.list-mb-10 > li:not(:last-child) {
  margin-bottom: 2.5rem !important; }

ul.list-mr-10 > li:not(:last-child) {
  margin-right: 2.5rem !important; }

.bg-faded {
  background-color: #f7f7f7 !important; }

.bg-0 {
  background-color: transparent !important; }

.bg-primary {
  background-color: #3F51B5 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #32408f !important; }

.bg-success {
  background-color: #009688 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #00635a !important; }

.bg-info {
  background-color: #2196F3 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #0c7cd5 !important; }

.bg-warning {
  background-color: #FF9800 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #cc7a00 !important; }

.bg-danger {
  background-color: #F44336 !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ea1c0d !important; }

.bg-purple {
  background-color: #673AB7 !important; }

a.bg-purple:focus, a.bg-purple:hover {
  background-color: #512e90 !important; }

.bg-pink {
  background-color: #E91E63 !important; }

a.bg-pink:focus, a.bg-pink:hover {
  background-color: #c1134e !important; }

.bg-green {
  background-color: #8BC34A !important; }

a.bg-green:focus, a.bg-green:hover {
  background-color: #71a436 !important; }

.bg-gray {
  background-color: #9a9a9a !important; }

a.bg-gray:focus, a.bg-gray:hover {
  background-color: gray !important; }

.bg-inverse {
  background-color: #25293D !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #12141d !important; }

.bg-blue-grey {
  background-color: #607D8B !important; }

a.bg-blue-grey:focus, a.bg-blue-grey:hover {
  background-color: #4b626d !important; }

.bg-primary-light {
  background-color: #c5cbe9 !important; }

a.bg-primary-light:focus, a.bg-primary-light:hover {
  background-color: #a0aadb !important; }

.bg-success-light {
  background-color: #b3e0db !important; }

a.bg-success-light:focus, a.bg-success-light:hover {
  background-color: #8fd1ca !important; }

.bg-info-light {
  background-color: #bce0fb !important; }

a.bg-info-light:focus, a.bg-info-light:hover {
  background-color: #8ccaf8 !important; }

.bg-warning-light {
  background-color: #ffe0b3 !important; }

a.bg-warning-light:focus, a.bg-warning-light:hover {
  background-color: #ffcb80 !important; }

.bg-danger-light {
  background-color: #fcc7c3 !important; }

a.bg-danger-light:focus, a.bg-danger-light:hover {
  background-color: #fa9a92 !important; }

.bg-purple-light {
  background-color: #d1c4e9 !important; }

a.bg-purple-light:focus, a.bg-purple-light:hover {
  background-color: #b49fdb !important; }

.bg-pink-light {
  background-color: #f8bcd0 !important; }

a.bg-pink-light:focus, a.bg-pink-light:hover {
  background-color: #f38eb0 !important; }

.bg-green-light {
  background-color: #dcedc9 !important; }

a.bg-green-light:focus, a.bg-green-light:hover {
  background-color: #c3e0a3 !important; }

.bg-gray-light {
  background-color: #e6e6e6 !important; }

a.bg-gray-light:focus, a.bg-gray-light:hover {
  background-color: #cdcdcd !important; }

.bg-primary-faded {
  background-color: rgba(63, 81, 181, 0.6); }

.bg-success-faded {
  background-color: rgba(0, 150, 136, 0.6); }

.bg-info-faded {
  background-color: rgba(33, 150, 243, 0.6); }

.bg-warning-faded {
  background-color: rgba(255, 152, 0, 0.6); }

.bg-danger-faded {
  background-color: rgba(244, 67, 54, 0.6); }

.bg-purple-faded {
  background-color: rgba(103, 58, 183, 0.6); }

.bg-pink-faded {
  background-color: rgba(233, 30, 99, 0.6); }

.bg-green-faded {
  background-color: rgba(139, 195, 74, 0.6); }

.bg-inverse-faded {
  background-color: rgba(37, 41, 61, 0.6); }

.bg-white-faded {
  background-color: rgba(255, 255, 255, 0.6); }

.w-auto {
  width: auto !important; }

.h-auto {
  height: auto !important; }

.mw-1 {
  min-width: 1px !important; }

.lh-1 {
  line-height: 1; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-700 {
  font-weight: 700; }

.text-muted {
  color: #737373 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #5a5a5a !important; }

.text-primary {
  color: #3F51B5 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #32408f !important; }

.text-success {
  color: #009688 !important; }

a.text-success:focus, a.text-success:hover {
  color: #00635a !important; }

.text-info {
  color: #2196F3 !important; }

a.text-info:focus, a.text-info:hover {
  color: #0c7cd5 !important; }

.text-warning {
  color: #FF9800 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #cc7a00 !important; }

.text-danger {
  color: #F44336 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #ea1c0d !important; }

.text-purple {
  color: #673AB7 !important; }

a.text-purple:focus, a.text-purple:hover {
  color: #512e90 !important; }

.text-pink {
  color: #E91E63 !important; }

a.text-pink:focus, a.text-pink:hover {
  color: #c1134e !important; }

.text-green {
  color: #8BC34A !important; }

a.text-green:focus, a.text-green:hover {
  color: #71a436 !important; }

.text-inverse {
  color: #25293D !important; }

a.text-inverse:focus, a.text-inverse:hover {
  color: #12141d !important; }

.text-blue-grey {
  color: #607D8B !important; }

a.text-blue-grey:focus, a.text-blue-grey:hover {
  color: #4b626d !important; }

.text-faded {
  color: #e6e6e6 !important; }

a.text-faded:focus, a.text-faded:hover {
  color: #cdcdcd !important; }

.text-gray-dark {
  color: #383e5d !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #25293d !important; }

.border-width-2 {
  border-width: 2px !important; }

.rounded {
  border-radius: 0.25rem !important; }

.border {
  border: 1px solid #d9d9d9; }

.border-top {
  border-top: 1px solid #d9d9d9; }

.border-right {
  border-right: 1px solid #d9d9d9; }

.border-bottom {
  border-bottom: 1px solid #d9d9d9; }

.border-left {
  border-left: 1px solid #d9d9d9; }

.border-faded {
  border-color: rgba(255, 255, 255, 0.8); }

.border-primary {
  border-color: #3F51B5; }

.border-success {
  border-color: #009688; }

.border-info {
  border-color: #2196F3; }

.border-warning {
  border-color: #FF9800; }

.border-danger {
  border-color: #F44336; }

.border-purple {
  border-color: #673AB7; }

.border-pink {
  border-color: #E91E63; }

.border-green {
  border-color: #8BC34A; }

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.box-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.box-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.box-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.box-shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.box-shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.absolute-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

body.sidebar-toggled {
  overflow-y: hidden; }
  body.sidebar-toggled .main-sidebar {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #25293D;
  z-index: 1040;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .topbar .topbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .topbar .topbar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .topbar .topbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1rem; }
  .topbar .dropdown-header {
    color: #383e5d;
    font-size: 1rem; }
  .topbar .dropdown-menu .list-group {
    min-height: 11.25rem;
    max-height: 22.5rem; }

.topbar-icon {
  display: inline-block;
  width: 4rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.5rem;
  color: #e6e6e6;
  text-align: center;
  position: relative; }
  .topbar-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .topbar-icon:hover {
    color: #FFF; }
    .topbar-icon:hover::before {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
  .topbar-icon:focus {
    color: #FFF; }

.topbar-bubble {
  position: relative; }
  .topbar-bubble .badge {
    position: absolute;
    top: -0.1875rem;
    left: 2.1875rem;
    font-size: 0.75rem;
    height: 1.125rem; }
  .topbar-bubble .dot {
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    top: 0rem;
    left: 2.375rem;
    background-color: #F44336; }
    .topbar-bubble .dot:before {
      position: absolute;
      content: '';
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      top: -0.375rem;
      left: -0.375rem;
      border: 0.5rem solid #F44336;
      -webkit-animation: pulse 0.6s infinite;
              animation: pulse 0.6s infinite; }

.topbar-brand {
  width: 240px;
  height: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .topbar-brand .topbar-logo {
    width: 8rem; }

.search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem; }
  .search-form .form-control {
    border: 0;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .search-form .form-control::-webkit-input-placeholder {
      color: #e6e6e6; }
    .search-form .form-control::-moz-placeholder {
      color: #e6e6e6; }
    .search-form .form-control:-ms-input-placeholder {
      color: #e6e6e6; }
    .search-form .form-control::placeholder {
      color: #e6e6e6; }
    .search-form .form-control:focus {
      color: #383e5d;
      background-color: #FFF; }
      .search-form .form-control:focus + .form-control-icon, .search-form .form-control:focus::-webkit-input-placeholder {
        color: #383e5d; }
      .search-form .form-control:focus + .form-control-icon, .search-form .form-control:focus::-moz-placeholder {
        color: #383e5d; }
      .search-form .form-control:focus + .form-control-icon, .search-form .form-control:focus:-ms-input-placeholder {
        color: #383e5d; }
      .search-form .form-control:focus + .form-control-icon, .search-form .form-control:focus::placeholder {
        color: #383e5d; }
  .search-form .form-control-icon {
    font-size: 1.5rem;
    color: #e6e6e6;
    top: 0;
    right: 0; }

.hamburger-menu {
  position: relative;
  width: 4rem;
  height: 2.25rem; }
  .hamburger-menu span.content {
    position: absolute;
    top: 1rem;
    left: 1.25rem; }
    .hamburger-menu span.content, .hamburger-menu span.content::before, .hamburger-menu span.content::after {
      position: absolute;
      height: 0.25rem;
      width: 1.5rem;
      border-radius: 0.25rem;
      background-color: #FFF; }
    .hamburger-menu span.content::before, .hamburger-menu span.content::after {
      content: '';
      left: 0;
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .hamburger-menu span.content::before {
      top: -0.5rem; }
    .hamburger-menu span.content::after {
      top: 0.5rem; }
  .hamburger-menu.active span::before {
    -webkit-transform: translate(1px, 0.5rem) rotate(-45deg) scale(0.6, 1);
            transform: translate(1px, 0.5rem) rotate(-45deg) scale(0.6, 1); }
  .hamburger-menu.active span::after {
    -webkit-transform: translate(1px, -0.5rem) rotate(45deg) scale(0.6, 1);
            transform: translate(1px, -0.5rem) rotate(45deg) scale(0.6, 1); }

.main-sidebar {
  position: fixed;
  top: 4.25rem;
  bottom: 0;
  left: 0;
  width: 240px;
  height: calc(100% - 4.25rem);
  background-color: #FFF;
  z-index: 1030;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.sidebar-category {
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 1rem 1.5rem;
  color: #9a9a9a;
  font-size: 0.75rem;
  font-weight: 700; }

.sidebar-widget {
  padding: 0 1.5rem; }

.navigation,
.navigation ul {
  padding-left: 0;
  list-style: none; }

.navigation > li {
  margin-bottom: 2px; }
  .navigation > li > a {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #737373;
    font-weight: 500; }
    .navigation > li > a > i {
      font-size: 1rem;
      color: #FFF;
      background-color: #25293D;
      width: 2rem;
      height: 2rem;
      line-height: 2rem;
      margin-right: 1.5rem;
      text-align: center;
      border-radius: 50%;
      text-shadow: 1px 1px 2px #25293D;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .navigation > li > a.bubble {
      position: relative; }
      .navigation > li > a.bubble .badge {
        position: absolute;
        top: 1.1875rem;
        right: 2.75rem; }
    .navigation > li > a:hover, .navigation > li > a.active {
      color: #383e5d;
      background-color: whitesmoke; }
  .navigation > li > ul > li ul {
    padding-left: 1.625rem; }
    .navigation > li > ul > li ul li:first-child:before {
      top: -1.625rem; }

.navigation ul {
  padding-left: 2.25rem; }
  .navigation ul li {
    position: relative; }
    .navigation ul li:before {
      content: '';
      position: absolute;
      top: -1.625rem;
      left: 0;
      bottom: 1.625rem;
      width: 1px;
      border-left: 1px dashed #808080; }
    .navigation ul li:first-child:before {
      top: 0; }
    .navigation ul li:last-child:before {
      top: -1.625rem;
      height: 3.25rem; }
    .navigation ul li:after {
      content: '';
      position: absolute;
      top: 1.625rem;
      left: 0;
      width: 1.625rem;
      border-bottom: 1px dashed #808080; }
    .navigation ul li a {
      padding-left: 3.25rem;
      padding-right: 1.25rem;
      line-height: 3.25rem;
      color: #737373;
      white-space: nowrap;
      display: block; }
      .navigation ul li a:before {
        content: '';
        position: absolute;
        top: 1.4375rem;
        left: 1.4375rem;
        width: 0.375rem;
        height: 0.375rem;
        border-radius: 50%;
        background-color: #808080; }
      .navigation ul li a:hover, .navigation ul li a.active {
        color: #383e5d; }
      .navigation ul li a[aria-expanded='false']::after, .navigation ul li a[aria-expanded='true']::after {
        line-height: 3.25rem;
        font-size: 0.875rem;
        position: absolute;
        top: 0;
        right: 1.25rem; }

.navigation li.card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.navigation a[aria-expanded='false']::after {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 0.875rem;
  content: '\f278';
  position: absolute;
  top: 0;
  right: 1.25rem;
  line-height: 3.5rem; }

.navigation a[aria-expanded='true']::after {
  font-family: 'Material-Design-Iconic-Font';
  font-size: 0.875rem;
  content: '\f273';
  position: absolute;
  top: 0;
  right: 1.25rem;
  line-height: 3.5rem; }

.main-container {
  padding-top: 4.25rem; }

.page-header {
  background-color: #FFF;
  padding: 0px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.page-content {
  padding: 24px 24px 16px 24px; }

@media (min-width: 1200px) {
  body.sidebar-toggled {
    overflow-y: auto; }
    body.sidebar-toggled .main-sidebar {
      opacity: 0;
      -webkit-transform: translate(-100%, 0);
              transform: translate(-100%, 0); }
    body.sidebar-toggled .page-container {
      margin-left: 0; }
  .main-sidebar {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .page-container {
    margin-left: 240px;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s; }
  .hamburger-menu span.content::before {
    -webkit-transform: translate(1px, 0.5rem) rotate(-45deg) scale(0.6, 1);
            transform: translate(1px, 0.5rem) rotate(-45deg) scale(0.6, 1); }
  .hamburger-menu span.content::after {
    -webkit-transform: translate(1px, -0.5rem) rotate(45deg) scale(0.6, 1);
            transform: translate(1px, -0.5rem) rotate(45deg) scale(0.6, 1); }
  .hamburger-menu.active span::before, .hamburger-menu.active span::after {
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
            transform: translate(0, 0) rotate(0) scale(1); }
  .hamburger-menu.topbar-bubble .badge,
  .hamburger-menu.topbar-bubble .dot {
    display: none; } }

@media (max-width: 767px) {
  .topbar .dropdown {
    position: static; }
    .topbar .dropdown .dropdown-menu {
      width: 100%;
      top: 4.25rem; }
      .topbar .dropdown .dropdown-menu .list-group {
        min-height: 5.625rem;
        max-height: 11.25rem; }
  .page-content {
    padding-left: 12px;
    padding-right: 12px; } }

@media (max-width: 575px) {
  .topbar {
    height: 8.5rem;
    background-color: #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .topbar .topbar-content {
      width: 100%; }
    .topbar .dropdown .dropdown-menu {
      top: 8.5rem; }
      .topbar .dropdown .dropdown-menu .list-group {
        min-height: 11.25rem;
        max-height: 22.5rem; }
  .topbar-icon {
    color: #737373; }
    .topbar-icon::before {
      background-color: #e6e6e6; }
    .topbar-icon:hover, .topbar-icon:focus {
      color: #737373; }
  .topbar-brand {
    width: 100%;
    background-color: #25293D; }
  .main-sidebar {
    top: 8.5rem;
    height: calc(100% - 8.5rem); }
  .main-container {
    padding-top: 8.5rem;
    width: 100%; }
  .hamburger-menu span.content, .hamburger-menu span.content:before, .hamburger-menu span.content:after {
    background-color: #737373; } }

.search-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 4.25rem;
  background-color: #FFF;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1050;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
  .search-bar.closed {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); }

.right-sidebar,
.chat-sidebar {
  position: fixed;
  top: 4.25rem;
  right: 0;
  width: 300px;
  z-index: 1030;
  background-color: #FFF;
  opacity: 1;
  height: calc(100% - 4.25rem);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .right-sidebar.closed,
  .chat-sidebar.closed {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0); }
  @media (max-width: 575px) {
    .right-sidebar,
    .chat-sidebar {
      top: 8.5rem;
      height: calc(100% - 8.5rem); } }

.chat-sidebar .chat-item, .chat-sidebar .chat-item.other {
  padding: 1.25rem 1.25rem 0.5rem 1.25rem; }

.sk-rotating-plane {
  background-color: #25293D; }

.sk-double-bounce .sk-child {
  background-color: #25293D; }

.sk-wave .sk-rect {
  background-color: #25293D; }
  .sk-wave .sk-rect:not(:last-child) {
    margin-right: 0.25rem; }

.sk-wandering-cubes .sk-cube {
  background-color: #25293D; }

.sk-spinner-pulse {
  background-color: #25293D; }

.sk-chasing-dots .sk-child {
  background-color: #25293D; }

.sk-three-bounce .sk-child {
  background-color: #25293D; }

.sk-circle .sk-child::before {
  background-color: #25293D; }

.sk-cube-grid .sk-cube {
  background-color: #25293D; }

.sk-fading-circle .sk-circle {
  margin-top: 0;
  margin-bottom: 0; }
  .sk-fading-circle .sk-circle::before {
    background-color: #25293D; }

.sk-folding-cube .sk-cube::before {
  background-color: #25293D; }

.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 100; }

.minicolors-swatch {
  border: 0; }

.minicolors {
  width: 100%; }

.dropzone {
  border: 2px dashed #d9d9d9;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 200px; }
  .dropzone .dz-message {
    margin: 0;
    color: #9a9a9a; }
  .dropzone .dz-icon {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem; }

.dropify-wrapper {
  border: 2px dashed #d9d9d9;
  color: #9a9a9a; }

pre.prettyprint {
  border: 1px solid #d9d9d9 !important;
  padding: 0 !important; }

ol.linenums {
  background-color: whitesmoke; }
  ol.linenums > li {
    padding: 0.25rem 0.5rem !important;
    border-left: 1px solid #d9d9d9;
    background-color: #FFF !important; }

li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8 {
  list-style-type: decimal !important; }

.md-editor {
  border: 1px solid #d9d9d9; }
  .md-editor.active {
    box-shadow: none;
    border: 1px solid #d9d9d9; }
  .md-editor > textarea,
  .md-editor > .md-preview {
    background-color: transparent;
    border-bottom: 0;
    border-top: 1px solid #d9d9d9;
    padding: 1rem; }
  .md-editor > .md-header,
  .md-editor .md-footer {
    background-color: transparent;
    padding: 0 0 5px 5px; }
    .md-editor > .md-header .btn-group,
    .md-editor .md-footer .btn-group {
      margin: 5px 5px 0 0; }
      .md-editor > .md-header .btn-group .btn,
      .md-editor .md-footer .btn-group .btn {
        box-shadow: none;
        padding: 0.75rem 1rem; }
        .md-editor > .md-header .btn-group .btn.btn-default,
        .md-editor .md-footer .btn-group .btn.btn-default {
          color: #737373;
          background-color: #f0f0f0; }

.note-editor.note-frame {
  border: 1px solid #d9d9d9;
  margin-bottom: 1.5rem; }
  .note-editor.note-frame .modal-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .note-editor.note-frame .modal-title {
    font-size: 1.25rem; }
  .note-editor.note-frame .note-editing-area blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #d9d9d9; }

.panel-heading.note-toolbar {
  background-color: #FFF;
  border-bottom: 1px solid #d9d9d9; }

.note-popover.popover {
  display: none; }

.panel-heading.note-toolbar .note-btn-group .note-btn,
.note-popover .popover-content .note-btn-group .note-btn {
  background-color: #f0f0f0;
  box-shadow: none;
  padding: 0.75rem 1rem;
  color: #737373; }

.panel-heading.note-toolbar .note-btn-group .dropdown-toggle::after,
.note-popover .popover-content .note-btn-group .dropdown-toggle::after {
  display: none; }

.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group,
.note-popover .popover-content .note-color .dropdown-menu .btn-group {
  display: inline-block; }

.panel-heading.note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
  padding: 0.75rem 0; }

.panel-heading.note-toolbar .note-style p,
.panel-heading.note-toolbar .note-style pre,
.note-popover .popover-content .note-style p,
.note-popover .popover-content .note-style pre {
  margin: 0; }

.panel-heading.note-toolbar .note-style blockquote,
.note-popover .popover-content .note-style blockquote {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1.25rem;
  border-left: 0.25rem solid #d9d9d9; }

.panel-heading.note-toolbar .dropdown-menu,
.note-popover .popover-content .dropdown-menu {
  white-space: nowrap; }
  .panel-heading.note-toolbar .dropdown-menu > li > a,
  .note-popover .popover-content .dropdown-menu > li > a {
    color: #383e5d;
    padding: 0.5rem 1rem;
    display: block; }
    .panel-heading.note-toolbar .dropdown-menu > li > a:hover,
    .note-popover .popover-content .dropdown-menu > li > a:hover {
      background-color: whitesmoke; }

.bootstrap-tagsinput {
  border: 1px solid #d9d9d9;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  display: block; }

.context-menu-icon.context-menu-icon-zmdi::before {
  font-family: "Material-Design-Iconic-Font"; }

.ripple-effect {
  overflow: hidden;
  position: relative; }

.filestyle {
  width: 0; }

.bootstrap-filestyle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .bootstrap-filestyle label {
    margin-bottom: 0; }

.summary-errors {
  background-color: #feeceb;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  color: #F44336;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.25rem;
  display: none; }

.ranges li {
  font-size: 1rem;
  background-color: transparent;
  border: 0;
  color: #383e5d;
  padding: 0.5rem 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem; }
  .ranges li.active, .ranges li:hover {
    background-color: #25293D;
    border: 0; }

.daterangepicker .input-mini {
  border: 1px solid #d9d9d9;
  color: #383e5d; }
  .daterangepicker .input-mini.active {
    border: 1px solid #d9d9d9; }

.daterangepicker .calendar-table {
  border: 1px solid #d9d9d9; }

.daterangepicker td,
.daterangepicker th {
  border: 0;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem; }
  .daterangepicker td.available:hover,
  .daterangepicker th.available:hover {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #25293D; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent !important;
  color: #9a9a9a;
  box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF; }

.daterangepicker td.in-range {
  background-color: #25293D;
  color: #FFF;
  box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF; }
  .daterangepicker td.in-range.available {
    box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF; }
    .daterangepicker td.in-range.available:hover {
      background-color: #e6e6e6; }

.daterangepicker td.start-date {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }
  .daterangepicker td.start-date.end-date {
    border-radius: 50%; }

.daterangepicker td.end-date {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #25293D !important;
  box-shadow: inset 0 1px 0 #FFF, inset 0 -1px 0 #FFF; }

.clockpicker-popover {
  padding: 0; }

.clockpicker-button {
  background-color: #f0f0f0;
  box-shadow: none;
  padding: 0.75rem 1rem;
  color: #737373; }
  .clockpicker-button:hover, .clockpicker-button:focus, .clockpicker-button:active {
    box-shadow: none;
    background-color: #e6e6e6; }

.ms-container {
  width: 100%; }
  .ms-container .ms-list {
    box-shadow: none;
    border: 1px solid #d9d9d9;
    height: 300px; }
  .ms-container .ms-selectable li.ms-elem-selectable,
  .ms-container .ms-selection li.ms-elem-selection {
    padding: 1rem 1.5rem; }

.toast-title {
  font-weight: 500;
  margin-bottom: 5px; }

.toast-message a {
  color: #0275d8; }
  .toast-message a:focus, .toast-message a:hover {
    color: #014c8c; }

#toast-container > div {
  border-radius: 0px;
  box-shadow: none;
  opacity: 1;
  color: #383e5d;
  background-color: #FFF;
  padding: 15px 15px 15px 65px;
  width: 300px;
  min-height: 74px; }
  #toast-container > div:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

#toast-container > .toast-success,
#toast-container > .toast-info,
#toast-container > .toast-warning,
#toast-container > .toast-error {
  background-image: none; }

.toast-close-button {
  height: 20px;
  width: 20px;
  color: #383e5d;
  outline: 0; }

.toast::before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  line-height: 1;
  text-align: center; }

.toast-success {
  border: 2px solid #009688; }
  .toast-success::before {
    content: "\f269";
    color: #009688; }
  .toast-success .toast-title {
    color: #009688; }
  .toast-success .toast-progress {
    background-color: #009688; }

.toast-info {
  border: 2px solid #2196F3; }
  .toast-info::before {
    content: "\f1f8";
    color: #2196F3; }
  .toast-info .toast-title {
    color: #2196F3; }
  .toast-info .toast-progress {
    background-color: #2196F3; }

.toast-warning {
  border: 2px solid #FF9800; }
  .toast-warning::before {
    content: "\f1f1";
    color: #FF9800; }
  .toast-warning .toast-title {
    color: #FF9800; }
  .toast-warning .toast-progress {
    background-color: #FF9800; }

.toast-error {
  border: 2px solid #F44336; }
  .toast-error::before {
    content: "\f1f1";
    color: #F44336; }
  .toast-error .toast-title {
    color: #F44336; }
  .toast-error .toast-progress {
    background-color: #F44336; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  border-radius: 0.25rem; }

.bootstrap-datetimepicker-widget table th {
  font-weight: 500;
  height: auto;
  line-height: 1;
  padding: 1rem 0.5rem; }

.bootstrap-datetimepicker-widget table td.day {
  height: auto;
  line-height: 1;
  padding: 1rem 0.5rem; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #25293D;
  color: #FFF; }

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #25293D; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #25293D;
  color: #383e5d; }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #25293D; }

.swal2-icon.swal2-success {
  border-color: #009688; }
  .swal2-icon.swal2-success .placeholder {
    border-color: #009688; }
  .swal2-icon.swal2-success .line {
    background-color: #009688; }

.swal2-icon.swal2-error {
  border-color: #F44336; }
  .swal2-icon.swal2-error .line {
    background-color: #F44336; }

.swal2-icon.swal2-warning {
  color: #FF9800;
  border-color: #FF9800; }

.swal2-icon.swal2-info {
  color: #2196F3;
  border-color: #2196F3; }

.swal2-icon.swal2-question {
  color: #607D8B;
  border-color: #607D8B; }

.mcs-sm .mCSB_scrollTools {
  width: 8px; }

.dt-bootstrap4 > .row,
.dt-bootstrap4 > .row > .col,
.dt-bootstrap4 > .row > [class*="col-"] {
  width: 100%; }

.dataTables_wrapper .dataTables_length label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.dataTables_wrapper .dataTables_filter label {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.dataTables_wrapper .dataTables_paginate ul.pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.dataTables_wrapper .dataTables_length select {
  margin: 0 0.5rem; }

table.dataTable thead th {
  border-top-color: transparent; }

table.dataTable.fixedHeader-floating {
  z-index: 9999; }

.DTFC_LeftBodyWrapper table, .DTFC_RightBodyWrapper table {
  background-color: #FFF; }

.ct-golden-section:before {
  padding-bottom: 0; }

.ct-label {
  font-size: 12px;
  color: #737373; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #3F51B5; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #3F51B5; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #25293D; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #25293D; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #009688; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #009688; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #673AB7; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #673AB7; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #F44336; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #F44336; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #FF9800; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #FF9800; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #2196F3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #2196F3; }

.fc button {
  height: auto;
  outline: 0;
  padding: 0.5rem 1rem;
  line-height: 1.25; }

.fc .fc-row {
  border-right: 0; }

.fc-head td {
  border: 0; }

.fc-head th {
  border: 0;
  padding: 0.75rem 0;
  font-weight: 500;
  text-transform: uppercase; }

.fc-toolbar {
  height: calc(2.25rem + 1px * 2); }
  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1rem; }
  .fc-toolbar h2 {
    font-weight: 400;
    line-height: calc(2.25rem + 1px * 2);
    font-size: 1.75rem; }

.fc-icon {
  font-family: "Material-Design-Iconic-Font"; }

.fc-event {
  border: 0; }
  .fc-event .fc-content {
    padding: 0 0.75rem; }

.fc-state-default {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #383e5d;
  background-color: #f0f0f0;
  border: 1px solid #d9d9d9;
  text-transform: capitalize; }

.fc-state-active {
  background-color: transparent; }

@media (max-width: 575px) {
  .fc-toolbar {
    height: auto; }
    .fc-toolbar.fc-header-toolbar {
      margin-bottom: 0; }
    .fc-toolbar h2 {
      margin-top: 1rem; } }

.flotTip {
  font-size: 12px;
  background-color: #25293D;
  color: #FFF;
  padding: 5px 8px;
  z-index: 900;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.legendColorBox div {
  border-radius: 50%; }

.legendLabel {
  padding: 0 10px 0 2px;
  font-size: 12px;
  font-weight: 500; }

.legend .legendLabel {
  padding: 5px 0 5px 2px; }

.chart-edge {
  margin: 0 -8px; }
  .chart-edge .flot-chart {
    bottom: -8px; }

.jvectormap-tip {
  font-size: 12px;
  background-color: #25293D;
  padding: 5px 8px;
  border: none;
  font-family: "Heebo", sans-serif;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.easy-pie-chart {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 60px;
  padding: 10px;
  text-align: center; }
  .easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.slick-dotted.slick-slider {
  margin: 2rem 0 0 0; }

.slick-dots {
  top: -3rem;
  bottom: 0; }
  .slick-dots li {
    width: auto;
    height: auto; }
    .slick-dots li button {
      height: 4px;
      width: 30px;
      padding: 0;
      background-color: #e6e6e6; }
      .slick-dots li button:before {
        display: none; }
    .slick-dots li.slick-active button {
      background-color: #9a9a9a; }

.wizard > .steps {
  margin-bottom: 2rem; }
  .wizard > .steps > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wizard > .steps > ul > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      .wizard > .steps > ul > li:not(:last-child) {
        margin-right: 0.75rem; }
  .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    margin: 0;
    border-radius: 0;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .wizard > .steps .number {
    font-size: 1.25rem;
    font-weight: 500;
    width: 2.5rem;
    line-height: calc(2.5rem - 2px * 2);
    text-align: center;
    border-radius: 50%;
    border: 2px solid #9a9a9a;
    display: inline-block;
    margin-right: 0.5rem; }
  .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background-color: #25293D; }
  .wizard > .steps .current .number {
    border-color: #FFF; }
  .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background-color: #7c7f8b;
    color: #FFF; }
  .wizard > .steps .done .number {
    border-color: #FFF; }
  .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background-color: #e6e6e6;
    color: #9a9a9a; }
  .wizard > .steps .disabled .number {
    border-color: #9a9a9a; }

.wizard > .content {
  background-color: transparent;
  border-radius: 0;
  min-height: 10rem;
  margin: 0; }
  .wizard > .content > .body {
    width: 100%;
    height: 100%;
    position: static;
    padding: 0; }
    .wizard > .content > .body input {
      border: 1px solid #d9d9d9; }
    .wizard > .content > .body label {
      margin-bottom: 0; }

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  line-height: 1.25;
  padding: 0.5rem 1.25rem;
  border-radius: 0.2em;
  color: #FFF;
  background-color: #25293D;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background-color: #e6e6e6;
  color: #383e5d;
  opacity: 0.65;
  cursor: not-allowed;
  box-shadow: none; }

.wizard.vertical > .steps {
  width: calc(30% - 2rem);
  margin: 0 2rem 0 0; }
  .wizard.vertical > .steps > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wizard.vertical > .steps > ul > li:not(:last-child) {
      margin: 0 0 0.75rem 0; }

.wizard.vertical > .content {
  width: 70%;
  margin: 0; }

.wizard.vertical > .actions {
  width: 100%;
  margin: 0; }

.tabcontrol > .steps {
  margin-bottom: 2rem; }
  .tabcontrol > .steps > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #d9d9d9;
    margin: 0;
    top: 0; }
    .tabcontrol > .steps > ul > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      text-align: center;
      margin: 0 0 -2px 0;
      padding: 0; }
      .tabcontrol > .steps > ul > li > a {
        display: block;
        color: #383e5d;
        padding: 1rem;
        position: relative; }
        .tabcontrol > .steps > ul > li > a::before {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          height: 2px;
          width: 100%;
          background-color: #25293D;
          -webkit-transform: scale(0, 0);
                  transform: scale(0, 0);
          -webkit-transition: -webkit-transform 0.2s;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
      .tabcontrol > .steps > ul > li:hover {
        background-color: transparent;
        border: 0; }
      .tabcontrol > .steps > ul > li.current {
        border: 0;
        padding: 0;
        background-color: transparent; }
        .tabcontrol > .steps > ul > li.current > a {
          padding: 1rem; }
          .tabcontrol > .steps > ul > li.current > a::before {
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1); }

.tabcontrol > .content {
  overflow-y: auto;
  padding: 0;
  border: 0; }
  .tabcontrol > .content > .body {
    width: 100%;
    height: 100%;
    padding: 0; }

.docs-buttons label.btn,
.docs-toggles label.btn {
  margin-bottom: 0;
  padding: 0.5rem 0.75rem; }

.img-container,
.img-preview {
  background-color: #f7f7f7;
  width: 100%;
  text-align: center; }

.img-container {
  min-height: 200px;
  max-height: 469px;
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .img-container {
    min-height: 469px; } }

.img-container > img {
  max-width: 100%; }

.docs-preview {
  margin-right: -1rem; }

.img-preview {
  float: left;
  margin-right: .5rem;
  margin-bottom: .5rem;
  overflow: hidden; }

.img-preview > img {
  max-width: 100%; }

.preview-lg {
  width: 16rem;
  height: 9rem; }

.preview-md {
  width: 8rem;
  height: 4.5rem; }

.preview-sm {
  width: 4rem;
  height: 2.25rem; }

.preview-xs {
  width: 2rem;
  height: 1.125rem;
  margin-right: 0; }

.docs-data > .input-group {
  margin-bottom: .5rem; }

.docs-data > .input-group > label {
  min-width: 5rem; }

.docs-data > .input-group > span {
  min-width: 3rem; }

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
  margin-right: .5rem;
  margin-bottom: .5rem; }

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
  margin-bottom: .5rem; }

.docs-tooltip {
  display: block;
  margin: -.5rem -.75rem;
  padding: .5rem .75rem; }

.docs-tooltip > .icon {
  margin: 0 -.25rem;
  vertical-align: top; }

.tooltip-inner {
  white-space: normal; }

.btn-upload .tooltip-inner,
.btn-toggle .tooltip-inner {
  white-space: nowrap; }

.btn-toggle {
  padding: .5rem; }

.btn-toggle > .docs-tooltip {
  margin: -.5rem;
  padding: .5rem; }

@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -1rem !important; }
  .btn-group-crop > .btn {
    padding-left: .5rem;
    padding-right: .5rem; }
  .btn-group-crop .docs-tooltip {
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-left: .5rem;
    padding-right: .5rem; } }

.docs-options .dropdown-menu {
  width: 100%; }

.docs-options .dropdown-menu > li {
  padding-left: 1rem;
  padding-right: 1rem; }

.docs-options .dropdown-menu > li:hover {
  background-color: #f7f7f7; }

.docs-options .dropdown-menu > li > label {
  display: block; }

.docs-cropped .modal-body {
  text-align: center; }

.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%; }

.widget {
  background-color: #FFF;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.widget-heading {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget-heading + .widget-body {
    padding-top: 0; }

.widget-title {
  margin: 0;
  line-height: calc(2.25rem + 1px * 2); }

.widget-body {
  padding: 1.5rem; }

@media screen and (min-width: 1200px) {
  .widget-edge-xl {
    margin: -1.5rem !important;
    margin-top: 0 !important; } }

@media screen and (min-width: 992px) {
  .widget-edge-lg {
    margin: -1.5rem !important;
    margin-top: 0 !important; } }

@media screen and (min-width: 768px) {
  .widget-edge-md {
    margin: -1.5rem !important;
    margin-top: 0 !important; } }

@media screen and (min-width: 576px) {
  .widget-edge-sm {
    margin: -1.5rem !important;
    margin-top: 0 !important; } }

.widget-edge {
  margin: -1.5rem;
  margin-top: 0; }

.activity-list {
  padding-left: 0;
  list-style: none; }
  .activity-list li {
    position: relative;
    padding: 12px 12px 12px 30px; }
    .activity-list li::before {
      content: "";
      position: absolute;
      left: 5px;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: #d9d9d9; }
    .activity-list li::after {
      content: "";
      position: absolute;
      left: 0;
      top: 15px;
      height: 11px;
      width: 11px;
      border-radius: 50%;
      border: 2px solid #9a9a9a;
      background-color: #FFF; }

.activity-list li.activity-primary::after {
  border-color: #3F51B5; }

.activity-list li.activity-success::after {
  border-color: #009688; }

.activity-list li.activity-info::after {
  border-color: #2196F3; }

.activity-list li.activity-purple::after {
  border-color: #673AB7; }

.activity-list li.activity-warning::after {
  border-color: #FF9800; }

.activity-list li.activity-danger::after {
  border-color: #F44336; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; } }

@keyframes pulse {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5; } }

.bg-demo {
  color: #FFF;
  background-image: -webkit-linear-gradient(left, #3F51B5, #673AB7);
  background-image: linear-gradient(to right, #3F51B5, #673AB7);
  padding: 1.5rem; }

.loading-demo,
.chart-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20rem; }

.btn-demo > .btn {
  margin: 0 1.5rem 1.5rem 0; }

.btn-demo > .btn-group {
  margin: 0 1.5rem 1.5rem 0; }

.btn-demo > .dropdown {
  margin-bottom: 1.5rem; }

.btn-demo > .btn-toolbar {
  margin-bottom: 1.5rem; }

.progress-demo .progress:not(:last-child) {
  margin-bottom: 1.5rem; }

.icon-demo .row > [class^="col"] {
  line-height: 3.5rem;
  cursor: pointer;
  height: 3.5rem; }
  .icon-demo .row > [class^="col"]:hover i {
    font-size: 2rem; }

.icon-demo i {
  font-size: 1.25rem;
  text-align: center;
  display: inline-block;
  width: 3rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.body-bg-full {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%; }
  .body-bg-full .page-container {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%; }
    .body-bg-full .page-container::before, .body-bg-full .page-container::after {
      content: "";
      display: table; }
    .body-bg-full .page-container .page-content {
      padding: 24px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      min-height: auto;
      width: 25rem; }

.error-title {
  font-size: 10rem;
  text-shadow: 4px 4px 0 #e6e6e6, 6px 6px 0 #383e5d; }

.page-sidebar-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 900;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .page-sidebar-container.page-sidebar-lg .page-sidebar-content {
    width: 300px; }
  .page-sidebar-container.page-sidebar-lg + .page-app-container {
    margin-left: 300px; }
  .page-sidebar-container.page-sidebar-xl .page-sidebar-content {
    width: 360px; }
  .page-sidebar-container.page-sidebar-xl + .page-app-container {
    margin-left: 360px; }
  .page-sidebar-container.page-sidebar-sm .page-sidebar-content {
    width: 180px; }
  .page-sidebar-container.page-sidebar-sm + .page-app-container {
    margin-left: 180px; }

.page-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  height: 5rem; }

.page-sidebar-content {
  width: 240px;
  height: calc(100vh - 4.25rem - 5rem); }

.page-sidebar-category {
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0; }

.page-app-container {
  margin-left: 240px;
  background-color: #FFF; }

.page-app-content {
  padding: 24px;
  height: calc(100vh - 4.25rem - 5rem * 2);
  overflow-y: auto; }
  .page-app-content.page-actions-0 {
    height: calc(100vh - 4.25rem); }
  .page-app-content.page-actions-1 {
    height: calc(100vh - 4.25rem - 5rem); }

.page-sidebar-toggle {
  position: absolute;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  top: calc(50% - 1.5rem);
  right: calc(-3rem + 1px);
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(37, 41, 61, 0.3);
  display: none; }

@media (max-width: 767px) {
  .page-sidebar-container {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
    .page-sidebar-container.toggled {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .page-sidebar-container.page-sidebar-lg + .page-app-container {
    margin-left: 0; }
  .page-actions,
  .page-app-content {
    padding-left: 12px;
    padding-right: 12px; }
  .page-app-container {
    margin-left: 0; }
  .page-sidebar-toggle {
    display: inline-block; } }

@media (max-width: 575px) {
  .page-sidebar-content {
    height: calc(100vh - 8.5rem - 5rem); }
  .page-app-content {
    height: calc(100vh - 8.5rem - 5rem * 2); }
    .page-app-content.page-actions-0 {
      height: calc(100vh - 8.5rem); }
    .page-app-content.page-actions-1 {
      height: calc(100vh - 8.5rem - 5rem); } }

.chat-item {
  padding: 1.25rem 5rem 0.5rem 1.25rem;
  position: relative; }
  .chat-item.self .chat-bubble {
    margin-right: 1rem; }
  .chat-item.self .chat-avatar {
    left: 0; }
  .chat-item.self .chat-text {
    background-color: #e6e6e6; }
  .chat-item.other {
    padding-right: 1.25rem;
    padding-left: 5rem;
    text-align: right; }
    .chat-item.other .chat-bubble {
      margin-left: 1rem; }
    .chat-item.other .chat-avatar {
      right: 0; }
    .chat-item.other .chat-text {
      background-color: #25293D;
      color: #FFF;
      text-align: left; }

.chat-avatar {
  position: absolute;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.chat-bubble {
  margin-bottom: 0.5rem; }

.chat-text {
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  display: inline-block;
  min-width: 8rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.email-single p {
  line-height: 1.8rem; }

.timeline {
  position: relative; }
  .timeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    left: 14rem;
    background-color: #e6e6e6; }

.timeline-item {
  position: relative;
  margin-bottom: 24px; }

.timeline-time {
  display: inline-block;
  width: 10rem;
  text-align: right;
  float: left; }

.timeline-content {
  margin-left: 18rem; }

.timeline-icon {
  text-align: center;
  position: absolute;
  font-size: 2rem;
  width: 4rem;
  line-height: calc(4rem - 5px * 2);
  margin-left: 2rem;
  border: 5px solid #e6e6e6;
  color: #FFF;
  border-radius: 50%; }

@media (max-width: 767px) {
  .timeline::before {
    left: calc((4rem - 5px) / 2); }
  .timeline-icon {
    left: 0;
    top: 0;
    margin: 0; }
  .timeline-content {
    margin-left: 5rem; }
  .timeline-time {
    display: block;
    float: none;
    width: auto; } }
