@font-face {
	font-family: myFont;
	src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: myFont-Bold;
	src: url('fonts/Roboto-Bold.ttf');
}
@font-face {
	font-family: myFont-Medium;
	src: url('fonts/Roboto-Medium.ttf');
}


.list_group_item {
	margin-right: 10px;
	text-align: left;
	align-items: right;
	padding: 5px;
	width: 100%;
	font-size: 14px;
}
body {
	font-family: myFont;	
	background: #f1f1ef;
	
}


  
.mainTopbar {
	font-family: myFont;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: #954535;		
	padding: 0px;
	z-index: 100;
	margin: 0px;
}
.footr {
	font-family: myFont;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: #954535;	
	padding: 0px;
	z-index: 100;
	margin: 0px;
}
/* @media screen and (max-width: 1024px) { */
@media screen and (max-width: 720px) {
	.ComainTopbar {
		display: none !important;
	}
}

.AppIcon {
	width: 35px;
	height: 35px;
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-color: #fdeac8;
	border-radius: 50%;
}
a{
	color:rgb(149, 70, 53);
}
a:hover{
	color: rgb(255, 255, 255) ;	
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 4px;	
}
.Bannr_Item {
	font-size: 14px;
}
.Bannr_Item:hover {
	color: #954535 !important;
	background-color: #fdeac8;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 4px;		
}
.Bannr_Item ul li:hover {
	color: #954535 !important;
	background-color: #fdeac8;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 4px;		
}

.dropdown-item{
	color: #954535;
}
.dropdown-item:hover{
	background-color: #fdeac8;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #954535;
}

.CommentBox_textarea {
	font-family: myFont;
	text-align: left;
	font-size: 18px;
	color: #000;
	background: #eceff1;
	border-top-style: solid;
	border-top-width: 1.5px;
	border-top-color: #954535;
	padding: 10px;
	border-radius: 10px;
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 200px;
	margin-top: 0px;
	text-align: left;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
	border-style: solid;
	border-width: 1px;
	border-color: #fdd1c8;
	border-radius: 3px;
	left: 0px;
}
/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}


.Phonedropdown {
	position: relative;
	display: inline-block;
	color: #954535;
}
.Phonedropdown:hover{
	color: white;
	background-color: #954535;
}
.Phonedropdown:hover .Phonedropdown-content {
	display: block;
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
}
.Phonedropdown-content {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: none;
	position: absolute;
	background-color: #e4edf8;
	width: 350px;
	margin-top: 0px;
	text-align: center;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	border-style: solid;
	border-width: 1px;
	border-color: #fdd1c8;
	border-radius: 3px;
	left: 0px;
	color: #954535;
	padding: 5px;
}

.Phonedropdown-content a:hover {
	color: #fdd1c8;
	background-color: #954535;
}
.Phonedropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}


.ImgDiv {
	display: block;
	width: 16.666%;	
	height: 10%;
	float: left;
	padding: 0px;
	margin: 0px;
}

.shadowOnly {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.NewsDiv {
	transition: 0.2s;
}
.NewsDiv:hover {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
}

.Avatar_icon_Gallery {
	transition: 0.2s;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 100;
	border: 2px solid rgb(255, 255, 255);
}
.Avatar_icon_Gallery:hover {
	filter: grayscale(100%);
	transform: scale(1.02);
}

.icons {
	width: 25px;
	height: 25px;
	margin:0px;
  }
#iconsL {
	width: 35px;
	height: 35px;
	margin:3px;
  }
.icons_social {
	width: 33px;
	height: auto;
	margin:5px;
  }
.icons_social:hover {
	 /* filter: invert(100%);  */
	 /* filter: sepia(100%); */
	 filter: hue-rotate(180deg);
	 /* filter: saturate(3); */
	cursor: pointer;
  }
#icons_Flag {
	width: 30px;
	height: auto;
	margin:5px;
  }
.ImgUser {
	width: 70px;
	height: 70px;	
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid rgb(168, 168, 168); /* Gray border */
	border-radius: 7px;
	/* Rounded border */
	padding: 2px; /* Some padding */
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.ImgUser:hover {
	-webkit-transform: translate(0, -1px);
	transform: translate(0, -1px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
}

.ImgUserAdminList {
	width: 40px;
	height: 40px;	
	margin: 0px;
	border: 1px solid rgb(168, 168, 168);
	border-radius: 4px;
	padding: 2px; 
}


#TableList {
	/* font-family: "Tahoma";  */
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	border-collapse: separate;
	
}

#tdDate {
	font-size: 16px;
	color: #954535;
	text-align: center;
}

#tdNumID {
	font-size: 16px;
	color: #954535;
	text-align: center;
}

#tdcty {
	font-size: 12px;
	color: #954535;
	text-align: center;
}

#tdCate {
	font-size: 14px;
	color: #954535;
	text-align: center;
}

#TableList td,
#TableList th {
	border: 0px solid #f5ede9;
	padding: 2px;
}

#TableList tr:nth-child(even) {
	background-color: #fffbfa;
}

#TableList tr:nth-child(odd) {
	background-color: #fdf6f3;
}

#TableList tr:hover {
	background-color: #ffecab;
}

#TableList th {
	padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #954535;
    color: white;
}


.InputTXTErorr {
	border-style: solid;
	border-width: 2px;
	border-color: red;
	box-shadow: 0px 0px 10px 0px rgba(244, 67, 54, 0.9);
}

.loader {
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #954535;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.highlight {
	background: #59fcb8;
	padding: 1px;
	border: #63c963 dotted 1px;
	font-weight: bold;
}
.marker {
	background-color: yellow;
	font-weight: bold;
}


.frameSticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.CountryBarSticky {
	position: -webkit-sticky;
	position: sticky;
	top: 5;
}

.SignUpPopBox {
	display:none;
	width: 300px;
	height: 210px;
	z-index: 999;
	background-color: #fff;
	border-radius: 3px;
	position: fixed;
	right: 52%;
	top: 62px;
	/* text-shadow: 2px 2px 5px black; */
	box-shadow: 0px 0px 20px 0px rgba(122, 122, 122, 0.9);
	padding: 10px;
}
@media screen and (max-width: 920px) {
	.SignUpPopBox {
		display:none !important;
	}
}

.fullscreen-container {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(67, 66, 65, 0.582);
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: auto;
	vertical-align: middle;
  }

textarea { 
	border:1px solid #999999;
    width:98%;
    margin:5px 0;
    padding:1%; 
  }



@media screen and (max-width: 920px) {
	.MenuWeb {
		display:none !important;		
	}
}
/* .MenuPhone{
	display:none !important;
} */
@media screen and (max-width: 920px) {
	.MenuPhone {
		display:inline !important;		
	}
}




@media screen and (max-width: 920px) {
	.TableProfileWeb {
		display:none !important;		
	}
}
.TableProfilePhone{
	display:none !important;
}
@media screen and (max-width: 920px) {
	.TableProfilePhone {
		display:inline !important;		
	}
}




.GridImageContainer {
	line-height: 0;
	-webkit-column-count: 10;
	-webkit-column-gap: 0px;
	-moz-column-count: 10;
	-moz-column-gap: 0px;
	column-count: 10;
	column-gap: 2px;
}
.GridImageContainer img {
	width: 100%;
	height: auto;
	cursor: pointer;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-radius: 7px;
}
.GridImageContainer_index {
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	-moz-column-count: 3;
	-moz-column-gap: 0px;
	column-count: 3;
	column-gap: 0px;
}
.GridImageContainer_index img {
	width: 100%;
	height: auto;
	cursor: pointer;
	padding: 2px;
	border-style: solid;
	border-width: 0px;
	border-radius: 7px;
}
.GridImageContainer_Small {
	line-height: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
.GridImageContainer_Small img {
	width: 100%;
	height: auto;
}

.custom-file-input {
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.custom-file-input input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1; /* Fix for IE7 */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.galleryUpload img {
	max-width: 100px;
	max-height:200px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #954535;
	border-radius: 5px;
	background-color: #fafafa;
	padding: 2px;
}



.UserImgGallery div {

	transition: 0.5s;
	opacity: 0.0;
}
.UserImgGallery:hover div {
	opacity: 1;
}
.UserImgGallery img {
	transition: 0.5s;
	border-radius: 5px;
	border: 2px solid white;
}

.UserImgGallery2 div {
	transition: 0.5s;
	opacity: 0.0;
}
.UserImgGallery2:hover div {
	opacity: 1;
}
.UserImgGallery2 img {
	transition: 0.5s;
	border-radius: 5px;
	border: 2px solid white;
}


.BoxSharePhotoGallery {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	z-index: 1000;
	width: 700px;
	max-height: 100%;
	margin-left: -350px;
	border-style: solid;
	border-width: 0px;
	border-color: #954535;
	border-radius: 5px;
	background-color: #fafafa;
	padding: 20px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
	text-align: center;
}
.BoxSharePhotoGallery_small {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	z-index: 1000;
	width: 320px;
	max-height: 100%;
	margin-left: -160px;
	border-style: solid;
	border-width: 0px;
	border-color: #954535;
	border-radius: 5px;
	background-color: #fafafa;
	padding: 10px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
	text-align: center;
}


.GalleryBG {
	background: #0f0c29;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(
		to right,
		#24243e,
		#302b63,
		#0f0c29
	); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.Gallery img {
	transition: 1s;
	width: 450px;
	height: auto;
}
.Gallery img:hover {
	filter: grayscale(100%);
	transform: scale(1.08);
}
.Gallery a {
	margin: 0px;
}

.Avatar_icon {
	transition: 0.2s;
	width: 130px;
	height: 130px;
	margin: 5px;
	border-radius: 50%;	
	border: 3px solid white;
	cursor: pointer;

}
.Avatar_icon:hover {
	filter: grayscale(100%);
	transform: scale(1.08);
}

.prodect_icon {
	transition: 0.2s;
	width: 50px;
	height: 50px;
	margin: 5px;
	border-radius: 5%;
	border: 3px solid white;
}
.prodect_icon:hover {
	filter: grayscale(100%);
	transform: scale(1.08);
}
.prodect_div {
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #d5d5d5;
	border-radius: 5px;
	text-align: left;	
align-items: flex-start;
	vertical-align: center;
	cursor: pointer;
	background-color:#fbf5ef;
	padding:2px;
}
.prodect_div:hover {
	filter: grayscale(100%);
	transform: scale(1.01);
}


.image_box_zoon_inside {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.image_box_zoon_inside img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image_box_zoon_inside:hover img {
    transform: scale(1.1);
}