.tab-pane{
    padding: 15px 0;
}
.actions{
    width:65px;
    text-align: center;
}
.error-message{
    color: #a94442;
}
.fancybox-inner .message.error,
.fancybox-inner h1.page-header{
    margin: 0 0 20px 0;
}
.navbar-text{
    padding-left: 15px;
}
.cursor-pointer{
    cursor: pointer;
}
@media (min-width: 768px){
    #page-wrapper {
        padding-top:25px;
    }
}
.page-header {
    margin: 20px 0 20px;
}
.submit-ajax{
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.table-responsive{
    margin-top:15px;
}

/*--*/
.ck-tipos .form-group label {
    margin-right: 0;
}

/*- checkbox -*/
.boleto, 
.transferencia, 
.cambio_internacional { margin-top: 25px; }
.boleto .btn-group, 
.transferencia .btn-group, 
.cambio_internacional .btn-group { width: 100%; }
.boleto .form-group label, 
.transferencia .form-group label, 
.cambio_internacional .form-group label { margin-right: 0 !important; }
/* .boleto .form-group label.btn-dui, .transferencia .form-group label.btn-lsr { width: 80% } */
.boleto .form-group input[type="checkbox"], 
.transferencia .form-group input[type="checkbox"],
.cambio_internacional .form-group input[type="checkbox"] {
    display: none;
}

.boleto .form-group input[type="checkbox"] + .btn-group > label span,
.transferencia .form-group input[type="checkbox"] + .btn-group > label span,
.cambio_internacional .form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}
.boleto .form-group input[type="checkbox"] + .btn-group > label span:first-child,
.transferencia .form-group input[type="checkbox"] + .btn-group > label span:first-child,
.cambio_internacional .form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.boleto .form-group input[type="checkbox"] + .btn-group > label span:last-child,
.transferencia .form-group input[type="checkbox"] + .btn-group > label span:last-child,
.cambio_internacional .form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}
.boleto .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child,
.transferencia .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child,
.cambio_internacional .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.boleto .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child,
.transferencia .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child,
.cambio_internacional .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.cambio_internacional { float: left; }

.btn {
    margin-right: 5px;
}

.message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}