/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
#warranty_list .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
#warranty_list .label-success {
    background-color: #5cb85c;
}
#warranty_list .label-secondary {
    background-color: #574e4e;
}
#warranty_list .label-primary {
    background-color: #9275e2;
}
#warranty_list .label-danger {
    background-color: #d9534f;
}
#warranty_list .label-manual {
    background-color: #df7016;
}
.img-w-100{
    width: 70px !important;
    height: 70px !important;
    margin-top: 20px;
}

.p05 {
    padding: .5rem!important;
}
.ml05{
    margin-left: .5rem;
}
.d-none{
    display: none !important;
}
.text-uppercase{
    text-transform: uppercase;
}
.form-group .control-label.required:before {
    content: "*";
    color: red;
}
.wk_formfield_required_notify{
    color: #777;
    font-size: 14px;
    font-style: italic;
    padding: 10px 0;
    text-transform: none !important;
}
.wk_formfield_required_notify .required {
    color: red !important;
}
.wk-add-extended-warranty-btn{
    white-space: initial;
    width: 200px;
}

.w-bk {
    word-wrap: break-word;
}

.reset{
    text-align:right;
}

.wk-text-left, #wk-total-div {
    text-align: left !important;
    word-break: break-all;
}