/*added by taopy */
@import url(widgets/serviceInfoPanel/serviceInfoPanel.css);
@import url(widgets/ShareWidget/shareWidget.css);

* {
    padding: 0;
    margin: 0
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

body {
    overflow: hidden;
    font-family: "宋体";
    font-size: 12px;
}

label {
    color: #43484B;
    font-size: 12px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
    background-color: rgba(154, 154, 154, 0.6);
    border-radius: 3px;
}

#app-header {
    position: absolute;
    width: 100%;
    height: 67px;
    background-color: #ffffff;
    overflow: hidden;
    /*z-index: 10;*/
}

.logo {
    /*background-image: url('assets/images/logo_01.png');*/
    height: 105px;
    width: 600px;
    position: relative;
}

.logo_h1{
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #005492;
    font-weight: bolder;
    margin-left: 130px;
    line-height: 63px;
    margin-top: 0;
}

#logo-top {
    background: transparent;
}

#logo-top a,
#logo-top span {
    color: #94a3ac;
    text-decoration: none;
    cursor: pointer;
    margin-right: 3px;
}
#logo-top a:hover{
color:#1288d0;
}
#logo-top li ul {
    list-style-type: none;
    position: fixed;
    display: none;
    background: #E6E9EE;
    border: 1px solid #d9d9d9;
    left:385px;
    top: 25px;
    border-top: none;
    z-index: 999999;
}

#logo-top li ul li {
    background: none;
    width: 75px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 5px;
    margin-left: 0px;
}

#logo-top li ul li a:hover {
    text-decoration: none;
    color: #1288d0;
}

#topmenu-right {
    float: right;
    margin: 8px 10px 0px;
}

#topmenu-right > a {
    color: #94a3ac;
    text-decoration: none;
}

.userHref {
    font-weight: bold;
    color: #014aa2;
    cursor: pointer;
    text-decoration: none;
}

#userInfoDiv {
    margin-right: -5px;
    color: #94a3ac;
    float: right;
    margin-left: 10px;
}

.header-bottommenu {
    width: 100%;
    height: 36px;
    background-color: #5C94B7;
    clear: left;
}

#header_toolcontainer {
    min-height: 35px;
    min-width: 100px;
    /* border: 1px red solid; */
    position: absolute;
    top: 180px;
    right: -56px;
    z-index: 10;
}

#app_content {
    position: absolute;
    width: 100%;
}

#mapcontentClass {
    top: 0px;
    height: 100%;
    position: absolute;
    /*background-image: url('assets/images/missing_map.png');*/
    /*background-repeat: repeat-x repeat-y;*/
}

.mapSwitch {
    position: absolute;
    top: 5px;
    right: 20px;
}

#tabbuttonbar {
    color: #ffffff;
    font-family: '微软雅黑';
    font-size: 12px;
    padding: 0 0;
    margin: 0px 10px 0px 10px;
    width: 360px;
    height: 36px;
    position: absolute;
    bottom: 0px;
}

#tabbuttonbar > li {
    list-style-type: none;
    float: right;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

#tabbuttonbar > li:first-child {
    float: left;
}

#tabbuttonbar > li:hover {
    color: #7d6116;
    cursor: pointer;
}

.tabbuttonbar-actived {
}

#topWidgetContainer {
    min-height: 35px;
    min-width: 100px;
    /* border: 1px red solid; */
    position: absolute;
    top: 233px;
    right: 552px;
    z-index: 10;
}

#tabcontainer {
    width: 369px;
    height: 100%;

    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    /*z-index: 10;*/
    overflow-y: auto;
    overflow-x: visible;
}

#header_infocontainer {
    left: 370px;
    position: absolute;
}

#siderbutton:hover {
    border-width: 2px;
}

#app-loadbg {
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/loadbg_1_1.png);
    background-repeat: repeat-x repeat-y;
    position: absolute;
    z-index: 999;
}

#app-loadbg > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/loadbg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.siderbutton-normal {
    border-color: #87898A;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    vertical-align: middle;
    width: 15px;
    height: 70px;
    display: block;
    position: absolute;
    left: 369px;
    background-image: url('assets/images/sidersj.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
    cursor: pointer;
    z-index: 100;
}

.siderbutton-shrink {
    border-color: #87898A;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    vertical-align: middle;
    width: 15px;
    height: 70px;
    display: block;
    position: absolute;
    left: 0px;
    background-image: url(assets/images/sidersj.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
    cursor: pointer;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
    z-index: 100;
}

.searchbutton {
    width: 36px;
    height: 24px;
    background: url('assets/images/searchbutton.png') center center no-repeat;
    background-color: #1295AA;
    display: block;
    border: 1px solid #0e7887;
}

.searchbutton:hover {
    border: 1px solid #3eb3c5;
    background-color: #1798AB;
}

.searchbutton:active {
    border: 1px solid #0e7887;
    background-color: #1295AA;
}

.button {
    padding: 3px 5px 3px 5px;
    border: #406F98 solid 1px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #000099;
    height: 16px;
    cursor: pointer;
    font-size: 12px;
    color: #DDE8FA;
    font-family: '宋体';
}

.button:hover {
    background-color: #005492;
    border: solid 1px #008CA0;
}

.button:active {
    background-color: #000099;
    border: solid 1px #000099;
}

.button-green {
    padding: 3px 5px 3px 5px;
    border: #179333 solid 1px;
    background-color: #229d39;
    color: #FFFFFF;
    font: 12px "宋体";
    cursor: pointer;
}

.button-green:hover {
    border: #af7d1e solid 1px;
    background-color: #b8812d;
}

.button-green:active {
    border: #179333 solid 1px;
    background-color: #229d39;
}

.button-disable {
    padding: 3px 5px 3px 5px;
    border: #26687c solid 1px;
    background-color: #A9A9AA;
    color: #dde9f5;
    font: 12px "宋体";
    cursor: default;
    border-radius: 1px;
}

.button-blue {
    padding: 3px 5px 3px 5px;
    border: #2F6281 solid 1px;
    background-color: #167cd4;
    color: #dde9f5;
    font: 12px "宋体";
    cursor: pointer;
    border-radius: 1px;
}

.button-blue:hover {
    background-color: #0085d3;
    border: #007bc3 solid 1px;
}

.button-blue:active {
    background-color: #167cd4;
    border: #007bc3 solid 1px;
}

.button-blue2 {
    padding: 2px 5px 2px 5px;
    border: #a6bfc8 solid 1px;
    background-color: #c0d7df;
    color: #348ba6;
    font: 12px "宋体";
    cursor: pointer;
    border-radius: 1px;
}

.button-blue2:hover {
    background-color: #4394af;
    color: #c8f4f7;
}

.button-blue2:active {
    background-color: #c0d7df;
    color: #348ba6;
    border: #a6bfc8 solid 1px;
}

.button-blue3 {
    padding: 2px 5px 2px 5px;
    border: #b6afa3 solid 1px;
    background-color: #eeeeee;
    color: #32649D;
    font: 12px "宋体";
    cursor: pointer;
    border-radius: 1px;
}

.button-blue3:hover {
    background-color: #cae2ea;
    border: #71a1c5 solid 1px;
}

.button-blue3:active {
    background-color: #eeeeee;
    border: #b6afa3 solid 1px;
}

.icon-button {
    margin: 10px 0px 5px 5px;
    padding: 3px 10px 3px 3px;
    border: #CECECE solid 1px;
    border-radius: 3px;
    display: block;
    text-align: right;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 5px center;
    cursor: pointer;
}

.icon-button:hover {
    background-color: #D4ECEE;
    border: solid 1px #008CA0;
}

.icon-button:active {
    background-color: #FFFFFF;
    border: solid 1px #CECECE;
}

.loading-small {
    width: 100%;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("assets/images/busy-small.gif");
}

.app-toast {
    border-radius: 10px;
    z-index: 10000;
    color: #ffffff;
    background-color: #353535;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    font-family: "宋体";
    display: block;
    z-index: 10000;
    position: fixed;
}

.searchinputtext {
    height: 23px;
    margin-right: 43px;
}

.line {
    border-bottom: solid #DFDFDF 1px;
    margin: 0px 5px 0px 5px;
    height: 1px;
}

.toolbar {
    width: 50px;
}

.multidate-widget-base-class {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    /*display: none;*/
}

.swipe-widget-base-class {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    /*display: none;*/
}

.mapswitch-base-class {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.overview-base-class {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 200px;
    height: 150px;
}

#closeStreetViewButton {
    display: none;
}
.timeSliderDiv {

    bottom: 10px;
    z-index: 10000;
    margin-left: -270px;
    left: 50%;
    width: 540px;
    position: absolute;
    z-index: 101;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    display: none;
}

.timeslider-info {
    text-align: center;
    margin-top: 20px;
}
.timeSliderDiv-changeChartType{
    text-align: center;
    margin-top: 20px;
}
.tundra .dijitSliderRightBumper {
    border: 1px solid #e5e9ee !important;;
    background: #677a8c !important;;
    border-right-width: 1px;
}

.tundra .dijitSliderRemainingBarH {
    border: 1px solid #e5e9ee !important;;
    background: #677a8c !important;;
}

.esriTimeSlider .tsTicks {
    height: 5px !important;
    margin-bottom: -5px !important;
}

.dijitRuleMark {
    position: absolute;
    border: 1px solid #ccc !important;;
    line-height: 0;
    height: 100%;
}

.timeSliderDiv .dijitButtonNode {
    border: none !important;
    padding: 0.1em 0.2em 0.2em 0.2em;
    background: none !important;
}

.tjfw-popup {
    display: none;
}

.fnt-12 {
    font-size: 12px;
}
.fnt-13 {
    font-size: 13px;
}
.fnt-14 {
    font-size: 14px;
}
