
.select2-choices{
  padding-top: 5px !important;
  padding-left: 5px !important;
}

.select2-search-choice{
    min-height: 25px !important;
}
.text-more-media {
    z-index: 100;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
}

.background-more-media {
    z-index: 50;
    position: absolute;
    width: inherit;
    height: 100%;
    padding-left: 0.75rem;
    margin-left: 0.25rem;
    padding-right: 0.9rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.background-more-media-color {
    width: 100%;
    height: 100%;
    display: table;
}
.note-popover .popover .popover-body .btn-group, .note-popover .popover 
.popover-body .btn, .panel-heading.note-toolbar .btn-group, .panel-heading.note-toolbar .btn {
    height: auto !important;
}

span.oe_no_empty > ul {
   list-style-type: disc !important;
}

span.oe_no_empty > ul li{
  margin-left: 30px;
  padding-left: 5px;
  list-style-type: disc !important;
  list-style-position: outside !important;
}
span.oe_no_empty > ol li{
  margin-left: 30px;
  padding-left: 5px;
}

span > ul li{
  margin-left: 30px;
  padding-left: 5px;
  list-style-type: disc !important;
  list-style-position: outside !important;
}
span > ol li{
  margin-left: 30px;
  padding-left: 5px;
}



.plugin-forum.span > ul li{
  margin-left: 30px;
  padding-left: 5px;
  list-style-type: disc !important;
  list-style-position: outside !important;
}
.plugin-forum.span > ol li{
  margin-left: 30px;
  padding-left: 5px;
}

div.oe_no_empty > ol li {
  padding-left: 5px;
  margin-left: 30px;
}

span.fa {
    padding-top:12px;
}


.note-editor .note-editing-area .note-editable > ol li {
  padding-left: 5px;
  margin-left: 30px;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
}

div.oe_no_empty > ul li{
  padding-left: 5px;
  margin-left: 30px;
  list-style-type: disc;
  list-style-position: outside;

}



.note-editor .note-editing-area .note-editable >  ul li{
  padding-left: 5px;
  margin-left: 30px;
  list-style-type: disc;
  list-style-position: outside;


}

.badge-secondary {
    color: black !important;
    background-color: #FFA41D !important;
    /*min-width: 60px  !important;*/
    height: 25px !important;
    padding: 6px;
}

.badge-primary {
    height: 25px !important;
    padding: 6px;
}

.avatar-wrapper-tranding {
  position: relative;
  width: 40px;
  height: 40px;
}
.avatar-wrapper-comment {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 40px;
  height: 40px;
}
.avatar-wrapper-user-top {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100px;
  height: 100px;
}
.avatar-wrapper-user-detail {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 60px;
  height: 50px;
}
.avatar-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 60px;
  height: 60px;
}

.avatar {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.verified-avatar-icon-user {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: aqua;
  width: 20px;
  height: 20px;
  
  display: grid;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 20px;
  font-weight: bolder;
}
.verified-avatar-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: aqua;
  width: 15px;
  height: 15px;
  
  display: grid;
  text-align: center;
  line-height: 15px;
  color: white;
  font-size: 10px;
  font-weight: bolder;
}