
@import 'https://fonts.googleapis.com/css?family=Nothing+You+Could+Do';
@import 'https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff&subset=latin,latin-ext';
@import 'https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext';

body {
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
    font: 12pt "Tahoma";
}
::-webkit-input-placeholder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align:center;
	}
:-moz-placeholder { /* Firefox 18- */
font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align:center;}

::-moz-placeholder {  /* Firefox 19+ */
font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align:center;}

:-ms-input-placeholder {  
font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align:center;}	
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.logo,
.info {    
	width: 800px;
    margin: 1cm auto;
	text-align: center;
	font-size: 13px;
	color: #4f5055;
	font-family: 'Open Sans', sans-serif;
	}
.header {
    width: 800px;
    min-height: 311px;
    margin: 1cm auto;
}
.pozivnica {
	width: 800px;
    height: 311px;
	border: 1px #D3D3D3 solid;
    border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.pozivnica:not(:first-child) {
    margin-top: 20px;
}
/** polja **/
.ime-gosta {
    position: absolute;
    margin-top: -298px;
    margin-left: 105px;
    height: 30px;
    width: 145px;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 18px;
    color: #4f5055;
    background-color: transparent;
	}
.odrzavanje	{
	position: absolute;
    margin-top: -190px;
    margin-left: 123px;
    height: 30px;
    width: 135px;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 18px;
    color: #4f5055;
    background-color: transparent;
	}
.od-sati	{ 
	position:absolute;      
	margin-top: -155px;
    margin-left: 48px;
    height: 30px;
    width: 38px;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 18px;
    color: #4f5055;
    background-color: transparent;
	}	
.do-sati	{  
	position:absolute;     
	margin-top: -155px;
    margin-left: 145px;
    height: 30px;
    width: 38px;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 16px;
    color: #4f5055;
    background-color: transparent;
	}
.broj	{   
	position:absolute;   
	margin-top: -83px;
    margin-left: 105px;
    height: 30px;
	width: 150px;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 18px;
    color: #4f5055;
    background-color: transparent;
	}
.potpis	{   
	position: absolute;
    margin-top: -62px;
    margin-left: 165px;
    height: 55px;
    width: 148px;
    font-family: 'Herr Von Muellerhoff', cursive;
    font-size: 38px;
    color: #4f5055;
    background-color: transparent;
	}
.footer {
	text-align: center;
    font-size: 13px;
    margin-top: -30px;
	color: #4f5055;
	font-family: 'Open Sans', sans-serif;
	}	
@page {
    size: A4;
    margin: 0;
}

@media print {
.logo,	
.info,	
#print-button {
	display: none;
}
.ime-gosta,
.odrzavanje,
.od-sati,
.do-sati,
.broj,
.potpis {
	border: none;
	}
.pozivnica {
	border-radius: 0;
	border: none;
	}
}