﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
}
.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 35px;
    width: 35px;
}

.modalBackground {
background-color:Gray;
filter:alpha(opacity=60);
opacity:0.9;

} 

.modalPopup
{
      background-color:#ffffdd;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:5px;
      width: 350px;
      height:300px;
}

.modal-info
{
     position: fixed;
   z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: grey;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center-info
{
    z-index: 1000;
    margin: 20px auto;
    padding: 20px 50px 20px 50px;
    width: 90%;
    max-width: 700px;
    background-color: whitesmoke;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    font-size: 10pt;
}

.searchPanel {
        width: 100%;
    max-width: 750px;
    background-color: White;
    border-radius: 10px;
}

.Shadowframe {
		width: auto;
		height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        box-shadow: 0 0 50px grey;
        -moz-box-shadow: 0 0 50px grey;
        -webkit-box-shadow: 0 0 50px grey;
}

.smallframe {
		width: 200px;
		height: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        box-shadow: 0 0 25px #333333;
        -moz-box-shadow: 0 0 25px #333333;
        -webkit-box-shadow: 0 0 25px #333333;
}

.myButton {
    font-family: Arial, Helvetica;
	padding: 10px 20px !important;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  background-color: #EF7D00; 
  	line-height: 1.4;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.75);
	margin: 10px 10px 10px 0;
	border: none;
	cursor: pointer;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;

}

.myButton-disabled {
    font-family: Arial, Helvetica;
	font-weight: bold;
  font-size: 10pt;
	line-height: 1.4;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 10px 10px 0;
	padding: 10px 20px !important;
	border: none;
	text-align: center;
	cursor: auto;
	-moz-appearance: none;
	white-space: nowrap;
	text-decoration: none;
	background-color: #CCCCCC;
	color: gray;

}
.myInput {
  float: left;
  margin: 2px 0px 2px 0px;
  width: 93%;
  height: 22px;
    font-family: Arial, Helvetica;
  font-size: 9pt; 
  color: #000000;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  padding: 5px;
  background-color: whitesmoke;
 }

 
.smallButton {
    font-family: Arial, Helvetica;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 9pt;
  font-weight: normal;
  background-color: #EF7D00; }

.myDropDown {
  float: left;
  margin: 2px 0px 2px 0px;
  width: 98%;
  height: 32px;
  font-family: Arial, Helvetica;
  font-size: 9pt; 
  color: #000000;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -moz-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.75) inset;
  padding: 5px;
  background-color: whitesmoke;
 }

.myOptionBoxBottom-plat {
    background-color: #e5e4e2;
    border-color: #a6a6a6;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    font-size: 9pt;
}
  
.myOptionBoxBottom-gold {
    background-color: #FFD700;
    border-color: #c2a404;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    font-size: 9pt;
}

.myOptionBoxBottom-silver {
    background-color: #C0C0C0;
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    font-size: 9pt;
}

h9 {
    padding: 0;
   	font-size: 11pt;
       font-weight:700;
	color: #000000;
}

/* Checkbox fix*/
input[type=checkbox]{
	-webkit-appearance: checkbox !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: initial !important;
	margin-right: 3px !important;
	margin-right: 10px !important;
}