﻿a {
    cursor: pointer;
}

.headline-table {
    margin-bottom: 32px;
}

.headline-icon-cell {
    vertical-align: middle;
}

.headline-text-cell {
    vertical-align: middle;
    padding-left: 10px;
}

.popup-title-row {
    background-color: transparent;
    color: white;
    background-color: #e20a17;
    font-size: 24px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

    .popup-title-row:hover {
        background-color: #cc0a16;
    }

.home-video-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background-color: rgb(146 28 28);
    display: none;
}


.home-video-out {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    background-color: rgb(146 28 28 / 0.00);
    display: block;
}

.home-video-out-alt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-color: rgba(28, 34, 146, 1);
    display: block;
}

.home-video-icon {
    color: white;
    font-size: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.home-video-play {
    content: url(../../Content/images/learningcentre/icon_play_128.png);
}

    .home-video-play:hover {
        color: #eee;
    }

.popupbase {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
}

.popupcontent {
    background-color: white;
    border: 1px solid #FFFFFF;
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.popupdropdowntable {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

    .popupdropdowntable tr {
        background-color: white;
        cursor: pointer;
    }

        .popupdropdowntable tr:hover {
            background-color: #c4d5e9;
        }

    .popupdropdowntable td {
        padding: 5px;
    }
