.c-avatar-img-c{width:100px;height:100px;border-radius:50em;-o-object-fit:cover;object-fit:cover}.coord-c{cursor:pointer}.coord-c:hover{text-decoration:underline}#img-profile{max-width:300px;margin:0 auto}#img-profile .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f7f7f7;border:1px solid rgba(0,0,0,.15);border-radius:2px}#img-profile .well .imgprofile{width:100%;height:100%}#img-profile .well .mb-5{margin-bottom:5px!important}#img-profile .well .clear-b{clear:both}#img-profile .well .clear-b .ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#img-profile .well .clear-b .ellipsis .btn{padding:4px 10px}#img-profile .well .clear-b .ellipsis .btn-second{background-color:#fff;color:rgba(0,0,0,.54);border:1px solid rgba(0,0,0,.12)}.modal-c{position:fixed;z-index:99999999999;padding:25px;padding-top:80px;left:0;top:0;width:100%;height:100%;max-height:100vh;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.6)}.modal-c .modal-content{margin:auto;display:block;width:auto;max-width:calc(100% - 40px);height:auto;max-height:calc(100% - 50px)}.modal-c #caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;height:150px}.modal-c #caption,.modal-c .modal-content{-webkit-animation-name:zoom;animation-name:zoom;-webkit-animation-duration:.6s;animation-duration:.6s}.modal-c .close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;-webkit-transition:.3s;transition:.3s}.modal-c .close:focus,.modal-c .close:hover{color:#bbb;text-decoration:none;cursor:pointer}@-webkit-keyframes zoom{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoom{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@media only screen and (max-width:700px){.modal-content{width:100%}}