﻿
@media (max-width: 991px) {/*Modal body/footer fit in small screens*/
    #mdlPostEdit .modal-content .modal-body .modal-footer {
        width: 105%;
        margin-left: -20px;
        padding-left: 0px;
        padding-right: 0px;
        border-top:none;
    }
}

#txtDescription {
min-width:550px;
min-height:250px;
}

#txtDescriptionSmall {
/*min-width:550px;*/
max-width: 100%;
min-height:150px;
}

@media (min-width: 992px) {
    #txtDescriptionSmall, #txtTags, #editPostStep2 > div > div > .tag-editor{  /*Description textarea, tag input & tag JS plugin UL */ 
        width: 97.5%; /*Fits Description field to edge of container when desktop view*/
    }
}
@media (max-width: 769px) {
    /*override nav css/puts step1,2 buttons side by side when mobile*/
    a.EditPostStep {
        width: 49%;
        float: left;
    }
    .EditPostStep .list-group-item-text {
        margin: 0px;
    }
}

/*#txtLocation {
    width:200px;
}*/

/** { margin: 0; padding: 0; }#dropOnMe {
            width: 210px;
            height: 136px;
            padding: 10px;
            border: 2px dashed gray;
            background-color: lightgray;
  }*/

./*alert {
    min-width:400px;
}*/

.dragover {
    background: #00CC71 !important;
    
}

.parentcategory {
    margin-left:2px;
    margin-right:2px;    
}

.existingPostImage {
    max-width: 130px;
    /*border: 1px;
    border-style: groove;*/
}

.jFiler-item-thumb-image:hover {
    opacity: .50;
}

/*Prevent payment buttons from piling vertical*/
.RadioSelect.btn-group {
    display: -webkit-inline-box;
}

#postCategoryTabs a {
    height: 30px;
    padding-top: 5px;
    background-color: #4392ae;
    color: white;
}

#tabPostCategories select{
    margin-top: 7px;
}

#postCategoryTabs .active a {
    background-color: #085e7d;
}

#lblChooseCategoryError {
    color:red;
    width: 100%;
}

/*Override master panel style*/
#postCategoryTabs, #tabPostCategories .tab-content{
    border-bottom: 0px;
}
/*Wishlist selection*/
#aSelPostWishlist, #aSelCategoryPayment {
    padding-top: 7px;
}

#mdlPostDelete .modal-content{
    width: min-content;
}