/**
* 2007-2017 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-2017 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.
*/
.order_tracker_box {
     position: relative;
     width: 100%;
     border: 1px solid #d6d4d4;
     text-align: center;
     color: white;
     margin: 20px 0;
     padding: 10px;
     overflow: hidden;
     background-color: white;
     box-shadow: none;
     border-right: 0;
     border-left: 0;
}
.order_tracking_code {
     display: inline;
     padding: 13px 60px 13px 13px;
     box-shadow: none;
     border: 1px solid #d6d4d4;
     height: 45px;
     background: #fbfbfb;
}
.check_tracking_code {
     margin-bottom: 0;
     position: relative;
}
.order_tracker_box > form {
     margin: 0 auto;
}
.order_tracker_title {
     font-size: 17px;
     line-height: 23px;
     color: #3a3939;
     margin-bottom: 10px;
}
.order_tracker_subtitle {
     font-size: 14px;
     line-height: 23px;
     color: #3a3939;
     margin-bottom: 10px;
}
#tracking_order_frame {
     width: 100%;
     height: 100%;
}
#check_tracking_code_form .input-group-btn {
     background-color: #F0F0F0;
     color: black;
}
#order_history_page_tracking_code {
     background: white;
     box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}
#left-column .order_tracker_box {
     border: none;
}
.order_tracker_box .input-group .input-group-btn>.btn {
     background-color: #FFFFFF;
     color: black;

}
.order_tracker_box {
     box-shadow: unset;
}
.order_tracker_box .order_tracker_subtitle {
     text-align: left;
}
.order_tracker_box .order_tracker_title {
     text-transform: uppercase;
     color: #000000;
     font-size: 16px;
     font-weight: 600;
}
#check_tracking_code_form .input-group-btn {
     background-color: #FFFFFF;
     border: 1px solid #000000;
}

#check_tracking_code {
     background: #000000;
     color: #FFFFFF;
}
#check_tracking_code:hover {
     color: #000000;
     background: #FFFFFF;
}
#YQContainer iframe {
     min-height: 450px;
}