/************************************/
/*									*/
/* SIDEBAR MAIN						*/
/*									*/
/************************************/
.sidebar-main {
	width:215px;
}

.sidebar-main .card-body {
	min-height: 583px;
}

.sidebar-main h6.card-title {
	font-size:15px;
}

.sidebar-main .card-header {
	margin-bottom: 0px;
}

.sidebar-main ul.nav-sidebar li.nav-item:first-child {
	padding-top: 0px;
}

.sidebar-main ul.nav-sidebar li.nav-item:last-child {
	padding-bottom: 0px;
}

.sidebar-main .nav-sidebar > .nav-item-expanded:not(.nav-item-open) > .nav-link {
	background: #fdd099;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	/*text-shadow: 0px 0px 2px rgba(0,0,0,0.6);*/
}

.sidebar-main .nav-sidebar > .nav-item.nav-item-open > .nav-link {
	background: #c9a779;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
}

.sidebar-main .nav-sidebar .nav .nav-item a.nav-link.active {
	background: #e5e5e5;
}

.sidebar-main .nav-sidebar .nav .nav-item:hover a.nav-link.active {
	color:#000;
}

.sidebar-main .nav-sidebar .nav .nav-item:hover a {
    color: #fff;
    background-color: #000;
}



.sidebar-main .nav-sidebar .nav-group-sub a.nav-link {
	padding-left: 1.3rem;
}



/************************************/
/*									*/
/* SIDEBAR SECONDARY				*/
/*									*/
/************************************/
.sidebar-secondary .seconadary-menu-card {
	min-height: 623px;
}

.sidebar-secondary .secondary-menu-item.active span.card-img-actions-overlay.card-img-top {}

span.card-img-actions-overlay.card-img-top {
	width: 70px;
	height: 70px;
	left: 5px;
	cursor: pointer;
	background-color: transparent !important;
	outline: 9px solid #000;
}

.sidebar-secondary .secondary-menu-item.active span.card-img-actions-overlay.card-img-top {
	outline: 9px solid #000;
	opacity: 1;
}

.sidebar-secondary .secondary-menu-sub-item.sub-brand-item.active span.card-img-actions-overlay.card-img-top {
	opacity: 0.4;
}



/************************************/
/*									*/
/* SIDEBAR RIGHT					*/
/*									*/
/************************************/
.sidebar-right h6.card-title {
	font-size:15px;
}


.sidebar-right .card-body {
	min-height: 568px;
}

/************************************/
/*									*/
/* WRAPPER							*/
/*									*/
/************************************/

.content-wrapper > .card-body {
	min-height: 568px; 
}

.content-wrapper h5.card-title {
	font-size: 15px;
	color:#fff;
	text-transform: uppercase;
}

.content-wrapper h5.card-title span {
	color:#fbd099;
	font-weight: bold;
}

.content-wrapper .card-body {
	padding-top: 1rem !important;
}








/* FORMULARIOS */
.content-wrapper .btn.btn-primary {
	background: #fdd099;
    border-radius: 5px;
    border: 2px solid #e4bc89;
    text-transform: uppercase;
    font-weight: bold;
    color:#000;
}

.content-wrapper .btn.btn-primary.btn-file {
	border-radius: 0px 5px 5px 0px;
	height: 36px;
}

.content-wrapper .d-flex.buttons {
	border-top:1px solid #ccc;
	padding-top: 35px;
	margin-top: 35px !important;
}

.content-wrapper .btn-accept {
	color:#fff !important;
	background: #3ca45a !important;
	border-color:#338a4c !important;
}

.content-wrapper .btn-cancel {
	background: #ebebeb;
    border-radius: 5px;
    border: 2px solid #c4c4c4;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}


.content-wrapper .form-group {}
.content-wrapper .form-group label.is-visible {
	margin-bottom: 0px;
	font-weight: bold;
	font-size:12px;
}


.content-wrapper .form-group.checkbox-active {
	padding-top: 28px;
}

#file-dropzone-contenedor span, #file-cover-container span {
	margin-bottom: 0px;
    font-weight: bold;
    font-size: 12px;	
}


/* WELCOME **************************/
.content-wrapper .card-body.welcome {
	text-align: center;
	padding-top: 140px !important;
}


/************************************/
/*									*/
/* 	MODAL							*/
/*									*/
/************************************/
.modal-body, .modal-body img {
	margin: 0;
	text-align: center;
}




/************************************/
/*									*/
/* GRID LISTADOS					*/
/*									*/
/************************************/
#gallery-item-container {}

.content-wrapper #gallery-item-container .grid-items {
	display:block !important;
	float: left !important;
	width: 200px !important;
	flex: none !important;
	max-width: 100% !important;
}

.content-wrapper #gallery-item-container .grid-items .card-body {
	padding: 0px;
}

.content-wrapper #gallery-item-container .grid-items .card-img-actions {
	text-align: center;
}

.content-wrapper #gallery-item-container .grid-items .card-img-actions img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}


.content-wrapper #gallery-item-container .grid-items .card-body h2 {
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
    line-height: 17px;
    padding: 0 10px;
    height: 35px;
    overflow:hidden;
    width: 100%;
    margin-bottom: 5px;
}



.content-wrapper #gallery-item-container .grid-items .card-body .row {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.content-wrapper #gallery-item-container .grid-items .card-body .row a {
	width: 25%;
	border-radius: 0px;
	box-shadow: 1px 0px 0 0 #fff inset; 
}

.content-wrapper #gallery-item-container .grid-items .card-body .row a:hover {
	background: #fdd099;
	opacity: 1;
	color: #000;
}



.content-wrapper #gallery-item-container .grid-items .card-body .row a:first-child {
	box-shadow: none; 
}





/************************************/
/*									*/
/* PAGINACIÓN	 					*/
/*									*/
/************************************/
.row.pagination {
	
	display: contents;
}



ul.pagination {padding-top: 20px;}

ul.pagination li.page-item {}
ul.pagination li.page-item span.page-link, ul.pagination li.page-item a.page-link {}

ul.pagination li.page-item.active {}
ul.pagination li.page-item.active span.page-link, ul.pagination li.page-item.active a.page-link {
	background: #fdd099;
	color:#333;
	border:1px solid #e3ba88;
} 



/* fdd099 */

/************************************/
/*									*/
/* EDICIÓN DE ARCHIVO				*/
/*									*/
/************************************/

.card.edit-file {}

.card.edit-file .image-cropper-container {
	outline: 4px solid #ccc;
	min-width: 300px;
	min-height: 300px;
}

.card.edit-file .preview.preview-lg {
	outline: 2px solid #ccc;
}
.card.edit-file .preview.preview-xs {
	outline: 2px solid #ccc;
}




/************************************/
/*									*/
/* BARRA INFERIOR DE ARCHIVOS		*/
/*									*/
/************************************/


.footer.card {
	margin-left: 20px;
	margin-right: 20px;
}

.footer.card #selection-item-container {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 0px;

}

.footer.card #selection-item-container.row, .footer.card .buttons-footer.row {
	margin:0px;
	box-sizing: border-box;
}
.footer.card #selection-item-container.row {
	margin-bottom: 10px;
}



.footer.card #selection-item-container .item {
	float:left;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
	background: #fff;
}

.footer.card #selection-item-container .img-thumbnail {
	background: #fff;
}

.footer.card #selection-item-container .item img {
	width: 80px;
    height: 80px;
    object-fit: contain;
}

.footer.card #selection-item-container .unselect-file {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding:5px;
	background: #dd0000;
	color:#fff;
}

.footer.card .row.buttons-footer {
	padding: 0px 0px 15px 15px;
}


.footer.card .btn.btn-primary {
    background: #fdd099;
    border-radius: 5px;
    border: 2px solid #e4bc89;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}


/************************************/
/*									*/
/* CATALOG PDF						*/
/*									*/
/************************************/

.pdf-catalog .row.grid-brand {
	display: block;
	margin-bottom: 20px;
}


.pdf-catalog .catalog-brand {
	display:inline-block;
	flex: none;
	max-width: 100px;
	margin-bottom: 15px;
	padding-top: 5px;
}

.pdf-catalog .catalog-brand span.card-img-actions-overlay.card-img-top {
    width: 90px;
    height: 90px;
    cursor: pointer;
    background-color: transparent !important;
    outline: 5px solid #000;
}


.pdf-catalog #logos-container .row {
	display: block;
	padding-left: 20px;
}

.pdf-catalog #logos-container .row .item {
	display: inline-block;
	float:left;
	width: 150px;
	margin-right: 10px;
	flex: none !important;
    max-width: 100% !important;
}


.pdf-catalog #logos-container .row .item .card-body.p-0 {
	padding-top: 0px !important;
}



/* SUB-BRAND HORIZONTAL */
.pdf-catalog.horizontal .sub-brand {
	padding: 20px 20px 5px 20px;
}

.pdf-catalog.horizontal .sub-brand .catalog-brand {
	background-color: #fff;
	margin-right: 2px;

}

.pdf-catalog.horizontal .sub-brand  .catalog-brand img.card-img-top {
	width: 80px !important;
	height: 80px !important;
	object-fit: cover;
 }

 .pdf-catalog.horizontal .catalog-brand span.card-img-actions-overlay.card-img-top {
 	width: 90px;
    height: 86px;
    cursor: pointer;
    background-color: transparent !important;
    outline: 5px solid #000;
 }



.pdf-catalog .card-body.bg-light.p-1 {
	padding-top: 10px !important;
}

.pdf-catalog .card-body.bg-light.p-1 h6 {
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	height: 32px;
	overflow: hidden;
	overflow-wrap: break-word;
    word-wrap: break-word;

}

.pdf-catalog .row-pagination {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
}


.pdf-catalog #logos-container .row .item .card-img-actions {
	padding: 5px;
	box-sizing: border-box;
}

.pdf-catalog #logos-container .row .item .card-img-actions img {
	max-width: 150px;
    height: 150px;
    object-fit: contain;
}

.pdf-catalog #logos-container button.btn.select-logo {
	padding: 4px 8px;
	background: #fdd099;
    border-radius: 5px;
    border: 2px solid #e4bc89;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 11px;
}


/************************************/
/*									*/
/* ESTILOS LOGIN 					*/
/*									*/
/************************************/
.auth-btn {
	background-color: #fdd099;
}


.auth-img-login {
	width: 200px;
	height: auto;
	margin-bottom: 20px;
}

.auth-form-box {
	border-radius: 15px;
}


.icon-user {
	font-size: 24px;
	margin-right: 10px;
}


/********************************************************/
/*														*/
/* ESTILOS FICHAS LOGÍSTICAS Y CREATIVIDADES			*/
/*														*/
/********************************************************/
.row.logistic-creativity {
	/*background-color: red !important;*/
	padding: 0 20px;
}

.row.logistic-creativity .item {
	display: block !important;
    float: left !important;
    width: 200px !important;
    flex: none !important;
    max-width: 100% !important;
    margin-right: 20px;
}

.row.logistic-creativity .item .card-body {
	padding-top: 0px !important;
}

.row.logistic-creativity .card-img-actions {
	text-align: center;
}

.row.logistic-creativity img.card-img {
	width: 180px;
    height: 180px;
    object-fit: contain;
}

.row.logistic-creativity .card-body.bg-light.p-1 h6 {
	padding-top:10px;
}

.row.logistic-creativity .content-wrapper .btn.btn-primary {
	margin-bottom: 10px;
}

/* Selected */
#logistic-selected.row.logistic-creativity {
	padding-left: 10px;
}


.row.logistics-selected-container {
	padding: 0 20px;
}

.row.logistics-selected-container #logistic-selected {
	margin-right: 20px;
}

.row.logistics-selected-container .btn.bg-danger-400 {
	text-transform: uppercase;
	font-size: 11px;
}

.row.logistics-selected-container .title {
	position:absolute;
	z-index: 999;
	background: #000;
	color:#fff;
	padding: 3px 5px;
	top:0px;
}


/********************************************************/
/*														*/
/* SUBIDA DE ARCHIVOS									*/
/*														*/
/********************************************************/
#file-dropzone-contenedor .file-preview button.close.fileinput-remove {
	display: none;
}




/************************************/
/*									*/
/* MEDIA QUERIES 					*/
/*									*/
/************************************/

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

	.content-wrapper .card-body.welcome {
		padding-top: 160px !important;
	}

  	.content-wrapper .card-body.welcome img {
		width: 80%;
	}
	
}


@media only screen and (max-width: 992px) {
	
	.form-group.checkbox-active {
		padding-top: 0px !important;
	}



}



@media only screen and (max-width: 920px) {
	.sidebar-right  {
		display:none !important;
	}
}


@media only screen and (max-width: 768px) {
  	
	span.card-img-actions-overlay.card-img-top {
		width: 64px;
		height: 64px;
		left: 5px;
		cursor: pointer;
		background-color: transparent !important;
		outline: 9px solid #000;
	}

	.sidebar-secondary .secondary-menu-item.active span.card-img-actions-overlay.card-img-top {
		outline: 8px solid #000;
		opacity: 1;
	}


	
}


@media only screen and (max-width: 670px) {
	.page-header .content-form button#save-acction-link {
		display: none;
	}
}







