.dx-freespace-row {
    display: none !important;
}
.dx-datagrid tr {
    background: #ffffff;
}
.dx-row-focused a {
    color: #ffffff;
}

/*CEPR EVENTS CSS*/
#feature-event {
    border: 2px solid #ccc;
    max-height: 220px;
}
#feature-event .dx-list-item {
    color: #069;
    min-height: 200px;
}
#feature-event .dx-list-item.dx-state-active {
    background-color: transparent!important;
    color: #069!important;
}
#feature-event .ad-event-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1em;
}
#feature-event .ad-event-address {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    font-style: italic;
}
#feature-event .ad-start-date {
    margin-right: 0px;
}
#feature-event .ad-start-date::after {
    content: "-";
    padding: 0 2px;
}
#feature-event .ad-event-summary {
    white-space: initial;
    display: block;
    float: left;
    font-style: italic;
}
#feature-event .ad-more-link {
    display: block;
    width: 100%;
    float: left;
    text-align: right;
    padding: 10px 15px 0 0;
    font-weight: bold;
    font-size: 1em;
}
.events-page .evt-btn {
    margin: 0 25% 0 0;
}
.events-page a.events-calendar-link::before {
    background-image: url("image/calendaricon.svg");
    display: inline-block;
    width: 25px;
}
.events-page a.cfp-link::before {
    background-image: url("image/callforpapersicon.svg");
    display: inline-block;
    width: 25px;
}

/*Past Showcase Events*/
#past-showcase .dx-list-item.dx-state-active {
    background-color: transparent!important;
    color: #069!important;
}
#past-showcase .dx-list-item {
    display: inline-block;
    width: 32%;
    color: #069;
    border: 2px solid #ccc;
    min-height: 180px;
}
#past-showcase .dx-scrollview-content .dx-list-item:nth-child(2) {
    margin: 0 2%;
}
#past-showcase .dx-list-item .dx-item-content{
    display: block
}
.showcase-event {
    min-height: 180px;
    position: relative;
}
.showcase-event .showcase-title {
    white-space: normal;
    text-align: center;
    font-weight: bold;
}
.showcase-event a {
    position: absolute;
    bottom: 25px;
    left: 60px;
    width: 105px;
    white-space: normal;
    text-align: center;
    text-decoration: underline;
}
.showcase-event a.showcase-video-link::before {
    content: "";
    display: block;
    background-image: url("icons/movie-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    position: relative;
    right: 55px;
    top: 35px;
}
.showcase-event a.showcase-audio-link::before {
    content: "";
    display: block;
    background-image: url("icons/audio-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    position: relative;
    right: 55px;
    top: 35px;
}

/*Call For Papers*/
#call-for-papers .cfp-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    color: #069;
}
#call-for-papers .dx-list-item {
    border-top: none;
}
#call-for-papers .dx-list-item.dx-state-active {
    background-color: transparent!important;
    color: #000!important;
}
#call-for-papers .dx-list-item.dx-state-active .cfp-title {
    color: #069;
}
#call-for-papers .cfp-address, #call-for-papers .cfp-dates {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#call-for-papers .cfp-dates {
    margin-bottom: 10px;
}
#call-for-papers .cfp-description {
    white-space: pre-wrap;
    font-size: 16px;
}
#call-for-papers .right-content {
    display: block;
    float: right;
    width: 80%;
    white-space: normal;
}
#call-for-papers #cfp-registration-closing-date::before {
    content: "";
    background-image: url("icons/cfp-applyby-icon-fixed.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 120px;
    height: 145px;
    position: absolute;
    z-index: -1;
    left: -6px;
    top: -14px;
}
#call-for-papers button#cfp-registration-closing-date {
    position: relative;
    z-index: 1;
    width: auto;
    white-space: normal;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    padding-top: 15px;
    padding-left: 10px;
}
/*EXTERNAL DIARY GRID*/
#block-devexpress-helper-external-diary table {
    margin: 0;
}
#block-devexpress-helper-external-diary th, #block-devexpress-helper-external-diary td{
    border: 1px solid rgba(221,221,221,0.6);
}
.evt-btn {

}