.nodecoration {
  text-decoration: none !important;
  color:#555;
}

/* Style the list */
ol.breadcrumb-navlinks {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/* Display list items side by side */
ol.breadcrumb-navlinks li {
    display: inline;
    font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ol.breadcrumb-navlinks li+li:before {
    padding: 2px;
    color: black;
    content: "|";
}

/* Add a color to all links inside the list */
ol.breadcrumb-navlinks li a {
    text-decoration: none;
}

/* Add a color on mouse-over */
ol.breadcrumb-navlinks li a:hover {
    text-decoration: underline;
}

.noresize {
  resize: none;
}

.select2-help {
  font-size:11px;
}

.header-underline{
  margin-bottom:10px;
  border-bottom:1px solid #eee;
}

.row .v-center
{
   align-items:center;
   display:flex;
}

.rounded-border {
  border-radius: 5px;
}

.vstripe-danger,
.vstripe-success,
.vstripe-info,
.vstripe-warning,
.vstripe-primary {  border-right:10px solid;}

.vstripe-danger {  border-color: #dd5826;}
.vstripe-success {  border-color: #64bd63;}
.vstripe-primary {  border-color: #5d8fc2;}
.vstripe-info {  border-color: #5dc4bf;}
.vstripe-warning {  border-color: #f0b518;}

.as-button {
  cursor:pointer;
}

.bg-light {
  background-color:#fafafa;
}

.search-agendo {
  padding-left:0px !important;
  width:65%;
  max-width:300px;
}

.low-margin {
  margin:2px !important;
}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
  -moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-card-info {
  border:1px solid #eee;
  border-left-width:.25rem;
  border-radius:.25rem;
  border-left-color:#5bc0de;
}

.panel-label {
  font-size:20px;
  color: #999999;
}

.cfg-section-panel {
  color: #f57220;
  font-weight: bold;
  text-transform: uppercase;
}

.cfg-section-h {
  padding:0px;
  padding-bottom:2rm;
  margin-bottom:0px;
  padding-left:20px;
}

.stickyHeader {
  position: sticky; 
  top: 0;
  z-index: 1000;
  background-color: white; 
  border-bottom:1px solid #cacaca; 
  min-height: 60px;
}