.dropdown-menu{
   max-height:300px;
   overflow-y: scroll;
   background-color: #F6F6F8;
}
body {
  padding-top: 56px;
/*  background:#336699;*/
}
.card-header {
	background-color: #024068; /*#024068, #336699*/
    color: white;
}
.list-group-item {
    padding: 3px 10px
}

.text-primary{
   color:#0275d8!important
}
a.text-primary:focus,a.text-primary:hover{
   color:#025aa5
}

/* CALENDAR ICON */
time.icon
{
  font-size: 0.7em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}


time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #fd9f1b;
  /*background-color: #FF0000;*/ /*RED*/
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
/*  box-shadow: 0 2px 0 #FF0000;*/
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
 /* color: #FF0000;*/
}

time.icon span
{
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}
/* END CALENDAR ICON */

/* view-source:https://getbootstrap.com/docs/4.0/assets/css/docs.min.css */
.bd-callout{padding:1.25rem;margin-top:1.25rem;margin-bottom:1.25rem;border:1px solid #eee;border-left-width:.25rem;border-radius:.25rem}
.bd-callout h4{margin-top:0;margin-bottom:.25rem}
.bd-callout p:last-child{margin-bottom:0}
.bd-callout code{border-radius:.25rem}
.bd-callout+.bd-callout{margin-top:-.25rem}
.bd-callout-info{border-left-color:#5bc0de}
.bd-callout-info h4{color:#5bc0de}
.bd-callout-warning{border-left-color:#f0ad4e}
.bd-callout-warning h4{color:#f0ad4e}
.bd-callout-danger{border-left-color:#d9534f}
.bd-callout-danger h4{color:#d9534f}

