/* Standard */
html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	margin-bottom: -100px; /* Set Equal to footer height for sticky footer */
}

.push {
	height: 100px; /* Set Equal to footer height for sticky footer */
}

footer {
	min-height: 100px;
}



/* Forms */

.fake-label {
	display: inline-block;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: bold;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
max-width: 100%;
min-width: 160px;
padding-right: 10px;
text-align: right;
width: 160px;
}


label, .fake-label {
	text-align: right;
	padding-right: 10px;
	min-width: 100px;
}

@media (max-width: 1199px) {
  label, .fake-label {
    text-align: left;
    min-width: 20px;
  }


}

.form-group {
	clear: both;
}

.form-padding {
	padding-left: 20px;
	padding-right: 20px;
}

.form-group input, .form-group select {
	margin-bottom: 10px;
}

.form-group input[type='number'] {
	min-width: 212px;
}

select {
	min-width: 212px;
}


.exp-date {
	width: 80px !important;
	max-width: 80px;
	min-width: 80px !important;
	display: inline !important;
}

.exp-month {
	width: 60px !important;
	max-width: 60px;
	min-width: 60px !important;
	display: inline !important;
}



.input-group-btn button {
	margin-top: -20px;
}

@media (max-width: 749px) {
  .input-group-btn button {
    margin-top: -16px;
    }  
}

.has-feedback .form-control {
	padding-right: 13px;
}



/* Tables */

td, th {
	border: 1px solid #000;
	padding: 10px;
}

th {
	background-color: #e3e6e8;
}

table.table-full {
	width: 100%;
}


@media (min-width: 970px) {
  table.table-sm td, table.table-sm th {
		min-width: 100px;
	}
}

table.striped-col td:first-child {	/* Adds striped col */
	background-color: #e3e6e8;
}


/* Text */
.text-left {text-align: left;}
.text-right, .money, .price {text-align: right;}
.text-center {text-align: center;}


/* Spacing */
.padding {
	content: "&nbsp;";
	color: rgba(0,0,0,0);
	height: 20px;
	width: 100%;
	clear: both;
}

.pad-left {margin-left: 40px;}
.pad-right {margin-right: 40px;}
.pad-top {margin-top: 20px;}
.pad-bottom {margin-bottom: 20px;}

.spacing {
	clear: both;
	padding: 10px 0 0 0;
}

/* Mobile */
@media only screen and (max-width: 767px) {

  	.center-mobile {
		text-align: center !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.clear-mobile {
    	clear: both;
  	}

  	.btn {
  		margin: 4px;
  	}

	table {
		font-size: 12px;
	}

}

.btn-holder {
	margin: 20px 0;
}


/* Style */
.hidden {display: none;}
.centered, .center  {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.shadow {
  -moz-box-shadow:    2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow:         2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.gradient {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(221,221,221,1) 0%, rgba(153,153,153,1) 100%, rgba(102,102,102,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(153,153,153,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%,rgba(102,102,102,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(221,221,221,1) 0%,rgba(153,153,153,1) 100%,rgba(102,102,102,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

.btn-circle {
    border-radius: 100px;
}

.mega {
    font-size: 1.4em;
}
