#back2Top {
    width: 35px;
    line-height: 35px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 85px;
    right: 0;
    background-color: #8c8c8c;
    color: #fff;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
}

#back2Top:hover {
    background-color: #8c8c8c;
    color: #fff;
}


#search {
    outline-width: 0;
}

#search {
    /*input[type="text"]*/

    width: 100%;
    box-sizing: border-box;
    border: 2px solid #2b3648;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    background-image: url(../img/appimages/Search.png);
    /* background-position: 10px 6px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px 20px 8px 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #FFF;


    /*background: url(search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #000;
    width: 150px;
    padding: 6px 15px 6px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    
    outline-width: 0;
    width: 100%;*/
}

#search input[type="text"]:focus {
    /*width: 200px;*/
}