﻿bo.errorContainerLeft {
    background-position: left 10px;
    font-family: 'Roboto', sans-serif;
    margin: 40px 5px 5px 5px;
    padding: 5px;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #ccc;
    height: auto;
    min-height: 50px;
    padding: 10px 15px 15px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari y Chrome */
    background: #fff;
    border: 1px solid #666;
    filter: alpha(opacity=1);
    opacity: 0.90;
}

.errorContainerLeft ol li {
    list-style-type: disc;
    margin-left: 45px;
}

    .errorContainerLeft ol li label:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.errorContainerLeft label.error {
    /*fcm
    display: inline;
    color: #FF0000;
    width: 35%;*/
}

.errorContainerLeft #hideerrorcontainer {
    /*fcm
    cursor: pointer;
    background-position: left 10px;
    background: url(../imgs/error_continer.png) no-repeat left 10px #fff;
    background-position: -6px 3px;
    height: 242px;
    width: 26px;
    float: left;
    margin-left: -20px;
    margin-top: 21px;*/
}

.errorContainer {
    height: 300px;
    overflow: hidden;
    word-wrap: break-word;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    font-family: 'Roboto', sans-serif;
    position: fixed;
    display: none;
    top: 20px;
    right: 0px;
    z-index: 1000;
    min-height: 50px;
    padding: 10px 15px 15px 20px;
    background: #fff;
    filter: alpha(opacity=1);
    opacity: 0.90;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .errorContainer ol li {
        /*fcm*/
        list-style-type: none;
        margin-left: 30px;
        position: relative;
        color: #f00
    }

        .errorContainer ol li::before {
            content: "";
            position: absolute;
            background: #f00;
            border-radius: 100%;
            width: 4px;
            height: 4px;
            margin-top: 10px;
            margin-left: -14px;
            color: #006fb3;
        }

        .errorContainer ol li label:hover {
            text-decoration: underline;
            cursor: pointer;
        }

    .errorContainer label.error {
        /*fcm
        display: inline;
        color: #FF0000;
        width: 35%;*/
    }

    .errorContainer #hideerrorcontainer {
        cursor: pointer;
        background-position-y: center !important;
        background-position: -6px center;
        width: 36px;
        margin-left: -1px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #d9534f;
        background-image: url('/assets/img/error_continer.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

#listErr {
    max-height: 100%;
    overflow-y: auto;
}

.errorContainer label {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 12px;
}

.errorContainer ol {
    padding: 0 1rem;
}

/* Scroll */
#listErr::-webkit-scrollbar {
    width: 12px;
}

#listErr::-webkit-scrollbar-track {
    background: #e0e0e0;
}

#listErr::-webkit-scrollbar-thumb {
    background: #dc3545;
}

    #listErr::-webkit-scrollbar-thumb:hover {
        background: #a21623;
    }

/* Alert */
.ui-dialog {
    display: block;
    background: #fff;
    padding: 12px;
    overflow: hidden;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5) !important;
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 3px 9px rgba(0,0,0,.5) !important;
    z-index: 100;
}

    .ui-dialog .ui-widget-header {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #dbdbdb;
    }
.ui-dialog-buttonpane {
    border-top: 1px solid #dbdbdb;
    padding: 6px 12px 0px;
}
    .ui-dialog .ui-dialog-title {
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        font-size: 1.6rem !important;
        line-height: 2.5rem !important;
    }
span.ui-icon.ui-icon-circle-check {
    margin: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close {
    content: url(/assets/img/close.png);
    background: url(/assets/img/close.png);
    position: absolute;
    top: 18%;
    right: 0.8em;
    width: 18px;
    height: 18px;
    margin: -10px 0 0 0;
    padding: 0;
    border: 0px;
}

        .ui-dialog .ui-dialog-titlebar-close:hover {
            content: url(/assets/img/close_hover.png);
            background: url(/assets/img/close_hover.png);
        }

    .ui-dialog .ui-dialog-content {
        margin-top: 10px;
        text-align: justify;
        position: relative;
        border: 0;
        padding: 0.5em 1em;
        background: #ffffff;
        overflow: auto;
    }

button.btn-blue-modal, button.btn-cerrar-modal {
    background-color: #fff;
    border: 2px solid #006FB3 !important;
    color: #006FB3;
    padding: 8px 16px;
    margin: 0.5em 0.4em 0.5em 0;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
    button.btn-blue-modal:hover, button.btn-cerrar-modal:hover {
        background-color: #006FB3;
        color: #FFF;
    }
button.btn-red-modal, button.btn-cerrar-modal {
    background-color: #fff;
    border: 2px solid #dc3545 !important;
    color: #dc3545;
    padding: 8px 16px;
    margin: 0.5em 0.4em 0.5em 0;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    margin-left: 20px;
}
    button.btn-red-modal:hover, button.btn-cerrar-modal:hover {
        background-color: #dc3545;
        color: #FFF;
    }
button.btn-green-modal {
    background-color: #fff;
    border: 2px solid #0f6e42 !important;
    color: #198754;
    padding: 8px 16px;
    margin: 0.5em 0.4em 0.5em 0;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    margin-left: 20px;
}
    button.btn-green-modal:hover {
        background-color: #117245;
        color: #FFF;
    }
.ui-dialog-buttonset {
    text-align: right;
}
.ui-widget-overlay {
    opacity: .30;
    background-color: #000;
    filter: Alpha(Opacity = 30);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
/* 768 */
@media only screen and (max-width: 768px) {
    .errorContainer label {
        line-height: 1.2;
    }
}
