/* front */
body.front h2 {
    font-family: 'Gudea';
}
.panel-rojo {
    border-top-color: #d2322d !important;
    border-radius: 5px !important;
}
.insc-evento {
    font-family: 'Gudea';
    color: #000;
}

/* login */
.login .header {
    text-align: center;
}
.body-sign .center-sign {
    margin-top: 130px;
    display: block;
}
.body-sign .panel-sign .panel-body {
    border-top-color: #0ba199;
}
.body-sign {
    height: 100%;
    max-width: 550px;
}
#login-alert {
    margin: 20px 15px 10px;
}
.panel-title-sign h2 {
    font-size: 13px !important;
    letter-spacing: 0;
    font-weight: 400;
}
/* header */
.header {
    height: auto;
    padding: 10px 0 10px 10px;
}
html.fixed .page-header {
    top: 115px;
}
html.fixed .inner-wrapper {
    padding-top: 160px;
}
html.fixed .sidebar-left {
    top: 115px;
}
.header-right {
    height: 86px;
}
.right-wrapper img {
    height: 15px;
    margin-top: 15px;
    margin-right: 10px;
}
.logo img {
    width: 180px;
}

/* sidebar */
#menu .sub {
    padding-left: 10px;
}
/* widgets */
.widget-summary .summary {
    word-break: normal;
}
.panel-body.bg-reg {
    background: #c9ffc8;
}
.sombra {
    box-shadow: #999 2px 2px 4px;
}

/* filtros */
.filtros {
    background-color: #0ba199;
}
.filtros input,
.filtros select {
    font-size: .8em;
}
.filtros .form-control {
    height: auto;
    padding: 3px 6px;
    border: 0;
}
.filtros select.form-control {
    padding: 3px;
}
.filtros .form-control.disabled {
    border: 0;
}
.filtros .filtro-eliminar {
    font-size: .8em;
    padding: 0 2px 1px;
    margin: -36px 1px 0 0;
    border-radius: 8px;
    line-height: .8;
}
.filtros .filtro-eliminar:hover {
    background-color: #EFA740;
}
.form-inline .filtros-right .form-control {
    float: right;
    font-size: .9em;
    margin-left: 10px;
}

/* paginacion */
.pagination {
    margin: 3px 0 0;
}
.pag {
    text-align: center;
    padding-top: 3px;
    overflow: hidden;
    background-color: #eee;
    border-top: 2px solid #ddd;
    min-height: 44px;
}
.pag-total {
    text-align: left;
}
.pag-total p {
    margin: 4px 0 0;
}
.pag-pags {
    text-align: right;
}
.no-pag .pag-total {
    display: none;
}

/* tabla vista */
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #eee;
}
.table.table-vista {
    margin-bottom: 10px;
}
.table.table-vista th.w30 {
    width: 30px;
}
.table.table-vista th.acciones {
    width: 60px;
}
.table.table-vista th.acciones-2x {
    width: 140px;
}
.table.table-vista .acciones a.disabled {
    color: #ccc !important;
    cursor: not-allowed;
}
.table.table-vista .acciones a {
    color: #0ba199;
    margin-right: 5px;
}
.table.table-vista .success .acciones a,
.table.table-vista .warning .acciones a,
.table.table-vista .danger .acciones a,
.table.table-vista .info .acciones a,
.table.table-vista .primary .acciones a,
.table.table-vista .dark .acciones a {
    color: #fff;
}
.table.table-vista tbody td input {
    padding: 0;
    vertical-align: sub;
}
.table.table-vista .acciones .popover a {
    color: #fff;
}
.table.table-vista tbody td {
    cursor: pointer;
}
.table.table-vista th small {
    font-size: .8em;
}
.notificacion {
    background-color: #47a447 !important;
    color: #fff !important;
}
.notificacion-close {
    float: right;
    color: #fff;
    opacity: .8;
    font-weight: bold;
    font-size: 20px;
    line-height: 15px;
}
.notificacion td {
    padding: 15px !important;
}
.table.table-vista tbody td.td-notificacion,
.table.table-vista tbody td.td-reporte {
    cursor: default;
}
p.table.table-vista .btn {
    margin: 0 1px;
}
.botones-pdf {
    width: 120px;
}

/* formularios */
.edit-form h4 {
    margin-top: 20px;
}
.edit-form .form-control {
    padding: 5px 12px;
}
.edit-form .div-upload .upload-info {
    font-size: 85%;
    margin: 5px 0 0;
    line-height: 20px;
}
.edit-form .div-upload .cargando {
    margin-left: 10px;
}
.edit-form .div-upload .img-responsive {
   margin-bottom: 5px;
}
.edit-form .feature-box .feature-box-icon {
    border-radius: 75px;
    width: 75px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.edit-form .has-error .note-editor {
    border-color: #A94442;
}
.edit-form .panel.note-editor {
    margin-bottom: 5px;
}
.edit-form .panel.note-editor .note-editable p {
    font-family: 'Open Sans';
    margin-bottom: 0;
    color: #555;
}
.select2-container--default .select2-selection--single {
    border-color: #ccc;
    height: 34px;
    padding-top: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #555;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    /*margin-bottom: 5px;*/
}
.edit-form .has-error .select2-container--default .select2-selection--single {
    border-color: #A94442;
}
.edit-form .input-group-addon {
    font-size: 13px;
}
.edit-form .radio,
.edit-form .checkbox {
    margin-top: 0;
    margin-bottom: 5px;
}
.edit-form .nombre-file {
    font-weight: bold;
}
.edit-form.edit-avatars .div-upload img {
    border-radius: 50%;
}
.edit-form .upload-info span {
    color: #a52c2c;
}
/* ver ticket */
.bill-to p {
    margin-bottom: 0;
}
/* notas */
.notas-static {
    padding: 5px;
    background-color: #fff;
}
.notas-static p {
    margin: 0;
}
/* dropzone multiple*/
.dropzone {
    background-color: #ddd;
}
.dropzone .dz-preview {
    margin: 4px;
}
.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}
.dropzone.dz-preview {
    width: 195px;
    height: 145px;
}
.dropzone#dropzone-album .dz-preview {
    margin: 5px 6px;
    max-width: 47%;
}
.dropzone#dropzone-noticias .dz-preview {
    margin: 5px 10px;
}
.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    width: auto;
    height: auto;
}
.dropzone .dz-default span {
    color: #555;
}
.dropzone .dz-preview .dz-progress {
    width: 100px;
}
.dropzone .dz-preview .dz-details {
    display: none;
}
.file,
.file-cargado {
    margin-top: 3px;
}
.file .btn-eliminar,
.file-cargado .btn-eliminar-cargado {
    margin-right: 10px;
}
/* sortable */
.sortable div {
    padding: 3px 8px;
    border: 1px solid #70C8E2;
    margin-bottom: 3px;
    background-color: #fff;
    cursor: n-resize;
}
.sortable div .sortable {
    border: 0;
}
.sortable .sortable div {
    background-color: #ddd;
}
.sortable .sortable-placeholder {
    background-color: #eee;
    border: 1px dashed #ccc;
    padding: 2px;
    margin-bottom: 3px;
}
/* popover */
.popover-title {
    font-family: "Open Sans";
    letter-spacing: 0;
    color: #555;
}
/* hide drag and drop */
.note-editor .note-dropzone {
    opacity: 0 !important;
}

/* modal mail */
#modal-mail h5 {
    font-weight: bold;
    margin-bottom: 0;
}

/* otros */
.circular-bar strong {
    top: 25%;
    font-size: 30px;
}
.edit-form .form-group:last-child, .edit-form .form-group:last-of-type {
    margin-bottom: 15px;
}

@media only screen and (max-width: 835px) {

    .header {
        padding: 10px 0 10px 0;
    }
    .page-header {
        padding-right: 0;
    }
    .header .logo-container {
        height: auto;
        border: 0;
        padding-top: 3px;
        padding-bottom: 8px;
        background-color: #FFF !important;
        background-image: none;
    }
    .logo img {
        padding-top: 10px;
    }
    .userbox:after {
        width: 0;
    }
    html.fixed .inner-wrapper {
        padding-top: 0;
    }
    .acciones.text-right {
        text-align: left;
    }
    .body-sign .center-sign {
        margin-top: 120px;
    }
    .derecha .body-sign .center-sign {
        margin-top: 20px;
    }

}
