html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-size: 12pt;
  font-family: sans-serif;
}

.display-flex {
    display: flex;
}

.display-none {
    display:none;
}

.text-transform-capitalize {
    text-transform:capitalize;
}

.text-transform-uppercase {
    text-transform:uppercase;
}

.border-1-solid-black {
    border:1px solid black;
}

.border-1-solid-grey {
    border: 1px solid grey;
}

.border-left-dotted-grey-1 {
    border-left: 1px dotted grey;
}

.border-right-dotted-grey-1 {
    border-right: 1px dotted grey;
}

.padding-0 {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}


.padding-0-important {
    padding: 0 !important;
}

.padding-25 {
    padding: 25px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-25-important {
    padding-top: 25px !important;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-50-important {
    padding-top: 50px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.height-25 {
    height: 25px;
}

.color-black {
    color: black !important;
}

.font-bold {
    font-weight: bold;
}

.font-size-large {
    font-size:large;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-0-important {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-0-important {
    padding: 0 !important;
}

.padding-right-10-important {
    padding-right: 10px !important;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-10 {
    padding-left: 10px;
}

.m_hidden {
    display: none;
}

.color-red {
    color: red;
}

.font-weight-normal {
    font-weight: normal;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-small {
    font-size: small;
}


.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.c_submit input {
    border-radius: 0;
}

.tableCell {
    display: inherit;
}

.whitespace-preserve {
    white-space: break-spaces;
}

input:disabled {
    background-color: unset !important;
}

.numeric {
    text-align: right;
}

.no_wrap {
    white-space: nowrap;
}

.btn-delete {
    border-radius: unset;
}

.btn-add {
    border-radius: unset;
    padding: 0.45rem;
}

.text-hidden {
    visibility: hidden;
}

.margin-0 {
    margin:0;
}

.margin-0-important {
    margin: 0 !important;
}

.margin-25 {
    margin:25px;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-25 {
    margin-left:25px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-top-25{
    margin-top: 25px;
}


.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    visibility: visible;
}


.clear_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    visibility: visible;
}

.spinner {
    display: block;
    position: fixed;
    width: 100px;
    height: 75px;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1005;
}

    .spinner > div {
        z-index: 999;
        background-color: black;
        height: 100%;
        width: 10px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .v-align-top {
        vertical-align: top;
    }

.footer {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.popup-window {
    display: none;
    position: fixed;
    width: 50%;
    min-height: 40%;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 5px solid dimgray;
    background-color: white;
    z-index: 1003;
}


.color-orange {
    color:orange;
}

.color-green {
    color: green;
}

.color-blue {
    color: blue;
}


.background-blanchedalmond {
    background-color: #f9b855;
}

.w-10 {
    width: 10%;
}


.w-20 {
    width:20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-70 {
    width: 70%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.navbar > .container {
    justify-content: unset;
}

.navbar-nav {
    flex-direction: unset;
}

    .navbar-nav .nav-link {
        color: white;
    }

#MeetingRequestContainer .popup-window {
    height: 50vh;
}



@media only screen and (max-height: 855px) {
    #MeetingRequestContainer .popup-window {
        height: 60vh;
    }
    #MeetingRequestContainer .popup-window {
        height: 95vh;
        width: 95vw;
    }
}

@media only screen and (max-height: 700px) {
    .popup-window {
        min-height: 75vh;
    }
    #MeetingRequestContainer .popup-window {
        height: 80vh;
    }
}

@media only screen and (max-height: 600px) {
    #MeetingRequestContainer .popup-window {
        height: 80vh;
    }
}

@media only screen and (max-height: 520px) {
    #MeetingRequestContainer .popup-window {
        height: 100vh;
    }
}


    @media only screen and (max-height: 388px) {
        .popup-window {
            min-height: 100vh;
        }
    }







    @media only screen and (max-width: 1875px) {
        .popup-window {
            width: 50%;
        }
    }

    @media only screen and (max-width: 1680px) {
        .popup-window {
            width: 55%;
        }

        #MeetingRequestContainer .popup-window {
            height: 100vh;
        }
    }

    @media only screen and (max-width: 1530px) {
        .popup-window {
            width: 60%;
        }
    }

    @media only screen and (max-width: 1405px) {
        .popup-window {
            width: 70%;
        }
    }

    @media only screen and (max-width: 1204px) {
        .popup-window {
            width: 80%;
        }
    }

    @media only screen and (max-width: 1155px) {
        .popup-window {
            width: 90%;
        }
    }

    @media only screen and (max-width: 950px) {
        .popup-window {
            width: 100%;
            padding-right: 0px;
        }

        .footer .btn {
            font-size: 13px;
        }
    }

    @media only screen and (max-width: 768px) {
        .cust-meeting-date {
            margin-left: 25%;
            margin-right: 25%;
        }

        #MeetingRequestContainer .popup-window {
            height: 100vh;
        }
    }


    .p-small {
        width: 20%;
        min-width: 250px;
        min-height: 150px;
    }

    .p-medium {
        width: 25%;
        height:25%;
        min-width: 250px;
        min-height: 150px;
    }


    @-webkit-keyframes sk-stretchdelay {
        0%, 40%, 100% {
            -webkit-transform: scaleY(0.4)
        }

        20% {
            -webkit-transform: scaleY(1.0)
        }
    }

    @keyframes sk-stretchdelay {
        0%, 40%, 100% {
            transform: scaleY(0.4);
            -webkit-transform: scaleY(0.4);
        }

        20% {
            transform: scaleY(1.0);
            -webkit-transform: scaleY(1.0);
        }
    }
