﻿
.priceantes {
    color: #d32;
    position: relative;
}

    .priceantes:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid;
        border-color: #d32;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }


.Loadding {
    background-color: rgba(0,0,0,0.45);
    position: fixed;
    height: 100rem;
    z-index: 100;
    width: 100%;
    margin-top:0;
}

    .fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 2px solid #ff1d13;
}

/*#footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-top: 5px;
    margin-top: 15px;
    clear: both;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    background-color: #00759a;
    color: #fff;
    height: 30px;
}*/

#WebPage_Loading {
    display: none;
    z-index: 99999;
    position: fixed;
    /*width: 100%;
    height: 100%;*/
    top: 0;
    right: 0;
    /*background: rgba(0, 0, 0, 0.79);*/
}

#WebPage_MessagesError {
    display: none;
    z-index: 99999;
    position: fixed;
    right: 0;
    width: 100%;
    padding-top: 5px;
    margin-top: 5px;
    clear: both;
    top: 0;
    max-height: 300px;
    overflow-y: auto;
}

#WebPage_Messages {
    z-index: 99999;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#ButtonErrorMessageArquitectura {
    display: none;
}

#ButtonMessageArquitectura {
    text-align: right;
    float: left;
    width: 10%;
    border: 0px solid #000;
    padding: 7px 0px 5px 0px;
    margin: 0px 10px 10px 40px;
}

label.error {
    float: none;
    color: #e40000;
    border: 0px solid #e40000;
    text-align: right;
    padding: 2.25px;
    width: auto;
    position: relative;
    font-size: 12px;
}

#nav {
    width: 155px;
    margin-top: 10px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-button {
    background: #a5a6a8;
    border-radius: 2px;
    height: 23px;
}

    ::-webkit-scrollbar-button:hover {
        background-color: #636363;
    }

::-webkit-scrollbar-track {
    background-color: #D8D8D8;
}

::-webkit-scrollbar-track-piece {
    background-color: #D8D8D8;
}

::-webkit-scrollbar-thumb {
    background: #294371;
    height: 50px;
    border: 1px solid #e8e6e7;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #AAB4C6;
    }

#tabcontainer {
}

    #tabcontainer input[name=radio-set] {
        height: 40px;
        visibility: hidden;
    }

    #tabcontainer label[name=radio-set] {
        float: left;
        cursor: pointer;
        line-height: 45px;
        height: 45px;
        padding: 0 20px;
        display: block;
        color: #888;
        text-align: center;
        background: #f3f3f3;
        margin-right: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #tabcontainer input[name=radio-set]:hover + label[name=radio-set] {
        background: #ddd;
    }

    #tabcontainer input[name=radio-set]:checked + label {
        top: 1px;
        background: #ddd;
        color: #294371;
        z-index: 6;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-weight: bold;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

.tabcontent {
    background: #fff;
    position: relative;
    height: 350px;
    padding: 10px;
    z-index: 5;
    border-top: 1px solid #ddd;
}

    .tabcontent > div {
        position: absolute;
        z-index: -100;
        opacity: 0;
        transition: all linear 0.1s;
        width: 98%;
    }

#tabcontainer input.tab-selector-1:checked ~ .tabcontent .tabcontent-1, #tabcontainer input.tab-selector-2:checked ~ .tabcontent .tabcontent-2, #tabcontainer input.tab-selector-3:checked ~ .tabcontent .tabcontent-3, #tabcontainer input.tab-selector-4:checked ~ .tabcontent .tabcontent-4, #tabcontainer input.tab-selector-5:checked ~ .tabcontent .tabcontent-5 {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
}

#ExceptionArquitectura {
    background: #808080;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    z-index: 999999999;
}

#ExceptionContent {
    width: 100%;
    min-height: 110px;
    position: fixed;
    background: #FF1100;
    color: #fff;
    border-top: 1px solid #336983;
    border-right: 1px solid #336983;
    border-left: 1px solid #336983;
    border-bottom: 1px solid #336983;
    overflow: auto;
    margin: 40px 0px 20px 0px;
    left: -1px;
    top: 30%;
    right: 10%;
    z-index: 1002;
    opacity: 0.8;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
}

#ExceptionMessage {
    background: #FF1100;
    width: 80%;
    color: #fff;
    overflow: auto;
    padding: 30px 30px 10px 10px;
    text-align: justify;
    left: -5px;
    font-size: 12px;
}

#ButtonExceptionMessage {
    text-align: right;
    margin: 20px 60px 40px 10px;
}

.ui-button-error {
    color: #000 !important;
    font-size: 12px !important;
    padding: 8px 14px !important;
    background: #E5E5E5 !important;
    border: 1px solid #465A7B;
}

    .ui-button-error:hover {
        background: #CCCCCC !important;
        color: #000 !important;
    }

select {
    border: 1px solid #BBCAD7;
    padding: 3px 2px 2px 3px;
}

#mask {
    display: none;
    background: #ccc;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    border: 1px solid #000000;
}

.ui-requerid-text {
    color: #e40000;
    text-align: left;
    font-weight: bold;
}

.ui-download, .ui-install {
    border: 0px solid #6b91ab;
    text-align: center;
    margin-top: 2px;
    background-image: url(images/active.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.ui-notdownload, .ui-notinstall {
    border: 0px solid #6b91ab;
    text-align: center;
    margin-top: 2px;
    background-image: url(images/inactive.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.ui-link-export {
    background-image: url('images/ExportarExcel.png');
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px;
    cursor: pointer;
}

.ui-select-filter {
    width: 350px;
    border: 1px solid #dfdfdf;
    color: #393939;
    padding: 5px;
    text-indent: 5px;
    text-align: left;
    font-size: 14px !important;
}

.ui-backcolor-white {
    border: 1px solid #dfdfdf;
    width: 40%;
    z-index: auto;
}

.ui-backcolor-transparent {
    border: 0px solid #dfdfdf;
    width: 15%;
    z-index: auto;
}

.ui-button-search {
    background: #fff;
    border: 0;
    box-shadow: none;
    color: #888;
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 2;
    text-shadow: none;
}

.ui-msgerror, .ui-msgnotice, .ui-msgsuccess {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.ui-msgerror {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.ui-msgnotice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.ui-msgsuccess {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.ui-msgerror a {
    color: #8a1f11;
}

.ui-msgnotice a {
    color: #514721;
}

.ui-msgsuccess a {
    color: #264409;
}

.btn-right {
    float: right;
    margin-right: 3px;
}

.modal-backdrop {
    z-index: 0 !important;
}

.alertCoookies {
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: #ffffff;
    background-color: #a4c2f4;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
    z-index: 100000;
    padding: 8px;
    text-align: center;
}

@media (max-width:700px) {
    .alertCoookies {
        height: 100px;
    }
}

@media (min-width:992px) {
    .alertCoookies {
        height: 40px;
    }
}

@media (min-width:1200px) {
    .alertCoookies {
        height: 40px;
    }
}

.fadeout {
    opacity: 0;
}

.fadein {
    opacity: 1;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}


/*.tt-dropdown-menu {
    width: 100%;
    margin-top: 7px;
    background: #fff;
    border: 1px solid #e6e6e6;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
    color: #000;
}

.tt-suggestion {
    line-height: 1em;
    padding: 15px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
}

    .tt-suggestion p {
        margin: 0;
    }*/
.typeahead, .tt-query, .tt-hint {
    border: 2px solid #CCCCCC;
    border-radius: 8px;
    font-size: 22px; /* Set input font size */
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 396px;
}

.typeahead {
    background-color: #FFFFFF;
}

.typeahead:focus {
    border: 2px solid #0097CF;
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #999999;
}

.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 0;
    overflow-y: auto;
    white-space: nowrap;
    max-height: 300px;
    width: 413px;
}

.tt-suggestion {
    font-size: 12px; /* Set suggestion dropdown font size */
    padding: 5px 15px;
    border-bottom: 1px solid #e6e6e6;
}

.tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}

.tt-suggestion p {
    margin: 0;
}


.tt-dropdown-menu .tt-group-title-container {
    background-color: #eee;
    min-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.tt-dropdown-menu .tt-group-title-container .tt-group-title-icon {
    padding-right: 10px;
    color: #444;
}

.eva-3-overline-2 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}