@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.otf');
}

body {
    font-family: Montserrat;
    font-size: 12px;
}

a {
    color:#000000;
    text-decoration: none;
}

.navbar {
    min-height: 100px;
}

.footer .navbar {
    min-height: 50px;
    height: 50px;
    padding: 10px;
}

.footer a,
.footer a:hover {
    color: #FF6700;
}

input[type=checkbox] {
    margin-top: 0px;
    margin-right: 5px;
}

input[type=radio] {
    margin-right: 5px !important;
}

.Control {
    font-size: 12px;
}

.lbl-app {
    color: #FF6700;
}

.btn
{
    font-size: 12px !important;
}

.btn-app {
    background-color: #FF6700;
    border-color: #FF6700;
    color: #fff;
}

.container-msg {
    margin: 10px 0px;
}

.alert-danger {
    background-color: #FFBA8B;
    border-color: #A94442;
}

.chk-recordar {
    margin-top: 20px;
    margin-left: 20px;
}

label.error{    
    color: red;    
    font-size: 0.9em;    
    font-weight: normal;    
    position: absolute;    
    top: 5px;    
    right: 15px;
}
        
input[type="text"].error{
    border: 1px solid red;
} 
        
select.error{
    border: 1px solid red;
} 
        
span.chk-control input[type=checkbox]{
    width: 18px;    
    height: 18px;
}

.panel-default > .panel-heading {
    color: #FFFFFF;
    background-color: #FF6700 !important;
    border-color: #FF6700;
}

.panel-heading a:link, a:visited, a:active {
    text-decoration: none;
}

.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: #FF6700;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}

.fc-unthemed td.fc-today {
    background: #ffe6e1 !important;
}

.content-wrapper {
    background-color: white;
    min-height: 12%;
    position: absolute;
    top: 160px;
    width: 95%;
    z-index: 2;
    padding-left: 5%;
    padding-bottom: 50px;
}

.panelTitulo {
    border-color: #FF6700;
    background-color: #FF6700;
    border-style: solid;
    border-width: 2px;
    width: 100%;
    top: 100px;
    height: 50px;
    position: absolute;
    padding-left: 45px;
    padding-top: 0;
}

div.panelTitulo input[type="image"] {
    position: relative;
    top: 8px;
    margin-right: 5px;
}

*::before, 
*::after {
    box-sizing: border-box;
}

.btn-cliente {
    background-color: #d5654d;
    border-color: #d5654d;
    color: #fff;
}

.btn-gris {
    background-color: #444745;
    border-color: #444745;
    color: #fff;
}

.table {
    margin-bottom: 0px;
    width: 100%;
}

.table tbody {
    margin-left: 3px;
}

th {
}

.TituloPaginaGrande {
    background-color: transparent;
    border-style: none;
    color: #FFF;
    font-size: 22px;
}

.TituloPagina {
    background-color: transparent;
    border-style: none;
    color: #444745;
    font-size: 16px;
    margin-left: 5px;
}

.flechaVolver {
    margin-top: 20px;
}

.row {
    margin-bottom: 1%;
}

hr {
    margin-top: 0px;
}

.labelBoton {
    line-height: 30px;
    font-size: 14px;
}

.page-scroll {
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 15px;
}

.RolUsuario {
    color: #303030;
    font-size: 12px;
}

.FechaIndex {
    color: #303030;
    font-size: 12px;
}

.HoraIndex {
    color: black;
    font-size: 22px;
}

collapse {
    min-width: 660px;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    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;
}

.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;
}

.azul {
    background-color: #34a8cf !important;
}

.btn-black {
    background-color: #e5493a;
    border-color: #e5493a;
    color: #fff;
}

.btn-black:hover {
    color: #000;
}

.boton {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.botonFormacion {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.close {
    color: #FFF !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: #0494b6;
    border-color: #0494b6;
    color: #706c6c;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #FF6700;
    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;
}

.ui-autocomplete {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border: 1px solid #000;
    background-color: #FFF;
    z-index: 1500;
    cursor: pointer;
    width: 100px;
}

.ui-autocomplete li {
    list-style: none;
    margin-left: 0px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ck-content {
    height: 200px;
}

.ck-balloon-panel {
    z-index: 2000 !important;
}

.integratedMap {
    height: 15em;
    width: 95%;
    border: 1px solid rgb(68, 51, 64);
    margin: 1em;
    z-index: 1000;
}

.required {
    font-weight: bold;
    color: #FF6700;
}

.tachado {
    text-decoration: line-through;
}

.subrayado {
    text-decoration: underline;
}

.StickyHeader th {
    position: sticky;
    background: #FF6700;
    top: -1px;
    z-index: 100;
}

.fechasHeader {
    height:50px;
    width:auto;
    overflow:auto;
}

@media screen and (max-width: 400px) {
    .panelTitulo {
        padding-left: 15px;
        top: 120px;
    }

    .content-wrapper {
        top: 180px;
    }

    .fechasHeader {
        width:175px;
    }
}