@charset "utf-8";
/* CSS Document */

html, body {
	/*background:  #c5cdda; */
  background: linear-gradient(#76a9dd, #3c6fbf) no-repeat center center fixed;
  height: 100%;
  font-size: 16px;
}



textarea {
	resize:none;
}


.login-box {
  padding:  40px 30px; 
  background: rgb(250,250,250,0.8);
  display:  flex; 
  flex-direction:  column;
  align-items:  flex-start; 
  padding-bottom:  20px; 
  width:100%;
  
  h4 {
    margin-bottom:  20px;
    color:  rgba(#000, .5);
    span {
      color:  rgba(#000, 1);
      font-weight:  700; 
    }
  }
  p {
    line-height:  155%; 
    margin-bottom:  5px; 
    font-size:  14px; 
    color:  #000; 
    opacity:  .65;
    font-weight:  400; 
    max-width:  200px; 
    margin-bottom:  40px; 
  }
}

.senca-kvadrata {
	-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.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.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-header {
  background-color: #707070 !important;
}
.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;
}


/* GUMBI OZADJA*/
.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;
}



.gumb:hover {
  opacity: 0.75;
}


.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;
}



.btn-akcija-0 {
  background: #f96a69 !important;
  border: 2px solid #f96a69 !important;
}
.btn-akcija-0:hover {
  background: #e05353 !important;
  border: 2px solid #e05353 !important;
}

.btn-akcija-1 {
  background: #6ba6ff !important;
  border: 2px solid #9022ff !important;
}
.btn-akcija-1:hover {
  background: #5584c9 !important;
}

.btn-akcija-2 {
  background: #ffc107 !important;
}
.btn-akcija-2:hover {
  background: #e4ac06 !important;
}

.btn-akcija-3 {
  background: #6fcf6f !important;
}
.btn-akcija-3:hover {
  background: #60bd60 !important;
}



.btn-akcija-8 {
  background: #cbd462 !important;
}
.btn-akcija-8:hover {
  background: #aaac51 !important;
}



.btn-akcija-10 {
  background: #c4c4c4 !important;
  border: 2px solid #f96a69 !important;
}
.btn-akcija-10:hover {
  background: #a8a8a8 !important;
}

.btn-akcija-11 {
  background: #c4c4c4 !important;
  border: 2px solid #c4c4c4 !important;
}
.btn-akcija-11:hover {
  background: #a8a8a8 !important;
  border: 2px solid #a8a8a8 !important;
}






/* 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;
}

/* 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);
} 


.vh-25 {
  height:25vh;
}
.vh-33 {
  height:33vh;
}
.vh-50 {
  height:50vh;
}
.vh-75 {
  height:75vh;
}
.vh-100 {
  height:100vh;
}


/* Small devices (desktops, 576px and up) */
@media (min-width: 576px) { 
  .vh-sm-25 {
    height:25vh;
  }
  .vh-sm-33 {
    height:33vh;
  }
  .vh-sm-50 {
    height:50vh;
  }
  .vh-sm-75 {
    height:75vh;
  }
  .vh-sm-100 {
    height:100vh;
  }
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) { 
  .vh-md-25 {
    height:25vh;
  }
  .vh-md-33 {
    height:33vh;
  }
  .vh-md-50 {
    height:50vh;
  }
  .vh-md-75 {
    height:75vh;
  }
  .vh-md-100 {
    height:100vh;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .vh-lg-25 {
    height:25vh;
  }
  .vh-lg-33 {
    height:33vh;
  }
  .vh-lg-50 {
    height:50vh;
  }
  .vh-lg-75 {
    height:75vh;
  }
  .vh-lg-100 {
    height:100vh;
  }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .vh-xl-25 {
    height:25vh;
  }
  .vh-xl-33 {
    height:33vh;
  }
  .vh-xl-50 {
    height:50vh;
  }
  .vh-xl-75 {
    height:75vh;
  }
  .vh-xl-100 {
    height:100vh;
  }

  .max-height {
     max-height:1080px;
  }
}

@media (min-width: 1440px) {  
  .vh-xxl-25 {
   height:25vh;
  }
  .vh-xxl-33 {
    height:33vh;
  }
  .vh-xxl-50 {
    height:50vh;
  }
  .vh-xxl-75 {
    height:75vh;
  }
  .vh-xxl-100 {
    height:100vh;
  }

  .max-height {
     max-height:1440px;
  }
}


@media (max-width: 576px) {
  .poljePodpisa {
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -moz-transform: rotate(90deg);   /* Firefox */
    -ms-transform: rotate(90deg);   /* IE 9 */
    -o-transform: rotate(90deg);   /* Opera */
    transform: rotate(90deg);
} 
}