.go_panel_title {
    height: 35px;
    line-height: 35px;
    background-color: @whiteFFF;
    box-sizing: border-box;
    padding: 0 15px;
}
.panel_hr_bar{
    color: #578ebe !important;
    font-weight: 700 !important;
    font-size: 14px;
}

.color-blue{
    color: @primary;
}

.color-gray{
    color: #666;
}

.go-content{
    .clear-icon{
        float: left;
        position: absolute;
        color: @primary;
        cursor: pointer;
        display: none;
        z-index: 100;
    }


    .close-icon-div{
        position: absolute;
        color: #3399FF;
        z-index: 999;
    }


    .error-info{
        float: left;
        position: absolute;
        color: @dangerColor;
        cursor: pointer;
        z-index: 101;
        display: none;
    }
    .error-drop-info{
        float: right;
        position: absolute;
        color: @dangerColor;
        cursor: pointer;
        right: 93px;
        z-index: 999;
    }
}
