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

.label.status{
    border-radius: 25px;
    color:#ffffff;
    padding: 5px 15px 5px 15px;
}
p.info-title {
    color: #fe7c1d;
    font-size: 17px;
    text-align: center;
}
.page-heading {
    border-bottom: none;
}
.page-heading.bottom-indent {
    margin-bottom: 0;
}
td span.bold{
    font-weight: bold;
}
#order-list .logo img{
    max-width: 85px;
    max-height: 50px;
}
.clinic_name,.clinic_name span{
    font-family: "AvenirBlack",sans-serif;
    font-size: 24px;
    color: #1F436E;
    text-align: center;
    text-transform: capitalize;
}
.clinic_code,.clinic_code span{
    font-family: "AvenirBlack",sans-serif;
    font-size: 20px;
    color: #1F436E;
    text-transform: capitalize;
    margin-right: 5px;
    display: inline-block;
}
.clinic_code span, .clinic_name span{
    font-size: 16px;
    color: #3c81a8;
}
.clinic_code img{
    margin-right: 15px;
    height: 55px;
    margin-top: -25px;
}
.marging1{
    margin-right: 30px;
}
.marging2{
    margin-right: 45px;
}
.edit-button {
    margin-top: -10px;
}
.button.button-small {
    width: auto;
    display: inline-block;
    float: right;
}
table .button.button-small span {
    min-width: inherit;
    padding: 5px 5px;
    margin: 0;
}
.form-control {
    width: 80%;
}
#block-subscription table#order-list th:not(:first-child), #block-subscription table#order-list td:not(:first-child) {
    text-align: center;
}