/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

h4 {
    font-size: 1.48rem;
}
  
.collapsible-header {
    font-weight: 700;
    color: #000;
}
.collapsible-body p{
    font-weight: 500;
    color: #000;
}
.center {
  text-align: center;
  vertical-align: middle;
}
.tdtitle{ max-width:210px; width:190px; font-weight:bold; }

.status_1 i{ color:green; font-size:50px; }
.status_0 i{ color:red; font-size:50px; }

p {
  color: rgba(0, 0, 0, 0.71);
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

*, body {
 font-family: 'Lato', sans-serif;
 font-weight: 400;
 color: #000;
}


.qrcode_img{ width:320px; }

.qrcode_img img{ width:100%; }

input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #5C99D0;
  box-shadow: 0 1px 0 0 #5C99D0;
}
input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #5C99D0;
}

nav.top-nav {
  height: 122px;
  box-shadow: none;
  z-index:1000000;
}
nav.top-nav a.page-title {
  line-height: 122px;
  font-size: 28px;
  font-weight: 300;
  text-align:center;
}

nav a.button-collapse i {
  line-height: 122px;
}

main, header, footer {
  padding-left: 110px;
}

main {
 min-height: calc(100% - 442px);
 position: relative;
}

span.fajl{
	display:inline-block;
	margin-bottom:24px;
	padding-right:32px;
}

.avans_iznos{ font-weight:bold; } 
.avans_datum{ font-size:13px; }
.avans_opis{ font-size:13px; }

.collapsible-body{ padding:12px; }

#dodaj_fp{ display:none; }

table th{
    font-size:14px;
	font-weight:bold;
    /*background: #334a56;
    color: white; 
	*/
}

td, th {
	padding: 8px 4px;
    vertical-align: top;
}

table.highlight > tbody > tr:hover {
    background-color: #FFFDE7;
}


.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    font-size: 1rem;
    left: 0px;
    cursor: text;
    transition: .2s ease-out;
}



input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
    position: unset;
    left: unset;
    opacity: 0;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}


a.button-collapse.top-nav {
  position: absolute;
  text-align: center;
  height: 48px;
  width: 48px;
  right: 1.5%;
  top: 0;
  float: none;
  margin-left: 1.5rem;
  color: #fff;
  font-size: 32px;
  z-index: 2;
}
/********************
  Index Page Styles
********************/
ul.side-nav.fixed li.logo {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd; }
  ul.side-nav.fixed li.logo:hover {
    background-color: transparent; }
ul.side-nav.fixed li a {
font-weight: 500;
}

ul.side-nav li { overflow:hidden; }
#logo-container {
  height: 57px;
  margin-bottom: 32px;
  width: 100%;
  box-sizing: border-box;
  margin-left: -15px;
  position: relative;
}

nav ul a,
nav .brand-logo {
  color: #FFF;
}

.side-nav{
   background-color: #283a4a;
   color: #FFF;
   width: 200px;
}

.side-nav.fixed a {
    color: rgb(223 223 223 / 87%);
}

.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"], .side-nav li > a > i.material-icons {
    color: rgb(217 217 217 / 54%);
}


main, header, footer {
    padding-left: 180px;
}



p {
  line-height: 1.6rem;
}


.btn, .btn-large, .btn-flat { padding: 0 1.5rem; }

footer.page-footer {
  margin: 0;
}


h2 {
    font-size: 1.86rem;
    line-height: 110%;
    margin: 1.18rem 0 1.124rem 0;
}
.embed{ width:100%; height:100%; overflow:auto; max-height:640px; }

th span{ display:inline-block; font-weight:bold; }

.material-icons{ vertical-align:middle; }
.page-footer{ background-color: #283A4A!important }


@media only screen and (max-width : 2560px) {
	.container { max-width: 2100px; width: 90%; }
}


@media only screen and (max-width : 1920px) {
	.container { max-width: 1500px; width: 90%; }
}

@media only screen and (max-width : 1800px) {
	.container { max-width: 1400px; width: 90%; }
}

@media only screen and (max-width : 1680px) {
	.container { max-width: 1150px; width: 90%; }
}

@media only screen and (max-width : 1600px) {
	.container { max-width: 1250px; width: 100%; }
	table{ font-size:14px; } 
}

@media only screen and (max-width : 1440px) {
	.container { max-width: 1000px; width: 90%; }
}

@media only screen and (max-width : 1280px) {
	.container { max-width: 900px; width: 90%; }
}

@media only screen and (max-width : 1024px) {
	.container { max-width: 700px; width: 90%; }
}



@media only screen and (max-width : 992px) {
    nav .nav-wrapper { text-align: center; }
    nav .nav-wrapper a.page-title { font-size: 36px; padding-left: 75px } 
	  
	table.responsive-table tbody { min-width: 55%; }
	table.responsive-table thead { max-width: 43%; }
}


@media only screen and (max-width : 992px) {
    header, main, footer { padding-left: 0; }
	table.responsive-table { font-size: 14px; }
}

@media only screen and (max-width : 992px) {
 
}

@media only screen and (max-width : 768px) {
	.row .col.s6{ width:100%; }
	.row .col.s7{ width:100%; }
    .row .col.s8{ width:100%; }
	footer{ font-size:15px; }
}

@media only screen and (max-width : 600px) {

}























/*
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
*/

@media screen and (max-width: 600px) {
  td, th {
  padding: 2px 2px;
  vertical-align: top;
  font-size: 12px;
  }
  table th {
  font-size: 12px;
  font-weight: normal;
  }
  .nom{ display:none; }
  h2 { font-size: 1.16rem; line-height: 110%; }
}



