/* Minification failed. Returning unminified contents.
(2956,35): run-time error CSS1046: Expect comma, found '0'
(2956,39): run-time error CSS1046: Expect comma, found '/'
(13608,35): run-time error CSS1046: Expect comma, found '0'
(13608,39): run-time error CSS1046: Expect comma, found '/'
(13649,35): run-time error CSS1046: Expect comma, found '0'
(13649,39): run-time error CSS1046: Expect comma, found '/'
(17116,35): run-time error CSS1046: Expect comma, found '0'
(17116,39): run-time error CSS1046: Expect comma, found '/'
(20022,39): run-time error CSS1046: Expect comma, found '0'
(20022,43): run-time error CSS1046: Expect comma, found '/'
 */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* 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;
	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%;
}
.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;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.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;
}
.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;
}
.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;
}

.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;
}
.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;
}
.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;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	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;
}
.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%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	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;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}
.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;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.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;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* 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;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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;
	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;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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;
	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;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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;
	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;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	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/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

 .easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:normal}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
 /*# sourceMappingURL=easy-autocomplete.min.css.map */
 
/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0;width:auto}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-tooltiptext {
    color: #000;
}
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.5);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #af3c3b; 
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid transparent;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-bottom-color:white;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color:white;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color:white;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color:white;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:white;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color:white;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-right-color:white;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.3em 0.8em;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    zoom: 1;
    margin-top: 10px;
    border: none!important;
    color: #ffffff;
    font-size: 13px;
    background-color: #223e50;
    border-radius: 14px;
    margin-top: 10px;
    min-width: 30px;
    text-align: center;
}

.introjs-button:hover {
  text-decoration: none;
  color:#fff
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
     display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #722424;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
    border: 0;
    outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-moz-keyframes introjspulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes introjspulse {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

.introjs-tooltipbuttons {
  text-align: left;
}
.introjs-skipbutton {
  margin-left: 5px;
}
.introjs-tooltip {
  direction: rtl;
}
.introjs-prevbutton {
  border-left: none;
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  margin-left: 2px;
}
.introjs-nextbutton {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.introjs-bullets ul li {
    float: right;
}

@font-face {
  font-family: 'icomoon';
  src: local('☺'),url('/fonts/icomoon/icomoon.eot?j7eyh7');
  src: local('☺'), url('/fonts/icomoon/icomoon.eot?j7eyh7#iefix') format('embedded-opentype'),
    url('/fonts/icomoon/icomoon.ttf?j7eyh7') format('truetype'),
    url('/fonts/icomoon/icomoon.woff?j7eyh7') format('woff'),
    url('/fonts/icomoon/icomoon.svg?j7eyh7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-solid:before {
  content: "\e900";
}
.icon-arrow-in-cyrcle-right:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-left21:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-right21:before {
  content: "\e905";
}
.icon-bin:before {
  content: "\e906";
}
.icon-book:before {
  content: "\e907";
}
.icon-books:before {
  content: "\e908";
}
.icon-box:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e90a";
}
.icon-calendar1:before {
  content: "\e90b";
}
.icon-cancel-circle1:before {
  content: "\e90c";
}
.icon-checkbox-checked1:before {
  content: "\e90d";
}
.icon-checkbox-unchecked1:before {
  content: "\e90e";
}
.icon-checkmark:before {
  content: "\e90f";
}
.icon-circle-down1:before {
  content: "\e910";
}
.icon-circle-left1:before {
  content: "\e911";
}
.icon-circle-right1:before {
  content: "\e912";
}
.icon-circle-up1:before {
  content: "\e913";
}
.icon-closed-envelope:before {
  content: "\e914";
}
.icon-comment:before {
  content: "\e915";
}
.icon-copy:before {
  content: "\e916";
}
.icon-cross1:before {
  content: "\e917";
}
.icon-description:before {
  content: "\e918";
}
.icon-dinim-logo .path1:before {
  content: "\e919";
}
.icon-dinim-logo .path2:before {
  content: "\e91a";
  margin-left: -1.625em;
}
.icon-dinim-logo .path3:before {
  content: "\e91b";
  margin-left: -1.625em;
}
.icon-dinim-logo .path4:before {
  content: "\e91c";
  margin-left: -1.625em;
}
.icon-dinim-logo .path5:before {
  content: "\e91d";
  margin-left: -1.625em;
}
.icon-dinim-logo .path6:before {
  content: "\e91e";
  margin-left: -1.625em;
}
.icon-dinim-logo .path7:before {
  content: "\e91f";
  margin-left: -1.625em;
}
.icon-dinim-logo .path8:before {
  content: "\e920";
  margin-left: -1.625em;
}
.icon-dinim-logo .path9:before {
  content: "\e921";
  margin-left: -1.625em;
}
.icon-dinim-logo .path10:before {
  content: "\e922";
  margin-left: -1.625em;
}
.icon-document-file-pdf:before {
  content: "\e923";
}
.icon-down1:before {
  content: "\e924";
}
.icon-dropMenu1:before {
  content: "\e925";
}
.icon-enlarge-font .path1:before {
  content: "\e926";
}
.icon-enlarge-font .path2:before {
  content: "\e927";
  margin-left: -1em;
}
.icon-envelope-get-message:before {
  content: "\e928";
}
.icon-equalizer:before {
  content: "\e929";
}
.icon-equalizer2:before {
  content: "\e92a";
}
.icon-exit_to_app:before {
  content: "\e92b";
}
.icon-file:before {
  content: "\e92c";
}
.icon-file-empty:before {
  content: "\e92d";
}
.icon-files:before {
  content: "\e92e";
}
.icon-files-empty:before {
  content: "\e92f";
}
.icon-file-text2:before {
  content: "\e930";
}
.icon-filter:before {
  content: "\e931";
}
.icon-flag:before {
  content: "\e932";
}
.icon-flag1:before {
  content: "\e933";
}
.icon-folder-outline:before {
  content: "\e934";
}
.icon-folder-outline-add:before {
  content: "\e935";
}
.icon-full-screen:before {
  content: "\e936";
}
.icon-hammer2:before {
  content: "\e937";
}
.icon-hashavim:before {
  content: "\e938";
}
.icon-headset_mic:before {
  content: "\e939";
}
.icon-help:before {
  content: "\e93a";
}
.icon-history:before {
  content: "\e93b";
}
.icon-html-document .path1:before {
  content: "\e93c";
  color: rgb(0, 0, 0);
}
.icon-html-document .path2:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-info:before {
  content: "\e93e";
}
.icon-information-solid:before {
  content: "\e93f";
}
.icon-kolatid:before {
  content: "\e940";
}
.icon-kolmas:before {
  content: "\e941";
}
.icon-kolnatun:before {
  content: "\e942";
}
.icon-koloved:before {
  content: "\e943";
}
.icon-komit:before {
  content: "\e944";
}
.icon-library:before {
  content: "\e945";
}
.icon-lifebuoy:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-logo1:before {
  content: "\e949";
}
.icon-mahshevot-logo:before {
  content: "\e94a";
}
.icon-minus:before {
  content: "\e94b";
}
.icon-minus-solid:before {
  content: "\e94c";
}
.icon-mobile-filter:before {
  content: "\e94d";
  color: #fff;
}
.icon-news-paper:before {
  content: "\e94e";
}
.icon-notification:before {
  content: "\e94f";
}
.icon-notifications-outline:before {
  content: "\e950";
}
.icon-paper-plane:before {
  content: "\e951";
}
.icon-pencil:before {
  content: "\e952";
}
.icon-phone:before {
  content: "\e953";
}
.icon-phone_in_talk:before {
  content: "\e954";
}
.icon-phone1:before {
  content: "\e955";
}
.icon-phone-answer:before {
  content: "\e956";
}
.icon-pin:before {
  content: "\e957";
}
.icon-pin_drop:before {
  content: "\e958";
}
.icon-pin1:before {
  content: "\e959";
}
.icon-plus:before {
  content: "\e95a";
}
.icon-print2:before {
  content: "\e95b";
}
.icon-question:before {
  content: "\e95c";
}
.icon-radio-checked1:before {
  content: "\e95d";
}
.icon-radio-unchecked1:before {
  content: "\e95e";
}
.icon-refresh:before {
  content: "\e95f";
}
.icon-refresh1:before {
  content: "\e960";
}
.icon-reload:before {
  content: "\e961";
}
.icon-rotate_right:before {
  content: "\e962";
}
.icon-screen-full:before {
  content: "\e963";
}
.icon-search:before {
  content: "\e964";
}
.icon-send:before {
  content: "\e965";
}
.icon-share:before {
  content: "\e966";
}
.icon-sort-amount-asc:before {
  content: "\e967";
}
.icon-sort-amount-desc:before {
  content: "\e968";
}
.icon-stack:before {
  content: "\e969";
}
.icon-star-empty:before {
  content: "\e96a";
}
.icon-star-full:before {
  content: "\e96b";
}
.icon-time:before {
  content: "\e96c";
}
.icon-trash:before {
  content: "\e96d";
}
.icon-up:before {
  content: "\e96e";
}
.icon-user:before {
  content: "\e96f";
}
.icon-view-show:before {
  content: "\e970";
}
.icon-word-document:before {
  content: "\e971";
}
.icon-thumbs-down1:before {
  content: "\e975";
}
.icon-thumbs-up1:before {
  content: "\e976";
}
.icon-home:before {
  content: "\e977";
}

body.accessibility.acc-contrast * {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

body.accessibility.acc-contrast .hbglum.wb svg g > g > path {
    stroke: white;
    fill: white;
}

body.accessibility.acc-contrast .hbglum.bw svg g > g > path {
    stroke: black;
    fill: black;
}

body.accessibility.acc-contrast .hbglum.bw svg {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

body.accessibility.acc-contrast .hbglum.wb svg {
    filter: grayscale(100%) invert(0%) !important;
    -webkit-filter: grayscale(100%) invert(0%) !important;
    -moz-filter: grayscale(100%) invert(0%) !important;
    -ms-filter: grayscale(100%) invert(0%) !important;
    -o-filter: grayscale(100%) invert(0%) !important;
    filter: gray;
    -webkit-filter: grayscale(1) invert(0%) !important;
}

body.accessibility.acc-contrast .hbglum.wb svg {
    filter: grayscale(100%) invert(100%);
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale(100%) invert(100%);
    -ms-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: gray;
    -webkit-filter: grayscale(1) invert(100%);
}

body.accessibility.acc-contrast .hbglum.wb canvas {
    filter: grayscale(100%) invert(100%) brightness(200%);
    -webkit-filter: grayscale(100%) invert(100%) brightness(200%);
    -moz-filter: grayscale(100%) invert(100%) brightness(200%);
    -ms-filter: grayscale(100%) invert(100%) brightness(200%);
    -o-filter: grayscale(100%) invert(100%) brightness(200%);
    filter: gray;
    -webkit-filter: grayscale(1) invert(100%) brightness(200%);
}

body.accessibility.acc-contrast .hbglum.bw canvas {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}

body.accessibility.acc-contrast {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
}


body.accessibility.acc-contrast.lbglum.wb,
body.accessibility.acc-contrast .lbglum.wb {
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}

body.accessibility.acc-contrast button.hbglum.bw {
    -webkit-box-shadow: 0px 0px 0px 1px black !important;
    -moz-box-shadow: 0px 0px 0px 1px black !important;
    box-shadow: 0px 0px 0px 1px black !important;
}

body.accessibility.acc-contrast button.hbglum.wb {
    -webkit-box-shadow: 0px 0px 0px 1px white !important;
    -moz-box-shadow: 0px 0px 0px 1px white !important;
    box-shadow: 0px 0px 0px 1px white !important;
}

body.accessibility.acc-contrast .k-dropdown-wrap.hbglum.bw,
body.accessibility.acc-contrast .k-dropdown-wrap.lbglum.wb {
    -webkit-box-shadow: 0px 0px 0px 1px black !important;
    -moz-box-shadow: 0px 0px 0px 1px black !important;
    box-shadow: 0px 0px 0px 1px black !important;
}

body.accessibility.acc-contrast.hbglum.wb,
body.accessibility.acc-contrast .hbglum.wb {
    background-color: black !important;
    color: white !important;
    border-color: white !important;
}

body.accessibility.acc-contrast.lbglum.bw,
body.accessibility.acc-contrast .lbglum.bw {
    background-color: black !important;
    color: white !important;
    border-color: white !important;
}

body.accessibility.acc-contrast button.hbglum.bw,
body.accessibility.acc-contrast .k-dropdown-wrap.hbglum.bw,
body.accessibility.acc-contrast.hbglum.bw,
body.accessibility.acc-contrast .hbglum.bw {
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}

body.accessibility.acc-contrast * {
    color: inherit !important;
}

body.accessibility.acc-contrast.lbglum.yb,
body.accessibility.acc-contrast .lbglum.yb {
    background-color: black !important;
    color: yellow !important;
    border-color: yellow !important;
}

body.accessibility.acc-contrast.hbglum.yb,
body.accessibility.acc-contrast .hbglum.yb {
    background-color: yellow !important;
    color: black !important;
    border-color: black !important;
}

body.accessibility.acc-contrast .lbglum * {
    color: inherit !important;
    border-color: inherit !important;
}

body.accessibility.acc-contrast .hbglum * {
    color: inherit !important;
    border-color: inherit !important;
}

body.accessibility.acc-contrast .acc-bg-linear {
    background: none !important;
}

body.accessibility.acc-contrast *:before,
body.accessibility.acc-contrast *:after {
    color: inherit !important;
}


body.accessibility.acc-contrast .hbglum.bw textarea.hbglum.bw,
body.accessibility.acc-contrast .hbglum.bw input[type="email"].hbglum.bw,
body.accessibility.acc-contrast .hbglum.bw input[type="password"].hbglum.bw,
body.accessibility.acc-contrast .hbglum.bw input[type="tel"].hbglum.bw,
body.accessibility.acc-contrast .hbglum.bw input[type="text"].hbglum.bw {
    background-color: black !important;
    color: white !important;
    border-color: white !important;
}

body.accessibility.acc-contrast .hbglum.wb textarea.hbglum.wb,
body.accessibility.acc-contrast .hbglum.wb input[type="email"].hbglum.wb,
body.accessibility.acc-contrast .hbglum.wb input[type="password"].hbglum.wb,
body.accessibility.acc-contrast .hbglum.wb input[type="tel"].hbglum.wb,
body.accessibility.acc-contrast .hbglum.wb input[type="text"].hbglum.wb {
    background-color: white !important;
    color: black !important;
    border-color: black !important;
}

body.accessibility.acc-contrast .bw::-webkit-input-placeholder {
    color: white !important;
}

body.accessibility.acc-contrast .bw:-moz-placeholder {
    color: white !important;
}

body.accessibility.acc-contrast .bw::-moz-placeholder {
    color: white !important;
}

body.accessibility.acc-contrast .bw:-ms-input-placeholder {
    color: white !important;
}

body.accessibility.acc-contrast .wb::-webkit-input-placeholder {
    color: black !important;
}

body.accessibility.acc-contrast .wb:-moz-placeholder {
    color: black !important;
}

body.accessibility.acc-contrast .wb::-moz-placeholder {
    color: black !important;
}

body.accessibility.acc-contrast .wb:-ms-input-placeholder {
    color: black !important;
}



body.accessibility.acc-keyboard *.bw:focus {
    outline: 3px dotted white !important;
}

body.accessibility.acc-keyboard *.wb:focus {
    outline: 3px dotted black !important;
}

#accessibility-widget:focus,
body.accessibility.acc-keyboard *:focus {
    -webkit-box-shadow: 0px 0px 2px 4px #516c7d !important;
    -moz-box-shadow: 0px 0px 2px 4px #516c7d !important;
    box-shadow: 0px 0px 2px 4px #516c7d !important;
    outline: 3px dotted #1e3746 !important;
}

body.accessibility[data-font-size].ot {
    transform-origin: top;
}

body.accessibility[data-font-size].otr {
    transform-origin: top right;
    margin: 0px;
}

body.accessibility[data-font-size].otl {
    transform-origin: top left;
    margin: 0px;
}

body.accessibility[data-font-size="1"] {
    transform: scale(1.3333333333333333);
    -ms-transform: scale(1.3333333333333333);
    -webkit-transform: scale(1.3333333333333333);
    -moz-transform: scale(1.3333333333333333);
}

body.accessibility[data-font-size="2"] {
    transform: scale(1.6666666666666665);
    -ms-transform: scale(1.6666666666666665);
    -webkit-transform: scale(1.6666666666666665);
    -moz-transform: scale(1.6666666666666665);
}

body.accessibility[data-font-size="3"] {
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
}

#accessibility-widget {
    position: fixed;
    top: 0px;
    background-color: #1e3746;
    color: white;
    font-family: Heebo-Medium;
    z-index: 100000;
    padding: 0px;
    outline: 0;
    display: inline-block;
    font-size: 18px;
}

#accessibility-widget a {
    text-decoration: none;
}

#accessibility-widget * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

#accessibility-widget.wb .close-icon {
    background-color: #000000 !important;
}

body[dir="ltr"] #accessibility-widget {
    left: 0px;
    text-align: left;
    border-radius: 0px 6px 6px 0px;
}

body[dir="rtl"] #accessibility-widget {
    text-align: right;
    right: auto;
    left: 0;
    top: 7px;
    border-radius: 0px 6px 6px 0px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 35%);
}

body[dir="ltr"] #accessibility-widget .acc-handler {
    padding: 7px 14px 7px 10px;
}

body[dir="rtl"] #accessibility-widget .acc-handler {
    padding: 0px;
    color: transparent;
}

#accessibility-widget .acc-handler {
    background: url('/Images/sprite.png') no-repeat -312px -112px;
    width: 34px;
    height: 34px;
}

#accessibility-widget .acc-content-wrapper {
    display: none;
}

#accessibility-widget .acc-content-wrapper a {
    display: inline-block;
    vertical-align: top;
}

#accessibility-widget .acc-content-wrapper.open {
    display: inherit;
    padding-right: 8px;
    padding-left: 8px;
}

#accessibility-widget .acc-handler {
    cursor: pointer;
    color: white;
}

#accessibility-widget .acc-panel {
    margin-bottom: 6px;
    background-color: #fcfcfc;
    padding: 8px;
    text-align: right;
    direction: rtl;
}

#accessibility-widget .acc-cancel-panel {
    margin-bottom: 0px;
}

#accessibility-widget .acc-panel .acc-panel-title {
    color: #1e3746;
    font-size: 1em;
    min-width: 5.7em;
    vertical-align: top;
    line-height: 1.667em;
    margin-left: 20px;
    display: inline-block;
}

#accessibility-widget .acc-panel .acc-action-img {
    display: inline-block;
    cursor: pointer;
    line-height: 1em;
    width: 32px;
    height: 30px;
    background-image: url('/Images/accessibility-sprite.png');
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 0px 1px black !important;
    -moz-box-shadow: 0px 0px 0px 1px black !important;
    box-shadow: 0px 0px 0px 1px black !important;
    overflow: hidden;
    text-indent: 300px;
    white-space: nowrap;
}

#accessibility-widget .acc-keyboard-panel .acc-toggle-keyboard {
    background-position: -194px -20px;
}

#accessibility-widget .acc-font-size-panel .acc-action-img,
#accessibility-widget .acc-contrast-panel .acc-action-img {
    margin-left: 10px;
}

#accessibility-widget .acc-contrast-panel .acc-bw-contrast-img {
    background-position: -195px -72px;
}

#accessibility-widget .acc-contrast-panel .acc-wb-contrast-img {
    background-position: -195px -126px;
}

#accessibility-widget .acc-contrast-panel .acc-disable-contrast-img {
    background-position: -197px -191px;
}

#accessibility-widget .acc-font-size-panel .acc-font-size0-img {
    background-position: -32px -18px;
}

#accessibility-widget .acc-font-size-panel .acc-font-size1-img {
    background-position: -33px -72px;
}

#accessibility-widget .acc-font-size-panel .acc-font-size2-img {
    background-position: -32px -124px;
}

#accessibility-widget .acc-font-size-panel .acc-font-size3-img {
    background-position: -32px -177px;
}

#accessibility-widget .acc-cancel-panel .acc-reset-img {
    background-position: -31px -232px;
}

#accessibility-widget .bottom-section {
    padding-top: 8px;
    padding-bottom: 10px;
    font-weight: normal;
    line-height: 0.84em;
    font-size: 0.84em;
    text-align: right;
    direction: rtl;
}

#accessibility-widget .bottom-section * {
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
}

#accessibility-widget .bottom-section .exclamation-statement-icon {
    background-image: url('/Images/accessibility-sprite.png');
    background-repeat: no-repeat;
    background-position: -211px -288px;
    width: 13px;
    height: 14px;
    background-color: #1e3746 !important;
    display: inline-block;
}

#accessibility-widget .bottom-section .statement-wrapper {
    width: 66%;
    display: inline-block;
}

#accessibility-widget .bottom-section .statement-text {
    margin-right: 4px;
}

#accessibility-widget .bottom-section .close-wrapper {
    width: 34%;
    text-align: left;
    display: inline-block;
}

#accessibility-widget .bottom-section .statement-wrapper a,
#accessibility-widget .bottom-section .close-wrapper a {
    color: white;
    display: inline-block;
}

#accessibility-widget .bottom-section .close-wrapper .close-link {
    cursor: pointer;
}

#accessibility-widget .bottom-section .close-wrapper .close-text {
    margin-right: 4px;
    color: white;
}

#accessibility-widget .bottom-section .close-wrapper .close-text:before {
    content: "\2716";
    margin-left: 2px;
    font-size: 0.9em;
    color: #fff;
}

@font-face {
    font-family: 'Heebo-Regular';
    font-display: swap;
    src: local('☺'), url('/fonts/heebo/Heebo-Regular.otf');
    src: local('☺'), url('/fonts/heebo/Heebo-Regular.otf?#iefix') format('embedded-opentype'), url('/fonts/heebo/Heebo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Heebo-Light';
    font-display: swap;
    src: local('☺'), url('/fonts/heebo/Heebo-Light.otf');
    src: local('☺'), url('/fonts/heebo/Heebo-Light.otf?#iefix') format('embedded-opentype'), url('/fonts/heebo/Heebo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Heebo-Medium';
    font-display: swap;
    src: local('☺'), url('/fonts/heebo/Heebo-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Heebo-Bold';
    font-display: swap;
    src: local('☺'), url('/fonts/heebo/Heebo-Bold.otf');
    src: local('☺'), url('/fonts/heebo/Heebo-Bold.otf?#iefix') format('embedded-opentype'), url('/fonts/heebo/Heebo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'takdinIcon';
    src: local('☺'), url("/fonts/takdinIcon.ttf?grc8c4") format("truetype"), url("/fonts/takdinIcon.woff?grc8c4") format("woff"), url("/fonts/takdinIcon.svg?grc8c4#takdinIcon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="takdin-"], [class*=" takdin-"] {
    font-family: 'takdinIcon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.takdin-call:before {
    content: "\e924";
}

.takdin-location-2:before {
    content: "\e925";
}

.takdin-post:before {
    content: "\e926";
}

.takdin-forward1:before {
    content: "\e927";
}

.takdin-eye_2:before {
    content: "\e912";
}

.takdin-eye_2_hide:before {
    content: "\e913";
}

.takdin-arrow-down:before {
    content: "\e900";
}

.takdin-arrow-up:before {
    content: "\e921";
}

.takdin-pages_2:before {
    content: "\e920";
}

.takdin-arrow-left-f:before {
    content: "\e91e";
    color: #424852;
}

.takdin-arrow-rigth-f:before {
    content: "\e91f";
    color: #424852;
}

.takdin-back:before {
    content: "\e919";
}

.takdin-thumb-tack:before {
    content: "\e91b";
}

.takdin-filter-2:before {
    content: "\e91a";
}

.takdin-star:before {
    content: "\e91d";
}

.takdin-exclamation-mark:before {
    content: "\e923";
}

.takdin-back1:before {
    content: "\e918";
}

.takdin-icon-plus-round:before {
    content: "\e916";
}

.takdin-box:before {
    content: "\e901";
}

.takdin-help:before {
    content: "\e902";
}

.takdin-arrow-left:before {
    content: "\e922";
    color: #424852;
}

.takdin-arrow-rigth:before {
    content: "\e906";
    color: #424852;
}

.takdin-add:before {
    content: "\e914";
}

.takdin-time:before {
    content: "\e915";
}

.takdin-x:before {
    content: "\e90e";
}

.takdin-close:before {
    content: "\e90f";
}

.takdin-filter:before {
    content: "\e910";
}

.takdin-print:before {
    content: "\e911";
}

.takdin-forward:before {
    content: "\e91c";
}

.takdin-calendar:before {
    content: "\e903";
}

.takdin-clear:before {
    content: "\e904";
}

.takdin-eye:before {
    content: "\e905";
}

.takdin-flag:before {
    content: "\e917";
}

.takdin-hammer:before {
    content: "\e907";
}

.takdin-location:before {
    content: "\e908";
}

.takdin-more-ver:before {
    content: "\e909";
}

.takdin-page:before {
    content: "\e90a";
}

.takdin-phone-call-answer:before {
    content: "\e90b";
}

.takdin-search:before {
    content: "\e90c";
}

.takdin-user:before {
    content: "\e90d";
}

.takdin-minus:before {
    content: "\f068";
}

.takdin-check:before {
    content: "\f00c";
}

.takdin-calendar1:before {
    content: "\f073";
}

.takdin-external-link:before {
    content: "\f08e";
}

.takdin-sort-desc:before {
    content: "\f0dd";
}

.takdin-sort-down:before {
    content: "\f0dd";
}

.takdin-download:before {
    content: "\e928";
}

.takdin-form:before {
    content: "\e929";
}

.takdin-arrow-right:before {
    content: "\e92a";
}

.takdin-arrow-left1:before {
    content: "\e92b";
}

.overlay {
    display: none;
    background-color: rgba(18, 49, 65, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1031;
}

.overlay::before {
    position: fixed;
    top: calc(50% + 33px);
    left: calc(50% - 38px);
    font-size: 18px;
    color: #213e4f;
}

.cssload-loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 47.284271247462px;
    height: 47.284271247462px;
    margin-left: -23.142135623731px;
    margin-top: -23.142135623731px;
    border-radius: 100%;
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-duration: 3.2s;
    -o-animation-duration: 3.2s;
    -ms-animation-duration: 3.2s;
    -webkit-animation-duration: 3.2s;
    -moz-animation-duration: 3.2s;
    z-index: 1;
}

.cssload-loader .cssload-side {
    display: block;
    width: 6px;
    height: 19px;
    background-color: #213e4f;
    margin: 2px;
    position: absolute;
    border-radius: 50%;
    animation-duration: 1.195s;
    -o-animation-duration: 1.195s;
    -ms-animation-duration: 1.195s;
    -webkit-animation-duration: 1.195s;
    -moz-animation-duration: 1.195s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
}

.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    animation-name: cssload-rotate0;
    -o-animation-name: cssload-rotate0;
    -ms-animation-name: cssload-rotate0;
    -webkit-animation-name: cssload-rotate0;
    -moz-animation-name: cssload-rotate0;
}

.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    animation-name: cssload-rotate90;
    -o-animation-name: cssload-rotate90;
    -ms-animation-name: cssload-rotate90;
    -webkit-animation-name: cssload-rotate90;
    -moz-animation-name: cssload-rotate90;
}

.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    animation-name: cssload-rotate45;
    -o-animation-name: cssload-rotate45;
    -ms-animation-name: cssload-rotate45;
    -webkit-animation-name: cssload-rotate45;
    -moz-animation-name: cssload-rotate45;
}

.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    animation-name: cssload-rotate135;
    -o-animation-name: cssload-rotate135;
    -ms-animation-name: cssload-rotate135;
    -webkit-animation-name: cssload-rotate135;
    -moz-animation-name: cssload-rotate135;
}

.cssload-loader .cssload-side:nth-child(1) {
    top: 23.142135623731px;
    left: 47.284271247462px;
    margin-left: -3px;
    margin-top: -10px;
    animation-delay: 0;
    -o-animation-delay: 0;
    -ms-animation-delay: 0;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
}

.cssload-loader .cssload-side:nth-child(2) {
    top: 40.213203431093px;
    left: 40.213203431093px;
    margin-left: -3px;
    margin-top: -10px;
    animation-delay: 0;
    -o-animation-delay: 0;
    -ms-animation-delay: 0;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
}

.cssload-loader .cssload-side:nth-child(3) {
    top: 47.284271247462px;
    left: 23.142135623731px;
    margin-left: -3px;
    margin-top: -10px;
    animation-delay: 0;
    -o-animation-delay: 0;
    -ms-animation-delay: 0;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
}

.cssload-loader .cssload-side:nth-child(4) {
    top: 40.213203431093px;
    left: 7.0710678163691px;
    margin-left: -3px;
    margin-top: -10px;
    animation-delay: 0;
    -o-animation-delay: 0;
    -ms-animation-delay: 0;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
}

.cssload-loader .cssload-side:nth-child(5) {
    top: 23.142135623731px;
    left: 0px;
    margin-left: -3px;
    margin-top: -10px;
    animation-delay: 0;
    -o-animation-delay: 0;
    -ms-animation-delay: 0;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
}

.cssload-loader .cssload-side:nth-child(6) {
    top: 7.0710678163691px;
    left: 7.0710678163691px;
    margin-left: -3px;
    margin-top: -10px;
    animation-delay: 0;
    -o-animation-delay: 0;
    -ms-animation-delay: 0;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
}

.cssload-loader .cssload-side:nth-child(7) {
    top: 0px;
    left: 23.142135623731px;
    margin-left: -3px;
    margin-top: -10px;
    animation-delay: 0;
    -o-animation-delay: 0;
    -ms-animation-delay: 0;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
}

.cssload-loader .cssload-side:nth-child(8) {
    top: 7.0710678163691px;
    left: 40.213203431093px;
    margin-left: -3px;
    margin-top: -10px;
    animation-delay: 0;
    -o-animation-delay: 0;
    -ms-animation-delay: 0;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
}

@keyframes cssload-rotate0 {
    0% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@-o-keyframes cssload-rotate0 {
    0% {
        -o-transform: rotate(0deg);
    }

    60% {
        -o-transform: rotate(180deg);
    }

    100% {
        -o-transform: rotate(180deg);
    }
}

@-ms-keyframes cssload-rotate0 {
    0% {
        -ms-transform: rotate(0deg);
    }

    60% {
        -ms-transform: rotate(180deg);
    }

    100% {
        -ms-transform: rotate(180deg);
    }
}

@-webkit-keyframes cssload-rotate0 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    60% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
    }
}

@-moz-keyframes cssload-rotate0 {
    0% {
        -moz-transform: rotate(0deg);
    }

    60% {
        -moz-transform: rotate(180deg);
    }

    100% {
        -moz-transform: rotate(180deg);
    }
}

@keyframes cssload-rotate90 {
    0% {
        transform: rotate(90deg);
        transform: rotate(90deg);
    }

    60% {
        transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-o-keyframes cssload-rotate90 {
    0% {
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    60% {
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-ms-keyframes cssload-rotate90 {
    0% {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    60% {
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes cssload-rotate90 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    60% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-moz-keyframes cssload-rotate90 {
    0% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    60% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes cssload-rotate45 {
    0% {
        transform: rotate(45deg);
        transform: rotate(45deg);
    }

    60% {
        transform: rotate(225deg);
        transform: rotate(225deg);
    }

    100% {
        transform: rotate(225deg);
        transform: rotate(225deg);
    }
}

@-o-keyframes cssload-rotate45 {
    0% {
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    60% {
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    100% {
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}

@-ms-keyframes cssload-rotate45 {
    0% {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    60% {
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    100% {
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}

@-webkit-keyframes cssload-rotate45 {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    60% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    100% {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}

@-moz-keyframes cssload-rotate45 {
    0% {
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    60% {
        -moz-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    100% {
        -moz-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}

@keyframes cssload-rotate135 {
    0% {
        transform: rotate(135deg);
        transform: rotate(135deg);
    }

    60% {
        transform: rotate(315deg);
        transform: rotate(315deg);
    }

    100% {
        transform: rotate(315deg);
        transform: rotate(315deg);
    }
}

@-o-keyframes cssload-rotate135 {
    0% {
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    60% {
        -o-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    100% {
        -o-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}

@-ms-keyframes cssload-rotate135 {
    0% {
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    60% {
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    100% {
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}

@-webkit-keyframes cssload-rotate135 {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    60% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    100% {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}

@-moz-keyframes cssload-rotate135 {
    0% {
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    60% {
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    100% {
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
}

@keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-loader {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-loader {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


:focus-visible {
    outline: none;
}

.icon {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
}

.bigger-font {
    font-size: 1.3rem;
}

.auto-complete-zone .easy-autocomplete {
    flex-grow: 1;
    width: auto !important;
}

.easy-autocomplete-container ul {
    padding: 0;
    color: #213e4f;
}

.cb-list {
    width: 100%;
}

.cb-list .custom-control {
    padding-right: 25px;
    padding-left: 0;
    margin-bottom: 15px;
}

.cb-list .accompanied-checkboxes .custom-control {
    display: inline-block;
}

.cb-list .custom-control .custom-control-label {
    padding-right: 3px;
}

.cb-list .law-checkboxes .custom-control .custom-control-label {
    font-family: Heebo-Bold;
}

.check-all .custom-control-label {
    font-family: Heebo-Bold;
}

.cb-list .custom-control input[type="checkbox"] {
    position: absolute;
    top: 3px;
    right: 2px;
}

.cb-list .custom-control .custom-control-label:before, .cb-list .custom-control .custom-control-label:after {
    right: -25px;
    top: 1px;
    height: 17px;
    width: 17px;
    z-index: 8;
}

.cb-list .custom-control [type="checkbox"] + .error, .cb-list .custom-control [type="radio"] + .error {
    position: absolute;
    bottom: -16px;
}

.cb-list .custom-control .custom-control-label:after {
    background-size: 11px;
    z-index: 10;
}

.cb-list .custom-control input:checked ~ .custom-control-label::before {
    color: #fff;
}

.cb-list .custom-control .custom-control-label.collapse-label {
    margin-right: 20px;
}

.cb-list .custom-control .custom-control-label.collapse-label + .takdin-sort-desc {
    position: absolute;
    right: 0;
    z-index: 10;
    color: #687987;
    transition: all 300ms linear;
    width: 14px;
    height: 18px;
    line-height: 12px;
    text-align: center;
}

.cb-list .custom-control .custom-control-label.collapse-label + .takdin-sort-desc.collapsed {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cb-list .custom-control .custom-control-label.collapse-label ~ .cb_collapse {
    padding-right: 24px;
}

.cb-list .custom-control .custom-control-label.collapse-label ~ .cb_collapse .custom-control {
    padding-right: 18px;
}

.cb-list .custom-control .custom-control-label.collapse-label ~ .cb_collapse .custom-control-label:before, .cb-list .custom-control .custom-control-label.collapse-label ~ .cb_collapse .custom-control-label:after {
    width: 14px;
    height: 14px;
    font-size: 9px;
    top: 4px;
    right: -18px;
    text-align: center;
    line-height: 12px;
}

.cb-list .custom-control .custom-control-label.collapse-label ~ .cb_collapse .custom-control-label:after {
    top: 6px;
    background: transparent;
}

.rb-list .custom-control {
    padding-left: 2.5rem;
}

.rb-list .custom-control .custom-control-input ~ .custom-control-label:before, .rb-list .custom-control .custom-control-input ~ .custom-control-label:after {
    border-radius: 100%;
    background-image: none;
}

.rb-list [type="radio"].custom-control-input:checked ~ .custom-control-label:after {
    background-image: none;
    box-shadow: none;
}

.rb-list.rb-button-view {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 0;
}

.rb-list.rb-button-view .custom-control {
    margin: 0;
    padding-right: 0;
}

.rb-list.rb-button-view .custom-control .custom-control-label {
    border: 1px solid #aeaeae;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 6px;
}

.rb-list.rb-button-view .custom-control .custom-control-label:before, .rb-list.rb-button-view .custom-control .custom-control-label:after {
    display: none;
}

.rb-list.rb-button-view .custom-control .custom-control-label:hover {
    cursor: pointer;
}

.rb-list.rb-button-view .custom-control + .custom-control {
    padding-right: 15px;
}

.rb-list.rb-button-view .custom-control [type="radio"]:checked + .custom-control-label {
    background-color: #ac3637;
    color: #fff;
}

.rb-list.rb-button-view > label {
    padding-left: 15px;
}

.rb-list.slide-button .custom-control {
    padding: 0;
}

.rb-list.slide-button .custom-control .custom-control-label {
    border-radius: 0;
    background-image: linear-gradient(90deg, #ac3637 50%, #fff 50%, #fff);
    background-size: 200% 100%;
    background-position-x: 100%;
    transition: all 200ms linear;
    min-width: 150px;
}

.rb-list.slide-button .custom-control .custom-control-label i {
    margin: 0 6px;
}

.rb-list.slide-button .custom-control .custom-control-label:before {
    content: '';
    position: relative;
    border: 1px solid #ffffff;
    width: 17px;
    height: 17px;
    display: inline-block;
    left: -1px;
    top: 1px;
    box-shadow: 0 0 0 1px #003e1a;
}

.rb-list.slide-button .custom-control + .custom-control {
    padding-right: 0;
}

.rb-list.slide-button .custom-control [type="radio"]:checked + .custom-control-label {
    background-position-x: 0%;
}

.rb-list.slide-button .custom-control:first-child .custom-control-label {
    border-radius: 6px 0 0 6px;
    background-image: linear-gradient(90deg, #fff 50%, #ac3637 50%, #ac3637 100%);
    background-position-x: 0%;
    box-shadow: none;
    border-right: 0;
}

.rb-list.slide-button .custom-control:first-child [type="radio"]:checked + .custom-control-label {
    background-position-x: 101%;
}

.rb-list.slide-button .custom-control:last-child .custom-control-label {
    border-radius: 0 6px 6px 0;
    border-left: 0;
}

.rb-list.inline-row {
    display: flex;
    flex-wrap: wrap;
}

.btn.download {
    color: #0e6933;
    border: 1px solid #ebebeb;
    font-family: Heebo-Light;
}

.btn.download:before {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Heebo-Regular;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #000;
    text-align: left;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-family: Heebo-Medium;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-family: Heebo-Medium;
    font-weight: normal;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #ac3637;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #223e50;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #687987;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #ac3637;
    font-weight: normal;
}

h1, .h1 {
    font-size: 2.8125rem;
}


h2, .h2 {
    font-size: 2.25rem;
}


h3, .h3 {
    font-size: 1.96875rem;
}

h4, .h4 {
    font-size: 1.6875rem;
}

h5, .h5 {
    font-size: 1.40625rem;
}

h6, .h6 {
    font-size: 1.125rem;
}

.lead {
    font-size: 1.40625rem;
    font-family: Heebo-Light;
}

.display-1 {
    font-size: 6rem;
    font-family: Heebo-Light;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-family: Heebo-Light;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-family: Heebo-Light;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-family: Heebo-Light;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr.dashed {
    border-top: 1px dashed rgba(34, 62, 80, 0.4);
}

small, .small {
    font-family: Heebo-Light;
}

small.comment, .small.comment {
    font-size: 90%;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.40625rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #687987;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #687987;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-family: Heebo-Medium;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th, .table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #e8c7c7;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #d49697;
}

.table-hover .table-primary:hover {
    background-color: #e1b5b5;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #e1b5b5;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #384955;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.24em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #384955;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #687987;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #687987;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #687987;
    opacity: 1;
}

.form-control::placeholder {
    color: #687987;
    opacity: 1;
}

.easy-autocomplete .form-control::placeholder {
    color: #032435;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #384955;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.4;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.40625rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.98438rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.98438rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.40625rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1.3rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #687987;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.98438rem;
    line-height: 1.4;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.4em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.35em + 0.1875rem);
    background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.4em + 0.75rem);
    background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23006201' d='M13.25 0L7.5 5.595 1.75 0 0 1.703 7.5 9 15 1.703z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.5rem center/15px 9px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.98438rem;
    line-height: 1.4;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.4em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.35em + 0.1875rem);
    background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.4em + 0.75rem);
    background-position: top calc(0.35em + 0.1875rem) right calc(0.35em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23006201' d='M13.25 0L7.5 5.595 1.75 0 0 1.703 7.5 9 15 1.703z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.5rem center/15px 9px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

.btn {
    display: inline-block;
    color: #032435;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
    color: #000;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #ac3637;
    border-color: #ac3637;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8f2d2e;
    border-color: #852a2b;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 84, 85, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ac3637;
    border-color: #ac3637;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #852a2b;
    border-color: #7b2727;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(184, 84, 85, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #687987;
    border-color: #687987;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #687987;
    border-color: #687987;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #223e50;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #223e50;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-block .btn-light:hover {
    color: #af3c3b;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #ac3637;
    border-color: #ac3637;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ac3637;
    border-color: #ac3637;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 54, 55, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ac3637;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ac3637;
    border-color: #ac3637;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 54, 55, 0.5);
}

.btn-outline-secondary {
    color: #687987;
    border-color: #687987;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #687987;
    border-color: #687987;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #687987;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #687987;
    border-color: #687987;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    color: #ac3637;
    text-decoration: none;
}

.btn-link:hover {
    color: #722424;
    text-decoration: underline;
}

/*#reset-morphology {
    color: #032435;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #fafafa;
    font-size: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
*/
#reset-morphology {
    color: #fafafa;
    text-decoration: none;
    margin-top: 5px;
    font-size: 15px;
    transition: all 400ms ease;
}

#reset-morphology:hover {
    text-decoration: underline;
    color: #fff;
}

#reset-morphology i.takdin-clear {
    margin-left: 5px;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #687987;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.40625rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.98438rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.125rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    padding: 0.25rem 1.5rem;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ac3637;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #687987;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.98438rem;
    color: #687987;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
    display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #384955;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.40625rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.98438rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.575rem;
    padding-left: 1.58rem;
}

/*.tooltip-morphology {
    background-color: rgba(34,62,80,.9);
    font-size: 26px;
    width: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-right: -5px;
    z-index: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}*/

.tooltip-morphology {
    font-size: 26px;
    width: 32px;
    text-align: center;
    color: #032435;
    z-index: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.morphology-container {
    padding: 10px;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 4px;
    right: 1px;
    width: .95rem;
    height: .95rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ac3637;
    background-color: #ac3637;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(172, 54, 55, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #da8889;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e6afaf;
    border-color: #e6afaf;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #9CAEBC;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #294c61;
    opacity: 0.3;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.2475rem;
    left: -1.58rem;
    display: block;
    width: .95rem;
    height: .95rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.2475rem;
    left: -1.58rem;
    display: block;
    width: .95rem;
    height: .95rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #ac3637;
    background-color: #ac3637;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(172, 54, 55, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(172, 54, 55, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(172, 54, 55, 0.5);
}

.custom-switch {
    padding-left: 2.39rem;
}

.custom-switch .custom-control-label::before {
    left: -2.39rem;
    width: 1.89rem;
    pointer-events: all;
    border-radius: 0.54rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.2475rem + 2px);
    left: calc(-2.39rem + 2px);
    width: calc(1.08rem - 4px);
    height: calc(1.08rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.54rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.81rem);
    transform: translateX(0.81rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(172, 54, 55, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.24em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #384955;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23006201' d='M13.25 0L7.5 5.595 1.75 0 0 1.703 7.5 9 15 1.703z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.5rem center/15px 9px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #da8889;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(172, 54, 55, 0.25);
}

.custom-select:focus::-ms-value {
    color: #384955;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #687987;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.98438rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.40625rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.24em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.24em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #da8889;
    box-shadow: 0 0 0 0.2rem rgba(172, 54, 55, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.24em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.4;
    color: #384955;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.4em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.4;
    color: #384955;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(172, 54, 55, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(172, 54, 55, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(172, 54, 55, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ac3637;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #e6afaf;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ac3637;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

.custom-range::-moz-range-thumb:active {
    background-color: #e6afaf;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ac3637;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

.custom-range::-ms-thumb:active {
    background-color: #e6afaf;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #687987;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #687987;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #384955;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-bottom: 0.30313rem;
    margin-left: 1rem;
    background: url('/Images/sprite.png') no-repeat -951px -108px;
    height: 41px;
    width: 132px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.topNav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.topNav a {
    color: #fff;
}

.topNav a:hover {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.35rem;
    font-size: 1.40625rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #d2ecdc;
    border-radius: 0.25rem;
    box-shadow: 0 0 1px #d2ecdc;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='595' height='595' viewBox='0.14 124.445 595 595'%3E%3Cpath fill='%23006201' d='M79.801 264.715v31.182H516.34v-31.182H79.801zm0 140.317v31.182H516.34v-31.182H79.801zm0 140.316v31.182H516.34v-31.182H79.801z'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='595' height='595' viewBox='0.14 124.445 595 595'%3E%3Cpath fill='%23006201' d='M319.748 420.622l136.266 136.262-21.68 21.68-136.265-136.263-136.262 136.262-21.679-21.68 136.264-136.262-136.264-136.262 21.679-21.679 136.262 136.263L434.333 262.68l21.68 21.679-136.265 136.263z'/%3E%3C/svg%3E");
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}

@-webkit-keyframes opacityMe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacityMe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar {
    background-color: #af3c3b;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 1.2rem 1rem 0.75rem;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0.25rem;
    width: 100%;
}

.breadcrumb .active .field .title {
    margin-left: 5px;
}

.breadcrumb-item {
    color: #223e50;
    font-size: 13px;
}

.breadcrumb-item a {
    font-size: 13px;
    color: #223e50;
    text-decoration: none;
    transition: color 400ms ease;
}

.breadcrumb-item a:hover {
    color: #af3c3b;
}

.breadcrumb-item + .breadcrumb-item {
    padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: 0.5rem;
    color: #687987;
    content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ac3637;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #722424;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(172, 54, 55, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ac3637;
    border-color: #ac3637;
}

.page-item.disabled .page-link {
    color: #687987;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.40625rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.98438rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-family: Heebo-Medium;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #ac3637;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #852a2b;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(172, 54, 55, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #687987;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-family: Heebo-Medium;
}

.alert-dismissible {
    padding-right: 4.1875rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #591c1d;
    background-color: #eed7d7;
    border-color: #e8c7c7;
}

.alert-primary hr {
    border-top-color: #e1b5b5;
}

.alert-primary .alert-link {
    color: #321010;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.84375rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ac3637;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #384955;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #384955;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #000;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #687987;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ac3637;
    border-color: #ac3637;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}


.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #591c1d;
    background-color: #e8c7c7;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #591c1d;
    background-color: #e1b5b5;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #591c1d;
    border-color: #591c1d;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.mediaList {
    margin-bottom: 4rem;
}

.mediaList .media {
    padding: 2.7rem 0;
}

.mediaList .media:first-child {
    padding-top: 0;
}

.mediaList .media:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mediaList .pic {
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    width: 160px;
    height: 120px;
    padding-right: 1.5rem;
}

.mediaList h5 {
    margin-bottom: .5em;
    font-family: Heebo-Bold;
}

.mediaList .media-body {
    padding-left: 1.5rem;
    font-size: 1rem;
    min-height: 70px;
    position: relative;
}

.mediaList .media-body .media-content {
    max-height: 47px;
    overflow: hidden;
    height: 47px;
}

.mediaList .more {
    font-size: 1.1rem;
    display: inline-block;
    margin: 1rem 0 0;
    bottom: 0;
}

.mediaList .more:after {
    font-family: 'takdinIcon' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 1rem;
    margin-left: .2em;
    display: inline-block;
    vertical-align: middle;
}

.close {
    float: right;
    font-size: 1.6875rem;
    font-family: Heebo-Medium;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.all-references .hr {
    margin-top: 0px;
}

.all-references .filter-line {
    margin-bottom: 0px;
}

.all-references .filter-line .back-btn {
    font-family: Heebo-Medium;
    text-align: left;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #687987;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.4;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Heebo-Light;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.98438rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Heebo-Light;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.98438rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #000;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.video-control-button, .carousel-control-button {
    position: absolute;
    top: .6rem;
    z-index: 16;
    color: #ac3637;
    text-shadow: 0 0 5px #fff;
    left: 10px;
}

.video-control-button:before, .carousel-control-button:before {
    font-family: 'takdinIcon' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
    font-family: Heebo-Bold;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    padding: 10px;
    display: block;
    margin: auto;
}

.video-control-button.pause:before, .carousel-control-button.pause:before {
    content: "\e905";
}

.video-control-button.play:before, .carousel-control-button.play:before {
    content: "\e90e";
}

.video-control-button:hover, .video-control-button:focus, .carousel-control-button:hover, .carousel-control-button:focus {
    text-decoration: none;
    color: #fff;
    font-family: Heebo-Bold;
}

.video-control-button:hover:before, .video-control-button:focus:before, .carousel-control-button:hover:before, .carousel-control-button:focus:before {
    background: rgba(0, 0, 0, 0.8);
}

.basic-carousel {
    margin-bottom: 60px;
}

.basic-carousel .carousel-item {
    padding-top: 37%;
    background: no-repeat center;
    background-size: cover;
}

.basic-carousel .carousel-caption {
    font-size: 1.1rem;
    font-family: Heebo-Light;
    transition: all 800ms ease-out;
    width: 40%;
    background-color: rgba(24, 24, 22, 0.85);
    border-left: 8px solid #fffe03;
    color: #fff;
    text-align: left;
    padding: 1.1rem;
}

.basic-carousel .carousel-item-left:not(.active) .carousel-caption {
    right: -40%;
    left: auto;
}

.basic-carousel .carousel-item-right:not(.active) .carousel-caption {
    right: 140%;
    left: auto;
}

.basic-carousel .carousel-item.active .carousel-caption {
    right: calc(100% - 50%);
    left: auto;
}

.basic-carousel h5 {
    font-size: 2rem;
    color: #fff;
}

.basic-carousel .carousel-control-prev, .basic-carousel .carousel-control-next {
    width: auto;
    font-size: 2.5rem;
    padding: 1rem;
}

.basic-carousel .carousel-control-prev {
    text-align: left;
}

.basic-carousel .carousel-control-next {
    text-align: right;
}

.basic-carousel .carousel-control-prev-icon, .basic-carousel .carousel-control-next-icon {
    background: 0;
    width: auto;
    height: auto;
}

.basic-carousel .carousel-control-prev-icon:before, .basic-carousel .carousel-control-next-icon:before {
    font-family: 'takdinIcon' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 3px #000;
}

.basic-carousel .carousel-control-prev-icon:before {
    content: "\e910";
}

.basic-carousel .carousel-control-next-icon:before {
    content: "\e90f";
}

#magazineCarousel .carousel-item {
    padding-top: 21%;
}

#magazineCarousel .carousel-item .carousel-caption {
    right: -100%;
    text-align: center;
    width: 80%;
    border: 0;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#magazineCarousel .carousel-item .carousel-caption h5 {
    font-size: 3.5rem;
}

#magazineCarousel .carousel-item.active .carousel-caption {
    right: 10%;
    text-align: center;
    width: 80%;
    border: 0;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    bottom: auto;
}

#magazineCarousel .carousel-inner::after {
    background-color: #000;
    right: 0;
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.3;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #ac3637 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #852a2b !important;
}

.bg-secondary {
    background-color: #687987 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #ac3637 !important;
}

.border-secondary {
    border-color: #687987 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-family: Heebo-Light;
}

.font-weight-lighter {
    font-family: Heebo-Light;
}

.font-weight-normal {
    font-family: Heebo-Regular;
}

.font-weight-bold {
    font-family: Heebo-Medium;
}

.font-weight-bolder {
    font-family: Heebo-Bold;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #ac3637 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #722424 !important;
}

.text-secondary {
    color: #687987 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #000 !important;
}

.text-muted {
    color: #687987 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

html, body {
    direction: rtl;
    text-align: right;
    min-height: 100%;
}

body {
    background-color: #ececec;
}

.red {
    color: #ff001f;
}

.collapse, #advanceSearch, #historyFields, .hide-target, #lawBook, #historyShowBtn {
    transition: all 300ms linear;
}

#advanceSearch-2 .custom-checkbox {
    margin-right: 15px
}

label.error {
    color: #ff001f;
    font-size: 11px;
}

.side-form .sub-title {
    margin-bottom: 5px;
}

.side-form .small-title {
    display: block;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 10px;
}

.side-form .words-header .error {
    color: #af3c3b;
    font-size: 14px;
}

.side-form .words-header a.explanation {
    margin-right: 15px;
    text-decoration: none;
    display: inline-flex;
    cursor: pointer;
}

.side-form .words-header a.explanation i {
    margin-right: 4px;
}

.side-form .words-header .small-title {
    display: inline-flex;
    width: auto;
    margin: 0;
}

.k-tooltip-closable .k-tooltip-button {
    text-align: left !important;
}

.k-tooltip-closable .k-tooltip-button a.k-icon {
    color: #fff !important;
}

.template-wrapper {
    padding: 10px 0 10px 15px;
}

.template-wrapper article {
    text-align: justify;
}

.template-wrapper article.morph {
    margin-bottom: 10px;
}

.template-wrapper h3 {
    text-align: right;
    margin: 10px 0;
    font-size: 16px;
    line-height: 16px;
    font-family: Heebo-Medium;
    color: #fff;
}

.side-form .sub-title .star {
    line-height: 13px;
    display: inline-block;
    margin-left: 3px;
    font-size: 19px;
    vertical-align: bottom;
}

.side-form .comment {
    font-size: 13px;
}

input.error, select.error, .bootstrap-select .error + button {
    border-color: #ff001f !important;
}

input::-webkit-input-placeholder {
    color: #687987;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #687987;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #687987;
    opacity: 1;
}

input::placeholder {
    color: #687987;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #687987;
}

input::-ms-input-placeholder {
    color: #687987;
}

.dropdown-menu.show {
    display: block;
    top: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    min-width: -webkit-fill-available !important;
    max-height: 290px !important;
    left: auto !important;
    right: 0;
}

.dropdown-item {
    white-space: normal;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #223e50;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #223e50;
}

body ::-webkit-scrollbar {
    width: 7px;
}

body ::-webkit-scrollbar-thumb {
    background: #bfbdbd;
    border-radius: 4px;
}

body ::-webkit-scrollbar-thumb:hover {
    background: #bfbdbd;
}

textarea {
    height: 120px;
}

textarea.form-control {
    height: 120px;
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

select, .btn-select {
    border-radius: 6px;
    height: 37px;
    padding-left: 31px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d5d5d5;
    min-width: 50px;
    width: auto;
    text-align: right;
}

select.filter, .btn-select.filter {
    padding: 1px 21px 2px 30px;
    height: 24px;
    font-size: 15px;
}

select.light, .btn-select.light {
    background-color: #fdfdfd;
    border: solid 1px #d5d5d5;
    color: #1e3748;
}

select.clean, .btn-select.clean {
    background-color: transparent;
    border: none;
    color: #687987;
    padding: 1px 21px 2px 16px;
    background-position-x: 3px;
}

select.form-control, .btn-select.form-control {
    padding-left: 31px;
}

select::-ms-expand {
    display: none;
}

.btn-light {
    background-color: #fff;
}

.btn-light:hover {
    border: 1px solid #ced4da;
}

.dropup .dropdown-toggle::after {
    border-bottom: 0 !important;
}

.bootstrap-select {
    border: none;
}

.bootstrap-select .btn-light:hover, .bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .show > .btn-light.dropdown-toggle {
    border: 1px solid #ced4da;
}

.bootstrap-select.filter {
    height: 24px;
}

.bootstrap-select.filter .btn-light {
    padding: 1px 10px 1px 6px;
    background-color: #fff;
    height: 24px;
    font-size: 15px;
}

.bootstrap-select.filter .dropdown-menu li {
    font-size: 15px;
}

.bootstrap-select.clean {
    background-color: transparent;
    border: none;
    height: 24px;
}

.search-result .filter-line .bootstrap-select.clean {
    background-color: transparent;
    border: 1px solid rgba(34, 62, 80, 0.5);
    height: 24px;
    margin: 0;
    padding: 0 3px;
}

.search-result .filter-line .page-size-filter .bootstrap-select.clean {
    width: 50px;
    min-width: 50px;
}

.bootstrap-select.clean .btn-light {
    background-color: transparent;
    border: none;
    color: #032435;
    height: 24px;
    font-size: 15px;
    padding-left: 0;
    font-family: Heebo-Medium;
}

.bootstrap-select.clean .dropdown-toggle:after {
    color: #687987;
    border-top: 5.5px solid #687987;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
}

.bootstrap-select.clean:active {
    border: 0px solid transparent;
}

.bootstrap-select .btn {
    height: 100%;
}

.bootstrap-select .dropdown-item {
    padding: 0.25rem 7px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    min-width: 50px;
    border-radius: 5px;
}

.personal-zone .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: 'Heebo-Bold';
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #032435;
}

.bootstrap-select > .dropdown-toggle {
    height: 100%;
}

.bootstrap-select {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    min-width: 70px;
}

.bootstrap-select > select {
    left: 0%;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 26px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text:before {
    content: '';
    right: 10px;
    top: 6px;
    height: 17px;
    width: 17px;
    z-index: 8;
    background-color: #fff;
    border: #adb5bd solid 1px;
    position: absolute;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    z-index: 15;
    color: #ac3637;
    font-size: 11px;
    padding-top: 3px;
}

.bootstrap-select > .dropdown-toggle:after {
    top: 0;
    margin-top: 0;
    margin-right: 7.5px;
}

.bootstrap-select .bs-deselect-all {
    min-width: 39px;
    position: relative;
    height: 37px;
}

.bootstrap-select .actions-btn.btn.btn-light.hidden, .page-content.hidden {
    display: none;
}

.bs-searchbox {
    width: 75%;
    display: inline-block;
}

.bs-searchbox input {
    border: 1px solid #dae0e5;
}

.bs-actionsbox {
    width: 25%;
    display: inline-block;
}

.page-content-screen .page-content-mobile .dropdown-toggle::after,
.dropdown-toggle::after {
    margin-left: 3px;
    margin-right: 5px;
    border-top: 5.5px solid #000;
    border-right: 5.5px solid transparent;
    border-left: 5.5px solid transparent;
    text-indent: 0;
}

.custom-select-zone {
    position: relative;
}

.custom-select-zone .select-drop {
    background-color: #fdfdfd;
    border-radius: 3px;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.5);
    padding: 9px 20px 15px;
    color: #000000;
    position: absolute;
    margin: 44px 0px 0 14px;
    z-index: 1;
}

.custom-select-zone .select-drop .cb-list {
    padding-top: 10px;
}

.custom-select-zone .select-drop .cb-list .custom-control {
    padding-right: 0;
}

.custom-select-zone .select-drop .cb-list .custom-control input:checked ~ .custom-control-label::before {
    border-color: #979797;
    background-color: #fff;
    color: #ac3637;
}

.custom-select-zone .select-drop .cb-list .custom-control input:checked ~ .custom-control-label::after {
    background: url("/images/icons/v.svg") no-repeat center center transparent;
}

.custom-select-zone .select-drop .cb-list .custom-control + .custom-control {
    margin-top: 9px;
}

.custom-select-zone .select-drop .search-zone {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.custom-select-zone .select-drop .search-zone .btn-link {
    color: #000;
}

.custom-select-zone .select-drop .search-zone [type="text"] {
    border-radius: 0 5px 5px 0;
}

.custom-select-zone .select-drop .search-zone [type="text"] + button {
    border-radius: 5px 0 0 5px;
    box-shadow: none;
    min-width: 39px;
}

select {
    padding: 2px 7px;
}

select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select option:hover, select option:focus {
    box-shadow: 0 0 10px 100px #ac3637 inset;
}

.bold {
    font-family: Heebo-Bold;
}

.ltr {
    direction: ltr;
}

.rtl-content * {
    direction: rtl;
}

.min-width-300 {
    min-width: 300px;
    max-width: 100%;
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
    display: none;
}

.gray {
    color: #4a4a4a;
}

.modal {
    padding: 0 12px;
}

.modal-dialog {
    margin: 12rem auto;
    color: #223e50;
}

.modal-header {
    background-color: #ac3637;
    color: #fff;
    padding: 11px 15px;
}

.modal-dialog .modal-header h4, .modal-dialog .modal-header h4 a {
    color: #fff;
    font-size: 16px;
    background-color: #ac3637;
}

.modal-header .close {
    border: 1px solid #fff;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: static;
    margin: 0;
}

.modal-header .close span {
    line-height: 18px;
    font-size: 18px;
    vertical-align: top;
    font-family: Heebo-Light;
}

.modal-content {
    border-radius: 6px;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.36);
}

.modal-content h5 {
    font-family: Heebo-Bold;
    font-size: 17px;
    margin: 10px 0 20px;
}

.modal-content p {
    margin-bottom: 22px;
}

.field-validation-error {
    color: #f04142;
}

.input-validation-error {
    border: 2px solid #af3c3c !important;
}

.h-100 {
    height: 100%;
}

a, button {
    transition: all 400ms ease;
}

.btn .takdin-arrow-down, button .icon-down {
    font-size: 5px;
    position: relative;
    top: -1px;
    right: 1px;
}

.btn[data-toggle="collapse"] i, button[data-toggle="collapse"] i {
    display: inline-block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 300ms linear;
}

.btn[data-toggle="collapse"][aria-expanded="true"] i, button[data-toggle="collapse"][aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-small {
    font-size: 15px;
    min-height: 29px;
}

.btn-default {
    border-radius: 5px;
    background-color: #ac3637;
    color: #fff;
    padding: 2.5px 15px;
    min-width: 100px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: none;
    min-width: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.btn-default:hover, .btn-default:focus {
    background: #912025;
    color: #fff;
}

.btn-big {
    min-height: 37px;
}

.btn-link.gray {
    color: #032435;
}

.search-result .bottom-marker {
    background: url('/Images/sprite.png') no-repeat -476px -776px;
    width: 600px;
    height: 231px;
    zoom: 0.25;
    -moz-transform: scale(0.25);
    -moz-transform-origin: 600px 25px;
    transform-origin: 600px 25px 0px;
}

.form-control:disabled {
    opacity: 0.7;
}

.form-control:disabled:hover {
    cursor: not-allowed;
}

.form-control.date-zone {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
}

.form-control.date-zone .icon-calendar1 {
    line-height: 35px;
    margin: 0 5px 0 0;
    font-size: 20px;
}

.form-control.date-zone .triangle-down {
    border-top: 6px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 14px;
    left: 10px;
}

.form-control.date-zone input {
    border: 0;
    background: transparent;
    width: 100%;
    padding: 0px !important;
    text-indent: 10px;
}

.form-control.prefix {
    width: 67px;
    height: 37px;
    margin-right: 18px;
}

.form-control select, .form-control input[type=text]:not(.form-control) {
    border: 0;
    height: 100%;
}

.form-control input[type=text] {
    padding: 0 10px;
}

.form-control select + input[type=text] {
    border-right: 1px solid #979797;
}

.form-control.short {
    width: 67px;
    max-width: 67px;
}

.form-control .bootstrap-select {
    border: none;
    border-left: 1px solid #f8f9fa;
    border-radius: 0;
}

.top-back {
    color: #fff;
    position: absolute;
    display: inline-block;
    padding: 18px 33px;
    font-size: 16px;
    top: 10px;
}

.top-back:hover {
    color: #fff;
}

.navbar .navbar .navbar-toggler {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 1.05rem;
}

.rel-pos {
    position: relative;
}

.rel-pos .tooltip-btn.question-btn {
    position: absolute;
}


.bootstrap-select.opt {
    width: 60px !important;
}


img {
    max-width: 100%;
}

input[type=number]:not(.roll)::-webkit-inner-spin-button, input[type=number]:not(.roll)::-webkit-outer-spin-button {
    display: none;
}

h1 {
    color: #032435;
    font-size: 1.45rem;
}

h1.inner-title {
    font-family: Heebo-Bold;
    color: #032435;
}

h1.inner-title.big {
    font-size: 25px;
}

#document-tools a.mobile.references {
    display: none;
}

.documents-not-exists h1.title {
    font-size: 22px;
    font-family: Heebo-Bold;
    color: #203c4c;
    line-height: 1.41;
    display: flex;
    margin-bottom: 20px;
}

.documents-not-exists h1.title i {
    color: #af3c3b;
    font-size: 60px;
    margin-left: 21px;
}

.documents-not-exists .btn-default a {
    color: #ffffff;
    text-decoration: none;
}

.top-content {
    color: #535353;
    font-size: 16px;
    max-width: 930px;
}

.personal-btns-row {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 15px;
    padding: 0;
    width: auto;
    justify-content: right;
    flex-wrap: wrap;
    flex: 0 0 100%;
}

.personal-btns-row .col-btn {
    padding: 0 5px;
    max-width: 50%;
}

.personal-btns-row a[data-toggle="tab"] {
    margin-bottom: 10px;
    min-width: 150px;
    height: 37px;
    font-size: 15px;
    font-family: Heebo-Medium;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    color: #ac3637;
    background-color: transparent;
    border-color: #ac3637;
}

.personal-btns-row a[data-toggle="tab"]:hover,
.personal-btns-row a[data-toggle="tab"].active {
    background-color: #ac3637;
    color: #fff;
    border: 1px solid #fff;
}


#personal-pane-5 .contact-done {
    display: none;
    box-shadow: none;
    text-align: center;
    padding: 23px 45px 38px;
}

#personal-pane-5 hr {
    margin: 5px auto 10px auto;
}

#personal-pane-5 #writeToSpecialistForm {
    margin: 0px auto;
}

#personal-pane-5 #writeToSpecialistForm .contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
}

#personal-pane-5 #writeToSpecialistForm .contact-form.item {
    box-shadow: none;
}

#personal-pane-5 #writeToSpecialistForm .contact-form .btn-big {
    margin-top: 30px
}

#personal-pane-5 #clearForm {
    color: #707070;
    padding-top: 6px;
    font-size: 15px;
}

.side-form .tab-pane:not(.container) {
    width: 100%;
    transition: all 300ms linear;
    padding: 10px 0px;
    font-size: 18px;
}

.side-form .tab-pane:not(.container) h2.tab-title {
    font-size: 20px;
    color: #032435;
}

.side-form .tab-pane:not(.container) p {
    margin-bottom: 0.8rem;
}

.side-form .tab-pane:not(.container) .pagination {
    margin-bottom: 20px;
}

.side-form .tab-pane:not(.container) .rows-counter {
    font-size: 15px;
    color: #707070;
}

.fade:not(.show) {
    height: 0.1px;
    overflow: hidden;
    padding: 0;
}

h2.inner-title {
    font-family: Heebo-Light;
    font-size: 2.8rem;
    margin-bottom: 20px;
}

h3.inner-title {
    font-size: 1.4rem;
    color: #ac3637;
    font-family: Heebo-Medium;
    padding-bottom: 5px;
}

.big {
    font-size: 1.8rem;
    color: #000;
}

.call-us {
    color: #ffffff;
    font-size: 16px;
    background-color: #223e50;
    border-radius: 17px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
    border: 0;
    padding: 8px 10px 8px 20px;
    height: 34px;
}

.call-us i {
    float: right;
    font-size: 24px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.call-us:hover {
    color: #fff;
    text-decoration: none;
}

.full-width {
    width: 100%;
}

.auto-width {
    width: auto;
}

.dropdown-menu {
    text-align: right;
    padding: 0;
    min-width: 20px !important;
    width: 100%;
}

.dropdown-submenu .dropdown-item {
    white-space: normal;
    padding-right: 30px;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mobile-overflow-scroll {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.topNav .helloUser {
    color: #fff;
    font-size: 15px;
    font-family: Heebo-Medium;
    display: flex;
    align-items: center;
    position: relative;
}

.topNav .helloUser i.icon-user {
    font-size: 30px;
    margin-left: 7px;
}

.topNav .helloUser .takdin-sort-desc {
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: -2px;
}

.topNav .helloUser .takdin-sort-desc.collapsed i.icon-user {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.topNav #user-menu {
    width: 151px;
    border-radius: 3px;
    box-shadow: 0 6px 19px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    color: #000;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
    left: 44px;
    z-index: 10;
    transition: all 300ms linear;
}

.topNav #user-menu ul {
    padding: 0;
    color: #000;
}

.topNav #user-menu ul li {
    width: 100%;
}

.topNav #user-menu ul li a {
    display: block;
    color: #000;
    padding: 8px 10px;
}

.topNav #user-menu ul li a:hover {
    background-color: #1d3544;
    color: #fff;
}

.topNav #user-menu ul li + li {
    border-top: 1px solid #d9d9d9;
}

.mb-5, .my-5 {
    margin-bottom: 2.5rem !important;
}

.side-form .btn-link.add-btn {
    display: list-item;
    list-style: none;
    padding: 0;
    line-height: 1;
}

.side-form .btn-link.add-btn .tooltip-content {
    height: 80px;
    text-wrap: wrap;
}

.side-form .btn-link.add-btn .text {
    margin: 0;
    line-height: 16px;
}

.side-form .btn-link.removeDuplicatedBtn {
    list-style: none;
    display: none;
}

.side-form .law-checkboxes .special {
    margin: 15px 0 0 0;
}

.side-form .law-checkboxes .special b {
    font-family: 'Heebo-Bold';
}

.side-form .custom-control.custom-checkbox.check-all {
    margin-bottom: 20px;
}

.add-btn.red {
    color: #ac3637;
}

.print {
    border: 0;
    color: #687987;
    background: transparent;
    font-size: 21px;
    padding: 0;
    margin-right: 20px;
}

.page-content {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    padding: 20px 0;
}

.page-content {
    margin-top: 29px;
}

.login-page .page-content {
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 20px 0;
}

.students-form .page-content {
    padding: 0;
    margin: 0 0 10px 0;
}

.page-content.item {
    padding: 20px 30px 22px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 42px;
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.21);
}

.page-content.item .item-text {
    padding: 0 15px;
    position: relative;
}

.page-content.item .item-text > a {
    display: flex;
    align-items: center;
}

.page-content.item .item-text > a:hover {
    color: #af3c3b;
}

.page-content.item .btns-row {
    padding: 10px 10px 3px;
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.page-content.item .btns-row .btn {
    padding-right: 0;
    padding-left: 0;
    font-size: 15px;
    width: 100px;
}

.page-content.item .btns-row .btn.roundPlus {
    width: auto;
    height: 32px;
    display: flex;
    justify-content: flex-start;
}

.page-content.item .btns-row .btn i {
    color: #ac3637;
    font-size: 20px;
}

.page-content.item .btns-row .btn span {
    margin: 0 26px 3px 0;
}

.page-content.item .btns-row .btn[aria-expanded="true"] .icon-plus:before {
    content: "\e921";
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4);
    top: 0;
}

.page-content.item .btns-row .btn .hide-chart-txt {
    display: inline-block;
    margin-left: 10px;
    color: #19313e;
}

.page-content.item .btns-row .btn .show-chart-txt {
    display: none;
    margin-left: 10px;
    font-family: Heebo-Medium;
    font-size: 18px;
}

.page-content.item .btns-row .btn.collapsed .hide-chart-txt {
    display: none;
}

.page-content.item .btns-row .btn.collapsed .show-chart-txt {
    display: inline-block;
}

.page-content.item .btns-row .btn.hide-char-btn {
    font-size: 18px;
    color: #19313e;
    display: inline-flex;
    align-items: center;
}

.page-content.item .btns-row .btn.hide-char-btn .btn-round {
    height: 24px;
    width: 24px;
    font-size: 6px;
    padding: 7px 1px 0 0;
}

.page-content.item .btns-row .btn:focus {
    outline: none;
    box-shadow: none !important;
}

.page-content.item .btns-row span {
    margin: 0 15px 3px 0;
}

.page-content.item .custom-control {
    padding-right: 0;
}

.contact-form.item .custom-control {
    padding-right: 12px;
    padding-left: 0px;
}

.page-content.item h2 {
    color: #4b89b0;
    font-size: 16px;
    line-height: 21px;
    font-family: Heebo-Medium;
    margin-bottom: 2px;
}

.page-content.item h2 a {
    color: #4b89b0;
    text-decoration: none;
    transition: color 400ms ease;
}

.page-content.item h2 a:hover {
    color: #af3c3b;
}

.page-content.item h2.tab-title {
    font-size: 20px;
    margin-bottom: 25px;
}

.page-content.item .subtitle {
    color: #19313e;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

.page-content.item .content {
    margin-top: 13px;
    line-height: 25px;
    line-height: 25px;
}

.page-content.item .content b {
    display: block;
    margin-bottom: 10px;
}

.page-content.item .content span.cut-str-275 {
    text-align: justify;
    display: block;
    line-height: 25px;
}

.page-content.item .status {
    border-right: 2px solid #ededed;
    font-size: 15px;
    line-height: 26px;
}

.page-content.item .status ul {
    padding: 0px 17px 0 10px;
    margin: 0;
}

.page-content.item .status ul li {
    list-style: none;
    white-space: normal;
    text-overflow: ellipsis;
    display: flex;
}

.page-content.item .status ul li + li {
    margin-top: 11px;
}

.page-content.item .status ul li .open-status-in-upper-court {
    line-height: 26px;
    height: 26px;
    color: #000;
    display: flex;
    text-decoration: none;
}

.page-content.item .status ul li .open-status-in-upper-court span {
    margin-right: 7px;
}

.page-content.item .status ul li .open-status-in-upper-court img {
    height: 26px;
    width: 26px;
}

.page-content.item .status ul li i {
    min-width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #687987;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    margin-left: 8px;
    font-size: 14px;
    position: relative;
}

.page-content.item .status ul li i.historyHakika {
    background-image: url("/images/icons/whiteIcons/history-icon-white.png");
    background-repeat: no-repeat;
    background-position: center;
}

.page-content.item .status ul li.light i {
    background-color: #4b89b0;
}

.page-content.item .status ul li.vi i {
    background-color: #66688B;
}

.page-content.item .status ul li.vi i:after {
    width: 13px;
    height: 13px;
    background-color: #008F8B;
    position: absolute;
    top: -5px;
    content: '\f00c';
    border-radius: 100px;
    right: -5px;
    font-size: 8px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-content.item .share-zone {
    position: absolute;
    background-color: #ac3637;
    color: #fff;
    border-radius: 0 4px 4px 0;
    top: 25px;
    width: 0;
    overflow: hidden;
    padding: 0;
    right: 1px;
    z-index: -1;
    transition: all 300ms linear;
}

.page-content.item .share-zone a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 7px 0px;
    text-align: center;
}

.page-content.item .share-zone a:hover {
    text-decoration: none;
}

.page-content.item:hover .share-zone, .page-content.item:focus .share-zone {
    padding: 21px 5px;
    width: 27px;
    z-index: 1;
}

.page-content.item .chart-zone + .btns-row {
    bottom: 0;
}

.page-content.item .chart-zone + .btns-row .icon-up {
    font-size: 7px;
    line-height: 25px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 30ms linear;
}

.page-content.item .chart-zone + .btns-row .btn[aria-expanded="false"] .icon-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-content.logoutPage {
    margin: 0 !important;
}

.page-content.logoutPage h1 {
    font-size: 16px;
}

.page-content.logoutPage h1 a {
    color: #4b89b0;
}

.page-content.logoutPage h2 {
    color: #000;
    font-size: 15px;
    font-family: Heebo-Light;
}

.item-hover:hover {
    background-color: #f3f3f3;
}

.expertChart {
    padding-bottom: 30px !important;
}

.expertChart .btns-row {
    padding: 10px 10px 5px;
}

.expertChart .btns-row .show-chart-txt {
    top: 0 !important;
    right: 5px;
}

.expertChart .btns-row .btn-round {
    top: 0 !important;
}

.cases-tbl {
    border-radius: 0 0 4px 4px;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21), inset 0px 14px 10px -5px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    width: 100%;
    transition: all 300ms linear;
    display: flex;
}

.cases-tbl table {
    width: 100%;
    margin: 20px 0 0;
}

.cases-tbl table tr:hover {
    cursor: pointer;
}

.cases-tbl table tr.bold {
    background: #f5f5f5;
}

.cases-tbl table tr td {
    padding: 16px 0.75rem;
    border: 0;
}

.cases-tbl table tr td:first-child {
    padding-right: 30px;
}

.cases-data {
    background-color: #fff;
    position: relative;
    z-index: 1;
    top: -3px;
    padding: 15px 32px 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 10px 16px -8px rgba(204,204,204,1);
    -moz-box-shadow: inset 0px 10px 16px -8px rgba(204,204,204,1);
    box-shadow: inset 0px 10px 16px -8px rgba(204,204,204,1);
    transition: all 300ms linear;
    margin-top: -40px;
    margin-bottom: 2em;
}

.cases-data .data-list li {
    display: flex;
    line-height: 1.2;
}

.cases-data .data-list li + li {
    margin-top: 15px;
}

.cases-data .data-list li .title {
    color: #a53634;
    font-family: Heebo-Bold;
    display: inline-block;
    padding-left: 5px;
}

.cases-data .data-list li .title.min-1 {
    min-width: 45px;
}

.cases-data .data-list li .title.min-2 {
    min-width: 65px;
}

.cases-data .data-list li .title.min-3 {
    min-width: 85px;
}

.cases-data .data-list li .one-line b ~ b {
    margin-right: 25px;
}

.cases-data .data-list.list-border li {
    margin-top: 15px;
}

.cases-data .data-list.list-border li .one-line {
    width: 100%;
    max-width: 590px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e3e3e3;
}

.tooltip-btn:not(.custom-control-label):not(.question-btn) {
    height: 14px;
    width: 14px;
    color: #000;
    border-radius: 50px;
    /*    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);*/
    border: none;
    background-color: #fff;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin-right: 3px;
    position: relative;
}

.tooltip-btn.question-btn {
    border: none;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
}

.tooltip-btn .tooltip-content {
    z-index: -1;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 5px #000;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    max-width: 300px;
    min-width: 200px;
    opacity: 0;
    overflow: hidden;
    transition: all 300ms linear;
    top: 22px;
    left: auto;
    right: -36px;
    width: auto;
    text-align: right;
    color: #000;
    line-height: 20px;
    font-size: 14px;
}

.tooltip-btn .tooltip-content.left {
    left: auto;
    right: 21px;
    top: -8px;
}

.tooltip-btn .tooltip-content.top {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    top: -5px;
}

.tooltip-btn .tooltip-content.top-left {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    top: -5px;
}

.tooltip-btn .tooltip-content.top-right {
    right: auto;
    left: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    top: -5px;
}

.tooltip-btn.dark i {
    color: #1c3442;
}

.tooltip-btn:focus .tooltip-content, .tooltip-btn:hover .tooltip-content {
    z-index: 10000;
    opacity: 1;
}

.tooltip-container {
    position: relative;
}

.tooltip-container .tooltip-content {
    z-index: -1;
    background: #fff;
    display: inline-block;
    box-shadow: 0 0 5px #000;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    max-width: 200px;
    min-width: 150px;
    opacity: 0;
    overflow: hidden;
    transition: all 300ms linear;
    top: 22px;
    left: auto;
    right: -36px;
    width: auto;
    text-align: right;
    color: #000;
    line-height: 16px;
    font-size: 12px;
}

.tooltip-container .tooltip-content.bottom-middle {
    top: 48px;
}

.tooltip-container:focus .tooltip-content, .tooltip-container:hover .tooltip-content {
    z-index: 10000;
    opacity: 1;
}

.tooltip-container .tooltip-content.left {
    left: auto;
    right: 160px;
    top: 0px;
}

.tooltip-container .tooltip-content.top {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    top: -5px;
}

.tooltip-container .tooltip-content.accompanied-tooltip {
    top: 0px;
    max-width: 400px;
    width: 400px;
    height: 50px;
    padding: 2px 10px;
}

.login-page {
    padding: 6% 0 30px;
    display: flex;
}

.login-page .loginForm {
    max-width: 350px;
    font-size: 16px;
    letter-spacing: -0.3px;
    padding-left: 1rem;
}

.login-page .loginForm.active {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
}

.login-page .loginForm .successMsg {
    margin-top: 4em;
    font-size: 18px;
    text-align: center;
    padding: 0 50px;
}

.login-page-bg {
    background: url("/images/bg-login.jpg") no-repeat center center #fff;
    background-size: cover;
}

.login-page-bg:after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(31, 52, 64, 0.6);
    z-index: -1;
}

.loginContent {
    background: rgba(25, 49, 62, 0.9);
    max-width: 100%;
    min-height: 430px;
    padding: 29px 55px 15px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-right: 25%;
    display: flex;
    margin-bottom: 50px;
    flex-direction: row;
    margin: 6% auto;
    font-size: 16px;
}

.loginContent .form-control {
    min-height: 43px;
}

#registerstudents .form-control {
    min-height: 33px;
}

.loginContent .btn-default {
    height: 57px;
    font-size: 24px;
    font-family: Heebo-Medium;
}

.loginContent .subtitle {
    margin: 0 -20px 40px;
    display: flex;
    justify-content: center;
}

.loginContent .tab-content {
    width: 100%;
}

.loginContent .field-validation-error {
    color: #07bac8;
}

.loginContent h1 {
    color: #fff;
    font-family: Heebo-Bold;
    font-size: 33px;
    margin-bottom: 10px;
}

.loginContent a {
    color: #fff;
}

.loginContent a.terms {
    color: #07bac8;
}

.loginContent .link-list {
    display: flex;
    justify-content: center;
}

.loginContent .link-list a {
    font-size: 15px;
    margin: 0;
    padding: 0 8.3px;
    position: relative;
    display: flex;
}

.loginContent .link-list a + a:after {
    content: '';
    position: absolute;
    right: -2px;
    height: 15px;
    width: 1px;
    background-color: #fff;
    top: 2px;
}

.loginContent .steps {
    border-radius: 3px;
    box-shadow: 0 23px 29px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(25, 49, 62, 0.9);
    position: relative;
    margin: -29px 0 -15px;
    display: inline-block;
    border-bottom: 0;
    right: -55px;
}

.loginContent .steps ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    min-width: 262px;
    border-bottom: 1px solid #366379;
}

.loginContent .steps li {
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loginContent .steps li [data-toggle="tab"] {
    right: 0;
    width: 100%;
    font-size: 18px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 24px 76px 24px 15px;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center right 28px;
}

.loginContent .steps li [data-toggle="tab"] span {
    display: block;
    white-space: nowrap;
}

.loginContent .steps li [data-toggle="tab"].active {
    background-color: #223e50;
}

.loginContent .steps li [data-toggle="tab"].active:after {
    content: '';
    height: 27px;
    width: 20px;
    position: absolute;
    left: -20px;
    top: calc(50% - 14px);
    border-top: 14px solid transparent;
    border-right: 14px solid #223e50;
    border-bottom: 14px solid transparent;
    transition: all 400ms ease;
}


.loginContent .steps li [data-toggle="tab"].d-flex {
    padding: 0px;
}

.loginContent .steps li [data-toggle="tab"].d-flex span {
    display: inline-block;
    text-align: right;
}

.loginContent .steps li [data-toggle="tab"].d-flex i.icon-file-text2,
.loginContent .steps li [data-toggle="tab"].d-flex i.icon-stack,
.loginContent .steps li [data-toggle="tab"].d-flex i.takdin-user {
    line-height: 74px;
}

.loginContent .steps li [data-toggle="tab"]:hover {
    text-decoration: none;
}

.students-form .question-btn {
    position: absolute;
    top: 32px;
    left: 60px;
}

.students-form .tooltip-btn .tooltip-content {
    width: 300px;
}

.check-list {
    list-style: none;
    padding: 0;
    text-align: right;
}

.check-list li {
    padding-right: 10px;
    position: relative;
    padding-right: 19px;
    margin: 6px 0;
    display: inline-block;
    width: 100%;
}

.check-list li .icon-checkmark {
    color: #912025;
    font-size: 12px;
    margin: 0 -20px 0 10px;
}

.delete {
    padding: 0;
    font-size: 17px;
    line-height: 14px;
    text-align: center;
    border: 0;
    background: transparent;
}

.data-list {
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-x: auto;
}

.data-list .item {
    background-color: #fff;
    list-style: none;
    width: 100%;
    border: 0;
    text-align: right;
    min-width: 352px;
}

.data-list .item a {
    padding: 11px 0 9px;
    color: #032435;
}

.data-list .item a:hover {
    text-decoration: none;
}

.data-list .item:not(.item-header) {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    margin: 18px 2px 0px;
    width: calc(100% - 4px);
    padding: 10px 0;
}

.data-list .item .td, .data-list .item .th {
    padding: 0 15px;
}

.data-list .item .td:first-child, .data-list .item .th:first-child {
    flex-grow: 1;
}

.data-list .item .td.clear, .data-list .item .th.clear {
    width: 80px;
    min-width: 80px;
    text-align: center;
}

.data-list .item .td.date, .data-list .item .th.date {
    width: 150px;
    min-width: 150px;
}

.data-list .item .td .field, .data-list .item .th .field {
    display: inline-block;
    padding-left: 3px;
}

.data-list .item .td .field .title, .data-list .item .th .field .title {
    font-family: Heebo-Regular;
}

.data-list .item .td.full-date, .data-list .item .th.full-date {
    min-width: 180px;
}

.data-list .item .th {
    padding-bottom: 0;
}

.data-list h3 {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.data-list .item .th a {
    color: #032435;
    position: relative;
}

.data-list .item .th a:hover {
    text-decoration: none;
}

.data-list .item.item-header {
    display: flex;
    font-family: Heebo-Medium;
    font-size: 17px;
    color: #4b89b0;
    padding: 0;
}

.data-list .item .field {
    font-size: 15px;
    color: #000;
    margin: 0;
    font-family: Heebo-Regular;
}

.data-list .item .field .value {
    margin-right: 4px;
}

.data-list.search {
    margin-bottom: 20px;
}

.data-list.search .item a {
    padding: 17px 0;
}

.data-list.search .td, .data-list.search .th {
    align-items: flex-start;
    display: flex;
}

.data-list.search .td.cb, .data-list.search .th.cb {
    width: 20%;
    max-width: 100%;
    align-items: flex-start;
    justify-content: center;
}

.data-list.search .td.cb .custom-control-label, .data-list.search .th.cb .custom-control-label {
    padding: 17px 17px 0 0;
}

.data-list.search .td.cb .custom-control-label::before, .data-list.search .td.cb .custom-control-label::after, .data-list.search .th.cb .custom-control-label::before, .data-list.search .th.cb .custom-control-label::after {
    right: 0;
    width: 17px;
    height: 17px;
    background-size: 10px;
}

.data-list.search .td.clear, .data-list.search .th.clear {
    justify-content: center;
}

.data-list.search .td:nth-child(1), .data-list.search .td:nth-child(2), .data-list.search .th:nth-child(1), .data-list.search .th:nth-child(2) {
    width: 33%;
    max-width: 100%;
    flex-grow: 1;
    padding-left: 30px;
}

.data-list.search .td:nth-child(2).full-date, .data-list.search .th:nth-child(2).full-date {
    flex-grow: unset;
    width: 180px;
}

.data-list.search .td:nth-child(1), .data-list.search .th:nth-child(1) {
    flex-grow: 1;
}

.data-list.search .td .subtitle, .data-list.search .th .subtitle {
    font-family: Heebo-Bold;
}

.data-list.search .td {
    display: flex;
    text-align: right;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.data-list.forms {
    padding-bottom: 10px;
    border: none;
}

.data-list.forms .item {
    display: flex;
    font-size: 15px;
}

.k-dropdown.formSelect {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}

#data-tables-listview .item .td.external-link {
    justify-content: space-between;
}

.data-list.forms .item .td {
    display: flex;
    align-items: center;
    min-height: 48px;
}

#data-tables-dropdown_label {
    font-family: Heebo-Medium;
    color: #032435;
    font-size: 16px;
    margin: 0 15px;
    line-height: 40px;
}

.data-list.forms .item .td i {
    font-size: 20px;
    color: #798897;
    margin: 8px 3px 8px 38px;
}

.external-link .data-table-icon {
    height: 50px;
    background-color: transparent;
}

.external-link a {
    display: flex;
    justify-content: space-between;
}

img.return-back-icon {
    height: 40px;
    float: left;
    cursor: pointer;
}

#categories-content h2.sub-title {
    color: inherit;
    font-size: 1.5rem;
    margin: 0 15px 10px 0;
    font-family: 'Heebo-Medium';
}

#data-tables-categories {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

#data-tables-categories li {
    font-size: 18px;
    background-color: #223e50;
    border-radius: 4px;
    box-shadow: 0 3px 4px 0 rgba(0 0 0 / 35%);
    border: 0;
    padding: 15px;
    margin: 15px;
    color: #ffffff;
    text-align: center;
}

.data-list.forms .item .download {
    background-color: transparent;
    color: #ac3637;
    font-size: 15px;
    height: 24px;
    border-radius: 3px;
    border: none;
    padding: 2px 8px;
}

.data-list.forms .item .download i {
    color: #ac3637;
    margin: 1px 0 0 0;
    padding: 0;
    font-size: 15px;
}

.data-list.forms .item:hover {
    background: #f4f4f4;
}

.empty_forms {
    display: none;
}

.empty_contracts {
    display: none;
}

#mailModal {
    font-size: 15px;
}

#mailModal .modal-dialog {
    width: 540px;
    max-width: 90%;
    top: 18%;
    color: #1e3748;
}

#mailModal .modal-body {
    padding: 25px 30px 25px 40px;
}

#mailModal .modal-content p {
    margin-bottom: 19px;
}

#mailModal .form-group {
    display: flex;
    white-space: nowrap;
    align-items: center;
    color: #1e3748;
}

#mailModal .form-group label {
    margin-left: 11px;
    margin-bottom: 0;
}

#mailModal .form-group .form-control {
    height: 37px;
    flex-grow: 1;
    border-radius: 5px;
    border-color: #d5d5d5;
}

#mailModal .form-group .btn {
    height: 37px;
    min-width: 105px;
    margin-right: 10px;
}

.bootstrap-select.form-control {
    padding-right: 0;
    padding-left: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
    font-size: 15px;
}

.side-form .modal-head span {
    display: inline-block;
}

.side-form label {
    margin-bottom: 0;
}

.side-form .form-group .label {
    line-height: 32px;
    font-family: 'Heebo-Bold';
}

.side-form .words-spacing .label,
.side-form .words-spacing .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: Heebo-Bold;
}

.side-form .modal-head span.close-text {
    display: none;
}

.side-form a:hover, .side-form a:focus, .side-form .btn-link:hover, .side-form .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.side-form .bootstrap-select {
    color: #000;
    background-color: #fff;
}

.side-form .bootstrap-select.form-control {
    padding-right: 0;
    padding-left: 0;
}

.side-form .bootstrap-select .dropdown-toggle .filter-option,
.students-form .bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
}

.side-form .bootstrap-select li {
    padding: 2px 5px;
}

.side-form .bootstrap-select a, .students-form .bootstrap-select a {
    color: #000;
}

.side-form .bootstrap-select a:hover, .side-form .bootstrap-select a:focus, .side-form .bootstrap-select a.active,
.students-form .bootstrap-select a:hover, .students-form.bootstrap-select a:focus, .students-form .bootstrap-select a.active {
    border-radius: 5px;
    background-color: #ac3637;
    color: #fff;
}

.side-form select.form-control {
    padding-left: 30px;
}

.side-form .bootstrap-select .btn-light, .side-form .bootstrap-select .btn-light:hover, .side-form .btn-light:not(:disabled):not(.disabled).active, .side-form .show > .btn-light.dropdown-toggle {
    background-color: #fff;
    border-color: #f8f9fa;
    border-width: 1px;
}

.side-form .dropdown-toggle.btn-light:after {
    margin-left: 2px;
    border-top: 6px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.side-form .btn-link {
    white-space: nowrap;
    transition: color 400ms ease;
}

.side-form .modal-head a {
    white-space: nowrap;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    display: inline-block;
}

.side-form .modal-head a i {
    font-size: 19px;
    vertical-align: middle;
    margin-left: 2px;
}

.side-form .modal-head a i.icon-history {
    font-size: 24px;
    line-height: 18px;
    vertical-align: bottom;
}

.side-form .modal-head a:hover, .side-form .modal-head a:focus {
    text-decoration: none;
    box-shadow: none;
}

.side-form .title {
    font-family: Heebo-Bold;
}

.side-form .form-group {
    display: flex;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.side-form .form-group.dates-container {
    display: flex;
    flex-wrap: nowrap;
}

.side-form .form-group.hidden {
    display: none;
}

.side-form .form-group input[type=text], .side-form .form-group select {
    color: #1e3748;
    padding: 0;
    text-indent: 8px;
    height: 35px;
}
.side-form .form-group .k-autocomplete {
    width: 100%;
}
.side-form .form-group .k-autocomplete .k-input{
    text-indent: 30px!important
}

.side-form .form-control.date-zone {
    padding-right: 0;
    padding-left: 0;
}

.side-form .btn-link i {
    vertical-align: middle;
    line-height: 19px;
    margin-left: 5px;
}

.side-form .datetime {
    padding-right: 40px;
}

.side-form .modal-footer-form .footer-links {
    justify-content: center;
    margin-bottom: 0;
}

.side-form .footerBtn .takdin-search {
    font-size: 23px;
}

.side-form.open span.back a i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 300ms linear;
}

.side-form .cb-list .row > div {
    padding-left: 8px;
}

.back i {
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    color: #203e4f;
    font-family: Heebo-Bold;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 6px 2px;
}

.footer-links {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-links li {
    list-style: none;
    position: relative;
}

.footer-links li + li {
    margin-right: 8px;
    padding-right: 8px;
}

.footer-links li + li:before {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 3px;
}

.footer-links a {
    display: inline-block;
    transition: color 400ms ease;
}

.footer-links.law a {
    font-family: Heebo-Medium;
}

.footer-links a:hover, .footer-links a:focus {
    text-decoration: none;
    color: #ac3637;
}

.filter-line {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: -5px;
    height: 34px;
    color: #687987;
}

.filter-line .col span {
    line-height: 34px;
}

.filter-line.mobile .col,
.filter-line.mobile .col-5 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 10px;
}

.filter-line .takdin-filter {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 2px;
}

.filter-line .count {
    margin-left: 4px;
}

.filter-line.bottom {
    color: #6a8495;
    margin: 10px 0;
    padding: 0 5px;
}

.filter-line .bootstrap-select.clean .dropdown-toggle:after {
    color: #223e50;
    border-top: 5.5px solid #223e50;
}

.filter-line .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    margin-left: 6px;
}

.filter-line .page-size-filter .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    margin-left: 0px;
}

.filter-line .page-size-filter .bootstrap-select.clean .btn-light {
    padding-right: 5px;
}

.filter-line .tooltip-btn.question-btn {
    height: 24px;
    width: 20px;
    margin: 0;
    padding: 0;
}

.filter-line .tooltip-btn.question-btn i {
    line-height: 24px;
}

.filter-line label {
    margin: 0 0 0 5px;
    font-family: Heebo-Medium;
    color: #223e50;
    line-height: 32px;
    font-size: 15px;
}

.filter-line #sort-direction .icon {
    font-size: 16px;
    height: 24px;
    margin-right: -4px;
    line-height: 24px;
    vertical-align: bottom;
    color: #223e50;
    text-align: center;
    width: 20px;
}

.filter-line .print {
    color: #223e50;
    font-size: 16px;
    margin: 0 16px 0 4px;
}

input[type=text], input[type=number], input[type=password], input[type=email], button.form-control {
    height: 37px;
}

#pass {
    padding-left: 38px;
}

.pass-zone .takdin-eye_2 {
    position: absolute;
    top: 14px;
    color: #2a3c45;
    font-size: 18px;
    left: 15px;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.pass-zone .takdin-eye_2 input {
    height: 0.1px;
    width: 0.1px;
    position: absolute;
    z-index: -1;
}

.pass-zone .takdin-eye_2:hover {
    cursor: pointer;
}

.pass-zone input[type="text"] + label:before {
    content: '\e913';
    font-size: 26px;
    line-height: 20px;
}

.side-filters .show-query h2 {
    margin-bottom: 0;
}

.side-filters .show-query .field {
    margin: 8px 0;
    display: block;
}

.side-filters .show-query .field .title {
    margin: 0 0 0 7px;
    color: #ac3637;
    font-size: 15px;
    font-family: Heebo-Medium;
}

.side-filters .show-query .field .value {
    font-size: 15px;
    color: #687987;
}

.side-filters .show-query .refine-title {
    margin-top: 10px;
}

.side-filters .index-results .action-row {
    margin: 10px 0;
    justify-content: space-between;
}

.side-filters .index-results .action-row .search-btn {
    padding: 7px 40px;
    margin-right: 0;
}

.side-filters .cube {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    padding: 20px 15px 15px 15px;
    font-size: 15px;
    margin-bottom: 30px;
}

.side-filters h2 {
    color: #ac3637;
    font-size: 16px;
    font-family: Heebo-Medium;
    margin-bottom: 7px;
}

.side-filters .icon-plus.plusBtn {
    color: #424242;
}

.side-filters .btn, .side-filters input {
    font-size: 15px;
    min-height: 37px;
}

.side-filters .btn.link-btn, .side-filters input.link-btn {
    min-height: 20px;
}

.side-filters .btn-default {
    padding: 7px 15px;
}

.side-filters .search-btn {
    margin-right: 1rem;
}

.side-filters[type=checkbox] {
    min-height: 20px;
}

.side-filters .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffffff;
}

.side-filters .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: '\f00c';
    font-family: 'takdinIcon' !important;
    color: #ac3637;
    font-size: 12px;
    right: -23px;
    line-height: 16px;
}

.custom-control-input.ligth:checked ~ .custom-control-label::before {
    color: #ac3637;
    border-color: #adb5bd;
    background-color: #fff;
}

.custom-checkbox .custom-control-input.ligth:checked ~ .custom-control-label::after {
    content: '\f00c';
    font-family: 'takdinIcon' !important;
    color: #ac3637;
    font-size: 11px;
    right: -19px;
    line-height: 16px;
}

.filters-list .custom-control {
    margin: 6px 0px;
}

.cb_collapse {
    transition: all 300ms linear;
}

.side-filters-zone {
    position: relative;
}

.side-filters-zone .filter-btn {
    display: none;
}

.side-filters-zone-bg, .menu-zone-bg {
    height: 100%;
    width: 0.1px;
    transition: all 300ms linear;
}

.side-filters-zone-bg.active, .menu-zone-bg.active {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.menu-zone-bg.active {
    z-index: 1004;
}

.custom-control {
    padding-right: 1.5rem;
}

.custom-control-label::before {
    right: -1.5rem;
    left: auto;
    top: 6px;
}

.custom-control-label::after {
    right: -1.5rem;
    left: auto;
    top: 6px;
}

#moreLinks {
    padding: 2px 34px;
    transition: all 300ms linear;
}

#moreLinks a {
    color: #000;
    display: block;
}

.row-fields {
    display: flex;
}

.row-fields + .row-fields {
    margin-top: 10px;
}

.row-fields input {
    display: table-caption;
    max-width: 113px;
    width: 113px;
}

.addRowsZone {
    padding-top: 0;
}

.addRowsZone .row-fields {
    margin-top: 10px;
}


.addRowsZone .btn-link.delete {
    display: none;
}

#addLawSideZone {
    display: flex;
}

#addLawSideZone select + div {
    margin-right: 13px;
}

#addLawSideZone .row-fields {
    margin-bottom: 1rem;
}

#addLawSideZone .opt {
    width: 67px;
}

.hp {
    margin-top: 78px;
}

.categories-icons {
    padding: 0 10px;
    display: flex;
    list-style: none;
    margin-bottom: 15px;
}

.categories-icons li {
    padding: 0px 6.5px;
    margin-bottom: 0px;
}

.categories-icons li a .icon {
    height: 50px;
    width: 100%;
    margin: 0px auto 6px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.categories-icons li a .icon i {
    background: url('/images/sprite.png') no-repeat;
}

.categories-icons li a .icon i.injury {
    background-position: -560px -459px;
    width: 39px;
    height: 47px;
}

.categories-icons li a .icon i.car {
    background-position: -982px -645px;
    width: 39px;
    height: 34px;
}

.categories-icons li a .icon i.family {
    background-position: -621px -638px;
    width: 39px;
    height: 39px;
}

.categories-icons li a .icon i.page {
    background-position: -1040px -306px;
    width: 35px;
    height: 40px;
}

.categories-icons li a {
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    display: block;
    text-align: center;
    line-height: 19px;
    color: #003469;
    padding: 1px 10px 5px;
    font-size: 16px;
}

.categories-icons li a:hover {
    text-decoration: none;
    box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.16);
}

.categories-icons.view-2 {
    margin-bottom: 0;
}

.categories-icons.view-2 li {
    margin-bottom: 16px;
}

.categories-icons.view-2 li a {
    font-size: 16px;
    color: #003469;
    min-height: 98px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.categories-icons.view-2 li a .icon {
    background: url('/Images/sprite.png') no-repeat -1040px -306px;
}

.categories-icons.view-2 li a .icon.write {
    margin: 18px 0 8px;
    width: 35px;
    height: 35px;
    background-position: -140px -110px;
}

.categories-icons.view-2 li a .icon.user {
    margin: 14px 0 16px;
    width: 38px;
    height: 38px;
    background-position: -1039px -464px;
}

.categories-icons.view-2 li a .icon.search {
    margin: 15px 0 9px;
    width: 33px;
    height: 33px;
    background-position: -438px -473px;
}

.categories-icons.view-2 li a .icon.chat {
    margin: 16px 0 14px;
    width: 39px;
    height: 39px;
    background-position: -811px -646px;
}

.page-content.lobby-section {
    padding: 15px 16px 12px 16px;
    margin: 0 0 39px 0;
}

.weekly-tip .page-content.banner-text {
    padding: 12px 16px;
    cursor: default;
}

.weekly-tip .banner-text .title {
    margin: 0 auto 2px auto;
    display: flex;
    justify-content: center;
}

.weekly-tip .banner-text .title svg {
    margin-left: 8px;
}

.weekly-tip .banner-text .title span {
    line-height: 22px;
    font-size: 19px;
    vertical-align: middle;
}

.lobby-section h2 {
    font-size: 23px;
    line-height: 23px;
    color: #032435;
    padding-bottom: 12px;
    margin-bottom: 0;
    font-family: Heebo-Medium;
}

.lobby-section h2 + hr {
    margin-top: 0;
    margin-bottom: 0;
}

.portal-articles hr {
    margin-top: 0;
    margin-bottom: 0;
}

.portal-articles .read-more a {
    line-height: 23px;
    font-size: 15px;
    font-family: 'HEEBO-MEDIUM';
}

.lobby-section .news {
    padding: 0;
    list-style: none;
    margin-bottom: 9px;
}

.lobby-section.cube-padding-bottom .news {
    margin-bottom: 11px;
}

.lobby-section .news li {
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin-bottom: 4px;
}

.lobby-section .news li a {
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    padding: 6px 0 8px 0;
    transition: all 300ms linear;
}

.lobby-section .news li a i {
    font-size: 17px;
    margin-left: 5px;
    color: #4b89b0;
}

.lobby-section .news li a .red {
    margin-left: 7px;
    padding-left: 7px;
}

.lobby-section .news li a:hover {
    text-decoration: none;
    box-shadow: inset 0 -5px 0px -2px #032435;
}

.lobby-section .news li .content {
    flex-grow: 1;
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
    display: flex;
}

.lobby-section .news li .content:not(.multi-line) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
    white-space: nowrap;
}

.lobby-section .news li .content.multi-line {
    padding-left: 0;
    display: inline-block;
}

.lobby-section .news .credit {
    width: 100%;
    color: #032435;
    font-size: 11px;
    margin-top: 5px;
}

.lobby-section .news + .read-more a {
    font-size: 15px;
    font-family: 'HEEBO-MEDIUM';
}

.newsletter-form {
    border-radius: 3px;
    background-color: #223e50;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 28px;
    color: #fff;
}

.combined-form {
    border-radius: 3px;
    background-color: #223e50;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 28px;
    color: #fff;
}

.combined-form .custom-control-label {
    font-size: 16px;
    line-height: 20px;
}

.combined-form .custom-control.custom-checkbox {
    margin-bottom: 8px;
    padding-left: 1.0rem;
}

.banner a {
    display: block;
}

.banner .thumbnail img {
    width: auto;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 21%);
}

.banner .thumbnail {
    margin: auto;
    text-align: center;
}

.banner-text {
    text-align: center;
    padding: 12px 15px 13px 15px;
}

.banner-text .icon {
    background: url('/Images/sprite.png') no-repeat -140px -807px;
    width: 50px;
    height: 59px;
}

.banner-text .icon img {
}

.banner-text .title {
    color: #ac3637;
    font-family: 'HEEBO-MEDIUM';
    line-height: 1;
    font-size: 17px;
    margin: 9px;
}

.banner-text .content {
    color: #223e50;
}

.bottom-brands .logo-list {
    display: flex;
    flex-grow: 1;
    padding: 14px 0;
    min-height: 67px;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 21%);
    background-color: #ffffff;
}

.bottom-brands .logo-list .image {
    padding: 0 10px;
    display: inline-block;
    min-width: 14.28%;
    text-align: center;
}

.bottom-brands .logo-list i, .bottom-brands .logo-list .image {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.bottom-brands a {
    text-decoration: none;
    line-height: 67px;
    vertical-align: middle;
    display: inline-flex;
    color: #223e50;
}

.bottom-brands .logo-list i {
    color: #223e50;
    transition: color 400ms ease;
}

.bottom-brands a .icon-hashavim {
    transition: color 400ms ease;
}

.bottom-brands a .icon-dinim-logo {
    transition: color 400ms ease;
}

.bottom-brands a .icon-hashavim:hover {
    color: #19323f;
}

.bottom-brands .logo-list i.icon-komit:hover {
    color: #07bac8;
}

.bottom-brands .logo-list .icon-dinim-logo:hover {
    color: #71c29b;
}

.bottom-brands .logo-list i.icon-koloved:hover {
    color: #6ec785
}

.bottom-brands .logo-list i.icon-kolmas:hover {
    color: #d56e70
}

.bottom-brands .logo-list i.icon-kolatid:hover {
    color: #945f93
}

.bottom-brands .logo-list i.icon-mahshevot-logo:hover {
    color: #b22837
}

.bottom-brands .logo-list i.icon-kolnatun:hover {
    color: #0cc0db;
}

.pagination {
    padding: 0;
    direction: ltr;
    text-align: center;
    justify-content: center;
    margin: 20px 0 30px;
}

.pagination .page-item {
    margin: 0 3px;
}

.pagination .page-item .page-link {
    min-width: 24px;
    height: 24px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    color: #073765;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding-top: 4px;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #073765;
    border-color: #073765;
    font-family: Heebo-Bold;
}

.pagination .page-item.prev a, .pagination .page-item.first a, .pagination .page-item.next a, .pagination .page-item.last a {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    width: 20px;
    min-width: 20px;
}

.pagination .page-item.first, .pagination .page-item.last a {
    width: 18px;
    min-width: 18px;
}

.chart-zone {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    transition: all 300ms linear;
}

#chartZone ul {
    margin: 0 0 20px 0;
    padding: 0;
}

#chartZone ul li.nav-item {
    margin-left: 8px;
}

.chart-zone h3 {
    font-size: 18px;
    color: #19313e;
}

.chart-zone.collapse:not(.show) + .btns-row {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

.chart-thumbs {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    font-size: 15px;
}

.chart-thumbs li {
    margin-left: 24px;
}

.chart-thumbs li:last-child {
    margin-left: 0;
}

.chart-thumbs li .thumb {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    margin: 0 0 3px 6px;
    background-color: #19313e;
    vertical-align: middle;
}

.chart-thumbs li .thumb.red {
    background-color: #e72729;
}

.chart-thumbs li .thumb.green {
    background-color: #16c450;
}

.chart-thumbs li .thumb.purple {
    background-color: #9327e7;
}

.chart-thumbs li .thumb.yellow {
    background-color: #f2c94c;
}

.chart-thumbs li .thumb.blue {
    background-color: #4b89b0;
}

.collapse:not(.show) {
    display: none !important;
}

.big-chart-zone {
    display: flex;
    direction: ltr;
    height: 320px;
    max-width: 752px;
}

.big-chart-zone .big-chart {
    width: 100%;
    min-width: 650px;
}

.big-chart-zone#barChart {
    height: 380px;
    display: block;
}

#pieChart {
    position: relative;
    top: -28px;
}

.most-mmentioned {
    transition: all 300ms linear;
}

.most-mmentioned .page-content {
    margin: 17px 0 12px;
    padding: 7px 15px;
}

.most-mmentioned .page-content .title {
    font-size: 18px;
    color: #19313e;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
}

.most-mmentioned .page-content ul {
    padding: 0;
    margin-bottom: 5px;
    list-style: none;
}

#mostMmentionedZone .most-mentioned-law-clauses-list li {
    display: flex;
    justify-content: flex-start;
    padding: 9px 0;
}

.most-mmentioned .page-content ul li a {
    border-bottom: 1px solid #e9e9e9;
    display: inline-flex;
    color: #19313e;
    padding: 9px 0 9px 20px;
    align-items: center;
}

#mostMmentionedZone .most-mentioned-law-clauses-list li .content a {
    padding: 0px 0 9px 0px;
}

#mostMmentionedZone .most-mentioned-law-clauses-list li .content a:first-of-type {
    border-bottom: none;
}

.most-mmentioned .page-content ul li a:hover {
    text-decoration: none;
}

.most-mmentioned .page-content ul li a:hover .counter {
    text-decoration: none;
}

.most-mmentioned .page-content ul li a:hover .content {
    text-decoration: underline;
}

.most-mmentioned .page-content ul li .counter {
    min-width: 53px;
    width: 53px;
    height: 53px;
    background-color: #4b89b0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: Heebo-Bold;
    border-radius: 100px;
    line-height: 15px;
    padding: 10px 2px;
}

.most-mmentioned .page-content ul li .counter span {
    display: inline-block;
    padding-bottom: 2px;
    width: 100%;
}

.most-mmentioned .page-content ul li .counter small {
    font-size: 10px;
    border-top: 1px solid #8db9d1;
    padding-top: 1px;
}

.most-mmentioned .page-content ul li .content {
    margin: 0;
    padding-right: 14px;
}

.most-mmentioned .page-content ul li .content .sub-content {
    font-size: 15px;
    font-family: Heebo-Bold;
    color: #4b89b0;
}

.most-mmentioned .page-content ul li:nth-child(2) .counter {
    background-color: #488eb5;
}

.most-mmentioned .page-content ul li:nth-child(3) .counter {
    background-color: #8cb8d0;
}

.most-mmentioned .page-content ul li:nth-child(3) .counter small {
    border-top: 1px solid #b0daf0;
}

.most-mmentioned .page-content ul .collapseItemsBlue li .counter {
    background-color: #8cb8d0;
}

.most-mmentioned .page-content ul.purple-items li .content .sub-content {
    color: #66688B;
}

.most-mmentioned .page-content ul.purple-items li .counter {
    background-color: #66688B;
}

.most-mmentioned .page-content ul.purple-items li .counter small {
    border-top: 1px solid #b4a3b4;
}

.most-mmentioned .page-content ul.purple-items li:nth-child(2) .counter {
    background-color: #8c728d;
}

.most-mmentioned .page-content ul.purple-items li:nth-child(2) .counter small {
    border-top: 1px solid #d3c2d3;
}

.most-mmentioned .page-content ul.purple-items li:nth-child(3) .counter {
    background-color: #b7a7b7;
}

.most-mmentioned .page-content ul.purple-items li:nth-child(3) .counter small {
    border-top: 1px solid #e6d4e6;
}

.most-mmentioned .page-content ul.purple-items .collapseItems a {
    max-width: 94%;
    width: 94%;
}

.most-mmentioned .page-content ul.purple-items .collapseItems li .counter {
    background-color: #b7a7b7;
}

.most-mmentioned .page-content .read-more .txt {
    color: #9b9b9b;
    font-size: 13px;
    font-family: Heebo-Bold;
}

.most-mmentioned .page-content .read-more .txt[aria-expanded="false"] .hide {
    display: none;
}

.most-mmentioned .page-content .read-more .txt[aria-expanded="true"] .show {
    display: none;
}

.process-row {
    flex-wrap: nowrap;
    display: flex;
    position: relative;
}

.process-row input[type="text"] {
    max-width: 100%;
}

.center {
    text-align: center;
}

#duplicated-row {
    display: none;
}

.process-row i.takdin-back + input[type="number"], .process-row i.takdin-back + input[type="text"] {
    width: 100px;
    min-width: 100px;
}

.w-100 .easy-autocomplete {
    width: 100% !important;
}

.easy-autocomplete-container {
    z-index: 10;
    max-height: 245px;
    overflow-y: auto;
}

.easy-autocomplete-container ul {
    margin-bottom: 0;
}

.easy-autocomplete-container ul li:hover, .easy-autocomplete-container ul .eac-category:hover {
    background-color: #af3c3b;
    border-radius: 5px;
    color: #fff;
}

.hr-border {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.hr-border:before {
    content: '';
    position: absolute;
    height: 2px;
    right: 0;
    left: 0;
    top: 12px;
    z-index: 1;
}

.hr-border span {
    z-index: 1;
    position: relative;
}

.nizok-title {
    padding-bottom: 5px;
}

.switch-field {
    display: flex;
    overflow: hidden;
    border-radius: 5.3px;
    min-width: 100%;
}

.switch-field input {
    position: absolute !important;
    opacity: 0;
    border: 0;
    overflow: hidden;
}

.switch-field input:checked + label {
    background-color: #ac3637;
    color: #fff;
    box-shadow: none;
}

.switch-field label {
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    padding: 8px 16px;
    transition: all 400ms ease-in-out;
    cursor: pointer;
}

.switch-field label:last-child {
    flex-grow: 1;
}

.tab-content * {
    font-size: 15px;
    line-height: 23px;
}

#searchDamage .text-nowrap label.custom-control-label {
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.modal-body label.custom-control-label {
    line-height: 26px;
    vertical-align: top;
    display: inline-block;
    padding-right: 6px;
}

.modal-body .custom-control-label::before {
    right: -1.1rem;
}

.modal-body .custom-checkbox .custom-control-input.ligth:checked ~ .custom-control-label::after {
    right: -15px;
}

.tooltipCheckBoxes label.custom-control-label.tooltip-btn {
    line-height: 26px;
}

.tab-content p.comment {
    margin-bottom: 0;
}

.tab-content p.comment a {
    margin-right: 5px;
    cursor: pointer;
    text-decoration: underline;
    Color: #af3c3c;
    font-weight: normal;
}

.tab-content p.comment a:hover {
    color: #fff
}

.page-content.item .btns-row .btn .hide-chart-txt {
    font-size: 18px;
    font-family: Heebo-Medium;
    margin: 0 0 0 5px;
}

.data-listRow {
    margin-bottom: 0.5rem;
    line-height: unset;
}

.data-listRow .title {
    color: #a53634;
    display: inline-block;
    padding-left: 5px;
}

.data-listRow .title2 {
    margin-left: 5px;
}

.data-listRow ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.data-listRow li {
    position: relative;
    padding-right: 15px;
}

.data-listRow li:before {
    content: ".";
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 30px;
    line-height: 0;
    padding: 2px;
}

.data-listRow .listRow2 {
    line-height: 1.5;
}

.analysisZone {
    padding: 15px 20px 0 !important;
    position: relative;
}

.analysisTitle h3 {
    font-size: 18px;
    color: #19313e;
}

.analysis dt {
    border-bottom: 1px solid #f4f4f4;
    color: #a53634;
    font-size: 15px;
    padding-bottom: 5px;
}

.analysis dl dd {
    margin-right: 0;
    border-bottom: 1px solid #f4f4f4;
    padding-top: 15px;
    padding: 10px 0px 5px 0px;
}

.analysis .analysisCol1 {
    padding: 10px 0 0 0;
}

.analysis .analysisCol2 .title2, .analysis .analysisCol2 dd {
    padding: 10px 10px 5px 0;
}

.analysis .analysisCol3 .title3, .analysis .analysisCol3 dd {
    padding: 10px 25px 5px 0;
}

.analysis .analysisCol4 .title4, .analysis .analysisCol4 dd {
    padding: 10px 90px 5px 0;
}

.chartTitle .greyTitle {
    font-size: 18px;
    color: #bfbdbd;
}

.chartTitle .title {
    border-bottom: 2px solid;
}

.cases-data-rows {
    background-color: #fafafa;
    position: relative;
    z-index: 1;
    top: -3px;
    padding: 5px 5px 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
}

.customRows {
    box-shadow: none;
    background-color: #fafafa;
    padding: 12px 25px 4px 25px;
}

.customRows a {
    display: flex;
    width: 100%;
    color: inherit;
}

.customRows .row2 {
    border-bottom: 1.5px solid #E8E8E8;
    border-top: 1.5px solid #E8E8E8;
}

.customRows .row {
    padding: 17px 0 10px 0;
    align-items: baseline;
}

.customRows .row .num {
    text-align: left;
    direction: ltr;
}

.customRows .row .address {
    text-align: end;
}

.customDropdown_mazonet {
    width: 100%;
}

.customDropdown_mazonet .dropdown-toggle {
    width: 100%;
    height: 37px;
    border-radius: 5px 5px 5px 5px;
    border: 0;
    background-color: #fff;
    color: #1e3748;
    padding-right: 10px;
    text-align: start;
}

.customDropdown_mazonet .dropdown-toggle::after {
    position: absolute;
    left: 5px;
    bottom: 1.1rem;
    font-size: 19px;
}

.customDropdown_mazonet .dropdown-menu {
    width: 100%;
}

.customDropdown_mazonet .dropdown-menu a {
    color: black;
}

.customDropdown_mazonet .dropdown-menu a:hover {
    background-color: #AC3637;
    color: black;
}

.contact-form {
    color: #2a4c62;
}

.contact-form .form-group {
    margin-bottom: 22px;
    position: relative;
}

.contact-form .form-group label .red {
    position: absolute;
    right: -9px;
    top: 4px;
    font-size: 12px;
}

.contact-form .form-control:not(.bootstrap-select) {
    border-radius: 5.3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-form .bootstrap-select {
    height: 37px;
}

.contact-form .bootstrap-select button {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-form .btn-big {
    min-height: 48px;
    font-size: 20px;
    margin-top: 80px;
    width: 200px;
    min-width: 195px;
}

.contact-form label.error {
    position: absolute;
    bottom: -23px;
    right: 0;
}

.contact-done {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#registerstudents .contact-done {
    display: block;
}

.contact-done .icon {
    height: 70px;
    width: 79px;
}

.contact-done .icon-envelope-get-message {
    font-size: 70px;
}

.contact-done .content {
    color: #19313e;
    font-size: 26px;
    text-align: center;
    margin: 25px 0 80px;
}

.login-page .contact-done .content {
    color: #fff;
}

.students-form .contact-done .content {
    margin: 0;
    font-size: 24px;
    line-height: 42px;
    padding: 70px 0;
}

.students-form .contact-done .error-text {
    color: #ac3637;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    font-family: Heebo-Medium;
}

.contact-done .btn-big {
    font-size: 19.4px;
    min-width: 156px;
}

.top-content {
    font-size: 16px;
    color: #223e50;
    margin-bottom: 40px;
}

.side-contact {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    background-color: #ffffff;
    width: 100%;
    padding: 0 18px 0 25px;
    margin-top: -5px;
    height: 100%;
}

.side-contact .title {
    font-size: 24px;
    font-family: Heebo-Bold;
    color: #032435;
    padding: 19px 12px 18px;
    border-bottom: 2px solid #f0f0f0;
}

.side-contact ul {
    padding: 0;
    margin-bottom: 60px;
}

.side-contact ul li {
    display: flex;
    padding: 25px 12px;
    border-bottom: 2px solid #f0f0f0;
    min-height: 120px;
    align-items: center;
    list-style: none;
}

.side-contact ul li .content-zone {
    display: flex;
}

.side-contact ul li h3 {
    font-size: 18px;
    color: #912025;
    margin-bottom: 5px;
    font-family: Heebo-Medium;
}

.side-contact ul li i {
    font-size: 28px;
    color: #af3b3b;
}

.side-contact ul li i.takdin-post {
    font-size: 16px;
}

.side-contact ul li i + div {
    padding-right: 13px;
}

.side-contact ul li .content, .side-contact ul li a {
    color: #223e50;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.phone-fields {
    flex-direction: row-reverse;
    display: flex;
}

.phone-fields .prefix {
    max-width: 67px;
}

.form-group .lite-comment,
.content-zone .lite-comment {
    display: none;
    color: #ff001f;
    margin: 5px 10px 0 0;
}

.border-left {
    border-left: 2px solid #f0f0f0 !important;
}

.min-w-5 {
    min-width: 50px;
}

.min-w-6 {
    min-width: 60px;
}

.search-field-zone {
    border-bottom: 1px solid rgba(121, 136, 151, 0.4);
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.search-field-zone > div {
    width: 100%;
}

.search-field-zone .btn {
    margin-right: 8px;
}

.search-field-zone .searchFrom::-webkit-input-placeholder {
    color: #687987;
}

.search-field-zone .searchFrom:-ms-input-placeholder {
    color: #687987;
}

.search-field-zone .searchFrom::-ms-input-placeholder {
    color: #687987;
}

.search-field-zone .searchFrom::placeholder {
    color: #687987;
}

.add-folder {
    font-size: 15px;
}

.add-folder i {
    color: #1e3748;
    font-size: 18px;
    margin-left: 7px;
    line-height: 28px;
    vertical-align: middle;
}

.add-folder:hover, .add-folder:focus {
    background-color: #1b3342;
    color: #fff;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5);
    border-color: #1b3342;
}

.add-folder:hover i, .add-folder:focus i {
    color: #fff;
}

.showCommentBtn .show_comments, .showCommentBtn .hide_comments {
    font-size: 15px;
    line-height: 19px;
    vertical-align: top;
}

.showCommentBtn .show_comments {
    display: inline;
}

.showCommentBtn:not(.collapsed) .show_comments {
    display: none;
}

.showCommentBtn.collapsed .hide_comments {
    display: none;
}

.showCommentBtn {
    width: auto;
}

#showComments .allComments {
    margin-top: 30px;
}

#showComments .allComments .commentTitle {
    font-size: 16px;
    color: #1b3342;
    display: flex;
}

#showComments .allComments .commentTitle .title:nth-child(1), #showComments .allComments .commentTitle .title:nth-child(2), #showComments .allComments .commentTitle .title:nth-child(3) {
    width: 40%;
    padding-left: 25px;
}

#showComments .allComments .commentResults {
    display: flex;
    padding-top: 5px;
}

#showComments .allComments .commentResults .text:nth-child(1), #showComments .allComments .commentResults .text:nth-child(2), #showComments .allComments .commentResults .text:nth-child(3) {
    width: 40%;
    padding-left: 25px;
}

#saveSearchModal .custom-checkbox {
    margin-top: 25px;
    margin-bottom: 35px;
}

#saveSearchModal .btns-row {
    display: flex;
    justify-content: center;
}

#saveSearchModal .comment {
    display: none;
    font-size: 10px;
    line-height: 14px;
    color: #ac3637;
    margin: 0 -20px 5px 0;
}

#saveSearchModal .btns-row .btn {
    min-width: 105px;
}

#forbiddenSaveSearchModal p {
    font-family: 'Heebo-Medium';
    font-size: 18px;
    line-height: 26px;
    margin: 0 30px;
}

#forbiddenSaveSearchModal p.comment {
    font-size: 10px;
    line-height: 14px;
    color: #ac3637;
    margin: 15px 30px;
}

#forbiddenSaveSearchModal .btns-row {
    display: flex;
    justify-content: center;
}

.daterangepicker {
    z-index: 10000;
}

.daterangepicker td.in-range {
    background-color: #ededed;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #19313e;
    border-radius: 100px;
}

.daterangepicker .calendar-table th.next, .daterangepicker .calendar-table th.prev {
    border-radius: 100px;
    background: #912025;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    min-width: 22px;
    padding: 0;
    margin: 4px 0;
}

.daterangepicker .calendar-table th.next {
    float: left;
}

.daterangepicker .calendar-table th.prev {
    float: right;
}

.daterangepicker .calendar-table th.next span {
    position: relative;
    top: -1.1px;
    left: 1px;
}

.daterangepicker .calendar-table th.prev span {
    position: relative;
    top: -1.1px;
    left: -1px;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    padding-right: 5px;
}

.daterangepicker.show-calendar .drp-buttons {
    display: table;
    width: 100%;
}

.daterangepicker .drp-buttons .btn {
    display: inline-block;
    border-radius: 0.3rem;
    min-width: 57px;
}

.daterangepicker.rtl {
    direction: rtl;
    text-align: right;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border: solid white;
    border-width: 0 2px 2px 0;
}

.daterangepicker.rtl .calendar-table .next span {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.daterangepicker.rtl .calendar-table .prev span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.daterangepicker.rtl select.monthselect {
    margin-left: 2%;
}

.daterangepicker.rtl.show-calendar .drp-buttons {
    display: table;
    width: 100%;
    text-align: left;
}

.daterangepicker.rtl .drp-selected {
    float: right;
    padding: 8px 0;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    background: #fff;
}

.ui-datepicker {
    width: 28em;
    max-width: 95%;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background: #af3c3b;
    border-radius: 100px;
    width: 22px;
    height: 22px;
}

.ui-datepicker .ui-datepicker-prev span:before, .ui-datepicker .ui-datepicker-next span:before {
    content: '\e922';
    color: #fff;
    font-family: 'takdinIcon' !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 3px;
    font-size: 11px;
    line-height: 17px;
    text-indent: 0;
    text-align: center;
}

.ui-datepicker .ui-datepicker-next span:before {
    content: '\e906';
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    color: #7c86a2;
    background: transparent;
    text-align: center;
    font-size: 15px;
    padding: 7px 15px;
    border: none;
}

.ui-datepicker-calendar .ui-state-active {
    background: #19313e;
    display: inline-block;
    width: 34px;
    height: 34px;
    color: #fff;
}

.ui-datepicker-header.ui-widget-header {
    background: transparent;
    border: none;
}

.ui-datepicker-header.ui-widget-header select {
    border: none;
    margin-right: 15px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    float: left;
    display: flex;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 8px;
}

.ui-datepicker .ui-datepicker-prev {
    right: 35px;
    left: auto;
}

.nazclick-item {
    background: #fff;
    min-height: 210px;
    max-width: 389px;
    width: 100%;
    margin: 0 0 25px 0;
    overflow: hidden;
    position: relative;
    padding: 15px 29px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.nazclick-item_link i {
    color: #223e50;
    display: inline-block;
    font-size: 18px;
}

.nazclick-item .nazclick-item_triangle {
    width: 0;
    height: 0;
    border-top: 38px solid #ac3637;
    border-left: 38px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.nazclick-item .nazclick-item_date {
    padding: 0 0 0;
    color: #ac3637;
}

.nazclick-item .nazclick-item_title {
    padding: 5px 0 0;
    font-size: 16px;
    font-family: Heebo-Medium;
    color: #19313e;
}

.nazclick-item .nazclick-item_title .tooltip-btn {
    background-color: #032435;
    color: #fff;
    height: 16px;
    min-width: 16px;
    font-size: 13px;
}

.nazclick-item .nazclick-item_title .tooltip-btn .tooltip-content.left {
    background-color: #fff;
    color: #000;
    width: 50%;
}

.nazclick-item .nazclick-item_content {
    margin: 5px 0 0 0;
}

.nazclick-item .nazclick-item_link {
    position: absolute;
    left: 15px;
    bottom: 12px;
}

.nazclick-item .nazclick-item_link img {
    width: 16px;
    height: 17px;
}

.more_articles a {
    color: #032435;
    font-family: Heebo-Medium;
}

.more_articles a:hover {
    text-decoration: none;
    color: #ac3637;
}

.more_articles a i {
    line-height: 18px;
    vertical-align: middle;
}


.recent-articles .nazclick-item .nazclick-item_title {
    margin: auto;
}

.cb-list-articles {
    padding: 0 15px;
    width: 100%;
    vertical-align: top;
    display: inline-flex;
    flex-wrap: wrap;
    white-space: nowrap;
}

.cb-list-articles .custom-control {
    max-width: 45%;
    width: 100%;
}

.cb-list-articles .custom-control-label {
    padding-bottom: 5px;
}

.topNav_LoggedIn .navbar-brand {
    order: 1;
}

.topNav_LoggedIn .helloUser {
    order: -1;
    padding-right: 12px;
}

.topNav_LoggedIn .helloUser .logOut {
    font-size: 12px;
    font-family: Heebo-Light;
    position: absolute;
    right: 5.2em;
    top: 2em;
}

.lowerNav_LoggedIn .navbar-nav {
    padding-right: 15em;
}

.lowerNav_LoggedIn .navbar-nav > li {
    margin: 0 30px 0 30px;
    flex-grow: 0 !important;
}

.calcsContainer {
    width: 100%;
    background-color: #fff;
    display: flex;
    padding: 28px 0;
    margin-bottom: 100px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    justify-content: space-between;
}

.calcsContainer .calcs {
    flex-grow: 1;
}

.calcsContainer .calcs:nth-child(1) {
    padding-right: 30px;
}

.calcsContainer .calcs .title {
    font-size: 18px;
    color: #1f313f;
    font-family: Heebo-Bold;
}

.calcsContainer .calcs .calcsCol {
    display: inline-flex;
    flex-direction: column;
    padding-top: 15px;
    padding-left: 10px;
    border-left: 1px solid #F1F1F1;
    width: 90%;
    height: 70%;
}

.calcsContainer .calcs .general {
    border: 0;
}

.calcsContainer .calcs .calcsCol .calcsLink {
    font-size: 16px;
    line-height: 2.76;
    display: flex;
    margin-bottom: 17px;
}

.calcsContainer .calcs .calcsCol .calcsLink img {
    width: 30px;
    margin-right: -5px;
}

.calcsContainer .calcs .calcsCol .calcsLink i {
    background: url('/Images/sprite.png') no-repeat;
}

.calcsContainer .calcs .calcsCol .calcsLink i.house-discount {
    background-position: -1218px -464px;
    width: 27px;
    height: 27px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.lising {
    background-position: -772px -118px;
    width: 24px;
    height: 20px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.house {
    background-position: -149px -641px;
    width: 26px;
    height: 27px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.seo-report {
    background-position: -707px -476px;
    width: 26px;
    height: 26px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.calendar {
    background-position: -1192px -654px;
    width: 26px;
    height: 23px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.money-bag {
    background-position: -382px -304px;
    width: 24px;
    height: 24px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.analytics-graph-bars-points {
    background-position: -1550px -324px;
    width: 26px;
    height: 26px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.graph {
    background-position: -463px -640px;
    width: 33px;
    height: 28px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.money-coins {
    background-position: -526px -304px;
    width: 34px;
    height: 35px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.money-precent {
    background-position: -702px -314px;
    width: 31px;
    height: 29px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.calcs-loan {
    background-position: -1391px -654px;
    width: 25px;
    height: 24px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.save-money {
    background-position: -298px -473px;
    width: 30px;
    height: 29px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.museum {
    background-position: -866px -314px;
    width: 23px;
    height: 23px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.budget-calculator {
    background-position: -312px -825px;
    width: 24px;
    height: 24px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.submissions-calcs {
    background-position: -863px -474px;
    width: 30px;
    height: 28px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.risk-evaluation {
    background-position: -162px -476px;
    width: 26px;
    height: 26px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.personal-business-finance {
    background-position: -1403px -319px;
    width: 27px;
    height: 27px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.payment {
    background-position: -1226px -314px;
    width: 26px;
    height: 26px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.heart-pulse {
    background-position: -284px -646px;
    width: 28px;
    height: 22px;
}

.calcsContainer .calcs .calcsCol .calcsLink i.legal-expenses-insurance {
    background-position: -526px -116px;
    width: 29px;
    height: 29px;
}


.calcsContainer .calcs .calcsCol .calcsLink > a {
    color: #000;
    line-height: 20px;
    max-width: 230px;
    margin-right: 15px;
}

.calcsContainer .calcs .calcsCol .calcsLink > a:hover {
    color: #000;
    text-decoration: none;
}

.next_prev_FileLink {
    margin-right: -17px;
}

.next_prev_FileLink a {
    color: #213e4f;
    margin: 0 5px;
}

.next_prev_FileLink a:hover {
    color: #386885;
    text-decoration: none;
}


.sideTabs .nav-item .nav-link {
    white-space: nowrap;
    background-color: #707070;
    color: #fff;
    font-family: Heebo-Medium;
    text-align: center;
    width: 150px;
}

.sideTabs .nav-item .active {
    background-color: #ac3637;
}

.menuContainer {
    height: 95px;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 25px;
}

.menuContainer .menu {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    width: 100%;
}

.menuContainer .menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 1px 1px 4px 0 #ccc;
    width: 73px;
    height: 68px;
    margin: 3px 30px;
}

.menuContainer .menu a:hover {
    text-decoration: none;
}

.menuContainer .menu a .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}

.icon-html-document .path1:before {
    color: #274254;
}

.icon-html-document .path2:before {
    color: #fff;
    margin-left: -1em;
}

.icon-enlarge-font .path1:before {
    color: #274254;
    font-size: 32px;
    line-height: 30px;
}

.icon-enlarge-font .path2:before {
    color: #274254;
    margin-left: -0.95em;
    font-size: 41px;
    line-height: 25px;
    vertical-align: bottom;
}

.menuContainer .menu a i {
    color: #274254;
    font-size: 24px;
    margin: 4px auto 8px auto;
}

.menuContainer .menu a p {
    text-align: center;
    font-size: 14.5px;
    color: #274254;
    margin: 0;
    line-height: 1;
}

.menuContainer .menu a:hover {
    background-color: #274254;
}

.menuContainer .menu a:hover p, .menuContainer .menu a:hover i,
.menuContainer .menu a:hover i .path1:before, .menuContainer .menu a:hover .icon-enlarge-font .path2:before {
    color: #fff;
}

.menuContainer .menu a:hover .icon-html-document .path2:before {
    color: #274254;
}

.docContainer {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 35px 30px 35px;
}

.docContainer .docAbstract {
    width: 84%;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.docContainer .topic {
    padding: 25px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.docContainer .topic .title {
    line-height: .5;
    padding-top: 10px;
}

.docContainer .topic .title p {
    font-size: 18px;
}

.docContainer .docTitle {
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.8;
    color: #19313e;
}

.docContainer .docTitle .title {
    font-size: 18px;
}

.docContainer .docTitle .date {
    font-size: 15px;
}

.docContainer .docTitle .name {
    font-size: 15px;
}

.docContainer .content {
    padding: 5px 45px 5px 60px;
}

.docContainer .details {
    padding-right: 75px;
}

.sideContainer .sideTitle {
    font-size: 25px;
    color: #032435;
    padding-bottom: 5px;
}

.sideContainer .sideSearch {
    padding-bottom: 15px;
}

.sideContainer .sideSearch .words-counter {
    position: absolute;
    left: 60px;
    display: none;
}

.sideContainer .sideSearch .input-ctr {
    width: calc(100% - 55px);
}

.sideContainer .sideSearch button {
    height: 35px;
}

.sideContainer .related-documents-area {
    overflow-y: auto;
    max-height: 873px;
    overflow-x: hidden;
}

.sideContainer .relatedDocuments {
    width: 100%;
    background-color: #fff;
    padding: 11px;
}

.sideContainer .relatedDocuments .title {
    font-size: 18px;
    color: #ac3637;
    padding-bottom: 10px;
}

.sideContainer .relatedDocuments .title small {
    font-size: 13px;
    margin: 0 4px;
    font-family: 'Heebo-Regular';
}

.sideContainer .relatedDocuments a {
    text-decoration: none;
    color: #19313e;
}

.sideContainer .relatedDocuments a.link {
    color: #ac3637;
    font-family: 'Heebo-Medium';
}

a#all-references-2 {
    text-align: left;
    display: block;
}

.sideContainer .relatedDocuments .docs {
    width: 90%;
    display: flex;
    margin-bottom: 10px;
}

.sideContainer .relatedDocuments .docs:hover {
    color: #ac3637;
}

.sideContainer .relatedDocuments .docs i {
    font-size: 15px;
    line-height: 25px;
}

.sideContainer .relatedDocuments .docs p {
    padding-left: 5px;
    margin-right: 5px;
    border-bottom: 1px solid #F1F1F1;
    max-width: 100%;
    overflow: hidden;
}

.hidden {
    visibility: hidden;
}

.sideContainer .relatedDocuments .show_more {
    line-height: 22px;
    font-size: 15px;
    color: #19313e;
    margin-left: 3px;
    font-family: 'Heebo-Medium';
}

.sideContainer .relatedDocuments #showMoreReferences {
    margin-top: 10px;
}

.sideContainer .relatedDocuments .show_more::before {
    content: '-';
}

.sideContainer .relatedDocuments .show_more.collapsed::before {
    content: '+';
}

.sideContainer .relatedDocuments .d-text {
    line-height: 22px;
    vertical-align: top;
    color: #19313e;
}

.sideContainer .relatedDocuments .show_more:hover {
    text-decoration: none;
}

.editMenuContainer {
    height: 62px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px #ccc;
    padding: 0 15px;
    display: flex;
}

.editMenuContainer .editMenu {
    display: flex;
    align-items: center;
}

.editMenuContainer .editMenu .editTitle {
    font-size: 16px;
    color: #19313e;
    padding-left: 40px;
}

.editMenuContainer .editMenu .editBtns {
    border: 1px solid #d8d8d8;
    margin-left: 15px;
    border-radius: 5px;
}

.editMenuContainer .editMenu .editBtns a {
    font-size: 30px;
    color: #A2A2A2;
    padding: 5px;
}

.editMenuContainer .editMenu .editBtns a:hover {
    text-decoration: none;
}

.editMenuContainer .editMenu .editBtns .dropdown-toggle::after {
    vertical-align: 5px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #A2A2A2;
}

.editMenuContainer .editMenu .editBtns .dropdown-menu a {
    font-size: 15px;
    color: #000;
}

.editSideContainer {
    background: #fff;
    width: 265px;
    margin-right: 20px;
    border-radius: 5px;
    height: 705px;
    max-height: 705px;
    overflow: auto;
}

.editSideContainer select {
    background-size: 7px;
}

.editSideContainer .editTitle {
    color: #1e3748;
    padding: 10px;
    font-family: 'Heebo-Medium';
}

.editSideContainer .filterRes {
    padding: 10px;
    border-bottom: 1px solid #F1F1F1;
}

.editSideContainer .filterRes .title {
    color: #223e50;
    font-family: Heebo-Medium;
    padding-bottom: 5px;
}

.editSideContainer .filterRes .date {
    font-size: 12px;
    padding-bottom: 5px;
}

.editSideContainer .filterRes .text {
    font-size: 12px;
    padding-bottom: 10px;
}

.editSideContainer .filterRes:hover {
    box-shadow: 0 3px 5px 0 #ccc;
}

.editSideContainer .filterRes:hover .title {
    color: #ac3637;
}

.editSideContainer .filterResBtns button {
    border: 0;
    background: transparent;
}

.lawMenu {
    margin: 10px;
}

.lawContainer {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 35px 30px 35px;
    margin: 10px 0;
}

.lawContainer .head {
    display: flex;
    justify-content: space-between;
}

.lawContainer .head .title {
    font-family: Heebo-Medium;
}

.lawContainer .mainTitle {
    font-size: 18px;
    text-align: center;
    color: #19313e;
    padding: 50px;
}

.lawContainer .preliminaryText {
    padding: 0 50px 0 50px;
}

.lawContainer .subTitle {
    color: #19313e;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding-top: 20px;
}

.lawContainer .lawLinks {
    display: flex;
    justify-content: center;
}

.lawContainer .lawLinks a {
    color: #4b89b0;
    font-size: 16px;
    font-family: Heebo-Medium;
    margin: 20px 25px 0 25px;
}

.lawContainer .lawLinks a:hover {
    color: #4b89b0;
    text-decoration: none;
}

.lawContainer .section {
    padding: 0 50px 0 50px;
}

.lawContainer .section .title {
    color: #19313e;
    font-size: 18px;
    padding-bottom: 50px;
}

.lawContainer .section .content {
    font-size: 19px;
}

.sideContainer .quickNavigation {
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    max-height: 600px;
    overflow: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sideContainer .quickNavigation .title {
    font-size: 25px;
    color: #032435;
    padding-bottom: 10px;
}

.sideContainer .navigation ol {
    list-style-position: inside;
    padding: 0 10px 0 25px;
    line-height: 2;
}

.sideContainer .navigation ol a {
    color: #19313e;
}

.sideContainer .navigation ol .marked {
    font-family: Heebo-Medium;
}

.sideContainer .navigation ol a:hover {
    color: #19313e;
    text-decoration: none;
}

.sideContainer .sideSearch .status {
    position: absolute;
    top: 2.5rem;
    right: 5px;
    color: red
}

.folder-list {
    max-height: 225px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 30px;
}

.folder-list ul {
    color: #1e3748;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.folder-list ul li {
    border-top: 1px solid #dadada;
    padding: 15px 4px;
    display: flex;
    justify-content: flex-start;
}

.folder-list ul li .folder-name {
    font-size: 15px;
    line-height: 15px;
    margin-right: 8px;
}

.folder-list ul li .icon-folder-outline {
    display: inline-block;
    line-height: 15px;
}

.folder-list ul li:last-child {
    padding-bottom: 0;
}

.folder-list ul li.selectedFolder {
    color: #1b3342;
    font-family: Heebo-Medium;
    position: relative;
}

.folder-list ul li .success {
    color: #ac3637;
    font-family: Heebo-Medium;
    position: absolute;
    left: 0;
}

#comparisonModal .modal-body {
    padding: 25px;
}

#comparisonModal .modal-body .right {
    border-left: 1px solid #f0f0f0;
}

#comparisonModal .modal-body .left {
    padding-right: 45px;
}

#comparisonModal .modal-body .doctitle {
    display: flex;
    display: flex;
    align-items: baseline;
}

#comparisonModal .modal-body .doctitle .title {
    font-size: 20px;
    color: #19313e;
    font-family: Heebo-Medium;
}

#comparisonModal .modal-body .doctitle .date {
    font-size: 15px;
    color: #19313e;
    margin-right: 5px;
}

#comparisonModal .modal-body .docContent {
    overflow: auto;
    margin-top: 15px;
    padding-left: 50px;
    height: 300px;
}

#comparisonModal .modal-body .docContent > p {
    margin: 0;
    font-size: 16px;
}

#comparisonModal .modal-body .docContent .marked {
    background: #85e21f;
}

#comparisonModal .modal-body .docContent .deleted {
    color: #d0021b;
    text-decoration: line-through;
}

#comparisonModal .modal-footer {
    border: none;
    display: flex;
    justify-content: center;
    padding: 25px;
}

#comparisonModal .modal-footer .btn-default {
    padding: 5px 35px 5px 35px;
}

#historicalModal .modal-body {
    padding: 25px;
    overflow: auto;
}

#historicalModal .modal-body .section {
    padding: 10px;
    margin-bottom: 1.5em;
}

#historicalModal .modal-body .section .title {
    font-size: 20px;
    color: #19313e;
    font-family: Heebo-Medium;
}

#historicalModal .modal-body .section .content {
    padding-top: 10px;
}

#historicalModal .modal-body .section .content > p {
    margin: 0;
    font-size: 16px;
}

#historicalModal .modal-body .section .content .marked {
    background: #85e21f;
}

#historicalModal .modal-body .section .content .deleted {
    color: #d0021b;
    text-decoration: line-through;
}

.searchTipsSection .highlight {
    font-family: Heebo-Medium;
}

.searchTipsSection .title > h3 {
    font-size: 25px;
    color: #032435;
    font-family: Heebo-Medium;
}

.searchTipsSection .title > p {
    font-size: 16px;
    color: #535353;
}

.searchTipsSection .content {
    font-size: 16px;
    color: #535353;
    margin-top: 5px;
}

.searchTipsSection .content > p {
    margin: 0;
}

.searchTipsSection .subTitle {
    color: #221924;
    font-size: 18px;
    font-family: Heebo-Medium;
}

.contact-title {
    background-color: #ac3637;
    min-height: 186px;
    text-align: center;
    font-size: 36px;
    line-height: 37px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.contact-title:after {
    content: '';
    height: 21px;
    width: 24px;
    position: absolute;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 21px solid #ac3637;
    bottom: -21px;
}

.contact-small {
    color: #fff;
    background-color: #172c38;
    padding: 15px 47px;
}

.contact-small .form-group {
    margin-bottom: 22px;
}

.contact-small .form-control {
    min-height: 43px;
}

.contact-small .btn-default {
    height: 57px;
    font-size: 18px;
}

.contact-small .title {
    font-size: 23px;
    text-align: center;
    padding: 20px 0;
}

.contact-small a {
    color: #fff;
}

.hp-logout {
    padding-top: 85px;
}

.hp-logout .page-content.item {
    border-radius: 0;
    min-height: 186px;
    box-shadow: none;
    padding-bottom: 15px;
    position: relative;
}

.hp-logout .page-content.item:after {
    content: '';
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 27px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.hp-logout .page-content.item .item-text {
    padding-bottom: 0px;
}

.hp-logout .page-content.item .bottom-btn {
    padding: 15px 0 10px;
    position: relative;
    z-index: 1;
}

.hp-logout .bg-img {
    background: url(/images/bg-2.jpg) no-repeat bottom left transparent;
    height: calc(100% - 186px);
    background-size: cover;
    min-height: 150px;
}

.not-found {
    color: #19313e;
}

.not-found h1 {
    color: #19313e;
}

.not-found .check-list li {
    font-size: 17px;
}

#addLegislatineZone > div {
    position: relative;
    margin-top: 10px;
}

#addLegislatineZone .btn-link.delete {
    position: absolute;
    left: -10px;
    top: 10px;
    min-width: 20px;
    width: 20px;
    padding: 0;
}

.custom_dropdown {
    cursor: pointer;
}

.custom_dropdown .dropdown-menu.show {
    width: calc(100% - 30px);
    right: 30px;
    top: 0 !important;
    -webkit-transform: translate3d(15px, 37px, 0px) !important;
    transform: translate3d(15px, 37px, 0px) !important;
}

.custom_dropdown .inner .dropdown-item {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
}

.custom_dropdown .inner .dropdown-item:hover {
    background-color: #19313e;
    color: #fff;
    font-family: Heebo-Light;
}

.custom_dropdown .inner .dropdown-item:hover .collapse-title {
    color: #fff;
}

.custom_dropdown .inner .dropdown-item .collapse-title {
    color: #19313e;
}

.custom_dropdown .inner .dropdown-item .icon-down {
    font-size: 7px;
    -ms-grid-row-align: center;
    align-self: center;
}

.custom_dropdown .inner .dropdown-item .icon-up {
    font-size: 7px;
    -ms-grid-row-align: center;
    align-self: center;
}

.custom_dropdown .inner .dropdown-item[aria-expanded="true"] .collapse-title {
    font-family: Heebo-Regular;
}

.custom_dropdown .inner .dropdown-item[aria-expanded="false"] .icon-up {
    display: none;
}

.custom_dropdown .inner .dropdown-item[aria-expanded="true"] .icon-up {
    display: inline;
    cursor: pointer;
}

.custom_dropdown .inner .dropdown-item[aria-expanded="false"] .icon-down {
    display: inline;
    cursor: pointer;
}

.custom_dropdown .inner .dropdown-item[aria-expanded="true"] .icon-down {
    display: none;
}

.custom_dropdown .inner .collapse.show .dropdown-item.item-leaf {
    background-color: #f4f4f4;
    padding-right: 40px;
    font-size: 15px;
}

.custom_dropdown .inner .collapse.show .dropdown-item.item-leaf:hover {
    background-color: #19313e;
    color: #fff;
    font-family: Heebo-Light;
}

#savirDropDown .filter-option {
    width: 100%;
    text-align: right;
}

.list_dropdown .dropdown-toggle, .checkboxes_dropdown .dropdown-toggle {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.checkboxes_dropdown .dropdown-toggle:after, .list_dropdown .dropdown-toggle:after {
    align-self: center;
    border-top: 6px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.checkboxes_dropdown .allCheckboxes {
    overflow: auto;
    max-height: 250px;
    padding-left: 20px;
    padding-right: 5px;
}

button:focus {
    outline: none !important;
}

.checkboxes_dropdown .dropdown-menu.show, .list_dropdown .dropdown-menu.show {
    width: 100%;
    padding: 10px;
    -webkit-transform: none !important;
    transform: none !important;
    top: auto !important;
    max-height: 250px !important;
    overflow: auto;
    background: #fff;
}

.checkboxes_dropdown .dropdown-menu.show .dropdown-item, .list_dropdown .dropdown-menu.show .dropdown-item {
    color: #000;
    background-color: #fff;
}

.checkboxes_dropdown .dropdown-menu.show .dropdown-item:hover, .list_dropdown .dropdown-menu.show .dropdown-item:hover {
    color: #000;
    background-color: #fff;
}

.checkboxes_dropdown .dropdown-menu.show .custom-checkbox {
    padding: 10px 20px 0 0;
}

.checkboxes_dropdown .dropdown-menu.show .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkboxes_dropdown .dropdown-menu.show .custom-control-label {
    font-size: 15px;
    color: #000;
    white-space: normal;
}

.list_dropdown .dropdown-menu.show .label {
    font-size: 15px;
    color: #000;
    white-space: normal;
    cursor: pointer;
    font-family: Heebo-Regular;
}

.checkboxes_dropdown .dropdown-menu.show .custom-control-label::before {
    right: -1.5rem;
    left: auto;
    top: 3px;
    border-color: #fff;
}

.checkboxes_dropdown .dropdown-menu.show .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 10 9'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23AC3637' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 5.533L3.232 8 9 1'/%3E%3C/svg%3E");
}

.checkboxes_dropdown .dropdown-menu.show .custom-control-label::after {
    position: absolute;
    right: -1.5rem;
    left: auto;
    top: 3px;
    display: block;
    width: 1.08rem;
    height: 1.08rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
    background-color: #fdfdfd;
    border: 0.5px solid #d5d5d5;
    border-radius: 0.25rem;
}

.checkboxes_dropdown .dropdown-menu.show .searchCourts, .list_dropdown .dropdown-menu.show .searchProcedureTypes {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    display: flex;
}

.checkboxes_dropdown .dropdown-menu.show .searchCourts .form-control, .list_dropdown .dropdown-menu.show .searchProcedureTypes .form-control {
    width: 68%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #384955;
}

.checkboxes_dropdown .dropdown-menu.show .searchCourts .form-control::placeholder {
    font-size: 12px;
}

.list_dropdown .dropdown-menu.show .searchProcedureTypes .form-control::placeholder {
    font-size: 12px;
}

.checkboxes_dropdown .dropdown-menu.show .searchCourts .clearSearch, .list_dropdown .dropdown-menu.show .searchProcedureTypes .clearSearch {
    background-color: #fff;
    border: 0;
    font-size: 14px;
    white-space: nowrap;
    margin: 0px 10px 0 0;
    color: #223e50;
}

.checkboxes_dropdown .dropdown-menu.show .searchCourts .clearSearch:hover,
.list_dropdown .dropdown-menu.show .searchProcedureTypes .clearSearch:hover {
    color: #af3c3b
}

.list_dropdown .dropdown-menu.show ul {
    padding: 0;
    margin: 0;
}

.list_dropdown .dropdown-menu.show li.custom-control {
    padding: 2px 5px;
}

.list_dropdown .dropdown-menu.show li.custom-control:hover {
    border-radius: 5px;
    background-color: #ac3637;
}

.list_dropdown .dropdown-menu.show li.custom-control:hover .label {
    color: #fff;
}

.checkboxes_dropdown .dropdown-menu.show .noResultsMsg {
    margin-top: 5px;
}

#shareModal {
    z-index: 999999999;
}

#shareModal .modal-body .inputs .form-control {
    margin-bottom: 10px;
}

#shareModal .modal-body .checkboxes {
    margin-bottom: 15px;
}

#shareModal .modal-body .checkboxes .custom-checkbox {
    padding: 10px 22px 0 0;
}

#shareModal .modal-body .checkboxes .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#shareModal .modal-body .checkboxes .custom-control-label {
    font-size: 15px;
    color: #384955;
    white-space: normal;
}

#shareModal .modal-body .checkboxes .custom-control-label::before {
    right: -1.5rem;
    left: auto;
    top: 3px;
    border-color: #fff;
}

#shareModal .modal-body .checkboxes .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 10 9'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23AC3637' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 5.533L3.232 8 9 1'/%3E%3C/svg%3E");
}

#shareModal .modal-body .checkboxes .custom-control-label::after {
    position: absolute;
    right: -1.5rem;
    left: auto;
    top: 3px;
    display: block;
    width: 1.08rem;
    height: 1.08rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
    background-color: #fdfdfd;
    border: 0.5px solid #d5d5d5;
    border-radius: 0.25rem;
}

#shareModal .modal-body .textarea {
    display: flex;
    flex-direction: column;
}

#shareModal .modal-footer {
    border: 0;
    flex-direction: column;
}

#shareModal .modal-footer .edit-form {
    background: 0;
    border: 0;
    align-self: baseline;
    margin-bottom: 5px;
}

#shareModal .modal-footer .btn-default {
    width: 100%;
    padding: 5px 0 5px 0;
}

#searchHistoryModal {
    z-index: 999999999;
}

#FavoritesModal {
    z-index: 1000000;
}

.leaveDetailsForm {
    padding-top: 85px;
}

.leaveDetailsForm .formComplete {
    color: #fff;
    background-color: #172c38;
    padding: 15px 47px;
    height: 32.5em;
}

.leaveDetailsForm .formComplete .title {
    font-size: 27px;
    text-align: center;
    font-family: Heebo-Medium;
    padding: 10px 20px 0 20px;
    margin-top: 5.5em;
}

#newLetterModal {
    z-index: 99999;
}

#newLetterModal .modal-body .inputs .form-control {
    margin-bottom: 10px;
}

#newLetterModal .modal-body .checkboxes {
    margin-bottom: 15px;
}

#newLetterModal .modal-body .checkboxes .custom-checkbox {
    padding: 10px 22px 0 0;
}

#newLetterModal .modal-body .checkboxes .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#newLetterModal .modal-body .checkboxes .custom-control-label {
    font-size: 15px;
    color: #384955;
    white-space: normal;
    padding-right: 0;
    line-height: 22px;
}

#newLetterModal .modal-body .checkboxes .custom-control-label::before {
    right: -1.5rem;
    left: auto;
    top: 3px;
    border-color: #fff;
}

#newLetterModal .modal-body .checkboxes .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 10 9'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23AC3637' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 5.533L3.232 8 9 1'/%3E%3C/svg%3E");
}

#newLetterModal .modal-body .checkboxes .custom-control-label::after {
    position: absolute;
    right: -1.5rem;
    left: auto;
    top: 3px;
    display: block;
    width: 1.08rem;
    height: 1.08rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
    background-color: #fdfdfd;
    border: 0.5px solid #d5d5d5;
    border-radius: 0.25rem;
}

#newLetterModal .modal-footer {
    border: 0;
    flex-direction: column;
}

#newLetterModal .modal-footer .btn-default {
    width: 50%;
    padding: 5px 0 5px 0;
}

.dropdownHover .dropdown-menu li a:hover {
    background-color: #222e50;
}

.dropdownHover .dropdown-menu li a:hover span.text {
    color: #fff;
}

.canvasjs-chart-credit {
    display: none;
}

.formSelect .filter-option-inner-inner {
    color: #1e3748;
}

.side-filters-zone-toggle {
    position: relative;
    right: 31%;
}

.docContainerToggle {
    width: 1590px !important;
    margin-right: -38.5%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 35px 30px 35px;
}

.sideTabsToggle {
    position: absolute;
    margin-right: -24.5%;
    margin-top: 230px;
    display: flex;
    flex-direction: column;
}

.sideTabsToggle .nav-item {
    margin-bottom: 9em;
}

.sideTabsToggle .nav-item .nav-link {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    background-color: #a4a4a4;
    color: #fff;
    font-family: Heebo-Medium;
    text-align: center;
    width: 151px;
}

.sideTabsToggle .nav-item .active {
    background-color: #ac3637;
}

#addNewFolderModal .modal-content {
    width: 80%;
    margin: auto;
    position: relative;
    top: 75px;
}

#addNewFolderModal .modal-content .modal-header .modal-title {
    margin: 0;
    color: #fff;
}

#addNewFolderModal .modal-body {
    padding-bottom: 0;
}

#addNewFolderModal .modal-footer {
    border: 0;
    display: flex;
    justify-content: center;
}

.searchTipsLink {
    position: absolute;
    top: 6em;
    left: 9em;
}

.failMsg {
    display: flex;
    align-items: center;
    width: 86.5%;
    height: 126%;
}

.failMsg .image {
    background-image: url("/images/failed.svg");
    width: 150px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
}

.failMsg .title {
    margin: -15px 105px -30px 0;
    text-align: center;
}

.failMsg .title h5 {
    color: #19313e;
}

#lawBooks {
    display: flex;
    margin-right: -25px;
    margin-top: 15px;
}

#lawBooks label {
    margin: 0 15px 0 5px;
}

#lawBooks input {
    max-width: 67px;
}

#successModal .modal-content {
    height: 240px;
}

#successModal .successMsg {
    text-align: center;
    margin-top: 38px;
}

#successModal .modal-footer {
    border: 0;
    display: flex;
    justify-content: center;
}

#successModal .modal-footer button {
    width: 110px;
    height: 40px;
    margin: 10px;
}

.dropdownWithCollapseBtn {
    display: flex;
    align-items: center;
}

.new-comment .folders {
    padding: 10px;
}

.new-comment .folders label {
    color: #1e3748;
    font-family: 'Heebo-Medium';
    margin-left: 8px;
}

.new-comment textarea {
    width: 76%;
    margin-right: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    padding: 5px 10px;
}

.new-comment .controls {
    padding: 10px;
}

.new-comment .controls .save {
    margin-left: 10px;
    border-radius: 5px;
    background-color: #ac3637;
    color: #fff;
    padding: 5.5px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    min-width: 50px;
    border: 0;
}

.new-comment .controls .save:hover {
    background: #912025;
    color: #fff;
}

.new-comment .controls .cancel {
    padding: 5.5px 20px;
    background: 0;
    border: 0;
    color: #1e3748;
}

.new-comment .controls .cancel:hover {
    color: #1e3748;
}

.filterRes .controls .edit {
    color: #ac3637;
    padding: 0;
    border: 0;
    background: 0;
}

.filterRes .controls .edit:hover {
    color: #ac3637;
}

.filterRes .controls .edit {
    margin-left: 10px;
}

.filterRes .controls .delete {
    color: #ac3637;
    padding: 0;
    border: 0;
    background: 0;
}

.filterRes .controls .delete:hover {
    color: #ac3637;
}

.folderFilter {
    margin-right: 10px;
}

.edit-comment textarea {
    width: 80%;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
}

.edit-comment .controls {
    padding: 10px 0;
}

.edit-comment .controls .save {
    margin-left: 10px;
    border-radius: 5px;
    background-color: #ac3637;
    color: #fff;
    padding: 5.5px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    min-width: 50px;
    border: 0;
}

.new-comment .controls .save:hover {
    background: #912025;
    color: #fff;
}

.edit-comment .controls .cancel {
    padding: 5.5px 20px;
    background: 0;
    border: 0;
    color: #1e3748;
}

.edit-comment .controls .cancel:hover {
    color: #1e3748;
}

.documentContainer {
    height: 100vh;
    padding-bottom: 100px !important;
}

.documentContainer .document-date {
    float: left;
}

.documentContainer .back-btn {
    margin-bottom: 8px;
}

.documentContainer .back-btn .btn {
    font-size: 15px;
    padding: 2px 14px;
    line-height: 18px;
    color: #fff;
}

.documentContainer .back-btn .btn:hover {
    color: #fff;
}

.documentContainer .back-btn .btn .icon-search {
    font-size: 12px;
    margin-left: 4px;
}

.forMobile {
    flex-wrap: nowrap;
}

.hakikaCheckboxes .custom-control {
    margin-left: 0;
}

#map-list tr {
    display: flex;
    padding-bottom: 10px;
}

#map-list .lawMapRightCell {
    margin-left: 5px;
    vertical-align: top;
}

#map-list .lawMapLeftCell a {
    color: #19313e;
}

#previewModal .modal-title a {
    color: #fff;
    text-decoration: underline;
}

#previewModal .modal-body {
    width: 100%;
    height: 50vh;
}

.taaburaBtn {
    bottom: -2px !important;
}

.singleCheckBox {
    padding-right: 45px !important;
}

.search-courts-input {
    margin-bottom: 20px;
}

.steps-select .dropdown-menu.show {
    min-width: 100% !important;
}

#saveSearchModal {
    z-index: 10000;
}

#addNewFolderModal {
    z-index: 1000000;
}

.calcsResContainer {
    width: 100%;
}

.calcsResContainer iframe {
    background-color: #fff; /*#FBF8F0;*/
}

.disclaimer-container {
    padding: 0;
    margin-bottom: 10px;
}

.disclaimer-container .disclaimer {
    color: #032435;
    font-size: 16px;
    line-height: 24px;
}

#forms-pane-1 .dropdown-menu.show,
#forms-pane-2 .dropdown-menu.show {
    z-index: 10;
}

.tableItem {
    z-index: 2;
}

#personal-pane-2 .page-content-mobile .drop,
#personal-pane-3 .page-content-mobile .drop,
#personal-pane-1 .page-content-mobile .drop {
    min-width: 100%;
}

.userLogin {
    display: flex;
    align-items: center;
}

.loginMobile {
    display: none;
}

.logoutMobile {
    display: none;
}

.userLoggedIn {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.topNav .helloUser .userLoggedIn .takdin-sort-desc {
    font-size: 22px;
    top: -6px;
}

#filters {
    display: none;
}

#filters .title {
    font-family: Heebo-Bold;
    color: #032435;
    font-size: 18px
}

#filters #filters-list-options .filters-list .icon-add-solid {
    font-size: 15px;
    color: #687987;
    line-height: 18px;
    margin-left: 5px;
    vertical-align: middle;
}

#filters #filters-list-options .filters-list .btn:focus {
    outline: 0;
    box-shadow: none;
}

.navPillsMobile {
    flex-wrap: nowrap;
}

.status ul li.hakika-dinamyt {
    display: flex;
    color: #4b89b0;
    cursor: pointer;
}

#prevLawModal .data-row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#prevLawModal .data-row .form-control {
    display: flex;
    justify-content: flex-start;
}

#prevLawModal .data-row .custom-control-input {
    top: 4px;
    right: 1px;
}

#prevLawModal .data-row .custom-control {
    padding-right: 2.5rem;
    margin-bottom: 5px;
}

#prevLawModal .modal-footer {
    border-top: none;
}

#prevLawModal .modal-footer .btn-default {
    padding: 2.5px 24px;
    margin: 0 10px;
}

#date-obligation {
    display: none;
}

footer {
    text-align: center;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 0 10px;
    font-size: 15px;
    line-height: 28px;
    margin-left: 4px;
}

footer ul li label {
    color: #223e50;
    margin: 0 0 0 4px;
}

footer ul li span {
    color: #ac3637;
}

footer p {
    margin-bottom: 0px;
    color: #223e50;
    font-size: 15px;
    line-height: 28px;
}

footer p.newsletter-register {
    font-family: Heebo-Bold;
    font-size: 17px;
}

footer p.newsletter-register a:hover {
    color: #223e50;
}

#marketBannerModal .marketBanner {
    border: 3px solid #cedbe1;
}

#marketBannerModal .imgcontainer {
    width: 100%;
    height: auto;
}

#marketBannerModal .imgcontainer img {
    width: 100%;
    height: 100%;
}

#marketBannerModal .marketBannerForm {
    width: 100%;
    background: #cedbe1;
    padding: 20px 5px 15px 5px;
}

#marketBannerModal .bannerContol {
    width: 120px;
    height: 44px !important;
    background-color: #ffffff !important;
    border: 1px solid #cfcfcf;
    padding: 10px 0;
    border-radius: 5px;
    color: #19323f;
    font-size: 16px;
    text-indent: 10px;
}

#marketBannerModal .modal-body .toda {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background-image: linear-gradient(to right, #122d3d, #4f6b7c);
    display: none;
}

#marketBannerModal .modal-body .toda.hidden {
    display: none;
}

#marketBannerModal .modal-body .toda .topline {
    padding-top: 20px;
}

#marketBannerModal .modal-body .toda .thankText {
    font-size: 18px;
}

#marketBannerModal .modal-body .toda img {
    height: 225px;
}

#marketBannerModal .closeMarketBanner {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    font-size: 15px !important;
    right: 96%;
    background: #213e4f;
    cursor: pointer;
    top: -3%;
    color: #ffffff;
    padding: 8px;
}

input:focus {
    outline: none;
}

#marketBannerModal .inputError {
    border: 1px solid red !important;
}

#marketBannerModal .modal-body {
    padding: 0px
}

.document-deleted .header .line .text {
    font-size: 22px;
    font-family: Heebo-Bold;
    color: #203c4c;
    line-height: 1.41;
}

.document-deleted i.confused-man {
    background: url('/Images//sprite.png') no-repeat -140px -254px;
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
}

.delete-rows-container {
    text-align: left;
}

.delete-rows-container #deleteRows {
    font-size: 17px;
}

.approve-delete-modal label {
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 10px 0 20px 0;
}

.approve-delete-modal .btn {
    margin: 10px auto;
}

.personal-zone .delete-rows-container .btn {
    font-size: 17px;
}

.page-content-screen .data-list .item.item-header .delete-all-rows {
    padding: 0;
    margin-right: 5px;
}

.page-content-screen .data-list .item.item-header .delete-all-rows:focus {
    outline: 0;
    box-shadow: none;
}

.page-content-screen .data-list .item.item-header .delete-all-rows .icon-bin {
    font-size: 17px;
    line-height: 16px;
    vertical-align: top;
    color: #ac3637;
}

.last-searches .page-content-screen .data-list .item.item-header .delete-all-rows .icon-bin {
    font-size: 16px;
    line-height: 15px;
}

.last-searches .page-content-screen .data-list .item.item-header .tooltip-btn.question-btn {
    height: 22px;
    line-height: 18px;
    padding: 0;
}

.last-searches .page-content-screen .data-list .item.item-header .tooltip-btn .tooltip-content {
    min-width: 180px;
    right: -70px;
}

.last-searches .page-content-screen .data-list .item.item-header .tooltip-btn.question-btn i {
    color: #4b89b0;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
}

.last-searches .saved {
    color: green;
}

.page-content-screen .data-list .item .custom-control-input {
    top: 3px;
    right: 0px;
    width: 16px;
    height: 16px;
}

.page-content-screen .data-list .item-header .custom-control-input {
    right: 14px;
}

.page-content-screen .data-list .item .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #032435;
    background-color: #032435;
}

.page-content-screen .data-list .item .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(2, 52, 98, 0.25);
}

.check-area {
    display: flex;
    justify-content: space-between;
}

.check-area input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: 1px 0 0 0;
}

.redMarker {
    color: #07bac8;
    text-align: right;
    display: block;
    margin-bottom: 10px;
}

.students-form label.error {
    font-size: 15px;
    color: #af3c3c;
}

label.pointer {
    cursor: pointer
}

.page-content.help-section {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 21%);
    background-color: #ffffff;
    position: absolute;
    z-index: 1000000;
}

.page-content.help-section .help-text {
    font-family: 'Heebo-Regular';
    line-height: 28px;
    text-align: right;
    color: #032435;
}

#calculators-list {
    display: none;
}

#disclamer .calcsContainer {
    justify-content: flex-start;
    flex-direction: column;
    padding: 28px 30px !important;
}

#disclamer .calcsContainer .text {
    font-size: 18px;
    color: #032435;
    line-height: 28px;
    font-family: Heebo-Bold;
}

#disclamer .calcsContainer #approve {
    box-shadow: none;
    width: 180px;
    height: 38px;
    font-size: 18px;
    line-height: 18px;
}

.row.inner-row {
    flex-grow: 1;
}

.words-section .row.seach_fields {
    align-items: start;
    align-content: flex-start;
}

.corrected-text-container {
    display: none;
    font-family: Heebo-Medium;
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
}

.corrected-text-container .corrected-text {
    vertical-align: top;
    cursor: pointer;
    color: #901119 !important;
    margin-right: 3px;
    text-decoration: underline !important;
    line-height: 18px;
}

#fastSearchHomeForm .corrected-text-container {
    display: none;
    font-family: Heebo-Regular;
    margin-top: 5px;
}

#fastSearchHomeForm .corrected-text-container .corrected-text {
    vertical-align: top;
    cursor: pointer;
    color: #fff !important;
    margin-right: 3px;
    text-decoration: underline !important;
    line-height: 24px;
    font-family: Heebo-Medium;
}

.side-form .fast-search-container {
    padding: 30px 15px;
    margin: 0 0 28px 0;
}

.side-form .fast-search-container .form-group {
    margin-bottom: 0;
}

.side-form .form-group .law-fast-search {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.side-form .form-group.law-fast-search .label {
    font-size: 17px;
    font-family: Heebo-Bold;
    line-height: 32px;
}

.side-form .form-group .law-fast-search .k-dropdown-wrap .k-select,
.side-form .law-history-search .k-dropdown-wrap .k-select {
    width: 32px;
    min-height: 32px;
    line-height: 32px;
    width: 1.9em;
    height: 32px;
    display: none;
}

.side-form .form-group .law-fast-search .k-webkit .k-combobox .k-dropdown-wrap:before,
.side-form .law-history-search .k-webkit .k-combobox .k-dropdown-wrap:before {
    padding-bottom: 0;
}

.side-form .form-group .law-fast-search .k-combobox .k-dropdown-wrap:before,
.side-form .law-history-search .k-combobox .k-dropdown-wrap:before {
    height: 32px;
    padding-bottom: 0;
}

.side-form .form-group .law-fast-search .k-dropdown-wrap.k-state-default,
.side-form .law-history-search .k-dropdown-wrap.k-state-default {
    background-color: #fff;
    padding: 0;
}

.side-form .form-group .law-fast-search .k-dropdown-wrap.k-state-default {
    border: 2px solid #223e50;
}

.side-form .law-history-search .k-dropdown-wrap.k-state-default {
    border-color: rgba(0, 0, 0, 0.15);
}

#words-space-btn {
    background: #223e50;
    width: 90px;
    height: 30px;
    text-align: center;
    color: #fff;
}

#words-space-btn:hover {
    background: #132d3f;
}

#words-space-btn.active {
    background: #ac3637;
}

#words-space-btn.active:hover {
    background: #912025;
}

.words-spacing {
    text-align: right;
    margin-top: 10px;
}

.words-spacing .small-title {
    padding-right: 2px;
}

.words-spacing .slider-cntr {
    margin: 10px 0;
}

.words-spacing .tooltip-btn.question-btn {
    height: 21px;
    margin-right: 0px;
}

.words-spacing .tooltip-btn.question-btn i {
    line-height: 21px;
    color: #fff;
}

.words-space-section .k-slider-horizontal {
    height: 25px;
}

.words-space-section .k-slider-horizontal .k-label {
    display: none;
}

.words-space-section .k-slider-selection {
    background-color: #ac3637;
    border-color: #ac3637;
}

.words-space-section .k-draghandle {
    border-color: #ac3637;
    background-color: #ac3637;
    height: 18px !important;
    top: -10px !important;
    border-radius: 8px / 18px;
}

.words-space-section .k-draghandle:hover {
    border-color: #ac3637;
    background-color: #ac3637;
}

.words-space-section .k-draghandle.k-state-focused,
.words-space-section .k-draghandle.k-state-focused:link {
    background-color: #ac3637;
    border-color: #ac3637;
}

.words-space-section .k-draghandle.k-state-selected {
    height: 18px !important;
    top: -10px !important;
    width: 6px !important;
    border-radius: 8px / 18px;
}

#newVersionModal .modal-dialog .modal-header {
    align-items: center;
    justify-content: space-between;
    background: rgb(93,60,72);
    background: -moz-linear-gradient(90deg, rgba(93,60,72,1) 0%, rgba(141,59,64,1) 70%, rgba(124,59,66,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(93,60,72,1) 0%, rgba(141,59,64,1) 70%, rgba(124,59,66,1) 100%);
    background: linear-gradient(90deg, rgba(93,60,72,1) 0%, rgba(141,59,64,1) 70%, rgba(124,59,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d3c48",endColorstr="#7c3b42",GradientType=1);
}

#newVersionModal .modal-dialog .modal-footer {
    background: rgb(87,61,73);
    background: -moz-linear-gradient(90deg, rgba(87,61,73,1) 0%, rgba(175,59,59,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(87,61,73,1) 0%, rgba(175,59,59,1) 100%);
    background: linear-gradient(90deg, rgba(87,61,73,1) 0%, rgba(175,59,59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#573d49",endColorstr="#af3b3b",GradientType=1);
}

#newVersionModal .modal-dialog .modal-body .greetings {
    background: rgb(175,59,59);
    background: -moz-linear-gradient(135deg, rgba(175,59,59,1) 0%, rgba(102,60,70,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(175,59,59,1) 0%, rgba(102,60,70,1) 100%);
    background: linear-gradient(135deg, rgba(175,59,59,1) 0%, rgba(102,60,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af3b3b",endColorstr="#663c46",GradientType=1);
}

#newVersionModal .modal-dialog .modal-body {
    position: static;
    padding: 0;
}

#newVersionModal .modal-dialog ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#newVersionModal .modal-dialog .modal-body .greetings,
#newVersionModal .modal-dialog .modal-body .greetings h3 {
    color: #fff;
}

#newVersionModal .modal-dialog .modal-body .greetings .versions li:not(:last-of-type) {
    border-left: 1px solid #fff;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

#newVersionModal .modal-dialog .modal-body .improvements li .icon-checkmark {
    color: #ac3637;
}

#newVersionModal .modal-dialog .modal-footer p {
    color: #fff;
    margin: 0;
}

#newVersionModal .modal-dialog .modal-footer li.bordered {
    border-left: 1px solid #fff;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

#newVersionModal .modal-dialog .modal-footer li a {
    color: #fff;
    vertical-align: bottom;
}

#newVersionModal .modal-dialog .modal-header,
#newVersionModal .modal-dialog .modal-footer {
    border: none;
}

.closable-input {
    position: relative;
}

.closable-input .icon-close {
    position: absolute;
    top: 0;
    left: 10px;
    cursor: pointer;
    color: #032435;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    visibility: hidden;
}

.fast-search-container .v-fast-search .icon-close {
    left: 60px;
}

.fast-search-container .v-fast-search #v-fast-title {
    border-radius: 0 .25rem .25rem 0;
}

.fast-search-container .v-fast-search #v-fast-title:focus {
    color: #384955;
    background-color: #fff;
    border-color: #da8889;
    outline: 0;
    box-shadow: none;
}

.fast-search-container .v-fast-search .btn {
    width: 50px;
    height: 35px;
    border-radius: .25rem 0 0 .25rem;
    background-color: #ac3637;
    transition: all .3s;
    margin-right: -5px;
}

.fast-search-container .v-fast-search .btn .icon-search {
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.fast-results {
    list-style: none;
}

.fast-results .content {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.fast-results .content a.cut-str-275 {
}

#close-fast-search-results {
    position: absolute;
    left: 15px;
    top: -15px;
}

#close-fast-search-results .icon-cancel-circle1 {
    font-size: 24px;
}

.user-satisfaction .answer-content {
    width: 100%;
}

.user-satisfaction .answer-content .no-answer {
    display: none;
    margin: 0 15px;
}

.user-satisfaction .toda {
    display: none;
    padding: 20px;
}

.user-satisfaction .answer-content .no-answer textarea {
    margin: 10px 0 20px 0;
}

.user-satisfaction .answer-content .no-answer .btn {
    padding: 7px 24px;
}

.user-satisfaction h2 {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    padding: 0 50px;
    color: #687987;
}

.user-satisfaction .answer-content .thumbs-area {
    margin: 20px 0;
}

.user-satisfaction .answer-content .thumbs-area .answer {
    cursor: pointer;
    font-size: 40px;
    margin: 0 20px;
}

.user-satisfaction .answer-content .thumbs-area .icon-thumbs-up1 {
    color: #4b89b0;
}

.user-satisfaction .answer-content .thumbs-area .icon-thumbs-down1 {
    color: #ac3636;
}

.skip-header {
    margin-top: 106px;
}

.pager {
    margin: 10px 0;
    padding-bottom: 50px;
}

.pager .pagination li {
    margin: 0 5px;
}

.pager .pagination li a {
    width: 30px;
    line-height: 30px;
    min-width: 24px;
    height: 30px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    color: #073765;
    padding: 0 3px;
    display: block;
    font-size: 15px;
}

.pager .pagination li.active a {
    z-index: 1;
    color: #fff;
    background-color: #073765;
    border-color: #073765;
    font-family: Heebo-Bold;
}

.pager .pagination li.PagedList-skipToFirst a,
.pager .pagination li.PagedList-skipToPrevious a,
.pager .pagination li.PagedList-skipToNext a,
.pager .pagination li.PagedList-skipToLast a {
    width: 30px;
    min-width: 30px;
    font-size: 20px;
}

.pager .pagination li.PagedList-ellipses {
    display: none;
}

@media (min-width: 320px) {
	footer ul {
		justify-content: center;
		flex-direction: column;
	}
    .side-form .words-header .error {
        margin-right: 0px;
    }

    .pager {
        justify-content: flex-start;
        flex-direction: column;
    }

    .pager .display-pages {
        margin-bottom: 10px;
    }

    .all-words-tooltip .tooltip-content {
        width: 250px;
    }

    .side-form .fast-search-container {
        flex-direction: column;
        background-color: #fff;
        color: #223e50;
    }

    .side-form .fast-search-container .form-group {
        padding: 0;
    }

    .side-form .form-group .law-fast-search .k-combobox,
    .side-form .law-history-search .k-combobox {
        width: 100%;
        z-index: 1001;
    }

    .side-form .form-group .law-fast-search,
    .side-form .law-history-search {
        flex-direction: column;
    }

    .search-courts-input .tooltip-btn.abs {
        display: none;
    }

    .newsletter-form .form-group {
        margin: 20px 0;
    }

    .newsletter-form .content {
        line-height: 25px;
        font-size: 25px;
        text-align: center;
    }

    .newsletter-form .form-group input {
        height: 40px;
        width: 100%;
    }

    .newsletter-form .form-group input.btn {
        width: 100%;
        font-size: 19px;
        margin-top: 15px;
    }

    .newsletter-form .comment {
        font-size: 15px;
        text-align: center;
        font-family: Heebo-Light;
        margin: 0;
    }

    .combined-form .form-group {
        margin: 10px 0;
    }

    .combined-form .content {
        line-height: 25px;
        font-size: 25px;
    }

    .combined-form .form-group .form-control {
        text-indent: 10px;
        width: 100%;
        padding: 0;
        line-height: 45px;
    }

    .combined-form .form-group input.btn {
        width: 100%;
        font-size: 19px;
        padding: 8px 0;
    }

    .combined-form .comment {
        font-size: 15px;
        font-family: Heebo-Light;
        margin: 0 0 10px 0;
    }

    .forms-contracts, .personal-zone {
        margin-top: 20px;
    }

    .forms-contracts .search-field-zone {
        margin: 0 10px 24px 10px;
    }

    .row.steps-select {
        margin-right: -10px;
        margin-left: -10px;
    }

    #sideForm[data-id=verdict] .row.steps-select {
        width: 100% !important;
    }

    .row.steps-select ul.dropdown-menu li:nth-child(2) {
        font-family: 'Heebo-Bold';
    }

    .page-content.item {
        padding: 15px 0px 5px;
    }

    .page-content.item .chart-zone {
        padding: 0px 10px;
    }

    .switch-field {
        flex-direction: column;
    }

    .search-result .row {
        margin-right: 0;
        margin-left: 0;
    }

    nav.row.breadcrumb-zone {
        display: none;
    }

    section.container.search-result {
        margin-top: 25px;
    }

    .tooltipCheckBoxes {
        flex-wrap: wrap;
        text-align: right;
    }

    .tooltipCheckBoxes .custom-control {
        padding-left: 0;
        width: 40%;
        flex-grow: unset !important;
    }

    .search-result .open-search,
    .search-result .saveYourSearch {
        height: 28px;
        font-size: 15px;
    }

    .search-result .open-search i,
    .search-result .saveYourSearch i {
        font-size: 12px;
        margin-left: 5px;
    }

    .search-result .saveYourSearch {
        background-color: #223e50;
        margin-left: 20px;
        transition: background-color 400ms ease;
    }

    .search-result .saveYourSearch:hover {
        background-color: #132d3f;
    }

    .switch-field label {
        height: 37px;
        background-color: #fdfdfd;
        color: #1e3748;
        box-shadow: inset 0 1px 3px #dcdada, 0 1px #dcdada;
    }

    .weekly-tip .banner-text .content {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
        height: auto;
    }

    .side-form .title {
        font-size: 16px;
    }

    .side-form .title .comment {
        font-size: 15px;
        font-family: Heebo-Regular;
    }

    h1.inner-title {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 20px;
        line-height: 28px;
        vertical-align: middle;
        max-width: 184px;
    }

    .side-form .bootstrap-select {
        height: 35px;
    }

    .tooltip-btn.question-btn i {
        color: #fff;
    }

    .content .tooltip-btn.question-btn i {
        font-size: 18px;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
    }

    .rel-pos .tooltip-btn.question-btn i,
    .filter-line .tooltip-btn.question-btn i {
        color: #223e50;
    }

    .rel-pos .tooltip-btn.question-btn {
        left: 19px;
        top: 9px;
    }

    .dropdown-container.rel-pos .tooltip-btn.question-btn {
        left: 20px;
    }

    .dropdown-container.rel-pos .tooltip-btn.question-btn i {
        color: #fff;
    }

    .tooltip-btn .label {
        color: #fff;
    }

    .call-us {
        margin: 15px 10px;
    }

    .form-control {
        height: 43px;
    }

    .form-control.date-zone {
        width: calc(100% - 24px);
    }

    html, body {
        font-size: 15px;
    }

    .btn:focus, .btn.focus {
        box-shadow: 0 0 0 0.2rem rgba(172, 54, 55, 0.25);
    }

    small, .small {
        font-size: 80%;
    }

    .rb-list .custom-control .custom-control-input ~ .custom-control-label:before, .rb-list .custom-control .custom-control-input ~ .custom-control-label:after {
        border: none;
    }

    .side-form {
        background-color: #223e50;
        color: #fff;
        font-family: Heebo-Light;
        padding: 0 10px;
    }

    .side-form a, .side-form .btn-link {
        color: #fff;
        font-size: 15px;
    }

    .side-form .modal-head a.help,
    .side-form .modal-head a.saveYourSearch {
        display: none;
    }

    .side-form .clear-search {
        color: #fff;
    }

    .search.btn-link {
        padding: 8px 15px;
        display: flex;
        align-items: center;
        font-size: 15px;
    }

    .search.btn-link i {
        float: right;
        font-family: Heebo-Bold;
        vertical-align: middle;
        margin-left: 6px;
        font-size: 15px;
    }

    .search.btn-link + hr {
        margin: 0 0 15px 0;
    }

    .page-content.lobby-section.cube-padding-bottom {
        height: auto;
    }

    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .modal-sm {
        max-width: 300px;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .page-content.help-section {
        padding: 10px 15px;
        margin: 30px 0px;
        width: calc(100% - 30px);
        top: 20px;
        right: 15px;
    }

    .page-content.help-section .help-text {
        font-size: 16px;
    }

    .tooltip-btn .tooltip-content.words-distance {
        max-width: 100vw;
        min-width: 90vw;
        right: -164px;
    }
}

@media (min-width: 576px) {

    nav.row.breadcrumb-zone {
        display: flex;
    }

    .tooltipCheckBoxes .custom-control {
        width: 140px;
        margin-bottom: 8px;
    }

    .side-form .modal-head a.help,
    .side-form .modal-head a.saveYourSearch {
        display: inline-block;
    }

    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }

    .btn-lg, .btn-group-lg > .btn {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }

    .card-group {
        flex-flow: row wrap;
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

    .jumbotron {
        padding: 4rem 2rem;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    #previewModal .modal-dialog {
        max-width: 60%;
    }

    #previewModal .modal-dialog .modal-content {
        height: 75vh;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
}

@media (min-width: 768px) {
    .page-content.item {
        padding: 15px 10px 5px;
    }

    .switch-field {
        flex-direction: row;
    }

    .calcsResContainer iframe {
        padding: 10px;
    }

    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-0 {
        flex: 0 0 5%;
        max-width: 5%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        float: right;
    }

    .cb-list-articles .custom-control {
        max-width: 33.3%;
        width: 100%;
    }

    .sideTabs {
        position: absolute;
        margin-right: -132px;
        margin-top: 230px;
        display: flex;
        flex-direction: column;
    }

    .sideTabs .nav-item {
        margin-bottom: 9em;
    }

    .sideTabs .nav-item .nav-link {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sideTabs .nav-item .nav-link:hover {
        background-color: #912025;
    }
}

@media (min-width: 992px) {

    body {
        padding-top: 100px;
    }

    body header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1002;
    }


    .loginContent .steps li [data-toggle="tab"].d-flex span {
        margin: 24px 10px 24px 20px;
    }

    .loginContent .steps li [data-toggle="tab"].d-flex i.takdin-user {
        font-size: 28px;
        margin: 0 10px 0 30px;
    }

    .loginContent .steps li [data-toggle="tab"].d-flex i.icon-file-text2 {
        font-size: 24px;
        margin: 0 0 0 32px;
    }

    .loginContent .steps li [data-toggle="tab"].d-flex i.icon-stack {
        font-size: 24px;
        margin: 0 0 0 20px;
    }

    #upperCourtModal .modal-dialog {
        width: 900px;
        max-width: 100%;
        height: 340px;
        max-height: 100%;
    }

    .tab-pane.active.show .desc {
        padding: 0 0px 10px;
        border-bottom: 1px solid #eaeaea;
    }

    .bottom-bordered {
        border-bottom: 1px solid #eaeaea;
    }

    .results-placeholder {
        margin-top: 20px;
    }

    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    #pageHeader {
        font-size: 16px;
    }

    #pageHeader .navbar {
        padding: 0;
    }

    #pageHeader .navbar > .navbar-brand {
        display: none;
    }

    #pageHeader #takdin_navbar {
        flex-wrap: wrap;
    }

    #pageHeader #takdin_navbar .navbar-brand {
        padding: 0;
        margin: 6px 40px 6px 20px;
    }

    #pageHeader #takdin_navbar .navbar-nav {
        position: relative;
        font-size: 16px;
    }

    #pageHeader .helloUser {
        padding-left: 60px;
    }

    #pageHeader .upperNav {
        margin: 0 1rem 0 auto;
        text-align: center;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    #pageHeader .upperNav li {
        max-width: 100%;
        padding: 0 10px;
    }

    #pageHeader .upperNav li .nav-link {
        color: #000;
    }

    #pageHeader .upperNav li .nav-link:hover {
        text-decoration: underline;
    }

    #pageHeader .lowerNav {
        font-size: 0.95rem;
        line-height: 1.1;
        flex: 0 0 100%;
        background-color: #223e50;
        box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
    }

    #pageHeader .lowerNav .navbar-nav {
        max-width: 100%;
        margin: auto;
    }

    #pageHeader .lowerNav .navbar-nav a {
        color: #fff;
    }

    #pageHeader .lowerNav .navbar-nav > li {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    #pageHeader .lowerNav .navbar-nav > li .nav-link {
        white-space: nowrap;
        text-align: center;
        padding: 1.1rem .5rem;
        font-family: Heebo-Medium;
    }

    #pageHeader .lowerNav .navbar-nav > li .nav-link:hover, #pageHeader .lowerNav .navbar-nav > li .nav-link.active {
        background: #fff;
        box-shadow: inset 0 0px 0px 2px #223e50;
        color: #223e50;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown {
        position: static;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown > .dropdown-menu {
        -webkit-animation: opacityMe .8s;
        animation: opacityMe .8s;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown:hover > .dropdown-menu, #pageHeader .lowerNav .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {
        position: relative;
        z-index: 1;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:after {
        border-top: 5px solid #fefefe;
        position: relative;
        top: 0px;
        right: 3px;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:hover:after,
    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle.active:after {
        border-top: 5px solid #223e50;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:active {
        pointer-events: none;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        content: "";
        pointer-events: none;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu {
        position: relative;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu {
        box-shadow: 0 6px 19px 0 rgba(0, 0, 0, 0.25);
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu a {
        color: #000;
        font-size: 15px;
        padding: 10px 12px;
        background-color: #fff;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu a:active, #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu a:hover {
        background-color: #1d3544;
        color: #fff;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu a:after {
        position: relative;
        top: 2px;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu .dropdown-toggle {
        padding-left: 20px;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu .dropdown-toggle::after {
        position: absolute;
        left: 1px;
        top: calc(50% - 1px);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu .dropdown-submenu {
        position: relative;
        width: 100%;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu ul {
        position: absolute;
        left: 100%;
        top: 0;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu li {
        width: 100%;
    }

    #pageHeader .lowerNav .navbar-nav .nav-item.dropdown.simple-menu .dropdown-menu li + li {
        border-top: 1px solid #d9d9d9;
    }

    #pageHeader .lowerNav .dropdown-menu {
        width: 100%;
        margin: 0;
        background: #f5f5f5;
        border-radius: 0;
    }

    #pageHeader .lowerNav .navEncyclopedia .dropdown-menu {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        text-align: center;
        padding: 1.5rem;
    }

    #pageHeader .lowerNav .navEncyclopedia .dropdown-menu .dropdown-item {
        flex: 0 0 230px;
        max-width: 230px;
        color: #000;
        font-size: 1.25rem;
        font-family: Heebo-Medium;
        margin: 1rem 0;
        background-color: #fff;
    }

    #pageHeader .lowerNav .navEncyclopedia .dropdown-menu .dropdown-item figure {
        width: 4.7rem;
        position: relative;
        margin: 0 auto 0.7rem;
        height: 4.7rem;
        border: 0.222rem solid #d7d7d7;
        border-radius: 100%;
        background-color: #027046;
        transition: all 300ms ease-in;
    }

    #pageHeader .lowerNav .navEncyclopedia .dropdown-menu .dropdown-item figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 42px;
        max-width: 100%;
    }

    #pageHeader .lowerNav .navEncyclopedia .dropdown-menu .dropdown-item:hover, #pageHeader .lowerNav .navEncyclopedia .dropdown-menu .dropdown-item:focus {
        background: 0;
        font-family: Heebo-Bold;
    }

    #pageHeader .lowerNav .navEncyclopedia .dropdown-menu .dropdown-item:hover figure, #pageHeader .lowerNav .navEncyclopedia .dropdown-menu .dropdown-item:focus figure {
        box-shadow: 0 0 0.611rem 0.056rem rgba(0, 112, 71, 0.3);
        border-color: #014c1e;
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    #pageHeader .lowerNav .navProviders .dropdown-menu {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        text-align: center;
        padding: 1.5rem;
    }

    #pageHeader .lowerNav .navProviders .dropdown-menu .dropdown-item {
        flex: 0 0 20%;
        max-width: 20%;
        color: #000;
        font-size: 1.1rem;
        font-family: Heebo-Medium;
        margin: 1rem 0;
        white-space: unset;
        padding: 0.25rem 1rem;
    }

    #pageHeader .lowerNav .navProviders .dropdown-menu .dropdown-item figure {
        position: relative;
        margin: 0 auto 1rem;
        transition: all 300ms ease-in;
        padding-top: 0;
        border: 1px solid rgba(0, 0, 0, 0);
        max-width: 215px;
    }

    #pageHeader .lowerNav .navProviders .dropdown-menu .dropdown-item figure img {
        width: 100%;
        width: auto;
        max-width: 100%;
        min-height: 100%;
    }

    #pageHeader .lowerNav .navProviders .dropdown-menu .dropdown-item:hover, #pageHeader .lowerNav .navProviders .dropdown-menu .dropdown-item:focus {
        background: 0;
        font-family: Heebo-Bold;
    }

    #pageHeader .lowerNav .navProviders .dropdown-menu .dropdown-item:hover figure, #pageHeader .lowerNav .navProviders .dropdown-menu .dropdown-item:focus figure {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        border-color: #ac3637;
        box-shadow: 0px 5px 0 0px #ac3637;
    }

    #pageHeader .topSearch {
        border: 1px solid #d1d1d1;
        background-color: #e8e8e8;
        border-radius: 0.313rem;
        margin-right: 1rem;
    }

    #pageHeader .topSearch .form-control {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 195px;
        border: 0;
        background-color: #e8e8e8;
        font-size: 16px;
        height: calc(2em + 0.75rem + 2px);
        transition: all 300ms ease-out;
    }

    #pageHeader .topSearch .form-control.expand {
        width: 250px;
    }

    #pageHeader .topSearch .btn {
        height: calc(1.9em + 0.65rem + 2px);
        font-size: 1.1rem;
        color: #fff;
        background: #ac3637;
        font-family: Heebo-Light;
    }

    #pageHeader .topSearch .btn:before {
        font-family: 'takdinIcon' !important;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e90b";
        margin-right: .3rem;
    }

    #pageHeader .topSearch .btn:hover, #pageHeader .topSearch .btnfocus {
        background: #ac3637;
    }

    #pageHeader .lang {
        margin: 1px 1rem 0 0;
    }

    #pageHeader .lang select {
        font-size: 16px;
        width: auto;
        margin: auto;
        border: 1px solid #d1d1d1;
        background-color: #e8e8e8;
        height: calc(2.1em + 0.75rem + 2px);
    }

    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .mediaList {
        max-width: 74%;
    }

    .modal-lg, .modal-xl {
        max-width: 800px;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .side-form .form-group.law-references .process-row,
    .side-form .form-group.verdict-reference .process-row {
        padding: 0 10px;
    }

    .form-group.law-references {
        margin-top: 0px;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .mobile-call-phone {
        display: none;
    }

    .personal-btns-row .col-btn {
        width: auto;
        padding-left: 0;
        padding-right: 8px;
    }

    .page-content {
        padding: 20px 22px;
    }

    .weekly-tip .lobby-section {
        height: 209px;
        padding: 15px;
    }

    .weekly-tip .banner-text .content {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
        margin: 10px 0 0 0;
    }

    #categories-content {
        padding: 30px 30px 100px 10px;
    }

    .side-form .btn-link.add-btn {
        margin: 0 6px;
    }

    .side-form .words-section .btn-link.duplicateBtn {
        margin: 0;
    }

    .side-form .words-section .btn-link.removeDuplicatedBtn {
        margin: 0 3px 0 0;
    }

    .side-form .words-section .btn-link i {
        transition: color 400ms ease;
    }

    .side-form .words-section .btn-link:hover i {
        color: #af3c3b;
    }

    .page-content.item > .row {
        flex-wrap: nowrap;
    }

    .page-content.item .item-text {
        padding-bottom: 50px;
        flex-grow: 1;
        display: -ms-flexbox;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .page-content.item .btns-row {
        margin-top: 0;
        position: absolute;
        right: -5px;
        left: 0;
        bottom: -18px;
    }

    .page-content.item .status {
        margin: 0px 17px 0 0;
        min-height: 150px;
        min-width: 160px;
    }

    .page-content-mobile {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cases-tbl table tr + tr td {
        border-top: solid 2px #d7d7d7;
        position: relative;
    }

    .cases-tbl table tr + tr td:first-child:after, .cases-tbl table tr + tr td:last-child:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        right: 0;
        top: -2px;
        background-color: #fafafa;
    }

    .cases-tbl table tr + tr td:last-child:after {
        left: 0px;
        right: auto;
    }

    .cases-tbl table tr td:nth-child(3) {
        width: 250px;
        padding-left: 79px;
    }

    .cases-tbl table tr td:last-child {
        padding-left: 30px;
        text-align: left;
    }

    .cases-data .data-list li .one-line span + span {
        margin-right: 25px;
    }

    .login-page {
        padding: 0;
    }

    .login-page .loginForm {
        padding-left: 0;
        padding-right: 0;
    }

    .login-page .loginContent {
        margin: 7% 10% 50px;
    }

    .loginContent {
        width: 740px;
    }

    .loginContent .steps li {
        border-top: 1px solid #366379;
    }

    .loginContent .steps {
        min-width: 294px;
    }

    .data-list .item .td.date, .data-list .item .th.date {
        margin-left: 20px;
    }

    .data-list.search .td.big-comment, .data-list.search .th.big-comment {
        width: 778px;
        max-width: 66%;
    }

    .data-list.forms .item .download i {
        margin-right: 8px;
    }

    .side-form {
        padding: 22px 0px 130px 0;
    }

    .lobby-section .news li .content.multi-line {
        height: 36px;
        overflow-y: hidden;
    }

    .portal-articles .news li .content.multi-line {
        height: 40px;
        line-height: 22px;
    }

    .contact-zone {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .side-contact-zone {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .contact-form.item {
        padding: 23px 45px 38px;
        margin-bottom: 6px;
    }

    .hp-logout .page-content.item .content {
        max-height: 55px;
        overflow: hidden;
    }

    .hp-logout .page-content.item .bottom-btn {
        position: absolute;
        top: 8px;
        left: 32px;
    }

    .min-height-6 {
        min-height: 600px;
    }

    .document-deleted {
        padding: 0px 100px;
    }

    .document-deleted .header {
        padding: 40px 40px 20px 40px;
    }

    .document-deleted .contact-data {
        padding: 0 40px;
    }

    .document-deleted .contact-data label {
        font-size: 16px;
    }

    .document-deleted .contact-data a {
        font-size: 16px;
    }

    .document-deleted .contact-data .col-lg-2 {
        flex: 0 0 16%;
        max-width: 16%;
    }

    .document-deleted .contact-data .col-lg-10 {
        flex: 0 0 84%;
        max-width: 84%;
    }

    .document-deleted i.confused-man {
        zoom: 1.6;
        -moz-transform: scale(1.6);
        -moz-transform-origin: 0px -70px;
        transform-origin: 0px -70px;
    }

    .delete-rows-container #deleteRows {
        top: 10px;
        left: 15px;
        padding: 5px 50px;
        font-family: Heebo-Medium;
    }

    .delete-rows-container #deleteRows .takdin-close {
        font-size: 15px;
        margin-left: 8px;
        margin-top: 2px;
    }

    .personal-zone .delete-rows-container .btn {
        top: 0px;
        left: 15px;
        padding: 4px 30px;
        position: absolute;
    }

    .personal-zone .delete-rows-container .btn .takdin-close {
        font-size: 15px;
        margin-left: 8px;
        margin-top: 2px;
    }

    .tab-pane:not(.container) h2.tab-title small {
        color: #707070;
        float: left;
        padding-top: 6px;
        font-size: 15px;
    }

    .tab-pane:not(.container) h2.tab-title {
        padding: 0 7px 10px;
        border-bottom: 2px solid #eaeaea;
        margin: 0 -10px 25px;
    }

    .external-link .txt-filter {
        line-height: 50px;
    }

    .external-link .data-table-icon {
        margin-left: 28px;
    }

    .k-dropdown.formSelect {
        width: 280px;
        margin-right: -50px;
    }

    #data-tables-categories li {
        width: 30%;
        cursor: pointer;
    }
}

@media(min-width:1024px) {
	footer ul {
    justify-content: space-between;
    flex-direction: row;
}
    .side-form .words-header .error {
        margin-right: 20px;
    }

    .forms-contracts .search-field-zone {
        margin: 0 0px 24px 0px;
    }

    .pager .pagination li:not(.active) a:hover {
        color: #ac3637;
    }

    .lawDocument a.open-search {
        justify-content: center;
        font-family: Heebo-Medium;
        display: flex;
        align-items: center;
    }

    .lawDocument i.icon-search {
        margin-left: 4px;
    }

    #defaultCopyMethod {
        text-decoration: none;
        margin-right: 20px;
        padding: 0;
        font-family: 'Heebo-Medium';
    }

    #defaultCopyMethod:hover {
        text-decoration: none;
    }

    #defaultCopyMethod.saved {
        color: green;
    }

    #defaultCopyMethod i.takdin-box {
        margin-left: 4px;
    }

    .k-widget.k-tooltip {
        border-color: #223e50 !important;
        background-color: #223e50 !important;
        color: #fff;
    }

    .k-callout-s {
        border-top-color: rgba(34,62,80,.9) !important;
    }

    .k-callout-n {
        border-bottom-color: rgba(34,62,80,.9) !important;
    }

    .tooltip-morphology {
        height: 35px;
        line-height: 35px;
        margin-right: 0;
        cursor: pointer;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-right: none;
    }

    a.k-button.k-button-increase.k-state-hover, a.k-button.k-button-decrease.k-state-hover {
        background-color: #fff !important;
    }

    .rb-list .custom-control .custom-control-input ~ .custom-control-label:before, .rb-list .custom-control .custom-control-input ~ .custom-control-label:after {
        background-color: #fff;
    }

    .rb-list [type="radio"].custom-control-input:checked ~ .custom-control-label:after {
        border: 4px solid #fff;
        background-color: #ac3667;
        color: #fff;
        width: .5rem;
        height: .5rem;
    }

    .morphology-container .small-title {
        margin: 0px auto 10px auto;
        display: block;
        font-size: 15px;
    }

    .all-words-tooltip .tooltip-content {
        width: 350px;
    }

    .side-form .all-words-section .operator-btn,
    .side-form .words-section.all-words-section label.operator {
        padding-right: 18px;
    }

    .side-form .excluded-words-section .operator-btn,
    .side-form .words-section.excluded-words-section label.operator {
        padding-right: 18px;
    }

    .side-form .at-least-these-words-section .operator-btn,
    .side-form .words-section.at-least-these-words-section label.operator {
        padding-right: 18px;
    }

    .side-form .words-section label.form-group {
        flex: 10%;
        padding-right: 15px;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .side-form .words-section .inputs-90 {
        flex: 90%;
        padding: 0 15px;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .side-form .fast-search-container {
        background-color: #ececec;
        flex-direction: row;
        color: #032435;
    }

    .side-form .fast-search-container .form-group {
        padding: 0 15px;
    }

    #newVersionModal .modal-dialog {
        max-width: 500px;
    }

    #newVersionModal .modal-dialog .modal-header,
    #newVersionModal .modal-dialog .modal-footer {
        height: 44px;
    }

    #newVersionModal .modal-dialog .modal-header img {
        height: 20px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings {
        padding: 30px 30px 0 5px;
        height: 100%;
    }

    #newVersionModal .modal-dialog .modal-body .greetings h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings .versions {
        margin: 15px 0 0 0;
    }

    #newVersionModal .modal-dialog .modal-body .greetings .versions li {
        font-size: 13px;
        line-height: 13px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements {
        padding: 15px 15px 0px 15px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li {
        margin-bottom: 10px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li .icon-checkmark {
        font-size: 12px;
        line-height: 18px;
        margin-left: 6px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li .text {
        font-size: 13px;
        line-height: 18px;
    }

    #newVersionModal .modal-dialog .modal-footer p {
        font-size: 15px;
        line-height: 15px;
    }

    #newVersionModal .modal-dialog .modal-footer li a {
        font-size: 15px;
        line-height: 15px;
    }

    #newVersionModal .modal-dialog .modal-footer li img {
        height: 15px;
    }


    .side-form .form-group .law-fast-search,
    .side-form .form-group .law-fast-history {
        flex-direction: row;
    }

    .tooltip-btn .tooltip-content.words-distance {
        max-width: 700px;
        min-width: 500px;
    }

    .rel-pos .tooltip-btn.question-btn {
        left: 25px;
        top: 2px;
    }

    .search-courts-input .tooltip-btn.abs {
        display: block;
        position: absolute;
        right: 5px;
    }

    .search-courts-input #archaaDropdown {
        text-indent: 20px;
    }

    .dropdown-container.rel-pos .tooltip-btn.question-btn {
        left: 8px;
    }

    .row.steps-select {
        margin-right: -15px;
        margin-left: -15px;
    }

    .page-content.item {
        padding: 20px 30px 22px;
    }

    .page-content.item .chart-zone {
        padding: 0px;
    }

    .chart-zone .y-chart-title {
        position: absolute;
        left: 0;
        top: 50px;
    }


    .row.bottom-brands {
        flex-wrap: nowrap;
    }

    .bottom-brands .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .bottom-brands .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .bottom-brands a .icon-hashavim {
        font-size: 26px;
    }

    .bottom-brands .logo-list i {
        font-size: 28px;
    }

    .bottom-brands a .icon-mahshevot-logo {
        font-size: 24px;
    }

    .bottom-brands a .icon-dinim-logo {
        font-size: 26px;
    }

    section.container.search-result {
        margin-top: 0px;
    }

    footer {
        margin: 20px 0 20px 0;
    }

    footer .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    footer .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .page-content.item:hover .share-zone, .page-content.item:focus .share-zone {
        right: -27px;
    }

    .breadcrumb-item.active {
        display: inline-block;
        word-break: break-word;
        max-width: calc(100% - 300px);
    }

    #helpModal p {
        font-size: 18px;
        line-height: 28px;
        color: #032435;
    }

    #editModal p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 22px;
        font-family: 'Heebo-Medium';
    }

    .sideTabs {
        margin-right: -144px;
    }

    .switch-field label {
        height: 35px;
        background-color: #fafafa;
        color: #032435;
        box-shadow: inset 0 1px 3px #d2d8dc, 0 1px #d2d8dc;
        width: 30%;
    }

    .side-form label.__title {
        color: #032435;
        margin-bottom: 5px;
    }

    .hr-border:before {
        background-color: #687987;
        z-index: 0;
    }

    .hr-border span {
        background-color: #fff;
        padding: 2px 0px 2px 25px;
        font-size: 17px;
        color: #032435;
        font-family: Heebo-Medium;
    }

    .nav-pills .nav-item .nav-link {
        min-width: 150px;
        height: 37px;
        font-size: 15px;
        font-family: Heebo-Medium;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        color: #ac3637;
        background-color: transparent;
        border: 1px solid #ac3637
    }

    .nav-pills .nav-item .nav-link.active,
    .nav-pills .nav-item .nav-link:hover {
        background-color: #ac3637;
        color: #fff;
        border-color: #fff;
    }

    .newsletter-form {
        height: 205px;
    }

    .newsletter-form .form-group {
        display: flex;
        margin: 20px 0;
    }

    .newsletter-form .content {
        line-height: 35px;
        font-size: 25px;
        margin: 0 5px 20px 0;
        text-align: right;
    }

    .newsletter-form .form-group input {
        height: 45px;
    }

    .newsletter-form .form-group input.btn {
        width: 34%;
        margin-right: 13px;
        margin-top: 0;
        font-size: 17px;
    }

    .newsletter-form .comment {
        font-size: 17px;
        margin-right: 5px;
        font-family: Heebo-Light;
        text-align: right;
    }

    .combined-form {
        height: 300px;
    }

    .combined-form .form-group {
        display: flex;
        flex-direction: column;
        margin: 0px 0 15px 0;
    }

    .combined-form .content {
        line-height: 35px;
        font-size: 23px;
        margin: 0 5px 0px 0;
        text-align: right;
    }

    .combined-form .form-group .form-control {
        height: 40px;
    }

    .combined-form .form-group input.btn {
        margin-top: 15px;
        font-size: 22px;
        padding: 10px 0;
    }

    .combined-form .comment {
        font-size: 16px;
        line-height: 16px;
        margin: 0px 5px 15px 0;
        font-family: Heebo-Light;
        text-align: right;
    }

    .side-form .title {
        font-size: 18px;
        line-height: 30px;
    }

    .side-form .title .comment {
        font-size: 15px;
    }

    h1.inner-title {
        font-size: 25px;
        margin: 0 !important;
        line-height: 38px;
        vertical-align: bottom;
        max-width: calc(100% - 140px);
    }

    .all-references h1.inner-title {
        margin: 20px 0 0 0 !important;
    }

    .list_dropdown .dropdown-toggle, .checkboxes_dropdown .dropdown-toggle {
        border: 1px solid rgba(0, 0, 0, 0.15);
        height: 35px;
    }

    .side-form .newsletter-register i {
        color: #032435;
        margin-left: 4px;
        transition: color 400ms ease;
    }

    .side-form .newsletter-register .link {
        color: #032435;
        transition: color 400ms ease;
    }

    .side-form .newsletter-register:hover i,
    .side-form .newsletter-register:hover .link {
        color: #ac3637;
    }

    .process-row i.takdin-back {
        color: #687987;
        font-size: 19px;
        line-height: 35px;
    }

    .side-form .law-references .process-row,
    .side-form .verdict-reference .process-row {
        display: block;
        position: static;
        text-align: center;
    }

    button#most-mentioned-btn {
        color: #af3c3b;
        padding: 0;
        font-size: 16px;
    }

    button#most-mentioned-btn i {
        line-height: 24px;
        vertical-align: middle;
        margin-right: 2px;
    }

    .side-form .add-law-ref-btn {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .side-form i.icon-add-solid, .side-form i.icon-minus-solid {
        line-height: 35px;
        color: #223e50;
        display: inline-block;
        vertical-align: middle;
        transition: color 400ms ease;
    }

    .side-form .btn-link.add-btn:hover i {
        color: #af3c3b;
    }

    .side-form .words-section label.operator {
        vertical-align: middle;
        margin-right: 3px;
        padding: 0 6px;
        line-height: 35px;
        font-family: 'Heebo-Bold';
    }

    .side-form .words-section .tooltip-btn, .side-form .words-section label {
        width: 32px;
    }

    .side-form .modal-footer-form {
        position: fixed;
        bottom: 30px;
        left: 30px;
        text-align: center;
    }

    .side-form .modal-footer-form .btn {
        width: 100%;
        font-family: Heebo-Medium;
        box-shadow: none;
    }

    .side-form .form-control input[type=text] {
        height: 33px;
        border-radius: 5px;
    }

    .side-form .add-law-side .form-control {
        width: auto;
    }

    .side-form hr {
        margin-top: .5rem;
        margin-bottom: 2rem;
        border-top: 1px solid rgba(104, 121, 135, 0.4);
    }

    .side-form .cb-list hr {
        margin-top: 5px;
        margin-bottom: 0;
        border-top: 1px dashed rgba(34, 62, 80, 0.4);
    }

    .side-form .clear-search {
        font-size: 15px;
        background: #223e50;
        width: 120px;
        height: 30px;
        text-align: center;
        color: #fff;
    }

    .side-form .clear-search:hover,
    .call-us:hover {
        background: #132d3f;
    }

    .side-form .modal-head .close-search {
        padding: 0;
        margin-top: -10px;
        display: none;
    }

    .side-form .modal-head .close-search:hover i {
        color: #af3c3b;
    }

    .side-form .modal-head .close-search i {
        font-size: 25px;
        line-height: 25px;
        padding: 0;
        color: #032435;
        transition: all 400ms ease;
    }

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        outline: none !important;
        box-shadow: none !important;
    }

    .side-form .bootstrap-select.form-control {
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .side-form .bootstrap-select {
        height: 33px;
    }

    .side-form .bootstrap-select.w-100 {
        width: 100% !important;
    }

    .tooltip-btn.question-btn {
        height: 35px;
    }

    .page-content.item .btns-row .tooltip-btn.question-btn {
        height: 30px;
        padding: 4px 5px 0 0;
    }

    .modal-body .tooltip-btn.question-btn {
        height: 20px;
    }

    .tooltip-btn.question-btn i,
    .dropdown-container.rel-pos .tooltip-btn.question-btn i {
        color: #223e50;
    }

    .content .tooltip-btn.question-btn i {
        color: #fff;
    }

    .tooltip-btn .label {
        color: #061b29;
    }

    .call-us {
        margin: 15px 10px 15px 60px;
    }

    .form-control {
        height: 35px;
    }

    .form-control.date-zone {
        width: calc(100% - 26px);
    }

    .search-result .open-search,
    .search-result .saveYourSearch {
        height: 38px;
        font-size: 15px;
    }

    .search-result .open-search i,
    .search-result .saveYourSearch i {
        font-size: 16px;
        margin-left: 7px;
    }

    .search-result .common-search {
        position: absolute;
        left: 405px;
        top: 80px;
        height: 24px;
        font-size: 15px;
        display: block;
        z-index: 1;
        padding: 0 15px;
    }

    .search-result .common-search span {
        line-height: 24px;
    }

    .search-result .common-search i {
        font-size: 15px;
        margin-left: 5px;
    }

    .btn:focus, .btn.focus {
        box-shadow: none;
    }

    small, .small {
        font-size: 90%;
    }

    .rb-list .custom-control .custom-control-input ~ .custom-control-label:before, .rb-list .custom-control .custom-control-input ~ .custom-control-label:after {
        border: 1px solid #687987;
    }

    .side-form {
        background-color: #fff;
        color: #032435;
        font-family: Heebo-Regular;
        display: none;
        min-height: calc(100vh - 100px);
    }

    .side-form a, .side-form .btn-link {
        color: #032435;
    }

    .side-form .modal-head {
        border-bottom: 2px solid #687987;
        margin: 0 0px 15px 0px;
    }

    #morphology-types .custom-control label {
        font-size: 15px;
    }

    #morphology-types .custom-control label .tooltip-content {
        font-family: Heebo-Regular;
        font-size: 13px;
    }

    html, body {
        font-size: 13px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px;
    }

    .page-content.lobby-section.cube-padding-bottom {
        height: 300px;
    }

    .page-content.lobby-section.common-actions {
        height: 205px;
    }

    .page-content.lobby-section.common-actions h2 {
        padding-bottom: 8px
    }

    .page-content.lobby-section.common-actions .categories-icons.view-2 li a {
        min-height: 65px;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .page-content.lobby-section.common-actions .categories-icons.view-2 li a .icon.write,
    .page-content.lobby-section.common-actions .categories-icons.view-2 li a .icon.search,
    .page-content.lobby-section.common-actions .categories-icons.view-2 li a .icon.user,
    .page-content.lobby-section.common-actions .categories-icons.view-2 li a .icon.chat {
        margin: 0 0 0 6px;
    }

    .side-form .clear-search {
        top: 132px;
        left: 50px;
        color: #fff;
    }

    .side-form .modal-footer-form .btn {
        font-size: 16px;
        padding: 7px 24px;
        margin-bottom: 0px;
        box-shadow: none;
    }

    .side-form .modal-footer-form .btn i {
        font-size: 16px;
        margin: -4px 0 0 6px;
    }

    .side-form .newsletter-register i {
        font-size: 11px;
    }

    .side-form .newsletter-register .link {
        font-size: 13px;
    }

    .side-form .form-group input[type=text], .side-form .form-group select {
        font-size: 13px;
    }

    .side-form .bootstrap-select .dropdown-toggle .filter-option,
    .students-form .bootstrap-select .dropdown-toggle .filter-option {
        font-size: 13px;
    }

    .list_dropdown .dropdown-toggle, .checkboxes_dropdown .dropdown-toggle {
        font-size: 13px;
    }

    .side-form .words-section .form-control {
        width: 70%;
    }

    .side-form i.icon-add-solid, .side-form i.icon-minus-solid {
        font-size: 15px;
    }

    .side-form a, .side-form .btn-link {
        font-size: 13px;
        line-height: 15px;
    }

    .container {
        max-width: 994px;
    }

    .form-content.container {
        max-width: 98%;
    }

    #marketBannerModal .marketBannerForm form {
        display: flex;
        justify-content: space-between;
    }

    #marketBannerModal .bannerContol {
        width: 120px;
        margin-bottom: 0;
    }

    #personal-pane-5 #writeToSpecialistForm {
        width: 70%;
    }

    .page-content-screen .data-list .item.item-header .pr-30 {
        padding-right: 30px;
    }

    .page-content-screen .data-list .item.item-header .custom-checkbox {
        margin-right: 10px;
    }

    .personal-zone .page-content-screen .data-list .item.item-header .custom-checkbox {
        padding-right: 1.5rem;
    }

    .page-content-screen .data-list .item .field .title {
        font-family: Heebo-Medium;
    }

    .page-content.help-section {
        padding: 15px 25px;
        margin: 30px 100px;
        top: 200px;
        right: calc(50% - 500px);
        width: 500px;
    }

    .page-content.help-section .help-text {
        font-size: 18px;
    }

    .banner {
        display: none;
    }
}

@media (min-width: 1200px) {
    #newVersionModal .modal-dialog {
        max-width: 600px;
    }

    #newVersionModal .modal-dialog .modal-header,
    #newVersionModal .modal-dialog .modal-footer {
        height: 54px;
    }

    #newVersionModal .modal-dialog .modal-header img {
        height: 24px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings {
        padding: 30px 30px 0 5px;
        height: 100%;
    }

    #newVersionModal .modal-dialog .modal-body .greetings h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings .versions {
        margin: 20px 0 0 0;
    }

    #newVersionModal .modal-dialog .modal-body .greetings .versions li {
        font-size: 16px;
        line-height: 18px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements {
        padding: 20px 20px 0px 20px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li {
        margin-bottom: 10px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li .icon-checkmark {
        font-size: 15px;
        line-height: 25px;
        margin-left: 8px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li .text {
        font-size: 16px;
        line-height: 24px;
    }

    #newVersionModal .modal-dialog .modal-footer p {
        font-size: 17px;
        line-height: 17px;
    }

    #newVersionModal .modal-dialog .modal-footer li a {
        font-size: 17px;
        line-height: 17px;
    }

    #newVersionModal .modal-dialog .modal-footer li img {
        height: 17px;
    }

    .container {
        max-width: 960px;
    }

    .side-form .form-group input[type=text], .side-form .form-group select {
        font-size: 15px;
    }

    .side-form .bootstrap-select .dropdown-toggle .filter-option,
    .students-form .bootstrap-select .dropdown-toggle .filter-option {
        font-size: 15px;
    }

    .list_dropdown .dropdown-toggle, .checkboxes_dropdown .dropdown-toggle {
        font-size: 15px;
    }

    #historicalModal .modal-dialog, #comparisonModal .modal-dialog {
        margin: auto;
        width: 80%;
        max-width: 1000px;
    }

    #userTermsConfirmationModal .modal-dialog {
        margin: auto;
        width: 70%;
        max-width: 70%;
    }

    #pageHeader #takdin_navbar {
        background-color: #af3c3b;
    }

    #pageHeader #takdin_navbar .upperNav {
        flex: 0 0 500px;
        max-width: 500px;
        justify-content: flex-end;
    }

    .tab-pane:not(.container) .rows-counter {
        display: flex;
        justify-content: flex-end;
    }

    .page-content.item .item-text {
        padding-left: 0;
    }

    .cases-data .data-list.list-border li + li {
        margin-right: 66px;
    }

    .pagination {
        margin-top: 5px;
    }
}

@media (min-width: 1260px) {
    html, body {
        font-size: 15px;
    }

    .container {
        max-width: 1054px;
    }

    .container_big {
        max-width: 1300px;
        margin-right: 26.5em;
    }

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }

    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .modal-xl {
        max-width: 1140px;
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    #newVersionModal .modal-dialog {
        max-width: 700px;
    }

    #newVersionModal .modal-dialog .modal-header,
    #newVersionModal .modal-dialog .modal-footer {
        height: 64px;
    }

    #newVersionModal .modal-dialog .modal-header img {
        height: 28px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings {
        padding: 40px 30px 0 5px;
        height: 100%;
    }

    #newVersionModal .modal-dialog .modal-body .greetings h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    #newVersionModal .modal-dialog .modal-body .greetings .versions {
        margin: 20px 0 0 0;
    }

    #newVersionModal .modal-dialog .modal-body .greetings .versions li {
        font-size: 18px;
        line-height: 22px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements {
        padding: 20px 30px 0px 30px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li {
        margin-bottom: 10px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li .icon-checkmark {
        font-size: 16px;
        line-height: 28px;
        margin-left: 8px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li .text {
        font-size: 17px;
        line-height: 28px;
    }

    #newVersionModal .modal-dialog .modal-footer p {
        font-size: 19px;
        line-height: 19px;
    }

    #newVersionModal .modal-dialog .modal-footer li a {
        font-size: 19px;
        line-height: 19px;
    }

    #newVersionModal .modal-dialog .modal-footer li img {
        height: 19px;
    }

    .side-form .title {
        font-size: 20px;
    }

    .side-form .title .comment {
        font-size: 16px;
    }

    .banner {
        display: block;
    }

    .row,
    .search-result .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-lg-0 {
        flex: 0 0 5%;
        max-width: 5%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px;
    }

    .side-form .clear-search {
        top: 132px;
        left: 60px;
    }

    .side-form .modal-footer-form .btn {
        font-size: 24px;
        padding: 10px 50px;
        margin-bottom: 14px;
        box-shadow: none;
    }

    .side-form .modal-footer-form .btn i {
        font-size: 20px;
        margin: -6px 0 0 12px;
    }

    .side-form .newsletter-register i {
        font-size: 15px;
    }

    .side-form .newsletter-register .link {
        font-size: 16px;
    }

    .side-form i.icon-add-solid, .side-form i.icon-minus-solid {
        font-size: 17px;
    }

    .side-form a, .side-form .btn-link {
        font-size: 15px;
        line-height: 16px;
    }

    .container {
        max-width: 1370px;
    }

    .form-content.container {
        max-width: 1370px;
    }

    .side-form .words-section .form-control {
        width: 75%;
    }

    .pr-xxl-3 {
        padding-right: 1rem !important;
    }

    body.narrow {
        padding-right: 90px;
    }

    .slide-left {
        transition: all 300ms linear;
    }

    .slide-left:not(.breadcrumb-zone) {
        padding: 0;
    }

    .slide-left.active:not(.breadcrumb-zone) {
        padding-right: 445px;
    }

    .slide-left.active.breadcrumb-zone {
        padding-right: 235px;
    }
}

@media(min-width: 1600px) {
    .all-words-tooltip .tooltip-content {
        width: 400px;
    }

    .bottom-brands a .icon-hashavim {
        font-size: 40px;
    }

    .bottom-brands .logo-list i {
        font-size: 32px;
    }

    .bottom-brands a .icon-mahshevot-logo {
        font-size: 28px;
    }

    .bottom-brands a .icon-dinim-logo {
        font-size: 30px;
    }

    .side-form .clear-search {
        top: 190px;
        left: 15px;
    }

    .side-form .words-section .form-control {
        width: 80%;
    }

    .side-form .modal-head {
        margin: 0 15px 15px 15px;
    }

    #historicalModal .modal-dialog, #comparisonModal .modal-dialog {
        max-width: 1200px;
    }

    #userTermsConfirmationModal .modal-dialog {
        max-width: 1000px;
    }

    .container {
        max-width: 1470px;
    }

    .form-content.container {
        max-width: 1570px;
    }

    .combined-form .content {
        margin: 0 5px 15px 0;
    }

    .combined-form .form-group .form-control {
        height: 45px;
    }

    .combined-form .form-group input.btn {
        margin-top: 20px;
    }

    .dropdown-container.rel-pos .tooltip-btn.question-btn {
        left: 20px;
    }
}

@media(min-width: 1900px) {
    .container,
    .form-content.container {
        max-width: 1600px;
    }
}

@media (max-width: 1599px) {
    .side-filters-zone-toggle {
        right: 18%;
    }

    .docContainerToggle {
        width: 1265px !important;
        margin-right: -19.5%;
    }

    .sideTabsToggle {
        margin-right: -19%;
    }
}

@media (max-width: 1399px) {
    .side-filters-zone-toggle {
        right: 11%;
    }

    .docContainerToggle {
        width: 1105px !important;
        margin-right: -10.5%;
    }

    .sideTabsToggle {
        margin-right: -15.5%;
    }
}

@media (max-width: 1366px) {
    .side-filters-zone-toggle {
        right: 8%;
    }

    .docContainerToggle {
        width: 1032px !important;
        margin-right: -6.5%;
    }

    .sideTabsToggle {
        margin-right: -14%;
    }
}

@media (max-width: 1280px) {
    .side-filters-zone-toggle {
        right: 4%;
    }

    .docContainerToggle {
        width: 944px !important;
        margin-right: -1.5%;
    }

    .sideTabsToggle {
        margin-right: -11.5%;
    }
}

@media (max-width: 1259px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .personal-btns-row {
        margin-bottom: 0;
    }
}

@media(max-width: 1199px) {
    #historicalModal .modal-dialog, #comparisonModal .modal-dialog {
        margin: auto;
        width: 90%;
        max-width: 100%;
    }

    #userTermsConfirmationModal .modal-dialog {
        margin: auto;
        width: 80%;
        max-width: 80%;
    }

    legend {
        font-size: calc(1.275rem + 0.3vw);
    }

    h1, .h1 {
        font-size: calc(1.40625rem + 1.875vw);
    }

    h2, .h2 {
        font-size: calc(1.35rem + 1.2vw);
    }

    h3, .h3 {
        font-size: calc(1.32187rem + 0.8625vw);
    }

    h4, .h4 {
        font-size: calc(1.29375rem + 0.525vw);
    }

    h5, .h5 {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .lead {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }

    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }

    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }

    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }

    .blockquote {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .col-form-label-lg {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .form-control-lg {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .custom-select-lg {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .navbar-brand {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .navbar-toggler {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .pagination-lg .page-link {
        font-size: calc(1.26562rem + 0.1875vw);
    }

    .close {
        font-size: calc(1.29375rem + 0.525vw);
    }

    .basic-carousel h5 {
        font-size: calc(1.325rem + 0.9vw);
    }

    .page-content.item .share-zone {
        display: none;
    }

    .lobby-section {
        margin-bottom: 16px;
    }

    .banner-text {
        padding-right: 13px;
        padding-left: 13px;
    }
}

@media only screen and (min-width:320px) and (max-width:1023px) {
    #newVersionModal .modal-dialog .modal-body .greetings {
        padding: 15px;
    }

    #newVersionModal .modal-dialog .improvements {
        padding: 15px;
        margin: 15px 0;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li {
        margin-bottom: 10px;
        display: flex;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li .icon-checkmark {
        font-size: 12px;
        line-height: 18px;
        margin-left: 6px;
    }

    #newVersionModal .modal-dialog .modal-body .improvements li .text {
        font-size: 13px;
        line-height: 18px;
    }

    .newsletter-register {
        margin: 15px;
    }

    .side-form .form-group.process-row {
        display: none;
    }

    .page-content.item:hover .share-zone, .page-content.item:focus .share-zone {
        right: -10px;
    }

    .side-form .modal-head .close-search {
        padding: 0;
        margin-top: -10px;
        display: none;
    }

    .side-form .words-section .inputs-90 {
        margin: 0 15px;
    }

    .side-form .words-section label.form-group {
        margin-right: 15px;
    }

    .side-form .modal-head .close-search i {
        font-size: 22px;
        line-height: 22px;
        padding: 0;
        color: #fff;
        transition: all 400ms ease;
    }

    .k-widget.k-tooltip {
        border-color: rgba(255,255,255,1) !important;
        background-color: rgba(255,255,255,1) !important;
        color: #032435 !important;
    }

    .k-callout-s, {
        border-top-color: rgba(255,255,255,1) !important;
    }

    .k-callout-n {
        border-bottom-color: rgba(255,255,255,1) !important;
    }

    .tooltip-morphology {
        height: 33px;
        line-height: 33px;
        margin-right: -4px;
        margin-top: 1px;
        background: #fff;
    }

    .morphology-container .small-title {
        margin: 0px auto 0px auto;
        display: block;
        font-size: 15px;
    }

    .k-rtl .k-slider .k-button-increase,
    .k-rtl .k-slider .k-button-decrease {
        background-color: #d4d4d4 !important;
        border-color: #d4d4d4 !important;
    }

    .rb-list .custom-control .custom-control-input ~ .custom-control-label:before, .rb-list .custom-control .custom-control-input ~ .custom-control-label:after {
        background-color: #d4d4d4;
    }

    .rb-list [type="radio"].custom-control-input:checked ~ .custom-control-label:after {
        border: 2px solid #fff;
        background-color: #ac3667;
        color: #d4d4d4;
        width: .7rem;
        height: .7rem;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }

    .hr-border:before {
        background-color: #687987;
    }

    .hr-border span {
        background-color: #213e4f;
        padding-left: 25px;
        font-size: 18px;
    }

    .nav-pills .nav-link {
        font-family: Heebo-Medium;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        color: #fff;
        background-color: transparent;
        border: 1px solid #ac3637;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #ac3637;
    }

    .cb-list {
        padding: 0 0 10px;
    }

    .list_dropdown .dropdown-toggle, .checkboxes_dropdown .dropdown-toggle {
        font-size: 15px;
    }

    .process-row i.takdin-back {
        color: #687987;
        padding: 2px 19px 2px 23px;
        font-size: 19px;
        line-height: 37px;
    }

    .side-form .form-group.law-references .process-row,
    .side-form .form-group.verdict-reference .process-row {
        display: block;
        position: static;
    }

    .side-form .form-group.law-references .process-row i.takdin-back,
    .side-form .form-group.verdict-reference .process-row i.takdin-back {
        padding: 2px 0px 2px 0px;
    }

    .side-form .form-group.law-references .seach_fields {
        margin-bottom: 1.25rem;
    }

    .side-form.active {
        right: 0;
    }

    .side-form .form .form-content {
        margin: 0;
        height: auto;
    }

    .side-form i.icon-add-solid, .side-form i.icon-minus-solid {
        line-height: 15px;
        color: #fff;
        font-size: 15px;
        display: inline-block;
        vertical-align: top;
    }

    .side-form.open {
        right: 0;
    }

    .side-form.open span.back a .close-text {
        display: inline-block;
    }

    .side-form.open span.back a .open-text {
        display: none;
    }

    .side-form .modal-footer-form {
        box-shadow: 0 2px 29px 0 rgba(0, 0, 0, 0.5);
        background-color: #203e4f;
        text-align: center;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 16px 30px 6px 30px;
        z-index: 10;
    }

    .side-form .modal-footer-form .newsletter-register {
        margin-top: 15px;
    }

    .side-form .modal-footer-form .btn {
        width: 100%;
        font-family: Heebo-Bold;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.5);
        font-size: 20px;
        padding: 10px;
        margin-bottom: 8px;
    }

    .side-form .modal-footer-form .btn i {
        position: relative;
        left: 10px;
    }

    .side-form .form-control {
        min-height: calc(1.24em + 0.75rem + 2px);
        height: 37px;
        font-size: 15px;
        padding: 0 10px;
        border-radius: 5px;
        color: #1e3748;
    }

    .side-form .words-section .form-control {
        width: 80%;
    }

    .side-form .add-law-side .form-control {
        width: calc(100% - 110px);
    }

    .side-form .words-section label.operator {
        vertical-align: middle;
        margin-right: 3px;
        padding: 0 6px;
        line-height: 35px;
    }

    .side-form .form-group.law-references, .side-form .form-group.verdict-reference {
        display: block;
    }

    .side-form .form-group.law-references, .side-form .form-group.verdict-reference {
        display: block;
    }

    .side-form [type="reset"] {
        font-size: 16px;
    }

    .side-form .modal-head {
        border-bottom: 2px solid #687987;
        min-width: 73px;
    }

    .side-form .modal-head span.back {
        flex-grow: 1;
        margin-left: 0;
        text-align: left;
    }

    .side-form .modal-head span.back a {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        top: -5px;
    }

    .side-form .modal-head span.back i {
        font-size: 13px;
        margin-left: 4px;
        transition: all 300ms linear;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .side-form .bootstrap-select .dropdown-toggle .filter-option,
    .students-form .bootstrap-select .dropdown-toggle .filter-option {
        font-size: 15px;
    }

    .side-form {
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 10000;
        position: fixed;
        top: 68px;
        height: calc(100vh - 150px);
        max-height: 100vh;
        background-color: #213e4f;
        color: #fff;
        padding: 20px 10px 120px;
        box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.5);
        transition: all 300ms linear;
        font-size: 15px;
        font-family: Heebo-Light;
    }

    .side-form a, .side-form .btn-link {
        color: #fff;
        font-size: 15px;
        line-height: 16px;
    }

    .search.mobile {
        background-color: #203b4c;
        color: #fff;
        height: 55px;
        padding: 13px 21px;
        width: 100%;
        text-align: right;
    }

    .search.mobile i {
        float: left;
        margin-top: 2px;
        font-family: Heebo-Bold;
    }

    .search.btn-link {
        color: #19313e;
        padding: 8px 15px;
        display: flex;
        align-items: center;
    }

    .search.btn-link i {
        float: right;
        font-family: Heebo-Bold;
        vertical-align: middle;
        margin-left: 6px;
        font-size: 15px;
    }

    .search.btn-link + hr {
        margin: 0 0 15px 0;
    }

    .side-form #addJudgeRows .btn-link.removeDuplicatedBtn,
    .side-form #addCounselRows .btn-link.removeDuplicatedBtn {
        display: block;
    }

    .side-form #addJudgeRows .seach_fields.hidden-row,
    .side-form #addCounselRows .seach_fields.hidden-row {
        display: none;
    }

    #marketBannerModal .bannerSubmit {
        width: 100%;
        height: 44px;
        margin-top: 10px;
    }

    #marketBannerModal .bannerContol {
        width: 100%;
        margin-bottom: 10px;
    }

    #personal-pane-5 #writeToSpecialistForm {
        width: 100%;
    }

    .page-content-screen .data-list .item .line {
        border-bottom: 2px solid #eaeaea;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .page-content-screen .data-list .item .col-title {
        color: #032435;
        font-size: 16px;
        font-family: Heebo-Medium;
        margin: 0 0 5px 0;
    }

    .page-content-screen .data-list .item .date {
        padding-top: 5px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 5px;
    }

    .page-content-screen .data-list .item .field {
        display: block;
        margin-bottom: 0;
        line-height: 24px;
    }

    .page-content-screen .data-list .item .field .title {
        font-family: Heebo-Medium;
    }

    .page-content-screen .data-list .item .field .value {
        margin-right: 4px;
    }

    .page-content-screen .data-list .item .flex {
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .side-form .modal-footer-form .btn {
        font-size: 20px;
        padding: 10px;
        margin-bottom: 8px;
    }

    .side-form .modal-footer-form .btn i {
        top: -1px;
        font-size: 18px;
    }

    .loginContent .steps li [data-toggle="tab"].d-flex span {
        margin: 24px 0px;
    }

    .loginContent .steps li [data-toggle="tab"].d-flex i.takdin-user {
        font-size: 24px;
        margin: 0 5px;
    }

    .loginContent .steps li [data-toggle="tab"].d-flex i.icon-file-text2 {
        font-size: 20px;
        margin: 0 5px;
    }

    .loginContent .steps li [data-toggle="tab"].d-flex i.icon-stack {
        font-size: 20px;
        margin: 0 5px;
    }

    body {
        padding-top: 70px;
    }

    #upperCourtModal .modal-dialog {
        width: 80%;
        max-width: 100%;
        height: 340px;
        max-height: 100%;
    }

    .dropdown-toggle::after {
        margin-right: 5px;
        position: relative;
        top: 4px;
        right: 4px;
        float: left;
        transition: all 300ms linear;
    }

    .nav-item.show .dropdown-toggle::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .rb-button-zone {
        flex-direction: column;
    }

    .rb-button-zone label {
        align-self: flex-start;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .pr-max-md-0 {
        padding-right: 0 !important;
    }

    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }

    .navbar {
        padding: 0.5rem 0 0;
        min-height: 40px;
    }

    .navbar .navbar-brand {
        margin-top: 10px;
    }

    .navbar .navbar-toggler {
        order: -1;
        margin: 5px 10px 0;
        border: 0;
        box-shadow: none;
        padding-bottom: 0;
        height: 56px;
    }

    .navbar .navbar-toggler.navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='23' viewBox='0 0 34 23'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M31.47 3.913h-17c-1.072 0-1.942-.859-1.942-1.917S13.398.08 14.47.08h17c1.073 0 1.943.858 1.943 1.916 0 1.058-.87 1.917-1.943 1.917zM31.47 13.496H2.813c-1.072 0-1.943-.858-1.943-1.916 0-1.058.87-1.917 1.943-1.917H31.47c1.073 0 1.943.859 1.943 1.917s-.87 1.916-1.943 1.916zM2.813 19.087H31.47c1.073 0 1.943.859 1.943 1.917s-.87 1.916-1.943 1.916H2.813c-1.072 0-1.943-.858-1.943-1.916 0-1.058.87-1.917 1.943-1.917z'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 34px 23px;
    }

    .navbar .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='316' height='316' style=''%3E%3Crect id='backgroundrect' width='100%25' height='100%25' x='0' y='0' fill='none' stroke='none' class='' style=''/%3E%3Cg class='currentLayer' style=''%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23ffffff' d='M179.62003979492187,157.94200732421876 l136.266,136.262 l-21.68,21.68 l-136.265,-136.263 l-136.262,136.262 l-21.679,-21.68 l136.264,-136.262 l-136.264,-136.262 l21.679,-21.679 l136.262,136.263 L294.2050397949219,0.00000732421875682121 l21.68,21.679 l-136.265,136.263 z' id='svg_1' class='' fill-opacity='1'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        fill: #fff;
        background-size: 25px 23px;
    }

    .navbar .navbar-collapse.collapse {
        background-color: #fff;
        color: #000;
    }

    .navbar .topNav .helloUser {
        color: #203b4c;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .topNav .helloUser a {
        color: #203b4c;
    }

    .navbar .lowerNav {
        width: 100%;
        padding: 0;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    #pageHeader {
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10030;
    }

    #pageHeader .navbar-brand img {
        max-height: 31px;
        width: auto;
    }

    #takdin_navbar #pageHeader .navbar-brand {
        display: none;
    }

    #pageHeader .navbar-collapse .navbar-brand {
        display: none;
    }

    #pageHeader .navbar-collapse.collapsing, #pageHeader .navbar-collapse.collapse.show {
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 98px);
        overflow: auto;
        transition: all 300ms linear;
    }

    #pageHeader .navbar-nav {
        min-width: 100%;
        padding: 0;
    }

    #pageHeader .upperNav {
        text-align: center;
        font-family: Heebo-Medium;
        font-size: 1.375rem;
        line-height: 1.1;
    }

    #pageHeader .upperNav li {
        margin-bottom: 1rem;
    }

    #pageHeader .upperNav a {
        color: #000;
    }

    #pageHeader .lowerNav {
        font-family: Heebo-Light;
        font-size: 1.3rem;
        line-height: 1.1;
    }

    #pageHeader .lowerNav li.show > a {
        color: #af3c3b;
        font-family: Heebo-Bold;
        background-color: #fff;
    }

    #pageHeader .lowerNav li.show > a:focus {
        color: #af3c3b;
        font-family: Heebo-Bold;
        background-color: #fff;
    }

    #pageHeader .lowerNav li.show > a:after {
        color: #000;
    }

    #pageHeader .lowerNav a {
        color: #000;
        padding: 15px 15px;
        border-top: 1px solid #eaeaea;
    }

    #pageHeader .lowerNav a:not(.dropdown-toggle):focus {
        background-color: #213c4e;
        color: #fff;
    }

    #pageHeader .lowerNav > li {
        margin-bottom: 1rem;
    }

    #pageHeader .lowerNav .dropdown-menu {
        background: #eef6f1;
        transition: all 300ms linear;
        padding: 0;
        box-shadow: none;
    }

    #pageHeader .lowerNav .navEncyclopedia .dropdown-menu .dropdown-item figure {
        display: none;
    }

    #pageHeader .lowerNav .navProviders .dropdown-menu .dropdown-item figure {
        display: none;
    }

    #pageHeader .lang {
        min-width: 100%;
        text-align: center;
        padding: 1rem 0;
    }

    #pageHeader .lang:after {
        content: "";
        height: 4px;
        background: #ac3637;
        width: 6rem;
        display: block;
        margin: auto;
    }

    #pageHeader .lang select {
        width: auto;
        margin: auto;
        border: 1px solid #d1d1d1;
        background-color: #e8e8e8;
        height: calc(2em + 0.75rem + 2px);
        margin-bottom: 2.5rem;
    }

    #pageHeader .topSearch {
        order: -1;
        min-width: 100%;
        border: 1px solid #d1d1d1;
        background-color: #e8e8e8;
        border-radius: 0.313rem;
        margin: 2.1rem 0;
    }

    #pageHeader .topSearch .form-control {
        width: calc(100% - 47px);
        border: 0;
        background-color: #e8e8e8;
        font-size: 16px;
        height: calc(2.4em + 0.75rem + 2px);
    }

    #pageHeader .topSearch .btn {
        height: calc(2em + 0.6rem + 2px);
        font-size: 1.3rem;
    }

    #pageHeader .topSearch .btn span {
        display: none;
    }

    #pageHeader .topSearch .btn:before {
        font-family: 'takdinIcon' !important;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e90b";
        color: #ac3637;
    }

    .mediaList .media {
        flex-direction: column;
    }

    .mediaList .pic {
        width: 100%;
        height: auto;
    }

    .mediaList .pic img {
        width: 100%;
    }

    body {
        padding-bottom: 20px;
    }

    .mobile-call-phone {
        display: block;
        margin: 15px 0 0 0;
        color: #fff;
        font-family: Heebo-Bold;
        direction: ltr;
    }

    .mobile-call-phone:hover, .mobile-call-phone:visited {
        color: #fff;
        text-decoration: none;
    }

    .mobile-call-phone span {
        font-size: 20px;
    }

    .mobile-call-phone i {
        font-size: 20px;
        line-height: 30px;
    }

    .min-width-300 {
        width: 100%;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }

    .search-result .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-control.prefix {
        margin-right: 8px;
    }

    .top-back {
        padding: 0 33px;
        top: 20px;
    }

    .navbar .topNav {
        padding: 5px 0 13px;
    }

    .navbar .navbar-collapse {
        max-width: calc(100vw - 108px);
        position: fixed;
        background: #fff;
        top: 0;
        bottom: 0;
        padding: 50px 0 0;
        flex-basis: auto;
        right: 0;
        left: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 300ms linear;
    }

    .navbar .navbar-collapse.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        z-index: 10040;
    }

    .navbar li {
        font-size: 17px;
    }

    .navbar li.nav-item .show {
        background-color: #f5f5f5;
    }

    .navbar li.nav-item .show a {
        background-color: #f5f5f5;
    }

    h1.inner-title.big {
        font-size: 22px;
    }

    .side-form .form-control.date-zone:first-of-type {
        margin-bottom: 10px;
    }

    .documents-not-exists h1.title {
        font-size: 17px;
    }

    .documents-not-exists h1.title i {
        font-size: 30px;
        margin-left: 10px;
    }

    .top-content {
        font-size: 15px;
    }

    .personal-btns-row .col-btn {
        width: 50%;
    }

    .tab-pane:not(.container) {
        font-size: 15px;
    }

    .tab-pane:not(.container) small {
        font-size: 11px;
        color: #707070;
        padding: 15px;
    }

    .topNav .helloUser .takdin-sort-desc {
        display: none;
    }

    .topNav #user-menu {
        display: none;
    }

    .page-content.item .btns-row {
        padding: 10px 3px 0;
    }

    .page-content.item .status ul li {
        margin: 15px 0 0 0;
        display: inline-block;
        padding-left: 17px;
    }

    .page-content.item .status ul {
        padding: 0;
    }

    .page-content.item .status {
        border-right: none;
        border-top: 2px solid #ededed;
        margin-top: 15px;
        width: 100%;
        padding: 0 10px;
    }

    .page-content.item .custom-control-label::before, .page-content.item .custom-control-label::after {
        display: none;
    }

    .page-content.item .status ul {
        margin: 0 -7px;
    }

    .page-content.item .status ul li {
        margin: 16px 5px 0;
        padding-left: 0;
    }

    .page-content.item .chart-zone + .btns-row > .col-12 {
        padding: 0;
    }

    .page-content.item.chart-item {
        padding: 8px 10px;
    }

    .page-content-mobile {
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
        background-color: #ffffff;
        padding: 20px 20px;
        margin: 0;
    }

    .page-content.page-content-screen, .page-content-screen {
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

    .px-0-mobile {
        padding-right: 0;
        padding-left: 0;
    }

    .cases-tbl table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .cases-tbl table tr + tr td:first-child, .cases-tbl table tr + tr td:first-child + td {
        border-top: solid 2px #d7d7d7;
        position: relative;
    }

    .cases-tbl table tr + tr td:first-child:first-child:after, .cases-tbl table tr + tr td:first-child:first-child + td:after, .cases-tbl table tr + tr td:first-child + td:first-child:after, .cases-tbl table tr + tr td:first-child + td:first-child + td:after {
        content: '';
        position: absolute;
        width: 21px;
        height: 2px;
        right: 0;
        top: -2px;
        background-color: #fafafa;
    }

    .cases-tbl table tr + tr td:first-child:first-child + td:after, .cases-tbl table tr + tr td:first-child + td:first-child + td:after {
        left: 0px;
        right: auto;
    }

    .cases-tbl table tr td {
        width: 50%;
        margin: 0;
        padding: 5px 0;
    }

    .cases-tbl table tr td:nth-child(2) {
        padding: 10px 0 0 21px;
        text-align: left;
    }

    .cases-tbl table tr td:nth-child(3) {
        width: 60%;
        padding: 11px 21px 18px 0;
    }

    .cases-tbl table tr td:first-child {
        padding: 10px 21px 0 0;
    }

    .cases-data {
        padding-top: 5px;
    }

    .cases-data .data-list li {
        flex-direction: column;
    }

    .cases-data .data-list li + li {
        margin-top: 11px;
    }

    .cases-data .data-list li .one-line span {
        display: block;
    }

    .cases-data .data-list li .mobile-break-line b ~ b {
        margin-right: 0;
    }

    .cases-data .data-list li .mobile-break-line b + span:after {
        content: '';
        display: block;
    }

    .cases-data .data-list.list-border li + li {
        margin-top: 0;
    }

    .cases-data .data-list.list-border li .one-line {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .tooltip-btn .tooltip-content {
        font-size: 12px;
        max-width: 150px;
    }

    .tooltip-btn .tooltip-content.left-mobile {
        left: auto;
        right: 21px;
        top: -8px;
    }

    .tooltip-btn .tooltip-content.right-mobile {
        left: 20px;
        right: auto;
    }

    .tooltip-btn .tooltip-content.bottom-mobile {
        left: auto;
        right: 21px;
        top: auto;
        -webkit-transform: translate(calc(50% + 10px), 100%);
        transform: translate(calc(50% + 10px), 100%);
        bottom: -10px;
    }

    .tooltip-btn .tooltip-content.top-right-mobile {
        right: auto;
        left: -85px;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: -5px;
    }

    .loginContent {
        margin: 0 auto;
        padding: 20px 5px 15px;
        flex-direction: column;
        width: 500px;
        max-width: 95%;
        background: rgba(25, 49, 62, 0.95);
        top: -3.5em;
    }

    .loginContent .subtitle {
        margin: 0 0 40px;
    }

    .loginContent .phone-mobile {
        position: absolute;
        right: 0;
        left: 0;
        top: -25px;
        font-size: 16px;
    }

    .loginContent .link-list {
        display: flex;
        margin: 0px -8px;
        justify-content: center;
    }

    .loginContent .steps li [data-toggle="tab"] {
        padding: 52px 15px 8px;
        background-position: center 12px;
        font-size: 13px;
        line-height: 1.14;
    }

    .loginContent .steps li [data-toggle="tab"] span {
        white-space: normal;
    }

    .loginContent .steps li [data-toggle="tab"].active {
        background-color: #ac3637;
    }

    .loginContent .steps li [data-toggle="tab"].active:after {
        content: '';
        height: 27px;
        width: 20px;
        position: absolute;
        bottom: -27px;
        left: calc(50% - 14px);
        top: auto;
        border-right: 14px solid transparent;
        border-top: 14px solid #ac3637;
        border-left: 14px solid transparent;
        transition: all 400ms ease;
    }

    .loginContent .steps li {
        width: 30%;
    }

    .loginContent .steps {
        position: static;
        margin: 0 0 25px 0;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .loginContent .steps ul {
        display: flex;
        border: 0;
        justify-content: center;
        margin: 7px 0;
    }

    .loginContent .steps ul li {
        margin: 0 5px;
    }

    .loginContent .steps ul li a {
        background-color: #223e50;
        opacity: 0.9;
        box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.28);
        border-radius: 2px;
    }

    .data-list .item a {
        flex-wrap: nowrap;
        flex-direction: column;
        padding: 0;
    }

    .k-dropdown.formSelect {
        margin: 0 15px;
        width: 90%;
    }

    #data-tables-categories li {
        width: 100%;
    }

    .categories-header {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    .data-list .item .external-link a {
        flex-direction: row;
    }

    img.return-back-icon {
        margin-left: 15px;
    }

    .external-link .data-table-icon {
        margin-left: 10px;
    }

    .external-link .txt-filter {
        line-height: 22px;
        margin-top: 10px;
    }

    .data-list .item a .col-title {
        color: #032435;
        font-size: 16px;
        font-family: Heebo-Medium;
        margin: 5px 0 2.5px;
        flex-grow: 1;
        display: flex;
    }

    .data-list .item a .col-title + span {
        margin: 2.5px 0;
        display: block;
    }

    .data-list .item a .td {
        min-width: 100%;
        display: table-cell;
        padding: 0 10px 10px 10px;
    }

    .data-list .item a .td + .td {
        border-top: 2px solid #eaeaea;
        display: table;
        width: 100%;
        padding: 10px;
    }

    .data-list .item a .td + .td div {
        display: inline-block;
    }

    .data-list .item a .td.cb {
        display: flex;
        text-align: right;
    }

    .data-list .item a .td.cb .title {
        flex-grow: 1;
    }

    .data-list .item a .custom-checkbox {
        margin-top: 3px;
    }

    .data-list .item .td.clear, .data-list .item .th.clear {
        width: 100%;
        flex: 0 0 100%;
        justify-content: flex-start;
        text-align: right;
        padding: 0 10px;
    }

    .data-list .item .td.clear span, .data-list .item .th.clear span {
        font-size: 13.5px;
        font-family: Heebo-Bold;
        height: 33px;
        min-width: 66px;
        box-shadow: none;
    }

    .data-list .item .td.date, .data-list .item .th.date {
        min-width: 100%;
        text-align: right;
        display: flex;
        flex: 0 0 100%;
    }

    .data-list .item .td.date div, .data-list .item .td.date span, .data-list .item .th.date div, .data-list .item .th.date span {
        display: inline-block;
        width: 50%;
        float: right;
    }

    .data-list .item .td.date span, .data-list .item .th.date span {
        text-align: left;
        padding-top: 6px;
    }

    .data-list .item.item-header {
        display: none;
    }

    .data-list.search .item {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
        border-radius: 4px;
        padding: 0 10px;
    }

    .data-list.search .item > a {
        padding: 5px 17px 0;
        display: inline-block;
        width: 100%;
    }

    .data-list.search .td.clear, .data-list.search .th.clear {
        justify-content: flex-start;
        text-align: right;
    }

    .data-list.search .td:nth-child(1), .data-list.search .td:nth-child(2), .data-list.search .th:nth-child(1), .data-list.search .th:nth-child(2) {
        display: table;
        width: 100%;
        padding: 10px;
    }

    .data-list.search .td:nth-child(1) .col-title, .data-list.search .td:nth-child(2) .col-title, .data-list.search .th:nth-child(1) .col-title, .data-list.search .th:nth-child(2) .col-title {
        width: 100%;
        flex: 0 0 100%;
        display: flex;
    }

    .data-list.search .td:nth-child(1) .col-title + *, .data-list.search .td:nth-child(2) .col-title + *, .data-list.search .th:nth-child(1) .col-title + *, .data-list.search .th:nth-child(2) .col-title + * {
        width: 100%;
        flex: 0 0 100%;
        display: flex;
    }

    .data-list.search .td:nth-child(2).full-date, .data-list.search .th:nth-child(2).full-date {
        display: table;
        width: 100%;
    }

    .data-list.search .td:nth-child(2).full-date div, .data-list.search .td:nth-child(2).full-date span, .data-list.search .th:nth-child(2).full-date div, .data-list.search .th:nth-child(2).full-date span {
        display: inline-block;
        width: 50%;
        float: right;
    }

    .data-list.search .td:nth-child(2).full-date span, .data-list.search .th:nth-child(2).full-date span {
        text-align: left;
        padding-top: 6px;
    }

    .data-list.search .td:nth-child(1), .data-list.search .th:nth-child(1) {
        display: block;
    }

    .data-list.search .td hr, .data-list.search .th hr {
        margin: 10px -10px;
        border: 1px solid #eaeaea;
    }

    .data-list.search .td {
        display: inline-block;
    }

    #mailModal {
        text-align: center;
    }

    #mailModal .modal-dialog {
        max-width: 100%;
        margin-top: 66px;
        top: auto;
    }

    #mailModal .modal-content p {
        margin-bottom: 15px;
    }

    #mailModal .form-group {
        flex-wrap: wrap;
        justify-content: center;
    }

    #mailModal .form-group label {
        display: none;
    }

    #mailModal .form-group .btn {
        margin-top: 18px;
    }

    .side-form .modal-head span.back {
        order: -1;
        width: 100%;
        border-bottom: 2px solid #26485d;
        margin-bottom: 15px;
    }

    .side-form .modal-head span.back a {
        float: right;
        top: 0;
        margin: 0;
        padding: 7.5px 10px;
    }

    .side-form .modal-head span:nth-child(2) {
        text-align: center;
        flex-grow: 1;
    }

    .side-form .modal-head span:nth-child(3) {
        text-align: left;
    }

    .side-form .modal-head span i {
        font-size: 17px;
    }

    .side-form .modal-head button {
        height: auto;
        min-height: auto;
        font-size: 15px;
        vertical-align: sub;
        padding: 5px 15px;
        margin: 0 0 10px 0;
    }

    .side-form .modal-footer-form .footer-links {
        margin: 0 -5px;
    }

    .side-form.open span.back a .close-text {
        display: none;
    }

    .side-form.open span.back a i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #fff;
        font-family: Heebo-Bold;
        background: transparent;
        width: 17px;
    }

    .side-filters .search-btn {
        margin-right: 0;
        box-shadow: none;
        margin: 0 -3px 0 0;
    }

    .side-filters {
        overflow: auto;
        height: 100vh;
        border-radius: 0 4px 4px 0;
    }

    .side-filters-zone {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1050;
        left: 0;
        padding: 0;
        max-width: 380px;
        width: calc(100% - 58px);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: all 300ms linear;
        height: 100vh;
    }

    .side-filters-zone.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .side-filters-zone .filter-btn {
        display: block;
        position: absolute;
        top: 190px;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: 46px;
        height: 46px;
        border-radius: 0 10px 10px 0;
        background: #19313e;
        color: #fff;
        font-size: 17px;
        border: 0;
        text-align: center;
    }

    .row-fields {
        display: block;
    }

    .row-fields input {
        width: calc(50% - 22px);
        min-width: 42%;
        display: inline-block;
    }

    .row-fields label {
        display: inline-block;
    }

    .addRowsZone .row-fields {
        display: flex;
    }

    .categories-icons {
        padding: 0 3.5px;
        margin-bottom: 35px;
    }

    .categories-icons li {
        padding: 0px 7px;
    }

    .lobby-section .news li a {
        align-items: flex-start;
    }

    .lobby-section .news li a i {
        margin-top: 2px;
    }

    .lobby-section .news li .content:not(.multi-line) {
        white-space: normal;
    }

    .process-row i {
        padding: 2px 15px 2px 18px;
    }

    .process-row i.takdin-back {
        padding: 2px 10px;
    }

    .mobile-break:after {
        content: '';
        display: block;
    }

    .w-100-xs {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .flex-wrap-xs {
        flex-wrap: wrap;
    }

    .switch-field label {
        padding: 8px 13px;
    }

    .analysis .analysisCol3 .title3, .analysis .analysisCol3 dd {
        padding: 10px 0 5px 0;
    }

    .analysis .analysisCol4 .title4, .analysis .analysisCol4 dd {
        padding: 10px 20px 5px 0;
    }

    .contact-zone {
        margin-bottom: 20px;
    }

    .contact-form.item {
        padding: 30px 24px 30px 29px;
    }

    .contact-form textarea {
        height: 138px;
    }

    .contact-form .btn-big {
        margin-top: 0px;
    }

    .contact-form .border-left {
        border: none !important;
    }

    .contact-done {
        padding: 67px 0 57px;
    }

    .contact-done .content {
        margin-bottom: 70px;
    }

    .side-contact .title {
        color: #032435;
        font-size: 22px;
    }

    .side-contact ul {
        margin-bottom: 0;
    }

    .side-contact ul li {
        min-height: auto;
        padding: 14px 8px;
    }

    .side-contact ul li i {
        margin-top: 7px;
    }

    .daterangepicker .drp-buttons .btn {
        margon-bottom: 8px;
    }

    .hp-logout {
        padding-top: 55px;
    }

    .hp-logout .page-content.item:after {
        bottom: 70px;
    }

    .document-deleted {
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    .document-deleted .header {
        padding: 10px;
    }

    .document-deleted .header .line .text {
        font-size: 17px;
    }

    .document-deleted .contact-data {
        padding: 0 10px;
    }

    .document-deleted .contact-data label {
        font-size: 15px;
    }

    .document-deleted .contact-data a {
        font-size: 15px;
    }

    .document-deleted .contact-data .col-lg-2 {
        flex: 0 0 18%;
        max-width: 18%;
    }

    .document-deleted .contact-data .col-lg-10 {
        flex: 0 0 82%;
        max-width: 82%;
    }

    .document-deleted i.confused-man {
        zoom: 1.1;
        -moz-transform: scale(1.1);
        -moz-transform-origin: 50px 40px;
        transform-origin: 50px 40px;
    }

    .delete-rows-container #deleteRows {
        padding: 0 20px;
        margin-top: 13px;
        max-width: 80px;
    }

    .tab-pane:not(.container) .title-container {
        border-bottom: 2px solid #eaeaea;
        margin: 0 0px 25px;
    }

    .personal-zone .delete-rows-container .btn {
        padding: 2px 30px;
        float: left;
        font-family: Heebo-Medium;
        margin: 20px 0 -10px 15px;
    }

    .personal-zone .delete-rows-container .btn .takdin-close {
        font-size: 12px;
        margin-right: 6px;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {

    .rb-list .custom-control {
        padding-left: 1rem;
    }

    .rb-list.rb-button-view .custom-control {
        width: 50%;
    }

    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    #pageHeader .lowerNav .dropdown-submenu a:after {
        display: none;
    }

    .basic-carousel .carousel-caption {
        width: 80%;
    }

    .basic-carousel .carousel-item {
        padding-top: 112%;
        height: auto;
    }

    .basic-carousel .carousel-item-left:not(.active) .carousel-caption {
        right: -90%;
        left: auto;
    }

    .basic-carousel .carousel-item.active .carousel-caption {
        right: calc(100% - 90%);
    }

    .expertChart {
        padding-bottom: 0 !important;
    }

    .data-list .item {
        min-width: 0;
    }

    .bootstrap-select .dropdown-toggle .filter-option {
        font-size: 16px;
    }

    .side-form .form-control {
        font-size: 15px;
    }

    .filter-line select {
        padding: 1px 12px 2px 21px;
        background-position-x: 6px;
        max-width: 105px;
    }

    .filter-line select.show-number.mobile {
        max-width: 57px;
        min-width: auto;
    }

    .hp {
        margin-top: 13px;
    }

    .lobby-section .news {
        margin-bottom: 0;
    }

    .lobby-section .news li a .red {
        white-space: normal;
        max-width: 57px;
    }

    .lobby-section .news + .read-more a {
        position: relative;
        top: 5px;
    }

    .newsletter-form {
        margin-bottom: 16px;
    }

    .newsletter-form .custom-control-label {
        font-size: 12px;
    }

    .combined-form {
        margin-bottom: 16px;
    }

    .combined-form .custom-control-label {
        font-size: 12px;
    }

    .logo-list-zone img {
        max-height: 20px;
    }

    .logo-list {
        min-height: 34px;
        padding: 5px 0;
        flex-wrap: wrap;
    }

    .logo-list .image {
        min-width: 21.33%;
        margin: 6px 0 4px;
    }

    .big-chart-zone {
        height: 280px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 292px;
    }

    .data-listRow {
        margin-bottom: 0;
        line-height: 1.9;
    }

    .data-listRow ul {
        line-height: normal;
        margin-bottom: 12px;
    }

    .nizkok {
        flex-flow: inherit;
    }

    .__title {
        padding-bottom: 5px;
        margin-top: 3px;
    }

    .single-checkbox {
        white-space: nowrap;
        padding: 0;
    }

    .col-mobile {
        flex-direction: column;
        max-width: 245px;
    }

    .analysis .analysisCol3 .title3, .analysis .analysisCol3 dd {
        padding: 10px 5px 5px 0;
    }

    .analysis .analysisCol4 .title4, .analysis .analysisCol4 dd {
        padding: 10px 25px 5px 0;
    }

    .analysis {
        margin: 0;
    }

    .analysis .analysisCol1 {
        padding: 0;
    }

    .analysis .analysisCol2 {
        margin-top: -10px;
    }

    .analysis .analysisCol2 .title2, .analysis .analysisCol2 dd {
        padding-right: 25px;
    }

    .analysis .analysisCol3 {
        margin: 0;
    }

    .analysis .analysisCol3 .title3, .analysis .analysisCol3 dd {
        padding: 10px 0 5px 0;
    }

    .analysis .analysisCol4 .title4, .analysis .analysisCol4 dd {
        padding: 10px 25px 5px 0;
    }

    .customRows a {
        display: flex;
        flex-direction: column;
    }

    .customDropdown_mazonet .dropdown-toggle::after {
        position: relative;
        top: 8px;
    }

    .side-contact {
        height: 100%;
        margin: 0;
    }

    .customRows .row .num {
        text-align: start;
    }

    .customRows .row .address {
        text-align: start;
    }

    .customRows .row .col-12 {
        line-height: 1.8;
    }

    .text-truncate-mobile {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block !important;
        max-width: 100%;
    }

    .recent-articles {
        margin: 0;
    }

    .recent-allegations {
        margin: 0;
    }

    .nazclick-item .nazclick-item_title .tooltip-btn .tooltip-content .left {
        left: auto;
        right: -35px;
        top: 21px;
    }

    .custom-control {
        padding-right: 1.5rem;
        margin-left: 6px;
    }

    .page-content-screen .data-list .item .custom-control {
        padding: 0 1.5rem 0 0;
        margin-left: 0;
        display: inline-flex;
    }

    .cb-list-articles {
        padding: 0;
    }

    .calcsContainer {
        height: auto;
        flex-direction: column;
    }

    .calcsContainer .calcs:nth-child(1), .calcsContainer .calcs:nth-child(2), .calcsContainer .calcs:nth-child(3), .calcsContainer .calcs:nth-child(4) {
        max-width: 100%;
        padding-right: 15px;
    }

    .calcsContainer .calcsCol {
        border-top: 1px solid #F1F1F1;
        border-left: 0 !important;
    }

    .tab-content {
        padding: 0 !important;
    }

    .next_prev_FileLink {
        margin: 5px 0 5px 0;
    }

    .sideTabs {
        position: static;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0;
        z-index: 1000 !important;
    }

    .sideTabs .nav-item .nav-link {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 98px;
        font-family: Heebo-Light;
        margin-right: 10px;
    }

    .sideTabs .mobile {
        display: none;
    }

    .menuContainer {
        width: 100%;
        padding: 0;
        height: auto;
        margin-bottom: 15px;
    }

    .menuContainer .menu .mobile {
        display: none;
    }

    .menuContainer .menu a {
        margin: 0;
    }

    .docContainer {
        width: 100%;
        margin: 25px 0 0 0;
        box-shadow: none;
    }

    .docContainer .docAbstract {
        width: 100%;
    }

    .docContainer .topic {
        display: flex;
        flex-direction: column-reverse;
    }

    .docContainer .topic .date {
        padding-bottom: 5px;
    }

    .docContainer .content {
        padding: 0;
    }

    .docContainer .details {
        padding: 0 0 10px 0;
    }

    .sideContainer {
        background-color: #fff;
        margin-top: 95px;
    }

    .docsZone {
        width: calc(100% - 100px) !important;
        top: 3em;
        z-index: 999999999;
    }

    .navFilterZone {
        max-width: 100%;
        height: 100%;
    }

    .docsZone {
        margin-top: -42px;
    }

    .lawContainer {
        width: 100%;
    }

    .lawContainer .preliminaryText {
        padding: 0;
    }

    .lawContainer .section {
        padding: 15px 0 0 0;
    }

    .sideLawContainer {
        background: #fff;
        margin-top: 0;
    }

    .navFilterZone {
        width: calc(100% - 100px) !important;
    }

    .navFilterZone .sideSearchBtn {
        top: 12em !important;
        right: 0;
    }

    .sideContainer {
        background-color: #fff;
        height: 100%;
        margin: 0;
        padding-top: 30px;
        padding-right: 20px;
    }

    .sideContainer .sideTitle {
        font-size: 16px;
        color: #ac3637;
        font-family: Heebo-Bold;
        margin-bottom: 21px;
    }

    .sideContainer .sideSearch {
        width: 95.5%;
    }

    .sideContainer .relatedDocuments {
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
        width: 95.5%;
    }

    .sideContainer .relatedDocuments .title {
        border-bottom: 1px solid #F1F1F1;
        width: 90%;
        margin-bottom: 18px;
    }

    .sideContainer .relatedDocuments .docs p {
        padding-bottom: 20px;
    }

    .sideContainer .quickNavigation {
        padding: 2px;
        position: relative;
    }

    .folder-list ul li .success {
        position: relative;
        right: 33px;
    }

    #comparisonModal .modal-dialog {
        margin: 5rem 0 0 0;
    }

    #comparisonModal .modal-content {
        width: 100%;
    }

    #comparisonModal .modal-body {
        padding: 10px;
    }

    #comparisonModal .modal-body .left {
        padding-right: 10px;
        margin-top: 30px;
    }

    #comparisonModal .modal-body .docContent {
        width: 100%;
    }

    #historicalModal .modal-content {
        width: 100%;
    }

    #historicalModal .modal-body {
        padding: 10px;
    }

    .custom_dropdown .dropdown-menu.show {
        min-width: 95% !important;
        left: -5px !important;
    }

    .checkboxes_dropdown .dropdown-toggle {
        width: 100%;
    }

    .checkboxes_dropdown .dropdown-toggle:after {
        margin-bottom: 7px;
        border-top: 5px solid #000;
    }

    .checkboxes_dropdown .dropdown-menu.show {
        width: 100%;
        max-height: 250px;
        overflow: overlay;
    }

    .checkboxes_dropdown .dropdown-menu.show .searchCourts {
        display: block;
    }

    .checkboxes_dropdown .dropdown-menu.show .searchCourts .form-control {
        width: 100%;
    }

    .checkboxes_dropdown .dropdown-menu.show .searchCourts .search-btn {
        position: absolute;
        top: 10px;
        left: 8px;
        height: 1.9em;
    }

    .checkboxes_dropdown .dropdown-menu.show .custom-control-label {
        white-space: normal;
    }

    .leaveDetailsForm {
        padding-top: 10px;
    }

    TABLE.PG {
        padding: 0;
    }

    .searchInputMobile {
        max-width: 63.5%;
    }

    #personal-pane-2 .page-content-mobile .drop, #personal-pane-1 .page-content-mobile .drop {
        min-width: 100%;
    }

    .userLogin {
        display: none;
    }

    .topNav .helloUser .loginMobile {
        display: block;
    }

    .topNav .helloUser .loginMobile a {
        border-top: 0 !important;
        padding: 0 0 15px 0;
        color: #203b4c !important;
        font-family: Heebo-Medium;
    }

    .topNav .helloUser .loginMobile a i {
        margin-left: 5px;
        line-height: 22px;
        font-size: 22px;
        vertical-align: bottom;
    }

    .topNav .helloUser .logoutMobile {
        display: block;
    }
}

@media (max-width: 575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .side-form .btn-link.add-btn {
        margin: 10px 0px 10px 15px;
    }

    .side-form .form-group.law-references .process-row, .side-form .form-group.verdict-reference .process-row {
        padding: 10px;
    }

    .form-group.law-references {
        margin-top: 3rem;
    }
}

@media (max-width: 375px) {
    .nazclick-item {
        width: 100%;
    }
}

@media (max-width: 360px) {

    .analysis .analysisCol2 .title2, .analysis .analysisCol2 dd {
        padding-right: 15px;
    }

    .analysis .analysisCol4 .title4, .analysis .analysisCol4 dd {
        padding: 10px 0px 5px 0px;
    }

    .nazclick-item {
        width: 307px;
        height: auto;
    }

    .nazclick-item .nazclick-item_title {
        font-size: 15px;
    }

    .nazclick-item .nazclick-item_content {
        font-size: 13px;
    }

    .sideContainer {
        position: relative;
    }

    .sideContainer .relatedDocuments {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }

    .btn {
        transition: none;
    }

    .fade {
        transition: none;
    }

    .collapsing {
        transition: none;
    }

    .custom-switch .custom-control-label::after {
        transition: none;
    }

    .custom-range::-webkit-slider-thumb {
        transition: none;
    }

    .custom-range::-moz-range-thumb {
        transition: none;
    }

    .custom-range::-ms-thumb {
        transition: none;
    }

    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }

    .badge {
        transition: none;
    }

    .progress-bar {
        transition: none;
    }

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }

    .modal.fade .modal-dialog {
        transition: none;
    }

    .carousel-item {
        transition: none;
    }

    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none;
    }

    .carousel-control-prev, .carousel-control-next {
        transition: none;
    }

    .carousel-indicators li {
        transition: none;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }

    .row {
        display: flex;
    }

    .col-print-1 {
        width: 8%;
        flex: 0 0 8%;
    }

    .col-print-2 {
        width: 16%;
        flex: 0 0 16%;
    }

    .col-print-3 {
        width: 25%;
        flex: 0 0 25%;
    }

    .col-print-4 {
        width: 33%;
        flex: 0 0 33%;
    }

    .col-print-5 {
        width: 42%;
        flex: 0 0 42%;
    }

    .col-print-6 {
        width: 50%;
        flex: 0 0 50%;
    }

    .col-print-7 {
        width: 58%;
        flex: 0 0 58%;
    }

    .col-print-8 {
        width: 66%;
        flex: 0 0 66%;
    }

    .col-print-9 {
        width: 75%;
        flex: 0 0 75%;
    }

    .col-print-10 {
        width: 83%;
        flex: 0 0 83%;
    }

    .col-print-11 {
        width: 92%;
        flex: 0 0 92%;
    }

    .col-print-12 {
        width: 100%;
        flex: 0 0 100%;
    }

    .docContainer {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 15px;
        line-height: 18px;
    }

    .side-filters-zone {
        display: none;
    }

    #sideFiltersZone {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page-content.item .item-text {
        display: block;
    }

    .side-form .form-group {
        display: block;
    }

    .dropdown-menu.show {
        min-width: auto !important;
        width: 100%;
    }

    .page-content.item .btns-row [aria-expanded='true'].btn .icon-plus::before {
        left: -0.5px;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .page-content.item .btns-row .btn .icon-plus {
        padding: 6.5px 1px 0 2px;
    }

    .menuContainer .menu a {
        align-items: stretch;
        text-align: center;
    }

    .menuContainer .menu a:hover .whiteImg {
        margin-right: 20px;
    }

    .modal-header .close span {
        bottom: 1px;
    }

    .documentContainer {
        width: 100%;
        background: #fff;
    }

    #map-list tr {
        display: table-row;
        padding-bottom: 10px;
    }
}

.k-list .k-item.k-state-hover {
    border-radius: 5px;
    background-color: #ac3637;
    color: #fff;
}

.k-rtl .k-widget.k-autocomplete > .k-i-close, .k-rtl .k-widget.k-multiselect > .k-multiselect-wrap > .k-i-close {
    right: auto;
}

.k-rtl .k-autocomplete > .k-i-close, .k-rtl .k-multiselect > .k-multiselect-wrap > .k-i-close {
    right: auto;
}

.strong {
    font-family: Heebo-Medium;
}

.cube-padding-bottom {
    padding-bottom: 36px;
}

#homreiEmekContent {
    display: none;
}

ul.pagination.searchResults {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

ul.pagination.searchResults > li {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.side-form .easy-autocomplete {
    width: 100% !important;
}

.most-mentioned-panel {
    display: none;
    margin-bottom: 20px;
}

.law-clause-links a:after {
    content: '';
    display: block;
    height: 0.1px;
}

.hp-logout .field-validation-error, .leaveDetailsForm .field-validation-error {
    color: #07bac8;
}

.item-article {
    align-self: center;
}

.process-row input[type="text"] {
    max-width: 100%;
}

.contact-area .formComplete {
    color: #fff;
    background-color: #172c38;
    padding: 15px 47px;
    height: 32.5em;
}

.contact-area .formComplete .title {
    font-size: 27px;
    text-align: center;
    font-weight: 600;
    padding: 10px 20px 0 20px;
    margin-top: 5.5em;
}

.duplicated-row {
    margin-top: 20px
}

.enter-your-email, .password-sent-msg {
    text-align: right;
    font-size: 16px;
    margin-top: 20px;
}

.recovery-email, #re-submit-email {
    margin-top: 1.8rem;
    margin-bottom: 6.5rem !important;
}

.recovery-email-sent {
    margin-top: 5.8rem;
    margin-bottom: 9.5rem !important;
    text-align: center;
}

.leaf-category {
    vertical-align: top;
    display: inline-block;
}

.email-doesnt-exist, .user-message-1 {
    color: #f04142;
}

.user-message-1, .user-message-2 {
    display: none;
}

.v-hr {
    margin-bottom: 1.2rem !important;
}

.law-references .eac-item {
    word-break: normal !important;
}

@media (max-width: 991px) {
    .mobile-adjust {
        left: -38px !important;
    }

    .mobile-adjust-right {
        right: 1% !important;
    }
}

.form-group .k-autocomplete.k-state-focused {
    z-index: 1001;
}

.form-group .k-autocomplete.k-state-default {
    border-color: rgba(0, 0, 0, 0.15);
}

.form-group .k-autocomplete.k-state-hover {
    box-shadow: none;
}

#copyMethod {
    display: flex;
    justify-content: center;
}

#copyMethod label {
    color: #032435;
}

.wrap-switch {
    margin-right: 10px;
}

.wrap-switch .switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 20px;
    margin: 0 5px;
}

.wrap-switch .switch input {
    visibility: hidden;
}

.wrap-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*   background: #ac3637;*/
    background: #223e50;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.wrap-switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background: #fff;
    right: 4px;
    bottom: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.wrap-switch input:checked + .slider:before {
    transform: translateX(-30px);
}

.wrap-switch .slider.round {
    border-radius: 14px;
}

.wrap-switch .slider.round:before {
    border-radius: 50%;
}

.wrap-switch #light-text {
    display: none;
}

.wrap-switch .light-text {
    font-family: Heebo-Medium;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    vertical-align: bottom;
    color: rgba(0, 0, 0, 0.4);
}

.wrap-switch .highlight {
    /*    color: #ac3637;*/
    color: #223e50;
}

#overflow {
    display: none;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 100px);
    z-index: 1001;
    background-color: rgba(255,255,255,0.95);
}

