
/****************************************************************************
form
****************************************************************************/
.form-control {
    border-radius: 0px !important;
    box-shadow: none !important;
}
#paper-wrapper{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo-panl{
    border: dashed 1px #cccccc;
    background-color: #fdfdfd;
    margin-bottom: 20px;
width:300px;
height:100px;
}
.logo{
    margin: 15px;
    width: auto;

}
.logo p{
    margin-top: 10px;
    font-size: 10px;
    font-style: italic;
}
.logo .caption {
    font-weight: 700;
    margin-bottom: 10px;
}
.caption{
    font-size: 12px;
    margin-bottom: 5px;
}
.cmp-pnl{
    margin-bottom: 10px;
}
/*.inner-cmp-pnl{*/
    /*margin: auto;*/
    /*width: 98%;*/
/*}*/
.form-group {
    margin-bottom: 20px;
}
.sub-btn{
    background-color: #4db1e2;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0px;
    border-width: 0px;
    font-weight: 700;
	margin-bottom: 20px;
}
#item-pnl {
    margin: 0 0 30px;
    border: solid 1px #eeeeee;
}
#item-pnl .items-pnl-head{
    margin: 0;
    color: #000000;
    font-weight: bold;
    background-color: #eeeeee;
}
#item-pnl .items-pnl-head .col{
    padding: 10px;
    text-align: center;
    border-right:#ffffff solid 1px ;
}
#item-pnl .items-pnl-body{
    margin: 0;
    color: #000000;
}
#item-pnl .items-pnl-body .col{
    padding: 10px;
}
#item-pnl .items-pnl-body .col p{
    text-align: center !important;
}
#item-pnl .items-pnl-body .col input[type]{
    text-align: center;
}
#item-pnl .items-pnl-body .col .firstCol{
    text-align: left !important;
}
#item-pnl .items-pnl-body .col .glyphicon-remove-circle{
    font-size: 22px;
    color: #680000;
    margin-top: 6px;
}
#item-pnl .items-pnl-body .input-group-addon{
    font-size:12px;
    padding:6px;
}
#item-pnl .items-pnl-body .col p{
    margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
}
#tax-row {
    margin-bottom: 30px;
	overflow: hidden;
}
#tax-row h1 {
    line-height: 34px;
}

.buttom_pan{
    border-top:dashed #eeeeee 1px ;
    margin-top: 50px ;
    margin-bottom: 20px;
}
.sb-to-cell{
    border-top: dashed 1px #eeeeee;
}
.subtotalCap{
    font-size: 14px;
    text-align: center;
}
.subtotalCap span{
    font-weight: bold;
}
#tax-row  input[text]{
    align-content: center;
}
.totalbill-row{
    background: #4db1e2;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    color: #fff;
}
.totalbill-row h1{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.lightMode{
    font-weight: lighter !important;
}
.hideDiv{
    display: none;
}
.btns-row .form-group {
    margin-bottom: 0px;
}
#imagePreview img,
#imagePreview{
    height: 100px;
    width: 180px;
    background-position: center top;
    background-repeat: no-repeat;
}
#colorSelector {
    position: relative;
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
}
#colorSelector div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 30px;
    box-shadow: none;
}



/****************************************************************************
form Validation
****************************************************************************/
#field { margin-left: .5em; float: left; }
br { clear: both; }
input {  margin-bottom: .5em;  }
input.error { border: 1px solid red; box-shadow:none;}
input.error:focus {border: 1px solid red; box-shadow:none }
label.error { display: none !important; }


@media (max-width:768px) {

	h2 { margin-top: 40px; }
	.sending-panel h2,
	.setting-panel h2 { margin-top: 0; }
	#item-pnl .items-pnl-head > div { text-align: center !important; }

}


@media (max-width:528px) {
	
	header .ilogo { margin-bottom: 28px; }
	header .logo { display: none; }
	footer .container p { float: none !important; text-align: center; }
	
}


@media (max-width:392px) {
	
	header h1 { float: none; margin-top: 15px; }
	
}