﻿@page {
    size: auto;
    margin: 0mm;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
    font-size: 11px;
    font-family: Calibri;
    margin: 0;
    padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
/*@media (min-width: 768px) .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}*/
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px) .container {
    width: 95%;
}

@media (min-width: 768px) .container {
    width: 750px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.navbar-nav {
    float: left;
    margin: 0;
}
    .navbar-nav > li {
        float: left;
    }

.nav > li {
    position: relative;
    display: block;
}
.nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

@media (min-width: 768px) .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
/*.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}*/

.navbar-header {
    float: left;
    height: 50px;
    border-bottom: 1px solid black;
}
    .navbar-header img {
        /*border: 1px solid black;*/
        height: 50px;
        display: block;
    }


.wh-100 {
    height: 100%;
    width: 100%;
    /*background-color: red;*/
}

.fixed-header {
    height: 50px;
    /*background-color: black;*/
}

.main-title {
    width: 100%;
    height: 34px;
}
    .main-title .fixed {
        width: 100%;
        margin: 2px 0 8px 0;
        line-height: 24px;
        background-color: #ffc000;
        border-top: 2px solid #245092;
        border-bottom: 2px solid #245092;
        font-size: 16pt;
        text-align: center;
        vertical-align: middle;
        position: fixed;
        color: #245092;
        font-weight: bold;
    }


.remaining-height {
    position: absolute;
    top: 88px;
    bottom: 0;
    width: 100%;
    /*background-color: blue;*/
    overflow: auto;
}


.a-r {
    text-align: right;
}

.a-c {
    text-align: center;
}

.matriz-row {
}

.row-even {
    background-color: #d9e1f2;
}

.row-selected {
    /*background-color: #ffc000!important;*/
    background-color: #66afe9!important;
}

    .row-selected select {
        width: 100%;
    }

.cell {
    padding: 4px 8px 8px 4px;
}

#table-view .header {
    background-color: #FFC000; /*#bfbfbf;*/
    /*background-image: url(/static/img/gray_8x8.png);*/
    /*border-top: 3px solid red;*/
    height: 50px;
}

.t-v {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: scale(-1, -1);
    margin: auto;
    width: 40px;
    height: 80px;
}

.c-info {
    background-color: #fff2cc;
    background-clip: padding-box;
}

.c-yellow {
    background-color: #ffff00;
    background-clip: padding-box;
}

.c-grey {
    background-color: #d9d9d9;
}

.no-border {
    border: 0;
}

.no-padding {
    padding: 0;
}

.b-top {
    border-top: 1px solid black;
}

.b-left {
    border-left: 1px solid black;
}

#table-view {
    border-collapse: collapse;
    width: 9000px;
    margin: 0 20px 20px 20px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    table-layout: fixed;
    position: relative;
}

#headers th {
    position: relative;
    align-content: center;
    font-size: 10px;
    text-align: center;
    /*border-top: 3px solid green;*/
    border-right: 1px solid #808080;
    border-bottom: 1px solid black;
}

    #headers th:last-child {
        border-right: 0;
    }

    td {
        color: black;
    }

/*#headers*/ /*th {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 0;
    z-index: 150;
}*/

/*#headers*/ /*th[scope=row] {
        position: -webkit-sticky !important;
        position: sticky !important;
        left: 0;
        z-index: 155;
    }*/

/*#headers*/ /*th[scope=row] {
        vertical-align: top;
        color: inherit;
        background-color: inherit;
        background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
    }

    th:not([scope=row]):first-child {
    left: 0;
    z-index: 3;
    background: linear-gradient(90deg, #666 0%, #666 calc(100% - .05em), #ccc calc(100% - .05em), #ccc 100%);
}*/


.headcol {
    position: absolute;
    width: 5em;
    left: 0;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
}

    .headcol:before {
        content: 'Row ';
    }


#matrix-searchbox {
    position: absolute;
    width: 24px;
    height: 24px;
    /*background-image: url(../img/arrow-bot.png);*/
    top: 0;
    left: 0;
    display: none;
}
    #matrix-searchbox .down-arrow {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(../img/arrow-bot.png);
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        border-radius: 3px;
        /*    border-top: 1px solid #808080;
    border-left: 1px solid #808080;*/
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        cursor: pointer;
    }
    #matrix-searchbox .search-mode-container {
        /*background-color: #66afe9;*/
        max-height: 300px;
        overflow-y: auto;
    }

#searchbox-container {
    background-color: white;
    border: 1px solid #808080;
    position: absolute;
    top: 25px;
    left: 6px;
    padding: 4px;
    width: 160px;
    /*height: 200px;*/
    z-index: 100;
}

    #searchbox-container .order-button {
        font-weight: bold;
        cursor: default;
    }
        .order-button:hover {
            background-color: #808080;
            cursor: pointer;
        }

.lbl-searchbox {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    background-color: white;
    display: block;
}
.lbl-searchbox input {
    margin-right: 8px!important;
}

/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/
.body-content {
    height: 100%;
}

    .body-content iframe {
        width: 100%;
        height: calc(100% - 80px);
    }

#interference-form {
    /*    position: absolute;
    top: 30px;
    left: 100px;
    width: 500px;
    height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: gray;
    border: 1px solid black;
    padding: 8px;
*/
}

.form-row {
    width: 100%;
    float: left;
    position: relative;
    vertical-align: middle;
    height: 36px;
    /*border: 1px solid green;*/
}

.form-label {
    float: left;
    /*width: 40%;*/
    /*border: 1px solid red;*/
    margin-right: 10px;
}

.mt4 {
    margin-top: 4px;
}

.mt8 {
    margin-top: 8px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.form-value {
    float: left;
}

input.w1 {
    width: 30px;
}

input.w2 {
    width: 60px;
}

input.w4 {
    width: 120px;
}

input.w12 {
    width: 360px;
}

input.w600 {
    width: 600px;
}

input.h01 {
    height: 24px;
}

.lblW1 {
    width: 30px;
}

.lblW2 {
    width: 60px;
}

.lblW3 {
    width: 90px;
}

.lblW4 {
    width: 120px;
}

.lblW70 {
    width: 60px;
}

.lblW80 {
    width: 60px;
}

#lblProceso, #etapas-list li {
    font-size: 14px;
}

    #lblProceso b, #etapas-list b {
        font-size: 1em;
        padding-left: 10px;
    }

    #lblProceso span, #etapas-list span {
        font-size: 1em;
        padding-left: 2px;
        padding-right: 3px;
    }

#etapas-list li {
    border-bottom: 1px solid #808080;
    padding-bottom: 8px;
}


/**** pager *****/
#matrix-pager {
    position: absolute;
    top: 54px;
    left: 8px;
    width: 300px;
    height: 24px;
    background-color: #808080;
    color: white;
    /*font-size: 24px;*/
    /*visibility: hidden;*/
    display: none;
    border: 1px solid #212121;
    border-radius: 6px;
    padding-top: 2px;
}

    #matrix-pager a {
        color: white;
        /*font-size: 24px;*/
        font-family: math;
    }

    #matrix-pager select {
        color: black;
        /*font-size: 12px;*/
    }

#header-buttons {
    position: absolute;
    top: 54px;
    right: 8px;
    /*width: 200px;*/
    height: 24px;
    background-color: #808080;
    color: white;
    /*font-size: 24px;*/
    /*visibility: hidden;*/
    display: none;
    border: 1px solid #212121;
    border-radius: 6px;
    text-align: right;
    padding-right: 8px;
    padding-left: 8px;
}

    #header-buttons input {
        /*height: 80%;*/
        border: 1px solid black;
        border-radius: 4px;
        color: black;
        /*font-size: 16px;*/
        padding: 2px 4px 2px 4px;
        position: relative;
        top: 1px;
    }

.header-button {
}
/**** end pager *****/

.form-tag {
    background-color: #e5e5f7;
    opacity: 1;
    background: repeating-linear-gradient( -45deg, #333, #333 10px, #444 10px, #444 23px );
    color: black;
    font-size: 24px;
    font-weight: bolder;
    padding-left: 8px;
    margin-bottom: 4px;
    cursor: pointer;
    color: white;
}

.form-tag-content {
    display: inline-block;
}

.form-horizontal input, .form-horizontal select, .form-horizontal textarea {
    max-width: 280px !important;
}

.sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 300;
    width: 230px;
    color: black;
    background-color: #808080;
    display: none;
}

    .sub-menu ul {
        list-style: none;
    }

    .sub-menu li {
        color: black;
        padding: 3px 6px 3px 6px;
        background-color: none;
        color: white;
        font-size: 1.5rem;
    }

    .sub-menu a {
        font-size: 1.5rem;
        color: white;
    }

        .sub-menu a:hover {
            text-decoration: none;
        }

    .sub-menu li:hover {
        background-color: #bfbfbf;
    }

.fileinput-button {
    width: 80px;
    height: 100px;
    padding-top: 25px !important;
    position: relative;
}

    .fileinput-button input {
        position: absolute !important;
        top: 0 !important;
        right: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 200px !important;
        direction: ltr;
        cursor: pointer;
        /*background-color: red;*/
    }

#tagImages img {
    cursor: pointer;
}

#imageOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(.5, .5, .5, .5);
    z-index: 300;
}

    #imageOverlay .ovl-btn-close {
        width: 20px;
        height: 20px;
        border: 1px solid black;
        background-color: white;
        color: black;
        position: absolute;
        top: 4px;
        right: 4px;
        text-align: center;
        vertical-align: middle;
        font-size: 1.4rem;
        font-weight: bold;
        cursor: pointer;
    }

    #imageOverlay .ovl-btn {
        position: absolute;
        top: 40%;
        width: 14px;
        height: 16px;
        border: 1px solid black;
        background-color: rgba(1, 1, 1, .8);
        display: inline-block;
        margin: 35px;
        -webkit-transform: scale(2, 1);
        -moz-transform: scale(2, 1);
        -o-transform: scale(2, 1);
        transform: scale(4, 10);
        color: white;
        padding: 0 3px;
        cursor: pointer;
    }

    #imageOverlay .ovl-btn-left {
        left: -12px;
    }

    #imageOverlay .ovl-btn-right {
        right: -12px;
    }



.reports-wrap {
    position: absolute;
    width: 100%;
    height: calc(100% - 54px);
}

.reports-menu {
    width: 160px;
    height: 100%;
    overflow: hidden auto;
    padding: 10px 8px 8px 0px;
    background-color: #eaeaea;
    z-index: 100;
    position: relative;
}

    .reports-menu ul {
        padding-left: 15px;
    }

        .reports-menu ul.menu-1 {
            list-style: none;
        }

    .reports-menu .menu-cuenca {
        font-size: 1.8rem;
        font-weight: bold;
        color: black;
    }

    .reports-menu .menu-paquete, .reports-menu .menu-2 .a {
        font-size: 1.4rem;
        font-weight: bold;
        color: #444;
    }

    .reports-menu li a {
        color: gray;
        font-size: 1.2rem;
    }

  .reports-menu li a:hover {
    font-size: 1.5rem;
  }
  
.report-container {
    position: absolute;
    left: 20px;
    top: 0;
    right: 0;
    height: calc(100% - 4px);
    overflow: auto;
    /*background-color: red;*/
}

    .report-container iframe {
        width: 100%;
        height: 100%;
    }

    .report-container .report-container-1 {
        position: relative;
        width: 50%;
        height: 100%;
        top: 0;
        float: left;
    }


.entregables-cde {
    margin: 6px 15px 6px 15px;
    width: 1000px;
}

#tbl-entregables-cde {
    width: 2800px;
    table-layout: auto;
}

    #tbl-entregables-cde td {
        padding: 4px 8px 2px 8px;
    }

    #tbl-entregables-cde th {
        padding: 8px 8px 8px 8px;
        font-weight: bold;
        background-color: #d9d9d9;
        font-size: 1.2rem;
    }

#trNewEntregable {
    background-color: #b0f897;
}

.seguimiento-upload-file {
    height: 30px;
    background-color: #c3c3c3;
    margin-bottom: 6px;
    padding-top: 4px;
}

    .seguimiento-upload-file span {
        float: left;
        font-size: 1.4rem;
        margin-left: 10px;
        font-weight: bold;
    }

.copy-vals-button {
    width: 24px;
    height: 24px;
    background-image: url('../img/up-copy.jfif');
    background-size: 24px;
    border-radius: 4px;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    cursor: pointer;
    float: left;
}

.delete-button {
    width: 24px;
    height: 24px;
    background-image: url('../img/trashcan-red-icon.png');
    background-size: 24px;
    border-radius: 4px;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    cursor: pointer;
    margin: 0 8px 0 8px;
    float: left;
}

.editable-text-format {
    background-color: white!important;
    color: black;
}

.matrix-table {
    table-layout: auto;
}

    .matrix-table td {
        padding: 4px 8px 2px 8px;
    }

    .matrix-table th {
        padding: 8px 8px 8px 8px;
        font-weight: bold;
        background-color: #d9d9d9;
        font-size: 1.2rem;
        text-align: center;
    }

#tbl-aconex-workflow {
    width: 3600px;
    table-layout: auto;
}

#tbl-control-midp {
    width: 1920px;
}

/*#region MATRIX MENU*/
.matrix-menu {
    height: 34px;
    position: relative;
}
    .matrix-menu .fixed-div {
        background-color: #c3c3c3;
        margin-bottom: 6px;
        padding-top: 6px;
        position: fixed;
        width: 100%;
        height: 30px;
        border-bottom: 1px solid black;
    }

    .matrix-menu .menu-tab {
        height: 24px;
        width: 150px;
        background-color: darkorange;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border: 1px solid black;
        float: left;
        margin-left: 10px;
        text-align: center;
        position: relative;
    }

    .matrix-menu .selected {
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-right: 2px solid black;
    }

    .matrix-menu .menu-tab a {
        color: #ffff00;
        font-size: 16px;
        font-weight: bold;
    }

    .matrix-menu span {
        float: left;
        font-size: 1.4rem;
        margin-left: 10px;
        font-weight: bold;
    }
/*#endregion MATRIX MENU*/



/*#region matrix*/
.matrix-table {
    border: 1px solid black!important;

}

    .matrix-table td {
        border-right: 1px solid #808080;
    }

    .matrix-table tr td:last-child {
        border-right: 0;
    }

    .matrix-table .new-row {
        background-color: #b0f897;
    }

        .matrix-table .new-row input, .matrix-table .new-row select {
            width: 100%;
            padding: 2px 4px 2px 4px;
            font-size: 1.2rem;
            border: 1px solid #808080;
            border-radius: 6px;
            height:24px;
        }

            .matrix-table .new-row input:focus, .matrix-table .new-row select:focus {
                outline: none !important;
                border: 1px solid #66afe9;
                box-shadow: 0 0 10px #719ECE;
            }



/*#endregion matrix*/

/*#region Toolbar*/
.button-save {
    display: block;
    width: 32px;
    height: 32px;
    background-color: white;
    background-image: url(../img/toolbar/disk.png);
    background-size: 32px 32px;
    border-radius: 3px;
    box-shadow: 0 0 10px #719ECE;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    cursor: pointer;
}
.toolbar {
    /*background-color: white;*/
    /*border-bottom: 1px solid #FFF;*/
    position: fixed;
    margin-left: 2px;
    padding-left: 2px;
    margin-top: 4px;
}
    .toolbar .toolbar-button {
        display: block;
        width: 24px;
        height: 24px;
        background-color: white;
        background-image: url(../img/toolbar/disk.png);
        background-size: 100% 100%;
        border-radius: 3px;
        /* box-shadow: 0 0 10px #719ECE; */
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        cursor: pointer;
        float: left;
        margin-left: 4px;
    }

/*#endregion*/
/*#region LOGIN*/
#loginForm {
    margin: 0;
    width: 100%;
    background-image: url(../img/ue-mo1.jpg);
    background-origin: border-box;
    background-position: top center;
    background-repeat: no-repeat;
    /* top: 0; */
    overflow: auto;
    height: 100%;
    /* bottom: 0; */
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    /* right: 0;*/
    text-align: center;
}

    #loginForm .form-horizontal {
        width: 300px;
        margin: 100px auto;
    }

    #loginForm .input-text {
        width: 100%;
        font-size: 1.4rem;
        padding: 4px 8px;
        text-align: center;
        background-color: rgba(.3, .3, .3, .1);
        border: 1px solid #808080;
        height: 36px;
        border-radius: 18px;
        text-align: center;
        color: white;
        font-weight: bold;
    }

    #loginForm .input-button {
        width: 100%;
        font-size: 1.4rem;
        padding: 4px 8px;
        text-align: center;
        background-color: #e9daa0;
        border: 1px solid #ccc;
        height: 36px;
        border-radius: 18px;
        text-align: center;
        color: black;
        font-weight: bold;
    }


        #loginForm .input-text::placeholder {
            color: #c3c3c3;
        }

.form-horizontal h4 {
    margin: 10px auto 20px auto;
    font-size: 2rem;
    color: white;
}
/*#endregion LOGIN*/