/**
 * Created by DEV04 on 2/12/2018.
 */
.body{
    background: #e6e7e8;
}
.typ-rfq-confirm-form div.confirm-content{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.form-control,.form-group{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.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;
}
.btn .icon, a.btn .icon, button .icon, input[type="submit"] .icon, input[type="button"] .icon{
    display: none;
}
.btn.btn-success, a.btn.btn-success, button.btn-success, input[type="submit"].btn-success, input[type="button"].btn-success{
    height: 34px;
}

.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: auto;
}
.typ-rfq-confirm-form fieldset   {
    border:0;
    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:0;
    width: 100%;height: 100%;
}
.page-plain .iframe-virtual-container {
    height:600px;
    max-height:600px;
}

.confirm-pdf-container {
    height:85px;
    border:0 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: 0 !important;
    padding-right: 0 !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;
}

.right-button{
    text-align: right;
}

.right-button > .btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.right-button > .edit-pdf-rfq, .submit-btn-success{
    background-color: #008900;
}
.right-button > a.btn-edit-cancel{
    border: 1px solid #008900;
    color: #008900;
    height: 34px;
}

.right-button > a.btn-edit-cancel:hover{
    border: 1px solid #008900;
    background-color: #008900;
    color: #fff;
}

@media (max-width: 767px) {
    .profile-user > fieldset > .panel-body {
        width: 100%;
    }

}

.center-button , .center-button-margin{
    text-align: center;
}

.center-button , .center-button-margin > button{
    -webkit-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.center-button-margin > button.btn-success{
    background-color: #008900;
    color: #fff;
}
