@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,700&subset=latin-ext,latin);.error {color: red;}.clear{clear:both;}.m-x-auto{margin: 0px auto;}
.form-group .check{margin-top:6px;}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 114px; /* Margin bottom by footer height */
}

header>.container {
    background: 20px 0px no-repeat;
}

h1 {
    text-align: center;
    margin-bottom: 0 !important;
    font-size: 1em !important;
    font-weight: bold;
    line-height: 23px;
}
 
.control-label {font-weight: normal;}
 
.description {
	font-size: 12px;
	font-weight: normal;
 }
 
.asterisk {
	position: absolute;
	top: 26px;
	right: 2px;
	color: #CF2A26;
 }
 
/* UI elements */
.check {
	display: inline-block;
	background: url(check.png) 0px 0px no-repeat;
	height: 20px;
	width: 20px;
	cursor: pointer;
 }
 
	.check.active {background: url(check.png) -24px 0px no-repeat;}
 
img.info {
	float: left;
	margin: 0px 20px 135px 50px;
 }
 
.info-sm {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -3px;
    vertical-align: top;
    z-index: 10;
    position: relative;
    color: rgba(0,0,0,0.38);
}

.info-sm:before {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f29c";
}
 
	.info-sm:hover {background: url(info-sm.png) -30px 0px no-repeat;}
 
.tooltip {font-family: 'Fira Sans', sans-serif;}
.tooltip.top .tooltip-arrow {border-top-color: #E0E0E0;}
.tooltip.in {opacity: 1;}
.tooltip-inner {
    padding: 12px 12px;
    background-color:#E0E0E0;
    border-radius: 0px;
	max-width:400px !important;
	 min-width: 250px; 
	 color:#484848;
}
 
/* modal box */
.modal-content {
	border-radius: 0px;
	border: 0;
	background: #1C4439;
 }
 
.close {
	color: white;
	opacity: 1;
	text-shadow: none;
 }
 
	.close:hover {
		color: #CF2A26;
		opacity: 1;
		text-shadow: none;
	 }
 
input[type="text"],input[type="email"],select {
	border-radius: 0 !important;
	height: 30px !important;
	line-height: 30px !important;
	outline: none;
	position: relative;
 }
 
body {
	font-family: 'Fira Sans', sans-serif;
	background: #F8F8F8;
	color: #484848;
	font-size: 16px;
	background-attachment: fixed;
 }
 
hr {
    border: 0;
    height: 4px !important;
    border-top: 1px solid #E0E0E0;
	margin-top: 40px;
    margin-bottom: 0;
}
 
a { color: #484848;
    font-weight: bold;
    text-decoration: underline;
}
 
	a:hover,a:focus {color: #CF2A26;}
 
/* Pogas */
.but,.btn {
	height: 43px;
	line-height: 43px;
	padding: 0px 25px;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	background: #007C64;
	color: white;
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 0;
 }
 
.but.but-sm {
	height: 48px;
	line-height: 48px;
 }
 
.but.but-xs {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	padding: 0px 15px;
 }
 
.but:hover,.but.active,.but:focus,.btn-primary:hover,.btn-default:hover,.btn-default:focus,.btn-primary:focus,.btn-primary:active:hover,.btn-default:active:hover,.btn-primary:active,.btn-default:active,.btn-primary:active:focus,.btn-default:active:focus {
	outline: none;
	background: #CF2A26;
	color: white;
	text-decoration: none;
	box-shadow: none;
 }
 
.but.disabled {
	cursor: default;
	opacity: 0.3;
 }
 
	.but.disabled:hover {
		background: #007C64;
		color: white;
		text-decoration: none;
	 }
 
.main {text-align: justify;}
 
/* navigation */
.navbar {border-radius: 0 !important;}
 
.navbar-default {
	background-color: #115E4E;
	border-color: #115E4E;
 }
 
.navbar-nav>li>a {
	color: white !important;
	font-size: 12px;
 }
 
	.navbar-nav>li>a:hover,.navbar-nav>li>a.active {background: #CF2A26 !important;}
 
	.navbar-nav>li>a.nohover {cursor: default;}
 
		.navbar-nav>li>a.nohover:hover {background: #1C4439 !important;}
 
#navigation #triangle {
	width: 0;
	height: 0;
	border-bottom: 43px solid #1C4439;
	border-left: 43px solid transparent;
	float: right;
	display: none;
 }
 
/* footer */
#footer {
	text-align: center;
	background: url(../img/footer.png) top center no-repeat;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 5px;
	color: white;
 }
 
/* Reģistrēšanās */
.container.reg .buttons {text-align: center;}
 
.container.reg ul#steps {
	margin: 0px;
	margin-right: -15px;
 }
 
	.container.reg ul#steps li {
		display: inline-block;
		list-style: none;
		text-transform: uppercase;
		font-size: 12px;
		height: 52px;
		line-height: 52px;
		background: #007C64;
		padding: 0px 14px 0px 0px;
		position: relative;
		margin-left: 26px;
	 }
 
		.container.reg ul#steps li.skew {
			-ms-transform: skewX(-45deg);
			-webkit-transform: skewX(-45deg); /* IE 9 */
			transform: skewX(-45deg); /* Safari */
			padding: 0px 12px; /* Standard syntax */
			margin: 0;
		 }
 
			.container.reg ul#steps li.skew span {
				-ms-transform: skewX(45deg);
				-webkit-transform: skewX(45deg); /* IE 9 */
				transform: skewX(45deg); /* Safari */
				display: inline-block; /* Standard syntax */
			 }
 
		.container.reg ul#steps li span.triangle {
			width: 0;
			height: 0;
			border-bottom: 52px solid #007C64;
			border-left: 52px solid transparent;
			position: absolute;
			left: -52px;
		 }
 
		.container.reg ul#steps li.active {background: #CF2A26;}
 
			.container.reg ul#steps li.active span.triangle {border-bottom: 52px solid #CF2A26;}
 
.container.reg h1 {margin-top: 10px;}
 
.container.reg h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
}
 
	.container.reg h2 span.start {
		background: #007560;
		position: absolute;
		top: 0px;
		left: 0px;
		display: inline-block;
		width: 70px;
		z-index: 0;
		height: 40px;
		line-height: 40px;
	}
 
	.container.reg h2 span.txt {
		display: inline-block;
		background: #D9DADB;
		height: 40px;
		padding-top: 4px;
		position: absolute;
		top: 0px;
		left: 40px;
		text-align: left;
		color: black;
	}
 
	.container.reg h2 span.txt span {
		display: inline-block;
		padding: 0px 15px;
		font-weight: bold;
		text-transform: uppercase;
		font-size:16px;
	}
 
.container.reg.reg2 h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
 }
 
.container.reg.reg2 .control-label {text-align: center;}
 
.container.reg #clock {font-size: 110px;}
 
.container.reg #finish1 {
	background: url(../img/finish1.png) top left no-repeat;
	padding-left: 80px;
	min-height: 80px;
	display: inline-block;
	font-size: 18px;
	padding-top: 22px;
 }
 
.container.reg #finish2 {
	background: url(../img/finish2.png) top left no-repeat;
	padding-left: 80px;
	min-height: 80px;
	display: inline-block;
	font-size: 14px;
	padding-top: 22px;
 }
 
.container.reg #asterisk_description {font-size: 12px;}
 
	.container.reg #asterisk_description span {color: #CF2A26;}
 
.container.reg .applications thead tr {background: #007C64;}
 
	.container.reg .applications thead tr th {
		text-transform: uppercase;
		font-weight: normal;
		padding: 4px 10px;
		text-align: center;
	 }
 
.container.reg .applications tbody tr.rowlink {cursor: pointer;}
 
	.container.reg .applications tbody tr.rowlink:hover {background: #468C7A;}
 
/* Dokumenti */
.docc {
	position: relative;
	padding-left: 110px;
 }
 
	.docc span.outer {
		position: absolute;
		top: 0px;
		left: 0px;
		display: inline-block;
		-ms-transform: skewX(-45deg);
		-webkit-transform: skewX(-45deg);
		transform: skewX(-45deg);
		width: 70px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size: 20px;
	 }
 
		.docc span.outer span {
			-ms-transform: skewX(45deg);
			-webkit-transform: skewX(45deg);
			transform: skewX(45deg);
			display: inline-block;
		 }
 
	.docc.pdf span.outer {background: #FF0055;}
 
	.docc.doc span.outer {background: #FF5500;}
 
	.docc.docx span.outer {background: #FF5500;}
 
	.docc.ppt span.outer {background: #8EB80E;}
 
	.docc.pptx span.outer {background: #8EB80E;}
 
	.docc.xls span.outer {background: #0EB88E;}
 
	.docc.xlsx span.outer {background: #0EB88E;}
 
	.docc.zip span.outer {background: #00FF00;}
 
	.docc.7z span.outer {background: #00FF00;}
 
	.docc.file span.outer {background: #390EB8;}
 
@media (min-width: 1200px) {.container}
 
.but {
	height: 63px;
	line-height: 63px;
	padding: 0px 33px;
	font-size: 18px;
 }
 
.container.reg.reg2 .control-label {text-align: right;}
 
.container.reg.reg2 h3 {padding-left: 70px;}
 
.asterisk {top: -4px;}
 
.container.reg .buttons {text-align: right;}
 
.navbar-nav>li>a {font-size: 16px !important;}
 
/* Sākums */
.cap {padding-right: 120px;}
 
{}
 
@media (min-width: 768px) {.container.reg #finish2}
 
.container.reg #finish1 {font-size: 22px;}
 
#navigation #triangle {display: block;}
 
.navbar-nav {
	float: right !important;
	background: #1C4439;
 }
 
	.navbar-nav>li>a {
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 43px;
		height: 43px;
	 }
 
.navbar {
	position: relative;
	min-height: 43px;
	margin-bottom: 0px;
	border: 0;
 }
 
.container.reg ul#steps li {
	font-size: 24px;
	height: 52px;
	line-height: 52px;
	padding: 0px 25px 0px 0px;
 }
 
	.container.reg ul#steps li.skew {padding: 0px 25px;}
 
.container.reg h2 {font-size: 24px;}
 
.navbar-nav>li>a {font-size: 12px;}
 
{}
 
@media (max-width: 767px) {.navbar-nav>li>a}
 
.navbar-nav>li>a.nohover:hover {background: #115E4E !important;}
 
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 114px; /* Set the fixed height of the footer here */
}