.edit-submit-rfq {
	float: right;
}

.confirm-content {
	padding-top: 20px;
	border-bottom: 1px solid #E7E7E7;
}

/*.confirm-content:hover {
	background-color: #E8E8E8;
	border: 1px solid #00AEEF;
}*/

.confirm-table-list-items .form-inline .form-control {
	width: 100%;
	min-width: 65px;
}

.confirm-table {
	padding-bottom: 10px;
}

.th-items,
.th-vaterate,
.th-unit,
.th-qty,
.th-unit-price,
.th-total {
	width: 12%;
}

.th-description {
	width: 30%;
}

.form-item-subtotals- input{
	width: 50%;
}

/*.list-subtotals,
.list-vat,
.list-total {
	width: 60% !important;
	float: right;
}*/

.confirm-title-humanname {
	font-weight: bold;
}

.delete-icon {
	padding-top: 10px;	
}

.delete-icon > .fa-1-5x {
	font-size: 1.5em;
	color: red;
	cursor: pointer;
}

.confirm-btn-submit {
	text-align:right;
}
.confirm-title-humanname {
	font-size:1.2em;
}
.typ-rfq-confirm-form label {
    width:100px
}
.typ-rfq-confirm-form fieldset   {
    border:0px;
    box-shadow:none;
}
.iframe-pdf {
    display: block;
    width: 100%;height: 100%;border: none;
}
.iframe-pdf-container {
    width: 100%;
    height:100%;
}
.page-plain .iframe-pdf-container {
    position: fixed;
    left:0px;    
    width: 100%;height: 100%;
}
.page-plain .iframe-virtual-container {
	height:600px;
	max-height:600px;
}

.confirm-pdf-container {
    height:85px;
    border:0px solid black;
    background-color:transparent;
}

div.rfq-title {
	height: 60px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	margin-top: 20px;
}

div.rfq-title h1 {
	margin-top: 15px;	
}

.text-finished {
	color: #00A651;
}

.rfq-social-login {
	border-bottom: 1px solid #E7E7E7;	
}

.banner-rfq-info img {
	margin: auto;
}

.confirm-table-list-items td p,
.confirm-table-list-items td span {
	margin-top: 12px;	
}

.content-table-total {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 10px;
}

.content-table-total table {
	width: 250px;
	float: right;	
}

table.table-total {
	border-collapse: collapse;
}

table.table-total th {
	background-color: #E7E7E7;
}

.table-total th,
.table-total td {
	border: 1px solid #E7E7E7;
}

.profile-user > fieldset > .panel-body {
	width: 50%;
	margin: auto;
}

.text-center {
	text-align: center;
}

.center-button-margin {
	margin-top: 10px;
}

.desc-item {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-item-image {
	width: 50px;
	height: 50px;
	border: 1px solid #E7E7E7;
}

.desc-item img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin: auto;
	border: 1px solid #E7E7E7;
}

.btn-successfully a {
	margin: 5px;
}

@media (max-width: 767px) {
	.profile-user > fieldset > .panel-body {
		width: 100%;
	}

}

