﻿/*#region Fonts */

@font-face {
    font-family: 'ClearSans';
    src: url('fonts/ClearSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ClearSansThin';
    src: url('fonts/ClearSans-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'ClearSansBold';
    src: url('fonts/ClearSans-Bold.ttf') format('truetype');
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/roboto-v15-latin-300.eot"); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'), url("fonts/roboto-v15-latin-300.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
    url("fonts/roboto-v15-latin-300.woff2") format('woff2'), /* Super Modern Browsers */
    url("fonts/roboto-v15-latin-300.woff") format('woff'), /* Modern Browsers */
    url("fonts/roboto-v15-latin-300.ttf") format('truetype'), /* Safari, Android, iOS */
    url("fonts/roboto-v15-latin-300.svg#Roboto") format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/roboto-v15-latin-regular.eot"); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url("fonts/roboto-v15-latin-regular.eot#iefix") format('embedded-opentype'), /* IE6-IE8 */
    url("fonts/roboto-v15-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */
    url("fonts/roboto-v15-latin-regular.woff") format('woff'), /* Modern Browsers */
    url("fonts/roboto-v15-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */
    url("fonts/roboto-v15-latin-regular.svg#Roboto") format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/roboto-v15-latin-700.eot"); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'), url("fonts/roboto-v15-latin-700.eot#iefix") format('embedded-opentype'), /* IE6-IE8 */
    url("fonts/roboto-v15-latin-700.woff2") format('woff2'), /* Super Modern Browsers */
    url("fonts/roboto-v15-latin-700.woff") format('woff'), /* Modern Browsers */
    url("fonts/roboto-v15-latin-700.ttf") format('truetype'), /* Safari, Android, iOS */
    url("fonts/roboto-v15-latin-700.svg#Roboto") format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url("fonts/MaterialIcons-Regular.woff2") format('woff2'), url("fonts/MaterialIcons-Regular.woff") format('woff'), url("fonts/MaterialIcons-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'AmpleSoft Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('AmpleSoft Pro Regular'), url('fonts/Ample Soft Pro.woff') format('woff');
}

@font-face {
    font-family: 'AmpleSoft Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('AmpleSoft Pro Medium'), url('fonts/Ample Soft Pro Medium.woff') format('woff');
}
/*#endregion */

/*#region To include into Graphics2013.css */

.userSelectNone {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.height-auto {
    height: auto !important;
}

.box-sizing-border {
    box-sizing: border-box;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.no-margin-horizontal {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*#endregion */

#th_wrapper {
    position: relative;
    font-family: 'Roboto';
}
#th_wrapper.fixed {
    margin-bottom: 62px;
}

#th_mainContent {
    position: relative;
}

.th_scroll {
    scrollbar-base-color: #dfdad5;
    scrollbar-face-color: #b0aaa4;
    scrollbar-arrow-color: #b0aaa4;
    scrollbar-highlight-color: #dfdad5;
}
.th_scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #eceae6;
}
.th_scroll::-webkit-scrollbar-thumb {
    background-color: #dfdad5;
}

/*#region Common */

#th_wrapper .th-text-green {
    color: #428BCA;
}

/*#endregion */

/*#region Header and scroll */

#th_header {
    position: relative;
    height: 52px;
}
#th_header.fixed {
    position: fixed !important;
    background: #FFF;
    z-index: 11; 
}

#th_topBar {
    height: 30px;
}

#th_leftBar {
    position: relative;
    float: left;
    width: 240px;
    height: inherit;
    visibility: hidden;
}

#th_rightBar {
    position: relative;
    float: left;
    width: calc(100% - 240px);
    height: inherit;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#th_filters {
    display: flex;
    width: 240px;
    float: left;
    height: 57px;
    margin-top: -31px;
    align-items: center;
}

    #th_filters .th_flag:not([title]) .th_btnContent:before {
        display:none;
    }
    #th_filters > * {
        flex-grow: 1;
        border-radius: 2px;
        display: flex;
        height: 40px;
        text-align: center;
    }
#th_filters > *:first-child {
    margin-left: 8px;
}
        #th_filters > *:last-child {
            margin-right: 8px;
        }

#th_header2Day {
    width: calc(100% - 240px);
    height: 22px;
    background-color: #cad2ff;
    position: relative;
    overflow: hidden;
}

.th_header2DayHour {
    width: calc(4.16666% - 1px);
    height: inherit;
    float: left;
    display: inline-grid;
    align-items: center;
    font-size: 14px;
    padding-bottom: 2px;
    text-align: center;
    border-right: 1px solid #E2E2E2;
}
    .th_header2DayHour:first-child {
        width: calc(4.16666% - 2px);
        border-left: 1px solid #E2E2E2;
    }
    .th_header2DayHour.th_even {
	background: linear-gradient(to bottom, #FFFFFF 80%, #414042 80%, #414042 100%);
}

.th_header2DayHour.th_odd {
	background: linear-gradient(to bottom, #FFFFFF 80%, #cccbc9 80%, #cccbc9 100%);
}

    .th_header2DayHour.th_currentDay {
        background: #7db3de;
        color: #FFFFFF;
        font-weight:bold;
    }

#th_horizontalPanelSeparator {
    display: flex;
    width: 100%;
    min-height: 32px;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    border-top: 1px solid #9C9C9D;
    box-sizing: border-box;
    padding-top: 0px;
    padding-right: 0.25em;
    padding-left: 0.5em;
    padding-bottom: .25em;
}

/*#endregion */

/*#region Loading */

.th_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 99999;
}
.th_loading.fixed {
    position: fixed !important;
}

.th_loadingBlack {
    background: rgba(255, 255, 255, .4) url('img_therapy/loadingBlack.gif') 50% 50% no-repeat;
    background-size: 64px;
}

.th_loadingWhite {
    background: rgba(0, 0, 0, .4) url('img_therapy/loadingWhite.gif') 50% 50% no-repeat;
    background-size: 64px;
}

.th_loadingWatermark:before {
    content: '';
    background: url('img_therapy/loadingBlack.gif') 50% 50% no-repeat;
    position: absolute;
    right: 2px;
    background-size: 16px;
    top: 2px;
    width: 16px;
    height: 22px;
}

/*#endregion */

/*#region Therapies */

/*#region Days selector */

.th_daySelWrapper {
    position: relative;
    float: left;
    width: calc(50% - 2px);
    height: inherit;
    margin: 0 2px 0 0px;
}

.th_daySel {
    width: 100%;
    height: inherit;
    background-color: #eceae6;
    color: #626365;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.th_daySel:hover, .th_daySel.active:hover {
    background-color: #b4e39d;
    color:#27BC5F !important;
} 
.th_daySel.active {
    background-color: #428BCA;
    color:#ffffff;
}

/*#endregion */

/*#region Filters */

/*#endregion */

/*#region Days */

.th_dayArrow {
    position: absolute;
    color: #626365;
    z-index: 2;
    height: 20px;
    width: 20px;
    transition: 200ms;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
}
    .th_dayArrow i {
        top: unset !important;
        width: 100%;
    }
    .th_dayArrow:hover {
        background: #e6e6e6;
    }

    .th_dayLeftArrow {
        left: 5px;
    }

.th_dayRightArrow {
    right: 5px;
}

#th_dayContainer {
    position: absolute;
    height: 40px;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
}

.th_dayWrapper {
    position: relative;
    display: inline-block;
    height: inherit;
    padding: 0px;
}

.th_dayWrapper.th_dayWrapper2Left {
	width: calc(66.66667% - 28px);
	transition: width 0.5s ease-in-out;
}

.th_dayWrapper.th_dayWrapper2Right {
	width: calc(33.33333% - 28px);
	transition: width 0.5s ease-in-out;
}

.th_dayWrapper.th_dayWrapper3 {
	width: 33.33333%;
}

.th_dayWrapper.th_dayWrapper7 {
	width: 14.28571%;
}

.th_day {
    width: 100%;
    height: inherit;
    background-color: #fff;
    display: inline-block;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
}

.th_currentDay .th_day {
    background-color: #F4F4F4;
}

.th_dayContentWrapper {
    text-align: center;
    display: table;
    width: inherit;
    height: inherit;
    color: #626365;
    margin-top: 6px;
}

.th_dayDate {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-top: 7px;
    display: inline-block;
}

.th_dayMonth {
    font-size: 14px;
    margin-left: 4px;
    text-transform: uppercase;
    font-weight: 400;
}

#th_sideBarSeparator, #th_vitalsSeparator, #th_vitalsPanel {
    display: none;
}

/*#endregion */

/*#region Therapy */
.th_therapyCategoryGroup {
    border-bottom: 1px solid #E2E2E2;
}
#th_therapies {
    position: relative;
    min-height: 350px;
}
#th_therapies.expanded {
	height: calc(110px + 240px);
}

    #th_therapies .th_noDataPlaceholder {
        font-size: 18px;
        text-align: center;
        padding: 150px 0 44px;
    }

.th_therapyCategory {
    margin: 0 0 0 0;
    position: relative;
}

.th_therapyCategoryHeader {
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #626365;
    text-transform: lowercase;
    height: 25px;
    float: left;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    background: #E2E2E2;
    display: flex;
    align-items: center;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.th_therapyCategoryGroupHeader {
    padding: 0 0 0 8px;
    font-size: 16px;
    width: 100%;
    height: 22px;
    float: left;
    margin: 0 0 8px 0;
    font-weight: 600;
    box-sizing: border-box;
}
.th_therapyCategoryGroup[data-group-name="SUSPENDED"] .th_therapyCategoryGroupHeader {
    background: #BBBCBC;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.th_therapyCategoryGroup[data-group-name="WHENNEEDED"] .th_therapyCategoryGroupHeader {
    background: repeating-linear-gradient( -45deg,#f4f4f4,#f4f4f4 20px,#e2e2e2 20px,#e2e2e2 40px) !important;
    font-weight: 600;
    color: #626365;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.th_therapyCategoryGroup[data-group-name="WHENNEEDED"] .th_therapyCategory .th_therapyCategoryHeader {
    display:none;
}
.th_therapyCategory .th_therapy:last-child {
    border-bottom: none;
}
.th_therapy {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #E2E2E2;
}

    .th_therapy.th_notSigned .th_drugName, .th_therapy.th_notSigned .th_roa, .th_therapy.th_notSigned .th_daysActive, .th_therapy.th_notSigned .th_deliveriesScroll {
        opacity: 0.6;
    }

.th_therapy.active {
    background: #dbf9c7;
}

.th_plan {
    position: relative;
    width: 235px;
    vertical-align: top;
    float: left;
    min-height: 50px;
    border-right: 1px solid #E2E2E2;
    box-sizing: border-box;
    margin: 0 5px 0 0;
}

.th_drugName {
    margin: 5px;
    padding: 0;
    position: relative;
    font-size: 14px;
    color: #428BCA;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 31px;
    transition: 200ms;
    cursor: pointer;
}
.th_therapy:not(.active) .th_drugName:hover {
    background-color: #F4F4F4;
}

    .th_drugName div.th_scroll {
        max-height: 65px;
        overflow: auto;
    }

.th_therapy.th_confirmed .th_drugName {
    padding-left: 12px;
    background-image: linear-gradient(to right, #27BC5F, #27BC5F 4px, transparent 4px);
}

.th_therapy.th_notConfirmed .th_drugName {
    padding-left: 12px;
    background-image: linear-gradient(to right, #D34737, #D34737 4px, transparent 4px);
}


.th_therapy.th_notValidated .th_drugName {
    padding-left: 12px;
    background-image: linear-gradient(to right, #D34737, #D34737 4px, transparent 4px) !important;
}

.th_therapy.th_resumable .th_drugName {
    padding-left: 12px;
    background-image: linear-gradient(to right, #E2E2E2, #E2E2E2 4px, transparent 4px);
}



.th_plan .th_note, .th-legend-icon.th_note {
    color: #FECF33;
}

.th_drugNameSwitcher {
    display:none;
    position: absolute;
    top: 5px;
    right: 3px;
    cursor: pointer;
}

.th-therapy-subpanel {
    min-height: 14px;
}

.th_therapy .th_checkbox {
    display: none;
    width: 12px;
    height: 12px;
    background-color: #A6A4A5;
    position: relative;
    cursor: pointer;
}

.th_therapy.th_selectable .th_checkbox {
    display: block;
}

.th_therapy.th_selected .th_checkbox:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    background: #000000;
    width: 6px;
    height: 6px;
}

.th_roa {
    padding: 0 5px 0 12px;
    font-size: 12px;
    color: #9C9C9D;
}

.th_daysActive {
    display:none;
    padding: 0 4px 0 4px;
    border-bottom: 1px solid #d2d1d1;
    border-right: 1px solid #d2d1d1;
    font-size: 10px;
    background: #FFF;
}

.th_deleteTherapyBtn {
    color: #D91920;
    cursor: pointer;
}
.th_therapy .th_unavailable, #th_legend .th_unavailable {
    background-image: url('img_therapy/outsideDruglist.png');
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
    top: 1px;
}
.th_interactionsBtn {
	color: #ed2844;
	padding: 1px 2px;
}

.th_deliveriesWrapper {
    overflow-y: visible;
}

.th_deliveriesInner {
    overflow-x: hidden;
    width: calc(100% - 240px);
}

.th_deliveries {
    position: relative;
    width: 100%;
    vertical-align: top;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}

.th_deliveriesScroll {
    position: relative;
}

.th_therapyCorrelated {
    position: absolute;
    left: -15px;
    top:15px;
    color:black;
    
}

.th_deliveryDay {
    vertical-align: top;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
}

.th_deliveryDay2Left {
    width: calc(66.66667%);
    height: 50px;
    transition: width 0.5s ease-in-out;
}

.th_deliveryDay2Right {
    width: calc(33.33333%);
    height: 50px;
    transition: width 0.5s ease-in-out;
}

.th_deliveryDay3 {
    width: 33.33333%;
}

.th_deliveryDay7 {
    width: 14.28571%;
}

.th_deliveryDay7Metro {
    width: 14.28571%;
    height: 50px;
}

.th_deliveryDay7Turns {
    height: 8px;
    width: 100%;
    margin: 2px 0 0 0;
}

.th_deliveryDay7Metro + .th_deliveryDay7Metro:before {
    position: absolute;
    height: 20px;
    width: 4px;
    background-color: #231f20;
    display: block;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
}

/*#endregion */

/*#region Deliveries */

.th_delivery, .th_notSigned .th_end {
    cursor: pointer;
}

.th_delivery.th_whenNeeded.th_planned, .th_delivery.th_whenNeededPlaceholder.th_planned, .th_delivery7 {
	cursor: default;
}

.th_delivery.th_notSigned, .th_delivery7MetroLine.th_notSigned, .th_end.th_notSigned, .th_infusiveLine.th_notSigned, .th_event.th_notSigned {
	opacity: 0.6;
}

.th_therapy.th_notSigned .th_delivery, .th_therapy.th_notSigned .th_delivery7MetroLine, .th_therapy.th_notSigned .th_event, .th_delivery.th_notSigned .th_event, .th_infusiveLine.th_notSigned .th_event {
	opacity: initial;
}

.th_delivery .th_icon { font-size: 8px; }
.th_delivery .th-icon-wrapper {
    position: absolute;
    bottom: 0px;
    right: 1px;
    font-size: 11px;
}

.th_tag {
    width: 20px;
    height: 20px;
    background: #393536;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 2px;
    float: left;
}

.th_event {
    text-align: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.th_event .th_deletedIcon {
    position: absolute;
    bottom: 2px;
    right: 3px;
    font-size: 12px;
}

    .th_event.th_deleted {
        font-family: 'Roboto';
        background: transparent;
        color: #000;
    }

.th_event.th_planned {
	background: #626365;
	color: #FFF;
}

.th_event.th_confirmed {
	background: #27BC5F;
	color: #FFF;
}

.th_event.th_notAdjusted {
	background-color: #FFFFFF;
	color: #D34737;
	border: 2px solid #D34737;
}

.th_event.th_toAdjust {
	background: #FECF33;
	color: #FFF;
}

    .th_event.th_placeholderEvent.th_confirmed {
        cursor: default;
        background: #626365;
    }

.th_event.th_placeholderEvent.th_notConfirmed {
	background: #D34737;
}

.th_event.th_infusiveComputedEnd {
	background: #FECF33;
}

.th_eventAggregator {
    background: #27BC5F;
}

.th_eventAggregator.th_toAdjust {
	background: #FECF33;
}

.th_eventAggregator.th_missed {
	background-color: #D34737;
}

.th_aggregatedEvent .th_toAdjust {
    color: #FECF33;
}

.th_aggregatedEvent .th_missed {
    color: #D34737;
}

/*#region 2 Days */

.th_delivery2 {
    box-sizing: border-box;
    position: absolute;
    vertical-align: top;
    margin: 0;
    height: 40px;
    z-index: 2;
    border-radius: 2px;
    transition: 200ms;
}

    .th_deliveryDay2Left .th_delivery2 {
        width: 6.25%;
    }

.th_deliveryDay2Right .th_delivery2 {
    width: 12.5%;
}

.th_delivery2.th_delivered, .th_delivery2.th_managed {
    background-color: #27BC5F;
    color: #FFFFFF;
}

.th_delivery2.th_managed {
    border: 3px solid #D34737;
}

.th_delivery2.th_planned {
    background-color: #626365;
    color: #FFFFFF;
}

.th_delivery2.th_toDeliver {
    background-color: #FECF33;
    color: #FFFFFF;
}

    .th_delivery2.th_notConfirmed {
        background-color: #FFFFFF;
        color: #231f20;
        border: 1px solid #231f20;
    }

.th_delivery2.th_line.th_notConfirmed {
    border-right: none;
}

.th_delivery2.th_notDelivered {
    background-color: #FFFFFF;
    color: #D34737;
    border: 3px solid #D34737;
}

.th_delivery2.th_urgent {
    background-color: #ed2844;
    color: #FFFFFF;
}

.th_delivery2.th_stopped {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFklEQVQIW2NkYGD4D8SMQAwhYACFAwAjcQEE0gngKAAAAABJRU5ErkJggg==);
    color: #000000;
}

.th_delivery2.th_line:after {
    position: absolute;
    top: 0;
    right: -14px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    content: '';
    z-index: 2;
}

.th_delivery2.th_line.th_delivered:after {
    border-left: 14px solid #27BC5F;
}

.th_delivery2.th_line.th_planned:after {
    border-left: 14px solid #626365;
}

.th_delivery2.th_line.th_toDeliver:after {
    border-left: 14px solid #FECF33;
}

.th_delivery2.th_line.th_notConfirmed:after {
    border-left: 14px solid #000000;
}

.th_delivery2.th_late {
    background-image: linear-gradient(to left, #D34737 8px, transparent 8px, transparent);
}
.th_delivery2.th_linePlaceholder.th_late, .th_deliveryInner.th_linePlaceholder.th_late {
	background: #D34737;
}
.th_delivery2.th_linePlaceholder.th_inactive, .th_deliveryInner.th_linePlaceholder.th_inactive {
    background: #626365;
}
.th_delivery2.th_linePlaceholder.th_stopped, .th_deliveryInner.th_linePlaceholder.th_stopped {
    background: #27BC5F;
}

.th_delivery2.th_line.th_late:after {
    border: none;
}

.th_delivery2.th_linePlaceholder {
    cursor: pointer;
    color: #FFF;
}

    .th_delivery2.th_linePlaceholder.th_active {
        background: #626365;
    }

    .th_delivery2.th_linePlaceholder.th_inactive {
        background: #626365;
    }

.th_linePlaceholder .th_lineArrow {
    font-size: 24px;
    margin-left: 0px;
    margin-top: 5px;
}

.th_delivery2.th_drip {
    background-image: linear-gradient(to right, #4B0082 8px, transparent 8px);
}

.th_delivery2.th_noDrip {
    background-image: linear-gradient(to right, #FF9900 8px, transparent 8px);
}

    .th_delivery2.th_drip .th_deliveryLabel, .th_delivery2.th_noDrip .th_deliveryLabel {
        display: none;
    }

.th_delivery2.th_lastInfo {
    cursor: pointer;
    background: #4D9ADA;
    color: #FFF;
}

.th_delivery2.th_whenNeededPlaceholder {
    background-color: #626365;
    color: #FFFFFF;
}

    .th_delivery2.th_whenNeededPlaceholder.th_planned {
        border: 1px solid #231f20;
        background-color: #FFFFFF;
        color: #231f20;
    }
.th_delivery2.th_whenNeededPlaceholder .th_deliveryLabel {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.th_delivery2.th_whenNeededPlaceholder .th_deliveryLabel .th_deliveryDose {
	white-space: nowrap;
}


.th_delivery2.th_whenNeeded {
    background-color: #27BC5F;
    color: #FFFFFF;
	height: 22px;
	bottom: 0;
    border-radius:2px;
}

.th_delivery2.th_modified:not(.th_delivered) .th_mainDeliveryTimestamp, .th_delivery2.th_modified:not(.th_delivered) .th_secondaryDeliveryTimestamp, .th_delivery2.th_modified:not(.th_delivered) .th_deliveryDose {
    margin-left: 8px;
}

.th_delivery2:not(.th_delivered) .th_modified:not(.th_deliveryInner) {
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: #932126;
}

.th_delivery2.th_end {
    box-sizing: content-box;
    border: 3px solid #000000;
    background: #FFFFFF;
    background-image: linear-gradient(to right bottom, transparent, transparent 47%, #000000 48%, #000000 52%, transparent 53%, transparent 100%), linear-gradient(to left bottom, transparent 0%, transparent 47%, #000000 48%, #000000 52%, transparent 53%, transparent 100%);
}

.th_deliveryDay .th_delivery2.th_end {
    width: 32px;
    height: 32px;
}

.th_deliveryDay .th_delivery2.th_endIE9 {
    background-image: url('img_therapy/crossBlack.png');
    background-size: 100% 100%;
}

.th_delivery2.th_dom:before {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 8px;
    background: #231f20;
    content: '';
}
.th_delivery2.th_notDelivered.th_dom:before, .th_delivery2.th_managed.th_dom:before {
    top: 37px;
    left: -3px;
    width: calc(100% + 6px);
}
.th_delivery2.th_notConfirmed.th_dom:before {
    top: 39px;
    left: -1px;
    width: calc(100% + 2px);
}

.th_delivery2.th_multiple {
    background-color: transparent;
    border: none;
}

.th_infusive2 {
    position: absolute;
    height: 4px;
}

    .th_infusive2.th_planned {
        background-color: #626365;
    }

    .th_infusive2.th_delivered {
        background: #27BC5F;
    }

.th_event2 {
    position: absolute;
    margin-top: 12px;
    z-index: 3;
    line-height: 11px;
}

    .th_event2.th_eventAggregator {
        margin-left: 4px;
    }

    .th_event2.th_infusiveComputedEnd {
        margin-left: 24px;
    }

    .th_event2.th_placeholderEvent {
        margin-left: 4px;
        z-index: 10;
    }

    .th_event2.th_eventBot {
        margin-top: 20px;
        border: 1px solid #FFF;
    }

    .th_event2.th_eventTop {
        margin-top: 2px;
        border: 1px solid #FFF;
    }

/*#region Inner */

.th_deliveryInner {
    float: left;
    margin: 0 2px 0 2px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    color: #231f20;
}
.th_deliveryInner.th_delivered, .th_deliveryInner.th_managed {
    background-color: #27BC5F;
}
.th_deliveryInner.th_managed {
    border: 3px solid #D34737;
}

.th_deliveryInner.th_planned {
    background-color: #626365;
}

.th_deliveryInner.th_toDeliver {
    background-color: #FECF33;
}

.th_deliveryInner.th_notConfirmed {
    background-color: #FFFFFF;
    border: 1px solid #231f20;
}

.th_deliveryInner.th_notDelivered {
    background-color: #FFFFFF;
    border: 3px solid #D34737;
}

.th_deliveryInner.th_urgent {
    background-color: #ed2844;
}

.th_deliveryInner.th_stopped {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFklEQVQIW2NkYGD4D8SMQAwhYACFAwAjcQEE0gngKAAAAABJRU5ErkJggg==);
}

.th_deliveryInner.th_whenNeeded {
    background-color: #27BC5F;
    color: #FFFFFF;
}

.th_deliveryInner.th_drip {
    background: #4B0082;
}

.th_deliveryInner.th_noDrip {
    background: #FF9900;
}

.th_deliveryInner.th_lastInfo {
    cursor: pointer;
    background: #4D9ADA;
}

.th_deliveryInner.th_dom:before {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 8px;
    background: #231f20;
    content: '';
}

.th_deliveryInner:not(.th_delivered) .th_modified {
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: #932126;
}

.th_deliveryInner.th_end {
    border: 3px solid #231f20;
    background-image: linear-gradient(to right bottom, transparent, transparent 47%, #000000 48%, #000000 52%, transparent 53%, transparent 100%, transparent 100%), linear-gradient(to left bottom, transparent 0%, transparent 47%, #000000 48%, #000000 52%, transparent 53%, transparent 100%, transparent 100%);
}

.th_deliveryInner.th_endIE9 {
    background-image: url('img_therapy/crossBlack.png');
    background-size: 100% 100%;
}


/*#endregion */

/*#endregion */

/*#region 3 Days */

.th_delivery3 {
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    width: 60px;
    min-height: 40px;
    max-height:100%;
    height: 100%;
    margin: 0 4px 10px 0;
    float: left;
    z-index: 2;
}

    .th_delivery3.th_delivered, .th_delivery3.th_managed {
        background-color: #27BC5F;
        color: #FFFFFF;
    }

    .th_delivery3.th_managed {
        border: 3px solid #D34737;
    }

    .th_delivery3.th_planned {
        background-color: #626365;
        color: #FFFFFF;
    }

    .th_delivery3.th_toDeliver {
        background-color: #FECF33;
        color: #FFFFFF;
    }

    .th_delivery3.th_notConfirmed {
        background-color: #FFFFFF;
        color: #231f20;
        border: 1px solid #231f20;
    }

    .th_delivery3.th_notDelivered {
        background-color: #FFFFFF;
        color: #D34737;
        border: 3px solid #D34737;
    }

    .th_delivery3.th_urgent {
        background-color: #ed2844;
        color: #FFFFFF;
    }

    .th_delivery3.th_stopped {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFklEQVQIW2NkYGD4D8SMQAwhYACFAwAjcQEE0gngKAAAAABJRU5ErkJggg==);
        color: #000000;
    }

    .th_delivery3.th_linePlaceholder {
        width: 40px;
        cursor: pointer;
        color: #FFF;
    }

.th_delivery3.th_linePlaceholder.th_active {
    background: #4D9ADA;
}
.th_delivery3.th_linePlaceholder.th_inactive {
    background: #626365;
}
.th_delivery3.th_linePlaceholder.th_stopped {
    background: #27BC5F;
}
.th_delivery3.th_linePlaceholder.th_late {
    background: #D34737;
}

.th_linePlaceholder .th_lineArrow {
    font-size: 24px;
    margin-left: 0px;
    margin-top: 5px;
}

.th_delivery3.th_drip {
    width: 8px;
    background: #4B0082;
}

.th_delivery3.th_noDrip {
    width: 8px;
    background: #FF9900;
}

    .th_delivery3.th_drip .th_deliveryLabel, .th_delivery3.th_noDrip .th_deliveryLabel {
        display: none;
    }

.th_delivery3.th_lastInfo {
    width: 40px;
    cursor: pointer;
    background: #4D9ADA;
    color: #FFF;
}

.th_delivery3.th_line .th_lineEl:before {
    position: absolute;
    left: -4px;
    width: 4px;
    height: 8px;
    vertical-align: top;
    content: '';
}

.th_delivery3:first-of-type.th_line .th_lineEl:before {
    display: none;
}

.th_delivery3.th_line.th_delivered .th_lineEl:before {
    background-color: #27BC5F;
}

.th_delivery3.th_line.th_planned .th_lineEl:before {
    background-color: #626365;
}

.th_delivery3.th_line.th_toDeliver .th_lineEl:before {
    background-color: #FECF33;
}

.th_delivery3.th_line.th_stopped + .th_delivery3.th_line .th_lineEl:before {
    background-color: transparent;
}

.th_delivery3.th_whenNeeded {
    width: 120px;
    background-color: #4d99d9;
    color: #FFFFFF;
    margin-right: 0;
}

    .th_delivery3.th_whenNeeded.th_planned {
        background: linear-gradient(145deg, #4d99d9 0%, #4d99d9 65%, transparent 65%);
        color: #FFF;
        cursor: pointer;
    }

.th_delivery3.th_modified:not(.th_delivered) .th_mainDeliveryTimestamp, .th_delivery3.th_modified:not(.th_delivered) .th_secondaryDeliveryTimestamp, .th_delivery3.th_modified:not(.th_delivered) .th_deliveryDose {
    margin-left: 8px;
}

.th_delivery3:not(.th_delivered) .th_modified {
    position: absolute;
    width: 8px;
    height: 100%;
    background-color: #932126;
}

.th_delivery3.th_end {
    min-height: 0;
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    border: 3px solid #000000;
    background: #FFFFFF;
    background-image: linear-gradient(to right bottom, transparent, transparent 47%, #000000 48%, #000000 52%, transparent 53%, transparent 100%), linear-gradient(to left bottom, transparent 0%, transparent 47%, #000000 48%, #000000 52%, transparent 53%, transparent 100%);
}

.th_delivery3.th_endIE9 {
    background-image: url('img_therapy/crossBlack.png');
    background-size: 100% 100%;
}

.th_delivery3.th_dom:before {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 8px;
    background: #231f20;
    content: '';
}
.th_delivery3.th_notDelivered.th_dom:before, .th_delivery3.th_managed.th_dom:before {
    top: 37px;
    left: -3px;
    width: calc(100% + 6px);
}
.th_delivery3.th_notConfirmed.th_dom:before {
    top: 39px;
    left: -1px;
    width: calc(100% + 2px);
}

.th_deliveryLabel {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    line-height: 1;
    margin-top: 2px;
    margin-left: 2px;
}

.th_deliverBar {
    position: relative;
    float: left;
    width: 8px;
    height: 40px;
    background-color: #27BC5F;
}
.th_deliverBar.th-previous-day {
    margin: 0 8px 0 0;
}
.th_deliverBar:not(.th-previous-day) {
    margin: 0 0 0 8px;
}
.th_deliverBar.th_dripChange { background-color: transparent; }

.th_mainDeliveryTimestamp {
    font-size: 14px;
    font-family: 'Roboto';
    margin-left: 3px;
    line-height: 14px;
}

.th_secondaryDeliveryTimestamp {
    margin-left: 3px;
    line-height: 10px;
}

.th_deliveryDose {
    margin-left: 3px;
    white-space: normal;
}

.th_infusive3 {
    float: left;
    padding-top: 12px;
    margin-left: -4px;
}

    .th_infusive3.th_planned {
        background: linear-gradient(to bottom, #626365 0, #626365 6px, transparent 6px);
    }

    .th_infusive3.th_delivered {
        background: linear-gradient(to bottom, #27BC5F 0, #27BC5F 6px, transparent 6px);
    }

.th_event3 {
    margin-left: 2px;
    margin-right: 2px;
    float: left;
    line-height: 10px;
}

    .th_event3.th_placeholderEvent {
        margin-right: 6px;
    }

/*#endregion */

/*#region 7 days metro */

.th_delivery7Metro {
    position: absolute;
    top: 6px;
    z-index: 2;
}

.th_delivery7MetroLabel {
    -webkit-transform-origin: right;
    -webkit-transform: rotate(-45deg);
    -moz-transform-origin: right;
    -moz-transform: rotate(-45deg);
    transform-origin: right;
    transform: rotate(-45deg);
    margin-top: 1px;
}

.th_delivery7MetroSymbol {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 4px;
}

.th_delivery7Metro.th_delivered .th_delivery7MetroSymbol, .th_delivery7Metro.th_managed .th_delivery7MetroSymbol {
    background-color: #27BC5F;
    width: 8px;
    height: 8px;
}

.th_delivery7Metro.th_managed .th_delivery7MetroSymbol {
    border: 1px solid #D34737;
}

.th_delivery7Metro.th_planned .th_delivery7MetroSymbol {
    background-color: #626365;
    width: 8px;
    height: 8px;
}

.th_delivery7Metro.th_toDeliver .th_delivery7MetroSymbol {
    background-color: #FECF33;
    width: 8px;
    height: 8px;
}

.th_delivery7Metro.th_notConfirmed .th_delivery7MetroSymbol {
    border: 1px solid #000000;
    width: 8px;
    height: 8px;
}

.th_delivery7Metro.th_notDelivered .th_delivery7MetroSymbol {
    border: 3px solid #D34737;
    width: 4px;
    height: 4px;
}

.th_delivery7Metro.th_urgent .th_delivery7MetroSymbol {
    background-color: #ed2844;
    width: 8px;
    height: 8px;
}

.th_delivery7Metro.th_late .th_delivery7MetroSymbol {
    background-image: linear-gradient(to left, #D34737 4px, transparent 4px, transparent);
}

.th_delivery7Metro.th_end {
    top: 10px;
}

    .th_delivery7Metro.th_end .th_delivery7MetroSymbol {
        width: 8px;
        height: 8px;
        border: 1px solid #000000;
        background: #FFFFFF;
        background-image: linear-gradient(to right bottom, transparent, transparent 47%, #000000 48%, #000000 52%, transparent 53%, transparent 100%), linear-gradient(to left bottom, transparent 0%, transparent 47%, #000000 48%, #000000 52%, transparent 53%, transparent 100%);
    }

.th_delivery7Metro.th_endIE9 .th_delivery7MetroSymbol {
    background-image: url('img_therapy/crossBlack.png');
    background-size: 100% 100%;
}

.th_delivery7Metro.th_line .th_delivery7MetroSymbol {
    width: 8px;
    height: 8px;
}

.th_delivery7Metro.th_line.th_delivered .th_delivery7MetroSymbol {
    background-color: #27BC5F;
}

.th_delivery7Metro.th_line.th_planned .th_delivery7MetroSymbol {
    background-color: #626365;
}

.th_delivery7Metro.th_line.th_toDeliver .th_delivery7MetroSymbol {
    background-color: #FECF33;
}

.th_delivery7Metro.th_line.th_notConfirmed .th_delivery7MetroSymbol {
    background-color: #FFFFFF;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: none;
    border-right: none;
    box-sizing: border-box;
}

.th_delivery7Metro.th_line.th_stopped {
    color: transparent;
}

.th_delivery7Metro.th_drip, .th_delivery7Metro.th_noDrip {
    top: 12px;
}

    .th_delivery7Metro.th_drip .th_delivery7MetroLabel, .th_delivery7Metro.th_noDrip .th_delivery7MetroLabel {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

        .th_delivery7Metro.th_drip .th_delivery7MetroLabel span, .th_delivery7Metro.th_noDrip .th_delivery7MetroLabel span {
            display: none;
        }

    .th_delivery7Metro.th_drip .th_delivery7MetroSymbol {
        width: 4px;
        height: 11px;
        background: #4B0082;
    }

    .th_delivery7Metro.th_noDrip .th_delivery7MetroSymbol {
        width: 4px;
        height: 11px;
        background: #FF9900;
    }

.th_delivery7Metro.th_lastInfo .th_delivery7MetroSymbol {
    cursor: pointer;
    background: #4D9ADA;
}

.th_delivery7MetroLine {
    position: absolute;
    top: 12px;
    height: 11px;
}

    .th_delivery7MetroLine.th_notConfirmed {
        background: #FFFFFF !important;
        border: 1px solid #000000;
        border-left: none;
        box-sizing: border-box;
    }

    .th_delivery7MetroLine.th_stopped {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFklEQVQIW2NkYGD4D8SMQAwhYACFAwAjcQEE0gngKAAAAABJRU5ErkJggg==) !important;
    }

.th_delivery7Metro.th_whenNeededPlaceholder {
    background-color: #4d99d9;
    color: #FFFFFF;
    top: 10px;
}

.th_delivery7Metro.th_whenNeededPlaceholder .th_deliveryLabel {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin-left:2 px;
}

.th_delivery7Metro.th_whenNeededPlaceholder .th_deliveryLabel .th_deliveryDose { white-space: nowrap; }
    .th_delivery7Metro.th_whenNeededPlaceholder.th_planned {
        border: 1px solid #231f20;
        background-color: #FFFFFF;
        color: #231f20;
        top: 9px;
    }

.th_delivery7Metro.th_whenNeeded .th_delivery7MetroSymbol {
    background-color: #27BC5F;
    width: 8px;
    height: 8px;
}

.th_delivery7Metro.th_modified .th_delivery7MetroSymbol {
    box-shadow: inset 0 0 3px #FFF;
    border: 1px solid #D34737;
}

.th_delivery7Metro.th_note .th_delivery7MetroSymbol:before {
    position: absolute;
    right: 0;
    top: 13px;
    width: 8px;
    height: 4px;
    background: #FECF33;
    content: '';
}

.th_delivery7Metro.th_dom .th_delivery7MetroSymbol:before {
    position: absolute;
    right: 0;
    top: 13px;
    width: 8px;
    height: 4px;
    background: #231f20;
    content: '';
}

.th_delivery7Metro.th_note.th_dom .th_delivery7MetroSymbol:before {
    position: absolute;
    right: 0;
    top: 13px;
    width: 8px;
    height: 4px;
    background: linear-gradient(to right, #FECF33 50%, #231f20 50%, #231f20 100%);
    content: '';
}

.th_event7 {
    position: absolute;
    width: 11px;
    height: 11px;
    margin-top: 2px;
    padding-top: 0;
    font-size: 8px;
    line-height: 9px;
    z-index: 3;
}

/*#endregion */

/*#endregion */

/* #endregion */

/*#region Footer */

#th_fullFooter {
    position: relative;
    background: #FFF;
}
#th_fullFooter.fixed {
    position: fixed !important;
    z-index: 10;
}
#th_footer {
    position: relative;
    height: 250px;
}

/*#region ActionPanel */

#th_actionPanel {
    background-color: none;
    width: calc(100% - 226px - 3em);
    height: calc(100% - 3em);
    float: left;
    padding: 1em;
    padding-right:0;
    margin: .5em;
    border-radius: 5px;
    border: 1px solid #9C9C9D;
}

    #th_actionPanel.expanded {
        width: calc(100% - 18px);
    }

    #th_actionPanel.collapsed {
        width: 80px !important;
        overflow: hidden;
    }

.th_administrationVitals {
    float: left;
    width: 400px;
    background: #2E2C2D;
    overflow: auto;
}

#th_hotkeysPanel {
    max-height: 50%;
    overflow-y: auto;
}

/*#region Placeholders */

.th_unfilledPlaceholder {
    color: #D34737;
}

.th_filledPlaceholder {
    color: #4D9ADA;
}

/*#endregion */

/*#region Breadcrumbs */

#th_breadcrumbContainer {
    cursor: default;
    -ms-flex: 1 1 auto;
    flex-grow: 1;
}

.th_breadcrumb {
    cursor: pointer;
}

    .th_breadcrumb:hover {
        text-decoration: underline;
    }

    .th_breadcrumb:last-of-type {
        cursor: default;
    }

        .th_breadcrumb:last-of-type:hover {
            text-decoration: none;
        }

/*#endregion */

/*#region Notification */

@keyframes sos-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

#th_notificationWrapper {
    display: flex;
    -ms-flex: 0 0 auto;
}

.th_notification {
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 4px;
    float: right;
    cursor: default;
}

    .th_notification.th_error {
        background-color: #D34737;
        color: #FFF;
    }

    .th_notification.th_warning {
        animation: sos-animation 1s linear 0s 8;
        background: #FECF33;
        color: #000;
    }

.th_notificationBtn {
    cursor: pointer;
}

.th_warning .th_notificationBtn {
    background: #211D1D;
    color: #FFF;
    padding: 4px;
}

    .th_warning .th_notificationBtn:hover {
        background: #BBBCBC;
        color: #000;
    }

/*#endregion */

/*#region Legend panel */

.th-headerbuttons-toggle {
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 1px 2px;
    display: inline-flex;
    float: right;
    color: #333333;
    background-color: #F4F4F4;
    border-radius: 3px;
    transition: 200ms;

}

    .sizeButton {
        font-size: 10px;
    }

.th-headerbuttons-toggle:active, .th-headerbuttons-toggle:hover {
    background: #428BCA;
    color: #FFFFFF;
}

.th-legend-panel {
    position: absolute;
    right: 42px;
    width: 500px;
    background: #FFF;
    z-index: 2;
    border: 2px solid #000;
    padding: 0 0 4px 4px;
}

    .th-legend-panel #th_legend {
        height: 250px;
    }


.th-productLabel-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #FFF;
    z-index: 2;
    border: 2px solid #000;
    padding: 0 0 4px 4px;
}

    .th-productLabel-panel #th_productLabel {
        height: 330px;
    }

/*#endregion */


/*#region Layer */

.th_layer {
    width: 100%;
    height: 100%;
    float: left;
}
    .th_layer > .th_layerContainer{
        
    }


    .th_layerNav {
        float: left;
        height: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        box-sizing: border-box;
    }

.th_layerContainer {
    float: left;
    height: 100%;
    font-size: 16px;
    display: flex;
    display: -ms-flexbox;
}

.th_layerCmd {
    float: left;
    width: 190px;
    height: 100%;
    /*background: #F4F4F4;*/
    overflow-y: auto;
    /*border-radius: 5px;*/
    /*border: 1px solid #428BCA*/
    border-left: 1px solid #9C9C9D;
}

.th_layer.collapsed > .th_layerNav .th_btnDescription, #th_actionPanel.collapsed > .th_layer > .th_layerNav .th_btnDescription {
    width: 5px;
    font-size: 0;
    padding: 0;
    visibility:hidden;
}

.th_layer.collapsed > .th_layerContainer > .th_content {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

.th_layer.collapsed > .th_layerCmd {
    width: 0;
    height: 0;
    overflow: hidden;
}

.th_content {
    height: 100%;
    overflow-y: auto;
    flex-grow: 1;
}

.th_textWall {
    padding: 8px;
    color: #626365;
    box-sizing: border-box;
}

.th_staticWarningArea, .th_staticWarningArea[disabled] {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    float: left;
    resize: none;
    border: none;
    background: #D91920;
    color: #FFF;
    margin: 8px;
    padding: 8px;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    font-size: 40px;
}

.th_noteWrapper {
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    font-size: 18px;
}
.th_noteWrapper > * {
    flex-grow: 1;
}

.th_titledTextWrapper {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    min-width: 200px;
}
.th_titledTextWrapper .title {
    padding: 0 8px;
}

.th_staticNoteArea, .th_staticNoteArea[disabled] {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    float: left;
    resize: none;
    border: none;
    background: #fff8768a;
    color: #000000;
    margin: 8px;
    padding: 8px;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    flex-grow: 1;
}

.th_simpleNoteArea, .th_simpleNoteArea[disabled] {
    background: #F7BF0B;
    color: #000000;
    margin: 8px;
    padding: 8px;
}

.th_simpleInfoArea {
    color: #626365;
    margin: 2px;
    padding: 8px;
}

.th_profile {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.th_title {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    color: #626365;
    font-weight: 600;
}

.th_body {
    padding: 4px;
    box-sizing: border-box;
    color: #626365;
}
.th_indentedList {
    margin-left: 1.5em;
}

/*#region Profiles*/

#th_profilesHeader {
    height: 40px;
    width: 100%;
    background: #F4F4F4;
    color: #626365;
    box-sizing: border-box;
}

#th_profilesBtns {
    float: left;
    width: 40px;
    height: 100%;
    padding: 13px;
    font-size: 14px;
    box-sizing: border-box;
    border-right: 1px solid #c9c3be;
}

#th_profilesTabs {
    overflow-x: auto;
    float: left;
    width: calc(100% - 40px);
    height: 40px;
    white-space: nowrap;
}

.th_profileTab {
    display: inline-block;
    color: #428BCA;
    padding: 2px 4px 0 4px;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
}
    .th_profileTab:hover {
        background: #7db3de;
        color: #fff;
    }
    .th_profileTab.active {
        background: #7db3de;
        color: #FFF;
        display: inline-flex;
        align-items: center;
    }
.th_profileTab + .th_profileTab {
    margin-left: 8px;
}
#th_profilesContent {
    height: calc(100% - 40px);
    overflow-y: auto;
    padding: 4px;
    box-sizing: border-box;
    color: #222222;
}

/*#endregion*/

/*#endregion */

/*#region InputPanel */

.th_inputPanel {
    /*! background: #dfdad5; */
    padding: 5px;
}

.th_sideInputPanel {
    float: left;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
}

.th_inputPanel.th_validated {
    /*background: #dfdad5;*/
}

.th_input {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #9C9C9D;
    padding: 0 4px;
    font-size: 12px;
    height: 40px;
    min-width: 115px;
}
.th_input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
    
}

    .th_input.th_btn20.th_topAligned {
        padding: 0 0 20px 4px;
    }

    .th_input[disabled] {
        background: #E2E2E2 !important;
        border:none;
    }

        .th_input[disabled]::-webkit-input-placeholder {
            color: #000000 !important;
        }

        .th_input[disabled]::-moz-placeholder {
            color: #000000 !important;
        }

        .th_input[disabled]:-ms-input-placeholder {
            color: #000000 !important;
        }

.th_subPanel {
    float: left;
    width: 100%;
    height: calc(100% - .5em);
    padding: .25em 0;
}

.th_subInputContainer {
    float: left;
    width: calc(100% - 48px);
    max-height: 48px;
    overflow: auto;
}

.th_subInputPanel {
    float: left;
    width: 100%;
    height: 48px;
}

.th_inputField[data-required]:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    background: #D34737;
    top: 0;
    left: 0;
    z-index: 1;
}

.th_input[data-required] {
    background: linear-gradient(to bottom, #FF0000 4px, #FFFFFF 4px);
}

.th_filledIn:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    background: #27BC5F !important;
    top: 0;
    left: 0;
    z-index: 2;
}

.th_input.th_filledIn {
    background: linear-gradient(to bottom, #27BC5F 4px, #FFFFFF 4px);
}

.th_focused {
    box-shadow: 0 0 5px #FFFFFF;
}

.th_inputSeparator {
    float: left;
    height: 40px;
    font-size: 26px;
    margin: 8px 0 0 0;
}

/*#endregion */

/*#region Btn */

/*#region Basic */

.th_btn {
    display: table;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    height:26px;
    border-radius: 3px;
    transition: 200ms;
}
.th_btn.disabled {
    cursor: default;
}

.th_floatBtn {
    float: left;
    margin-right:5px;
    margin-top: 5px;
}

.th_btn.th_floatBtn.th_rightSide {
    margin-left: -6px;
}

.th_btnTitle {
    height: 100%;
    text-align: center;
    display: table;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.th_btnDescription {
    width: 100%;
    height: 100%;
    display: table;
    padding: 0 8px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.th_btnContent {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.th_barcodeSearchPanel .th_btnContent {
    white-space: nowrap;
}
.th_btn20 .th_btnContent {
    font-size: 14px;
    min-width: 50px;
    text-align: center;
}

.th_btn.th_topAligned .th_btnContent {
    vertical-align: top;
}

.th_btnWatermarkWrapper {
    position: relative;
    float: left;
    margin: -12px 0 0 -8px;
    height: 40px;
    text-align: right;
}

.th_btnWatermark {
    position: absolute;
    right: 2px;
    bottom: 0;
    color: #3C3A3D;
    font-size: 8pt;
}

.th_btn[disabled] .th_btnTitle, .th_btn[disabled]:hover .th_btnTitle, .th_btn[disabled] .th_btnDescription, .th_btn[disabled]:hover .th_btnDescription {
    background: #e2e2e2 !important;
    color: #626365 !important;
    cursor: default !important;
}

.th_textBtn:not([disabled]) {
    cursor: pointer;
}
    .th_textBtn:not([disabled]):hover {
        color: #7db3de;
    }

.th_iconBtn {
    cursor: pointer;
    transition: transform ease-in-out 0.6s;
}
.th_iconBtn:hover {
    color: #7db3de;
    transform: rotate(360deg);
}
.th_iconBtn[disabled] {
    cursor: default !important;
}

/*#endregion */

/*#region Label */

.th_labelBtn {
   /* margin-right: -8px;
    background: #969696 !important;*/
}

/*#endregion */

/*#region Size */

.th_btn20 {
    height: 40px;
}

/*#endregion */

/*#region Approved */

.th_btn.th_approved .th_btnDescription {
    background: #27BC5F !important;
    color: #FFFFFF !important;
}

/*#endregion */

/*#region SaveBtn */

.th_saveBtn {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
}

/*#endregion*/

/*#region FreeText */

.th_freeText.th_btn20 {
    padding-top: 8px;
    box-sizing: border-box;
}

/*#endregion */

/*#region PlusBtn */

.th_plusBtn {
    position: relative;
    border-style: solid;
    border-color: #428BCA;
    cursor: pointer;
}
.th_plusBtn[disabled] {
	border-width: 2px !important;
	border-color: #969696 !important;
	cursor: default;
}
.th_plusBtn.th_btn20 {
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-radius: 10px;
}
.th_plusBtn:before {
    position: absolute;
    width: 10%;
    height: 50%;
    background: #428BCA;
    left: 45%;
    top: 25%;
    content: '';
}
.th_plusBtn[disabled]:before { background: #969696 !important; }
.th_plusBtn:after {
    position: absolute;
    width: 50%;
    height: 10%;
    background: #428BCA;
    left: 25%;
    top: 45%;
    content: '';
}
.th_plusBtn[disabled]:after { background: #969696 !important; }
.th_plusBtn:hover {
    border: 1px solid #b4e39d;
}
.th_plusBtn:hover:before, .th_plusBtn:hover:after {
    background: #b4e39d;
}

/*#endregion */

/*#region LayerNav */
.th_layerNav > .th_navBtn {
    margin-bottom: 0;
}
.th_layerNav > .th_navBtn:last-child {
    margin-bottom: 0;
}
.th_navBtn {
    font-size: 20px;
    font-family: 'Roboto';
    transition: 200ms;
    color: #626365;
}

    .th_navBtn .th_btnTitle {
        width: 80px;
        background: #F4F4F4;
    }

    .th_navBtn.disabled .th_btnTitle {
        background: #2E2C2D !important;
    }

    .th_navBtn:hover .th_btnTitle {
        background: #E2E2E2;
        color: #626365;
    }

    .th_navBtn.active .th_btnTitle {
        background: #7db3de;
        color: #FFFFFF;
    }

    .th_navBtn .th_btnDescription {
        width: 192px;
        background: #F4F4F4;
    }

    .th_navBtn.disabled .th_btnDescription {
        background: #2E2C2D !important;
    }

    .th_navBtn:hover .th_btnDescription {
        background: #E2E2E2;
        color: #626365;
    }

    .th_navBtn.active .th_btnDescription {
        background: #7db3de;
        color: #FFFFFF;
    }

    .th_navBtn + .th_navBtn.th_approved .th_btnDescription, .th_navBtn + .th_navBtn.th_approved .th_btnTitle {
        border-top: 1px solid #2e2c2d;
    }

.th_layer:not(.collapsed) > .th_layerNav > .th_navBtn + .th_navBtn .th_btnDescription:before {
   
    content: '';
    position: absolute;
    width: 92%;
    left: 4%;
}

/*#endregion */

/*#region LayerCmd */

.th_layerCmd .th_btn {
    width: calc(100% - 16px);
    margin: 8px 8px 0 8px;
    border-radius: 2px;;
}
    .th_layerCmd .th_btn:first-child{
        margin-top: 0px;
    }
    /*#endregion */
    /*#region ActionBtn */
    .th_actionBtn {
        color: #FFFFFF;
        font-size: 15px;
        transition: 200ms;
    }
    .th_actionBtn .th_btnDescription {
        background: #428BCA;
        transition: 200ms;
    }
        .th_actionBtn:hover .th_btnDescription {
            background: #3071a9;
        }
.th_actionBtn.active .th_btnDescription {
    background: #27BC5F;
    color: #FFFFFF;
}

/*#endregion */

/*#region InputBtn */

.th_inputBtn {
    color: #FFFFFF;
    font-size: 15px;
}
    .th_inputBtn .th_btnDescription {
        background: #F4F4F4;
        color: #626365;
        transition: 200ms;
    }
    .th_inputBtn:hover .th_btnDescription {
        background: #E2E2E2;
    }
    .th_inputBtn.active .th_btnDescription {
        color: #fff;
        background: #428BCA;
    }
    .th_inputBtn.active:hover .th_btnDescription {
        background: #428BCA;
    }
        .th_btnDescription.th_highlightOrigin {
            color: #fff;
            background: #7db3de;
        }
/*#endregion */

/*#region Flag */

.th_flag {
    color: #626365;
    font-size: 12px;
    transition: 200ms;
}
    .th_flag .th_btnDescription {
        background: #F4F4F4;
    }
    .th_flag.active .th_btnDescription {
        background: #7db3de;
        color: #fff;
    }
    .th_flag:hover:not(.active) .th_btnDescription, .th_flag.th_focused:not(.active) .th_btnDescription {
        background: #E2E2E2;
    }
    .th_flag.active:hover .th_btnDescription, .th_flag.active.th_focused .th_btnDescription {
        background: #428BCA;
    }
.th_flag.th_anonymous {
    margin-right: 0;
    width: 8px;
}
.th_flag:not([title]) .th_btnContent:before {
    content: "\f096";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 1px;
    position: relative;
    margin-right: 4px;
    width: 11px;
}
.th_flag:not([title]).active .th_btnContent:before {
    content: "\f046";
    width: 11px;
}

/*#endregion */

/*#region DropDown, MultiSelect */

.th_dropDown, .th_multiSelect, .th_dropDownLike {
    color: #626365;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #9C9C9D;
}
.th_dropDown .th_btnDescription, .th_multiSelect .th_btnDescription, .th_dropDownLike .th_btnDescription {
    /*background: #DEB767;*/
}
.th_dropDown:hover .th_btnDescription, .th_multiSelect:hover .th_btnDescription, .th_dropDownLike:hover .th_btnDescription {
    /*background: #F0AD28;*/
}
.th_dropDown .th_btnContent, .th_multiSelect .th_btnContent {
    white-space: nowrap;
}
.th_multiSelect .th_btnContent {
    overflow: hidden;
    text-overflow: ellipsis;
}
.th_dropDown .th_btnContent:after, .th_multiSelect .th_btnContent:after, .th_dropDownLike .th_btnContent:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 1px;
    position: relative;
    margin-left: 4px;
}
.th_dropDown.active .th_btnContent:after, .th_multiSelect.active .th_btnContent:after, .th_dropDownLike.active .th_btnContent:after {
    content: "\f0d8";
}

/*#endregion */

/*#region FormulaComputer */

.th_formulaComputer {
    color: #FFFFFF;
}
.th_formulaComputer.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4d99d9;
    z-index: 2;
}
.th_formulaComputer .th_btnDescription {
    background: #DEB767;
}
.th_formulaComputer:hover .th_btnDescription {
    background: #F0AD28;
}

/*#endregion */

/*#region Formula */

.th_formula {
    color: #FFFFFF;
    font-size: 12px;
    cursor: default;
}
.th_formula .th_btnDescription {
    background: #211d1d;
}

/*#endregion */

/*#region Component, popupForm */

.th_component, .th_parametricDoseCreator, .th_popupForm {
    color: #FFFFFF;
}
.th_component.active:after, .th_parametricDoseCreator.active:after, .th_popupForm.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #4d99d9;
    z-index: 2;
}
.th_component .th_btnDescription, .th_parametricDoseCreator .th_btnDescription, .th_popupForm .th_btnDescription {
    background: #DEB767;
}
.th_component:hover .th_btnDescription, .th_parametricDoseCreator:hover .th_btnDescription, .th_popupForm:hover .th_btnDescription {
    background: #F0AD28;
}

.th_subComponentContainer, .th_parametricRangesContainer {
    float: left;
    width: calc(100% - 28px);
    max-height: 100%;
    overflow: auto;
}
.th_subComponentPanel, .th_parametricRangePanel  {
    float: left;
    width: 100%;
}
.th_parametricRangePanel {
    padding: 0 0 6px 0;
}

/*#endregion */

/*#region ParametricDoseSelector */

.th_parametricDoseSelector {
    position: relative;
    background: #969696;
}
.th_parametricDoseSelector-info, 
.th_parametricDoseSelector-vital {
    margin: 0;
}
.th_parametricDoseSelector-parameter {
    text-align: center;
}

.th_parametricDoseSelector-timestamp {
    text-align: center;
    background: #969696;
    height: 20px;
}

.th_parametricDoseSelector .th_iconBtn {
    position: absolute;
    top: 2px;
    right: 2px;
}

/*#endregion */

/*#region SpeedSchema */

.th_speedSchema {
    color: #FFFFFF;
}
.th_speedSchema .th_btnDescription {
    background: #211d1d;
}
.th_speedSchema:hover .th_btnDescription {
    background: #3c3a3d;
}

.th_subSpeedSchemaContainer {
    float: left;
    width: calc(100% - 28px);
    max-height: 100%;
    overflow: auto;
}

.th_subSpeedSchemaPanel {
    float: left;
    width: 100%;
}

/*#endregion */

/*#region Note */

.th_noteBtn {
    color: #FFFFFF;
}
.th_noteBtn .th_btnDescription {
    background: #fff8768a;
    color: #626365;
}
.th_noteBtn:hover .th_btnDescription {
    background: #FECF33;
}
.th_noteBtn.th_note .th_btnDescription {
    background: #FECF33;
}

/*#endregion */

/*#region Operations */

#th_wrapper .operations-wrapper td {
    vertical-align: top;
}

#th_wrapper .operations-wrapper .planned-plans .plan, #th_wrapper .operations-wrapper .list-item {
    display: list-item;
    margin-left: 24px;
}

/*#endregion */

/*#endregion */

/*#region DynamicPanel */

.th_dynamicPanel {
    float: left;
    margin: 0;
    width: calc(100% - 72px);
    overflow: auto;
    border: 1px solid #9C9C9D;
}

.th_sideDynamicPanel {
    height: calc(100% - 16px);
    width: calc(100% - 8px);
}

.th_flexRowsWrapper {
    display:flex;
    flex-direction: column;
    height: 100%;
}

.th_adaptiveContainer {
    overflow-y: auto;
}

.th_dynamicPanelToolbar {
    padding: 5px;
    border-top: 1px solid #9C9C9D;
}

/*#endregion */

/*#region Controls */

.th_dropDownPanel, .th_autoCompletePanel, .th_clientFilterPanel, .th_multiCompletePanel, .th_webCompletePanel, .th_barcodeSearchPanel {
    
    padding: 6px;
    display: flex;
    align-items: center;
}

/*#region NoteEdit */

.th_noteEditPanel {
    width: 100%;
    height: 100%;
    background: #fff8768a;
}

.th_noteArea {
    resize: none;
    border: none;
    background: #fff8768a;
    margin: 0;
    padding: 6px;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    font-size: 18px;
    flex-grow: 1;
}

/*#endregion */

/*#region Feedback */

.th_feedbackPanel {
    max-height: inherit;
    color: #FFFFFF;
    position: relative;
}

.th_closeFeedback {
    position: absolute;
    top: -4px;
    right: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #626365;
}

.th_feedbackIcon {
    float: left;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
}

.th_feedbackDanger .th_feedbackIcon {
    color: #D91920;
}

.th_feedbackInfo .th_feedbackIcon {
    color: #27BC5F;
}

.th_feedback {
    padding: 4px 8px;
    float: left;
    max-height: inherit;
    width: calc(100% - 40px);
    overflow: auto;
    font-size: 14px;
    box-sizing: border-box;
}

.th_feedbackDanger .th_feedback {
    color: #D91920;
}

.th_feedbackInfo .th_feedback {
    background: #27BC5F;
}

.th_feedbackConfirm {
    padding: 4px 8px;
    margin: 2px 0 0 40px;
    width: calc(100% - 40px);
    font-size: 14px;
    box-sizing: border-box;
}

.th_feedbackDanger .th_feedbackConfirm {
    color: #D91920;
}

.th_feedbackInfo .th_feedbackConfirm {
    color: #27BC5F;
}

.th_feedbackConfirm .th_label {
    float: left;
    margin-right: 8px;
}

/*#endregion */

/*#region Component */

.th_componentPanel, .th_parametricDoseCreatorPanel, .th_speedComputerPanel {
    width: 95%
    height: 80%;
    float: left;
    border: #dfdad5 solid 2px;
    padding: 0;
    box-sizing: border-box;
}

.th_componentDynamicPanel, .th_parametricDoseCreatorDynamicPanel, th_speedComputerDynamicPanel  {
    width: calc(50% - 8px);
    margin: 0 0 0 8px;
}

/*#endregion */

/*#region FormulaComputer */

.th_formulaComputerPanel {
    width: calc(100% - 48px);
    height: 100%;
    float: left;
    padding: 0;
}

/*#endregion */

.th_infusedVolumes td {
    padding: 0 4px;
}

/*#endregion */

/*#endregion */

/*#region Footer */

.th_verticalSeparator {
    position: relative;
    width: 18px;
    height: 100%;
    float: left;
    cursor: pointer;
}

    .th_verticalSeparator .glyphicon {
        font-size: 18px;
    }

    .th_verticalSeparator:before {
        position: absolute;
        top: calc(50% - 20px);
        right: 1px;
        border-right: 1px solid transparent;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 13px solid #428BCA;
        content: '';
    }

    .th_verticalSeparator.collapsed:before {
        border-left: 1px solid transparent;
        border-right: 13px solid #428BCA;
    }

/*#region VitalsGraph */

#th_vitalsPanel {
    background-color: #2e2c2d;
    width: calc(100% - 18px - 80px);
    height: inherit;
    float: left;
    margin: 0;
    overflow-y: auto;
}

    #th_vitalsPanel.collapsed {
        width: 0;
        height: 0;
        overflow: hidden;
    }

.th_vital {
    margin: 8px 0 0 8px;
    width: calc(100% - 8px);
    height: 30px;
}

    .th_vital.th_graph {
        height: 80px;
    }

.th_vitalLabel {
    float: left;
    width: 102px;
    height: 30px;
    background: #000000;
    color: #FFFFFF;
    padding: 8px 0 8px 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 4px;
}

.th_vitalScale {
    float: left;
    width: 32px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.th_vital.th_graph .th_vitalScale {
    background: #C1B8B3;
    color: #FFFFFF;
}

.th_vitalScale .th_label {
    padding: 0 4px 0 0;
    box-sizing: border-box;
    text-align: right;
    position: absolute;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
}

.th_vitalCanvas {
    float: left;
    width: calc(100% - 134px);
    height: 100%;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-right: 5px solid #2e2c2d;
    box-sizing: border-box;
}

.th_scaleBar {
    border-bottom: 1px dashed #A89E9B;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 1px;
}

.th_vitalDetection {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center center;
}

.th_vitalLine {
    position: absolute;
    height: 4px;
    transform-origin: 0 50%;
}

/*#endregion */

#th_sideBarPanel {
    width: calc(190px + 1em);
    height: calc(100% - 3em);
    float: left;
    position: relative;
    padding: 1em;
    margin: .5em;
    border-radius: 5px;
    border: 1px solid #9C9C9D;
    margin-right:0;
}
#th_sideBarPanel.collapsed {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}

/*#region Tabs */

.th_tab {
    height: calc(100% - 8px);
    margin-top: 8px;
}

.th_tabHeaders {
    border-bottom: 1px solid #428BCA;
}

.th_tabHeader {
    font-size: 14px;
    height: 20px;
    float: left;
    cursor: pointer;

    color: #626365;
    display: inline-block;
    font-weight: 600;
}

    .th_tabHeader + .th_tabHeader {
        margin-left: 8px;
    }

    .th_tabHeader:hover {
        background: #BBBCBC;
        color: #000000;
    }

    .th_tabHeader.active {
    }

.th_tabBodies {
    margin: 8px 0 0 0;
    height: calc(100% - 37px);
}

/*#endregion */

/*#region PatientData */

#th_patient {
    max-height: 100%;
    overflow-y: auto;
}

.th_patientData + .th_patientData {
    margin: 8px 0 0 0;
}
.th_patientData > *{
    margin-bottom:5px;
}

.th_patientDataHeader {
    background-color: #fefefe;
    color: #211d1d;
    padding: 0 0 0 2px;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.th_patientDataValue {
    color: #626365;

}
    .th_patientDataValue > div {
        padding: .5em 0;
        border-bottom: 1px solid #E2E2E2;
    }
    /*#endregion */
    /*#region Legend */
    #th_legend {
        max-height: 100%;
        overflow-y: auto;
        color: #626365;
    }

.th_legendRow7 {
    position: relative;
    height: 50px;
}

.th_legendDelivery {
    position: relative;
    float: left;
    width: 60px;
    cursor: default;
}

.th_legendDelivery7 {
    position: relative;
    float: left;
    cursor: default;
}

.th_legendDescription {
    margin-left: 24px;
}
div.th_legendDescription {
    float: left;
}

/*#endregion */

/*#endregion */

/*#endregion */

/*#region TherapySchemas */

.side-menu {
    margin: 4px !important;
    margin-bottom: 8px !important;
    width: calc(15% - 8px);
    box-sizing: border-box;
}

.outer-content {
    display: inline-block;
}

.flex-content {
    display: flex !important;
    flex: 1 1 auto;
}

.inner-menu {
    width: calc(18% - 8px);
    box-sizing: border-box;
    margin-bottom: 4px !important;
    margin-right: 4px !important;
}

.inner-content {
    display: inline-block;
    min-height: 500px;
    width: calc(82% - 4px);
    box-sizing: border-box;
    margin-bottom: 4px !important;
    margin-left: 4px !important;
    display: flex;
    flex: 1 1 auto;
}

.jumbotron-margin {
    margin-bottom: 4px !important;
}

.strike-text {
    text-decoration: line-through;
}

#th_confirmBarcode .modal-header {
    font-size: 12pt;
    font-family: 'Roboto';
}
#th_confirmBarcode .modal-body {
    font-size: 10pt;
    font-family: 'Roboto';
}

.th_webCompleteBookMark {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/*#endregion */

.tooltip-inner {
    text-align:left;
}