/*.acco_maindata{
height:865px;
min-width:500px;
 
padding:10px;

 
}*/

form {
    margin-bottom: 0em !important;
}

#acco-posting input[type=text]  {
    width: 98%;
    padding: 5px;
    /*height:20px;*/
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    border: 1px solid #c5c5c5;
}

#cost,
#post-location,
#phnumber {
    width: 250px !important;
}

#loc-list ,#loc-listEdit {
    max-height: 200px;
    background-color: #f9f9f9;
    width: 260px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
/*
    position: relative;
    top: -10px;
*/
    position: absolute;
    top: 240px;
    z-index: 5;
}

#loc-listEdit { top: 235px ; z-index:5; }

#loc-list ul li ,#loc-listEdit ul li{
    width: 100%;
    list-style-type: none;
    position: relative;
    right: 35px;
    padding: 5px;
    font-size: 16px;
}

#loc-list li:hover , #loc-listEdit li:hover {
    background-color: #0099e6;
}


/*
#cost{
   float:left; 
}

#post-loacation{
     float:right;
}
*/

#acco-posting label {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 16px;
}

.acco-check-boxes {
/*    height: 70px;*/
    min-width: 200px;
    /*border:1px blue solid;*/
    float: left;
    margin: 5px;
}


 

#acco-post-description {
    height: 200px;
    width: 100%;
    padding: 0;
    resize: none;
    /*    border-width: 2px;*/
    /*
    border-style: inset;
    border-color: initial;
*/
    border-radius: 5px;
}

.clear {
    clear: both;
}

.acco-pic-upload {
    height: 100px;
    width: 100px;
    background-color: white;
    float: left;
    margin: 2px;
}

.acco-pic-upload-wrap {
    height: 150px;
    width: 100%
}

.acco_maindata {
    height: 865px;
    min-width: 500px;
    padding: 10px;
}

.acco_maindata input[type=text],
input[type=number] {
    width: 98%;
    padding: 5px;
}

.acco_maindata label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}


#Desctiption {
    height: 200px;
    width: 100%;
    padding: 0;
    resize: none;
}

.clear-float-in-big {
    clear: both;
}

.acco-pic-upload {
    height: 100px;
    width: 100px;
    background-color: white;
    float: left;
    margin: 2px;
}

.acco-pic-upload-wrap {
    height: 150px;
    width: 100%
}


.imageContainerPost{
  height:150px;  
}  

@media (max-width: 500px){
    #loc-list {top: 243}
    #loc-listEdit {top: 238}
    .imageContainerPost{ height:250px; }
     
    .clear-float-in-big{  display: none; float:left;} 
    .acco-check-boxes{ min-width: 220px;  float:left;   }
    .type-check{width:400px;}
      
    
}