body {
    margin: 0px;
    padding: 0;
    color: #616161;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
}

h3 {
    font-size: 1em;
    margin-top: 20px;
}

ul {

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img.left {
    float: left;
    margin: 0 20px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 20px;
}

/* Header */
#header {
    padding: 4px 0px;
    height: 75px;
    position: relative;
}

#logo {
    text-align: left;
}

/* Menu */
#menu {
    position: absolute;
    top: 25px;
    right: 15px;
    padding: 0;
    height: 59px;
    overflow: hidden;
}

#menu ul {
    margin: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu li a {
    display: block;
    float: left;
    height: 42px;
    margin: 0;
    padding: 18px 40px 0 40px;
    text-decoration: none;
    font-size: 20px;
}

#menu li a:hover {
    text-decoration: underline;
}

#globalthemeswitcher {
    position: absolute;
    top: 5px;
    right: 50px;
}

/* Page */
#page {
    padding: 10px 0px;
    background: #FFFFFF;
}

/* Content */
#content {
    width: 70%;
    float: left;
}

.post {
    padding-bottom: 15px;
}

.topUbicacion {
    vertical-align: top;
}

.post h1 {
    font-weight: normal;
}

.title {
    height: 30px;
    margin-left: 10px;
    padding: 8px 0 0 20px;
}

.title a {
    border-bottom: none;
    color: #FFFFFF;
}

.title a:hover {
    border-bottom: 1px dotted #000000;
}

.submenu-title {
    padding: 4px 10px;
}

.submenu-content {
    text-align: center;
}

.byline {
    margin: -60px 20px 20px 20px;
}

.byline a {
    color: #DC8700;
}

.tag {
    padding: 0 15px;
}

.entry {
    padding: 0 20px;
}

.entry p {
    line-height: 200%;
}

.links {
    padding: 4px 0px;
    text-align: right;
    font-weight: bold;
}

.links a {
    border: none;
}

#sidebar {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-left: -1px;
    overflow: hidden;
}

#sidebar a.ui-state-hover,#sidebar a.ui-state-highlight {
    border: 0 none;
    text-decoration: none;
    font-weight: normal;
}

#sidebar table {
    width: 100%;
}

#sidebar table td {
    vertical-align: top;
}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    list-style-type: none;
    padding: 1px;
}

/* Footer */
#footer {
    height: 70px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 14px;
}

#footer p {
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
}

#footer a {

}

#footer .link {
    float: right;
}

#footer .copyright {
    float: left;
}

.homeText {
    line-height: 175%;
}

.homeMenu {
    width: 200px;
    float: left;
    margin-right: 10px
}

.themeMenu {
    overflow: auto;
    height: 300px;
    width: 200px;
}

.dp-xml {
    width: 1000px;
}

.ui-themeswitcher a.ui-selectonemenu-label-container {
    text-decoration: none !important;
}

.ui-menu-resposive {
    background-image: url("../resources/images/estados.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ui-text-subtitles{
    font-style: oblique; 
    font-weight: bold
}

.ui-grid-row div{
    margin-left: 2px;
    margin-bottom: 5px;
    font-size: 10px;
}

.ui-icon.fa {
    text-indent:0px;
    background-image:none;
}

.ui-growl-message {
    white-space: pre-line;
}

.ui-messages-error-detail {
    white-space: pre;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer !important;
    position: relative !important;
    margin-top: 10px !important;
    min-height: 0 !important;
    padding: 1.5em 0.5em 1.5em 3.2em !important;
    border-bottom: 5px solid #d4d1bf !important;
}

.ui-widget-content {
    border: 1px solid #d4d1bf;
}

#expand-btn{
    cursor: pointer;
    transition: all 0.25s ease-out;
}

#menubill-btnPrueb{
    width: 15%;
    float: left;
}
#panelbill{
    width: 85%;
    float: left;
}

@media (max-width: 800px) {
    #menubill-btnPrueb{
        width: 100%;
    }
    #panelbill{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    #imgBillMenu{
        display: none;
    }
    .ui-toolbar{
        position: absolute !important;
    }
}

#expand-toggle {
    display: none;
}
#expand-toggle:checked ~ #menubill-btnPrueb {
    display: none !important;
}
#expand-toggle:checked ~ #panelbill {
    width: 98%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#expand-toggle:checked ~ * .leftBill {
    display: none;
}

#expand-toggle:checked ~ * .rightBill {
    display: inherit;
}

.rightBill{
    width: 18px; 
    display: none; 
    margin-left: 8px;
}

.leftBill{
    width: 18px;
    display: inherit;
    margin-left: 8px;
}
.ui-accordion .ui-accordion-header{
    background: #ffffff !important;
    color: #654B24!important;
}
.ui-accordion .ui-accordion-header:hover{
    background: #ffffff !important;
    color: #654B24!important;
}

.wrapper > div {
    border: 1px solid #d9d6c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    color: #654b24;
}.wrapper {
    display: grid;
}
.row1 {
    grid-column: 1 ;
    grid-row: 1;
}
.row2 {
    grid-column: 2;
    grid-row: 1;
}
.row3 {
    grid-column: 3;
    grid-row: 1;
}
.row4 {
    grid-column: 4;
    grid-row: 1;
}
.row5 {
    grid-column: 5;
    grid-row: 1;
}
.row6 {
    grid-column: 6;
    grid-row: 1;
}

.negrilla{
    font-weight: bold; 
    text-transform: uppercase; 
    color: #57401d;
    text-align: center;
    margin-right: 5px;
}
.ui-datatable tbody td {
    border: none !important;
}

/**/

.st-actionContainer {
    z-index: 9999;
    position: fixed;
    display: inline-block;
}

.right-bottom {
    bottom: 2em;
    right: 2em;
    float: right !important;
}

.left-bottom {
    bottom: 2em;
    left: 2em;
    float: left !important;
}

div.st-actionContainer li{
    list-style: none;
}

.st-panel{
    width: auto;
    margin-bottom: 10%;
    background-color: #fff;
    color: white;
    border: 2px solid #eee;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
    display: none;
}

div.st-panel{
    font-family: Roboto;
    font-size: 15px;

}

.st-panel-header{
    background-color: white;
    color: black;
    padding: 3px;
}

.st-panel-contents{
    margin: 5px;
}

.st-button-main{
    font-size:24px;
    color:#ffffff;
    font-size:24px;
    text-align:center;
    line-height:60px;
    cursor:pointer;
    height: 100%;
    width: 100%;
    display: table;
}

.st-button-main > i{
    display: table-cell;
    vertical-align: middle;
}

.st-btn-container{
    background:#dd2727;
    width:60px;
    height:60px;
    border-radius:100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/*Dialogo Totales*/

#price {
    text-align: center;
    font-size: 19px;
}

.plan {
    display: inline-block;
    margin: 10px 1%;
    font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position:relative;
}

.entry-title {
    background: #53CFE9;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.entry-title>h3 {
    font-size: 20px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.entry-title .price {
    position: absolute;
    bottom: -25px;
    height: 100px;
    width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 20px;
    font-weight: 700;
}

.price span {
    position: absolute;
    font-size: 9px;
    bottom: -10px;
    left: 30px;
    font-weight: 400;
}

.entry-content {
    color: #323232;
}

.entry-content ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    font-size: 11px;
}

.entry-content li:last-child {
    border: none;
}

.ultimite .entry-title > h3 {
    background: #e8e6db;
    color: #000000;
}

.ultimite .entry-title {
    background: #DD2727;
}

.ultimite .price {
    background: #DD2727;
}

/*prueba*/
/*
.ui-overlaypanel-content{
    position: fixed !important;
}
*/

.ui-column-title{
    font-size: 10px;
}

.centrarPro{
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.fa-2x{
    font-size: 3em !important;
}

.radioMargin {
    margin-right: 5px;
}
.ui-datalist {
    margin-bottom: 20px;
}

.ui-datalist-item {
    padding:3px;
    font-size: small;
}

.mensajePreregistro {
    padding: 20px;
    margin-bottom: 10px;
}

.mensajePreregistroAzul {
    background-color: #f0f8ff;
    border-left: 10px solid #088da5;
    border-bottom: 1px solid #088da5;
}

.mensajePreregistroAmarillo {
    background-color: #fff5d5;
    border-left: 10px solid #f6cd3a;
    border-bottom: 1px solid #f6cd3a;
}
.mensajePreregistroVerde {
    background-color: #e1f7f5;
    border-left: 10px solid #004812;
    border-bottom: 1px solid #004812;
}

.botonAceptarModales {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 50%;
    background-color: #1e601f;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;

}

.botonAceptarModales:hover {
    background-color: #c7e9c0;
    color: black;
    border: 2px solid #1e601f;
}

.mensajesPreregistro1 {
    padding: 20px;
    color: white;
    width: 100%;
    font-size: 17px !important;
    margin: 0px;
}

.infoLight {
    background-color: #87d1e1;
}

.info {
    background-color: #2196F3;
}

.warning {
    background-color: #FFFFCC !important;
    color: #54352a !important;
    font-size: 15px !important;
}

.success {
    background-color: #4CAF50;
}

.botonAceptarPreregistro {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;    
    transition-duration: 0.4s;
    cursor: pointer;
}

.btnAceptarPreregistro:hover {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

.radioBlock {
    display: block;
}

.btnCancelar {
    background-color: #f04747; 
    color: white;   
}

.btnCancelar:hover {
    background-color: white;
    color: black;
    border: 2px solid #f04747;
}


.s3Folder {
    background-color: #f4f0db !important;
    background-image: none !important;
    color: black !important;
}

.botonCrearBucket {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;    
    transition-duration: 0.4s;
    cursor: pointer;
}

.botonCrearBucket:hover {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

.companyHeaderGrid.ui-panelgrid>*>tr, 
.companyHeaderGrid.ui-panelgrid 
.ui-panelgrid-cell {
    border: none; 
}
