﻿body {
    padding-top: 80px;
}


.badge {
    cursor: pointer;
}

.text-diminish {
    color: #808080 !important;
    font-weight: normal !important;
}

TH .text-diminish {
    color: #C4C4C4 !important;
    font-weight: normal !important;
}

.questionnaire-list-more-info-data {
    display: none;
}

.questionnaire-list-more-info-data-show {
    display: none;
}

/* Bootstrap custom  */
.table THEAD TH {
    background-color: #793379 !important;
    color: #ffffff !important;
    border-top: 1px solid #793379 !important;
    border-left: 1px solid #96969b !important;
    border-bottom: 1px solid #793379 !important;
    border-right: 1px solid #96969b !important;
}

    .table THEAD TH .summaryTableHead {
        background-color: #ffffff !important;
        color: #000000 !important;
        border-top: 1px solid #793379 !important;
        border-left: 1px solid #96969b !important;
        border-bottom: 1px solid #793379 !important;
        border-right: 1px solid #96969b !important;
    }

.row-spacer {
    margin-bottom: 10px;
}

/* mvc validation */
.validation-summary-valid {
    display: none;
}

.navbar-custom {
    margin-top: 34px;
}

    .navbar-custom .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

.navbar-custom {
    min-height: 40px !important
}

#header {
    position: fixed;
    top: 0px;
    z-index: 99;
    height: 34px;
    width: 100%;
    background-color: #793379;
    border-bottom: 1px solid #18496A;
    color: #ffffff;
    padding-left: 15px;
    padding-bottom: 2px;
    background-image: url(../images/backgrounds/epaqlogowhite.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 200px;
}

    #header .title {
        font-size: x-large;
        color: #ffffff;
        font-weight: bold;
    }

        #header .title sup {
            font-size: small;
            color: #ffffff;
            font-weight: bold;
        }

    #header .strapline {
        color: #ffffff;
    }

    /*topbarwordtheme*/
    #header .welcome-user-strapline {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #808080;
        text-align: right;
    }

        #header .welcome-user-strapline .links a {
            margin-left: 5px;
            color: #808080;
        }

            #header .welcome-user-strapline .links a:hover {
                text-decoration: none;
                color: #fff;
            }

.instrument-selection-hover a:hover {
    background-image: url(../images/icons/instrumentSelectionHover.png) !important;
    background-repeat: no-repeat;
    background-position: 22px 8px;
    color: red;
    background-color: blue;
}

/* more info table row */
.moreInfomation {
    display: none;
}

td.showMore, td.showLess {
    cursor: pointer;
    min-width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.showMore {
    cursor: pointer;
    background-image: url(../images/icons/more.png);
}

.showLess {
    cursor: pointer;
    background-image: url(../images/icons/less.png);
}

.datepicker {
    padding-left: 12px;
}

/* Chart legend */
.chart-legend {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

    .chart-legend li span {
        display: inline-block;
        height: 15px;
        width: 15px;
        margin-right: 5px;
        border: 1px solid #EDEDED;
    }

/* Cookie warning */
#cookieWarning {
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #606060;
    border: 1px solid #494444;
}

#cookieWarningInner {
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 130px;
    text-align: center;
}

#cookieWarningAgree {
    text-align: right;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
}

/* new specific ePAQ glyph icons*/
.glyphicon-instruments {
    background: transparent url('someurl') no-repeat 0 -380px;
}

#userDetailsWelcomeShort {
    display: none;
}

/*tooltip styles*/
.helper-tooltip {
    color: #793379;
    font-size: 18px;
}

.tooltip-inner {
    background-color: #793379;
    width: 550px;
    max-height: 200px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tab-pane {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 20px;
    border-radius: 4px;
}

.avoid-pagebreak {
    page-break-inside: avoid;
}

.instrument-indicator {
    padding-right: 5px;
    display: inline-block;
    padding-bottom: 0px !important;
}

.instrument-text {
    float: left;
    padding-right: 5px;
    color: #777;
    padding-top: 10px;
}

.instrument-image {
    border-radius: 4px;
    width: 44px;
    height: 40px;
    margin-bottom: -5px;
}

@media (max-width: 1017px) {
    #userDetailsWelcome {
        display: none;
    }

    #userDetailsWelcomeShort {
        display: inline-block;
    }
}

@media (max-width: 810px) {
    #userDetailsWelcome {
        display: none;
    }

    #userDetailsWelcomeShort {
        /*display:none;*/
    }
}

@media(max-width:740px ) {
    .strapline {
        display: none;
    }
}
/*help modal*/
.help-modal {
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 2000;
    display: none;
    background-color: #fff;
}

    .help-modal .help-modal-inner {
        width: 100%;
    }

    .help-modal .help-modal-header {
        width: 100%;
        height: 44px;
        background-color: #BBD2E2;
        border-bottom: 1px solid #18496A;
    }

    .help-modal #helpClose {
        position: absolute;
        right: 50px;
        top: 5px;
        cursor: pointer;
        color: #793379;
    }

#help-title {
    margin-top: 0px;
    padding-top: 6px;
    padding-left: 25px;
    color: #793379;
}

/*@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}*/

/*re-PAQ styling*/

.clsRemove_rePAQ {
    cursor: pointer;
}

.tbl_rePAQ .tbl_th_Question {
    width: 150px;
}

.tbl_rePAQ .tbl_td_Answer {
    text-align: left;
    width: 180px;
}

/*.tbl_rePAQ .tbl_td_SubQuestion_Ans {
    width: 200px;
}*/

.tbl_rePAQSearchResult {
    width: 100% !important;
}

    .tbl_rePAQSearchResult th {
        width: 16.66%;
    }

    .tbl_rePAQSearchResult td {
        width: 16.66%;
    }

.questionnaire-list-more-infomation {
    cursor: pointer;
}

.dashboard-search-label {
    font-size: 12px;
}

.full-width {
    width: 100%;
}

table.pre-op-status {
    background-color: white;
}

    table.pre-op-status td {
        border-width: 1px;
        border-style: solid;
        border-color: #ddd;
        padding-left: 6px;
        vertical-align: top;
    }

.dashboard-questionnaire-results_table {
    font-size: 11px;
}

.dashboard-questionnaire-details {
    font-size: 11px;
    background-color: aliceblue
}

.dashboard-checkbox {
    height: 13px;
    width: 13px;
}

.bold-font {
    font-weight: bold;
}

.bigger-font {
    font-size: 12px;
}

.questionnaire-numbers {
    float: left;
    padding: 5px;
    border-style: solid;
    border-color: green;
    border-width: 2px;
    border-radius: 5px;
    width: 45px;
    height: 35px;
    text-align: right;
}

.status-filter-panel {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.status-filter-button, .clsShowListOfBadEmails {
    margin-top: 5px;
}

#OrderByButton, #OrderByButton:hover, #OrderByButton:active, #OrderByButton:visited {
    color: white;
    text-decoration: none;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.show-row {
    /*Sets the size of the glyphicon*/
    font-size: 20px;
}

.btn-info.status-filter-button {
    background-color: #CA5100;
    border-color: #CA5100;
    color: #FFF;
}

    .btn-info.status-filter-button:hover {
        background-color: #9F4000;
        border-color: #CA5100;
        color: #FFF;
    }

.clsDoNotContact {
    overflow: auto;
    height: 250px;
}

.clsDashboard_AnnotationLabel {
    margin-top: 12px;
}

    .clsDashboard_AnnotationLabel p {
        color: red;
        font-size: 11px;
    }

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.clsBadEmail_Panel {
    margin-bottom: 5px !important;
}

.clsEmailBody {
    height: 300px;
    overflow: auto;
}

.clsBadEmail_model-footer {
    padding: 5px 10px 5px !important;
    margin-top: 0px !important;
}

.clsBadEmail_modal-body {
    padding-bottom: 2px !important;
}

.clsBadEmail_table th {
    vertical-align: middle !important;
}

.clsNumfOfBadEmails_Label {
    color: #d9534f !important;
}

.clsNumOfBadEmails {
    border-color: #d9534f !important;
}

.stopbang-initial {
    color: red;
    font-weight: bold;
}

.DemographicHeader {
    padding: 10px 16px;
    background: #1F497D;
    color: white;
    display: none;
}

    .DemographicHeader th, .DemographicHeader td {
        font-size: 20px !important;
    }

    .DemographicHeader .lightblue_bg {
        color: black !important;
    }

#StickyHeader {
    display: none;
}

.sticky {
    display: block;
    position: fixed;
    top: 75px;
    width: 63%;
    z-index: 999;
}

    .sticky + .content {
        padding-top: 102px;
    }


.unsaved-changes-warning {
    /*background-color: red;
    color: white;
    font-weight: bolder;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;*/
    font-size: 14px;
    padding: 8px;
    margin-bottom: 0;
}

    .unsaved-changes-warning .changes-message-header {
        font-size: 14px;
    }

    .unsaved-changes-warning .changes-message {
        font-size: 12px;
    }

.saved-changes-confirmation {
    /*background-color: green;
    color: white;
    font-weight: bolder;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;*/
    font-size: 14px;
    padding: 8px;
    margin-bottom: 0;
}

/* Export styling*/

.exportDataFilter {
    border: 2px solid black;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    display: inline-flex;
    padding: 3px;
    margin: 1px;
    cursor: pointer;
}

.exportDataFilter:hover{
    background-color:lightgrey;
}

.exportDocFilter {
    border: 2px solid black;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    display: inline-flex;
    padding: 3px;
    margin: 1px;
    cursor: pointer;
}

.exportDocFilter:hover {
    background-color: lightgrey;
}
