﻿* {
    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;
    /*min-width:400px;*/
}

p {
    color:#808080;
}

a {
    color: #5f7994;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #5f7994;
    }

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;
}

h1 {
    color: #606060;
    font-size: 2em;
}

h2 {
    color:#000;
    font-size: 24px;
    margin-top:20px;
    margin-bottom:20px;
}

h3 {
     color: #000;
     font-size: 22px;
     margin-top:0px;
     padding-top:0px;
     padding-bottom:10px;
}

h4 {
    font-size: 1.4em;
    font-weight:bold;
}

h5 {
    margin-top: -5px;
    margin-bottom: 10px;
    color: #606060;
    font-size: 16px;
    font-weight:600;
}
   

h6 {
    font-size: 24px;
    color:firebrick;
}

.sectionHeaderFullWidth {
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

/*-----------Navigation--------------*/
.navbar-custom {
    background-color: #00a1d3;
}

    .navbar-custom .navbar-nav > li > a {
        color: #fff;
        margin-left: -10px;
        margin-right: 10px;
        text-decoration: none;
    }

    .navbar-custom .navbar-nav > .active > a {
        color: #ffffff;
        background-color: #67cae7;
        text-decoration: none;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a {
            text-decoration: none;
            background-color: #67cae7;
        }

    .navbar-custom .navbar-toggle .icon-bar {
        background-color: #fff;
        text-decoration: none;
    }


/*-----------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;*/
}


/*-----------footer--------------*/

.footerOuterWrap {
    width: 100%;
    background-color: #404040;
    min-height: 200px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerInner {
    color: #fff;
    font-size: 12px;
    padding-right: 20px;
}

/*-----------tables--------------*/

tr {
    vertical-align: top;
}

table {
    font-size: 14px;
    color: #808080;
    border-collapse: collapse;
    background: #fafafc;
    width: 100%;
}

table, th, td {
    border: 1px solid #eaeaea;
    padding: 8px;
}

    table th {
        background-color: #eaeaea;
        color: #808080;
    }
        table tr:nth-child(odd) {
            background: #fafafc;
            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: #eee;
        color: #5f7994;
        font-weight: normal;
        font-size: 14px;
        border-left: 0px;
        border-right: 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;
    }

.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;
    background-color: #fff;
    font-size: 16px;
    margin-right: 2px;
    text-decoration: none;
}

    div.alphabetPager a.selected {
        background-color: #526b87;
        color: white;
    }

    div.alphabetPager a:hover {
        background-color: #c0c0c0;
        color: white;
        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;
        
    }

/*---------ScrollBar-------------*/

.scrollbar {
    /*overflow: auto;
    overflow-y: scroll;*/
    height:230px;
}

/*---------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;
}


/* 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;
    }
}

@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;
    }
}


