.bcd-ajax-more{
display: inline;
cursor: pointer;
margin: auto;
padding: 8px 25px;
background: #2D4D5F;
color: white !important;
border-radius: 50px;
text-decoration: none !important;
font-size: 20px !important;
margin-top: 30px;
}
.fuzzy-search{
border-radius: 3px;
border: 1px solid #d4d4d4;
margin-left: 8px;
font-size: 16px;
padding: 5px 10px;
}
.bcd-ajax-more:hover{
background: #00B6B6;
color: white;
}
#bcd-google-list .list{
list-style: none;
margin-left: 0px;
}
#bcd-google-list .list li{
border-bottom: 1px solid #eaeaea;
margin: 0px;
}
#bcd-google-list .list li:hover{
background: #f6f6f6;
}
#bcd-google-list .list li h3{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
#bcd-google-list .bcd_google_name.folder a{
display: block;
position: relative;
font-size: 30px;
color: #2D4D5F;
padding-left: 70px;
text-decoration: none;
}
#bcd-google-list .bcd_google_name.folder a img{
position: absolute;
height: 39px;
width: auto;
left: 10px;
top: 0px;
}
#bcd-google-list .bcd_google_name.file{
display: block;
position: relative;
font-size: 30px;
color: #2D4D5F;
padding-left: 70px;
}
#bcd-google-list .bcd_google_name.file p{
font-size: 20px;
color: #2D4D5F;
position: relative;
padding-bottom: 19px;
margin: 0px;
}
#bcd-google-list .bcd_google_name.file a{
display: block;
text-decoration: none;
}
#bcd-google-list .bcd_google_name.file p span{
font-size: 14px;
position: absolute;
left: 0px;
bottom: 0px;
}
#bcd-google-list .bcd_google_name.file img{
position: absolute;
height: 45px;
width: auto;
left: 10px;
top: 12px;
}
.bcd-breadcrumb{
padding-left: 8px;
margin-bottom: 30px;
}
.bcd-breadcrumb a, .bcd-breadcrumb span{
color: #00B6B6;
font-size: 19px;
font-weight: bold;
text-decoration: none;
}
.bcd-breadcrumb a:hover{
text-decoration: underline;
}
.bcd-breadcrumb a.last{
color: #a8a1a1;
text-decoration: none;
cursor: normal;
}
@media(max-width: 825px){
#bcd-google-list .bcd_google_name.folder a{
font-size: 20px;
padding-left: 50px;
}
#bcd-google-list .bcd_google_name.folder a img{
height: 20px;
top: 3px;
}
#bcd-google-list .bcd_google_name.file p{
font-size: 18px;
}
#bcd-google-list .bcd_google_name.file p span{
font-size: 12px;
}
#bcd-google-list .bcd_google_name.file img{
height: 32px;
margin: auto;
top: 0px;
bottom: 0px;
}
#bcd-google-list .bcd_google_name.file{
padding-left: 50px;
}
} #bcd_google_search_form, .bcd-list-all{
padding-left: 8px;
}
.bcd-list-all{
display: block;
text-decoration: none !important;
margin-bottom: 5px;
}
#bcd_google_search_form input{
font-size: 16px;
}
#bcd_google_search_form #submitButton{
background: #00b6b6;
border: none;
padding: 4px 8px;
color: white;
font-size: 16px;
cursor: pointer;
}