﻿.privateHeader {
    /*We moved all CSS styling here because background-image url paths are 
		relative to the stylesheet location not the master page/content page locations.*/
    background-color: #005998;
    background-image: url(Images/flagbannerD.jpg);
    position: relative;
    background-repeat: no-repeat;
    border-bottom: solid 1px #b4b4b4;
    height: 75px;
}

    .privateHeader div {
        float: right;
        text-align: right;
        margin-right: 5px;
    }

    .privateHeader img {
        border: none;
        height: 65px;
        margin: 5px 0 0 5px;
    }

._betaBackground {
    background-color: #bddeb6;
}

._privateBody {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #fbfbfb;
}

.privateWork {
    overflow-y: scroll;
    background-color: #fbfbfb;
    position: fixed;
    top: 75px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin-bottom: 25px;
    padding-left: 5px;
}

#privateFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #a7cde6;
    height: 22px;
    font-size: small;
    border-top: solid 1px #b4b4b4;
}

/*For Filter Search Box*/
.is-hidden {
    display: none;
}

.inp_searchbox {
    display: none;
    margin-top: 5px;
    border: 1px solid #cbcbcb;
    border-radius: 16px;
    color: #555;
    font-size: 14px;
    padding: 3px 5px 3px 15px;
    width: 165px;

}