/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20-dic-2017, 14:22:04
    Author     : Connel
*/

/* REQUIRED FIELDS */
.required > label {
    font-weight: bold;
}
.required > label:after {
    content: " *";
    color: #c3232d;
}

/* Disable left sticky bar */
.left-sticky-bar {
    display: none;
}
.inner-wrapper,
.main-header,
.sticky-header {
    padding: 0;
}

/* header logo */
.mh-logo {
    width: 300px;
}

.mh-top {
    margin: 36px 0 8px;
}

/* header logo mobile */
.hdm-menu {
    width: inherit;
}
.hdm-logo {
    position: relative;
    text-align: left;
    left: 30px;
}

/* header banner */
.mh-banner img {
    width: inherit !important;
}

.trending-line .tl-slider {
    left: 35px;
}

/* SignIn - Loggin */
.signin-login-wrapper .container {
    position: relative;
}
.signin-login-wrapper .links,
.signin-login-wrapper .avatar,
.hdm-search-user .avatar {
    position: absolute;
    right: 0;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 10px 0px;
}
.signin-login-wrapper .links {
    margin-top: 7px;
}
.signin-login-wrapper .avatar,
.hdm-search-user .avatar {
    margin-top: 0;
    color: #fd3a13;
    background: none;
}
.signin-login-wrapper .avatar img,
.hdm-search-user .avatar img {
    border-radius: 40px;
    width: 25px;
    top: 7px;
    position: relative;
    margin-left: 7px;
}

/* ERROR FIELDS */
.has-danger .form-control {
    border: 1px solid #f4516c !important;
}
.has-danger .form-control-feedback {
    color: #f4516c !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-full-width {
    width: 100%;
}

#owl-demo .title-11 {
    background-color: #fd3a1385;
    padding: 6px 10px;
}

#owl-demo .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#owl-demo .owl-nav .owl-prev {
    float: left;
}

#owl-demo .owl-nav .owl-next {
    float: right;
}

#owl-demo .owl-nav .owl-prev .fa {
    font-size: 20px;
    left: -18px;
    position: relative;
}

#owl-demo .owl-nav .owl-next .fa {
    font-size: 20px;
    right: -18px;
    position: relative;
}

/*Estilos da axenda*/
.axenda-contenedor {
    position: relative;
}
.axenda-contenedor .axenda-move-up,
.axenda-contenedor .axenda-move-down {
    position: absolute;
    z-index: 100;
    width: 100%;
    background: rgb(255, 255, 255); /* The Fallback */
    background: rgba(255, 255, 255, 0.5490196078431373);
    text-align: center;
    display: none;
}
.axenda-contenedor .axenda-move-up:hover,
.axenda-contenedor .axenda-move-down:hover {
    cursor: pointer;
}
.axenda-contenedor .axenda-move-down {
    top: 0;
}
.axenda-contenedor .axenda-move-up {
    bottom: 0;
}
#axenda ul {
    width: 100%;
    background-color: #ebebeb;
}
#axenda ul li article {
    margin: 0;
    padding: 10px 0 7px 59px;
}
#axenda ul li article .date-tp-3 {
    left: 10px;
    top: 12px;
}
#axenda ul li article .meta-tp-2 {
    margin: 0;
}
#axenda ul li article .meta-tp-2 i {
    margin: 5px 0 0;
}
#axenda ul li article .meta-tp-2 .category-tp-1 {
    margin: 0;
}

/* sidebar */
.search-widget.sbsb-block-1 {
    padding: 13px 20px 5px;
}

/* Documentos */
@media screen and (max-width: 639px) {
    /* reset not-working style */
    .post-tp-26 {
        padding: 0 0 20px 59px;
    }
}
.page-head-tile .category-tp-1 {
    margin-bottom: 0;
}
article .meta-tp-2 .category-tp-1 {
    color: white;
    margin-right: 10px;
}

/* Bootstrap Alerts */
.alert {
    /*position: relative;*/
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    z-index: 1000;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

/* Footer */
footer .ft-list-1 .date a {
    text-decoration: underline;
    color: #888;
}
footer .ft-list-1 .date a:hover {
    color: #fd3a13;
}
footer .ft-list-1.inline-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    align-items: center;
    gap: 15px;
}
footer .ft-list-1.inline-logos img {
    width: 100%;
    max-width: 90px;
}

/* SIMULADOR FACTURAS */
.simulator .sbsb-btn button,
.simulator .sbsb-btn a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background-color: #fd3a13;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font: 500 11px/20px "Poppins";
    border: none;
    display: block;
    padding: 6px 10px 4px;
    min-width: 88px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.simulator .sbsb-btn button:hover,
.sbsb-btn button:active,
.sbsb-btn button:focus,
.simulator .sbsb-btn a:hover,
.sbsb-btn a:active,
.sbsb-btn a:focus {
    background-color: #f15232;
}
.simulator .ui-selectmenu-disabled {
    background-color: #ebebe4;
}
.simulator .sbsb-btn.add-more-btn,
.sbsb-btn.delete-btn {
    float: right;
    margin: 5px 0;
}
.simulator .sbsb-btn.delete-btn button {
    background-color: #fff;
    color: #000;
    border: 1px solid #e8e8e8;
    margin-left: 7px;
}
.simulator hr {
    border: none;
    border-top: 1px dashed #ebebeb;
    color: #ebebeb;
    background-color: #ffffff;
    height: 1px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
.simulator .calculate-bill {
    margin-top: 29px;
    margin-left: 30px;
    padding: 11px 12px 9px !important;
    font-size: 13px !important;
}
.simulator .view-user-details:disabled,
.simulator .print-liquida:disabled {
    background-color: #ffc4b9;
    cursor: not-allowed;
}
.simulator .view-user-details:disabled:hover,
.simulator .print-liquida:disabled:hover {
    background-color: #ffc4b9;
    cursor: not-allowed;
}
#user-view-details table {
    width: 100%;
}
#user-view-details table tr {
    border: 1px solid #ebebeb;
}
#user-view-details table td {
    padding: 5px;
}
#user-view-details table .nominal {
    font-size: 14px;
    font-weight: 600;
}
#user-view-details table .neto {
    font-size: 16px;
    font-weight: 600;
    color: #f15232;
}
.bill-total-calculated {
    color: #fd3a13;
    font-weight: 600;
    float: left;
    padding: 10px 10px 7px 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

/* Input groups */
.input-group {
    position: relative;
}
.input-group span {
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 12px;
    font-weight: 600;
    background-color: whitesmoke;
    padding: 9px 15px 6px;
    color: #9c9c9c;
}
.input-group span i {
    font-size: 17px;
    top: 2px;
    position: relative;
}
.input-group input {
    padding-right: 52px;
}

/* Validations */
label.error {
    color: #fd3a13;
    margin-left: 2px;
    font-size: 11px;
    display: block;
    line-height: 15px;
    margin-top: 5px;
}
input.has-error {
    border-color: #fd3a13;
}

/* Cookies policy page  */
.policy-page p > strong {
    text-transform: uppercase;
}
.policy-page ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 23px;
    color: #6f6f6f;
    font: 15px/25px "Noto Sans";
}
.policy-page ul li {
    margin-bottom: 10px;
}
.policy-page ul li a {
    color: #fd3a13;
    text-decoration: none;
}
.policy-page .group-items {
    margin-bottom: 23px;
}
.policy-page .group-items .item {
    margin-bottom: 10px;
}
.policy-page .group-items .item p {
    margin-bottom: 0;
}
.policy-page .grid-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 15px;
}
.policy-page .grid-table .cell {
    padding: 15px;
    color: #6f6f6f;
    font: 15px/25px "Noto Sans";
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f8f8f8;
}
.policy-page .grid-table .cell.header {
    background-color: #f8f8f8;
    font-weight: 600;
}
