﻿body {
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

h5 {
    margin: 0;
    padding-top: 4px;
    font-weight: bold;
}

.fs-9 { /* Tamaño 7 */
    font-size: .7rem !important;
}

.mt-1px { /* Custom */
    margin-top: 1px !important;
}

.mt--1px { /* Custom */
    margin-top: -1px !important;
}

#Partidos {
    margin-top: 76px;
    margin-bottom: -64px;
}

#ndruetta {
    margin-top: 76px;
    margin-bottom: 98px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    width: 100% !important;
}

    #ndruetta td {
        border-bottom: 1px solid #ddd;
    }

    #ndruetta th {
        padding-left: 10px;
    }

    #ndruetta textarea {
        resize: none;
        padding: 4px 6px;
        font-size: 15px;
        line-height: 18px;
    }

        #ndruetta textarea.inputext {
            min-height: auto;
            font-weight: bold;
        }

        #ndruetta textarea.textarea {
            min-height: 38px;
            font-weight: normal;
        }

        #ndruetta textarea.modal-title {
            height: auto !important;
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
        }

        #ndruetta textarea.summernote {
            display: none;
        }

    #ndruetta div.note {
        border: 1px solid #ced4da;
        padding: 2px 6px;
        border-radius: 0.25rem;
    }

        #ndruetta div.note.note-inputext {
            height: auto;
            min-height: 28px;
            font-weight: bold;
        }

        #ndruetta div.note.note-textarea {
            position: relative;
            min-height: 38px;
            max-height: none /*115px*/;
            overflow-y: scroll;
            font-weight: normal;
        }

            #ndruetta div.note.note-textarea img.event-poster {
                position: absolute;
                top: 0;
                right: 0;
                width: 40px;
                margin: 1px;
                border-radius: 0.25rem;
            }

    #ndruetta div.note-editable {
        height: 508px !important;
    }

    #ndruetta div.note-editor {
        border-radius: 0.25rem;
    }

    #ndruetta div.note-toolbar {
        border-bottom: 1px solid #ddd;
    }

    #ndruetta div.modal-buttons {
        width: 34px;
        margin: -4px 0 -4px 8px;
    }

    #ndruetta .btn {
        width: 30px;
        height: 30px;
    }

    #ndruetta .btn-delete {
        margin-top: 6px;
    }

#ndruetta_filter,
#ndruetta_info,
#ndruetta_paginate {
    background: #fff;
    position: fixed;
    margin: 0;
    right: 0;
    left: 0;
}

#ndruetta_filter {
    z-index: 999;
    border-bottom: 1px solid #111;
    text-align: center;
    padding: 15px 10px;
    top: 0;
}

    #ndruetta_filter label {
        width: 180px;
        margin: 0;
    }

        #ndruetta_filter label input {
            width: 100%;
            border: 1px solid #ddd;
        }


#ndruetta_info,
#ndruetta_paginate {
    text-align: center;
    border-top: 1px solid #111;
}

#ndruetta_info {
    min-height: 35px;
    padding: 5px;
    bottom: 52px;
}

#ndruetta_paginate {
    min-height: 52px;
    padding: 10px 5px 15px 5px;
    bottom: 0;
}

    #ndruetta_paginate #ndruetta_previous {
        margin-right: 5px;
    }

    #ndruetta_paginate #ndruetta_next {
        margin-left: 5px;
    }

    #ndruetta_paginate .paginate_button {
        padding: 0;
    }

        #ndruetta_paginate .paginate_button.disabled {
            color: #888 !important;
        }

#ndruetta_length {
    display: none;
}

#ndruetta .loader {
    margin-top: -3px;
    margin-left: -1px;
}

#ndruetta_processing {
    top: 25px;
    height: 46px;
    font-size: 16px;
    padding-top: 10px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #111;
}

.btn-light {
    border: 1px solid #ddd;
    background: #fcfcfc;
}

.bootbox-close-button {
    display: none;
}

.dataTable-extra-button,
.dataTable-first-button {
    width: 30px;
    height: 30px;
    margin-top: -1px;
}

.dataTable-extra-button {
    margin-left: 8px;
    margin-right: 0;
}

.dataTable-first-button {
    margin-left: 0;
    margin-right: 2px;
}

.dataTables_filter input {
    height: 32px;
}

i.fa-custom {
    width: 12px;
    color: #ccc;
    font-size: 12px;
    text-align: left;
}

    i.fa-custom.mr-4px {
        margin-right: 4px;
    }

    i.fa-custom.mr-8px {
        margin-right: 8px;
    }

    i.fa-custom.ml-8px {
        margin-left: 8px;
    }

.max-width-991 {
    max-width: 991px;
}

/* Iframe */

.iframe-preload {
    position: absolute;
    left: 0;
}

.iframe-calendar {
    width: 100%;
    height: 132px;
    margin: 0 0 -7px 0;
}

@media (max-width: 991px) {
    .iframe-calendar {
        height: 67px;
    }
}