@charset "utf-8";
/* CSS Document */

html, body {
	/*background:  #e3e1e1; */
  background: linear-gradient(#d1deee, #d1deee, #f4f9fd) no-repeat center center fixed;
  height:100%;
}



textarea {
	resize:none;
}


h3 {
  font-size: 18px;
  font-weight: bold;
  margin:10px 0 0;
  padding:5px;
}


.ui-dialog {
  background: radial-gradient(circle, rgba(237,242,252,1) 0%, rgba(216,231,249,1) 100%) !important;
}

.ui-dialog-titlebar {
  background: #138496 !important;
  color: #FFF !important;
  border-radius: 10px !important;
  margin-bottom: 5px !important;
}

.ui-corner-all {
  border-radius: 5px !important;
}




.container {
 
  
  max-width: 1920px;
  margin:0 auto;
  padding:0px;
}

.leva-slika {
  background-image: url("../images/ozadje.jpg");
  background-size:  cover;
  border-top-left-radius:  4px; 
  border-bottom-left-radius:  4px; 
  border-top-right-radius:  4px; 
  border-bottom-right-radius:  4px; 
  
}
.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;
}


/* 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);
} 




.myhover {
  transition: 0.3s;
}
.myhover:hover {
  background-color:#6c757d;
  color:#fff;
}




.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;
  }
}