﻿
.sc-table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    text-align: center;
}

    .sc-table th {
        background-color: #3a5170;
        border-left: 1px solid #555;
        border-right: 1px solid #777;
        border-top: 1px solid #555;
        border-bottom: 1px solid #333;
        box-shadow: inset 0 1px 0 #999;
        color: #fff;
        font-weight: bold;
        text-shadow: 0 1px 0 #000;
        height: 25px;
        padding: 5px;
    }

    .sc-table td {
        border-right: 1px solid #fff;
        border-left: 1px solid #e8e8e8;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #e8e8e8;
        height: 50px;
        vertical-align: central;
    }

    .sc-table th a {
        color: white;
    }
/*report tabs*/
.rpt {
    border-radius: 15px;
    height: 40px;
    /*background-color: #5f9bbc;
    border-color: #4d90b4;*/
    color: white;
    width:227px;
}

/*.rpt:hover {
    color: white;
    background-color: #00455c;
}*/
  
/*.btn {
    border-radius: 15px;
}*/

.tableStyle {
    border: 1px solid black;
    border-collapse: collapse;
}

    .tableStyle th, .tablestyle td, .tdablestyle tr {
        border: 1px solid black;
        border-collapse: collapse;
    }

.headerblock {
    background-color: white;
    border-color: none;
    border: none;
}

@media (max-width: 767px) {
    .headerblock {
        background-color: #DAE1E6;
        /*border-color: #e7e7e7;*/
        border-color: blue;
        border: 1px solid;
        margin: 5px;
    }
}

.feedbackHeader,
.feedbackBody {
    float: left;
}

.feedbackHeader {
    width: 100px;
}

.feedbackBody {
    margin-right: 10px;
}

.feedbackRow {
    margin-bottom: 5px;
}

.feedbackBody input {
    margin-right: 5px;
}

.feedbackBody label {
    margin-right: 10px;
}

.feedbackZip > div {
    display: none;
}