body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #000;
	}
@font-face {
    font-family: CodeFont;
    src: url(cour.ttf);
}

#fileBoxPb {
  width: 0%;
  height: 100%;
  background: green;
  background-color: green;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
}

.slider1 {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #fff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider1:hover {
  opacity: 1;
}
.slider11::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background: #215968;
  cursor: pointer;
}
.slider1::-moz-range-thumb {
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background: #215968;
  cursor: pointer;
}

.pointer1 {
  cursor: pointer;
}

input, select, textarea {
	font: 18px/22px Lucida Grande, Lucida, Verdana, sans-serif;
	}
input.submit {
	background: lightblue;
	border: 3px solid #215968;
	border-radius: 10px;
	color: #215968;
	font: bold 16px sans-serif;
	width: 150px;
	height: 30px;
	transition: 0.4s all ease;
	cursor: pointer;
	}
input.submit:hover {
	background: #215968;
	border: 3px solid #215968;
	border-radius: 5px;
	color: #dbeef4;
	}
input.submitMnu {
	background: #215968;
	border: 3px solid #55a3bd;
	border-width: 0px 3px 0px 0px;
	color: lightblue;
	font: bold 16px sans-serif;
	width: 300px;
	height: 25px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: 0.2s all ease;
	}
input.submitMnu:hover {
	background: lightblue;
	border: 3px solid #55a3bd;
	border-width: 0px 3px 0px 0px;
	color: #215968;
	}
.submitLO {
	background: #FA8072;
	border: 3px solid #8B0000;
	border-radius: 10px;
	color: #8B0000;
	font: bold 16px sans-serif;
	width: 120px;
	height: 30px;
	cursor: pointer;
	transition: 0.4s all ease;
	}
.submitLO:hover {
	background: #DC143C;
	border-radius: 5px;
	color: #FFA07A;
	}
input.submit2 {
	background: #00bfff;
	border: 2px solid #0080ff;
	border-radius: 25px;
	color: #0040ff;
	font: bold 14px Lucida Grande, Lucida, Verdana, sans-serif;
	width: 400px;
	height: 34px;
	transition: 0.2s all ease;
	margin-bottom: 2px;
	cursor: pointer;
	margin-top: 3px;
	}
input.submit2:hover {
	background: #DAF7A6;
	border: 2px solid #d04040;
	border-radius: 10px;
	color: #1f9e45;
	}
input.submit2:disabled{
	background: #ccc;
	color: #ffffff;
	cursor: default;
	border: 2px solid #aaa;
	}
input.submit3 {
    border-color:#ccc;
    border-radius:3px;
    border-width:1px;
    font-size:18px;
    height: 30px;
    outline-style: none;
    transition:0.5s all ease;
    }
input.submit3:hover {
    border-color:#102045;
    }
input.submit3:focus {
    border-color:#102045;
    background: #FFFACD;
    }
.submit2 {
	background: #1f9e45;
	border: 2px solid #0c5923;
	border-radius: 15px;
	color: #DAF7A6;
	font: bold 14px Lucida Grande, Lucida, Verdana, sans-serif;
	width: 400px;
	height: 34px;
	transition: 0.2s all ease;
	margin-bottom: 2px;
	cursor: pointer;
	margin-top: 3px;
	}
.submit2:hover {
	background: #DAF7A6;
	border: 2px solid #d04040;
	border-radius: 8px;
	color: #1f9e45;
	}
.submit2:disabled{
	background: #ccc;
	color: #ffffff;
	cursor: default;
	border: 2px solid #aaa;
	}

.submit4 {
    background: lightblue;
    border-radius: 10px;
	cursor: pointer;
	text-align: center;
	font-size:28px;
	text-decoration: none;
	border: 0px solid #215968;
	color: #215968;
	font: bold 28px Lucida Grande, Lucida, Verdana, sans-serif;
	width: 400px;
	height: 34px;
	transition: 0.2s all ease;
	margin-bottom: 2px;
	margin-top: 3px;
	}
.submit4:hover {
	background: #DAF7A6;
	color: #1f9e45;
	}

.dbuttonP {
    background-color: #29a6d9;
    color: #0a484d;
    border-width: 0px;
    border-radius: 5px;
    width: 200px;
    height: 50px;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
.dbuttonP:disabled {
    background-color: #e5e7e9;
    color: #aaa;
    cursor: default;
}
.dbuttonP:hover:enabled {
    background-color: #445a63;
}

img.img11 {
	border: 3px solid #ffffff;
	border-radius: 6px;
	}
img.img11:hover {
	border: 3px solid #ffff90;
	}
img.img22 {
	border-radius: 3px;
	}
img.img33 {
	border: 5px solid #dbeef4;
	}
img.img33:hover {
	border: 5px solid #ffff90;
	}

.bordercl {
  border: 5px solid #dbeef4;
  display: inline-block;
  height: 147px;
}
.bordercl:hover {
  border: 5px solid #ffff90;
  display: inline-block;
}

img.img34 {
	border: 2px solid #80c2d9;
	cursor: pointer;
	}
img.img34:hover {
	border: 2px solid #ffff90;
	}
img.img35 {
	opacity: 0.4;
	}
img.img35:hover {
	opacity: 1.0;
	}
a:hover {
	color: #ff0000;
	}
.a01 {
	text-decoration: none;
	color: #215968;
	}
.a02 {
	text-decoration: none;
	color: #215968;
	text-decoration-line: none;
	}
.a02:hover {
	text-decoration-line: underline;
	}
.a03 {
	color: #215968;
	}
.a03:hover {
	color: #ff0000;
	}
.a04:hover {
	color: #ff0000;
	}
.a05:hover {
	color: #ffff00;
	}

.zoom1:hover {
	transform: scale(1.3); 
	-webkit-transition: transform 0.3s;
	}

h1 {
	display: inline;
	color: #215968;
	font-size: 32px;
	}

.modelbox_desktop {
	width: 235px;
	background-color: lightblue;
	float: left;
	position: relative;
	margin: 5px 1px 10px 1px;
	}
.modelbox_pop {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 233px;
	height: 183px;
	overflow: hidden;
	display:none;
	}
.modelbox_thumb {
	width: 44px;
	height: 30px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	border-radius: 25px;
	border-style: dotted;
	border-width:1px;
	border-color: #ffff90;
	opacity: 0.4;
	}
.modelbox_thumb:hover {
    opacity: 1.0;
    }
/* Define a CSS animation named "blink" */ 
    @keyframes blink { 
        0%, 
        100% { 
            background-color: #dbeef4; 
        }
        50% { 
            background-color: #F4F3CF; 
        } 
    } 
    /* Apply the "blink" animation to elements with class "blinking-effect" */ 
    .blinking-effect { 
        animation: blink 3s linear infinite; 
    } 

.uploaddiv {
    border: 3px dotted #29a6d9;
    color: #238bb4;
    border-radius: 20px;
    font-size: 28px;
    font-family: 'Consolas', 'Courier New', monospace;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}
.uploaddiv:hover {
    border: 3px solid #145877;
    color: #145877;
    border-radius: 10px;
}