.breadcrumbs {
  margin: 10px 20px;
  font-weight: bold;
  font-size: 12px;
  color: #284359;
}
.breadcrumbs .crumbseperator {
  margin: 0px 5px;
}
.tabcontainer {
  width: 100%;
  background-color: #A4BFD8;
  height: 40px;
}
.tabcontainer .tab {
  margin: 10px 0px 0px 5px;
  float: left;
  height: 30px;
  cursor: pointer;
  color: Black;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  width: 180px;
  line-height: 30px;
  padding: 0 15px;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontainer .tab.search
{
  color:black !important;
}
.tabcontainer .tabactive {
  background-color: #FFFFFF;
  color:black !important;
}
.searchcontent,
.subjectareacontent {
  display: none;
}
.searchbox {
  background-color: #757575;
  width: 205px;
  height: 30px;
  margin: 15px auto;
  border-radius: 5px;
  padding: 0px 5px;
}
.searchbox .textboxsearchicon {
  position: relative;
  top: -24px;
}
.searchbox input[name=searchfilter] {
  background: none;
  border: none;
  line-height: 25px;
  width: 175px;
  color: #FFF;
  font-weight: bold;
  float: left;
  margin-left: 25px;
}
.searchboxusermessage {
  width: 500px;
  margin: 0px auto;
  font-weight: bold;
  font-size: 11px;
  text-align: justify;
}
.searchresultscount {
  margin: 10px;
  font-weight: bold;
  text-align: center;
  color: #737373 !important;
}
.itemcontainer {
  width: 100%;
  float: right;
  padding: 10px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: -2px 2px 6px #cfcfcf;
  -webkit-box-shadow: -2px 2px 6px #cfcfcf;
  -o-box-shadow: -2px 2px 6px #cfcfcf;
  box-shadow: -2px 2px 6px #cfcfcf;
  background-color: #F5F6F7;
}
.searchcontent .itemcontainer {
  width: 98%;
  margin: 20px auto;
  float: none;
  padding: none;
}
.itemcontainer .listitem {
  width: 98%;
  margin: 0px auto;
  padding: 15px 0px;
  border-bottom: 1px solid grey;
}
.itemcontainer .listitem .listdetails {
  margin-left: 25px;
}
.itemcontainer .listitem .listdetails .listtitle {
  font-size: 13px;
  font-weight: bold;
  color: #284359;
}
.itemcontainer .listitem .listdetails .listdescription {
  font-size: 11px;
  width: 98%;
  float: right;
  padding: 10px 0px;
}
.itemcontainer .listitem .listdetails .listmetatags {
  font-size: 11px;
  width: 98%;
  float: right;
  margin-top: 5px;
}
.itemcontainer .listitem .listdetails .listmetatags .keywords {
  font-size: 11px;
  font-weight: bold;
  float: left;
  margin-top: 5px;
  color: #284359;
}
.itemcontainer .listitem .listdetails .listmetatags .metatag {
  display: inline;
  float: left;
  font-size: 10px;
  font-weight: bold;
  color: white;
  background-color: #284359;
  margin: 0px 5px;
  padding: 5px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*
.customizable
{
    background-color: #F5AB0F;
    font-size: 8px;
    font-weight: bold;
    margin: 0px 5px;
    padding: 3px;
    border-radius: 3px;
    color: #FFF;
    top: -8px;
    position: relative;
}
*/
.customizable {
  background-image: url('../images/Editables.png');
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  display: inline-block;
}
