@charset "utf-8";
/* CSS Document */

html, body {
	background: linear-gradient(#7ad, #36b) no-repeat center center fixed;
	height:100%;
	margin:0px;
}

.title-color {
  color:#000 !important;
}

textarea {
	resize:none;
}

/* CUSTOM CHECKBOX */
 /* Customize the label (the container) */
.chk_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chk_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border:1px solid #000;
}

/* On mouse-over, add a grey background color */
.chk_container:hover input ~ .checkmark {
  background-color: #999;
}

/* When the checkbox is checked, add a blue background */
.chk_container input:checked ~ .checkmark {
  background-color: #007bff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-radio {
	border-radius:50%;
}

/* Show the checkmark when checked */
.chk_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 












.login-box, .register-box {
    width: 360px;
    border:1px solid #000;
    background: #EEE;
    padding:0.5em 1em;
    margin: 7% auto;
}

.page-title {
	font-size:1em;
	padding:5px;
	padding-left:15px;
	font-weight:bold;
	box-shadow:1px 0px 2px 1px #777;
}

.form-inline label {
	align-items:left;
	justify-content: left;
}

.senca-kvadrata {
	border:1px solid #777;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.senca-kvadrata-min {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 3px 10px 0 rgba(0, 0, 0, 0.39);
}

.label-tabela {
	color:#444;
	font-size: 0.9em;
}

.ozadje-sivo {
	background-color:#eee;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.80);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}

.bg-indigo {
	background-color: #6610f2 !important;
}
.bg-teal {
	background-color: #20c997 !important;
}
.bg-purple {
	background-color: #6f42c1 !important;
}
.bg-orange {
	background-color: #fd7e14 !important;
}
.bg-pink {
	background-color: #e83e8c !important;
}
.bg-gray {
	background-color: #f0f0f0 !important;
}
.bg-poknjizeno {
	background-color: #ccfdcc !important;
}

.bg-svetla {
  background-color: #e1d1ea !important;
}

.bg-svZelena {
  background-color: #beeac7 !important;
}

.bg-zelena {
  background-color: #dcf4c6 !important;
}

.bg-modrosiva {
  background-color: #cdd2e7 !important;
}



.text-indigo {
	color: #6610f2 !important;
}
.text-teal {
	color: #20c997 !important;
}
.text-purple {
	color: #6f42c1 !important;
}
.text-orange {
	color: #fd7e14 !important;
}
.text-pink {
	color: #e83e8c !important;
}
.text-pink {
	color: #e83e8c !important;
}
.text-gray {
	color: #f0f0f0 !important;
}

.btn-130 {
	min-width:130px;
}

.btn-border {
	border: 1px solid #000;
}

.hover-efekt:hover{
	background-color: #eee !important;
}




@media (max-width: 768px) {
    .btn-lg-md, .btn-group-lg > .btn {
	  padding: 0.5rem 1rem;
	  font-size: 1.25rem;
	  line-height: 1.5;
	  border-radius: 0.3rem;
	  width:100%;

	}
	.nav-link {
		padding:15px;
	}
	.nav-link:hover {
		background:#000;

	}

	.page-title {
		text-align: center;
	}
}

