.nav {
    background-color: #113c71;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #113c71; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidebar-btn {
    margin: 12px 0;
}
.title-site {
    font-size: 26px;
    font-weight: bold;
}
/* The navigation menu links */
.sidenav a {
    padding: 5px 5px 5px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #eee7e7;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left 0.5s;
    padding: 5px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media (max-width: 1300px) {
    /* For mobile phones: */
    container {
        width: 100%;
        padding: 0px;
    }

    iframe {
        width: 100%;
        padding: 0px;
    }
}

/* for print button */
.button {
    background-color: rgba(0, 200, 255, 1);
    border: none;
    color: black;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-family: Calibri, sans-serif;
    margin: 1px 1px;
    cursor: pointer;
    width: 65;
    height: 25px;
    border-radius: 10px;
    box-shadow: 0 2px #999;
}

.button:hover {
    background-color: rgba(30, 144, 255, 1);
}

.button:active {
    background-color: rgba(16, 78, 139, 1);
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.button-clicked {
    background-color: rgb(50, 92, 79);
}

.button:focus {
    background-color: rgba(30, 144, 255, 1);
    /* color: whitesmoke; */
    text-shadow: whitesmoke;
    /* border-style: double; */
    box-shadow: 0 3px #666;
    transform: translateY(2px);
    color: black;
}

.btn {
    border: none;
    width: 80px;
    height: 40px;
    color: white;
    font-weight: bold;
}

.btn2 {
    background-color: #3e90f7;
    border: none;
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
}
.btn2:hover {
    background-color: #5192e3;
    text-decoration: none;
}

a.btn2 {
    background: #299542;
    -webkit-appearance: none;
}
a.btn2:hover {
    background-color: #2a893e;
    text-decoration: none;
    -webkit-appearance: none;
}
.btn3 {
    background-color: rgba(0, 191, 255, 1);
    border: none;
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 25px;
    border-radius: 5px;
    width: 225px;
}

.btn3:hover {
    background-color: DodgerBlue;
}

a.btn3 {
    background: #4caf50;
    -webkit-appearance: none;
}
a.btn3:hover {
    background-color: #2a893e;
    text-decoration: none;
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-primary {
    background-color: rgba(0, 200, 255, 1);
    font-size: 18px;
    /* width: 45px; */
}

.btn:focus {
    background-color: rgba(30, 144, 255, 1);
    box-shadow: 2px 2px rgba(27, 27, 27, 0.8);
    transform: translateY(3px);
}

/* to center the website- will center the website on screens that are wider than 500px. On screens that are less than 500px wide, it will span the whole of the page*/
.content {
    max-width: 650px;
    margin: auto;
}

.nav-tabs {
    background-color: #f2f2f2;
}

.btn1 {
    background-color: rgba(0, 191, 255, 1);
    border: none;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
}

/* Darker background on mouse-over */
.btn1:hover {
    background-color: DodgerBlue;
}

.jumbotron {
    padding: 0.1rem 0.1rem;
}

.div1 {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 2px;
}
.div2 {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 5px;
    /* margin-bottom: 5px;
        margin-top:5px;
        padding:2px; */
}
.div3 {
    text-align: justify;
    text-justify: inter-word;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2px;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* sets the color of the background of the popup */
.blocker {
    background-color: rgba(0, 0, 0, 0.5);
}

.jqmodal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;

    /* determines posiition of modal pop up */

    left: 30% !important;
    bottom: 10% !important;
}
.frame {
    /* width: 300px;
    height: 250px; */
    border: 1px solid #005a9c;
    /* background: #DodgerBlue; */
    /* margin: auto;
    padding: 15px 10px; */
}
@media screen and (max-width: 600px) {
    .jqmodal {
        left: 0% !important;
        bottom: 0% !important;
    }
}

.sidebar-collapse {
    display: flex;
}
.logo-side {
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.btn-grey {
    background-color: #efefef !important;
    color: black !important;
    font-weight: normal !important;
}
.btn-grey:hover {
    background-color: white !important;
    color: black !important;
}
