﻿
html, body {
    font-family: Ubuntu;
}
.form-check-input {
    transform: scale(1.5);
}
.text-shadow {
    text-shadow: -1px 0 #233972, 0 1px #233972, 1px 0 #233972, 0 -1px #233972;
}
.logo {
    background-color: #fff;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fc-toolbar button
{
    margin-bottom: 4px !important;
}
.fc .fc-list-event:hover td {
    background-color:inherit !important;
}
.fc-day-header, .fc-axis {
    background-color: rgb(23, 138, 204);
    color:white;
}
.fc-col-header-cell, .fc-timegrid-slot-label-frame, .fc-timegrid-axis {
    background-color: rgb(23, 138, 204);
    color: white;
}
.scroll-sm {
    max-height: 200px;
    overflow-y: scroll;
}

.mr-1 {
        margin-right: 2px;
}
.mb-3 {
        margin-bottom: 6px;
}
.mb-1
{
  margin-bottom: 2px;
}
.font-xs {
    font-size: x-small;
}

.font-sm {
    font-size: small;
}

.font-md-smaller {
    font-size: 1em;
}

.toast-body {
    font-size: .8em;
}

.toast-header {
    font-size: .8em;
}
.border-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
    border-right-width: 2px !important;
    border-left-width: 2px !important;
}
.rounded-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.rounded-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.process-title-container {
    min-height: 60px;
}

@media screen and (min-width: 768px) {
    .font-md-smaller {
        font-size: smaller;
    }
}

.userInfo {
    list-style-type: none;
}

.lightbox-static {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(69, 174, 234, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(69, 174, 234, .75);
    box-shadow: 0px 0px 15px 5px rgba(69, 174, 234, .75);
}

.lightbox:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(69, 174, 234, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(69, 174, 234, .75);
    box-shadow: 0px 0px 15px 5px rgba(69, 174, 234, .75);
}
.fs-7 {
    font-size: .9rem !important;
}
.social-board {
    /*        margin: 25px 0;*/
    height: 150px !important;
    overflow-y: hidden;
}

    .social-board ul {
        padding: 0;
        list-style: none;
        height: 100%;
    }

    .social-board li {
        padding: 10px;
        height: 100%;
        overflow-y: auto;
    }

    .popover {
        max-width: 50%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

/*        .social-board p {
            margin: 15px 0 0;
            font-size: smaller;
        }*/

.ticker {
    /*       margin: 25px 0;*/
    height: 600px !important;
    overflow-y: hidden;
}

    .ticker ul {
        padding: 0;
        list-style: none;
    }

    .ticker li {
        padding: 20px;
    }


    .ticker p {
        margin: 15px 0 0;
        font-size: 14px;
    }

/*Bootstrap overrides*/
.nav-link {
    font-weight: bold;
}

.plain-list {
    list-style: none;
}

    .plain-list li {
        list-style-type: none;
    }

.bg-black {
    background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: #36454F !important;
}
