/* Empty. Add your own CSS if you like */
/* General
==================================*/
h1 {
    color: #fff;
    text-shadow: 0 1px 0px #000;
    font-size: 42px;
}


/* Utilities
==================================*/
.title-bordered {
    border-top: solid 2px #bbb;
    padding-top: 30px;
}

p {
    color: #555;
    margin: 0 0 25px;
}

.scroll {
    height: 100%;
}
/* Login
==================================*/
.app-icon {
    background-color: #fff;
    background: url('../images/system/logo.png') center;
    background-size: cover;
    height: 106px;
    margin: 0 auto;
    width: 155px;
}
a{
  text-decoration:none;
  color: #505050;
}
a.active{
  color:#227FCD;
}
a.default{
  color:#000000;
}
.personIcon{
  color:#A2A2A2;
  font-size:22px;
  padding-right:20px;
}
.loginInput{
  font-size:18px;
}
.loginType {
    color: #505050;
    font-family: "Microsoft YaHei" ! important;
    vertical-align:middle;
    text-align:center;
    padding:30px 0px 30px 0px;
    font-size:16px;
}
.loginText{
   border-width:1px 0px 1px 0px;
}
.loginText1{
   border-width:0px 0px 0px 0px;
}
.loginTitle {
    width:20%;
    vertical-align:middle;
    text-align:center;
    float:left;
}
.loginButton{
    font-family: "Microsoft YaHei" ! important;
    font-size:20px;
    border-radius:5px;
    padding-left:20px;
    padding-right:20px;
}

.social-login {
    position: fixed;
    bottom: 0;
}
.bar .button{vertical-align:middle;}
.verticalAlign{vertical-align:middle;}

.tab-red-point:after,.red-point:after{
   position: absolute;
  content: ' ';
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: $badge-red;
}
.tab-red-point:after{
  top: 7px;
  right: 24%;
}
.red-point:after{
  top: 10px;
  left: 20%;
}
div.amap-scale-edgeright,.amap-scale-edgeleft,.amap-scale-middle{border-color:rgb(99, 99, 99);}
div.amap-info-content{filter:alpha(opacity:100);opacity:0.8;} /*.action-sheet-up*/
div.amap-marker-label{border:0;color:#fff;background-color:rgba(0,0,255,0.6);}
div.amap-info-outer, .amap-menu-outer {box-shadow:0 0 0 rgba(0,0,100,.6);}
div.amap-copyright{color:#AFAFAF}
div.tabs{height:52px;padding-top:4px;}
.menu-animated{ transform: translate3d(-160px, 0px, 0px)}
.menu-right{ width:160 }

#accountList ion-item{border:0;}
#noticeItem p {white-space: normal;}
ion-list i.icon{color:#387EF5;}
ion-list i.icon:before{color:#387EF5;}
label i.icon{color:#387EF5;}
#accountList ion-item.borderTop{border-top:1px solid #ddd;}
#accountList ion-item.item-divider{height:22px;min-height:22px;background-color:#EEEEEE}
#accountList hr{width:90%; border-style:solid;border-width:1px;border-color:#ddd;border-top:0;}

.bottomBorder{border-bottom:0;}
#firstBorder0 ion-item:first-child{border-top:0;}
#backgroupColorWihte ion-item{background-color:white;margin:0;padding:0;}
#backgroupColorWihte .item{border-top:0;}

#backgroupColorWihte ion-item:first-child{border-top:0;}

#mile-report-list ion-item{background-color:white;margin:0;padding-left:0;padding-right:0;padding-bottom:0;}
#mile-report-list .item{border-top:0;}
#mile-report-list ion-item:first-child{border-top:0;}

#mile-detail-report-list ion-item{background-color:white;border:0;margin:0;padding:0px;}

slider {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 100%;
  margin: 25px 5px 25px 5px;
  vertical-align: middle;
}
slider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
slider span.base {
  width: 100%;
  height: 100%;
  padding: 0;
}
slider span.bar {
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-border-radius: 1em/1em;
  border-radius: 1em/1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0c0c0), color-stop(1, #8d8d8d));
  background: -webkit-linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  background: -moz-linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  background: -o-linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  background: -ms-linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  background: linear-gradient(top, #c0c0c0 0, #8d8d8d 100%);
  -webkit-box-shadow: inset 2px 2px 5px;
  box-shadow: inset 2px 2px 5px;
}
slider span.bar.selection {
  width: 0%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #13b6ff), color-stop(1, #00a8f3));
  background: -webkit-linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  background: -moz-linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  background: -o-linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  background: -ms-linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  background: linear-gradient(top, #13b6ff 0, #00a8f3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
slider span.pointer {
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: -8px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 2;
  -webkit-border-radius: 1em/1em;
  border-radius: 1em/1em;
}
slider span.pointer:after {
  content: '';
  background-color: #808080;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-border-radius: 1em/1em;
  border-radius: 1em/1em;
}
slider span.pointer:hover:after {
  background-color: #000;
}
slider span.pointer.active:after {
  background-color: #f00;
}
slider span.bubble {
  cursor: default;
  top: -22px;
  padding: 1px 3px 1px 3px;
  font-size: 0.7em;
  font-family: sans-serif;
}
slider span.bubble.selection {
  top: 15px;
}
slider span.bubble.limit {
  color: #808080;
}


#contact-stacked-label .error,
#description-stacked-label .error,
#phone-stacked-label .error,
#desc-stacked-label .error{
      border: dashed 1px red;
}

#settingList ion-item.item-divider{height:22px;min-height:22px;background-color:#EEEEEE}

.fixed-more-tip{
  position:fixed;
  right:1%;
  bottom:47px;
  width:100%;
  border:1px solid #eee;
  background-color:white;
  font-size:24px;
  z-index:1040;
 filter:alpha(opacity=30);
  -moz-opacity:0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.fixed-more-tip a{display:inline-block;width:100%;height:40px;text-align:center}
.fixed-more-tip a:after{content:".";font-size:0;height:100%;display:inline-block;vertical-align:middle}
.fixed-more-tip a i{vertical-align:middle}
.fixed-more-tip .writer{
  background-color:#000;font-size:18px;color:#fff;
   filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.fixed-btn{position:fixed;right:1%;bottom:50%;width:40px;border:1px solid #eee;background-color:white;font-size:24px;z-index:1040;-webkit-backface-visibility:hidden}
.fixed-btn a{display:inline-block;width:40px;height:40px;text-align:center}
.fixed-btn a:after{content:".";font-size:0;height:100%;display:inline-block;vertical-align:middle}
.fixed-btn a i{vertical-align:middle}
.fixed-btn .go-top{border-bottom:1px solid #eee}
.fixed-btn .writer{background-color:#96b97d;font-size:18px;color:white}
.fixed-btn .hide-go-top{display:none;opacity:0;filter:alpha(opacity=0)}

#help p {white-space: normal;}
