.amazing-loader div.uil-default-css {
    margin-top: 100px !important;
}

.cancelEventModalApproveError, .redErrorText {
  color: red;
}

.canceledEventMessage {
  background-color: rgb(245, 220, 149);
  color:black;
  font-size:29px;
}

.cmsPagination .pagination, .adminSection .pagination {
  direction: ltr;
}


.cmsPagination .pagination > li > a,
.cmsPagination .pagination > li > span,
.adminSection .pagination > li > a,
.adminSection .pagination > li > span {
  float: left;
}

.cmsPagination .pagination > li:first-child > a,
.cmsPagination .pagination > li:first-child > span,
.adminSection .pagination > li:first-child > a,
.adminSection .pagination > li:first-child > span {
  margin-right: -1px;
  border-bottom-right-radius:initial;
  border-top-right-radius:initial;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.cmsPagination .pagination > li:last-child > a,
.cmsPagination .pagination > li:last-child > span,
.adminSection .pagination > li:last-child > a,
.adminSection .pagination > li:last-child > span {
  border-bottom-left-radius:initial;
  border-top-left-radius: initial;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.adminSection em.fa-style,
.eventSetting em.fa-style {
  font-size: 18px;
  width: 28px;
  vertical-align: -2px;
  text-align: right;
  color: #50e3c2;
}

.adminSection .user-list-detail input[type=text] {
    width: 60%;
    padding-right: 3px;
}

.adminSection .user-list-detail img[src="/app/img/ajax-loader.gif"],
.cmsEventDashboard img[src="/app/img/ajax-loader.gif"],
.eventSetting img[src="/app/img/ajax-loader.gif"] {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    margin-left: 0px !important;
    position: initial !important;
    left: initial !important;
}

.footer-alert
{
  
    position: fixed;
    bottom: 0px;
    left: 4px;
    /* right: 4px; */
    width: inherit;
    z-index: 10000;
}

.completely-invisible{
    visibility: hidden;
    height: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 0px;
    position: absolute !important;
}


.max-tickets-tooltip {
    position: absolute  !important;
    left: 32px;
    top: 0px;
}
.max-tickets-label{
      padding-right: 16px;
}

.cms-event-order .fa.is-valid-icon {
    color: #46d48c;
}

.cms-event-order .fa.is-not-valid-icon {
    color: #e90f2d;
}

.cms-event-order .fa.is-valid-icon, .cms-event-order .fa.is-not-valid-icon {
    vertical-align: -2px;
    font-size: 25px;
    margin-left: 5px;
    cursor:initial;
}

.preloaderTemplate{

    background: #efefef ;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
    text-align: center;
}

.preloaderTemplate .gif-loader{
  width: 85px;
margin-top: 100px;
}

table .highlighted-row{
  background-color: rgba(249, 218, 11, 0.58) !important;
}

.click-url-popup{
  padding: 20px;
}

.pink_btn {
  background-color: #E91E63 !important;
  color: #fff !important;
}

.multi-select-label{
  font-size: 12px;
}

.sectionEnableCheckBox {
  position:absolute;
  top:8px;
  cursor:pointer;
}

.eventManagerCanceledBg {
  background-color: #ddd; 
}

.fake-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pencil-editor-disabled {
  opacity: 0.5;
}

.cms-event-order .ng-table-pager { display: none; }


.searchDropdown {
  position: relative;
  display: inline-block;
}

.searchDropdown .searchResults {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  float: right;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: right;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.searchDropdown .searchResults ul {
  list-style: none;
  min-width: 220px;
  max-height: 400px;
  overflow: auto;
  padding: 0;
  margin: 0;
}

.searchDropdown .searchResults li {
  list-style: none;
}

.searchDropdown .searchResults .match-text {
  font-weight: bold;
  color: #50e3c2; 
}

.searchDropdown .searchResults ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.52857143;
  color: #5f5f5f;
  white-space: nowrap;
}

.searchDropdown .searchResults ul > li > a:hover,
.searchDropdown .searchResults ul > li > a:focus,
.searchDropdown .searchResults ul > li > a.hover {
  text-decoration: none;
  color: #2f3342;
  background-color: #fafbfc;
}