@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.navbar {
    min-height: 80px;
}

.content-wrapper {
    background-color: white;
    min-height: 12%;
    position: absolute;
    top: 150px;
    width: 95%;
    z-index: 2;
    padding-left: 5%;
}

.boton {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

/*.btn-success {
    background-color: #f9a216;
    border-color: #f9a216;
    color: #fff;
}
.btn-success:hover {
    background-color: #d4a55c;
    border-color: #d4a55c;
    color: #fff;
}*/
.table {
    margin-bottom: 0px;
    width: 100%;
}

    .table tbody {
        margin-left: 3px;
    }

th {
}

.TituloPaginaGrande {
    background-color: transparent;
    border-style: none;
    color: #3F63D1;
    font-family: Arial;
    font-size: 25px;
}


.TituloPagina {
    background-color: transparent;
    border-style: none;
    color: #3F63D1;
    font-family: Arial;
    font-size: 20px;
}

.row {
    margin-bottom: 1%;
}

hr {
    margin-top: 0px;
}

.labelBoton {
    font-family: Candara;
    line-height: 30px;
    font-size: 14px;
}

.page-scroll {
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 15px;
}


.RolUsuario {
    color: black;
    font-family: Candara;
    font-size: 19px;
    font-weight: bold;
}

.FechaIndex {
    color: black;
    font-family: Candara;
    font-size: 16px;
}

.HoraIndex {
    color: black;
    font-family: Candara;
    font-size: 22px;
}

collapse {
    min-width: 660px;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    font-family: Candara;
}

.Control {
    font-family: Candara;
    font-size: 12px;
}

/* galeria fotográfica */

.foto-inmueble-c {
    margin: 10px;
    width: 300px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.foto-inmueble {
    box-sizing: border-box;
    max-width: 300px;
    max-height: 200px;
    padding: 10px;
}

.foto-inmueble-c.active {
    background: #7dff7d;
    border: 3px solid #7dff7d;
}

.foto-inmueble-c.foto-principal {
    /*border: 3px solid #ce9947;*/
    background: #46C0FF;
}

.borrarMsg {
    padding: 10px 10px 10px 30px;
    background: url('../img/warning_icon.png') no-repeat #ffc300;
    color: white;
}

.widget .panel-body {
    padding: 0px;
}

.widget .list-group {
    margin-bottom: 0;
}

.widget .panel-title {
    display: inline
}

.widget .label-info {
    float: right;
}

.widget li.list-group-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
}

    .widget li.list-group-item:hover {
        background-color: rgba(86,61,124,.1);
    }

.widget .mic-info {
    color: #666666;
    font-size: 11px;
}

.widget .action {
    margin-top: 5px;
}

.widget .comment-text {
    font-size: 12px;
}

.widget .btn-block {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


.pricing-table .plan {
    border-radius: 0px;
    text-align: center;
    background-color: #DBDBDB;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
    transition: 0.3s;
    -moz-box-transition: 0.3s;
    -webkit-box-transition: 0.3s;
}

.plan:hover {
    border-radius: 15px;
    background-color: #ffffff;
    color: #000000;
    -moz-box-shadow: 0 0 12px 3px #b0b2ab;
    -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
    box-shadow: 0 0 12px 3px #b0b2ab;
    cursor: pointer;
}

.plan {
    padding: 10px;
    color: #666666;
    background-color: #5e5f59;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-table .plan ul {
    list-style: none;
    margin: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    .pricing-table .plan ul li.plan-feature {
        padding: 15px 10px;
        border-top: 1px solid #c5c8c0;
    }

.pricing-three-column {
    margin: 0 auto;
    width: 80%;
}

.pricing-variable-height .plan {
    float: none;
    margin-left: 2%;
    vertical-align: bottom;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.plan-mouseover .plan-name {
    background-color: #4e9a06 !important;
}


.awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #000000;
}

.awesome-tooltip + .tooltip.left > .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}

/*
.pricing-table .planInmueble
{
    border-radius: 0px;
    text-align: center;
    background-color: #6D8DBE;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
    transition: 0.3s;
    -moz-box-transition: 0.3s;
    -webkit-box-transition: 0.3s;
}
 
.planInmueble:hover {
  border-radius: 15px;
  background-color: #ffffff;
  color: #000000;
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
  box-shadow: 0 0 12px 3px #b0b2ab;
  cursor: pointer;
}
 .planInmueble {
  padding: 10px;
  color: #ffffff;
  background-color: Red;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}


.pricing-table .planPedido
{
    border-radius: 0px;
    text-align: center;
    background-color: #6D8DBE;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
    transition: 0.3s;
    -moz-box-transition: 0.3s;
    -webkit-box-transition: 0.3s;
}
 
.planPedido:hover {
  border-radius: 15px;
  background-color: #ffffff;
  color: #000000;
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
  box-shadow: 0 0 12px 3px #b0b2ab;
  cursor: pointer;
}
 .planPedido {
  padding: 10px;
  color: #ffffff;
  background-color: Red;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.pricing-table .planCliente
{
    border-radius: 0px;
    text-align: center;
    background-color: #E9CC4C;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
    transition: 0.3s;
    -moz-box-transition: 0.3s;
    -webkit-box-transition: 0.3s;
}
 
 .planCliente:hover {
  border-radius: 15px;
  background-color: #ffffff;
  color: #000000;
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
  box-shadow: 0 0 12px 3px #b0b2ab;
  cursor: pointer;
}
 .planCliente {
  padding: 10px;
  color: #ffffff;
  background-color: Red;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}*/


.btnBlack {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .btnBlack:hover {
        box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        -moz-box-shadow: 0 0 12px #000000;
        -o-box-shadow: 0 0 12px #000000;
        -ms-box-shadow: 0 0 12px #000000;
    }

.btnWhite {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .btnWhite:hover {
        padding-left: 25px;
        box-shadow: 0 0 12px #FFFFFF;
        -webkit-box-shadow: 0 0 12px #FFFFFF;
        -moz-box-shadow: 0 0 12px #FFFFFF;
        -o-box-shadow: 0 0 12px #FFFFFF;
        -ms-box-shadow: 0 0 12px #FFFFFF;
    }

.paginado {
    letter-spacing: 5px;
}

.btn-sucess {
    background-color: #3F63D1;
    border-color: #3F63D1;
    color: #fff;
}

.close {
    color: #FFF !important;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.9 !important;
}



.bloque_saldo {
    float: left;
    width: 10%;
    height: 122px;
    overflow: hidden;
    background: none;
    padding: 5px;
}

.bloque_labels {
    float: left;
    width: 70px;
    height: 122px;
    overflow: hidden;
    background: none;
}

.bloque_diasMes {
    float: left;
    width: 85%;
    height: 140px;
    overflow-y: hidden;
    overflow-x: scroll;
}


@media (max-width: 2560px) {
    .bloque_saldo {
        width: 10%;
    }

    .bloque_diasMes {
        width: 85%;
    }
}

@media (max-width: 1600px) {
    .bloque_saldo {
        width: 11%;
    }

    .bloque_diasMes {
        width: 82%;
    }
}

@media (max-width: 1440px) {
    .bloque_saldo {
        width: 12%;
    }

    .bloque_diasMes {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .bloque_saldo {
        width: 15%;
    }

    .bloque_diasMes {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .bloque_saldo {
        width: 20%;
    }

    .bloque_diasMes {
        width: 65%;
    }
}

.navbar-header {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 30px;
}