a.logo {
    max-height: 50px;
    line-height: 50px;
    text-decoration: none;
}

a.logo :hover {
    color: #36C6D3;
}

.text-yellow {
    color: #F3C200;
}
.cell-label, .td-label{
	width: 120px;
	font-weight: bold;
}
.cell-value, .td-value{
	width: 150px;
}
.col-label{
	width: 20%;
}
.col-operation{
	min-width: 110px;
}
.text-red {
    color: #E43A45;
}
.alert-msg {
	width:300px;
	height:50px;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.msglist{
    list-style: none;
    height:50px;
    white-space:nowrap;
    font-size: 0;
}
.vticker>ul{
	position:relative!important;
}

.vticker a:hover {
    text-decoration: none;
}

.server-exchange {
    background: #546580;
    border-color: #2c3e50;
    color: #E1E5EC
}

.server-exchange-style {
    background: #2c3e50;
    border: none;
    color: #E1E5EC
}

.padding-topbottom-20 {
     padding: 20px 0;
 }

.padding-topbottom-10 {
    padding: 10px 0;
}

.margin-left-10 {
    margin-left: 15px;
}

.search-field {
    min-width: 50px;
    max-width: 185px;
    height: 34px;
    line-height: 34px;
    padding: 3px 6px;
}

.label.label-sm {
    font-size: 12px;
    padding: 2px 5px;
}

#status {
    position: relative;
    margin-left: 0px;
}

.userInfo-image>img{
    width: 100%;
    max-width: 45px;
    height: auto;
}

.item-level1{
	width: 150px;
	border-left: 4px solid #336699;
	margin-bottom: 10px;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.box-widget {
    border: none;
    position: relative;
}

.bg-olive {
    background-color: #3d9970 !important;
    color: #fff !important;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-image>img {
    width: 65px;
    height: auto;
    float: left;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.no-padding {
    padding: 0 !important;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.nav-stacked>li {
    float: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-stacked>li>a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.pl20 {
    padding-left: 20px;
}


.btn-remove {
    background-image: url(../img/portlet-remove-icon-white.png);
    background-repeat: no-repeat;
    width: 11px;
}

.pd-lf-12 {
    padding-left: 12px
}

.no-padding-lr{
	padding-left: 0px;
	padding-right: 0px;
}
.select2-dropdown{
    z-index:10510;
}
.dialog-body .select2-selection--single{
    width:140px;
}
.dialog-body .select2-selection--single .select2-selection__rendered{
    padding: 0 8px;
}
.dialog-body .select2-selection--single .select2-selection__arrow{
    left: 125px;
}
.select2-dropdown.select2-dropdown--below{
    width:140px !important;
}
.check-quality-container .grade-result .el-radio__inner{
    border-radius: 50% !important;
}
