/*!
* FCI Layout 
* RL - Origin 
*/

body {
	background-color: ;
	padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

.page {
	background-color: #fff;
}
.text-label {
	width:90px;
}
th {
	background-color: #1A77B0!important;
	color:#fff;
}
td{
	padding-left:20px!important;
}
td a{
	font-weight: bold;
}
.search-container {
	padding-top:10px;
}
.include-judges {
	margin-right:60px;
}
.fci-header {
	padding-bottom:20px;
}
.navbar-fci  {

	background-color: #1A77B0;
	background-image: -moz-linear-gradient(top, #1A77B0, #3389AA);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1A77B0), to(#3389AA));
	background-image: -webkit-linear-gradient(top, #1A77B0, #3389AA);
	background-image: -o-linear-gradient(top, #1A77B0, #3389AA);
	background-image: linear-gradient(to bottom, #1A77B0, #3389AA);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A77B0', endColorstr='#3389AA', GradientType=0);
}
.navbar {
	color:#ececec;
}
.navbar a, .navbar li{
	color:#ccc;
}
.btn-txt-left {
	text-align: left;
	margin-bottom:10px;
	width: 300px;

}
.navbar .brand {
	font-size:18px;
}
.btn-container { 
	margin-top:10px;
	margin-bottom:10px;
}

.wrapword{
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}

.validatr-invalid {

  border-color: #b94a48!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: rgba(255, 0, 0, 0.025)!important;
}
.language-selector {

	margin-top:6px;
	width: 200px;
	border:1px solid #ccc;
	padding:10px;
	height: 140px;
	overflow: auto;
	background-color: #fff;
}

.search-tree {
	float:right;
	overflow: auto;
	height: 260px;
	width: 490px;
}
.search-tree-level-one {
	line-height: 20px;
	width:360px;
	margin-right:20px;

}

.grey-box {
  min-height: 20px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.judge-info{
	margin-top:20px;
}
.judge-img {
	margin:20px 10px 20px 0px;
}
.judge-label{
	padding:10px 10px 4px 0px ;
	color:#aaa;
	min-width:200px;
	text-align: right;
}
.req {
	color:red;
}
.label-slim{
	padding-top:0px!important;
}
.search-result-link {
	font-size:12px;
}

.footer {
  text-align: center;
  padding: 15px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.include-nartion-breed {

  padding: 9px 9px 19px 9px;
  margin-bottom:10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;

}
.search-container{
	height: 300px;
}