﻿body
{
    background-size: cover;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
    background-image: url("/images/Update-Dashboard_bg.png");
}
.container
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.container:first-child
{
    margin-bottom: 30px;
}
h1, h4, h5
{
    margin: 0px;
    text-transform: capitalize;
}
.newsfeed-row
{
    min-height: 119px;
    position: relative;
    padding-left: 172px;
    padding-right: 100px;
    }
div.newsfeed-row>div.thumb
{
    left: 0px;
    position: absolute;
    }
.dash-title h1
{
    color: White;
    font-size: 34px;
    text-align: center;
    margin-bottom: 45px;
}
.dash-controler table
{
    width: 100%;
    color: #fff;
}
.dash-controler table
{
    color: #fff;
    position: relative;
}
.dash-controler table td .selected
{
        color: #fff;
}
.arrow-down
{
    width: 0;
    height: 0;
    top: 50%;
    margin-left:6px;
    margin-top: -3px;
    position: absolute;
    border: solid 5px transparent;
    border-top: solid 5px #fff;
}
.container.dashboard-container
{
    margin-top: 80px;
}
.dashboard-container:first-child
{
    margin-top: -30px;
}
.dashboard-container
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.updated-time
{
    width: 63px;
    color: white;
    padding: 20px;
    font-size: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffc200;
}
.updated-time strong
{
    display: block;
}
.dashboard-container .row
{
    position: relative;
    padding-left: 85px;
    padding-right: 85px;
}
.dashboard-container .updated-time
{
    left: 50%;
    top: -100px;
    margin-left: -58px;
    position: absolute;
    text-transform: uppercase;
}
.dashboard-container .h1
{
    padding-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.dashboard-container .h4
{
    font-size: 18px;
}
.dashboard-container table
{
    width: 100%;
}
.dashboard-container table th
{
    text-align: left;
    padding: 30px 0px;
    border-top: 1px solid #ddd;
}
.dashboard-container table td
{
    padding: 30px 0px;
    border-top: 1px solid #eee;
}
.dashboard-container .row:after
{
    content: '';
    clear: both;
    display: table;
    }
.dashboard-container div.newsfeed-row>div.thumb img
{
      max-width: 148px;
      max-height: 108px;
      border-radius: 3px;
    }
.dashboard-container table td ul li:last-child
{
    float: right;
}
.dashboard-container .shortext
{
    max-width:540px;
    padding-top: 20px;
    line-height: 20px;
}
.dashboard-container .shortext a
{
    padding: 2px 0px;
    color: rgb(41, 170, 225);
    }
.dashboard-container .share
{
    top: 33px;
    right: 0px;
    cursor: pointer;
    position: absolute;
}
.dashboard-container table td ul li div a
{
    display: inline;
    padding: 2px 0px;
    color: rgb(41, 170, 225);
}
.share .divShare
{
    line-height: 24px;
    color: rgb(41, 170, 225);
}

.liveFeed .shortext h3 {
    line-height: 24px;
    margin-bottom: 0px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    div.layout-978 {
        width: 98%;
    }
}

@media only screen and (min-width : 768px) {
    .closestIntersection-text {
        margin-top: 16px;
    }
}

@media screen and (max-width:767px) {
    .dashboard-container .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    .dashboard-container .shortext
    {
        margin-left:0px;
    }

        .dashboard-container .shortext a {
            word-break: break-word;
        }
    .newsfeed-row.liveFeed {
        padding-right: 10px;
    }
    .liveFeed .shortext h3 ~ div:not(.muted) {
        max-width: 168px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* This CSS is used for LiveLaunch.cshtml */
.wrap-text {
    width: 68%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 467px) {
    .closestIntersection-text {
        display: none;
    }
}