body {
    background-color: #e2e5e3;
    margin: 0px;
    padding: 0px;
}

.navbar {
    margin-top: 10px;
    background-color: white;
}

.main_div {
    background-color: white;
    padding: 5px;
}

.copyrights-container {
    height: 40px;
    background-color: white;
    margin-top: 30px;
}

.title {
    font-size: 1.5em;
    font-weight: bold;
    color: #005599;
}

.s-title {
    font-size: 0.8em;
    font-weight: bold;
}

.titlePopup {
    font-size: 1.3em;
    font-weight: bold;
    color: #005599;
}

.bullet {
    background-image: url("../images/icons/puce.png");
    width: 15px;
    height: 15px;
}

.filter-icon {
    background-image: url("../images/icons/filter.png");
    width: 15px;
    height: 15px;
}

button.bt_new {
    background: #00A1D8 url(../images/buttons/add.png) no-repeat center center;
    min-width: 25px;
    height: 25px;
}

.siteBadge {

}

button.z-a {
    border: medium none;
    background: none;
}

.errorDialog .z-vbox {
    background-color: rgba(190, 0, 5, 0.88);
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    color: white;
}

.navBarBtn {
    border-radius: 0px;
    width: 50px;
    height: 50px;
}

.navBarBtnDisabled {
    opacity: 1;
    width: auto;
}

.navtitle {
    margin-left: 20px;
    font-weight: bold;
    font-size: 1.1em;
    color: #005599;
}

.nav-subtitle {
    font-size: 1.0em;
}

.cycleContainer div.z-groupbox-3d-cnt {
    padding: 0px;
}

.tabsOnTwoLines span.z-tab-text {
    white-space: normal;
    padding: 0px;
    padding-top: 3px;
}

.downloadButton {
    background: transparent url("../images/buttons/download.png") no-repeat left center;
    border: medium none;
    border-radius: 0;
    color: #03a3d7;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    min-width: 40px;
    outline: medium none;
    padding: 0 0 0 15px;
    text-decoration: none;
}

.downloadButton:hover {
    background-color: transparent;
}

.redirectButton {
    background: transparent url("../images/icons/open_in_new.svg") no-repeat left center;
    background-size: 14px;
    border: medium none;
    cursor: pointer;
    height: 20px;
    min-width: 13px;
    outline: medium none;
    padding: 0;
    text-decoration: none;
}

.redirectButton:hover {
    background-color: transparent;
}

.videoconferenceButton {
    font-weight: normal;
    padding: 0 10px 0 10px;
}

.videoconferenceButton:disabled {
    background-color: #C7C7C7;
    border-color: #C7C7C7;
}

.resendInvitButton {
    margin-right: 10px;
}

.resendInvitButton > img {
    width: 20px;
}

.selectStructureFilter:-moz-placeholder {
    color: #bbb;
}

.selectStructureFilter::-moz-placeholder {
    color: #bbb;
}

.selectStructureFilter {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #444;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 8px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.selectStructureFilter:focus {
    border-color: #0080c0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.selectStructureFilter[disabled], .selectStructureFilter[readonly], fieldset[disabled] .selectStructureFilter {
    background-color: #ddd;
    cursor: not-allowed;
}

.z-grid tr.z-row .rowBlue {
    background-color: #ECFCFF;
}

div.z-grid tr.z-grid-odd td.rowBlue {
    background-color: #ECFCFF;
}

div.z-grid tr.z-row-over td.rowBlue {
    background-color: #a1d4e7;
}

.z-grid tr.z-row .rowRed {
    background-color: #FFF5F5;
}

div.z-grid tr.z-grid-odd td.rowRed {
    background-color: #FFF5F5;
}

div.z-grid tr.z-row-over td.rowRed {
    background-color: #a1d4e7;
}

.z-grid tr.z-row .rowGreen {
    background-color: #D6F8D8;
}

div.z-grid tr.z-grid-odd td.rowGreen {
    background-color: #D6F8D8;
}

div.z-grid tr.z-row-over td.rowGreen {
    background-color: #a1d4e7;
}

.z-grid tr.z-row .rowYellow {
    background-color: #FFFFE5;
}

div.z-grid tr.z-grid-odd td.rowYellow {
    background-color: #FFFFE5;
}

div.z-grid tr.z-row-over td.rowYellow {
    background-color: #a1d4e7;
}

.z-grid tr.z-row .rowGrey {
    background-color: #e5e5e5;
}

div.z-grid tr.z-grid-odd td.rowGrey {
    background-color: #e5e5e5;
}

div.z-grid tr.z-row-over td.rowGrey {
    background-color: #a1d4e7;
}

.z-grid tr.z-row .strongRedRow {
    background-color: #F0B0B0;
}

div.z-grid tr.z-grid-odd td.strongRedRow {
    background-color: #F0B0B0;
}

div.z-grid tr.z-row-over td.strongRedRow {
    background-color: #a1d4e7;
}

tr.z-columns.multiline-headers th.z-column {
    white-space: normal;
}

.z-label.error {
    color: #fb2d39;
    font-weight: bold;
}

.centered {
    text-align: center;
    width: 100%
}

.create-patient-block {
    margin-top: 50px;
}

.create-patient-block .z-label {
    font-weight: bold;
}

.create-patient-block .z-button-os {
    margin-top: 10px;
    margin-bottom: 15px;
}

.criteria .z-vlayout-inner {
    padding: 0px 15px;
}

.z-label.green {
    color: #00CC00;
}

.z-label.orange {
    color: #D47E00;
}

.new-patient-no-results.z-vlayout {
    margin: 15px;
}

.new-patient-no-results.z-vlayout .z-label {
    color: #D47E00;
    font-size: 0.8em;
}

.new-patient-no-results.z-vlayout div.message {
    border: 1px solid #D47E00;
    padding: 10px;
}

.new-patient-no-results.z-vlayout div.message .z-label {
    color: black;
    font-style: italic;
}

.gcs-id-tile {
    background-color: #EEEEEE;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    margin-top: 15px;
}

.gcs-id-tile .gcs-id {
    font-style: italic;
    font-weight: bold;
}

.gcs-id-tile .z-button-os {
    margin-top: 5px;
    font-size: 10px;
    height: 25px;
}

.speakerAgendaButton {
    border: medium none;
    border-radius: 1;
    background-color: #7260A1;
    cursor: pointer;
    text-decoration: none;
}

.speakerAgendaButton:hover {
    background-color: #7260A1;
}

.z-textbox[disabled], .z-datebox-inp[disabled], .z-combobox-inp[disabled], .z-select[disabled] {
    color: black !important;
}

.line-through {
    text-decoration: line-through;
}

.conflicts-count div.z-listcell-cnt, .normal-count div.z-listcell-cnt {
    font-weight: bold;
}

.conflicts-count div.z-listcell-cnt, .conflict-criteria .patient-value.z-label, .conflict-matches .patient-value.z-label {
    color: #00A1D8
}

.conflict-criteria .criteria .z-label {
    font-weight: bold;
    font-size: 14px;
}

.conflict-matches .z-label {
    font-weight: bold;
    font-size: 16px;
}

.text-result.z-label {
    font-size: 16px;
    font-weight: bold;
}

.text-result-orange.z-label {
    font-size: 16px;
    font-weight: bold;
    color: #D47E00;
}

div.data-migration.z-listbox tr.z-listitem-disabled {
    background-color: rgb(13, 119, 0)
}

div.data-migration.z-listbox tr.z-listitem-disabled div.z-listcell-cnt {
    color: white;
}

button.image-button {
    border: none;
    background: transparent;
    cursor: pointer;
}

button.image-button:hover, button.image-button:focus {
    filter: brightness(0.8) contrast(5);
}

.grayscale {
    filter: grayscale(90%) brightness(1.1);
}

span.z-upload {
    z-index: -1;
}
