@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
/*    background: url('background="../assets/img/1-1-4.jpg"');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
		margin:0;
		padding:0;
}
@media only screen and (min-width: 481px) {
//here happens something when the screen size is >= 481px
.bg {
   background-image: url(assets/images/IMG_8109.JPG), url(assets/images/IMG_9239.JPG);
 }
}

@media only screen and (max-width: 481px) {
//here happens something when the screen size is <= 481px
 div#back {
   background-image: none;
 }
}
@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;

    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}

#toTop {
	  z-index: 999;
		cursor: pointer;
    padding: 8px;
		border-radius: 50px;
		width: 50px;
		height: 50px;
    color: rgba( 0, 102, 204, 0.4);
    background: (255,255,255,0,2);
    position: fixed;
    bottom: 20px;
    right: 20px;
		box-shadow: 2px 2px 4px;
    display: none;
		-webkit-transition: background 1s ease-out;
		-moz-transition: background 1s ease-out;
		-o-transition: background 1s ease-out;
		transition: background 1s ease-out;
}

.not-active {
   pointer-events: none;
}
.navbar-collapse{
	margin-bottom:-7px;
	padding-left: 20px;
}
#login-form {
	margin:5% auto;
	max-width:500px;
}
/* home page */
#wrapper{
	padding-top:50px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body {
  /*font-family: 'Encode Sans', sans-serif;*/
	font-family: 'Fira Mono', sans-serif;
}

li .menu{
	font-size:16px;
	box-shadow: 2px 2px 4px grey;
}
.dd-mobile{
	/*border-bottom:dashed grey 1px;*/
	padding-bottom:3px;
	padding-top:3px;
}
.dd-mobile:hover{
	/*border-bottom:dashed grey 1px;*/
	color:black;
	padding-top:3px;
}

.index-body {
    background-image: url("../assets/img/NKMBT_logo.png");
		background-size: contain;
		background-size: auto;
}

.index-img{
	opacity: 0.5;
}

.circle-singleline-green {
		margin-left: 40px;
		margin-top: 30px;
    width: 200px;
    height: 200px;
    border-radius: 15%;
    font-size: 100px;
		font-weight: 700;
    line-height: 200px;
    text-align: center;
    background: green;
    color: white;
		text-shadow: 2px 2px 10px black;
		box-shadow:inset 2px 2px 10px black;
}
.circle-singleline-orange {
		margin-left: 40px;
		margin-top: 30px;
    width: 200px;
    height: 200px;
    border-radius: 15%;
    font-size: 100px;
		font-weight: 700;
    line-height: 200px;
    text-align: center;
    background: orange;
    color: white;
		text-shadow: 2px 2px 10px black;
		box-shadow:inset 2px 2px 10px black;
}
.circle-singleline-red {
		margin-left: 40px;
		margin-top: 30px;
    width: 200px;
    height: 200px;
    border-radius: 15%;
    font-size: 100px;
		font-weight: 700;
    line-height: 200px;
    text-align: center;
    background: red;
    color: white;
		text-shadow: 2px 2px 10px black;
		box-shadow:inset 2px 2px 10px black;
}

.top-hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
}
hr {
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
}
.white-hr {
    border: 0;
    height: 1px;
    background: #FFF;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,100%,0)), color-stop(50%,hsla(0,0%,100%,.75)), color-stop(100%,hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,100%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,100%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,100%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,100%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,.75) 50%, hsla(0,0%,100%,0) 100%);
}
.big_font a{
	font-size:16px;
}
.form-height{
	height:30px;
}
.mobile{
	font-size: 18px !important;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;

		-webkit-transform: rotate(-45deg);
/* Firefox */
-moz-transform: rotate(-45deg);
/* IE */
-ms-transform: rotate(-45deg);
/* Opera */
-o-transform: rotate(-45deg);
}
.bottom-right1 {
    position: absolute;
    bottom: 0;
    right: 0;
		border-radius: 30px;

	}

.active-menu{
	width:100px;
	/*line-height:2;*/
	text-align: center;
	font-size:16px;
	box-shadow:inset 1px 1px 2px #454343;
	/*background-color: rgba(0,90,171,1);*/
	font-weight: 700;
	border:groove black 10px;
}
.active-button{
	text-align: center;
	box-shadow:inset 2px 2px 10px #454343;
/*	background-color: rgba(0,90,131,1);*/
	background-color: rgba(20,150,31,1);
	border:groove black 1px;
	color: white !important;
}
.inactive-menu{
	width:100px;
	/*line-height:2;*/
	text-align: center;
	font-size:16px;
	border:ridge black 1px;
	border-left: none;
	/*background-color: rgba(0,90,171,1);*/
	font-weight: 400;
}
.display_screen{
	background-color:rgba(0,90,171,1);
	min-height:515px;
	box-shadow:inset 1px 1px 8px black;
	color:white;
	font-size: 18px;
}
.slika{
	border: solid rgba(0,90,171,1) 2px;
	border-radius: 2px;
	/*filter:drop-shadow(4px 4px 4px grey);*/

}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 350px; /* bottom = footer height */
    padding: 0px;

		}

.index-tile{
	border: solid white 5px;
	border-radius: 30px;
	color:white;
	min-height:170px;
	background-color:rgba(0,90,171,0.8);
}

.index-tile:hover{
	color:rgba(0,90,171,1);
	background-color: rgba(200,200,200,0.8);
	border: solid rgba(0,90,171,1) 2px;
}

.presence-td{
	color:rgba(0,90,171,1);
	text-align:right;
	font-weight: 700;
}

.footer{
font-family: 'Roboto Condensed', sans-serif;
position: absolute;
left: 0;
bottom: 0;
height: auto;
width: 100%;
overflow:hidden;
}
.testi{
	/*font-family: 'Cutive Mono', sans-serif;
	font-weight: 700;*/
}

.red{
	color:white !important;
	background-color:red;
}
.hidden_div{
	display:none;

}
.shown{
	display: inline-block;
	padding-right:10px;
}

.submenu-item{
	margin-top: 2px;
	cursor:pointer;
	color:#c0c0c0;
	background-color:rgba(200,200,200,0.2);
	border-radius: 6px;
}
.submenu-active {
	/*border:2px solid black;*/
	background-color: white;
	color:#454343;
}
.footer-heading{
	color:white;
	margin-top:5px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom:15px;
}

.delete:hover i{
	color:red !important;
	/*background-color: red !important;
	border: 1px solid white;*/
}
i:hover {
	text-shadow: 1px 1px 2px grey;
}

td i {
  display: block;
  height:100%;
  width:100%;
	text-shadow: 1px 1px 2px grey;
}
.row{
	overflow-x: hidden;
}
ul.nav a:hover  {
	background-color: white !important;
	color: rgba(0,90,171,1) !important;
	font-weight: 400;
	padding-bottom:0px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px grey;
	border-top: white solid 2px;
 }
 ul.mobile a:hover  {
 	background-color: white !important;
 	color: rgba(0,90,171,1) !important;
	border-radius: 0px;
 	font-weight: 400;
 	padding-bottom:0px;
 	border-top: white solid 2px;
  }
 .nav a{
	 -webkit-transition: color 1s ease-out;
	 -moz-transition: color 1s ease-out;
	 -o-transition: color 1s ease-out;
	 transition: color 1s ease-out;
 }

.table-mnz {
	background-color: yellow;
}
a:hover{
	cursor: pointer;
}
.no-margin {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
*.icon-blue {color: #0088cc}
*.icon-grey {color: grey}
.mail {
	width:100px;
	text-align:center;
	vertical-align:middle;
	position: relative;
}
.badge_1:after{
	  display:none;
		content:attr(data-count);
		position: absolute;
		background: rgba(200,20,20,1);
		height:2.2rem;
		top:0rem;
		right:1.5rem;
		width:2.2rem;
		text-align: center;
		line-height: 2rem;;
		font-size: 1.2rem;
		border-radius: 50%;
		color:white;
		border:1px solid black;
}
.badge_2:after{
		content:attr(data-count);
		position: absolute;
		background: rgba(200,20,20,1);
		height:2.2rem;
		top:0rem;
		right:1.5rem;
		width:2.2rem;
		text-align: center;
		line-height: 2rem;;
		font-size: 1.2rem;
		border-radius: 50%;
		color:white;
		border:1px solid black;
}
.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
		width: 30px;
		height: 30px;
    animation: spin 1s linear infinite;
}
.loaderPresence {
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #3498db; /* Blue */
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.container {
  position: relative;
  z-index: 1;
}

.grad {
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgba(200,200,200,1), rgba(255,255,255,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(200,200,200,1), rgba(255,255,255,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(200,200,200,1), rgba(255,255,255,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}

.filter-select{
	/*background-color:grey;
	box-shadow: 0px 2px 2px;*/
	/*border: solid 1px black;*/
	margin-bottom: 10px;
}

.table-condensed{
  font-size: 18px !important;
	line-height: 15px;
	min-height: 15px;
	height: 15px;
}
/* ---custom css Igor--- */
.half-lead{
  padding-top: 0px;
  padding-left: 20px;
  font-size:20px;
  font-weight:300;
  line-height:1.4
  vertical-align:middle;
  text-align:left;
}
.half-lead-th{
  padding-top: 0px;
	padding:10px;
  font-size:20px;
  font-weight:300;
  line-height:1.4
  vertical-align:middle;
}
.fa-rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
		text-shadow: 0px 0px 0px;
}

.q-lead{
  padding-left: 5px;
  font-size:16px;
  font-weight:300;
  line-height:50%
  vertical-align:middle;
  text-align:left;
}
.bolder{
	text-transform: uppercase;
  font-weight:400;
	padding-top: 5px;
	padding-bottom: 5px;
}
table {
		border-collapse: separate;
	border-spacing: 0;
	border-radius: 0px 0px 0px 0px;
	padding: 0px;

}

.tabela{
	box-shadow: 2px 2px 4px gray;
	margin-top:10px;
	margin-bottom: 10px;
}
.tabela > tbody > tr > td {
     vertical-align: middle;
		 font-size: 20px;
		 /*padding-top:10px;*/

}
.seznam {
	line-height: 1;
	font-size:22px;

	-webkit-transition: background-color .7s ease-out;
	-moz-transition: background-color .7s ease-out;
	-o-transition: background-color .7s ease-out;
	transition: background-color .7s ease-out;
}
.seznam > td {
	text-align: right;
	padding-right: 20px;
}
table.mobile-table tr.seznam{
	font-size:16px;
}
.mali {
	height: 28px;
}
.seznam:hover {
  background-color: rgba(0,90,171,1) !important;
	color:rgba(230,230,230,1) !important;

}
.seznam:hover .link{
  background-color: #454343 !important;
	color:rgba(230,230,230,1) !important;
}
.seznam:nth-child(even){
	background-color: #e0e0e0;
	color:black;

}
.seznam:nth-child(odd){
  background-color: #efefef;/*rgba(0,90,171,1);*/
  color: black;
}

.seznam:nth-child(odd) .link{
  color: white;
}
.seznam:nth-child(even) .link{
	color: rgba(0,90,171,1);
}

.seznam-th{
  background-color: #0078ff;
  color: white;
  vertical-align: middle;
}
.seznam-td{
  background-color: #0078ff;
  color: white;
  vertical-align: middle;
	border: 2px black solid;
}
.footer-div{
	display:block;
	min-height:150px;
	/*background-color: rgba(0,0,0,0.1);*/
	border-left:solid 1px silver;
}
.gumb{
	display: block;

	/*margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	min-width: 10px;
	min-height: 10px;*/
	margin-bottom: 2px;
	border: solid black 1px;
	font-size: 15px;
	font-weight: 700;
	/*padding: 3px;*/
}
.vklop{
	box-shadow:inset 1px 1px 3px black;
}
.izklop{
	box-shadow: 1px 1px 3px black;
}
.gumb:hover{
	/*background-color: #454343;*/
	color: white !important;
	/*font-weight: 700;
	border:  solid red 1px;
	box-shadow: 1px 1px 3px black;*/
}
.gumb-mali{
	display: block;
	margin: auto;
	margin-bottom: 5px;
	width: 43px;
	padding-left: 5px;
}

.glava{
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.belo .bela{
	color:white;
}

.razmik{
	margin-top: 10px;
}

.lepi{
	position:fixed;
	margin-top: 70px;
}
.zgoraj{
	position:fixed;
	z-index:99;
	width:100%;
	top: 130px;
}
.filter{
	position:sticky;
	z-index:99;
	width:100%;
	top: 130px;
}
/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100px;
  padding: 15px;
  width: auto;
}

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example3 .navbar-brand {
  height: 110px;
	padding-left: 10px;
}

.example3 .nav >li >a {
  padding-top: 0px;
  padding-bottom: 0px;
	}

.example3 .navbar-toggle {
	border-color: WHITE;
  padding: 10px;
  margin: 25px 15px 25px 0;

}
.pay_icon{
	cursor: pointer;
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
	  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;

}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;

}

th > * {
    vertical-align : middle;
}

.navbar-nav>ui>.dropdown-menu .dropdown-toggle{
	z-index: 9999;
}
.dropdown{
	z-index: 9999;
}
.compact{
	padding-top: 0px;
	padding:10px;
  font-size: 14px !important;
	font-weight: 100;
	line-height: 15px;
	min-height: 15px;
	height: 15px;
	line-height:1.4
	vertical-align:middle;
}
.compact-td {
	padding-left:5px;
}
.tab-content {
	border-radius: 0px 0px 0px 0px;
}
.tab-pane {
	margin:1000;
	padding:0;
}

ul.nav-tabs.nav a:hover {
	background-color: #ddd !important;
	padding-bottom:0px;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0px 0px 0px white;
	border-top: 0px;
}
ul.nav-tabs.nav a{
	background-color: rgba(100,100,100,0.05);
	padding-bottom:0px;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0px 0px 0px white;
	border-top: 0px;
}
.active-tab{
	background-color: #eee;
	border-radius: 4px 4px 0px 0px;
}
.hidden {
	display:none !important;
}
.footer h5 {
	font-size: 18px;
}
.footer h4 {
	font-size: 22px;
}
.pay_icon {
	font-size:28px !important;
}
thead {
	background-color: #005aab;
	color:white;
}
th {
	font-weight:300;
	font-size:18px;
}
