﻿@media screen and (min-width: 300px) and (max-width: 640px)
{
      .filter-container {padding: 10px 0px!important;text-align: center;}


.search-btn {
    width: 90%;
    height: 40px;
    border-radius: 5px;
    background-size: 22px;
   }




.dropdown {
    width: 90%;
    height: 40px;
    border: 1px solid #ccc !important;
    margin-bottom: 15px;
    border-radius: 5px;
   }


.textbox {
    float: left;
    width: 60%;
    height: 40px;
   }

 .large {
    
/* width: 704px; */
    }


    .loader-wrapper {

float: left;

/* margin-left: 20px; */

position: absolute;

left: 50%;

top: 35%;

}
    
}
/* EOF media screen and (min-width: 300px) and (max-width: 640px) */



@media screen and (min-width: 641px) and (max-width: 780px)
{
   .filter-container {
  
text-align: center;
}


.search-btn {
    float: left;
    width: 10%;
    height: 40px;
    background-size: 22px;
   }




.dropdown {
    float: left;
    width: 25%;
    height: 40px;
   }


.textbox {
    float: left;
    width: 60%;
    height: 40px;
   }

 .large {
    
width: 39%;
    }


    .loader-wrapper {

        float: left;
    /* margin-left: 20px; */
    position: absolute;
    left: 50%;
    top: 35%;
    }


}
/* EOF media screen and (min-width: 641px) and (max-width: 780px) */




@media screen and (min-width: 781px) and (max-width: 980px)
{
     .filter-container {
  
}


.search-btn {
    float: left;
    width: 10%;
    height: 40px;
    background-size: 22px;
   }




.dropdown {
    float: left;
    width: 20%;
    height: 40px;
   }


.textbox {
    float: left;
    width: 60%;
    height: 40px;
   }

 .large {
    
width: 49%;
    }


    .loader-wrapper {

        float: left;
    /* margin-left: 20px; */
    position: absolute;
    left: 50%;
    top: 35%;
    }


}
/* EOF media screen and (min-width: 781px) and (max-width: 980px) */




@media screen and (min-width: 981px) and (max-width: 1024px)
{
    .filter-container {
  
}


.search-btn {
    float: left;
    width: 10%;
    height: 40px;
    background-size: 22px;
   }




.dropdown {
    float: left;
    width: 20%;
    height: 40px;
   }


.textbox {
    float: left;
    width: 60%;
    height: 40px;
   }

 .large {
    
width: 49%;
    }


    .loader-wrapper {

        float: left;
    /* margin-left: 20px; */
    position: absolute;
    left: 50%;
    top: 35%;
    }

}
/* EOF media screen and (min-width: 981px) and (max-width: 1024px) */




@media screen and (min-width: 1025px)
{
    .filter-container {
  
}


.search-btn {
    float: left;
    width: 85px;
    height: 40px;
    background-size: 22px;
   }




.dropdown {
    float: left;
    width: 175px;
    height: 40px;
   }


.textbox {
    float: left;
    width: 690px;
    height: 27px;
    padding-left: 10px;
    padding-top: 13px;
   }


    .large {
    
    width: 704px;
    }


    .loader-wrapper {

        float: left;
    /* margin-left: 20px; */
    position: absolute;
    left: 50%;
    top: 35%;
    }
   
}


/* EOF media screen and (min-width: 1025px) */









    /* In common */

.filter-container {
    background-color: rgba(55,55,55,.8);
    padding: 6px 0 6px 6px;
    margin-top: -6px;
    background-image: none;
    text-align: center;
}


.search-btn {
    color: #444444;
    font-size: 1.2em;
    border: none;
    background-image: url('images/search-white.png');
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-color: #8ac530;
    cursor:pointer;
    background-position: center center;
}




.dropdown {
    color: #444444;
    font-size: 1.2em;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-right: 1px solid #ccc;
    cursor:pointer;
}


.textbox {
    color: #444444;
    font-size: 1.2em;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-right: 1px solid #ccc;
}


    .search-btn:hover {
        transition: all .3s ease-in-out;
        background-color: #6c9928;
    }



input, select {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px 0px 3px 5px;
}

  

    /*input:focus, select:focus {
        box-shadow: none;
        border:none !important;
        border-right: 1px solid #ccc !important;
        outline: none;
        padding: 3px 0px 3px 5px;
    }

    input[type=submit]:focus {
        border:none !important;
    }*/




.textbox:focus, .dropdown:focus {
     box-shadow: none;
        border:none !important;
        border-right: 1px solid #ccc !important;
        outline: none;
        padding: 3px 0px 3px 5px;

}


    


    .search-btn:focus {
        border:none !important;
    }





         

   

    /*EOF In common*/
    
    