.bg-login-image {
  background-image: url("/img/Slide1.jpg");
  background-size: cover;
  background-position: center center;
}

.validation-summary-errors ul {
  margin: 0;
  padding: 0;
}
.validation-summary-errors ul li {
  list-style: none;
}

.card {
  margin-bottom: 15px;
}

.btn-default {
  background-color: #f3f3f3;
}

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

.img-frame {
  border: 1px solid #cecece;
}

.table tr.cursor-pointer {
  cursor: pointer;
}
.table tr.cursor-pointer:hover {
  background-color: #f3f3f3;
}

.cursor-pointer {
  cursor: pointer;
}

.pagination .current {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #cecece;
  border: 1px solid #dddfeb;
}
.pagination .ellipse {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e73df;
  background-color: #fff;
  border: 1px solid #dddfeb;
}
.pagination .prev {
  display: none !important;
}
.pagination .next {
  display: none !important;
}

.form-control {
  height: auto;
  padding: 7.5px;
}

.select2-container--default .select2-selection--single {
  border-color: #cecece;
  padding: 7.5px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  color: #6e707e;
  padding-left: 0;
}

.drag-uploader {
  height: 250px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e0e7ed' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1.2em;
  padding: 30px 0;
  position: relative;
  cursor: pointer;
}
.drag-uploader.drag-over {
  background-color: #cecece;
}
.drag-uploader input {
  visibility: hidden;
}
.drag-uploader .drag-uploader-text {
  margin-bottom: 15px;
}
.drag-uploader .bottom-text {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  font-size: 0.8em;
}

.uploaded-files .uploaded-file {
  margin: 15px 0;
}

@media (max-width: 480px) {
  .table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

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