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


.blockordersurveys{
    /*background: url('/modules/ordersurveys/views/img/background.jpg') center top repeat;*/
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    min-height: 200px;
    position: relative;
    text-align:center;
}
#ordersurveys_block_left_product .ordersurveys_block_content{
    top: 0px;
    position: relative;
}
#ordersurveys_block_left_product .ordersurveys_block_content h2{
	margin-top: 0;
	color: #333;
    font-size: 50px;
    font-weight: bold;
}
#ordersurveys_block_left_product .ordersurveys_block_content p{
	color: #333;
    font-size: 20px;
}
#ordersurveys_block_left_product .ordersurveys_block_content p#nosurveys{
	text-align: center;
	margin-top: 0 !important;
}
#ordersurveys_block_left_product .ordersurveys_block_content div{
	margin-top: 10px;
}



#ordersurveys_block_left_product .ordersurveys_title_block,
#ordersurveys_block_left.blockordersurveys .ordersurveys_title_block{
    font-weight:600;
    line-size:16px;
    line-height:20px;
    color: #fff;
    background: #333;
    border-top: none;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
#ordersurveys_block_left_product .ordersurveys_title_block{ 
    margin-bottom: 10px;
}
#ordersurveys_block_left_product h2,
#ordersurveys_block_left.blockordersurveys .ordersurveys_block_content h2{
    font-size: 40px;
    color: #333;
    font-weight: 900;
    font-style: italic;
}
#ordersurveys_block_left_product p,
#ordersurveys_block_left.blockordersurveys .ordersurveys_block_content p{
    color: #666;
    font-style: italic;  
    font-size: 40px;
    font-size: 15px;
}
@media screen and (max-width:768px){
    #ordersurveys_block_left{
        clear:both;
        margin-top:15px;
        display:block;
    }
}

