body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1 {
    margin: 0;
    padding: 20px 0;
    font-weight: 100;
    color: #47b9c8;
    font-size: 2.2em;
}



h3 {
    font-weight: 600;
}


#menu-bar {
    position: relative;
    background-color: #61b5b7;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

    #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;
}


.CSDRLayoutTable {
    display: table;
    width: 100%;
}

.CSDRLayoutTableCell {
    display: table-cell;
    /*vertical-align: top;*/
}

.CSDRWrapper {
    max-width: 1150px;
    margin: 0 auto;
}

.CSDRHeaderSpacer {
    /*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 );
}

.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 );
    position: fixed;
    z-index: 99;
    width: 100%;
    /*-webkit-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.39);
    -moz-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.39);
    box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.39);*/
}

.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;
            text-decoration: none;
        }


.CSDRLogo {
    width: 23%;
}

    .CSDRLogo a img {
        padding: 32px 0 30px 20px;
    }

.CSDRSignInDropDown {
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    padding-right: 16px;
}

.CSDRDashboard {
    vertical-align: middle;
    color: #fff;
    width: 90px;
    padding-right: 20px;
    white-space: nowrap;
}

    .CSDRDashboard a:link, .CSDRDashboard a:visited {
        color: #fff !important;
    }

.UserLogin {
    text-align: center;
}

.LoginStyle {
    vertical-align: bottom;
}

    .LoginStyle img {
        padding-left: 14px;
    }

    .LoginStyle span {
        color: #69b8c0;
    }

.UserLoginLabel {
    text-align: left;
    padding-left: 10px;
}

.DashboardLink {
    text-align: left;
    padding-left: 16px;
    vertical-align: middle;
    border-left: 2px solid #69b8c0;
}

.CSDRSignInDropDownLink {
    color: #fff !important;
    text-decoration: none !important;
    outline: none;
    text-align: left;
    padding-left: 10px;
}

.CSDRSignInDropDownLinkDashboard {
    padding-left: 0px;
    color: #fff !important;
    text-decoration: none !important;
}

.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;
    float: right;
}

    #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;
            }

.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: 6px;
}

.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: 57px;
}


#InfoResourcesMenu {
    position: absolute;
    background-color: #fff;
    margin-top: -10px;
    margin-left: -12px;
    -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;
    }

.CSDRFAQS {
    vertical-align: middle;
    width: 80px;
}

.CSDRPostingChecklist {
    outline: none;
}

.CSDRPostingsSelected {
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
    width: 80px;
    white-space: nowrap;
}



.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;
}



.selectedpostings {
    color: black;
    /*width: 155px;
    height: 30px; 
    border: 2px solid #ccc;
    float: right;
    margin-right: 75px;*/
    display: none;
}

.viewpostings {
    cursor: pointer;
    cursor: grab;
    color: black;
    /*float: left;
    margin-top: -5px;
    margin-left: 2px;*/
}

.postingstotals {
    /*margin-top: 5px;
    margin-left: 22px;
    position: relative;*/
}

    .postingstotals span {
        font-weight: bold;
        color: #fff;
        background-color: #e7a865;
        border-radius: 15px;
        display: inline-block;
        padding: 1px 9px;
        margin: 0 0 0 -6px;
    }

#SelectionTotal {
    outline: none;
}

#FullTextSearchTextBox {
    border: 1px solid #d5d5d5;
    font-size: 1.4em;
}

#SearchOperators {
    border: 1px solid #d5d5d5;
    font-size: 1.4em;
    padding: 6px;
}

#MasterFullTextSearchTextBox {
    border: 1px solid #d5d5d5;
    font-size: 1.4em;
    font-weight: bolder;
    padding: 6px;
    width: 350px;
    background-color: #fff;
    color: #707070;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #707070;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #707070;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #707070;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #707070;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #707070;
}



#MasterSearchButton {
    cursor: pointer;
}

#MasterFullTextSearchHref {
    background-color: #bbb;
    color: #fff;
    font-size: 1.37em;
    padding: 6px 30px;
    cursor: pointer;
    white-space: nowrap; 
}



div.MasterSearchPanel {
    width: 300px;
    height: 10px;
    display: none;
    border: solid 1px black;
}

div.MasterSearchPanel, p.Expand {
    margin: 0px;
}

div.ExpandContainer {
    height: 50px;
}

#FullTextSearchHref {
    background-color: #e7a865;
    color: #fff;
    font-size: 1.4em;
    padding: 6px 30px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

    #FullTextSearchHref:hover {
        background-color: #ccc;
        text-decoration: none;
    }

.postingmain {
    /*float: right;
    width: 72.7%;
    height: 35px;
    background-color: #ffffff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border: 1px solid #ccc;*/
}

.removeposting {
    cursor: pointer;
}


.postingselected {
    background-color: #fff;
    padding: 0px;
    /*width: 160px;*/
    width: 100%;
    box-sizing: border-box;
}

    .postingselected .selectedfiltersremove {
        padding: 0px !important;
    }

    .postingselected .CSDRRemoveIcon {
        vertical-align: top;
        padding: 10px 10px 10px 6px;
        width: 20px;
    }

    .postingselected .CSDRPostingTitle {
        max-width: 200px;
        text-align: left;
        vertical-align: middle;
    }

.CSDRPostingTitle a:link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.CSDRPostingTitle a:hover {
    text-decoration: none;
}

.CSDRChecklistBox:hover {
    background-color: #f6f6f6;
}

.postingselections {
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    padding: 10px;
    -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);
    max-height: 350px;
    overflow-y: auto;
    z-index: 9999;
    /*min-height: 250px;
   max-height: 250px;
    padding: 20px;
    border: 1px solid #ccc;*/ /*top: 185px;
    right: 240px;*/
    /*left: 850px;
     bottom: 850px;*/
    /*height: 40%;
    padding-top: 10px;
    overflow-y: auto;*/
    /*-webkit-overflow-scrolling: touch; 	
     transform-origin:top;*/
}

.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;
}

.SeeAllSelections {
    float: right;
    font-size: .8em;
    color: #ed8925;
}

    .SeeAllSelections:hover {
        text-decoration: 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;*/
    width: 200px;
    overflow-x: hidden;
    background-color: #fff;
    padding: 6px 6px 12px 12px;
    margin-bottom: 10px;
    max-height: 120px;
}

.filterboxInput {
    margin-top: 10px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}

.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;*/
    font-size: .7em;
}

    .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;*/
    background-color: #e7a865;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 6px;
    cursor: pointer;
}

    .apply:hover {
        background-color: #CCCCCC;
        text-decoration: none;
        border: 1px solid #CCCCCC;
        color: #fff;
    }


/*.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 {
}

.CSDRCTAButton {
    background-color: #e7a865;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff !important;
    letter-spacing: 2px;
    -webkit-transition: ease-in .3s;
    transition: ease-in .3s;
    text-align: center;
}

    .CSDRCTAButton:hover {
        background-color: #23737e;
        text-decoration: none;
    }


.CSDRSummarySubmit {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.14);
    box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.14);
    float: right;
    vertical-align: middle;
}

.CSDRSummarySubmitLeft {
    width: 530px;
    vertical-align: middle;
}

.CSDRSummarySubmitRight {
    text-align: center;
}


.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);
        text-decoration: none;
    }


.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 {
    font-size: .9em;
    text-align: center;
}

.selectedfilters {
    min-width: 178px;
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    font-size: 13px;
    vertical-align: middle; /*raf*/
}

.selectedfiltersremove {
    /*margin-bottom: 3px;
    padding-left: 5px;
    
   
    padding-top: 5px; raf */
    padding-right: 8px;
    float: right;
    text-align: right;
}

/*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;
}

    .Return:hover {
        background-color: #CCCCCC;
        text-decoration: none;
    }

.PostingsSelectionSummary {
    /*min-height: 550px;
    max-height: 550px;
    overflow-y: scroll;*/
}

.PostingTitle, h3 {
    /*margin-top: -30px;*/
}

.SelectLabel {
    font-family: "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; Raf */
}

.SearchAllPostingsTable {
    display: table;
    width: 100%;
}

.SearchAllPostingsTableCell {
    display: table-cell;
    width: 220px;
    vertical-align: top;
    background-color: #ebebeb;
    padding: 20px;
}

#FullTextSearchTextBox {
    border: 1px solid #d5d5d5;
    font-size: 1.4em;
    width: 500px;
}

.CSDRPostingSearchBox {
    vertical-align: middle;
    width: 45%;
}

    .CSDRPostingSearchBox .AdvancedSearch {
        color: #fff;
        margin-top: 16px;
        font-size: 1.3em;
    }

    .CSDRPostingSearchBox .BPCallToAction {
        background-color: #e7a865 !important;
        color: #fff;
        font-size: 1.37em;
        font-weight:600;
        padding: 6px 30px;
        cursor: pointer;
        white-space: nowrap; 
        border-radius:0px;
    }


.StudyRow:hover {
    background-color: #f2f2f2;
}

.StudyRow {
    margin-bottom: 20px;
    background-color: #fff;
}
