#sidebarFilter .card,#sidebar .card{
  background-clip: border-box;
  border: 0px;
  border-radius: 0;
  color:black;
}

#sidebarFilter .card-body,#sidebar .card-body, #accordionField .card-body{
  padding: 0;
}
/*
.navbar{
  height: 3rem;
}*/

.navbar{
   font-size: initial;
   font-weight: normal;
}

iframe{
  border: none;
}
a{
  outline:none;
  text-decoration: none;

}

em{
  outline:none;
}

h5{
  margin: 0;
}

.jumbotron{
  background-color: #fafafa;
}

.shadow{
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
}

.dropzone{
  min-height: 7vw;
  padding: 0;
}

.dropzone .dz-preview .dz-image {
  width: 11rem;
  height: 8rem;
}

.dropzone .dz-preview{
  margin:0;
}

.dropzone .dz-preview .dz-details{
  padding: 0;
}


@media (min-width: 1400px)
{
  .d-xxl-inline {
      display: inline !important;
  }
}

.ui-selected{
  background: gold;
}

.draggable-modal-dialog{
    position: relative;
    display: table; /* This is important */
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.modal-fixed-height{
  height: 48rem;
  overflow: auto;
}

@media(max-width: 1600px){
  .modal-fixed-height{
    height: 38rem !important;
  }
}

.modal-body{
  max-height: 48rem;
  overflow: auto;
}

.bg-transparent-white{
  background-color: #ffffff2e;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3) !important;
}

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

@media (min-width: 992px){
  .pl-lg-7, .px-lg-7 {
      padding-left: 7rem !important;
  }
}

@media (min-width: 992px){
  .pr-lg-7, .px-lg-7 {
      padding-right: 7rem !important;
  }
}

.restyled-input {
  background-color: rgba(0,0,0,0);
  border: none;
}

.restyled-input:focus {
  background-color: rgba(0,0,0,0);
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.white-placeholder::placeholder{
  color: #ddd;
  opacity: 0.8;
}

.inactive{
  border: 2px solid;
  border-color: #d01414;
}


body.modal-open {
  position: inherit !important;
  overflow: visible !important;
  padding-right:0 !important;
}


.modal-body-draggable{
  max-width: 87vw !important;
  max-height: 65vh !important;
  overflow: auto !important;
}

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

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
  top: 13px;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 576px)
{
  .jumbotron {
      padding: 2rem 2rem;
  }
}

.bootstrap-select .dropdown-menu{
    position:relative;
}

a.text-decoration-none{
  color: inherit;
}

.border-dark-transparent{
  border-color: #5050506e !important
}

.border-dark-transparent-2{
  border-color: #28282805 !important
}

.border-dark-transparent-3{
  border-color: #5050502e !important
}

.popover{
  max-width: 100%;
}
