/* body */
.messageNull{
	padding: 1rem;
    color: red;
    border: 1px solid red;
    margin-top: 1rem;
    background: #fbb4b4;
    border-radius: 6px;
}
body.openMenu .menuSide {
	right: 0px;
}
body {
	margin: 0px;
	background-color: #f1f3fa;
	font-family: Roboto;
}
body.openMenu {
	overflow: hidden;
}
body.noOverflow {
	overflow: hidden;
}

*:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
input {
	cursor: pointer;
}

/* menu */
.menuTop {
	background-color: #ffffff;
	height: 64px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.menuSide {
	background-color: #2d3245;				
	width: 352px;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: auto;
	right: -288px;
	transition: .2s linear;
	z-index: 30;
}
.menuSideLine {
	background-color: #282d3e;				
	width: 64px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menuSide {
	overflow: hidden;
}
.openMenu .menuSide {
	overflow: overlay;
}

/* authForm */
.pageBackgroundAuth {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding: 64px;
	background-color: #4b4c4e;
	display: flex;
}

.menuCaption {
	width: auto;
	height: 32px;
	position: absolute;
	top: 0;
	left: 88px;
	padding: 16px 0px 16px 0px;
	cursor: default;
	font-size: 22px;
	text-align: center;
}

/* authForm */
.authForm {
	width: 768px;
	height: 384px;
	margin: auto;
}
.authFormLeftSide {
	background-color: #282d3e;
	width: 420px;
	height: 100%;
	float: left;
}
.authFormRightSide {
	background-color: #f1f3fa;
	width: 348px;
	height: 100%;
	float: right;
}
.authFormImg {
	width: 256px;
	height: 256px;
	display: block;
	padding: 64px 82px;
}
.authFormInputText {
	padding: 8px 12px;
	margin: 8px 16px;
	width: 256px;
	height: 40px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.07);
	box-shadow: none;
	border: none;
	border-radius: 4px;
	font-size: 18px;
}
.authFormInputText:focus {
	border: none;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	outline: none;
}
.authFormInputButton {
	padding: 8px 12px;
	margin: 8px 16px;
	width: 256px;
	height: 40px;
	box-sizing: border-box;
	color: #ffffff;
	background-color: rgba(40, 45, 62, 1.0);
	border: none;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
}
.authFormInputButton:hover {
	border: none;
	border-radius: 4px;
	background-color: rgba(40, 45, 62, 0.9);
	box-shadow: 0px 0px 2px 0px rgba(40, 45, 62, 0.95);
}
.authFormLogin {
	position: relative;
	top: 24px;
	left: 8px;
	cursor: text;
}
.authFormPassword {
	position: relative;
	top: 24px;
	left: 8px;
	cursor: text;
}
.authFormEnter {
	position: relative;
	top: 120px;
	left: 8px;
}
.authFormTitle {
	display: block;
	position: relative;
	top: 20px;
	left: 24px;
	width: 188px;
	/*height: 32px;*/
	font-size: 22px;
	/*font-weight: bold;*/
}
.authFormReset {
	display: block;
	position: relative;
	top: 32px;
	left: 28px;
	//width: 188px;
	height: 24px;
	font-size: 14px;
	cursor: pointer;
	color: #282d3e;
}

/* page */
.page {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 64px;
}
.authPage {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.pageBlank {
	padding: 16px 0px;
}
.pageData {
	padding-right: 64px;
	font-size: 18px;
}
.pageBreadcrumb {
	padding: 32px 0px;
	font-size: 18px;
	font-weight: bold;
}
.pageBreadcrumbUL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pageBreadcrumbUL li {
	display: inline-block;
}
.pageBreadcrumbUL li a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
.pageBreadcrumbUL li:not(:last-child)::after {
	content: " | ";
	padding: 0px 8px;
	cursor: default;
}

/* menuLogo */
.menuLogo {
	width: 72px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 48px;
	text-align: center;
}
.menuLogo span {
	display: inline-block;
	width: 76px;
	height: 64px;
	padding: 0px 10px 0px 10px;
}
.menuLogoImg {
	width: 56px;
	height: 56px;
}
.menuLogo a {
	display: inline-block;
	width: 56px;
	height: 56px;
	padding: 4px 0px 4px 0px;
	cursor: pointer;
}

/* menuUser */
.menuUser {
	height: 64px;
	position: absolute;
	top: 0;
	left: 88px;
	/*cursor: pointer;*/
	font-size: 20px;
	text-align: left;
}
.menuUser span {
	height: 64px;
	position: relative;
	top: 18px;
	/*padding: 16px 0px 16px 0px;*/
}
.menuUser span.menuUserName {
	left: 0;
	color: #2d3245;
}
.menuUser span.menuUserRole {
	left: 4px;
	color: #cc3535;
}
.menuUser span.menuUserPlace {
	left: 8px;
	color: brown;
}

/* menuTitle */
.menuTitle {
	position: absolute;
	top: 14px;
	left: 64px;
	padding-left: 12px;
	color: #ffffff;
	font-size: 20px;				
	display: none;
}

/* menuList */
.menuList {
	padding-left: 64px;
	color: #ffffff;
	font-size: 20px;
}
.menuListUL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menuListUL li {
	padding: 4px 0px 4px 12px;
	color: #cccccc;
	cursor: default;
	position: relative;
}
.menuListUL li a{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.menuListUL li a:before{
    content: '';
    position: absolute;
    top: 12px;
    left: -37px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

/* menuHamburger */
.menuHamburger {
	width: 32px;
	height: 32px;
	position: relative;
	padding: 16px;
	cursor: pointer;
}
.menuHamburger span {
	display: block;
	position: absolute;
	height: 4px;
	width: 32px;
	top: 16px;
	left: 16px;
	background: #ffffff;
	transform: rotate(0deg);
	transition: .2s linear;
}
.menuHamburger span:nth-child(1) {
	top: 16px;
}
.menuHamburger span:nth-child(2),
.menuHamburger span:nth-child(3) {
	top: 30px;
}
.menuHamburger span:nth-child(4) {
	top: 44px;
}
.openMenu .menuHamburger span:nth-child(1) {
	top: 30px;
	width: 0px;
	left: 32px;
}
.openMenu .menuHamburger span:nth-child(2) {
	transform: rotate(45deg);
}
.openMenu .menuHamburger span:nth-child(3) {
	transform: rotate(-45deg);
}
.openMenu .menuHamburger span:nth-child(4) {
	top: 30px;
	width: 0px;
	left: 32px;
}

.scan,
.fileUpload {
    margin: 0px 0px 0px 10px;
    display: inline-block;
}
.scan a {
	color: #4646b9;
	cursor: pointer;
}
.fileUpload {
	color: #46b946;
	cursor: pointer;
	/*display: none;*/
}
.indicatorModal {
	overflow-y: hidden;
}
.indicatorModal:last-child {
	overflow-y: scroll;
}
.indicatorModal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.75);
}
.indicatorModalPage {
	display: block;
	position: absolute;
	top: 96px;
	left: 64px;
	right: 72px;
	margin-bottom: 96px;
	padding: 48px;
	border-radius: 4px;
	background-color: #f1f3fa;
	z-index: 50;
}
.indicatorModal:not(:last-child) .indicatorModalPage {
	right: 88px;
}
.indicatorValues {
    margin: 8px 12px;
}
.indicatorValue {
    padding: 2px 0px;
}
/* menuShadow */
.menuShadow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 20;
}

.openMenu .menuShadow{
	display: block;
}
.mobile {
	display: none;
}
.pageDiv {
	cursor: default;
}
.pageTable {
	margin: 32px 8px;
	max-width: 100%;
	overflow: auto;
	border-spacing: 0px;
	border-collapse: collapse;
}
.pageTableStriped tr:nth-child(even) {
	background-color: #e9ecf7;
}
.pageTable tr {
	cursor: default;
	margin: 4px 0px;
	font-size: 14px;
    border-bottom: 4px solid #f1f3fa;
}
.pageTable tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.indicatorTable tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.025);
}
.pageTableSelectable tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.pageTableMultiSelectable tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.indicatorModalTableView tbody tr:hover{
	background-color: inherit;
}
tbody tr.noHover:hover{
	background-color: inherit;
}
.pageTableTH {
    text-align: left;
}
.pageTableTH:not(:first-child) {
	text-align: center;
}
.pageTableTD {
	padding: 8px 4px 0px 4px;
}
.indicatorTable .pageTableTD {
	padding: 8px 4px 0px 4px;
	vertical-align: top;
}
.indicatorTable .pageInputText {
	max-width: 40%;
	margin: 8px 0px;
}
.indicatorModalTable .pageTableTD {
	padding: 8px;
	vertical-align: top;
}
.indicatorModalTableView .pageTableTD {
	height: 56px;
	padding: 0px;
}
.indicatorModalTableView tr[data-pid] .pageTableTD {
	height: 0px;
	padding: 0px;
}
.indicatorModalTableView .pageInputText {
	max-width: none;
	margin: 8px;
}
.indicatorModalTableDiv {
    /*overflow-y: scroll;*/
    /*height: 63%;*/
    margin: 32px 8px;
}
.indicatorModalTableDiv .indicatorValues{
    margin: 0px 12px;
}
.indicatorModalTable {
	overflow: auto;
	width: 100%;
    margin: 0px;
}
.indicatorModalSubTable {
	border: 1px solid #8e8e90;
	border-radius: 4px;
	width: 100%;
	padding: 0px 8px;
	border-spacing: 0px;
}
.indicatorModalSubTable tr {
	
}
.indicatorModalSubTable tr td {
	border: 1px solid #8e8e90;
	border-left: none;
	border-right: none;
	height: 56px;
}
.indicatorModalSubTable tr td:first-child {
	border-left: 1px solid #8e8e90;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.indicatorModalSubTable tr td:last-child {
	border-right: 1px solid #8e8e90;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.indicatorModalSubTable tr:nth-child(1) td,
.indicatorModalSubTable tr:last-child td {
	border: none;
}
.indicatorModalSubTable tr:nth-child(2) td {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    background-color: #b1b1b1;
}
.removeTr a {
	text-decoration: none;
	color: red;
	font-size: 32px;
}
.indicatorModalTableView {
	overflow: auto;
	width: 100%;
    margin: 0px;
}
.indicatorModalTable .pageTableTH {
    text-align: left;
}
.indicatorModalTable tbody tr {
    cursor: pointer;
}
.pageTableSelectable tbody tr.pageTableTRSelected {
	background-color: #4f6592;
}
.pageTableSelectable tbody tr.pageTableTRSelected:hover {
	background-color: #546ca2;
}
.pageTableMultiSelectable tbody tr.pageTableTRSelected {
	background-color: #45922f;
}
.pageTableMultiSelectable tbody tr.pageTableTRSelected:hover {
	background-color: #4ca234;
}
.pageDataCaption {
	display: block;
	margin: 32px 0px;
	font-size: 18px;
	font-weight: bold;
	cursor: default;
}
.pageCaption {
	display: inline-block;
	padding: 4px 0px;
	margin: 2px 8px;
	font-size: 18px;
	font-weight: bold;
	cursor: default;
}
.pageTextWrap {
	display: inline-block;
	padding: 4px 0px;
	margin: 2px 8px;
	font-size: 18px;
    word-wrap: break-word;
	cursor: default;
}
.pageTextIndent {
	display: inline-block;
	padding: 4px 0px 4px 4px;
	margin: 2px 8px;
	font-size: 18px;
	cursor: default;
}
.pageText {
	display: inline-block;
	padding: 4px 0px;
	margin: 2px 8px;
	font-size: 18px;
	cursor: default;
}
.pageList {
	list-style-type: square;
	padding-left: 32px;
	margin: 16px 0px;
}
.pageInputTextarea {
	padding: 8px 12px;
	margin: 8px;
	resize: none;
	overflow: hidden;
	background-color: #e0e2e8;
	box-shadow: none;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	font-family: Roboto;
	outline: none;
}
.pageInputText {
	padding: 8px 12px;
	margin: 8px;
	width: 256px;
	height: 24px;
	background-color: #e0e2e8;
	box-shadow: none;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: text;
}
.pageTab .pageTableTD .pageInputText{
	width: 120px;
}
input[readonly]{
	border: none;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	outline: none;
	color: gray;
}
.pageInputTextarea:focus,
.pageInputText:focus {
	border: none;
	border-radius: 4px;
	outline: none;
	font-weight: 600;
}
.pageClose {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    /* padding: 16px; */
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.pageClose span {
    display: block;
    position: absolute;
    height: 3px;
    width: 29px;
    top: 15px;
    left: 2px;
    background: #282d3e;
}
.pageClose:hover span {
    background: #3c404f;
	box-shadow: 0px 0px 1px 0px #3c404f;
}
.pageClose span:nth-child(1) {
	transform: rotate(45deg);
}
.pageClose span:nth-child(2) {
	transform: rotate(-45deg);
}
.pageInputSelect {
	padding: 8px 12px;
	margin: 8px;
	height: 40px;
	background-color: #e0e2e8;
	box-shadow: none;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	border-right: 12px solid #e0e2e8;
	cursor: pointer;
}
.pageInputSelect:hover {
	border-right: 12px solid #d0d2d8;
	background-color: #d0d2d8;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.pageInputChange {
	padding: 8px 12px;
	margin: 8px;
	height: 40px;
	color: #ffffff;
	background-color: #282d3e;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
}
.pageInputChange:hover {
	background-color: #3c404f;
	box-shadow: 0px 0px 1px 0px #3c404f;
}
.pageInputEdit {
	padding: 8px 12px;
	margin: 8px;
	height: 40px;
	color: #ffffff;
	background-color: #3c802a;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
}
.pageInputEdit:hover {
	background-color: #45922f;
	box-shadow: 0px 0px 1px 0px #45922f;
}
.pageInputDeleteSmall {
	display: inline-block;
	position: relative;
	top: 3px;
	left: 8px;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.pageInputDeleteSmall:hover span {
    background: #3c404f;
	box-shadow: 0px 0px 1px 0px #3c404f;
}
.pageInputDeleteSmall span {
    display: block;
    position: absolute;
    height: 2px;
    width: 14px;
    top: 7px;
    left: 1px;
    background: #282d3e;
}
.pageInputDeleteSmall span:nth-child(1) {
	transform: rotate(45deg);
}
.pageInputDeleteSmall span:nth-child(2) {
	transform: rotate(-45deg);
}
.pageInputDelete {
	position: relative;
	left: 8px;
	width: 32px;
	height: 32px;
	margin: 12px 16px;
	/*background-color: #c82828;*/
	border: none;
	/*border-radius: 4px;*/
	cursor: pointer;
}
.pageInputDelete:hover {
	/*background-color: #d73333;*/
	/*box-shadow: 0px 0px 1px 0px #d73333;*/
}
.pageInputDelete:hover span {
    background: #3c404f;
	box-shadow: 0px 0px 1px 0px #3c404f;
}
.pageInputDelete span {
    display: block;
    position: absolute;
    height: 3px;
    width: 29px;
    top: 15px;
    left: 2px;
    background: #282d3e;
}
.pageInputDelete span:nth-child(1) {
	transform: rotate(45deg);
}
.pageInputDelete span:nth-child(2) {
	transform: rotate(-45deg);
}
.indicatorButtonAdd {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: right;
}
.pageInputButton {
	padding: 8px 12px;
	margin: 8px;
	width: 256px;
	height: 40px;
	color: #ffffff;
	background-color: rgba(40, 45, 62, 1.0);
	border: none;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
}
.pageInputButton:hover {
	border: none;
	border-radius: 4px;
	background-color: rgba(40, 45, 62, 0.9);
	box-shadow: 0px 0px 2px 0px rgba(40, 45, 62, 0.95);
}
.pageInputButton:focus {
	border: none;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 0px rgba(40, 45, 62, 0.95);
}
.pageInputRadio,
.pageInputCheckbox {
	display: inline-block;
	width: 288px;
	margin: 8px;
	font-size: 18px;
}
.pageInputRadio label,
.pageInputCheckbox label {
	display: block;
	min-height: 24px;
	margin: 8px 0px;
	position: relative;
	padding-left: 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pageInputRadio input,
.pageInputCheckbox input {
	display: inline-block;
	opacity: 0;
}
.pageInputRadio span {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #e0e2e8;
}
.pageInputCheckbox span {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #e0e2e8;
}
.pageInputRadio label:hover span,
.pageInputCheckbox label:hover span {
	background-color: #cfd1d7;
}
.pageInputRadio input:checked + span,
.pageInputCheckbox input:checked + span {
	background-color: #282d3e;
}
.pageInputRadio span:after,
.pageInputCheckbox span:after {
	content: "";
	position: absolute;
	display: none;
}
.pageInputRadio input:checked + span:after,
.pageInputCheckbox input:checked + span:after {
  display: block;
}
.pageInputCheckbox span:after {
	left: 8px;
	top: 4px;
	width: 4px;
	height: 10px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pageInputRadio span:after {
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
@keyframes opacity {
	from {opacity: 0;}
	to {opacity: 1;}
}
.pageTabButtonContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.pageTabButton {
	display: table-cell;
	padding: 8px 12px 4px 12px;
	margin: 0px;
	height: 28px;
	font-size: 18px;				
	background-color: #282d3e;
	color: #ffffff;
	border: 0px;
	border-radius: 0px;
	border-bottom: 4px solid #282d3e;
	cursor: pointer;
	vertical-align: middle;
}
.pageTabButton:focus {
	outline: none;
	box-shadow: none;
	border: 0px;
	border-radius: 0px;
	border-bottom: 4px solid #282d3e;
}
.pageTabButtonActive {

}
.pageTabButtonNotActive {
	background-color: #f1f3fa;
	color: #282d3e;
	border-bottom: 4px solid #282d3e;
}
.pageTabButtonNotActive:focus {
	outline: none;
	box-shadow: none;
	border: 0px;
	border-radius: 0px;
	border-bottom: 4px solid #282d3e;
}
.pageTabButtonNotActive:hover {
	background-color: #e9ecf7;
}
.pageTab {
	display: block;
	padding: 32px;
}
.pageTabActive {
	animation: opacity .5s;
}
.pageTabNotActive {
	display: none;
}
.pageInputSelect:not(.pageInputSelectActive) .arrowDown {
	display: inline-block;
	float: right;
	margin: 16px 12px 0px 0px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ffffff;
}
.pageInputSelectActive .arrowDown {
	display: inline-block;
	float: right;
	margin: 16px 12px 0px 0px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
}
.pageInputFile {
    height: 40px;
    border: none;
    font-size: 18px;
	font-family: Roboto;
	font-weight: normal;
    margin: -2px 8px 0px 8px;
	cursor: default;
	width: 152px;
}
.pageInputFileText {
	padding: 8px 12px;
	margin: 8px 0px 8px 16px;
	width: 224px;
	height: 20px;
	background-color: #e0e2e8;
	box-shadow: none;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: text;
}
.pageInputFileText:focus {
	border: none;
	border-radius: 4px;
	outline: none;
	font-weight: 600;
}
.pageInputFileLine {
	height: 48px;
}
.indicatorModal .pageInputFileLine .pageTextIndent,
.indicatorModal .pageInputFileLine .pageInputFile {
	font-size: 14px;
}
.indicatorModal .pageInputFileDiv {
	border: 1px solid #8e8e90;
	border-radius: 4px;
	margin: 0px 8px;
	padding: 8px 0px 0px 0px;
	font-size: 14px;
}
.indicatorModal .pageInputFileDiv .fileAdd {
	margin: 8px 16px;
}
.pageInputFileDiv .fileAdd {
	display: block;
}
.template {
	display: none;
}
.pageFormUpload {
	display: inline-block;
	margin: 8px;
}
.pageFormUploadFile {
	height: 40px;
	border: none;
	background-color: #f1f3fa;
	font-size: 18px;
}
.pageFormUploadFile input {
	display: none;
}
.pageFormUpload input {
	display: block;
	margin: 4px 0px;
}
.pageFormUpload .pageInputRadio,
.pageFormUpload .pageInputCheckbox {
	margin: 4px;
}
.pageFormUpload .pageInputRadio input,
.pageFormUpload .pageInputCheckbox input {
	display: inline-block;
	margin: 3px 4px;
}

@media (max-width: 1920px){
	.menuUserPlace {
		display: none;
	}
}

@media (max-width: 920px){
	.authFormLeftSide {
		display: none;
	}
	.authFormRightSide {
		width: 348px;
	}
	.authForm {
		width: 348px;
		padding-top: 64px;
		text-align: center;
	}
	.authFormTitle {
		width: 100%;
		left: 0px;
		font-size: 20px;
		text-align: center;
	}
}

@media (max-width: 640px){
	.authFormLeftSide {
		display: none;
	}
	.authFormRightSide {
		width: 348px;
	}
	.menuLogo {
		position: initial;
		margin: auto;
	}
	.menuCaption {
		display: none;
		height: 48px;
		top: 0;
		left: 80px;
		padding: 8px 0px 8px 0px;
		font-size: 20px;
		text-align: left;
	}
	.pageBackground {
		padding: 64px 0px;
	}
	.authForm {
		width: 348px;
		padding-top: 64px;
		text-align: center;
	}
	.authFormTitle {
		width: 100%;
		left: 0px;
		font-size: 20px;
		text-align: center;
	}
	.authFormReset {
		width: 224px;
		margin: auto;
		left: 0px;
		font-size: 16px;
		text-align: center;
	}
	.authForm input {
		left: 0px;
	}
	input {
		-webkit-appearance: none;
	}
	.menuSideLine,
	.menuUser,
	.menuHamburger,
	.pageBreadcrumb {
		display: none;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.page {
		padding: 64px 12px;
	}
	.pageData {
		padding-top: 32px;
		padding-right: 0px;
	}
	.pageTabButtonContainer {
		text-align: center;
		font-size: 20px;
	}
	.pageTab {
		padding: 32px 4px;
	}
	.pageInputText,
	.pageInputButton {
		margin: 12px 4px;
	}
	.pageInputRadio label,
	.pageInputCheckbox label {
		padding-left: 16px;
	}
	.pageTextWrap {
		width: auto;
	}
	.menuTop {
		transition: top 0.2s linear;
	}
	.menuUser.mobile {
		position: initial;
		height: auto;
		padding: 16px 0px 32px 0px;
		font-size: 20px;
	}
	.menuUser.mobile span {
		display: block;
		position: initial;
		height: auto;
		padding: 8px 0px 8px 32px;
		cursor: pointer;
	}
	.menuUser.mobile .menuUserName {
		color: #ffffff;
	}
	.menuUser.mobile .menuUserRole {
		padding: 0px 0px 0px 32px;
	}
	.menuList {
		padding-left: 0px;
	}
	.menuListUL li {
		padding: 8px 0px 8px 32px;
	}
	.menuSide {
		width: 100%;
		right: -100%;
	}
	.openMenu .menuSide {
		right: 0;
	}
	.menuHamburger.mobile {
		z-index: 50;
		position: fixed;
		top: 0;
		right: 0;
	}
	.menuHamburger.mobile span {
		background: #2d3245;
		transition: background;
	}
	.openMenu .menuHamburger.mobile span {
		background: #ffffff;
	}
}
.indicatorSection {
	font-size: 18px;
	margin: 8px 0px;
}
/*tr[disabled="disabled"] p,
tr[disabled="disabled"] p:hover {
    background-color: transparent;
    border-color: transparent;
    color: graytext;
    box-shadow: none;
    cursor: default;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}*/
select:disabled,
select:disabled:hover {
    background-color: #e7e8ef;
    border-color: #e7e8ef;
    color: graytext;
    box-shadow: none;
    cursor: default;
	padding: 0px;
	margin-bottom: 0px;
}
input:disabled,
input:disabled:hover {
	background-color: #dddddd;
	border-color: #dddddd;
	color: graytext;
	box-shadow: none;
	cursor: no-drop;
}
input[type="button"]:not(.indicatorButtonSave):not(.indicatorModalButtonSave):disabled{
	display: none;
	background-color: transparent;
}
tr[disabled="disabled"] {
	background-color: #e7e8ef;
}
tr[disabled="disabled"]:hover {
	background-color: #e7e8ef !important;
}
tr[disabled="disabled"] div {
	color: graytext;
}
tr[disabled="disabled"] span.pageTextIndent {
	display: none;
}
tr[disabled="disabled"] .pageInputFileDiv {
	display: none;
}
[data-pid] td * {
	display: none;
}
.indicatorModalTable tr.noHover,
.indicatorModalTable tr.noHover:hover {
	background-color: #b1b1b1;
	cursor: default;
}
.pageInputFileLine:nth-child(2) .fileDelete {
	display: none;
}
div {
	/*user-select: none;*/
}
.indicatorValue.notprocessed:before,
.indicatorSelectText.notprocessed:before {
	content: "";
	background-image: url("/img/clock.svg");
	background-size: contain;
	margin-right: 4px;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}
.indicatorValue.rejected:before,
.indicatorSelectText.rejected:before {
	content: "";
	background-image: url("/img/zap.svg");
	background-size: contain;
	margin-right: 4px;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}
.indicatorValue.aproved:before,
.indicatorSelectText.aproved:before {
	content: "";
	background-image: url("/img/check.svg");
	background-size: contain;
	margin-right: 4px;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}
.indicatorValue.tofix:before,
.indicatorSelectText.tofix:before {
	content: "";
	background-image: url("/img/issue-opened.svg");
	background-size: contain;
	margin-right: 4px;
	position: relative;
	top: 2px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
}
.indicatorValue.notprocessed,
.indicatorSelectText.notprocessed {
	color: graytext;
}
.indicatorValue.rejected,
.indicatorSelectText.rejected {
	color: #d00000;
}
.indicatorValue.aproved,
.indicatorSelectText.aproved {
	color: #008000;
}
.indicatorValue.tofix,
.indicatorSelectText.tofix {
	color: rgba(96, 140, 255, 1);
}
.indicatorSelectText {
    width: 100%;
    height: auto;
    margin: 8px 4px;
    border: none;
	border-radius: 0px;
	font-size: 16px;
}
.role {
	margin: 8px 0px;
	padding: 12px 0px 12px 12px;
	border-radius: 4px;
}
.role:not(.noHover):hover {
	background-color: rgba(0, 0, 0, 0.025);
}
.role,
.role span {
	font-size: 16px;
}
.role .subActions {
    width: fit-content;
    margin: 8px;
    padding: 16px;
}
.activeRole .subActions {
    
}
.inactiveRole .subActions {
    background-color: #282d3e;
}
.role.activeRole,
.role.activeRole:hover {
    background-color: #282d3e;
    color: white;
}
.inactiveRole {
	border: 2px solid graytext;
}
.inactiveRole div {
	color: graytext;
}
.activeRole div a {
	color: white;
	text-decoration: none;
	cursor: default;
}
.inactiveRole div a {
	color: white;
}

.indicatorButtonSave,
.indicatorModalButtonSave,
.indicatorModalButtonEditSave {
	background-color: #3c802a;
}
.indicatorButtonSave:hover,
.indicatorModalButtonSave:hover,
.indicatorModalButtonEditSave:hover {
	background-color: #45922f;
}

.smallLoader {
    display: inline-block;
    position: absolute;
}
.smallLoader div {
    border: 8px solid #e0e2e8;
    border-top: 8px solid #282d3e;
    border-radius: 50%;
    width: 28px;
    height: 28px;
	display: block;
	position: relative;
	top: 3px;
	left: 15px;
    animation: spin 2s linear infinite;
}
.miniLoader div {
    width: 16px;
    height: 16px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.none {
	display: none;
}
.bold {
	font-weight: bold;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.verysmall {
	width: 64px;
}
.small {
	width: 96px;
}
.medium {
	width: 164px;
}
.large {
	width: 196px;
}
.larger {
	width: 256px;
}
.verylarge {
	width: 296px;
}
.huge {
	width: 328px;
}
.halfpage {
	width: 50%;
}
.threefifthspage {
	width: 60%;
}
.threequarterspage {
	width: 75%;
}
.ninetenthspage {
	width: 90%;
}
.fullpage {
	width: 100%;
}
.newLine {
	width: 100%;
}

div.reference{
	display:inline-block;
	position: relative;
}
div.reference .buttonr{
	display:inline-block;
   // border: 1px solid cornflowerblue;
    height: 22px;
    width: 22px;
    text-align: center;
   // border-radius: 50%;
    color: cornflowerblue;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
   // background-color: #fff;
    cursor: help;
}
div.reference .hiddenText{
	display:inline-block;
	display: none;
}
[disabled=disabled] .indicatorField div.reference{
	display: none;
}
.none + div.reference{
	display: none;
}
.pageTableTR.necessarily:not(.table)>.pageTableTD:first-child:after{
	content: "*";
	color: red;	
}
.pageTableTR.necessarily.table table tr:first-child>.pageTableTD:first-child:after{
	content: "*";
	color: red;	
}
.menuListUL li a{
	transition: color linear 0.3s;
}
.menuListUL li a:hover{
	color: #1897ad;
}
.menuListUL li a:hover:before{
	background-color: #1897ad;
}
.subActions{
	border: 1px solid grey;
	width: 500px;
	padding: 20px;
	margin: 20px 10px;
	border-radius: 3px;
}
.subActions a{
	font-size: 15px;
	display: block;
}
.indicatorModalPage.chpassModal, .indicatorModalPage.chemailModal{
	left: auto;
	right: auto;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.indicatorModalPage.chpassModal h3,.indicatorModalPage.chemailModal h3{
	width: 258px;
	margin: 0 auto 17px;
}
.indicatorModalPage.chpassModal form,.indicatorModalPage.chemailModal form{
	margin: 0 auto;
	width: 256px;
}
.indicatorModalPage.chpassModal label,.indicatorModalPage.chemailModal label{
	display: block;
	font-size: 16px;
	padding: 3px 0;
}
.indicatorModalPage.chpassModal input[type=password],.indicatorModalPage.chemailModal input[type=email],.indicatorModalPage.chemailModal input[type=password]{
	display: block;
	margin-bottom: 12px;
	line-height: 25px;
	border-radius: 2px;
	border: 1px solid grey;
	outline: 0;
	padding: 0 5px;
	width: 256px;
}
.indicatorModalPage.chpassModal input[type=submit],.indicatorModalPage.chemailModal input[type=submit]{
	display: block;
	padding: 8px 12px;
	margin: 8px 0;
	width: 256px;
	height: 40px;
	color: #ffffff;
	background-color: rgba(40, 45, 62, 1.0);
	border: none;
	border-radius: 4px;
	font-size: 18px;
	transition: background-color 0.25s linear;
	cursor: pointer;
}
span.red{
	color: red;
}

span.tools{
	display: inline-block;
	position: relative;
	margin-left: 4px;
}
span.tools * {
	display: inline-block;
	margin: 0px;
}
.indicatorSelectText + span.tools{
	margin: -6px 0px 0px 0px;
}
span.tools img,
span.tools .pageInputDeleteSmall  {
	margin-left: 8px;
}
span.tools img{
	position: relative;
	height: 20px;
    top: 5px;
    left: 0px;
}
span.tools .pageInputDeleteSmall {
	position: relative;
    top: 2px;
    left: -2px;
}
span.tools .pageInputDeleteSmall span {
	background-color: red;
	height: 3px;
	width: 16px;
}
span.tools .pageInputDeleteSmall:hover span {
	box-shadow: none;
}
body .hidden{
	display: none;
}

td.pageTableTD input.pageInputText{
	width: 260px;
}
.prikaz ol li{
	padding-bottom: 10px;
}
.prikaz ul{
	padding-top: 10px;
	color: #464646;
}
.reftext .sotr{
	padding: 20px 0 0 10px;
    color: #0404b9;
}
.red_bg{
    background-color: red;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 9px;
    margin-right: 10px;
}
.links li{
	padding-bottom: 10px;
}
.red_bg a{
	color: #fff;
}
.support {
	font-size: 14px;
	background-color: #fff;
}
.support .titles{
	font-weight: 700;
	margin-bottom: 10px;
}
.support .contacts{

}
.support li{
	list-style-type: none;
}
.authForm .support{
	padding: 10px;
    background-color: #4b4c4e;
    color: #fff;
    font-size: 11px;
}
.clear{
	clear: both;
}
.indpodr{
	color: #1e41a1;
}