body{
margin-top:20px;
background-color: #f7f7ff;
}

body{
    background: #fff !important;
}
.note {
    width: 50%;
    margin: 50px 0px;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
}
#drop-area {
    /*border: 1px solid rgba(100,100,100,.1);*/
    border-radius: 20px;
    width: 50%;
    margin: 50px 20px;
    padding: 10px;
}
#drop-area.highlight {
    background: rgba(0,50,0,.1);
}

#drop-area select{
    background: transparent;
}

.deps{
    transition: .6s;
}

.deps:hover{
    background: rgba(100,100,100,.1);
    cursor: pointer;
}

.nav-tabs {
    border: none;
}
.tabs li{
    padding: 10px;
    margin-left: 10px;
}

.tabs li.active{
    border: 2px solid rgba(100,100,100,.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
}

p {
    margin-top: 0;
}
.my-form {
    margin: 10px 0;
}
#gallery {
    margin-top: 10px;
}
#gallery img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.button:hover {
    background: #ddd;
}
#fileElem {
    display: none;
}

#progress-bar{
    width: 200px;
   margin: 0px auto;
}

#publication-search {
    padding: 10px;
    border-radius: 5px;
    width: 300px;
    border:1px solid rgba(100,100,100,1);
}

.nav-link{
    cursor: pointer !important;
}

.nav-link:hover{
    color: blue;
}



.pro-label {
    font-size: 13px;
    padding: 4px 5px;
    position: relative;
    top: -5px;
    margin-left: 10px;
    display: inline-block
}

.user-info {
    text-align: center;
    margin-bottom: 15px;
    padding: 30px;
    color: #616670;
    border-bottom: 1px solid #f3f3f3
}

.user-info .img-profile {
    width: 120px;
    height: 120px;
    margin-bottom: 15px
}

.user-info .meta li {
    margin-bottom: 10px
}

.user-info .meta li span {
    display: inline-block;
    width: 100px;
    margin-right: 5px;
    text-align: right
}

.user-info .meta li a {
    color: #616670
}

.user-info .meta li.activity {
    color: #a2a6af
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.fm-file-box {
    font-size: 25px;
    background: #e9ecef;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
}
.ms-2 {
    margin-left: .5rem!important;
}

.fm-menu .list-group a {
    font-size: 16px;
    color: #5f5f5f;
	display:block;
    align-items: center;
	border-top: 1px solid rgba(0,0,0,.145)
}
.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-item+.list-group-item {
    border-top-width: 0;
}
.py-1 {
    padding-top: .4rem!important;
    padding-bottom: .4rem!important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .30rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.radius-15 {
    border-radius: 15px;
}
.fm-icon-box {
    font-size: 32px;
    background: #ffffff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
}
.font-24 {
    font-size: 24px;
}
.ms-auto {
    margin-left: auto!important;
}
.font-30 {
    font-size: 30px;
}
.user-groups img {
    margin-left: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer;
}

.rounded-circle {
    border-radius: 50%!important;
}