﻿.printable {
    display: none;
}
body {
    font-family: PublicSans;
}

@font-face {
    font-family: 'PublicSans';
    src: url('../fonts/PublicSans.ttf') format('truetype');
}

@media print {
    .non-printable {
        display: none;
    }

    .printable {
        display: block;
    }
}

@media (min-width: 992px) {
    .modal-lg-ss {
        width: 1200px;
    }
}

.visibility-hidden {
    visibility: hidden;
}

.alert-li {
    border: 1px solid transparent;
    border-radius: 2px;
}

.alert-success-li {
    background-color: #dff0d8 !important;
    border-color: #dff0d8 !important;
    color: #4caf50 !important;
}

.alert-info-li {
    background-color: #d9edf7 !important;
    border-color: #d9edf7 !important;
    color: #2196f3 !important;
}

.alert-warning-li {
    background-color: #ffedd6 !important;
    border-color: #ffedd6 !important;
    color: #ff9800 !important;
}


.alert-danger-li {
    background-color: #f2dede !important;
    border-color: #f2dede !important;
    color: #f44336 !important;
}

.w-100px {
    width: 100px !important;
}


.modal-ss {
    /*overflow-y: auto !important;*/
}

.modal-body-ss {
    max-height: calc(100vh - 210px) !important;
    overflow-y: auto !important;
}

.profile-menu > a {
    display: block;
    height: 129px;
    margin-bottom: 5px;
    width: 100%;
    background: url(../img/LogoPortal.png) no-repeat center;
}

    .profile-menu > a .profile-info-ss {
        background: rgba(0, 0, 0, 0.37);
        padding: 7px 14px;
        color: #fff;
        margin-top: 95px;
        position: relative;
    }


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
}

.input-sm-ss {
    height: 30px;
    width: 45px;
    padding: 0px 0px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

.input-md-ss {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.dash-widget-item-ss {
    min-height: 0px !important;
}


#calendar .fc-toolbar {
    height: 50px !important;
}

    #calendar .fc-toolbar .fc-center {
        margin-top: -10px !important;
    }

.fc-event {
    font-size: 12px !important;
    height: 20px !important;
}


.p-l-40 {
    padding-left: 40px !important;
}


.p-r-40 {
    padding-right: 40px !important;
}


.p-t-70 {
    padding-top: 70px !important;
}


.fc-event .fc-title {
    padding: 2px 2px !important;
    display: block !important;
}

.chosen-up-ss {
    bottom: 100% !important;
    top: auto !important;
}


.progress {
    box-shadow: none;
    border-radius: 0;
    height: 20px;
    margin-bottom: 0;
}


.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #BABABA;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}


.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    padding-left: 10px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

    .timeline:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline .timeline-item:before,
        .timeline .timeline-item:after {
            content: "";
            display: table;
        }

        .timeline .timeline-item:after {
            clear: both;
        }

        .timeline .timeline-item .timeline-badge {
            width: 54px;
            height: 54px;
            line-height: 52px;
            font-size: 22px;
            text-align: center;
            position: absolute;
            margin-left: -25px;
            background-color: #fff;
            z-index: 9;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

            .timeline .timeline-item .timeline-badge i,
            .timeline .timeline-item .timeline-badge .fa,
            .timeline .timeline-item .timeline-badge .glyphicon {
                top: 2px;
                left: 0px;
            }

            .timeline .timeline-item .timeline-badge.primary {
                background-color: #1f9eba;
            }

            .timeline .timeline-item .timeline-badge.info {
                background-color: #5bc0de;
            }

            .timeline .timeline-item .timeline-badge.success {
                background-color: #59ba1f;
            }

            .timeline .timeline-item .timeline-badge.warning {
                background-color: #d1bd10;
            }

            .timeline .timeline-item .timeline-badge.danger {
                background-color: #ba1f1f;
            }

        .timeline .timeline-item .timeline-panel {
            position: relative;
            width: 46%;
            float: left;
            right: 16px;
            border: 1px solid #c0c0c0;
            background: #ffffff;
            border-radius: 10px;
            padding: 5px;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline .timeline-item .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -16px;
                display: inline-block;
                border-top: 16px solid transparent;
                border-left: 16px solid #c0c0c0;
                border-right: 0 solid #c0c0c0;
                border-bottom: 16px solid transparent;
                content: " ";
            }

            .timeline .timeline-item .timeline-panel .timeline-title {
                margin-top: 0;
                color: inherit;
                font-size: 16px;
            }

            .timeline .timeline-item .timeline-panel .timeline-body > p,
            .timeline .timeline-item .timeline-panel .timeline-body > ul {
                margin-bottom: 0;
                font-size: 12px;
            }

                .timeline .timeline-item .timeline-panel .timeline-body > p + p {
                    margin-top: 5px;
                    font-size: 12px;
                }

        .timeline .timeline-item:last-child:nth-child(even) {
            float: right;
        }

        .timeline .timeline-item:nth-child(even) .timeline-panel {
            float: right;
            left: 16px;
        }

            .timeline .timeline-item:nth-child(even) .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}

    .timeline-horizontal:before {
        height: 3px;
        top: auto;
        bottom: 26px;
        left: 56px;
        right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .timeline-horizontal .timeline-item {
        display: table-cell;
        height: 320px;
        width: 250px;
        /*width: 20%;
  min-width: 300px;*/
        float: none !important;
        padding-left: 0px;
        padding-right: 10px;
        margin: 0 auto;
        vertical-align: bottom;
    }

        .timeline-horizontal .timeline-item .timeline-panel {
            top: auto;
            bottom: 50px;
            display: inline-block;
            float: none !important;
            left: 0 !important;
            right: 0 !important;
            width: 100%;
            margin-bottom: 20px;
        }

            .timeline-horizontal .timeline-item .timeline-panel:before {
                top: auto;
                bottom: -16px;
                left: 28px !important;
                right: auto;
                border-right: 16px solid transparent !important;
                border-top: 16px solid #c0c0c0 !important;
                border-bottom: 0 solid #c0c0c0 !important;
                border-left: 16px solid transparent !important;
            }

        .timeline-horizontal .timeline-item:before,
        .timeline-horizontal .timeline-item:after {
            display: none;
        }

        .timeline-horizontal .timeline-item .timeline-badge {
            top: auto;
            bottom: 0px;
            left: 43px;
        }

#divInfoDocumento:before {
    content: none;
}

.btn-center {
    position: absolute;
    height: auto;
    bottom: 5%;
    left: 25%;
}

.btn-center2 {
    position: absolute;
    height: auto;
    bottom: 5%;
    left: 20%;
}

.btn-center3 {
    position: absolute;
    height: auto;
    bottom: 16%;
    left: 25%;
}

#imgBarraPortal {
    width: 70px;
    vertical-align: top !important;
}