.cart-button {
	background-color: #3aadbf;
    color: #ffffff;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    min-width: 36px;
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

#aviso {
    left: 40px;
    font-size: 1.0em;
    color: #62667d
}

.btn-xsm {
    margin-right: 8px;
    margin-bottom: 4px;
}


@media screen and (min-width: 550px) {

	
	#prods {
		text-align: left;
	}
	
	.cardx {
		width: 280px;
		margin: 20px
	}
	
	.content-page {
		padding: 20px;		
	}
}

@media screen and (max-width: 549px) {

	
	#prods {
		text-align: center;
	}
	
	.cardx {
		width: 90%;
		margin: 20px 0px;
	}
	
	.content-page {
		padding: 20px;
	}
}


/* flash alerts */
.flash-alert {
    color: #353216;
    background-color: #FFEB3B;
    border: 2px solid #bdae29;
    padding: 7px;
    border-radius: 2px;
    min-width: 200px;
    text-align: center;
    position: absolute;
    overflow: hidden;
}

.sync-alert {
    color: #f1f1f1;
    margin-left: 5px;
    cursor: pointer;
}

/*Dialog*/
.dialog {
    border: 1px solid #666;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1600;
    width: 200px;
    min-height: 150px;
    padding: 10px;
    position: absolute;
}

.dialog-tools {
    text-align: right;
    position: absolute;
    margin: 10px;
    right: 0;
    bottom: 0;
}

.btn-alert {
    background-color: red;
    color: #fff;
    font-weight: bold;
}

.btn-alert:hover {
    background-color: red;
    color: #333;
}


/*FORMS*/
.app-form label {
	color: #878787;
    font-size: 1em;
    margin-right: 10px;
    font-weight: 500;
}

.form-control {
    border: 1px solid #DEDEDE;
    background-color: #FFF;
    padding: 3px;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 3px;
    font-size: 1.2em;
}

.invalid-input {
    border: 1px solid red;
}

.lg-input {
	width: 100%;
	max-width: 260px;
}

/*TABLE*/
.view-cart {
	cursor: pointer;
}
.cart-table {
	background-color: white;
    padding: 7px;
}

.cart-table thead tr td {
	padding: 3px 6px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #bfbebe;
}

.cart-table tr {
	cursor: pointer;
}

.cart-table tr:hover {
	background: #F5F5F5;
}


.cart-table tr td {
	padding: 3px 6px;
}

/*CARDS*/
.cardx {
    background-color: #FFF;
    color: #000;
    overflow: hidden;
    display: inline-block;
    height: auto;
    border-bottom: 1px solid #dedede;
    border-radius: 3px;
    padding: 5px;
    height: auto;
    max-width: 280px;
}

.cardx-header {
    background-color: #FFF;
    color: #000;
    padding: 10px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
}

.cardx-footer {
    position: relative;
    bottom: 0px;
    display: block;
    height: 40px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cardx-header-title {
    margin: 8px;
}

.cardx-header-tools {
	float: right;
    display: inline-block;
}

.cardx-error {
    color: red;
    padding: 5px;
    font-size: 0.8em;
}

.cardx-subheader {
    color: #f1f1f1;
    border-bottom: 1px solid #dedede;
    font-size: 1.1em;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.cardx-body {
    padding: 5px;
    font-size: 0.9em;
    line-height: 1.3em;
    overflow: auto;
    color: #333;
}

.cardx-badge {
    float: right;
    display: inline-block;
    /*background-color: rgb(193, 171, 121);*/
    width: 30px;
    padding: 3px;
    margin: 2px;
    text-align: center;
    /*color: #222;*/
    font-size: 1.2em;
    cursor: pointer;
}

.in-cardx {
    background: #fff;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e9eaea;
    line-height: 2em;
    color: #333;
    overflow: hidden;
}

.in-cardx-collapse {
    max-height: 5em;
}

.in-cardx a {
    color: #2a4882;
}

.prod-img img {
    width: 90%;
    margin: 10px;
}
.prod-desc {
	padding: 10px;
	color: #333;
	font-size: 1em;
	line-height: 1.4;	
}
.prod-price {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4em;
	float: left;
	margin-left: 20px;
}
.cart-qty {
		display: inline-block;
		float: right;
		margin-right: 10px;
		font-size: 1.1em;
		color: #dc1919;	
	}
/*Date*/
[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
