/* match colors UWS-1855 */

/* using important because previous css on uvmicros.microsite.uvconsolidated-dark.css has !important */

.uv-event-itemlist {
    padding-bottom: 0;
    padding-top: 0;
}

.uv-eventinfo .uv-panel {
    background-color: #111;
}

.fa-facebook:before, .fa.fa-twitter:before, .fa-link:before,
.fa-clock-o:before, .fa-map-marker:before,
.uv-copyspan,
.uv-panel .uv-panelbody.uv-panelinfo h2:not(.uv-venuebrandcolor) {
    color: white;
}

.uv-panel .uv-panelbody.uv-panelinfo h2.uv-venuebrandcolor {
    color: white;
    font-weight: 500;
}

.uv-panel .uv-panelbody.uv-panelinfo p {
    color: #a7a4a6;
}

.uv-event-itemtypebody .uv-event-itemlist,
.uv-event-itemtypebody .uv-event-itemlist .uv-event-item:nth-child(odd) {
    background-color: white !important;
}

.uv-event-itemlist .uv-event-item:nth-child(even) {
    background-color: white;
}

.uv-eventbook .uv-event-itemtypeheader,
.uv-eventbook .uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader,
.uv-eventbook .uv-event-itemtypeheader:hover,
.uv-eventbook .uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader:hover,
.uv-event-itemtype:first-child .uv-event-itemtypeheader {
    background: #212f40;
    border-radius: 0;
    border-color: transparent;
}

.uv-event-itemtypeheader .uvtabarrow,
.uv-event-itemtypeheader .uvtitle,
.uv-itemicon{
    color: white;
}

/* using important because previous css on uvmicros.microsite.uvconsolidated-dark.css has !important */
.uv-eventbook .uv-event-itemtypeheader .uvtitle{
    background-color: transparent !important;
}

.uv-event-itemtypebody .uv-event-item .uvinfo .uvname, 
.fa-info-circle:before, 
.uv-event-itemtypebody .uv-event-item .uvinfo .uvhighlight, 
.uv-event-item .uvitemsel .uvsellabel, 
.uv-event-itemtypebody .uv-event-item .uvpricelabel, 
.uv-event-itemtypebody .uv-event-item .uvprice>span {
    color: black;
}

/* using !important because uvmicros has !important */
.uv-event-itemtypebody .uv-event-item .uvprice>span {
    color: black !important;
}

.uv-event-itemtype {
    margin-bottom: 12px;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link{
    background: white;
    color: black;
    border: transparent;
    border-style: solid;
    border-width: 2px;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link span{
    font-weight: 500;
    text-transform: uppercase;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link:hover{
    background: black;
    color: white;
    border: white;
    border-style: solid;
    border-width: 2px;
}

/* View map button */
a.uv-btn.uv-btn-event3d:nth-child(odd) {
    background: white;
    border: #d3d3d326;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
    color: black;
}

.uv-event-item .uvactions a{
    background-color: #212f40;
    border-radius: 5px;
    color: white;
}

body .uv-event-item .uvactions a:hover{
    background-color: transparent;
    color: white;
}

.uv-event-item .uvactions a,
body .uv-event-item .uvactions a:hover{
    border-color: #212f40;
    border-style: solid;
    border-width: 1px;
}

body .uv-event-item .uvactions a:hover{
    color: black;
}

.uv-event-itemlist .uv-event-item::after {
    position: absolute;
    display: block;
    content: " ";
    height: 1px;
    width: 95%;
    width: calc(100% - 2em);
    background-color: #7777777d;
    left: 1em;
    bottom: 0;
}

.uv-event-itemlist .uv-event-item:last-child::after {
    background-color: transparent;
}

/* Color corrections */
.uv-pop-mapitem .uv-pop-header .ddate,
.uv-pop-mapitem .uv-pop-header .uvcapacity strong {
    color: white;
}

.uv-mappopwarning > div {
    color: black;
}

/* Had to use important because uvmicros has it */
.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvtitle {
    background-color: transparent !important;
}

/* End of match colors for UWS-1855 */

/* UWS-2636 */
.uv-event-itemlist .uv-event-item .uvinstopts a {
    color: #506FC4;
}

.uvmoreinfopopcont .uvhighlight,
.uv-durationpricecont .uvprice {
    color: #ffffff;
}