﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 14px;
}


h1 {
    margin: 0;
    padding: 20px 0 !important;
    font-weight: 100;
    color: #47b9c8;
    font-size: 2.2em;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

h2 {
    margin: 0;
    font-weight: 400;
    color: #777;
    font-size: 1.7em;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #ffdfbf;
}

h3 {
    font-weight: 600;
}

a:link, a:visited {
    color: #23737e;
    text-decoration: none;
}

a:hover {
    color: #5fb4b7;
}

.CSDRBG {
    background-color: #61b5b7;
}


/*Layout Styles*/

input[type="button"], input[type="reset"], input[type="submit"] {
    text-decoration: none;
    -webkit-appearance: none; 
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}


    input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
        font-family: "Segoe UI", Helvetica, Arial, sans-serif; 
        /*! padding: 6px 24px; */
        text-decoration: none;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
 
    }


#menu-bar {
    position: relative;
    z-index: 999;
    background-color: #61b5b7;
    margin: 0;
    padding: 0;
}

    #menu-bar li {
        float: left;
        position: relative;
        list-style: none;
    }

    #menu-bar a {
        letter-spacing: 2px;
        font-size: 1.2em;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px 20px;
        margin: 0;
    }

    #menu-bar li ul li a {
        margin: 0;
    }

    #menu-bar .active a, #menu-bar li:hover > a {
        color: #444444;
    }

    #menu-bar ul li:hover a, #menu-bar li:hover li a {
        background: #61b5b7;
        border: none;
        color: #fff;
    }

    #menu-bar ul a:hover {
        background: #3aa1ae !important;
        color: #FFFFFF !important;
    }

    #menu-bar li:hover > ul {
        display: block;
    }

    #menu-bar ul {
        background: #DDDDDD;
        display: none;
        margin: 0;
        padding: 0;
        width: 185px;
        position: absolute;
        top: 40px;
        left: 0;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }

        #menu-bar ul li {
            float: none;
            margin: 0;
            padding: 0;
        }

        #menu-bar ul a {
            padding: 10px 10px;
            color: #fff !important;
            font-size: 12px;
            font-style: normal;
            font-family: arial;
            font-weight: normal;
        }

        #menu-bar ul li:first-child > a {
        }

        #menu-bar ul li:last-child > a {
        }

    #menu-bar:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#menu-bar {
    display: inline-block;
}

html[xmlns] #menu-bar {
    display: block;
}









.CSDRWrapper {
    max-width: 1150px;
    margin: 0 auto;
}

.CSDRLayoutTable {
    display: table;
    width: 100%;
}

.CSDRLayoutTableCell {
    display: table-cell;
    /*vertical-align: top;*/
}

.CSDRCTAButton {
    background-color: #cd700a;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
    letter-spacing: 2px;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
}

    .CSDRCTAButton:hover {
        background-color: #23737e;
    }

#LoginLabel a:link, #LoginLabel a:visited {
    color: #fff !important;
}

/** Tooltip **/

a {
    position: relative;
    cursor: pointer;
}

    a > tltp {
        text-align: left;
        line-height: 150%;
        color: #fff;
        font-style: normal;
        font-size: 11px;
        background: #fff;
        background-clip: padding-box;
        border-radius: 3px;
        position: absolute;
        left: 110%;
        margin-left: 5px;
        padding: 15px;
        bottom: 0%;
        margin-bottom: -20px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        z-index: 1000;
    }

        a > tltp:before, a > tltp:after {
            content: "";
            position: absolute;
            border-bottom: 10px solid transparent;
            border-right: 10px solid transparent;
            top: 12%;
            left: 0%;
        }

        a > tltp:before {
            margin-left: -22px;
        }

        a > tltp:after {
            /*border-top: 10px solid #0097d6;
            border-bottom: 10px solid #0097d6;
            border-right: 10px solid #0097d6;*/
            border-top: 10px solid transparent;
            border-left: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-left: -18px;
            z-index: 1;
        }

    a:hover > tltp {
        visibility: visible;
        opacity: 1;
    }



/**ToolTip 2**/


/** Tooltip **/

a {
    position: relative;
    cursor: pointer;
}

    a > tltp2 {
        text-align: left;
        line-height: 150%;
        color: #fff;
        font-style: normal;
        font-size: 11px;
        background: #47b9c8;
        background-clip: padding-box;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
        border: 0px solid #f26922;
        border-radius: 3px;
        position: absolute;
        width: 250px;
        left: 110%;
        margin-left: 5px;
        padding: 15px;
        bottom: 0%;
        margin-bottom: -55px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        z-index: 1000;
    }

        a > tltp2:before, a > tltp2:after {
            content: "";
            position: absolute;
            border-bottom: 10px solid transparent;
            border-right: 10px solid transparent;
            top: 12%;
            left: 0%;
        }

        a > tltp2:before {
            margin-left: -22px;
        }

        a > tltp2:after {
            /*border-top: 10px solid #0097d6;
            border-bottom: 10px solid #0097d6;
            border-right: 10px solid #0097d6;*/
            border-top: 10px solid transparent;
            border-left: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-left: -18px;
            z-index: 1;
        }

    a:hover > tltp2 {
        visibility: visible;
        opacity: 1;
    }


.CSDRBreadCrumb {
    margin-top: 40px !important;
    color: #47b9c8;
}

.BPCallToAction {
    padding: 14px 20px;
    font-size: 1.2em;
    margin-top: 16px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #cd700a !important;
    color: #fff;
    cursor: pointer;
}

    .BPCallToAction:hover {
        background: #61b5b7;
    }

/*End of Layout Styles*/


/**Header**/

.CSDRHeader {
    /*border-bottom: 8px solid #61b5b7;*/
    background: rgba(68,181,193,1);
    background: -moz-linear-gradient(top, rgba(68,181,193,1) 0%, rgba(54,152,165,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(68,181,193,1)), color-stop(100%, rgba(54,152,165,1)));
    background: -webkit-linear-gradient(top, rgba(68,181,193,1) 0%, rgba(54,152,165,1) 100%);
    background: -o-linear-gradient(top, rgba(68,181,193,1) 0%, rgba(54,152,165,1) 100%);
    background: -ms-linear-gradient(top, rgba(68,181,193,1) 0%, rgba(54,152,165,1) 100%);
    background: linear-gradient(to bottom, rgba(68,181,193,1) 0%, rgba(54,152,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44b5c1', endColorstr='#3698a5', GradientType=0 );
    z-index: 999 !important;
}


.CSDRLogo {
    width: 25%;
}

    .CSDRLogo a img {
        padding: 32px 0 30px 0;
    }

.CSDRSearch {
    width: 50%;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.CSDRSearchBox {
    font-size: 1.4em;
    font-weight: 100;
    background-color: #afdbe0;
    border: 1px solid #c3e5e9;
    padding: 6px 0 6px 10px;
    width: 300px;
}

.CSDRSearchButton {
    background-color: #e7a865;
    color: #fff;
    border: 1px solid #e7a865;
    font-size: 1.4em;
    padding: 6px 30px;
    cursor: pointer;
}

.CSDRSignInDropDown {
    /*width: 15%;*/
    vertical-align: middle;
    text-align: left;
}

.CSDRSignInDropDownLink {
    color: #fff !important;
    text-decoration: none;
}

    .CSDRSignInDropDownLink:after {
        /*content: url(../Images/Icon-Chevron.png);*/
        margin-left: 6px;
    }

#LoginUserNameDrop {
    position: absolute;
    background-color: #fff;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
    z-index: 99999999;
}

    #LoginUserNameDrop ul {
        margin: 0;
        padding: 0;
    }

        #LoginUserNameDrop ul li {
            list-style-type: none;
        }

            #LoginUserNameDrop ul li a:link, #LoginUserNameDrop ul li a:visited {
                text-decoration: none;
                padding: 10px 20px;
                margin-bottom: -2px;
                display: block;
                color: #3699a4 !important;
                -webkit-transition: ease-in .1s;
                transition: ease-in .1s;
            }

            #LoginUserNameDrop ul li a:hover {
                background-color: #f1f1f1;
            }




.CSDRChecklist {
    vertical-align: middle;
    width: 5%;
    text-align: right;
}

.BalloonTriangle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 1px;
    margin-top: -19px;
    margin-left: 20px;
}

.BalloonTriangle2 {
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 1px;
    margin-top: -19px;
    margin-left: 80px;
}


#InfoResourcesMenu {
    position: absolute;
    background-color: #fff;
    /*margin-top: 20px;*/
    margin-left: -50px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
    z-index: 99999999;
}

    #InfoResourcesMenu ul {
        margin: 0;
        padding: 0;
    }

        #InfoResourcesMenu ul li {
            list-style-type: none;
            text-align: left !important;
        }


            #InfoResourcesMenu li a:link, #InfoResourcesMenu ul li a:visited {
                text-decoration: none;
                padding: 10px 10px;
                margin-bottom: -2px;
                display: block;
                color: #3699a4 !important;
                /*-webkit-transition: ease-in .1s;
                transition: ease-in .1s;*/
            }

    #InfoResourcesMenu li a:hover {
        background-color: #f1f1f1;
    }







#PostingChecklist {
    position: absolute;
    background-color: #fff;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
    z-index: 99999999;
}

    #PostingChecklist ul {
        margin: 0;
        padding: 0;
    }

        #PostingChecklist ul li {
            list-style-type: none;
            padding: 10px 20px;
        }


.CSDRHotLinks {
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    background-color: #61b5b7;
}

    .CSDRHotLinks li {
        display: inline-block;
    }

        .CSDRHotLinks li a:link, .CSDRHotLinks li a:visited {
            padding: 10px 10px;
            display: block;
            color: #fff;
            letter-spacing: 2px;
            font-size: 1.2em;
        }

        .CSDRHotLinks li a:hover {
            background-color: #49a6b2;
        }


/**End of Header**/

/**Carousel**/

.CSDRCarousel01 {
    background-color: #000;
    background-image: url(../Images/CSDR-Banner-04.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 390px;
}

.CSDRCarousel02 {
    background-color: #000;
    background-image: url(../Images/CSDR-Banner-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
}

.CSDRCarousel03 {
    background-color: #000;
    background-image: url(../Images/CSDR-Banner-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
}
.CSDRCarousel04 {
    background-color: #000;
    background-image: url(../Images/CSDR-Banner-05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
}

.slides h1 {
    margin: 0 20% 0 0;
    color: #fff;
    font-size: 3.2em;
    font-weight: 100;
    padding: 30px 0 0 0;
}

.slides li hr {
    border: 2px solid #cd700a;
    margin-right: 38%;
}

.CSDRCarousel01, .CSDRCarousel02, .CSDRCarousel03, .CSDRCarousel04 {
    color: #fff;
}

    .CSDRCarousel01, .CSDRCarousel02, .CSDRCarousel03, .CSDRCarousel04 > ol {
    }

    .CSDRCarousel01, .CSDRCarousel02, .CSDRCarousel03, .CSDRCarousel04 ol a {
        color: #fff;
    }

.CSDRCarousel01, .CSDRCarousel02, .CSDRCarousel03, .CSDRCarousel04 {
    padding-right: 300px;
}

/**End of Carousel**/

/*Mid Content*/

.CSDRMidSection {
    background: rgba(67,180,193,1);
    background: -moz-linear-gradient(top, rgba(67,180,193,1) 0%, rgba(46,138,146,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,180,193,1)), color-stop(100%, rgba(46,138,146,1)));
    background: -webkit-linear-gradient(top, rgba(67,180,193,1) 0%, rgba(46,138,146,1) 100%);
    background: -o-linear-gradient(top, rgba(67,180,193,1) 0%, rgba(46,138,146,1) 100%);
    background: -ms-linear-gradient(top, rgba(67,180,193,1) 0%, rgba(46,138,146,1) 100%);
    background: linear-gradient(to bottom, rgba(67,180,193,1) 0%, rgba(46,138,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b4c1', endColorstr='#2e8a92', GradientType=0 );
    padding: 20px 0;
    border-bottom: 8px solid #61b5b7;
}

    .CSDRMidSection p {
        color: #fff;
        font-size: 1.5em;
        letter-spacing: -1px;
    }

.CSDRAboutContent {
    /*width: 45%;*/
    padding: 0 20px 0 0;
    text-align: center;
}

.CSDRMidSection h1 {
    text-align: center;
    font-weight: 100;
    color: #fff;
}

/*End of MidContent*/

/*Sponsors Section*/
.CSDRSponsorsSection {
    text-align: center;
    display: block;
}

.CSDRReadMoreSection {
    text-align: center;
    margin-top: 30px;
}

.CSDRSponsors {
    background-color: #fff;
    padding: 0 0 30px 0;
    margin: 0;
    display: block;
}

.CSDRSponsorsSection {
    text-align: center;
}

    .CSDRSponsorsSection h1 {
        margin: 0;
        padding: 20px 0;
        text-align: center;
        font-weight: 100;
        color: #47b9c8;
    }

.CSDRSponsorsLogos {
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
    text-align: center;
}

    .CSDRSponsorsLogos:hover {
        cursor: pointer;
    }

    .CSDRSponsorsLogos li {
        display: inline-block;
        margin: 0 10px;
    }



        .CSDRSponsorsLogos li a {
            background-color: #fff;
            height: 100px;
            width: 146px;
            display: table-cell;
            vertical-align: middle;
            border: 1px solid #fff;
            cursor: default;
            pointer-events: none;
        }

/*.CSDRSponsorsLogos li a:hover {
                border: 1px solid #ccc;
                border-radius: 6px;
            }*/



/**************NEW SPONSORS STYLE*************/

.CSDRSpon {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    max-width: 950px;
}

    .CSDRSpon li {
        display: inline-block;
        margin: 0 20px;
    }

.CSDRSponLogo {
}

.CSDRSponLogoLinks {
    text-align: center;
    background-color: transparent;
}

    .CSDRSponLogoLinks:hover {
        background: rgba(67,180,193,.8);
        -webkit-transition: ease-in .3s;
        transition: ease-in .3s;
    }

        .CSDRSponLogoLinks:hover > a:link, .CSDRSponLogoLinks:hover > a:visited {
            color: #fff;
            -webkit-transition: ease-in .3s;
            transition: ease-in .3s;
        }

    .CSDRSponLogoLinks a:link {
        display: block;
        line-height: 48px;
        color: transparent;
        text-decoration: none;
    }

    .CSDRSponLogoLinks a:hover {
        background: rgba(67,180,193,1);
    }



.CSDRSponLogoLinksInactive, .CSDRSponLogoLinksInactive:hover {
    color: rgba(255,255,255,0.3);
    pointer-events: none;
}




.CSDRSpon li {
    list-style-type: none;
}

.CSDRSponLogo {
    background-repeat: no-repeat;
    background-position: center;
    height: 146px;
    width: 146px;
}


/*End of Sponsors Section*/


/*************************************************** PAGES ***********************************************************/


/*HOME PAGE*/
.CSDRBannerLink {
    color: #fff !important;
    font-size: .6em;
}

    .CSDRBannerLink::after {
        content: url(../Images/Icon-Chevron-Right.png);
        margin-left: 10px;
    }
/*HOME PAGE*/

/**LOGIN PAGE**/

.BPLoginSection {
    width: 40%;
}



#EmailAddressTextBox, #PasswordTextBox, #PasswordRecoveryEmailAddressTextBox {
    font-size: 1.1em;
    padding: 14px 20px;
    margin-bottom: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #000;
    font-weight: lighter;
    letter-spacing: 2px;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

/*Forgot Username/Password*/
#MainContentPlaceHolder_EmailAddressTextBox_RequiredFieldValidator, #PasswordRecoveryEmailAddressRequiredFieldValidator, #MainContentPlaceHolder_PasswordRecoveryEmailAddressRequiredFieldValidator, #PasswordRecoveryValidationCodeRequiredFieldValidator, #MainContentPlaceHolder_PasswordTextBox_RequiredFieldValidator {
    font-size: .9em;
    color: red;
    display: block;
    margin: 2px 0 10px 10px;
}

#ForgotPasswordLinkButton {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0px;
}


#SimpleLoginButton {
    padding: 14px 20px;
    font-size: 1.2em;
    margin-top: 16px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #cd700a;
    color: #fff;
}



/**LOGIN PAGE**/
/**MY SUBMISSIONS**/

.tabletabs {
    width: 100%;
}

.tabletabs1TitleColumn {
}

.tabletabs1TitleColumn, .tabletabs1StatusColumn, .tabletabs1DateColumn, .tabletabs1GroupIDColumn, .tabletabs2TitleColumn, .tabletabs2StatusColumn, .tabletabs2DateColumn, .tabletabs2GroupIDColumn, .tabletabs2EditableUntilColumn {
    font-size: .8em;
    text-align: left;
}

.tabletabs tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.tabletabs tr:nth-child(even) {
    background-color: #fff;
}

.tabletabs tr a, .tabletabs tr td span {
    padding: 15px;
    display: block;
}

.tabletabsTitleCell a {
    color: #47b9c8;
}



.StatusCircle {
    background-color: #fff;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    float: left;
    text-align: center;
}

.StatusCircleContainer {
    text-align: center;
}

.StatusCircleBar {
    background: #c7c7c7; /* Old browsers */
    background: -moz-linear-gradient(left, #c7c7c7 0%, #3799a6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c7c7c7 0%,#3799a6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c7c7c7 0%,#3799a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#3799a6',GradientType=1 ); /* IE6-9 */
    height: 16px;
    margin-top: -38px;
    margin-left: 6px;
    width: 90%;
}

.StatusCircleContent {
    margin-top: 60px;
    font-size: .9em;
    color: #9d9d9d;
    display: block;
    padding-right: 30px;
    margin-left: -10px;
}


.BPSubmissionsTable {
    border: 1px solid #ccc;
    margin-top: 50px;
}

    .BPSubmissionsTable th {
        font-weight: 400;
        padding: 6px 10px;
        font-size: .8em;
    }

#MainContentPlaceHolder_SubmissionsListView_itemPlaceholderContainer {
    width: 100%;
}

.BPSubmissionsTableData {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .BPSubmissionsTableData tr {
        vertical-align: top;
    }


        .BPSubmissionsTableData tr:hover {
            background-color: #f2f2f2;
            border: 4px solid #5fb4b7 !important;
        }

            .BPSubmissionsTableData tr:hover a {
                text-decoration: none;
            }

        .BPSubmissionsTableData tr td {
            padding: 20px 10px;
            border-bottom: 1px solid #f2f2f2;
            font-weight: 400;
            font-size: .8em;
        }

            .BPSubmissionsTableData tr td a {
                color: #47b9c8;
                margin: 0;
                padding: 0;
                font-weight: 400;
                font-size: 1.2em;
            }

                .BPSubmissionsTableData tr td a:hover {
                    color: #5fb4b7;
                }


.BPSubmissionsTablePager {
    background-color: #f2f2f2;
    display: block;
    padding: 6px 10px;
    text-align: center;
}

#MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager a, #MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager span, #MainContentPlaceHolder_InProcessSubmissionsListView_InProcessDataPager a, #MainContentPlaceHolder_InProcessSubmissionsListView_InProcessDataPager span {
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    text-align: center;
    font-size: 1.2em;
    margin: 0 2px;
    color: #666666;
    display: inline;
}




    #MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager a:link {
        color: #47b9c8;
    }

        #MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager a:link:hover {
            text-decoration: none;
            background-color: #47b9c8;
            color: #fff;
        }

    #MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager span:hover {
        background-color: none;
    }

#MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager .aspNetDisabled:hover {
    text-decoration: none;
}

#MainContentPlaceHolder_TitleTextBox {
    border: 2px solid #96ca50;
    width: 100%;
    font-size: 1.2em;
    color: #178c00;
    background-color: #fff !important;
    outline: none;
    margin: 10px 0 10px 0;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**MY SUBMISSIONS**/
/**PROFILE PAGE**/

/*#CreateContactFirstNameTextBox, #CreateContactLastNameTextBox, #CreateContactCountriesDropDownList, #CreateContactRegionsDropDownList, #CreateContactPasswordTextBox,
#CreateContactConfirmPasswordTextBox,*/

#MainContentPlaceHolder_CreateContactFirstNameTextBox, #MainContentPlaceHolder_CreateContactLastNameTextBox, #MainContentPlaceHolder_CreateContactCountriesDropDownList, #MainContentPlaceHolder_CreateContactRegionsDropDownList, #MainContentPlaceHolder_CreateContactEmailAddressTextBox, #MainContentPlaceHolder_CreateContactPasswordTextBox, #MainContentPlaceHolder_CreateContactConfirmPasswordTextBox {
    font-size: 1.1em;
    padding: 14px 20px;
    margin-bottom: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #000;
    font-weight: lighter;
    letter-spacing: 2px;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.BPProfileSection {
    /*width: 40%;*/
    margin-top: 50px;
}

.BPProfileRight, .BPProfileLeft {
    width: 50%;
    padding-right: 40px;
}

.BPExtendedProfile {
    padding: 20px;
    border-top: 1px solid #ccc;
}

.CSDRPIIRequest {
    background-color: #f2f2f2;
    color: #000;
    width: 350px;
    margin-left: 200px;
    padding: 20px;
    border-radius: 6px;
}


#MainContentPlaceHolder_CreateContactPasswordRequiredFieldValidator, #MainContentPlaceHolder_CreateContactConfirmCompareValidator, #MainContentPlaceHolder_CreateContactStrengthHelpLabel {
    font-size: .9em;
    color: red;
    /*margin: 2px 0 10px 10px;*/
}

#MainContentPlaceHolder_CreateContactStrengthHelpLabel {
    float: left;
}

#MainContentPlaceHolder_EditContactPrefixTextBox, #MainContentPlaceHolder_EditContactFirstNameTextBox, #MainContentPlaceHolder_EditContactLastNameTextBox, #MainContentPlaceHolder_EditContactSuffixTextBox, #MainContentPlaceHolder_EditContactTitleTextBox, #MainContentPlaceHolder_EditContactAddressTextBox, #MainContentPlaceHolder_EditContactCityTextBox, #MainContentPlaceHolder_EditContactPostalCodeTextBox, #MainContentPlaceHolder_EditContactPhoneNumberTextBox, #MainContentPlaceHolder_EditContactWebSiteAddressTextBox, #MainContentPlaceHolder_EditContactCountriesDropDownList, #MainContentPlaceHolder_EditContactRegionsDropDownList, #MainContentPlaceHolder_EmailAddressLabel, #EditContactInstitutionTextBox, #AddContactInstitutionTextBox {
    font-size: 1.1em;
    padding: 14px 20px;
    margin-bottom: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #000;
    font-weight: lighter;
    letter-spacing: 2px;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #888 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #888 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #888 !important;
}


#MainContentPlaceHolder_EmailAddressLabel {
    display: block;
    color: #bbb;
    font-weight: 600;
}



/**PROFILE PAGE**/
/**DETAILS PAGE**/

.BPDetailsPostings {
    width: 35%;
    padding: 10px;
    background-color: #f9f9f9;
    font-size: .9em;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
    display: block;
    border-radius: 6px;
}

    .BPDetailsPostings:hover {
        background-color: #f0f0f0;
    }

    .BPDetailsPostings a {
        text-decoration: none;
        text-align: left !important;
    }

    .BPDetailsPostings .deleteposting {
        color: #d91900;
        font-weight: bold;
        font-size: 20px;
    }

.BPDetailsPostingTitleLink a {
}

.BPDetailsPostingTitleLink .deleteposting {
    text-decoration: none;
    font-weight: bold;
    background-color: #eee;
    padding: 10px;
    width: 30px;
}


.BPDetailsPostingDelete {
    width: 20%;
}

.BPDetailsPostings {
}


.BPDetailsPageContainer {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 0px 20px 20px 20px;
    margin-top: 60px;
    border-top: 4px solid #e9e9e9;
    min-height: 300px;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.10);
}

#SubNav {
    margin: 50px 0 50px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

    #SubNav li {
        display: inline-block;
        margin-right: 3px;
    }

        #SubNav li a:link {
            padding: 10px 30px;
            color: #333333;
            background-color: #e9e9e9;
            border-radius: 6px 6px 0 0;
            margin-bottom: 10px;
        }

        #SubNav li a:hover {
            background-color: #61b5b7;
            text-decoration: none;
            color: #fff;
        }



/*#SubNav {
    margin: -22px 0 50px 0;
    padding: 0;
    width: 100%;
    text-align:center;
}

    #SubNav li {
        display: inline-block;
    }

        #SubNav li a:link {
            padding: 10px 30px;
            color: #333333;
            background-color: #e9e9e9;
            border-radius: 30px;
            margin-bottom: 10px;
        }

        #SubNav li a:hover {
            background-color: #96ca50;
            text-decoration: none;
            color: #fff;
        }

.active {
    background-color: #23737e;
    color: #fff;
}*/

.BPSubmissionDetails {
    padding: 20px 20px;
    margin: 40px 0 30px 0;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    border-top: 4px solid #e9e9e9;
    -webkit-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 0px 2px 18px 0px rgba(50, 50, 50, 0.10);
}

    .BPSubmissionDetails h1 {
        color: #61b5b7;
        font-size: 2em;
        margin: 0;
        font-weight: 400;
    }

    .BPSubmissionDetails h2 {
        font-size: 1em;
        font-weight: 400;
    }

#MainContentPlaceHolder_SubmissionSubmittedDateLabel {
    color: #61b5b7;
}

.BPSubmissionStatusBox {
    text-align: center;
    padding: 20px;
    background-color: #e9e9e9;
    display: block;
    border-radius: 3px;
    color: #888;
    font-size: 1.4em;
    font-weight: 100;
}

/*
.BPDataList {
    border: 1px solid #ccc;
    overflow-x: auto;
}
*/

.BackToTop {
    padding: 10px 10px;
    background-color: #ccc;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin: 50px auto 0 auto;
    width: 100px;
    cursor: pointer;
}

/**DETAILS PAGE**/






/*Sponsor Specific Details*/

.CSDRSponsorSpecific {
    color: #000;
    background-color: #fff;
    padding: 0 0 50px 0;
}

.CSDRSponsorSpecificTitle {
    width: 50%;
}

.CSDRSponsorSpecificLogo {
    width: 50%;
    text-align: right;
    vertical-align: middle;
}

.CSDRSponsorSpecificLeftRow {
    width: 20%;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    color: #23737e;
}

.CSDRSponsorSpecificRightRow {
    width: 80%;
    padding: 20px;
}

    .CSDRSponsorSpecificRightRow p {
        margin-top: 0;
    }

.CSDRSponsorSpecificRowAlt {
    margin: 0;
    padding: 0;
}

    .CSDRSponsorSpecificRowAlt li {
        list-style-type: none;
        background-color: #fff;
    }

        .CSDRSponsorSpecificRowAlt li:nth-child(odd) {
            background: #e8f0f1;
        }

.CSDRSponsorSpecificRightRow ul li {
    background: none !important;
    list-style-type: disc;
}

.CSDRBackToTop {
    text-align: center;
    margin: 20px 0;
}

/*End of Sponsor Details*/







/*Help Page*/

.CSDRBGWhite {
    background-color: #fff !important;
    margin: 0 0 30px 0;
}

.CSDRLeft30 {
    width: 24%;
    padding-bottom: 50px;
}

.CSDRRight70 {
    width: 70%;
    padding-bottom: 50px;
}

.CSDRHelpMenu {
    margin: 0;
    padding: 0;
}

    .CSDRHelpMenu li {
        list-style-type: none;
    }

        .CSDRHelpMenu li a:link, .CSDRHelpMenu li a:visited {
            color: #47b9c8;
            padding: 15px 15px 15px 0;
            display: block;
            margin: 0 40px 0 0;
            background-image: url(../Images/Icon-Chevron-Right.png);
            background-repeat: no-repeat;
            background-position: center right;
            border-bottom: 1px solid #e6e6e6;
            /*-webkit-transition: ease-in .3s;
            transition: ease-in .3s;*/
        }

        .CSDRHelpMenu li a:hover {
            color: #23737e;
            background: rgba(255,255,255,1);
            background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,240,242,1)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%);
            background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcf0f2', GradientType=1 );
        }

.CSDRHelpFirstLink {
    padding: 15px 15px 15px 0 !important;
}


.CSDRIRPTable {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .CSDRIRPTable tr {
        vertical-align: top;
    }

        .CSDRIRPTable tr td {
            padding: 20px;
            width: auto;
            text-align: left;
        }

        .CSDRIRPTable tr th {
            vertical-align: middle;
        }

        .CSDRIRPTable tr:nth-child(odd) {
            background-color: #f6f6f6;
        }

        .CSDRIRPTable tr:nth-child(even) {
            background-color: #e8f0f1;
        }

.CSDRIRPPDF {
    text-align: center !important;
}









/**Subpages**/
.CSDRSub {
    background-color: #fff;
    padding: 0 0 30px 0;
    margin: 0;
    display: block;
}

    .CSDRSub h1 {
        margin: 0;
        padding: 20px 0;
        font-weight: 100;
        color: #47b9c8;
        text-align: center;
    }

    .CSDRSub p {
        width: 90%;
        margin: 0 auto 1.5em auto;
        text-align: center;
    }







/*Footer*/

.CSDRBestViewed {
    padding: 10px;
    font-size: .8em;
    text-align: center;
    background-color: #f6f6f6;
}

.CSDRFooter {
    background-color: #cfcfcf;
    display: block;
    margin-top: -20px;
}

.CSDRFooterLink {
    padding: 0;
    margin: 0;
    text-align: center;
}

    .CSDRFooterLink li {
        display: inline-block;
    }

        .CSDRFooterLink li a:link, .CSDRFooterLink li a:visited {
            padding: 20px 20px;
            display: block;
            color: #626262;
            text-decoration: none;
            -webkit-transition: ease-in .3s;
            transition: ease-in .3s;
        }

        .CSDRFooterLink li a:hover {
            color: #000;
        }


.CSDRNoLink {
    cursor: default;
    font-weight: 600;
    font-size: 1.1em;
}

    .CSDRNoLink:hover {
        background: none !important;
        color: #47b9c8 !important;
        background-image: url(/Images/Icon-Chevron-Right.png) !important;
        background-repeat: no-repeat !important;
        background-position: center right !important;
    }


/************************** Accordion ******************************/

div.accordion {
    color: #23737e;
    cursor: pointer;
    padding: 18px 18px 18px 0;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
}

    div.accordion.active, div.accordion:hover {
        background-color: #fff !important;
        color: #23737e !important;
    }

    div.accordion:after {
        content: '\002B \00a0';
        color: #23737e;
        float: left;
    }

    div.accordion.active:after {
        content: "\2212 \00a0";
        background-color: transparent;
    }

div.panelz {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


div.accordion2 {
    color: #23737e;
    cursor: pointer;
    padding: 18px 18px 18px 0;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
}

    div.accordion2.active, div.accordion2:hover {
        background-color: #fff !important;
        color: #23737e !important;
    }

    div.accordion2:after {
        content: '\002B \00a0';
        color: #23737e;
        float: left;
    }

    div.accordion2.active:after {
        content: "\2212 \00a0";
        background-color: transparent;
    }

div.panelz {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/************************** Accordion ******************************/



/*************************** Responsive ***************************/

@media (max-width: 1120px) {



    .CSDRWrapper {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {

    .CSDRWrapper {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0;
    }



    .CSDRLayoutTable {
        display: block;
        width: 100%;
    }

    .CSDRLayoutTableCell {
        display: block;
        vertical-align: top;
    }

    .CSDRCTAButton {
        width: 95%;
        padding: 15px 20px;
        box-sizing: border-box;
        font-size: 1.5em;
    }

    .CSDRLogo {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .CSDRSearch {
        width: 100%;
        vertical-align: middle;
        text-align: center;
        white-space: nowrap;
    }


    .CSDRSearchBox {
        font-size: 1.4em;
        font-weight: 100;
        background-color: #afdbe0;
        border: 1px solid #c3e5e9;
        padding: 6px 0 6px 10px;
        width: 50%;
    }

    .CSDRSearchButton {
        background-color: #e7a865;
        color: #fff;
        border: 1px solid #e7a865;
        font-size: 1.4em;
        padding: 6px 30px;
        cursor: pointer;
    }

    .CSDRSignInDropDown {
        width: 100%;
        text-align: center;
        margin: 30px 0;
        display: block;
        box-sizing: border-box;
    }

    #LoginUserNameDrop {
        position: absolute;
        background-color: #fff;
        margin-top: 20px;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
        -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
        box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
        width: 100%;
    }

        #LoginUserNameDrop ul {
            margin: 0;
            padding: 0;
        }

            #LoginUserNameDrop ul li {
                list-style-type: none;
            }

                #LoginUserNameDrop ul li a:link, #LoginUserNameDrop ul li a:visited {
                    text-decoration: none;
                    padding: 10px 10px;
                    display: block;
                    color: #3699a4 !important;
                }

                #LoginUserNameDrop ul li a:hover {
                    background-color: #f1f1f1;
                }

    .LoginUserNameDropBalloon {
        border-top: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        width: 1px;
        margin-top: -20px;
        margin-left: 10px;
    }

    #InfoResourcesMenu {
        position: absolute;
        background-color: #fff;
        margin-top: 20px;
        margin-left: 0px !important;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
        -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
        box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.22);
        width: 100%;
    }

        #InfoResourcesMenu ul {
            margin: 0;
            padding: 0;
        }

            #InfoResourcesMenu ul li {
                list-style-type: none;
            }

                #InfoResourcesMenu ul li a:link, #InfoResourcesMenu ul li a:visited {
                    text-decoration: none;
                    padding: 10px 10px;
                    display: block;
                    color: #3699a4 !important;
                    text-align: center;
                }

                #InfoResourcesMenu ul li a:hover {
                    background-color: #f1f1f1;
                }









    /**LOGIN PAGE**/

    .BPLoginSection {
        width: 100%;
    }

    .CSDRFAQS {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }

    .CSDRChecklist {
        width: 100%;
        text-align: center;
        padding: 0 0 20px 0;
        display: block;
    }

    #PostingChecklist {
        position: absolute;
        background-color: #fff;
        margin-top: 20px;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
        -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
        box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.32);
        width: 100%;
    }

    .CSDRAboutContent {
        display: block;
        width: 100%;
        padding: 0;
    }

    .CSDRFooterLink:parent {
        padding: 0 !important;
        box-sizing: border-box;
    }

    .CSDRFooterLink li {
        display: block;
    }

        .CSDRFooterLink li a:hover {
            background-color: #909090;
        }


    .CSDRSponsorSpecificTitle {
        width: 100%;
        text-align: center;
    }

    .CSDRSponsorSpecificLogo {
        width: 100%;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 30px;
    }

    .CSDRSponsorSpecificLeftRow {
        width: 100%;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        font-weight: 600;
        font-size: 1.5em;
        font-weight: 400;
    }

    .CSDRSponsorSpecificRightRow {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .CSDRHelp h1 {
        width: 100%;
    }

    .CSDRHelpLeftRow {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .CSDRHelpRightRow {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .CSDRLeft30, .CSDRRight70, h1 {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .CSDRHelpMenu li a:link, .CSDRHelpMenu li a:visited {
        color: #47b9c8;
        font-size: 1.2em;
        padding: 15px 15px 15px 0;
        display: block;
        margin: 0;
        background-image: url(Images/Icon-Chevron-Right.png);
        background-repeat: no-repeat;
        background-position: center right;
        border-bottom: 1px solid #e6e6e6;
    }

    .CSDRHelpMenu li a:hover {
        color: #23737e;
    }

    .CSDRIRPTable, .CSDRIRPTable tr, .CSDRIRPTable tr td {
        display: block;
        text-align: center;
    }

        .CSDRIRPTable th {
            display: none;
        }
}


/* Printer Styling */
.print-helper {
    display: none;
}

@media print {
    .print-helper {
        display: block;
    }

    .no-print {
        display: none;
    }
}

.SectionBox {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 1rem 0;
}

.SectionBoxHeader {
    background-color: #eee;
    padding: .5em;
}

.SectionBoxContent {
    padding: 1em;
}
