.v-center {
    min-height: 200px;
    display: block;
    justify-content: center;
    flex-flow: column wrap;
    padding-top: 7%;
}

.ngduallist .list-group{
	border-radius: 0;
}
.showingAllNo{
	position: absolute;
	right: 15px;
	top:0px;
	
}
.ngduallist .well{
	border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 20px;
    padding: 5px;
}
.ngduallist .list-group{
	margin-bottom: 5px;
}
.ngduallist .list-group-item:first-child{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.ngduallist .list-group-item:last-child{
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ngduallist .left-container .left-sub-container {
    height: 370px;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
}

.ngduallist .right-container .right-sub-container {
    height: 370px;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
}

.ngduallist .input-group {
    margin-bottom: 5px;
    width: 100%;
}
.ngduallist .form-control{
	border-radius: 0px;
	box-shadow: none;
}
.ngduallist .input-group .input-group-addon {
    width: 10px;
	border-radius: 0px;
}

.ngduallist label {
    display: block;
    color: #578ebe;
    text-transform: uppercase;
}

.ngduallist .info {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
}