﻿/*Spread Styles*/
.DataTable td
{
    padding: 2px 2px 2px 0px;
    color: Black;
}

.DataTable th
{
    padding: 4px 6px 3px 0;
}

.DataTableBorders td {
    padding: 2px 2px 2px 2px;
    color: Black;
    height: 80px;
}

.DataTableBorders th
{
    padding: 4px 6px 3px 0;
    border: none;
}

.DataTableBorders tr
{
    border: none;
}

#ctl00_ContentPlaceHolder1_fpsDataEntry_colHeader {
    height: 104px !important;
}

#ctl00_ContentPlaceHolder1_fpsDataEntry_viewport{
    border:none !important;
}
/*Alternate row color*/
#ctl00_ContentPlaceHolder1_fpsDataEntry_viewport tr:nth-child(even) {
    background-color: #f9f9f9;
}

#ctl00_ContentPlaceHolder1_fpsDataEntry_rh tr:nth-child(even) > td {
    background-color: #f9f9f9;
}
/*Spread Styles End*/

/*Pagination styles*/
.pagination {
    float: left;
    width: 30px;
    text-align: center;
    border-bottom: 3px solid #e0e4ec;
}
    .pagination:hover {
        border-bottom-color: blue;
    }
        .pagination:hover > a {
            text-decoration: none;
            opacity: 1;
            font-weight: bold;
        }
.pagination a{
    color:black;
    opacity:0.5;
}

.activePage {
    border-bottom-color:blue !important;
}
    .activePage a {
        color: black;
        opacity: 1;
        font-weight: bold;
    }

.pgGrid {    
    display: inline-flex;
    width: 100%;
    float: left;
}

.techSummary td {
    border-style: none;
    padding: 2px 15px 2px 0px;
    color: Black;
}

.techSummary th
{
    border-style: none;
    padding: 10px 15px 0px 0px;
}

.techSummaryDisabled td
{
    border-style: none;
    padding: 2px 15px 2px 0px;
    color: #999999;
}

.techSummaryDisabled th
{
    border-style: none;
    padding: 10px 15px 0px 0px;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.modalPopup_400x300
{
    background-image: url(/images/ModalBg_400x300.gif);
    background-repeat: no-repeat;
    width: 400px;
    height: 300px;
    padding: 50px 10px 10px 10px;
}

.modalPopup_Assistance
{
    background-image: url(/images/ModalBg_400x300.gif);
    background-repeat: no-repeat;
    width: 400px;
    height: 300px;
    padding: 50px 10px 10px 10px;
}



.modalPopup_Info
{
    /*background-image: url(/images/Modal400x325_info.gif);*/
    background-color:white;
    background-repeat: no-repeat;
    width: 430px;
    height: 250px;
    padding: 40px 10px 10px 10px;
    border-width:2px;
    border-style: solid;
    border-color:gray;
}

.modalPopupProgress_Info
{
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    width: 500px;
    height: 210px;
    padding: 20px 10px 10px 10px;
    

}

.modalPopup_Error {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 48px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.18);
    width: 561px;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 47px 63px;
}


.modalPopup {
    background-image: url(images/PopupBackground.gif);
    background-repeat: no-repeat;
    width: 336px;
    height: 180px;
    padding: 10px;
}

.modalPopupClean
{
    background-image: url(images/PopupBackground_CleanLarge.gif);
    background-repeat: no-repeat;
    width: 700px;
    height: 350px;
    padding: 10px;
}

.modalPopupAssistance
{
    background-image: url(images/PopupBackground_Assistance.gif);
    background-repeat: no-repeat;
    width: 700px;
    height: 450px;
    padding: 10px;
}

.modalPopup_Large
{
    background-image: url(images/PopupBackground_Large.gif);
    background-repeat: no-repeat;
    width: 470px;
    height: 250px;
    margin: 15px 15px 15px 15px;
    padding: 15px;
}
/* CSS for blocking the whole pag */
/* END OF CSS for blocking the whole pag */

.combo .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    font-size: 13px;
    height: 16px;
}

.combo .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url('../images/dropdown-arrow.jpg');
    background-position: 3px 1px;
    height: 17px;
    width: 15px;
    border: solid 1px #7F9DB9;
    border-left: 0px none;
    background-color: #FFFFFF;
}

.combo .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}

.combo td
{
    margin: 0px;
    padding: 0px;
}

.calendar .ajax__calendar_container
{
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: #3366CC;
    color: #003399;
    font-size: 8pt;
    font-family: Verdana;
}

.calendar .ajax__calendar_day
{
    text-decoration: underline;
}

.calendar .ajax__calendar_dayname
{
    color: #336666;
    background-color: #99CCCC;
    font-weight: bold;
}

.calendar .ajax__calendar_footer
{
    visibility: hidden;
}

.calendar .ajax__calendar_header
{
    font-size: 10pt;
    font-weight: bold;
    border-width: 1px;
    color: #CCCCFF;
    border-style: solid;
    border-color: #3366CC;
    background-color: #003399;
}

.calendar .ajax__calendar_other
{
    color: #999999;
}

.ViewModeError
{
    background-color: #FFCCFF;
    width: 100px;
    height: 15px;
}

.dolbyDarkGray
{
    color: #777;
}


.controlProfile
{
    display: block;
    width: 100%;
    margin-top: -45px;
    text-align: right;
    text-decoration: none;
    color: #848484;
    font-weight: bold;
    font-size: small;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}