button, .button, .tinybutton
{
	font-size: 3vh;
	height: 4vh;
	width: 100%;
	margin: 2px;
	border-radius: 5px;
	border: 1px solid silver;
}

button, .button {
	max-width: 330px;

}

button:hover, .button:hover {
	background: #0000;
	text-shadow: 0 5px 15px rgba(145, 92, 182, 1);
	cursor:pointer;
}

.smallbutton {
	width: 32%;
	max-width:170px;
}

.tinybutton {
	width: 8%;
	max-width:50px;
}

.bigbutton {
	width: 100%;
	max-width:640px;
}

button img, .button img {
  width: 3vh;
  height: 3vh;
  object-fit: cover;
}

.panelpop button {
	font-size: 3vh;
	height: 3.5vh;
	width: auto;
}


input, select, textarea, .wide, .bigwide {
	font-size: 3vh;
	border-radius: 5px;
	border: 1px solid silver;
	padding: 0px 5px 0px 5px;
	margin: 1px;
}

input, select, textarea, .wide {
	height: 4vh;
	max-width: 98%;
}

input.largeckbx {
	margin-left: 20px;
	transform : scale(3);
}

textarea {
	width: 99vw;
	min-height: 8vh;
	word-wrap: normal;
	resize:none;
}

.wide {
	width: 99vw;
}

.wide2 {
	width: 99vw;
	max-width: 90%;
}

.bigwide {
	width: 99vw;
	height: 30vh;
	text-align: top;
	resize:vertical;
}

.editable {
	color: black;
	border: 1px solid #green;
	box-shadow: inset 0px 0px 5px lime;
}

:disabled, :hover:disabled {
  border: 1px solid silver;
  box-shadow: none;
  background: #dddddd;
  cursor:not-allowed;
  text-shadow: none;
}

.ddbox {
	z-index: 10;
	display: block;
	position: absolute;
	background: white;
	text-align: left;
	border: solid 1px #000066;
	border-radius: 5px;
	padding: 3px;
	min-width: 200px;
	max-width: 800px;
	visibility: hidden;
	margin-top: 1px;
}

a {
	text-decoration: none;
	color:#000066;
	text-shadow: 0 5px 15px rgba(145, 92, 182, 0.8);
	border-radius: 3px;
	padding: 3px;
}

a:hover {
  text-decoration: underline;
  text-shadow: 0 5px 5px rgba(145, 92, 182, 1);
}

.w0 {
	color: #0000ca;
	font-weight: bold;
	font-size: 10vh;
	margin-left: 1vw;
	margin-top: 0;
	margin-bottom: 0;
}

.w0lang {
	color: #0000ca;
	font-weight: normal;
	font-size: 2.5vh;
		margin-top: 0;
	margin-bottom: 0;
}

.w0specs {
	font-weight: normal;
	font-size: 2.5vh;
	margin-top: 0;
	margin-bottom: 0;
}

.mcnt {
	font-weight: bold;
	font-size: 5vh;
	margin-top: 0;
	margin-bottom: 0;
}

.tag0, .tag0 a {
	padding: 2px 10px;
	color:#ffffff;
	background-color: #00c1ca; /* #00007f; */
	border: 0px;
	border-radius: 6px;
	margin-left:  3px;
	height: 3.5vh;
}

.tag0R, .tag0R a {
	padding: 5px;
	color:#ffffff;
	background-color: #00c1ca; /*#00007f;*/
	border: 0px;
	border-radius: 8px;
	float:  right;
	margin: 1px;
	font-size: 2vh;
	height: 2.5vh;
}

.info {
	float: right;
	color:  #00c1ca;
	font-size: 1.75vh;
	font-weight: 200;
	margin: 0px;
	text-align: right;
}

.alert {
	color:red;
}

.green {
	color:lime;
}

.silver {
	color:silver;
}

.orange {
	color:orange;
}

.newicon {
	color: red;
    font-size: 1.75vh;
    
    /**animation**/
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    
    /** Rotation */
        -webkit-transform: rotate(-90deg); 
        -moz-transform: rotate(-90deg);    
        transform:rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.photo {
	width: 100%;
}

.icon {
	height: 2.7vh;
	max-width: 50px;
}

h1 {
	font-weight: bold;
	font-size: 5vh;
	margin: 0px;
}

h2 {
	font-weight: bold;
	font-size: 3vh;
	margin: 0px;
}

h3 {
	color: #0000ca;
	font-weight: bold;
	font-size: 2.5vh;
	margin: 2vh 0px 0px 0px;
}

h4 {
	color:  #00c1ca;
	font-size: 2vh;
	font-weight: normal;
	margin: 0px;
}

h5 {
	color:  #8c8c8cff;
	font-size: 2vh;
	font-weight: normal;
	margin: 0px;
}

hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #00c1ca; /*#000066; */
	margin: 0px;
}

.hr2 {
	clear: both;
	height: 3px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #00c1ca; /*#000066; */
	margin: 0px;
}