/*#frmsearch {
    flex: 0 0 auto;
}*/
/*zare_nk_041030_added_st*/
input.textcreator {
    height: 50px;
    border: 1px solid #DCDCDC /*#d9534f*/;
    border-radius: 13px;
    outline: none !important;
}

    input.textcreator:focus {
        border: 1px solid #DCDCDC /*#d9534f*/;
        outline: none !important;
        box-shadow: 0px 0px 3px 1px #DCDCDC /*#d9534f*/ /*inset*/;
    }

select.textcreator {
    height: 50px;
    border: 1px solid #DCDCDC /*#d9534f*/;
    border-radius: 13px;
    outline: none !important;
}

    select.textcreator:focus {
        border: 1px solid #DCDCDC /*#d9534f*/;
        outline: none !important;
        box-shadow: 0px 0px 3px 1px #DCDCDC /*#d9534f*/ /*inset*/;
    }


button.textcreator {
    height: 50px;
    border: 1px solid #DCDCDC /*#d9534f*/;
    border-radius: 13px;
    outline: none !important;
}

    button.textcreator:focus {
        border: 1px solid #DCDCDC /*#d9534f*/;
        outline: none !important;
        box-shadow: 0px 0px 3px 1px #DCDCDC /*#d9534f*/ /*inset*/;
    }

/*zare_nk_041030_added_end*/
#MainMenoInIndexCont {
    flex: 1 1 auto;
    align-items: center;
}

@media screen and (max-width:768px) {
    #MainMenoInIndexCont {
        flex-flow: row-reverse;
        justify-content: space-between;
    }

    #tempDivInMainMeno {
        display: flex;
    }
}


@media screen and (min-width:768px) {
    #MainMenoInIndexCont {
        flex-flow: row;
    }

    #tempDivInMainMeno {
        display: none;
    }

    #btnTogglerInMainMeno {
        display: none;
    }
}
