#permission-panel ul li label{
cursor: pointer !important;
}
.main-header-permissions {
background: rgb(195, 195, 195);
}
.main-header-permissions label {
color: black;
}
.input-error{
border-color: red;
}
.input-loading-img{
position: absolute;
width: 13px;
display: none;
margin: -5px -5px;
}
.popup-list{
position: absolute;
z-index: 99;
width: 86%;
box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.42);
cursor: pointer;
}
.selected{
background: rgb(231, 231, 231);
}
.background-error{
background: rgb(255, 233, 233)!important;
font-weight: 900;
}
.background-success{
background: rgb(225, 255, 230) !important;
font-weight: 900;
}
.form-inline .form-group{
margin: 5px 0px 6px 5px;
}
.cus-image{
margin: 5px 5px ;
}
.button-bar-img-thum{
position: absolute;
z-index: 999;
margin: 6% 0% 0% 3%;
width: 30%;
}
.button-bar-img-thum button{
opacity: .7;
}.button-bar-img-thum button:hover{
opacity: 1;
}
.button-bar-img-thum button{
font-size: 16px;
padding: 7% 7% 7% 7%;
border: solid 2px #989292;
background-color: white;
border-radius: 3px;
}
.button-bar-img-thum a{
opacity: .7;
}.button-bar-img-thum a:hover{
opacity: 1;
}
.button-bar-img-thum a{
font-size: 16px;
padding: 7% 7% 7% 7%;
border: solid 2px #989292;
background-color: white;
border-radius: 3px;
}
.apartment{
padding: 8px;
}
.room-thumb{
padding: 8px;
border: solid 1px #BFBFBF;
background: #F1F1F1;
box-shadow: 2px 2px 2px #B3B3B3;
border-radius: 3px;
} |