﻿
body
{
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size:12px;
    line-height:1;
}
h2{font-size:25px;}
.overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 1400px;
    height: 700px;
    background: #ccc url(http://www.fostersystems.com/ccdata/images/spinner.gif) center center no-repeat;
    opacity: .5;
    z-index: 99999;
}

ul.horizontal li {list-style-type:disc; float: left; text-indent:-4px; margin-right:16px; margin-left:10px; }
.page-header
{
    padding-bottom: 9px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #eee;
}

.cancel-report
{
    cursor: pointer; 
    color: #d9534f
}

.reset-report
{
    cursor: pointer; 
    color: #f0ad4e
}
.retry-report
{
    cursor:pointer;
    color:rgb(92, 184, 92)
}
.view-report
{
    font-size:14px;
}
.color-red
{
    color: #d9534f
}

.color-amber
{
    color: #f0ad4e 
}

.color-green
{
    color: #5cb85c
}

.bold
{
    font-weight: bolder;
}

.help-window
{
    min-height: 70%;
    max-height:700px;
    width: 55%;
    position: fixed;
    z-index: 999;
    right: 0;
    display: none;
    top:50px;
    line-height:1.477;
    font-size:13px;
}
    .help-window .window-list-item
    {
        list-style-type: none;
        color: #428bca;
        text-decoration: none;
        cursor: pointer;
        padding-bottom: 5px;
    }

    .help-window div
    {
        min-height: 350px;
    }

.tooltip-inner
{
    text-align: justify!important;
}

.panel-label
{
    color: #888;
}

.panel-header-heading
{
    font-weight: bolder;
}


@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}


.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    
}
.table tbody tr td{
padding:5px;
}
.panel{margin-bottom:10px}
/*Padding Classes*/

/*Padding Classes ends here*/

.modal-10
{
    width:35%;
}