@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');
}
.btn-primary {
    color: #fff !important;
    background-color: #125566 !important;
    border-color: #125566 !important;
}
.btn-eliminar {
    color: #125566 !important;
    background-color: white !important;
    border-color: #125566 !important;
}
body {
    height: 100%;
    margin: 0;
    font-family: 'open_sansregular', Helvetica, Arial;
    overflow-y:scroll;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

footer {
    padding-top:10px;
}

@media (min-width: 920px) {
    .ml2rem {
        margin-left: 2rem;
    }
    .max-width-150-md {
        max-width: 150px;
    }
}
.height34 {
    height: 34px;
}
label{
    font-size: 1em;
}
span{
    color: black;
}
.strong{
    font-weight: bold;
}
.ml10 {
    margin-left: 10px;
}

.pad1 {
    padding: 1em 0;
}
.mRight2 {
    margin-right: 2em;
}
.mTop2 {
    margin-top: 2em;
}
.paddingTop25 {
    padding-top: 25px;
}
.mTop2_5 {
    margin-top: 2.5em !important;
}
.error-content {
    position: absolute;
    width: 100%;
    text-align: left;
}
.marginTopMultiline{
    margin-top:70px !important;
}

.displayFlex{
    display:flex;
}

.error-label {
    left: 0
}
/*#c4081c*/

div.chosen-container {
    width: 100% !important;
}
.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 34px;
}
.chosen-disabled{
    height: 34px;
}

.chosen-container-single .chosen-single abbr {
    top: 11px;
}

    .chosen-container-single .chosen-single div b {
        background: url(../Scripts/chosen-sprite.png) no-repeat 0 6px;
    }

.inv-color {
    filter: invert(100%);
}

.fc .fc-non-business {
    background: none !important;
}

.btn-success {
    color: #fff;
    background-color: #125566;
    border-color: #125566 !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #7199a3;
        border-color: #125566 !important;
    }

.aspNetDisabled {
    position: relative;
    z-index: 2;
    /*float: left;*/
    width: 100%;
    margin-bottom: 0;
    
}

.input-group-lg > .form-control {
    height: 40px;
}

.checkbox-control {
    padding-top: 27px;
    display: flex;
}

input[type=radio], input[type=checkbox] {
    margin-top: 0px !important;
}
.checkbox-control label {
    padding-left: 8px;
    vertical-align: middle;
    margin-top: 4px;
}
.checkbox-label label {
    padding-left: 8px;
}

.checkbox-div {
    margin-top:45px !important;
} 

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #125566;
    background: #125566;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff !important;
    font-size: 25px;
}
.table {
    border: 0px !important;
}
.td {
    border: 0px !important;
}
.table-bordered>tbody>tr>td{
    border: 0px !important;
}
.table-bordered>tbody>tr>th{
    border: 0px !important;
}
.table-bordered tbody tr.header-tbl {
    color: #000;
    border-bottom: 2px solid black;
    /*background-color: #D3D1D0;*/
}

.table-bordered tbody tr.header-tbl th {
    color: #000;
}

.table-bordered tbody tr.header-tbl th a {
    color: #000;
    text-decoration: none;
    cursor: default;
}

.table-bordered tbody tr.header-tbl th a:hover {
    text-decoration: none;
}

.mt_10 {
    margin-top: 10px;
}

.ml_10 {
    margin-left: 10px;
}

div.chListContent {
    padding: 5px;
}

label.error {
    color: red;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    border: 1px solid red;
    background-color: white;
    z-index:999;
    padding: 2px 10px;
}

input[type="text"].error {
    border: 1px solid red;
}

select.error {
    border: 1px solid red;
}

div.error {
    border: 1px solid red;
}

a.error {
    border-color: red !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
}

.img-logo {
    height: 100px !important;
}


div.panelTitulo input[type="image"] {
    position: relative;
    top: 8px;
    margin-right: 5px;
}


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #125566;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.button {
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #038996;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.button:hover {
    background-color: #aff2ee
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #125566;
    border-color: #125566 #125566 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
    padding-bottom: 5px;
}

.navbar-collapse .navbar-nav {
    padding-top: 10px;
}

.navbar {
    /*min-height: 80px;*/
    margin-bottom: 0;
    height: 100px !important;
    margin-top: -12px;
}

.navbar-default {
/*    background-color: white;
    border-color: #12556666;
*/    color: #fff;
}
.panel-default {
    border-color: #fff !important;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #fff;
    border-color: #fff !important;
}
.navbar-nav > li {
    
    position: relative;
/*    width: 8vw;*/
}

.navbar-nav > li:hover {
    /*top: 2px;*/
    position: relative;
}
.navbar-nav > li > span {
    display:none;
}
.navbar-nav > li:hover > span {
    display: block;
}

.navbar-nav > li:hover a {
    background: none;
    background-color: none;
}


.navbar-nav > li:hover a input {
    background: none;
    background-color: none;
}

div.top-10 {
    position: relative;
    top: -10px;
}

    div.top-10 a img {
        height: 100px !important
    }

.padd-top-10 {
    padding-top: 10px;
}

.content-wrapper {
    background-color: white;
    min-height: 12%;
    width: 95%;
    z-index: 2;
    padding-left: 5%;
}

.TitleBar {
    height: 43px;    
    display: flex;
}

.navbar-default {
    background-color: #eef3f4 !important;
}

.panelTitulo {
    background-color: #bbced3; /*#7199a3;*/
    padding-left: 4rem;
    padding-top: 0;
    overflow: hidden;
    height: 43px;
    width: 100%;
}

.topsubmenu {
    background-color: #bbced3; /*#7199a3;*/
    padding-top: 0;
}

.topsubmenu {
    float: right;
    /*position: fixed;*/
    top: 89px;
    right: 0px;
}
.topsubmenu ul {
    float: right;
    display: flex;
    margin-right: 3em !important;
}

.topsubmenu ul li {
    padding-top: 9px;
}

.topsubmenu ul li input {
    height: 28px;
    width: auto;
}
.image-button-li {
    padding-left: 33px !important;
    position: relative;
}

/* Ajuste de encabezado del calendario*/
@media (max-width: 768px) {
    .fc-addEvent-button {
        height: 30px !important;
        font-size: 10pt !important;
        margin: 0px 5px 0px 5px !important;
    }
    .fc-toggleWeekends-button {
        height: 30px !important;
        font-size: 10pt !important;
        margin-top: 5px !important;
        margin-left: 0px !important;
    }
}

@media(max-width: 1015px) {
    .gridviewheight {
        overflow-x: auto !important;
        max-height: calc(100vh - var(--filtros-panel-altura) - 230px) !important;
    }
}

@media(max-width: 768px) {
    .panelTitulo {
        padding-left: 1rem;
    }
    .image-button-li {
        padding-top: 20px;
        padding-left: 15px !important;
    }

    .ultopsubmenu {
        width: 88px;
        border: 4px solid #125566;
        margin-top: 13px;
        padding-bottom: 18px;
        position: absolute;
        margin-left: -79px;
        background-color: #ffffffcc;
        z-index: 10;
        margin-top: -39px;
    }
    .topsubmenu ul {
        margin-right: 20px !important;
    }
    .topsubmenu ul li {
        padding-top: 0px;
    }
    
}
.panelTitulo2 {
    width: 100%;
    background-color: #125566;
    height: 5px;
    padding-left: 80px;
    padding-top: 0;
}


*::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

.btn-cliente {
    border-color: #ececec;
    color: #fff;
}

.btn-cliente:hover, .btn-cliente:focus {
    color: #ccc;
    text-decoration: none;
}

.table {
    margin-bottom: 0px;
    display: -webkit-box;
}

.table tbody {
    width: 100%;
    display: table;
}

.TituloPaginaGrande {
    background-color: transparent;
    border-style: none;
    color: #000;
    font-family: 'open_sansregular';
    font-size: 22px;
    margin-top: 18px;
}

@media(max-width: 768px) {
    .TituloPaginaGrande {
        background-color: transparent;
        border-style: none;
        color: #000;
        font-family: 'open_sansregular';
        font-size: 17px;        
    }
}

.TituloPagina {
    background-color: transparent;
    border-style: none;
    color: #8a8c8f;
    font-family: 'open_sansregular';
    font-size: 14px;
}

.flechaVolver {
    margin-top: 20px;
}

.flechaVolver-title{
    height:30px;
}

.row {
    margin-bottom: 5px;
    margin-right:10px;
    margin-left:10px;
}

.row div[class^=col]:not(#Tabs) {
        margin-top: 11px;
    }

.row-no-padding > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

hr {
    margin-top: 0px;
}

.labelBoton {
    font-family: 'open_sansregular';
    font-size: 14px;
    padding: 3px 11px;
    background-color: #333333;
    color: white !important;
    box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
    margin-top: 15px; /* adjust this value as needed */
    border-radius: 4px;
    position: absolute;
    left: 76%;
    transform: translateX(-50%);
    text-align: center;
    height: auto;
    display: none;
}

    .labelBoton:before {
        border: 5px solid #333333;
        content: '';
        border-left-color: transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 1px; /* adjust this value as needed */
    }

    li:hover .labelBoton {
        display: block;
    }

.labelHome {
    font-family: 'open_sansregular';
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}


.page-scroll {
    padding-top: 15px;
}


.btnHome {
    width: 60%;
    height: 60%;
    cursor: pointer;
}

.NombreUsuario {
    font-family: 'open_sansregular';
    font-size: 9pt;
}

.RolUsuario {
    color: #523d61;
    font-family: 'open_sansregular';
    font-size: 9pt;
    font-weight: bold;
}

.FechaIndex {
    font-family: 'open_sansregular';
    color: #523d61;
    font-size: 9pt;
}

.HoraIndex {
    color: black;
    font-family: 'open_sansregular';
    font-size: 22px;
}

collapse {
    min-width: 660px;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    font-family: 'open_sansregular';
}

.Control {
    font-family: 'open_sansregular';
    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 #125566;
}

    .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;
}

.GvGrid:hover {
    background-color: #EDEDEC;
}

.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;
}
.card-gallery {
    margin-left:2rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 30rem;
    margin: 0em 0.5em 0.5em 0em;    
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}
.card-remove-item {
    position: relative;
    top: -23rem;
    left: 25rem;
    border: none;
    border-radius: 13px;
    font-weight: bolder;
    font-size: 13px;
    background-color: black;
    color: white;
}
.card-img-top {
    height: 19rem;
    width: auto;
    align-self: center;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    max-width: 30rem;
    margin-top: 0.5em;
}

.card-group {
    margin-bottom: 0;
    margin-left: 0;
    border-left: 0;
    display: flex;
    flex-flow: row wrap;
}

.card-title {
    font-weight: bold;
}
/*
.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;
    display: block;
    text-align: center;
}

/*.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;
    display: block;
    text-align: center;
}*/

.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-black {
    background-color: #125566;
    border-color: #125566;
    color: #fff;
    width: -webkit-fill-available;
}

    .btn-black:hover {
        color: white;
    }

.boton {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.close {
    color: #343434 !important;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.9 !important;
}


.headerstyle {
    background-color: #e5493a;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: white;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
}

.alert-azul {
    background-color: #038996;
    border-color: #038996;
    color: #706c6c;
}


/****** jQuery Autocomplete CSS *************/
.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-menu {
    border: 1px solid lightgray;
    font-size: 15px;
}

    .ui-menu .ui-menu-item a {
        color: white;
        font-size: 0.84em;
    }

    .ui-menu .ui-menu-item:hover {
        display: block;
        text-decoration: none;
        color: #3D3D3D;
        cursor: pointer;
        background-color: lightgray;
        background-image: none;
        border-bottom: 1px solid #ff6a00;
    }

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-focus {
    border: 1px solid lightgray;
    background-image: none;
    background-color: lightgray;
    font-weight: bold;
    color: #3D3D3D;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 2px 0;
    font-size: 20px;
    line-height: 1.65;
    border-radius: 30px;
}

select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}

select:invalid[multiple] {
    margin-top: 15px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload {
    width: 100%;
}

.panel-carrito {
    background-color: #f8f8f8;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.LinkCambiarCliente {
    color: black !important;
    border:none!important;
    border-bottom: 1px solid #125566 !important;  
    text-decoration: underline;
    background-color: white !important;
}
.ImagenCarrito {
    margin: 1em 0;
    width: 40px;
    height: 40px;
}
.logo-cabecera {
    height: 72px !important;
    margin-right: 1em;
    position: relative;
    top: 7px;
}
.nav-item-cabecera {
    max-width: 6.5em !important;
    line-height: 1;
}
@media (min-width: 890px) {
    .menu-cabecera {
        margin-right: 1em !important;
    }
}

@media (max-width: 890px) {
    .fc .fc-toolbar-title {
        font-size: 1.5em;
        margin: 0;
        max-width: 165px;
    }
}

.nav-item {
    max-width: 100% !important;
}

.asptab {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.borrado-popup {
    display: flex;
    justify-content: space-around;
}

.TotalCarritoPedido {
    clear: both;
    text-align: right;
    line-height: 2em;
}

.loader {
    border: 16px solid #125566;
    border-radius: 50%;
    border-top: 16px solid rgba(170, 170, 170, 0.28);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content-wrapper-mod {
    background-color: white;
    min-height: 12%;
    width: 100%;
    padding: 2vh 2vw;
}

.botonBorrado {
    min-width: 10em;
}

.checkbox_st label {
    padding-left: 10px;
}

fieldset.scheduler-border {
    border: 1px groove #12556666 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.puntuacion-activa {
    /*    width: 80%;*/
}

.marcadorParcial input {
    height: 7vmin;
    font-size: 5vmin;
    text-align: center;
    margin-left: 28px;
    max-width: -webkit-fill-available;
    width: 11vmin !important;
}

.marcadorParcial button {
    min-height: 100%;
    position: absolute !important;
    bottom: 0;
}

.marcadorTotal {
    margin-top: -1.5em;
    text-align: center;
}

    .marcadorTotal span {
        height: 100%;
        font-size: 4vmin;
        margin-top: 2vmin;
    }

.divPuntuaciones div {
    height: 30px;
    display: flex;
}

.divPuntuaciones input {
    font-size: 1em;
}

.divPuntuaciones span {
    font-size: 1em;
    margin-top: 6px;
}

.puntuacion-activa-botonera {
    margin-left: 2em;
    height: 275px;
}

.puntuacion-activa-finalizar {
    bottom: 0px;
    position: absolute;
}

.puntuacion-activa-nav {
    margin-top: 2em;
}

.puntuacion-activa-equipo {
    bottom: 70px;
    position: absolute;
}

.puntuacion-activa-botonera input {
    margin-top: 2em;
}

.IntercambiarEquipos {
    margin-left: -35px;
}

    .IntercambiarEquipos span {
        margin-left: -45px;
        font-weight: bold;
    }

.CampoP {
    margin-top: 10px;
}
/* Marcador */
.MarcadorEquipoRojo {
    position: absolute;
    height: 85%;
    margin: 5% 5% 10% 5%;
    width: 45%;
    left: 0;
    background-color: red;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.MarcadorEquipoAzul {
    position: absolute;
    width: 45%;
    left: 45%;
    margin: 5% 5% 10% 5%;
    height: 85%;
    background-color: blue;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.MarcadorParcial {
    position: absolute;
    top: 48%;
    background-color: white;
    left: 44%;
    width: 11.5%;
    height: 15%;
}

    .MarcadorParcial label {
        font-weight: bold;
        font-size: 2vmin;
        padding: 1em;
        width: 100%;
        text-align: center;
    }

    .MarcadorParcial span {
        font-weight: bold;
        background-color: beige;
        width: 100%;
        height: 100%;
        font-size: 10vmin;
        display: block;
        text-align: center;
        vertical-align: top;
    }

.JugadorEquipo {
    color: white;
    width: 100%;
    text-align: center;
    padding: 1em 2em;
    font-size: 4vmin;
}

.MarcadorTotalEquipo {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 40vmin;
    display: block;
    position: absolute;
    top: 10%;
}

.MarcadorTiempo {
    background-color: black;
    color: white;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    font-size: 8vmin;
    display: block;
    position: absolute;
    bottom: 10%;
}

.CopaRojo {
    width: 21vw;
    position: absolute;
    left: 26%;
    top: 65%;
}

.CopaAzul {
    width: 21vw;
    position: absolute;
    left: 26%;
    top: 65%;
}

.puntuacion_roja {
    position: absolute;
    top: 10%;
    bottom: 0%;
    width: 48%;
    left: 2%;
    background-color: #ff000047;
    z-index: 0;
}

.puntuacion_azul {
    position: absolute;
    top: 10%;
    bottom: 0%;
    width: 48%;
    left: 50%;
    background-color: lightblue;
    z-index: 0;
}

.cabeceraPuntuaciones {
    position: absolute;
    top: 49%;
    height: 5em;
    left: 2%;
    right: 2%;
    background-color: #8080808c;
    z-index: 0;
}

.disponib-table {
}

    .disponib-table th {
        border: 1px solid blue;
        text-align: center;
        width: 25px;
    }

    .disponib-table td {
        border: 1px solid lightgray;
        height: 25px;
        min-width: 25px;
    }

.disponibilidad-findesemana {
    background-color: #7a7ad2;
    font-weight: bold;
    color: white;
}

.disponibilidad-dianormal {
    background-color: #3cacd0;
    font-weight: bold;
    color: white;
}

.disponibilidad-si {
    background-color: lightgreen;
}

.disponibilidad-no {
    background-color: lightcoral;
}

.disponibilidad-mes {
    background-color: #7a7ad2;
}

.disponibilidad-cell {
    color: white !important;
}

.disponibilidad-cell-dia {
    color: transparent !important;
}

.disponibilidad-sinBorde {
    border: none !important;
}

.disponibilidad-codhabitacion {
    background-color: grey;
    vertical-align: middle;
    border: 1px solid white;
}

    .disponibilidad-codhabitacion span {
        color: white;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
    }

.disponibilidad-direccion {
    background-color: grey;
    vertical-align: middle;
    text-align: center;
    border: 1px solid white;
}

    .disponibilidad-direccion span {
        color: white;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
    }

.multickeck-control {
    display: block;
}

    .multickeck-control label {
        padding-left: 5px;
    }

    .multickeck-control td {
        padding-right: 10px;
    }

.tooltip {
    position: relative;
    border-bottom: 1px dotted black;
    display: contents;
}

    .tooltip .tiptext {
        visibility: hidden;
        width: 140px;
        background-color: gray;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        padding: 10px 10px;
        position: absolute;
        z-index: 1;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }


    .tooltip:hover .tiptext {
        visibility: visible;
        cursor: pointer;
    }

.fileUpload {
    width: 80%;
    margin-right: 1em;
}

.disponibilidadBotonMenos {
    width: 5em;
}

li.fileuploader-item.file-main-true {
    box-shadow: 5px 5px 6px 0px #cecccc;
}

.imagen-principal-true {
    float: left;
    font-size: 1em;
    color: #ffffff;
    padding: 7px 10px;
    background-color: rgba(218, 62, 28, 0.73);
    border-radius: 5px;
}

.imagen-principal-false .hidden {
    display: none;
}

.imagen-principal- {
    display: none;
}

.fileuploader-item-image {
    position: unset !important;
}

.photoGalleryInput input {
    width: 100%;
    margin-top: 5px;
    border: 1px solid lightgray;
    border-radius: 2px;
    padding: 3px;
}

.divTabMenu {
    margin-top: 10px;
}

.TabMenu {
    padding-left: 25px;
    border-bottom: solid 1px #125566;
    width: 100%;
    margin-bottom: 0px;
    height: min-content;
}

.TabMenuItem {
    padding: 10px;
    display: inline-block;
    text-align: -webkit-center;
    text-decoration: none;
    color: #125566;
    min-width: 120px;
}

.TabMenuItem:hover {
        background-color: #bbced3; /*#7199a3;*/
        border-color: #125566;
        color: white; /*#125566*/
        text-decoration: none;
    }

.TabMenuItem:focus,
.TabMenuItem:active {
    text-decoration: none;
}

.TabMenuActive {
    background-color: #8dadb5; /*#7199a3;*/
    border-color: #125566;
    color: white;
    text-decoration: none;
}

.RepeaterBase {
    display: flex;
}

@media(max-width: 768px) {
    .RepeaterBase {
        display: block;
        text-align: -webkit-center;
    }
}

.EstadoOferta {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

.EstadoOferta input[type="image"],
.EstadoOferta input[type="image"]
{
    width: 100%;
    height: auto;
    display: block;
}

.labelEstadoOferta {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    font-size: clamp(12px, 1.2vw, 20px);
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
    .EstadoOferta {
        width: 30%;
    }
}

.RepeaterParticipantes {
    font-size: 30pt;
    padding: 20% 45%;
    display: block;
}

.UsuarioCalendario {
    width: 100%;
    display: inline-grid;
}

.EventEdit {
    background-image: url(/imagenes/editar.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position-x: right;
    display: -webkit-inline-box;
    padding-right: 14px;
    color: black;
}

.HiddenPanel {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.MessagePanel {
    position: fixed;
    width: 33%;
    min-width: 550px;
    min-height: 10%;
    z-index: 999;
    background-color: white;
    padding: 10px;
    left: 33%;
    top: 7%;
}

.CargarCV input {
    margin-top: 1.8em;
}

.botonEliminar {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .botonEliminar:hover {
        background-color: #B61558;
        color: white;
    }

.gridButtons {
    display: table-cell;
    height: max-content;
    width: max-content;
    min-width: 140px;
}

.gridCommandIcons4 {
    width: 179px;
}

.gridCommandIcons3 {
    width: 136px;
}

.gridCommandIcons2 {
    width: 102px;
}

.gridCommandIcons1 {
    width: 66px;
}

@media(max-width: 768px) {
    .gridButtons {
        display: block;
        width: 97px;
        height: max-content;
    }
    .gridCommandIcons4 {
        width: 97px;
    }

    .gridCommandIcons3 {
        width: 97px;
    }

    .gridCommandIcons2 {
        width: 97px;
    }

    .gridCommandIcons1 {
        width: 66px;
    }

}
.gridImageButton {
    height: 20px;
    width: 21px;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 5px;
}

.fc-event-main-frame {
    color: black !important;
    font-weight: bold !important;
}

.FloatingForm {
    position: fixed;
    width: 98%;
    min-height: 96%;
    z-index: 999;
    background-color: white;
    padding: 10px;
    left: 1%;
    top: 2%;
}

.FloatingFormCloseButton {
    font-size: 30px;
    background-color: transparent;
    border: none;
}

.IconoDescarga {
    background-image: url(/imagenes/BDownload.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 40px;
    height: 30px;
    margin: 10px 0px 0 10px;
}

    .IconoDescarga a {
        font-size: 5px;
        width: 30px;
        color: transparent;
        display: flex;
        overflow: hidden;
    }

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 0;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.chosen-container .chosen-results li.highlighted {
    background-color: #7199A3 !important;
    background-image: none !important;
    color: #fff;
}

.icono_calendario {
    height: 20px;
}

input[type="radio"] {
    accent-color: #000000;
}

input[type="checkbox"] {
    accent-color: #7A7573;
}

.btn-danger {
    color: #fff !important;
    background-color: #B61558 !important;
    border-color: #B61558 !important;
}

.form-control:focus {
    border-color: #D3D1D0 !important;
}

.form-control:active {
    border-color: #D3D1D0 !important;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #7199A3 !important;
    color: black;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    background-color: #7199A3 !important;
    color: black;
}
.fc-timegrid-event {
    background-color: #aac2c8;
    border-color: #aac2c8;
}
.fc .fc-daygrid-event {
    background-color: #aac2c8;
    border-color: #aac2c8;
}
.fc-day-today {
    background-color: #E7F0DB !important;
}

.fc-daygrid-day-top a {
    color: #125566 !important;
}

.exportar_informe > span {
    display: none;
}

.exportar_informe:hover > span {
    display: block;
    z-index: 1;
}
.exportar_informe {
    float: right;
    list-style: none;
    padding-left: 15px !important;
    padding-top: 0px !important;
}
    .exportar_informe > input {
        height: 25px;
        width: 25px;
    }

.divmenu {
    height: 1px;
    position: inherit;
    padding-top:25px;
}
.login-password > input{
    display: flex;
    margin: 10px 0px;
}

.login-password img {
    margin-top: 13px;
}
.password {
    width:99%;
    display: inline;
}
.password-icon {
    width: 25px;
    height: 23px;
    margin-left: -35px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    margin-top: 6px;
}
.recordar-clave {
    font-size: 12pt;
    color: #b7b7b7;
}
.btn-login {
    width: 100%;
    background-color: #333333;
    color: #dedede;
    border-radius: 20px;
    height: 32px;
    font-size: 14pt;
    letter-spacing: 2px;
    font-weight: 500;
}
.login-box {
    width: 100%;
    border-color: #dddddd;
    border-style: solid;
    border-width: 2px;
    padding: 5px 12px;
    font-size: 12pt;
    display: flex;
    margin-bottom: 13px;
}
.login-password-icon {
    width: 25px;
    height: 23px;
    margin-left: -35px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    float: right;
    margin-top: -40px;
    margin-right: 7px;
}
.login-inicio-sesion {
    font-size: 18pt;
    text-align: -webkit-center;
    width: 100%;
    margin: 39px 0 15px;
}
.login-inicio-sesion-mini {
    font-size: 12pt;
    text-align: -webkit-center;
    width: 100%;
    margin-bottom: 15px;
}
.login-line-sep {
    background-color: #333333;
    width: 25px;
    height: 4px;
    border-radius: 10px;
    border: none;
    margin: auto;
}
.login-block-div{
    margin-top: 30px;
}
@media(min-width: 1200px) {
    .login-main-div {
        display: flex;
        height: 100vh;
        padding-left: 15vw;
        padding-right: 15vw;
    }
    .login-block-div {
        width: 50%;
        margin: auto;
    }
}

.scrollable-modal-content {
    max-height: calc(95vh - 50px);
    /*max-height: calc(90vh - 100px);  Adjusts to the viewport height, subtracting a bit for margins */
    overflow-y: auto; /* Enables vertical scrolling */
}
