﻿/* Smart Search Styles */
.hwcCustomization .bg-bm-main1 {
    background: none repeat scroll 0 0 #ffda00;
    border: none;
    color: #554242;
    font-size: 14px;
    padding: 0;
    margin-right: 3px;
}

.hwcCustomization .bg-bm-main2 {
    padding: 0;
    background: none repeat scroll 0 0 #ece9e9;
    border: none;
    color: #554242;
    font-size: 14px;
}

.hwcCustomization a.bg-bm-wlink {
    text-decoration: none;
    display: block;
    padding: 5px;
}

.hwcCustomization .height60pxForSearch {
    height: 60px;
}

.hwcCustomization .txtBorderOnlyButtom {
    background-color: transparent;
    color: #554242;
    stroke: #dcd5d5;
    border: none;
    outline: none;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
}

.hwcCustomization .btnYellowForSearch {
    cursor: pointer;
    background: url("/App_Themes/Ksam/img/KSAM-Web-Th-I-Search_bt_search.png");
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    color: #3c3a3a;
    border-radius: 10px;
    border: none;
    width: 95px !important;
    height: 40px;
}

.hwcCustomization .width30per {
    width: 31%;
}

.hwcCustomization .floatLeftForSearch {
    float: left;
}

.hwcCustomization .pad3per {
    padding-right: 3%;
    padding-bottom: 10px;
}

.hwcCustomization .cursor {
    cursor: pointer;
}

.hwcCustomization .waterMarkNoBor {
    background-color: transparent;
    color: #d9d9d9;
    stroke: #dcd5d5;
    border: none;
    border-bottom: 3px solid #FFDA00;
    padding-left: 10px;
    padding-right: 10px;
}

.hwcCustomization .lblTitleProduct {
    color: #94b77e;
    margin-top: 5px;
}

.hwcCustomization .lblTitleNews {
    color: #c9a77c;
    margin-top: 5px;
}

.hwcCustomization .lblTitleOther {
    color: #649699;
    margin-top: 5px;
}

.hwcCustomization .hoverBG:hover {
    background-color: #ececec;
}

.hwcCustomization .lblNormal {
    background-color: transparent;
    border: none;
    width: 350px;
}

.hwcCustomization .height36px {
    border: none;
    height: 36px;
}

.btnCloseSearch {
    text-align: right;
    margin-right: 5px;
    margin-top: 25px;
}

/* Responsive Styles */
@media screen and (max-width: 767px) {
    .width30per {
        width: 100% !important;
    }

    /*.hwcCustomization .height60pxForSearch {
        height: 110px !important;
    }*/

    .hwcCustomization .bg-bm-main1 {
        margin-bottom: 5px;
    }
    
    .hwcCustomization .floatLeftForSearch {
        float: none;
    }
}

@media screen and (max-width: 320px) {
    .hwcCustomization .btnYellowForSearch {
        width: 100% !important;
    }
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 22px;
    padding: 4px 6px;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 22px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}

#txtSearch {
    box-shadow: none;
}

#SearchResult {
    background: #fff url(/App_Themes/Ksam/images/bg/KSAM-Web-Th-I-Search_bg.jpg);
    background-repeat-y: no-repeat;
    background-repeat: repeat-x\0;
    background-repeat: repeat-x;
}

.hwcCustomization .myBox {
    margin: 3px;
    width: 100%;
}

.hwcCustomization .wrapper {
    /* font-size: 22pt; */
    padding: 5px;
    clear: both;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    margin-top: -1px;
}

.hwcCustomization .picSearchProduct {
    padding-left: 52px;
    background: url(/App_Themes/Ksam/img/KSAM-Web-Th-I-Search_icon_01.png) no-repeat 10px center !important;
    width: auto;
    border: none;
    margin: 0;
    box-shadow: none;
}

.hwcCustomization .picSearchNews {
    padding-left: 52px;
    background: url(/App_Themes/Ksam/img/KSAM-Web-Th-I-Search_icon_02.png) no-repeat 10px center !important;
    width: auto;
    border: none;
    margin: 0;
    box-shadow: none;
}

.hwcCustomization .picSearchOther {
    padding-left: 52px;
    background: url(/App_Themes/Ksam/img/KSAM-Web-Th-I-Search_icon_02-05.png) no-repeat 10px center !important;
    width: auto;
    border: none;
    margin: 0;
    box-shadow: none;
}

.hwcCustomization .textRight {
    text-align: right;
}

.hwcCustomization .floatRight {
    float: right;
}

.hwcCustomization .endLine {
    clear: both;
    color: #ece9e9;
    background-color: #dcd5d5;
    /* border: 1.5px solid; */
    height: 3px;
    margin-top: 5px;
}

.hwcCustomization .height36px {
    border: none;
    height: 36px;
}

.hwcCustomization .width100per {
    width: 100%;
}

.hwcCustomization .inActiove {
    background-color: #ede9ea;
    /* font-size: 22pt; */
}

#SearchResult .Content {
    margin-bottom: 20px;
}

.hwcCustomization .txtSearch {
    font-size: 48px;
    height: 72px;
    line-height: normal !important;
    border: none;
}

/*.hwcCustomization .height60pxForSearch {
    height: 24px;
}*/

.hwcCustomization a {
    text-decoration: none;
    color: #1a0dab;
}

.hwcCustomization fn-site-search a {
    text-decoration: underline;
}

.hwcCustomization fn-smart-search a {
    text-decoration: underline;
}

.waterMarkNoBor:focus {
    outline: none;
    border: none;
}

.bg-bm-main2 a.bg-bm-wlink {
    color: black;
}

.hwcCustomization .bg-bm-main2:hover {
    background: none repeat scroll 0 0 #fedd50;
    border: 0 solid #f6f6f6;
    font-size: 14px;
    text-decoration: none;
    margin-right: 3px;
}

.hwcCustomization .bg-bm-main2 {
    background: none repeat scroll 0 0 #ece9e9;
    border: 0 solid #f6f6f6;
    color: #554242;
    font-size: 14px;
    margin-right: 3px;
}

a:hover, a:focus {
    color: #ff6700 !important;
    text-decoration: none !important;
}

tbody, td, tfoot, th, thead, tr {
    border-style: none;
}