@charset "utf-8";

/*--- STYES FOR LIGHTBOX START---*/
body {
    margin: 0;
    font-weight: 400; 
}




body, html {
    height: 100%;
	margin: 0;
	font-family: 'Tajawal', sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

@media (max-width: 992px) {
	
	.navbar-collapse {
		width: 100px;
		margin-left: 10rem;
		justify-content: flex-end;
		background-color:rgba(37,38,48,1.00);;
		font-size: 1.3rem;
		padding-bottom: 20px;
	}
	
	
  
}
/*@media (max-width: 992px) {
  .mydb_side_menu
    {
        visibility: collapse;
    }
}*/

div.information_popup_container {
    /*position: absolute;
    width:0px;
    height:0px;
    /* Position Information */
    /* Appearance Information */
}
div.information_popup_container > div.information {
    /* Position Information */
    /* Appearance Information */
}
div.information_popup_container > div.popup_information {
    position: fixed;
    visibility: hidden;
    /* Position Information */
    /* Appearance Information */
}
div.information_popup_container > div.information:hover + div.popup_information 
,div.information_popup_container > div.popup_information:hover {
visibility: visible;
/*z-index: 200;*/
}



.swal2-container {
  z-index: 10000;
}

#more {
	display: none;
}


.table-image-td {
    vertical-align: middle;
  }
.table-image-th {
    vertical-align: middle;
  }

.img_width {
	width: 100px;
}

.img-hero-container{
	background-image: url(../images/carousel/carousel_hero_xm.png);
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.modal-lg {
    max-width: 80% !important;
}

.hero-inner-container{
	text-align: center;
	position: relative;
	width: 100%;
	color: white;
	height: auto;
	margin-top: 50px;
}

h1-hero{
	font-size: 3em;
}

h2-hero{
	margin-top: 15px;
	font-size: 2em;
	text-align: center;
	font-weight: 400;
}

a-hero{
	margin-top: 20px;
	font-size:1.3em;
}

.go_btn{
	background-color: #595C74;

}

.go_btn:hover{
	background-color: #757895;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.btn-chart{ 
	font-size:0.9em; 
	color: #B0B0B0;
	border: 1px solid #B0B0B0;
	border-radius: 5px;
	outline: none;
	decoration: none;
	background-color: #fff;
    height: 25px;
    vertical-align: middle;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}




/*.btn-chart:hover{
	background-color: #2FB8C5;
	color: #fff;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.btn-chart:hover{
	background-color: #2FB8C5;
	color: #fff;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}*/

.btn-chart:active{
	background-color: #2FB8C5;
	color: #fff;
}


.btn-hero{ 
	font-size:1em; 
	font-weight: bold;
	padding: 5px;
	margin: 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	outline: none;
	decoration: none;
	background-color: rgba(40, 167, 69, 0.5);
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}



.btn-hero:hover,.btn-hero:active{
	background-color: #28A745;
	color: #fff;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.btn-benef{ 
	font-size:1em; 
	font-weight: bold;
	padding: 5px;
	margin: 20px;
	color: #fff;
	border: none;
	border-radius: 5px;
	text-align: center;
	outline: none;
	decoration: none;
	background-color: rgba(40, 167, 69, 0.5);
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn-benef:hover,.btn-benef:active{
	background-color: #28A745;
	color: #fff;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}


.text-box{ 
	font-size:1.3em;
	padding: 15px;
	margin: 1px;
	color: #000000;
	border: 2px solid #DADADA;
	border-radius: 5px;
	text-align: center;
	outline: none;
	decoration: none;
	background-color: #F4DC00;
}



.subs-text{
	font-size: 1em;
}

.btn-add2cart{
	
}



@media only screen and (min-width: 1201px){
	.hero-inner-container{
		margin-top: 70px;
	}
	.img-hero-container{
		background-image: url(../images/carousel/carousel_hero_md.png);
	}
	h1-hero{
		font-size: 1.5em;
	}
	h2-hero{
		font-size: 1.25em;
	}
	.btn-hero{ 
	font-size: 1em;
	}
	.imglogoslider{
	height: 100px;
	opacity: 1;
	text-align: center;
	align-content: center;
	}
	.product-card {
		transform: scale(0.95);		
	}
	.product-card-featured {
		transform: scale(0.9);		
	}
	
}

@media only screen and (max-width: 1200px){
	
	
	
	.hero-inner-container{
		margin-top: 70px;	
	}
	.img-hero-container{
		background-image: url(../images/carousel/carousel_hero_sm.png);
	}
	h1-hero{
		font-size: 1.5em;
	}
	h2-hero{
		font-size: 1.25em;
	}
	.btn-hero{ 
	font-size: 0.9em;
	}
	.imglogoslider{
	height: 100px;    
	opacity: 1;
	text-align: center;
	align-content: center;
	}
	.product-card {
		transform: scale(1.0);		
	}
	.product-card-featured {
		transform: scale(0.8);		
	}
	
}

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

	.hero-inner-container{
		margin-top: 60px;
	}
	.img-hero-container{
		background-image: url(../images/carousel/carousel_hero_xm.png);
	}
	h1-hero{
		font-size: 1.5em;
	}
	h2-hero{
		font-size: 1.25em;
	}
	.btn-hero{ 
	font-size: 0.8em;
	}
	.subs-text{
	font-size: 0.8em;
	}
	.imglogoslider{
	height: 75px;
        opacity: 1;
	text-align: center;
	align-content: center;
	}
	.product-card {
		transform: scale(1.0);		
	}
	.product-card-featured {
		transform: scale(0.6);		
	}
	
}


 /*   
	320px — 480px: Mobile devices
    481px — 768px: iPads, Tablets
    769px — 1024px: Small screens, laptops
    1025px — 1200px: Desktops, large screens
    1201px and more —  Extra large screens, TV
*/


.btn-sidebar-posts{
	background-color: none; 
	font-size: 1.3rem;
	text-align: left;
	color: #fff;
}


.btn-sidebar-posts:hover{
	background-color: #4B4E62;
	color: #fff;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.btn-sidebar-dbshop{
	background-color: none; 
	font-size: 1rem;
	text-align: left;
	color: #fff;
}


.btn-sidebar-dbshop:hover{
	background-color: #4B4E62;
	color: #fff;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.dropzone {
	height: 300px;
	border:3px dashed #A3A3A3;
	border-radius: 5px;
	background-color: #F8F8F8;
	color: #A3A3A3;
	text-align: center;
}

.dropzone.dragover {
	border-color: #000;
	color: #000;
}

.progress_bar {
	height: 2rem;
	text-align: center;
	color: white;
	border:none;
	background-image: green;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* The hero image */
.hero-image-home {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  /*background-image:  linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/forum/forum_hero_image.png");*/

  /* Set a specific height */
  height: 40%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.jumbotron-image-posts {
 background: url("../images/forum/forum_hero_image.png") fixed center no-repeat;
 background-size: cover;
}

/* The hero image */
.hero-image-forum {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image:  linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/forum/forum_hero_image.png");

  /* Set a specific height */
  height: 400%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text-forum {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.custom-control-label::before, 
.custom-control-label::after {
width: 25px;
height: 25px;
}

.checkbox-2x {
    -webkit-transform: scale(2);
	transform: scale(2);
}

.bg_pufoamimage{
	background-color: rgba(255,255,255,1.0);
	background-image: url("../images/products/pufoamwhitesq.png");
	background-repeat: no-repeat;
    background-position: 50% 50%;

}

.img_gray {
	filter: grayscale(100%);
}

.img_red {
	-webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(90deg);
}


.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}


#message {
	color: rgba(2,95,1,1.00);
	margin-top: 70px;
}


* {
  box-sizing: border-box;
}

.page_title {
	color:#F08159;
	text-align: center;
	margin-top: 45px;
}
.page_title_my {
	color:#F08159;
	text-align: center;
}

.filter_menu {
	background-color:rgba(52,58,64,1);
	border-style: solid none none none;
    border-color: rgba(255,0,0,1.00);
    border-width: 5px;
    border-radius: 5px;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

inner:hover img{
	transform: scale(1.5);
}

.benefits_icon .img{
	height: 60px;
	opacity: 0.5;
}
.benefits_icon .img:hover{
	opacity: 0.8;
	transform: scale(1.5);
}

.car_overlay{
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
}

.mycontainer .content {
  position: absolute;
  top:20px;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(255, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  height: 100%;
}

.imgicon {
  height: 80px;
  text-align: center;
}

.nav_icon {
	height: 40px;
	opacity: 0.5;
}
.nav_icon:hover {
	opacity: 0.8;
}
.nav_icon_active {
	height: 40px;
	opacity: 1;
}

.navbarcol{
	padding: 0;
}

.bg_search{
    background-color: #6C757D;
    border-radius: 3px;
    height: 35px;
    width: 35px;
 	box-shadow: 0px 0px 14px 0px rgba(37,42,46,1.00);
}

.prod_table_img{
    background-color: #6C757D;
    border-radius: 3px;
    height: 60px;
 	box-shadow: 0px 0px 14px 0px rgba(37,42,46,1.00);
}


.white_overlay{
	border-style: solid;
    border-color: rgba(222,222,222,1.00);
    border-width: 1px;
    border-radius: 5px;
	height: 40px;
	background: linear-gradient(to right, rgba(255,255,255,1.0), rgba(255,255,255,0.0) 10%, rgba(255,255,255,0.0) 90%,rgba(255,255,255,1.0)),url("../images/product_card/IndustriesMovie.gif");
	
}

.list-group-mine .list-group-item {
  background-color: rgba(255,255,255,1);
  border-top: 1px solid #EBEBEB;
  border-left-color: #fff;
  border-right-color: #fff;
}

.list-group-mine .list-group-item:hover {
  background-color: rgba(161,163,190,1.00);
}

.report_types{
	color: #81D8E0;
	font-weight: bold;
}

/* Subscribe top table */
.toptablerowwhite{
	background: rgba(255,255,255,1.00);	
}

.toptablerowgray{
	background: rgba(234,234,234,1.00);	
}



/* Subscribe hover */

.my_header {
	background: rgb(0,0,0,1.0)
}

#subscription .card{
	background-color: #FFFFFF;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	
}

#subscription .card:hover{
	background: rgba(71,73,92,1.00);
	color: #FFFFFF;
	transform: scale(1.08);
	border-style: solid;
	border-color: #6D6D6D;
}

#subscription .card:hover a{
	background: rgba(240,129,89,1.0);
	color: #FFFFFF;
}



#subscription .card:hover article{
	background: rgba(240,129,89,1.0);
	color: #FFFFFF;
}




/* The Modal (background) */
.newmodal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(25,25,25,0.95);
}

/* Modal Content */
.newmodal-content {
  position: relative;
  background-color: rgba(15,15,15,0.98);
  margin: auto;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Number text (1/3 etc) */
.prod_card_name {
  font-family: "Segoe UI";
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: rgba(15,15,15,0.98);
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--- STYLES FOR LIGHTBOX END ---*/

.mycenter {
  top: 50%;
  width: 100%;
  text-align: center;
}
.bgsignal {
    background-color: rgba(255,255,255,1.00);
    background-image: url("../images/background/bgsignaldb.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: auto;
    background-size: 90% auto;	
}
.labrep {
    background-color: rgba(226,224,224,1.00);
}


.imglogoslider_sm{
	max-width: 150px;
	opacity: 1;
	text-align: center;
	align-content: center;
}




	
	
.btn-lightgray {
	background-color: lightgray;
	font-size: 1.1rem;
}	
	
.wrap-ellipsis {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}	
	
.text-3 { 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	overflow: hidden; 
	text-overflow: ellipsis; 	
}

.text-4 { 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4; 
	overflow: hidden; 
	text-overflow: ellipsis; 	
}

.text-5 { 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 5; 
	overflow: hidden; 
	text-overflow: ellipsis; 	
}
.crop-text-1 {
  -webkit-line-clamp: 1;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.crop-text-3 {
  -webkit-line-clamp: 3;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.crop-text-4 {
  -webkit-line-clamp: 4;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.crop-text-5 {
  -webkit-line-clamp: 5;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.crop-text-6 {
  -webkit-line-clamp: 6;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.crop-text-7 {
  -webkit-line-clamp: 7;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.shopping_cart_btn{
	position: fixed;
	top: 95px;
	left: 48%;
	color:#FFFFFF;
	background: #2FB8C5;
	height: 35px;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 45px;
	font-size:12pt;
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width:1px
}

.shopping_cart_img{
	position: fixed;
	top: 95px;
	left: 48%;
	color:#373737;
	background: #FFFFFF;
	height: 35px;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size:10pt;
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width:1px
}

div#scrollSection {height: 700px; overflow-y: auto; overflow-x: hidden;}

div::-webkit-scrollbar {
    width: 10px;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.3);
}

.card_check_btn{
    background-color: rgba(240,129,89,0.9);
    height: 30px;
    border-radius: 3px;
    padding: 4px;
    border-color: rgba(100,100,100,1);
    border-style: none;
    border-width: 1px;
}
.card_dwl_btn{
    background-color: rgba(40,167,69,0.9);
    height: 30px;
    border-radius: 3px;
    padding: 4px;
    border-color: rgba(100,100,100,1);
    border-style: none;
    border-width: 1px;
}

.card_rad_bot {
	border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.zoom {
    transition: transform .3s; /* Animation */
}

.zoom:hover {
    transform: scale(3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.grow {
	z-index: 50;
	transition: .5s ease
}
.grow:hover {
	z-index: 100;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.custom-control-input-green:focus~.custom-control-label::before {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
  border-color: #28a745 !important;
  background-color: #28a745 !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
  border-color: #5bd778 !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
  background-color: #d6f5dd !important;
  border-color: #d6f5dd !important;
}

.img-industry{
    background-color: white;
    border-style: solid;
    border-color: rgba(222,222,222,1.00);
    border-width: 1px;
    border-radius: 5px;
}

.img-tabs{
    background-color: white;
    border-style: none solid solid solid;
    border-color: rgba(222,222,222,1.00);
    border-width: 1px;
    border-radius: 0px 0px 5px 5px;
}

.mySelect { 

}

.white-box{
    width:100%;
	background-color: rgba(255,255,255,0.60);
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.09);
}

.box-title-orange{
    font-variant: small-caps;
    font-size: 0.7rem;
    font-weight: bold;
    color: #929292;
	margin-bottom: 0px;
}

.box-title-green{
    font-variant: small-caps;
    font-size: 0.7rem;
    font-weight: bold;
    color: #929292;
	margin-bottom: 0px;
}

.box-title-beige{
    font-variant: small-caps;
    font-size: 0.7rem;
    font-weight: bold;
    color: #929292;
	margin-bottom: 0px;
}

.box-title-grey{
    font-variant: small-caps;
    font-size: 0.7rem;
    font-weight: bold;
    color: #929292;
	margin-bottom: 0px;
}

.box-content-orange{
    color: #929292;
    margin-bottom: 0px;
    margin-right: 0px;
    font-style: oblique;
}

.box-content-green{
    color: #929292;
    margin-bottom: 0px;
    margin-right: 0px;
    font-style: oblique;
}

.box-content-beige{
    color: #929292;
    margin-bottom: 0px;
    margin-right: 0px;
    font-style: oblique;
}

.box-content-grey{
    color: #929292;
    margin-bottom: 0px;
    margin-right: 0px;
    font-style: oblique;
}












.grey-box{
    width:100%;
	background-color: #BABCBC;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.green-box{
    width:100%;
	background-color: #2FB4C0;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.beige-box{
    width:100%;
	background-color: #DDB269;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


.magenta-box{
    width:100%;
	background-color: #9C70AC;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
    height: 52px;
}



.orange-box{
    width:100%;
	background-color: rgba(240,129,89,0.7);
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.orange-box-new{
    width:100%;
	background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.orange-box-light{
    width:100%;
	background-color: rgba(240,129,89,0.9);
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.orange-box-title{
    font-variant: small-caps;
    font-size: 0.7rem;
    font-weight: bold;
    color: #FFFFFF;
	margin-bottom: 0px;
}
.orange-box-content{
    color: #FFFFFF;
    margin-bottom: 0px;
    margin-right: 0px;
    font-style: oblique;
}
.orange-box-units{
    font-size: x-small;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.matcard-text-bg{
	background-color: #FFFFFF;
	border-radius: 0px;
	margin-bottom: 5px;
	padding: 1px;
}

.matcard-text-title{
    font-size: x-small;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 1px;
	margin-top: 1px;
    font-weight: 700;
}

.matcard-text{
    font-size: 10pt;
	line-height: 1.2em;
    padding-bottom: 10px;
	border-radius: 0px;
}


.matcard-bottom{
    font-size: small;
    font-weight: normal;
    margin-bottom: 0px;
    font-variant: small-caps;
    padding-left: 0px;
    margin-left: 0px;
	padding-top: 5px;
    color: #595959;
}
.matcard-title{
    color: white;
	margin-left: 0px;
	margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.matcard-shadow{
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #E1E1E1;
	-webkit-box-shadow: 3px 3px 24px 0px #EDEDED;
    box-shadow: 3px 3px 24px 0px #EDEDED;
}

hr1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid rgba(0, 0, 0, 1.0);
}

.mytooltip-text{
	font-size: small;
	color:black; 
}
.tooltip-text{
	font-size: small;
	color:black; 
}

.tooltip-inner {
	/*background-color: rgba(10,167,167,1.00);*/
	background-color: white;
	color:rgba(95,95,95,1.00);
	font-size: small;
	/*color: rgba(255,255,255,1.00);*/
	max-width: 350px;
	border-style: solid;
	border-color: lightgray;
	border-width: 1px;
	-webkit-box-shadow: 3px 3px 24px 0px #EDEDED;
    box-shadow: 3px 3px 24px 0px #575757;
}

.inner{
	overflow: hidden;
}

.inner img{
	transition: all 1.5s ease;
	overflow: hidden;
}

.inner:hover img{
	transform-origin:  bottom;
	transform: scale(2);
	overflow: hidden;
}

.inner_art{
	overflow: hidden
}

.inner_art img{
	transition: all 1.5s ease;
}

.inner_art:hover img{
	transform: scale(3);
}

.featured_prod {
	transform: scale(-2);
	transition:all 1.0s ease;
}

.ind img{
	transition:all 1.0s ease;
}

.ind:hover img{
	transform-origin: bottom;
	transform: scale(3);
	z-index: 99999999;
	transition:all 1.0s ease;
}

.imgInd:hover {
	transform-origin: bottom;
	transform: scale(3);
	z-index: 99999999;
	transition:all 1.0s ease;
}

.img1{
	
	transition:all 1.0s ease;
	opacity: 1;
	z-index: 9999;
}

.img2{
	transition:all 1.0s ease;
	opacity: 0;
	z-index: 9999;
}


.ind_div:hover .img1 {
	transition:all 1.0s ease;
	opacity: 1;
	transform-origin: bottom;
	transform: scale(3);
	z-index: 999999;
	
}
.ind_div:hover .img2 {
	transition:all 1.0s ease;
	opacity: 1;
	transform-origin: bottom;
	transform: scale(3);
	z-index: 999999;
}

.tag-list {
	margin: 0;
	padding-inline: 0;
	list-style: none;
}

.tag-list li {
	padding: 1rem;
	background: #496586;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1rem -0,25rem #232323;
}


/* INFINITE SCROLL ANIMATION */
.scroller {
	
	/*border: 3px solid cyan;*/
}



.scroller__inner {
	padding-block: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.scroller[data-animated=true] {
	overflow: hidden;
	-webkit-mask: linear-gradient(
		90deg, 
		transparent,
		white 5%,
		white 95%,
		transparent
	);
	mask: linear-gradient(
		90deg, 
		transparent,
		white 5%,
		white 95%,
		transparent
	);
}

.scroller[data-animated="true"] .scroller__inner {
	width: max-content;
	flex-wrap: nowrap;
	animation: scroll 30s linear infinite;
}

@keyframes scroll {
	to {
		transform: translate(calc(-50% - 0.5rem));
	}
}

/* -----------------------------------------------*/
/* --------Slide show products.php ---------------*/




/* -----------------------------------------------*/

.login-subtitle{
	text-align:center;
	color: #F08159
	
} 

.manu_logo_bg {
    background-color: rgba(255,255,255,1.00);
    margin-top: -20px;
    margin-bottom: -22px;
	border-radius: 15px;
}

.manu_logo {
    height: 50px;
    width: auto;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
	margin-top: 15px;
    margin-bottom: 15px;
	
}


.manu_card_logo {
    max-height: 150px;
    width: auto;
    padding: 0px;
}

.fixed-btn {
	position: fixed;
	background-color: rgba(204,204,204,1.00);
	width: 150px;
	height: 40px;
	line-height: 40px;
}

.div-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  font-size: 20px;
}


label{
   cursor: pointer;
   /* Style as you please, it will become the visible UI component. */
}

#upload-report {
	opacity: 0;
   position: absolute;
   z-index: -1;
}


.iframe_size {
  height: auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
  .iframe_size {width: 400px;}
  .products-move-right {left: 30px;}
  .feature-img-height {height: 250px;}
							
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) {
  .iframe_size {width: 400px;}
  .products-move-right {left: 30px; width: 500px;}
  .feature-img-height {height: 250px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .iframe_size {width: 500px;}
  .products-move-right {left: 30px; width: 500px;}
  .feature-img-height {height: 300px;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .iframe_size {width: 650px;}
  .products-move-right {left: 30px; width: 500px;}
  .feature-img-height {height: 350px;}	
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .iframe_size {width: 750px;}
  .products-move-right {left: 225px; width: 500px;}
  .feature-img-height {height: 350px;}
  .cta-img-height {height: 350px;}
}


/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.iframe_size {
  height: auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .iframe_size {width: 400px;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .iframe_size {width: 400px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .iframe_size {width: 500px;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .iframe_size {width: 650px;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .iframe_size {width: 750px;}
}

.iframe_size_post {
  height: auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .iframe_size_post {width: 300px;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .iframe_size_post {width: 300px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .iframe_size_post {width: 350px;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .iframe_size_post {width: 400px;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .iframe_size_post {width: 450px;}
}


.iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ----------------- INFINITE LOGO SLIDER------------------*/

@keyframes slide {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);	
	}
	
}

.logos {
	overflow: hidden;
	padding: 40px 0;
	margin: 0;
	white-space: nowrap;
	position: relative;
	box-sizing: border-box;
}

.logos:before,
.logos:after {
	position: absolute;
	top: 0;
	width: 75px;
	height: 100%;
	content: "";
	z-index: 2;
	box-sizing: border-box;
}

.logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255,255,255,0), white);
}
.logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255,255,255,0), white);
}

.logos:hover .logos-slide {
	animation-play-state: paused;
}

.logos-slide {
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	animation: 25s slide infinite linear;
}

.logos-slide img {
	box-sizing: border-box;
	height: 70px;
	margin: 0 20px;
}


/* The Modal (background) */
.modalCookie {
  /*display: none;  Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2900; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.70); /* Black w/ opacity */
}

.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.9;
  width: 350px;
  bottom: 20px;
  right: 60px;
  z-index: 3000;
  height: 350px;
  position: fixed;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}
.cookie-disclaimer .container {
  text-align: justify;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}

/* Tool to shorten first line of text to avoid icon image overlapping   */
/*.short-first-line-left:first-line {
  background-color: yellow;
}*/
.short-first-line-left:before {
  content: '';
  float: right;
  width: 80px;
  height: 1em;
}
/*.short-first-line-right:first-line {
  background-color: yellow;
}*/
.short-first-line-right:before {
  content: '';
  float: left;
  width: 60px;
  height: 1em;
}

.my_rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.my_shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.my-row-padding {
	padding: 0px 12px 0px 12px;
}

.text-rotated {
        writing-mode: tb-rl;
        transform: rotate(-180deg);
    }


 /* The heart of the matter */ 
          
.horizontal-scrollable > .row { 
	overflow-x: auto; 
	white-space: nowrap; 
} 

.horizontal-scrollable > .row > .col-xs-4 { 
	display: inline-block; 
	float: none; 
} 
/* Decorations */ 

.col-xs-4 { 
	color: white; 
	font-size: 24px; 
	padding-bottom: 20px; 
	padding-top: 18px; 
} 

.col-xs-4:nth-child(2n+1) { 
	background: green; 
} 

.col-xs-4:nth-child(2n+2) { 
	background: black; 
} 


/* -------------- FOOTER -------------------*/

footer{
	background-color: rgba(37,38,48,1.00);
    
}


.bg_footernopic{
	background-color: rgba(37,38,48,1.00);
}

.bg_footer{
    background-color: rgba(37,38,48,1.00);
    background-image: url("../images/background/bgfooterpumicro9.png");
    background-repeat: no-repeat;
    background-clip: content-box;
    background-origin: content-box;
    background-attachment: scroll;
    background-size: 100% 100%;
}
.mybtn-alpha{
	margin-left: 1px;
	margin-right: 1px;
}

.article-col{
	column-count:3;
	column-width:200px;
	
}



.card-line-spacing {
}


