﻿
th.thheader {
    cursor: pointer;
    white-space: nowrap;
}

    th.thheader:hover {
        background-color: #fcfcfc;
    }

tr.trDetails {
    cursor: pointer;
}
.noCursor
{
    cursor:default !important;
}

h6.details {
    font-weight: bold;
    padding-top: 15px;
}

.input-text {
    width: 80%;
}

textarea.input-text {
    height: 75px;
}

.profileURL {
    font-size: 1em;
    margin-top: -10px;
    margin-bottom: 10px;
}

.sidebar {
    min-width: 250px;
}

.centeredLoadingDiv {
    left: 50%;
    position: fixed;
}

.sbl-square-to-circle {
    height: 48px;
    width: 48px;
    color: #5a5a5a;
    position: relative;
    display: inline-block;
    animation: rotateSquareToCircle 3s ease infinite;
}

    .sbl-square-to-circle div {
        height: 0;
        width: 0;
        box-sizing: border-box;
        border: 5px solid;
        position: absolute;
        top: 40%;
        color: #233962;
    }

        .sbl-square-to-circle div:nth-child(1) {
            left: 0;
            animation: moveRight 2s ease infinite;
        }

        .sbl-square-to-circle div:nth-child(2) {
            left: 0;
            right: 0;
            margin: auto;
            border-radius: 50%;
            animation: toCircle 2s ease infinite;
        }

        .sbl-square-to-circle div:nth-child(3) {
            right: 0;
            animation: moveLeft 2s ease infinite;
        }

@keyframes moveLeft {
    25% {
        transform: translateX(-19px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-19px);
        border-radius: 50%;
    }
}

@keyframes moveRight {
    25% {
        transform: translateX(19px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(19px);
        border-radius: 50%;
    }
}

@keyframes toCircle {
    50% {
        border-radius: 0%;
    }
}

@keyframes rotateSquareToCircle {
    50% {
        transform: rotate(-270deg);
    }
}


.btn-primary {
    background-color: #5D8DE7;
}

    .btn-primary:hover {
        background-color: #233962;
    }



.sidebar {
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); */
    /*background-image: linear-gradient(180deg, #111111 0%, #6B1407 70%);*/
    /*background-image: linear-gradient(180deg, #111111 0%, #6B1407 70%);*/
    background-image: linear-gradient(180deg, #233962 0%, #5D8DE7 150%);
}

.nav-item a {
    /*color: #222;*/
    color: #f2f2f2;
}

.nav-item:first-of-type {
    padding: .5rem 1rem;
}

.myFirst {
    padding-top: 1em;
}

.form-control-checkbox {
    height: 1.2em;
    width: 1.2em;
    vertical-align: middle;
}


.nav-tabs .nav-item.show .nav-link.myTestClass, .nav-tabs .nav-link.active {
    background-color: #233962;
    color: white;
}

.nav-tabs .nav-item.show .nav-link.myTestClass, .nav-tabs .nav-link {
    color: #111111;
}

.ui-datepicker-calendar td .ui-state-default {
    padding: 0rem;
}

.addNewDiv {
    text-align: right;
    padding: 15px;
}

.top-row {
    height: auto;
    min-height: 3em;
}

@media (max-width: 767.98px) {
    img.navbar-brand {
        max-height: 75px;
    }
}

.mainIcon {
    max-height: 158px;
}

.ql-editor {
    min-height: 200px;
    width: 100%;
}


.containerFull {
    max-width: 100%;
}

.smallerSearchButtons {
    padding: 2px;
}

.noSidePadding {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}

.btn-nowrap {
    white-space: nowrap;
}

tr.completed {
    text-decoration: line-through;
}


.mdc-text-field--filled:not(.mdc-text-field--disabled) {
    /*   background-color: white;*/
}

textarea.moveRight {
    margin-left: 12px;
}


.timepicker .timepicker-button {
    height: 30px;
}

.timepicker {
    min-height: 0px !important;
}

.btn-space-right {
    margin-right: 20px;
}

.acceptBylaws {
    text-align: right;
    font-weight: bold;
}

.myModal1 .close {
    display: none;
}

body {
    padding-bottom: 35px;
}



.fixed-bottom {
    height: 35px;
    /*background-color:#f1f1f1;*/
    color: rgba(255,255,255,0.6);
    background-color: #233962;
    font-size: .75em;
    text-align: center;
    width: 100%;
    align-content: center;
    display: inline;
    border-top: 1px #ccc solid;
}


    .fixed-bottom a {
        color: rgba(255,255,255,0.6);
        text-decoration: underline;
    }

.sidebar {
    margin-bottom: -35px;
    /*height: calc(100vh - 56px); *//* Adjust 56px according to your top navigation height */
    overflow-y: auto;
}

@media (max-width:499.99px) {
    .fixed-bottom {
        font-size: .60em;
    }
}

@media (max-width: 767.98px) {
    .sidebar {
        margin-bottom: 0px;
    }
}


.emailList {
    width: 100%;
    overflow: auto;
}

.meetingBorder {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin-bottom: 20px;
    border-color: #5D8DE7;
}

.trDetailsHover:hover {
    background-color: rgba(0,0,0,.075);
}

.trDetailsAlt {
    background-color: rgba(0,0,0,.05);
}

.noBottomPadding {
    padding-bottom: 0px;
}

.promoName {
    margin-bottom: 0px;
}

.promoNameBold {
    font-weight: bold;
}

.imgDiv {
    max-height: 100px;
    max-width: 100px;
    float: left;
}

.txtDiv {
    float: left;
}

.containerNoMargin {
    margin-left: 0px;
    margin-right: 0px;
}

.borderedBoxForHomepage {
    padding: 10px;
    margin-top: 30px;
}

.alignRight {
    text-align: right;
}

.smallerDate {
    font-size: 0.8em;
    color: #999;
}

@media (min-width: 768px) {
    .main .top-row {
        z-index: 9999;
    }
}

.tdBullet {
    font-size: 0.5em;
    vertical-align: middle;
    margin-top: -5px;
}

.agendaButton {
    margin-top: 10px;
    margin-bottom: 30px;
}

.oiHover:hover {
    cursor: pointer;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.likeVal {
    color: #5a5a5a;
    padding-bottom: 15px;
}

.likeValPointer {
    cursor: pointer;
}

.likeValLiked {
    color: #5D8DE7;
}


.likeValCount {
    font-size: .9em;
}

.commentDispName {
    margin-bottom: 0px;
    font-size: .9em;
    font-weight: bold;
}

.commentDispCompany {
    margin-bottom: 0px;
    font-size: .8em;
    display: none;
}

.commentDispComment {
    margin-bottom: 0px;
    font-size: 1.0em;
    padding-bottom: 10px;
}

.commentRounded {
    background-color: #f6f6f6;
    border-radius: .25em;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    padding-bottom: .2px;
}

.profilePicture {
    border-radius: 50%;
}

.commentPicture {
    padding-top: 5px;
    max-width: 35px;
    width: 100%
}

.commentDate {
    font-size: .65em;
    margin-bottom: 1px;
}
.my-tooltip {
    position: absolute;
    z-index: 1000;
    border: 1px solid black;
    background-color: rgba(32,32,32,0.6);
    border-radius: .5em;
    margin-left: 51px;
    padding: 8px;
    color: white;
}

.my-tooltip-hidden{
    display:none;
}

.editButtonClass
{
    margin-bottom:5px;
}


.popupWidth
{
    min-width:500px;
}

.popupWidth .input-text
{
    width:100%;
}

@media (max-width: 767.98px) {
    .popupWidth {
        min-width: 400px;
    }
}

hr.darker {
    border-top: 1px solid rgba(0,0,0,.5);
}

.btn-standard
{
    color:black;
}

.nav-item:last-of-type {
    padding: 0.5em;
}

.nav-item a:hover {
    background-color: #5D8DE7;
}

.pencil_class {
    width: 16px;
    margin-left: -15px;
    margin-top: -5px;
}

.loginDetails
{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.loginDetailsHeader
{
    padding-top:5px !important;
}

.modal-content 
{
    background-color: white !important;
}