.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/images/vendor/lightbox2/dist/loading.gif?f657825a2eeed04632b01ed85f528407) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/images/vendor/lightbox2/dist/prev.png?0edc57ccafb3ea81859786274edf7897) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/images/vendor/lightbox2/dist/next.png?62074ac70bd3cfc10445d325a205a3cf) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/images/vendor/lightbox2/dist/close.png?0cfd6489536ec0987466795401497368) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?d1b818587c3bc65058fe43800e4a191c)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?d1b818587c3bc65058fe43800e4a191c)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_555555_256x240.png?35d57320d9df28ec0d0d8bd1b5c75983)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_ffffff_256x240.png?92bef7e45fed3caba8dc9348edef4df2)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?f423048bf942a7a33b33b1b982ecdb51)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?5cbbd560bcf30acb95dd3b0b0d61645a)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?f5d5fce2f36b5776eab8b314efc2dfd8)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

@charset "UTF-8";
@font-face {}
@font-face {}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

#loader div {
  width: 256px;
  height: 256px;
  background-color: transparent;
  background-image: url("/imgs/loader.png");
  background-repeat: no-repeat;
  background-size: 150px;
  -webkit-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}

.docloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.docloader div {
  width: 256px;
  height: 256px;
  background-color: transparent;
  background-image: url("/imgs/loader.png");
  background-repeat: no-repeat;
  background-size: 150px;
  -webkit-animation: rotate 4s infinite linear;
  animation: rotate 4s infinite linear;
}

input.form-input:-moz-read-only {
  cursor: default;
  background-color: #e2e2e2;
}

input.form-input:read-only {
  cursor: default;
  background-color: #e2e2e2;
}

.form-input,
.form-line-text {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: initial;
  font-family: "GothamPro", "Helvetica", sans-serif;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.form-input:before, .form-input:after,
.form-line-text:before,
.form-line-text:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
.form-input:focus, .form-input:target, .form-input:active, .form-input:hover,
.form-line-text:focus,
.form-line-text:target,
.form-line-text:active,
.form-line-text:hover {
  outline: none !important;
}
.form-input:disabled,
.form-line-text:disabled {
  cursor: default;
  background-color: #e2e2e2;
}
.form-input::-webkit-input-placeholder,
.form-line-text::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-input:-moz-placeholder,
.form-line-text:-moz-placeholder {
  color: #b3b3b3;
}
.form-input::-moz-placeholder,
.form-line-text::-moz-placeholder {
  color: #b3b3b3;
}
.form-input:-ms-input-placeholder,
.form-line-text:-ms-input-placeholder {
  color: #b3b3b3;
}

.fx {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.fxc {
  align-items: center;
  justify-content: center;
}

.fxb {
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}

.fgap {
  gap: 5px;
}

.fac {
  align-items: center;
}

.fal {
  align-items: stretch;
}

.fsb {
  justify-content: space-between;
}

.bi {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.bi a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .mfc {
    flex-direction: column;
  }

  header,
footer {
    position: static;
  }

  header {
    padding: 13px 0;
  }

  .wr {
    padding-top: 0;
  }

  .header-logo {
    width: 150px;
    height: 40px;
  }
  .header-logo img {
    height: 40px;
  }

  .footer-logo {
    position: relative;
    left: -10px;
    width: 150px;
    height: 40px;
  }

  .footer-links {
    width: 100%;
    max-width: 100%;
  }
  .footer-links a {
    margin: 0 auto 5px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.table-cell .ceil-info {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid black;
}

.table-cell .ceil-info.success {
  background-color: white;
}

.table-cell .ceil-info.fail {
  background-color: red;
}

.header-user {
  margin-right: 30px;
  opacity: 0.9;
}
.header-user:hover, .header-user:focus, .header-user:target {
  opacity: 1;
}

input[type=submit] {
  font-size: 16px;
}

.header-btns .btn {
  border-radius: 18px;
  padding: 8px 24px;
}

.header-user-email {
  margin-right: 20px;
  color: #303139;
}

.header-user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

aside {
  position: fixed;
  top: 82px;
  left: 0;
  z-index: 2;
  width: 335px;
  height: 100%;
  background-color: #455a64;
  color: #fff;
  overflow: auto;
}

.aside-item {
  width: 100%;
  font-size: 16px;
  color: #fff;
}
.aside-item a {
  width: 100%;
  padding: 9px 15px 9px 35px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.aside-item a:hover, .aside-item a:focus, .aside-item a:target {
  color: #fff;
  background-color: #354952;
}
.aside-item a:first-child {
  border-top: 1px solid transparent;
}
.aside-item span.bi {
  display: block;
  width: 27px;
  height: 27px;
  margin-right: 17px;
}

.aside-item-act {
  background-color: #1492ca;
}

.aside-item-name {
  width: calc(100% - 45px);
}

.aside-item-childs {
  width: 100%;
}

.aside-child {
  width: 100%;
}
.aside-child a {
  display: block;
  width: 100%;
  padding: 9px 15px 9px 100px;
}

.page-body {
  width: calc(100% - 380px);
  margin-top: 35px;
  margin-right: 15px;
  margin-left: 365px;
  margin-bottom: 91px;
}

.page-content {
  width: 100%;
  min-height: calc(100vh - 100px);
  /*    margin-bottom: 35px;*/
  padding: 35px;
  padding-top: 70px;
  /*    padding-bottom: 100px;*/
  border-radius: 5px;
  /*    @include box_shadow(0 0 16px 0 rgba(0, 0, 0, 0.15));*/
}

.page-content-case {
  margin: -35px;
}

.breadcrumb {
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.breadcrumb li {
  position: relative;
  padding-right: 40px;
  color: #464647;
  font-size: 15px;
}
.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d3d5d8;
}
.breadcrumb li:last-child {
  padding-right: 0;
}
.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li a {
  color: #d3d5d8;
}
.breadcrumb li a:hover {
  color: #d3d5d8;
}

.topbuttons {
  margin-bottom: 25px;
}
.topbuttons .btn {
  margin-right: 15px;
}

.form-line-error {
  color: red;
}
.form-line-error input {
  background-color: rgba(255, 62, 62, 0.2);
}

.form-line-checkbox {
  margin: 15px 0;
}

.fx.fxb.form-line .form-checkbox {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.fx.fxb.form-line .form-checkbox label {
  width: initial;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin: 7px 0;
  font-weight: 400 !important;
  color: #b3b3b3;
  cursor: pointer;
}

.fx.fxb.form-line .form-checkbox input[type=checkbox],
.fx.fxb.form-line .form-checkbox input[type=radio] {
  position: absolute;
  left: -999999px;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.fx.fxb.form-line .form-checkbox input[type=checkbox] + span:after,
.fx.fxb.form-line .form-checkbox input[type=radio] + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #303139;
  border-radius: 4px;
}

.fx.fxb.form-line .form-checkbox input[type=checkbox] + span:before,
.fx.fxb.form-line .form-checkbox input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background-color: #1492ca;
  border-radius: 4px;
  opacity: 0;
}

.fx.fxb.form-line .form-checkbox input[type=checkbox]:checked + span:before,
.fx.fxb.form-line .form-checkbox input[type=radio]:checked + span:before {
  opacity: 1;
}

#importtable tbody .form-checkbox {
  width: 100%;
  position: relative;
  cursor: pointer;
}
#importtable tbody .form-checkbox input[type=checkbox],
#importtable tbody .form-checkbox input[type=radio] {
  position: absolute;
  left: -999999px;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
#importtable tbody .form-checkbox input[type=checkbox] + span:after,
#importtable tbody .form-checkbox input[type=radio] + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #303139;
  border-radius: 4px;
}
#importtable tbody .form-checkbox input[type=checkbox] + span:before,
#importtable tbody .form-checkbox input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background-color: #1492ca;
  border-radius: 4px;
  opacity: 0;
}
#importtable tbody .form-checkbox input[type=checkbox]:checked + span:before,
#importtable tbody .form-checkbox input[type=radio]:checked + span:before {
  opacity: 1;
}

.filters {
  margin-bottom: 15px;
}
.filters .btn {
  margin-right: 10px;
}
.filters .btn-danger {
  border-color: #ed2f15;
  color: #ed2f15;
  background-color: #fff;
}
.filters .btn-danger:hover, .filters .btn-danger:focus, .filters .btn-danger:target {
  border-color: #ed2f15;
  color: #fff;
  background-color: #ed2f15;
}

.filter-head {
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.85;
}
.filter-head * {
  cursor: pointer;
}
.filter-head span.bi {
  margin-left: 20px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("/imgs/filter.png");
}
.filter-head:hover, .filter-head:focus, .filter-head:target {
  opacity: 1;
}

.filter-inputs {
  margin-top: 15px;
}

.filter-input {
  margin-right: 30px;
  margin-bottom: 10px;
}
.filter-input label {
  width: initial;
  margin: 0 15px 0 0;
}
.filter-input .filter-input-input {
  min-width: 200px;
}

.table {
  width: 100%;
}

.table-row {
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}

.table-head {
  width: 100%;
  background-color: #303641;
  color: #fff;
  font-size: 10px;
}

.table-cell {
  padding: 7px 10px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.table-cell strong {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.table-cell-status {
  width: 40px;
  padding: 7px;
  text-align: center;
}
.table-cell-status div {
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
}
.table-cell-status .status-on {
  background-color: #00dbd3;
}
.table-cell-status .status-off {
  background-color: #ed2f15;
}

.table-cell-newchat {
  position: absolute;
  top: -12px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-image: url("/imgs/newchat.png");
}

.table-cell-role {
  width: 125px;
}

.table-cell-email {
  width: 240px;
}

.nurses-table .nurses-table-edit {
  width: 40px;
}

.table-cell-edit {
  position: relative;
  width: 60px;
  padding: 7px 4px;
  text-align: center;
}
.table-cell-edit a {
  display: block;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 4px;
  background-color: #858585;
  background-image: url("/imgs/edit.png");
  opacity: 0.9;
}
.table-cell-edit a:hover, .table-cell-edit a:focus, .table-cell-edit a:target {
  opacity: 1;
}

.articles-table-title,
.insurance-table-title {
  width: calc(100% - 355px);
}

.insurance-table-company {
  width: 200px;
}

.users-table-name {
  width: calc(100% - 520px);
}

.bottombuttons {
  position: fixed;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 91px;
  padding: 20px 15px;
  background-color: var(--vz-header-bg);
  text-align: center;
}
.bottombuttons .btn {
  min-width: 155px;
  margin: 0 8px;
}

@media screen and (max-width: 1024px) {
  .bottombuttons {
    height: 60px;
    padding: 10px 5px;
  }
  .bottombuttons .btn {
    min-width: 100px;
    margin: 0 8px;
    font-size: 14px;
  }
}
.btn:disabled,
.btn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}

.btn-danger {
  border-color: #c8254c;
  background-color: #c8254c;
  color: #fff;
}
.btn-danger:hover, .btn-danger:target, .btn-danger:focus {
  border-color: #0074a7;
  background-color: #0074a7;
  color: #fff;
  text-decoration: none;
}

.btn-info {
  max-width: 130px;
  border-color: #186AA7;
  color: #186AA7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-info span {
  margin-right: 5px;
  border: 1px solid #186AA7;
  border-radius: 50%;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-info:hover span, .btn-info:target span, .btn-info:focus span {
  border-color: #fff;
}

.form-line {
  width: 100%;
  margin-bottom: 15px;
}
.form-line .error {
  color: red;
}

.fx.fxb.form-line.form-line-full {
  width: 100%;
}
.fx.fxb.form-line.form-line-full .form-input,
.fx.fxb.form-line.form-line-full .select2-container {
  max-width: 100%;
}

.form-line-half {
  width: 48%;
}

.form-line-third {
  width: 30%;
}

input.disabled {
  filter: opacity(25%);
}

.fx.fxb.form-line label {
  width: 215px;
  text-align: right;
}
.fx.fxb.form-line label.disabled {
  filter: opacity(25%);
}
.fx.fxb.form-line .form-line-input {
  width: calc(100% - 235px);
}
.fx.fxb.form-line .form-input,
.fx.fxb.form-line .form-line-text,
.fx.fxb.form-line .select2.select2-container {
  max-width: 555px;
}

.form-line-text {
  min-height: 51.5px;
  cursor: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  background-color: #f2f2f2;
}

.form-line-subhead {
  width: 100%;
  margin: 10px 15px 10px;
  border-bottom: 1px solid #eee;
  font-size: 17px;
  text-transform: uppercase;
}

.session-message {
  width: 100%;
  margin-bottom: 15px;
}
.session-message .alert {
  position: relative;
  width: 100%;
  padding: 18px 50px 18px 25px;
  border-radius: 4px;
  cursor: pointer;
}
.session-message .alert:after, .session-message .alert:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 1px;
  background-color: #303139;
  cursor: pointer;
}
.session-message .alert:before {
  transform: rotate(45deg) translate(0, -50%);
}
.session-message .alert:after {
  transform: rotate(-45deg) translate(0, -50%);
}
.session-message .alert-success {
  background-color: #bdedbc;
  color: #2a6429;
}
.session-message .alert-attention {
  background-color: #c5e8f7;
  color: #0871a0;
}
.session-message .alert-warning {
  background-color: #fbb756;
  color: #303139;
}
.session-message .alert-danger,
.session-message .alert-error {
  background-color: #ffc9c9;
  color: #a80b0b;
}

.pagination-block {
  width: 100%;
  margin: 30px 0 0;
}
.pagination-block nav {
  width: 100%;
}
.pagination-block .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination-block .pagination li.disabled {
  display: none;
}
.pagination-block .pagination li {
  border: 1px solid #ddd;
  font-size: 14px;
}
.pagination-block .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #303139;
}
.pagination-block .pagination li a:hover, .pagination-block .pagination li a:target, .pagination-block .pagination li a:focus {
  background-color: #373e4a;
  color: #fff;
}
.pagination-block .pagination li a[rel=prev] {
  width: 40px;
}
.pagination-block .pagination li a[rel=next] {
  width: 40px;
}
.pagination-block .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #373e4a;
  color: #fff;
}

.documents-row {
  border-color: #b4b4b4;
}

.documents-table-name {
  width: calc(100% - 820px);
}
.documents-table-name .fx.fxb.form-line label {
  width: 75px;
}
.documents-table-name .fx.fxb.form-line .form-line-input {
  width: calc(100% - 105px);
}
.documents-table-name .fx.fxb.form-line:last-child {
  margin-bottom: 0;
}

.documents-table-date {
  width: 120px;
}

.documents-table-name2 {
  width: calc(100% - 925px);
}
.documents-table-name2 > span {
  display: inline-block;
}

.documents-table-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
.documents-table-tooltip span.bi {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/imgs/tooltip.png");
  cursor: pointer;
}
.documents-table-tooltip div {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  width: 200px;
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
.documents-table-tooltip:hover div {
  display: block;
}

.file-single-link {
  position: relative;
  margin-bottom: 3px;
  padding: 11px 0 0 24px;
}

.nurse-documents {
  width: 100%;
}
.nurse-documents .btn-upload {
  background-color: #303641;
  border-color: #303641;
  opacity: 0.9;
}
.nurse-documents .btn-upload:hover, .nurse-documents .btn-upload:target, .nurse-documents .btn-upload:focus {
  opacity: 1;
}
.nurse-documents .btn.btn-secondary:hover, .nurse-documents .btn.btn-secondary:target, .nurse-documents .btn.btn-secondary:focus {
  border-color: #1492ca;
  background-color: #1492ca;
  color: #fff;
}

.nurse-activity-log {
  font-size: 14px;
  max-height: 500px;
  overflow: auto;
  display: block;
  width: 100%;
}
.nurse-activity-log p {
  margin-bottom: 4px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.documents-table-upload {
  width: 175px;
}

.documents-table-file {
  width: 325px;
  overflow: hidden;
  color: #777;
  position: relative;
  padding-left: 25px;
}
.documents-table-file span.bi {
  position: absolute;
  left: 0;
  top: 8px;
  display: none;
  width: 16px;
  height: 19px;
  background-image: url("/imgs/trash.png");
  cursor: pointer;
  opacity: 0.5;
}
.documents-table-file span.bi:hover, .documents-table-file span.bi:target, .documents-table-file span.bi:focus {
  opacity: 0.9;
}

.application-photo {
  position: relative;
  padding-left: 25px;
}
.application-photo span.bi {
  position: absolute;
  left: 0;
  top: 8px;
  display: none;
  width: 16px;
  height: 19px;
  background-image: url("/imgs/trash.png");
  cursor: pointer;
  opacity: 0.5;
}
.application-photo span.bi:hover, .application-photo span.bi:target, .application-photo span.bi:focus {
  opacity: 0.9;
}

span.bi.documents-file-remove {
  display: block;
}

.table-head .documents-table-file {
  color: #fff;
}

.documents-table-required,
.documents-table-status {
  width: 95px;
}

.nurses-table .table-row {
  border-bottom: none;
}
.nurses-table .table-row:nth-child(even) {
  background-color: #E8E8E8;
}
.nurses-table .table-cell {
  min-height: 46px;
}

.nurses-row {
  align-items: stretch;
}

.nurses-table-head .nurses-table-assigned {
  background-color: #b99295;
}
.nurses-table-head .nurses-table-attempts {
  background-color: #b99e69;
}
.nurses-table-head .nurses-table-submited {
  background-color: #699ab9;
}
.nurses-table-head .nurses-table-progress {
  background-color: #8cbd86;
}

.nurses-table-name {
  width: 250px;
}

.nurse-online-marker {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00cf00;
}

.nurses-table-problems,
.nurses-table-assigned,
.nurses-table-attempts,
.nurses-table-submited,
.nurses-table-progress {
  width: calc((100% - 290px) / 7);
}

.nurses-auditor-table .nurses-table-problems,
.nurses-auditor-table .nurses-table-assigned,
.nurses-auditor-table .nurses-table-attempts,
.nurses-auditor-table .nurses-table-submited,
.nurses-auditor-table .nurses-table-progress {
  width: calc((100% - 250px) / 7);
}

.nurses-table-assigned {
  background-color: rgba(227, 163, 168, 0.65);
}

.nurses-table-attempts {
  background-color: rgba(221, 184, 110, 0.65);
}

.nurses-table-progress {
  background-color: rgba(137, 211, 128, 0.65);
}

.nurses-table-case {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 18px;
  margin-right: 3px;
  margin-bottom: 3px;
  opacity: 0.9;
}
.nurses-table-case:hover, .nurses-table-case:target, .nurses-table-case:focus {
  opacity: 1;
  transform: scale(1.2);
}

.content-top-line {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 999;
  margin: 0;
  padding: 20px 35px;
  background-color: #303642;
  color: #fff;
}

.case-top-line {
  background-color: #0070c0;
}

.case-top-name {
  font-weight: 700;
  font-size: 20px;
}

.case-top-nurse {
  margin-right: 30px;
}

.case-top-insurance {
  margin-right: 10px;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 8px 24px;
  color: #fff;
}

.case-top-type {
  border: 2px solid #00dbd3;
  border-radius: 18px;
  padding: 8px 24px;
  background-color: #00dbd3;
  color: #fff;
}

.case-top-type1 {
  border: 2px solid #ed2f15;
  background-color: #ed2f15;
}

.case-top-subtype {
  width: 41px;
  height: 41px;
  margin-right: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url("/imgs/normal.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.case-top-line2 .case-top-subtype {
  border: 1px solid #000;
  background-image: url("/imgs/normal2.png");
}

.case-top-subtype1 {
  background-image: url("/imgs/virtual.png");
}

.case-top-subtype .case-top-subtype1 {
  background-image: url("/imgs/virtual2.png");
}

.case-top-line2 .case-top-insurance {
  color: #000;
  border: 2px solid #000;
}

.case-top-line2 .case-top-type {
  color: #000;
}

.nurse-top-name {
  font-weight: 700;
  font-size: 20px;
}

.nurse-top-status {
  margin-right: 10px;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 8px 24px;
}

.nurse-top-cases {
  border: 2px solid #ED8B28;
  border-radius: 18px;
  padding: 8px 24px;
  background-color: #ED8B28;
}

.cases-table {
  overflow-x: auto;
}

.cases-table .table-row {
  font-size: 11px;
  justify-content: space-between;
}

.cases-table .table-row2 {
  display: flex;
  overflow: auto;
  width: 100%;
  justify-content: center;
}
.cases-table .table-row2 .extended-person-info {
  height: 20px;
  text-align: center;
  margin-left: 10px;
}
.cases-table .table-row2 .extended-person-info span.phone-item {
  margin-left: 5px;
}

.cases-table .table-row2.hidden {
  display: none;
}

.cases-table .table-cell .table-cell-doublerow {
  min-height: 10px;
  padding: 0px;
}

.cases-table .table-cell {
  text-align: center;
  min-height: 40px;
}

.cases-table-name {
  text-align: left !important;
}

.cases-table-name,
.cases-table-notes,
.cases-table-county,
.cases-table-medica,
.cases-table-subscriber,
.cases-table-dob,
.cases-table-schedule,
.cases-table-open,
.cases-table-closed {
  width: 9.2%;
  min-width: 88px;
}

.cases-table-mnotes {
  width: 20px;
}

.cases-table-rn {
  width: 105px;
}

.cases-table-action {
  /*width: 23px;*/
  width: 50px;
  display: flex;
  padding-right: 0;
}
.cases-table-action input {
  margin-top: 6px;
}

.hid {
  display: none;
}

.hid-act {
  display: flex;
}

.cases-info {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999;
}

.cases-info .hid {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.vis.btn {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cases-info-line {
  width: 30%;
  margin-bottom: 8px;
}

.bill-cases-info .cases-info-line {
  width: 50%;
}

.case-info-pict {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 26px;
  margin-right: 20px;
  border: 1px solid #999;
  border-radius: 5px;
  opacity: 0.95;
  font-weight: 600;
}

.bill-cases-info .case-info-pict {
  width: 150px;
}

.case-info-round {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #00dbd3;
  color: #fff;
  font-size: 12px;
  margin-right: 55px;
  margin-left: 39px;
}

.case-info-round-red {
  background-color: #ed2f15;
}

.case-info-text {
  width: calc(100% - 120px);
  font-weight: 700;
}

.bill-cases-info .case-info-text {
  width: calc(100% - 170px);
}

.case-date-lines {
  width: 100%;
  margin: 25px 0 10px;
}

.case-date-line {
  width: calc((100% - 195px) / 2);
  height: 48px;
  padding: 0 60px 0 15px;
  color: #fff;
  text-transform: uppercase;
  background-image: url("/imgs/calendar.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.case-date-line1 {
  background-image: none;
  width: 195px;
  text-align: right;
  background-color: #303641;
}

.case-date-line2 {
  background-color: #ebacaa;
}

.case-date-line3 {
  background-color: #fbc356;
}

.case-date-line4 {
  background-color: #83d071;
}

.case-date-line-red {
  background-color: red;
}

#chat_content {
  width: 100%;
  height: 400px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
}

.chat-content-line {
  width: 100%;
  margin-bottom: 15px;
}
.chat-content-line .chat-content-lineBody {
  min-width: 30%;
  border: 1px solid #f2f2f2;
  background-color: #c8d9ff;
  padding: 15px;
  border-radius: 10px;
}

.chat-content-lineR {
  justify-content: flex-end;
}
.chat-content-lineR .chat-content-lineBody {
  text-align: right;
  background-color: #bdffbd;
}

.chat-content-name {
  font-weight: bold;
  font-size: 17px;
}

.chat-content-date {
  color: grey;
  font-size: 12px;
}

.chat-content-text {
  font-size: 15px;
}

#chat_message {
  width: calc(100% - 75px);
  border-radius: 2px;
  margin-left: 0;
  padding: 15px;
}

#chat_add_file {
  width: 35px;
  height: 35px;
  opacity: 0.8;
  cursor: pointer;
}
#chat_add_file:hover {
  opacity: 1;
}

.chat-add-file {
  background-image: url("/imgs/add_file.png");
}

.chat-delete-file {
  background-image: url("/imgs/added_file.png");
}

#chat_file {
  display: none;
}

.chat-save-file {
  background-image: url("/imgs/add_file_mini5.png");
  background-repeat: no-repeat;
  background-position: 82px 10px;
  padding: 11px 60px 12px 30px;
}

.chat-controls-btns {
  margin-top: 15px;
}

#case_form2 .btn-upload,
#case_form2 .btn-download {
  display: flex;
  margin-right: 10px;
}
#case_form2 .btn-upload span.bi,
#case_form2 .btn-download span.bi {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background-image: url("/imgs/download.png");
}
#case_form2 .btn-download {
  background-color: #303641;
  border-color: #303641;
  opacity: 0.9;
}
#case_form2 .btn-download:hover, #case_form2 .btn-download:target, #case_form2 .btn-download:focus {
  opacity: 1;
}
#case_form2 .btn-download span.bi {
  transform: rotate(180deg);
}
#case_form2 .btn-upload-success {
  background-color: #303641;
  border-color: #303641;
}
#case_form2 .remove-download-file {
  color: red;
  opacity: 0.9;
  cursor: pointer;
}
#case_form2 .remove-download-file:hover, #case_form2 .remove-download-file:target, #case_form2 .remove-download-file:focus {
  opacity: 1;
}

.hovered-content {
  display: none;
  position: absolute;
  min-width: 300px;
  top: 100%;
  left: -30px;
  z-index: 2;
  background-color: #fff;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.has-hovered-content {
  position: relative;
}
.has-hovered-content:hover .hovered-content, .has-hovered-content:target .hovered-content, .has-hovered-content:focus .hovered-content {
  display: flex;
  font-size: 13px;
}

.hovered-content-phone,
.hovered-content-email {
  padding-right: 30px;
  background-image: url("/imgs/copy.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  cursor: copy;
}

.notification-item {
  width: 100%;
  margin-bottom: 2px;
  padding: 5px;
  border-radius: 2px;
}

.notification-item2 {
  background-color: #ffe0a7;
}

.notification-item3 {
  background-color: #ffcece;
}

.notification-item-date {
  font-size: 12px;
  color: #606060;
}

.notification-item-text {
  width: calc(100% - 300px);
  text-align: left;
}

.notification-item-btns .btn {
  font-size: 11px;
  padding: 5px 10px;
}

.trainings-table-name {
  width: calc(100% - 370px);
}

.trainings-table-date {
  width: 140px;
}

.trainings-table-trained {
  width: 88px;
}

.trainings-table-edit a.edit-btn {
  margin-bottom: 5px;
}
.trainings-table-edit a.delete-btn {
  background-color: #c5c4c4;
  background-image: url("/imgs/trash.png");
}

.calendar {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.dasboard-calendar .calendar {
  width: 48%;
}

.calendar-head {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding: 20px 0;
}

.calendar-table {
  width: 100%;
}

.calendar-row {
  width: 100%;
}

.calendar-cell {
  position: relative;
  width: calc(14.2857142857% - 2px);
  height: 65px;
  border-radius: 7px;
  margin-bottom: 2px;
  margin-right: 2px;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-weight: 600;
  color: #444;
  opacity: 0.85;
}
.calendar-cell span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.calendar-cell:hover, .calendar-cell:target, .calendar-cell:focus {
  opacity: 1;
}

.calendar-cell.calendar-cell-active {
  opacity: 1;
}

.calendar-cell.calendar-cell-head {
  background-color: #303139;
  color: #fff;
  font-weight: 700;
}

.calendar-cell.calendar-cell-empty {
  background-color: #d3d3d3;
}

.calendar-cell.calendar-cell-past {
  background-color: #f5f5f5;
}

.calendar-cell.calendar-cell-today {
  border-color: #248724;
  outline: 2px solid #248724;
}

.calendar-cell.calendar-cell-content {
  background-color: #fff096;
  cursor: pointer;
}
.calendar-cell.calendar-cell-content span {
  cursor: pointer;
  margin: 0 auto;
}

.calendar-cell.calendar-cell-warning {
  background-color: #ffa3a3;
}

.calendar-cell.calendar-cell-active {
  border-color: #fd0808;
  outline: 2px solid #fd0808;
}

.calendar-cell-count {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.calendar-cell-count div {
  width: 12px;
  height: 12px;
  background-color: #0d67ff;
  border-radius: 50%;
  margin-left: 2px;
}

.calendar-cell-attempt-count {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.calendar-cell-attempt-count div {
  width: 20px;
  height: 20px;
  background-color: #0d67ff;
  border-radius: 70%;
  background-image: url("/imgs/call.png");
  background-repeat: no-repeat;
  background-position: center;
}

.calendar-content {
  display: none;
  position: absolute;
  min-width: 350px;
  bottom: 75px;
  left: 0;
  z-index: 2;
}

.calendar-content.calendar-content2 {
  left: unset;
  right: 25%;
}

.calendar-content-body {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.calendar-content-content {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.calendar-content-content p {
  margin-bottom: 5px;
}
.calendar-content-content p:last-child {
  margin-bottom: 0;
}

.training-item {
  width: 98%;
  max-width: 30%;
  margin: 0 2% 30px 0;
  padding: 25px;
  border-radius: 5px;
  background: #fff;
  background: linear-gradient(135deg, #5dcdff 0%, #fff 100%);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.training-item-head {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #303139;
}
.training-item-head:hover, .training-item-head:target, .training-item-head:focus {
  color: #1492ca;
}

.training-item-time {
  width: 100%;
  font-size: 13px;
  color: #727272;
}

.training-item-users {
  width: 100%;
  margin-top: 15px;
}

.training-item-user {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  color: #303139;
}
.training-item-user:hover, .training-item-user:target, .training-item-user:focus {
  color: #1492ca;
}

.dasboard-auditor-item {
  color: #303139;
  opacity: 0.9;
}
.dasboard-auditor-item:hover, .dasboard-auditor-item:target, .dasboard-auditor-item:focus {
  opacity: 1;
}
.dasboard-auditor-item:first-child {
  background-color: #303139;
  color: #fff;
  opacity: 1;
}
.dasboard-auditor-item:nth-child(even) {
  background-color: #e1e1e1;
}
.dasboard-auditor-item span {
  padding: 10px;
}
.dasboard-auditor-item span:first-child {
  width: calc(100% - 100px);
}
.dasboard-auditor-item span:last-child {
  width: 100px;
  text-align: center;
}

.payrolls-row:nth-child(even) {
  background-color: #f2f2f2;
}

.payrolls-table-paydate {
  border-right: 1px solid #303139;
  text-align: right;
  font-weight: bold;
  padding-right: 25px;
}

.payrolls-table-head .payrolls-table-paydate {
  font-weight: 400;
}

.payrolls-table-submited {
  text-align: left;
}

.payrolls-table-paydate,
.payrolls-table-submited {
  width: calc((100% - 450px) / 2);
  font-size: 14px;
}

.payrolls-table-insurance,
.payrolls-table-total {
  width: 120px;
}

.payrolls-table-total,
.payrolls-table-insurance,
.payrolls-table-status,
.payrolls-table-edit {
  font-size: 14px;
}

.payrolls-table-edit {
  width: 70px;
}
.payrolls-table-edit a.edit-btn {
  margin-right: 5px;
}
.payrolls-table-edit a.delete-btn {
  background-color: #c5c4c4;
  background-image: url("/imgs/trash.png");
}

.payroll-nurse {
  margin-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.payroll-nurse label {
  margin-top: 0;
  font-weight: 700;
  color: #444;
}

.payroll-nurse-total {
  text-align: right;
  font-weight: 700;
  font-size: 12px;
}
.payroll-nurse-total span {
  font-size: 18px;
}

.payroll-total {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
}
.payroll-total span {
  font-size: 20px;
}

.payroll-nurse-case,
.payroll-admin-case {
  width: 100%;
  margin-bottom: 5px;
}

.payroll-nurse-closed,
.payroll-admin-closed {
  width: 80px;
  font-weight: 700;
  font-size: 14px;
  color: #666;
}

.payroll-nurse-name,
.payroll-admin-name {
  width: calc(100% - 230px);
  padding-left: 10px;
  font-size: 14px;
  color: #444;
}

.payroll-nurse-price,
.payroll-admin-price {
  width: 150px;
  text-align: right;
  font-weight: 700;
  font-size: 12px;
  color: #277200;
}

.payroll-admin-price {
  padding-right: 10px;
}

.payroll-admin-name {
  width: calc(100% - 270px);
}

.payroll-admin-action {
  width: 40px;
  color: red;
  font-size: 12px;
  opacity: 0.85;
  cursor: pointer;
}

.payroll-admin-action:hover {
  opacity: 1;
}

.payroll-admin-total {
  padding-right: 50px;
}

@media screen and (max-width: 1900px) {
  .cases-table-name,
.cases-table-notes,
.cases-table-county,
.cases-table-medica,
.cases-table-subscriber,
.cases-table-dob,
.cases-table-appointment,
.cases-table-open,
.cases-table-closed,
.cases-table-attempts {
    width: 8.4%;
  }

  .cases-table-mnotes {
    width: 20px;
  }

  .header-logo {
    width: 180px;
  }

  .page-body {
    width: calc(100% - 265px);
    margin-left: 255px;
    margin-top: 20px;
  }

  aside {
    width: 225px;
    height: calc(100% - 172px);
  }

  .aside-item a {
    padding: 7px 12px 7px 20px;
  }

  .aside-child a {
    padding-left: 50px;
  }

  .page-content {
    padding: 25px;
    padding-top: 70px;
    /*        padding-bottom: 100px;*/
  }

  .page-content-case {
    margin: -25px;
  }

  .breadcrumb {
    margin-bottom: 15px;
  }

  .form-line-text {
    padding: 10px 20px 10px 18px;
  }

  .pagination-block {
    margin-top: 15px;
  }

  .filter-input {
    margin-right: 20px;
  }

  .content-top-line {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 999;
    margin: 0;
  }
}
@media screen and (max-width: 1680px) {
  .cases-table-name,
.cases-table-notes,
.cases-table-county,
.cases-table-medica,
.cases-table-subscriber,
.cases-table-dob,
.cases-table-appointment,
.cases-table-open,
.cases-table-closed,
.cases-table-attempts {
    width: 8.2%;
  }

  .cases-table-mnotes {
    width: 20px;
  }

  .nurses-table-name {
    width: 200px;
  }

  .nurses-table-problems,
.nurses-table-assigned,
.nurses-table-attempts,
.nurses-table-submited,
.nurses-table-progress {
    width: calc((100% - 240px) / 7);
  }

  .documents-table-file {
    width: 180px;
  }

  .documents-table-name {
    width: calc(100% - 625px);
  }

  .case-date-line {
    padding: 0 40px 0 15px;
  }

  .fx.fxb.form-line label {
    width: 175px;
  }
  .fx.fxb.form-line .form-line-input {
    width: calc(100% - 195px);
  }
}
@media screen and (max-width: 1550px) {
  .cases-table-name,
.cases-table-notes,
.cases-table-county,
.cases-table-medica,
.cases-table-subscriber,
.cases-table-dob,
.cases-table-appointment,
.cases-table-open,
.cases-table-closed,
.cases-table-attempts {
    width: 7.5%;
    min-width: 82px;
  }

  .cases-table-mnotes {
    width: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .cases-table-name,
.cases-table-notes,
.cases-table-county,
.cases-table-medica,
.cases-table-subscriber,
.cases-table-dob,
.cases-table-appointment,
.cases-table-open,
.cases-table-closed,
.cases-table-attempts {
    width: 7.2%;
    min-width: 77px;
  }

  .cases-table-mnotes {
    width: 20px;
  }

  .cases-table .table-row {
    font-size: 10px;
  }
}
@media screen and (max-width: 1279px) {
  h1 {
    font-size: 22px;
  }

  .aside-item {
    font-size: 15px;
  }

  .fx.fxb.form-line label {
    width: 120px;
    font-size: 12px;
  }
  .fx.fxb.form-line .form-line-input {
    width: calc(100% - 140px);
  }

  .fx.fxb.form-line .form-checkbox input[type=checkbox] + span:after,
.fx.fxb.form-line .form-checkbox input[type=radio] + span:after {
    width: 18px;
    height: 18px;
  }

  .fx.fxb.form-line .form-checkbox input[type=checkbox] + span:before,
.fx.fxb.form-line .form-checkbox input[type=radio] + span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: #1492ca;
    border-radius: 4px;
    opacity: 0;
  }

  .dasboard-calendar .calendar {
    width: 100%;
  }

  .calendar-head {
    font-size: 18px;
    padding: 16px 0;
  }

  .training-item {
    max-width: 48%;
  }

  .cases-table-name,
.cases-table-notes,
.cases-table-county,
.cases-table-medica,
.cases-table-subscriber,
.cases-table-dob,
.cases-table-appointment,
.cases-table-open,
.cases-table-closed,
.cases-table-attempts {
    width: 7.9%;
    min-width: 88px;
  }

  .cases-table-mnotes {
    width: 20px;
  }

  .documents-table-upload {
    width: 157px;
  }

  .documents-table-date {
    width: 85px;
  }

  .documents-table-date {
    display: none;
  }

  .documents-table-name2 {
    width: calc(100% - 915px);
  }

  .documents-table-name {
    width: calc(100% - 360px);
  }

  .case-top-name {
    font-size: 18px;
  }

  .case-top-insurance,
.case-top-type {
    padding: 5px 16px;
  }

  .case-top-subtype {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }

  .case-top-nurse {
    margin-right: 10px;
  }

  .case-date-lines {
    margin: 25px 0 0;
  }

  .case-date-line {
    padding: 0 35px 0 10px;
    font-size: 10px;
  }
}
#mbtn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .h-m {
    display: none;
  }

  #mbtn {
    display: block;
    width: 41px;
  }
  #mbtn span {
    display: block;
    width: 100%;
    height: 5px;
    margin: 5px 0;
    border-radius: 4px;
    background-color: #455a64;
  }

  header {
    padding-left: 15px;
  }

  .header-user-email {
    display: none;
  }

  .breadcrumb {
    margin: 15px 0;
    padding: 0 15px;
  }

  .topbuttons {
    padding: 0 15px;
  }

  aside {
    display: none;
    width: 100%;
    height: initial;
    height: 100vh;
    top: 0px;
  }
  aside .right-side {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .page-body {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .page-content {
    padding: 15px;
    padding-top: 70px;
    /*        padding-bottom: 100px;*/
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }

  .page-content-case {
    margin: 5px;
  }

  .content-top-line {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    margin: 0;
  }

  .form-line-half {
    width: 100%;
  }

  .fx.fxb.form-line button,
.fx.fxb.form-line input,
.fx.fxb.form-line select,
.fx.fxb.form-line .form-input,
.fx.fxb.form-line .form-line-text {
    margin-left: 0;
  }

  .training-item {
    max-width: 100%;
  }

  h2 {
    margin-bottom: 20px;
  }

  .cases-table .table-row {
    font-size: 10px;
    min-width: 800px;
  }
}
.mobile-show {
  display: none;
}

@media screen and (max-width: 800px) {
  .nurse-top-cases {
    display: none;
  }

  .documents-table-upload {
    width: 145px;
  }

  .documents-table-name,
.documents-table-name2 {
    width: calc(100% - 375px);
  }

  .topbuttons {
    margin-bottom: 15px;
  }
  .topbuttons .btn {
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .filters h2 {
    display: none;
  }

  .filter-input {
    margin-right: 2%;
    width: 48%;
  }

  .filter-input label {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .filter-input input {
    width: 100%;
    min-width: 100%;
  }

  .filter-input.filter-calendar label {
    width: 50%;
    margin: 0 0 5px 0;
  }
  .filter-input.filter-calendar input {
    width: 50%;
    min-width: 100%;
  }

  #filters_form > .cases-table > div > div {
    text-align: left;
  }

  #filters_form > .fx > .fx > .filter-input > label {
    display: none;
  }

  #filters_form > .fx > .fx.filter-inputs > .filter-input > label {
    display: block;
  }

  .cases-info-line {
    width: 50%;
  }

  .case-date-lines,
.case-top-line,
.content-top-line {
    display: none;
  }

  .form-line-subhead {
    margin: 10px 0 10px;
  }

  .fx.fxb.form-line label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .fx.fxb.form-line .form-line-input {
    width: 100%;
  }

  .fx.fxb.form-line.form-line-third label {
    width: 70%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .fx.fxb.form-line.form-line-third .form-line-input {
    width: 30%;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .changelog-header {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .topbuttons {
    margin-top: 10px;
  }

  .header-user,
.documents-table-name .fx.fxb.form-line label,
.documents-table-head,
.nurses-table-head,
.table-cell-email,
.cases-table-rn,
#filters_form .btn-info {
    display: none;
  }

  .header-logo {
    width: 135px;
  }

  .header-notifications {
    margin-right: 12px;
  }

  .header-btns .btn {
    border-radius: 12px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .calendar-content {
    width: 175px;
    min-width: 175px;
  }

  .calendar-content-body {
    padding: 8px;
  }

  .calendar-content-content {
    font-size: 12px;
  }

  .calendar-cell {
    height: 45px;
  }
  .calendar-cell span {
    height: 45px;
    padding-left: 3px;
    font-size: 14px;
    margin: 0 auto;
  }

  .filter-input {
    margin-right: 0;
    width: 100%;
  }

  #filters_form > .fx > .fx > .filter-input {
    width: 150px;
    margin-right: 10px;
  }

  .filter-input .filter-input-input {
    min-width: 150px;
    margin-top: 5px;
  }

  .cases-table-name,
.cases-table-notes,
.cases-table-county,
.cases-table-medica,
.cases-table-subscriber,
.cases-table-dob,
.cases-table-schedule,
.cases-table-open,
.cases-table-closed {
    width: 8.2%;
    min-width: 74px;
  }

  .cases-table-mnotes {
    width: 20px;
  }

  .documents-row,
.notification-item {
    width: 100%;
    flex-direction: column;
  }

  .nurses-table-name,
.nurses-table-problems,
.documents-table-name .fx.fxb.form-line .form-line-input,
.nurses-table-assigned,
.nurses-table-attempts,
.nurses-table-progress,
.notification-item-date,
.notification-item-text,
.notification-item-btns,
.documents-table-name,
.documents-table-name2,
.documents-table-upload,
.documents-table-date {
    width: 100%;
    text-align: center;
  }

  .nurses-table-name {
    text-align: left;
  }

  .notification-item-btns .btn,
.table-cell-edit a,
.documents-table-date,
.documents-table-required {
    max-width: 175px;
    margin: auto;
  }

  .nurses-row {
    position: relative;
    margin-bottom: 12px;
  }

  .nurses-table {
    margin-top: 5px;
  }
  .nurses-table .nurses-table-edit {
    position: absolute;
    top: 25px;
    right: 5px;
    width: 40px;
  }

  .filter-controls .btn {
    margin-left: 5px;
  }

  .nurses-table .table-cell {
    min-height: initial;
  }

  .nurses-table .table-row:nth-child(odd) {
    background-color: #E8E8E8;
  }

  .bottombuttons {
    padding: 0;
  }
  .bottombuttons .btn {
    min-width: 100px;
    margin: 2px 5px;
  }

  .users-table-name,
.trainings-table-name,
.articles-table-title,
.insurance-table-title {
    width: calc(100% - 100px);
  }

  .documents-table-date input {
    width: 88px;
    margin: auto;
  }
}
.importresult * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.chat-content-lineBody .chat-content-text,
.chat-content-lineBody .chat-content-date,
.chat-content-lineBody .chat-content-name {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.language-block .lang-input,
.language-block .lang-del {
  display: inline-block;
}

.language-block {
  margin-bottom: 10px;
}

.attempt-block .attempt-input,
.attempt-block .attempt-del {
  display: inline-block;
}

.attempt-block {
  margin-bottom: 10px;
}

.attempt-list label {
  text-align: left !important;
}

.attempt-list > .form-line-input {
  margin-bottom: 15px;
}

.attempt-list > .form-line-input > .form-line-input {
  display: inline-block;
}

.attempt-list > .form-line-input > .attempt-del {
  display: inline-block;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box 
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    min-height: 70px;
}
*/
.clear-chat-btn {
  margin: auto 0 5px auto;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

span.show-modal {
  cursor: copy;
}

div.show-modal {
  cursor: copy;
}

span.show-modal:hover {
  text-decoration: underline;
}

div.show-modal:hover {
  text-decoration: underline;
}

.content-form #cases-list {
  max-height: 300px;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
  min-width: 300px;
}

.cases-info-line .nurse-paid-case {
  border: 1px solid #a29f9f;
  width: 30px;
  height: 30px;
  margin-left: 34px;
  margin-right: 54px;
  border-radius: inherit;
  margin-top: 4px;
  background-color: #a29f9f;
}

.table-cell-status .nurse-paid-case {
  border: 1px solid #a29f9f;
  width: 10px;
  height: 10px;
  border-radius: inherit;
  margin-top: 4px;
  background-color: #a29f9f;
}

.upd-password .attentions-password p {
  margin-bottom: 2px;
  color: #96999f;
  font-size: 12px;
}

.upd-password div.container {
  padding-top: 10%;
}

.cases-table-name span.archived-list {
  background-color: white;
  color: black;
  padding: 2px;
}

.header-logo img {
  /*    width: 100%;*/
}

.article {
  padding-bottom: 45px;
}

.infobuttons {
  display: flex;
}
.infobuttons > div:nth-child(1) button {
  padding-bottom: 15px;
  padding-top: 15px;
}
.infobuttons > div:nth-child(1) button:first-child {
  margin-right: 10px;
}
.infobuttons > div:nth-child(2) div {
  display: flex;
}

.infobuttons > div:first-child span {
  padding: 0px 9px;
}

.infobuttons .btn-info {
  max-width: 145px;
}

#filters_form .infobuttons > div:first-child > div:first-child {
  display: flex;
}

#filters_form > div:first-child > div:first-child {
  flex: 1;
}

#filters_form > div:first-child > div:nth-child(2) > div {
  display: flex;
}

#filters_form .infobuttons label {
  width: auto;
  display: inline-block;
}

#filters_form .infobuttons input {
  display: none;
}

#filters_form .infobuttons label {
  padding-top: 15px;
  padding-bottom: 15px;
}

#filters_form .infobuttons label {
  color: #186aa7;
  border-color: #186aa7;
  background: #ffffff;
}

#filters_form .infobuttons label:hover,
#filters_form .infobuttons input[type=radio]:checked + label {
  background: #0074a7;
  border-color: #0074a7;
  color: #ffffff;
}

#filters_form .cases-table .hidden {
  display: none;
}

.cases-table2 {
  overflow-x: auto;
}
.cases-table2 #maintable {
  min-width: 800px;
}

#filters_form .cases-table2 .table-row .cases-table-action {
  display: flex;
  width: 50px;
}

#filters_form .cases-table2 .table-head .cansort {
  cursor: pointer;
}

#filters_form .cases-table2 .table-head .cansort span {
  display: flex;
  align-items: center;
}

#filters_form .cases-table2 .table-head .cansort .desc {
  align-items: flex-start;
}

#filters_form .cases-table2 .table-head .cansort i,
#filters_form .cases-table2 .table-head .cansort .asc i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#filters_form .cases-table2 .table-head .desc i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#filters_form .cases-table2 .table-head {
  display: flex;
  align-items: center;
}

#filters_form .cases-table2 .table-row div {
  text-align: left;
  display: flex;
  align-items: center;
}

/*#filters_form .cases-table2 .table-row> div:nth-child(8){
    flex: 1;
    display: flex;
    align-items: center;
}*/
@media screen and (max-width: 1900px) {
  #filters_form > div:first-child > div:nth-child(2) > div > div label {
    padding-bottom: 12px;
    padding-top: 12px;
  }

  #filters_form .infobuttons > div:nth-child(1) button {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  #filters_form .infobuttons label {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
#filters_form .cases-table2 #maintable > div {
  display: grid;
  grid-template-columns: 130px 1fr 2fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}
#filters_form .cases-table2 #maintable > div > div:nth-child(1) {
  padding-left: 0px;
}
#filters_form .cases-table2 #maintable .table-head > div:first-child {
  flex: 1;
  justify-content: space-between;
}
#filters_form .cases-table2 #maintable .table-head > div:first-child span {
  display: inline-block;
  flex: 1;
  text-align: center;
}
#filters_form .cases-table2 #maintable .table-head > div:first-child span:first-child input {
  display: inline-block;
  margin-left: 8px;
  text-align: left;
}
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) {
  box-sizing: border-box;
  flex: 1;
}
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) > div {
  padding: 5px 10px 5px 4px;
  width: 130px;
  justify-content: flex-start;
}
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) .has-hovered-content {
  display: inline-block;
  /*border: 1px solid #303641;*/
  border-radius: 50%;
  margin-left: 5px;
  background: #00dbd3;
  width: 25px;
  height: 25px;
}
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) .has-hovered-content .case-has-priority,
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) .has-hovered-content .case-subtype-virtual {
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #000000;
}
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) a span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
#filters_form .cases-table2 #maintable .table-row > div:nth-child(1) a div {
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
}
#filters_form .cases-table2 #maintable .table-cell-edit a {
  background: none;
}
#filters_form .cases-table2 #limit-elem {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
#filters_form .cases-table2 #limit-elem #pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
#filters_form .cases-table2 #limit-elem #pagination #pagination-title {
  padding-right: 5px;
}
#filters_form .cases-table2 #limit-elem #pagination #pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
#filters_form .cases-table2 #limit-elem #pagination #pagination-pages span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#filters_form .cases-table2 #limit-elem #pagination #pagination-pages span:hover,
#filters_form .cases-table2 #limit-elem #pagination #pagination-pages span.active {
  background: #186aa7;
  border-color: #186aa7;
  color: #ffffff;
}
#filters_form .cases-table2 #limit-elem .limit-select-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
#filters_form .cases-table2 #limit-elem .limit-select-block select {
  width: 100px;
  margin-left: 10px;
}
#filters_form .can-goto-edit {
  cursor: pointer;
}

.cases-table-bills .table-cell-status > a {
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 50%;
  color: #000000;
}
.cases-table-bills .table-cell-status > a span {
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 50%;
}

.cases-table1.cases-table .table-cell {
  text-align: left;
  width: 100%;
}
.cases-table1.cases-table .table-row {
  display: grid;
  grid-template-columns: 40px 60px 100px 1fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 800px;
}
.cases-table1 .table-cell-status > a {
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 50%;
  color: #000000;
}
.cases-table1 .table-cell-status > a span {
  width: 25px;
  height: 25px;
  display: flex;
  border-radius: 50%;
}
.cases-table1 .cases-table-attest {
  display: flex;
  position: relative;
  align-items: center;
}
.cases-table1 .not-active {
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 13px;
  height: 13px;
}
.cases-table1 .active-no {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000000;
}
.cases-table1 .active-yes {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000000;
}
.cases-table1 .active-yes::before {
  position: absolute;
  background: #000000;
  display: block;
  content: "";
  width: 5px;
  height: 2px;
  transform: rotate(45deg);
  top: 7px;
  left: 0;
}
.cases-table1 .active-yes::after {
  position: absolute;
  background: #000000;
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  left: 2px;
  top: 5px;
}
.cases-table1 .can-goto-edit {
  cursor: pointer;
}
.cases-table1 input {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cases-table1 .cases-table-action input {
  margin-top: 5px;
}
.cases-table1 .cases-table-head input {
  margin-top: 0;
}

aside {
  width: 225px;
  transition: all 1s ease;
}
aside .aside-hide-show span {
  display: block;
  width: 25px;
  height: 25px;
  background: #455a64;
  position: absolute;
  top: 40%;
  right: -10px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
aside .aside-hide-show span::after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  height: 5px;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 5px;
  position: absolute;
  top: 7px;
  left: 8px;
}
aside.aside-hidden {
  width: 0;
}
aside.aside-hidden .aside-menu {
  display: none;
  width: 0;
}
aside.aside-hidden .aside-menu a {
  width: 0;
}
aside.aside-hidden .aside-hide-show span {
  right: -20px;
}
aside.aside-hidden .aside-hide-show span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 6px;
}

@media screen and (min-width: 1280px) {
  .page-body {
    margin-left: 260px;
  }

  aside {
    position: absolute;
  }
}
.page-body {
  transition: all 1s ease;
}
.page-body.body-aside-hidden {
  width: 100%;
  margin-left: 0px;
}

#changelog #page-title {
  color: #303139;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-top: 0;
}
#changelog .thead {
  background-color: #303641;
  display: flex;
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding: 7px 10px;
}
#changelog .thead span {
  flex: 1;
}
#changelog .thead span:last-child {
  flex: 7;
}
#changelog .tbody {
  font-size: 12px;
}
#changelog .tbody .log-item {
  display: flex;
  padding: 7px 10px;
}
#changelog .tbody span {
  flex: 1;
}
#changelog .tbody span:last-child {
  flex: 7;
}

header .left-block {
  display: flex;
}
header .right-block {
  display: flex;
}
header .right-block .changelog-header {
  padding-right: 20px;
}

.content-form .label-date-hidden {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: initial;
  cursor: pointer;
  font-family: GothamPro, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  text-align: left;
  width: 100% !important;
  max-width: 555px;
  padding: 10px 20px 10px 18px;
  text-align: left !important;
  position: relative;
}
.content-form .label-date-hidden span {
  color: #303139;
  opacity: 0.6;
}
.content-form .label-date-hidden:after {
  position: absolute;
  content: "📅";
  display: inline-block;
  top: 10px;
  right: 10px;
}
.content-form .new-datetime-inputs {
  max-width: 555px;
  display: flex;
}
.content-form .new-datetime-inputs .label-date-hidden {
  width: 75% !important;
}
.content-form .new-datetime-inputs .input-time-hidden {
  width: 25%;
}

#batch_cases,
#dashtable,
#nurse_insurance,
#changelogtable,
#anytable,
#importtable,
.anytable {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}
#batch_cases td,
#batch_cases th,
#dashtable td,
#dashtable th,
#nurse_insurance td,
#nurse_insurance th,
#changelogtable td,
#changelogtable th,
#anytable td,
#anytable th,
#importtable td,
#importtable th,
.anytable td,
.anytable th {
  border: 1px solid #ddd;
  padding: 8px;
  word-break: break-all;
}
#batch_cases tr.sticky th,
#dashtable tr.sticky th,
#nurse_insurance tr.sticky th,
#changelogtable tr.sticky th,
#anytable tr.sticky th,
#importtable tr.sticky th,
.anytable tr.sticky th {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
#batch_cases td.warning-cell,
#dashtable td.warning-cell,
#nurse_insurance td.warning-cell,
#changelogtable td.warning-cell,
#anytable td.warning-cell,
#importtable td.warning-cell,
.anytable td.warning-cell {
  border-color: #E74C3C;
  border-style: solid;
  border-width: 2px;
}
#batch_cases tr:nth-child(even),
#dashtable tr:nth-child(even),
#nurse_insurance tr:nth-child(even),
#changelogtable tr:nth-child(even),
#anytable tr:nth-child(even),
#importtable tr:nth-child(even),
.anytable tr:nth-child(even) {
  background-color: #f2f2f2;
}
#batch_cases tr:hover,
#dashtable tr:hover,
#nurse_insurance tr:hover,
#changelogtable tr:hover,
#anytable tr:hover,
#importtable tr:hover,
.anytable tr:hover {
  background-color: #ddd;
}
#batch_cases th,
#dashtable th,
#nurse_insurance th,
#changelogtable th,
#anytable th,
#importtable th,
.anytable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #303641;
  color: #fff;
}
#batch_cases tr.subhead td,
#dashtable tr.subhead td,
#nurse_insurance tr.subhead td,
#changelogtable tr.subhead td,
#anytable tr.subhead td,
#importtable tr.subhead td,
.anytable tr.subhead td {
  background-color: #66bb06;
  color: #fff;
  border-style: none;
  text-shadow: red 0 0 10px;
}
#batch_cases tr.subhead td:first-of-type,
#dashtable tr.subhead td:first-of-type,
#nurse_insurance tr.subhead td:first-of-type,
#changelogtable tr.subhead td:first-of-type,
#anytable tr.subhead td:first-of-type,
#importtable tr.subhead td:first-of-type,
.anytable tr.subhead td:first-of-type {
  border-radius: 20% 0 0 0;
}
#batch_cases tr.subhead td:last-of-type,
#dashtable tr.subhead td:last-of-type,
#nurse_insurance tr.subhead td:last-of-type,
#changelogtable tr.subhead td:last-of-type,
#anytable tr.subhead td:last-of-type,
#importtable tr.subhead td:last-of-type,
.anytable tr.subhead td:last-of-type {
  border-radius: 0 20% 0 0;
}
#batch_cases a.edit-btn,
#dashtable a.edit-btn,
#nurse_insurance a.edit-btn,
#changelogtable a.edit-btn,
#anytable a.edit-btn,
#importtable a.edit-btn,
.anytable a.edit-btn {
  margin-right: 5px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background-color: #858585;
  background-image: url("/imgs/edit.png");
  opacity: 0.9;
}
#batch_cases a.edit-btn:hover, #batch_cases a.edit-btn:focus, #batch_cases a.edit-btn:target,
#dashtable a.edit-btn:hover,
#dashtable a.edit-btn:focus,
#dashtable a.edit-btn:target,
#nurse_insurance a.edit-btn:hover,
#nurse_insurance a.edit-btn:focus,
#nurse_insurance a.edit-btn:target,
#changelogtable a.edit-btn:hover,
#changelogtable a.edit-btn:focus,
#changelogtable a.edit-btn:target,
#anytable a.edit-btn:hover,
#anytable a.edit-btn:focus,
#anytable a.edit-btn:target,
#importtable a.edit-btn:hover,
#importtable a.edit-btn:focus,
#importtable a.edit-btn:target,
.anytable a.edit-btn:hover,
.anytable a.edit-btn:focus,
.anytable a.edit-btn:target {
  opacity: 1;
}
#batch_cases a.delete-btn,
#dashtable a.delete-btn,
#nurse_insurance a.delete-btn,
#changelogtable a.delete-btn,
#anytable a.delete-btn,
#importtable a.delete-btn,
.anytable a.delete-btn {
  background-color: #c5c4c4;
  background-image: url("/imgs/trash.png");
  margin-right: 5px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  opacity: 0.9;
}
#batch_cases a.delete-btn:hover, #batch_cases a.delete-btn:focus, #batch_cases a.delete-btn:target,
#dashtable a.delete-btn:hover,
#dashtable a.delete-btn:focus,
#dashtable a.delete-btn:target,
#nurse_insurance a.delete-btn:hover,
#nurse_insurance a.delete-btn:focus,
#nurse_insurance a.delete-btn:target,
#changelogtable a.delete-btn:hover,
#changelogtable a.delete-btn:focus,
#changelogtable a.delete-btn:target,
#anytable a.delete-btn:hover,
#anytable a.delete-btn:focus,
#anytable a.delete-btn:target,
#importtable a.delete-btn:hover,
#importtable a.delete-btn:focus,
#importtable a.delete-btn:target,
.anytable a.delete-btn:hover,
.anytable a.delete-btn:focus,
.anytable a.delete-btn:target {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #batch_cases tr.sticky th,
#dashtable tr.sticky th,
#nurse_insurance tr.sticky th,
#changelogtable tr.sticky th,
#anytable tr.sticky th,
#importtable tr.sticky th {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }
}
#nurse_insurance tr:nth-child(even) {
  background-color: #fff;
}
#nurse_insurance tr:hover {
  background-color: #fff;
}

#importtable td,
#importtable th {
  border: 0px solid #ddd;
  padding: 8px;
}
#importtable th {
  background-color: inherit;
  color: inherit;
  font-size: 16px;
}
#importtable tr:nth-child(even) {
  background-color: inherit;
}
#importtable tr:hover {
  background-color: inherit;
}

.popup {
  display: none;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup-body {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
  width: 555px;
  max-width: 95%;
  max-height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.popup-content {
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px;
  background-color: #fff;
  color: #000;
}

.popup-close {
  position: absolute;
  right: -30px;
  top: -20px;
  width: 20px;
  height: 20px;
  opacity: 0.75;
  cursor: pointer;
}
.popup-close span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
}
.popup-close span:first-child {
  transform: rotate(-45deg) translate(-6px, 7px);
}
.popup-close span:last-child {
  transform: rotate(45deg) translate(6px, 5px);
}
.popup-close:hover, .popup-close:target, .popup-close:focus {
  opacity: 1;
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
  color: #000 !important;
  min-height: 65px;
}

.w3-round,
.w3-round-medium {
  border-radius: 4px;
}

.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important;
}

.w3-container,
.w3-panel {
  min-height: 65px;
}

@media screen and (max-width: 640px) {
  .w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover,
.w3-panel,
.w3-container,
.w3-panel {
    min-height: 45px;
  }
}
.w3-round,
.w3-round-medium {
  border-radius: 4px;
}

.form-line-input .form_input_birth_date,
#birth_date_input {
  width: calc(100% - 120px);
  margin-top: 0px;
}

.form-line-input .form_input_shedule,
#shedule_input {
  width: calc(100% - 40px);
  margin-top: 0px;
}

#birth_date_input {
  max-width: 440px;
}

.fx.fxb.form-line.form-line-half .form-line-input input[name=birth_date] {
  max-width: 440px;
}
.fx.fxb.form-line.form-line-half .form-line-input .gender {
  width: 110px;
  margin-top: 0px;
  align-items: center;
}
.fx.fxb.form-line.form-line-half .form-line-input .phone-half-40 {
  width: 48%;
  max-width: 350px;
}
.fx.fxb.form-line.form-line-half .form-line-input .phone-half-60 {
  width: 50%;
  max-width: none;
}
.fx.fxb.form-line.form-line-half .form-line-input .phone-half-50 {
  width: 42%;
  max-width: none;
}
.fx.fxb.form-line.form-line-half .form-line-input .phone-half-10 {
  width: 5%;
  max-width: none;
}

@media screen and (min-width: 1900px) {
  .fx.fxb.form-line.form-line-half .form-line-input .phone-half-60 {
    max-width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}
div.warning-cell {
  border-color: #E74C3C;
  border-style: solid;
  border-width: 2px;
}

@media screen and (max-width: 640px) {
  td.vertical,
th.vertical {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
.small-content-overflow {
  overflow-x: auto;
}

div.small-content-overflow table {
  min-width: 800px;
}

button.collapsible {
  background-color: #ccc;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 5px;
}

button.collapsible:after {
  content: "+";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible-active,
.collapsible:hover {
  background-color: #bbb;
}

.modal-content .content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.cases-table1 .cansort {
  cursor: pointer;
}
.cases-table1 .cansort span {
  display: flex;
  align-items: center;
}
.cases-table1 .cansort .desc {
  align-items: flex-start;
}
.cases-table1 .cansort i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.cases-table1 .cansort.desc i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.order-btns {
  display: flex;
  flex-direction: column;
}

.btn-up,
.btn-down {
  padding: 0 4px;
  font-size: 24px;
}

.members_notes {
  background: url("/imgs/members_notes.png") no-repeat center;
  display: block;
  width: 25px;
  height: 25px;
}

.play-video-btn {
  width: 24px;
  height: 24px;
  background-image: url("/imgs/play_video_btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin: auto 5px;
  display: block;
}
