/**
* EXT:macina_searchbox
*
* @copyright       Copyright 2013, .hausformat
* @link            http://www.hausformat.com
*
* @path            {$hf.templatesPath}extensions/macina_searchbox/macina_searchbox.css
*/

@media all {

    /*------------------------------------------------------------------------------------------------------*/
    /* Quicksearch: macina_searchbox Plugin */

    .tx-macinasearchbox-pi1 {
        color: #FFFFFF;
        position: absolute;
        top: 34px;
        right: 0;
        top: 35px;
        background-color: transparent;
    }

    .tx-macinasearchbox-pi1 input::-webkit-input-placeholder { /* WebKit browsers */
        color: #f5f5f5;
    }

    .tx-macinasearchbox-pi1 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #f5f5f5;
    }

    .tx-macinasearchbox-pi1 input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #f5f5f5;
    }

    .tx-macinasearchbox-pi1 input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #f5f5f5;
    }

    .tx-macinasearchbox-pi1 input[type="text"],
    .tx-macinasearchbox-pi1 input[type="submit"] {
        border: none;
        font-size: 15px;
        line-height: 17px;
        color: #FFFFFF;
    }

    .tx-macinasearchbox-pi1 input[type="text"] {
        color: #FFFFFF;
        padding: 5px 5px 6px 8px;
        width: 104px;
        background-color: #c13d0f;
    }

    .tx-macinasearchbox-pi1 input[type="text"]:focus {
        color: #232323;
        padding-right: 15px;
        width: 200px;
        background-color: #f5f5f5;
    }

    .tx-macinasearchbox-pi1 input[type="submit"] {
        overflow: hidden;
        background: #b52c0d url('../../gui/suchen.png') no-repeat 7px 5px;
        width: 30px;
        height: 28px;
        text-indent: -999em;
        padding: 0;
        /*padding-left: 5px;*/

        zoom: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity:0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

    .tx-macinasearchbox-pi1 input[type="text"]:hover,
    .tx-macinasearchbox-pi1 input[type="text"]:focus,
    .tx-macinasearchbox-pi1 input[type="submit"]:hover,
    .tx-macinasearchbox-pi1 input[type="submit"]:focus {
        border: none;
    }

    .tx-macinasearchbox-pi1 input[type="submit"]:hover,
    .tx-macinasearchbox-pi1 input[type="submit"]:focus {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1;
        opacity: 1;
    }


}