﻿.daterangepicker {
    position: absolute;
    left: 0;
    margin-top: 5px;
    width: auto;
    padding: 0;
}

    .daterangepicker.dropdown-menu {
        max-width: none;
        background-color: transparent;
        border: 0;
        z-index: 1050;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .daterangepicker .calendar, .ranges {
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    }

    .daterangepicker.dropup {
        margin-top: -7px;
    }

    .daterangepicker.opensright .calendars {
        float: right;
    }

    .daterangepicker.single .calendar {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .daterangepicker.single .ranges {
        display: none;
    }

    .daterangepicker.show-calendar .calendar {
        display: block;
    }

    .daterangepicker .calendar {
        display: none;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin: 0;
        padding: 5px;
        box-shadow: 0 1px 3px rgba(0,0,0,.1);
    }

    .daterangepicker td.available:focus, .daterangepicker td.available:hover, .daterangepicker td.in-range {
        background-color: #f5f5f5;
        border-radius: 3px;
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        white-space: nowrap;
        text-align: center;
    }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

    .daterangepicker th {
        color: #999;
        font-weight: 600;
        font-size: 12px;
    }

        .daterangepicker th > i {
            top: 0;
        }

        .daterangepicker th.available {
            cursor: pointer;
        }

            .daterangepicker th.available:focus, .daterangepicker th.available:hover {
                color: #333;
            }

    .daterangepicker td {
        cursor: pointer;
    }

        .daterangepicker td.disabled, .daterangepicker td.off {
            color: #ccc;
        }

        .daterangepicker td.disabled {
            cursor: not-allowed;
        }

        .daterangepicker td.active, .daterangepicker td.active:focus, .daterangepicker td.active:hover {
            background-color: #dc1915;
            color: #fff;
            border-radius: 3px;
        }

    .daterangepicker .table-condensed tr > td, .daterangepicker .table-condensed tr > th {
        padding: 5px 7px;
        line-height: 1;
    }

    .daterangepicker .table-condensed thead tr:last-child th {
        padding-top: 14px;
    }

    .daterangepicker .table-condensed .month {
        line-height: 1;
        color: #333;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
    }

    .daterangepicker select {
        display: inline-block;
    }

        .daterangepicker select.monthselect {
            margin-right: 2%;
            width: 56%;
        }

        .daterangepicker select.yearselect {
            width: 40%;
        }

        .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
            width: 60px;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0;
        }

    .daterangepicker .daterangepicker_input {
        position: relative;
    }

        .daterangepicker .daterangepicker_input i {
            position: absolute;
            right: 11px;
            top: auto;
            bottom: 10px;
            color: #999;
        }

        .daterangepicker .daterangepicker_input input {
            padding-left: 11px;
            padding-right: 34px;
        }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 12px 0;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

.dropzone {
    border: 2px dashed #ff6f00;
    min-height: 111px;
    border-radius: 2px;
    background-color: #fcfcfc;
    padding: 5px;
}

    .dropzone.dz-clickable, .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message span {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

    .dropzone.dz-drag-hover {
        border-color: rgba(0,0,0,.15);
        background: rgba(0,0,0,.04);
    }

.sidebar .dropzone {
    min-height: 190px;
    text-align: center;
    border-width: 2px;
}

    .sidebar .dropzone .dz-default.dz-message:before {
        font-size: 30px;
        top: 20px;
        width: 80px;
        height: 80px;
        margin-left: -32px;
    }

    .sidebar .dropzone .dz-default.dz-message span {
        font-size: 15px;
    }

    .sidebar .dropzone .dz-default.dz-message > span {
        margin-top: 130px;
    }

.dropzone .dz-default.dz-message {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .dropzone .dz-default.dz-message:before {
        content: '\ea0e';
        font-size: 30px;
        position: absolute;
        top: 20px;
        width: 80px;
        height: 80px;
        display: inline-block;
        left: 50%;
        margin-left: -32px;
        line-height: 1;
        z-index: 2;
        color: #909090;
        text-indent: 0;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .dropzone .dz-default.dz-message span {
        font-size: 15px;
        color: #bbb;
        text-align: center;
        margin-top: 40px;
        display: block;
        font-weight: 500;
        text-shadow: 0 1px 1px #fff;
    }

        .dropzone .dz-default.dz-message span > span {
            margin-top: 2px;
            display: block;
            color: #ccc;
            font-size: 15px;
        }

@media (min-width:769px) {
    .dropzone {
    }

        .dropzone .dz-default.dz-message:before {
            top: 20px;
            width: 80px;
            height: 80px;
            margin-left: -32px;
        }

        .dropzone .dz-default.dz-message span {
            margin-top: 40px;
        }
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .15;
    filter: alpha(opacity=15);
}

.dropzone.dz-started .dz-message {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
    background-color: #fff;
    position: relative;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 2px;
}

    .dropzone .dz-preview:hover, .dropzone-previews .dz-preview:hover {
        border: 1px solid #a7a7a7;
        z-index: 1000;
    }

        .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail], .dropzone .dz-preview:hover .dz-details img, .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail], .dropzone-previews .dz-preview:hover .dz-details img {
            display: none;
        }

    .dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
        width: 140px;
        position: relative;
        background-color: #efefef;
        padding: 8px;
        margin-bottom: 25px;
    }

        .dropzone .dz-preview .dz-details .dz-filename, .dropzone-previews .dz-preview .dz-details .dz-filename {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .dropzone .dz-preview .dz-details .dz-filename span, .dropzone-previews .dz-preview .dz-details .dz-filename span {
                background-color: #efefef;
                padding-right: 5px;
            }

    .dropzone .dz-preview:hover, .dropzone-previews .dz-preview:hover {
        z-index: 1000;
    }

        .dropzone .dz-preview:hover .dz-details .dz-filename, .dropzone-previews .dz-preview:hover .dz-details .dz-filename {
            overflow: visible;
        }

    .dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img {
        position: absolute;
        top: 0;
        left: 0;
        width: 140px;
        height: 140px;
    }

    .dropzone .dz-preview .dz-details .dz-size, .dropzone-previews .dz-preview .dz-details .dz-size {
        position: absolute;
        bottom: -26px;
        left: 0;
    }

    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-success-mark {
        display: none;
        position: absolute;
        z-index: 9;
        right: 8px;
    }

        .dropzone .dz-preview .dz-error-mark:after, .dropzone .dz-preview .dz-success-mark:after, .dropzone-previews .dz-preview .dz-error-mark:after, .dropzone-previews .dz-preview .dz-success-mark:after {
            font-family: icomoon;
            display: block;
            position: absolute;
            right: 0;
            bottom: 3px;
            font-size: 12px;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .dropzone .dz-preview .dz-error-mark span, .dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark span, .dropzone .dz-preview .dz-success-mark svg, .dropzone-previews .dz-preview .dz-error-mark span, .dropzone-previews .dz-preview .dz-error-mark svg, .dropzone-previews .dz-preview .dz-success-mark span, .dropzone-previews .dz-preview .dz-success-mark svg {
            display: none;
        }

    .dropzone .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-error-mark {
        color: #F44336;
    }

        .dropzone .dz-preview .dz-error-mark:after, .dropzone-previews .dz-preview .dz-error-mark:after {
            content: '\ed6a';
        }

    .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark {
        color: #4CAF50;
    }

        .dropzone .dz-preview .dz-success-mark:after, .dropzone-previews .dz-preview .dz-success-mark:after {
            content: '\ed6e';
        }

    .dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-success .dz-success-mark, .dropzone-previews .dz-preview.dz-error .dz-error-mark, .dropzone-previews .dz-preview.dz-success .dz-success-mark {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dropzone .dz-preview .dz-progress, .dropzone-previews .dz-preview .dz-progress {
        position: absolute;
        top: 71px;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #eee;
        display: none;
        border-radius: 2px;
    }

        .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #00BCD4;
            -webkit-transition: width .3s ease-in-out;
            -o-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out;
        }

    .dropzone .dz-preview.dz-processing .dz-progress, .dropzone-previews .dz-preview.dz-processing .dz-progress {
        display: block;
    }

    .dropzone .dz-preview.dz-success .dz-progress, .dropzone-previews .dz-preview.dz-success .dz-progress {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
    }

    .dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(245,245,245,.8);
        margin: 8px;
        padding: 8px;
        color: #F44336;
        max-width: 100%;
        z-index: 5;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }

    .dropzone .dz-preview.dz-error:hover .dz-error-message, .dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dropzone .dz-preview.dz-error .dz-progress .dz-upload, .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
        background: #F44336;
    }

    .dropzone .dz-preview.dz-image-preview .dz-image {
        display: none!important;
    }

    .dropzone .dz-preview.dz-image-preview:hover .dz-details img, .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
        display: block;
        opacity: .1;
        filter: alpha(opacity=10);
    }

    .dropzone .dz-preview a.dz-remove, .dropzone-previews .dz-preview a.dz-remove {
        background-color: #fafafa;
        border-radius: 2px;
        border: 1px solid #eee;
        display: block;
        padding: 5px;
        text-align: center;
        color: #999;
        margin-top: 35px;
        cursor: pointer;
    }

        .dropzone .dz-preview a.dz-remove:hover, .dropzone-previews .dz-preview a.dz-remove:hover {
            color: #333;
            background-color: #f5f5f5;
        }

.image-cropper-container {
    height: 350px;
    width: 100%;
    overflow: hidden;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.aviso {
    position: relative;
}

    .aviso h3 {
        margin: 0;
    }

    .aviso .aviso-lista table {
        width: 100%;
    }

    .aviso .aviso-lista tr {
        transition: all .3s;
    }

        .aviso .aviso-lista tr:nth-child(even) {
            background: #f5f5f5;
        }

        .aviso .aviso-lista tr:nth-child(odd) {
            background: #ffffff;
        }

        .aviso .aviso-lista tr:hover {
            background: #e2e2d8;
        }

    .aviso .aviso-lista th {
        background: #b6bf00;
        font-weight: 600;
        font-size: 15px;
        padding: 10px;
        color: #ffffff;
        border: 1px solid #a3a750;
    }

    .aviso .aviso-lista td {
        padding: 10px;
        vertical-align: top;
        border: 1px solid #e8e8e8;
    }

    .aviso .aviso-lista h6 {
        margin: 0;
        padding: 0;
        color: #000000;
        font-weight: 600;
        font-size: 16px;
    }

    .aviso .aviso-lista p {
        margin: 0;
        padding: 0;
        color: #000000;
    }

    .aviso .aviso-lista a {
        display: block;
        color: #000000;
        padding: 0 0 3px 0;
        transition: all .3s;
    }

        .aviso .aviso-lista a:hover {
            display: block;
            color: #b6bf00;
        }

        .aviso .aviso-lista a i {
            display: inline-block;
            color: #b6bf00;
            padding-right: 5px;
        }

.sf-modal-main {
    position: relative;
    display: none;
    z-index: 99999;
}

    .sf-modal-main::before {
        content: '';
        position: fixed;
        z-index: 1;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.25);
        transition: opacity .4s, visibility .4s;
    }

    .sf-modal-main.open {
        display: block;
    }

.sf-modal-container {
    display: table;
    overflow: hidden;
    margin: 0px auto;
    height: 100%;
    width: 600px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.sf-modal-content {
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
}

.sf-modal-layout {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    border: 3px solid #b6bf00;
}

.sf-modal-header {
    position: relative;
    background: #ffffff;
    padding: 10px;
}

.sf-modal-body {
    position: relative;
    background: #ffffff;
    padding: 10px;
    max-height: 400px;
    overflow-x: auto;
}

.sf-modal-footer {
    background: #ffffff;
    padding: 10px;
}

a.confirmacion-btn {
    display: inline-block;
    padding: 5px 50px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
}

    a.confirmacion-btn.confirmacion-si {
        background: #b6bf00;
    }

        a.confirmacion-btn.confirmacion-si:hover {
            background: #9fa700;
        }

    a.confirmacion-btn.confirmacion-no {
        background: #bdbdbd;
    }

        a.confirmacion-btn.confirmacion-no:hover {
            background: #a4a4a4;
        }

    a.confirmacion-btn.confirmacion-x {
        background: #c70000;
    }

        a.confirmacion-btn.confirmacion-x:hover {
            background: #aa0000;
        }
