﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif !important;
    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 !important;
}

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;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 0;
}

a:link, a:visited {
    color: #23737e;
    text-decoration: none;
    -webkit-transition: ease-in .1s;
    transition: ease-in .1s;
    outline: none;
}


.CSDRBG {
    background-color: #61b5b7;
}


/**SUBMIT BUTTONS**/


input[type=button], input[type="submit"] {
    cursor: pointer;
}

/**SUBMIT BUTTONS**/


/**LAYOUT CLASSES**/
.BPWrapper {
    max-width: 1120px;
    margin: 0 auto;
}

.BPLayoutTable {
    width: 100%;
    display: table;
}

.BPLayoutTableCell {
    display: table-cell;
}


.BPCallToAction {
    padding: 14px 20px;
    font-size: 1.2em;
    margin-top: 16px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #cd700a !important;
    color: #fff !important;
    cursor: pointer;
}

    .BPCallToAction:hover {
        background: #61b5b7;
    }

    .BPCallToAction:disabled {
        background-color: #eee !important;
        color: #ccc !important;
        cursor: default;
    }

.BPCallToActionSub {
    padding: 14px 20px;
    font-size: 1.2em;
    margin-top: 16px;
    width: 100%;
    border-radius: 5px !important;
    border: 0px;
    background-color: #001e4e !important; /*Navy Blue*/
    color: #fff !important;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
}

    .BPCallToActionSub:hover {
        background: #0386dc !important; /*Blue*/
        text-decoration: none;
        color: #fff !important;
    }

.BPCallToActionSub2 {
    padding: 14px 20px;
    font-size: 1.2em;
    margin-top: 16px;
    width: 30%;
    border-radius: 5px !important;
    border: 0px;
    background-color: #aaa !important; /*Grey*/
    color: #fff !important;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
}

    .BPCallToActionSub2:hover {
        background: #0386dc !important; /*Blue*/
        text-decoration: none;
        color: #fff !important;
    }


.BackToTop {
    padding: 10px 10px;
    background-color: #ccc;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin: 50px auto 0 auto;
    width: 100px;
    cursor: pointer;
}


/* Printer Styling */
.print-helper {
    display: none;
}

@media print {
    .print-helper {
        display: block;
    }

    .no-print {
        display: none;
    }
}


/**LAYOUT CLASSES**/

/**TOP WIDGET**/

.BPTopWidget {
    height: 40px;
    color: #fff;
    background-color: #025a96;
    display: block;
    border-bottom: 4px solid #96ca50;
    text-align: right;
}

/*a.BPLoginStyle:link, a.BPLoginStyle:visited {
    text-decoration: none;
    line-height: 40px;
    color: #68c4e6;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
}

a.BPLoginStyle:hover {
    color: #fff !important;
}*/

#LoginLabel a {
    /*text-decoration: none;
    line-height: 40px;
    color: #fff !important;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
    background-color: #96ca50;
    padding: 10px 20px;
    margin-left: 20px;*/
}

    #LoginLabel a:hover {
        /*color: #fff !important;*/
        text-decoration: none;
    }



/************************ Portal.Master ************************/
.NewCSDRCaptchaBox {
    margin-top: 20px;
    font-size: .8em;
}

.NewCSDRCaptchaBoxIn {
    margin-top: 20px;
    font-size: .8em;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 6px;
}

.CSDRMetricsTable01 {
    border-collapse: collapse;
    width: 100%;
}

    .CSDRMetricsTable01 tr td {
        padding: 20px;
        /*text-align: center;
                width: 50%;*/
    }

    .CSDRMetricsTable01 tr:nth-child(odd) {
        background-color: #e8f0f1;
    }

    .CSDRMetricsTable01 tr td {
        border: 1px solid #e6e6e6;
    }

.NewCSDRActiveMenu {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,240,242,1))) !important;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%) !important;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(220,240,242,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcf0f2', GradientType=1 ) !important;
}

.NewCSDRHeader {
    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: 103 !important;
    position: fixed;
    top: 0px;
}

    .NewCSDRHeader .BPLayoutTableCell {
        vertical-align: middle;
    }

.NewCSDRHeaderLogo {
    /*width: 215px;*/
}

    .NewCSDRHeaderLogo a {
        padding: 32px 20px;
        display: block;
    }

.NewCSDRHeaderBrowseAllStudies {
    width: 14%;
    padding-right: 10px;
}

    .NewCSDRHeaderBrowseAllStudies a {
        background-color: #e7a865 !important;
        color: #fff;
        font-size: 1.37em;
        font-weight: 600;
        padding: 7px 30px;
        cursor: pointer;
        white-space: nowrap;
        border-radius: 3px;
    }

        .NewCSDRHeaderBrowseAllStudies a:hover {
            text-decoration: none;
        }

.NewCSDRHeaderSearch {
    width: 35%;
}

#MasterFullTextSearchHref {
    background-color: #bbb;
    color: #fff;
    font-size: 1.37em;
    padding: 7px 15px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0 3px 3px 0;
}

    #MasterFullTextSearchHref:hover {
        text-decoration: none;
    }

.NewCSDRHeaderLinkedIn {
    width: 125px;
}

.NewCSDRHeaderLogin {
    width: 18%;
}

.NewCSDRDashboard {
    width: 180px;
}

    .NewCSDRDashboard a {
        color: #fff !important;
    }


#menu-bar {
    position: fixed;
    top: 109px;
    z-index: 102;
    background-color: #61b5b7;
    margin: 0;
    padding: 0;
    width: 100%;
}

    #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;
}

/**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;
    margin-left: -25px;
}

    #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**/


/************************ Portal.Master : END ************************/

/**TOP WIDGET**/
/**HEADER**/




/**HEADER**/
/**NAVIGATION**/

/**NAVIGATION**/
/**CONTENT**/

/**CONTENT**/
/**FOOTER**/

/**FOOTER**/

/**LOGIN PAGE**/

.BPLoginSection {
    width: 40%;
}

.BPiPVersion {
    text-align: right;
    margin: 50px 0;
}



#EmailAddressTextBox, #PasswordTextBox, #PasswordRecoveryEmailAddressTextBox, #CurrentPasswordTextBox, #NewPasswordTextBox, #VerifyPasswordTextBox {
    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: #e7a865;
    color: #fff;
}



/**LOGIN PAGE**/

/**PROFILE.aspx**/

.BPProfileLayout {
    width: 100%;
}

.BPProfileLayoutLeft {
    width: 40%;
    padding-right: 20px;
}

.BPProfileLayoutRight {
    width: 40%;
}

.BPProfileLayoutThree {
    width: 30%;
    padding-right: 20px;
}

.BPProfileWrap {
    /*width: 40%;*/
}

.BPRemainingCharacters label {
    padding: 0 0 10px 5px !important;
    display: block;
    color: #bc0007 !important;
}

.BPRemainingCharacters #MainContentPlaceHolder_CreateContactStrengthHelpLabel {
}

.BPCaptcha {
    width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

#MainContentPlaceHolder_CreateContactFirstNameTextBox, #MainContentPlaceHolder_CreateContactLastNameTextBox, #MainContentPlaceHolder_CreateContactCountriesDropDownList, #MainContentPlaceHolder_CreateContactRegionsDropDownList, #MainContentPlaceHolder_CreateContactEmailAddressTextBox, #MainContentPlaceHolder_CreateContactPasswordTextBox, #MainContentPlaceHolder_CreateContactConfirmPasswordTextBox, #AddContactInstitutionTextBox {
    font-size: 1.1em;
    padding: 14px 20px;
    margin-bottom: 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    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;
}

#MainContentPlaceHolder_CreateContactPasswordRequiredFieldValidator, #MainContentPlaceHolder_CreateContactConfirmCompareValidator, #MainContentPlaceHolder_CreateContactStrengthHelpLabel {
    font-size: .9em;
    padding: 0 0 0px 5px !important;
    display: block;
    color: #bc0007 !important;
}

#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 {
    font-size: 1.1em;
    padding: 14px 20px;
    margin-bottom: 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    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: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #999 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

#MainContentPlaceHolder_EmailAddressLabel {
    display: block;
}

/**PROFILE.aspx**/

/**DEFAULT.ASPX**/

/**Carousel**/

.CSDRCarousel01 {
    background-color: #000;
    background-image: url(../Images/CSDR-Banner-04.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 390px;
    background-size: cover;
}

.CSDRCarousel02 {
    background-color: #000;
    background-image: url(../Images/CSDR-Banner-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
    background-size: cover;
}

.CSDRCarousel03 {
    background-color: #000;
    background-image: url(../Images/CSDR-Banner-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
    background-size: cover;
}

.CSDRCarousel04 {
    background-color: #000;
    background-image: url(../Images/CSDR-Banner-05.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 390px;
    background-size: cover;
}

.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: 70px 0;
    border-bottom: 8px solid #61b5b7;
    margin-top: -65px;
}

}

.CSDRMidSection p {
    color: #fff !important;
    font-size: 1.5em;
    letter-spacing: -1px;
}

.CSDRAboutContent {
    /*width: 45%;*/
    padding: 0 20px 0 0;
    text-align: center;
    color: #fff;
}

    .CSDRAboutContent p {
        color: #fff !important;
        font-size: 1.5em;
        letter-spacing: -1px;
    }

.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*/

.CSDRBannerLink {
    color: #fff !important;
    font-size: .6em;
}

    .CSDRBannerLink::after {
        content: url(../Images/Icon-Chevron-Right.png);
        margin-left: 10px;
    }



.BPLoginSection {
    width: 40%;
}

.BPHPostingItemStyle {
    background-color: #f9f9f9;
    margin: 0 0 10px 0;
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
}

    .BPHPostingItemStyle:hover {
        background-color: #f1f1f1;
    }

    .BPHPostingItemStyle > a:link, .BPHPostingItemStyle a:visited {
        color: #0386dc;
        padding: 10px;
        border-radius: 6px;
        display: block;
        text-decoration: none;
    }

    .BPHPostingItemStyle > a:hover {
        text-decoration: none;
    }

    .BPHPostingItemStyle .BPHPostingItemDesc {
        font-size: .7em;
        padding: 0 10px 10px 10px;
    }


/**DEFAULT.ASPX END**/


/**SUBMISSION PAGE**/

#MainContentPlaceHolder_TitleTextBox {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 1.2em;
    color: #178c00;
    background-color: #fff !important;
    outline: none;
    margin-top: 10px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    #MainContentPlaceHolder_TitleTextBox::-webkit-input-placeholder {
        color: #178c00;
    }

    #MainContentPlaceHolder_TitleTextBox::-moz-placeholder {
        color: #178c00;
    }

    #MainContentPlaceHolder_TitleTextBox:-ms-input-placeholder {
        color: #178c00 !important;
    }

#MainContentPlaceHolder_AgreementPanel {
    margin-top: 50px;
}

.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;
}

/**SUBMISSION PAGE**/

/**Submissions.aspx**/

#submissionTabs {
    padding: 0 0 0 0;
    width: 100%;
    text-align: left;
    margin-top: 40px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

    #submissionTabs .ui-widget-header {
        background: none;
        border: 0;
    }

    #submissionTabs li a:hover {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

    #submissionTabs .ui-state-hover {
        background: #00aeef;
        color: #fff;
        cursor: pointer;
    }

    #submissionTabs .ui-state-active.ui-state-hover {
        background: #007fff;
    }

#submissionTabSubmitted {
    background: #fbfbfb;
    border: 1px solid #ccc;
}

#submissionTabInProcess {
    background: #fbfbfb;
    border: 1px solid #ccc;
}

.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_InProcessSubmissionsListView_InProcessDataPager a, #MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager span, #MainContentPlaceHolder_InProcessSubmissionsListView_InProcessDataPager span {
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    text-align: center;
    font-size: 1.2em;
    margin: 0 2px;
    color: #666666;
}

    #MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager a:link, #MainContentPlaceHolder_InProcessSubmissionsListView_InProcessDataPager a:link {
        color: #47b9c8;
    }

        #MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager a:link:hover, #MainContentPlaceHolder_InProcessSubmissionsListView_InProcessDataPager a:link:hover {
            text-decoration: none;
            background-color: #47b9c8;
            color: #fff;
        }

    #MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager span:hover, #MainContentPlaceHolder_InProcessSubmissionsListView_InProcessDataPager span:hover {
        background-color: none;
    }

#MainContentPlaceHolder_SubmissionsListView_PostedIdeasDataPager .aspNetDisabled:hover, #MainContentPlaceHolder_InProcessSubmissionsListView_InProcessDataPager .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**/
/**DETAILS PAGE**/

/*Sponsor Specific Details*/

#MainContentPlaceHolder_SubmissionSubmittedDateLabel {
    color: #61b5b7;
}

.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*/

#MainContentPlaceHolder_PostingPanel {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
}

#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+ */
}

.AddPostingsPanel li {
    list-style-type: none;
}

.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;
    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;
}

/********** SUB NAVIGATION ***********/

/*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;
            white-space: nowrap;
            /*-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 ******************************/






.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 {
    padding: 0 0 0 20px;
    width: 100%;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

    #SubNav li {
        display: inline-block;
    }

        #SubNav li a:link {
            padding: 10px 30px;
            color: #333333;
            border: 1px solid #ccc;
            border-bottom: none;
            display: block;
            background-color: #e9e9e9;
            border-radius: 6px 6px 0 0;
            text-decoration: none;
            -webkit-transition: ease-in .2s;
            transition: ease-in .2s;
        }

        #SubNav li a:hover {
            background-color: #61b5b7;
            text-decoration: none;
            color: #fff;
        }

.active {
    /*background-color: #0386dc !important;
    color: #fff !important;*/
}

.BPSubmissionDetails {
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px 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: 16px 0 0 0;
        font-weight: 400;
    }

    .BPSubmissionDetails ul {
        margin: 0;
        padding: 0;
    }

        .BPSubmissionDetails ul li {
            list-style-type: none;
            margin: 10px 0;
        }



.BPSubmissionStatusBox {
    text-align: center;
    padding: 20px;
    background-color: #e9e9e9;
    display: block;
    border-radius: 3px;
    color: #888;
    font-size: 1.4em;
    font-weight: 100;
}

}

/**DETAILS PAGE**/

/**POSTINGS PAGE - SEARCH ALL POSTINGS**/

.BPSearchBox {
    /*background-color:#eee;*/
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    display: none;
}


.BPPostingList {
    margin-bottom: 20px;
    /* border-radius: 6px;background-color: #eee;padding: 20px;*/
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
}


.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}


.postingsearch ​ {
    width: 20%;
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: inherit;
}

.postingsearchresult {
    background-color: #fff;
    border: 1px solid #ccc;
    float: right;
    width: 74.7%;
    min-height: 850px;
    max-height: 850px;
    margin-top: 5px;
    padding-bottom: 10px;
    overflow-y: scroll;
}


.postingsListView {
    min-height: 380px;
    background-color: #fff;
}

.removeposting {
    cursor: pointer;
    color: black;
}

/*.selectedpostings {
    width: 155px;
    height: 30px;
    color: black;
    border: 2px solid #ccc;
    float: right;
    margin-right: 75px;
    display: none;
}*/

/*.viewpostings {
    cursor: pointer; 
    color: black;
    float: left;
    margin-top: -5px;
    margin-left: 2px;
}*/

/*.postingstotals { 
    margin-top: 5px;
    margin-left: 22px;
    position: relative;
}*/

#MasterFullTextSearchTextBox {
    /*float: left;
    width: 300px;
    height: 12px;
    padding-left: 10px;
    padding-bottom: 10px;
        margin-bottom: 6px; edited*/
    padding-left: 8px;
    padding-bottom: 8px;
    font-size: 1.4em;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #707070;
    outline: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    font-weight: 700;
    letter-spacing: -1px;
    width: 300px;
    border-radius: 4px 0 0 4px;
}

#MasterSearchButton {
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
}

div.MasterSearchPanel {
    width: 300px;
    height: 10px;
    display: none;
    border: solid 1px black;
}

div.MasterSearchPanel, p.Expand {
    margin: 0px;
}

div.ExpandContainer {
    height: 50px;
}

#FullTextSearchHref {
    margin-right: 15px;
    margin-left: -8px;
}

.postingmain {
    float: right;
    width: 72.7%;
    height: 35px;
    background-color: #ffffff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 1px solid #ccc;
}


/*.postingselected {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #cccccc;
    width: 160px;
}*/

.postingselections {
    /*width: 195px;
    background-color: #ffffff;
    min-height: 250px;
    max-height: 250px;
    padding: 20px;
    border: 1px solid #ccc;
    position: absolute;
    top: 185px;
    right: 240px;
    left: 850px;
     bottom: 850px;
    height: 40%;
    padding-top: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 	
     transform-origin:top
    display: none;*/
}

.arrowup {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrowdown {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0386dc;
    margin-top: 5px;
    margin-left: 10px;
    display: none;
}



.filterContainerMain {
    border: 1px solid #ccc;
    width: inherit;
}

.filterContainer {
    float: left;
    width: 20%;
    background-color: #ffffff;
    min-height: 910px;
    max-height: 910px;
    padding: 20px;
    padding-top: 15px;
    border: 1px solid #ccc;
}

.filterbox {
    height: 150px;
    width: 200px;
    border: 1px solid black;
    background-color: #F6f6f6;
    padding-left: 5px;
    padding-top: 5px;
    text-align: center;
    overflow-x: hidden;
}

.seeAll {
    float: right;
    text-decoration: none;
}

    .seeAll:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.clearAll {
    float: left;
    padding-left: 10px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
}

    .clearAll:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.apply {
    float: right;
    padding-right: 7px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
}

    .apply:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }


/*.clearcart {
    float: left;
    padding-left: 10px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 5px 5px 10px;
    height: 15px;
}

    .clearcart:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.closecart {
    float: left;
    padding-right: 7px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 4px 5px 5px 10px;
    margin-left: 20px;
}

    .closecart:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }*/



.fulltextsearch {
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 2px 10px;
}

    .fulltextsearch:hover {
        background-color: rgba(255,255,255,0);
    }


.enquiry {
    float: right;
    padding-right: 7px;
    margin-right: 60px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
}

    .enquiry:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.postingssummary {
    float: right;
}

.selectedfilters {
    border: 1px solid #CCCCCC;
    min-width: 178px;
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    font-size: 13px;
}

/*.selectedfiltersremove {
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 8px;
    float: right;
    padding-top: 5px;
}*/

/*adds scroll bar to auto-complete*/
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.Submit {
    float: left;
    padding-left: 10px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
}

    .Submit:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.Return {
    float: left;
    padding-left: 10px;
    background-color: #F6f6f6;
    border-radius: 4px;
    border: solid 1px #CCCCCC;
    text-decoration: none;
    padding: 8px 12px;
    margin-left: 20px;
}

    .Return:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.PostingsSelectionSummary {
    /*min-height: 550px;
    max-height: 550px;
    overflow-y: scroll; Edited */
}

.PostingTitle, h3 {
}

.SelectLabel {
    font-family: 'Helvetica_neuelight', "Segoe UI", Helvetica, Arial, sans-serif;
    color: #0474be;
    text-decoration: none;
}

.results {
    min-height: 100%;
    max-height: 100%;
}

.tableborder {
    /*border: 1px solid #CCCCCC;*/
    border-bottom: 1px dotted #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 1px dotted #CCCCCC;
}










/******************************************RESPONSIVE********************************************/



@media (max-width: 1120px) {


    .BPLayoutTable {
        display: block;
    }

    .BPLayoutTableCell {
        display: block;
    }

    /*Portal.Master*/

    .BPLogo {
        text-align: center;
    }

    .BPWrapper, .BPLogin, .BPLogo {
        width: 100%;
    }

    .BPContent {
        padding: 20px;
        box-sizing: border-box;
    }
    /*Profile*/
    .BPProfileLayoutLeft {
        width: 100%;
        padding-right: 0px;
    }

    .BPProfileLayoutRight {
        width: 100%;
    }

    .BPProfileLayoutThree {
        width: 100%;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {

    /********** SUB NAVIGATION ***********/


    #SubNav {
        padding: 0 0 0 0px;
        width: 100%;
        text-align: left;
        border-bottom: 0px;
        margin-top: 40px;
        box-sizing: border-box;
    }

        #SubNav li {
            display: block;
            margin-right: 0px;
        }

            #SubNav li a:link {
                padding: 10px 30px;
                color: #333333;
                background-color: #f6f6f6;
                border: 1px solid #ccc;
                border-radius: 5px;
                display: block;
                text-decoration: none;
                -webkit-transition: ease-in .2s;
                transition: ease-in .2s;
                margin-bottom: 10px;
            }

            #SubNav li a:hover {
                background-color: #00aeef;
                text-decoration: none;
                color: #fff;
            }

    .active {
        background-color: #0386dc !important;
        color: #fff !important;
    }

    .BPLoginSection {
        width: 100%;
    }

    .BPMenu li {
        display: block;
        border-bottom: 1px solid #002c73;
    }

        .BPMenu li a {
            padding: 20px !important;
            display: block;
            text-align: center;
        }
}
