#crop-view img{
  max-height: auto;
  max-width: 100%;
}

a{
    color: #014f75;
}

.image-previews img, img.chat_image_log{
    padding: 5px;
    max-height: 196px;
    max-width: 196px;
    width: auto;
    height: auto;
}


.note_history{
    margin: 10px 0;
}

.noteloginfo-data{
    font-size:11px;
   
}


.noteloginfo-categoryname{
    font-size:11px;
    text-transform: lowercase;
}

.noteloginfo-content{
     background-color: #e8e8f8;
     border-radius: 5px;
     padding: 5px 3px;
}


.p20{
    margin-top: 20px;
    margin-bottom: 20px;
}

.p10{
    margin-top: 10px;
    margin-bottom: 10px;
}

.bold-row td{
    font-weight:bold;
}


.support_messages{
    padding: 20px;
}

.support_message{
    padding: 10px;
    border-bottom: 3px dashed #fafafa;
    margin-bottom: 5px;
}

.support_message.from_support{
    background-color: #fffcf2;
}

.support_message.from_user{
    background-color: #f2f3ff;
}

textarea{
    max-width: 100%;
}

.md-section{
    margin-top: 35px;
    margin-bottom: 35px;
}


.chat_element{
    margin-top: 10px;
    margin-bottom: 10px;
}

.chat_flow .chat_text,  .chat_flow .chat_image_select{
    display: inline-block;
    width: 70%;
}

.chat_flow .chat_delay{
    display: inline-block;
    width: 20%;
}

.chatlog-message.p1message{
    border-radius: 15px;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f6ffff;
}

.chatlog-message.notes{
    border-radius: 15px;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #ffecff;
}

.message-content{
    width: 100%;
}

.message-content p{
    padding: 5px;
}

#user-filters .toggle{
    min-width: 100px;
    margin: auto 10px;
}

.message-date{
    width: 100%;
    border-bottom: 1px dotted #eeeeee;
}


.chatlog-message.p2message{
    border-radius: 15px;
    padding: 10px 15px;
      margin-top: 15px;
    background-color: #fffff6;
}

.message-content{

    word-wrap: break-word; 
}


.dropzone{border: 2px dashed rgba(0,0,0,0.2); position:relative;background-color: #f7f7f9; min-height: 250px; padding: 0;}
.dropzone .background {
    position: relative;
    width: 100%;
    height: auto;

    overflow: hidden;
    cursor: pointer;
}

.dropzone .photo_upload_preview{
    max-height: 250px;
    max-width: 250px;
    display: inline-block;
    min-width: 200px;
    padding: 10px;
    margin: 20px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    border-radius: 5px;
border: 1px dotted #bbb;
}
.photo_thumbs_uploaded_list
{
    
}




.dropzone .background img{
    max-width: 100%;
    max-height: 200px;
    height: auto;
}
.dropzone,.dropzone *{box-sizing:border-box}
.dropzone{position:relative}

#remove_image, .remove_option_image{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.remove_photo{
    top: 5px;
    left: 20px;
    position: absolute;
    cursor: pointer;
}

#remove_image:hover, .remove_photo:hover{
    background-color: rgba(0,0,0,0.2);
}

.dropzone.dz-clickable *{
    cursor:pointer;
}


.dropzone .dz-preview.dz-file-preview .dz-image{
    background: none;
}

.dropzone .dz-preview .dz-details{
    display:none;
}




#pickimg .img_select{
    padding: 5px;
    max-height: 196px;
    max-width: 196px;
    width: auto;
    height: auto;
}

.img_select_btn{
    position: relative;
    display: inline-block;
}

.pick-img-label{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
}


.pick_image img{
    max-height: 256px;
    max-width: 256px;
    width: auto;
    height: auto;
}

.legend-info .btn:hover{
    cursor: default;
}


.photo_upload_preview .img_bar a{
    font-size: 12px;
}

.photo_upload_preview .img_bar_rev a{
    font-size: 14px;
}

.tab-content-user .card p.text-muted{
    padding:10%;
}


.img_bar{
    width: 100%;
    max-width: 200px;
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    

}

.img_bar_rev{
     width: 100%;
     max-width: 200px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;

}


.avatar {
    background: #2f2a30;
    display: inline-block;
    position: relative;
    line-height: 0; }
.avatar,
.avatar > img {
    border-radius: 50%; }
.avatar > i,
.avatar > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.avatar,
.avatar > img {
    height: 3.125rem;
    min-height: 3.125rem;
    width: 3.125rem;
    min-width: 3.125rem; }
.avatar > i,
.avatar > span,
.avatar > img > i,
.avatar > img > span {
    font-size: 0.9375rem; }

.avatar-xs,
.avatar-xs > img {
    height: 1.25rem;
    min-height: 1.25rem;
    width: 1.25rem;
    min-width: 1.25rem; }
.avatar-xs > i,
.avatar-xs > span,
.avatar-xs > img > i,
.avatar-xs > img > span {
    font-size: 0.5rem; }

.avatar-sm,
.avatar-sm > img {
    height: 2.75rem;
    min-height: 2.75rem;
    width: 2.75rem;
    min-width: 2.75rem; }
.avatar-sm > i,
.avatar-sm > span,
.avatar-sm > img > i,
.avatar-sm > img > span {
    font-size: 0.75rem; }

.avatar-lg,
.avatar-lg > img {
    height: 4rem;
    min-height: 4rem;
    width: 4rem;
    min-width: 4rem; }
.avatar-lg > i,
.avatar-lg > span,
.avatar-lg > img > i,
.avatar-lg > img > span {
    font-size: 1.125rem; }

.avatar-xl,
.avatar-xl > img {
    height: 12.75rem;
    min-height: 12.75rem;
    width: 12.75rem;
    min-width: 12.75rem; }
.avatar-xl > i,
.avatar-xl > span,
.avatar-xl > img > i,
.avatar-xl > img > span {
    font-size: 1.25rem; }

.avatar.avatar-online::before, .avatar.avatar-offline::before {
    position: absolute;
    border: 3px solid #29242a;
    display: block;
    bottom: -3px;
    right: 0px;
    content: "";
    border-radius: 50%;
    -webkit-transform: translate(-10%, 0%);
    transform: translate(-10%, 0%);
    height: 30%;
    min-height: 30%;
    width: 30%;
    min-width: 30%; }

.avatar.avatar-online::before {
    background: #42ba96; }

.avatar.avatar-offline::before {
    background: #2d3238; }


.text-bold{
    font-weight: bold;
}

.alert a{
    color: #fff;
    text-decoration: underline;
}

.main_profile_photo_sample{
    max-width: 160px;
    max-height: 160px;
}

.secondary_profile_photos_sample, .promo-element-sample img{
     max-width: 120px;
    max-height: 120px;
}


button.multiselect{
    font-weight: bold;
    background-color: #c6dafd;
}


button.multiselect.none-multiselected{
    background-color: #d5fefd;
    font-weight: normal;
}


.promo{
    padding:10px;
    border-radius:5px;
    margin:5px;
    cursor: pointer;
}

.promo:hover{
    background-color: rgba(0,0,0,0.1);
    
}


#promos_selected .promo{
    background-color: rgba(0,255,0,0.1);
    
}

.img-fluid.rounded{
    max-width:180px;
    max-height: 180px;
    height:auto;
    
}

.connectedSortable{
    min-height:300px;
}

@media (min-width: 1600px) {
.container, .container-sm, .container-md, .container-lg, .container-xl
{
    max-width: 1480px;
}
}



@media (min-width: 1900px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl
    {
        max-width: 1780px;
    }
    }


    @media (min-width: 2300px) {
        .container, .container-sm, .container-md, .container-lg, .container-xl
        {
            max-width: 2180px;
        }
        }