/**
 * Purpletree_RequestaQuote requestaquote
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Purpletree License that is bundled with this package in the file license.txt.
 * It is also available through online at this URL: https://www.purpletreesoftware.com/license.html
 *
 * @category    Purpletree
 * @package     Purpletree_RequestaQuote
 * @author      Purpletree Infotech Private Limited
 * @copyright   Copyright (c) 2019
 * @license     https://www.purpletreesoftware.com/license.html
 */

 .field-left {
    width: 45%;
    display: inline-block;
    padding: 6px 20px 0 0;
}
.field-right {
    width: 45%;
    display: inline-block;
    padding: 0 10px 0 0;
}
.hideform {
    display: none;
}
.request_quote_form {
    margin: auto;
    padding: 20px;
    background: #0a0a0a61;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}
.overlay {
    margin: auto;
    width: 50%;
    padding: 20px;
    box-shadow: 1px 4px 11px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 999;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top:15%;
}
.get-quote{
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
}
.unchecked{
	display: inline-block;
}
.quotebtnn {
	float:left
}
.ptsmessage {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
        padding-left: 25px;
    display: block;
    font-size: 1.3rem;
    padding-left: 45px;
    position: relative;
}
#successdivpts {
    background: #e5efe5;
    color: #006400;
}
#errordivpts {
    background: #fae5e5;
	color: #e02b27;
}

.purpletree-quotes-box {
    padding:0px 10px 0px 0px;
    margin-bottom:15px;
    }
.purpletree-quotes-msg-box {
    background: #ffffff;
    border: 1px solid #dad1c8;
    box-shadow: 0 2px 1px 0 rgba(217, 210, 202, 0.5);
    padding: 15px 30px;
}
.purpletree-quotes-sender span {
    color:#a2a19f;
    }
.purpletree-quotes-desc {
    margin:20px 0;
    }
.purpletree-quotes-status {
    font-weight:600;
    font-size:1.6rem;
    }
.admin__data-grid-loading-mask {
    display: none;
    position:fixed;
    }
.admin__data-grid-loading-mask {
    display: none;
    position:fixed;
    }
.subjecttitle{
    font-size:22px;
    }
.item-subject {
    margin-bottom: 10px;
    }
.item-subject2 {
    margin-top: 10px;
    margin-bottom: 10px;
    }
.quotechangetext p {
    margin-bottom: 6px;
}
.field.attachment p {
    margin-bottom:-20px;
    margin-top:10px;
}
.quotesattachment p {
    margin-bottom:-5px;
    margin-top:10px;
    }
.capitalizee {
    text-transform:capitalize;
    }
.message.info.empty.noquotess {
    margin-top:20px;
    }
@media only screen and (min-width: 703px) {
    .leftdiv {
        width:70%;
        float:left;
        }
    .rightdiv {
        width:28%;
        float:right;
        }
}
.ptsaddmore {
    display: block;
    border: 1px dotted #ccc;
    margin: 7px 0 5px;
    padding: 4px 0px;
    text-align: center;
    width: 89.5%;
    margin-right: 35px;
    font-weight: 600;
    cursor: pointer;
}
.ptstextmore {
	cursor:pointer;
}
.ptsrequir {
	color:red;
}
.ptsclosetagg {
	width: 20px;
	height: 20px;
	padding: 5px 2px;
	cursor: pointer;
	border: 1px dotted #ccc;
	text-align: center;
	margin-left: 2px;
	float:right;
}
.field-left .form-control, .field-right .form-control {
	width:93% !important;
}
.field-full {
	padding-top:6px;
	width:89.5%;
}