#container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

header {
    width: 100%;
    padding: 0;
    margin: 0;
}

#head1, #head2 {
    width: 100%;
    height: 100%;
    overflow: auto;

    /**/
    background: url("../../../shared/img/png/phoenix.png") no-repeat center;
    background-size: 70%;
    /**/

}

#buttons {
    padding: 10px;
}

#Logo {
    margin: 5px;
    width: 100%;
    height: 60px;
}

#nRLLogo {
    margin: 5px;
    width: 230px;
    height: 50px;
    float: left;
    background: white url("../../../shared/img/svg/RLLogoWithWords.svg") no-repeat;
    border: 5px solid rgba(101, 131, 191, 0.7);
    border-radius: 10px;
    clear: both;
}

#nORPLogo {
    margin: 5px;
    width: 230px;
    height: 50px;
    float: left;
    background: white url("../../../shared/img/svg/ORPLogoWithWords.svg") no-repeat;
    border: 5px solid rgba(97, 127, 67, 0.7);
    border-radius: 10px;
    clear: both;
}

#nPNNLLogo {
    margin: 5px;
    width: 230px;
    height: 50px;
    float: left;
    background: url("../svg/PNNL_logo.svg") no-repeat;
    clear: both;
}

#overview {
    margin: 5px;
    width: 480px;
    height: 270px;
    float: left;
    clear: both;
}

#pnnlLogo {
    margin: 5px;
    width: 200px;
    float: left;
    clear: both;
}

#navButtons {
    margin: 600% auto auto;
    text-align: center;
}

.navButton {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background-image: url(../svg/Bullet.svg);
    background-size: 30px 30px;
    cursor: pointer;
}

.navButton-active {
    margin: 0 auto;
    width: 26px;
    height: 26px;
    padding: 2px;
    background-image: url(../svg/Big_bullet.svg);
    background-size: 30px 30px;
}

.navButton.navButtonHome{
    margin: 0 auto;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../svg/Home.svg');
}

.navButton.navButtonHome.navButton-active{
    background-size: 30px;
}

.scrollPage {
    height: 100%;
    width: 92%;
    margin: 0;
    padding: 8px;
    display: none;
}

.scrollPage-active {
    height: 100%;
    width: 95%;
    margin: 0;
    padding: 0 8px 8px;
    display: block;
    overflow: hidden;
}

.contentPage {
    height: 100%;
    margin: 0;
    padding: 8px;
    display: none;
}

.contentPage-active {
    width: 100%;
    float: right;
    margin: 50px auto;
    height: 100%;
    padding: 0;
    display: block;
    background: url("../../../shared/img/png/phoenix.png") no-repeat right 10% bottom 30px;
    background-size: 125px 125px;
}

.scrollBar {
    height: calc(100% - 40px);
    /*width: 98%;*/
    /*padding-left: 5px;*/
    z-index: -5;
}

.slideShowNav {
    display: none;
}

.widget {
    border: solid black 1px !important;
    background-color: white;
    cursor: pointer;
}

.widget-text {
    text-shadow: -1px -1px 0 #FFFFFF,
    1px -1px 0 #FFFFFF,
    -1px 1px 0 #FFFFFF,
    1px 1px 0 #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: #000;
}

.widget-description {
    display: none;
    text-align: center;
    color: black;
    position: absolute;
    top: -1px;
    left: -1px;
    right: 1px;
    width: 100%;
    min-height: 100%;
    overflow: visible;
    border: solid black 1px;
    background-color: rgba(255, 255, 255, 0.75);
}

#detailDialogInfo {
    background-color: #402500;
    color: #ffffff;
    border-radius: 8px 8px 0 0;
}

#sign {
    margin: 5px;
    width: 480px;
    height: 270px;
    float: left;
    clear: both;
}

.kind {
    float: right;
    margin: 1px;
}

nav {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 0;
}

#nav0 {
    width: 30%;
    height: 100%;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #303030, #757575);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left, #303030, #757575);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(left, #303030, #757575);
    /* Standard syntax (must be last) */
    background: -ms-linear-gradient(left, #303030, #757575);
}

#nav1 {
    width: 50%;
    height: 100%;
    background-color: #757575;
}

#nav2 {
    width: 50%;
    height: 100%;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(right, #303030, #757575);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #303030, #757575);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #303030, #757575);
    /* Standard syntax (must be last) */
    background: -ms-linear-gradient(right, #303030, #757575);
}

#navBar {
    float: left;
    width: 3%;
    height: 100%;
    border: solid black 1px;
    background-color: #dcdcdc;
}

#controlBar {
    float: left;
    width: 40%;
    min-width: 200px;
    height: 100%;
    background-color: #ffffff;
}

#contentBar {
    width: 56%;
    float: left;
    min-width: 450px;
    height: 100%;
    background-color: #dcdcdc;
}

#name {
    margin: auto;
    width: 382px;
    height: 40px;
    padding: 0;
}

#mySponsorBar {
    margin: auto;
    width: 95%;
    height: 40px;
    padding: 0;
}

#rlBanner {
    margin: 3px 3px 0;
    width: 45%;
    height: inherit;
    float: left;
    background: white url("../../../shared/img/svg/RLLogoWithWords.svg") no-repeat;
}

#orpBanner {
    margin: 0 3px;
    width: 45%;
    height: inherit;
    float: right;
    background: white url("../../../shared/img/svg/ORPLogoWithWords.svg") no-repeat;
}

section {
    position: relative;
    min-height: 55px;
    padding: 5px;
    margin: 5px;
    overflow: hidden;
    border: 5px solid;
    border-radius: 10px;
    background-color: black;
    opacity: 0.60;
}

section:hover {
    background-color: #303030 !important;
}

.title {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #E17C00;
}

.info {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: white;
}

#buttonBarP {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    height: 65px;
}

#buttonBar {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    height: 85px;
}

button {
    /*all: unset;*/
    border: 0;
}

button:hover {
    color: #ffffff !important;
}

#filterText1 {
    float: left;
    width: 30%;
    text-align: center;
}

#filterText2 {
    float: left;
    width: 30%;
    padding: 0 3%;
    text-align: center;
}

#filterText3 {
    float: right;
    width: 30%;
    text-align: center;
}

.btn {
    background: #E17C00 linear-gradient(to bottom, #E17C00, #d35e00);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 5px #666666;
    -webkit-box-shadow: 2px 2px 4px #666666;
    -moz-box-shadow: 2px 2px 4px #666666;
    box-shadow: 2px 2px 4px #666666;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    margin: 5px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btn:hover {
    background: #d35e00 linear-gradient(to bottom, #d35e00, #E17C00);
}

.btn:disabled,
.btn:disabled.hover {
    border: 0;
    background: #727272 linear-gradient(to bottom, #727272, #a6a6a6);
    border-radius: 5px;
    text-shadow: 1px 1px 5px #666666;
    box-shadow: 2px 2px 4px #666666;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    padding: 3px 20px 3px 20px;
    margin: 2px;
    cursor: not-allowed;

    box-sizing: border-box;
}

.btn-clicked {
    background: #a15100 linear-gradient(to bottom, #a15100, #8c4700);
}

.btn-clicked:hover {
    background: #8c4700 linear-gradient(to bottom, #8c4700, #a15100);
}

.btn-fade {
    opacity: 0.6;
}

.btn-gray {
    background: #666666 linear-gradient(to bottom, #727272, #666666);
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 25px 6px 25px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.btn-gray:hover {
    background: #666666 linear-gradient(to bottom, #666666, #727272);
}

.btn-gray-detail {
    background: #666666 linear-gradient(to bottom, #727272, #666666);
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 0 6px 0;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.btn-gray-detail:hover {
    background: #666666 linear-gradient(to bottom, #666666, #727272);
}

.fixRenderIssues {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget:hover {
    opacity: 1.0;
}

.inactiveContent {
    display: none !important;
}

.cmt {
    color: #EEEEEE;
    background: #2C2240;
    border-style: none;
    float: right;
    margin-left: 3px;
}

.icn {
    float: left;
    display: inline;
}

.txt {
    float: left;
    width: 90%;
    padding: 3px;
    display: inline;
}

.pointer {
    cursor: pointer;
}

.grad {
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(#303030, #757575) !important;
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(#303030, #757575) !important;
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(#303030, #757575) !important;
    /* Standard syntax (must be last) */
    background: -ms-linear-gradient(#303030, #757575) !important;
}

.slideshow-container {
    max-width: 1000px;
    max-height: 55%;
    min-height: 155px;
    position: relative;
    margin: auto;
    overflow: hidden;
    z-index: 4;
}

.galleryImage {
    width: 100%;
    max-width: 100%;
    max-height: 425px;
    height: auto;
}

.mySlides {
    display: none;
    margin-left: 25px;
    margin-right: 25px;
}

.gallery_prev, .gallery_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -66px;
    padding: 60px 16px 60px 16px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

.gallery_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gallery_prev:hover, .gallery_next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: relative;
    margin-top: 15px;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000000;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.highlightAlert {
    width: 100%;
    visibility: visible;
    background-color: #E17C00;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 5px #666666;
}

.dojoxGrid {
    width: 100%;
}

.dataBorder {
    border: solid black 1px;
    border-radius: 8px 8px 0 0;
}

#selectApplyButton, #pasteApplyButton {
    right: 100px;
}

#selectDialogBody_tablist {
    min-width: 180px;
}

/*TODO: move into select.css*/
.checkboxContainer {
    height: 100%;
}

.fakeURL {
    color: #0070c0;
    text-decoration: underline;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.appLauncher{
    display: inline-block;
    width: 125px; 
    height: 125px; 
    margin: 1%; 
    z-index: 4; 
    position: relative; 
    overflow: hidden;
}

.appLauncher:hover{
    padding: 0px;
}

.appLauncher input {
    cursor: pointer;
}

#gridContainer {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    /*background: url("../../../shared/img/png/phoenix.png") no-repeat right 10% bottom 30px;*/
    /*background-size: 125px 125px;*/
}

#divgrid_wrapper {
    height: calc(100% - 32px);
    width: 100%;
    font: 10px Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
}

#tableWrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

#innerTableContainer {
    position: relative;
    overflow: hidden;
    height: calc(100% - 45px);
    width: 100%;
    float: left;
}

table.dataTable tbody tr.even {
    background-color: #e9e9e9;
}

#tablePageControls {
    height: 45px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#pagingControl {
    position: absolute;
    bottom: 0;
    right: 0;
}

#tableNavBar {
    margin-left: 5px;
}

#contentPage1 {
    font-family: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;
}

#tankTab, #wellTab {
    overflow: hidden;
}

.alert_type_lists {
    width: 250px;
}

.widget-section-label{
    padding-left: 5px;
    margin: 5px;
    font-weight: bold;
}