.m-form .m-form__group {
	padding-bottom: 0;	
}

.hiddenFields {
	display:none;	
}

#dvLoading {
   background: url('../img/loading.gif') no-repeat center center;
   height: 250px;
   width: 250px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -125px 0 0 -125px;
}

.multiple-items {
	max-height: 190px;
	overflow-y: hidden;
}

.pic-wrap {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    outline: 0;
    margin-right: 1rem;
    background: no-repeat;
}

.multiple-items.slick-initialized {
	overflow-y: visible;
}

.slick-slide img {
	width: 100%;
}

img.loadscript {
	margin: 0 auto;
	display: block;
	padding: 2rem 0;
	width: 100px;
}


::-webkit-input-placeholder { /* Chrome */
	color: #E0E0E0 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #E0E0E0 !important;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: #E0E0E0 !important;
	opacity: 1;
}

.datepicker {
	z-index: 999999 !important;	
}

/* Lai dropdown menu rāda pāri texteditora izvēlnei */
.panel-heading {
	z-index: 1 !important;	
}

.m-login__logo img {
	max-width: 100%;	
}

.main-info {
	background-color: #f6f2e9;
	border-radius: 1rem 0 0 1rem;
	margin: 3rem 0 3rem 3rem;

	display:flex;
	justify-content: center;
	align-items: center;
}

.main-info-text {
	max-width: 55rem;
	font-size: 2rem;
	color: #0a2740;
	margin: 4rem;
}

.main-info-text h1 {
	font-size: 3.25rem;
	font-weight: 300;
	color: #0a2740;
	line-height: 4rem;
	margin-bottom: 2rem;
}

.main-info-text i {
	margin: 0 1rem 0 2rem;
	font-size: 2rem;
	color: #92dbbd;	
}

.main-info-button {
	margin-top: 3rem;
	text-align: center;
}

.main-info-button a {
	width: 20rem;
	font-size: 1.15rem;
	margin: 2rem 1rem 0 0;
	padding: 1rem;
}

.copyright {
	text-align: right;
	margin: -10px 30px 30px 0;
}

.main-info-longText {
	background-color: #f6f2e9;
	border-radius: 1rem 0 0 1rem;
	margin: 3rem 0 3rem 3rem;
	padding: 3rem;
}

#auth {
	text-align: center;	
}

#auth button {
	width: 15rem;
	margin-top: 2rem;
}

#sec {
	margin-top: 2rem;
	text-align: center;
	
}

#sec .form-control {
	display: inline;
	width: 40px;
	margin-right: 5px;
	text-align: center;
	padding: .75rem 0 .75rem 0;
	font-size: 1.5rem;
}

#sec .btn {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#sec a {
	margin-top: 1rem;
	display: block;
	color: #0a2740;
}

.secInfo h5 {
	color: #0a2740;
	margin-bottom: 2rem;
	font-weight: 300;
}

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

input[type="number"].no-spin{
  -moz-appearance: textfield;
  appearance: textfield;
}

.m-footer__copyright {
	color: #0a2740 !important;
	font-size: 1.15rem !important;
}

.footer-contact {
	color: #92dbbd !important;
	font-size: 1.15rem !important;
}

.m-portlet__head-text {
	font-weight: 400 !important;
	font-size: 1.5rem !important;
	color: #0a2740 !important;
}

@media (min-width:993px) {

	.m-header-menu {
		width: 100%;
		display: flex;
	}

	 .m-header-menu .m-menu__nav>.m-menu__item.active-top-link .m-menu__link:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		background: #0a2740;
		bottom: 25px
	}

	.m-container.m-container--fluid {
		display: flex;
		width: 100%;
	}

	.m-stack.m-stack--desktop {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.m-header-menu .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
		font-size: 1.75rem
	}

	.m-stack {
		width: initial;
	}

	.m-menu__nav:not(.m-menu__nav--submenu-arrow) {
		flex: 1
	}

	.m-header-menu .m-menu__nav {
		 display: flex;
		 justify-content: center;
	}

	.m-menu__item.m-menu__item--rel {
		position: relative;
	}

	.m-menu__item.m-menu__item--rel + .m-menu__item.m-menu__item--rel:not(.m-menu__item--submenu):before {
		position: absolute;
		content: "";
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		height: 20px;
		width: 1px;
		background: #0a2740;
	}
}
	
	.m-menu__link-text i {
		display: block;
		font-style: normal;
		font-size: 0.75rem
	}

@media (max-width:992px) {

	.m-aside-header-menu-mobile .m-menu__nav + .m-menu__nav {
		padding-top: 0;
		margin-top: -30px;
	}

	.main-info {
		margin: 2rem 0 2rem 2rem;
	}
	
	.main-info-text h1 {
		font-size: 2rem;
		font-weight: 300;
		color: #0a2740;
		line-height: 2.5rem;
		margin-bottom: 2rem;
	}

	.main-info-text {
		font-size: 1.5rem;
	}

	.main-info-text i {
		font-size: 1.5rem;	
	}

	.copyright {
		text-align: right;
		margin: 0 10px 30px 0;
	}

}

.m-dropzone.m-dropzone--primary {
	border: solid 1px #EEE !important;
}

.m-dropzone {
	padding: 0 !important;
	min-height: 0 !important;
}

.field-center, .signButton {
	text-align: center;
}

.field-must {
	border-color: red !important;
}

.signButton button {
	margin-top: 1rem;
}

.add-new {
	text-align: right;	
}

.add-new a {
	color: #92dbbd;
	font-size: 1.5rem;
}

.add-new a:hover {
	color: #0a2740;
	text-decoration: none;	
}

.incomingWelcome {
	text-align: center;
	max-width: 55rem;
	font-size: 2rem;
	color: #0a2740;
	margin: 14rem auto;
}

.incomingWelcome span {
	font-size: 3rem;
}

.verifPartner {
	height: 95px;
	border: solid 1px #EEE;
	border-radius: 7px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.verifPartnerActive {
	height: 95px;
	border: solid 2px #0a2740;
	border-radius: 7px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.verifPartner img, .verifPartnerActive img {
	max-width: 135px;
}

#authBox, #errorBoxError, #errorBoxTimeout {
	display: none;
}

#authBox, #errorBoxError, #errorBoxTimeout, #authSuccess {
	text-align: center;
	font-size: 1.10rem;
	padding: 25px;
}

#verificationCodeBox {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 15px;
}

#cancelBtn, #retryBtn {
	margin-top: 1rem;
}

.verifLogo {
	width: 50%;
}

.verifLogo img {
	max-width: 70px;
}