﻿/* custome formatting */
.blink_me {
	height: 20px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: red;
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

    #voucherModal .modal-dialog {
        margin-top:1px;
        width:  80% !important;
        height: 65% !important;
    }
    #voucherModal .modal-header {
        background-color:olive;
        padding:16px 16px;
    }

    #invoiceModal .modal-dialog {
        margin-top:1px;
        width: 90%;
        height: 60% !important;
    }
    #invoiceModal .modal-header {
        background-color:olive;
        padding:16px 16px;
    }

    #productModal .modal-dialog {
        margin-top:1px;
        width: 50%;
        height: 50% !important;
    }
    #productModal .modal-header {
        background-color:darkorchid;
        color:white;
        padding:16px 16px;
    }

    .modal-dialog {
        margin-top:1px;
        width: 40%;
        height: 50% !important;
    }
    .modal-header {
        background-color:darkorchid;
        color:white;
        padding:16px 16px;
    }


    .cellcap {
        padding: 2px;
        padding-right: 10px;
        width: 10%;
        color: blue;
        font-weight: bold;
        text-align: right;
    }

    .tdcaption {
        padding: 2px;
        padding-right: 10px;
        width:30%;
        color: blue;
        font-weight: bold;
        text-align: right;
    }

    .mytr {
        padding: 2px;
        margin: 5px;
    }

    .mytd {
        padding: 2px;
        margin: 2px;
        width: 20%;
    }

    .desc {
        padding: 2px;
        margin: 2px;
        width: 40%;
    }

	.thformat {
		color: white;
	  	background-color: #b314cc;
		font-size: 14px;
	  	font-weight: bold;
	  	height: 35px;
	}
	.thformat-yellow {
		color: black;
		background-color: yellow;
		font-size: 14px;
		font-weight: bold;
		height: 30px;
	}
	.thformatlist {
		color: white;
	  	background-color:darkmagenta;
		font-size: 14px;
	  	font-weight: bold;
	  	height: 35px;
	}

	.inputcell {
		display: block; 
		padding: 0; 
		margin: 0; 
		border: 1; 
		width: 100%;
		float: left;
		margin-right: 0px;
	}

	.totalcell {
		padding: 0; 
		margin: 0; 
		margin-right: 0px;
		float: left;
		width:120px;
		text-align:center;
		background-color:#FF6347;
        font-size:20px;
	}
	.trcolor {
		color: cyan;
	  	background-color: dimgray  ;
	}

	.td_detail_cell {
		padding: 0; 
		margin: 0; 
		margin-right: 0px;
		text-align:right;
	}

	.tdcolor {
		color: cyan;
	  	background-color: dimgray;
	}


	.tdcenter {
		text-align:center;
	}

	.tdfontlarge {
		font-size:20px;
	}

    .divtable2 {
        height: 100%;
        max-height: 100%;
        overflow: auto;
        background: ivory;
    }


	.total_cell {
		padding: 0; 
		margin: 0; 
		margin-right: 0px;
		text-align:center;
		background-color:gray;
	}


	.div_total {
		padding: 0; 
		margin: 0; 
		margin-right: 0px;
		width:100%;
		text-align:center;
		background-color:lightgrey;
	}

	.td_total_label {
		margin: 0; 
		padding: 0;
		text-align:center;
		color: red;
		font-weight: bold;
	}

	.td_total_cell {
		margin: 0; 
		padding: 0;
		text-align:center;
		font-size: 20px;
		font-weight: bold;
	}

	.td_receipt {
		margin: 0; 
		padding: 0;
        color:blue;
		text-align:center;
		font-size: 18px;
		font-weight: bold;
	}

	.td_detail_amount_cell {
		margin: 0; 
		padding: 0;
		text-align:right;
	}

	.column1  {
	  border: 1px solid #dddddd;
	  text-align: left;
	  padding: 8px;
	  margin:5px;
	  width: 80%;
	  background-color: green;
	  color: white;
	  font-size: 14px;
	}

	.column2  {
	  border: 1px solid #dddddd;
	  text-align: center;
	  padding: 8px;
	  width: 20%;
	  font-size: 14px;
	}

	.row1  {
	  padding: 8px;
	  height: 30px;
	}

	.checkboxsize  {
		width:20px;
		height:20px;
		background-color: yellow;
	}

  	.invoice_amount_cell {
		margin: 0; 
		padding: 0;
		text-align:center;
	}

.bgimage {
    /* The image used */
    background-image: url("images/bg2.jpg");
    
    /* Full height */
    height: 100%;
    width: : 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
}
