﻿* {
    margin: 0;
    padding: 0;
}


html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    }

body {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-image: url('Images/bgSwoosh.png');
    background-repeat: no-repeat, repeat;
    background-position: right bottom;
    /*min-width:400px;*/
}

p {
    color:#808080;
}

a {
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.backcontentText {
    background-size: 15px;
    margin-top: -15px;
    margin-bottom: 30px;
    display: block;
    width:230px;
}

    .backcontentText a:hover {
        text-decoration: none;
    }

    .backcontentText:before {
        content: "\00AB";
        margin-right: 6px;
    }

.dottedLine {
    width: 100%;
    height: 5px;
    border-bottom: 1px dotted #c0c0c0;
    margin-bottom:10px;
    margin-top:10px;
}

/*------headers---------*/
    h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}



.sectionHeaderFullWidth {
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}


/*-----------top menu--------------*/
.topHeaderContainer {
    width: 100%;
    min-height: 80px;
    padding-bottom: 20px;
    /*background-color: purple;*/
    /*background-color: #5c7298;*/
    /*background-color: #001F49;*/
    background-color: #506280;
    padding-top: 10px;
}

.websiteTitle a {
    color: #fff;
    /*font-family: Monoglyceride;*/
    font-family:monospace;
        font-size: 36px;
    text-decoration: none;
}

/*-----------childpage Wrapper--------------*/
.main-content {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 400px;
    /*padding-right: 20px;*/
}

/*-----------tables--------------*/

tr {
    vertical-align: top;
}

table {
    font-size: 14px;
    color: #808080;
    border-collapse: collapse;
    background: #fff;
    width: 100%;
}

table, th, td {
    border: 1px solid #eaeaea;
    padding: 8px;
}

    table th {
        /*background-color: #eaeaea;
        color: #808080;*/
        background-image: linear-gradient(#fafafc, #eaeaea);
        padding-top: 10px;
        font-size: 12px;
        color: #000;
        font-weight: normal;
    }
    table tr:nth-child(odd) {
        background: #f8fcf8;
        cursor: pointer;
    }

      table tr:hover {
            /*background-color: #FDFDD7;*/
            color: #000;
            cursor: pointer;
        }

    table td {
        padding: 8px;
        font-size: 12px;
        text-align: left;
    }

.docTable td {
    font-size: 14px;
}

table.notesTable {
    display: table;
    width: 100%;
    background-color: #eee;
}

    table.notesTable th,
    table.notesTable tbody {
        width: 100%;
        background-color: #fff;
        color: #5f7994;
        font-weight: normal;
        font-size: 14px;
        border: 0px;
    }

    table.notesTable thead {
        overflow-y: scroll;
        display: table;
        table-layout: fixed;
        width: calc(100% - 16px); /* assuming scrollbar width as 16px */
    }

    table.notesTable tbody {
        overflow: auto;
        max-height: 250px;
        min-height: 20px;
        display: block;
    }

    table.notesTable tr {
        width: 100%;
        text-align: left;
        display: table;
        table-layout: fixed;
    }

        table.notesTable tr:hover {
            background-color: #FDFDD7;
            color: #000;
            cursor:default;
        }

    table.notesTable td {
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }

.tableInvoice {
    font-size: 14px;
    color: #808080;
    border-collapse: collapse;
    background: #fff;
    width: 100%;
}

.tableInvoice, th, td {
    border: 1px solid #eaeaea;
    padding: 8px;
}

    .tableInvoice th {
        background-color: #eaeaea;
        color: #808080;
    }

    .tableInvoice tr:nth-child(odd) {
        background: #fff;
        cursor: default;
    }

    .tableInvoice tr:hover {
        background-color: #fff;
        color: #808080;
        cursor: default;
    }

    .tableInvoice td {
        padding: 8px;
        font-size: 12px;
        text-align: left;
    }



/*---------References-------------*/
.ReferenceOverviewStartAndEnd {
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #E0DF96;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.ReferenceOverviewDetail {
    margin-left: 10px;
    background-color: #FEFEDC;
    border: 1px solid #E0DF96;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
}

.ReferenceOverviewDetailName {
    float: left;
}
.ReferenceOverviewDetailStatus {
    float: right;
    margin-right:10px;
} 
    
    .referenceOverviewOK {
        font-size: 12px;
        width: 100%;
        margin: 2px auto 2px auto;
        text-align: center;
        color: green;
    }

.referenceOverviewFail {
    font-size: 12px;
    width: 100%;
    margin: 2px auto 2px auto;
    text-align: center;
    color: red;
}

/*---------Read More Button-------------*/

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    margin-left: 5px;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    line-height: 22px;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Help';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Close Help';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
    background-color: #fff;
    margin: 0px;
}

/*---------Paging-------------*/

div.alphabetPager a {
    padding: 0px 5px 2px 5px;
    font-size: 16px;
    margin-right: 2px;
    text-decoration: none;
}

    /*div.alphabetPager a.selected {
        color: white;
    }*/

    div.alphabetPager a:hover {
        margin-top: 2px;
        margin-bottom: 2px;
    }


/*---------AdminIndex-------------*/

.indexRows {
    background-color: #fff;
    width: 100%;
    padding: 1px 5px 2px 5px;
    color:#000;
}

.indexRows a {
    cursor:pointer;
    text-decoration:none;
}

    .indexRows:hover {
        background-color: #eee;
        border-radius: 7px;
    }

/*---------ScrollBar-------------*/

.scrollbar {
    overflow: auto;
    overflow-y: scroll;
    height:151px;
}
.scrollbarSml {
    overflow: auto;
    overflow-y: scroll;
    height: 100px;
}


/*---------On Hover change image-------------*/

.ReadyDownload {
    background: url('Images/GenerateReferenceIcons/document-icon-light.png') no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5px;
}

    .ReadyDownload:hover {
        background: url('Images/GenerateReferenceIcons/document-icon.png') no-repeat;
        background-size: cover; /* <------ */
        background-repeat: no-repeat;
        background-position: center center;
    }

.myFloat {
    width: 125px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    color: #808080;
    font-size: 12px;
}

.panel-body {
    padding: 20px 30px 20px 30px;
}


.justifyHomepageText {

    text-align:justify;
}

.loginPagePlane {
    background-image: url('../../Content/Images/MainBanner.png');
    background-repeat: no-repeat;
    background-position: right;
}

.selectedImageOff {
    opacity: 0.5;
}

.selectedImageOn {
    opacity: 1;
    background-color: #eee;
    border: 1px solid #c0c0c0;
}

.checkboxOff {
    opacity: 0.1;
}

.checkboxOn {
    opacity: 1;
    border: 2px solid #000;
}

/* iPhone Landscape  -----------------*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    h2 {
        color: #5f7994;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .panel-body {
        padding: 10px;
    }

    .justifyHomepageText {
        text-align: left;
    }

    .loginPagePlane {
        background-image: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) 
{

    h2 {
        color: #5f7994;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .panel-body {
        padding: 10px;
    }

    .justifyHomepageText {
        text-align: left;
    }
    .loginPagePlane {
        background-image: none;
    }
}


