﻿* {
    box-sizing: border-box;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    color: #5D5D5C;
}

input, textarea {
    border: 1px solid transparent;
    box-shadow: 0px 0px 3px transparent;
    box-sizing: border-box;
}

    input:focus, textarea:focus {
        border: 1px solid #BFD041;
        box-shadow: 0px 0px 3px #BFD041;
        outline: 0;
    }

    input[type=submit]:disabled {
        background-color: #EDEDED;
        cursor: default;
    }

    input[type=button]:disabled {
        background-color: #EDEDED;
        cursor: default;
    }

    input[type=text] {
        background-color: #D5D5D5;
        color: #585858;
        border: none;
        line-height: 20px;
        font-size: 14px;
        vertical-align: middle;
        padding: 3px 10px 3px 10px;
        border-radius: 5px;
    }

        input[type=text]:disabled {
            background-color: #B5B5B5;
        }

select {
    background-color: #D5D5D5;
    border-radius: 5px;
    color: #585858;
    padding: 5px 15px 5px 5px;
    background-image: url(../images/IconCheck.png);
    background-size: 15px 15px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border: 1px solid transparent !important;
    box-shadow: 0px 0px 3px transparent !important;
}

select::-ms-expand {
    display: none;
}

    select:hover {
        cursor: pointer;
        background-color: #B5B5B5;
    }

    select:focus {
        border: 1px solid #BFD041 !important;
        box-shadow: 0px 0px 3px #BFD041 !important;
        outline: 0;
    }

    select:disabled {
        background-color: #B5B5B5;
    }

textarea {
    background-color: #D5D5D5;
    color: #585858;
    border: none;
    line-height: 20px;
    font-size: 14px;
    vertical-align: middle;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}

    textarea:disabled {
        background-color: #B5B5B5;
    }

input[type=password] {
    background-color: #D5D5D5;
    color: #585858;
    border: none;
    line-height: 20px;
    font-size: 14px;
    vertical-align: middle;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}

input[type=button] {
    background-color: #D5D5D5;
    padding: 10px 20px 10px 20px;
    color: #585858;
    border-radius: 5px;
    border: none;
}

    input[type=button]:not([disabled]):hover {
        cursor: pointer;
        background-color: #B5B5B5;
    }

input[type=submit] {
    background-color: #D5D5D5;
    /*padding: 10px 20px 10px 20px;*/
    /* FRA */ 
    color: #585858;
    border-radius: 5px;
    border: none;
}

    input[type=submit]:not([disabled]):hover {
        cursor: pointer;
        background-color: #B5B5B5;
    }

input[type="checkbox"] {
    border: none;
    margin: 10px;
    -webkit-appearance: checkbox;
    display: inline-block;
    width: 10px;
    height: 10px;
    /*background: url(../images/CheckboxEmpty.png) left top no-repeat;*/
    background-color: #D5D5D5 !important;
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

.content-panel {
    width: 100%;
    padding: 20px;
    background-color: #E6E6E6;
}

.hidden {
    display: none;
}

.clearer {
    clear: both;
}

.newliner {
    clear: both;
    width: 100%;
    height: 10px;
}

.newliner-border {
    clear: both;
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #D5D5D5;
}

.newliner-height-70 {
    clear: both;
    width: 100%;
    height: 70px;
}

.newliner-height-2vw {
    clear: both;
    width: 100%;
    height: 2vw;
}

.newliner-no-height {
    clear: both;
    width: 100%;
    height: 0px;
}

.float-l {
    float: left;
}

.display-none {
    display: none;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.float-r {
    float: right;
}

.no-padding {
    padding:0;
}

.no-br {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullrow {
    width: 100%;
    padding: 2px 15px 2px 15px;
}

.fullrow-diviner {
    width: 100%;
    height: 1px;
    background-color: #B5B5B5;
}

.height-30px {
    height: 30px;
}

.button-row {
    margin-top: 10px;
    border-top: 1px solid #D5D5D5;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

.input-row {
    width: 100%;
}

.input-button-row {
    margin-top: 10px;
    border-top: 1px solid #D5D5D5;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

.input-row-diviner {
    width: 100%;
    height: 15px;
}

.input-row .row-label {
    width: 120px;
    float: left;
    padding-top: 5px;
}

.input-row .row-input {
    float: left;
    margin-left: 20px;
    width: 230px;
    box-sizing: border-box;
}

.frame {
    border-radius: 5px;
    background-color: #EDEDED;
    overflow: hidden;
    width: 100%;
}

    .frame .frame-header {
        padding: 10px 20px 10px 20px;
        line-height: 30px;
        font-size: 18px;
        vertical-align: middle;
        width: 100%;
        background-color: #BFD041;
        color: #FFFFFF;
    }

    .frame .frame-content {
        padding: 10px 20px 10px 20px;
    }

        .frame .frame-content .frame-row {
            width: 100%;
        }

        .frame .frame-content .frame-button-row {
            margin-top: 10px;
            border-top: 1px solid #D5D5D5;
            width: 100%;
            padding: 10px 20px 10px 20px;
            text-align: center;
        }

        .frame .frame-content .frame-row-diviner {
            width: 100%;
            height: 15px;
        }

        .frame .frame-content .frame-row-diviner-with-border {
            width: 100%;
            height: 15px;
            margin-bottom: 10px;
            border-bottom: 1px solid #D5D5D5;
            padding: 10px 10px 20px 20px;
        }

        .frame .frame-content .frame-row-diviner-with-thick-border {
            width: 100%;
            height: 15px;
            margin-bottom: 10px;
            border-bottom: 1px solid #D5D5D5;
            /*padding: 10px 10px 20px 20px;*/
            /*aan edit*/
            padding: 0px 10px 20px 20px;
            margin-top: 30px;
        }

        .frame .frame-content .frame-row .row-label {
            width: 120px;
            float: left;
            padding-top: 5px;
        }

        .frame .frame-content .frame-row .row-input {
            float: left;
            margin-left: 20px;
            width: 230px;
            box-sizing: border-box;
        }

            .frame .frame-content .frame-row .row-input.background-white {
                background-color: white;
            }

    .frame.info-frame {
        margin: 1%;
    }

        .frame.info-frame .frame-header {
            background-color: #828282;
            font-size: 10.5pt;
        }

        .frame.info-frame .frame-content {
        }

.ajax-loading-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(230,230,230,0.5);
    z-index: 25001;
    transition: all 0.3s;
}

    .ajax-loading-panel .loading-dialog {
    }

    .ajax-loading-panel .loading-image-hoder {
        width: 150px;
        height: 150px;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-top: -75px;
        margin-left: -75px;
        background-color: #FFFFFF;
        border-radius: 5px;
        box-shadow: #333333 1px 1px 2px;
        background-image: url(../images/loading.gif);
        background-position: center center;
        background-repeat: no-repeat;
    }

.current-patient-title {
    height: 70px;
    line-height: 100px;
    vertical-align: bottom;
    font-size: 17px;
    font-weight: 600;
}

@media screen and (min-width: 1010px) {
    .current-patient-title {
        height: 70px;
        line-height: 100px;
        vertical-align: bottom;
        font-size: 24px;
        font-weight: 600;
    }
}


.width-48 {
    width: 48%;
}

.width48 {
    width: 48% !important;
}


.RadWindow.RadWindow_Mylife {
    background: #EDEDED;
    border: 3px solid #FFFFFF;
    overflow: hidden;
    padding: 0;
}

.RadWindow_Mylive .rwTopLeft, .RadWindow_Mylive .rwTopRight, .RadWindow_Mylive .rwTitlebar, .RadWindow_Mylive .rwFooterLeft, .RadWindow_Mylive .rwFooterRight, .RadWindow_Mylive .rwFooterCenter, .RadWindow_Mylive .rwTopResize, .RadWindow_Mylive .rwStatusbar div, .RadWindow_Mylive .rwStatusbar, .RadWindow_Mylive .rwPopupButton, .RadWindow_Mylive .rwPopupButton span, .RadWindow_Mylive.rwMinimizedWindow .rwCorner {
}

.RadWindow.RadWindow_Mylife .rwContent {
    background: #EDEDED;
    border: none;
    padding: 0;
}

.RadWindow.RadWindow_Mylife.rwRoundedCorner {
    border-radius: 10px;
}

.RadWindow.RadWindow_Mylife .rwTitleBar {
    background: #BFD041;
    padding: 5px 20px 10px 20px;
    line-height: 30px;
    height: 40px;
    font-size: 18px;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0px;
    border-radius: 0px;
}

    .RadWindow.RadWindow_Mylife .rwTitleBar .rwTitleWrapper {
        width: 90%;
        padding: 0px;
    }

        .RadWindow.RadWindow_Mylife .rwTitleBar .rwTitleWrapper .rwTitle {
            padding: 0px;
        }

    .RadWindow.RadWindow_Mylife .rwTitleBar .rwIcon {
        display: none;
    }

    .RadWindow.RadWindow_Mylife .rwTitleBar h6 {
        margin-top: 2px;
        font-family: Helvetica, sans-serif;
        font-size: 16px;
        color: #FFFFFF;
    }

    .RadWindow.RadWindow_Mylife .rwTitleBar .rwCommands {
        right: 20px;
    }

    .RadWindow.RadWindow_Mylife .rwTitleBar .rwCloseButton {
        margin-top: -2px;
        width: 30px;
        height: 30px;
        background: url(../images/CloseOnAppThemeBackground.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

        .RadWindow.RadWindow_Mylife .rwTitleBar .rwCloseButton:before {
            content: "" !important;
        }

        .RadWindow.RadWindow_Mylife .rwTitleBar .rwCloseButton:hover {
            margin-top: -2px;
            width: 30px;
            height: 30px;
            background: url(../images/CloseOnAppThemeBackground.png);
            background-repeat: no-repeat;
            background-size: contain;
            cursor: pointer;
        }


.button-row .RadAjaxPanel {
    display: inline !important;
}

.RadButton.rad-button {
    line-height: 26px;
    vertical-align: middle;
    height: 30px;
    border: none;
    background-color: #D5D5D5;
    border-radius: 7px;
    padding-left: 20px;
    padding-right: 20px;
    background-size: 15px 15px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

    .RadButton.rad-button:hover {
        background-color: #B5B5B5;
    }

    .RadButton.rad-button.active {
        background-color: #828282;
    }

    .RadButton.rad-button.rbDisabled {
        background-color: #E6E6E6;
        opacity: 0.6;
    }

.heading-table {
    width: 99%;
    display: inline-block;
    background-color: #E6E6E6;
    border-radius: 10px;
    border-width: 0px;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font: normal 12px "Segoe UI", Arial, sans-serif !important;
    font-weight: 600 !important;
    color: #555555;
}

    .heading-table.distribution {
        margin-bottom: 0px !important;
    }

.heading-table-column {
    display: block;
    float: left;
    width: 310px;
    padding-left: 20px;
    width: 24%;
}

.heading-table-column-left {
    display: block;
    float: left;
    width: 310px;
    padding-left: 20px;
    width: 24%;
}

.heading-table-column-values {
    display: block;
    float: left;
    text-align: right;
    width: 80px;
    padding-right: 20px;
    border-right: 1px solid #C1C1C1;
    width: 6%;
}

.heading-table-column-values-right {
    display: block;
    float: left;
    text-align: right;
    width: 80px;
    padding-right: 20px;
    width: 6%;
}

input[type='button'].am-pm-button {
    float: left;
    width: 25px;
    margin: 0px;
    padding: 0px;
    margin-top: 6px;
    margin-left: 5px;
    background-color: #EDEDED;
}

/* used for all chart tooltips to remove the tooltip border */
.k-chart-tooltip {
    border-width: 0px !important;
}

.user-message {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding: 5px;
}

    .user-message.success {
        color: #5D5D5C;
    }

    .user-message.error {
        color: red;
    }

.message-dialog-content {
    width: 460px;
    padding: 10px 20px 10px 20px;
}

.message-dialog .message-list {
    list-style: none;
    padding: 0;
}

    .message-dialog .message-list li {
        padding: 5px 0px 5px 0px;
    }

.message-dialog .message-list .error-message{
    background-image: url(../images/ValidationError_30x30.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    min-height: 20px;
    color: #585858;
}

.message-dialog .message-list .success-message{
    color: green;
}

.message-dialog .message-list .info-message{
    
}


.validator-message {
    text-align: left;
    margin-bottom: 10px;
}

    .validator-message.success {
        color: green;
    }

    .validator-message.error {
        color: red;
    }

.validator-message-container ul li {
    color: red;
}

.export-report span.show-report-type-list-button {
    line-height: 26px;
    vertical-align: middle;
    height: 30px;
    border: none;
    background-color: #E6E6E6;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 40px;
    background-image: url(../images/IconCheck.png);
    background-size: 15px 15px;
    background-position: right 5px center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

    .export-report span.show-report-type-list-button.active {
        background-color: #828282;
    }

    .export-report span.show-report-type-list-button:hover {
        cursor: pointer;
        background-color: #B5B5B5;
    }

.report-type-list-holder {
    position: absolute;
    background-color: #E6E6E6;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    box-shadow: #CCCCCC 1px 1px 1px;
    z-index: 10002;
    padding: 5px;
    width: 100px;
}

.report-type-list-overlayer {
    position: fixed;
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10001;
}

.report-type-list-holder .report-type-list-item-button {
    width: 100%;
    height: 24px;
    border: none;
}

    .report-type-list-holder .report-type-list-item-button:hover {
        cursor: pointer;
        background-color: #B5B5B5;
    }

.chart-unit-labels {
    display: inline;
}

.chart-unit-label-left {
    float: left;
}

.chart-unit-label-right {
    float: right;
}

.embedded-document-content {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    overflow-wrap: break-word;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px;
    box-shadow: inset 1px 1px 3px #CCCCCC;
}

.grid-icon-holder {
    text-align:center;
    cursor:pointer;
}

.checkbox-wrapper {
    background-color: #D5D5D5;
}