* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input, select, textarea, button, a {
 	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input[type=text], input[type=number], input[type=password], input[type=button], input[type=submit], textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

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

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

textarea {
	resize: vertical;
	vertical-align: top;
}

input:focus, textarea:focus, select:focus, button:focus, div:focus {
	outline: none;
}

/*button[type=button]:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
	color: inherit;
}*/

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

.ajax_fitler_search_results {
	margin-top: 1em;
}

.ajax_fitler_search_results li {
	margin-bottom: .5em;
}

dt, dd {
	display: inline;
	vertical-align: middle;
	font-size: .75em;
}

dd {
	margin: 0;
	font-weight: bolder;
}

dd::after {
	content: '\A';
	white-space: pre-line;
}

dd:last-of-type::after {
	content: '';
}

.screen-reader-text {
	display: none;
}

div.mce-toolbar-grp {
	background: #fff!important;
}

.mce-top-part::before {
	box-shadow: none!important;
}

body {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #f1f1f1;
	color: #000;
	font-size: 16px;
	line-height: 1.25;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding-bottom: 3px;
}

hr {
	border-top:1px solid #d8dbe0;
	border-bottom:1px solid #fafafa;
	border-left:none;
	border-right:none;
	/*margin: 0 20px;*/
	margin-bottom: 1em;	
}

.wrap {
	overflow: auto;
	/*margin: 40px;*/
	/*padding: 10px;*/
	background: #fff;
	/*border: 1px solid #dbdbdb;*/
	/*box-shadow: rgba(0, 0, 0, .05) 0 0 5px;*/
	transition: all .5s;
}

.row-fluid {
	width: 100%;
}

.row-fluid:before,
.row-fluid:after {
	display: table;
	line-height: 0;
	content: '';
}

.row-fluid:after {
	clear: both;
}

.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	margin-left: 2.564102564102564%;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 100%;
}

.row-fluid .span11 {
	width: 91.45299145299145%;
}

.row-fluid .span10 { 
	width: 82.90598290598291%;
}

.row-fluid .span9 {
	width: 74.35897435897436%;
}

.row-fluid .span8 {
	width: 65.81196581196582%;
}

.row-fluid .span7 {
	width: 57.26495726495726%;
}

.row-fluid .span6 {
	width: 48.717948717948715%;
}

.row-fluid .span5 {
	width: 40.17094017094017%;
}

.row-fluid .span4 {
	width: 31.623931623931625%
}

.row-fluid .span3 {
	width: 23.076923076923077%;
}

.row-fluid .span2 {
	width: 14.52991452991453%
}

.row-fluid .span1 {
	width: 5.982905982905983%;
}

.site-title {
	width: 100%;
	height: 120px;
	padding: 0 20px;
	display: table;
	font-weight: normal;
}

.site-title > div {
	display: table-cell;
	vertical-align: middle;
}

/* navigation start */
.site-navigation {
	position: relative;
	width: 100%;
	min-height: 40px;
	background: #00a0d2;
	color: #fff;
	z-index: 99;
}
.site-navigation ul ul {
	display: none;
}
.site-navigation ul ul li {
	float: none;
}
.site-navigation li {
	float: left;
}
.site-navigation li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 10px 20px;
    background: #00a0d2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.site-navigation li.current-menu-item > a {
	background: #0091be;
}
.site-navigation li.current-menu-parent > a {
	background: #0091be;
}
.site-navigation li a:hover {
	text-decoration: none;
	background: #0082ab;
}
.site-navigation li.current-menu-item > a:hover {
	background: #0082ab;
}
.site-navigation li.current-menu-parent > a:hover {
	background: #0082ab;
}
.site-navigation li:hover ul {
    display: inline-block;
    position: absolute;
}
.site-navigation .sub-menu {
	position: relative;
	z-index: 1;
}
input.toggle, label.toggle {
    display: none;
}
label.toggle {
	position: relative;
	width: 100%;
	height: 40px;
	background: #00a0d2;
	color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    -webkit-user-select: none;
    user-select: none;
}
label.toggle:hover {
	background: #0082ab;
}
.language-chooser {
	float: right;
	text-decoration: none;
	display: block;
	padding: 14px;
}
.language-chooser li {
	float: left;
	border-left: 1px solid #fff;
}
.language-chooser li:first-child {
	border-left: 0;
}
.language-chooser li a {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	width: 2.5ch;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 2px;
	margin: 0 6px;
	padding: 0;
}
.language-chooser li a:hover,
.language-chooser li.active a {
	background: inherit;
	text-decoration: underline;
}
@media screen and (max-width: 869px) {
	.log_in, .log_out {
		margin-top: -40px;
	}
	.site-navigation {
		display: none;
	}
	input.toggle {
		display: none;
	}
	input[type=checkbox]:checked ~ .site-navigation, label.toggle {
		display: block;
		cursor: pointer;
	}
	.site-navigation li {
		float: none;
	}
	.site-navigation li:hover ul {
		display: block;
		position: relative;
	}
	.site-navigation li ul {
		display: block;
	}
	.site-navigation li ul li {
		margin-left: 20px;
	}
	.site-navigation li a {
		display: block;
	}
	.language-chooser {
		position: relative;
		top: -40px;
	}
	.language-chooser li {
		float: left;
	}
}
/* navigation end */

.menu {
	line-height: 20px;
}

.menu li {
	display: inline;
}

.menu a {
	margin-right: 1em;
	white-space: nowrap;
}

.menu a:hover {
	text-decoration: underline;
}

.the-title h2 {
	padding-bottom: 23px;
}

.the-content p {
	margin-bottom: 1em;
}

.the-content a {
	color: #000;
	text-decoration: none;
}

.the-content a:hover {
	text-decoration: underline;
}

.the-footnotes {
	float: left;
}

.the-copyright {
	float: right;
	text-align: right;
	white-space: nowrap;
}

header,
main,
aside,
footer {
	/*padding: 20px;*/
	background: #fff;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}

header {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #dcdcde;
}	
main {
	width: calc(100% - 25%);
	height: auto;
	min-height: calc(100vh - 322px);
	padding: 20px;
	float: left;
	/*overflow: auto;*/
}
.full main {
	width: 100%;
	min-height: calc(100vh - 220px);
	float: none;
}
aside {
	width: 25%;
	height: auto;
	min-height: 200px;
	padding: 20px;
	float: right;
	overflow: auto;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #dcdcde;
}
aside .widget {
	margin-bottom: 24px;
}
aside .widget input[type=text] {
	font-family: inherit;
	font-size: 13px;
	width: 100%;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
}
aside .widget input[type="submit"] {
	position: relative;
	top: -35px;
	right: 4px;
	float: right;
	width: 34px;
	height: 34px;
	box-shadow: none;
	text-indent: -9999px;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='10.5' cy='10.5' r='7.5'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='15.8' y2='15.8'%3e%3c/line%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
}
footer {
	border-top: 1px solid #dcdcde;
	width: 100%;
	height: 60px;
	padding: 20px;
	clear: both;
	font-size: 13px;
}
footer > div {
	width: 50%;
	min-height: 20px;
	display: inline-block;
	padding-top: 4px;
}
footer .widget-title {
	float: left;
	margin-right: 1em;
	font-size: inherit;
	line-height: 20px;
}
footer .widget-title:after {
	content: ':';
}
.admin-bar main {
	min-height: calc(100vh - 354px);
}

.tools {
	float: right;
}

.tools a, .tools label {
	color: #000;
	font-size: .75em;
	margin-left: 1em;
	cursor: pointer;
}

.tools a:hover, .tools label:hover {
	text-decoration: underline;
}

/* Tabs */
.tabs > input[type=radio] {
	position: absolute;
	left: -200vw;
}

.tabs {
	position: relative;
	padding: 8px 0;
	margin-top: -8px;
}

.tabs .tab-panel {
	display: none;
}

#tab-types:checked ~ #section-types,
#tab-topics:checked ~ #section-topics,
#tab-offices:checked ~ #section-offices,
#tab-professions:checked ~ #section-professions {
  display: block;
}

#tab-types-label {
	left: 0;
}

#tab-topics-label {
	left: 25%;
}

#tab-offices-label {
	left: 50%;
}

#tab-professions-label {
	left: 75%;
}

.tabs > label {
	position: absolute;
	top: 8px;
	width: 25%;
	z-index: 1;
	padding: 7px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
	border-bottom: 0;
	cursor: pointer;
}

/*.tabs > label:hover,
.tabs > input:focus + label {
	color: #06c;
}*/

.tabs > input:checked + label {
	border-color: #dcdcde;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.tab-panel {
	margin-top: 35px;
	padding: 20px 0;
	border-top: 1px solid #dcdcde;
}

.tab-panel li {
	float: left;
}

.tab-panel li > span {
	display: inline-block;
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px 2px 20px;
	background: #f2f2f2;
	word-break: break-all;
}

.tab-panel li > span:hover .term-delete {
	visibility: visible;
}

.term-delete {
	font-size: .75em;
	line-height: 1.5;
	color: #000;
	text-shadow: 0px -1px 1px #aaa;
	cursor: pointer;
	visibility: hidden;
}

.tab-panel form {
	padding-top: 20px;
	clear: both;
}

.term-submit input[type=text] {
	width: 200px;
	float: left;
	margin: 0 2px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
}

#soutsos_edit_type_submission .cmb-row {
	width: 200px;
	float: left;
	margin: 0 2px 2px 0;
}

#soutsos_edit_type_submission .cmb-td {
	padding-bottom: 0;
}

#soutsos_edit_type_submission input[type=text] {
	width:200px;
	float:left;
	margin: 0 2px 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
}

#section-types ul ul {
	padding-left: 1em;
}

#section-types ul ul li:before {
	content: '— ';
}

#section-types ul ul ul li:before {
	content: '—— ';
}

#section-types ul ul ul ul li:before {
	content: '——— ';
}

#section-types li {
	float: none;
}

#section-types > ul > li {
	float: left;
	margin-bottom: 1em;
}

#section-types > ul > li:nth-child(6n+1) {
	clear: both;
}

#section-types li > span:hover .term-delete {
	visibility: visible;
}

.button-primary {
	font-family: inherit;
	font-size: inherit;
	display: inline-block;
	min-width: 128px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #00a0d2;
	border: 1px solid #00a0d2;
	cursor: pointer;
	padding: 0 10px;
	-webkit-appearance:none;
	transition: transform .2s;	
}

.button-primary:hover {
	background: #0082ab;
}

.button-primary:focus,
.button-primary:active {
	color: #fff;
	outline: none;
	transform: scale(.95);
}

.button-secondary {
	font-family: inherit;
	font-size: inherit;
	display: inline-block;
	min-width: 128px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #333;
	background: #fff;
	border: 1px solid #dcdcde;
	cursor: pointer;
	padding: 0 10px;
	-webkit-appearance:none;	
	transition: transform .2s;
}

.button-secondary:focus,
.button-secondary:active {
	color: #333;
	outline: none;
	transform: scale(.95);
}

.tabs_login {
	width: 100%;
	height: 20px;
	margin: 10px 0;
}

.tabs_login li {
	display: inline;
	margin-right: 10px;
}

.tabs_login a {
	text-decoration: none;
}

.tabs_login a:hover {
	text-decoration: underline;
}

.log_in, .log_out {
	position: relative;
	z-index: 100;
 	float:right;
 	cursor: pointer;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	background: #00a0d2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.log_in:hover, .log_out:hover {
	background: #0082ab;
}

nav.pagination ul {
	float: right;
}

nav.pagination ul li {
	list-style: none;
	float: left;
}

nav.pagination ul li:first-child,
nav.pagination ul li:last-child {
    font-weight: 700;
}

nav.pagination ul li a, nav.pagination ul li span {
	height: 34px;
	line-height: 20px;
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

nav.pagination ul li:hover a,
nav.pagination ul li .current {
    background-color: #d9d9d9;
    text-decoration: underline;
}

@media only screen and (max-width: 869px) {
	.wrap {
		margin: 0;
		/*padding: 10px;*/
		border: none;
		box-shadow: none;
	}
	header {
		width: 100%;
		height: 160px;
	}	
	main {
		width: 100%;
		min-height: calc(100vh - 440px);
		float: none;
	}
	.full main {
		min-height: calc(100vh - 240px);
	}
	aside {
		width: 100%;
		float: none;
		border-width: 1px 0 0 0;
	}
	aside .widget {
		margin-bottom: 24px;
		width: 25%;
		float: left;
		padding-right: 20px;
	}
	aside .widget.widget_search {
		margin-bottom: 0;
		width: 100%;
	}
	footer {
		height: 60px;
	}
	.admin-bar main {
		min-height: calc(100vh - 486px);
	}
	.admin-bar.full main {
		min-height: calc(100vh - 286px);
	}
	#section-types > ul > li:nth-child(3n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 579px) {
	aside .widget {
		margin-bottom: 24px;
		width: 50%;
		float: left;
		padding-right: 20px;
	}
	footer {
		height: 80px;
	}
	footer > div {
		width: 100%;
		text-align: center!important;
	}
	.modal-dialog {
		width: 90%!important;
	}
	.admin-bar main {
		min-height: calc(100vh - 506px);
	}
	.admin-bar.full main {
		min-height: calc(100vh - 306px);
	}
	.tabs .tab-panel {
		display: block;
	}
	.tabs > label {
		position: relative;
		top: 0;
		left: 0!important;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		cursor: default;
	}
	.tab-panel {
		margin: 0;
		border: 0;
	}
	.term-submit input[type=text] {
		width: 100%;
		margin: 0 0 2px 0;
	}
	div[class*=cmb2-id--ordef-]:not(.cmb2-id--ordef-study *),
	.remarks-wrap,
	.bank-wrap,
	#adduser .field {
		width: 100%!important;
		margin-left: 0!important;
	}
	.row-fluid [class*="span"] {
		width: 100%;
		margin-left: 0;
	}
	.study-wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.study-wrap > .cmb2-id--ordef-study {
		min-width: 539px;
	}
	.study-wrap > .summary-wrap {
		min-width: 539px;
	}
}

/**/
@supports (display: grid) {
	header,	
	main,
	aside,
	footer {
		width: auto;
	}
	.wrap {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 160px auto 60px;
	}
	header,
	footer {
		grid-column: 1 / span 5;
	}
	main {
		grid-column: 1 / span 3;
	}
	.full main {
		grid-column: 1 / span 5;
	}
	aside {
		grid-column: span 2;
	}
	@media only screen and (max-width: 869px) {
		.wrap {
			grid-template-rows: 160px auto auto 60px;
		}
		.full .wrap {
			grid-template-rows: 160px auto 60px;
		}
		main,
		aside {
			grid-column: 1 / span 5;
		}
	}
	@media only screen and (max-width: 579px) {
		.wrap {
			grid-template-rows: 160px auto auto 80px;
		}
		.full .wrap {
			grid-template-rows: 160px auto 80px;
		}
	}
	@media print {
		.wrap {
			grid-template-rows: 160px auto auto 60px;
		}
		main,
		aside {
			grid-column: 1 / span 5;
		}
	}
}
/**/

/* modal */
.modal {
	position: absolute;
}
.img-replace {
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}
.modal-buttons input[type=checkbox] {
 	margin: 8px 4px;
}
.modal-rememberme {
	float: left;
	margin: 8px 0;
}
.modal-buttons input[type=checkbox],
label.rememberme {
	font-size: .75em;
	cursor: pointer;
}
.modal-buttons {
	float: right;
	margin: 4px 0;
}
.modal-buttons div {
	float: left;
}
.modal-buttons label,
.modal-buttons a {
	min-width: 125px!important;
}
.modal-buttons label {
	margin-right: 3px;
}
.modal-close {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.modal-close:before, .modal-close:after {
	content: '';
	position: absolute;
	top: 14px;
	width: 14px;
	height: 3px;
	background-color: #646970;
}
.modal-close:before {
	transform: rotate(45deg);
	left: 8px;
}
.modal-close:after {
	transform: rotate(-45deg);
	right: 8px;
}
.modal-close:hover:before, .modal-close:hover:after {
	background-color: #135e96;
}
.modal-wrap:before {
	content: '';
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 101;
}
.modal-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 102;
}
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay,
.modal-open:checked ~ .modal-wrap .modal-dialog {
	display: block;
}
.modal-dialog {
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 480px;
	padding: 16px;
	overflow: hidden;
	display: none;
	z-index: 103;
}
.modal-dialog h3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #dcdcde;
}
.modal-dialog p {
	padding: 8px 0;
}
/*.modal-dialog .field,
.wp-user-form .field {
	padding: 8px 0;
}
.modal-dialog .field label,
.wp-user-form .field label {
	display: block;
	font-size: .75em;
	margin-bottom: 4px;
}*/
.modal-dialog input[type=text],
.modal-dialog input[type=password],
.modal-dialog input[type=email],
.wp-user-form input[type=text],
.wp-user-form input[type=password],
.wp-user-form input[type=email] {
	font-size: inherit;
}
.wp-user-form {
	max-width: 480px;
}
.wp-editor-container {
	border: 1px solid #dcdcde!important;
}
#adduser .field:not(:nth-child(1n+8)) {
	float: left;
	width: calc((100% - 20px) / 2);
}
#adduser .field:not(:nth-child(1n+8)):nth-child(odd) {
	margin-left: 20px;
}
.media-modal-content {
	border-radius: 5px;
	box-shadow: none!important;
}

/* cmb2 */
.cmb2-media-status .img-status {
	position: relative;
	display: inline-block;
	clear: none;
	vertical-align: middle;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
}

.cmb2-media-status .img-status img {
	background: #eee;
	border: 5px solid #fff;
	outline: 1px solid #dcdcde;
	box-shadow: inset 0 0 15px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);
	background-image: linear-gradient(45deg,#dcdcde 25%,transparent 25%,transparent 75%,#dcdcde 75%,#dcdcde),linear-gradient(45deg,#dcdcde 25%,transparent 25%,transparent 75%,#dcdcde 75%,#dcdcde);
	background-position: 0 0,10px 10px;
	background-size: 20px 20px;
	border-radius: 2px;
	margin: 15px 0 0;
	max-width: 350px;
	height: auto;
	float: left;
}

.cmb2-media-status .img-status .cmb2-remove-file-button {	
	background: #fff url('../images/trash.svg') no-repeat;
	background-size: 16px 16px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 5px;
	text-indent: -9999px;
	border-bottom-right-radius: 3px;
}

.cmb2-media-status.cmb-attach-list .img-status img {
	cursor: move;
}

.cmb2-media-status .img-status img {
	cursor: pointer;
}

.cmb2-element .ui-datepicker, .cmb2-element.ui-datepicker {
    min-width: auto!important;
}

.cmb-type-title h5.cmb2-metabox-title {
	font-size: 12px;
}

.cmb-type-title div.cmb2-metabox-description {
	font-family: inherit;
	font-size: 13px;
	font-style: normal;
	color: inherit;
	width: 100%;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
	position: relative;
}

.cmb-type-title div.cmb2-metabox-description span {
	position: absolute;
	top: 0;
	bottom: 0;
	line-height: 36px;
}

.error {
	color: red;
	font-size: .75em;
}

.success {
	color: green;
	font-size: .75em;
}

.cmb2-wrap input[type=text], .field input[type=number], .cmb2-wrap input[type=number], .cmb2-wrap textarea {
	font-family: inherit;
    font-size: 13px;
    width: 100%;
    min-height: 36px;
    padding: 8px;
    border: 1px solid #dcdcde;
}

.cmb2-checkbox-list ul {
    padding: 4px 0 0
}

.cmb2-checkbox-list li {
    display: inline-block;
}

.cmb-type-taxonomy-multicheck-hierarchical .cmb2-checkbox-list li {
	display: block;
}

.cmb-type-taxonomy-multicheck-hierarchical .cmb2-checkbox-list li.cmb2-indented-hierarchy li {
	display: inline-block;
}

.cmb2-checkbox-list li.cmb2-indented-hierarchy {
	margin-left: 1em;
}

.cmb2-checkbox-list li label {
    font-size: 13px;
    display: inline-block;
    margin: 0 0 2px 0;
    padding: 2px 4px;
    cursor: pointer;
}

.cmb2-checkbox-list li input[type=checkbox] {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	margin: 0;
}

.cmb2-checkbox-list li input[type=checkbox]:checked + label {
	background: #dcdcde;
	color: #000;
}

.cmb2-id--tinos-elements .cmb-td {
	padding-bottom: 2px;
}

.cmb2-id--tinos-elements-other-check input[type=checkbox] {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	margin: 0;	
}

.cmb2-id--tinos-elements-other-check input[type=checkbox]:checked + label {
	background: #dcdcde;
	color: #000;
}

.cmb2-id--tinos-elements-other-check .cmb2-metabox-description {
	color: inherit;
	font-style: inherit;
    font-size: 13px;
    display: inline-block;
    margin: 0 0 2px 0;
    padding: 2px 4px;
    cursor: pointer;
}

.cmb2-wrap .cmb-row:after {
    content: '';
    clear: both;
    display: block;
    width: 100%
}

.cmb2-metabox {
    clear: both;
    margin: 0
}

.cmb-th {
    padding: 0 0 3px;
}

.cmb-td {
    padding-bottom: 24px;
}

.row-fluid .cmb-th,
.cmb-th > label {
	font-size: .75em;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

p.cmb2-metabox-description {
    color: #aaa;
    font-style: italic;
    margin: 0;
    padding-top: .5em
}

span.cmb2-metabox-description {
	font-size: .75em;
	padding: 0 0 3px;
}

.cmb2-postbox .cmb-row {
    padding: 0 0 1.8em;
    margin: 0 0 .8em
}

.cmb-form .button-primary, .cmb-form .button-secondary {
	min-width: 130px;
}

.cmb2-upload-button.button-secondary {
	font-size: .75em;
}

.cmb2-element.ui-datepicker select.ui-datepicker-month,
.cmb2-element.ui-datepicker select.ui-datepicker-year, 
.cmb2-element .ui-datepicker select.ui-datepicker-month,
.cmb2-element .ui-datepicker select.ui-datepicker-year {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
}

.cmb2-element.ui-datepicker select.ui-datepicker-month, 
.cmb2-element .ui-datepicker select.ui-datepicker-month {
	width: 54%;
}

.cmb2-element.ui-datepicker select.ui-datepicker-year, 
.cmb2-element .ui-datepicker select.ui-datepicker-year {
	width: 12%;
}

#read .cmb-td {
    padding-bottom: 30px;
}

#read .cmb-th {
	display: block;
}

#read .cmb-th br {
	clear: both;
}

#read .cmb-th.inline {
	float: left;
	margin-right: 6px;
	padding-top: 6px;
}

#read .cmb-td > ul:after {
	content: '';
	display: block;
	clear: both;
 }

#read .cmb-td > ul > li {
	float: left;
	margin-right: 1.25em;
}

#read .cmb-td > ul.file-list > li {
	float: none;
}

#read .cmb-td ul ul {
	padding-left: 1em;
}

p.cmb-add-row {
	position: relative;
	margin-top: -28px;
	right: 5px;
	float: right;
	margin-bottom: 0;
}

.empty-row.hidden {
	display: none;
}

.cmb-repeat .cmb-td {
	position: relative;
}

.cmb-repeat-row {
	position: relative;
}

.cmb-repeat-row .cmb-td {
	margin-right: 32px;
	padding-bottom: 0;
}

.cmb-repeat-row:not(:first-child) input {
	border-top: 0!important;
}

.cmb-td.cmb-remove-row {
	position: absolute;
	top: 8px;
	right: 8px;
}

.cmb-td.cmb-field-list,
.cmb-repeatable-grouping + .cmb-row > .cmb-td {
	padding-bottom: 0;
}

.cmb-type-group .cmb-remove-row {
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	padding: 8px;
}

.cmb-repeatable-grouping:first-child .cmb-remove-row {
	margin-top: 18px;
}

.cmb-type-group p.cmb-add-row {
	position: relative;
	float: right;
	width: 36px;
	height: 36px;
	margin-top: -36px;
	margin-bottom: 0;
	padding: 8px;
}

.cmb-remove-row button.button-secondary, .cmb-add-row button.button-secondary {
	font-size: inherit;
	min-width: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #e5e5e5;
	border: 0;
	border-radius: 10px;
	padding: 0;
}

.cmb-remove-row button.button-secondary:before {
	content: '\ff0d';
	display: block;
}

.cmb-add-row button.button-secondary:before {
	content: '\ff0b';
	display: block;
}

.cmb-repeatable-grouping > .cmb-remove-group-row,
.cmb-repeatable-grouping > .cmbhandle,
.cmb-repeatable-grouping > .cmbhandle-title {
	display: none;
}

.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-th,
.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td input[type=text] {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cmb-repeatable-grouping .cmb-repeat-group-field .cmb-td {
	padding-bottom: 0;
}

.cmb-repeat-group-field:not(:first-child) .cmb-td textarea {
	max-height: 36px;
}

.cmb-repeatable-grouping .button-primary {
	margin-top: 18px;
}

.cmb-repeatable-grouping .cmb-repeatable-group {
	min-height: 36px;
}

.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-th {
	display: none;
}

.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td input[type=text],
.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td textarea,
.cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td .selectize-input {
	border-top: 0;
}

.cmb-repeat-group-field:not(:first-child) .cmb-td input[type=text],
.cmb-repeat-group-field:not(:first-child) .cmb-td textarea,
.cmb-repeat-group-field:not(:first-child) .cmb-td .selectize-input {
	border-left: 0;
}

.cmb2-id--ordef-order-number,
.cmb2-id--ordef-order-date,
.cmb2-id--ordef-order-name,
.cmb2-id--ordef-order-business,
.cmb2-id--ordef-order-vat-number,
.cmb2-id--ordef-order-tax-office,
.cmb2-id--ordef-order-prefecture,
.cmb2-id--ordef-order-city,
.cmb2-id--ordef-order-address,
.cmb2-id--ordef-order-zip-code,
.cmb2-id--ordef-order-district,
.cmb2-id--ordef-order-delivery-prefecture,
.cmb2-id--ordef-order-delivery-city,
.cmb2-id--ordef-order-delivery-address,
.cmb2-id--ordef-order-delivery-zip-code,
.cmb2-id--ordef-order-delivery-district,
.cmb2-id--ordef-order-landline-phone,
.cmb2-id--ordef-order-mobile-phone,
.cmb2-id--ordef-order-email,
.cmb2-id--ordef-order-website,
.cmb2-id--ordef-order-communication-manager,
.cmb2-id--ordef-order-accounting-manager,
.remarks-wrap,
.bank-wrap {
	float: left;
	width: calc((100% - 20px) / 2);
}

.cmb2-id--ordef-order-date,
.cmb2-id--ordef-order-business,
.cmb2-id--ordef-order-tax-office,
.cmb2-id--ordef-order-city,
.cmb2-id--ordef-order-zip-code,
.cmb2-id--ordef-order-delivery-city,
.cmb2-id--ordef-order-delivery-zip-code,
.cmb2-id--ordef-order-mobile-phone,
.cmb2-id--ordef-order-website,
.cmb2-id--ordef-order-accounting-manager,
.bank-wrap {
	margin-left: 20px;
}

.cmb2-id--ordef-order-landline-phone,
.cmb2-id--ordef-order-delivery-address-checkbox,
.remarks,
.cmb2-id--ordef-study {
	clear: both;
}

.cmb2-id--ordef-other-bank p.cmb2-metabox-description {
	color: inherit;
	font-size: .75em;
	font-style: inherit;
}

.study-wrap {
	clear: both;
	padding-bottom: 24px;
}

#_ordef_study_repeat .cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td input[type=text],
#_ordef_study_repeat .cmb-repeatable-grouping:not(:first-child) .cmb-repeat-group-field .cmb-td input[type=number] {
	border-top: 0;
}

#_ordef_study_repeat .cmb-repeat-group-field:not(:first-child) .cmb-td input[type=text],
#_ordef_study_repeat .cmb-repeat-group-field:not(:first-child) .cmb-td input[type=number] {
	border-left: 0;
}

#_ordef_study_repeat .cmb-repeat-group-field {
	margin-left: 0;
	float: left;
	width: calc((100% - 390px) / 2);
}

#_ordef_study_repeat .cmb-repeat-group-field:nth-child(1) {
	width: 70px;
}

#_ordef_study_repeat .cmb-repeat-group-field:nth-child(4) {
	width: 102px;
}

#_ordef_study_repeat .cmb-repeat-group-field:nth-child(5) {
	width: 146px;
}

.cmb2-id--ordef-study .cmb-td,
.cmb2-id--ordef-order-subtotal .cmb-td,
.cmb2-id--ordef-order-discount .cmb-td,
.cmb2-id--ordef-order-discount-amount .cmb-td,
.cmb2-id--ordef-order-vat .cmb-td,
.cmb2-id--ordef-order-vat-amount .cmb-td,
.cmb2-id--ordef-order-total .cmb-td
.cmb2-id--ordef-order-grand-total .cmb-td,
.cmb2-id--ordef-order-advance .cmb-td,
.cmb2-id--ordef-order-advance-amount .cmb-td,
.cmb2-id--ordef-order-balance .cmb-td {
	padding-bottom: 0;
}

#_ordef_study_repeat .cmb-td input[id$=_total],
#_ordef_order_subtotal,
#_ordef_order_discount_amount,
#_ordef_order_vat_amount,
#_ordef_order_total,
#_ordef_order_grand_total,
#_ordef_order_balance {
	text-align: right;
}

.cmb2-id--ordef-order-subtotal,
.cmb2-id--ordef-order-total,
.cmb2-id--ordef-order-grand-total,
.cmb2-id--ordef-order-balance {
	position: relative;
	clear: both;
}

.cmb2-id--ordef-order-subtotal .cmb-th,
.cmb2-id--ordef-order-total .cmb-th,
.cmb2-id--ordef-order-grand-total .cmb-th,
.cmb2-id--ordef-order-balance .cmb-th {
	float: right;
	position: relative;
	right: 218px;
	padding: 10.5px 3px;
	border-right: 1px solid #dcdcde;
	text-align: right;
}

.cmb2-id--ordef-order-subtotal .cmb-td,
.cmb2-id--ordef-order-total .cmb-td,
.cmb2-id--ordef-order-grand-total .cmb-td,
.cmb2-id--ordef-order-balance .cmb-td {
	position: absolute;
	right: 72px;
	width: 146px;
}

.discount-wrap,
.vat-wrap,
.advance-wrap {
	float: right;
	position: relative;
	right: 72px;
	width: 146px;
	height: 36px;
}

.discount-wrap > *,
.vat-wrap > *,
.advance-wrap > * {
	height: 36px;
}

.cmb2-id--ordef-order-discount .cmb-th,
.cmb2-id--ordef-order-vat .cmb-th,
.cmb2-id--ordef-order-advance .cmb-th {
	position: relative;
	right: calc(((100% - 390px) / 2) + 284px);
	width: calc(((100% - 390px) / 2) + 284px);
	padding: 10.5px 3px;
	border-right: 1px solid #dcdcde;
	text-align: right;
}

.cmb2-id--ordef-order-discount-amount .cmb-th,
.cmb2-id--ordef-order-vat-amount .cmb-th,
.cmb2-id--ordef-order-advance-amount .cmb-th {
	display: none;
}

.cmb2-id--ordef-order-discount .cmb-td,
.cmb2-id--ordef-order-vat .cmb-td,
.cmb2-id--ordef-order-advance .cmb-td {
	position: relative;
	top: -36px;
	width: 44px;
	float: left;
}

.cmb2-id--ordef-order-discount-amount .cmb-td,
.cmb2-id--ordef-order-vat-amount .cmb-td,
.cmb2-id--ordef-order-advance-amount .cmb-td {
	position: relative;
	top: -36px;
	width: calc(100% - 44px);
	float: left;
}

.cmb2-wrap .cmb-row.cmb2-id--ordef-order-discount:after,
.cmb2-wrap .cmb-row.cmb2-id--ordef-order-vat:after,
.cmb2-wrap .cmb-row.cmb2-id--ordef-order-advance:after {
	clear: none;
}

.cmb2-id--ordef-order-subtotal .cmb-td input[type=text],
.cmb2-id--ordef-order-discount .cmb-td input[type=text],
.cmb2-id--ordef-order-discount-amount .cmb-td input[type=text],
.cmb2-id--ordef-order-vat .cmb-td input[type=text],
.cmb2-id--ordef-order-vat-amount .cmb-td input[type=text],
.cmb2-id--ordef-order-total .cmb-td input[type=text],
.cmb2-id--ordef-order-grand-total .cmb-td input[type=text],
.cmb2-id--ordef-order-advance .cmb-td input[type=text],
.cmb2-id--ordef-order-advance-amount .cmb-td input[type=text],
.cmb2-id--ordef-order-balance .cmb-td input[type=text] {
	border-top: 0;
	border-left: 0;
}

/*selectize*/
.selectize-input, .selectize-dropdown {
	max-width: 100%;
	min-height: 36px;
	border-radius: 0!important;
	border-color: #dcdcde!important;
	box-shadow: none!important;
}
.selectize-input {
	background-image: none!important;
	background-color: #fff!important;
	border: 1px solid #dcdcde;
}

.selectize-input input {
	color: inherit!important;
}

.selectize-control {
	height: 36px;
}

.selectize-control .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 17px;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #808080 transparent transparent transparent;
}

.selectize-control .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #808080 transparent;
}

.selectize-dropdown-content {
	max-height: 204px!important;
}

.selectize-dropdown [data-selectable] {
	padding: 8px!important;
}

/* cmb2-field-ajax-search */
.cmb-ajax-search-spinner {
	position: relative;
	float: right;
	margin: -24px 14px 0 0;
	width: 12px;
}

.autocomplete-suggestions {
	border-top: 0;
}

.autocomplete-suggestions > div {
	padding: 5px 8px;
	font-size: 13px;
	line-height: 18px;
}

.autocomplete-suggestions > div:hover {
	background-color: #f5fafd;
	color: #495c68;
}

.cmb-ajax-search-results {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cmb-ajax-search-results li a.edit-link {
	max-width: calc(100% - 45px);
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cmb-ajax-search-results li a.remover {
	float: none;
}

.cmb-ajax-search-results li a.remover:hover {
	text-decoration: none;
}

.cmb-ajax-search-results li a.remover span {
	line-height: 22px;
}

/* glightbox */
.goverlay{
	background: rgba(0, 0, 0, 0.8)!important;
}

/*.glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
	display: block!important;
	padding: 16px;
	background: #fff;
	border-radius: 5px;
	box-shadow: none!important;
}

.glightbox-container .gslide-inner-content {
	width: auto!important;
	max-width: calc(100% - 100px)!important;
}

.gslide-external {
	width: calc(100vw - 100px)!important;
}

.gslide-image img {
	max-width: 100%!important;
}*/

.glightbox-clean .gprev, .glightbox-modern .gprev,
.glightbox-clean .gnext, .glightbox-modern .gnext {
	top: calc((100% - 48px) / 2)!important;
	width: 24px!important;
	height: 24px!important;
}

.glightbox-clean .gprev, .glightbox-modern .gprev {
	left: 24px!important;
}

.glightbox-clean .gnext, .glightbox-modern .gnext {
	right: 24px!important;
}

.glightbox-clean .gclose, .glightbox-modern .gclose {
	width: 20px!important;
	height: 20px!important;
	top: 20px!important;
	right: 20px!important;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev, .glightbox-modern .gclose, .glightbox-modern .gnext, .glightbox-modern .gprev,
.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover, .glightbox-modern .gclose:hover, .glightbox-modern .gnext:hover, .glightbox-modern .gprev:hover {
	background-color: transparent!important;
}

/*table*/
.table {
	font-size: 13px;
    table-layout: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #dcdcde;
}

.table th {
	padding: 9px 8px;
	border-bottom: 1px solid #d9d9d9;
	background: #f5f5f5;
}

.table td {
    padding: 9px 8px;
    border: 1px solid #dcdcde;
}

.table p {
	margin:0;
}

.table th[data-sort] {
	cursor: pointer;
}

.table-wrap {
	overflow: auto;
}

.table-wrap form[role=search] {
	position: relative;
}

.table-wrap form[role=search] input[type=submit] {
	position: absolute;
	top: 1px;
	right: 4px;
	float: right;
	width: 34px;
	height: 34px;
	box-shadow: none;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='10.5' cy='10.5' r='7.5'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='15.8' y2='15.8'%3e%3c/line%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
}

.dataTable-wrapper.no-footer .dataTable-container {
	border-bottom: 0!important;
}

.dataTable-bottom, .dataTable-top {
	padding: 0 0 8px 0!important;
}

.dataTable-sorter::before {
	bottom: 6px!important;
}

.dataTable-search {
	width: 100%;
}

.search-field {
	padding-bottom: 8px;
}

.search-field > input,
.dataTable-input {
	font-family: inherit;
    font-size: 13px;
    width: 100%;
    min-height: 36px;
    padding: 8px!important;
    border: 1px solid #dcdcde;
}

.dataTable-table {
	border-collapse: collapse!important;
}

.dataTable-sorter,.dataTable-sorter:hover{color:inherit}.dataTable-bottom > div:first-child{float:left}.dataTable-bottom > div:last-child{float:right}.dataTable-info{padding:6px 0}.dataTable-pagination ul{margin:0;padding-left:0}.dataTable-pagination li{list-style:none;float:left}.dataTable-pagination a{float:left;padding:6px 12px;position:relative}.dataTable-pagination .active a,.dataTable-pagination .active a:focus,.dataTable-pagination .active a:hover{color:inherit;cursor:default}.dataTable-pagination .ellipsis a{color:inherit;cursor:default;pointer-events:none}

.dataTable-table>tbody>tr>td, .dataTable-table>tbody>tr>th, .dataTable-table>tfoot>tr>td, .dataTable-table>tfoot>tr>th, .dataTable-table>thead>tr>td, .dataTable-table>thead>tr>th {
	font-size: 13px;
	padding: 9px 8px!important;
}

.dataTable-sorter::after, .dataTable-sorter::before {
	display: none;
}

.dataTable-table th a:hover {
	text-decoration: none;
}

.general-notes.table {
	border-width: 0 0 1px;
}

.general-notes.table,
.general-notes.table thead,
.general-notes.table tbody,
.general-notes.table tr {
	display: block;
}

.general-notes.table th {
	padding: 8px 10px;
	border: 1px solid #dcdcde;
	border-bottom: 0;
	text-align: left;
}

.general-notes.table td {
	border-bottom: 0;
}

.general-notes.table th:first-child,
.general-notes.table td:first-child {
	min-width: 100px;
	max-width: 100px;
	white-space: nowrap;
	vertical-align: top;
}

.general-notes.table th:last-child,
.general-notes.table td:last-child {
	width: 100%;
}

/*read*/
.field {
	padding-bottom: 24px;
}

.field label {
	padding: 3px 0;
	display: block;
}

.field input[type=text], .field input[type=password], .field input[type=email], .field textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 100%;
	min-height: 36px;
	padding: 8px;
	border: 1px solid #dcdcde;
}

.file-list-wrap .file-list-image {
	position: relative;
	display: inline-block;
	clear: none;
	vertical-align: middle;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0;
}

.file-list-wrap .file-list-image img {
	background: #eee;
	border: 5px solid #fff;
	outline: 1px solid #dcdcde;
	box-shadow: inset 0 0 15px rgba(0,0,0,.3),inset 0 0 0 1px rgba(0,0,0,.05);
	background-image: linear-gradient(45deg,#dcdcde 25%,transparent 25%,transparent 75%,#dcdcde 75%,#dcdcde),linear-gradient(45deg,#dcdcde 25%,transparent 25%,transparent 75%,#dcdcde 75%,#dcdcde);
	background-position: 0 0,10px 10px;
	background-size: 20px 20px;
	border-radius: 2px;
	/*margin: 15px 0 0;*/
	max-width: 350px;
	height: auto;
	float: left;
}

.cropit-preview {
	background-color: #dcdcde;
	background-size: cover;
	border: 1px solid #dcdcde;  
	width: 252px; 
	height: 252px;
}

.select-image-btn ,.image-size-label {
	font-size: 12px;
}

.select-image-btn {
	cursor: pointer;
	margin-bottom: 20px;
}

.cropit-image-input, .image-size-label, .cropit-image-zoom-input {
	visibility: hidden;
}

.cropit-image-zoom-input {
	width: 252px;
	margin: 10px 0;
	position: relative;
	display: block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	height: 4px;
	background: #eee;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}

.cropit-image-zoom-input::-moz-range-track{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background:#eee;-webkit-border-radius:4px;border-radius:4px;outline:none}
.cropit-image-zoom-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#888;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:background .25s;-moz-transition:background .25s;-o-transition:background .25s;-ms-transition:background .25s;transition:background .25s}
.cropit-image-zoom-input::-webkit-slider-thumb:active{background:#bbb}
.cropit-image-zoom-input::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#888;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:background .25s;-moz-transition:background .25s;-o-transition:background .25s;-ms-transition:background .25s;transition:background .25s}
.cropit-image-zoom-input.custom::-moz-range-thumb:active{background:#bbb}

@media print {
	body, h2, h3 ,h4 ,h5 {
		font-size: .75rem;
	}
	.wrap {
		width: 100%;
		max-width: 1116px;
		margin: 0;
		padding: 0;
		border: none;
		box-shadow: none;
	}
	header {
		height: 80px;
	}
	main {
		width: 100%;
	}
	.general-notes.table th:first-child,
	.general-notes.table td:first-child {
		min-width: 75px;
		max-width: 75px;
	}
	aside, nav, .menu, .button-primary, .button-secondary, .tools, input[type=submit], input[type=button], .search-form, .dataTable-search, .term-submit input {
		display: none;
	}
	.selectric {
		background-color: transparent;
		border: 0;
	}
	.tabs .tab-panel {
		display: block;
	}
	.tabs > label {
		position: relative;
		top: 0;
		left: 0!important;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		cursor: default;
	}
	.tab-panel {
		margin: 0;
		border: 0;
	}
	@supports (display: grid) {
		.wrap {
			grid-template-rows: 80px auto 0 60px;
		}
		header,	
		main,
		aside,
		footer {
			grid-column: 1 / span 5;
		}
	}
}