@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;
}
.ui-front {
    z-index: 1500 !important;
}
.vsebina {
  height: calc(100vh - 60px);
  height: -o-calc(100vh - 60px); /* opera */
  height: -webkit-calc(100vh - 60px); /* google, safari */
  height: -moz-calc(100vh - 60px); /* firefox */
  position:relative;
}

.login-box, .register-box {
    width: 300px;
    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 #000;
	-webkit-box-shadow: 0 10px 6px -6px #333;
	-moz-box-shadow: 0 10px 6px -6px #333;
	box-shadow: 0 10px 6px -6px #333;
}

.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.85);
}

.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-svetla {
  background-color: #e1d1ea !important;
}

.bg-svZelena {
  background-color: #beeac7 !important;
}

.bg-zelena {
  background-color: #dcf4c6 !important;
}

.bg-modrosiva {
  background-color: #cdd2e7 !important;
}

.bg-pink {
  background-color: #ead5ef !important;
}

.bg-poknjizeno {
	background-color: #ccfdcc !important;
}

.bg-warningLight {
  background-color: #fff4d2 !important;
}

.bg-belo-modrosiva {
  background:linear-gradient(#fff, #dce1f7) !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;
}

.rotate90 {
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);
  transform-origin: left top;
  
}

/* 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;
}

.checkmark-radio {
  border-radius:50%;
}

/* 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;
}

/* 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);
} 




/* PROJECT */
.hoverBox {
  background-color: #cdd2e7 !important;
  color:white;
  cursor: pointer;
}
.hoverBox:hover {
  background-color: #000;
  color:white;
}









@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;
	}
	.nav-link {
		padding:15px;
	}
	.nav-link:hover {
		background:#000;

	}

	.w-100-sm {
		padding:10px;
		width:100%;
	}
}

@media all and (max-width:576px) {
   .button-block { width: 100%; display:block; }
   .w-sm-100 { width:100% !important; }
}

