/* @override 
	http://local.usatradetasting.com/cont/admin/assets/css/custom/styles_admin.css */
	
/* @group Pics listing */

.picListingContainer.tiled {
	padding: 1%;
	display: flex;
	align-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}

.picListingContainer.tiled > div {
	height: 10rem;
	margin: 0rem 1% 3rem 0rem;
	flex: none;
	flex-basis: 13%;
	position: relative;
}

.picListingContainer.tiled > div img {
	width: 100%;
	height: 10rem;
	border-radius: 1rem;
}

.picListingContainer.tiled > div a {
	width: 3rem;
	height: 3rem;
	border-radius: 1.5rem;
	display: inline-block;
	background-color: #2a313a;
	color: #FFF;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
	position: absolute;
	bottom: -1rem;
}

.picListingContainer.tiled > div a:hover {
	background-color: #09a79e;
}

.picListingContainer.tiled > div a:first-of-type {
	right: 1rem;
}

.picListingContainer.tiled > div a:nth-child(2) {
	right: 4.5rem;
}

/* @end */

.currentImagesContainer {
	display: flex;
	justify-content: space-between;
}

.currentImagesContainer.nineImages div {
	flex-basis: 10%;
	height: auto;
	border-radius: 0.5rem;
}

/* UploadImageintoCkEditor css start */

.images-upload-contaniner {
	display: flex;
	flex-wrap: wrap;
}

.images-upload-contaniner > div {
	background-color: #f1f1f1;
	width: 120px;
	margin: 10px;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}

.modelbodyDiv
{
    max-height: 350px;
    overflow-y: scroll;
}

/* UploadImageintoCkEditor css end */

/* UploadImagePaginationCkEditor css START */
.imgContainer {
    position: relative;
    width: 15rem;
    height: 15rem;
    float: left;
    border: 0.1rem solid #ddd;
    border-radius: 1.2rem;
    padding: 0.7rem;
}
.imgContainer .btn-close {
    position: absolute;
    top: -1rem;
    z-index: 100;
    right: -1rem;
    padding: 0.2rem;
    border: 1px solid #000;
    border-radius: 1.5rem;
    background-color: #FFF;
    width: 2rem;
    height: 2rem;
    color: #DC1F3A;
    display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.imgContainer img{
	width: 100%;
    height: 10rem;
}
/* UploadImagePaginationCkEditor css END */

/* UploadImagePaginationCkEditor css start */

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: dodgerblue;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.activeClass
{
	background-color: #ddd;
}

#modalBodyofImageUploader .pagination
{
	padding-left: 7% !important;
}

/* UploadImagePaginationCkEditor css end */

/* featured Brands status css start */

.activeFeaturedBrand{
	background: green;
	color: white;
	padding: 4px;
	border-radius: 5px;
}

.inactiveFeaturedBrand{
	background: red;
	color: white;
	padding: 4px;
	border-radius: 5px;
}

/* featured Brands status css end */
/* Font Awesome Icon (fab) CSS Start */
.gui-icon .fab:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 40px;
    width: 1em;
}
/* Font Awesome Icon (fab) CSS End  */

/* headerSearchBox CSS Start */

.gui-controls-custom
{
	font-size: 12px;
	padding: 0;
}

.gui-controls-custom .headerSearch
{
	padding-left: 60px;
	color: rgba(255, 255, 255, 0.5);
}

.gui-controls-custom .gui-controls {
  font-size: 12px;
  padding: 0;
  margin-bottom: 30px;
}

.gui-controls-custom .gui-icon
{
	margin-top: 6px;
}

/* headerSearchBox CSS End  */

/* Login Page Logo */

#adminLogin main section header .logo {
	height: 6rem;
}

/* Login Page Logo End */

/* Country Autocomplete START */
.productOriginISOcode, 
.addressCountry,
.callPublisherCountryISOcode,
.seekingFromISOcode,
.countryOriginISOcode{
    width: 100%;
    font-size: 16px;
    height: 37px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: rgba(12, 12, 12, 0.12);
    background: transparent;
    color: #0c0c0c;
    box-shadow: none;
   /*  text-align: left; */
}
/* Country Autocomplete END */