﻿.flow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.message-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.message-primary hr {
  border-top-color: #9fcdff;
}
.message-primary .alert-link {
  color: #002752;
}
.message-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.message-secondary hr {
  border-top-color: #c8cbcf;
}
.message-secondary .alert-link {
  color: #202326;
}
.message-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.message-success hr {
  border-top-color: #b1dfbb;
}
.message-success .alert-link {
  color: #0b2e13;
}
.message-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.message-info hr {
  border-top-color: #abdde5;
}
.message-info .alert-link {
  color: #062c33;
}
.message-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.message-warning hr {
  border-top-color: #ffe8a1;
}
.message-warning .alert-link {
  color: #533f03;
}
.message-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.message-danger hr {
  border-top-color: #f1b0b7;
}
.message-danger .alert-link {
  color: #491217;
}
.message-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.message-light hr {
  border-top-color: #ececf6;
}
.message-light .alert-link {
  color: #686868;
}
.message-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.message-dark hr {
  border-top-color: #b9bbbe;
}
.message-dark .alert-link {
  color: #040505;
}
.widget-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.widget-image-widget img {
  width: 100%;
}
.widget-align-left {
  text-align: left;
}
.widget-align-center {
  text-align: center;
}
.widget-align-right {
  text-align: right;
}
.widget-align-justify {
  text-align: justify;
}
.widget-size-100,
.widget-size-25,
.widget .widget-size-25,
.widget-size-33,
.widget .widget-size-33,
.widget-size-50,
.widget .widget-size-50,
.widget-size-66,
.widget .widget-size-66,
.widget-size-75,
.widget .widget-size-75 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .widget-size-25,
  .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .widget-size-33,
  .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 768px) {
  .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 576px) {
  .widget-size-50,
  .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .widget-size-66,
  .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}
@media (min-width: 768px) {
  .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}
@media (min-width: 576px) {
  .widget-size-75,
  .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
ul.pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
ul.pager li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
ul.pager li a:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
ul.pager li a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
ul.pager li:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
ul.pager li:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
ul.pager li.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
ul.pager li.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
ul.pager {
  margin-top: 1rem;
}
#togglePassword {
  width: 44px;
  padding: 0;
}