@charset "utf-8";
/* CSS Document */
.btn-fce-green {background-color: #AA182C; color: white;}
.btn-fce-blue  {background-color: #003366; color: white;}
.btn-fce-grey  {background-color: #ACACAC; color: black;}

.bg-fce-green  {background-color: #AA182C;}
.bg-fce-blue   {background-color: #003366;}
.bg-fce-grey   {background-color: #dddddd;}

.text-fce-green {color: #AA182C;}
.text-fce-blue  {color: #003366;}
.text-fce-grey  {color: #dddddd;}


table td {
    font-size: .9rem;
    font-weight: 400;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}
table.dataTable tbody tr td {
	font-weight: 400;
	font-size: .85rem;
}
.img-thumbnail {
    max-height: 75px;
    max-width: 75px;
}

#searchResult{
  list-style: none;
  padding: 0px;
  width: 450px;
  position: absolute;
  margin: 0;
  background-color: white;
}

#searchResult li{
  background-color: white;
  padding: 4px;
  margin-bottom: 1px;
  color: black;
}

#searchResult li:nth-child(even){
  background-color: #CBCBCB;
}
#searchResult li:hover{
  cursor: pointer;
  background-color: #ACACAC;
}

#set_logo_cords #canvas {
	border: 2px solid black;
	background-image: url('<?php echo $images[0]?>');
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}


.croppie-container .cr-viewport {
    border: 1px solid red;
	
}
#set-default-img .img-fluid {
	cursor: pointer;
}
#set-default-img .img-fluid.active {
	border: 1px solid #669933;
	border-radius: 8px;
}

@media only screen and (max-width : 992px) {
	
}
/********************************* Small devices (landscape phones, 576px and up)*************************/
@media (min-width: 576px) {


}

/*********************************  Medium devices (tablets, 768px and up)************************/
@media (min-width: 768px) {


}
/********************************* Large devices (desktops, 992px and up)************************/
@media (min-width: 992px) {

}

/********************************* Extra large devices (large desktops, 1200px and up***********************/
@media (min-width: 1200px) {

}
