h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}
/*sub--title--start*/
.sub_title_icon{
  width: 10%;
  height: 50px;
  float: left;
  box-sizing: border-box;
  display: inline;
  background-color: #0f4bac;
  padding: 10px 15px;
}
.sub_title_text{
  width: 90%;
  height: 50px;
  float: left;
  box-sizing: border-box;
  background-color: #0f4bac;
  padding: 10px 15px;
  text-align: center;
}
/*sub--title--end*/
/*tab--start*/
.faulttypeall_tab{
  white-space:normal;
  width: 33% !important;
  overflow:hidden;
  height: 50px;
  float: left;
  text-align: center;
  
}
.panel-body-footer>.faulttypeall_tab{
  display: none;
}
.faulttypeall_tab_title{
  font-size: 19px !important;
}
/*tab--end*/
/*tracking--start*/
.tracking_date{
  padding-top: 2%;
  display: flex;
}
.tracking_date_label{
  margin-left:5%;
}
.tracking_date_label_icon{
  width: 5%;
}
.tracking_date_label_user{
  width: 70%;
  font-size: 15px;
}
.tracking_date_label_time{
  width: 8%;
  font-size: 15px;
  height: 100%;
  position: relative;
}
/*tracking--end*/
/*replay start*/
.faultreplay_details_label{
  width: 100%;
  display: flex;
}
.faultreplay_details_user{
    width: 15%;
    margin: 0px !important;
}
.faultreplay_details_date{
    width: 50%;
    margin: 0px !important;
}
.faultreplay_details_content{
    margin-left:15%;
    margin-bottom: 5%;
}
.faultreplay_details_img{
    margin-left:15%;
}
.faultreplay_details_textarea{
  width: 100%;
  height: 20%;
  min-height: 80px;
}
/*replay end*/
/*panel--dot--start*/
.panel-body-dot {
  margin-left: 0px;
  color: #fff;
  padding: 2px 3px;
  font-family: Arial;
  font-size: 12px;
  min-width: 16px;
  height: 16px;
  line-height: 12px;
  vertical-align: super;
  display: inline-block;
  text-align: center;
  background-color: #ea4335;
  border-radius: 20px;
} 
/*panel--dot-end*/
/*custom--help--start*/
.customhelp{
  padding-left: 1%;
  width: 100%;
  height: 38px;
  display: inline-block;
}
.customhelp .search{
  width: 70%;
  display: inline-block;
  /*height: 32px;*/
}
.customhelp input{
  /*width: 70%;*/
  height: 38px;
}
.customhelp .button{

  width: 20%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.customhelp .button button{
  height: 38px;
  min-width: 80px;
}
/*custom--help--end*/

/*upload--img--start*/
.fault_upload{
  margin-bottom: 5px;
  /*display: none!important;*/
}
.fault_upload_add{
  width: 20%;
  min-width: 120px;
  margin-right: 80%;
}
/*upload--img--end*/

/*# sourceMappingURL=user.css.map */