@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300);
/*--------------------------------------*/

/* HTML-Tags */

/*--------------------------------------*/

@media screen {
	html, body {
		position: fixed;
		left: 0px;
		top: 0px;
	}
}

html, body, textarea {
	font-family_: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow_: 0px 1px 1px #202020;
}

iframe, table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

alt {
	color: red;
}

sup {
	vertical-align: top;
	line-heigt: 100%;
	position: relative;
	top: -4px;
}

a {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}

/*
a, a:hover, a:focus, a:visited, a:active, .link {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}*/

img {
	vertical-align_: bottom;
	border: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/*--------------------------------------*/

/* Body */

/*--------------------------------------*/

.cbody {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	/*	background: #6c6c6c;*/
	cursor: default;
	overflow: hidden;
	width: 100%;
}

.verdana {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.noVerdana {
	font-family: Helvetica, Arial, sans-serif;
}

/*--------------------------------------*/

/* Frames/Divs */

/*--------------------------------------*/

/* General */

.page_body, .page_login, .divMessage, .imageDragg {
	position: absolute;
	visibility: hidden;
	left: -9999px;
	top: -9999px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	background: rgb(108, 108, 108);
}

.page_login {
	background: rgb(80, 78, 78);
}

/* Ebene */

.spinnerPage {
	z-index: 2;
}

.page_login {
	z-index: 3;
}

.page_div {
	z-index: 4;
}

.page_body {
	z-index: 5;
}

.navigation {
	z-index: 51;
}

.divImagePreview {
	z-index: 52;
}

.body_grey {
	z-index: 95;
}

.divMessage {
	z-index: 97;
}

.imageDragg {
	z-index: 199;
}

.imageDragg {
	opacity: 0.50;
}

/*--------------------------------------*/

/* logo */

/*--------------------------------------*/

.logo-little {
	padding: 5px 20px 2px 10px;
}

.logo-little>img {
	height: 54px;
	cursor: pointer;
	vertical-align: bottom;
}

/*--------------------------------------*/

/* background's */

/*--------------------------------------*/

.ui-or-color-back-edge {
	background: rgba(170, 170, 170, .6);
}

.ui-or-color-back {
	background: rgb(108, 108, 108);
}

.ui-or-color-back-2 {
	background: rgb(139, 136, 136);
}

.ui-or-color-back-3 {
	background: rgb(176, 176, 176);
}

.ui-or-border-back-3 {
	border: 1px solid #606060;
}

.ui-or-color-back-head {
	background: rgb(80, 80, 80);
}

.ui-or-color-bright {
	background: rgb(255, 255, 255);
}

.ui-or-color-white {
	background: rgb(255, 255, 255);
}

.ui-or-color-black {
	background: rgb(0, 0, 0);
}

/*--------------------------------------*/

/* input's	*/

/*--------------------------------------*/

.input, .input_readonly, .select {
	border: 0px solid rgb(170, 170, 170);
	border-radius: 6px;
	box-shadow_: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px inset;
	box-sizing: border-box;
	padding: 5px 6px 5px 6px;
	background: rgb(245, 245, 245);
	font-size: 13px;
	color: rgb(32, 32, 32);
	min-height_: 27px;
	height: 26px;
}

.input {
	padding_: 5px 6px 5px 10px;
}

.select {
	padding: 5px 6px 5px 2px;
	cursor: auto;
}

.input_readonly {
	border: 1px solid rgb(170, 170, 170);
	background: transparent;
	color: rgb(255, 255, 255);
}

.input:focus, .select:focus {
	box-shadow: rgb(56, 123, 190) 0px 0px 8px 0px;
	outline: 0;
}

.placeholder_center::-webkit-input-placeholder {
	text-align: center;
	font-style: italic;
}

.placeholder_center::-moz-placeholder {
	text-align: center;
	font-style: italic;
}

/*--------------------------------------*/

/* Button light	*/

/*--------------------------------------*/

.button_light {
	background: #808080;
	background-image: linear-gradient(rgb(136, 136, 136), rgb(108, 108, 108));
}

.button_light:hover {
	background: #a0a0a0;
	background-image: linear-gradient(rgb(136, 136, 136), rgb(108, 108, 108));
}

.button_light_down {
	background: #606060;
	box-shadow: inset 0px 0px 3px #387bbe
	/*{global-active-background-color}*/
	, 0px 0px 9px #387bbe
	/*{global-active-background-color}*/
	;
	background-image: linear-gradient(rgb(136, 136, 136), rgb(108, 108, 108));
}

.button_light, .button_light_down {
	height: 30px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	margin: 0px 0px;
	padding: 6px 10px 6px 10px;
	border-radius: 6px;
	cursor: pointer;
	box-sizing: border-box;
}

/*--------------------------------------*/

/* Button Dark	*/

/*--------------------------------------*/

.button_dark {
	background: #808080;
}

.button_dark:hover {
	background: #a0a0a0;
}

.button_dark_down {
	background: #606060;
	box-shadow: inset 0px 0px 3px #387bbe
	/*{global-active-background-color}*/
	, 0px 0px 9px #387bbe
	/*{global-active-background-color}*/
	;
}

.button_dark, .button_dark_down {
	height: 30px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	margin: 0px 0px;
	padding: 6px 10px 6px 10px;
	border-radius: 6px;
	cursor: pointer;
	box-sizing: border-box;
	color: #ffffff;
}

/*--------------------------------------*/

/* Button image	*/

/*--------------------------------------*/

.button_image {
	background: transparent;
}

.button_image:hover {
	background: #a0a0a0;
}

.button_image_down {
	background: #606060;
	box-shadow: inset 0px 0px 3px #387bbe
	/*{global-active-background-color}*/
	, 0px 0px 9px #387bbe
	/*{global-active-background-color}*/
	;
}

.button_image, .button_image_down {
	border: 1px solid rgba(48, 48, 48, .5);
	display: inline-block;
	font-size: 13px;
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
	border-radius: 4px;
	cursor: pointer;
	box-sizing: border-box;
}

/*--------------------------------------*/

/* Button Back/Next	*/

/*--------------------------------------*/

.button_back_next {
	background: transparent;
}

.button_back_next:hover {
	background: transparent;
	border: 1px solid #ffffff;
}

.button_back_next_down {
	background: transparent;
	box-shadow: inset 0px 0px 3px #387bbe
	/*{global-active-background-color}*/
	, 0px 0px 9px #387bbe
	/*{global-active-background-color}*/
	;
}

.button_back_next, .button_back_next_down {
	width: 14px;
	height: 14px;
	display: table-cell;
	font-size: 18px;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	cursor: pointer;
}

/*--------------------------------------*/

/* Layout Buttons	*/

/*--------------------------------------*/

.button_little, .button_tool {
	background: transparent;
	background-image: linear-gradient(rgb(136, 136, 136), rgb(108, 108, 108));
	border: 1px solid rgb(64, 64, 64);
}

.button_little:hover, .button_tool:hover {
	background-image: linear-gradient(rgb(176, 176, 176), rgb(148, 148, 148));
	border: 1px solid rgb(64, 64, 64);
}

.button_little_down, .button_tool_down {
	background: #90a0d0;
	border: 1px solid rgb(64, 64, 64);
}

.button_little_active, .button_tool_active {
	background: #8888b8;
	border: 1px solid rgb(64, 64, 64);
	box-shadow: rgba(150, 200, 255, .75) 0px 0px 2px 1px;
}

.button_little_nonactive, .button_tool_nonactive {
	background: transparent;
	border: 1px solid rgb(64, 64, 64);
}

.button_little_nonactive img, .button_tool_nonactive img {
	opacity: 0.4;
}

.button_little, .button_little_down, .button_little_active, .button_little_nonactive, .button_tool, .button_tool_down, .button_tool_active, .button_tool_nonactive {
	color: #ffffff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-radius: 4px;
	cursor: pointer;
}

.button_little_nonactive {
	color: #a0a0a0;
	cursor: default;
}

/*--------------------------------------*/

/* Navigation */

/*--------------------------------------*/

.navigation {
	padding: 3px 0px 0px 0px;
}

.navigationCell {
	padding: 3px 0px 0px 0px;
	text-align: center;
}

/*--------------------------------------*/

/* Start/Login */

/*--------------------------------------*/

.start_head {
	background: #d7dfe5;
}

.text {
	color: #f7f7f7;
}

.start_input {
	padding: 5px 6px 4px 75px;
	border: 1px solid #7090a0;
	background: #ffffff;
	font-size: 16px;
}

.start_button_login {
	width: 150px;
	padding: 5px 6px 4px 6px;
	border: 1px solid #7090a0;
	background: #ffa803;
	color: #223a3a;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	cursor: pointer;
}

.text_copyright {
	font-size: 14px;
	text-decoration: underline;
}

.text_copyright:hover {
	text-decoration: underline;
}

/*--------------------------------------*/

/* Patient List */

/*--------------------------------------*/

.patientList {
	padding: 0px 8px 8px 8px;
	vertical-align: middle;
	text-align: left;
}

.patientListLine>div {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border: 1px solid rgb(76, 76, 76);
	border-radius: .5em .5em .5em .5em;
	background-clip: padding-box;
	cursor: pointer;
}

/* Cell General */

.patientListEntryName, .patientListEntryDate, .patientListEntryDescription, .patientListEntryPreview {
	box-sizing: border-box;
	height: 26px;
	border: 1px inset rgb(188, 188, 188);
	padding: 0px;
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	text-shadow: 0px 1px 1px #202020;
}

/* Cell Spezial */

.patientListEntryName {
	vertical-align: middle;
	padding: 3px 3px 0px 3px;
	width: 100%;
}

.patientListEntryDate {
	vertical-align: middle;
	text-align: center;
	padding: 3px 3px 0px 3px;
	width: 100px;
}

.patientListEntryDescription {
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
	font-size: 12px;
	height: 24px;
}

.patientListEntryDescription>div {
}

.patientListEntryPreview {
	text-align: center;
	height: 24px;
}

.patientListEntryPreviewImage {
	border: 1px solid #8b8888;
	background: #000000;
}

.tab_entry_o {
	border: 0px solid black;
	box-sizing: border-box;
	height: 20px;
}

.tab_entry_o_text {
	border-width: 1px 1px 0px 1px;
	border-radius: .5em 10px 0em 0em;
	padding: 2px 9px 0px 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0px 1px 1px #202020;
}

.tab_entry_o_ro {
	padding: 8px 0px 0px 10px;
}

.tab_entry_o_ru_back {
	margin: 0px 1px 0px -1px;
}

.tab_entry_o_ru {
	border-width: 0px 0px 1px 1px;
	border-radius: 0px 0px 0px 20px;
	padding: 11px 0px 0px 10px;
	height: auto;
	float: none;
}

.tab_entry_u {
	border: 0px solid black;
	box-sizing: border-box;
}

.tab_entry_u_text {
	border-width: 0px 1px 1px 1px;
	border-radius: 0em 0em .5em 10px;
	padding: 2px 6px 2px 9px;
	text-shadow: 0px 1px 1px #000;
}

.tab_entry_u_text_share_entry {
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab_entry_u_ro {
	padding: 8px 0px 0px 10px;
}

.tab_entry_u_ru_back {
	margin: 0px -1px 0px 1px;
}

.tab_entry_u_ru {
	border-width: 1px 1px 0px 0px;
	border-radius: 0px 20px 0px 0px;
	padding: 11px 0px 0px 10px;
	height: auto;
	float: none;
}

.patient_more_entries {
	font-size: 16px;
}

/*--------------------------------------*/
/* Preview Image */
/*--------------------------------------*/

.orca_list_prev {
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
}

.orca_list_prev>div {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
}

.orca_list_prev>div>div {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	_cursor: pointer;
}

.div_color_tl {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.div_color_tl>div {
	width: 0px;
	height: 0px;
	border-top: 18px solid green;
	border-right: 18px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 0px solid transparent;
}

.div_color_tr {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.div_color_tr>div {
	width: 0px;
	height: 0px;
	border-top: 18px solid yellow;
	border-right: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 18px solid transparent;
}

/*--------------------------------------*/

/* user select list */

/*--------------------------------------*/

.ui-list table>tbody>tr>td {
	padding: 6px 6px 6px 4px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}

.ui-list>div {
	border: 1px solid #b0b0b0;
	border-top-width: 0px;
	border-radius: 4px;
	/*	color: #222;*/
	cursor: pointer;
}

.ui-list-no-hover>div {
	cursor: default;
}

.ui-list>div:nth-child(1), .ui-list>div:hover:nth-child(1) {
	border-top-width: 1px;
}

/*--------------------------------------*/

/* user select list */

/*--------------------------------------*/

.ui-entry {
	padding: 6px 10px 6px 10px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	border: 1px solid #b0b0b0;
	border-radius: 4px;
	cursor: default;
}

/*--------------------------------------*/

/* List */

/*--------------------------------------*/

._list_head {}

._list_head>table>thead>tr>td {
	color: #fff;
	padding: 8px 8px 8px 1px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

._list_line {
	border: 0px solid #4c4c4c;
	border-bottom: 2px solid #4c4c4c;
}

._list_line:nth-child(1),
._list_line:hover:nth-child(1) {
	border-top-width: 2px;
}

._list_line>div>table>tbody>tr>td,
._list_line_active>div>table>tbody>tr>td {
	padding: 4px 6px 4px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}

.list_line>div {
	border-width: 0px;
	border-style: solid;
	border-bottom-width: 1px;
	cursor: pointer;
}

.list_line>div:nth-child(1), .list_line>div:hover:nth-child(1) {
	border-top-width: 1px;
}

.list_line>div>table>tbody>tr>td {
	padding: 4px 6px 4px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 13px;
}

.list_line_2 {
	background-image: linear-gradient(rgb(136, 136, 136), rgb(108, 108, 108));
	border-color: red;
}

.list_line_2:hover {
	background-image_: linear-gradient(rgb(136, 136, 136), rgb(108, 108, 108));
}

.list_line_2_down {
	background-image: linear-gradient(rgb(136, 136, 136), rgb(108, 108, 108));
}

.list_line_2_active {
	background-image: linear-gradient(rgb(136, 136, 136), rgb(108, 108, 108));
}

.list_line_3 {
	background: #808080;
	border-color: green;
}

.list_line_3:hover {
	background_: #808080;
}

.list_line_3_down {
	background: #808080;
}

.list_line_3_active {
	background: #808080;
}

/*--------------------------------------*/

/* Checkbox */

/*--------------------------------------*/

.checkbox_div {
	display: grid;
	grid-template-columns: 25px auto;
	justify-items: start;
	align-items: center;
	border: 0px solid #ffffff;
	cursor: pointer;
	padding: 5px 0px 5px 0px;
}

.checkbox_off {
	border-radius: 3px;
	width: 18px;
	height: 18px;
	background: url("images/icons-18-white.png") no-repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
	background-position: -684px 50%;
	background-color: rgba(200, 210, 220, .4);
}

.checkbox_on {
	background-position: -648px 50%;
	background-color: rgb(69, 150, 206);
}

.radio_off {
	border-radius: 9px;
	width: 18px;
	height: 18px;
	background: url("images/icons-18-white.png") no-repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
	background-position: -756px 50%;
	background-color: rgba(200, 210, 220, .4);
	background-color_: transparent;
}

.radio_on {
	background-position: -720px 50%;
	background-color: rgb(69, 150, 206);
	/*{global-icon-shadow}*/
	/*	box-shadow: 0px 1px 0 rgba(255,255,255,.4);*/
}

/*--------------------------------------*/

/* Search */

/*--------------------------------------*/

._search_label {
	padding: 0px 3px 0px 5px;
	/*	vertical-align: middle;*/
	text-align: right;
	font-size: 14px;
}

._search_input {
	padding: 0px 10px 0px 0px;
}

/*--------------------------------------*/

/* Foot */

/*--------------------------------------*/

._foot_text {
	font-size: 13px;
}

/*--------------------------------------*/

/* Edit */

/*--------------------------------------*/

._edit_head {
	border-radius: 6px;
	padding: 6px 2px 6px 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	font-weight_: bold;
}

._edit_line {
	/*	background: #f0f0f0;*/
	/*	background-image: linear-gradient(#f0f0f0, #d0d0d0);*/
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	border-radius: 6px;
	border: 0px solid #c0c0c0;
	border-width_: 0px 0px 1px 0px;
	margin: 0px 0px 1px 0px;
}

._edit_label_h {
	padding: 8px 4px 8px 10px;
	/*	vertical-align: middle;*/
	text-align: left;
	font-size: 13px;
	/*	font-weight: bold;*/
}

._edit_label_v {
	padding: 4px 4px 0px 10px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	/*	font-weight: bold;*/
}

._edit_input_h {
	padding: 3px 4px 4px 4px;
	vertical-align: top;
	text-align: left;
	/*	font-size: 12px;*/
}

._edit_input_v {
	padding: 3px 4px 4px 4px;
	vertical-align: top;
	text-align: left;
	/*	font-size: 12px;*/
}

/*--------------------------------------*/

/* Import */

/*--------------------------------------*/

.import-color-line-upload-ok {
	background-image: linear-gradient(rgb(192, 192, 64), rgb(128, 128, 32));
}

.import-color-line-archive-ok {
	background-image: linear-gradient(rgb(64, 192, 64), rgb(64, 128, 64));
}

/*--------------------------------------*/

/* Viewer */

/*--------------------------------------*/

/* Preview */

.viewerImagePreview, .viewerImagePreviewActive, .viewerImagePreviewDragg {
	padding: 0px;
	border: 2px solid #6c6c6c;
	background: #000000;
}

.viewerImagePreviewActive {
	/*	border: 3px solid #8888b8;*/
	border: 2px solid #f00000;
}

.viewerImagePreviewDragg {
	/*	border: 2px solid rgb(255,201,14);*/
	border: 2px solid #ffc800;
}

.viewerPreviewCountDiv2_tl {
	text-align: left;
}

.viewerPreviewCountDiv2_tc {
	text-align: center;
}

.viewerPreviewCountDiv2_bc {
	text-align: center;
	bottom: 0;
}

.viewerPreviewCountDiv2_tl, .viewerPreviewCountDiv2_tc, .viewerPreviewCountDiv2_bc {
	position: absolute;
	font-size: 11px;
}

.viewerPreviewCountDiv3_tl {}

.viewerPreviewCountDiv3_tc {}

.viewerPreviewCountDiv3_bc {
	vertical-align: bottom;
}

.viewerPreviewCountDiv3_tl, .viewerPreviewCountDiv3_tc, .viewerPreviewCountDiv3_bc {
	display: inline-block;
	margin: 1px;
	padding: 0px 2px;
	line-height: normal;
	color: #ffc800;
	font-size: 11px;
	background: #404040;
}

.viewerPreviewPin>img {
	background: rgba(96, 96, 96, .4);
	/*	visibility: hidden;*/
	visibility: visible;
	border-radius: 4px;
}

.viewerPreviewPinOver>img {
	background: rgba(96, 96, 96, .7);
	visibility: visible;
	border-radius: 4px;
}

.viewerPreviewPinActive>img, .viewerPreviewPinActive>div {
	background: rgba(255, 200, 0, .7);
	visibility: visible;
	border-radius: 4px;
}

.viewerPreviewVideo {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -35px;
}

/*--------------------------------------*/

/* Rasters */

.viewerImage {
	padding: 0px;
	vertical-align: top;
	text-align: center;
	/*	border-style: inset;
	border-width: 2px;
	border-color: #909090 #dcdcdc #dcdcdc #909090;*/
	border: 2px solid #800000;
	background: #8b8888;
}

/* Raster */

.rasterCell {
	margin: 0px;
	padding: 0px;
	border: 2px solid #404040;
	vertical-align: top;
	background: black;
}

.rasterCellActive {
	margin: 0px;
	padding: 0px;
	border: 2px solid #ff0000;
	vertical-align: top;
	background: black;
}

.rasterCellDropp {
	margin: 0px;
	padding: 0px;
	/*	border: 2px solid rgb(255,201,14);*/
	border: 2px solid #ffc800;
	vertical-align: top;
	background: black;
}

/*--------------------------------------*/

/* Overlay */

.blocks_top {
	position: absolute;
	display: flex; 
	justify-content: space-between;
	width: 100%;
}
.blocks_middle {
	position: absolute;
	display: flex; 
	justify-content: space-between;
	width: 100%;
    align-items: center;
}
.blocks_bottom {
	position: absolute;
	display: flex; 
	justify-content: space-between;
	width: 100%;
    align-items: flex-end;
}

.block_left {
	width: 30%;
	padding: 3px;
}
.block_left>div {
	text-align: left;
	margin: 0px;
}

.block_center {
	width: 30%;
	padding: 3px;
}
.block_center>div {
	text-align: center;
	margin: 0px;
}

.block_right {
	width: 30%;
	padding: 3px;
}
.block_right>div {
	text-align: right;
	margin: 0px;
}

.blockCell {
	border: 0px solid red;
	color: #f0f0f0;
	font-size: 12px;
	font-weight: normal;
	text-shadow: #000000 1px 1px 0px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.rasterHead {
	position_: absolute;
	visibility_: hidden;
	display: inline-block;
	left: 50%;
	top: 0px;
	/*	margin-left: -25px;*/
	z-index: 92;
	color: #ffc800;
	background: rgba(64, 64, 64, .7);
	text-align: center;
	padding: 2px 4px 2px 4px;
}

.rasterHead_hover:hover {
	text-decoration: underline;
}

/*--------------------------------------*/

.rasterTools {
	position: absolute;
	visibility: hidden;
	z-index: 105;
	background_: #404040;
	padding: 0px;
	opacity: 0.70;
}

/*--------------------------------------*/

.slider_symbol {
	position: absolute;
	visibility: hidden;
	padding: 0px;
	display: inline-block;
	border: 0px solid #c49204;
	/*	background: #404040;*/
	/*	background: #202020;*/
	z-index: 99;
	opacity: 0.8;
}

/*--------------------------------------*/

/* Window Message */

/*--------------------------------------*/

.messageTextSection {
	padding: 3px 0px 7px 0px;
	font-size: 14px;
	line-height: 1.5;
}

.messageTextSection a {
	text-decoration: underline;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeout {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes fadeout {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fade_in {
	opacity: 1;
	-webkit-animation-duration: 250ms;
	-webkit-animation-name: fadein;
	animation-duration: 250ms;
	animation-name: fadein;
}

.fade_out {
	opacity: 0;
	-webkit-animation-duration: 150ms;
	-webkit-animation-name: fadeout;
	animation-duration: 150ms;
	animation-name: fadeout;
}

.body_grey {
	left: 0px;
	top: 0px;
	height: 0px;
	width: 0px;
	position: absolute;
	visibility: hidden;
	background: #282828;
}

@keyframes body_grey_fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: .65;
	}
}

@-webkit-keyframes body_grey_fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: .65;
	}
}

@keyframes body_grey_fadeout {
	from {
		opacity: .65;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes body_grey_fadeout {
	from {
		opacity: .65;
	}

	to {
		opacity: 0;
	}
}

.body_grey_active_fadein {
	opacity: .65;
	-webkit-animation-duration: 250ms;
	-webkit-animation-name: body_grey_fadein;
	animation-duration: 250ms;
	animation-name: body_grey_fadein;
}

.body_grey_active_fadeout {
	opacity: 0;
	-webkit-animation-duration: 150ms;
	-webkit-animation-name: body_grey_fadeout;
	animation-duration: 150ms;
	animation-name: body_grey_fadeout;
}

.body_grey_active {
	opacity: .65;
}

.body_grey_active_no {
	opacity: 0;
}

.dialog-block {
	margin: 0px 0px 5px 0px;
	padding: 8px 10px 8px 10px;
	font-size: 13px;
	color: #fff;
	background: rgb(120, 120, 120);
}

.dialog-block-head {
	padding: 0px 10px 8px 0px;
	font-size: 15px;
	font-weight: normal;
}

/*--------------------------------------*/

.wrapper {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 8px;
}

.wrapper_no_mobile {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 5px;
	padding-left_: 5px;
	box-sizing: border-box;
}

.scroller {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	float: left;
	padding: 0;
}

.scroller_new {
	position: relative;
	_height: calc(100% - 330px);
	overflow-x: hidden;
	padding: 0px 40px 0px 65px;
	box-sizing: border-box;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	_float: left;
	padding: 0;
}

/*--------------------------------------*/

.input_text {
	background: #a29f9f;
	color: #ffffff;
	/*	border: 1px solid #4e4e4e;*/
	border: 2px inset #8c8c8c;
	font-size: 13px;
	padding: 1px 4px;
	/*	height: 14px;*/
}

.input_text_blank {
	background: #a29f9f;
	color: #656565;
	border: 2px inset #dcdcdc;
	font-size: 13px;
	padding: 1px 4px;
	height: 13px;
}

.input_text_focus {
	background: #c79200;
	color: #ffffff;
	border: 2px inset #dcdcdc;
	font-size: 13px;
	padding: 1px 4px;
}

/*--------------------------------------*/

.curved {
	border-radius: 10px;
}

/*--------------------------------------*/

.contentEditable {
	border: 2px inset #808080;
	padding: 3px;
	background: #909090;
	/*	background: transparent;*/
	font-size: 14px;
	z-index: 102;
}

.contentEditable>p {
	margin: 0px;
	padding: 0px;
}

.contentEditableInfo {
	position: absolute;
	visibility: hidden;
	margin: 13px 0px 0px 10px;
	color: #c0c0c0;
	/*	border: 2px solid transparent;*/
	/*	padding: 3px;*/
	background: transparent;
	font-size: 14px;
	z-index: 101;
}

/*--------------------------------------*/

.modality_peview {
	/*	border: 1px solid transparent;*/
	margin-bottom: 2px;
	border-radius: 4px;
	background: #a8b8ff;
	cursor: pointer;
}

.modality_peview:hover {
	background: #bcccff;
}

.modality_entry {
	background_: #90a8ff;
	background: #a8b8ff;
	border: 2px solid #a8b8ff;
}

.modality_cr_ {
	background: #90b0ff;
}

.modality_cr_:hover {
	background: #a0c0ff;
}

.modality_dx_ {
	background: #90b0ff;
}

.modality_dx_:hover {
	background: #a0c0ff;
}

.modality_ct_ {
	background: #ffd090;
}

.modality_mr_ {
	background: #c060ff;
}

.modality_us_ {
	background: #ff5048;
}

.modality_nm_ {
	background: #70c060;
}

/*--------------------------------------*/

.print_rasters_preview {
	background: #ffffff;
	border: 1px solid #808080;
	padding: 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .6);
}

.print_rasters_print {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.print_raster_image {
	overflow: hidden;
	vertical-align: bottom;
	display: inline-block;
	text-align: center;
}

.print_head_left {
	position: absolute;
	text-align: left;
	margin-left: 1px;
}

.print_head_left_text {
	padding: 1px 3px 1px 3px;
	color: #e0e0e0;
	font-size: 10px;
	text-shadow: #000000 1px 1px 0px;
}

.print_head_right {
	position: absolute;
	text-align: right;
	margin-left: 1px;
}

.print_head_right_text {
	padding: 1px 3px 1px 3px;
	color: #e0e0e0;
	font-size: 10px;
	text-shadow: #000000 1px 1px 0px;
}

.print_counter {
	position: absolute;
	text-align: center;
}

.print_counter_text {
	padding: 2px 4px 1px 4px;
	font-weight: bold;
	color: #ffc800;
	font-size: 12px;
	background: rgba(128, 128, 128, 0.8);
}

/*--------------------------------------*/

/* Layout info bars	*/

/*--------------------------------------*/

.info_bar {
	background: rgb(139, 136, 136);
	background-image: linear-gradient(rgba(0, 210, 40, .7), rgba(0, 130, 40, .7));
	border: 2px inset rgb(76, 76, 76);
	border-radius: 4px;
}

.info_bar2 {
	background: rgb(80, 80, 80);
	background-image: linear-gradient(rgba(220, 60, 60, 1), rgba(130, 40, 40, 1));
	border-radius: 4px 0px 0px 4px;
}

.status_bar {
	background: rgb(139, 136, 136);
	background-image: linear-gradient(#e0f0e0, #c0f0c0);
	border_: 1px solid rgb(76, 76, 76);
	border-radius: 4px;
}

.status_bar2 {
	background: rgb(80, 80, 80);
	background-image: linear-gradient(#408040, #206020);
	border_: 1px solid rgb(76, 76, 76);
	border-radius: 4px 0px 0px 4px;
}

#practice-main-div, #signature-main-div {
	width: 600px;
	height: 400px;
	color: black;
	background: white;
	box-shadow: 0px 6px 9px #00000073;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#practice-top-div, #signature-top-div {
	color: white;
	background-color: #004985;
	height: 50px;
	width: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
}

#practice-header-text, #signature-header-text {
	padding-left: 3%;
}

#close-practice-button, #close-signature-button {
	cursor: pointer;
	padding-right: 3%;
}

#close-practice-button:hover, #close-signature-button:hover {
	text-decoration: underline;
}

#practice-mid-div, #signature-mid-div {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#practice-bot-div, #signature-bot-div {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.signature-logo-button {
	cursor: pointer;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #f0f0f0;
	text-shadow: 0 1px 1px #111;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(132, 126, 115);
	border-image: initial;
	border-radius: .6em;
	background: linear-gradient(rgb(152, 146, 135), rgb(112, 106, 95)) rgb(85, 85, 85);
	font-size: 12.5px;
	width: 36%;
	height: 27px;
	margin: 5px;
}

.signature-logo-button:hover {
	background: linear-gradient(rgb(172, 166, 155), rgb(132, 126, 115)) rgb(34, 34, 34);
}

.signature-logo-button:active {
	background: linear-gradient(rgb(132, 126, 115), rgb(172, 166, 155)) rgb(34, 34, 34);
	box-shadow: inset 0px 0px 3px #387bbe, 0px 0px 9px #387bbe;
}

.user-menu-option:hover {
	background: #f1ecec;
}

#register-info-div {
	position: fixed;
	z-index: 22;
	display: none;
}