
#mapSearchContainer{
  position:fixed;
  top:20px;
  right: 40px;
  height:30px;
  width:180px;
  z-index:110;
  font-size:10pt;
  color:#5d5d5d;
  border:solid 1px #bbb;
  background-color:#f8f8f8;
}

.footer {
    min-height: 200px;
    padding: 20px 5px;
}


.bold {
  font-weight: bold;
}

.superbold {
  font-weight: 900;
}

.leaflet-control-attribution {
  display: none;
}

.map-frame {
  background: #fff;
  padding: 8px;
  border: 1px solid #ccc;
  margin: 20px 0;
}

.webcarealert {
  margin: 15px;
  padding: 5px;
}

.webcarealert ul li, .webcarealert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webcaremsg ul li, .webcaremsg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webcaredot {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
}

.webcaresmalldot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.table td {
  vertical-align: middle;
  padding: 7px 9px;
}

.table th {
  overflow-wrap: break-word;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: 0;
  background-color: #fff;
}

.form-group > label {
  font-weight: bold;
}

.mandatoryField {
  color: #f05f5f;
}

.custom-switch, .custom-switch label  {
  cursor: pointer;
}


.breadcrumb-item.active {
  font-weight: bold;
}

.table tr, .table tr.even {
  background-color: #fff;
}

.collapse-inner .collapse-item {
  white-space: pre-wrap !important;
}

.row.batch {
  padding:  15px 0;
  padding-bottom: 0;
  background-color: #efefef;
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  font-size: 13px;
}

.webcarelegend {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 8px;
  background-color: azure;
  border: 1px dotted #ccc;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  bottom: -15px;
  left: 15px;
}

.tab-pane.active {
  /* overflow: hidden; */
}

.viewcompanysocial {
  color: #222222;
  font-size: 24px;
  margin-right: 5px;
}

.custom-file-input ~ .custom-file-label::after {
  content: "Αναζήτηση";
}

.custom-file-label {
  top: 23px;
  left: 12px;
  right: 11px;
}

#central_loader {
  padding-top:15%; 
  position:fixed; 
  top:0; 
  left:0;
  bottom:0;
  right:0;
  background-color: rgba(78,115,223, 0.7);
  z-index:999999999;
}

.webcareheader {
  display:none !important;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.bootstrap-select > .dropdown-toggle {
  border: 1px solid #efefef; 
  background-color: #fff;
}

.nav-tabs .nav-link {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border: 1px solid #ccc;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: lavender;
}

div.dt-buttons {
  position: relative;
  float: right;
}

div.dataTables_wrapper div.dataTables_filter {
  /* text-align: left; */
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
}

div.dt-buttons button {
  padding: 5px;
font-size: 13px;
}

.smalltooltip {
  font-size: 16px;
  float: left;
  margin-right: 5px;
  padding-top: 5px;
  color: #109374;
  position:relative;
  top:-4px;
}

.dropdown-menu {
  width: 100%;
}

.adwrapper {
  padding:15px;
  background-color: #fff;
  border: 2px solid #ccc;
  margin-top: -5px;
}

.myalert {
  padding-top:0;
  padding-bottom: 0;
}

.myalert p {
  margin-bottom: 0;
}

.dropdown.bootstrap-select {
  border: 1px solid #898989 !important;
}