.jobcard{
    width: 100% !important;
    border :1px dotted black;
    box-shadow: 0px 0px 5px 0px #777;
    height: 400px;
    padding: 10px;

}

.jobcard .basicInfo{
    width: 75% !important;
    /*float: left;*/
}

@media print {
	.joblabel{
    /*font-size: 8pt;*/
    font-weight: bold;
	}
	.jobcard .basicInfo #empPhoto{
	width:50%;
	float: right !important;
	margin-right: -100px !important;
	margin-top: -350px !important;
	/*display: inline; */
	border: 2px solid rgb(52, 72, 144); 
	border-radius: 10px;
	}
}


/** end of jobcard **/

.icard{
    width: 50%;
    border :1px dotted black;
    box-shadow: 0px 0px 5px 0px #777;
    /*margin-left: 10%;*/
    height: 400px;
    padding: 10px;
    /*font-size: 36px !important;*/
}

.back{
    float: right;
    top:-400px;
    margin-left: -200px !important;
}

.back ol {
    padding-left: 10px;
}

.icard .address h4{
    font-size: 12px;
    margin:5px 0;
}

.icard .terms{
    margin-top: 0px;
}

.address,.icard .terms ol li{
    padding: 0px;
}

.icard .address p,.terms{
    font-size: 12px;
}

.icard #empPhoto{
width:100px;
border: 2px solid rgb(52, 72, 144); 
border-radius: 10px;
/*margin-left: 5%;*/
margin-top: -60px !important;
}

#samsungLogo{
    top: -45px;
    margin-right: -4px;
    width: 100px;
}

.icard .basicInfo{
    margin: 0 3% 0 3%;; 
    font-size: 9px
}

.icard #indoLogo{
    margin: 8px;
    width: 100px;
}

.print {
        /*background-color: rgba(119, 119, 119, 0.59) !important;*/
        -webkit-print-color-adjust: exact !important;
        font-family: initial;
    }

@page {
    size: auto;   /* auto is the initial value */
    margin: 7mm auto 7mm auto;  /* this affects the margin in the printer settings */
}

/*td.printbg,.printbg th{
	background-color: rgba(119, 119, 119, 0.59) !important;
	-webkit-print-color-adjust: exact !important;
	}

#section-to-print, td {
    font-size: 8px !important;
}

#section-to-print, td {
    font-size: 8px !important;
}*/

title{
	display: none;
}

body *,title {
    visibility: hidden;
  }

#section-to-print, #section-to-print * {
    visibility: visible;
  }

#section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }