﻿/*--------------------layout---------------------*/
* {
    box-sizing: border-box;
}

#wrapper {
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    text-align: left;
    width: 986px;
    background: rgba(250, 250, 250, 0.6);
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
}


#Main {
    clear: both;
    margin: 0;
}

#SideBar {
    clear: both;
    padding: 15px;
}

#Header, #Footer {
    clear: both;
}



/*--------------------style---------------------*/
html {
    margin: 0;
    padding: 0;
    background: url("Images/PDCRx_BKG_1080p.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background: #141738; #211F4E;*/
    height: 100%;
    font-family: arial,sans-serif;
    font-size: 14px;
    color: #666;
}


body {
    margin: 0;
    padding: 0;
    height: 100%;
}

form#Form {
    height: 100%;
}

h1 {
    font: 1.5em georgia,serif;
    margin: 0.5em 0;
}

h2 {
    font: 1.25em georgia,serif;
    margin: 0 0 0.5em;
}

h1, h2, a {
    color: #211F4E;
}

p {
    line-height: 1.5;
    margin: 0 0 1em;
}

#topBG {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 204px;
    /*background: #EFD370;  #FABE42 */
}

div#shadowLeft {
    position: absolute;
    top: 0px;
    height: 100%;
    left: -10px;
    width: 10px;
    background-image: url("Images/ShadowLR.png");
    background-repeat: repeat-y;
}

div#shadowRight {
    position: absolute;
    top: 0px;
    height: 100%;
    right: -10px;
    width: 10px;
    background-image: url("Images/ShadowLR.png");
    background-repeat: repeat-y;
    background-position: -20px 0px;
}

/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 1280px) {
    #wrapper {
        width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    }
}

@media screen and (min-width: 1280px) {
    #wrapper {
        width: 1280px; /* The width is 100%, when the viewport is 800px or smaller */
    }
}

#Header {
    height: 200px;
}


    #Header h1 {
        font-family: Georgia;
        font-size: 35px;
        color: #fff;
        margin: 0 10px;
    }

/*top navigation*/
.tTopNav {
    float: left;
    position: absolute;
    top: 129px;
    width: 100%;
    height: 34px;
    margin: 0;
}

.tTopNavShadow {
    float: left;
    position: absolute;
    top: 162px;
    width: 100%;
    height: 10px;
    margin: 0;
    background: transparent url(Images/ShadowTB.png) repeat-x 0 -20px
}

.tTopNavMenu {
    position: absolute;
    top: 0px;
    left: 21px;
    height: 34px;
    margin: 0;
}

.tTopNavSearch {
    position: absolute;
    top: 0px;
    right: 25px;
    height: 34px;
    margin: 0;
}

.tLogin {
    float: right;
    position: absolute;
    top: 10px;
    right: 20px;
    height: 34px;
    margin: 0;
}

    .tLogin a {
        color: #141738;
        font-weight: bold;
    }

.RadMenu {
    line-height: 25px !important;
}

    .RadMenu .rmGroup, .RadMenu .rmRootGroup, .RadMenu .rmMultiColumn, .RadMenu .rmPopup {
        border-width: 0px 0px 0px 1px !important;
    }

.tSiteSearch {
    position: relative;
    height: 25px;
    margin: 6px 0 0px 0;
    width: 206px;
    padding: 0px 0 0;
    background: transparent url(Images/searchBoxBg.gif) no-repeat 0 0px;
    text-align: right;
    font: 11px/22px arial,sans-serif;
    clear: right;
    z-index: 110
}

    .tSiteSearch label {
        position: absolute;
        top: 0px;
        left: 10px;
    }

    .tSiteSearch input {
        position: absolute;
        top: 4px;
        left: 15px;
        width: 172px;
        border: 0;
        padding: 0;
        background: transparent;
        vertical-align: middle;
    }

.lblTitle {
    position: absolute;
    top: 171px;
    left: 33px;
    color: Black;
    font-family: Verdana;
    font-size: 18px;
}

.lblTitleShadow {
    position: absolute;
    top: 147px;
    left: 35px;
    color: Black;
    font-family: Verdana;
    font-size: 18px;
}


.tSearchSubmit {
    width: 23px;
    height: 22px;
    background: none transparent;
    cursor: pointer;
    vertical-align: middle
}

#TopNavigation {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    background: #65653F;
    color: #fff;
}

    #TopNavigation:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

#TopNavigation {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html #TopNavigation {
    height: 1%;
}

#TopNavigation {
    display: block;
}
    /* End hide from IE-mac */
    #TopNavigation a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

        #TopNavigation a:hover {
            color: #65653f;
        }

#Main {
    font-size: 14px;
    line-height: 150%;
}

    #Main h2 {
        color: #65653f;
    }

div#SideBarRight {
    position: absolute;
    top: 200px;
    bottom: 34px;
    left: 736px;
    width: 250px;
    background-color: #E7E7E7;
}

div#ContentLeft {
    position: absolute;
    top: 200px;
    bottom: 34px;
    left: 0px;
    width: 736px;
}

div.content {
    padding: 1em 1em 1em 1em; /* bottom padding for footer */
}

#SideBar {
    font-size: 12px;
    background: #F8FAFC;
}

div#content {
    background: #FAFAFA;
    background: rgba(250, 250, 250, 0.5);
    padding: 1em 1em 50px 1em; /* bottom padding for footer */
    box-sizing: border-box;
    height: 100%;
}

    div#content p {
        text-align: justify;
        padding: 0 1em;
    }

div.SideBar {
    background: #888888;
    padding: 1em 1em;
}

#Footer {
    clear: both;
    margin: 0 auto; /* center, not in IE5 */
    position: absolute;
    width: 100%;
    bottom: 0; /* stick to bottom */
    height: 34px;
    color: White;
    font-size: 11px;
    margin-top: 20px;
}


/* PDC Site Specific 4f868e 131f48 ebcd68 5e5e5e  */
div.SkinBox {
    position: relative;
    left: 0;
    border: 1px solid #4f868e;
    background-color: White;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
    margin: 0 0 2em 0;
    font-family: "segoe ui", arial, sans-serif;
    line-height: normal;
    padding: 0px;
    vertical-align: top;
}

    div.SkinBox.collapse {
        display: inline-block;
    }

    div.SkinBox .collapse {
        display: inline-block;
    }

    div.SkinBox.collapse {
        display: inline-block;
    }

    div.SkinBox .collapse {
        display: inline-block;
    }

    div.SkinBox a {
        font-family: "segoe ui", arial, sans-serif;
        line-height: normal;
    }

    div.SkinBox > h1 {
        background-color: #4f868e;
        font-size: 18px;
        line-height: normal;
        color: White;
        margin: 0;
        padding: 0px 15px 2px 15px;
        -moz-border-radius: 10px 10px 0px 0px;
        -webkit-border-radius: 10px 10px 0px 0px;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid #4f868e;
    }

    div.SkinBox.black > .title {
        background-color: Black;
    }

    div.SkinBox .content {
    }

    div.SkinBox.black .content {
        border-left: 5px solid #f2cf65;
    }

    div.SkinBox .content > .title {
        background-color: #13478c;
        font-size: 15px;
        line-height: normal;
        color: White;
        padding: 0px 15px 2px 15px;
        margin-top: 5px;
    }

    div.SkinBox.black .content > .title {
        background-color: #6f5d2c;
    }




    div.SkinBox .footer {
        height: 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        -webkit-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
        clear: both;
    }

    div.SkinBox.black .footer {
        border-left: 5px solid #f2cf65;
        background-color: #e7e7e7;
    }


.bold {
    font-weight: bold;
}




/*--------------------RWD---------------------*/

[class*="col-"] {
    float: left;
    /*border: 1px solid red;*/
}

[class*="col-"].padding {
    float: left;
    padding: 15px;
}

[class*="col-"].tdpadding {
    float: left;
    padding: 3px 5px 3px 5px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.col-1 {width: 8.333333%;}
.col-2 {width: 16.666667%;}
.col-25 {width: 20.833333%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666667%;}
.col-12 {width: 100%;}

[class*="td-"] {
    padding: 3px 5px 3px 5px;
    /*border: 1px solid red;*/
}


.td-1 {width: 8.333333%;}
.td-2 {width: 16.666667%;}
.td-25 {width: 20.833333%;}
.td-3 {width: 25%;}
.td-4 {width: 33.333333%;}
.td-5 {width: 41.666667%;}
.td-6 {width: 50%;}
.td-7 {width: 58.333333%;}
.td-8 {width: 66.666667%;}
.td-9 {width: 75%;}
.td-10 {width: 83.333333%;}
.td-11 {width: 91.666667%;}
.td-12 {width: 100%;}

.cell {display: table-cell; vertical-align: middle;}
.table {display: table;}
.relative {position: relative;}
/*.middle {
    position: absolute;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}*/
td.middle {
    vertical-align: middle;
}
td.center { text-align: center; }





/*--------------------Forms---------------------*/

input[type=text][readonly].riTextBox.riRead {
    background-color: #efefef;
}

input[type=text][disabled].riTextBox.riDisabled {
    background-color: #efefef;
}
