@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* -------------------------------------------------------------------------------------
   ESTILOS GENERALES
   ------------------------------------------------------------------------------------- */
* {-webkit-tap-highlight-color:rgba(0,0,0,0);}
.btn:active {outline:0 !important;}
.btn:focus {outline:0 !important;}
.btn:hover {outline:0 !important;}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    -webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -webkit-user-select:none;
    background:#f8f8f8;
}
.body-empresas {
    background-color:#e6e8eb;
}

textarea {
    width:100%;
}

main {
    margin-top: 45px;
}

select {
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
    border-bottom:1px solid #c5c5c5;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top:7px !important;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search-md], input[type=search], textarea.md-textarea {
    height: auto;
}

@media (min-width: 768px) {
    .select-md {
        margin-top:18px;
    }

    .idx-login {
        margin-left: 1.6rem;
    }
}

.blue-title {
    color:#00adbf;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
}
.orange-title {
    color:#ff6d29;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
}
.red-title {
    color:#a82129;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
}

.head-medium-gray {
    color:#f1f1f1;
    background-color:#777788;
    font-weight: 700 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
.head-medium-gray a,
.head-medium-gray a:visited {
    color:#f1f1f1;
    text-decoration: underline;
    text-shadow:none;
}
.head-medium-gray a:active,
.head-medium-gray a:hover {
    color:#d1d1d1;
    text-decoration: underline;
}

.head-help {
    background: #fffdd5;
    font-weight: 700;
    color:#555555;
}

.img-top {
    margin-top:25px;
}


.btn-cal {
    color: #fff;
    background-color: #054a9b;
    border-color: #054a9b;
}

.btn-cal:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-cal:focus, .btn-cal.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-cal:active, .btn-cal.active {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    background-image: none;
}

.textarea-registro {
    padding-top:0.6rem !important;
    padding-bottom:1.5rem !important;
}

/* -------------------------------------------------------------------------------------
   CARD
   ------------------------------------------------------------------------------------- */
.card-header-azul {
    background-color: #054a9b;
    text-align:center;
    padding:4px;
    color:#f1f1f1;
    font-size:1em;
    font-weight: 600;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}

.card-header-rojo {
    background-color: #a82129;
    text-align:center;
    padding:5px;
    color:#f1f1f1;
    font-size:1em;
    font-weight: 600;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}

.card-header-busqueda {
    background-color: #054a9b;
    text-align:left;
    padding:6px 6px 6px 18px;
    color:#f1f1f1;
    font-size:1em;
    font-weight: 600;
    margin-bottom:0;
}

a.href-azul,
a.href-azul:visited {
    color:#f1f1f1 !important;
}

a.href-azul:active,
a.href-azul:hover {
    text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++ MEDIA PRINT */
@media print {
    @page {
        size: letter portrait;
        margin-bottom: 1.7cm;
        margin-top:1.4cm;
    }
    body
    {
        margin: 0;
        background: #ffffff;
    }
    main {
        margin:0;
        padding:0;
        background: #ffffff;
    }
    .container {
        margin: 0;
        padding: 0;
    }
    .yes-print {
        width:100%;
    }

    .print, .no-print *
    {
        display: none !important;
    }
}


@media (min-width: 992px) {
    .img-top {
        margin-top:180px;
    }
}

.container-empresa {
    padding-left:0;
    padding-right:0;
}

.form-check + .form-check {
    margin-top:0;
}
.label-sical {
    font-size:0.9em;
    margin-bottom:0;
    margin-top:0;
}
.label-select {
    font-size:0.8rem;
    color:#a5a5aa;
}
.md-form label {
    color:#a5a5aa;
}

.select-con-label {
    margin-top: -6px !important;
}
.separador-formulario {
    font-size:1rem;
    font-weight:600;
    margin-bottom:0.8rem;
}
.label-select-registro {
    margin-top:-1.8rem;
    font-size:0.8rem !important;
    color:#a5a5aa;
}
.label-select-0punto4 {
    margin-top:-0.4rem;
    font-size:0.8rem !important;
    color:#a5a5aa;
}
/* ------------------------------------------------------------------------------------
    CONTACT INFO
    ----------------------------------------------------------------------------------- */
.pos-contact-info li {
    padding:1rem;
    border-bottom:1px solid #e8e8e8;
}

.pos-contact-info li .title {
    color:#054a9b;
    font-weight: 800;
    margin-bottom: 0px;
    font-size: 1.2em;

}
.pos-contact-info li .value {
    color:#111111;
    margin-bottom:0;
    font-size: 0.9em;
}

.pos-contact-info li a,
.pos-contact-info li a:visited,
.pos-contact-info li a:active,
.pos-contact-info li a:hover {
    color:#1a2679;
}


.pos-list-info li {
    padding:1rem .6rem;
    border-bottom:1px solid #e8e8e8;
}

.pos-list-info li .title {
    color:#054a9b;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 1em;

}
.pos-list-info li .value {
    color:#111111;
    margin-bottom:0;
    font-size: 0.9em;
    padding-left:1rem;
}

.pos-list-info li a,
.pos-list-info li a:visited,
.pos-list-info li a:active,
.pos-list-info li a:hover {
    color: #1a2679;
}


/* -------------------------------------------------------------------------------------
   ESTILOS PARA NAVBAR
   ------------------------------------------------------------------------------------- */
.logo-navbar-white {
    height: 44px;
    width: auto;
}
.menu-navbar {
    margin-top:10px;
}
.btn-navbar {
    margin-top: 2px;
    font-size: 1.6em;
}

.dropdown {
    color:#f2f2f2;
    background-color: #054a9b;
    font-size: 0.95em;
}

.dropdown ul {
    background-color: #054a9b;
    padding:8px;
    line-height: 32px;
    font-size: 1.0em;
    width:100%;
}

.dropdown .divider {
    border-bottom: 1px solid #666666;
}

.dropdown a,
.dropdown a:visited,
.dropdown a:active,
.dropdown a:hover {
    color:#ffffff;
}

@media (max-width: 575px) {
    .collapse {
        margin-top:65px;
    }
    .dropdown-menu {
        box-shadow: none;
    }
    .dropdown .divider {
        border-bottom: 1px solid #135fb8;
    }
    .collapse-perfil {
        margin-top:12px !important;
    }
    .btns-perfiles button {
        text-align:center;
        width:97%;
    }
}

@media (min-width: 576px) {
    .dropdown-menu {
        margin-top:23px;
    }
    .dropdown ul {
        background-color:rgba(51,51,51,0.92);
    }
}

.collapse-perfil {
    margin-top:1rem;
}

/* -------------------------------------------------------------------------------------
   FILE INPUT
   ------------------------------------------------------------------------------------- */
.datepicker-dropdown {
    margin-top:0 !important;
}

.file-input .progress {
    display: none;
}

#txt-buscar {
    margin-left:0.5rem;
    width:calc(100% - 1.2rem);
    margin-top:0;
}

/* -------------------------------------------------------------------------------------
   ESTILOS PARA INDEX
   ------------------------------------------------------------------------------------- */
.index-logos {
    height: 74px !important;
    width:auto;
    border:1px solid #e3e3e3;
    padding:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .index-logos {
        margin-bottom: 10px;
    }
}



/* -------------------------------------------------------------------------------------
   ESTILOS PARA FOOTER
   ------------------------------------------------------------------------------------- */
footer.page-footer .footer-copyright {
    font-size: 0.8em;
    text-align: left;
    height:auto;
    line-height: 22px;
    font-weight: 400;
    padding-top:10px;
}

.footer-logo {
    margin-top:0;
    height:100px;
    width:auto;
    padding:6px;
    border:1px solid #053b7b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* -------------------------------------------------------------------------------------
   ESTILOS PARA LOGIN
   ------------------------------------------------------------------------------------- */
.primary-color-dark.darken-4 {
    color:#ffffff;
    position:absolute;
    top:-10px;
    width:94%;
    padding:6px;
    text-align:center;
}


#body-login {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#div-login {
    width: 350px;
    height: 280px;
    background-color: rgba(241, 241, 241, 0.87);
    border: 1px solid #f2f2f2;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow: 6px 6px 6px 0 rgba(50, 50, 50, 0.60);
    -moz-box-shadow:    6px 6px 6px 0 rgba(50, 50, 50, 0.60);
    box-shadow:         6px 6px 6px 0 rgba(50, 50, 50, 0.60);
}

/* -------------------------------------------------------------------------------------
   JUMBOTRON
   ------------------------------------------------------------------------------------- */
.jumbotron {
    background: #a82129;
    margin-bottom:15px;
    box-shadow: none;
    color:#f2f2f2;
    padding:1rem;
    font-family: 'Oxygen', sans-serif;
}
.jumbotron p {
   font-family: 'Open Sans',sans-serif
}
main {
    padding-top: 21px;
    padding-bottom: 2rem;
}


.jumbotron-candidates {
    background: #333333 !important;
}


.enlacejum a,
.enlacejum a:visited {
    color: #f3f3f3;
    text-decoration: underline;
}

.enlacejum a:active,
.enlacejum a:hover {
    color:#fcf8a4;
    text-decoration: underline;
}


/* ------------------------------------------------------------------------------------
    BREADCRUMB
    ----------------------------------------------------------------------------------- */
.breadcrumb {
    background: none;
    margin-bottom:0;
    padding-bottom:0;
}
.breadcrumb li a,
.breadcrumb li a:visited {
    color: #f3f3f3;
}

.breadcrumb li a:active,
.breadcrumb li a:hover {
    color:#fcf8a4;
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    color:#e0e0e0;
}

.breadcrumb-item.active {
    color: rgba(224, 224, 224, 0.60);
}


/* -------------------------------------------------------------------------------------
   CARD
   ------------------------------------------------------------------------------------- */
.card-header-azul {
    background-color: #054a9b;
    text-align:center;
    padding:4px;
    color:#f1f1f1;
    font-size:1em;
    font-weight: 600;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}

.card-header-rojo {
    background-color: #a82129;
    text-align:center;
    padding:5px;
    color:#f1f1f1;
    font-size:1em;
    font-weight: 600;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}

.sidebar .card-block {
    padding:8px 9px;
}


/* -------------------------------------------------------------------------------------
   SIDEBAR
   ------------------------------------------------------------------------------------- */
.sidebar {
    font-size:1em;
    margin-bottom:0.5rem;
}

/* -------------------------------------------------------------------------------------
   ESTILOS PARA FORMAS
   ------------------------------------------------------------------------------------- */
.md-form {
    margin-bottom: 2.1rem;
}

.btn-browse {
    padding:0.7rem 1.0rem;
}

/* -------------------------------------------------------------------------------------
   ESTILOS DATATABLES
   ------------------------------------------------------------------------------------- */
.row-datatable {
    margin-top:30px;
    margin-bottom:10px;
}

.div-botones-tabla {
    margin-left:20px;
    float:left;
    font-size:0.8em;
    margin-top:6px;
}
.dataTables_length {
    margin-top:6px;
}
div.dataTables_filter input {
    border:1px solid #cccccc;
    margin-top:6px;
}

#tablaDatos {
    font-size:0.80em;
    width:100% !important;
}

#tablaDatos th {
    color:#ffffff;
    background-color: #202a3c;
}

#tablaDatos tr.even:hover {
  background-color: #ffe8eb !important;
}

#tablaDatos tr.even:hover td.sorting_1 {
    background-color: #c7e2f8 !important;
}

#tablaDatos tr.odd {
    background-color:#e6e6e6;
}

#tablaDatos tr.odd:hover {
    background-color: #ffe8eb !important;
}

#tablaDatos tr.odd:hover td.sorting_1 {
    background-color: #bedef8 !important;
}

.btnEdit, .btnDel, .btnSuccess, .btnPrimary {
    padding:4px 7px 0 7px;
}
.btnPhoto {
    padding:4px 7px 0 7px;
}

.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}

@media (max-width: 991px) {
    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 2px 1px;
    }
}





/* ++++++++++++++++++++++++++++++++ FILE UPLOAD ********************************************* */
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.croppie-container {
    padding:0 0 15px 0 !important;
}



/*  +++++++++++++++++++++++++++++++ LOADER CSS JAVIER ++++++++++++++++++++++++++++++++++++++++ */
.loader {
    height: 4px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color:transparent;
    top:0;
    z-index:11000;
}
.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #e30613;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


/* ++++++++++++++++++++++++++++++++++ PROCESS +++++++++++++++++++++++++++++++ */
.bs-wizard {margin-top: 5px; margin-bottom:10px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 0.9em; margin-bottom: 5px; text-align: center;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 1em;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #00559f; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #1385e5; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0; height: 12px; box-shadow: none; margin: 12px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0; box-shadow: none; background: #00559f;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e2e2e2;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
.bs-wizard > .bs-wizard-step > .progress > .progress-bar[value]::-webkit-progress-value { background-color: #00559f; }
.bs-wizard > .bs-wizard-step > .progress > .progress-bar[value]::-moz-progress-bar { background-color: #00559f; }
.bs-wizard > .bs-wizard-step > .progress > .progress-bar[value]::-ms-fill { background-color: #00559f; }
@media screen and (min-width: 0\0) { .bs-wizard > .bs-wizard-step > .progress > .progress-bar { background-color: #00559f; } }


/* Order list */
ol.simple-list {
    list-style-type: none;
    margin: 0;
    margin-left: 1.7em;
    padding: 0;
    counter-reset: li-counter;
    font-size:0.92em;
}
ol.simple-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
    font-size: 2.2em;
    line-height: 1;
    font-weight: 600;
    text-align: right;
    color: #777788;

    content: counter(li-counter);
    counter-increment: li-counter;
}

/* ++++++++++++++++++++++++++++++++++ LISTA CANDIDATOS +++++++++++++++++++++++++++++++++++++++ */
.list-candidates ul {
    list-style-type: none;
    width: 500px;
}
.list-candidates h3 {
    font: bold 1.3em Helvetica, Verdana, sans-serif;
    margin:0 !important;
    color:#054a9b;
}
.list-candidates li img {
    float: left;
    margin: 0 15px 0 0;
}
.list-candidates li p {
    margin:0;
}
.list-candidates li {
    padding: 10px;
    overflow: auto;
    border-bottom:1px solid #e1e1e1;
}

.list-candidates li:nth-child(odd) {
    background: #f1f1f3;
}

.list-candidates li:hover {
    background: #e9f1fa;
}

.list-candidates a,
.list-candidates a:visited {
    color: #054a9b;
}
.list-candidates a:active,
.list-candidates a:hover {
    color: #a82129;
}

.table-candidatos th {
    text-align:right;
    padding:1px 4px;
    border:none;
}
.table-candidatos td {
    padding:1px 4px;
    border:none;
}
.table-candidatos tr {
    border:none;
}

/* ++++++++++++++++++++++++++++++++++ LEYENDA GRÁFICOS ++++++++++++++++++++++++++++++++++++++++ */
.chart-legend {
    margin-top:0.2em;
}
.chart-legend li:nth-child(odd) {
    background: #f1f1f1;
}
.chart-legend .chart-legend-val {
    width: 3em;
    display: inline-block;
    text-align: right;
}
.chart-legend .chart-legend-label {
    margin-left: 0.5em;
}


