.headcol {
    position: sticky;
    left: 0px;
    background-color: aqua;
    font-weight: bold;
}
.pointer{
    cursor: pointer;
}
ul{
    list-style-type: none;
}
.font-14{
    font-size: 14px;
}
.font-20{
    font-size: 20px;
}
.font-24{
    font-size: 24px;
}
.font-30{
    font-size: 30px;
}
.font-30-bold {
    font-size: 30px;
    font-weight: bold;
}
.visina90{
    height: 90vh;
}    
.caret {
    cursor: pointer;
    user-selet: none;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}

.modal-body-table {
    padding: 10px;
}
.img-responsive {
    width: 100%;
}
#putnikmodal{
    z-index: 99;
}
.block {
  display: block;
  width: 100%;
  border: none;
  background-color:#669900;
  padding: 14px 28px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
}
.grupe {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 40px;
    padding: 20px;
    border: 2px solid #4CAF50;
}
.rooming{
    padding-top: 60px;
    width: 450px;
}
.debela_crta{
    border-top: 3pt solid black;
}
.odjeli{
    padding-top: 200px;
    padding-left: 150px;
}
.gradovi{
    padding-top: 50px;
}
.custom_button {
    width: 160px !important;
}
.div_desno{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    text-align: right;
}
.div_user{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.fixed {
    width: 200px;
}
.font20 tr td {
    font-size: 20px;
}
div.hide {
    display: none;
}
div.show {
    display: block;
}
.hand {
    cursor: pointer;
}
.fixhead{
  overflow-y:auto;
  height:100px;
}  
.fixhead thead th{
  position: sticky; 
  top:65px;
  background: white;
  box-shadow:0 2px 2px -1px rgba(0,0,0,0.4);
}
.fixhead tbody{
  overflow-y:auto;
}
.sticky-offset{
  top:100px;
}  
tr td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin: 0 !important;
    font-size: 15px;
}
th.td_green{
    background-color: rgb(60, 196, 6);
}
th.td_white{
    background-color: rgb(255, 255, 255);
}
th.td_red{
    background-color: red;
}
td.td_white{
    background-color: rgb(255, 255, 255);
}
td.td_green{
    background-color: rgb(60, 196, 6);
}
td.td_red{
    background-color: rgb(255,0,0);
}
td.td_yellow{
    background-color: rgb(244,247,52);
}
tr.blue{
    background-color: rgb(224,255,255);
}
tr.yellow{
    background-color: rgb(244,247,52);
}
tr.green{
    background-color: rgb(60,196,6);
}
tr.white{
    background-color: rgb(255,255,255);
}
tr.red{
    background-color: rgb(255,0,0);
}
tr.aqua{
    background-color: rgb(102,255,255);
}
td.aqua{
    background-color: rgb(102,255,255);
}
tr.yell{
    background-color: rgb(255,255,204);
}
tr.aranzman:hover{
    background-color: rgb(150,150,150);
}
td.center {
    text-align: center;
}
th.center {
    text-align: center;
}
td {
    cursor: pointer;
}
td.hidden {
    display: none;
}
a.user, a.user:visited{
    color:whitesmoke;
}
a.login {
    cursor: pointer;
}
.anketar {
    background-color: rgb(244, 247, 52);
}
.autocomplete {
    position: relative;
    display: inline-block;
}
textarea { 
    vertical-align: top; 
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.container {
    padding: 20px;
}
.main-head{
    height: 150px;
    background: #FFF;
   
}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}
.main {
    padding: 0px 10px;
    background-repeat:no-repeat;
}
#left {
    float: left;
    width: 30%;
    height:600px;
    overflow: scroll;
}
#right {
    float: left;
    width: 70%;
    height:600px;
    overflow: scroll;
}
@media print{
    .pagebreak {page-break-before: always;}
    header,footer,aside,nav,form,iframe,.menu {display: none;}
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 40%; 
    }

    .sidenav{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        margin-top: 80%;
    }

    .register-form{
        margin-top: 20%;
    }
}


.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}