﻿.MisPDF_container {
    width: 85%;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 100px;
    transition: width .5s;
}
.hidepopup{
    display:none;

}
.gv {
    margin: auto;
    border: 1px solid #c6c6c6;
}
    .gv tr {
        height: 40px;
        text-align: center;
    }

    .gv td {
        border: 1px solid #c6c6c6;
        padding: 0 5px 0 5px;
        color:#383e3a;
    }
.gv_MisPDF {
    margin: auto;
    min-width: 100%;
    margin-bottom: 50px;
}
.gv_PDFMovements {
    margin: auto;
    min-width: 100%;
    margin-bottom: 50px;
}
.gv tr td input {
    border: none;  
    cursor: pointer;
    width: 100%;
    height: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.00);
    background-image: url(vision.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 2px;
    padding: 0 0 0 25px;
}

    .gv_green1 {

    }
    .gv_green1 th {
        height: 40px;
        background-color: #51d384;
        font-weight:bold;
        color:#33603d
    }

    .gv_green1 tr:nth-child(odd) td {
        background: #abf2c7;
       
    }

    .gv_green1 tr:nth-child(even) td {
        background: #ffffff;

    }
        .gv_green1 tr td input {
            color: #1da97e;
        }
            .gv_green1 tr td input:hover {
                color: #07602f;
            }

.gv_blue1 th {
    height: 40px;
    background-color: #03a6ff;
    font-weight: bold;
    color: #e9e9e9
}

.gv_blue1 tr:nth-child(odd) td {
    background: #6bd5e9;
}

.gv_blue1 tr:nth-child(even) td {
    background: #ffffff;
}

.gv_blue1 tr td input {
    color: #1d87a9;
}

    .gv_blue1 tr td input:hover {
        color: #074560;
    }

.mispdflis {
    width: 100%;
    margin: auto;
    background-color: #f2ebeb;
    display: table;
}
    .mispdflis.historial .mipdf_item {
        background-color: #d2efee;
    }
        .mispdflis.historial .mipdf_item .PDFFecha {
            font-size: 14px;
            color: #074560;
            width: 95%;
            margin: auto;
        }

    .mispdflis.historial input {
        background-color: rgb(17, 70, 137);
       
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 25%;
        color: #fff;
    }
        .mispdflis.historial input:hover {
            background-color: rgb(27, 95, 182);
            color: rgb(255, 255, 255);
        }

.mipdf_item .vew_PDF {
    background-image: url(pdf.png);
}

.mipdf_item .vew_Files {
    background-image: url(folder.png);
}

.mipdf_item {
    width: 25%;
    display: inline-block;
    background-color: #eaeaea;
    padding: 0;
    margin-right: auto;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #d0d0d0;
    position: relative;
    transition: width .5s;
}
    .mipdf_item:hover {
        -webkit-box-shadow: 0 0 1px 3px #d3d3d3 inset;
        -moz-box-shadow: 0 0 1px 3px #d3d3d3 inset;
        box-shadow: 0 0 1px 3px #d3d3d3 inset;
    }

    .mipdf_item input {
        border: 1px solid #cecece;
        cursor: pointer;
        width: 100%;
        height: 35px;
        background-color: rgb(255, 255, 255);
        background-image: url(vision.png);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 25%;
        padding: 0 0 0 25px;
        color: #1d87a9;
    }

        .mipdf_item  input:hover {
            color: #074560;
        }

    .mipdf_item div {
        height: 35px;


    }
    .mipdf_item .etiqueta {
        color: #515050;
    }
    .mipdf_item .PDFName {       
        color: #d15106;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width:85%;
        margin:auto;
    }
    .mipdf_item .PDFPaginas {
        font-size: 14px;
        color: #149b32;
        width:95%;
        margin:auto;
    }
    .mipdf_item .PDFFecha {
        font-size: 14px;
        color: #06bed1;
        width: 95%;
        margin: auto;
    }
    .mipdf_item .PDFPaginas .Value {
        padding-left: 5px;
    }
    .mipdf_item .PDFFecha .Value {
        padding-left: 5px;
    }
.mispdfpagercontainer {
    text-align: center;
    width: 100%;
    height:30px;
}
.mispdfpager {
    background-color: #b6edeb;
    border: 1px solid #085189;
    color: #104c79;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 2px;
    transition: all 0.5s ease;
}
    .mispdfpager:hover {
        background-color: #b6edeb;
        border: 1px solid #085189;
        color: #104c79;
        font-weight: bold;
        cursor: pointer;
        padding-bottom: 4px;
        transition: all 0.5s ease;
    }
.mispdfpagerCurr {
    background-color: rgba(182, 237, 235, 0.00);
    border: 1px solid #085189;
    color: #104c79;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 7px 7px 5px;
    text-align: center;
    transition: all 0.5s ease;
}
.pdffiles_conteiner {
    width: 90%;
    margin: auto;
    background-color: rgba(25, 143, 195, 0.11);
    text-align: center;
}
.pdffiles_item {
    width: 22%;
    display: inline-block;
    background-color: #c3c1c1;
    border: 1px solid #a5a4a4;
    height: auto;
    margin:auto;
    margin-top: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
}
    .pdffiles_item .ImagePage {
        width:98%;
        margin:auto;
        text-align:center;
    }
        .pdffiles_item .ImagePage img {
            width: 95%;
            height:100%;
            margin: auto;
        }
    .pdffiles_item .downloadPage {
        color: #1e97dd;
        text-decoration: none;
        font-size: 20px;
        vertical-align: central;
        text-align: center;
        max-width: 150px;
        margin: auto;
        height: 58px;
        overflow: hidden;
        white-space: nowrap; /* Don't forget this one */
        text-overflow: ellipsis;
    }
        .pdffiles_item .downloadPage a {
            color: #1e97dd;
            text-decoration: none;
            font-size: 20px;
            overflow: hidden;
            white-space: nowrap; /* Don't forget this one */
            text-overflow: ellipsis;
        }
        .pdffiles_item .downloadPage img {
            width: 32px;
            margin-bottom: -8px;
            margin: auto;
        }
.backbutton {
    background-color: #e9e9e9;
    border: 2px solid #03a6ff;
    background-image: url(left_blue.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 5px 5px 5px 22px;
    font-size: 18px;
    color: #03a6ff;
    font-weight: bold;
    background-position: 0px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.pdf_add_movement {
    background-color: #e9e9e9;
    border: 2px solid #03a6ff;
    background-image: url(add_blue.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 5px 5px 5px 30px;
    font-size: 18px;
    color: #03a6ff;
    font-weight: bold;
    background-position: 0px 0px;
    cursor: pointer;
    margin-bottom: 5px;
}
.popupclass.pupupmediano.popup_viewPDF {
    width: 80%;
    max-width: 1000px;
    height: 80%;
}
.popup_viewPDF .popupheader {
    text-align:right;
}
.popup_viewPDF .close_popup_viewPDF {
    width: 28px;
    margin-right: 10px;
}
.popup_viewPDF_Container {
    width: 80%;
    height: 90%;
    margin: auto;
    margin-top: 10px;
}
    .popup_viewPDF_Container iframe {
        width: 100%;
        height: 100%;
    }
    .Procesarpdf {
        background-color: #e9e9e9;
        border: 2px solid #03a6ff;
        background-image: url(tick_blue.png);
        background-repeat: no-repeat;
        background-size: 30px;
        padding: 5px 5px 5px 30px;
        font-size: 18px;
        color: #03a6ff;
        font-weight: bold;
        background-position: 0px 0px;
        cursor: pointer;
        margin-bottom: 5px;
        margin-top: 15px;
    }

.left_button {
    margin-right: auto;
    left: 0;
    float: left;
}
.right_button {
    margin-left: auto;
    right: 0;
    float:right;
}

.pdfoptioncontainer {
    display: table;
    width: 100%;
    border-collapse: collapse;
    text-align: center
}
.pdfoptioncontainer_hide {
    display: none;

}
.pdfoptionfs {
    display: table-cell;
    width: 30%;
    border: none;
    margin-top: 0;
    top: 0;
    height: 100%;
    min-height: 100px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #dddada;
    max-height: 350px
}

/*radiobutton symbol checkbox*/
.container {
    display: inline-block;
    position: relative;
    padding-left:35px;
    padding-right: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#1d6bbf
}
.container:hover {
    color:#13a4cb
}
/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.container input ~ .checkmark {
    border: 1px solid #2196F3;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #bfe9f5;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*------------------------------*/

.HidePreviewUploadPDF iframe{
    display:none;

}
.PreviewUploadPDF{
    text-align:center;
}
.PreviewUploadPDF iframe {
    background-color: #e4e4e4;
    width: 500px;
    margin: auto;
    height:300px;
}
.pdfmanagercontainer{
    padding:20px;
}
.bt_uploadPDF {
    font-size: 20px;
    background-image: url(upload.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 10px 0;
    padding: 4px 10px 4px 50px;
    border: 1px solid #18a3d0;
    color: #18a3d0;
    Background-color: #FFF;
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 8px;
}
    .bt_uploadPDF:hover {
        color: #18a3d0;
        Background-color: #d2ebf3;
    }
    .fu_PDF {
        display: none;
    }
.fu_container {
    display: table;
    margin:auto;
}
.fu_Button {
    font-size: 18px;
    background-color: #fff;
    border: none;
    background-image: url(search.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px 5px;
    padding: 0 10px 0 40px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #18a3d0;
    border-right: none;
    color: #18a3d0;
    font-weight: bold;
    height: 40px;
    cursor: pointer;
}
    .fu_Button:hover {
        color: #18a3d0;
        cursor: pointer;
        background-color: #d2ebf3;
    }
    .tb_filename {
        color: #706f6f;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        left: 0;
        margin: 0;
    }
    .tb_filename input {
        width: 250px;
        height: 20px;
        font-size: 18px;
        border: 1px solid #18a3d0;
        height: 34px;

    }
    .tb_filename input:focus {

        outline: 1px solid #1d87a9;
    }

.loaderbg {
    width: 100%;
    height: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%;
    background-color: rgba(35, 85, 141, 0.20);
    text-align: center;
    vertical-align:central;
}
.loader_img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}
.pdfoptionbutton {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: none;
    font-size: 18px;
}
.pdfoptionbutton:hover {
background-color:#dedede
}
.pdfoptionbutton_Selected {
    background-color: #cdf1ed;
}
    .pdfoptionbutton_Selected .PDFOptionHeader {
        background-image: url(selected.png);
        background-repeat: no-repeat;
        background-size: 27px;
        background-position: 10px -1px;
    }
    .PDFOptionHeader {
        text-align: center;
        color: #514e4e;
        font-weight: bold;
        font-size: 18px;
        height:30px;
    }
.PDFOptionDesc {
    font-size: 14px;
    text-align: justify;
    padding: 10px 15px 10px 15px;
    color:#242424;
    width:85%;
    margin:auto;
}
.PDFOptiononContent {
    display: table-cell;
    width: 95%
}
.PDFOptionBar{
    width:10px;
    height:100px;
    display:table-cell;
}
.pdfoptionbutton:hover .PDFOptionHeader {
    font-size: 19px;
}

.Blue .PDFOptionBar {
    background-color: #086da8
}
.Green .PDFOptionBar {
    background-color: #0e6c24
}

.popupmessage{
    text-align:center;
    font-size:16px;
    padding:10px;
}
    .popupmessage.error{
        color:#a02626;
        font-weight:bold;
    }
.bt_ProcesaPDF {
    font-size: 18px;
    color: #18a3d0;
    background-image: url(ok.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 5px 0;
    border: 1px solid #2685bb;
    padding: 5px 10px 5px 35px;
    border-radius: 8px;
    margin:auto;
}
    .bt_ProcesaPDF:hover {
        color: #18a3d0;
        cursor: pointer;
        background-color: #d2ebf3;
    }

    .bt_ProcesaPDF:disabled {
        cursor: not-allowed;
        background-color: #d4d7d8;
    color: #6e7476;
    }
.popupcontainer_Images {
    height: 90%;
    overflow-y: auto;
    padding-top: 10px;
}
    @media(max-width:1000px) {
        .MisPDF_container {
        width: 95%;
        margin: auto;
        margin-top: 50px;
    }

    .mipdf_item {
        width: 25%;
    }

      
 }

@media(max-width:900px) {
    .MisPDF_container {
        width: 95%;
        margin: auto;
        margin-top: 50px;
    }
    .mipdf_item {
        width: 33%;
    }
    .PDFOptionHeader {
        text-align: center;
        color: #514e4e;
        font-weight: bold;
        font-size: 16px;
        height: 30px;
    }

    .pdfoptionbutton:hover .PDFOptionHeader {
        font-size: 17px;
    }
}
@media(max-width:800px) {


    .pdfoptionfs {
        display: inline-block;
        width: 60%;
        border: none;
        margin-top: 0;
        top: 0;
        height: 100%;
        vertical-align: top;
        margin: auto;
        text-align: center;
    border:1px solid #dddada;
    }
}
@media(max-width:700px) {
    .MisPDF_container {
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }

    .mipdf_item {
        width: 50%;
    }
    .pdfoptionfs {
        display: inline-block;
        width: 80%;
        border: none;
        margin-top: 0;
        top: 0;
        height: 100%;
        vertical-align: top;
        margin: auto;
        text-align: center;
    border:1px solid #dddada;
    }

    .fu_container_box{
        text-align:center;
    }
    .fu_Button {
        font-size: 18px;
        background-color: #fff;
        border: none;
        background-image: url(search.png);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 10px 5px;
        padding: 0 10px 0 40px;
        border-radius: 8px 0 0 8px;
        border: 1px solid #18a3d0;
        border-right: 1px solid #18a3d0;
        color: #18a3d0;
        font-weight: bold;
        height: 40px;
        cursor: pointer;
        width: 80%;
        margin: auto;
    }
    .tb_filename {
        color: #706f6f;
        font-weight: bold;
        font-size: 18px;
        display: normal;
        left: 0;
        margin: 0;
        width:80%;
        text-align:left;

    }
        .tb_filename input {
            width: 85%;
            height: 20px;
            font-size: 18px;
            border: 1px solid #18a3d0;
            height: 34px;
        }
    .bt_uploadPDF {
        font-size: 25px;
        background-image: url(upload.png);
        background-repeat: no-repeat;
        background-size: 28px;
        background-position: 30% 5px;
        padding: 4px 10px 4px 50px;
        border: 1px solid #18a3d0;
        color: #18a3d0;
        Background-color: #FFF;
        margin: auto;
        cursor: pointer;
        margin-top: 10px;
        border-radius: 8px;
        width:80%;
    }
    .pdffiles_item {
        width: 30%;
        display: inline-block;
        background-color: #c3c1c1;
        border: 1px solid #a5a4a4;
        height: auto;
        margin: auto;
        margin-top: 5px;
        margin-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 0;
    }
}

@media(max-width:500px) {

    .pdfoptionfs {
        display: inline-block;
        width: 100%;
        border: none;
        margin-top: 0;
        top: 0;
        height: 100%;
        vertical-align: top;
        margin: auto;
        text-align: center;
    border:1px solid #dddada;
    margin-top:5px;
    }

    .fu_Button {
        font-size: 18px;
        background-color: #fff;
        border: none;
        background-image: url(search.png);
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: 10px 5px;
        padding: 0 10px 0 40px;
        border-radius: 8px 0 0 8px;
        border: 1px solid #18a3d0;
        border-right: 1px solid #18a3d0;
        color: #18a3d0;
        font-weight: bold;
        height: 40px;
        cursor: pointer;
        width: 100%;
        margin: auto;
    }

    .tb_filename {
        color: #706f6f;
        font-weight: bold;
        font-size: 18px;
        display: normal;
        left: 0;
        margin: 0;
        width: 100%;
        text-align: left;
    }

        .tb_filename input {
            width: 85%;
            height: 20px;
            font-size: 18px;
            border: 1px solid #18a3d0;
            height: 34px;
        }

    .bt_uploadPDF {
        font-size: 25px;
        background-image: url(upload.png);
        background-repeat: no-repeat;
        background-size: 28px;
        background-position: 30% 5px;
        padding: 4px 10px 4px 50px;
        border: 1px solid #18a3d0;
        color: #18a3d0;
        Background-color: #FFF;
        margin: auto;
        cursor: pointer;
        margin-top: 10px;
        border-radius: 8px;
        width: 100%;
    }

    .PreviewUploadPDF iframe {
        background-color: #e4e4e4;
        width: 100%;
        margin: auto;
        height: 300px;
    }
    .pdffiles_item {
        width: 45%;
        display: inline-block;
        background-color: #c3c1c1;
        border: 1px solid #a5a4a4;
        height: auto;
        margin: auto;
        margin-top: 5px;
        margin-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 0;
    }
}


@media(max-width:300px) {
    .MisPDF_container {
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }

    .mipdf_item {
        width: 100%;
    }
    .pdffiles_item {
        width: 100%;
        display: inline-block;
        background-color: #c3c1c1;
        border: 1px solid #a5a4a4;
        height: auto;
        margin: auto;
        margin-top: 5px;
        margin-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 0;
    }
}
@media(min-width:1280px) {
    .MisPDF_container {
        width: 85%;
        margin: auto;
        margin-top: 50px;
    }

    .mipdf_item {
        width: 20%;
    }
    .pdffiles_item {
        width: 18%;
        display: inline-block;
        background-color: #c3c1c1;
        border: 1px solid #a5a4a4;
        height: auto;
        margin: auto;
        margin-top: 5px;
        margin-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 0;
    }
}
@media(max-height:400px){
    .popupcontainer_Images {
        height: 80%;
        overflow-y: auto;
        padding-top: 10px;
    }
}