:root {
  --INAF-TEXT-BASIC: #444444;
  --INAF-TEXT-LABEL: #858796;
  --INAF-TEXT-WHITE: #ffffff;
  --INAF-RED-BASIC: #cd0000;
  --INAF-ORANGE-BASIC: #e19a16;
  --INAF-LIGHT-BLUE-BASIC: #70b5e3;
  --INAF-BLUE-BASIC: #3498db;
  --INAF-NAVY-BASIC: #0c456b;
  --INAF-GREEN-BASIC: #3db260;
  --INAF-YELLOW-BASIC: #ffefb0;
  --INAF-VIOLET-BASIC: #958bf1;
  --INAF-BLUE-000: #e6f7ff;
  --INAF-BLUE-100: #45a1df;
  --INAF-BLUE-200: #49a3df;
  --INAF-BLUE-300: #52a7e0;
  --INAF-BLUE-400: #5aace2;
  --INAF-BLUE-500: #63b0e3;
  --INAF-BLUE-600: #6cb4e5;
  --INAF-BLUE-700: #74b9e7;
  --INAF-BLUE-800: #81bfe9;
  --INAF-BLUE-900: #86c2ea;
}
/*BACK Color*/
.bg-opening {
  background-color: var(--INAF-BLUE-BASIC);
}
.bg-opening-0 {
  background-color: var(--INAF-BLUE-000);
}
.bg-opening-1 {
  background-color: var(--INAF-BLUE-100);
}
.bg-opening-2 {
  background-color: var(--INAF-BLUE-200);
}
.bg-opening-3 {
  background-color: var(--INAF-BLUE-300);
}
.bg-opening-4 {
  background-color: var(--INAF-BLUE-400);
}
.bg-opening-5 {
  background-color: var(--INAF-BLUE-500);
}
.bg-opening-6 {
  background-color: var(--INAF-BLUE-600);
}
.bg-opening-7 {
  background-color: var(--INAF-BLUE-700);
}
.bg-opening-8 {
  background-color: var(--INAF-BLUE-800);
}
.bg-opening-9 {
  background-color: var(--INAF-BLUE-900);
}
/* TEXT color */
.basic-text{
  color: #06c;
  font-weight: 600;
}
.basic-text-alert{
  color: var(--INAF-RED-BASIC)!important;
}
.basic-subtitle{
  color: var(--INAF-TEXT-LABEL) !important;
  font-weight: 600;
}

/* Background color */
.bg-dev {
  background: #ed7215 !important;
  color: #ffffff !important;
}
.bg-dev .span{
  color: #ffffff !important;
}

.bg-pattern{
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.25), rgba(255,255,255, 0.25) 1px, transparent 1px, transparent 6px);
  background-size: 4px 4px;
  background:#e19a16!important;
}

/* ======== LEVEL ======= */
.dimmer {
  z-index: 1001;
}
.notification-container {
 /* pointer-events: none;
  */
 /*position: absolute;
 /*bottom: 0;
 /* width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content!important;
  max-width: 100% !important;
  pointer-events: none;
  */
}
#notifications{
 /*flex-direction: column-reverse;
 */
}
.notification {
 /*position: relative!important;
 /*/
 /*bottom: 0px!important;
 */
 /*position: unset;
  right: 5px!important;
  margin-top: 10px!important;
 /* padding-top: ;
  right: 5px!important;
 /* pointer-events: auto;
 /*position: relative!important;
  */
}
.notification-index {
 /*display: flex !important;
 */
  z-index: 1000 !important;
}
/* ======= Login ======= */
.login-notification {
  color: var(--INAF-BLUE-BASIC);
  font-size: smaller;
  font-weight: bolder;
}
.progress-spinner-xs {
  display: block;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  border: 4px solid #d8d9da;
}
.size-xs {
  width: 24px!important;
  height: 24px!important;
}
/* ======= Help ======= */
.help {
  position: relative;
  color: var(--INAF-BLUE-BASIC);
  font-size: 14px !important;
  bottom: 10px;
  cursor: pointer;
}
.help-icon{
  cursor: pointer;
  padding-bottom: 2px;
}
/* ======= Buttons ======= */
.btn-block {
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100% 
}
.btn-block+.btn-block {
  margin-top: .5rem;
}
/* ======= Container and Wrapper ======= */
.wrapper-70 {
  width: 70% !important;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-75 {
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-80 {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-85 {
  width: 85% !important;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-90 {
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-95 {
  width: 95% !important;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-98 {
  width: 98% !important;
  margin-left: auto;
  margin-right: auto;
}

hr {
  border-top: 1px solid rgb(180, 180, 180) !important;
}
.mt-50{
  margin-top: 50px;
}
.mt-80{
  margin-top: 80px;
}
.mt-100{
  margin-top: 100px;
}
.mt-120{
  margin-top: 120px;
}
.mt-130{
  margin-top: 130px;
}
.mt-140{
  margin-top: 140px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-100{
  margin-bottom: 100px;
}
.mb-120{
  margin-bottom: 120px;
}
.mb-130{
  margin-bottom: 130px;
}
.mb-140{
  margin-bottom: 140px;
}
/* ======= Breadcrumbs ======= */

.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  color: var(--INAF-TEXT-LABEL);
  min-height: 40px;
  margin-top: 75px;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li {
  padding-left: 10px;
  padding-top: 3px;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
  padding-top: 3px;
}
.breadcrumbs ol li a svg {
  margin-top: 4px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
.breadcrumbs li+a {
  padding-left: 25px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .breadcrumbs ol {
      display: block;
 }
  .breadcrumbs ol li {
      display: inline-block;
 }
  .breadcrumbs h2 {
      font-size: 16px;
 }
}
.breadtheme-red {
  background: var(--INAF-RED-BASIC)!important;
  color: var(--INAF-TEXT-WHITE)!important;
}
.breadtheme-orange {
  background: var(--INAF-ORANGE-BASIC)!important;
  color: var(--INAF-TEXT-WHITE)!important;
}
.breadtheme-green {
  background: var( --INAF-GREEN-BASIC)!important;
  color: var(--INAF-TEXT-WHITE)!important;
}
.breadtheme-lightblue {
  background: var( --INAF-LIGHT-BLUE-BASIC)!important;
  color: var(--INAF-TEXT-WHITE)!important;
}
.breadtheme-blue {
  background: var( --INAF-BLUE-BASIC)!important;
  color: var(--INAF-TEXT-WHITE)!important;
}
.breadtheme-violet {
  background: var( --INAF-VIOLET-BASIC)!important;
  color: var(--INAF-TEXT-WHITE)!important;
}
.breadtheme-red ol li a, .breadtheme-red ol li+li::before, .breadtheme-orange ol li a, .breadtheme-orange ol li+li::before, .breadtheme-green ol li a, .breadtheme-green ol li+li::before, .breadtheme-lightblue ol li a, .breadtheme-lightblue ol li+li::before , .breadtheme-blue ol li a, .breadtheme-blue ol li+li::before, .breadtheme-violet ol li a, .breadtheme-violet ol li+li::before{
  font-weight: 600;
  color: var(--INAF-TEXT-WHITE)!important;
}
/* ==== Picard ===*/
.picard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
}
.picard > hr {
  margin-right: 0;
  margin-left: 0;
}
.picard > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.picard > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}
.picard > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}
.picard > .picard-header + .list-group, .picard > .list-group + .picard-footer {
  border-top: 0;
}
.picard-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.picard-title {
  text-align: center;
}
.picard-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.picard-text:last-child {
  margin-bottom: 0;
}
.picard-link:hover {
  text-decoration: none;
}
.picard-link + .picard-link {
  margin-left: 1.25rem;
}
.picard-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid #e3e6f0;
  font-weight: 600!important;
  font-size: 13px;
  color: var(--INAF-TEXT-LABEL);
}
.picard-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}
.picard-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fc;
  border-top: 1px solid #e3e6f0;
}
.picard-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}
.picard-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.picard-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.picard-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.35rem - 1px);
}
.picard-img, .picard-img-top, .picard-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.picard-img, .picard-img-top {
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}
.picard-img, .picard-img-bottom {
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}
.picard-deck .picard {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .picard-deck {
      display: flex;
      flex-flow: row wrap;
      margin-right: -0.75rem;
      margin-left: -0.75rem;
 }
  .picard-deck .picard {
      flex: 1 0 0%;
      margin-right: 0.75rem;
      margin-bottom: 0;
      margin-left: 0.75rem;
 }
}
.picard-group > .picard {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .picard-group {
      display: flex;
      flex-flow: row wrap;
 }
  .picard-group > .picard {
      flex: 1 0 0%;
      margin-bottom: 0;
 }
  .picard-group > .picard + .picard {
      margin-left: 0;
      border-left: 0;
 }
  .picard-group > .picard:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
 }
  .picard-group > .picard:not(:last-child) .picard-img-top, .picard-group > .picard:not(:last-child) .picard-header {
      border-top-right-radius: 0;
 }
  .picard-group > .picard:not(:last-child) .picard-img-bottom, .picard-group > .picard:not(:last-child) .picard-footer {
      border-bottom-right-radius: 0;
 }
  .picard-group > .picard:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
 }
  .picard-group > .picard:not(:first-child) .picard-img-top, .picard-group > .picard:not(:first-child) .picard-header {
      border-top-left-radius: 0;
 }
  .picard-group > .picard:not(:first-child) .picard-img-bottom, .picard-group > .picard:not(:first-child) .picard-footer {
      border-bottom-left-radius: 0;
 }
}
.picard-columns .picard {
  margin-bottom: 0.75rem;
}

.picard-w-128 {
  width: 130px !important;
}

.picard-edit {
  background-color: var(--INAF-RED-BASIC)!important;
}

/* ===== TASK Image elements ===== */
.task {
  text-align: center;
}
.task h3 {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 11px;
  padding: 0;
}
.task img {
  width: 80px;
  height: auto;
}
.presentation #presentation-filters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.presentation #presentation-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  color: var(--INAF-TEXT-LABEL);
}
.presentation #presentation-filters li:hover, .presentation #presentation-filters li.filter-active {
  color: #e82d2d;
}
.card-shadow{
  box-shadow: .5rem .5rem 1rem 0.1rem rgba(0,0,0,.15)!important;
}
.presentation > .picard {
  overflow: hidden;
}
.presentation > .picard:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.presentation > .picard:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.presentation > .picard > .picard-header {
  border-radius: 0;
  margin-bottom: -1px;
}
@media (min-width: 576px) {
  .picard-columns {
      -moz-column-count: 3;
      column-count: 3;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
 }
  .picard-columns .picard {
      display: inline-block;
      width: 100%;
 }
}
.card-title{
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #17324d;
}
.card-subtitle{
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #444a50;
}
.border-card-color{
  border: 1px solid red;
}
/* ======= Icon ======= */
.help-icon{
  cursor: pointer;
  padding-bottom: 2px;
}
/* ======= Footer ======= */
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  font-size: 14px;
  padding: 1em;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}
#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}
#footer .footer-links a:first-child {
  padding-left: 0;
}
#footer .footer-links a:hover {
  color: #3498db;
}

/* ===== TABLE ======*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  position: relative;
  clear: both;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.current{
  color: #fff !important;
  background-color: #4285f4!important;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #4285f4;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  height: 2rem;
  min-width: 2rem;
  display: block !important;
}

.pagination .page-item .page-link {
  font-size: .9rem;
  color: #212529;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

table.dataTable tbody tr.selected {
  color: white;
  background-color: #3498db;
}

div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
  text-align: left;
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  display: flex !important;
  align-items: center;
}

.dataTables_wrapper .dataTables_length select {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5rem !important;
}

.paginate_button:hover {
  color: white !important;
  border-color:#ffffff !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
}

.table td, .table th {
  text-align: left;
  border-bottom: 1px solid #d6dce3;
  border-top: none;
}

.colActionWidth{
  width: 60px !important;
}

.action-button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}

/* ======= Modal ======= */
.modal-xl {
  max-width: 800px;
}

.modal-xl-prec-50 {
  max-width: 50%;
}

.modal-xl-prec-70 {
  max-width: 70%;
}

.modal-subtitle{
  font-size: .8333333333rem;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #17324d;
}

.mw-max {
  max-width: 100% !important;
}

/* ======== Select Wrapper ======== */
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block {
  display: block;
  padding: 8px 24px;
}

.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn {
  padding: 0;
  display: inline-block;
  font-size: .8888888889rem;
  color: #06c;
  font-weight: 400;
  width: auto;
  margin-right: 24px;
}

.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:active, .bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:focus {
  box-shadow: none;
}

.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:hover {
  text-decoration: underline;
}

/* AUTOCOMPLETE */
.ui-widget{
	font-family:"Titillium Web",Lora,sans-serif !important;
}
.ui-widget button{
	font-family:"Titillium Web",Lora,sans-serif !important;
}

.ui-autocomplete{
  position:absolute;
  z-index: 2;
  top:0;
  left:0;
  cursor:default;
  max-height:196px;
  overflow-y:auto;
  overflow-x:hidden;
  padding-right:20px;
  background-color: inherit;
  border: 1px solid #e3e6f0;
}

/* ======= Callout ====== */
.callout-inaf {
  max-width: 100% !important;
  margin: 0.50rem 0 0.5rem;
}

/* ======= None ======= */
.noselect {
  -webkit-touch-callout: none;
 /* iOS Safari */
  -webkit-user-select: none;
 /* Safari */
  -khtml-user-select: none;
 /* Konqueror HTML */
  -moz-user-select: none;
 /* Old versions of Firefox */
  -ms-user-select: none;
 /* Internet Explorer/Edge */
  user-select: none;
 /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.pt-n10{
  padding-top: -10px !important;
}
.pt-n20{
  padding-top: -20px !important;
}
.pt-n30{
  padding-top: -30px !important;
}
.pt-n40{
  padding-top: -40px !important;
}
.pt-n50{
  padding-top: -50px !important;
}
.pt-n60{
  padding-top: -60px !important;
}
.mb-n10{
  margin-bottom: -10px !important;
}
.mb-n20{
  margin-bottom: -20px !important;
}
.mb-n30{
  margin-bottom: -30px !important;
}
.notopad {
  padding-top: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.nobackcolor{
  background-color: transparent !important;
}
.noradius {
  border-radius: 0rem !important;
}
.noshadow{
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}
.noclick{
  pointer-events: none !important;
}

.displayNone,
.displayNoneLinks,
.displayNoneFilters{
  display: none;
}

a:hover, a:visited, a:link, a:active {
  text-decoration: none;
}

.ui-helper-hidden-accessible {
  display:none;
}

.pointer {
  cursor: pointer;
}

.arrow {
  cursor: pointer;
}
/* CUSTOM AREA */
/* bootstrap-tagsinput.css file - ADD in local */

.bootstrap-tagsinput {
  border: none;
    border-bottom: 1px solid #5d7083;
    border-radius: 0;
    outline: 0;
    height: 53px;
    width: 100%;
    box-shadow: none;
    transition: none;
    font-weight: 700;
    -webkit-border-radius: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  width: auto;
  max-width: inherit;
  vertical-align: middle;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777 !important;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777 !important;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777 !important;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.125);
}

.tagCol{
  border-bottom: 1px solid #5d7083;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  height: 53px;
  vertical-align: middle;
  padding-top: 8px;
}

.label-info{
  background-color: transparent !important;
  color: var(--INAF-BLUE-BASIC) !important;
  vertical-align: middle;
  border: 1px solid var(--INAF-BLUE-BASIC) !important;
  border-radius: 0.15em;
  padding: 3px 5px 4px !important;
}

.label-info:hover {
  cursor: hand;
  cursor: pointer;
  opacity: .9;
}

.label-tags{
  color: #1a1a1a;
  font-size: .7777777778rem;
  font-weight: 600;
  padding: 0 1rem 0.5rem;
}

.label-signature{
  color: #1a1a1a;
  font-size: 12px !important;
  font-weight: 400;
  padding-bottom: 1rem;
}

.tox-promotion{
  visibility: hidden;
}

.tox-statusbar__branding{
  visibility: hidden;
}

.tox-tinymce {
  border: 1px solid rgba(0, 0, 0, 0.7) !important;
  border-radius: 0 !important;
}

.tox-editor-header{
  box-shadow: none;
}