/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_CashOnDelivery
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

.lof_mp_design .form-list {
    margin: -16px auto;
    padding: 0px;
}
.lof_mp_design .form-list li {
    list-style: none;
}
.mpcashondelivery-pricerules-index .form-list li{
    list-style: none;
}
.mpcashondelivery-pricerules-index .form-list{
    padding: 0px;
    margin-top: 10px;
}

.lof-mp-body tr td input::-webkit-input-placeholder {
    color: black !important;
    opacity: 0.56;
}
.lof-mp-body tr td input:-moz-placeholder { /* Firefox 18- */
    color: black !important;
    opacity: 0.56;
}

.lof-mp-body tr td input::-moz-placeholder {  /* Firefox 19+ */
    color: black !important;
    opacity: 0.56;
}
#lof_bodymain input::-webkit-input-placeholder {
    color: black !important;
    opacity: 0.56;
}
#lof_bodymain input:-moz-placeholder { /* Firefox 18- */
    color: black !important;
    opacity: 0.56;
}

#lof_bodymain input::-moz-placeholder {  /* Firefox 19+ */
    color: black !important;
    opacity: 0.56;
}
.lofcod_check_wrap{
    display: none;
}
.lofcod_check{
    float: left;
    padding: 0 5px;
}
.lofcod_check_box{
    padding-top: 5px;
}
.lofcod_check_box{
    border: 1px solid #ccc;
    box-shadow: inset 0 8px 10px -7px #A6A6A6;
}
.lofcod_check_container_div1{
    width: 100%;
    display: inline-block;
}
.lofcod_check_container_div1_title{
    padding-right: 5px;
}
.lofcod_check_container_div2{
    display: none;
}
#my-orders-table-cod tr{
    border-bottom: 1px solid #ccc;
}
#my-orders-table-cod th,#my-orders-table-cod td{
    border-right: 1px solid #ccc;
}
/* LOADING INDICATOR
*******************************************************************/
#loading-process {
    position:absolute;
    top:45%;
    left:50%;
    margin-left:-60px;
    border:2px solid #f1af73;
    padding:15px 60px;
    background:#fff4e9;
    color:#d85909;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
    z-index:501;
}
#loading-mask{
    background:background:url('../images/blank.gif') repeat;
    position:absolute;
    color:#d85909;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
    opacity:0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
    z-index:500;
    display: none;
}
#loading-mask .loader {
    position:fixed;
    top:45%;
    left:50%;
    width:150px;
    margin-left:-105px;
    padding:15px 30px;
    background:#fff4e9;
    border:2px solid #f1af73;
    color:#d85909;
    font-weight:bold;
    text-align:center;
    z-index:1000;
}
.lofcod_check_container_div2_change {
    color: #1E7EC8 !important;
    text-decoration: underline;
}
.lofcod_check_container_div2_change a:hover {
    text-decoration: none;
}
.lofcod_check_container_div2_result{
    padding: 5px;
    color: red;
}

/*for orders history*/
.lof_mp_fieldset .hor-scroll{
    overflow: auto!important;
    width: 100%!important;
}
.lof-mp-list-table thead th{
    white-space: inherit!important;
}
.lof-mp-list-table{
    clear: both;
}
.lof-mp-list-table thead th span{
    white-space: inherit!important;
}

.lof-mp-list-table thead td span{
    white-space: inherit!important;
}

.lof-mp-list-table tbody td span{
    white-space: inherit!important;
}
.lof_mp_design .order-items.order-details {
overflow: auto;
}
.lofcodmassstatus{
    width: 100px;
    float: left;
}
.mass_status_update_btn{
    margin: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
}

@media only screen and (max-width: 770px){
    .lof_mp_design .order-details thead th:nth-child(1n+2) {
    display: none;
    }
    .lof_mp_design .order-details tbody td:first-child h3 {
    font-weight: bold;
    }
    .lof_mp_design .order-details thead th {
    border-right: 0;
    border-left: 0;
    }
    .lof_mp_design .order-details tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
    }
    .lof_mp_design .order-details tr, .lof_mp_design .order-details th, .lof_mp_design .order-details td {
    display: block;
    }
    .lof_mp_design .order-details tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0!important;
    text-align: left;
    }

    .lof_mp_design .order-details tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
    }
    .lof_mp_design .order-details tfoot tr {
    display: inline-block;
    text-align: right;
    width: 100%;
    }
    .lof_mp_design .order-details tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
    }
    .lof_mp_design .order-details tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
    }
    .lof_mp_design .order-details tfoot td {
    display: block;
    float: left;
    }
    .mpfeedback .lof_span {
    width: 40%!important;
    }
    .lof_mp_design .order-details tbody td.lin-hide {
        display: none;
    }
    .lof_mp_design .order-details tbody td:first-child, .lof_mp_design .order-details tbody td:first-child h3 {
    font-weight: bold;
    }
}
.lofcodnav
{
    position: relative;
}
.lofcodnav ul.nav
{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
}
.lofcodnav:hover ul.nav
{
    display:block;
    z-index:9999;
}
.block-collapsible-nav .lofcodnav.current .item a {
    font-weight: normal;
    border-left:none;
}
.lofcod_check_container_div1_content .lofcod-tooltip{
    margin-top:6px;
    margin-left: 5px;
}
