#ad_insert {
     box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.7), 0 12px 40px 0 rgba(0, 0, 0, 0.7);
     position:fixed;
     top:calc(100% - 95px);
     width:100%;
     height:100%;
     background-color: #FFC262;
     -webkit-transition:all 400ms ease-in-out 0.4s;
     -moz-transition:all 400ms ease-in-out 0.4s;
     -o-transition:all 400ms ease-in-out 0.4s;
     transition:all 400ms ease-in-out 0.4s;
 }



 #ad{
       height:100%;
       font-size:1em;
       background:  linear-gradient(180deg,#81CFE0, #3498DB);
       width:100%;
   }

#ad h4 {
    margin-top: 0px;
    padding-top:20px;
    text-align:center;
}

#ad label{
    margin-top:15px;
}


#adFilter{
    height:100%;
    width:100%;
    background-color: #FFF2E1;
    font-size: 1em;
    position:fixed;


    margin-left: auto;
    margin-right:auto;
}

#ad form {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

#ad form button {
    margin-top:10px;
    float:right;
    border-radius: 8px;
}


 select, input, textarea{
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 8px;
    height: 45px;
    margin-bottom:20px;
    -webkit-appearance: none;
    -moz-appearance:none;
}

#ad textarea{
    height:210px;
}

#ad_search {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.7), 0 12px 40px 0 rgba(0, 0, 0, 0.7);
    position:fixed;
    top:55px;
    width:100%;
    height: calc(100% - 95px);
    background: linear-gradient(0deg, #EB974E, #FFCF95);
    -webkit-transition:all 400ms ease-in-out 0.4s;
    -moz-transition:all 400ms ease-in-out 0.4s;
    -o-transition:all 400ms ease-in-out 0.4s;
    transition:all 400ms ease-in-out 0.4s;
}

#ad_search table {
    text-align:left;
    width:80%;
    margin-left:auto;
    margin-right:auto;
    border-radius:20px;
    background-color: #FFF2E1;
}

#resultList{
    overflow-y: scroll;
    height: calc(100% - 70px);
}

#ad_search th {
    padding-top: 20px;
}

#ad_search td, #ad_search th{
    padding: 5px 5px 10px 20px;
    vertical-align: text-top;
}

#ad_search tr > td:first-child {
    width:10%;
}

#ad_search th {
    padding-top:20px;
}

#adFilter select, #adFilter input, #adFilter textarea{
    background-color: #FFCF95;
}

#adFilter button {
     background-color: #FFBE73;
}










/*
COPY PASTE PROFIL

*/










#signUp {
    width: 80%;
    margin-left: auto;
    margin-right:auto;
    background-color:inherit;
}


#signUp button {
    margin-top: 30px;
    display: block;
}

#lostPasswordInformation {
    width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    background-color:inherit;
}
#lostPasswordInformation span {
    font-size: 140px;
    color:#FFC262;
    
}

#notLoggedInIcon, #noContentIcon{
    width: 95%;
    text-align: center;
    padding-top: 50px;
    font-size: 140px;
}

#pleaseLogIn, #noContentText{
    padding-top: 20px;
    text-align: center;
}

#myAds{
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.7), 0 12px 40px 0 rgba(0, 0, 0, 0.7);
    position:fixed;
    top:50px;
    height:100%;
    background-color: #FFC262;
    -webkit-transition:all 400ms ease-in-out 0.4s;
    -moz-transition:all 400ms ease-in-out 0.4s;
    -o-transition:all 400ms ease-in-out 0.4s;
    transition:all 400ms ease-in-out 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right:auto;
}






#myAds button{
    text-decoration: underline;
    border-style:none;
    background-color: transparent;
    display:block;
    margin-top:10px;
    margin-bottom:20px;
    float:right;
}

#myAdsList{
    overflow-y: scroll;
    height: calc(100% - 134px);
}





@media screen and (min-width: 700px) {
    
    #adFilter{
        position: relative;
    width:30%;
    display:inline-block;
    float:left;
        margin-left:0px;
        padding-top:20px;
    }
    
    #ad_search{
        position: relative;
        float:right;
        width:70%;
        display:inline-block;
        height:100%;
        top:0px;
        box-shadow:none;
        padding-top:20px;
    }
    
    #resultList{
        height:70%;
    }
    
    
    
    
    
}