.jd_download_url { margin-left: 0px;}

/*.tableSkracenice tr td {
    padding: 2px 5px 2px 10px;
    background-color: #f9f8f8;
    border: 1px solid #c8c1c1;
    font-size:12px;
}*/

.tableFaculty {
  padding: 10px; 
  background-color: #efefef;
  font-weight: 600;
  width: 100%;
}

.tableCourse {
  padding:3px;
  background-color:#F5F5F5;
  border-bottom:2px solid white;
  width:100%;
} 

.table-hover tbody tr:hover > td {
	background-color: #fff;
}

/*.headerFaculty {
  background-color: #0088cc;
  color: #fff;
  font-weight: 400;
}
.headerFaculty a {
  color: #fff;
}
.headerFaculty a:hover {
  color: #f4f4f4;
}*/

.jd_fieldset_outer legend {
  visibility: hidden;
}

/*Sakriti labelu za maks vel. fajla */
.formelm a {
   display: none; 
}

.formelm70 strong {
  visibility:hidden;
}

.formelm70 {
   font-size:0px;
}

.jd_footer {
  visibility:hidden;
}
/*Za unos predmeta - mobilni*/
input {
  width: 95%; /*350px;*/
}

.formelm select {
  width: 100%; /*350px;*/
}

/* Za ECTS */
#jform_custom_field_7 {
  width: 100px !important;
}

.formelm30 small {
  margin-left: 0em;
}


/* za cega ovo sluzi?*/
.site-description {
  margin-left: 20px;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
}

.site-title {
  font-size: 30px;
  font-weight: 600;
  color:#696969;
}

.gototop{
  right: 35px !important;
  top: 93% !important;
}



.button_rename {
  visibility:hidden;
}

.moduletable_late div {
  display:inline;
}

.moduletable_late div:nth-child(3n+1) {
  display:block;
}

.notVisible {
 display: none;
}
    
.isVisible {
    display: block; 
}

/*.searchGroup {
  background-color: #0088cc;
   border:2px;
   border-color: rgb(11, 10, 10);
   padding:1em;
   margin: auto;
   width:100%;
}*/

.searchBox {
  /* display: inline-flex;*/
   justify-content: center;
   align-items: center;
   padding: 1em;     
   background-color: #efefef;
   /*margin: 0.5em;
   width:30%;
   min-height: 80px;*/
}

.searchField {
   width:100%;
}

.fieldLabel {
   margin: 0px 0px 3px 0px;
}
.fieldSelection {
        width: 95%;
    }
.courseName {
  padding:10px 0px 10px 0px;}

.row-box{display:block;}

.box {
  background-color:#f4f5f6;
  padding:20px;
  /*margin:10px;
  font-size: 1rem;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
  
}

.box-frontpage {
	margin:10px;
    font-size: 1rem;

}

@media only screen and (min-width: 600px) {
    /*Za unos predmeta - desktop*/
    input {
      width: 350px;
    }
   
   button {
      padding: 3px 6px;
     margin-bottom: 9px;
    }
    
   .formelm select {
      width: 360px;
    }
  
   /* Širina polja u tabeli na desktopu */
    .courseName {
      padding:10px 0px 10px 10px;
      width:20%;
    }
  
    .language {
      width:5%;
      /*text-align:center;*/
    }
    .studyArea {
      width:15%;
    }
    .studyLevel {
      width:5%;
      /*text-align:center;*/
    }
    .studyProgram {
      width:20%;
    }
    .semester {
      width:10%;
      /*text-align:center;*/
    }
    .ects {
      width:5%;
      /*text-align:center;*/
    }
    .teacher {
      width:20%;
    }

  /*Course finder na desktopu */
    .searchGroup {
        /*border: 2px;
        border-color: rgb(11, 10, 10);*/
        padding: 1em;
        margin: auto;
        width: 100%;
    }
    
    .searchBox {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #efefef;
        margin: 0.5em;
        padding: 0em;
        width: 30%;
        min-height: 80px;
    }
    
    .searchField {
        width: 80%;
    } 
  
    /* Naslovna strana - polja iste visine */
    .row-box{
      display: flex;
      align-items: stretch;
    }
 

}



@media only screen and (max-width: 1024px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /*760px*/

  /* Prikaz tabele na telefonu */
      .tableFaculty {
           display: none;
            /*position: absolute;
            top: -9999px;
            left: -9999px;*/
        }

        /* Force table to not be like tables anymore */
        table,
        thead,
        tbody,
        th,
        td,
        tr {
            display: block;
        }
        /* Hide table headers */
        tr {
            border: 1px solid #ccc;
        }
        td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 40% !important;
        }
        td:before {
            position: absolute;
            /*top: 6px;*/
            left: 6px;
            width: 25%;
            padding-right: 10px;
            white-space: nowrap;
        }
        td:nth-of-type(1):before {
            content: "Course Title";
        }
        td:nth-of-type(2):before {
            content: "Language";
        }
        td:nth-of-type(3):before {
            content: "Study Area";
        }  
        td:nth-of-type(4):before {
            content: "Level of Studies";
        }
        td:nth-of-type(5):before {
            content: "Study Programme";
        }
        td:nth-of-type(6):before {
            content: "Semester";
        }
        td:nth-of-type(7):before {
            content: "ECTS";
        }
        td:nth-of-type(8):before {
            content: "Lecturer";
        }
        .courseName,
        .language,
        .studyArea,
        .studyLevel,
        .studyProgram,
        .semester,
        .ects,
        .teacher {
            width: 60%;
        }
    }


/* Naslovna - box */
.white-box {background-color:white;}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: left;
    font-size: 25px;
    margin-top: -28px;
    margin-left: 100px;
}
.accordion-opened .accordion-toggle:after {    
    content:"\f105"; 
}
