﻿.mobileClearEdit {
	margin: 1px;
}

#body {
	padding-bottom: 0 !important;
	background-color: #EAEAEB !important;
	min-height: 95vh;
}

footer {
	height: 40px !important;
}

.SpejProtRed {
	color: red;
}

.k-grid tbody tr, .k-grid tbody tr td {
	height: 49px;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#GRTMobilePages {
	position: absolute;
	top: 0;
	left: 10px;
	width: 100%;
	height: 100%;
}

.active {
	display: block !important;
}

.inActive {
	display: none;
}

.sidenav {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background: #E5E5E6;
	overflow-x: hidden;
	transition: 0.5s;
	width: 18%;
}

	.sidenav a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		display: block;
		transition: 0.3s;
	}

	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

.closebtn {
	padding: 5px !important;
}

.sideMenuItem {
	padding: 8px;
	cursor: pointer;
	border-top: solid 1px;
	color: #AC2141;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.menuBtn {
	font-size: 30px;
	cursor: pointer;
	color: #AC2141;
	font-weight: bold;
	padding-right: 10px;
}

.nav {
	margin-top: 40px;
}

.gallery-cell {
	width: 100%;
	margin-right: 10px;
	counter-increment: gallery-cell;
}

.nav-button {
	color: #AC2141 !important;
	text-decoration: none;
	cursor: pointer;
	float: right;
	font-size: 20px !important;
}

	.nav-button:hover {
		background-color: none !important;
	}

.container {
	width: 100%;
	height: 45px;
}

.leftpane {
	width: 5%;
	height: 100%;
	float: left;
	font-size: 30px;
	color: #AC2141;
	font-weight: bold;
}

.middlepane {
	width: 65%;
	height: 100%;
	float: left;
	display: table;
}

.rightpane {
	width: 10%;
	height: 100%;
	position: relative;
	float: right;
	font-size: 18px;
	font-weight: bold;
	display: table;
}

.vertical {
	vertical-align: middle;
	display: table-cell;
}

.buttonWrapper {
	width: unset !important;
	/*max-width: 1150px;*/
	padding-left: 10px;
	padding-right: 10px;
}

.GRTNosaukums {
	font-size: 16px !important;
	word-break: break-all;
	vertical-align: super;
}

#Atzinumi .k-link {
	color: #AC2141;
}

.editor-label, .editor-field .k-input, table .k-header, td[role=gridcell] {
	color: #AC2141;
	font-size: 15px;
}

.k-button {
	color: #AC2141 !important;
	font-size: 16px;
}

	.k-button:focus, .k-button:hover, .k-state-hover, .k-state-selected {
		color: #EAEAEB !important;
	}

.k-grid-delete, .k-grid-edit {
	padding: unset;
}

.main-content {
	padding: unset;
}

label {
	font-size: unset !important;
}

textarea.longTextBox {
	height: auto !important;
	width: 100%;
}

.editor-label.long-label {
	width: 100% !important;
}

@media only screen and (max-width: 1350px) {
	.sidenav {
		width: 250px;
	}

	.editor-label {
		width: 30% !important;
		min-width: 164px !important;
		max-width: unset !important;
	}

	body {
		min-width: unset !important;
	}

	@media only screen and (max-width: 535px) {
		textarea.k-input {
			width: 100%;
		}
	}
}

.more_info {
	position: relative;
}

	.more_info .title {
		background: silver;
		padding: 2px 4px;
		left: 29px;
		line-height: 1.8;
	}

.MyFlickityButtons {
	display: inline-block;
	width: 41px;
	height: 41px;
	margin: 5px;
	cursor: pointer;
}

.next {
	background: url(../Images/Mobile/actions.png) no-repeat -82px 0px;
	float: right;
}

.previous {
	background: url(../Images/Mobile/actions.png) no-repeat -41px 0px;
	float: left;
}

.gridLink {
	text-decoration: none;
}