body {
  font-family: "Montserrat", sans-serif;
}
.form-group {
  position: relative;
}
.br-sideleft {
  background-color: #000;
}
.br-menu-link.active {
  background-color: #000;
}
.br-menu-link:hover,
.br-menu-link:focus {
  background-color: #3e4551;
}
.br-menu-sub {
  background-color: #4b515d;
}
.br-menu-link.show-sub {
  background-color: #000;
}
.br-menu-sub .nav-link:hover,
.br-menu-sub .nav-link:focus {
  color: #fff;
}
.br-menu-sub .nav-link:hover::before,
.br-menu-sub .nav-link:focus::before {
  background-color: #fff;
}
.br-logo > a span {
  color: #afca0a;
}
.user-profile-nav .icon {
  color: #afca0a;
}
.sidebar-tabs {
  background-color: #fff;
}
.sidebar-tabs .nav-link.active {
  background-color: #000;
  color: #fff;
}
.signin-logo {
  color: #afca0a !important;
}
.tab-content > .active {
  background-color: #000;
}
.sidebar-datepicker .ui-datepicker-calendar thead th {
  color: #fff;
}
.tx-info {
  color: #afca0a;
}
.btn-info {
  background-color: #afca0a;
  cursor: pointer;
  border-color: #afca0a;
}
.btn-info:hover {
  background-color: #000;
  border-color: #000;
}
.link:hover {
  color: #000 !important;
}
.form-control:focus,
.dataTables_filter input:focus {
  border-color: #000;
}
button {
  cursor: pointer;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #afca0a;
}
.custom-file-control-inverse::before {
  background-color: #afca0a;
}
.custom-file-control:lang(en)::before {
  content: "Przeglądaj";
}
.custom-file-control:lang(en):empty::after {
  content: "Wybierz plik...";
}
#alert-box {
  padding: 10px;
  color: white;
  border-radius: 3px;
  font-weight: 700;
  background-color: #afca0a;
  margin-bottom: 20px;
  display: inline-table;
}
.popover {
  z-index: 2001;
}
.more {
  cursor: pointer;
}
.bootstrap-tagsinput {
  background-color: #18222f;
  border: 0;
  color: rgba(255, 255, 255, 0.6);
}
.bootstrap-tagsinput .label {
  background-color: #4b515d;
}
input {
  color: black;
}
.btn {
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  background: linear-gradient(
    0deg,
    rgba(249, 99, 0, 1) 0%,
    rgba(192, 16, 84, 1) 84%,
    rgba(192, 16, 84, 1) 100%
  );
}
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #ecf0f1;
  /* display: none; */
}
#status {
  top: 40%;
  left: 50%;
  position: absolute;
}
.sk-double-bounce .sk-child {
  border-radius: 0%;
}
.sk-double-bounce {
  width: 83px;
  height: 83px;
}
.delete_photo:hover {
  background-image: url(http://cynkmal.przedprojekt.com/application/views/images/x-button.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.delete_photo img:hover {
  opacity: 0.4;
}
.cursor {
  cursor: pointer;
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: inline-block;
}
.logged-name {
  vertical-align: top;
  margin-top: 7px;
}
.br-menu-sub .nav-link.active {
  color: white;
}
.br-menu-sub .nav-link.active::before {
  background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  color: black;
}
.bg-photo {
  background: url("../img/bg-login.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.small_valid {
  color: #dc3545;
  font-size: 0.7rem;
  margin: 0px !important;
}
p {
  margin-bottom: 0;
}
.is-invalid {
  border: 1px solid #dc3545;
}
#accordion {
  width: 600px;
}
.br-menu-link {
  color: #fff;
}
.br-menu-link:hover,
.br-menu-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.popover-body {
  padding: 0;
}
.content-popover {
  padding: 10px;
}
.logo-form {
  display: flex;
}
.modal::before {
  height: auto;
}
.upload_photos {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
}
/*.select2-dropdown {
    z-index: 9999999999999;
    min-width: 300px !important;
}
#modal_select .select2-container {
    width: 250px !important;
}*/
@media (min-width: 576px) {
  .modal-xl {
    max-width: 1200px;
    margin: 30px auto;
  }
}

.field-photo {
  position: relative;
}
.field-instruction {
  position: absolute;
  opacity: 0.8;
}

.drag-pin {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  background: linear-gradient(
    0deg,
    rgba(249, 99, 0, 1) 0%,
    rgba(192, 16, 84, 1) 84%,
    rgba(192, 16, 84, 1) 100%
  ) !important;
  border-radius: 25px 25px 0px 25px;
  transform: rotate(45deg);
  z-index: 10;
  transition: 0.1s;
}

.drag-pin:hover {
  transform: scale(1.1) rotate(45deg);
}
.priority-photo {
  font-weight: bold;
  font-size: 32px;
  color: red;
}
.photo-desc {
  text-align: right;
  color: #000;
}
.instruction-photo {
  width: 128px;
  height: 96px;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
  .overflow-register {
    overflow-y: scroll;
    max-height: 300px;
  }
  .logo-form {
    display: block;
  }
  #photoViewer_2 {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .form-layout {
    overflow-x: hidden;
  }
  .form-layout-7 .row > div:first-child {
    justify-content: flex-start;
    border-right-width: 1px;
  }
  .btn {
    margin-bottom: 20px;
  }
  .priority-photo,
  .photo-desc {
    font-size: 12px;
    text-align: left;
  }
  .instruction-photo {
    width: 64px;
    height: 48px;
  }
}
@media (max-width: 575.98px) {
}
