html { overflow-x:hidden; }
.content-header {
	position: relative;
	padding: 0 0 3px 8px
}

.content-header>.breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

[v-cloak] {
  display: none;
}

.grid-btn{
	margin-bottom:12px;
}
.grid-btn .btn{
	margin-right:10px;
}
.pointer{cursor: pointer;}

.ml-10 { margin-left:0 !important; }
@media (min-width: 768px) {
	.ml-10 { margin-left:10px !important; }
	.col-sm-10 {width: 70%;padding-left: 0px;}
	.col-sm-2 {width: 15%;}
}
tbody > tr > th {font-weight: normal; }
.panel .table { margin:0 0; }
.panel .pagination { margin:0; }
.panel-default>.panel-heading {background-color: #f5f5f5;}
.row{
	border-top: 1px solid #ddd;
	margin:0;
	padding:20px 2px 0px 2px;
}
.col-xs-6{padding-left: 0px;padding-right: 0px;}
.form-horizontal .form-group {margin-left:0px;margin-right:0px;}
.form-horizontal{
	width:550px;padding-top:20px;
}

.ep-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    border: 0px red solid;
    #position: absolute;
}
.ep-card {
  position: relative;
   overflow: hidden;
    width: 340px;
    height: 620px;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 20px;
}
.ep-card .ep-card-img{

 }
.ep-card .ep-label{
    display:inline-block;
    weight: 95px;
    width:55px;
    margin-top:7px;
    font-weight: bold;
    color:gray;
    font-size: 13px;
    #vertical-align: bottom;
    flex-shrink: 0
}

.ep-card-text{
    margin-top:10px;
    height:120px;
}
.ep-card-text-desc{
    display:flex;
    padding:0px;
    margin:0px;
}
.ep-card-text div{
    margin-left:22px;
    display:inline-block;
    weight: 100px;
}
.ep-desc{
    word-wrap: break-word;
    width: 265px;
    white-space: pre-wrap;
    color:#999999;
    font-size: 13px;
    #vertical-align: center;
    margin-top:7px;
}
.ep-number{
    font-size: 13px;
    color: #9966ff;
}
.ep-name{
    font-size: 13px;
     width: 195px;
     word-wrap: break-word;
}
.ep-status{
   color: #9966ff;
}
.ep-email{

}
.ep-button {
    margin-top:321px;
    #width:280px;
    text-align:center;
    #position: absolute;
    #bottom:25px;
    #left:10px;
}

.ep-card-img{
    width:100%;
    height:120px;
    text-align:center;

}

.ep-card-img img{
   width:120px;
   height:120px;
}

.emp-label {
    /* 左上角飘带 */
       background-color: #df493f;
       /* 左上角飘带的背景颜色 */
       overflow: hidden;
       white-space: nowrap;
       /* 文字不换行*/
       position: absolute;
       /* 绝对定位 */
       right: -45px;
       top: -1px;
       transform: rotate(45deg);
       /* 旋转45°*/
       box-shadow: 0 0 10px #888;
       /* 飘带的阴影*/
}
.emp-label span {
      border: 1px solid #df493f;
      color: #fff;
      display: block;
      font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
      margin: 1px 0;
      padding: 20px 50px;
      text-align: center;
      text-shadow: 0 0 5px #444;
}

.emp-label-blue{
  background-color: #9966ff;
}

.emp-label-color2{
  background-color: #CCCC00;
}

.emp-label-color3{
  background-color: #333366;
}

.emp-label-color4{
  background-color: #6B8E23;
}

.isActive{

    background-color: #9966ff;
}

.isApproved{
    color: #000000 ;
    font-weight: bold;
}