@CHARSET "ISO-8859-1";

.buyBtn {
  background: #ff0000;
  background-image: -webkit-linear-gradient(top, #ff0000, #fc5d5d);
  background-image: -moz-linear-gradient(top, #ff0000, #fc5d5d);
  background-image: -ms-linear-gradient(top, #ff0000, #fc5d5d);
  background-image: -o-linear-gradient(top, #ff0000, #fc5d5d);
  background-image: linear-gradient(to bottom, #ff0000, #fc5d5d);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  -webkit-box-shadow: 0px 1px 2px #000000;
  -moz-box-shadow: 0px 1px 2px #000000;
  box-shadow: 0px 1px 2px #000000;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.buyBtn:hover {
  background: #f24033;
  background-image: -webkit-linear-gradient(top, #f24033, #ff3b4b);
  background-image: -moz-linear-gradient(top, #f24033, #ff3b4b);
  background-image: -ms-linear-gradient(top, #f24033, #ff3b4b);
  background-image: -o-linear-gradient(top, #f24033, #ff3b4b);
  background-image: linear-gradient(to bottom, #f24033, #ff3b4b);
  text-decoration: none;
}


.mydatagrid
	{
	    width: 80%;
	    border: solid 2px black;
	    min-width: 80%;
	}

	.header
	{
	    background-color: #000;
	    font-family: Arial;
	    color: White;
	    height: 25px;
	    text-align: center;
	    font-size: 16px;
	}

    .rows {
        background-color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #000;
        min-height: 25px;
        text-align: left;
    }

	.rows:hover
	{
	    background-color: #5badff;
	    color: #fff;
	}

	.mydatagrid a /** FOR THE PAGING ICONS  **/
	{
	    background-color: Transparent;
	    padding: 5px 5px 5px 5px;
	    color: #fff;
	    text-decoration: none;
	    font-weight: bold;
	}
	.mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/
{
	    background-color: #000;
	    color: #fff;
	}
	.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
	{
	    background-color: #fff;
	    color: #000;
	    padding: 5px 5px 5px 5px;
	}
	.pager
	{
	    background-color: #5badff;
	    color: White;
	    height: 30px;
	    text-align: left;
	}
	.mydatagrid td
	{
	    padding: 5px;
	}
	.mydatagrid th
	{
	    padding: 5px;
	}


.btn3 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn3:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: #ffffff;
}
.btn2 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

body {
    background-color: white;
    background-image: url('./img/.jpg');
    background-size: cover;
    font-family: "Open Sans" , "Helvetica Neue" ,Helvetica,Arial,sans-serif
}

.body-content {
	position: absolute;
	top: 0;
	left: 20.5%;
	right: 20%;
}

.reviewPaymentDetailsForm {
	position: absolute;
	top: 0;
	left: 20.5%;
	right: 20%;
}

h1 {
	font-family: 'Biryani', sans-serif;
}

.input {
	float: left;
	min-width: 150px;
	max-width: 250px;

	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.input:focus {
	outline: none;
}

.input>span {
	vertical-align: middle;
}

.titlegrey {
	background-color: #1AB188;
	width: 750px;
	border: 1px solid #CCCCCC;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	border-collapse: separate;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	table-layout: fixed;
	font-color: #FFFFFF;
}

.titlegrey2 {
	background-color: #d9d9d9;
	width: 750px;
	border: 1px solid #CCCCCC;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	border-collapse: separate;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	table-layout: fixed;
}

.form-bottom {
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.form-padding {
	padding: 40px;
	font-family: 'Open Sans', sans-serif;
}

.form-font {
	font-family: 'Open Sans', sans-serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

.form-all {
	max-width: 500px;
}

.form-textarea, .form-textbox, .form-dropdown {
	width: 100%;
	padding: 8px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
}

.form-textarea:focus, .form-textbox:focus, .form-dropdown:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0 !important;
}

.form-line-error {
	background: none;
}

/*---------dropdown addon-------------*/
.form-dropdown, x:-moz-any-link, x:default {
	margin-left: 0px !important;
}

/*--firefox fix--*/
.form-dropdown {
	-webkit-appearance: none;
	cursor: pointer;
	background-image: url(../img/css/arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}

/*---------form border------------*/
.form-all {
	margin-top: 3px;
	border: 1px solid #f9fcfc;
}

/*---------fix yellow active background overlapping-------------*/
.form-line {
	width: auto !important;
}

/*---------CUSTOM BUTTON-------------*/
.form-submit-button {
	border: none !important;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none !important;
}

.form-submit-button:active {
	position: relative;
	top: 1px;
}

.form-input .form-error-message {
	box-shadow: none !important;
	border-radius: 0 !important;
}

.form-error-arrow {
	display: none;
}

.form-error-message img {
	margin-top: 1px;
}

.form-validation-error {
	box-shadow: none !important;
}

span.form-sub-label-container+span.form-sub-label-container {
	margin-right: 0;
}

.form-address-table select, .form-address-state, .form-address-table,
	.form-address-line, .form-address-table .form-sub-label-container {
	width: 100%;
}

.form-address-postal, .form-address-city {
	width: 99%;
}

.form-address-table {
	width: 100% !important;
}

.form-address-table td, .form-address-table th {
	padding-bottom: 10px;
	padding: 0 0 10px 0;
}

div span.form-sub-label-container+span.form-sub-label-container {
	width: 49%;
}

input[name$="[first]"], input[name$="[last]"] {
	width: 100%;
}

.form-sub-label-container {
	margin-right: 1px;
	width: 50%;
}

.form-label-left, .form-label-top {
	width: 100% !important;
}

.form-input {
	width: 100% !important;
}

.jotform-form {
	padding-bottom: 10px;
}


@media screen and (max-width:768px) {
	.form-header-group {
		margin: 0 !important;
	}
}