/*GENERAL*/

.wrapper_empresa {
    /*margin-top: 60px;*/
    overflow: auto;
}

.badge-warning {
    background-color: #FFBC42;
}

.card-box .form-group {
    margin-right: 10px;
    margin-left: 10px;
}

.ocultar {
    display: none !important;
}

.mostrar {
    display: block !important;
}

.buttonLimpio {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.label {
    font-size: 90%;
    font-weight: 500;
    line-height: 2;
}

input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

input[type=password]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

/*TABLA*/

tfoot {
    display: table-header-group;
}

.dt-buttons a {
    margin-right: 5px;
}

table.dataTable thead th {
    vertical-align: middle;
    text-align: center;
}

table.dataTable tbody td {
    vertical-align: middle;
    text-align: center;
}

/*FILE*/

.kv-avatar .file-preview-frame, .kv-avatar .file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar .file-input {
    display: table-cell;
    max-width: 220px;
}

.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: none !important;
}

/*ERROR*/

#myForm label.error {
    display: none !important;
}

.error {
    box-shadow: 0 0 5px rgba(246, 83, 39, 0.5);
    border: 1px solid rgba(246, 83, 39, 0.5);
}

.input-validation-error {
    box-shadow: 0 0 5px rgba(246, 83, 39, 0.5);
    border: 1px solid rgba(246, 83, 39, 0.5);
}

/*IMAGEN*/

.effectfront {
    border: none;
    margin: 0 auto;
}

    .effectfront:hover {
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -o-transform: scale(5);
        transform: scale(5);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        background: white !important;
    }

/*MAPA*/

#map {
    height: 200px;
}

.infobox-wrapper > img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute !important;
    right: 8px;
    top: 13px;
    z-index: 2;
}

    .infobox-wrapper > img:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

.infobox-wrapper .infobox-inner {
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-top: 6px solid #073855;
    font-size: 12px;
    position: relative;
    margin-bottom: 50px;
    min-width: 200px;
}

    .infobox-wrapper .infobox-inner:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 95px;
        content: "";
        bottom: -6px;
    }

    .infobox-wrapper .infobox-inner .infobox-image {
        width: 250px;
        height: auto;
        overflow: hidden;
        position: relative;
    }

        .infobox-wrapper .infobox-inner .infobox-image:after {
            background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
            background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
            background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
            background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
            background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
        }

        .infobox-wrapper .infobox-inner .infobox-image img {
            width: 100%;
        }

        .infobox-wrapper .infobox-inner .infobox-image .infobox-price {
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            background-color: #1396e2;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            padding: 3px 7px;
            position: absolute;
            bottom: 8px;
            left: 8px;
            z-index: 2;
        }

    .infobox-wrapper .infobox-inner .infobox-title {
        font-size: 14px;
        font-weight: bold;
    }

        .infobox-wrapper .infobox-inner .infobox-title a {
            color: #073855;
        }

    .infobox-wrapper .infobox-inner .infobox-description {
        padding: 8px;
    }

    .infobox-wrapper .infobox-inner .infobox-location {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        font-size: 12px;
    }

    .infobox-wrapper .infobox-inner .fa {
        color: #1396e2;
        float: right;
        font-size: 18px;
        margin-top: 4px;
    }

.marker-hover {
    opacity: .5;
}

.search-box-wrapper {
    position: absolute;
    width: 100%;
    top: 0px;
}

    .search-box-wrapper .search-box-inner h2 {
        margin-bottom: 20px;
    }

#submit-map {
    margin-bottom: 20px;
}

.fade-map {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.map-osm #map {
    z-index: 0;
    position: relative;
}

.marker-cluster {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    width: 32px;
    height: 38px;
    background-color: #1396e2;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
}

    .marker-cluster:hover {
        background-color: #073855;
    }

.marker-style {
    border: 3px solid #1396e2;
    text-align: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: -17px !important;
    margin-top: -46px !important;
}

    .marker-style img {
        position: absolute !important;
        top: -1px !important;
        bottom: 0px !important;
        right: 0px;
        left: 0px;
        margin: auto !important;
    }

.cluster > div {
    color: #fff !important;
    text-align: center !important;
    z-index: 3;
}

    .cluster > div:before {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #1396e2;
        content: "";
        height: 31px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 31px;
        z-index: -1;
    }

/*colores*/
.celeste-oscuro {
    background-color: #218380;
}

/*Left Side Menu*/
.side-menu.left {
    background: #2a3142;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 60px;
    bottom: 61px;
    padding-top: 20px;
}

body.fixed-left .side-menu.left {
    bottom: 50px;
    height: 100%;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 146px;
    position: fixed;
}

#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
}

    #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
        padding-left: 10px;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
            background-color: #202532 !important;
        }

    #wrapper.enlarged .left.side-menu span.pull-right {
        display: none !important;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
        position: relative;
        white-space: nowrap;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
            background: #202532;
            position: relative;
            width: 260px;
        }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
            display: block;
            right: 70px;
            position: absolute;
            width: 190px;
        }

            #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
                background: #ffffff;
                color: rgba(42, 49, 66, 0.8);
                border: none;
                box-shadow: none;
                padding-right: 15px;
                position: relative;
                width: 190px;
                z-index: 6;
            }

                #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
                    color: #3bafda;
                }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
            display: inline;
        }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
            display: none;
        }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
        display: block;
        left: 190px;
        margin-top: -36px;
        position: absolute;
        width: 190px;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        position: absolute;
        right: 20px;
        top: 12px;
        transform: rotate(270deg);
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
        display: none;
        padding-left: 10px;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a > i {
        margin: 0px;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
        padding: 15px 20px;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
            margin-left: 20px !important;
            margin-right: 5px;
            font-size: 20px;
            color: #a2acae;
        }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
        position: relative;
        width: 260px;
        background: #202532;
        color: #ffffff;
        border-color: #3bafda;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a i {
            color: #ffffff;
        }

.side-menu {
    bottom: 0;
    top: 0;
    width: 240px;
    z-index: 2;
}

/*Content*/
.content-page {
    margin-left: 240px;
    overflow: hidden;
}

    .content-page > .content {
        margin-bottom: 60px;
        padding: 20px 5px 15px 5px;
    }

/*Page Tiltle*/
.page-title {
    margin-bottom: 0px;
    margin-top: 0px;
}

.page-title-box {
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
    padding: 20px;
    margin: -20px -20px 22px -20px;
}

    .page-title-box .breadcrumb {
        margin-top: 0;
        padding-top: 2px;
    }

/*Cardbox Dark*/
.card-box-dark {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #323b44;
}

/*Search navbar*/
.search-input:focus {
    border: none !important;
    border-bottom: 1px solid #42D0C4 !important;
    box-shadow: 0 1px 0 #42D0C4 !important;
    outline: 0 !important;
    border-color: #42D0C4 !important;
}

.search-input {
    resize: none;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid rgba(149, 147, 150, 0.5);
    border-radius: 0 !important;
    padding: 14px 0px 5px 0px;
    height: 38px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 18px;
    font-weight: 200;
    background: transparent;
    width: 80%;
    margin: 10px 0px 20px 10px !important;
}

#reg-controls {
    margin: 7.5px -15px !important;
}
a.right-bar-toggle.waves-effect.waves-light {
    color: #42D0C4;
}

/*Form control feedback*/
.wrapper .form-control-feedback {
    left: 15px;
    top: 3px;
    color: rgba(76, 86, 103, 0.4);
    font-size: 20px;
}

#form-login{
    margin-top:-140px !important;
}

.img-login{
    width: 30px !important;
    margin-left:10px;
    margin-right:10px;
}

.logo-lg{
    color: #42D0C4 !important;
    font-size:35px !important;
}

.layout-full {
    background-image: url('../../../../img/Loggin/Faro.jpeg');
    background-position: top;
    background-size: cover;
    padding-bottom:105px !important;

}

.wrapper-controls .form-control {
  height: 40px;
  padding-left: 40px;
}
.wrapper-controls .form-control-feedback {
  left: 15px;
  top: 3px;
  color: rgba(76, 86, 103, 0.4);
  font-size: 20px;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 50%; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

/*Tarjetas aders*/
.ader-section-title {
    margin-bottom: -20px;
    margin-top: 20px;
}

.gal-detail h5 {
  margin: 16px auto 10px auto;
  width: 80%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===========
   Checkbox and Radio
 =============*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + input[type="hidden"] + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + input[type="hidden"] + label::before {
  outline-offset: -2px;
  outline: none;
}
.checkbox input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox input[type="checkbox"]:disabled + input[type="hidden"] + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #3bafda;
  border-color: #3bafda;
}
.checkbox-primary input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #ef5350;
  border-color: #ef5350;
}
.checkbox-danger input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #3ddcf7;
  border-color: #3ddcf7;
}
.checkbox-info input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #ffaa00;
  border-color: #ffaa00;
}
.checkbox-warning input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #00b19d;
  border-color: #00b19d;
}
.checkbox-success input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}
.checkbox-purple input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #f76397;
  border-color: #f76397;
}
.checkbox-pink input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + input[type="hidden"] + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}
.checkbox-inverse input[type="checkbox"]:checked + input[type="hidden"] + label::after {
  color: #ffffff;
}

/*Backgrounds*/
.bg-gris-oscuro {
    background-color: #b6bfc4 !important;
}