﻿.main-menu input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

header input::-webkit-search-decoration,
header input::-webkit-search-cancel-button {
    display: none;
}


.main-menu input[type=search] {
    background: #ededed url(../Content/Assets/Ico/ico_HeaderSearch.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

header input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


header input:-moz-placeholder {
    color: #999;
}

header input::-webkit-input-placeholder {
    color: #999;
}

/* Search_1  */
#Search_1 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

    #Search_1 input[type=search]:hover {
        background-color: #fff;
    }

.focused {
    width: 200px !important;
    padding-left: 32px !important;
    color: #000 !important;
    background-color: #fff !important;
    cursor: auto !important;
    transition-duration: 3s !important;
}

input[type=search]:focus ~ .avatar-container_2 {
    display: none;
}


.padding0 {
    padding: 0px !important;
}

#Search_1 input:-moz-placeholder {
    color: transparent;
}

#Search_1 input::-webkit-input-placeholder {
    color: transparent;
}


@media screen and (max-width:992px) {
    #Search_1 input[type=search]:focus {
        width: 80%;
        padding-left: 25px;
        color: #000;
        background-color: #fff;
        cursor: auto;
        transition-duration: 3s;
    }
}

@media screen and (max-width:400px) {
    #Search_1 input[type=search]:focus {
        width: 70%;
        padding-left: 25px;
        color: #000;
        background-color: #fff;
        cursor: auto;
        transition-duration: 3s;
    }
}
input#btnsearch1 {
    border-radius:  100px;
}
/* Search_2  */
#Search_2 input[type=search] {
    width: 12px;
    height: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    border-radius: 100px;
}
#Search_1 input[type=search] {
    width: 12px;
    height: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    border-radius: 100px;
}



#btnsearch2.IE {
    width: 34px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}


#Search_2 input[type=search]:hover {
    background-color: #fff;
}

#Search_2 input[type=search]:focus {
    width: 300px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    transition-duration: 3s;
}



#Search_2 input:-moz-placeholder {
    color: transparent;
}

#Search_2 input::-webkit-input-placeholder {
    color: transparent;
}


@media screen and (max-width:992px) {
    #Search_2 input[type=search]:focus {
        width: 80%;
        padding-left: 25px;
        color: #000;
        background-color: #fff;
        cursor: auto;
        transition-duration: 3s;
    }
}

@media screen and (max-width:400px) {
    #Search_2 input[type=search]:focus {
        width: 70%;
        padding-left: 25px;
        color: #000;
        background-color: #fff;
        cursor: auto;
        transition-duration: 3s;
    }
}


@media screen and (max-width:440px) {
    .focused {
        width: 100px !important;
        padding-left: 32px !important;
        color: #000 !important;
        background-color: #fff !important;
        cursor: auto !important;
        transition-duration: 3s !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    #Search_2 input[type=search] {
        height: 35px;
        width: 35px;
        padding-left: 10px;
        color: transparent;
        cursor: pointer;
    }
}
