.draghandle{
    cursor: move;
}
.valueTable tr{
    background: white;
}
.attributeList, .keyList{
    margin: 20px 0 0 0;
    padding: 0px;
}
.attributeList li, .keyList li{
    background-color: #f5f5f5;
    margin: 0;
    display: block;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 16px;
    background-image: url(gfx/dots.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: move;
}
.attributeList li a, .keyList li a{
    margin: 0;
    display: block;
    line-height: 26px;
    padding: 0px 13px 0 3px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.attributeList li a:hover, .keyList li a:hover, .keyList li a.selected{
    margin: 0;
    text-decoration: none;
    background-color: #08c;
    color: white;

}
.attributeList li a:hover:after, .keyList li a:hover:after, .keyList li a.selected:after{
    height: 0px;
    display: block;
    width: 0px;
    line-height: 0;
    content: "";
    font-size: 0px;
    border: 13px solid transparent;
    border-left: 13px solid #08c;
    position: absolute;
    right: -26px;
    top: 0px;
}
.addNewAttrValue{
    cursor: pointer;
}
.attributeLeftBar{
    background-color: #eee;
    padding: 10px 0px;
}

#dropZone, .dropZone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold;
    color: #bbb;
    cursor: pointer;
}
#map{
    height: 500px; 
    border: 1px #bbb solid;
}
#map img {
    max-width: none !important;
}
.fav_icon{
    cursor: pointer;
}
.cbxIsPubluc{
    margin: 0px 5px !important;
    display: inline-block;
}
#files:after{
    content: "";
    display: block;
    clear: both;
}
#files>div{
    width: 150px;
    float: left;
    margin: 10px;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    font-size: 10px;
}
.previewName{
    text-align: center;
    font-size: 10px;
}
.uploadsuccess{
    text-align: center;
    font-size: 10px;
    color: green;
}
.uploaderror{
    background-color: red;
    color: white;
    padding: 5px;
}
.modal-body{

}
.variantValue{
    overflow: hidden;
    float: left;
    margin: 10px;
    height: 30px;
    min-width: 30px;
    border: 2px solid silver ;
    overflow: hidden;
    cursor: pointer;
    font-size: 11px;
    line-height: 30px;
    text-align: center;
    font-weight: bold; 
    padding: 0px 3px;
    background-color: white;
    color: black;
    border-radius: 5px;
}

.productTable .iconWrapper{
    position: absolute;
    background-color: white;
    color: black;
    border-radius: 5px;
    margin-top: 2px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}

.optionvalue{
    display: block;
    width: 500px;
    border: 1px solid #ddd;
    margin: 2px;
    padding: 2px;

}
.optionvalue .btn{
    float: right;
}
#productResult li{
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fefefe;
    margin: 0px 0px 2px 0;
}
#productResult li img{
    margin-right: 3px;
    border-radius: 3px;

}
.gallery_file_name{
    position: absolute;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    font-size: 10px;
    padding: 2px;
    color: white;
    font-weight: bold;
    text-align: left;
}
.galleryWrapper{
    margin: 20px;
}
.galleryWrapper img{
    display: block;

    width: 200px;
    margin: 4px;
   
}
.galleryWrapper .dia{
    position: relative;
    float: left;
  
}
.galleryWrapper .dia:hover:after{
     font-family: FontAwesome;
    cursor: pointer;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 40px;
    display: block;
    content: "\f1f8";
    color: white;
    opacity: 0.7;
    line-height: 100%;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding: 30px 0px;
}

.galleryWrapper button{

    clear: left;
}
.optionValueImg{
    max-height: 60px;
    margin: 0 0 5px 5px;
    float: right;
    display: block;
    cursor: pointer;
}
 
#fileContainer{
    min-height: 300px;
}
#editTab{
    margin-top: 20px;
}
#newCustomer0Mdl .modal-dialog{
    width: 900px !important;
}
.customer-remark{
    height: 40px;   
    overflow: hidden;
    position: relative;
}
.open{
    height: auto;
}
.more{
    cursor: pointer;
}
.more:after{
    content: "...";
    color: blue;
    position: absolute;
    right: 0;
    bottom: 0;
}
.modal-body .module-header {
    display: none;
}
.photoTd a{
    display: block;
    width: 50px;
}
.photoTd a img{
    display: block;
    width: 50px;
}
#property_wrapper{
    padding-bottom: 100px;
}
.public > label{
    font-weight: bold;
    background-color: greenyellow;
    color: black;
}
.due-date {
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
}

.due-date.expired {
    background-color: red;
    color: rgb(255, 255, 255);
}

.task-notice {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.task-notice-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    ;
}

.task-notice-user {
    font-size: 14px;
    font-weight: bold;
}

.task-notice-notice {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 0px 10px 10px 10px;
    background-color: #faf8b0;
    color: black;
}

.task-notice-notice * {
    color: black;
}

.task-block {
    display: inline-flex;
    min-width: 150px;
    margin: 5px;
    border: 1px solid #dddddd;
    padding: 5px;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
}

.task-block-name {
    color: black;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px;
}

.task-block-date {
    color: #838383;
    margin-bottom: 3px;
}

.task-block-status {
    width: 100%;
}

.task-block-status span {
    display: block;
    padding: 2px;
    text-align: center;
}