/* CSS per el FRONT-END de client */

body {
    /*height: 100%;*/
    /*overflow:hidden;*/
    /*background-color: #FAFAFA;*/
    background-color: white;
}

@font-face {
    font-family: titulo;
    src: url("../tipografia/forgotten futurist bd it.ttf") format('truetype');
}

.wrapper-logo {
    width: 100%;
    height: 100px;
    /*background-color : #EEEEEE;*/
    background-color : white;
    /*background-color : lightgray;*/
    color : black;
    /*font: 30px/1 Lobster,Arial,sans-serif;*/
    font: 30px/1 titulo,Arial,sans-serif;
    /*font-family: titulo;*/
    padding-left: 0px;
    padding-top: 5px;
}

#titol-logo {
    font-size: 35px;
    color : black;
    margin-top: 25px;
    margin-left: 25px;
}

#post-titol {
    font-size: 18px;
    color : black; /*#84C5FF*/
    margin-top: 55px;  /*54*/
    margin-left: 2px;
}

#post-titol-2 {
    font-size: 30px;
    color : black; /*#84C5FF*/
    margin-top: 50px;  /*54*/
    margin-left: 25px;
}

#slider {
    background-color: white;
    height: 450px;
    /*width: 90%;*/
    margin: 0 auto;
    /*margin-top: 10px;*/
}

#main-slider {
    float : none;
    text-align: center;
    max-width: 100%;
    display: inline;
    height: 200px;
}

.my-slider {
    max-width: 100%;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.thumbnail > img {
    padding: 10px;

}

.idiomes {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    font-family: DejaVu Sans, 'trebuchet ms', verdana, sans-serif;
}

.btn-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btn-upload input[type=file] {
    position: absolute;
    opacity: 0;
    z-index: 0;
    max-width: 100%;
    height: 100%;
    display: block;
}
.btn-upload .btn{
    padding: 8px 20px;
    background: #337ab7;
    border: 1px solid #2e6da4;
    color: #fff;
    border: 0;
}
.btn-upload:hover .btn{
    padding: 8px 20px;
    background: #2e6da4;
    color: #fff;
    border: 0;
}

/*.sombraredondeada{*/
    /*background-color: #ffffff;*/
    /*color: #fff;*/
    /*padding: 3px;*/
    /*margin: 3px;*/
    /*-moz-border-radius: 7px;*/
    /*-webkit-border-radius: 7px;*/
    /*box-shadow:4px 4px 13px gray;*/
    /*-webkit-box-shadow: 4px 4px 13px gray;*/
    /*-moz-box-shadow: 4px 4px 13px gray;*/
/*}*/

#muestreo-casas {
    background-color: white;
    height: 300px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-cabecera {
    background-color : #EEEEEE;
    /*background-color: #5d5d5d;*/

    height: 46px;
    z-index: 100;
    color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 8px 20px gray;
    -webkit-box-shadow: 0px 8px 20px gray;
    -moz-box-shadow: 0px 8px 20px gray;
    margin : auto 0;
}

.padding-clear {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.panel-default > .panel-heading {
    /*color: #333;*/
    color: White;
    /*background-color: #d6f5f5;*/
    /*background-color: #2599FF;*/
    /*background-color: #81BEF7;*/
    /*background-color: #fca17d;*/
    background-color: #009688;
    border-color: #ddd;
}

.sombra {
    /*color: #fff;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    /*box-shadow: 0px 8px 20px #2599FF;*/
    /*-webkit-box-shadow: 0px 8px 20px #2599FF;*/
    /*-moz-box-shadow: 0px 8px 20px #2599FF;*/

    /*box-shadow: 0px 8px 20px gray;*/
    /*-webkit-box-shadow: 0px 8px 20px gray;*/
    /*-moz-box-shadow: 0px 8px 20px gray;*/

    box-shadow: 0px 8px 20px #709EE7;
    -webkit-box-shadow: 0px 8px 20px #709EE7;
    -moz-box-shadow: 0px 8px 20px #709EE7;
}

.backgroundimages2 {
    /*background-color: #9ae8f4;*/
    background-color: white;
    background-image: url("../images/mallorca.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding : 0px;
}

/*.backgroundimages {*/
    /*!*background-color: #9ae8f4;*!*/
    /*background-color: #E4EEFF;*/
    /*background-image: url("../images/portada.jpg");*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*padding : 0px;*/
/*}*/

.backgroundimages {
    position: relative;
    /*background: gray;*/
    /*overflow: hidden;*/
}

.backgroundimages:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    /*background-image: url("../images/portada.jpg");*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.davant {
     z-index: 10;
 }

.darrera {
    z-index: -1;
}

.detall-cases {
    background-color : white;
    background: white;
    /*fill: white;*/
}

.my-container {
    position: relative;
    /*background: #5C97FF;*/
    overflow: hidden;
    max-width: 1180px;
    margin : 0 auto;
}
/* You could use :after - it doesn't really matter */
.my-container:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    /*background-image: url('../images/portada.jpg');*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.font-servicios {
    font-family: Calibri;
}


/* CSS per el BACKOFFICE*/


.zztitol {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 125%;
    /*color: #B0BEC5;*/
    /* color: #5CF103;*/

    color : black;
    display: table;
    font-weight: bold;
    font-family: 'Lato';
}

.inline {
    display : inline;
}

.marbot10 {
    margin-bottom: 10px;
}
.marbot12 {
    margin-bottom: 12px;
}

.marbot0 {
    margin-bottom: 0px;
}

.marbot20 {
    margin-bottom: 20px;
}
.marbot30 {
    margin-bottom: 30px;
}

.marleft0 {
    margin-left: 0px;
}

.marleft5 {
    margin-left: 5px;
}
.marleft10 {
    margin-left: 10px;
}
.marleft12 {
    margin-left: 12px;
}
.marleft20 {
    margin-left: 20px;
}
.marleft30 {
    margin-left: 30px;
}

.marleft35 {
    margin-left: 35px;
}

.marleft40 {
    margin-left: 40px;
}

.marleft45 {
    margin-left: 45px;
}

.marleft50 {
    margin-left: 50px;
}

.marleft60 {
    margin-left: 60px;
}

.marleft65 {
    margin-left: 65px;
}

.martop0 {
    margin-top: 0px;
}
.martop3 {
    margin-top: 3px;
}

.martop5 {
    margin-top: 5px;
}

.martop10 {
    margin-top: 10px;
}

.martop15 {
    margin-top: 15px;
}

.martop18 {
    margin-top: 18px;
}

.martop20 {
    margin-top: 20px;
}

.martop30 {
    margin-top: 30px;
}

.martop40 {
    margin-top: 40px;
}

.martop50 {
    margin-top: 50px;
}

.marRight0 {
    margin-right: 0px;
}

.marRight10 {
    margin-right: 10px;
}

.marRight15 {
    margin-right: 15px;
}


.marRight20 {
    margin-right: 20px;
}

.marRight30 {
    margin-right: 30px;
}

.padleft10 {
    margin-left: 10px;
}

.padleft20 {
    margin-left: 20px;
}

.padtop0 {
    padding-top: 0px;
}

.padtop20{
    padding-top: 20px;
}

.txtboto {
    color : white !important;
    font-weight: bold !important;
}

.reset {
    margin : 0px;
    padding : 0px;
}

.dspinline {
    display: inline-flex;
}

.of {
    overflow-x: scroll;
}

.centrar {
    /*margin: 0 auto;*/
    text-align: center;
    justify-content:center;
}

/*.centrar {*/
    /*margin: 0 auto !important;*/
    /*text-align: center !important;*/
    /*justify-content:center !important;*/
/*}*/

.centrartodo {
    /*display:block;*/
    margin: auto auto !important;
    text-align: center !important;
    justify-content:center !important;
    /*display:inline-block;*/
}

#table-dimensiones td {
    text-align: center;
}

#table-dimensiones th {
    text-align: center;
}



@media /* screen and */ (max-width: 992px) {
    table {
        overflow-x: auto;
        /*display: block;*/
    }

    .txtboto {
        color : red;
        font-weight: bold;
        font-size: 20pt;
    }

    .oculta-bloc {
        display : none;
    }

    #btn-add {
        margin-top: 10px;
    }

    .img-logo {
        width: 50%;
    }

    .centrartitolspeu {
        text-align: center;
        justify-content:center;
    }

}

@media /* screen and */ (min-width: 1000px) {
    .mostra-bloc {
        /*display : block;*/
    }

    .oculta-bloc2 {
        display : none;
    }

    .img-logo {
        /*width: 50%;*/
    }

    .centrartitolspeu {
        text-align: start;
        justify-content:start;
    }
}

@media /* screen and */ (max-width: 450px) {
    .centrartitolspeu {
        text-align: center;
        justify-content:center;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.floatclear {
    clear: both !important;
}

.floatnone {
    float : none !important;
}

.service-list {
    display : inline-block;
    list-style-type: none;
    float : left;
    /*width: 170px;*/
    /*height: 100px;*/
    margin-left: 20px;
}

.service-list li {
    /*display : inline-block;*/
    /*list-style-type: none;*/
    float : left;
    width: 150px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 10px;
}

.field-small {
    width: 100px !important;
    float: left;
    margin-right: 10px;
}

.field-medium {
    width: 150px;
}

.field-large {
    width: 300px;
}


.rightalign {
    text-align: right;
}

.tabla_tarifas tr td {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 5px;
    line-height: 1.42857143;
    font-weight: bold;
    color: #737373;
    width: 50px;
}

.diplayfield-small {
    width: 100px;
    float: left;
    margin-right: 10px;
    border-width:0px;
    border:none;
}

.displayfield {
    border-width:0px;
    border:none;
    margin-top:10px;
    margin-bottom: 10px;
}

.checkbox-tunning {
    margin-left: -15px;
}

.input-precios {

}

.contenidor {
    width: 95%;
    margin : 20px auto;
    z-index: 2;
}

.listas-casa  {
    list-style-type: none;
    /*display: inline;*/
}

.img-casa {
    margin-top: 10px;
    width: 95%;
    height: 90% !important;
}

.img-casa-small {
    margin-top: 0px;
    width: 250px;
    height: 150px;
}

.container-casa {
    background-color: #ffffff;
    color: #fff;
    padding: 3px;
    margin: 3px 3px 35px 3px;

    /*-moz-border-radius: 7px;*/
    /*-webkit-border-radius: 7px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    /*box-shadow:4px 4px 13px gray;*/
    /*-webkit-box-shadow: 4px 4px 13px gray;*/
    /*-moz-box-shadow: 4px 4px 13px gray;*/

    /*box-shadow:4px 4px 13px #2599FF;*/
    /*-webkit-box-shadow: 4px 4px 13px #2599FF;*/
    /*-moz-box-shadow: 4px 4px 13px #2599FF;*/

    /*box-shadow: 1px 0px 3px #709EE7;*/
    /*-webkit-box-shadow: 1px 0px 3px #709EE7;*/
    /*-moz-box-shadow: 1px 0px 3px #709EE7;*/

    /*tonir*/
    /*box-shadow: 1px 1px 3px #709EE7;*/
    /*-webkit-box-shadow: 1px 1px 3px #709EE7;*/
    /*-moz-box-shadow: 1px 1px 3px #709EE7;*/

}

.sombraredondeada{
    background-color: #ffffff;
    color: #fff;
    padding: 3px;
    margin: 3px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow:4px 4px 13px gray;
    -webkit-box-shadow: 4px 4px 13px gray;
    -moz-box-shadow: 4px 4px 13px gray;
    /*box-shadow:4px 4px 13px #2599FF;*/
    /*-webkit-box-shadow: 4px 4px 13px #2599FF;*/
    /*-moz-box-shadow: 4px 4px 13px #2599FF;*/
}

/*.sombraredondeada{*/
    /*background-color: #ffffff;*/
    /*color: #fff;*/
    /*padding: 3px;*/
    /*margin: 3px;*/
    /*-moz-border-radius: 7px;*/
    /*-webkit-border-radius: 7px;*/
    /*box-shadow: 2px 2px 4px gray;*/
    /*-webkit-box-shadow: 2px 2px 4px gray;*/
    /*-moz-box-shadow: 2px 2px 4px gray;*/
/*}*/



.taulacalendari {
    /* width: 300px;*/
    /* height: 300px;*/

    /*border-collapse: collapse;*/
    border-spacing: 1px;
}

tr {

    /* color: red;
     background-color: #398439;
     height: 25px;*/
}

.textoMenuPrin {
    color: #FFF;
    /*font-family: English;*/
    font-weight: bold;
    text-align:center;
    font-style: normal;
    /*font-weight: bold;*/
    /*text-shadow: 0 0 0.2em #00FFFF, 0 0 0.2em #87F, 0 0 0.2em #87F;*/
    text-shadow: 0 0 0.1em #EFA989, 0 0 0.2em #EFA989, 0 0 0.1em #EFA989;
    /*font-size:23px;*/
    /*height:100%;*/
    /*width:100%;*/
}

/*tbody, thead {*/
/*width : 100%;*/
/*}*/

.calendar th {
    width: 30px;
    height: 30px;
    border: thin;
    border-color: #ffffff;
    border-style: solid;
    text-align: center;
    background-color: lightgray;
}

.calendar td {
    color: white;
    background-color: #398439;
    width: 30px;
    height: 30px;
    border: thin;
    border-color: #ffffff;
    border-style: solid;
    text-align: center;
}

/*
background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0
*/

.margeauto{
    margin : 0 auto;
    text-align: center;
}

.amplepte90 {
    width: 100%;
}

.d-none, .oculto {
    display: none !important;
}

.calendar .libre {
    background-color: #398439;
}

.calendar .ocupado {
    background-color: red;
}

.transparente {

    filter: alpha(opacity=50);
    background-color: rgb(100,150,255);
    opacity: 0.90;

    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.3);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.opaco {
    opacity: 1;
}

table {
    margin : 0 auto;
}

table td, th {
    /* width: 30%; */
    padding : 5px;
}

table .colheader {
    width: 5%;
    padding : 5px;
}

/*td {*/
/*    width: 350px;*/
/*}*/

.td {
    width: 130px;
}


.botonera {
    width: 30%;
    margin: 5px;
    /* margin-left: 10px; */
    min-width: 150px;
    font-weight: bold;
    height: 42px;
}

.padall2 {
    padding: 2px;
}

.padall {
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}

.padall15 {
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}


.tauladiv{
    float:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.fixedwidthcol1 {
    width:5%;
    padding: 5px;
}

.fixedwidthcol2 {
    width:20%;
    padding: 10px;
    min-width: 150px;
    word-wrap: break-word;
}

.fixedwidthcol3 {
    width:50%;
    padding: 10px;
    min-width: 190px;
    background: lightgray;
    word-wrap: break-word;
}

.negreta {
    font-weight: bold;
}

.wrapper {
    width: 100%;
    padding-left:300px;
    margin-left:-300px;
}
.filler{
    width:100%;
    background:red;
}

.presentacio {
    text-align: justify;
}


.cita {
    text-align: left; !important;
    font-size: 90%;
}

.mypanel {
    /*border-radius: 0px; !important;*/
    border-bottom-left-radius: 1px;
}

.myimg {
    width: 50%;
    height: 50%;
}

.myimg2 {
    width: 90%;
    height: 90%;
}

thead:before, thead:after, tbody:before, tbody:after {
    display : none;
}

.login-form {
    margin: 0 auto;
    width: 500px;
}

.colaccions {
    width: 150px;
}

.dspinline {
    display: inline-flex;
}

strong {
    font-weight: bold;
}
