/* -- Template fixes -- */
body {
    font-size: 16px;
}

body.nolhn div#content{
    margin-left: 0;
    margin-right: 0;
}

body.nolhn div#center{
    margin-left: 38px;
}

#breadcrumb {
    height: 15px;
}

#container {
    background-image: none;
}

#content {
    margin-right: 0;
    margin-left: 224px;
}
    #center {
        min-height: 0;
        font-size: .8em;
        margin: 0.5em 3em 0.5em 0.5em;
    }
        #center h2 {
            font-size: 1.2em;
            line-height: normal;
        }

    #center h3.home-news {
        color:  #027ac6;
        font-size: 107%;
    }

    #center .event-content ul{
        list-style: none;
        margin: 3px 0;
    }
    #news_content {
        clear: both;
        display: inline-block;
        width: 691px;
    }

table {
    border: none;
}

table tr td,
table tr th {
    border: none;
}

ul.text-danger li {
    color: inherit;
    list-style: none;
    margin-left: -27px;
}

ul.nav.nav-tabs {
    margin-left: 0;
}

    div.tab-content {
        padding-top: 20px;
    }

    /* Share buttons */
    #share_button_container {
        display: block;
    }

/* -- Bootstrap template fixes -- */
/* Disable focus border on form fields */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: solid 1px #ccc;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

ul.alert {
    margin-left: 0;
}

ul.alert li {
    color: inherit;
    list-style: none;
}

ul.list-group {
    margin: 0 0 20px 0;
}


/* ICONS */

[class^="op-"]:before,
[class*=" op-"]:before {
    color: #0065a2;
}

a:hover [class^="op-"]:before,
a:hover [class*=" op-"]:before {
    color: #074a8b;
}

.op-rss-bg:before {
  color: #ff6600;
}

a:hover .op-rss-bg:before {
    color: #ee5500;
}

.glyphicon-remove {
    font-size: 1.2em;
    color: #e00000;
}

a:hover .glyphicon-remove {
    font-size: 1.2em;
    color: #b50000;
}

/* Box sizing */
body,
#corporate-header, #corporate-header *,
#corporate-menu, #corporate-menu *,
#path, #path *, #header-login, #header-login * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#linkBox form.lang select {
    line-height: normal;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#searchbar form#simpleSearch input#q {
    line-height: normal;
    padding: 1px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* well */
.well-cordis {
    background-color: transparent;
    border: 7px solid #d8d7d7;
    border-radius: 7px;
    padding: 9px;
}

.no-border,
#center .no-border {
    border: none;
    box-shadow: none;
}

.container {
    width: 100%;
}

/* -- Basic template structure -- */

h2 {
    color:#074A8B;
}

#content a:visited {
    color: #551A8B;
}

#content a, #content a:link {
    color: #027AC6;
    text-decoration: underline;
}
#content a:hover {
    color: #276B98;
    text-decoration: underline;
}
h3, h4, h5 {
    text-indent: 0;
}

.form-control {
    font-size: 12px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
}

input, button, select, textarea {
    font-size: 12px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
}

input.form-control,
select.form-control {
    height: 30px;
}

label {
    font-weight: normal;
}

a.icon-link,
#content a.icon-link {
    font-weight: bold;
    text-decoration: none;
}

a.icon-link:hover,
#content a.icon-link:hover {
    text-decoration: none;
}

    a.icon-link span.icon-text,
    #content a.icon-link span.icon-text {
        padding-left: 4px;
        text-decoration: none;
    }

    a.icon-link:hover span.icon-text
    #content a.icon-link:hover span.icon-text {
        text-decoration: underline;
    }

/* Round table */

table.table-rounded {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
}

table.table-rounded tr:first-child th,
table.table-rounded tr:first-child td {
    border-top: none;
}

table.table-rounded tr:first-child th:first-child,
table.table-rounded tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

table.table-rounded tr:first-child th:last-child,
table.table-rounded tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

table.table-rounded tr:last-child th:first-child,
table.table-rounded tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.table-rounded tr:last-child th:last-child,
table.table-rounded tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Table out bordered */

table.table-out-bordered {
    border: 1px solid #ccc;
}

/* table without th style */
table.no-th th {
    background-color: transparent;
}

/* Forms */
form h2 {
    border-bottom: 1px solid #074A8B;
    color: #074A8B;
    font-size: 130%;
    font-weight: bold;
}

.controls {
    margin-top: 8px;
}

form.form-horizontal label {
    line-height: 30px;
}

#wireForm label, label.text-danger, span.text-danger {
    font-weight: bold;
}

/* Special form icons */
#loginForm div.input-group-addon {
    background: #0065A2;
    color: #fff;
    border-color: #0065A2;
}

.icon-inside-btn-cordis span {
    color: #fff;
    position: relative;
    left: 7px;
    top: 2px;
    z-index: 5;
}

.icon-inside-btn-cordis input.btn-cordis {
    position: relative;
    left: -18px;
    padding-left: 26px;
}
.icon-inside-btn-cordis a.btn.btn-link{
    padding:6px 0;
}


/* Box layout */

.w200{
    width: 200px !important;
}

.padding-horiz-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-top-negative-22 {
    margin-top: -22px;
}

.vcenter {
    vertical-align: middle;
}

.small-narrowest {
    width: 49%;
}

.narrowest {
    width: 54%;
}

.narrower {
    width: 60%;
}

.narrow {
    width: 70%;
}

.btn.btn-cordis {
    background-color: #0065a2;
    color: #fff;
    padding: 7px 13px;
    font-size: 13px;
}

div.success{
    line-height: 60px;
}
.btn.btn-cordis:hover {
    background-color: #027AC6;
    color: #fff;
}

.btn-link {
    border: none;
    color: #027ac6;
    text-decoration: underline;
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 0 0;
}

/* Font size */
.font-size-75 {
    font-size: .75em;
}

/* Notes */
span.note-small {
    font-size: 0.85em;
}

.note {
    display: block;
    font-style: italic;
    line-height: 12px;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 5px;
}

/* Active tabs */
#tabs li#tab-active a,
#tabs li#tab-active a span {
    background: none repeat scroll 0 0 #0065A2 !important;
    border-bottom: 1px solid #0065A2;
    color: #FFFFFF !important;
}

#tabs li#tab-active.tab-home a span {
    background: url("../../icons/home-icon-on.png") no-repeat scroll center center #0065A2 !important;
}

/* -- utilities -- */
.no-underline {
    text-decoration: none !important;
}

/* LHS bar new */
div#left-nav, div#cattree {
    width: 195px;
}

#left-nav {
    clear: both;
    margin-left: 10px;
    float: left;
}

    #left-nav h3 {
        color: white;
        background: #0065A2;
        padding: 8px 10px;
        font-size: 14px;
        margin: 0;
        line-height: normal;
        font-weight: bold;
    }

    #cattree {
        font-size: 75%;
    }

        #cattree>div,
        #catnotree>div{
             border-bottom: 1px solid #ccc;
        }

            #cattree h4, #cattree h5,
            #catnotree h4{
                color: #444;
                font-weight: normal;
                font-size: 13px;
                padding: 4px 10px 4px 20px;
                margin: 0;
                background: url("../../icons/arrow-down-small.png") no-repeat 5px center;
                cursor: pointer;
                line-height: 20px;
            }

            #cattree h4 a, #cattree h5 a{
                text-decoration: none;
            }

            #catnotree h4 a{
                text-decoration: none;
                color: #444;
                font-weight: normal;
                font-size: 13px;
            }

            #catnotree h4:hover a, #catnotree h4.active:hover a, #catnotree h4.active a{
                color: #074A8B;
            }

             #cattree h4:hover, #cattree h5:hover, #cattree h4.active:hover, #cattree h5.active:hover {
                background-color: #F5F5F5;
                color: #074A8B;
            }

               #cattree h5  {
                    padding: 5px 25px;
                }

            #cattree h4.con, #cattree h5.con,
            #catnotree h4.con, #catnotree h5.con,
            div#news-related-services div#cattree h4.con, #cattree h5.con {
                background-image: url("../../icons/arrow-right-small.png");
            }

            #catnotree h4:hover, #catnotree h4.active:hover,
            #catnotree h4.active {
                color: #074A8B;
                background: #F5F5F5 url("../../icons/active-small.png") no-repeat 5px center;
            }

            #cattree div>div,
            #catnotree div>div{
                margin-left: 5px;
            }

            #cattree dl {
                margin: 0 0 10px 0;
            }

                #cattree dd {
                    padding: 2px 0 2px 25px;
                    font-size: 0.95em;
                    line-height: normal;
                }

                #cattree dl.immediate-sublevel dd {
                    padding-left: 10px;
                }

                #cattree dl.immediate-sublevel {
                    margin-bottom: 0;
                }

        #left-nav p {
            font-size: .8em;
            text-align: right;
            margin-bottom: 2em;
        }

/* CORDIS Express */
#news-cordis-express-content {
    font-size: 12.8px;
}
#news-cordis-express-content p {
    text-align: left;
    padding-left: 5px;
}
#news-cordis-express-content a {
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

#news-cordis-express-content div{
    text-align: center;
}
#news-cordis-express-content img{
    width: 150px;
    padding-top: 5px;
}

/* -- Home pages of content item services -- */
/* List */
.contenttype-items-list {
    display: table;
}

    .contenttype-items-list-item {
        display: table-row;
    }

        .contenttype-items-list-item>div {
            display: table-cell;
            vertical-align: top;
            padding-bottom: 20px;
        }

        .contenttype-items-list-item>div:first-of-type {
            width: 111px;
        }

        .contenttype-items-list-item p.date{
            color: #666;
            font-size: 0.94em;
        }

        #center .contenttype-items-list-item img.w200 {
            margin-right: 0;
        }
        div.w200 {
            float: left;
            margin-right: 0.75em;
        }

/* See more content type items links*/
.see_more {
    text-align: right;
}

/* generic */

.border-bottom {
     border-bottom: 1px solid #ccc;
}
.border-right {
     border-right: 1px solid #ccc;
}
.border-left {
     border-left: 1px solid #ccc;
}

.inline-flex {
    display: inline-flex;
}
.block {
     display: block;
}

.relative {
    position: relative;
}
.inline-block {
    display: inline-block;
}
.padding-left-0{
    padding-left: 0;
}

/* Last updated on */
div.updated {
    font-size: 1em;
    margin: 1em 0 0;
    border-top: 2px dotted #cccccc;
}

/* Refinements & LHS */
.well-lhs {
    margin-bottom: 10px !important;
    border-width: 4px;
    font-size: .7em;
    font-family: inherit;
}

    .well-lhs hr {
        border-color: #E0E0E0;
        margin: .9em;
        border: 0;
        background: url("../../icons/refinements_line.png") no-repeat;
        height: 8px;
        box-sizing: content-box;
    }

    .well-lhs h4 {
        margin-top: 0;
        font-style: italic;
        color: #0065a2;
    }

    .well-lhs a {
        font-style: italic;
    }

    .well-lhs .modal-content a {
        font-style: normal;
    }

    .well-lhs ul:not(.row) {
        padding-bottom: 4px;
        font-weight: normal;
        margin-left: 0;
    }

        .well-lhs li {
            list-style-type: none;
        }

        .well-lhs ul.other-links li {
            list-style-image: url("../../icons/refinements_bullet.png");
            list-style-position: inside;
            margin-left: -3px;
        }

    #refinements span.textbox {
        border: 1px solid #fff;
        border-radius: 4px 4px 4px 4px;
        display: inline-block;
    }

    #refinements span.textbox.nosearch:hover {
        border-color: #ccc;
    }

        #refinements input[type="text"].form-control {
            font-size: inherit;
            max-width: 128px;
            margin-bottom: 0;
            height: 16px;
            vertical-align: top;
            width: 116px;
        }

        #refinements input[type="submit"] {
            margin-left: -10px;
            vertical-align: top;
        }

        #refinements input[type="text"].form-control.nosearch {
            border-color: #fff;
            box-shadow: none;
            transition: none;
        }

        #refinements input[type="submit"].nosearch {
            border-radius: 0 4px 4px 0;
            display: inline-block;
            height: 30px;
            padding: 0;
            width: 30px;
            border: 1px solid #fff;
            cursor: pointer;
            background: #fff url("../../icons/refinements_edit.png") no-repeat right center;
            box-sizing: border-box;
        }

    #refinements span#searchTerm {
        line-height: 15px;
        padding: 4px 0;
        border-radius: 4px;
        border: 1px #fff solid;
        display: block;
        background: url("../../icons/refinements_edit.png") no-repeat right center;
    }

    #refinements span#searchTerm:hover {
        border: 1px #ccc solid;
        cursor: pointer;
    }

        #refinements ul.save-queries li {
            margin-bottom: 5px;
        }

        #refinements ul.save-queries li:last-child {
            margin-bottom: 0;
        }

            #refinements ul.refinement-list a {
                display: inline-block;
                height: 12px;
                line-height: 200px;
                padding: 0;
                width: 12px;
                float: right;
                margin-top: 2px;
                margin-right: 3px;
            }

            #refinements ul.refinement-list a#editQueryLink {
                background: url("../../icons/refinements_edit.png") no-repeat;
                height: 16px;
                width: 16px;
            }

                #refinements ul.refinement-list a span {
                    display: none;
                }

            #refinements ul.refinement-options a, #refinements ul.data-extraction-links a {
                color: #0065A2;
                font-style: italic;
                font-weight: bold;
                text-decoration: none;
            }

            #refinements ul.refinement-options a:hover, #refinements ul.data-extraction-links a:hover {
                text-decoration: underline;
            }
/* Search */
div#searchresult {
    margin-left: 1.5em;
}

div#searchresult .updated {
    font-size: 1em;
}

div#searchresult .paging {
    margin: 2em 0 0;
    font-size: 90%;
}

div#searchresult #pagelist,
div#searchresult #pagelistbtm {
    margin: 2pt 0;
    padding: 2pt 0;
    word-spacing: 0pt;
}

div#searchresult #pagelist a,
div#searchresult #pagelistbtm a,
div#searchresult #pagelist span,
div#searchresult #pagelistbtm span {
    text-decoration: none ! important;
    border: 1px outset #666;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    background-color: #f0f0f8;
    width: auto;
    padding: 3px 5px;
}

div#searchresult #pagelist span.active,
div#searchresult #pagelistbtm span.active {
    border: 2px solid #666;
    background-color: #a0a0a0;
    padding: 3px 5px;
    color: #fff;

}

div#searchresult #pagelist a:hover,
div#searchresult #pagelistbtm a:hover {
    border: 1px inset rgb(136, 136, 136);
    border-radius: 3px;
    background-color: #e0e0e8;
}

div#searchresult #pagelist {
    border-top: 2px dotted #eee;
}

div#searchresult #pagelist .active,
div#searchresult #pagelistbtm .active {
    font-weight: bold ! important;
}

div#searchresult #pagelistbtm {
    margin-top: 1em;
}

#searchresult div.matches div.autdebug {
    display: none;
}

#searchresult{
    width: 100%;
    margin-left: 0 !important;
}

/* Search XSLT result list */
div.matches {
    margin-top: 1em;
    margin-bottom: 7px;
    overflow: auto;
    zoom: 1;
}

div.matches .autdebug {
    margin: 5pt 0px;
    padding: 5pt;
    border: 1px solid #ccc;
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(top,#fff,#f2f2f2);
}


form#srchParams {
    margin-bottom: 0;
    margin-left: 2em;
    float: right;
}

    form#srchParams span.label {
        display: inline-block;
        line-height: 20px;
        margin-right: 7px;
        margin-left: 0;
        font-size: 11.844px;
        color: #555;
    }

     form#srchParams select {
         margin-bottom: 3px;
         width: auto;
         display: inline-block;
    }

div.match {
    border: 1px solid #dadada;
    padding: 7px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-image: none;
    box-shadow: none;

    display: table;
    width: 100%;
}

div.match div.col-left {
    display: inline-block;
    width: 150px;
    float: left;
    padding-top: 4px;
    text-align: center;
}

div.match div.col-right {
    width: 100%;
    padding-left: 160px;
    box-sizing: border-box;
}

div.match span.thumb img {
    width: 150px;
}

#center div.match span.thumb.H2020 img {
    width: 90px;
    margin: 0;
}

div.match.webItem span.seq {
    margin-right: 5px;
}

div.match span.contenttype {
    margin-right: .4em;
}


div.match div.links {
    text-align: right;
}

div.match div.links span.more {
    background-color: transparent !important;
    padding: 0 5pt !important;
}

div.match div.links span.more a.html {
    display: none;
}

    div.matchlist a {
        text-decoration: underline !important;
    }

    /* pagelist */
    div#searchresult #pagelist {
        margin: 0 0 10px!important;
    }

    div#searchresult #pagelist, div#searchresult #pagelistbtm {
        border-top: none !important;
        font-size: 0;
    }
    div#searchresult #pagelistbtm{
        text-align: right;
    }
    div#searchresult #pagelist span.active:first-child, div#searchresult #pagelistbtm span.active:first-child{
        border-radius: 7px 0px 0px 7px !important;
        border-left:  1px solid #E3E3E3 !important;
        color: #000 !important;
    }
    div#searchresult #pagelist span.active:last-child, div#searchresult #pagelistbtm span.active:last-child{
        border-radius: 0 7px 7px 0px !important;
        color: #000 !important;
    }

    div#searchresult #pagelist span.active:only-child, div#searchresult #pagelistbtm span.active:only-child{
        border-radius: 7px !important;
        border-left:  1px solid #E3E3E3 !important;
        color: #000 !important;
    }

        div#searchresult #pagelist a, div#searchresult #pagelistbtm a,
        div#searchresult #pagelist span.active, div#searchresult #pagelistbtm span.active {
            font-size: 12.8px;
        }

        div#searchresult #pagelist a, div#searchresult #pagelistbtm a {
            background: #fff !important;
            /*padding: 0 !important;*/
            border: 1px solid #E3E3E3 !important;
            border-left: none !important;
            border-radius: 0 !important;
        }

        div#searchresult #pagelist a:hover, div#searchresult #pagelistbtm a:hover {
            background: #eee !important;
        }

        div#searchresult #pagelist span.active, div#searchresult #pagelistbtm span.active {
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A0A0A0', endColorstr='#FFFFFF')"; /* IE8+ */
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A0A0A0), color-stop(1, #FFFFFF));
            background-image: -o-linear-gradient(bottom, #A0A0A0 0%, #FFFFFF 100%);
            background-image: -moz-linear-gradient(bottom, #A0A0A0 0%, #FFFFFF 100%);
            background-image: -webkit-linear-gradient(bottom, #A0A0A0 0%, #FFFFFF 100%);
            background-image: -ms-linear-gradient(bottom, #A0A0A0 0%, #FFFFFF 100%);
            background-image: linear-gradient(to bottom, #A0A0A0 0%, #FFFFFF 100%);

            border: 1px solid #E3E3E3;
            color: #000 !important;
        }

        div#searchresult #pagelist.searchusers span.active, div#searchresult #pagelistbtm.searchusers span.active {
            color: #027ac6;;
        }
        div#searchresult #pagelist.searchusers span.active:first-child, div#searchresult #pagelistbtm.searchusers span.active:first-child {
            color: #000;
        }

        div#searchresult #pagelist.searchusers span.no-show, div#searchresult #pagelistbtm.searchusers span.no-show {
            display: none;
        }


        div#searchresult #pagelist span:only-child, div#searchresult #pagelistbtm span:only-child{
            border-radius: 7px !important;
            border-left:  1px solid #E3E3E3 !important;
        }

        div#searchresult #pagelist a:first-child, div#searchresult #pagelistbtm a:first-child,
        div#searchresult #pagelist span:first-child, div#searchresult #pagelistbtm span:first-child {
            border-radius: 7px 0px 0px 7px !important;
            border-left:  1px solid #E3E3E3 !important;
        }

        div#searchresult #pagelist a:last-child, div#searchresult #pagelistbtm a:last-child,
        div#searchresult #pagelist span:last-child, div#searchresult #pagelistbtm span:last-child {
            border-radius: 0 7px 7px 0px !important;
        }

        #matchlist a.js-booklet-add{
            font-weight: bold;
            float: right;
        }


 /* page 404 */
#content .info-item {
    margin-bottom: 25px;
    font-size: 11px;
}

.info-item span.icolang {
    background-color: #627AAE;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 24px;
}

#content .info-item p:first-child strong {
    line-height: 20px;
}


/* Forms */
form input.search[type="submit"],form button.search {
    border-radius: 0 4px 4px 0;
    display: inline-block;
    height: 30px;
    line-height: normal;
    padding: 0;
    width: 30px;
    margin-left: -5px;
    vertical-align: top;
    background: #0065a2 url("../../icons/glyphicons-halflings-white.png") no-repeat scroll -41px 7px;
    border: 1px solid #0065a2;
}

form input.search[type="text"] {
    border-radius: 4px 0 0 4px;
    vertical-align: top;
}

.select2-choices {
    height: 30px;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: none;
    width: 100%;
}

label.mandatory:after {
    content: " *";
    color: #b94a48;
}

/* Notifier */
#notifier div.row {
    margin-top: 10px;
    margin-bottom: 20px;
}

#notifier label {
    font-weight: normal;
}

#notifier .contenttype label {
    color: #027ac6;
    font-weight: bold;
    width: 90%;
    border: 1px solid;
    border-width: 0 0 1px;
}

#notifier .contenttype > i {
    color: #027ac6;
    margin-right: 5px;

    font-size: 18px;
    font-style: normal;
}

.notifier-group > div {
    margin-left: 30px;
}

.notifier-controls ul li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}

.notifier-controls ul li a {
    cursor: pointer !important;
    text-decoration: none !important;
    color: #000 !important;
}

.notifier-controls ul li a:hover {
    text-decoration: underline !important;
}

.notifier-controls ul li a > i {
    margin-left: 15px;
    margin-right: 5px;
    color: #027ac6;
}

#notifier i {
    background-size: 12px;
    height: 12px;
    width: 12px;
}

#notifier i.rss {
    background-image: url("../../icons/rss.png");
}

#notifier i.edit {
    background-image: url("../../icons/edit.png");
}

#notifier i.delete {
    background-image: url("../../icons/red_cross.png");
}

.notifier-controls ul li:first-child {
    margin-left: 0;
}

#notifier .note {
    padding-bottom: 0;
}

.savedQueries h2 {
    border: 0;
}

.savedQueries ul {
    margin-left: 0;
}

.savedQueries li {
    list-style: none;
}

.savedQueries input {
    margin-left: 15px;
    margin-right: 10px;
}

p.notifier-text {
    margin-left: 30px;
}

/* -- Adv search -- */
#advanced-search-form-options div.form-group>label {
    padding-right: 0;
}

#advanced-search-form-options div.add-on {
    display: none;
}

label.label-to {
    display: inline-block;
    padding: 0 6px;
    position: relative;
    top: -10px;
}

div.datepicker-holder>div {
    padding-right: 0;
}

    div.datepicker-holder>div.col-xs-3 select#enddate_sel,
    div.datepicker-holder>div.col-xs-3 select#strdate_sel {
        min-width: 155px;
    }

    div.datepicker-holder>div>div {
        display: inline-block;
    }

        div.datepicker-holder input.form-control {
            width: 96px;
        }

div.organization-checkboxes label {
    margin-right: 6px;
}
div.organization-checkboxes input {
    margin-right: 4px;
}

#account-search-form  div.input-group,
#advanced-search-form-options div.input-group {
    width: 30px;
}

/* warning booklet */

#warning {
    display: inline-block;
    margin-left: 10px;
}

/* mailing */

.textarea-subject-mailing,
.textarea-body-mailing{
    max-width: 100%;
    min-height: 54px;
    resize: vertical;
}

.textarea-body-mailing{
    min-height: 200px;
}


/* table sorter */

table.tablesorter thead tr .header {
    cursor: pointer;
}

table.tablesorter thead tr th a{
    color: #333333 !important;
    text-decoration: none !important;
    padding: 0 0 0 10px;
}

table.tablesorter thead tr th a.order{
    background: url("../../icons/ico_order.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}
table.tablesorter thead tr th a.order-increasing{
    background: url("../../icons/ico_order_decreasing.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}
table.tablesorter thead tr th a.order-decreasing{
    background: url("../../icons/ico_order_increasing.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
}

.order-btns{
    float:right;
    padding:0;
    width:0%;
    display: block;

}

.order-act{
    display:none;
}

.arrow-up {
    margin-bottom: 5px;
    float: left;

}
.arrow-down {
    float: left;
}

/*- data-extraction -*/
    .progress-text {
        text-align: center;
    }

    .data-extraction input.data-extraction {
        margin-bottom: 0;
        width: 90%;
        display: inline-block;
        height: 33px;
    }

    .data-extraction a.btn {
        color: #fff !important;
        text-decoration: none !important;
        font-size: 13px !important;
        min-width: 125px !important;
        padding: 7px 13px !important;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5) !important;
    }

    .data-extraction .alert-info {
        background-image: url("../../icons/cordis_loader.gif");
        background-position: 10px;
        background-repeat: no-repeat;
        padding-left: 55px;
    }

/* Share buttons */
div#ec-widget-share-block {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1000;
    margin-left: 494px;
}

div.share_style_icon_32 a#share_button_link,
div.share_style_icon_32 a#share_button_link:hover,
div.share_style_icon_32 a#share_button_link:active,
div.share_style_icon_32 a#share_button_link:visited {
    line-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
}

div.success a.btn.btn-cordis {
    background-color: #0065a2;
    color: #fff !important;
    padding: 7px 13px;
    font-size: 13px;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
    text-decoration: none !important;
    padding-left: 10px;
    padding-right: 10px;
    padding: 7px 30px;
}

div.success a.btn.btn-cordis:hover {
    background-color: #027AC6 !important;
    color: #ffffff !important;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);*/
}

.register-text {
    padding-left: 20px;
}

.register-text ul {
    margin-left: 0;
}

.register-text ul li {
    list-style: none;
    margin: 20px 0;
    display: table;
}

.register-text ul li i {
    margin-right:10px;
    color: #0065A2;
}

.register-text ul li div {
    width: 92%;
}

.register-text ul li label {
    color: #0065A2;
    margin: 0;
}

.register-text ul li label:after {
    content: ":";
    padding-right: 5px;
}

/* Login menu */

#ica\:path #path {
    padding-right: 20%;
}

ul#autobc li {
    line-height: inherit;
}

#header-login {
    background-color: #074A8B;
    width: 20%;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

ul.login-menu {
    list-style: none;
    float: right;
    text-align: right;
    font-size: 11px;
    width: 100%;
}

ul.login-menu, ul.login-menu *{
    margin: 0;
    padding: 0;
}

ul.login-menu>li {
    color: #fff;
    height: 20px;
    cursor: pointer;
    line-height: inherit;
}

ul.login-menu>li label{
    padding: 6px 10px 0 10px;
    display: inline;
}

ul.login-menu>li label i {
    margin-right: 5px;
    display: inline-block;
    top: -2px;
}

ul.login-menu>li:hover,
ul.login-menu>li:focus,
ul.login-menu>li.focused {
    color: #074a8b;
}

ul.login-menu>li:hover label,
ul.login-menu>li:focus label,
ul.login-menu>li label.focused {
    background-color: #e6e6e6;
    color: #074a8b;
}

ul.login-menu>li label.focused i {
    color: #074a8b;
}

ul.login-menu>li label i.focused {
    color: #074a8b;
}

ul.login-menu>li:hover label a span,
ul.login-menu>li:focus label a span,
ul.login-menu>li label.focused a span {
    color: #074a8b;
}

ul.login-menu>li label span {
    overflow: hidden;
    display: inline-block;
    max-width: 90%;
    color: #FFF;
    padding-top: 2px;
}

ul.login-menu>li:hover label span,
ul.login-menu>li:focus label span,
ul.login-menu>li label.focused span  {
    color: #074a8b;
    cursor: pointer;
}

ul.login-menu li:hover ul, ul.login-menu li.focused ul {
    left: auto;
}

ul.login-menu li ul {
    text-align: left;
    width: 300px;
    position: absolute;
    right: 0;
    top: 20px;
    left: -999em;
}

ul.login-menu li ul li {
    border: 1px dotted #022022;
    border-top-width: 0;
    background-color: #fff;
    list-style: none;
}

ul.login-menu li ul li:first-child {
    border-top-width: 1px;
}

ul.login-menu li ul li:hover,
ul.login-menu li ul li:focus,
ul.login-menu li ul li.focused,
ul.login-menu li ul li.highlighted {
    background-color: #e6e6e6;
}

ul.login-menu li ul li.highlighted a {
    color: #2897b7 !important;
}

ul.login-menu li ul li.highlighted:hover,
ul.login-menu li ul li.highlighted:focus,
ul.login-menu li ul li.highlighted.focused {
    background-color: #074a8b;
}

ul.login-menu li ul li.highlighted:hover a,
ul.login-menu li ul li.highlighted:focus a,
ul.login-menu li ul li.highlighted.focused a {
    color: #fff !important;
}

ul.login-menu li ul li a {
    padding: 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    width: 100%;
}

ul.login-menu li ul li span {
    display: block;
}

ul.login-menu li ul li span.title {
    color: #000;
}

ul.login-menu li ul li span.desc {
    margin-top: 5px;
    font-style: italic;
    color: #808080;
}

/* Data extraction get key */

form#data-extraction-getkey button[type="submit"] {
    background: #fff;
    border: 1px solid #0065a2;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 29px;
    margin-bottom: 10px;
    margin-left: -27px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 30px;
    margin-left: 15px;
}

/* Data extraction profile */
div.profile-data-extraction {
    margin: 0 auto;
    width: 500px;
    border-radius: 6px;
    padding: 7px;
    text-align: center;
}

div.profile-data-extraction form#data-extraction-getquery label[for="q"]{
    display: inline;
    text-align: left;
    padding-right: 2px;
}

div.profile-data-extraction form#data-extraction-getquery label[for="search"]{
    display: none;
}

div.profile-data-extraction form#data-extraction-getquery input#q{
    border-radius: 4px 0 0 4px;
    display: inline-block;
    height: 30px;
    width: calc(100% - 77px);
    border: 2px solid #d8d7d7;
    border-radius: 5px 0 0 5px;
    border-right: none;
}


/* No script corporate.css fix */
    ul.langbox, ul.loginbox {list-style-type:none;margin:0;padding:0;line-height:0.9em;margin:0 30px;display:inline;}
    ul.loginbox li {position:relative;display:inline;margin:0;padding:0;font-size:0.7em;}
    ul.loginbox li a {color:#074A8B;padding:0 0.2em;margin:0;text-decoration:none;}
    ul.loginbox li a:hover, ul.loginbox li a:focus {background-color:#DBE1E6;}


#loading-switchupdate {
    position:absolute;
    top:0%;
    left:106%;
    width:50%;
    height:50%;
	background: url(../../icons/empty.png) repeat;
	display:none;
	z-index:1;
}

#loader-switchupdate{
    position:absolute;

    top: 3%;
    width: 16%;

    border: none !important;
    background-color: rgba(0, 0, 0, 0);
}

.loading-full-screen {
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: none;
    z-index: 90000;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../icons/loading.gif");
}

#loading-updatepassword {
    position:absolute;
    top:26%;
    left:106%;
    width:50%;
    height:50%;
	background: url(../../icons/empty.png) repeat;
	display:none;
	z-index:1;
}

#loader-updatepassword{
    position:absolute;

    top: 0%;
    width: 16%;

    border: none !important;
    background-color: rgba(0, 0, 0, 0);
}


.half {
    width: 49%;
}

.left {
    float: left;
}

.marg-ri-2{
    margin-right: 2%;
}


*[class|="js-retrieved-value"] { display:none; }

/* modal */

    .modal-body a.btn.btn-cordis {
        text-decoration: none !important;
        color: #fff !important;
        font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
        margin-right: 10px;
    }

form input.glyphicon-search, form button.glyphicon-search {
    background-color: #0065a2;
    border: 1px solid #0065a2;
    border-radius: 0 4px 4px 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-left: -5px;
    padding: 0;
    vertical-align: top;
    line-height: normal;
    color: #FFFFFF;
    top: 0;
}

.toggleGroup-controls a {
    cursor: pointer !important;
    text-decoration: none !important;
    color: #000 !important;
}

.toggleGroup-controls a:hover {
    text-decoration: underline !important;
}

.toggleGroup-controls a > i {
    //margin-left: 15px;
    margin-right: 5px;
    color: #027ac6;
}

/* Booklet */
/* name="composer_info" content="2015-09-10 09:55:49" */
