header {
  background-color: #666;
  padding: 30px;
  text-align: center;
  font-size: 35px;
  color: white;
}

.scroll-box {
	height: 400px; /* maximum height of the box, feel free to change this! */
	overflow-y: scroll;
}
.scroll-box {
	background: #f4f4f4;
	border: 2px solid rgba(0, 0, 0, 0.1);
	height: 400px; /* maximum height of the box, feel free to change this! */
	padding: 15px;
	overflow-y: scroll;
}
.img-magnifier-container {
  position:relative;
  Margin-left:240px;
}
.buttonpop {
  width: 30px;
  height: 30px;
  background-image: url('download.png'); /* Set the image URL */
  background-size: cover; /* Make the image cover the button */
  background-repeat: no-repeat; /* Prevent image from repeating */
  border: none; /* Remove button border */
  cursor: pointer;
  background-color: transparent; /* Make the background transparent */
  border:none;
  box-shadow:0 0px 0 white, 0 0px 0 rgba(0,0,0,0.0);
}
.modalpop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.modalpop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
}

.button-list {
  list-style: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
}

.button-list li {
  margin-bottom: 10px; /* Adjust the spacing between buttons */
}

.button-list li button {
  width: 100%; /* Make buttons expand to the full width of the container */
  padding: 10px; /* Add padding to the buttons */
  text-align: center; /* Center the text within buttons */
}

.close {
  float: right;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}


#drawsection {
	margin-left: 240px;
	position: absolute;
	border:1px solid #f0ecec;
	width:100%;
	height:100%;


}

#back_image {
	background:#ffffff;

	margin-left: 240px;
	margin-top: 0px;
	position:absolute;
	width:auto;
	height:100%;
	Margin-left:240px;

}

#copy_image {
	background:#ffffff;

	margin-left: 240px;
	margin-top: 0px;
	position:absolute;
	width:auto;
	height:100%;
	Margin-left:240px;

}

#front_image {

	background:#ffffff;
	margin-left: 240px;
	margin-top: 0px;
	position:absolute;
	width:auto;
	height:100%;
	   vertical-align: middle;
	Margin-left:240px;
	overflow: hidden;
	overflow-y: scroll;
	overflow-x: scroll;
	position: fixed;

}


#front_image_inside {


  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
	margin-top: auto;
  margin-bottom: auto;
  width: 50%;

}

#canvas-container {
	left:240px;
	width:auto;
	height:100%;

}

#canvas {
	margin-left:0px;
		width:auto;
	height:100%;
	z-index: 0;
	background-color: "#fffff";



}


nav{
  background:#EC6608;;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:240px;
  overflow:hidden;
  -webkit-transition:width .2s linear;
  transition:width .2s linear;
}

navlabel{
  background:transparent;
  color: #ffff;
  position:absolute;
  width:240px;
  bottom:10px;
  left: 0px;
  text-align: center;
  font-family:Arial;
	font-size:8px;
}
buttoner {
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background-color:transparent;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:0px 0px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}
buttoner:hover {

}
buttoner:active {
	position:relative;
	top:1px;
}
button {

	background-color:#ffffff;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:0px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
button:hover {
	background-color:#fbfbfb;
}
button:active {
	position:relative;
	top:1px;
}



a {
  position:relative;
  text-decoration:none;
  color:white;
  font-size: 13px;
  display:table;
  width:240px;
  border-top:1px solid #966d53;
}
.fa {
  position: relative;
  width: 70px;
  height: 36px;
  text-align: center;
  top:12px;
  font-size:20px;
}
nav .nav-text  {
  position:relative;
  top:12px;
}

a:hover{
color:#fff;
background-color:#764228;
}
nav:hover{

left:0;
  width:240px;
}
.logo{
  width:70px;
  font-family: 'Tangerine', serif;
  text-align:center;
  transition:all 0.5s ease;
}
.label{
  height:0px;
  float:left;
  width:70px;
  transition:all 0.5s ease;
  font-family: 'Tangerine', serif;
  opacity:0;
}
nav:hover> .logo{
  width:240px;
}
nav:hover> .logo > h2{
  text-indent: -999px
}
nav:hover> .logo > h2:before{
  text-indent: 0px;
  content:'OnAirCode';
  float:left;
  position:relative;
  left:60px;
}
nav:hover> .label{
  height:50px;
  width:50px;
  opacity:1;
  color:black;
  text-align:center;
}
.mid-block
{
background-color:#966d53;
text-transform:capitalize;

}
.scrollbar
{

overflow-y: hidden;
overflow-x: hidden;
}

#style-1::-webkit-scrollbar-track
{

}

#style-1::-webkit-scrollbar
{
	  left:0;
width: 0px;
background-color: #ffffff;
}

#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.0);
background-color: #764228;
}
.scrollbar:hover{

  overflow-y: scroll;
  overflow-x: hidden;
}


.column {
	float:left;
	 overflow-y: scroll;
}

.column-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
}


.thumbnail {
  /* Define the size of each thumbnail */
  width: 120px; /* You can adjust this as needed */
  height: auto; /* Maintain the aspect ratio */
  margin-right: 10px; /* Add some space between thumbnails */
}

.close-thumbnail {
	top: 10px;
  color: rgb(0, 0, 0);
  cursor: pointer; /* Add a cursor pointer to indicate clickability */
}


article.clients {
	float: left;
	display: table-cell;
	vertical-align: center;
	width: 188px;
	height: 128px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #4d4d4d;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
				 border-radius: 3px;
}

article.clients * {
	vertical-align: center;
}

article.clients span {
	display: inline-block;
	height: 100%;
	width: 1px;
}



#marquee {
  width: 202px;
	position: absolute;
	margin-left: 80%;
	margin-top: 40px;
	background-color: white;
	border: 1px solid #f0ecec;
	height: 700px;

}

#infoblock {
	width: 202px;
	position: absolute;
	border: 1px solid #f0ecec;
	font-size: 12px;
	background-color: white;
	z-index: 10;
	padding: 10px 16px;
		height: 710px; /* maximum height of the box, feel free to change this! */
	padding: 15px;
	overflow-y: scroll;



}

#infoblock > * {
	/* This is to correctly align the 'popup' menus. */
	float: left;
}

#infoblock > input {
	display: block;
	margin: 2px 0 0 0;
}


.languagetools {
	width: 120px;
	position: absolute;
	margin-left: 242px;
	border: 0px solid #f0ecec;
	height: 168px;
	background-color: white;
	z-index: 10;
}

.languageitems {

	width: 120px;
	border: 1px solid #f0ecec;
	height: 30px;
	background-color: white;
	z-index: 10;
}
#languagelabel {

	margin-top: -6px;
	position:fixed;
	width: 90px;
	padding: 10px;
	height: 30px;
	font-size: 12;
	font-family: sans-serif;
	font-weight: 2;
	background-color: transparent;

}

#languagelabelnl {

	margin-top: -6px;
	position:fixed;
	width: 90px;
	padding: 10px;
	height: 30px;
	font-size: 12;
	font-family: sans-serif;
	font-weight: 2;
	background-color: transparent;

}

#languagelabelfr {

	margin-top: -6px;
	position:fixed;
	width: 150px;
	padding: 10px;
	height: 30px;
	font-size: 12;
	font-family: sans-serif;
	font-weight: 2;
	background-color: transparent;

}



#toptools {
	width: 202px;
	position: absolute;
	margin-left: 80%;
	border: 0px solid #f0ecec;
	height: 40px;
	background-color: white;
	z-index: 10;
}

#toptools > * {
	/* This is to correctly align the 'popup' menus. */
	float: left;
}

#toptools > input {
	display: block;
	margin: 2px 0 0 0;
}



#recordtools {
	top: 56px;
	width: 204px;
	border: 1px solid #f0ecec;
	height: 100px;
	background-color: transparent;
	z-index: 10;
}

#recordtools > * {
	/* This is to correctly align the 'popup' menus. */
	float: left;
}

#recordtools > input {
	display: block;
	margin: 2px 0 0 0;
}


span {
  content: "\2022";
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.btn-circle1 {
	top: 10px;
	width: 200px;
	height: 30px;
	padding: 10px 10px;
	border-radius: 15px;
	text-align: center;
	border: 4px solid #000000;
	font-size: 12px;
	line-height: 1.42857;
}

.btn-circle2 {
	width: 200px;
	height: 34px;
	padding: 10px 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #a2a2a2;
	font-size: 12px;
	line-height: 1.42857;
}
.btn-circle3 {
	width: 38px;
	height: 38px;
	padding: 10px 10px;
	border-radius: 19px;
	text-align: center;
	border: 4px solid #000000;
	font-size: 12px;
	line-height: 1.42857;
}
.btn-circle4 {
	width: 42px;
	height: 42px;
	padding: 10px 10px;
	border-radius: 21px;
	text-align: center;
	border: 4px solid #000000;
	font-size: 12px;
	line-height: 1.42857;
}




#imagepopinside {
	margin-top: 0px;
	margin-left: 15px;
	width: 780;
	height: 300px;
	background-color: #fffff;

	 overflow-y: scroll;

}


#formpopinside {
	margin-top: 0px;
	margin-left: 20px;
	width: 760px;
	height: 240px;

	background-color: #fffff;

}

#newformpop {
	top: 200px;
	width: 800px;
	position: absolute;
	margin-left: 400px;
	border: 0px solid #f0ecec;
	height: 400px;
	background-color: #e01212;
	z-index: 10;
	opacity:0;
	display: none;
	box-shadow:inset 4px 4px 0px 0px #ffffff;
	background-color:#ffffff;
	border:2px solid #dcdcdc;
		border-radius: 10px;
			-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;

}
body, html {
  height: 100%;
}


#formpop {
	top: 200px;
	width: 800px;
	position: absolute;
	margin-left: 400px;
	border: 0px solid #f0ecec;
	height: 400px;
	background-color: #e01212;
	z-index: 10;
	opacity:0;
	display: none;
	box-shadow:inset 4px 4px 0px 0px #ffffff;
	background-color:#ffffff;
	border:2px solid #dcdcdc;
		border-radius: 10px;
			-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;

}

#formpop > * {
	/* This is to correctly align the 'popup' menus. */
	float: left;
}

#formpop > input {
	display: block;
	margin: 2px 0 0 0;
}

#savetools {
	top: 175px;
	width: 204px;
	position: absolute;
	margin-left: 80%;
	border: 1px solid #f0ecec;
	height: 104px;
	background-color: transparent;
	z-index: 10;
}

#savetools > * {
	/* This is to correctly align the 'popup' menus. */
	float: left;
}

#savetools > input {
	display: block;
	margin: 2px 0 0 0;
}


#drawtools {
	top: 45px;
	width: 202px;
	position: absolute;
	margin-left: 80%;
	border: 1px solid #f0ecec;
	height: 120px;
	background-color: transparent;
	z-index: 10;
}

#drawtools > * {
	/* This is to correctly align the 'popup' menus. */
	float: left;
}

#drawtools > input {
	display: block;
	margin: 2px 0 0 0;
}

#pop {
	top: 300px;
	width: 202px;
	position: absolute;
	margin-left: 1238px;
		border: 0px solid transparent;
	height: 50x;
	background-color: transparent;
	z-index: 10;
}

#pop > * {
	/* This is to correctly align the 'popup' menus. */
	float: left;
}

#pop > input {
	display: block;
	margin: 2px 0 0 0;
}

#popwe {
	top: 350px;
	width: 202px;
	position: absolute;
	margin-left: 1238px;
	height: 50x;
	background-color: transparent;
	z-index: 10;
}

#popwe > * {
	/* This is to correctly align the 'popup' menus. */
	float: left;
}

#popwe > input {
	display: block;
	margin: 2px 0 0 0;
}

#shape_menu, #saveas_menu {
	display: none;
	position: absolute;
	border: 0px solid;
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	padding: 5px;
}

#zoom_element {
	z-index: 100;
	display: none;
	position: absolute;
	top: 25%;
	right: 0;
	width: 50px;
	height: 50%;
	border: 1px solid #cccccc;
}

#zoom_element #zoom_amount {
	position: absolute;
	margin-top: -21px;
	height: 20px;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}

#zoom_element #zoom_section {
	position: absolute;
	background-color: #ffffff;
	width: 50px;
	height: 100%;
}

#zoom_element #zoom_section #zoom_bar {
	position: absolute;
	margin-left: 20px;
	width: 10px;
	height: 100%;
	background-color: #cccccc;
}

#zoom_element #zoom_section #zoom_slider {
	z-index: 105;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	width: 50px;
	height: 20px;
	background-color: #000000;
	cursor: move;
}


/* Cursors */
.pencil_active {cursor: url(img/pencil.gif), auto;}
.eraser_active {cursor: url(img/eraser.gif), auto;}
.rectangle_active {cursor: crosshair;}
.oval_active {cursor: crosshair;}
