@charset "utf-8";

body {
    min-width: 1336px;
}

a:active, a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.shortStr {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
}

.notybtn {
    text-align: right;
    color: #453F3F;
    font-size: 13PX;
    border-radius: 2.5px;
}

.btn-blue {
    background-color: #109CE2;
    color: #fff;
}

.btn-blue:hover, .btn-blue:focus {
    color: #fff;
}
.select2-selection__clear{
	position:relative;
	z-index: 10;
}