@font-face {
    font-family: 'VWTextOffice';
    src: url('Webfonts/vwtextoffice-regular-webfont.eot');
    src: url('Webfonts/vwtextoffice-regular-webfont.eot?#iefix') format('embedded-opentype'), url('Webfonts/vwtextoffice-regular-webfont.woff2') format('woff2'), url('Webfonts/vwtextoffice-regular-webfont.woff') format('woff'), url('Webfonts/vwtextoffice-regular-webfont.ttf') format('truetype'), url('Webfonts/vwtextoffice-regular-webfont.svg#vw_text_officeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VWTextOfficeBold';
    src: url('Webfonts/vwtextoffice-bold-webfont.eot');
    src: url('Webfonts/vwtextoffice-bold-webfont.eot?#iefix') format('embedded-opentype'), url('Webfonts/vwtextoffice-bold-webfont.woff2') format('woff2'), url('Webfonts/vwtextoffice-bold-webfont.woff') format('woff'), url('Webfonts/vwtextoffice-bold-webfont.ttf') format('truetype'), url('Webfonts/vwtextoffice-bold-webfont.svg#vw_text_officebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #eaeeed;
    font-size: 12px;
    font-family: VWTextOffice;
    color: #33434c;
    margin: 0;
}

.ppc_back {
    background-image: url('../img/back/academy_grey.jpg');
}

form {
    width: 100%;
    margin: 0;
}

table tr td {
    font-size: 1em;
    /*font-size: initial;*/
}

textarea {
    font-size: 1em;
    font-family: VWTextOffice;
}

#topHeader {
    width: 100%;
    height: 10%;
    display: block;
    background-image: url(../img/Logo_VWM.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#b_col {
    position: absolute;
    width: 325px;
    height: 100%;
    right: 350px;
    background-color: rgba(1, 177, 236, 0.53);
    z-index: 1;
    top: 0;
}

#t_col {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    float: right;
    display: block;
    background-color: none;
}

#loginContainer {
    font-family: VWTextOfficeBold;
    position: relative;
    top: 50%;
    width: 350px;
    height: 300px;
    float: right;
    display: block;
    background-color: #fff;
}

    #loginContainer input {
        width: 90%;
        font-family: VWTextOffice;
        font-weight: bold;
        color: #afaaaa;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border: 1px solid #33434c;
        font-size: 1em;
        margin-bottom: 10px;
        padding: 10px;
    }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #505050;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #505050;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #505050;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #505050;
}

#ctrlLogin {
    width: 80%;
    margin: 0 10%;
    max-width: 405px;
}

    #ctrlLogin table {
        width: 100%;
    }

input[type= submit], input[type= button], .button-vw, .button-vw-search {
    font-family: VWTextOfficeBold;
    font-size: .9em !important;
    padding: 6px 60px 6px 60px !important;
    width: 200px;
    border: none !important;
}

    input[type= submit]:disabled, input[type= button]:disabled, .button-vw {
        background-color: #e5e5e5;
        color: #999999 !important;
    }

    input[type= submit]:not(:disabled), input[type= button]:not(:disabled), .button-vw, .ajax-file-upload, .button-vw-search {
        background-color: #2374ac;
        color: #fff !important;
        cursor: pointer;
    }

        input[type= submit]:not(:disabled):hover, input[type= button]:not(:disabled):hover {
            background-color: #00AFED;
        }

input[type=text], input[type=tel], input[type=password], select, input[type=search], textarea {
    padding: 1em;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

    input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus, select:focus, input[type=search]:focus, textarea:focus, input[type=text]:active, input[type=tel]:active, input[type=password]:active, select:active, input[type=search]:active, textarea:active {
        border: 1px #2274ac solid;
    }


.logInput {
    width: 60% !important;
}

.tituloLog {
    font-family: VWTextOfficeBold;
    text-align: left;
    font-size: 1.5em;
    padding: 30px 0px 30px 0px;
}

.alerta {
    color: #000;
    font-weight: bold;
}


#mainLogoContainer {
    width: 100%;
    position: relative;
    top: 50%;
    float: left;
}

#logoContainer {
    height: 92px;
    background-color: #fff;
    padding-top: 10px;
}

    #logoContainer img {
        margin: auto;
        display: block;
    }

#plecaContainer {
    background-image: url("../img/pleca_nombre.png");
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    position: relative;
    height: 88px;
    text-align: right;
    color: #fff;
    font-family: VWTextOffice;
    font-weight: normal;
}

    #plecaContainer p {
        padding-right: 9px;
        font-size: .95em;
        margin: .4em 0 .4em 0;
    }

        #plecaContainer p:first-child, #plecaContainer p:last-child {
            padding-right: 9px;
            font-size: 1.30em !important;
            font-weight: bold !important;
        }

#subHeader {
    width: 100%;
    height: 43px;
    position: absolute;
    top: 10%;
    display: block;
}

    #subHeader h1 {
        padding-left: 10%;
        margin: .25em 0 0 0;
    }

#plecaDer {
    float: right;
    width: 359px;
    height: 43px;
    display: block;
    background-image: url("../img/pleca_derecha.png");
    background-repeat: no-repeat;
    color: #fff;
    text-align: right;
}

    #plecaDer p {
        padding-right: 5%;
        margin: .3em auto;
        font-size: 1.2em !important;
    }

#pTitle {
    float: left;
    width: 50%
}

#menuBtn {
    z-index: 4;
    width: 43px;
    height: 40px;
    position: absolute;
    bottom: 0;
    background-image: url(../img/ppc_menu_ico.png);
    background-position: 0 0;
    cursor: pointer;
}

div#menuBtn:hover {
    background-position: 0px -40px;
}

.menuBtn_active {
    background-position: 0px -40px !important;
}

#menu {
    position: absolute;
    width: 200px;
    height: 100%;
    left: -200px;
    top: 0;
    background-color: #fff;
    z-index: 2;
    float: left;
}

#accordion {
    margin-top: 70%;
}

    #accordion h3 {
        height: 1.3em;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        margin-top: -1px;
        background-image: url(../img/ppc_menu_back.png);
        background-position: 170px .45em;
        background-repeat: no-repeat;
    }

        #accordion h3:hover, .ui-accordion-header-active {
            background-position: 170px -16px !important;
        }

    #accordion ul {
        padding-left: 1em;
    }

        #accordion ul li {
            list-style: none;
            padding-top: 3px;
        }

            #accordion ul li a {
                text-decoration: none;
                font-size: 1em;
                color: #33434c;
            }

                #accordion ul li a:hover {
                    color: #2274ac;
                }

            #accordion ul li:active {
                color: #2274ac;
            }

#mainContainer {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%
}

#formContainer {
    width: 50%;
    display: block;
    margin: 100px auto;
}

#placeholder {
    width: 20px;
    height: 100%;
    float: right;
    background-color: #e5e5e5;
    cursor: pointer;
}

#container_chkBloques {
    font-size: 0.8em;
    display: table;
    border: 1px solid #afaaaa;
    width: 60%;
    margin: 26px 0px 0px 0px;
}

    #container_chkBloques input {
        width: unset;
        margin: 0px;
    }

    #container_chkBloques span {
        width: 100%;
        margin: 0px;
    }

.colCenter {
    font-size: 1.5em;
}

    .colCenter span {
        width: 40%;
        float: left;
        margin: 26px 0px 0px 0px;
    }

    .colCenter input, .colCenter select, .colCenter textarea {
        margin: 26px 0px 0px 0px;
    }

        .colCenter input[type=checkbox] {
            margin: 30px 0px 0px 0px;
        }

        .colCenter input[type=radio] {
            width: 10%;
        }

    .colCenter input, .colCenter select {
        width: 56%;
    }

    .colCenter textarea {
        width: 57%;
        resize: none;
    }

#col1 {
    font-size: 1.5em;
    width: 30%;
    float: left;
}

    #col1 span {
        display: block;
        margin: 26px 0px 0px 0px;
        width: 100%;
    }

#col2 {
    width: 70%;
    float: left;
}

    #col2 > * {
        display: block;
        margin: 20px 0px 20px 0px;
    }

    #col2 input {
        width: 100%;
    }

        #col2 input[type=checkbox] {
            width: auto;
        }

    #col2 table {
        display: table;
        width: 100%;
        border: 1px solid #afaaaa;
        font-size: 1.15em;
    }

        #col2 table input, #col2 table label {
            width: auto;
            float: left;
        }

.oculta {
    width: 0px;
    display: none;
}

#tableTitle {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
}

#tableWrapper {
    width: 80%;
    margin: 100px auto;
}

.toolMenu {
    display: table;
    table-layout: fixed;
    width: 50%;
    margin-bottom: 50px;
    float: left;
    position: relative;
}

    .toolMenu > * {
        text-align: right;
        padding-right: 10px;
    }

    .toolMenu:last-child {
        text-align: right;
    }

    .toolMenu span {
        width: 48%;
    }

    .toolMenu select {
        width: 48%;
    }

@media only screen and (max-width: 768px) {

    #container_Label2 {
        margin-left: 8%;
    }
}

.frmBoton {
}

#botonera {
    margin-top: 40px;
    overflow: auto;
}

#modalBG {
    display: none;
}

@media only screen and (max-width: 700px) {

    #menuBtn {
        top: 4%;
    }

    h1 {
        font-size: 1.45em;
    }

    .ddAgencias {
        width: 100%;
    }

    #plecaDer {
        width: 50%;
    }

        #plecaDer p {
            font-size: 1em !important;
        }

            #plecaDer p:last-child {
                display: none;
            }

    |
    #formContainer {
        width: 87%;
    }

    #col1 {
        width: 25%;
    }

        #col1 span {
            font-size: .86em;
        }

    #col2 table {
        width: 100%;
    }
}

@-moz-document url-prefix() {
    #plecaContainer p {
        letter-spacing: -1px;
    }
}

.page-wrapper {
    width: 800px;
    margin: 0 auto;
    height: 800px;
    font-size: 1.5em;
}

#printContainer {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: 180px;
}

    #printContainer span {
        display: inline-block;
        width: 39%;
    }

    #printContainer input {
        display: inline-block;
        width: 58%;
        background-color: white;
        border: 1px solid black;
    }

    #printContainer table {
        display: inline-table;
        margin-top: 100px;
        margin-left: 30px;
    }

#signatureContainer {
    margin-top: 150px;
    width: 100%;
}

.signature {
    display: inline-block;
    border-top: 1px solid #000;
    width: 30%;
    margin-left: 10%;
    text-align: center
}

#legal {
    width: 100%;
    margin-top: 100px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 18px 10px;
    text-align: left;
}

.button-vw {
    float: left;
    width: 80px;
    margin-right: 4px;
    margin-top: 5px;
    text-align: center;
}

    .button-vw:hover, .ajax-file-upload:hover {
        background-color: #00AFED;
    }

.button-vw-disabled {
    background-color: #e5e5e5;
    color: #999999 !important;
}

    .button-vw-disabled:hover {
        background-color: #e5e5e5;
        cursor: not-allowed;
    }

[oculto] {
    display: none;
}

#loadingOverlay {
    background: url(../img/loader-dark.gif) no-repeat center center #000;
    z-index: 7999;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -webkit-opacity: .9;
    opacity: .9;
}

.fileName {
    width: 37%;
    position: relative;
    float: left;
}

    .fileName span {
        font-weight: bold;
        font-size: 1.5em;
        float: left;
        width: 100%;
    }

    .fileName input[type="text"] {
        width: 78%;
        float: left;
        margin-top: 1.5em;
    }

    .fileName button {
        float: none;
        margin-top: 2em;
        float: left;
        margin-right: 0px;
        width: 10%;
        padding: 6px !important;
    }

.ajax-upload-dragdrop {
    color: black;
    float: left;
    width: 55%;
    margin-right: 3%;
}

.ajax-file-upload-statusbar {
    display: none;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #00AFED;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-weight: normal;
    font-size: 1em;
    float: right;
    padding: 3px;
    /* Position the tooltip */
    position: relative;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.filter-row {
    position: relative;
    float: left;
    width: 32%;
}

.row {
    margin-top: 1em;
    display: flex;
}

.filter-row.center {
    margin-left: 2%;
    margin-right: 2%;
}

.filter-row .middle {
    width: 47%;
    float: left;
}

    .filter-row .middle:first-child {
        margin-right: 6%;
    }

.filter-row input, .filter-row select {
    width: 100%;
    margin-top: 0.2em;
}

    .filter-row select[multiple="multiple"] {
        height: 100px;
        max-height: 100px;
    }

.filter-row b {
    font-size: 1.2em;
}

.separador {
    float: left;
    padding: 1em 0em;
    width: 100%;
}

.boton-search-l {
    padding: 1em;
    float: left;
    background-color: white;
    cursor: pointer;
}


.boton-search-r {
    padding: 1em;
    float: right;
    background-color: white;
    cursor: pointer;
}

    .boton-search-r:hover, .boton-search-l:hover {
        background-color: #2374ac;
        color: white;
    }

.sgp_back {
    background-image: url('../img/back/bkg-sgp-login.jpg');
}

.col_center {
    background-color: rgba(0,87,167,0.6);
    height: 100%;
    float: left;
    width: 24%;
}

    .col_center .container, .col_side .container {
        position: absolute;
        margin-top: 25%;
        width: 24%;
    }

.col_side .container {
    width: 38%;
    background-color: #FFFFFF;
}

.col_side {
    width: 38%;
    float: left;
    height: 100%;
}

.col_center .titulo_container {
    background-color: #eaeeed;
    display: flex;
}

.img_container {
    width: 25%;
    padding: 3em;
    float: left;
}

    .img_container img {
        width: 100%;
    }

.titulo_aplicacion {
    width: 50%;
    float: left;
    color: #33434c;
    font-size: 1.9em;
    padding: 2.2em 0em 0em;
}

.titulo_footer {
    width: 100%;
    float: left;
    background-image: url('../img/bkg-pleca.png');
    text-align: right;
    color: #FFFFFF;
    padding: 2em 0em;
    font-size: 1.5em;
}

    .titulo_footer span {
        margin-right: 2em;
    }

.col_side .tituloLog {
    font-size: 1.1em;
    padding: 1em 0em;
}

.col_side input, .button-vw-search {
    width: 100% !important;
    padding: 1em !important;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

    .col_side input[type=submit], .button-vw-search {
        background-color: #33434c;
    }

        .col_side input[type=submit]:hover, .button-vw-search:hover {
            background-color: #2374ac;
        }

.col_side .container img {
    width: 80%;
    margin: 0 10%;
    padding: 1em 0em;
    max-width: 405px;
}

.col_side input::-webkit-input-placeholder {
    color: #8994a0;
}

.col_side input:-moz-placeholder { /* Firefox 18- */
    color: #8994a0;
}

.col_side input::-moz-placeholder { /* Firefox 19+ */
    color: #8994a0;
}

.col_side input:-ms-input-placeholder {
    color: #8994a0;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: rgba(0, 177, 235, 0.80) !important;
    color: #fff;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: rgba(0, 177, 235, 0.80);
    color: #fff;
}

table.dataTable tbody tr.selected {
    background-color: rgba(0, 177, 235, 0.80);
    color: #fff;
}

@media only screen and (min-width: 319px) and (max-width: 675px) {
    .col_side {
        width: 100%;
        position: absolute;
        margin-top: 65%;
    }

        .col_side .container {
            background-color: unset;
        }

        .col_side .tituloLog {
            color: #FFF;
        }

    .col_center {
        width: 100%;
    }

        .col_center .container, .col_side .container {
            width: 100%;
            float: left;
            height: 0%;
            margin-top: 15%;
        }

            .col_side .container img {
                width: 90%;
                margin: 1.5em 0em;
                padding: 5%;
                background-color: #FFF;
            }
}


@media only screen and (min-width: 676px) and (max-width: 768px) {
    .col_side {
        width: 0%;
    }

    .col_center {
        width: 50%;
    }

        .col_center .container, .col_side .container {
            width: 50%;
        }

    .titulo_footer span {
        margin-right: 0.5em;
    }

    .titulo_aplicacion {
        font-size: 1.6em;
        padding: 1.6em 0em 0em;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 769px) {
    .img_container {
        padding: 1em;
    }

    .titulo_aplicacion {
        font-size: unset;
        padding: 0.7em 0em 0em;
    }

    .titulo_footer {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .img_container {
        padding: 1em;
    }

    .titulo_aplicacion {
        font-size: 1.2em;
        padding: 1.2em 0em 0em;
    }

    .titulo_footer {
        font-size: 1em;
    }
}

@media only screen and (max-width: 1679px) and (min-width: 1280px) {
    .img_container {
        padding: 2em;
    }

    .titulo_aplicacion {
        font-size: 1.5em;
        padding: 1.7em 0em 0em;
    }

    .titulo_footer {
        font-size: 1.2em;
    }
}

@media only screen and (min-width: 1680) {

    .titulo_aplicacion {
        font-size: 2em;
        padding: 2em 0em 0em;
    }
}

.plecaSGP {
    background-image: url('../img/bkg-pleca.png') !important;
}

.button-vw-search {
    box-sizing: border-box;
    text-align: center;
}

.bottom-filter {
    position: absolute;
    bottom: 0;
}

.dataTables_wrapper input, .dataTables_wrapper select {
    padding: 0.6em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #2274ac !important;
    background: unset !important;
    border: 1px solid #eaeeed !important;
}

.ui-datepicker {
    background-color: #eaeeed;
    border: 1px solid #2274ac;
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0;
        padding: 0.5em;
    }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker td a {
    padding: 0.5em;
    color: #33434c;
    border: 1px solid #2274ac;
}

    .ui-datepicker td a:hover {
        color: #FFFFFF;
        border: 1px solid #2274ac;
        background: #2274ac;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #2274ac;
    background: #2274ac;
    color: #FFFFFF;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active {
    background: #2274ac;
    border: 1px solid #2274ac;
}

.login_box {
    width: 96%;
    border: 1px solid;
    margin-top: 4em;
    padding: 0em 2em;
    box-sizing: border-box;
}

#accordion h3 .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s, #accordion h3 .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    background-image: unset !important;
}

.div-content {
    margin: 2em 0em 0.5em;
    border-bottom: 1px solid #999999;
    width: 96%;
}

.historico-first::after, .historico::after {
    background-color: #00AFED;
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    content: "";
    border-radius: 1em;
    margin: 2.4em -1.15em;
}

.historico::before {
    background-color: #00AFED;
    width: 0.12em;
    height: 3.8em;
    position: absolute;
    content: "";
    margin: -1em -0.87em 0em;
}
