/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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:
* http://opensource.org/licenses/afl-3.0.php
* 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 http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*---*/
.sf-dump {
    text-align: left !important;
}
/*---*/

.tc-col {
    background-color:#eaeaea !important;
    border: solid 1px #ccc !important;
    height: 100%;
    font-family: "Karla", sans-serif;
}
.tc-img-product {
    max-height: 200px;
    cursor: pointer !important;
}
.tc-no-img {
    max-height: 200px;
    cursor: default !important;
}
.tc-img-thumb {
    width: 100%;
    cursor: pointer !important;
}
.tc-col-img {
    position: relative;
    max-height: 200px;
    /*background-color: white !important;*/
    overflow: hidden;
}
.tc-col-thumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    overflow-y: auto!important;
    overflow-x: hidden !important;
    margin: 0;
}
.tc-col-thumb {
    border: solid 1px #000 !important;
    height: 35px;
    width: 35px;
    display: inline-table;
    padding: 0px;
    margin: 2px;
}
.tc-container {
    border: 1px solid #ccc;
}

input.tc-qty-input[type="number"] {
    appearance: auto !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}

.tc-qty-input {
    min-width: 50px;
    max-width: 60px;
    vertical-align: middle;
}
.tc-sel, .tc-sel-in, .tc-sel-con, .tc-tooltip {
    color: #0058A1;
    cursor: pointer !important;
    /*
    user-select: all;
    -webkit-user-select: text; /* Safari fallback only * /
    -webkit-user-select: all; /* Chrome/Safari * /
    -moz-user-select: all; /* Firefox * /
    -ms-user-select: all; /* IE10+ * /
    */
}
.tc-sel {
    font-size:14px;
}
.tc-sel:hover, .tc-sel-in:hover {
    color: #7a7a7a;
}
.tc-first {
    /*white-space: nowrap;*/
}
.tc-item-title {
    text-transform: uppercase;
    text-align: center;
}
.hide {
    display: none;
}
.unhide {
    display: block;
}
.dotted {
    text-decoration: underline dotted !important;
    -webkit-text-decoration: underline dotted !important;
    cursor: pointer !important;
}
#tc_events {
    margin-top: -6px;
}
.tcn-div {
    margin-bottom: 0.5em;
    border-bottom: solid 1px #e3e3e3;
}
.tcn-event {
    margin-bottom: 0.5em;
    font-size: small;
}
.tc-main-title {
    margin-top: 2em;
}
.tc-main-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: small;
}
.tc-main-table tr {
    background-color: #f8f8f8;
}
.tc-main-table th, .tc-main-table td {
    padding: 1px;
    text-align: center;
    border: 1px solid #ddd;
}
.tc-main-table th {
    text-transform: uppercase;
    font-size: small;
}
@media screen and (max-width: 800px) {
    .tc-main-table {
        border: 0;
    }
    .tc-main-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .tc-main-table tr {
        border: 1px solid #ddd;
        display: block;
        margin-bottom: 1em;
    }
    .tc-main-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }
    .tc-main-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .tc-col {
        height: auto !important;
    }
}
@media screen and (max-width: 800px) {
    
}
.tc-scroll-div {
    cursor: default !important;
}
.tc-info-title {
    text-align: center !important;
    text-transform: uppercase !important;
    color: black !important;
    padding: 10px;
    margin: 0;
    font-size: small;
}
.tc-info-left {
    text-align: right !important;
    padding-right: 0.2rem !important;
}
.tc-info-right {
    text-align: left !important;
    padding-left: 0.2rem !important;
}
.tc-info-center {
    text-align: center !important;
}
.tc-info-left, .tc-info-right, .tc-info-center {
    margin-top: 2px;
    margin-bottom: 2px;
}
.tc-scroll-div {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.tc-scroll-85 {
    max-height: 85px !important;
}
.tc-scroll-200 {
    max-height: 200px !important;
}
.tc-td-item {
    background-color: white !important;
    border-top: none !important;
}
.tc-td-item-parent {
    background-color: white !important;
    border-bottom: none !important;
}
.ptype {
    max-width: 100%;
}
.border {
    cursor: default;
}
.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-x: auto;
    white-space: nowrap;
}
.close {
    
}
.append {
    
}