﻿/**********************************/
/*                                */
/*   SkyBOX Checkout Popup        */
/*   By: Cesar Valenzuela         */
/*   Date: April 15, 2016         */
/*                                */
/**********************************/
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:300;
	color:#21669f;
}
a:link {
	text-decoration:underline;
	color: #21669f;
}
a:hover {
	text-decoration:underline;
	color: #1187e8;
}
h1 {
	font-size:36px;
	color: #21669f;
	font-weight:600;
	margin-top: 5px;
	margin-bottom:5px;
}
h2 {
	font-size:16px;
	color: #21669f;
	font-weight:600;
	margin-top: 0px;
	margin-bottom:5px;
}
.form-control {
    border-color: #d2d6de;
    border-radius: 0;
    box-shadow: none;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
}
.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.btn {
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
}
.btn-block {
    display: block;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
