#textStylePopup .canvasStyle {
  padding: 0px 0;
}

.canvasStyle .font-grid {
  margin-bottom: 10px;
}
.canvasStyle .font-grid,
.canvasStyle .font-size-grid,
.canvasStyle .color-grid {
  border-color: #9e9e9e;
  color: #000;
  background: #f9f9fb;
  color: #000;
  border: 1px solid #e7e8ee;
  border-radius: 4px;
  padding: 5px 10px;
  height: 38px;
  max-width: 100%;
  width: 100%;
  font-size: 1em;
  vertical-align: top;
  position: relative;
  line-height: 25px;
  cursor: pointer;
  margin-bottom: 5px;
}
.canvasStyle .selected {
  padding-bottom: 15px;
}
#textStylePopup .selected i {
  float: right;
  margin-top: 5px;
}

.canvas-font-strip .font-list {
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  padding: 0 8px;
  position: absolute;
  cursor: pointer;
  z-index: 99999;
  border: 1px solid #f9f9f9;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  background-color: #fff;
}

.canvas-font-strip .font-list li {
  font-size: 16px;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
}

.canvas-font-strip .font-list li input[type="checkbox"],
.working-selectbox {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: all !important;
  margin-right: 10px;
}

#OpenImgUpload i {
  text-align: center;
  margin: auto;
  display: table;
  font-size: 40px;
}

#OpenImgUpload {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
}
#imgupload {
  position: absolute;
  bottom: 0;
  left: 0;
}

.position-relative {
  position: relative;
}

.remove-input-div,
.remove-input-div-store {
  margin-top: 7px;
  margin-bottom: 7px;
}

.remove-input,
.remove-input-store {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  /* height: 100%; */
  margin: 0 !important;
  padding: 3.6%;
}
.remove-input i,
.remove-input-store i {
  color: #fff;
}

.table-responsive {
  overflow-x: inherit;
}

.cal_icon-2 {
  position: absolute;
  right: 4%;
  top: 36%;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.filters .form-group {
  line-height: 0px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.bold {
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.width-full {
  width: 100%;
}

.font-black {
  color: #212529 !important;
}

.notification-label {
  font-size: 11px;
  padding-right: 10px;
  font-weight: bold;
  color: #aaa;
}

.notification-bar .header-footer-text {
  color: #2196f3 !important;
}

.font-16 {
  font-size: 16px;
}

.show {
  display: block !important;
}

.artist-dropdown {
  width: 100%;
  position: absolute;
  top: 50px;
  overflow-y: scroll;
  background-color: #fff !important;
  display: table;
  z-index: 1;
  box-shadow: 5px 6px 15px 0px rgba(49, 47, 49, 0.5);
  padding: 15px;
}

.artist-dropdown li,
.track-artist-dropdown li {
  padding: 8px 0px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.artist-dropdown li:hover,
.track-artist-dropdown li:hover {
  background-color: #2196f3;
  color: #fff;
  padding-left: 10px;
}

.inputgotourl {
  position: absolute;
  right: 0;
  top: 40%;
  padding: 12px;
  background: #7daee1;
  color: #fff;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.content-center {
  display: inline !important;
  vertical-align: middle !important;
  padding: 10px 15px;
}

.artist-dropdown ul {
  height: 150px;
  overflow-y: scroll;
}

@media (max-width: 500px) {
  .filters .form-group.date {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px !important;
  }
  .filters .form-group button {
    margin-top: 15px !important;
    margin-left: 15px !important;
  }
  .hide-scrollbar {
    width: 100%;
    overflow-x: scroll;
  }
}

@keyframes blinking {
  0% {
    background-color: #ccc;
    border: 5px solid #ccc;
  }
  /* YOU CAN ADD MORE COLORS IN THE KEYFRAMES IF YOU WANT
    50%{
      background-color: #55d66b;
      border: 5px solid #126620;
    }
    */
  100% {
    background-color: #fff;
    border: 5px solid #fff;
  }
}
.blink {
  animation: blinking 1.5s infinite;
}

.m-b-o {
  margin-bottom: 0px;
}

.modal_icon_btn {
  padding: 9px 8px;
  /* box-shadow: 5px 6px 15px 0px rgba(49, 47, 49, 0.5); */
  display: table;
  float: left;
  margin: 0 5px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.store-modal-display-table {
  display: table;
  margin: 0 !important;
  padding-top: 10px;
}

.store-modal-border-bottom-1 {
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
  padding-bottom: 10px;
}

.theme-black .sidebar .menu .list li.activee {
  background-color: #4b5862 !important;
}

.hideCutstom {
  display: none;
}

.customToolTip.active .customToolTipInner {
  display: block !important;
}

.customToolTipInner {
  position: absolute;
  top: 30px;
  left: 10%;
  min-width: 216px;
  padding: 8px;
  background-color: #000;
  z-index: 999;
  color: #fff !important;
  border-radius: 5px;
}

.customToolTipInner i.fa-caret-up {
  position: absolute;
  top: -16px;
  color: #000;
  font-size: 26px;
}

@media (max-width: 768px) {
  .customToolTipInner {
    top: 0%;
  }
}

@media (max-width: 450px) {
  .footer {
    text-align: center !important;
  }
  .footer .col-md-6 span {
    font-size: 12px;
  }
  .social_footer {
    float: none !important;
    padding: 0;
    margin: auto !important;
    display: table !important;
  }
  .table-responsive .col-sm-12.col-md-6 {
    width: 100%;
  }
  div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:first-child,
  div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }
  .table-responsive .col-sm-12.col-md-6 .dataTables_length label,
  .table-responsive .dataTables_filter {
    float: left;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: table;
  }
}

.breadcrumb.remove > li + li::before {
  content: " " !important;
  color: #777;
}

.shows
{
  display: block !important;
}
 
.btn-calender-div
{
  position: relative;
}
.btn-calender
{
  box-shadow: none !important;
}

.btn-calender:hover,
.btn-calender:focus
{
  background-color: transparent !important;
}

.calender-dropdown-menu-datepicker
{
  position: absolute;
  top: 36px;
  background-color: #fff;
  right: -1px;
  width: 300px;
  padding: 25px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.customToolTip
{
    text-transform: capitalize;
}