@charset "utf-8";


/* Admin Panel */
.CenterText
{
text-align: center;
}

.Divider
{
border: solid;
padding: 5px;
margin: 5px;
background-color: #f2fcff;
contain: content;
max-width: 4000px;
}


/* CSS Document */
.Plan {
	display: inline-block;
	max-width: 250px;
	margin-right:10px;
}
.Plan #Bg {
	background-color: #3271F0;
	border: 2px solid;
	border-radius: 25px;
	min-height: 130px;
}
.Plan #Price {
	font-size: large;
	color: #FFF;
}
.Plan #Name {
	font-size: large;
	color: #FFF;
}
.bottom {
	font-size: large;
	color: #6BB506;
}

.PlanContainer {
	clear:both;
	max-width: 2000px;
	width:100%;
	margin:10px auto;	
}
.Plan #Details {
	text-align:left;
	width: 99%;
}
.Plan #Space {
	height:70px;
	margin-top:10px;
}
.checkout{
	width: 75%;
	max-width: 75%;
	border: #5fa318;
	border-style: solid;
	border-radius: 20px;
	padding: 10px;
	contain: content;
	overflow: auto;
}
.checkout .FieldSelected input
{
color: green;
}
.checkout .zoid-outlet {
min-width: 120px !important;
max-width: 250px !important;
width: 25% !important;

}
.checkout .BTField 
{
display: inline-block;
max-height: 100%;
max-width: 100%;
}
.checkout .hosted-field
{
border: solid 1px #dee2e5;
height: 32px;
}
.checkout .panel 
{
width: inherit%;
height: inherit;
}
.checkout .hosted-field--label
{
fill: #5fa318;
}
.braintreeTitle{
	color: green;
	margin-bottom: 0px;
}
.paymentTitle{
	margin-bottom: 0px;
}
.amountTitle{
	margin-top: 0px;
}
.agreeError{
	color:red;
}
.Logo
{
width: 40%;
min-width: 125px;
min-height: 125px;
max-width: 1000px;
max-height: 1000px;
}
.Table
{
table-layout: fixed;
border-collapse: collapse;
}
.Table td
{
display: inline-table;
}
.DBorder
{
border: double;
border-width: thick;
}
.SBorder
{
border: solid;
border-width: 1px;
}
.Graph
{
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
max-height: 95%;
max-width: 95%;	
}
.NewCustomer
{
overflow: none;
max-width: 800px;
width: 90%;
min-width: 300px;
contain: content;
background-color: #fffacc;
text-align: left;
}
.NewCustomer form
{
margin-bottom: 5px;
}
.NewCustomer input[type='checkbox']{
cursor: pointer;
}
.NewCustomerBlock
{
display: inline-block;
width: 30%;
min-width: 80px;
margin-left: 5px
}
.NewCustomerBlock strong
{
width: 90%;
}
.NewCustomerBlock input
{
width: 90%;
}
.NewCustomerBlock textarea
{
max-width: 90%;
max-height: 100px;
}
.PurchasePlanPage
{
width: 90%;
min-width: 170px;
}
.PurchasePlanPage td
{
width: 50%;
}
.PurchasePlanPage table
{
width: 90%;
table-layout:fixed;
border-collapse: collapse;
}
.PurchasePlanPage #Terms
{
width: 90%;
max-height: 200px;
max-width: 90%;
}
.PurchasePlanPage #submit
{
width: 25%;
min-width: 120px;
max-width: 175px;
}
.ChooseAPlan
{
min-width: 250px;
width: 60%;
font-size: 1.05em;
border: none;
}
.ChooseAPlan > #plansavailable
{
width: 75%;
border: double;
border-width: thick;
max-width: 600px;
}
.Btn
{
width: 60%;
font-size: 1em;
height: 40px;
min-width: 145px;
max-width: 400px;
cursor: pointer;
margin: 5px;
}
.CheckBoxSelect{
cursor: pointer;
display: inline-block;
}
@media only screen and (max-width: 600px) 
{
.ChooseAPlan
{
font-size: 1.05em;
}
.Graph
{
max-height: 75%;
max-width: 75;	
}
.Btn
{
width: 60%;
font-size: 1em;
height: 40px;
min-width: 145px;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) 
{
.ChooseAPlan
{
font-size: 1.1em;
}
.PurchasePlanPage table
{
width: 75%;
}
.Graph
{
max-height: 75%;
max-width: 75%;	
}
} 
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) 

{

.ChooseAPlan
{
font-size: 1.15em;
}

.Btn

{
width: 40%;
font-size: 1.1em;
height: 45px;
}

.Graph
{
max-height: 60%;
max-width: 60%;	
}

} 



/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {

.ChooseAPlan
{
font-size: 1.2em;
}

.Btn
{
width: 25%;
font-size: 1.25em;
height: 55px;
}

} 



/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) 

{
.ChooseAPlan
{
font-size: 1.25em;
}

}