body { background-color: #FAFAFA; }
.dateContainer{
    display: inline-flex;
    margin-top: 5px;
    overflow: hidden;
}

.eventTitle{
    font-size: 17pt;
    font-weight: bolder;
}
.cellColumn {
    float: left;
}
.eventCell{
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.smallPrefix{
    color: lightgrey;
    margin-left: 10px;
    font-size: 10pt;
}
.expandable{
    font-size: 11pt;
    line-height: 18px;
    height: 37px;
    overflow: hidden;
    margin-bottom: 0px;
    white-space:pre-wrap;
}
a.expand{
    color:dodgerblue;
    display: none;
}
div.description{
    margin-top: 5px;
    padding-bottom: 10px;
}
.actionContatiner{
    margin-top: 12px;
}

.customCheckBoxWithText{
    margin-right: 5px; important
}
.eventCheckBox{
    margin-top: 10px !important;
    margin-right: 15px !important;
}

.scrollableContent{
    height: 600px;
    overflow: scroll;
}


.spinner {
    margin: 30px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 15px;
    height: 15px;
    background-color: #f89300;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}




.tabHeader{
    border-bottom: 1px solid #ddd;
}

.tabFooter{
    margin-top: 10px;
    display: none;
}

.pageHeader{
    font-weight: bold;
    font-size: 13pt;
}

.dateText{
    color:#A7A6A6;
    font-size: 9pt;
}


.iconWeb
{
    color:#dd9933;
    font-size:11pt;
    display:inline-block;
    margin-top: 5px;
}


.cardImage{
    margin-top: 10px;
    margin-bottom: 10px !important;
    max-height:120px;
}


.noContentMessage{
    color: rgba(0, 0, 0, 0.53);
    margin: auto;
    display: none;
}