/* azul playa almarda  #1f8cac*/
/* naranja playa almarda  #e7a108*/
body{
    background-color: #2c3e50;
}
.navbar-default{
    background-color: #ffffff;
}
#side-menu{
    background-color: #2c3e50;
}
#page-wrapper{
    background-color: #f5f5f5;
    margin: 0 0 0 150px;
}
.navbar-static-side{
    margin-top: 56px !important;
    width: 150px;
}
.navbar-static-side ul li{
    border-bottom-color: red;
}
.navbar-header{
    background-color: #f4d03f;
    width: 250px;
    height:50px;
}

#image-edit-user {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    left: 31px;
    top: 76px;
    border-radius: 999999px;
}

#edit-users {
    display: inline-block;
    margin-top: -100px;
    margin-left: 104px;
}
#edit-costumers {
    display: inline-block;
    margin-left: 104px;
}

#edit-users li, #edit-costumers li {
    background-size: cover;
    display: inline-block;
    width: 100px;
    height: 60px;
    margin-right: 105px;
    margin-bottom: 5px;
}

#image_upload_preview {
    width: 100%;
    border-radius: 50px;
    left: 30px;
    top: 45px;
}

#image_upload_preview:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.carousel {
    margin-bottom: 0;
    height: 190px;
}
/* Reposition the controls slightly */
.carousel-control {
    background-color: rgba(219,127,8, 0.7);
    opacity: 1;
    width: 30px;
    height: 30px;
    top: 160px;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    bottom: 0px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
    border: 1px solid rgba(219,127,8, 0.7);
}
.carousel-indicators .active {
    background: rgba(219,127,8, 0.7);
}
.posItem, .groupItem, .propertyItem{
    height: 150px;
    padding: 5px;
    text-align: center;
    border: 1px solid #666666;
    color: #666666;
    background-color: #1f8cac;
}

#addPos, #addGroup, #addProperty {
    border-style:dashed;
    border-width:3px;
    border-color: #999999;
    color: #999999;
    background-color: white;
}
.activo{
    background-color: #e7a108;
    color: #ffffff;
}
.posName, .groupName, .propertyName{
    height: 80px;
}
.posOptions, .groupOptions, .propertyOptions{
    color: #ffffff;
    top: 60px;
    position: absolute;
    display: none;
    left: 10%;
    width: 80%;
    text-align: center;
}
.posOptionsCenter, .groupOptionscenter, .propertyOptionsCenter{
    width: 64px;
    margin: 0 auto 0 auto;
}
.full-circle {
    background-color: #3d4a5d;
    height: 30px;
    -moz-border-radius:15px;
    -webkit-border-radius: 15px;
    width: 30px;
    float: left;
    margin: 1px;
    color: white;
}
.posAwesome, .groupAwesome, .propertyAwesome{
    margin-top: 8px;
}

.years{
    padding: 30px;
    text-align: center;
}
#data-year-loading, #data-house-loading{
    text-align: center;
}
#calendar{
    background-color: white;
}
.info-popover{
    min-width: 300px;
}

.resumeProperties{
    border: 1px solid #000000;
    padding: 10px;
}
#map {
    width: 400px;
    height: 400px;
}
.domotic_panel{
    border: 1px solid black;
}

.img-menu{
    width: 60px;
}
.menu-list{
    text-align: center;
}
.check-in-resume{
    background-color: white;
    margin-bottom: 20px;
}