/* ESTILOS MODAL */

.bootstrap-dialog.type-primary .modal-header {
    background-color: #f6f6f6 !important;
	color: #333 !important;
	font-weight:bold !important;
}

.bootstrap-dialog.type-danger .modal-header {
    background-color: #f6f6f6 !important;
	color: #DA251C !important;
	font-weight:bold !important;
}


.bootstrap-dialog.type-success .modal-header {
    background-color: #f6f6f6 !important;
	color: #5cb85c !important;
	font-weight:bold !important;
}

.bootstrap-dialog.type-primary .bootstrap-dialog-title {
	color: #333 !important;
}

.bootstrap-dialog.type-danger .bootstrap-dialog-title {
	color: #DA251C !important;
}

.bootstrap-dialog.type-success .bootstrap-dialog-title {
	color: #5cb85c !important;
}

.bootstrap-dialog-close-button  button{
	color: #333;
	opacity: 1;
}

.bootstrap-dialog-footer-buttons .btn.btn-primary {
	background: #DA251C !important;
	border: 1px solid #DA251C !important;
}

.bootstrap-dialog-footer-buttons .btn.btn-primary:hover {
	background: #838280 !important;
	border: 1px solid #838280 !important;
}

/* DATA TABLES */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333;
    border: 1px solid #dfdfdf;
    line-height: 32px;
    min-width: 34px;
    text-align: center;
    padding: 0 5px;
    border-radius: 0;
    background-color: #fff;
	margin-left: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #fff !important;
	background: #fff !important;
    color: #DA251C !important;
    border-color: #dfdfdf !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #333;
    border: 1px solid #dfdfdf;
    line-height: 32px;
    min-width: 34px;
    text-align: center;
    padding: 0 5px;
    border-radius: 0;
    background-color: #fff;
	opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	box-shadow: inset 0 0 0px #111;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fff;
    color: #DA251C !important;
    border-color: #dfdfdf;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	width: 100%;
	min-width: 100%;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px;
    background: #f6f6f6;
}

.calendarSearch {
	border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 15px;
    background: #f6f6f6;
	margin-bottom: 15px;
}

.input-group.date {
	/*
	padding-right: 5px;
	padding-left: 5px;
		*/
}

/* ALERTAS */

.alert-danger-alt { border-color: #B63E5A;background: #E26868;color: #fff; }
.alert-success-alt { border-color: #19B99A;background: #20A286;color: #fff; } 
.alert-warning-alt { border-color: #e2a44c;background: #f0ad4e;color: #fff;}

/* CALENDÁRIO */

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover
{
	background-color:#DA251C;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25)
}

.bootstrap-datetimepicker-widget table td.today:before
{
	content:'';
	display:inline-block;
	border:solid transparent;
	border-width:0 0 7px 7px;
	border-bottom-color:#DA251C;
	border-top-color:rgba(0,0,0,0.2);
	position:absolute;
	bottom:4px;
	right:4px
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #DA251C;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* CARRINHO TOOLTIP*/

.AddToBasket + .tooltip {
	display: inline-block;
	white-space: nowrap;
}

/* DESTAQUES HOMEPAGE */

.titleProdutosMobile {
	padding: 15px 12px 10px 12px;
	color: #DA251C;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}

@media (min-width: 992px) {
	.titleProdutosMobile {
		display: none;
	}
}

@media (max-width: 479px) {
	.titleProdutosMobile {
		float:right;
		padding: 15px 17px 10px 12px;
	}
}

/* PRODUCT SIZES */

.topLineProductsSizes {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
@media (max-width: 767px) {
	.topLineProductsSizes {
		border-top: 0px solid #eee;
	}
}

/* DETALHE PRODUTO */

.product-info-price.detailPrice {
	float:left;
	margin-right: 40px;
	padding: 5px 10px;
	border: 1px solid #e3e3e3;
}
@media (max-width: 991px) {
	.product-options-wrapper.text-right {
		text-align:left;
	}
}

.detailQty {
	width: 195px;display: inline-block; float: left;
}

.iconsFloat {
	width: 36px;display: inline-block; float: left;
}

.btnUpdateArtigo {
	padding: 0 10px;
}

.block-form-login .form-control {
	max-width: 100%;
}

.block-floor-products-opt4 .col-banner:after, .block-floor-products-opt4 .col-banner:before {
	content: none;
}

.btn-number.qtyminus, .btn-number.qtyplus {
	font-size: 20px;
}

/* FORMS REQUIRED */

.form-group.required label:after {
    content: " *";
    color: red;
}

.block-address .block-title, .block-contact-us .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bgSections {
	margin-bottom: 15px;
	margin-left:15Px
}
@media (max-width: 600px) {
	.product-item-actions .form-qty, .product-item-actions-grid .form-qty {
		width: auto;
	}
	.products.products-list .product-item-actions .form-qty, .products.products-list .product-item-actions-grid .form-qty {
		display: inline-block;
	}
}

.form-qty .control.product-item-actionsgrid {
	width: auto !important;
}
@media (min-width: 768px) {
	.productSizeImage.products.products-list .product-items .product-item .product-item-photo {
		width: 23%;
	}
	.productSizeImage.products.products-list .product-items .product-item .product-item-detail {
		width: 77%;
	}
}

#kvFileinputModal{
	z-index: 100000;
}

.checkbox-danger input[type="checkbox"]:checked + input + label::after, .checkbox-danger input[type="radio"]:checked + input + label::after {
    color: #fff;
}

.checkbox input[type="checkbox"]:checked + input + label::after, .checkbox input[type="radio"]:checked + input + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.checkbox-danger input[type="checkbox"]:checked + input + label::before, .checkbox-danger input[type="radio"]:checked + input + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

/*STICKY FOOTER */

html, body {
	height: 100%;
	margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1 0 auto;
}

.ellipsisText {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    clear: both;
    vertical-align: middle;
}

.redState {
	color: #DA251C; 
}

.yellowState {
	color: #D9D900;
}

.greenState {
	color: #6DD900;
}

a.btn.btn-grid-padding {
	padding-left: 8px;
	padding-right: 8px;
	line-height: 24px;
}

#tablePendentes_filter input {
    box-shadow: none;
    border: 1px solid #ececec;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff
}

.calendarSearch .btn {
	height: 33px;
}  

/* INLINE CHECKS */ 

.inlineChecks {
	margin-top: 15px;
	margin-bottom: 15px;
} 


.inlineChecks .checkbox-danger {
	position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}
.inlineChecks .checkbox {
	width: 25%;
	margin-left: 0px !important;
}

@media (max-width: 767px) {
	.inlineChecks .checkbox {
		width: 33%;
	}
}

@media (max-width: 600px) {
	.inlineChecks .checkbox {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.inlineChecks .checkbox {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.post-detail .post-arthur .avata {
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.post-detail .post-arthur a img {
		margin: 0 auto;
	}
}

.table.mui-basket.mui-default th {
	background-color: #ebebeb;
	font-size: 13px;
	color: #333;
	font-weight: 800 !important;
	text-transform: uppercase;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #DA251C;
}

.hightlightTitle {
	border-bottom: 1px solid #838280 !important;
}

.tableHeader {
	text-transform: uppercase;
}

/* VALIDATION */

.field-validation-error {
    color: #a94442;
	margin-top: 5px;
    margin-bottom: 5px;
	display:block
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #a94442 !important;
}

.validation-summary-errors {
    color: #a94442;
	margin-top: 5px;
    margin-bottom: 5px;
	display:block
}

.validation-summary-valid {
    display: none;
}

.lisboa2020 {
	text-align: right;
}


@media (max-width: 991px) {
	.lisboa2020 {
		padding-top: 10px;
	}
	.footer-opt-6 .footer-bottom .links {
		text-align: center;
	}
	.footer-opt-6 .copyright {
		text-align: center;
		padding-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.lisboa2020 {
		text-align: center;
		padding-top: 10px;
	}
}

/* BREADCRUMB */

.sectionTopImage .breadcrumb li {
	color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
}

/*LINK post-item-des*/

.post-item-des a {
	text-decoration: underline;
}

.post-item-des a:hover {
	color: #DA251C;
}

/* HOMEPAGE */

.block-floor-products-opt4 .product-item-opt-2 .product-item-detail {
    padding-left: 9px;
	padding-right: 9px;
}

.block-section-top6 .banner-slide > img {
	width: 100%;
}

@media (max-width: 767px) {
	.banner-slide > img  {
		margin-top: 15px;
	}
}

/* RENDER BASKET */

.disableBasketInput {
	cursor: not-allowed !important;  opacity: 0.4 !important
}

.disableBasketButton {
	background-color: #BBBBBB !important; opacity: 0.6 !important
}


/*ERROR LABEL LINK */

.has-error label a {
	color: #a94442;
}

/* ESCONDER PACKS */

.est-packs {
	display: none;
}

.lineHeight18 {
	line-height: 18px;
}

/* PESQUISA CATS */

.header-opt-6 .header-content .block-search .categori-search {
    width: 200px;
}

.header-opt-6 .header-content .block-search .form-search {
	width: 369px;
}

.header-opt-6 .header-content .block-search .categori-search a.chosen-single.chosen-default i {
	color: #DA251C;
	margin-right: 10px;
    font-size: 16px;
    /*vertical-align: middle;*/
}

@media only screen and (max-width : 1200px) {

	.header-opt-6 .header-content .block-search .categori-search {
		width: 170px;
	}

	.header-opt-6 .header-content .block-search .form-search {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.header-opt-6 .header-content .block-search .categori-search {
		display: block;
	}

	.header-opt-6 .header-content .block-search .categori-search {
		width: 130px;
	}

	.header-opt-6 .header-content .block-search .form-search {
		width: 200px;
	}
}

@media (max-width: 600px) {
	.header-opt-6 .header-content .block-search .categori-search {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 980px;
	}
}

@media (min-width: 1260px) {
	.modal-lg {
		width: 1200px;
	}
}

.table-responsive.width100 {
	width:100%
}