.slg { height: 50px; margin-bottom: 10px; }

.brd_top .brds, .brd_top .btn, .brd_top .dgm { border-top-left-radius:0px; border-top-right-radius:0px; border-top-width:0px; }
.brd_top .btn, .brd_top .dgm { border-bottom-left-radius:4px; border-bottom-right-radius:4px; }

.brd_btm { border-bottom:1px solid #333; }
.brd_btm .btn, .brd_btm .dgm, .brd_btm select, .brd_btm input { border-bottom-left-radius:0px; border-bottom-right-radius:0px; border-bottom-width:0px; vertical-align: bottom; }

table { width: auto; }
/* proje form */
.pfrm input[type="text"] { width:150px; }
.pfrm input[type="radio"] + label { width:70px; margin:0px; }
.pfrm input[type="number"] { width:70px; }
/* veri form */
.vfrm .slc1  { width:75px; }
.vfrm .slc2  { width:50px; }
.vfrm input[type="number"] { width:70px; }
/* HEADER */
.logo { width:112px; height:112px; border: 3px solid green; background-position: center; background-repeat: no-repeat; }

.btags .pd5 { margin-right: 5px;}
h2 { font-weight: bold; border-bottom:1px solid #ccc; }

.cht .cbtn span { display: inline-block; margin-right:10px; }
.cht .like span { display: inline-block; margin-left:10px; }
.cht .btn_del { border-radius:5px; background-color: black; }

.saved-pp{ display: none; background-color:#fff; font-size:200%; border:2px solid #0046ff; padding:5px; position: fixed; left:0px; width:100%; text-align: center; z-index: 999;  
}            
.saved-pp-active { display: block;
-webkit-animation-name: saved-ani; /* Safari 4.0 - 8.0 */
-webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
animation-name: saved-ani;
animation-duration: 3s;
z-index:99;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes saved-ani {
  0%   { opacity:100%; display: block; top:50%;}
  100% { opacity:0%; display: none; top:50px;}
}

/* Standard syntax */
@keyframes saved-ani {
  0%   {opacity:100%; display: block; top:50%;}
  100% {opacity:0%; display: none; top:50%;}
}


.lng { background-color:#344da1; color:#fff; border-radius:2px; display: inline-block; width:20px; text-align: center; font-size: 9px; line-height: 13px; }
.menu_top { margin-right:10px; margin-bottom:2px; color:#344da1; }
.menu { position:relative; width:14%; min-width:120px; margin-right: 5px;}
.menu a{width:90% !important; margin-bottom: 3px; }

/*
.menu a{display:block;font-weight:700; padding:4px 10px; margin-bottom: 3px;}
.menu a:hover{background-color:#c9e9e9;color:#000;}
*/
.tm { background-color:#cc0000; color:#fff; padding:3px; font-size: 9px; line-height: 9px;margin-left: 3px; }

.rating { display:inline-block; width:14px; height:16px; padding: 3px 0px 0px 6px; background-image:url("//biologicprocess.com/images/icon/star.png") ; }
.rating:hover { background-position-y:19px;}
.rating_real  { background-position-y:19px;}
/*
small  180 px
large  600 px
780px

background:url("//biologicprocess.com/images/bg/bgb.png") repeat center transparent;
max-width:620px;
*/
.alan{position:relative;width:84%; min-width: 1125px; }
.brdrdtp{
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;   
    box-shadow: 0 1px rgba(0,0,0,0.1);
}

.home-test { width: 62%; }

#googleMap { height: 400px; }

body{ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 14px;
font-weight: 400;
line-height: 1.5; margin:0px; color: #333; background-color:#fff;
padding: 5px;
}
