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

.order_return{
	color: #727176;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}

#back-top {
	display: none !important;
}

.order_return strong{
	font-family: futurabold;
}

.order_return .upper{
	text-transform: uppercase !important;
}

.order_return.container{
	/*width: 962px !important;*/
	margin-left: 100px;
}

#result{
	margin-top: 20px;
}

#result .backbtn{
	margin-top: 20px;
	display: inline-block;
	text-align: center;
}

.box {
	border: 1px solid #727176;
	padding: 10px;
	/*height: 190px;*/
}

.box span{
	font-weight: 600;
}

.box h2{
	font-size: 22px;
}

ul.tablestatus li{
	width: 50%;
	display: inline-block;
}

ul.tablestatus{
	border-bottom:1px solid #727176;
}

ul.header{
	font-weight: 600;
}

.order_return h5{
	letter-spacing: inherit;
	color: black;
	font-size: 15px;
	text-transform: uppercase;
}

.order_return .form-control{
	height: 60px;
	font-size: 16px;
	border:2px solid #d6d6d6;
	font-family: futurabold;
}

.order_return .form-control::-webkit-input-placeholder { color: #d6d6d6 !important; font-weight :bold; }
.order_return .form-control:-moz-placeholder { color: #d6d6d6 !important; font-weight: bold; }
.order_return .form-control::-moz-placeholder { color: #d6d6d6 !important; font-weight: bold; }
.order_return .form-control:-ms-input-placeholder { color: #d6d6d6 !important; font-weight: bold; }

.order_return .btn-brownie-white{
	color: #727176;
	background: white;
	border: 1px solid #d6d6d6;
	font-weight: bold;
	text-transform: inherit;
	letter-spacing: inherit;
	padding: 18px 3%;
	text-align: center;
	font-size: 12px !important;
}

.order_return .btn-brownie-white:hover{
	color: white;
	background: #3C3C3B;
}

.order_return .btn-brownie-grey{
	font-weight: bold;
	text-transform: inherit;
	letter-spacing: inherit;
	padding: 18px 3%;
	text-align: center;
	font-size: 12px !important;
}

.order_return .head{
	margin-bottom: 30px;
}

.order_return .head p{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.order_return .head .buttons{
	margin-top: 10px;
}

.order_return .head .buttons2{
	margin-bottom: 20px;
}

.order_return .detalles{
	margin-bottom: 0px;
	margin-top: 20px;
}

.order_return .detalles .address .subaddress{
	text-transform: lowercase;
}

.order_return .detalles .address .col-md-4{
	padding-left: 0px !important;
	padding-right: 0px !important;
	line-height: 20px;
}

.order_return .boxed{
	border: 1px solid #757575;
	padding: 0px 3%;
    padding-top: 6px;
    display: block;
    margin-bottom: 20px;
}

.order_return .address .boxed{
	padding-bottom: 6px;
}

.order_return .closed{
	background-image: url(/modules/lodepoemakers/views/img/arrow_close.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 2px;
}

.order_return .opened{
	background-image: url(/modules/lodepoemakers/views/img/arrow_open.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 2px;
}

.order_return .address .subaddress{
	display: none;
	padding-left: 40px;
    line-height: 1.6;
    padding-top: 10px;
}

.order_return hr{
	border-top: 1px solid #757575;
	margin-left: 0;
}

.order_return hr.dotted{
	border-top: 1px dashed #757575;
}

.order_return .resumen table{
	width: 100%;
}

.order_return .resumen table td{
	vertical-align: top;
	padding: 7px;
	position: relative;
}

.order_return .resumen table td.image{
	width: 100px;
}

.order_return .resumen table.total td{
	font-family: futurabold;
	font-size:20px;
}

.order_return .resumen table.subtotal td{
	font-size:15px;
}

.order_return .resumen table td.tdsubprice{
	font-size: 15px;
	text-align: right;
	width: 200px;
}

.order_return .resumen table td.tdprice{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: 200px;
}

.order_return .resumen table td.bottom{
	vertical-align: bottom;
	padding-bottom: 12px;
	padding-left: 10px;
}

.order_return .resumen table td.units{
	padding-left: 20px;
	width: 150px;
}

.order_return .resumen table .top{
	margin-top: 1px;
}

.order_return .resumen table .bottomdesc{
	background: #ededed;
	height: 35px;
	padding-top: 11px;
	padding-left: 11px;
	margin-bottom: 7px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.order_return .imgstatus{
	width: 100%;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.order_return{
		margin-left: 100px;
		color: black;
	}
	.order_return .resumen{
		margin-bottom: 30px;
	}
	.order_return .form-control{
		height: 70px;
		width: 700px;
		font-size: 24px;
	}
	.order_return h5{
		font-family: futurabold;
	}
	.order_return h5.resumen{
		/*font-size: 17px;*/
	}
	.order_return .imgstatus{
		width: 60%;
	}
	.order_return .head .buttons{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.order_return .btn-brownie-white{
		color: black;
		background: white;
		border: 1px solid #d6d6d6;
		font-weight: bold;
		text-transform: inherit;
		letter-spacing: inherit;
		padding: 10px 3%;
		text-align: inherit;
		font-size: 10px !important;
	}
	.order_return .head .buttons a{
		margin-right: 20px;
	}
	.order_return .head{
		margin-bottom: inherit;
	}
	#result .backbtn{
		text-align: inherit;
	}
	.order_return hr{
		width: 80%;
	}
	.order_return .detalles .address{
		margin-top: 40px;
	}
	.order_return .detalles{
		margin-bottom: 40px;
	}
	.order_return .resumen{
		width: 80%;
	}
	.order_return .resumen table td.tdprice{
		width: 50px;
	}
	.order_return .resumen{
		margin-bottom: inherit;
	}
}