/*
- Bootstrap v3.3.1
- Font Awesome 4.2.0
- Less - Leaner CSS v2.0.0-b1
*/


@import url("css/bootstrap.min.css");
@import url("css/jquery-ui.min.css");
@import url("css/animate.css");
@import url("css/css-plugin-collections.css");
@import url("css/menuzord-skins/menuzord-boxed.css");
@import url("css/style-main.css");
@import url("css/preloader.css");
@import url("css/custom-bootstrap-margin-padding.css");
@import url("css/responsive.css");
@import url("style_templates.css");
@import url("style_osp.css");
@import url("css/style_cart.css");
@import url("css/style_form.css");



/* osp_8101.php */
/*.btn-signin{
	display :none; 
}*/


/* osp_625_detail.php */
/*.btn-purchase {
    display: none;
}*/


/* osp_624.php */
/*td a.btn-danger{
	display: none;
}*/



.form-control{
    height: 35px;
}

.btn-warning{
    background-color: #ff7062;
    border-color: #ff7062;
}

ul.grid,
ul.grid > li{
    padding: 0px;
    margin: 0px;
}
ul.grid > li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

input.filter-checkbox{ margin-bottom: 0; }
ul.wrapper_checkbox {
    display: inline-block;
    white-space: normal;
    text-align: left;
    max-width: 100%;
    border: #ccc solid 1px;
    margin: 0px 0px 10px 0;
    padding: 5px;
}
ul.wrapper_checkbox li.checkbox.inline,
ul.wrapper_checkbox li.checkbox.inline-block {
    vertical-align: top;
    margin: 5px;
    font-size: 12px;
    display: inline-block;
    width: 150px;
    height: auto;
    background: #f9f9f9;
}


ul.list-radio li{
    margin-right: 15px;
}
ul.list-radio label{ 
    font-weight: normal;
}

.btn-blue{
    background-color: #0065b3;
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}

/* Landscape phone to below */
@media (max-width: 480px) {
    
    
}