/* Default */
body > .container {
    padding: 40px 15px 0;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}
.bs-callout-info {
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 3px solid #5bc0de;
    background-color: #f4f8fa;
}
.bs-callout-info h4 {
    margin: 0;
    font-size: 14px;
}
/*--*/

/* Login */
#usuarios.login {
    background-color: #eee;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading {
    margin-bottom: 10px;
    text-align: center;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-vertical {
    display: block;
}
/*--*/

/* Forms */
.error-message {
    padding: 5px 10px;
    font-size: 12px;
}
#content .b-field {
    width: 70%;
}
#content .m-field {
    width: 30%;
}
#content .s-field {
    width: 20%;
}
/*--*/

/* Auth Messages */
#flashMessage, #authMessage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #990000;
    padding: 13px 20px;
    font-weight: bold;
    z-index: 9999;
}
#flashMessage.success {
    background: #D4FFE2;
    border-color: #093;
}
#flashMessage.error,#authMessage.message {
    background: #FDD0D0;
}
/*--*/

/* Visualização Pedido */
.show-ticket {
    margin-top: 30px;
}
/*--*/

/* Payments */
.payment-methods {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    clear: both;
    height: 68px;
}
.payment-methods:after {
    content: "";
    clear: both;
}
.payment-method {
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
}
.payment-method label {
    background: #fff no-repeat center center;
    bottom: 1px;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 1px;
    text-indent: 100%;
    top: 1px;
    white-space: nowrap;
    height: 67px;
}
.payment-method + .payment-method {
    margin-left: 15px;
}
.visa label {
    background-image: url(../img/visa.jpg);
}
.mastercard label {
    background-image: url(../img/mastercard.jpg);
}
.diners label {
    background-image: url(../img/diners.jpg);
}
.elo label {
    background-image: url(../img/elo.jpg);
}
.payment-methods input:focus + label {
    outline: 2px dotted #21b4d0;
}
.payment-methods input:checked + label {
    outline: 4px solid #21b4d0;
}
.payment-methods input:checked + label:after {
    background: url(../img/checked.png);
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -10px;
    width: 20px;
}
@-moz-document url-prefix() {
    .payment-methods input:checked + label:after {
        bottom: 0;
        right: 0;
        background-color: #21b4d0;
    }
}
.img-methods {
    margin: 20px auto;
    display: block;
    width: 160px;
    height: 135px;
}
.list-methods {
    clear: both;
    overflow: hidden;
}
.list-methods .list-group-item {
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.list-methods .text-info {
    text-align: center;
}
.list-methods .active .text-info {
    color: #ffffff;
}
.method-desc {
    font-size: 1.5em;
}
.label-cod {
    position: relative;
    width: 20%;
}
.show-cvv {
    cursor: pointer;
}
.cvv-card {
    display: none;
    position: absolute;
    border: 1px solid #D3D3D3;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    top: -80px;
    left: 60%;
}
.form-validate {
    clear: both;
    overflow: hidden;
}
.form-validate select {
    width: 15%;
}
/*--*/