.t1b1-model-boby {
	padding-bottom: 1px;
	padding-top: 1px
}

.t5b5-model-footer{
	padding-bottom: 10px;
	padding-top: 5px
}

.noPaddingL{
	padding-left: 0px;
}
.noPaddingR{
	padding-right: 0px;
}
.noPaddingLR{
	padding-left: 0px;
	padding-right: 0px;
}
.noPadding{
	padding: 0px;
}

.showOrHide{
	display: none;
	position:fixed;
	background-color: #fff;
	z-index: 99;
}
.showOrHide .badge.active{
	background-color: #CD3333;
}
.showOrHide .badge{
	border: 1px solid #E0E0E0;
	color: #000000;
	background-color: #fff;
	padding: 10px 0px;
	border-radius: 50px;
	overflow:hidden;
	margin: 5px 0px;
}

.nav-select{
	border-bottom:1px solid #E0E0E0;
	background-color: #fff;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 6;
}
.nav-select div[class*="col-xs"]{
	padding: 0px;
}
.nav-select  span{
	font-size: 18px;
	color: #A8A8A8;
	height: 40px;
	line-height: 35px;
}
.nav-select  input{
	text-align: center;
	border: none;
	box-shadow: inset 0 0px 0px ;
	border-radius: 0px;
	height: 40px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
}

button.active {
	color: #CD3333;
}
.select{
	border: none;
	font-size: 15px;
}
.btn.select.active {
	color: #CD3333;
    background-image: none;
    background-color: #ffffff;
    border: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px ;
          box-shadow: inset 0 0px 0px ;
}