﻿body {
    margin-top: 20px;
}


.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    /*padding: 2px 8px;*/
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
   
}

.credit-card-box .panel-heading img {
    min-width: 180px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.white-tooltip + .tooltip > .tooltip-inner {
    background-color: white;
    border-radius: 4px;
    border: 1px solid black;
}

#load {
    /*width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../images/iconos/loader.gif") no-repeat center center  rgba(255, 255, 255, 0.7)*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: url`(../../Images/loader.gif) no-repeat center center rgba(255, 255, 255, 0.9);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .image_help {
        position: absolute;
        top: -57px;
        left: 39px;
        border-style: groove;
        z-index: 999;
        background-color: white;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .image_help {
        position: absolute;
        top: -96px;
        left: 55px;
        border-style: groove;
        z-index: 999;
        background-color: white;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .image_help {
        position: absolute;
        top: -96px;
        left: 55px;
        border-style: groove;
        z-index: 999;
        background-color: white;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .image_help {
        position: absolute;
        top: -96px;
        left: 55px;
        border-style: groove;
        z-index: 999;
        background-color: white;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .image_help {
        position: absolute;
        top: -96px;
        left: 55px;
        border-style: groove;
        z-index: 999;
        background-color: white;
    }
}