.clearfix::after, .modal-header::after, .modal-footer::after {
  content: '';
  display: table;
  clear: both; }

.show-modal {
  overflow: hidden;
  padding-right: 15px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), opacity 0.15s;
    transform: translate(0, -25%) scale(0.5);
    opacity: 0; }
  .modal.show {
    display: flex;
    align-items: center; }
    .modal.show .modal-dialog {
      transform: translate(0, 0) scale(1);
      opacity: 1; }

.show-modal .modal {
  overflow: hidden; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
  padding: 20px; }

.modal-content {
  position: relative;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: 0; }

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    display: block;
    opacity: 0;
    transition: opacity .2s; }
  .modal-backdrop.show {
    display: block;
    opacity: 0.25; }

.modal-header {
  border-radius: 8px 8px 0 0;
  background: #F4F4F4;
  padding: 15px;
  border-bottom: 1px solid #eceeef; }

.modal-header .close {
  float: right;
  border: none;
  margin: -15px -15px 0 0;
  padding: 0;
  font-size: 2.5rem;
  width: 38px;
  height: 38px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  border-top: 1px solid #eceeef;
  text-align: right; }
  .modal-footer .button, .modal-footer input[type=button], .modal-footer input[type=submit] {
    margin-bottom: 0; }
  .modal-footer .button + .button {
    margin-left: 5px; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal-dialog {
  width: 500px; }

.wide .modal-dialog {
  width: 800px; }

.short .modal-dialog {
  width: 330px; }

.modal input {
  max-width: 180px; }

.modal input.w100 {
  max-width: 100%; }

.modal form {
  margin-bottom: 0; }

label.inline {
  height: 38px;
  line-height: 38px; }

#message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100; }
  #message div {
    margin: -100px auto 0;
    padding: 12px;
    background: rgba(0, 128, 0, 0.5);
    color: #FFF;
    font-size: 140%;
    text-align: center;
    width: 40%;
    opacity: 0;
    transition: opacity .5s; }
    #message div.show {
      margin-top: 0;
      opacity: 1;
      transition: margin .5s; }
    #message div.err {
      background: rgba(139, 0, 0, 0.5); }

.rel {
  position: relative; }

.popover.yellow {
  background: #FFE; }

.popover p {
  margin-bottom: 0; }

table.sticky th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 900; }

.input-addon {
  display: flex; }
  .input-addon input {
    flex: 1; }
  .input-addon .item {
    background: #F4F4F4; }
  .input-addon :first-child {
    border-radius: 4px 0 0 4px;
    border-right-width: 0; }
  .input-addon :last-child {
    border-radius: 0 4px 4px 0;
    border-left-width: 0; }
  .input-addon :first-child + :last-child {
    border-left-width: 1px; }
  .input-addon button, .input-addon .button {
    padding: 0 12px; }
  .input-addon .fa-eye-slash {
    background: #C8C8C8; }

/*# sourceMappingURL=main.css.map */
