/**
* 2007-2019 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-2019 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.
*/

.custom-table .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .custom-table .col {
    flex: 1 0 0%;
  }
  .custom-table .row > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
  }
  .text-center {
    text-align: center !important;
  }
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
.buy_1_7 {
    background-color: #2fb5d2;
    color: #fff;
    border-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	cursor: pointer;
}

a.buy_1_7:hover {
    color: #fff;
    background-color: #1e788c;
}

.buy_1_6 {
    border-color: #666666 #5f5f5f #292929 #5f5f5f;
    border: 1px solid;
    background: #6f6f6f;
    color: #fff;
    padding: 3px 8px 3px 8px;
}

a.buy_1_6:hover {
    color: #fff;
    border-color: #303030 #303030 #666666 #444444;
    background: #575757;
}

a.get_1_6 i {
    font-size: 25px;
}

span.available {
    color: #3bff0e;
}

div.expire span {
    color: red;
}

.licence-data span {
    line-height: 2em;
}

.row.border-bottom.heading_row {
    background-color: #bdbdbd;
}

.heading_row .p-3.font-weight-bold.text-primary.text-center, .main_data_product, .main_data_product a {
    color: #14346d !important;
	font-weight: bold !important;
}

.license_container {
    margin-bottom:5em;
}

img.rounded {
    border-radius: 6%;
}

img.drop-shadow {
    box-shadow: 2px 2px 9px rgb(0 0 0 / 25%);
}

.licence-data {
    position: relative;
}

.licence-data .floating-form {
    position: absolute;
    width: 100%;
    left: -6%;
    top: 1em;
}
.licence-data form {
    margin-block-end: 0;
}

.licence-data input[disabled] {
    background-color: #f1f1f1;
    color:#9b9b9b;
}

.cursor-pointer {
    cursor: pointer;
}
/* Add New Domain Form */
.floating-form {
    display:none;
}
form.add-new-domain {
    text-align: center;
}

form.add-new-domain input[type="text"] {
    width:50%;
    padding:0.4rem;
}

input.invalid-domain {
    border: 1px solid red;
}
.invalid-domain-text {
    color:red;
}