/* Campaign pages */

.ui-menu-item {
  list-style-type: none;
}

.ui-menu-item:hover {
   background-color: #df001a;
   color: white;
 }

.ui-widget-content {
   background-color: white;
   width: 100%;
 }

.top-dashed {
    border-top: 1px dashed #e6e6e6;
    padding-top: 10px;
}

.no-margin {
    margin: 0 !important;
}

.inline-block {
    display: inline-block;
}

.ui-helper-hidden-accessible {
    display: none;
}

.select2-container {
    width: 100%;
    margin-bottom: 16px;
}

.select2-container .select2-choice {
    height: 37px;
}

.select2-container .select2-choice > .select2-chosen {
    padding-top:5px;
}

.select2-container-multi .select2-choices {
    border-radius: 5px;
}

.select2-container .select2-choice abbr {
    top: 11px;
}

.select2-arrow {
    padding-top: 4px;
}

.select2-highlighted {
    color: #ffffff;
    background-color: #df001a !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 4px 7px 4px 18px;
    margin: 5px 0 3px 5px;
    color: #555555;
    background: #f5f5f5;
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert-danger {
    background-color: rgba(240, 80, 80, 0.2);
    border-color: rgba(240, 80, 80, 0.3);
    color: #f05050;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.height200 {
    height: 200px !important;
}

.campaign-cursor-move {
    cursor: move;
}

.campaign-cursor-pointer {
    cursor: pointer;
}

/* Pagination */

.pagination > .active {
    padding: 0.1875rem 0.625rem;
    background: #df001a;
    color: #fefefe;
}
