body{
	font-family: 'Open Sans', sans-serif !important;
	background-color:#f5f5f5
}

html, body{
    height: 100%;
}

/*auto style css */


#loader{
    position: absolute;
    top: 14%;
    right: 5%;
    z-index: 9999;
    width: 30px;
}

#search_suggestion_holder{
    list-style: none;
    display:none;
    border-bottom: 1px #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-style: solid;
    border-top: none;
    padding: 0px;
    margin-top: 37px;

    position: absolute;
    width: 95%;
    z-index: 1;
    box-shadow: 0px 2px 5px rgb(116, 116, 116);
    border-radius: 0px 0px 4px 4px;

}

#search_suggestion_holder li:hover{
    background-color: #9ECCDD;
}
.selected{
    background-color: #E36D44 !important;
    color: #FFF !important;
}

#search_suggestion_holder li{
    cursor: pointer;
    display: block;
    background-color: #f0f0f0;
    color: #C02900;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    -webkit-text-shadow: 1px 1px 4px #fff;
    -moz-text-shadow: 1px 1px 4px #fff;
    border-radius: 2px;
    text-align: left;
}
#search_suggestion_holder li img{
    max-width: 45px;
}
a:hover{
    text-decoration: none;
}
#loader{
    display:none;
}

#search-box, #search-box-go-btn{
    border: 1px solid #df382c;
    border-radius: 2px;
    -webkit-transition:all 300ms ;
    -moz-transition:all 300ms ;
    -ms-transition:all 300ms ;
    -o-transition:all 300ms ;
    transition:all 300ms ;

}

/* auto style end */
.fill-height {
    min-height: 100%;
    height:auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}


#outer_wraper{
	
	height: 100%;
}

.container2{
	min-height: 100%;
}

#top_logo{
    display: inline;
    width: 42px;
}
#paypal{
    padding: 13px 0px 0px 0px;
}
#footer{
    margin: 0px; padding: 0px; margin-top:10px; 
}
.white_text{color:white;}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.no{
    cursor:not-allowed;
}

#user_img{
    display: inline;
    border-radius: 40px;
    border: 2px solid white;
    max-width: 44px;
}

#user_wrp{
    padding-top:4px;
    padding-bottom:2px;
    padding-left: 5px;
    padding-right: 5px;
}

#logo_wrp{
    padding: 5px;
}

.footer-text {
    color: inherit;
}

#sts {
    color: #848484;
}

.navbar {
    margin-bottom: 10px;
}

#cookies{
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    background-color: #df382c;
    color: white;
    padding: 10px 20px;
    right: 0px;
    display: none;
}

#cookies_ok{
    background-color: white;
    display: block;
    max-width: 50px;
    padding: 5px;
    color: #df382c;
    text-align: center;
    margin: 0px auto;
    margin-top: 5px;
    font-size: 10px;
    cursor: pointer;
    box-shadow: 1px 2px 4px #4e4e4e;
    border-radius: 3px;
}
#cookie_link{
    color: white !important;
    text-decoration: underline !important;
}

.notif{
    background-color: white;
    border-radius: 100%;
    padding: 0px 5px;
    color: #dd4814;
    box-shadow: 0px 1px 2px #424242;
    font-size: 12px;
}

#notif_dropdown{
    display: none;
}
#notif_wrp tr{
    display: block;
    min-width: 400px;
}
#notif_wrp tr:hover{
    color: #ffffff;
    background-color: #dd4814;
    cursor: pointer;
}
#notif_wrp td:first-child{
    min-width: 355px;
}

#notif_wrp a{
    padding: 5px 10px;
    display: block;
    color: inherit;
}
.no_pd{
    padding: 0px;
}
#notif_wrp tr:not(:last-child){
    border-bottom: 1px solid #eee;
}

.mark_read{text-align:right;min-width: 45px;}
.mark_read span{
    padding: 5px;
    background-color: #dd4814;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}


@media (max-width: 768px) {

    #notif_wrp a{
        color: white;
    }

}
@media (max-width: 400px) {
    #notif_wrp tr{
        min-width: 100px;
    }
    #notif_wrp td:first-child{
        min-width: 100px;
    }


}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

    color: #dd4814;
    background-color: #ffffff;

}

.navbar {
    border: none;
}

