/* ==========================================================================
   Bootstrap overrides
   ========================================================================== */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-image: url('../img/bg-footer.jpg');
    background-repeat: repeat;
    font-family: 'Blogger Sans';
    padding-right: 0 !important;
}

.navbar {
    background: #e3e3e3;
    min-height: 90px;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

#main-menu .nav.navbar-nav.visible-xs a {
    color: #000;
}

#main-menu .nav.navbar-nav.visible-xs .active a {
    font-weight: bold;
}

.circle-languages li {
    margin-right: 10px;
}

.circle-languages li:last-of-type {
    margin-right: 0;
}

.navbar-toggle {
    margin-top: 27px;
}

.navbar-collapse {
    border: none;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#main-menu a {
    color: #FFF;
    text-decoration: none;
}

#main-menu .circle-languages {
    margin-top: 25px;
}

.main-container {
    background: #e3e3e3;
}

.intro-container {
    background: #fff;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.intro-container .feedback p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}

.payment-options p.option-description {
    margin: 0 0 0 10px;
}

.payment-option {
    margin-bottom: 30px;
}

.payment-option .info:hover,
.payment-option.active .info {
    cursor: pointer;
    color: #fff;
    background: #cc3333;
    text-shadow: 0px 1px 1px rgba(116, 10, 10, 0.75);
}

.payment-option .info {
    background: #fff;
    padding-top: 10px;
}

.payment-option .info .option-name {
    font-size: 18px;
    font-weight: bold;
}

.payment-option .info .option-description {
    font-size: 16px;
}

.payment-option .help {
    padding-top: 10px;
    font-style: italic;
    background: #fff;
    cursor: pointer;
}

.payment-option-help {
    background: #fff;
}

.payment-option .help:hover {
    background: #d2d2d2;
}

.payment-option .help-icon {
    font-size: 1.7em;
}

.footer-container {
    color: #999999;
}

a.terms-and-conditions {
    color: #cc3333;
}

a.terms-and-conditions:hover {
    text-decoration: none;
    color: #cc3333;
}

.steps hr {
    border: 1px solid #7f7f7f;
    width: 100%;
    /*position: absolute;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    */
    z-index: 0;
}

.steps .current hr {
    border: 1px solid #000;
}

.steps .completed hr {
    border: 1px solid #397333;
}

.steps .completed {
    color: #397333;
}

.steps .error p {
    color: #e42828;
}

.steps .error hr,
.steps .error .circle {
    border-color: #e42828;
}

.steps .completed .circle {
    border: 2px solid #397333;
}

.steps .current p {
    color: #e42828;
}

.steps p {
    font-size: 23px;
    color: #7f7f7f;
}

.steps .circle p {
    font-size: 30px;
    line-height: 46px;
}

.steps .circle.red p {
    line-height: 40px;
}

.steps p.chosen {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}


.transaction-short-detail {
    background: #f1f1f1;
}

.transaction-short-detail p {
    padding-top: 10px;
}


.small-circle {
    width: 40px;
    height:40px;
    border-radius: 20px;
    border: none;
    background: #ccc;
    font-weight: bold;
    color: #FFF;
}

.small-circle:hover {
    background-color: #e42828;
}

li.active .small-circle {
    background-color: #545454;
}

.small-circle p {
    padding-top: 10px;
}

.small-circle.active {
    color: #000;
}

.circle {
    width: 50px;
    height:50px;
    border-radius: 25px;
    border: 2px solid #7f7f7f;
    background: #fff;
    z-index: 2;
    margin-top: -45px;
}

.completed .circle {
    border: 2px solid #7f7f7f;
}

.completed p {
    color: #397333;
}

.circle-inner {
    width: 46px;
    height:46px;
    border-radius: 23px;
    border: 2px solid #fff;
}

.circle-inner-inner {
    width: 42px;
    height:42px;
    border-radius: 21px;
    border: 1px solid #000;
}

.circle.red {
    background-color: red;
    border: 2px solid #000;
}

.circle.red p {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(116, 10, 10, 0.75);
}

.instructions h3 {
    margin-bottom: 0;
}

.instructions p {
    color: #666;
    font-size: 20px;
    margin-top: 0;
}

.carrier-list.primary p {
    font-weight: bold;
    color: #000;
}

.carrier-list p.other {
    color: #666;
}

.carrier-list p {
    background: #ffffff;
    padding: 8px;
    color: #666666;
    cursor: pointer;
}

.carrier-list p.active,
.carrier-list p:hover {
    color: #fff;
    background: #cc3333;
    text-shadow: 0px 1px 1px rgba(116, 10, 10, 0.75);
}

.payment-instructions {
    font-size: 22px;
}

.payment-instructions a,
.payment-instructions a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #397333;
}

.payment-instructions-container {
    background: #fff;
}

.payment-summary {
    font-size: 28px;
    color: #336633;
}

.payment-cancelled,
.payment-expired {
    font-size: 28px;
    color: #C52D20;
}

.payment-warning {
    font-size: 28px;
    color: #C52D20;
}

.payment-error {
    font-size: 28px;
    color: #C52D20;
}

.payment-summary i,
.payment-cancelled i,
.payment-expired i {
    font-size: 80px;
}

.payment-outro {
    font-size: 24px;
}

.action-buttons {
    color: #666666;
}

.action-buttons div p {
    border: 1px solid #666666;
    padding: 2px;
    font-size: 20px;
}

.action-buttons div a {
    display: block;
    text-decoration: none;
    color: #666;
}

.action-buttons div p:hover > a {
    text-decoration: none;
    color: #cc3333;
}

.action-buttons div p.cancel:hover {
    background: #da2323;
}

.action-buttons div p.cancel:hover > button {
    color: #fff;
}

.action-buttons div p.cancel:hover > a {
    text-decoration: none;
    color: #fff;
}

.action-buttons div p:hover {
    border: 1px solid #cc3333;
    padding: 2px;
    font-size: 20px;
}

.action-buttons.done p {
    background: #fff;
}

ul.footer-menu a {
    color: #999999;
}

ul.footer-menu a:hover {
    text-decoration: none;
    border-bottom: 1px solid #cc3333;
}

.disabled {
    pointer-events: none;
    cursor: pointer;
}

#modal-legal ul {
    padding-left: 20px;
    padding-right: 80px;
}

.sweet-alert h2 {
    font-size: 20px;
    margin: 5px 0;
}

.sweet-alert p {
    font-size: 14px;
}

@media (max-width: 479px) {

    .payment-option {
        margin-bottom: 5px;
    }

    .steps {
        margin-top: 9px;
        margin-bottom: 5px;
    }

    .navbar {
        min-height: 50px;
    }

    .navbar-brand {
        width: 195px;
    }

    .navbar-toggle {
        margin-top: 14px;
        margin-right: 14px;
    }

    .navbar-brand {
        padding: 7px 15px;
    }

    .transaction-short-detail p {
        padding-top: 5px;
        margin-bottom: 0;
    }
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #000;
    font-size: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader.green {
    color: #397333;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.action-buttons button
{
	display: block;
	text-decoration: none;
	font-size: 20px;
	color: #666;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    text-align: center;
    width: 100%;
}

.action-buttons button:focus
{
	outline: 0 !important;
}

.action-buttons button:hover
{
	color: #cc3333;
}

.action-buttons button.cancel:hover
{
	color: #fff;
}

html { height: 100%; overflow-y: scroll }
body { display: table; width: 100%; height: 100%; min-height: 100% }

#main { display: table-row; min-height: 100%; height: 100%; background: #e3e3e3 }

/* bootstrap "required" label */
.form-group.required .control-label:after {
  content: "*";
  color: red;
}

.control-label.required:after {
	content: "*";
	color: red;
}

.form-control.has-error {
	border: 1px red solid;
}

span.error-tooltip {
	color: red;
}