﻿html, body {
    height: 100%;
    min-height: 100%;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
}

.projectTitle {
    font-size: 1.6em;
    margin-bottom: 13px;
    font-weight: bold;
}

#titleDiv {
    width: 100%;
    height: auto;
}

.detailsColumn {
    height: 100%;
    color: white;
}

.projectInfo {
    float: left;
    height: 100%;
    width: 70%;
    display: inline-block;
}

#MainContent_disclamerLbl {
    font-size: small;
    font-style: italic;
}

.containerPP {
    width: 960px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

#cpra-logo {
    margin-right: 10px;
}

.colorWhite {
    color: White !important;
}

.displayNone2 {
    display: none !important;
}

.projectDetailsHeader {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.red {
    color: red;
    font-size: 1.15em;
}

.bigText {
    height: 150px;
    width: 100%;
}


.green {
    color: green;
    font-size: 1.15em;
}

.roundedBorders {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #444;
    padding: 5px;
}
/*CheckBox Styles */
input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label {
        background-position: 0 -15px;
    }

.roundedBorders label {
    background-image: url('../images/lite-green-check.png');
    white-space: nowrap !important;
}

/*ProjectStyle*/

/* projectGridView and Data Pager Styles */
.projectGrid TR.pager-row TD {
    border-top: solid 2px #888888;
    border-bottom: solid 2px #888888;
}

.projectGrid .pager {
    font-family: arial,sans-serif;
    text-align: center;
    padding: 6px;
    font-size: 18px;
}

    .projectGrid .pager SPAN.command,
    .projectGrid .pager SPAN.current,
    .projectGrid .pager A.command,
    .projectGrid TR.pager-row TD A {
        color: #000;
        padding: 0px 5px;
        text-decoration: none;
        border: none;
    }

        .projectGrid .pager A.command:hover,
        .projectGrid TR.pager-row TD A:hover {
            /*border:solid 2px #888888;*/
            color: #888888;
            padding: 0px 3px;
            text-decoration: none;
        }

    .projectGrid .pager SPAN.current,
    .projectGrid TR.pager-row TD SPAN {
        border: none;
        font-weight: bold;
        color: #555;
        padding: 0px 6px;
    }

.projectGrid TR.pager-row TABLE TR TD {
    border-top: none;
    border-bottom: none;
    text-align: center;
    font-size: 1.25em;
}

.projectGrid TR.pager-row TABLE {
    height: 35px;
    margin: 0 auto 0 auto;
}

.projectGrid .row:hover td {
    background-color: #e0dfe0 !important;
    color: #000;
    cursor: pointer;
}

.projectGrid .sortascending a {
    background: url(../images/Sort_arrow_up_black.png) right center no-repeat;
}

.projectGrid .sortdescending a {
    background: url(../images/Sort_arrow_down_black.png) right center no-repeat;
}

.projectGrid .sortascending, .projectGrid .sortdescending, .projectGrid td.sortedColumn {
    background-color: #e0dfe0;
}

.projectGrid th a {
    color: #000;
    padding-right: 15px;
    text-decoration: none;
}

.projectGrid th.sortable:hover {
    background-color: #888888;
}

.projectGrid th.sortable a:hover {
    text-decoration: none;
}

.projectGrid th {
    text-align: left;
    font-weight: 600;
    padding: 4px;
    letter-spacing: 0;
    color: #000;
    padding-left: 10px;
    vertical-align: bottom;
    background-color: #e0dfe0;
    /*border-bottom:solid 2px #888888;
    border-top:solid 2px #888888;*/
}

.projectGridHeader tr {
    background-color: #e0dfe0;
    border-bottom: solid 1px #888888;
}

.projectGrid .row td {
    text-align: left;
    border-bottom: solid 1px #888888;
    padding: 6px 4px;
}

    .projectGrid .row td:hover {
        /* background-color:black;  */
    }

.projectGrid tr.row td {
    padding-left: 10px;
}

.projectGrid tr.last td {
    border-bottom: solid 2px #888888;
}

.projectGrid tr.selectedRow td {
    background-color: #888888 !important;
}


a.projectGrid:link, a.projectGrid:visited {
    color: #000;
}

a.projectGrid:hover {
    color: #888888;
    text-decoration: none;
}

a.projectGrid:active {
    color: #000;
}


table tr td {
    vertical-align: middle !important;
}

#titleTable img {
    display: inline-block;
}

.modal {
    overflow: auto;
    color: #333;
}

.ui-tabs .ui-tabs-panel {
    overflow: auto !important;
}

.blueimp-gallery > .indicator > li {
    width: 18px !important;
    height: 18px !important;
}

.page {
    height: 100% !important;
    padding-bottom: 125px;
    width: auto !important;
    min-width: 960px;
    margin: 0 auto !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    font-weight: 300;
    font-variant: normal !important;
    line-height: 1.1;
}

hr {
    border-width: 5px 0 0 !important;
}

a.btn-primary:link, a.btn-primary:visited {
    color: #ffffff !important;
    float: right;
    display: block;
}



#tabs.ui-widget-content {
    border: none;
    padding: 0px;
    margin: 0px;
}

#coastal-link {
    position: absolute;
    right: 0;
    margin-right: 50px;
    z-index: 10000;
}

#coastal-link a {
    font-size: 50px;
    color: white;
}

.ui-tabs-panel {
    min-height: -webkit-fill-available;
}

    .ui-tabs-panel a:link, .ui-tabs-panel a:visited {
        color: #034af3;
    }
 
.icon {
    text-align: center;
    display: inline;
    position: absolute;
    left: -20px;
    top: -5px;
}

.overviewImgDiv {
    text-align: center;
    display: inline;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#socialMediaLinks {
    margin: auto;
    margin-bottom: 100px;
    width: fit-content;
}

.social-links-text {
    font-size: 2.5rem;
    color: rgba(30, 113, 143, 1);
    text-align: center;
}

.social-links-icons {
    margin: 5px;
}

.social-links-hyperlink:hover {
    text-decoration: none;
}

#footer {
    top: -300px;
}
