/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Requestforquote
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.p50InlineBlockMb1{
    padding: 5px 0;
    display: inline-block;
    margin-bottom: 1rem;
}
.p50InlineBlock{
    padding: 5px 0;
    display: inline-block;
}
.hFullPb4per{
    height:100%;
    padding-bottom:4%;
}
.solidSilverBorder{
    border: 1px solid #C0C0C0;
}

.h0HiddenBlock{
    display:block;
    visibility:hidden;
    height:0px;
}
.p10{
    padding: 10px;
}
.p8{
    padding: 8px;
}

.overflowAutoW100HautoP10{
    overflow:auto;
    width:100% !important;
    height:auto;
    padding:10px;
}
.overflowAutoP10{
    overflow:auto;
    height:auto;
    padding:10px;
}
.bgEee{
    background-color: #eee;
}

.borderLeftAndBottom{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.wAuto{
    width: auto;
}

.ml1BorderLeftPadding{
    margin-left: 1%;
    border-left: 1px solid #a6a6a6;
    padding: 4px;
}
.cursorPointer{
    cursor: pointer;
}
.w99{
    width: 99%;
}
.w98{
    width: 98%;
}
.wFull{
    width: 100%;
}
.w200px{
    width: 200px !important;
}
.wFullTextRight{
    width: 100%;
    text-align: right;
}
.breakWord{
    word-wrap: break-word;
}
.colorInheritDecorNone{
    color: inherit !important;
    text-decoration: none;
}
.mr10Right{
    float:right;
    margin-right: 10px;
}
.bgOrange{
    background-color: #FFA500;
}

.mt2Per{
    margin-top:2%;
}
.listStyleNone{
    list-style-type: none;
}
.p20px3px{
    padding: 20px 3px;
}
.wordBreakWord{
    word-break:break-word;
}
.redFont600{
    color: #FF0000;
    font-weight:600;
}