/**
* 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;
    font-size: 20px;
    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;
        margin-bottom: 40px;
        display:block;
    }
}

.blockordersurveys{
    background: #FFF;
    position: relative;
    text-align:center;
}
#ordersurveys_block_left_content{
    border: 2px solid #555555;
    padding: 25px 0 25px;
    min-height: 0px;
}
#ordersurveys_block_left_product .block_content{
    top: 0px;
    position: relative;
}
#ordersurveys_block_left_product .block_content h2{
	margin-top: 0;
	color: #333;
    font-size: 50px;
    font-weight: bold;
}
#ordersurveys_block_left_product .block_content p{
	color: #333;
    font-size: 20px;
}
#ordersurveys_block_left_product .block_content p#nosurveys{
	text-align: center;
	margin-top: 0 !important;
}
#ordersurveys_block_left_product .block_content div{
	margin-top: 10px;
}
#ordersurveys_block_left_product .title_block,
#ordersurveys_block_left.blockordersurveys .title_block{
    color: #555555;
    border-top: none;
    padding: 10px;
    margin-top: 0;
}
#ordersurveys_block_left_product .title_block{ 
    margin-bottom: 10px;
}
#ordersurveys_block_left_product h2,
#ordersurveys_block_left.blockordersurveys .block_content h2{
    font-size: 50px;
    color: #555555;
    font-weight: 900;
}
#ordersurveys_block_left_product p,
#ordersurveys_block_left.blockordersurveys .block_content p{
    color: #555555;
    font-size: 20px;
}

#ordersurveys_home {
    height: auto;
    display: inline-block;
    margin-top: 40px;
    clear: both;
}

#ordersurveys_block_left .btn-info {
	font-weight: 600;
    font-size: 16px;
    padding: 10px 40px;
}

#ordersurveys_block_left .btn-info:hover {
	background: #555555;
	border-color: #555555;
	color: #FFF;
}

#ordersurveys_block_right, #ordersurveys_block_left {

}

#ordersurveys_block_right_content{
    background: #F6F6F6;
}

#ordersurveys_block_right .comment-detail {
	border: none;
    height: 210px;
    overflow: hidden;
    padding: 10px 20px;
}

#ordersurveys_block_right .ordersurveys_rate  {
	margin: 10px 0;
	height: 30px;
    text-align: right;
}

#ordersurveys_block_right .ordersurveys_name {
	font-size: 20px;
	font-weight: 900;
	color: #000;
    margin-top: -30px;
}

#ordersurveys_block_right .ordersurveys_customerinfo {
    font-size:15px;
    color:#000;
    padding-top:5px
}

#ordersurveys_block_right .ordersurveys_comment {
    font-size:15px;
    color:#333;
    padding-top:10px;
    height: 120px;
    overflow: hidden;
}

#ordersurveys_block_right .bx-prev {
    position:absolute;
    top:-25px;
    left:calc(100% - 65px);
    border:1px solid #585858;
    background: #585858;
}

#ordersurveys_block_right .bx-prev:before {
    position:relative;
    content: " \f104 ";
    left: 7px;
    color: #FFF;
    top: 3px;
}

#ordersurveys_block_right .bx-prev:hover {
    border:1px solid #555555;
    background: #555555;
}

#ordersurveys_block_right .bx-next {
    position:absolute;
    top:-25px;
    left:calc(100% - 30px);
    border:1px solid #585858;
    background: #585858;
}

#ordersurveys_block_right .bx-next:before {
    position:relative;
    content: " \f105 ";
    left: 9px;
    color: #FFF;
    top: 3px;
}

#ordersurveys_block_right .bx-next:hover {
    border:1px solid #555555;
    background: #555555;
}

#ordersurveys_block_right .bx-wrapper .bx-controls-direction a{
    height: 30px;
    width: 30px;
}
.ordersurveys_home_title_block{
    font-size: 30px;
    font-weight: bold;
    color: #555555;
}
.ordersurveys_home_rating_block{
    font-size: 40px;
    font-weight: bold;
    color: #555555;
}
@media screen and (max-width: 545px){
    #ordersurveys_block_right{
        background: none;
    }
    #ordersurveys_block_right .comment-detail{
        background: #F6F6F6;
    }
    #ordersurveys_block_right .ordersurveys_name {
        margin-top: 0;
    }
    .ordersurveys_home_title_block{
        font-size: 24px;
    }
}