.bg-side { background-color:#264388;}
.account-content{}
.account-side{  
   min-height: 80vh !important;
    background-color: #fff;   
    border-right: 1px solid rgb(225, 225, 225);
  }
.account-side .nav a {text-align:center; }
.account-side .nav a.nav-link:not(.active){color:#777;}
.account-side .nav a i{ font-size:2.5rem;}
.account-side .nav a span{display:block; }
.account-main{
    background:#f3f3f4;
}

.upload{margin:10px 0 20px 0px;}
.upload .accepted { margin:5px 0 0 0;font-size:12px;color:#213f9a}
.upload .accepted span { margin:0 0 0 5px;}
.upload .list{margin-top:10px;}
.upload .list .photo{width:220px;float:left;}
.upload .list .photo img { width:200px;}
.upload .list .photo a { }
.upload .list .photo a:hover {border:none; }
.upload .list .photo .delete{text-align:center;margin:5px 0; width:200px;}
.upload .list .photo .delete a {color:#000;text-decoration:none;font-size:16px;line-height:24px; }
.upload .list .document{}
.upload .list .document .name{width:216px;float:left;line-height:24px;height:24px;display:block;}
.upload .list .document .name span {color:#000;display:block;line-height:24px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;font-style:italic;width:206px; }
.upload .list .document .name a{text-decoration:none;color:#000;display:block;line-height:24px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;font-style:italic;width:206px;}
.upload .list .document .name a:hover { border:none;}
.upload .list .document .delete{width:24px;float:left;height:24px;display:block;}
.upload .list .document .delete a { color:#000;text-decoration:none;font-size:16px;line-height:24px;}
.upload .list .document .delete a:hover { border:none;}
.upload .progress{width:240px;height:5px;background:#f0f0f0;margin-top:10px;}
.upload .progress .progress-bar{width:0%;height:5px;background:#5cb85c;}