
body{
    /*background:url("/img/wislabg.jpg") center;*/
    -webkit-background-size:cover;
    background-size:cover;
}

.lockscreen-name {
    font-weight: 600;
    text-align: center;
}

#facebook-login{
    width:100%;
    padding-bottom:30px;
}

.bar {
    height: 18px;
    background: green;
}

label[for=car_carModel],
#car_carModel{
    display:none;
}

.square {
    width: 100%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.carthumb{
    max-width:150px;
}

#filelist .image{
    max-width:100%;
}

#filelist td{
    width:25%;
}

.zoom {
    transition: transform .2s; /* Animation */

}

.zoom:hover {
    transform: scale(4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.small-img{
    width:200px;
    height:auto;
}
.image-wrapper{
    width:1600px;
}
td.overflow { min-width: 200px; }

.main-sidebar.sidebar-dark-primary {
    background-color:#f26522;
    color:#fff;
}

.main-sidebar.sidebar-dark-primary a{
    color:#fff;
}

.main-sidebar.sidebar-dark-primary .brand-link,
.main-sidebar.sidebar-dark-primary .user-panel {
    border-bottom: 1px solid #fff;
}

.gallery-exterior .swiper-container{
    max-width:100%
}
.gallery-exterior .swiper-slide{
    width:200px;
}

#store-list .table{
    max-width:100%;
    table-layout: fixed;
    width:100%;
}

#store-list .table .name{
    max-width:200px;
    min-width:130px;
    width:204px;
}

#store-list .table .details{
    font-size:12px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #fff;
    color: #f26522;
}

.btn-orange{
    color: #fff;
    background-color: #f26522;
    border-color:#f26522;
}

#imagePreview .full-img{
    width:100%;
    height:auto;
}
.uploadWrapper{
    padding-top:15px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.gallery-exterior .delete-file{
    position:absolute;
    right:10px;
    bottom:10px;
}

.background-preview{
    max-width:100%;
    height:auto;
}

.manual.storeList.gallery-exterior .swiper-slide{
    float:left;
}

.manual .small-img{
    width: 100%;
}