.intro {

    font-size: 1.3em;
    font: 15px Arial;
    font-family: Verdana, Arial, sans-serif;
    width: 75%;
    /*text-align: center;*/

}

.cadimaIndex {
    font-size: medium;
}

.testBackground {
    background-color: red !important;
}

.cadimaMiddle {
    /*width: 960px;*/
    text-align: center;
    /*border: 1px solid #B3B2B2;*/
}

.aboutJustify {
    /*border: 1px solid #B3B2B2;*/
    width: 960px;
    text-align: justify;
    margin: 0 auto;
}

.ui-dialog {

    padding: 0px !important;
}

/*.ui-widget-content {
    background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
    border: 10px solid #6badf6;
    border-top: 0px;
    color: #222222;
}*/
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    /*    border-bottom-right-radius: 0px !important;
        border-bottom-left-radius:  0px !important;
        border-top-left-radius:  0px !important;
        border-top-right-radius:  0px !important;*/
}

.ui-widget-header {
    /*background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;*/
    /*border: 1px solid #AAAAAA;*/
    /*    background: none;
        border: none !important;
        background-color: #6badf6 !important;
        font-weight: bold;
        margin: 0 0 0 0;
        padding: 0 0 0 0;*/
}

.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover {
    /*    height: 18px;
        margin: -10px 0 0;
        padding: 1px;
        position: absolute;
        right: 0.3em;
        top: 50%;
        width: 19px;*/
    /*background-color: #c75050 !important;*/
}

/*.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon{
    background-image: none !important;
    background-color: #c75050 !important;
}*/

.input,
.select,
div.form input,
div.form select {
    /*font: bold 12px/15px Arial;*/
    font-size: 1.3em;
    /*background: #d90073;*/

}

/*.divInput{
    background-color: #0C72B4;
    color: #FFFFFF;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    font: bold 12px/15px Arial;
    border: 1px solid #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
    width: 60px;
}*/

/*#browse{
    margin-left:-145px;
    margin-top: -30px;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}*/

/*input[type="file"]{
    margin-left:-145px;
    margin-top: -30px;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}*/

/*div.form button,
.button, 
.ui-widget button{
    background-color: #0C72B4;
    color: #FFFFFF;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
    font: bold 12px/15px Arial;
    border: 1px solid #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
    margin-left: 10px;
}*/
div.form input.button {
    margin: 0.2em 8px 0.5em;
}

.button:hover, .ui-widget button:hover {
    background-color: #F1F2F6;
    color: #000000;
}

.graceButton {
    background-color: #0C72B4;
    color: #FFFFFF;
    padding: 3px;
    text-decoration: none;
    cursor: pointer;
    font: bold 12px/15px Arial;
    border: 1px solid #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.graceButton:hover {
    background-color: #F1F2F6;
    color: #000000;
}

/*table.detail-view .null
{
    color: #555555;
}*/

/*table.detail-view
{
    background: white;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}*/

/*table.detail-view th, table.detail-view td
{
    font-size: 1.0em !important;
    border: 1px white solid;
    padding: 0.4em 0.7em;
    vertical-align: top;
}*/

/*table.detail-view th
{
    text-align: right;
    width: 160px;
}*/

/*table.detail-view tr.odd
{
    background:#E5F1F4;
    background: #e2e8d2 !important;


    steel
    background: rgba(100,117,135,0.4) !important;
}*/
/*
table.detail-view tr.even
{
    background:#F8F8F8;
    yellow
    background: black !important;


    teal
    background: rgba(0,170,169,0.4) !important;


}*/

/*table.detail-view tr.odd th
{
}

table.detail-view tr.even th
{
}*/

/*.grid-view-loading
{
    background:url(loading.gif) no-repeat;
}*/

.grid-view {
    /*padding: 15px 0;*/
}

/*.grid-view table.items
{
    background: white;
    border-collapse: collapse;
    width: 100%;
    border: 1px #D0E3EF solid;
}*/

/*.grid-view table.items th, .grid-view table.items td
{
    font-size: 0.9em;
    border: 1px white solid;
    padding: 0.3em;
}*/

/*.grid-view table.items th
{
    color: white;
    background: none;
    background-color: #0c72b4 !important ;
    text-align: center;
}*/

/*.grid-view table.items th a
{
    color: #EEE;
    font-weight: bold;
    text-decoration: none;
}*/

/*.grid-view table.items th a:hover
{
    color: #FFF;
}*/

/*.grid-view table.items th a.asc
{
    background:url(images/up.gif) right center no-repeat;
    padding-right: 10px;
}*/

/*.grid-view table.items th a.desc
{
    background:url(images/down.gif) right center no-repeat;
    padding-right: 10px;
}*/

/*.grid-view table.items tr.even
{
    yellow
    background: rgba(215,192,0,0.2);
}*/

/*.grid-view table.items tr.odd
{
    orange
    background: rgba(249,103,0,0.2);
}*/

/*.grid-view table.items tr.selected
{
    background: #BCE774;
}*/

/*.grid-view table.items tbody tr:hover
{
    lime
    background: rgba(164,196,0,0.3);
}*/

/*.grid-view .link-column img
{
    border: 0;
}*/

/*.grid-view .button-column
{
    text-align: center;
    width: 60px;
}*/

/*.grid-view .button-column img
{
    border: 0;
}*/

/*.grid-view .checkbox-column
{
    width: 15px;
}*/

/*.grid-view .summary
{
    margin: 0 0 5px 0;
    text-align: right;
}*/

/*.grid-view .pager
{
    margin: 5px 0 0 0;
    text-align: right;
}*/

/*.grid-view .empty
{
    font-style: italic;
}*/

/*.grid-view .filters input,
.grid-view .filters select
{
    width: 100%;
    border: 1px solid #ccc;
}*/

.nav-tabs > li > a {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
    text-decoration: none;
    background-color: #F8F8F8;
}

.nav-pills > li > a {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
    text-decoration: none;
    /*    background-color: #F8F8F8;*/
    background-color: #E5E5E5;
}

.leftProtocol {
    float: left;
}

.modal-form {
    padding-left: 10px !important;
}

.rightProtocol {

    /*display: table-cell;*/
    padding-left: 150px;
    height: 5px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 26px !important;
}

.ui-autocomplete-input input {
    height: 26px !important;
}

.elem1 {
    float: left;
    /*width: 300px;*/
}

.elem2 {
    float: left;
    margin-left: 25px;
}

.elem1constant {
    float: left;
    /*width: 300px;*/
    width: 40%;
}

.elem2constant {
    float: left;
    margin-left: 15px;
    width: 55%;
}

.elem3 {
    float: left;
    margin-left: 25px;
}

.elem4 {
    float: left;
    margin-left: 25px;
}

.lineBreak {
    clear: both !important;
}

/*#SRQuestion_population{
    height: 26px !important;
}*/

.inputHeight {
    height: 30px !important;
    min-width: 300px !important;
}

.userSortable > li {
    border: 1px solid black;
    text-decoration: none;
    margin: 5px;
    height: 30px;
    vertical-align: middle;
    padding-left: 5px;
    background: none repeat scroll 0 0 #F7F7F7;
}

.userSortable > li:hover {
    cursor: n-resize;
}

.userSortable {
    text-decoration: none;
    list-style-type: none;
}

.userDropDownList {
    /*border: none;*/
}

.userDropDownList > option {
    border: 1px solid #F5F5F5;
    background: none repeat scroll 0 0 #F5F5F5;
    margin: 5px;
    height: 26px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    border-radius: 4px 4px 4px 4px;
}

.srprotocol-table table thead tr th a {
    text-decoration: none;
    color: #555555;

}

.evidenceSynthesis-table table thead tr th a {
    text-decoration: none;
    color: #555555;

}

.protocolUserRadio {
    border: 1px solid black;
}

.boldCell {
    font-weight: bold;
}

#cadimaLogo {
    margin: 5px;
    margin-top: -35px;
    margin-bottom: -15px;
    height: 100px;
    /*border: solid black 1px;*/
    /*font-size: 36px;*/
    text-align: center;
    background-color: #FFFFFF !important;
    /*background: url('images/testbanner.png') repeat;*/
    /*padding-top: 35px;*/

}

#cadimaLogoTest {
    margin: 5px;
    height: 100px;
    /*border: solid black 1px;*/
    font-size: 36px;
    text-align: center;
    background-color: #FFFFFF !important;
    background: url('images/testbanner.png') repeat;
    /*padding-top: 35px;*/

}

.gridViewBtn {
    margin-left: 3px;
}

.sortOrderSelect {
    cursor: move;
    height: 32px;
    /*pointer-events: none;*/
}

.unavailableStudy {
    /*background-color: #eeeeee;*/
    /*border: 1px solid #e5e5e5;*/
    color: #555555;
    cursor: not-allowed;
    /*display: block;*/
    /*margin: 0 0 -1px;*/
    /*padding: 8px 14px;*/
    text-decoration: none;
}

.alert-grey {
    background-color: #f7f7f9;
    border-color: #e1e1e8;
    color: #555555;
}

#importDataExtraction-modal {
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.btn-xs, .btn-group-xs > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.centerDiv90 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    /*background-color: #b0e0e6;*/
}

.leftNavi {
    float: left;
    position: relative;
    width: 280px;
    z-index: 2;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 0.85em;
    margin-left: -35px;
    margin-top: 45px;
    /*background-color: white;*/
    padding-right: 5px;
    /*width: 300px;*/
}

.rightContainer {
    float: right;
    margin-left: -250px;
    width: 100%;
}

.rightResults {
    margin-left: 250px;
    min-width: 770px;
    right: 23%;
}

.leftNavItems1Order {
    /*padding-top: 20px;*/
    /*margin-top: 20px;*/
    display: inline;
}

.leftNavItems2Order {
    margin-left: 20px;
    /*padding-top: 2px;*/
    display: inline;
}

label {
    display: inline-block !important;
}

.underlineDotted {
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.simpleLayout {
    border: 0 none !important;
    margin-bottom: 0.8em;
}

.simpleLayout td {
    border: 0 none !important;
    /*margin-bottom: 0.8em;*/
    /*line-height: 8px;*/

}

.flowBoxes {
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px;
    border-color: #555555;
    height: 53px;
    /*min-height: 40px;*/

    /*vertical-align: middle;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.cadimaSearchInput {
    box-shadow: 0 7px 30px -15px !important;
}

.cadimaDescriptionBox {
    text-align: left !important;
    font-size: 15px;
    font-weight: 200;
}

.cadimaServiceBox {
    font-size: 15px;
    font-weight: 200;
    min-height: 67px;
    vertical-align: middle;
    background-color: #d9edf7 !important;
}

.cadimaServiceBoxYellow {
    font-size: 15px;
    font-weight: 200;
    min-height: 67px;
    vertical-align: middle;
    background-color: #fbeed5 !important;
}

.cadimaServiceBox:hover {

    background-color: #d6e9c6 !important;
}

.cadimaServiceBoxYellow:hover {

    background-color: #d6e9c6 !important;
}

.myHeroUnit {
    font-size: 15px;
    font-weight: 200;
    /*background-color: white;*/
}

.flowBoxesEntry {

    margin-top: 25px;
    padding: 30px;
    background-color: #F9F9F9;
    border-radius: 3px;
    border: solid 1px;
    border-color: #eee;
    box-shadow: 0 7px 30px -15px;
    /*height: 53px;*/
    /*min-height: 40px;*/

    /*vertical-align: middle;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.flowBoxesEntryNew {

    margin-top: 25px;
    padding: 30px;
    background-color: #F9F9F9;
    border-radius: 3px;
    border: solid 1px;
    border-color: #eee;
    /*box-shadow: 0 7px 30px -15px;*/
    /*height: 53px;*/
    /*min-height: 40px;*/

    /*vertical-align: middle;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.flowBoxesEntrySearch {
    padding: 10px !important;
}

.showNewsLink {
    /*border: 1px solid black;*/
    margin-top: -25px;
    text-align: left;
}

.newsBox {
    background-color: white !important;
}

.entryBoxes {
    margin: 10px;
    /*margin-bottom: 10px;*/
    /*    height: 250px;
        width: 250px;*/
    /*min-height: 40px;*/

}

.entryBoxes:hover {
    background-color: #d6e9c6;
    /*cursor: pointer;*/
    /*margin-bottom: 10px;*/
    /*    height: 250px;
        width: 250px;*/
    /*min-height: 40px;*/

}

.jsLink:hover {
    cursor: pointer;
}

.arrowBoxes {
    font-size: 30px;
    text-align: center;
}

.CCAssessed {
    background-color: #98FB98 !important;
}

.CCProgress {
    background-color: #fbb450 !important;
}

.applyUnclear {
    background-color: #fbb450 !important;
}

.apply2 {
    background-color: #fbb450 !important;
}

.applyYes {
    background-color: #98FB98 !important;
}

.apply1 {
    background-color: #98FB98 !important;
}

.applyNo {
    background-color: #f2dede !important;
}

.apply3, .apply4, .apply5, .apply6, .apply7 {
    background-color: #f2dede !important;
}

.dupAccepted {
    background-color: #98FB98 !important;
    background: url('images/accepted.gif');
    background-size: 120px 60px;
    background-repeat: no-repeat;
    background-position: right;
}

.dupDeleted {
    background-color: #FAA3A3 !important;
    background: url('images/rejected.gif');
    background-size: 120px 60px;
    background-repeat: no-repeat;
    background-position: right;
}

.cadimaSearchTable tbody tr {
    cursor: pointer;
}

.dataExtractionTable tbody tr {
    cursor: pointer;
}

.dataExtractionTable tbody tr:hover {
    cursor: pointer;
    background-color: #eee;
}

.evidenceSynthesis-tableUser tbody tr:hover {
    cursor: pointer;
    /*background-color: red;*/
}

.alert-file-type {
    margin-left: 10px;
}

/*.cadimaSearchTable tr:hover{
    background-color: red !important;
}
.cadimaSearchTable tr td:hover{
    background-color: red !important;
}*/

.acceptedDuplicate {
    background-color: #98FB98 !important;
    width: 30px;
    height: 30px;
    /*background: url('images/accepted.gif');*/
    /*background-size: 12px 6px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/
}

.duplicateRow {
    background-color: #fbeed5 !important;
}

.noAbstract {
    background-color: #d9edf7 !important;
}

.keepRef {
    background-color: #dff0d8 !important;
}

.deleteRef {
    background-color: #f2dede !important;
}

.originList {
    color: #62c462 !important;

}

.inconstence {
    background-color: #fcf8e3 !important;
    color: #c09853 !important;
}

.inconstenceRow {
    background-color: #c09853 !important;
}

.divError {
    color: #b94a48;
}

.nobr {
    white-space: nowrap !important;
}

.lineBreakLabel {
    margin-bottom: 5px;
    display: block !important;
    /*background-color: black !important;*/
}

.dataExtractionItem {
    float: left;
    width: 32%;
}

.qaRel {
    color: #994c00;
}

.fixMenuApply {
    position: fixed;
    z-index: 9999;
    top: 26px;
    width: 90%;
}

.fixBoxApply {
    position: fixed;
    z-index: 9999;
    top: 56px;
    overflow-y:scroll;
    overflow-x:hidden;
}

.CCchckdColor{
    color: #555555;
}

.dropdown-toggle {
    height: 30px;
}

.notAllowed {
    margin-left: 10px;
    margin-top: -8px;
    color: red;
}

.rangeError {
    border-color: #b94a48 !important;
    color: #b94a48 !important;
}

#resizableBox {
    padding-right: 15px;
    width: 35%;
    float: left;
}

#contentBox {
    overflow: hidden;
    width: auto;
    padding-left: 15px;
}

#wrapper {
    width: 100%;
    float: left;
}

.ui-resizable-e {
    background: url('images/horizontal-resize.png') repeat-y !important;
}

.bs-docs-example {
    position: relative;
    margin: 10px 0;
    padding: 29px 9px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bs-docs-example:hover {
    /*background-color: #d6e9c6;*/

}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.sliderRangeDiv {
    margin-top: 10px;
}

.authorHeaderTitle:hover {
    cursor: alias;
}

.applySettings {
    margin-bottom: 25px;
    margin-top: 25px;
    /*border-bottom: 1px solid #4c4c4c;*/
}

.has-error {
    color: #a94442 !important;
    border-color: #a94442 !important;
    border: 1px !important;
    background-color: #ebcccc !important;

    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    /*background-color: #D59392 !important;*/
}

.amount_animation {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.amount_input_field {
    /*border: 0;*/
    /*color: #f6931f !important;*/
    /*font-weight: bold;*/
    /*width: 40px;*/
}


.my-custom-tooltip-styling {
    color: #a94442 !important;
    border-color: #a94442 !important;
    border: 1px !important;
    background-color: #ebcccc !important;
}

.chart_apply {
    margin: 0 auto;
    max-width: 400px;
    min-width: 380px;
}


.mdl-header {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    color: #fff !important;

}

.mdl-header > h3 {
    font-size: 2.0em !important;
    color: #fff !important;
    padding: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 7px !important;
}

.mdl-header-primary {
    background-color: #337ab7;
}

.mdl-header-success {
    background: #5cb85c;
}

.mdl-header-info {
    background-color: #5bc0de;
}

.mdl-header-warning {
    background-color: #f0ad4e;
}

.mdl-header-danger {
    background-color: #d9534f;
}

.mdl-footer {
    /*position: sticky;*/
    /*bottom: 0;*/
    background: #efefef !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.ui-slider-range {
    background: #5cb85c !important;
}

.selectedPageCSS > a {
    background-color: #dddddd !important;
}

.iconCADIMA {
    background: url("images/favicon.png") no-repeat top left;
    display: inline-block;
}

.iconCADIMA16 {
    background: url("images/favicon16.png") no-repeat top left;
    display: inline-block;
}

.iconCADIMA-accessibility {
    background-position: 0 0;
    width: 32px;
    height: 32px;
}

.iconCADIMA-accessibility16 {
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.badge-dup1 {
    color: #0d0d0d;
    background-color: #fbeed5;
}

.badge-dup2 {
    color: #0d0d0d;
    background-color: #dff0d8;
}

.badge-dup3 {
    color: #0d0d0d;
    background-color: #f2dede;
}

.badge-dup {
    padding-left: 15px;
    padding-right: 15px;
}

.code_set_row_style {
    margin-top: 15px;
}

.code_set_input {
    width: 500px;
}

.commentGrey{
    color: #9e9e9e;
}

div.applyCriteriaGridViewTable table{
    table-layout: fixed;
}

.applyCriteriaGridViewTableRow{
    word-wrap: break-word;
}

.myProgressDiv{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d6e9c6;
    padding: 4px 10px 4px 10px;
    color: #468847;
    background-color: #dff0d8;
    display: none;
}



div.colorPicker-picker {
    height: 30px; !important;
    width: 30px !important;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0, .6);
}


/**
PDF text highlight CSS
 */

#upload-button {
    width: 150px;
    display: block;
    margin: 20px auto;
}

#file-to-upload {
    display: none;
}

#pdf-main-container {
    width: 800px;
    height: 800px;
    overflow-y: scroll;
    /*margin: 20px auto;*/
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}

#pdf-contents {
    display: none;
}

#pdf-meta {
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}

#pdf-buttons {
    float: left;
}

#page-count-container {
    float: right;
}

#pdf-current-page {
    display: inline;
}

#pdf-total-pages {
    display: inline;
}

#pdf-canvas {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
}

#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}

#highlight-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}

#page-menu {
    text-align: center;
}

.text-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.4;
    line-height: 1.0;
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-layer > div {
    color: transparent;
    position: absolute;
    white-space: pre;
    cursor: text;
    transform-origin: 0% 0%;
    /*transform: none !important;*/
}

.cadima-modal{
    position: absolute !important;
}