
.gl-current-select {
    color: #00F;
    cursor: pointer;
}

.btn-yes {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #08821f;
}

.btn-change {
    height: 30px;
    margin: 15px;
    cursor: pointer;
    color: #F00;
    border-bottom: 1px dotted #005a99;
}

.gl-default {
	width: 890px;
    padding: 30px;
    text-align: center;
	display: block;
}
.gl-change-select {
    width: 890px;
    padding: 30px;
}

.gl-change-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 465px;
}
.gl-change-list {
	list-style: none;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	margin: 25px 0 0 0;
}

.gl-change-list li {
    float: left;
    width: 20%;
    padding: 0px 0px 0 0;
    margin: 0 0 0px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 10px 0 0;
}

.gl-change-list span:hover {
    color: #111a22;
    border-bottom: 1px solid;
}

.gl-change-list span {
    color: #6d6d6d;
    cursor: pointer;
}

.gl-default h5, .gl-change-select h5 {
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
	color: #636363;
}

/* fix select2 */
.select2-dropdown.select2-dropdown--below {
	z-index: 10001;
}
/*
span.gl-select2-container span.select2-container.select2-container--default.select2-container--open {
	top: inherit!important;
	left: inherit!important;
}*/
