footer {
    left: 0;
    bottom: 0;
    height: 50px;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    padding-right: 20px;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}

footer span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#reportrange {
    z-index: 1100 !important;
}

.daterangepicker{
    z-index: 10050 !important;
}

.icon-admin {
    font-size: 200%;
}

.icon-menu {
    font-size: 300%;
}

.badge-success {
    background-color: #26B99A;
}

.badge-warning {
    background-color: #FFA500;
}

.share-span {
    font-size: 18px;
    color: #000000;
}

.photo-wrapper {
    position: relative;
    display: inline;
}
.remove-photo-from-event {
    position: absolute;
    top: 5px;
    left: 5px;
    color: red;
}

.ll-card-img {
    width: 100%;
    text-align: center;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.strike span {
    font-size: 21px;
}


.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.buttons-center {
    text-align:center;
}

.banner-app-bottom {
    display: none;
    position: fixed;
    bottom: 1px;
    left:2%;
    width: 96%;
    z-index: 1000000;
}

.bg-white {
    background-color: #ffffff !important;
    color: #000 !important;
}

#edit-event-promo-code-modal.modal-dialog{
    overflow-y: initial !important
}
#edit-event-promo-code-modal.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

td.strikeout {
    text-decoration: line-through;
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : #123456;
  background-color: white;
  padding : 5px 15px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: white;
    color: #000;
}

.input-group-separator {
    width: 1px;
    padding: 6px 0px;
}

#sortable_photo_gallery { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}

#sortable_photo_gallery li { 
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    float: left; 
    height: 150px; 
    font-size: 20px; 
    text-align: center; 
}

.sortable_photo_gallery { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}

.sortable_photo_gallery li { 
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    float: left; 
    height: 150px; 
    font-size: 20px; 
    text-align: center; 
}

#registration-on-expert-event-modal { 
    z-index: 999999;
}

#ticket-categories-info-modal { 
    z-index: 999999;
}

.ll-input-number {
    padding: 0;
    text-align: center;
}

.t-text_ll {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.t-text_ll:before,
.t-text_ll:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.context-menu-icon-google-plus {
    /* Source: https://cdn1.iconfinder.com/data/icons/professional-toolbar-icons-2/16/Google_plus_google.png */
    background-image: url("https://ll-dev.abvlab.com/images/placeholder_300x150.png");
}

.vertical-menu {
  width: 100%; /* Set a width if you like */
}

.vertical-menu a {
  background-color: #eee; /* Grey background color */
  color: black; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
  background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
  background-color: #4CAF50; /* Add a green color to the "active/current" link */
  color: white;
}

.tooltip-inner {
    max-width: 320px; /* the minimum width */
}

.btn-fixed-bottom {
    position: fixed; 
    bottom: 20px; 
    right: 20px;
    z-index: 9999;
}

.btn-export-to-calendar svg {
    padding-top: 3px;
}

.btn-social-link {
    padding: 0px;
    padding-top: 3px;
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
  font-size: 15px;
}

.wish-skill-div {
    display:inline-block;
    background-color: #5cb85c;
    color:white;
    border-radius:5px;
    padding: 2px;
    margin: 5px;
    font-style: bold;
}

.menu-divider {
    background-color:white;
    height: 1px; 
    margin-top: 15px; 
    margin-left: 3px; 
    margin-right: 3px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/* Style the button and place it in the middle of the container/image */
.adm_card_img_div .edit_cover_a {
  position: absolute;
  top: 30px;
  right: 15px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.ll-card-img-div {
    position: relative;
}

.ll-card-img-div .create-event-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 5px;
  display: none;
}

.ll-card-img-div .create-event-btns .btn {
  cursor: pointer;
  display: none;
}

.ll-card-img-div .age_category_icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 26px;
  padding: 3px 0px;
  border: none;
}

.item .age_category_icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 26px;
  padding: 3px 0px;
  border: none;
}

.slide .age_category_icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 26px;
  padding: 3px 0px;
  border: none;
}



.slide .photo_info {
  position: absolute;
  top: 25px;
  right: 10px;
  border: none;
  z-index: 999;
}


.emojione {
    width: 16px;
}

.btn-close-popover {
    margin-top: -10px;
    margin-left: 5px;
    padding-left: 5px;
}


.ll-card-img-div .edit_image_on_landing {
  position: absolute;
  top: 10px;
  right: 28px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.ll-tools-panel {
    border:solid black 2px;
    background-color:white;
    margin:5px;
    padding:5px;
}

.ll-add-block-icon {
    font-size: 20px;
    color: black;
    text-align: center;
    position: absolute;
    bottom: -12px;
    left: 50%;
    z-index: 1000;
}

.block_instance_full_div {
    position: relative;
}

.ll-card-img-div .remove-speaker {
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.ll-card-img-div .move-to-left {
  position: absolute;
  top: 40px;
  right: 28px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.ll-card-img-div .move-to-right {
  position: absolute;
  top: 40px;
  right: 0px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.ll-card-img-div .edit_main_image_on_landing {
  position: absolute;
  top: 10px;
  right: 28px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.ll-card-img-div .remove-photo {
  position: absolute;
  top: 10px;
  right: 60px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
  z-index: 1000000;
}

.ll-card-img-div .remove-partner {
  position: absolute;
  top: 10px;
  right: 0px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.ll-card-img-div .move-to-left-partner {
  position: absolute;
  top: 40px;
  right: 28px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.ll-card-img-div .move-to-right-partner {
  position: absolute;
  top: 40px;
  right: 0px;
  background-color: #555;
  color: white;
  width: 26px;
  height: 26px;
  padding: 3px 6px;
  border: none;
  cursor: pointer;
  border-radius: 13px;
}

.modal { overflow: auto !important; }

.hyper {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.card-header-ll {
    padding: 10px 10px 10px 10px;
    background-color: white;
}

.card-footer-ll {
    padding: 0px 10px 0px 10px;
    background-color: white;
}

.card-subscription-label {
    top: 9px;
    left: 9px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #52A6DD;
}

.card-organizer-name-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;

    color: #293F55;
    display: block;
    line-height: 1.1em;
}

.card-organizer-desc-label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    vertical-align: top;
    color: rgba(41, 63, 85, 0.6);
}

.card-ll-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #293F55;
}

.card-ll-datetime {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #293F55;
    padding-top: 14px;
}

.card-ll-location {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #293F55;
    padding-top: 9px;
}


.card-ll-full-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #293F55;
}

.card-ll-tag {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #293F55;
}

.card-ll-profit {
    width: 49px;
    height: 14px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    /* identical to box height */

    color: #000000;
    vertical-align: middle;
}

.card-footer-ll-adm {
    border: 1px solid red;
    height: 29px;
}

.input-bottom-border {
    outline: 0;
    border-width: 0 0 2px;
    /* border-color: #C4C4C4; */
    width: 95%;
}

.card-div-image {
  position: relative;
}

.card-div-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.card-cover-image {
    width: 100%;
    position:absolute;
    object-fit: cover;
}
