.newbut{
		background-color: #196AA5;
		color: white;
		display: inline-block;
		font-family: 'rawline';
		padding: .5em 1em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 700;
		font-style: normal;
		border-radius: 6px;
}
	
h3{
		padding-left: 6px;
}

p{
		padding-left: 6px;
}

.col-sm-4{
		padding-left: 6px;
}
.col-sm-5{
		padding-left: 6px;
}
.col-sm-6{
		padding-left: 6px;
}
.col-sm-12{
		padding-bottom: 25px;
}

#myInput {
		box-sizing: border-box;
		background-image: url('searchicon.png');
		background-position: 14px 12px;
		background-repeat: no-repeat;
		font-size: 16px;
		padding: 14px 20px 12px 45px;
		border: none;
		border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 2px solid #ddd;}

.dropdown {
		position: relative;
		display: inline-block;
}

#myInput {
		padding: 20px;
		margin-top: -6px;
		border: 0;
		border-radius: 0;
		background: #f1f1f1;
}

.dropdown-toggle{
		width: 100%;
		text-align: left;
}
		

.show {display: block;}


.well{
	display: none;
}



body{
	color: #000000
}
.pageTitle{
	display: none;
}

#selectForm {
			padding-left: 0;
	}
#myTable{
			padding:0;
	}
		
		
.breadcrumb > .last{
  display: none;
}



.caret {
  float: right;
  margin: 8px -5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px dashed;

}

.show {display: block;}
	
	
	
ul li.dropdown:before {
		content: none;
}
.content ul li:before {
		content: none;
}
.content ul{
	padding-left: 5px;
}

.bottom{
	display:flex;
}
.alignbot{
	align-self: flex-end;
	margin-left: 14px;
}
.bot {
	margin-top: 14px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

