.impLoading1 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

#topSpecialsEventsTable td {
  vertical-align: middle;
}

.topDay {
  font-size: 12px;
}
.maxDetails {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2px;
}
.maxTime {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}
.maxImp {
  font-size: 14px;
  font-weight: 500;
}
.maxImpLabel {
  font-size: 8px;
  font-weight: 200;
  color: black;
}


.multiselect-container {
  height: 300px;
  width: 300px;
  overflow-y: scroll;
}
.multiselect-option {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}
.form-check {
  padding: 0 !important;
}
.form-check-input {
  margin-right: 5px !important;
}

.dayLegendTxt {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.img-circle {
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
  width: 200px;
  height: 200px;
  border: 1px solid;
}
.img-circle-lg {
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
  width: 300px;
  height: 300px;
  border: 1px solid;
  border-radius: 50%;
}
.img-square {
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
  width: 360px;
  height: 120px;
  border: 1px solid;
  object-fit: cover;
}
.img-square-lg {
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
  width: 450px;
  height: 150px;
  border: 1px solid;
  object-fit: cover;
}
.img-square-lg-v6 {
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
  width: 300px;
  height: 200px;
  border: 1px solid;
  object-fit: cover;
}
.img-square-smooth {
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
  width: 200px;
  height: 200px;
  border: 1px solid;
  border-radius: 5px;
}
.img-square-smooth-lg {
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
  width: 300px;
  height: 300px;
  border: 1px solid;
  border-radius: 5px;
}
.cropper-crop-box, .cropper-view-box {
  /*border-radius: 50%;*/
}
.cropper-view-box {
  box-shadow: 0 0 0 1px #39f;
  outline: 0;
}
.cropper-bg {
  /*width: 400px !important;*/
}

.rotate90 {
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%);
}

.profile-pic {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  object-fit: cover;
  border: 1px solid gainsboro;
}

.featured-img {
  width: 300px;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  border: 1px solid gainsboro;
}

.google-img-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 4px;
}
.google-img-column {
  flex: 25%;
  max-width: 97.5px;
  height: 200px;
  padding: 0 2.5px;
}
.google-img-column img {
  margin-top: 5px;
  vertical-align: middle;
  width: 100%;
  height: calc(50% - 7.5px);
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.google-img-column img:hover {
  filter: brightness(0.5);
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .google-img-column {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .google-img-column {
    flex: 100%;
    max-width: 100%;
  }
}




#edit-profile-picture-label {
  cursor: pointer;
  color: #fff;
  background-color: #337ab7;
  padding: 6px 12px;
  margin:10px 0 5px;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #2e6da4;
  border-radius: 4px;
  white-space: pre-wrap;
}
#edit-profile-picture-label:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
  text-decoration: none;
}
#edit-profile-picture-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}



.dropbtn {
  background-color: transparent;
  color: #337ab7;
  padding: 6px;
  font-size: 16px;
  border: none;
}
.dropdown-content {
  display: none;
  text-align: right;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
  right: 0;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}




/* NAV BAR */

.btn-admin-active {
  /*background-color: rgb(241, 237, 255);*/
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}



/* LOADER */

.loader-div {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  margin-top: 71px;
  text-align: center;
  z-index: 99;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-top: 50px;
  animation: spin 2s linear infinite;
}

.loader-tiny {
  border: 2px solid #ccc;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}







.orangeClass {
	background-color: rgba(244, 149, 60, 0.3) !important;
}

#loggedInDiv .row {
	margin-left: 0;
	margin-right: 0;
}







.review-est-img-input {
  color: transparent;
  position: relative;
  top: -130px;
  height: 120px;
  width: 120px;
}
.review-est-img-input::-webkit-file-upload-button {
  display: none;
}
.review-est-img-input::before {
  content: 'Edit';
  display: inline-block;
  color: transparent;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.review-est-img-input:hover::before {
  border-color: rgb(150,150,150);
  color: white;
  background-color: rgba(220,220,220,0.5);
}
.review-est-img-input:active {
  outline: 0;
}
.review-est-img-input:active::before {
  background-color: rgb(220,220,220);
}




/* supplier & campaign tables */

#supplierTable td,
#campaignTable td {
  vertical-align: middle;
}



.bootstrap-tagsinput {
  width: 100%;
}


/*
.specialTypeBtn:focus,
.specialTypeBtn:active {
  outline: 0;
  background-color: white;
}
*/

.special-type-div {
  display: inline-block;
  vertical-align: top;
  max-width: 44px;
  margin-right: 4px;
  line-height: 1;
}
.special-type-button {
  outline: 0;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: white;
  box-shadow: none;
  padding: 0;
}
.special-type-button img {
  width: 30px;
  height: 30px;
}
.special-type-label {
  font-size: 10px;
  white-space: nowrap;
  text-align: center;
  width: 40px;
}



#adminAddEventSpecialRow {
  display: none;
  padding: 10px 0;
  margin: 10px 15px;
  border: 1px solid green;
  border-radius: 5px;
}
.adminAddEventSpecialHeader {
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}
.adminAddEventSpecial-deal-type-button {
  outline: 0;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
}
.adminAddEventSpecial-deal-type-button img {
  width: 26px;
  height: 26px;
}
.adminAddEventSpecial-footer {
  text-align: center;
}


.btnAuditSort {
  background-color: transparent; 
  border: none; 
  color: #007aff; 
  font-weight: 400; 
  font-size: 13px; 
  padding: 5px 0; 
  text-align: left;
}

#auditTable {
  border-collapse: collapse;
  width: 100%;
}

#auditTable > thead > tr > th {
  position: sticky;
  top: 0;
  background-color: rgb(235,235,245); /* or any other contrasting color */
  z-index: 2; /* ensures the header stays above scrolling content */
}

#auditTable > thead > tr > th,
#auditTable > tbody > tr > td {
  padding: 10px 15px;
  vertical-align: middle;
}

.auditEstRowText {
  color: rgb(50,50,50); 
  font-weight: 400; 
  font-size: 12px; 
  line-height: 1.1;
}


.btn-audit-toggle-edit-est {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 8px 0 5px;
  background-color: transparent;
  border: none;
  border-radius: 5px;
}
.btn-audit-toggle-edit-est:hover {
  background-color: rgba(50,200,5,0.2);
}


#auditTable > tbody > tr:hover {
  background-color: rgba(50,200,5,0.2);
  cursor: pointer;
}





.audit-edit-est-btn {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 20px;
  color: rgb(50,50,50);
  border: 1px solid grey;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  margin-bottom: 20px;
}
.audit-edit-est-btn-active {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 20px;
  color: rgb(50,50,50);
  border: 1px solid grey;
  border-top-left-radius: 5px;
  border-bottom: none;
  border-right: none;
}
.audit-edit-est-btn-google {
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  border: 1px solid grey;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
  margin-bottom: 20px;
}
.audit-edit-est-btn-google-active {
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  border: 1px solid grey;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-left: none;
}
.audit-edit-est-btn-half {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 20px;
  color: rgb(50,50,50);
  border: 1px solid grey;
  border-radius: 5px;
  margin-bottom: 20px;
}
.audit-edit-est-btn-half-active {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 20px;
  color: rgb(50,50,50);
  border: 1px solid grey;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}

.audit-edit-est-div {
  /*display: none;*/
  /*overflow: hidden;*/
}
.audit-edit-est-div-active {
  display: block;
  padding: 10px 0 10px 10px;
  border-left: 1px solid grey;
  border-bottom: 1px solid grey;
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
}
.audit-edit-est-div-google-active {
  display: block;
  padding: 10px 10px 10px 0;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
}
.audit-edit-est-div-half-active {
  display: block;
  padding: 10px;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
}



@media (max-width: 800px) {
	.adminrow {
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-bottom: 5px;
	}
  #dealDiv {
      padding: 30px 0 !important;
  }
  #topSpecialsEventsTable {
    font-size: 0.8em;
  }
  #topSpecialsEventsTable td, #topSpecialsEventsTable th {
    padding: 3px;
  }
  #topSpecialsEventsTable th:first-child {
    width: 23% !important;
  }
  .topDay {
    font-size: 10px;
  }
  .maxDetails {
    font-size: 10px;
  }
  .maxTime {
    font-size: 8px;
  }
  .maxImp {
    font-size: 12px;
  }
  .maxImpLabel {
    display: none;
  }
}

@media (max-width: 769px) {
    #owner {
        vertical-align: bottom !important;
    }
}
