:root {

    --color-1:   #79a3d0;
    --color-01:  #9ebddd;

    --color-2:   #BD9731;
    --color-02:  #ddb23a;
    --color-002: #f4c404;

    --color-3:   #337572;
    --color-03:  #51b5b0;

}


body
{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.back-content-main {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25) !important;
    min-height: 600px;
    padding: 40px 30px 30px 30px;
    border-top: 6px solid var(--color-03);
    margin-bottom: 40px;
    border-radius: 15px;
}
.section{
    padding-top: 20px;
    padding-bottom: 50px;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
#lblRolNav {
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.main-content {
    padding: 10px;
    margin-bottom: 50px;
}






label {
    font-size: 14px;
    font-weight: 400;
}
label.error {
    color:#dc3545 !important;
    font-size: .875em;
}
.text-mayus {
    text-transform: uppercase;
}
.text-help {
    font-size: 14px;
    color: #6c757d;
}
.text-help-min {
    font-size: 10px;
    color: #c5c7c9;
    font-style: italic;
}
.text-green-light {
    color: var(--color-03);
}
.text-yellow-light {
    color: var(--color-002);
}
.text-justify{
    text-align: justify;
}
.text-right {
    text-align: right;
}
.text-poli {
    color: var(--color-03);
}
.text-subtitle {
    color: var(--color-002);
    position: relative;
}
.text-subtitle::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: var(--color-002);
}
.title-module {
    font-size: 34px;
    /*color: var(--color-03);*/
}
.subtitle-module {
    font-size: 24px;
    color: var(--color-03);
}
.bold {
    font-weight: bold;
}





.pregunta{
    padding-top: 20px;
    padding-bottom: 20px;
}
.pregunta .indicaciones {
    margin-bottom: 30px;
}
.pregunta .indicaciones p{
   margin-bottom: 3px;
}
.pregunta h5{
    font-size: 18px;
    font-weight: 600;
}





#loading {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #ffffff;
    display: none;
    font-size: 30px;
    height: 100%;
    padding-top: 10%;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
}
#loading i {
    font-size: 70px;
    margin-bottom: 10px;
}





#costoTotalProyecto, #precioTotalProyecto, #totalTotalProyecto, #utilidadProyecto {
    font-size: 30px;
    text-align: right;
}
#costoUnitarioProyecto, #precioUnitarioProyecto, #totalIVA {
    font-size: 16px;
    text-align: right;
}
.datoTotalProyectoIcon {
    font-size: 25px;
}
.table-estandar th {
    font-size: 14px;
}
.table-estandar td {
    font-size: 12px;
}





.btn-action {
    min-width: 100px;
}
.btn-check:checked+.btn {
    color: var(--bs-btn-active-color);
    background-color: var(--color-03);
    border-color: var(--color-03);
}
.btn-primary {
    background-color: #212529 !important;
    border-color: #212529 !important;
}






.form-iview02 .form-group {
    margin-bottom: 15px;
}
.well {
    background-color: #d2d2d2;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 24px 18px 14px 18px;
}
.disabledcontrol {
    pointer-events: none;
    opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
    color: dimgray;
    background-color: #F1F2F3;
}
.textAreaEmpty {
    border: 1px solid #DEDFE0;
    padding: 10px;
    border-radius:5px;
    width: 100%;
    min-height: 80px;
}
.hidden {
    display: none;
}
.rastreo {
    background-color: #eee;
    border-left: 5px solid #51B5B0;
    padding: 10px 15px;
    margin-top: 10px;
}
.rastreo .title {
    color: #51B5B0;
}
.rastreo p {
    margin-bottom: 0;
    font-weight: bold;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 5px;
    font-size: 14px;
    border-left: 5px solid #eee;
}








hr {
    border-color: #CBCBCB !important;
}
.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}





#menu-principal .administracion-item {
    text-align: center;
    padding: 20px;
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    min-height: 235px;
}
#menu-principal .administracion-item a {
    text-decoration: none;
}
#menu-principal .administracion-item a i {
    font-size: 40px;
    border: 2px solid var(--color-03);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding-top: 25px;
    transition: 0.4s ease-in-out 0s;
    background-color: var(--color-03);
    color: #FFFFFF;
}
#menu-principal .administracion-item a .item-body h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Oswald', sans-serif !important;
    color: #555555;
    transition: 0.3s ease-in-out 0s;
    margin: 20px 0 10px;
}
#menu-principal .administracion-item a .item-body p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    font-weight: 300;
}




/*  TABLES  */
dataTablesSL {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    font-size: 12px;
    font-weight: 400;
    background-color: #FFF;
}
.dataTablesSL.table.dataTable {
    margin-bottom: 0px !important;
}
.dataTablesSL thead tr th {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #ddd;

}
.dataTablesSL tbody tr td {
    font-size: 12px;
}
.dataTablesSL tbody td .botones {
    font-size: 16px;
    cursor: pointer;
    /*color: #54B5E5;*/
}
.dataTablesSL tbody td .input60 {
    max-width: 60px;
    text-align: center;
    font-size: 12px !important;
    display: inline;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: transparent;
    border: none;
}
.dataTablesSL tbody td .input80 {
    max-width: 80px;
    text-align: right;
    font-size: 12px !important;
    display: inline;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: transparent;
    border: none;
}
.filaagregar {
    background-color: #F1F2F3;
    /*border-color: #ddd;*/
    /*border-style: none solid solid;*/
    border-top: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.filaagregar a {
    color: var(--color-03); /*#54B5E5;*/
    cursor: pointer;
}
.filaagregar a i {
    background: #F1F2F3 none repeat scroll 0 0;
    border-right: 1px solid #ddd;
    font-size: 16px;
    padding: 5px 13px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    /*border-right: none;*/
    border-left: none;
    border-top: none;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--color-03);
    border-color: var(--color-03);
}
.page-link {
    color: var(--color-03);
}
#tblClientes.dataTablesSL tbody tr td {
    cursor: pointer;
}





input[readonly] {
    background-color: #F1F2F3 !important;
}
input[readonly]:focus{
    background-color: #F1F2F3 !important;
}
.mt-25 {
    margin-top: 2.5rem !important;
}
.breadcrumb {
    height: 10px;
}
.breadcrumb a {
    color: var(--color-03) !important;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-03) !important;
}
.card {
    margin-bottom: 80px;
    border-top: 6px solid var(--color-03);
}
.card-title {
    font-size: 34px;
    margin-bottom: 0px !important;
}
.card-body {
    padding: 15px 35px 50px 35px;
    min-height: 400px;
}
.pull-right {
    float: right;
}



.col-lg-25 {
    flex: 0 0 auto;
    width: 20%;
}
.offset-md-05 {
    margin-left: 4.166666%;
}





/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .navbar-brand img{
        height: 40px;
    }
}
@media (max-width: 576px) {
    .navbar-brand img{
        height: 40px;
    }

    .col-lg-25 {
        flex: 0 0 auto;
        width: 100%;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .container {
        max-width: 820px;
    }
}

@media (max-width: 850px) {
    .container {
        max-width: 820px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px !important;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  }
