html {
    width: 100%;
    height: 100%;
}

body {
	font-family: Calibri,sans-serif;
    text-align:left;
	color: rgb(0,0,0);
	/*width: 95%;*/
	/*max-width: 210mm;*/
    overflow-y: auto;
    overflow-x: hidden; 
    font-size: 16px;
    background-color:rgb(255, 255, 255);
    margin-bottom: 32px;
}

.sample-order {margin-bottom: 32px;}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }

.naslov {
    margin-top: 12px;
    margin-bottom:12px;
}

@media only screen and (max-width: 600px) {
        .naslov {margin-top: 6px; margin-bottom:6px;
       }
}

th, td, tr {
    padding-right: 20px;
    padding-bottom: 5px;
    vertical-align: top;
	page-break-inside: avoid;
}
table, tr, th {
	page-break-inside: avoid;
}

td img {
    width: 100%;
}

.check {
    padding-right: 10px;
    display: inline-block;
}

.logo {
    width:40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo img {
    max-width: 100%;
   	max-height: 100%;
}
   			
 @media only screen and (max-width: 600px) {
        .logo {width:80%;
    }
}  			

.down_button	{
    position: absolute;
    top: 100px;
    left: 20px;
}
.date {padding-right: 20px;display: inline-block;}
.place {padding-right: 20px;display: inline-block;}
.email1 {padding-right: 20px;display: inline-block;}
.email2 {padding-right: 20px;display: inline-block;}
.phoneSM {padding-right: 20px;display: inline-block;}
#emailA {padding-right: 20px;display: inline-block;}
#phoneA {padding-right: 20px;display: inline-block;}
.company {padding-right: 20px;display: inline-block;}
.brand {padding-right: 20px;display: inline-block;}
.city {padding-right: 20px;display: inline-block;}
#zip {padding-right: 20px;display: inline-block;}
#street {padding-right: 20px;display: inline-block;}
.country {padding-right: 20px;display: inline-block;}
#att {padding-right: 20px;display: inline-block;}
#emailShip {padding-right: 20px;display: inline-block;}
#phoneShip {padding-right: 20px;display: inline-block;}
#catcat_length {padding-right: 5px;display: inline-block;}
#cat-order {padding-left: 0px;}
.kup-order  {padding-left: 0px;}
.sample-order  {padding-left: 0px;}
.title {
    color: rgb(96,96,96);
    font-weight: bold;
    letter-spacing:3px;
    font-size: 160%;
}

.title2 {
    color: rgb(96,96,96);
    font-weight: bold;
    letter-spacing:3px;
    padding-top:16px;
    font-size: 125%;
}
legend {
    font-size: 0.8rem !important;
}
footer {
    height: auto;
    width: 100%;
   margin-top: -30px;
    overflow: hidden;
    position: fixed;        
    bottom: 0px;
    display: flex;
    background-color: rgb(255,255,255);
    padding-bottom: 6px;
}

 @media only screen and (max-width: 600px) {
    footer {
        height: auto;
        width: 100%;
        overflow: hidden;
        position: fixed; 
        bottom: 0px;
        display: flex;
        background-color: rgb(255,255,255);
    }
}

.clear { clear: both; height: 20px; }

.button {
    border: none;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 9%;
    cursor: pointer;
}

.button1 {width: 50mm;}
        
.button2 {
    width: 50mm;
}

.button3 {
    width: 50mm;
    margin-right: 2%;
}



 @media only screen and (max-width: 600px) {
    .button {
        font-size: 14px;
        padding:3px 6px 2px 6px;
        margin-right: 4%;
    }
    .button1 {
    width: 23mm;
    }
        
    .button2 {
    width: 23mm;
    }

    .button3 {
    width: 20mm;      
    }
}



input[type="tel"] {
    width:290px;
    margin-bottom: 6px;
    margin-top: 6px;
}

input[type="date"] {
    width:100%;
    /*-margin-bottom: 6px;
    margin-top: 6px;*/
    }
/*@media only screen and (max-width: 600px) {
  input[type="date"]
    {width:78%;
    margin-bottom: 3px;
    margin-top: 3px;
    }
}*/

input[type="email"] {
    width: 390px;
    margin-bottom: 6px;
    margin-top: 6px;
}

textarea {
    width:100%;
    margin-bottom: 4px;
   /* margin-top: 4px;*/
    font-size: 20px;
    height: 3em;
}

input::-webkit-input-placeholder {
    color: rgb(192,192,192);
}


:-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgb(192,192,192);
   opacity:  1;
}

::placeholder {
  color: lightgray;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: lightgray;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: lightgray;
}


/* input:required, */
/* textarea:required { */
/*   border-color: red !important; */
/* } */


.tel {
	padding: 4px;
	border-radius: 5px;
    border: 1px solid #DDD;
    font-size: 20px;
}

.date {
	padding: 4px;
	border-radius: 5px;
    /*border: 1px solid #DDD;*/
    font-size: 1rem;
}

.place {
	padding: 2px;
	border-radius: 5px;
    border: 1px solid #DDD;
    font-size: 18px;
    width:100%;
}

.remarks {
	padding: 2px;
	border-radius: 5px;
    border: 1px solid #DDD;
    font-size: 20px;
    padding-top: 0px;
}

.text {
	padding: 4px;
	border-radius: 5px;
    border: 1px solid #DDD;
    font-size: 18px;
    width: 100%;    
}
.textVC {
	padding: 4px;
	border-radius: 5px;
    border: 1px solid #DDD;
    font-size: 18px;
    width: 80%;    
}

.buttonGo {
  /* Just a little styling to make it pretty */
  border:1px solid blue;
  background:blue;
  color:white;
}

.thumb {
   width: 30%;
    background-color: transparent;
    position: relative;
    display: inline-block;
    margin: 8px 8px 8px 12px;
    overflow:hidden;
    padding-bottom: 8px;
    border-bottom: 2px solid gray;
    }

input[type="number"] {
   /* padding: 1px 1px;*/
    /*line-height: 14px;*/
  /* font-size: 12px;*/
    width: 11mm;
    box-sizing: border-box;
     text-align:right;
} 
 
.thumb img {
    top:0px; left:0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display:block;
}

.des_space {
        width: 100%;
        background-color:rgb(255, 255, 255);
        display:block;
        border: 1px solid;
        border-color: rgb(200, 200, 200);
        margin: 1px 0px 0px 0px;
        text-align: center;
}

.des {
    text-align: center;
    color:rgb(128, 128, 128);
    font-size: small;
}

.name {
     clear: both;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    color: rgb(96, 96, 96);
    padding: 0px 2px 0px 0px;
    border-bottom: 1px solid gray;
    margin-bottom: 4px;
}
.nameMiss {
    display: block;
    font-size: 22px;
    background-color:rgba(255, 255, 255, .9);
    color: rgb(96, 96, 96);
    padding: 0px 2px 0px 0px;
    border-bottom: 2px solid gray;
    margin-bottom: 4px;
    padding-bottom: 4px;
}


.email {
	padding: 4px;
	border-radius: 5px;
    border: 1px solid #DDD;
    font-size: 18px;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 6px;
}
@media only screen and (max-width: 600px) {
    .text {
	display: block;
	padding: 4px;
	border-radius: 5px;
    border: 1px solid #DDD;
    font-size: 18px;
    }

    .thumb {
    width: 90%;
    background-color: transparent;
    position: relative;
    display: inline-block;
    margin: 8px 8px 8px 12px;
    overflow:hidden;
    padding-bottom: 8px;
    border-bottom: 2px solid gray;
    }    
}



