﻿/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */
/*#ui-datepicker-div {
    z-index:99 !important ;
}*/
/*Estilo Contenedores del sistema*/
#WebPage_Loading     
{
    display:none;
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    padding:0px;
    height:100%;
    background-color:#000000;
    content:"";
    background-image:url(images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    opacity:0.5;
    
}

#WebPage_MessagesError {
    display: none;
    z-index: 99999;
    position: fixed;
    top: 5px;
    right: 0;
}

#WebPage_Messages {
    display: none;
    z-index: 99999;
    position: fixed;
    bottom: 0;
    right: 0;
}

#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; /*position: fixed;*/
    z-index: 999999;
    text-align: right;
    padding: 5px; /*float: left;*/
    font-weight: bold;
    width: auto;
    position: relative;
}

#nav {
    width: 155px;
    margin-top: 10px;
}
/* ScrollBar by uge */
/*
::-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;
    }
    */
/* Final ScrollBar by uge */
/*Begin tabs para ventanas modales y cosas sencillas*/
#tabcontainer {
    /*width: 95%;*/
}

    #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; /*color: #294371;     font-weight: bold;     font-size: 12px;*/
    }

    #tabcontainer input[name=radio-set]:checked + label {
        top: 1px;
        background: #ddd;
        color: #294371;
        z-index: 6; /*line-height: 40px;     height: 40px;     position: relative;*/
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd; /*overflow: auto;*/
        font-weight: bold;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

.tabcontent {
    background: #fff;
    position: relative; /*width: 97.5%;*/
    height: 350px;
    padding: 10px;
    z-index: 5;
    border-top: 1px solid #ddd; /*border-right: 1px solid #ddd;     border-left: 1px solid #ddd;     border-bottom: 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;
}
/*End */
/*Begin tabs para ventanas no modales y cosas complejas*/
#Tab-Contaniner > div {
    z-index: -100;
}

ul.tabs {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 0px;
    list-style: none;
    height: 46px;
    border-bottom: 0px solid #ddd;
    border-left: 0px solid #ddd;
    width: 98%;
}

    ul.tabs li {
        float: left;
        margin: 0;
        height: 45px;
        line-height: 45px;
        border-left: none;
        margin-right: 5px;
        overflow: hidden;
        background: #f3f3f3;
        color: #294371;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 12px; /*font-weight:bold;*/
    }

        ul.tabs li a {
            text-decoration: none;
            display: block; /* padding: 0 20px;     border: 1px solid #ddd;*/
            color: #888;
            font-family: Segoe UI, Arial;
            font-size: 12px;
        }

        ul.tabs li:hover {
            background: #ddd;
        }

html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #ddd;
    color: #294371;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

    html ul.tabs li.active, html ul.tabs li.active a {
        background: #ddd;
        color: #294371;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        font-weight: bold;
    }

.Tab-Container {
    background: #fff;
    width: 98%;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-height: 350px;
}

.Tab-Content > div {
    background: #fff; /*width: 95%;*/
    overflow: auto;
    transition: all linear 0.1s;
}
/*end*/
/*Manejo de excepciones no controladas...*/
#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: #014464;
    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: #014464;
    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;
}

.modal1 {
    display: none;
    background: #F3F3F3;
    padding: 10px;
    border: 3px solid #7B7B7B;
    font-size: 12px;
    position: fixed;
    left: 10%;
    color: #000;
    border: 1px solid #000000;
    z-index: 9999;
}

.ui-title-modal-general {
    background: #D64D29;
    color: #fff;
    font-size: 12px;
    height: 25px;
    padding-left: 10px;
    padding-top: 10px;
    font-weight: bold;
}

#modal-container {
    border: 1px solid #7B7B7B;
    background: #ffffff;
    position: fixed;
    top: 10%;
    left: 10%;
    right: 10%;
    z-index: 1002;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 5px 0px;
    box-shadow: 0 0 5px #636363;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#636363')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#636363');
    /* Imargin-right:100px;*/
}

#modal-container-general {
    overflow-x: auto;
    overflow-y: auto;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    height: 350px;
}

.icon-closemodal {
    background-image: url('images/close.png');
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    background-position: center center;
    cursor: pointer;
}

.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;
}
#footer {
    position: absolute;
    bottom: 0px;
    width:100%;
    /*z-index:10;*/
    text-align:center;
    font-size:10px;
    color:#fff;
   /*height:30px;*/
    padding-top:5px;
    margin-top:5px;
    left: 0;
}

.btn-right {
    float:right;
    margin-right:3px;
}

label.error
{
    display:none !important;
}

.modal-backdrop
{
z-index:0 !important;
    }
.back-transparent {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0px;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    width: 100%;
}
#ModalErrorLoad {
    margin-top:70px;
}
