/*
  Copyright 2019 Square Inc.
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
      http://www.apache.org/licenses/LICENSE-2.0
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  border: 0;
  font-weight: 500;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#form-container {
  position: relative;
  width: 380px;
  margin: 0 auto;
}

.third {
  float: left;
  width: calc((100% - 32px) / 3);
  padding: 0;
  margin: 0 16px 16px 0;
}

.third:last-of-type {
  margin-right: 0;
}

/* Define how SqPaymentForm iframes should look */
.sq-input {
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #E0E2E3;
  background-color: white;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: border-color .2s ease-in-out;
     -moz-transition: border-color .2s ease-in-out;
      -ms-transition: border-color .2s ease-in-out;
          transition: border-color .2s ease-in-out;
}

/* Define how SqPaymentForm iframes should look when they have focus */
.sq-input--focus {
  border: 1px solid #4A90E2;
}

/* Define how SqPaymentForm iframes should look when they contain invalid values */
.sq-input--error {
  border: 1px solid #E02F2F;
}

/*#sq-card-number {
  margin-bottom: 16px;
}*/

/* Customize the "Pay with Credit Card" button */
.pay-button {
  float:left;
  padding:8px 20px;
  margin-top: 10px;
  background: #15B9DC;
  border: 1px solid #15B9DC;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: background .2s ease-in-out;
	 -moz-transition: background .2s ease-in-out;
	  -ms-transition: background .2s ease-in-out;
		  transition: background .2s ease-in-out;
}

.button-reset {
	margin-left: 15px;
	background:#F9F9F9 !important;
	border:1px solid #F9F9F9 !important;
	color:#000 !important;
}

.payment-section {
	background:#FBFBFB !important;
	width:95%;
	margin-top:5px;
}

.pay {
	padding:10px 0px;
	height:40px;
	background:#F0F0F0;
}
.img-head {
	float: left;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px;
	font-size:18px;
	font-weight:800;
}
.payment-section p { margin:0px auto !important; width:96%; font-weight:600; }

.payment-images {
	float:right;
	padding-right:5px;
}
.payment-images img {
	height:33px;
}

.registerForm{
	width:80%;
}

.payment-section ul { margin:0px auto !important; }
.payment-section li { font-weight:600; }
.registerForm ul {
    margin: 0px;
    padding: 0px;
    width: 96%;
    display: table;
    table-layout: fixed;
}
.registerForm li {
    margin: 0px;
    padding: 5px 0px;
    background: none;
    list-style: none;
    vertical-align: top;
    display: table-cell;
    font-size: 14px;
	background:none !important;
}
.mandatory {
    color: #ff0000 !important;
}
.registerForm li input[type='text'], .registerForm li input[type='email'],  .registerForm li textarea {
    display: block;
    margin: 0px;
    padding: 10px;
    border: 1px solid #d2d5da;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    width: 95%;
    outline: none;
	line-height:20px;
}
.txtarea {
    height: 150px !important;
}
.w150{
	width:150px !important;
}
.btn_pay,.btn_reset{
    font-size: 14px;
    font-weight: normal;
    background: #15B9DC;
    border: 0px;
    color: #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
}
.error,#errors p {
	color:#ff0000;
	font-size: 14px;
    font-weight: normal;
}
.card-type-img img { height:33px; }