@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@200;300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-size: 29px;
    scroll-behavior: smooth;
}

h1, h2, h3 {
    font-family: 'poppins';
}

p {
    font-family: 'dm sans';
}

.content h1 {
    font-family: 'poppins';
    font-weight: 600;
}

body {
    font-family: 'raleway', sans-serif;
    font-weight: 300;
    height: 100%;
    overflow-x: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.jconfirm-content {
    font-size: large;
}

.modal-header {
    padding:.5rem;
}
.modal-title {
    font-size: 1rem;
    line-height: 1rem;
}
.modal-footer{
    padding: 0 !important;
}

.modal-footer button {
    font-size: .7rem;
    line-height: .7rem;
}

header {
    padding: .4em .9em .4em 2.1em;
    font-size: 1.01rem;
    position: fixed;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


    header a {
        text-decoration: none;
        color: #FFFFFD;
    }

        header a.logo {
            font-weight: 800;
            color: #FFFFFD;
            font-size: 1.1em;
            font-family: 'poppins';
        }

    header nav ul {
        font-family: 'Raleway', sans-serif;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        header nav ul li a {
            font-size: .57em;
            padding: 2em;
            font-weight: 400;
            letter-spacing: .25em;
            -webkit-transition: color .076s linear;
            transition: color .076s linear;
        }

          /*  header nav ul li a:hover {
                color: #008E99;
            }*/

.nav-links {
    white-space: nowrap;
}

    .nav-links li a {
        text-decoration: none;
        color: #242424;
        font-weight: bold;
    }

.nav-link {
    padding: 0.5rem 1rem;
}
    .nav-link:hover, .nav-link:focus {
        color: #008E99;
    }
.burger {
    color: #008E99;
    display: none;
}

.wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: auto;
    grid-template-columns: auto;
    position: relative;
    /*width: 100vw;*/
    padding-top: 5em;
}

/*.login-wrapper {
    height: 92vh;
    padding-top: 0;
}*/

.text-color-ph {
    color: #008E99;
}

.transp {
    opacity: 1;
    /*background: none;*/
    background-color: white; /*delete*/
    transition: 300ms ease-in-out;
}

.menu_shadow {
    opacity: 1;
    /*background: none;*/
    background-color: white; /*delete*/
    transition: 300ms ease-in-out;
    box-shadow: 0px 2px 5px #008E99;
}

.dept_logo {
    height: 45px;
}
.menu_logo {
    height: 40px;
    display: none;
}

.logo_show {
    display: inline-block;
}

.logo_hide {
    display: none;
}

.row-ph {
    display: flex;
    flex-wrap: wrap;
    width:100%;
}

.control-pointer-ph {
    cursor: pointer;
}

.tableMenuContainer {
    padding: 0 5px 0 5px;
}

.chat-button {
    width: 100px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 16px;
    cursor: pointer;
    z-index: 1000;
}

.fs-7 {
    font-size: .7rem !important;
}
.fs-8 {
    font-size: .5rem !important;
}

.fs-9 {
    font-size: .3rem !important;
}
.hr-ph {
    margin-top: 0.4em !important;
    margin-bottom: 0.8em !important;
}
.form-wrap-ph {
    margin: 0em 2.1em;
    display: flex;
}

    .form-wrap-ph h5 {
        font-weight: 600;
        color: #00bac8;
    }

.fw6-ph {
    font-weight: 600;
}
.profile-pic {
    border-radius: 0.5rem;
}

.img-responsive-ph {
    width: 100%;
    height: auto;
}
.margin-right1-ph {
    margin-right: 1vh;
}
.margin-top1-ph {
    margin-top: 1vh;
}
.margin-left1-ph {
    margin-left: 1vh;
}
.margin-top2-ph {
    margin-top: 2vh;
}
.flex-container-ph {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.form-control-ph {
    padding: 0.1rem 0.3rem;
    font-size: .7rem;
}

.card-ph {
    border: 2px solid #008E99;
    border-radius: 0.5rem;
    box-shadow: 6px 6px 10px 0rem gray;
}

/* PH custom */

.grid-ph {
    width: 100%;
    border: 1px solid grey;
    color: #383838;
    font-size: 0.7rem;
}

    .grid-ph a {
        text-decoration: none !important;
    }

    .grid-ph td, th {
        color: #383838;
        padding: 5px;
        border: 1px solid grey;
        text-align: center;
        vertical-align: top;
    }

    .grid-ph th {
        color: #1b6ec2;
    }

    .grid-ph td a {
        color: #383838;
    }

@media only screen and (max-width: 1650px) {
}
@media only screen and (max-width: 1500px) {
}
@media only screen and (max-width: 1435px) {
}
@media only screen and (max-width: 1375px) {
}
@media only screen and (max-width: 1340px) {
    html {
        font-size: 27px;
    }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1240px) {
}
@media only screen and (max-width: 1220px) {
    html {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1140px) {
}
@media only screen and (max-width: 1075px) {
    html {
        font-size: 22px;
    }

    header nav ul li a {
        padding: 2em 1.3em 1.3em 2em;
    }
}

@media only screen and (max-width: 1030px) {
    html {
        font-size: 21px;
    }
}

@media only screen and (max-width: 985px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (max-width: 930px) {
    html {
        font-size: 19px;
    }

    header nav ul li a {
        padding: 2em .8em .8em 2em;
    }
}

@media only screen and (max-width: 890px) {
    html {
        font-size: 18px;
    }
    .form-control-ph {
        font-size: .8rem;
    }

    .fs-8 {
        font-size: .7rem !important;
    }
}

@media only screen and (max-width: 845px) {
    html {
        font-size: 17px;
    }
}

@media only screen and (max-width: 800px) {
    html {
        font-size: 16px;
    }

    .wrapper {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 770px) {
    html {
        font-size: 16px;
    }
    header {
        padding: .4em 2.1em;
        align-items: center;
    }

        header nav ul li a {
            padding: 0;
        }

    .nav-links {
        position: absolute;
        right: 0%;
        top: 5.5vh;
        width: 20vw;
        justify-content: space-around;
        flex-direction: column;
        align-items: start;
        background-color: white;
        padding: 0 2vw;
        transform: translateX(100%);
        transition: 200ms ease-in-out;
        white-space: nowrap;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .nav-link {
        padding: 0.5rem 0;
    }       

    .burger {
        display: block;
        cursor: pointer;
    }
    .chat-button {
        width: 75px;
    }
}
.nav-active {
    transform: translateX(0%);
}

@media only screen and (max-width: 660px) {
}

@media only screen and (max-width: 575px) {
    .profile-pic-frame {
        width: 50%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 500px) {
    .nav-links {
        width: 25vw;
    }
}

@media only screen and (max-width: 460px) {
   
}

@media only screen and (max-width: 435px) {
}

@media only screen and (max-width: 420px) {
}

@media only screen and (max-width: 390px) {
    .nav-links {
        width: 30vw;
    }
}