/****************************************************ESTILOS GENERALES**************************************************************************************/

body{
	font-family: 'Roboto', sans-serif;
}
h1{
	font-size: 30px;
	color: #568700;	
}
h2{	
	font-size: 18px;
	margin-left: 15px;
	font-weight: bold;
}
h3{	
	color: #38880F;
}
a {
	color: #568700;
}
a:hover {
	color: #9FBA3D;
}

.form-control {
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #e1e1e1 !important;
	width: 100%;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
  border-color: #b0b0b0 !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.radio_list {
	padding: 0;
	list-style: none;
	display: inline;	
}

.checkbox_list li{
	display: inherit;
}

.top5{
	margin-top: 5px;
}
.top8{
	margin-top: 8px;
}
.top10 {
	margin-top: 10px;
}
.top13{
	margin-top:13px;
}
.top19{
	margin-top: 19px;
}
.top20 {
	margin-top: 20px;
}
.top25 {
	margin-top: 25px;
}
.top30{
	margin-top: 30px;
}
.top40{
	margin-top: 40px;
}
.top50{
	margin-top:50px;
}
.top60{
	margin-top: 60px;
}
.left10{
	margin-left: 10px;
}
.left15{
	margin-left: 15px;
}

.left20{
	margin-left: 20px;
}
.left25{
	margin-left: 25px;
}
.left30{
	margin-left: 30px;
}
.left40{
	margin-left: 40px;
}
.left60{
	margin-left: 60px;
}
.left75{
	margin-left: 75px;
}
.left345{
	margin-left:345px;
}

.right5 {
	margin-right: 5px;
}
.right10 {
	margin-right: 10px;
}
.right15{
	margin-right: 15px;	
}
.right30{
	margin-right: 30px;	
}
.right50{
	margin-right: 50px;
}
.bottom10{
	margin-bottom: 10px;
}
.bottom20{
	margin-bottom: 20px;
}
.bottom40{
	margin-bottom: 40px;
}
.bottom400{
	margin-bottom: 400px;
}
.right{
	float: right;
}
.noPadding{
	padding: 0;
}
.noPaddingRight{
	padding-right: 0px;
}
.noPaddingLeft{	
	padding-left: 0px;
}
.zwipitColorText{
	color: #568700;
}
.zwipitColorText2{
	color: #FFFFFF;
	background-color: #91CA55;
}
.zwipitColorText3{
	color: #ED9D2B;
}
.zwipitColorText4{
	color:#91CA55;
}
.numberOfProductsColorText{
	color: #c7c7c7;
}
.phoneNumberColorText{
	color: #A3A3A3;
}
.boldText{
	font-weight: bold;
}
.leftText{
	text-align: left;
}
.rightText{
	text-align: right;
}
.centerText{
	text-align: center;
}
.justifyText{
	text-align: justify;
}
.underlineText{
	text-decoration: underline;
}
.noJustifyText{
	text-align: none;
}
.noTextTransform{
	
	text-transform: none;
}
.displayBlock{
	display: block;
}
.upperCase{
	text-transform: uppercase;
}
.font12{
	font-size: 12px;
}
.font13{
	font-size: 13px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font25{
	font-size: 25px;
}
.font34{
	font-size: 34px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}
.width16{
	width: 16%;
}
.width50 {
	width: 50%;
}
.width70 {
	width: 70%;
}
.width100{
	width: 100%;
}
.hidden{
	display: none;
}
.clear {
	clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
select{
	/*font-family: segoe ui,Arial,sans-serif;*/
	font-size: 1.1em;
	font-weight: normal;
}
.ajax-loader-icon {
	display: inline-block;
	background-image: url('../images/zwipit/ajax-loader.gif');
	width: 16px;
	height: 16px;
}
.generalBox h1 {
	left: 15px;
    padding-left: 1ex;
    padding-right: 1ex;
}
.topBox {
	padding-bottom: 0px;
}
.topBox .rightImage img {
	height: 220px;
}
	
}
.disabled{
	color: #CCCCCC;
}

.list li {
	padding: 3px 0px;
}

.nowrap, .units, .price, .cartPriceColor {
	white-space: nowrap;
}

.ajaxLoader{
	float: right;
	position: absolute;
    right: 45px;
    top: 8px;
}

/***************************************************BUTTONS**************************************************************************************************/
.btn {
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
  	-webkit-box-shadow: none; 
  	box-shadow: none;
  	padding: 7px 34px;
  	font-weight: 500;
}

.btn-primary {
	background-image: none;
	background-color: #568700;
    border: none;
  	border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, 
.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:focus, .btn-primary[disabled]:focus {
    background-color: #222222;
  	-webkit-box-shadow: none; 
  	box-shadow: none;
}
.btn-primary.btn-inverse {
    background-color: #222222;
}
.btn-primary.btn-inverse:hover, .btn-primary.btn-inverse:focus, .btn-primary.btn-inverse:active, .btn-primary.btn-inverse.active, 
.btn-primary.btn-inverse.disabled, .btn-primary.btn-inverse[disabled], .btn-primary.btn-inverse.disabled:focus, .btn-primary.btn-inverse[disabled]:focus {
	background-color: #51BCC6;
}

.btn-default {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: transparent;
    background-image: none;
  	border: 1px solid #222;
  	border-radius: 0;
  	text-shadow: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
    border-color: #568700;
    color: #568700;
    background-color: transparent;
  	-webkit-box-shadow: none; 
  	box-shadow: none;
}

.btn.width100 {
	min-width: 90px;
}
.buttons {
	text-align: right;
}
.buttons .btn {
	
}

/***********************************************TOOLTIPS**************************************************************************************/
.tooltipInfo ul li{
	list-style: none;
}
.popoverInfo {
	cursor: help;
}

/****************************************************TRADE PRODUCTS (PASO 1 DE LA VENTA)**************************************************************/
.product-name-trade{
	border-bottom: none;
	font-size: 20px;
	text-align: center;
	color: #839A30;
	margin-top: 5px;
}
.product-image-trade{
	text-align: center;
}
.product-image-trade img{
	margin-top:20px;
	max-height: 250px;
	max-width: 100%;
}

.cancel a{
	color:#DADADA;
}
.cancel a:hover{
	color: #B4B4B4;
	text-decoration: none;
}
#modalConditions{
	max-height: 900px;
}
#modalPrivacy{
	max-height: 900px;
}

.saleTypeOptions .saleTypeRadio {
	display: inline;
}
.saleTypeOptions label{
	display: inline;
}

/*******************************************************TRADE PRODUCTS (PASO 2 DE LA VENTA) ***********************************************************/
.paymentBox {
	padding-left: 15px;
	padding-right: 15px;
}

.paymentBox .radio_list li {
	float: left;
	margin-right: 20px;
}
#payment img{
	max-height: 160px;
}

#phone img{	
	width: 50px;
}
.checks label{
	font-weight: normal;
}
.hasDatepicker {
	cursor: pointer !important;	
	background: url('../images/zwipit/cal.jpg') center right no-repeat #fff !important;	
	
}
.right{	
	float:right;
}

.saleTypeOptions ul {
	display: inline;
}

.birthdate select {	
	margin-right: 2px;
	display: inline;
	font-size: 13px; 	
}
#pickupRequestCustomForm_birthdate_day {
	width: 29%;
}
#pickupRequestCustomForm_birthdate_month {
	width: 31%;
}
#pickupRequestCustomForm_birthdate_year {
	width: 33%;
}

.phoneSale {
	color: #A3A3A3;
	font-size: 34px;
	vertical-align: middle;	
	padding-left: 10px;
}

.account-number input { float: left; }
.account-number input.control-digits { width: 7%; margin-right: 2%; }
.account-number input.entity { width: 10%; margin-right: 2%; }
.account-number input.office { width: 10%; margin-right: 2%; }
.account-number input.account { width: 20%; margin-right: 0; }

/*********************************************************STEPS HEADER*****************************************************************************/
.stepNumber img{
	height: 40px;
	
}
.stepSmallNumber img{
	height: 23px;
	margin-top: 17px;
}
.borderStepActive{
	border-bottom: 2px solid #639900;
}
.borderStepInactive{
	border-bottom: 1px solid #B4B4B4;
	
}
.circleActive, .circleInactive, .circleBefore {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    background: #639900;
    position: relative;
    top: 5px;
    z-index: 99;
    margin: auto;
}
.circleInactive {
	background: #B4B4B4;  
}


/****************************************************CARRITO**************************************************************************************/
.cartHeader{
	background: #9ac92c; /* Old browsers */
	background: -moz-linear-gradient(top,  #9ac92c 0%, #6d8d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ac92c), color-stop(100%,#6d8d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9ac92c 0%,#6d8d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9ac92c 0%,#6d8d20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9ac92c 0%,#6d8d20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9ac92c 0%,#6d8d20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac92c', endColorstr='#6d8d20',GradientType=0 ); /* IE6-9 */
	
	color:#FFFFFF;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari y Chrome */	
		
}
.cartText{
	color: #000;
}
.categoryText {
	font-size: 12px;
}
.cartBorderBottom{		
	border-bottom: 1px dotted #91CA55;

}
.cartImgBox{	
	text-align: center;
	margin-bottom: 10px;
}
.cartImgBox img{
	max-height: 60px;
	max-width: 100%;
}
.cartPriceColor {
	color: #EB9316;
}

.cartPriceDiv {
	text-align: right;
}
.cartPriceDiv .units {
	padding-right: 5px;
}

/****************************************************CONFIRMACION***************************************************************************************/

.panel-default {
	border: none;
	webkit-box-shadow: none;
	box-shadow: none;
}
.panel-default > .panel-body {
	padding: 5px 0 0;
}
.panel-default > .panel-heading {
	background: transparent;
	font-size: 24px;
	padding-left: 0;
	border-bottom: 0;
}

.panel-default  > .panel-footer {
	font-size: 16px; 
	background-color: #ffffff;	
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

.panel-cart {
	border-radius: 0;
	border-color: #cdcdcd;
	border-width: 4px;
}
.panel-cart > .panel-heading {
	background: #cdcdcd;
	font-weight: 600;
	font-size: 16px;
	border-color: #cdcdcd;
	boder-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	cursor: pointer;
}

.panel-confirmation .panel-body li {
	padding: 5px;
	text-align: justify;
}

#optionPanel label {
	margin-right: 0;
}
.panelPickup .panel{
	margin-bottom: 5px;
}
.panelPickup .control-label .alert {
    font-size: 0.9em;
    padding: 10px;
    margin-bottom: -15px;
}

.panel-heading .glyphicon {
	margin-left: 20px;
	color: #666;
	font-size: 1.5em;
	vertical-align: bottom;
}

/****************************************************ERRORES***************************************************************************************/
.error_list, .error  {
	padding: 0;
	margin: 0;
	color: #a94442;
}
.error {
	margin-top: 5px;
}
.error_list li {
	list-style: none;
	margin-top: 5px;
}

/****************************************************ICONOS******************************************************************************/
.glyphicon-log-out {
	color:	#568700;	
}

/****************************************************POPOVER TOOLTIPS - MODAL **************************************************************/
.popover {
	max-width: none;
}

.popover-title, .modal-header {
	background: #568700; /* Old browsers */
	background: -moz-linear-gradient(left,  #568700 0%, #cdeb8e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#568700), color-stop(100%,#cdeb8e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #568700 0%,#cdeb8e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #568700 0%,#cdeb8e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #568700 0%,#cdeb8e 100%); /* IE10+ */
	background: linear-gradient(to right,  #568700 0%,#cdeb8e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568700', endColorstr='#cdeb8e',GradientType=1 ); /* IE6-9 */
	color: #FFFFFF;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.textLongPopover {
	max-width: 400px;
}

.blockInfoWorking, .blockInfoNotWorking {
	width: 400px;
	font-size: 13px;
}

/****************************************************COMPANIES***************************************************************************************/
.input-units {
	max-width: 100px;
	display: inline-block;
	margin-right: 5px;
}

.unitsInfo{
	margin-top: -5px;
}

.questionMark img{
	width: 20px;
	vertical-align: baseline;
	margin-left: 5px;
}

.companies-step {
	padding: 24px 0 0 3%;
}

span.only-companies {
	text-transform: uppercase;
	font-size: 1.2em;
	display: block;
	margin-top: 17px;
}

td.col-number, th.col-number {
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
}

table.table tfoot tr td {
	padding-top: 10px;
	font-weight: bold;
}

.glyphicon-info-sign {
	color: #2C8408;
	font-size: 1.2em;
}
.companies-info {
	background-color: #E3EDD5;
	border: 2px solid #AFCE98;
	padding: 15px;
	border-radius: 4px;
	margin-top: 20px;
}
.companies-info p {
	color: #555;
}

.small {
	font-size: 90%;
}


/******************* Tabla con cabecera fija y cuerpo con scroll ******************/
.fixed-table table.table {
	table-layout: fixed;
	margin-bottom: 0;
}
.fixed-table .scroll-container {
	overflow-y: auto; 
	max-height: 300px;	
}

/** Select2 */
.form-group .select2-container--default .select2-selection--single {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	padding: 3px 9px;
	height: 34px;
}