﻿@font-face {
    font-family: "epm-icons";
    src: url("../fonts/epm-icons.ttf") format("truetype"), url("../fonts/epm-icons.woff") format("woff"), url("../fonts/epm-icons.svg") format("svg");
    font-style: normal;
}

body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #fff;
    font-size: 16px;
    margin: 0 auto;
}

.titulo1 {
    font-size: 24px;
    color: #575757;
    border-bottom: 3px solid #575757;
    margin: 35px 0px;
    font-weight: 600;
}

.titulo2 {
    color: #0F538B;
    font-weight: 700;
    margin-bottom: 0px;
}

input {
    width: 100%;
    height: 45px;
    border: 1px solid #BABABA;
    padding-left: 15px;
}

::placeholder {
    color: #C4C4C4;
}

select {
    width: 100%;
    height: 45px !important;
    border: 1px solid #BABABA !important;
    border-radius: 0px !important;
}

textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #BABABA;
}

p {
    color: #575757;
    font-weight: 600;
}

label {
    color: #0F538B;
    font-weight: 700;
    margin-bottom: 2px;
}

hr {
    border-bottom: 3px solid #575757;
}

.hr-v2 {
    border-bottom: 1px solid #BABABA;
}

.btn-primary {
    background-color: #A9B400 !important;
    border: 1px solid #A9B400 !important;
    border-radius: 0px !important;
    text-shadow: 0px 0px 5px #232323 !important;
    font-weight: 600 !important;
    height: 45px !important;
    margin-left: auto !important;
}

.btn-primary:hover {
    background-color: #818A02 !important;
    border: 1px solid #A9B400 !important;
}

.btn-primary:active {
    background-color: #818A02 !important;
    border: 1px solid #A9B400 !important;
}

.btn-outline-primary {
    border-color: #A9B400 !important;
}

.btn-outline-primary:hover {
    background-color: #818A02 !important;
    border: 1px solid #A9B400 !important;
}

.btn-outline-primary:active {
    background-color: #818A02 !important;
    border: 1px solid #A9B400 !important;
}

.contenedor-verde {
    border: 1px solid #A9B400;
    padding: 12px 15px 0px 15px;
}

.btn-secondary {
    background-color: white !important;
    border: 2px solid #0097D6 !important;
    border-radius: 0px !important;
    font-weight: 600 !important;
    color: #0097D6 !important;
    margin-left: auto !important;
}

    .btn-secondary:hover {
        background-color: #004C6B !important;
        border: 2px solid #004C6B !important;
    }

    .btn-secondary:active {
        background-color: #004C6B !important;
        border: 2px solid #004C6B !important;
    }


.contenedor-verde label {
    color: #0182C4;
}

.tabla-reguladores-instalar thead th {
    background-color: #0F538B;
    color: white;
    border: 1px solid white;
}

.tabla-reguladores-instalar input[type="radio"] {
    width: auto;
    padding-left: 0px;
    height: auto;
}

.input-con-unidad-medida {
    width: 72%;
}

.title-table {
    color: #0097D6;
    text-align: center;
}

.unidad-medida-tabla {
    display: inline;
}

.unidad-medida-tabla-azul {
    display: inline;
    color: #0097D6;
}

.column-extended-table {
    width: 622px;
}

.input-tabla-instalacion-gas {
    width: 32%;
    margin: 0px 5px;
}

.tabla-dimension-tuberias thead {
    background-color: #0F538B;
    color: white;
    border: 1px solid white;
    text-align: center;
    vertical-align: middle;
}

    .tabla-dimension-tuberias thead th {
        background-color: #0F538B;
        color: white;
        border: 1px solid white;
        text-align: center;
        vertical-align: middle;
        width: 1%;
    }

    .tabla-dimension-tuberias thead td {
        background-color: #0F538B;
        color: white;
        border: 1px solid white;
        text-align: center;
        vertical-align: middle;
    }

.tabla-dimension-tuberias tr {
    height: 50px;
}

.tabla-dimension-tuberias-dos .azul {
    background-color: #0F538B;
    color: white;
    border: 1px solid white;
    text-align: center;
    vertical-align: middle;
}

.tabla-dimension-tuberias-dos input {
    padding: 0px;
    text-align: center;
}

.tabla-dimension-tuberias-dos .add-value-input {
    float: left;
    width: 60%;
}

.tabla-dimension-tuberias-dos .add-value {
    float: left;
    margin-top: 8px;
    margin-left: 4px;
}

.tabla-dimension-tuberias-dos input[type="radio"] {
    width: auto;
    padding-left: 0px;
    height: auto;
}

.contenedor-drag-and-drop {
    width: 100%;
    height: 300px;
    background-color: #EFEFEF;
    border: 1px dashed #707070;
    border-radius: 8px;
    background-image: url(../imagenes/ic_backup_24px.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .contenedor-drag-and-drop span {
        text-align: center;
        width: 295px;
        float: left;
        font-weight: 600;
        color: #6A6A6A;
        margin-left: calc(50% - 147px);
        margin-top: 233px;
    }

.boton-adjuntar {
    width: 150px;
    float: left;
}

.input-adjuntar {
    width: calc(100% - 150px);
    float: left;
    height: 45px;
}

.archivo-adjunto {
    height: 42px;
    background-color: #0097D6;
    width: fit-content;
    border-radius: 25px;
    padding: 8px 20px;
    color: white;
    margin-top: 15px;
}

.timer {
    font-size: 14px;
    color: #BABABA;
    text-align: center;
}

.hand {
    cursor: pointer;
}

.label-center {    
    text-align: center;
}

.informacion-general {
    background-color: #DCE6EE;
    padding: 20px;
    margin-top: 25px;
}

    .informacion-general svg {
        width: 50px;
        fill: #0F538B;
        float: left;
    }

    .informacion-general h3 {
        font-size: 20px;
        float: left;
        font-weight: 600;
        line-height: 45px;
        margin-left: 15px;
        color: #0F538B;
    }

    .informacion-general input {
        background-color: #EDF0F3;
        border: none;
    }



.informacion-de-seguimiento {
    background-color: #F5F5F5;
    padding: 20px;
}

    .informacion-de-seguimiento svg {
        width: 50px;
        fill: #0F538B;
        float: left;
    }

    .informacion-de-seguimiento h3 {
        font-size: 20px;
        float: left;
        font-weight: 600;
        line-height: 45px;
        margin-left: 15px;
        color: #0F538B;
    }

    .informacion-de-seguimiento input {
        background-color: #EDF0F3;
        border: none;
    }

.accordion {
    margin-bottom: 20px;
}

.card-header {
    background-color: white;
    margin-bottom: 15px;
}

.accordion > .card-status .card-header {
    margin-bottom: -1px;
}

.card-status {
    border: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem
}

.contenedor-estado-actual {
    background-color: white;
    padding: 30px;
    margin-bottom: 20px;
}

.icon-green-cont {
    background-color: #A9B400;
    float: left;
    padding: 20px;
    border-radius: 16px;
    width: 100%;
}

    .icon-green-cont svg {
        fill: white;
        margin-left: calc(50% - 25px);
    }

    .icon-green-cont p {
        float: left;
        text-align: center;
        width: 100%;
        margin-bottom: 0px;
        color: white;
        margin-top: 5px
    }


.icon-blue-cont {
    border: 2px solid #0F538B;
    padding: 7px;
    border-radius: 12px;
    height: 51px;
}

    .icon-blue-cont svg {
        width: 35px;
        float: left;
    }

    .icon-blue-cont p {
        margin-bottom: 0px;
        float: left;
        line-height: 32px;
        margin-left: 10px;
        color: #0F538B;
    }

.titulo-acord {
    margin-top: 13px;
    margin-bottom: 0px;
    color: black;
}

.flechas {
    float: right;
    margin-top: -20px;
}

    .flechas svg {
        width: 20px;
    }

.label-uploader {
    text-shadow: 0px 0px 5px #232323 !important;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif !important;
    font-weight: 600;
}

/*.btn-set-margin {
    margin-left: auto !important;
}*/

.pdatos input[type="radio"] {
    width: auto;
    height: auto;
}

.pdatos label {
    padding-left: 5px;
}

.descripcion{
    text-align:justify;
}

/*Nuevos estilos que se deben incorporar al archivo cargoConexion.css*/

.btn-ajuntar-margin {
    margin-left: auto !important;
}

.wizard-content {
    width: 100%;
    background-color: #fff;
}

    .wizard-content p {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 26px;
        color: #4c4c4c;
    }

.Gridview {
    border: none;
    background-color: #FFFFFF;
}

.headerRow {
    background-color: #005196;
    color: White;
    height: 30px;
    border: none !important;
    position: relative;
}

    .headerRow th {
        padding: 5px !important;
        border-top: none !important;
    }

tbody tr th {
    position: static;
    top: 0;
    z-index: 10;
    background-color: #005196;
}

.rowStyle {
    border: none;
    background-color: #FFFFFF;
}

    .rowStyle td {
        padding: 3px !important;
        vertical-align: middle !important;
    }

.form-control {
    border-radius: 0 !important;
}

.div-table-scroll {
    max-height: 40em;
    overflow: scroll;
    height: auto;
}

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: #a8b400 !important;
    border-color: #a8b400 !important;
}

.Actual {
    border: 1px solid #A9B400;
}