/* Antes de la primer coma quita los bordes del <p:panelGrid>, sección del centro quita bordes de los rows internos (cada 3 rows), tercera sección quita el resto de los bordes */

.column-center {
    text-align: center;
}

.column-right {
    text-align: right !important;
}

.column-left {
    text-align: left !important;
}

.column-justify {
    text-align: justify !important;
}

.toolbar-options {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaaaaa;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaaaaa;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaaaaa;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaaaaa;
}

.invoice-table {
    font-size: 1em;
}

.invoice-table .invoice-col {
    padding-bottom: .5em;
    color: #bdbdbd;
}

.invoice-table .invoice-row > td {
    padding-bottom: .5em;
}

.invoice-table .invoice-row-total > td {
    padding-bottom: 1em;
}

.hr-line-dashed {
    border-top: 1px dashed #a8abad;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.flexbox-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.flexbox-container > div {
}

.flexbox-container > div:first-child {
    width: 8%;
    margin-right: 20px;
}

body .ui-state-disabled {
    opacity: .80;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.landing-wrapper .footer {
    /*background-color: #50ae54;*/
    background-color: #ccc;
    border-top: 1px solid #dddddd;
}

.landing-wrapper .footer .footer-content {
    width: auto;
}

.landing-wrapper .footer .footer-content ul li a {
    color: #fff;
}

.landing-wrapper .footer .footer-content ul li a:hover {
    color: #ffeb3b;
}

.landing-wrapper #header .header-top {
    width: auto;
}

.landing-wrapper #header {
    min-height: 250px;
}

/*.layout-wrapper.menu-layout-horizontal .layout-main {*/
/*padding-top: 100px;*/
/*}*/

.layout-wrapper .topbar .topbar-left {
    padding: 5px 50px
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
    display: inherit;
}

.ui-datagrid-column {
    padding: 10px;
}

.ui-datagrid-no-border > .ui-datagrid-content {
    border: none;
}

.circulo-wizard-blue {
    border: 3px solid #5293C4;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.circulo-wizard-yellow {
    border: 3px solid #F2D14C;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.wizard {
    border: 5px solid #CED1D6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

.lineas-wizard-blue {
    background: #5293C4 !important;
    height: 3px;
}

.lineas-wizard-yellow {
    background: #f54105 !important;
    height: 3px;
}

.circulo-wizard-gris {
    border: 3px solid #CED1D6;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.lineas-wizard-gris {
    background: #CED1D6;
    height: 3px;
}

.text-gris {
    color: #999999;
}

.text {
    color: #999999;
    font-size: 12px;
    word-wrap: break-word;
}

.panel-sin-bordes {
    border: none !important;
    background-color: transparent !important;
}

body.layout-compact .ui-panel .ui-panel-content {
    padding: 8px 0px;
}

div .dashline {
    border-style: dotted;
}

.panel-grid-amarillo {
    background: #F6A53A;
    color: #ffffff;
    font-weight: bold;
}

.panel-grid-verde {
    background: #087B42;
    color: #ffffff;
    font-weight: bold;
}

.panel-grid-gris {
    background: #999999;
    color: #ffffff;
    font-weight: bold;
}

.panel-grid-negro {
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}

.ui-radiobutton .ui-state-disabled {
    display: none;
}

/*Material Design Fading label p:selectOneMenu*/
.md-selectonemenu {
    display: block;
    position: relative;
}

.md-selectonemenu .ui-selectonemenu > label {
    color: transparent;
}

.md-selectonemenu .ui-selectonemenu.ui-state-filled > label {
    color: #212121;
}

.md-selectonemenu .ui-selectonemenu.ui-state-focus ~ label,
.md-selectonemenu .ui-state-filled ~ label {
    top: -20px;
    font-size: 12px;
    color: #673AB7;
}

.md-selectonemenu > label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 1px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.md-selectonemenu .ui-selectonemenu.ui-state-focus {
    border-width: 0 0 2px 0;
    border-color: #673AB7;
    padding-bottom: 0px;
}


/**Material Design Fading label p:spinner**/
.md-spinner {
    display: block;
    position: relative;
}

.md-spinner .ui-spinner > label {
    color: transparent;
}

.md-spinner .ui-spinner.ui-state-filled > label {
    color: #212121;
}

.md-spinner .ui-spinner.ui-state-focus ~ label,
.md-spinner .ui-state-filled ~ label {
    top: -20px;
    font-size: 12px;
    color: #673AB7;
}

.md-spinner > label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 1px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.md-spinner .ui-spinner.ui-state-focus {
    border-width: 0 0 2px 0;
    border-color: #673AB7;
    padding-bottom: 0px;
}


/*Material Design Fading label p:selectOneMenu*/
.md-selectcheckboxmenu {
    display: block;
    position: relative;
}

.md-selectcheckboxmenu .ui-selectcheckboxmenu > label {
    color: transparent;
}

.md-selectcheckboxmenu .ui-selectcheckboxmenu.ui-state-filled > label {
    color: #212121;
}

.md-selectcheckboxmenu .ui-selectcheckboxmenu.ui-state-focus ~ label,
.md-selectcheckboxmenu .ui-state-filled ~ label {
    top: -20px;
    font-size: 12px;
    color: #673AB7;
}

.md-selectcheckboxmenu > label {
    color: #999;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 1px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.md-selectcheckboxmenu .ui-selectcheckboxmenu.ui-state-focus {
    border-width: 0 0 2px 0;
    border-color: #673AB7;
    padding-bottom: 0px;
}

/*ibox*/
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

/* New Timeline style */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    /*
    max-width: 1170px;
    */
    margin: 0 auto;
}

.vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #673AB7;
}

.vertical-timeline-content .btn {
    float: right;
}

#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

/*@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #vertical-timeline.center-orientation:before {
        left: 50%;
        margin-left: -2px;
    }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}*/

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

.vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-block:first-child {
    margin-top: 0;
}

.vertical-timeline-block:last-child {
    margin-bottom: 0;
}

/*@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }

    .center-orientation .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .center-orientation .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }
}*/

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
    background-color: #1cc09f;
    color: #ffffff;
}

.vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;

}

/*@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }

    .center-orientation .vertical-timeline-icon i {
        margin-left: -12px;
        margin-top: -10px;
    }

    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}*/

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 5%;
    border: 0.5px solid #673AB7;
    padding: 1em;
}

.vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
}

.vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
}

.vertical-timeline-content .vertical-full-date {
    float: right;
    font-weight: 500;
}

.vertical-date small {
    color: #ed5565;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 100%;
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-right: 15px solid #673AB7;
}

@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .center-orientation .vertical-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }

    .center-orientation .vertical-timeline-content .btn {
        float: left;
    }

    .center-orientation .vertical-timeline-content .vertical-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 2px;
        font-size: 14px;
    }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
        float: right;
    }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }

    /*notiicaciones*/
    .nontificacionSolicitudes {
        background-color: #ff5752;
        border-radius: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .cantNotificaciones {
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ui-widget-header, .ui-button, .dialog-titlebar {
    background: #037e43 !important;
    border-color: #037e43 !important;
    color: white !important;
}

.ui-button:hover {
    background: #1f5493 !important;
    border-color: #226db6 !important;
}

.redbutton {
    background: #d00001 !important;
    border-color: #d00001 !important;
}

.redbutton:hover {
    background: #8a0001 !important;
    border-color: #8a0001 !important;
}

.yellowbutton {
    background: #ec8c17 !important;
    border-color: #ec8c17 !important;
}

.yellowbutton:hover {
    background: #a96410 !important;
    border-color: #a96410 !important;
}

.greenbutton {
    background: #027f0f !important;
    border-color: #027f0f !important;
}

.greenbutton:hover {
    background: #015009 !important;
    border-color: #015009 !important;
}

.dangerDialog .ui-widget-header .dialog-titlebar {
    background: #8a0001 !important;
    border-color: #8a0001 !important;
}

.checkbuton .ui-icon-closethick {
    background: #d30911 !important;
}

.ui-icon-closethick {
    color: #ffffff !important;
}

.orangebutton {
     background: #e9a247 !important;
     border-color: #e9a247 !important;
 }

.orangebutton:hover {
    background: #f0b85a  !important;
    border-color: #f0b85a  !important;
}

.orangebutton {
    background: #e9a247 !important;
    border-color: #e9a247 !important;
}

.orangebutton:hover {
    background: #f0b85a  !important;
    border-color: #f0b85a  !important;
}

/*placeholder*/
.white-placeholder::placeholder {
    color: #ffffff;
}
