/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    JA Modules <info@jamodules.com>
 * @copyright Since 2007 JA Modules
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

/*CUSTOMER ACCOUNT*/
#my-account ul.myaccount-link-list li.lnk_incidences a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: linear-gradient(#f7f7f7, #ededed);
    border-color: #cacaca #b7b7b7 #9a9a9a;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555454;
    display: block;
    font: 600 16px/20px "Open Sans",sans-serif;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px white;
    text-transform: uppercase;
}
#my-account ul.myaccount-link-list li.lnk_incidences a i {
    border: 1px solid white;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #fd7e01;
    font-size: 25px;
    height: 100%;
    left: 0;
    padding: 10px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 52px;
}
#my-account ul.myaccount-link-list li.lnk_incidences a span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-right-radius: 5px;
    border-color: white white white #c8c8c8;
    border-image: none;
    border-style: solid;
    border-top-right-radius: 5px;
    border-width: 1px;
    display: block;
    margin-left: 52px;
    overflow: hidden;
    padding: 13px 15px 15px 17px;
}
#my-account ul.myaccount-link-list li.lnk_incidences a:hover {
    background: none repeat scroll 0 0 #e7e7e7;
    border-color: #9e9e9e #c2c2c2 #c8c8c8;
    filter: none;
}

/*INCIDENCES*/
.incidence_messages .message {
    /*width: 75%;*/
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #d6d4d4;
}

/*.incidence_messages .customer {
    float: left;
}

.incidence_messages .employee {
    float: right;
}*/

.incidence_messages .customer .description {
    padding: 10px;
    /*border: 1px solid #da6397;*/
}

.incidence_messages .employee .description {
    padding: 10px;
    /*border: 1px solid #76bd1d;*/
}

/*.incidence_messages form {
    float: left;
    width: 100%;
    margin-top: 10px;
}*/

.responseForm, .submitResponse {
    display: none;
}

#incidences select {
    border: 1px solid #d6d4d4;
    box-shadow: none;
    height: 27px;
    padding: 3px 5px;
    width: 100%;
}

.incidence_messages h3 {
    border-bottom: 1px solid #d6d4d4;
    font-size: 14px;
    margin: 5px 0 0;
    padding-bottom: 5px;
}

.state_name {
    padding: 1px 7px;
    border-radius: .25em;
}

.btn-list {
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 5px;
    margin-bottom: 5px;
}

.responseForm textarea[name="description"] {
    width: 96%;
}

.bootstrap-filestyle input {
    width: 90%;
}

#module-incidences-contact .modal-header .close,
#order-detail .modal-header .close {
    margin-top: -25px;
}

div.modal-scroll-vertical {
    max-height: 550px;
    overflow: auto;
    padding: 0px 5px;
    width: 100%;
}

table#return-products .text-center {
    text-align: center;
}

table#return-products .text-right {
    text-align: right;
}