/*右下角图标*/
.jimu-widget ,.jimu-widget-homebutton .HomeButton .home{
    font-size: 12px;
    font-weight: normal;
    color: #333;
}
.jimu-widget-zoomslider.vertical,.claro .jimu-widget-homebutton .HomeButton .home{
    color: #333;
}
.jimu-widget-zoomslider.vertical .zoom {
    font-size: 20px;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.esriSimpleSlider, .jimu-widget-zoomslider {
    background-color: transparent;
}
.esriSimpleSliderDecrementButton, .jimu-widget-zoomslider .zoom-out ,.jimu-widget-zoomslider .zoom-in{
    background-color: #fff;
}
.jimu-widget-zoomslider .zoom {
    width: 30px;
    height: 30px;
}
.esriSimpleSliderVertical .zoom-in, .jimu-widget-zoomslider.vertical .zoom-in {
    border-bottom: 0 none;
    margin-bottom: 10px;
}
.esriSimpleSliderIncrementButton:hover, .jimu-widget-zoomslider .zoom-in:hover,.jimu-widget-zoomslider .zoom-out:hover {
    background-color: #e6e6e6;
}


.claro .jimu-widget-homebutton {
    background-color: transparent;
}
.claro .jimu-widget-homebutton .HomeButton .home {
    color: #333;
    background-color: #fff;
    padding: 7px;
}
.claro .jimu-widget-homebutton .HomeButton .home:hover{
    background-color: #e6e6e6;
}
.claro .HomeButton .home:before{
    color: #333 !important;
}

/*左侧紧急任务等*/
.claro .jimu-launchpad-panel .jimu-panel-content {
    left: 0;
    right: 0;
    bottom: 0;
    top: 36px;
}
.jimu-launchpad-panel .jimu-panel-content {
    position: absolute;
}
.jimu-main-background {
    background: #2575eb;
}
.jimu-launchpad-panel .title {
    position: relative;
    height: 30px;
    width: 100%;
    cursor: move;
}
.claro .jimu-launchpad-panel .title .widget-icon {
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
    padding: 10px;
}
.jimu-launchpad-panel .title .widget-icon {
    position: absolute;
    cursor: default;
}
.claro .jimu-launchpad-panel .title-label {
    line-height: 33px;
}
.jimu-launchpad-panel .title-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 36px;
    right: 72px;
}
#YD-wrap .on-ing{
    border: none;
}
#YD-wrap .on-ing .on-sitewar .on-sitesub {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d8d8d8;
}
#YD-wrap .on-ing .on-sitewar div.row {
    margin-left: 15px !important;
}

#YD-wrap .on-sitewar .on-sitesub .os-text .os-left {
    width: 28%;
}
#YD-wrap .on-sitewar .on-sitesub .os-text .os-right {
    width: 72%;

}

.claro .jimu-launchpad-panel .title .close-icon {
    display: none;
}
.jimu-launchpad-panel .title .min-icon {
    display: none;
}

/**
紧急任务返回
 */
#createTaskContext .screen.screen-more .block-left .goback-icon{
    display: none;
}
#createTaskContext .screen.screen-more .block-left .goback-btn{
    margin-left: 20px;
}