html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 100%;
	background: #FCFAFA;
	font-weight: 400;
	line-height: 100%;
	color: #333;
}

input[type=text],
input[type=button] {
	-webkit-appearance: none;
	/*-webkit-border-radius: 0;*/
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #CCCDD5;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #CCCDD5;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #CCCDD5;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #CCCDD5;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: #4A4A4D;
	border: 0px;
	outline: none;
}

a:hover {
	text-decoration: none;
	border: 0px;
	color: #333;
}

div,
form,
input,
a,
nav,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
i,
label,
span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.relative {
	position: relative;
}

.rf {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
	padding: 5px;
	background: white;
	font-size: 12px;
}

.rfi {
	float: left;
	cursor: pointer;
	padding: 10px;
	background: white;
	font-size: 12px;
}

.rfis {
	float: left;
	cursor: pointer;
	padding: 8px 10px 10px 10px;
	background: white;
	font-size: 10px;
}

.none {
	display: none;
}

.display {
	display: block;
}

.outer {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

.outer.table {
	display: table;
	height: 100%;
	/*min-height: 600px;*/
}

.inner {
	position: relative;
	max-width: 1900px;
	width: 100%;
	margin: auto;
}

.inner.full {
	max-width: none;
}


.logo {
	margin: 17px 20px 0 0;
	float: left;
}

.login {
	margin: -100px 0 0 0;
}


.login .logo,
.renewconfirm .logo {
	float: none;
	width: 200px;
	height: 114px;
	margin: 0 auto 30px auto;
}

.member {
	float: right;
	margin: 0 0 0 0;
}

.member a {
	float: left;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #4A4A4D;
	padding: 0 10px;
}

.member a:hover {
	color: #25408F;
	display: inline-block;
	background: #f7f7f7;
}

.member a.active span {
	border-bottom: 3px solid #25408F;
}

.member a span {
	padding: 0 5px 2px 5px;
}

.fa-sign-out-alt {
	display: block;
	line-height: 100%;
	color: #25408F;
	font-size: 22px;
	line-height: 70px;
}

.fa-sign-out-alt:hover {
	color: #183382;
}

.aligned.vertical {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url(../include/images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.centered {
	text-align: center;
}

.floated {
	float: left;
	margin: 0 10px 0 0;
}

.link {
	color: #11824a;
	font-weight: normal;
	line-height: 110%;
	cursor: pointer;
}

.link:hover {
	color: #333;
}

.login .link {
	color: white;
	font-weight: 300;
	font-size: 15px;
}

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

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

form .row {
	clear: both;
	padding: 5px 0;
	position: relative;
}

form .row:after {
	content: '';
	display: block;
	clear: both;
}

.login form .row {
	padding: 13px 0;
}

.login form .row.button {
	padding: 26px 0 13px 0;
}

.form .row.line {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

form input {
	font-family: 'Open Sans', sans-serif;
}

.form {
	float: left;
	width: 100%;
}

.login form .row.input input {
	border: 1px solid #fff;
	background: white;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 12px 15px 12px 55px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	outline: none;
	color: #25408F;
}

.login form .row.input input:focus {
	border: 1px solid #fff;
}

.login form .row.button input {
	border: 1px solid #25408F;
	background: #fff;
	color: #25408F;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 17px 15px;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	outline: none;
	font-weight: 700;
	cursor: pointer;
}

.login form .row.button input:hover {
	background: #efefef;
}



form .row.input input {
	border: 1px solid #fff;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px 10px 45px;
	width: 100%;

	font-size: 14px;
	outline: none;
	color: #333;
}

form .row.input input:focus {
	border: 1px solid #fff;
}

form .row.button input {
	border: 1px solid #1cb5ac;
	background: #1cb5ac;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	width: 100%;

	font-size: 14px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
}

form .row.button input:hover {
	background: #179c94;
}

.content .row.button input.gray,
.saveclose {
	border: 1px solid #25408F;
	background: white;
	color: #25408F;
}

.content .row.button input.gray:hover {
	background: #f7f7f7;
}


.content form .row.button input,
.saveclose {
	/*border: 1px solid #222222;
	background: #222222;
	width: auto;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 35px;
	margin-right: 5px;*/

	width: auto;
	border: 1px solid #25408F;
	background: #25408F;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 6px 50px;

	font-size: 13px;
	letter-spacing: 1px;
	outline: none;
	color: white;
	font-weight: 700;
	margin-right: 10px;
	text-transform: uppercase;
}

.content form .row.button input:hover,
.saveclose:hover {
	background: #183382;
}

.content form .row.button input.processing {
	background: #304b9c;
}

.saveclose {
	margin: 15px 0 0 10px;
	cursor: pointer;
}

.content .row.button.small input,
.popup input.button {
	width: auto;
	border: 1px solid #25408F;
	background: #25408F;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 6px 20px;

	font-size: 11px;
	letter-spacing: 1px;
	outline: none;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.content .row.button.top input {
	margin-bottom: 10px;
}

.popup input.button {
	width: 100%;
	padding: 8px 10px;
	margin-top: 10px;
	font-size: 13px;
}

.content .row.button.small input:hover {
	background: #183382;
}

.orderbutton {
	border: 1px solid #10824a;
	background: #10824a;
	width: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 7px;

	font-size: 12px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
	margin: 0;
}

.orderbutton:hover {
	background: #0c663a;
}

.orderbutton.addtilde,
.orderbutton.removetilde,
.orderbutton.writematerial,
.orderbutton.rewritematerial {
	font-size: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 110%;
}

.yes,
.yesinside,
.no,
.yes-tilde,
.yes-removetilde,
.yes-material,
.yes-rematerial,
.inpopupyes,
.imageyes,
.yesdouble,
.nodouble {
	border: 1px solid #25408F;
	background: #25408F;
	width: auto;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 5px 15px;

	font-size: 12px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
	margin-right: 10px;
}

.yes:hover,
.yes-tilde:hover,
.yes-removetilde:hover,
.yes-material:hover,
.yes-rematerial:hover,
.inpopupyes:hover,
.imageyes:hover,
.yesdouble:hover {
	background: #183382;
}

.no,
.nodouble {
	border: 1px solid #25408F;
	background: white;
	color: #25408F;
}

.no:hover,
.nodouble:hover {
	background: #f7f7f7;
}

form .column.input input,
form .column.input textarea,
form .scrollable table input,
.popup input.input {
	border: 1px solid #ccc;
	background: white;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 8px 20px;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	outline: none;
	color: #25408F;
}

form#uploadfile .column.input input {
	padding: 7px 20px;
}

form .column.input input.error,
form .column.input textarea.error,
form .scrollable table input.error,
.popup input.input.error {
	border: 1px solid red;
	background: #efefef;
}

form .column.input input.datepicker,
form .column.input input.datepickerayear {
	padding: 8px 13px 8px 20px;
}

form .column.input.half input.left {
	width: 48%;
	float: left;
}

form .column.input.half input.right {
	width: 48%;
	float: right;
}

form .column.input.half input.right.button {
	border: 1px solid #25408F;
	background: white;
	color: #25408F;
	cursor: pointer;
	font-size: 13px;
	letter-spacing: 1px;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
}

form .column.input.half input.right.button:hover {
	background: #f7f7f7;
}

form .column.input.half div.left {
	float: left;
	width: 48%;
	text-align: center;
	margin-top: 10px;
	color: #25408F;
}

form .column.input.half div.right {
	float: right;
	width: 48%;
	text-align: center;
	margin-top: 10px;
	color: #25408F;
}

form .column.input input:focus {
	border: 1px solid #25408F;
}

form .column.input input.radio {
	width: auto;
	float: left;
	margin: 8px 15px 0 0;
}

form .column.input.disabled input,
form .column.input.disabled textarea {
	color: gray;
}

form .column.input.disabled input:focus {
	border: 1px solid #ccc;
}

form .column.input input.third {
	width: 17.5%;
}

form .column.input input.half {
	width: 38%;
}

form .column.input input.smallfull {
	width: 86%;
}

form .column.small.input input.half {
	width: 39%;
}


form .column.input input.light {
	background: #7fffd4;
}

.login,
.renewconfirm {
	display: inline-block;
	padding: 20px;
	width: 100%;
	max-width: 400px;
}

.login form,
.renewconfirm form {
	margin: 0;
}

.login .renew {
	display: inline-block;
}


.copyright {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #333;
}

.aligned .copyright {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	text-align: center;
}

.footer .copyright {
	text-align: center;
}


.login #loading,
.renewconfirm #loading {
	position: absolute;
	width: 35px;
	height: 35px;
	left: 12px;
	top: 38px;
	pointer-events: none;
	display: none;
}

.wait {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 8px;
	top: 11px;
	pointer-events: none;
	display: none;
}

.bold,
.column.label.bold {
	font-weight: 700;
}

form .row.msg {
	color: red;
	display: none;
	line-height: 120%;
}

#renew .row.msg div {
	padding-top: 15px;
}

.login form .row.msg {
	color: white;
	font-weight: 700;
}

form .row.msg div {
	padding: 2px 0;
}

form .box.alert {
	background: #598381;
	color: white;
	font-weight: bold;
	border: 1px solid #598381;
}

#excel-import .msg {
	text-align: center;
}

.login .fa-user {
	position: absolute;
	left: 20px;
	top: 27px;
	pointer-events: none;
	font-size: 20px;
	color: #CCCDD5;
}

.login .fa-key {
	position: absolute;
	left: 20px;
	top: 27px;
	pointer-events: none;
	font-size: 20px;
	color: #CCCDD5;
}

.login .fa-unlock-alt,
.login .fa-lock {
	position: absolute;
	left: 20px;
	top: 45px;
	pointer-events: none;
	font-size: 20px;
	color: #CCCDD5;
}

.languages {
	position: absolute;
	top: 7px;
	right: 0px;
}

.languages.titul {
	position: absolute;
	top: 20px;
	right: 20px;
}

.languages a {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #333;
	text-align: center;
	line-height: 25px;
	font-size: 10px;
	text-transform: uppercase;
	background: url(../include/images/language-passive.png) no-repeat;
	margin: 0 2px;
}

.languages a.active {
	background: url(../include/images/language-active.png) no-repeat;
	color: white;
}

.languages a:hover {
	background: url(../include/images/language-hover.png) no-repeat;
}

.languages a.active:hover {
	background: url(../include/images/language-active.png) no-repeat;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: white;
	padding: 0 20px;

	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
}

.content {
	padding: 139px 20px 70px 20px;
}

.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 45px;
	margin: auto;
	background: #25408F;
	line-height: 45px;
}

h1 {
	font-size: 22px;
	font-weight: 400;
	color: #25408F;
	margin: 0;
	padding: 30px 40px 10px 40px;

	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: 64px;
	background: #FCFAFA;
}

h1:after {
	content: '';
	display: block;
	clear: both;
}

h1.large {
	height: 48px;
	line-height: 170%;
}

.main-category {
	font-size: 22px;
	font-weight: 400;
	color: #25408F;
	margin: 0;
	float: left;
	width: 280px;
	/*padding: 10px 10px 20px 20px;	
	width: 100%;*/
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding: 0px 10px 10px 10px;

	width: 100%;
	margin: 15px 0 0 0;
	float: left;
}

.box {
	background: white;
	margin: 15px 0 15px 0;
	padding: 10px 20px;
	width: 100%;
}

.box.table {
	background: none;
	padding: 0;
	margin-top: 0px;
}

.box.filter {
	padding: 0;
	margin-top: 0px;
}

.box.filter.filterresult {
	background: none;
}

.box.filter.filterresult span {
	font-size: 12px;
	color: gray;
	display: inline-block;
	padding: 0 10px;
}

.box.filter.filterresult span b {
	font-style: normal;
	display: inline-block;
	padding: 2px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.box.filter.filterresult span b:hover {
	background: #efefef;
}

.box.first {
	margin-top: 0px;
}


.box.msg,
.column .text .box.msg {
	display: none;
	background: none;
	padding: 0;
	margin-top: 10px;
}

.box.msg .text {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #25408F;
	border: 1px solid #25408F;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
}

.box h2 {
	margin: 0;
	padding: 13px 0px;
	font-weight: normal;
	font-size: 16px;
	color: #7E7E7E;
	border-bottom: 1px solid #CCCCCC;
}

.title {
	margin: 0;
	padding: 7px 0 13px 0px;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
}

.box h2.noborder {
	border: none;
}

.box h2 span {
	font-size: 13px;
	color: #999;
	font-style: italic;
}

.box .text {
	padding: 13px 18px;
	font-size: 13px;
	position: relative;
}

.column .text {
	margin-left: 280px;
}

.column .text.full {
	margin-left: 0;
}

.padding {
	padding: 10px 20px;
}

.column .text .box {
	margin: 0px 0 10px 0;
	float: left;
	width: 100%;
}

.column {
	float: left;
	position: relative;
}

.column .box .text.fixed {
	max-width: 798px;
	margin: 0 auto;
}

.column .box .text.fixed.full {
	/*max-width: none;*/
	margin: 0 auto;
}

.column .sticky-wrapper {
	width: 260px;
	float: left;
}

.column.menu {
	width: 260px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

.column.menu.full {
	display: none;
}

.column.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.column.menu ul ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*
.column.menu ul ul ul  {
	display: none;
}

.column.menu ul ul li.active ul  {
	display: block;
}*/

.column.menu ul li {
	padding: 0px 0;

}

.column.menu ul li a {
	display: block;
	padding: 10px 10px 10px 20px;
	font-weight: 400;
	background: white;
}



.column.menu ul ul li a {
	display: block;
	padding: 0px 20px 0px 40px;
}

.column.menu ul ul li:last-child a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.column.menu ul li.active a {
	background: #25408F;
	color: white;
}

.column.menu ul li a:hover {
	background: #f7f7f7;
}

.column.menu ul li.active a:hover {
	background: #183382;
}

.column.menu ul li.active ul a:hover {
	background: #efefef;
}

.column.menu ul li.active li a {
	background: none;
}

.column.menu ul li.active li a {
	color: #11824a;
}

.column.menu ul li li a {
	padding: 8px 10px 8px 40px;
	font-size: 13px;
}

.column.menu ul li.active li a {
	color: #11824a;
	padding: 8px 10px 8px 40px;
}

.column.menu ul li.active li.active a {
	background: #ddd;
	color: black;
	padding: 8px 10px 8px 30px;
}

.column.menu ul li.active li.active a:hover {
	background: #ddd;
}

.column.menu ul li.active li li.active a {
	background: #ddd;
	color: black;
	padding: 6px 10px 6px 40px;
	font-size: 13px;
	color: #333;
}

.column.menu ul li.active li li a {
	background: white;
	color: black;
	padding: 6px 10px 6px 40px;
	font-size: 13px;
	color: #333;
}

.column.menu ul li.active li.active li a {
	background: white;
	color: black;
	padding: 6px 10px 6px 40px;
	font-size: 13px;
	color: #333;
}

.column.full {
	float: none;
	margin: 0 2px 0 0;
	padding: 0;
}

.column.large {
	width: 75%;
	max-width: 450px;
}

.column.xlarge {
	width: 100%;
	max-width: 700px;
}

.column.middle {
	width: 25%;
}

.column.xmiddle {
	width: 30%;
}

.column.xlmiddle {
	width: 40%;
}

.column.xxlmiddle {
	width: 50%;
}


.column.small {
	width: 100%;
	max-width: 25%;
}

.column.xsmall {
	width: 100%;
	max-width: 20.2%;
}

.column.label {
	font-size: 13px;
	color: black;
	padding: 11px 0 0 0;
	font-weight: 400;
}

.column.right {
	text-align: right;
	padding-right: 30px;
}

.column .box .text {
	margin: 0;
}

.box table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.box table tr th,
.box table tr td {
	padding: 10px;
	font-size: 13px;
}

.box table tr th {
	background: #B7E4F4;
	text-align: left;
}

.box table tr td {
	cursor: pointer;
}

.box table:not(.object-table) tr:nth-child(even) {
	background: #fbfbfb
}

.box table:not(.object-table) tr:nth-child(odd) {
	background: #fff
}

.box .scrollable table tr td {
	cursor: auto;
	padding: 2px 5px;
}

.box .scrollable:not(.object-table) table tr:nth-child(even) {
	background: #fff
}

.box .scrollable:not(.object-table) table tr:nth-child(odd) {
	background: #fff
}


.box .scrollable table tr th,
.box .scrollable table tr td {
	background: none;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: #535353;
}

.box .scrollable table tr td {
	font-weight: normal;
}

.box .scrollable table {
	/*width: auto;*/

}

.popup-table {
	width: 100%;
}

.popup-table tr:nth-child(even) {
	background: #fff
}

.popup-table tr:nth-child(odd) {
	background: #f5f5f5
}

.popup-table td {
	font-size: 13px;
}

.box table tr.order-status-1 {
	background: #FFFFE0;
}

.box table tr.order-status-2 {
	background: #cee6fc;
}

.box table tr.order-status-3 {
	background: #FFB6C1;
}

.box table tr.order-status-4 {
	background: #98FB98;
}

.box table tr.order-status-5 {
	background: #efefef;
}

.box table tr.order-status-6 {
	background: white;
}

.box table tr:hover {
	background-color: #f7f6f6;
}

.box table tr.not-clickable:hover {
	background-color: white;
}

/*
.box table tr:first-child th:first-child {
 	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.box table tr:first-child th:last-child {
   	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.box table tr:last-child td:first-child {
  	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.box table tr:last-child td:last-child {
  	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}*/

.remove {
	width: 15px;
}

.remove div {
	width: 15px;
	height: 15px;
	background: url(../include/images/remove.png) center center no-repeat;
	cursor: pointer;
}



.box table tr td.disable-click {
	cursor: default;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../include/images/popup.png);
	/*background: #25408f;*/
	padding: 0;
	margin: 0;
	z-index: 1010;
	top: 0;
	left: 0;
	min-width: 1000px;
	text-align: center;
	display: none;
}

.popup-content {
	text-align: left;
	background: white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup-content:after {
	content: '';
	display: block;
	clear: both;
}

.popup-content.small {
	width: 400px;
	/*margin: 150px auto 50px auto;*/
	padding: 20px 25px;
}

.popup-content.smallwide {
	max-width: 900px;
	width: 90%;
	/*margin: 150px auto 50px auto;*/
	padding: 20px 25px;
	max-height: 90%;
	overflow: hidden;
	overflow-y: scroll;
}

.popup-content.middle {
	width: 500px;
	/*margin: 150px auto 50px auto;*/
	padding: 20px 25px;
}

.popup-content.xmiddle {
	width: 700px;
	/*margin: 50px auto 50px auto;*/
	padding: 20px 25px;
}

.popup-content.large {
	width: 1000px;
	/*margin: 50px auto 50px auto;*/
	padding: 20px 25px;
}


.popup-content-n {
	display: none;
	text-align: left;
	background: white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	max-height: 90%;
	overflow: hidden;
	overflow-y: scroll;
}

.popup-content-n.small {
	width: 400px;
	padding: 20px 25px;
}

.popup-content-n.middle {
	width: 400px;
	margin: 0;
	padding: 20px 25px;
}

.popup-content-n.large {
	width: 700px;
	margin: 0;
	padding: 20px 25px;
}

.popup-content-n.xlarge {
	width: 1200px;
	margin: 0;
	padding: 20px 25px;
}

.popup-content-n.xxlarge {
	width: 1600px;

	margin: 0;
	padding: 20px 25px;
}

.popup-content-n.x1large {
	max-width: 1000px;
	width: 90%;
	margin: 0;
	padding: 20px 25px;
}

.popup-content-n.x1largefixed {
	max-width: 1000px;
	width: 90%;
	margin: 0;
	padding: 20px 25px;
	position: fixed;
}



#renew div input.em {
	border: 1px solid #707070;
	background: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 12px 15px;
	width: 100%;

	font-size: 16px;
	outline: none;
	color: #25408F;
	font-weight: 600;
}

#renew div input.at {
	border: 1px solid #25408F;
	background: #25408F;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 12px 15px;
	width: 100%;

	font-size: 16px;
	outline: none;
	color: white;
	font-weight: 600;
	cursor: pointer;
}

#renew div input.at:hover {
	background: #183382;
}

.close,
.save-image-position,
.close-filter-options,
.close-column-options {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 20px;
	color: #333;
}

.close:hover,
.save-image-position:hover,
.close-filter-options:hover,
.close-column-options:hover {
	color: #666;
}

.close-option-popup {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	font-size: 12px;
	color: #333;
	background: white;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 3px 6px;
	border: 1px solid #25408F;
	text-align: center;
}

.close-option-popup:hover {
	background: #25408F;
	color: white;
}

.close-option {
	float: left;
	margin-left: -10px;
	padding-right: 5px;
	color: gray;
}

/*
.search .simpleselect {
	margin: 2px 0 0 0;
}

.search .simpleselect .placeholder {
	width: 170px;
	height: 28px;
}*/

.search div.label,
.search div.input,
.search div.button,
.search div.button1,
.search div.button2, 
.search .search-type {
	float: left;
	padding: 0 10px 0 0;
}

.search .search-type {
	padding: 2px 10px 0 0;
}

.search div.label {
	padding: 7px 10px 5px 0;
}

.search .buttons {
	float: right;
	text-align: right;
}

.search .input input {
	/*border: 1px solid #dededf;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	
	font-size: 14px;
	outline: none;
	color: #333;*/


	/*
	border: 1px solid #dededf;
	background: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	
	font-size: 13px;
	outline: none;
	color: #333;
	margin: 0;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.1);*/

	border: 1px solid #ccc;
	background: white;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 5px 10px;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	outline: none;
	color: #25408F;
}

.search .input input:focus {
	border: 1px solid #25408F;
}

.search .button1 input,
.search .button2 input {
	/*border: 1px solid #1cb5ac;
	background: #1cb5ac;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 15px;
	width: 100%;
	
	font-size: 13px;
	outline: none;
	color: white;
	font-weight: normal;
	cursor: pointer;
	margin: 0;*/

	width: auto;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 6px 20px;

	font-size: 11px;
	letter-spacing: 1px;
	outline: none;
	font-weight: 700;
	margin-left: 10px;
	text-transform: uppercase;
	cursor: pointer;

	border: 1px solid #25408F;
	background: white;
	color: #25408F;
}

.search .button1 input:hover,
.search .button2 input:hover {
	background: #f7f7f7;
}

.search .button input {
	/*border: 1px solid #222222;
	background: #222222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 15px;
	width: 100%;
	
	font-size: 13px;
	outline: none;
	color: white;
	font-weight: normal;
	cursor: pointer;
	margin: 0;*/

	width: auto;
	border: 1px solid #25408F;
	background: #25408F;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 6px 20px;

	font-size: 11px;
	letter-spacing: 1px;
	outline: none;
	color: white;
	font-weight: 700;
	margin-left: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.search .button input:hover {
	background: #183382;
}

.search .buttons .button,
.search .buttons .button1,
.search .buttons .button2 {
	padding: 0;
}

.search .filter-fields {
	float: left;
	width: 65%;
}

#best-count {
	padding: 0 0 0 5px;
	display: none;
}

.readonly {
	color: gray;
}

.simpleselectlight .simpleselect .placeholder {
	background: #7fffd4;
}

.simpleselectlight .simpleselect .placeholder:hover {
	background: #5cfcc6;
}

.tasks {
	float: right;
}

.tasks.absolute {
	float: none;
	position: absolute;
	top: 9px;
	right: 13px;
}

.tasks.absolute.small {
	float: none;
	position: absolute;
	top: 4px;
	right: 8px;
}

.sort {
	color: #333;
}

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

.report-h3-button {
	display: inline-block;
	background: #1cb5ac;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 7px;

	font-size: 13px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
	margin: 0 0 0 6px;
	line-height: 110%;
}

.report-h3-button.active {
	background: #10824a;
}

.report-h3-button:hover {
	background: #20a29a;
	color: white;
}

.report-h3-button.active:hover {
	background: #0a7340;
	color: white;
}

.fas.fa-upload,
.fas.fa-print,
.fas.fa-barcode,
.fas.fa-tag,
.fas.fa-euro-sign,
.fa-box-open,
.fa-times-circle,
.fa-tags {
	color: #008348;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
}

.fa-tags {
	color: blue;
}

.print {
	float: right;
	width: 15px;
	height: 15px;
}

.print.fl {
	float: left;
	margin: 7px 5px 0 0;
}

.print:hover,
.fa-upload:hover,
.fas.fa-barcode:hover,
.fas.fa-tag:hover,
.fa-euro-sign:hover,
.fa-box-open:hover,
.fa-times-circle:hover,
.fa-tags:hover {
	color: #026035;
}

.download img {
	float: left;
	padding: 7px 5px 0 5px;
}

.total {
	font-weight: bold;
}

.total.right {
	text-align: right;
}

.total.left {
	text-align: left;
}

.new {
	text-align: center;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: red;
	line-height: 120%;

}

@media screen and (max-width: 700px) {
	.column.right {
		width: 30%;
	}

	.column.large {
		width: 70%;
	}
}

@media screen and (max-width: 600px) {
	.column.right {
		text-align: left;
		padding-right: 0;
		padding-bottom: 5px;
		width: 100%;
	}

	.column.large {
		width: 100%;
		max-width: 100%;
	}
}







/* #################### NEW STYLES 20.02.2020 #################### */

.main-menu {
	text-align: center;
	max-width: 1200px;
	margin: auto;
}

.main-menu div.element-container {
	display: inline-block;
	vertical-align: middle;
	border: 2px #00963f solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	height: 200px;
	width: 19%;
	margin: 3%;
	padding: 0;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b2b3b3+100 */
	background: #f4f4f4;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #f4f4f4 0%, #b2b3b3 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f4f4f4 0%, #b2b3b3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f4f4f4 0%, #b2b3b3 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#b2b3b3', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.main-menu div.element-container:hover {
	background: #e5e5e5;
}

.main-menu div.element {
	display: table;
	width: 100%;
	height: 100%;
}

.main-menu a {
	line-height: 120%;
	color: #00963f;
	font-size: 20px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

.fa-sort-down {
	float: right;
	padding: 0;
	margin: -3px 0 0 0;
}

.fa-sort-up {
	float: right;
	padding: 0;
	margin: 2px 0 0 0;
}


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ccc;
	background: white;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width: 100%;
	font-size: 13px;
	outline: none;
	color: #25408F;
}

.select2-container--default .select2-selection--single.error,
.select2-container--default .select2-selection--multiple.error {
	border: 1px solid red;
	background: #efefef;
}


.select2-results__option {
	padding: 10px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #25408F;
	font-size: 13px;
}

.select2-dropdown {
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	z-index: 20051;
}

.select2-results__options:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.select2-container--default .select2-search--inline .select2-search__field:focus,
select2-search__field:focus {
	border: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 1px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	color: white;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #dededf;
}

.select2-container .select2-selection--single {
	height: 36px;
}

.select2-container .select2-selection--multiple {
	min-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #25408F;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	padding: 5px 5px;
	font-size: 12px;
	margin-top: 4px;
	background: #f2f2f2;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 1px 10px 0 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-weight: 600;
}

.select2-results__option {
	font-size: 13px;
}

.select2-search--dropdown {
	position: absolute;
	left: -10px;
	top: -20px;
	width: 1px;
	height: 1px;
	outline: none;
	overflow: hidden;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #25408F transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #25408F transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default.select2-container--disabled .select2-selection--single, .select2-container--default.select2-container--disabled .select2-selection--multiple {
	background: white;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .select2-container--default.select2-container--disabled .select2-selection--multiple  .select2-selection__rendered {
	color: gray;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
	border-color: gray transparent transparent transparent;
}

/* ############################################################ */

.Zebra_DatePicker,
.Zebra_DatePicker .dp_time_separator div:after {
	color: #444;
}

/*
.Zebra_DatePicker_Icon {
	top: 7.5px !important;
	right: 5px !important;
}*/

.Zebra_DatePicker .dp_body .dp_current {
	font-weight: bold;
	color: #25408F;
}

.Zebra_DatePicker .dp_body .dp_selected {
	background: #25408F;
	color: white;
}

.Zebra_DatePicker_Icon_Wrapper {
	width: 100%;
}

.option-popup .Zebra_DatePicker_Icon_Wrapper {
	width: auto;
}

.option-popup .datepicker {
	padding: 8px 13px 8px 0px;
}

.option-popup .Zebra_DatePicker_Icon_Wrapper input {
	padding-right: 35px !important;
}


.search .input .datepicker,
.search .input .datepickeryear {
	padding-right: 0px !important;
}

.search .Zebra_DatePicker_Icon {
	top: 5.5px !important;
}



form#list {
	overflow-y: scroll;
}



.list .row {
	display: block;
	margin: 5px 0;
}

.list .row span.label {
	display: inline-block;
	width: 50%;
	color: gray;
	padding: 7px 10px 7px 0;
	font-size: 13px;
	color: #535353;
	font-weight: bold;
	text-align: right;
	line-height: 110%;
}

.list .row span.value {
	display: inline-block;
	width: 48%;
	color: black;
	padding: 7px 10px;
	background: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 110%;
}


td.value {

	color: #333;
	padding: 7px 10px;
	background: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 110%;
}

.list .row span.space {
	display: block;
	height: 10px;
}

.fa-clock {
	display: inline-block;
	padding-right: 3px;
	color: #11824a;
}

.scrollable {
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.ftable {
	clear: both;
	margin-top: 25px;
	margin-bottom: 10px;
	display: table;
}

.ftabletr {
	display: table-row;
}

.ftabletd {
	display: table-cell;
	padding: 0 5px 0 0;
}

.ftableth {
	display: table-cell;
	padding: 0 5px 0 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 200px;
}

.ftabletd.nr,
.ftableth.nr {
	display: table-cell;
	padding: 0 5px 0 5px;
}

.ftabletd.nr {
	font-size: 11px;
}

.add-row {
	float: right;
	margin: 0 10px 10px 0;
	background: #569356;
	cursor: pointer;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;

	font-size: 12px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
}

.add-row:hover {
	background: #3f833f;
}

.add-row i {
	display: inline-block;
	padding-right: 5px;
}

.fa-trash-alt {
	color: gray;
	cursor: pointer;
	float: right;
}

.fa-pencil-alt, .fa-sync-alt {
	color: gray;
	cursor: pointer;
	float: right;
}

.fa-sync-alt {
	color: #25408F;
	float: left;
	display: inline-block;
	padding: 5px 0 0 0;
}

.fa-signal {
	color: gray;
	cursor: pointer;
	float: right;
	padding-right: 10px;
}

.fa-eye {
	color: gray;
	cursor: pointer;
	float: right;
	padding-right: 10px;
}

.ftabletrhidden {
	display: none;
}

.comment-history {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}

.comment-history .input {
	font-size: 12px;
	color: #333;
	padding: 5px 0;
}

.comment-history .input div {
	padding: 3px 0;
}

.comment-history .input div span {
	font-size: 11px;
	display: inline-block;
	padding-right: 10px;
	font-weight: normal;
}

.comment-history .input div i {
	display: inline-block;
	color: gray;
	font-weight: normal;
}

.save-row,
.done-row {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;

	font-size: 12px;
	outline: none;
	color: white;
	font-weight: 700;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
}

.save-row {
	background: #333;
	border: 1px solid #333;
	width: 150px;
}

.done-row {
	background: #333;
	border: 1px solid #333;
	width: 100px;
}

.save-row:hover,
.done-row:hover {
	background: black;
}

.done-row.done {
	background: #ccc;
	border: 1px solid #ccc;
	color: #333;
}

.done-row.done:hover {
	background: #bbb;
	border: 1px solid #bbb;
}

.fa-comments {
	cursor: pointer;
	font-size: 16px;
	color: #bbb;
}

.fa-comments.active {
	color: #11824a;
}

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

.calculation-table {
	width: 100%;
	font-size: 13px;
}


.calculation-table th {
	padding-top: 2px;
	padding-bottom: 5px;

	padding-left: 10px;
	padding-right: 10px;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav ul li {
	float: left;
	line-height: 100%;
}

nav ul li a {
	color: #4A4A4D;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 10px;
	display: inline-block;
}

nav ul li a:hover {
	background: #f7f7f7;
}

nav ul li a span {
	padding: 0 5px 2px 5px;
}

nav ul li a:hover span {
	border-bottom: 3px solid #25408F;
}

nav ul li.active a span {
	border-bottom: 3px solid #25408F;
}

.search .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 27px;
}

.search .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 12px;
}

.search .select2-container .select2-selection--single {
	height: 29px;
}

.search .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 27px;
}

/*
.select2-results__option.select2-results__message {
	color: white;
}*/
/*
.select2 {
	width:100%!important;
}*/


.legend {
	text-align: left;
	padding-left: 25%;
	padding-top: 20px;
}

.legend span {
	width: 100%;
	max-width: 450px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	padding-bottom: 5px;
	color: #25408F;
}

.checkbox,
.radio {
	font-weight: 600;
	text-transform: none;
	display: inline-block;
	margin: 11px 30px 0px 0;
	color: #25408F;
	padding: 1px 0 0 0;
	height: 16px;
}

.checkbox.tablelist {
	margin: 5px 0 0 0;
}

.checkbox.onerow {
	display: block;
}

.checkbox span,
.radio span {
	display: inline-block;
	text-transform: uppercase;
}

/* Customize the label (the container) */
.checkbox .container,
.radio .container {
	display: block;
	position: relative;
	padding-left: 27px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox .container input,
.radio .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkbox .checkmark,
.radio .checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #ADADAD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.option-popup .checkbox .container,
.option-popup .radio .container {
	padding-left: 0px;
	padding-right: 25px;
}


.option-popup .checkbox,
.option-popup .radio {
	margin: 11px 0 0 30px;
	color: #25408F;
	padding: 1px 20px 0 0;
	height: 16px;
}

.option-popup .checkbox .checkmark,
.option-popup .radio .checkmark {
	right: 0px;
	left: auto;
	top: -2px;
}

.radio .checkmark {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox .container:hover input~.checkmark,
.radio .container:hover input~.checkmark {
	background-color: #efefef;
}

/* When the checkbox is checked, add a blue background */
.checkbox .container input:checked~.checkmark,
.radio .container input:checked~.checkmark {
	background-color: #fff;
	border: 1px solid #25408F;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.disabled .checkbox .container input:checked~.checkmark {
	border: 1px solid #ccc;
}


.disabled .checkbox .container .checkmark:after {
	border: solid gray;
	border-width: 0 2px 2px 0;
}

.disabled .radio .container input:checked~.checkmark {
	border: 1px solid #ccc;
}

.disabled .radio .container .checkmark:after {
	background: gray;
}

.disabled .checkbox label,
.disabled .radio label {
	color: gray;
}

.radio .container input:checked~.checkmark {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox .checkmark:after,
.radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox .container input:checked~.checkmark:after,
.radio .container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox .container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 4px;
	height: 8px;
	border: solid #25408F;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio .container .checkmark:after {
	left: 4px;
	top: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #25408F;
}

#map {
	width: 100%;
	height: 700px;
}

.fa-question-circle,
.fa-question,
.fa-info-circle {
	position: absolute;
	top: 8.5px;
	right: -25px;
	color: #0C9ED9;
	font-size: 18px;
	cursor: pointer;
}

.fa-question-circle:hover,
.fa-question:hover,
.fa-info-circle:hover {
	color: #25408F;
}




#locations-rows,
#files-rows,
#object-images {
	padding-top: 10px;
	padding-bottom: 10px;
}

.closed {
	display: none;
}

.bordertop {
	border-top: 1px solid #CCCCCC;
}

.fa-angle-down,
.fa-angle-up {
	float: right;
}

.collapse {
	cursor: pointer;
}

.tabs {
	float: right;
	margin-top: -2px;
}

.tabs span {
	padding: 0 0 0 20px;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
}

.tabs span:hover {
	text-decoration: underline;
}

#files-rows a {
	color: #25408F;
}

#files-rows a:hover {
	text-decoration: underline;
}

.square-meter {
	position: absolute;
	top: 7px;
	right: -220px;
	width: 200px;
	color: #666;
	font-size: 13px;
	text-align: left;
}

/*
#object-images .image {
	float: left;
	width: 25%;
	height: 300px;
	padding: 10px;
	position: relative;
}

#object-images .image img {
	height:100%;
	width:100%;
	object-fit:cover;
	float: left;
}

#object-images:after {
	content: '';
    display: block;
    clear: both;
}


.image .fa-trash-alt {
	position: absolute;
	top: 18px;
	right: 18px;
	color: white;
	background: #25408F;
	padding: 10px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	text-align: center;
}

.image .fa-trash-alt:hover {
	background: #183382;
}

.removeimagesrc {
	width: 100%;
}

.removeimagesrc img {
	width: 100%;
	height: auto;
}

.imagetype {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	color: white;
	background: #25408F;
	padding: 10px;
	text-align: center;
}
*/

.image-container {
	float: left;
	width: 18%;
	height: 220px;
	background: #FCFAFA;
	margin: 1%;
	text-align: center;
	color: #25408F;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	border: 2px solid #fff;
}

.image-container:hover {
	border: 2px solid #ccc;
}

.image-container.active {
	border: 2px solid #25408F;
}


/*
.image-container:hover {
	background: #f2f2f2;
}*/


.image-container .image-type {
	float: left;
	margin-right: 15%;
	padding: 15px 10px 10px 20px;
	line-height: 130%;
	font-size: 14px;
	text-align: left;
	position: relative;
	font-weight: 600;
}

.image-container .image-type.white {
	color: white;
}

.image-container div.thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../include/images/tmp-upload.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.image-container div.thumb .gradient {
	height: 30%;
	background: rgb(2, 0, 36);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
}

.image-container .count {
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: white;
	background: #25408F;
	text-align: center;
	top: 15px;
	right: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 11px;
	font-weight: 600;
	display: none;
}


.image-container input {
	opacity: 0;
	/* make transparent */
	position: absolute;
	/* don't let it take up space */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	/*cursor: pointer;*/
}

.image-container .wait {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #25408F;
	opacity: 0.8;
}

.image-container .upload {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 38px;
	height: 38px;
	background: url(../include/images/upload.svg) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}

.image-container .show {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	background: url(../include/images/show.svg) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	display: none;
}


.image-container .show.visible {
	display: block;
}

.image-container .show.hidden.visible {
	/*display: none;*/
}



#all-images .img {
	float: left;
	width: 218px;
	height: 165px;
	margin: 1%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#all-images .img a {
	display: block;
	width: 100%;
	height: 100%;
}

#all-images {
	max-height: 550px;
	overflow: hidden;
	overflow-y: scroll;
}

#all-images:after {
	content: '';
	display: block;
	clear: both;
}

#all-images .fa-trash-alt {
	position: absolute;
	top: 5px;
	right: 5px;
	color: white;
	background: #25408F;
	padding: 8px;
	font-size: 10px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	text-align: center;
}

#all-images .checkbox {
	margin: 13px;
}

#all-images .checkbox .checkmark {
	border: 1px solid #25408F;
}

#all-images .checkbox {
	position: absolute;
	top: 0px;
	left: 0px;
}


body.dragging,
body.dragging * {
	cursor: move !important;
}


.dragged {
	position: absolute;
	opacity: 0.8;
	z-index: 2000;
}

.placeholder {
	position: relative;
}

placeholder:before {
	position: absolute;
}

li.placeholder {
	position: relative;
	margin: 0;
	padding: 0;
	/*border: none; */
	list-style-type: none;
}

li.placeholder:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	left: -5px;
	top: 0px;
	border: 5px solid transparent;
	border-left-color: #4a4a4d;
	border-right: none;
}



.izveleta {
	float: left;
}

.filter-buttons {
	float: left;
	margin: -6px 0 0 25px;
}

.filter-button,
.column-button,
.object-add-new input {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 6px 20px;

	font-size: 11px;
	letter-spacing: 1px;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;

	/*border: 1px solid #25408F;*/
	border: 1px solid #efefef;
	background: white;
	color: #25408F;
	display: inline-block;
	margin: 0 5px;
}

.filter-button:hover,
.column-button:hover {
	background: #f7f7f7;
}

.object-add-new {
	display: inline-block;

}

.object-add-new input {
	border: 1px solid #25408F;
	background: #25408F;
	color: white;
}

.object-add-new input:hover {
	background: #183382;
}

.export-buttons {
	float: right;
	margin-top: -8px;
	font-size: 12px;
}

.export-buttons i {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	cursor: pointer;
	font-size: 20px;
}

.export-buttons .fas {
	color: #25408F;
}

.export,
.exportw {
	padding: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 3px 0;
}

.export:hover,
.exportw:hover,
.export.active:hover,
.exportw.active:hover {
	background: #efefef;
}

.export.active,
.exportw.active {
	background: #f6f6f6;
}

.export .fa-file-excel,
.export .fa-file-pdf,
.export .fa-file-word,
.export .fa-file-powerpoint,
.exportw .fa-file-excel,
.exportw .fa-file-pdf,
.exportw .fa-file-word,
.exportw .fa-file-powerpoint  {
	color: #25408F;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	margin-right: 5px;
	font-size: 21px;
}

.reports {
	display: inline-block;
	cursor: pointer;
}

/*
#filter-options {
	padding: 0;
}

#filter-options label {
	font-size: 11px;
}
*/

/*
#filter-options .checkbox.onerow {
	height: auto;
	margin-top: 4px;
}*/

.filter .option {
	position: relative;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 6px 20px;

	font-size: 11px;
	letter-spacing: 1px;
	outline: none;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;

	border: 1px solid #25408F;
	background: white;
	color: #25408F;
	float: left;
	margin: 5px;
}

.filter .option.none {
	display: none;
}

.filter .option-popup {
	display: none;

	position: absolute;
	left: 0;
	top: 0;

	position: relative;
	text-align: left;
	background: white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 0px;

	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #25408F;
	color: #25408F;
	z-index: 1002;
}

.filter .option-popup input {
	/*border: 1px solid #ccc;*/
	border: none;
	background: white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 8px 15px;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	outline: none;
	color: #25408F;
}

.column-date,
.column-cadastral-id,
.th-column-area {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filter .option-popup .select2-container--default .select2-selection--single,
.filter .select2-container--default .select2-selection--multiple {
	border: none;
}

.filter .option-popup .select2-dropdown {
	border: none;
}

.filter .option-popup .select2-container {
	left: 0px !important;
}

/*
#printtable {
	 position: relative;
}

#printtable th {
	position: sticky;
	top: 0px;
}*/

.checkbox-container {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	background: white;
}

.checkbox-container.error {
	padding: 0 10px 10px 10px;
	border: 1px solid red;
	background: #efefef;
}

.moverow {
	cursor: pointer;
}

.moverow:hover {
	background: #fbfbfb;
}

#sortablecontainer {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.pagination {
	width: 100%;
	text-align: center;
	padding: 10px 0 20px 0;
}

.pagination a {
	display: inline-block;
	margin: 0 5px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #B7E4F4;
	font-size: 12px;

}

.pagination a:hover {
	background: #add8e8;
}


.pagination a.active {
	background: #25408F;
	color: white;
}

.administrator {
	color: #25408F;
	text-decoration: underline;
}

.fa-exclamation-triangle {
	color: #2b408a;
}


.row.filter-block {
	padding: 0 1% 25px 1%;
}

.filter-block-title {
	clear: both;
	font-size: 16px;
}


.filter-data {
	padding: 0 3px;
	display: none;
}

.filter-data.active {
	display: block;
}


.filter-column-left {
	float: left;
	width: 33%;
	padding-left: 1%;
}

.filter-column-right {
	float: right;
	width: 63%;
	height: 400px;
	overflow: hidden;
	overflow-y: scroll;
}

#filter-options:after,
#column-options:after {
	content: '';
	display: block;
	clear: both;
}

#filter-options .checkbox .container,
#filter-options .radio .container,
#column-options .checkbox .container,
#column-options .radio .container {
	/*display: inline-block;
	float: left;
	width: 100%%;*/
}

.filter-column-left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.filter-column-left ul li {
	padding: 10px;
	background: #FCFAFA;
	color: #7E7E7E;
	margin-bottom: 5px;
	cursor: pointer;
	line-height: 130%;
}

.filter-column-left ul li:hover {
	color: #25408F;
	background: #efefef;
}

.filter-column-left ul li.active {
	color: #25408F;
	background: #efefef;
}

.sub-title {
	width: 100%;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	padding: 20px 0 10px 0;
	color: #25408F;
	border-bottom: 1px solid #CCCCCC;
}

.project-report,
.log-report {
	/*height: 400px;*/
	max-height: calc(100vh - 150px);
	overflow: hidden;
	overflow-y: scroll;
	padding: 0 0 0 1%;
}

.editbutton {
	float: left;
	border: 1px solid #25408F;
	background: #25408F;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 6px 20px;

	font-size: 11px;
	letter-spacing: 1px;
	outline: none;
	color: white;
	font-weight: 700;
	margin: -5px 0 0 20px;
	text-transform: uppercase;
	cursor: pointer;
}

.editbutton:hover {
	background: #183382;
}

.object-priority {
	display: table;
}

.object-priority-row {
	display: table-row;
	margin: 0;
}

.object-priority-cell {
	display: table-cell;
	padding: 5px;
	font-size: 13px;
	float: left;
	margin: 3px 0;
}

ul.objects li {
	padding: 5px 0;
	font-size: 13px;
	list-style-type: none;
}

ul.objects ul {
	padding: 5px 0;
}

ul.objects ul li {
	padding: 5px 0;
	font-size: 13px;
	margin: 0 0 0 20px;
	list-style-type: none;
}

ul.objects li span {
	float: left; 
	cursor: pointer;
	margin: -1px 3px 0 0;
}

.box .object-table td:first-child {
	position: sticky;
	left: 0;
}

.box table:not(.object-table) tr:nth-child(even) td {
	background: #fbfbfb
}

.box table:not(.object-table) tr:nth-child(odd) td {
	background: #fff
}

.box .object-table tr td a {
	display: block;
	padding: 15px 10px;
	line-height: 100%;
}

.box .object-table tr td.toggle {
	padding: 0 10px;
	cursor: pointer;
}

.box .object-table tr td.toggled {
	padding: 0 10px;
	cursor: pointer;
	background: #e7f7fc;
}

.box .object-table tr td a.aedit {
	display: inline-block;
	padding: 0;
	float: right;
}

.box .object-table tr td a.aedit i {
	padding: 5px;
	font-size: 13px;
	color: #25408F;
}

.box table.object-table tr td {
	padding: 0;
	line-height: 100%;
}

.box .object-table {
	
}

.property-lists-title {
	background: none;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 35px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	line-height: 130%;
	font-weight: 300;
}

.pac-container {
	z-index: 999999;
}

.selected-items {
	font-size: 13px;
	display: inline-block;
	padding: 0 0 0 10px;
	font-weight: 500;
	cursor: pointer;
}

.selected-items:hover {
	text-decoration: underline;	
}

.selected-items i {
	display: inline-block;
	padding-left: 5px;
	font-style: normal;
}

#zoom-conatainer {
	min-height: 40px;
}

.zoom-level {
	display: none;
}

.zoom-level.active {
	display: inline-block;
}

body.dragging, body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}