@import url('https://fonts.googleapis.com/css?family=Spinnaker&display=swap');



body{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow-y: auto;
    width: 100vw;
    height: 100vh;
    min-height: 620px;
    min-width: 1200px;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

p, ul, ol{
    line-height: inherit!important;
}

div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

div::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
    height: 7px;
}

div::-webkit-scrollbar-thumb{
    background-color: #527cb0;  
    border-radius: 6px;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.logo {
    border: 0;
    float: left;
    max-height: 150px;
    text-align: center;
    vertical-align: middle;
}

.nombre_encabezado {
    border: 0;
    max-height: 150px;
    text-align: center;
    vertical-align: middle;
}

.logo1 {
    border: 0;
    float: right;
    max-height: 150px;
    text-align: center;
    vertical-align: middle;
}

.sistema {
    border: 0;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
}

.alcaldia {
    border: 0;
    font-size: large;
}

.estado {
    font-size: smaller;
    font-weight: lighter;
    text-transform: uppercase;
}

.menuGroup {
    font-size: 13px;
}

.menuItem {
    font-size: 12px;
}

.contentBody {
    padding: 3px;
}
.pageContainer{
    background-color: #FFFFFF;
}

.rich-page-header {
    margin: 0;
    width: 100%;
    padding: 0px 0px;
}

.rich-page-header-content{
    padding-bottom: 1%!important;
}

.rich-page-subheader {
    padding: 0px 0px;
    margin: 1px 0px;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 70px;
    border-bottom: 0!important;
    border-bottom-color: transparent;
    background-color: transparent!important;
}


.rich-page-footer {
    height: 15%;
    padding: 0;
    vertical-align: middle;
    padding: 0 !important;
}

.rich-page-footer-content {
    padding: 0;
    vertical-align: middle;
}

.closePanelButton {
    vertical-align: middle;
    cursor: pointer;
    margin-right: 2px;
    margin-top: 2px;
    box-shadow: 1px 1px 2px gray;
}

.warnMsgs {
    color: red;
}

.infoMsgs {
    color: green;
}

.pageContainer {
    height: 450px;
    max-height: 450px;
    overflow-y: auto;
}

.columnAlignTop {
    vertical-align: top;
}

.rowTableContent {
    height: 23px;
}

.rowTable_impar {
    background-color: white;
}

.rowTable_par {
    background-color: #F1F1F1;
}

.rowTable_selected {
    background-color: #E1F0AF;
}

.titleSearchPanel {
    text-align: center;
    /*background: url(../images/back_title.png) repeat-x;
    border-bottom: #C0C0C0 1px solid;*/
    margin-bottom: 5px;
    min-height: 17px;
}

.loadingPanel {
    position: fixed;
    top: 0px;
    left: 0px;
    right:0px;
    bottom:0px;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.loadingBox {
    position: relative;
    width: 180px;
    height: 100px;
    margin: auto;
    margin-top: 15%;
    background-color: white;
    border: #E1F0AF 1px solid;
    box-shadow:4px 4px 2px #333333;
}

.treeRow {
    background-color: #E1F0AF;
}

.textLabel {
    font-weight:bold;
}

.outputTextLabelClass {
    text-decoration: underline;
    font-weight:bold;
}

.datascroller_activePage {
    font-weight: bold;
    border: #666666 2px solid;
}

.datascroller_inactivePage {
    color: black;
    font-weight: normal;
    border: #E1F0AF 1px solid;
    border-top-width: 2px;
}

.richMessagesPanel {
    color: red;
    margin: 0 0 5px;
    padding: 2px 2px 2px 4px;
    border: #E1F0AF 1px solid;
    max-height: 50px;
    overflow: auto;
}

.dataTableFooter {
    margin: 0;
    padding: 0;
}

.budgetItemInput {
    width: 100px;
    text-align: right;
}

.labelLikeInput {
    min-height: 14px;
    padding: 2px;
    border: #999999 1px solid;
    background: url(../images/back_input.png) repeat-x;
    white-space: nowrap;
    overflow: hidden;
}

.divLikeButton {
    margin:0 1px 1px 0;
    padding: 2px;
    border: #E1F0AF 1px solid;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/back_bottom.png);
    background-position: bottom;
    background-repeat: repeat-x;
    box-shadow:1px 1px 0px #999999;
}

.divLikeButton a {
    color: black;
}

.divLikeFlatButton_up {
    margin: 2px 5px 5px;
    padding: 3px;
    border: silver 1px solid;
    border-radius: 3px;
    background-color: #B1D2F3;
    box-shadow: 2px 2px 1px gray;
    cursor: pointer;
}

.divLikeFlatButton_down {
    margin: 4px 5px 3px;
    padding: 3px;
    border: lightgray 1px solid;
    border-radius: 3px;
    background-color: whitesmoke;
    cursor: pointer;
}

.divLikeFlatButton_down:hover {
    border: gray 1px solid;
    box-shadow: inset 0 0 3px silver;
}

.divSelectItem {
    border: cadetblue 1px solid;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.divSelectItem:hover {
    background-color: lightblue;
}
.rich-page-footer {
    background: none;
    background: #C0C0C0!important;
    opacity: 0.8;
}

.rich-page-footer-content{
    font-family: "Spinnaker",sans-serif, serif!important;
    font-size: 12px;
    font-weight: 600;
}

#content{
    width: 100%;
    height: 100%;
}

#content #content_principal, 
#content #content_menu{
    display: inline-block;
} 

#panel_menu{
    float: left; 
    background-color:lightblue; 
}
.rich-pmenu-item{
    border-top: none! important;
}

.rich-pmenu-top-group-div{
    border: none !important;
}

.rich-page, .rich-page-body, .rich-page-main, .rich-page-main{
    height: 100%!important;
}

.rich-page-main,.rich-page-content {
    border: 0!important;
}

.rich-page{
    margin: 0!important;
    min-width: 800px!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.rich-page .rich-page-content {
    max-width: 2000px;
    width: 100%!important;
    height: 100%!important;
}

.rich-page-content{
    height:75%;
}

/* PANELES PRINCIPALES*/



.accordion {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.accordion > ul.accordion_intern {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion > ul.accordion_intern  li.item_panel {
    display: table-cell;
    position: relative;
    width: 20%;
    height: 100%;
    transition: all 500ms ease;
}

.accordion > ul.accordion_intern  li.item_panel h2{
    margin-top: 100px;
    font-weight: lighter;
    font-size: 2.1vw;
    font-family: "Spinnaker",sans-serif, serif!important;
    color:#fff;
}

.accordion > ul.accordion_intern  li.item_panel h2:hover{
    font-weight: bolder; 
}

.accordion > ul.accordion_intern li.item_panel div.title_module {
    display: block;
    overflow: hidden;
    width: 100%;
    display: inline-table;
    height: 100%;
    margin: 0px;
    justify-content: center;
}


.accordion > ul.accordion_intern li.item_panel div.title_module a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
}

.accordion > ul.accordion_intern li.item_panel div.title_module a p {
    top: 160px;
    font-size: 13.5px;
}

.accordion > ul.accordion_intern:hover li.item_panel { 
    width: 5%; 
}

.accordion > ul.accordion_intern:hover li.item_panel .menu_paneles  { 
        visibility: hidden!important;
}

.accordion > ul.accordion_intern  li.item_panel .menu_paneles {
    visibility: hidden;
}


.accordion > ul.accordion_intern li.item_panel h2{ 
    text-align: center;
}

.accordion > ul.accordion_intern:hover li.item_panel h2{ 
width: 100%;
    /* height: 100%; */
    top: 50%;
    position: absolute;
    /* writing-mode: vertical-lr; */
    transform: rotate(270deg)
}

.accordion > ul.accordion_intern:hover li.item_panel:hover { 
    width: 80%; 
    text-align: center;
}

.accordion > ul.accordion_intern:hover li.item_panel:hover h2{
    writing-mode: initial;
    transform: rotate(360deg)!important;
    vertical-align: super;
    top: 0%;
    position: absolute;
    width: 100%;
}

.accordion > ul.accordion_intern:hover li.item_panel:hover .menu_paneles{
    visibility: visible!important;
}

.menu_paneles ul li{
    margin-bottom: 10px;
}


/*-------------*/


#panel_left_login{
    width: 50%;
}

#panel_right_login{
    float: right;
}

#panel_right_login h1{
    font-family: "Spinnaker",sans-serif, serif;
}

.panel_intern{
    height: 100%;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    width: 50%;
}

/*PANEL LOGIN */


/* PANEL SUPERIOR REDONDEADO DEL LOGIN*/
.circulo_superior_login{
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 150px;
    border-radius: 50%;
    display: block;
    height: 150px;
    border: 10px solid #E6E6E6;
    overflow: hidden;
    opacity: 100;
    -webkit-box-shadow: 25px -22px 19px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: 25px -22px 19px -29px rgba(0,0,0,0.75);
    box-shadow: 25px -22px 19px -29px rgba(0,0,0,0.75);
}


.panel_login{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 11%;
    background-color: #E6E6E6;  
    opacity: 100;
    -webkit-box-shadow: 10px 10px 23px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 23px 5px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 23px 5px rgba(0,0,0,0.75);
    width:auto;
    padding: 5% 5%;
    font-size: 1.3em;
}

.div_credenciales{
    display: flex;
    align-items: center;
}

.div_icon_login{
    width:40px;
    border-radius: 20px; 
    height: 40px;
    border: 4px solid #CFD4D4;
}

.credenciales{
    height: 30px;
    border-radius: 5px;
    font-weight: bold;
    padding-left: 5px;
    background-image: none;
    background-color: #CFD4D4!important;
    border: 0px solid #CFD4D4!important;
    font-family: "Spinnaker",sans-serif, serif!important;
    background-image: none!important;
}
.input_login{
    background-color: #091721!important;
    background-image: none!important;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 9px!important;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: center;
    color: #023435;
}

input.credenciales::placeholder {
    color: #4D4D4D;
    opacity: 1;
}

input.credenciales::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4D4D4D;
}
input.credenciales::-moz-placeholder { /* Firefox 19+ */
    color: #4D4D4D;
}
input.credenciales:-ms-input-placeholder { /* IE 10+ */
    color: #4D4D4D;
}
input.credenciales:-moz-placeholder { /* Firefox 18- */
    color: #4D4D4D;
}

.rich-page-footer{
    width: 100%;
    background: #c0c0c0!important;
    height: 9%;
    max-height: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    border: 0px;
}

.rich-datascr-button{
    border: 0px;
    background: transparent;
}

.extdt-maindiv, .extdt-outerdiv{
    height: 100%!important;
}

.extdt-menu-div-out{

}

.extdt-menu-div-on{
    width: 0px!important;
    height: 0px!important;
}

.rich-panel{
    background-color: #fff;
}

.classPanelActive{
    width: 80%;
}

.classPanelInactive{
    width: 5%;
}

.size_text_footer{
    font-size: 1.0em;
}

/*CARGANDO*/


.loadingPanel{
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    perspective: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading{
    width: 100px;
    height:100px;
    animation:loading 1.5s linear infinite;
}

@keyframes loading{
    0%{
        transform:rotateX(0deg) rotateY(0deg);
    }

    50%{
        transform:rotateX(0deg) rotateY(180deg);
    }

    100%{
        transform:rotateX(0deg) rotateY(360deg);
    }
}


@media only screen and (min-width: 1900px)  {

    .size_text_footer{
        font-size: 1.5em;
    }


}

@media only screen and (min-width: 3800px)  {

    .size_text_footer{
        font-size: 2.5em;
    }



}