.errTips {
	color: red;
	padding: 2px 0;
}

.errTxt {
	border: 1px solid red;
}

.hide {
	display: none;
}

.btn-group
>
.btn




:first-child




:not


 


(
:last-child


 


)
:not


 


(
.dropdown-toggle


 


)
{
border-bottom-left-radius




:


 


0;
}
.btn-group
>
.btn




:first-child




:not


 


(
:last-child


 


)
:not


 


(
.dropdown-toggle


 


)
{
border-bottom-right-radius




:


 


0;
border-top-right-radius




:


 


0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group
>
.btn




:last-child




:not


 


(
:first-child


 


)
{
border-bottom-left-radius




:


 


0;
border-top-left-radius




:


 


0;
border-bottom-right-radius




:


 


0;
}
.btn-group
>
.btn




:not(last-child)




:not


 


(
:first-child


 


)
{
border-radius




:


 


0;
}
.letter-item {
	display: inline-block;
	padding: 0px 4px;
	color: #35baf6;
	cursor: pointer;
	margin: 0 3px;
}

.modal-width {
	width: 60%;
}

.letter-selected {
	background-color: #0f7ed6;
	color: #fff;
	border-radius: 5px;
}

.selector-item {
display: inline-block;
    border: 1px solid #6daecc;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.letter {
	margin-top: 15px;
}

.selector-item_selected {
	background-color: #6daecc;
	color: #fff;
}