﻿* {margin: 0; padding: 0;}

body {
  background-color: #141f2d;
  font-family: Nunito, arial, verdana;
}

.naslov {
  font-size:27px;
  margin:15px 0px;
}

.naslov2 {
  font-size:27px;
  margin:15px 0px;
}


.grid-container {
  
  display: grid;
  grid-template-columns: 210px 1.1fr 1fr 1fr;
  grid-template-rows: 110px 0.3fr 2.6fr 0.4fr;
  gap: 0px 0px;
  grid-template-areas:
    "Top Top Top Top"
    "Left Dash Dash Dash"
    "Left Content Content Content"
    "Footer Footer Footer Footer";
}
.Top {
    

  display: grid;
  grid-template-columns: 210px 1.2fr 1fr;
  grid-template-rows: 0.9fr 1.1fr;
  gap: 0px 0px;
  grid-template-areas:
    "logo meteo profile"
    "logo navigare activity";
  grid-area: Top;
}

.logo { 
    
    
    grid-area: logo; }

.meteo { 
   

    grid-area: meteo; }

.profile { 
    background-color:#191b30;
    grid-area: profile; }

.navigare { 
    
     background-color:#141f2d;
     padding-top: 20px;
    grid-area: navigare; }

.activity { 
     background-color:#141f2d;
     padding-top: 15px;
    grid-area: activity; }

.Left { 
   
    
    grid-area: Left; }

.Footer {
    grid-area: Footer;
    /*       background-color:#191b30;

          border-style:solid;
    border-width:1px;
    border-color:black;
        */
}

.Dash {

    background-color:#252644;
   

 /* display: grid; */
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "minidash minidash minidash"
    "buttons buttons buttons";
  grid-area: Dash;
  height: 237px;
}

.minidash { 
     background-color:#252644;
   
    height: 140px;
    grid-area: minidash; }

.minidashCont
{ 
    margin:15px;
  
    text-align:center;
     background-color:#1d1f34;
     height:115px;
}

.buttons { grid-area: buttons;
           background-color:#252644;
 height: 100px;
}
.buttonsCont
{ 
    margin:20px;
    padding:12px 30px;
   
     text-align:left;
     background-color: #1d1f34;
     height: 69px;
}


.Content {
    grid-area: Content;
    background-color: #252644;
  /*  height: 1967px;
    min-height: 1500px;
      */
}

.ContentCont {
    margin: 20px;
    padding: 12px 30px;
    text-align: left;
    background-color: white;
    height: auto;
    min-height: 1500px;
    line-height: 1.7;
    /*    height: 1900px;
    */

}

.filtersCont
{
    margin:0px;
   margin-bottom: 20px;
   padding:6px 0px;
     text-align:left;
     background-color: white;
     height: 50px;
     border-bottom-style:solid;
     border-bottom-width: 1px;
     border-bottom-color:gray;
}
.navigacija a
{
      
   text-decoration: none;
    font-size: 12px;
       
       margin-right: 5px;
       margin: 0px 5px;
}
.navigacija a:hover
{
      
   text-decoration: underline;
    font-size: 12px;
  
}
.navigacija 
{
       margin-left: 20px;
       font-size: 12px;
     
   text-decoration: none;
}

.Pretraga 
{
      float: right;
}

.Eksport 
{
      float: right;
}




#accordian {
    background: linear-gradient(to right,#051420, #0f102f);
    width: 210px;
    margin: 0px auto 0 auto;
    color: white;
    /*Some cool shadow and glow effect*/
    /*   box-shadow: 
        0 0 10px 1px rgba(0, 0, 0, .3)*/
}
/*heading styles*/
    : root {
--main-bg-color: coral;
}

#accordian h3 {
    font-size: 16px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
  /*   background: #191b30;   */

   background: linear-gradient(#003040, #002535);
}
/*heading hover effect*/
#accordian h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

/*
#divA, #divB,  #divC,  #divD, #divE, #divF, #divG,:hover {
    */

#divA:hover, #divB:hover, #divC:hover, #divD:hover, #divE:hover, #divF:hover {
    background: linear-gradient(to right,#2b668c, #2b668c);
}

.belo {
        background-color:#fff !important;
  }



/*iconfont styles*/
#accordian h3 span {
    font-size: 16px;
    margin-right: 10px;
     
}

#accordian h3::before{ 
   
            content: "🔽"; 
          float:right;
          position:inherit;
          left: 190px;
            margin-right:7px;
            font-size: 10px;
   /*         margin-top: 8px;*/
            color: #507799;
        } 



/*list items*/
#accordian li {
    list-style-type: none;
 
}

/*links*/
#accordian ul ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    transition: all 0.15s;
}

/*hover effect on links*/
#accordian ul ul li a:hover {
    background: #003545;
    border-left: 5px solid lightgreen;
}

/*Lets hide the non active LIs by default*/
#accordian ul ul {
    display: none;
}

#accordian li.active ul {
    display: block;
}

#accordian li.noactive ul {
    display: none;
}



/* ------------------------------------------------------------------------------acc2*/







#accordian2 {
 /*   background: linear-gradient(to right,#051420, #0f102f); */
    width: 210px;
    margin: 0px auto 0 auto;
    color: white;
    /*Some cool shadow and glow effect*/
    /*   box-shadow: 
        0 0 10px 1px rgba(0, 0, 0, .3)*/
}
/*heading styles*/
: root {
    --main-bg-color: coral;
}

#accordian2 h3, h2 {
    font-size: 16px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    /*   background: #191b30;   */
    /*  background: linear-gradient(#003040, #002535);  */
}
    /*heading hover effect*/
    #accordian2 h3 h2:hover {
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
    }



/*iconfont styles*/
#accordian2 h3 h2 span {
    font-size: 16px;
    margin-right: 10px;
}

#accordian2 h3 h2::before {
    content: "🔽";
    float: right;
    position: inherit;
    left: 190px;
    margin-right: 7px;
    font-size: 10px;
    /*         margin-top: 8px;*/
    color: #507799;
}



/*list items*/
#accordian2 li {
    list-style-type: none;
}

/*links*/
#accordian2 ul ul li a {
    /*  color: white; */
    text-decoration: none;
    font-size: 16px;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    transition: all 0.15s;
}


    #accordian2 ul ul li a:hover {
        /* background: #003545;*/
        border-left: 10px solid lightgreen;
        border-right: 10px solid lightgreen;
        font-weight: bold;
    }

/*Lets hide the non active LIs by default*/
#accordian2 ul ul {
    display: none;
}

#accordian2 li.active ul {
    display: block;
}

#accordian2 li.noactive ul {
    display: none;
}


#accordian2 ul.active ul {
    display: block;
}

#accordian2 ul.noactive ul {
    display: none;
}









input[name=TxSearch] {
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 12px;
    background-color: white;
    background-image: url('images/searchicon.png');
    background-position: 3px 3px;
    background-repeat: no-repeat;
    /*  padding: 6px 20px 10px 25px; */
    margin-left: 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[name=TxSearch]:focus {
  width: 150px;
}

 .mybtn
{
   
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius:6px;
    line-height:normal;
    }
       color: red;
     background-color: #003545;
}

 .mytxt      
 {
   
    background-color: #fff; /* Green */
  border: none;
  color: black;
  padding: 6px;
 
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
 border-radius:6px;
 border-width:1px;
 border-style:solid;
}
       .mytxt:hover  {
	color: midnightblue;
     background-color: #ffd800;
}

        /* Dropdown Button */

        /* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 5px;
  font-size: 12px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-right:36px;
  float:right;
  text-align: left;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:12px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}


 /* Dropdown Button Profile Top Right */
.dropbtn2 {
    background-color: rgba(76, 148, 174, 0.2);
    color: white;
    padding: 5px;
    font-size: 7px;
    border: none;
    /* margin-left: 140px; */
    padding: 11px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
  position: relative;
  display: inline-block;
  float:right;
  margin-right:25px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
  display: none;
  position: absolute;
   right:0;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
 
}

/* Links inside the dropdown */
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:12px;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn2 {background-color: #3e8e41;}

/* 3*/
.dropbtn3 {
  background-color: rgba(76, 148, 174, 1);
  color: white;
  padding: 5px;
  font-size: 12px;
  border: none;
  text-align: left;
      margin-left: 15px;
}


.dropdown3 {
  position: relative;
  display: inline-block;
  float:right;
    margin-right:36px;
  float:right;
    text-align: left;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content3 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content3 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:12px;
}

/* Change color of dropdown links on hover */
.dropdown-content3 a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown3:hover .dropdown-content3 {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown3:hover .dropbtn3 {background-color: #3e8e41;}

.headerstyle {
    color: #000000;
    text-transform: uppercase;
    height: 35px;
    background-color: #a6c1bf;
    font-weight: bold;
    
    border-style: solid;
    border-width: 1px;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    
}

.rowstyle {




 border-color:Silver;
 border-style: solid;
 border-width: 1px;
 text-align:left;
 vertical-align:middle;
 padding:15px !important;


}

.columnstylecenter {


 text-align:center;
 vertical-align:middle;
 padding:15px !important;

}

.columnstyleleft {


 text-align:left;
 vertical-align:middle;
 padding:15px !important;

}

.styled-table tr th {
    padding-left: 25px;
    height: 40px;
    padding-right: 25px;
}

.styled-table tr td {
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
}




.button {
        background-color: #46c120 !important;
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        border: none !important;
        color: #eeeeee !important;
        cursor: pointer;
        display: inline-block;
        font-family: sans-serif;
        font-size: 13px !important;
       
        text-align: center;
        text-decoration: none;
      }
      @keyframes glowing {
        0% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
        50% {
          background-color: #49e819;
          box-shadow: 0 0 30px #49e819;
        }
        100% {
          background-color: #2ba805;
          box-shadow: 0 0 5px #2ba805;
        }
      }
      .button {
        animation: glowing 1300ms infinite;
      }




.glowRed {
    background-color: #ff0000 !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    border: none !important;
    color: #eeeeee !important;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px !important;
    text-align: center;
    text-decoration: none;
}

@keyframes glowing2 {
    0% {
        background-color: #ff0000;
        box-shadow: 0 0 5px #ff0000;
    }

    50% {
        background-color: #ed4a16;
        box-shadow: 0 0 30px #ff0000;
    }

    100% {
        background-color: #ff0000;
        box-shadow: 0 0 5px #ff0000;
    }
}

.glowRed {
    animation: glowing2 1300ms infinite;
}




/* The Modal (background)  __?????????????????*/
.modal {
    display: none; /*  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
 
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal input {

    height:35px;
}


/* The Modal    SMALL*/
.modalSm {
    display: none; /*  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentSm {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modalSm input {
    height: 35px;
}




    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }
    /* The Close Button */
    .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  visibility:hidden;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 15px 16px;
  background-color: #236526;
  color: white;
}

.modal-body {padding: 0px 0px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    height: 12px;
}

.tooltip {
  position: relative;
  display: inline-block;
 
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #051420;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -35px;
  left: -30px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.hiddencol
  {
    display: none;
  }

] {
    padding-left: 10px;
    padding-right: 10px;
}

.column2 {
    float: left;
    /* width: 40%; */
    padding: 20px;
    display: inline-block;
    width: calc(48% - 2px);
}

/* Clear floats after the columns */
.row2:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 300px) {
    .column2 {
        width: 100%;
    }
}

input {
    padding-left: 8px;
    padding-right: 8px;
}

textarea:focus {
    background: pink;
    padding-left: 8px;
}

textarea {
    
    padding-left: 8px;
}


.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
  
}

    .styled-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
      background-color: #f3f3f3; 
        border-width: 2px;
        color: black;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #ccc;
             background-color: #cfcfcf;
           
        }



            

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    align-items: flex-end;
}

.filter-group {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    gap: 4px;
}

    .filter-group label {
        font-size: 13px;
        color: #555;
    }

    .filter-group input {
        font-size: 13px;
        color: #555;
        padding: 6px 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        padding: 6px 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 5px;
        min-width: 130px;
        background-color: #fff;
    }

.filter-control {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 130px;
    background-color: #fff;
}

.price-range {
    min-width: 150px;
    flex: 1;
    max-width: 400px;
    margin-left: 14px;
    margin-right: 14px;
}

#priceSlider {
    margin-top: 5px;
    margin-bottom: 5px;
}

.price-labels {
    font-size: 9px;
    color: #d5d5d5;
    margin-left: 22px;
    margin-top: 52px;
    position: absolute;
}


.icon-button {
    padding: 6px 10px;
    font-size: 14px;
    background-color: #ffffff;
    color: #0c0c0c;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    border-color: #bfbfbf;
    border-width: 1px;
    border-style: solid;
}

    .icon-button:hover {
        background-color: #3367d6;
    }

.reset-button {
    padding: 6px 12px;
    font-size: 14px;
    background-color: #e53935;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    align-self: flex-start;
}

.search-button {
    padding: 6px 12px;
    font-size: 14px;
    background-color: #504f79;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    align-self: flex-start;
}




.reset-button:hover {
    background-color: #c62828;
}


.export-button {
    padding: 6px 12px;
    font-size: 14px;
    background-color: #34a853;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    align-self: flex-start;
}

    .export-button:hover {
        background-color: #2c8c47;
    }

.total-label {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #f1f3f4;
    border-left: 4px solid #4285f4;
    border-radius: 6px;
    font-size: 15px;
    color: #202124;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: fit-content;
}


.noUi-horizontal .noUi-tooltip {
    font-size: 12px !important;
}

input[type="date"].filter-control {
    min-width: 125px;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
}



.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 3rem;
    display: block;
    float: left;
}

    .topnav a.icon {
        display: block;
        margin-left: 23px;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

@media (max-width: 600px) {
    body {
        font-size: 16px;
    }
}


@media screen and (max-width: 600px) {
    #topnav2 {
        visibility: visible !important;
        position: absolute;
        top: -10px;
        right: 0px;
    }
}

@media screen and (max-width: 600px) {
    #profileR {
        margin-right: 70px;
    }
}


@media screen and (max-width: 600px) {
    #accordian2 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #leftID, #minidashID, #navigareID, #activityID, #minidashcontID, #activityID, #Eksport {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 0px;
        width: 28%;
        display: none;
    }
}




@media screen and (max-width: 600px) {
    #buttonsID {
        margin-top: -50px;
        width: 100%;
    }
}



@media screen and (max-width: 600px) {
    #Top {
        margin-bottom: -112px;
    }
}



@media screen and (max-width: 600px) {
    #comm {
        visibility: visible !important;
    }
}


@media screen and (max-width: 600px) {
    #meteoid {
        height: 100px;
        visibility: hidden;
    }
}


@media screen and (max-width: 600px) {
    #filtersContID {
        height: auto !important;
    }
}

@media screen and (max-width: 600px) {
    #contContID {
        margin: 0px;
        margin-top: -30px;
    }
}

@media screen and (max-width: 600px) {
    #meteo, #hideB {
        visibility: hidden;
    }
}

@media screen and (max-width: 600px) {
    #profileID {
        margin-left: -31px;
        position: absolute;
        right: 0px;
        height: 60px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #contID, #dashID {
        margin-left: -230px;
        margin-top: -40px !important;
        margin-right: -20px;
    }
}

@media screen and (max-width: 600px) {
    #buttonsID {
        margin-top: -20px;
    }
}

@media screen and (max-width: 600px) {
    #logoSlika {
        height: 60px !important;
    }
}

@media screen and (max-width: 600px) {
    #pretraga {
        margin-top: 74px;
    }
}



@media screen and (max-width: 600px) {
    #dashID {
        height: 150px;
    }
}