.registry{
	/*font-size:85%;*/
	line-height:1.3em
}
h1{
	/*border-bottom:1px dotted #0065a2;*/
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0
}
ul{
	padding:0
}
td{
        word-break: break-all
}
th:last-child input.form-control{
	width:90%;
	padding-right:10px
}
td li{
        word-break: break-all
}
td ul{
	margin-bottom:0px
}
.registry .row{
	margin-bottom:10px
}
.registry .col-md-3{
	color:#074a8b;
}
.registry .row-sp1{
	margin-bottom:30px
}
.registry .row-sp2{
	margin-bottom:45px
}
.registry .row-spt1{
	margin-top:30px
}
.registry .row-spt1 ul{
	margin-bottom:0px
}
.registry .row-spt2{
	margin-top:45px
}
.col-sm-2.npl{
	padding-left:0
}
.fmt{
	position:relative
}
.fmt i{
	font-size:2em;
	padding-right:5px;
	vertical-align:sub;
}
.fmt sup{
	display:none;
	width:50%
}
.fmt span{
	font-size:.7em;
	display:block
}
ul li, ol li{
	list-style-type:none;
}
/*.well.well-sm{
	border-radius:50%;
	display:inline-block;
	width:3em;
	height:3em;
	text-align:center;
	background-color:#fff;
	border:1px solid #074a8b;
	outline:none
}*/
.well.well-sm {
    background-color: #fff;
    border: 0 none;
    border-radius: 50%;
    display: inline-block;
    height: 3em;
    outline: medium none;
    text-align: center;
    width: 3em;
}
.well i{
	vertical-align:middle
}
.error-ico{
	color:#0065a2;
	font-size:6em
}
.registry .bdot{
	margin-bottom:20px;
	margin-top:20px
}
.bdot .input-group-sm{
	margin-top:4px
}
.hrl{
    border-bottom: 1px dotted #0065a2;
    clear:both;
    margin: 0 15px;
}
form#sfrm{
	position: relative;
}
form#sfrm ul{
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	max-height: 350px;
	overflow: auto;	  
	z-index: 1;	  
	border:1px solid #2e6da4;
	border-radius: 3px;
	background-color:#fff;
	padding:2px;
	display:block
}
form#sfrm ul li{
	padding:0 5px
}
span.ui-helper-hidden-accessible{
	display: none !important;
}
.ui-state-focus {
	color: #ffffff;
	background-color: #337ab7;

}
.search{
	display:block
}
.search li{
	margin-bottom:25px
}
.search.nores li{
	margin-bottom:0;
	list-style-type:disc;
	list-style-position:inside
}
.search li span{
	color:#888
}
.ssres{
	margin-bottom:25px;
	color:#888;
	font-size:.8em
}
.help ul li{
	list-style-type:disc;
	list-style-position:inside
}
input.ckb{
	margin-right:10px	
}
.f{
	display:none;
	margin:15px 0 	
}
.smallico{
	font-size:11px;
	color:#0065a2;
}
.search-info li{
	list-style:disc;
	list-style-position:inside
}

/* RESPONSIVE media query */

/* Default BT sizes */
@media (max-width:991px){
	.col-sm-2{
		margin-top:10px;
	}
	.fmts{
		margin-top:5px;
		min-width: 380px;
	}
}
@media (max-width:767px){
	.paginate_button{
		font-size:.7em
	}
	h1{
		border-bottom: 1px dotted #0065a2;
	}
	.hrl {
		border-bottom: 0;
		height: 10px;
	}
	.fmt{
		font-size:.7em
	}
	div.dataTables_length{
		margin-bottom:4px
	}
	div.dataTables_length, div.dataTables_filter{
		text-align:left
	}
}

/* Custom sizes for the Registry */
@media(max-width:590px){
	#tbl_length{
		display:none
	}	
}
@media(max-width:420px){
    #tbl_info{
		display:none
    }
	#tbl_paginate{
		float:none	
	}
}
