﻿.tab {
    overflow: hidden;
    background-color: inherit;
    flex: 0 1 auto;
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 17px;
        display: inline-block;
        margin: 0px auto;
        text-align: center;
        align-items: center;
    }

        .tab button p {
            padding-bottom: 100px;
            font-size: 18px;
        }

        .tab button img {
            height: 100px;
            width: 100px;
            display: flex;
            margin-top: 50px;
            margin-left: 60px;
            position: absolute;
        }

        .tab button .tablinks span {
            display: flex;
            top: 0;
            left: 0;
            position: absolute;
        }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

.tablinks {
    height: 200px;
    width: 254px;
    z-index: 2;
    padding-bottom: 60px;
}

    .tablinks img {
    }

    .tablinks button span {
        display: block;
        top: 0;
        left: 0;
    }


/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: 1px solid #ccc;
}

    .tabcontent h3 {
        color: #1d3a81;
        text-decoration: solid;
    }

body {
    font-family: Arial, Helvetica, sans-serif;
}

footer {
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
input {
    background-color: #1D3A81;
    color: white;
    padding: 10px 20px;
    margin: 0px auto;
    border: none;
    cursor: pointer;
    width: 50%;
    align-content: center;
}

    input:hover {
        opacity: 0.8;
    }

text {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Arial';
}
/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
/*.imgcontainer {
                       text-align: center;
                       margin: 24px 0 12px 0;
                       position: relative;
                   }*/


/*#overlay {
                       position: fixed;
                       display: none;
                       left: 0px;
                       top: 0px;
                       right: 0px;
                       bottom: 0px;
                       background: rgba(255,255,255,.8);
                       z-index: 999;
                   }
                   #popup {
                       position: fixed;
                       width: 400px;
                       height: 300px;
                       background: rgb(255,255,255);
                       border: 5px solid rgb(90,90,90);
                       left: 0px;
                       right: 0px;
                       top: 0px;
                       bottom: 0px;
                       margin: auto;

                   }*/

#overlay {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(255,255,255,.8);
    z-index: 999;
}

#popup {
    position: fixed;
    width: 800px;
    height: 500px;
    background: rgb(255,255,255);
    border: 5px solid rgb(90,90,90);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

#my-popup-content {
    width: 790px;
}

    #my-popup-content img {
        display: block;
        justify-content: center;
        margin-left: 275px;
        margin-right: auto;
    }

    #my-popup-content p {
        margin-bottom: 10px;
    }

    #my-popup-content label {
        display: flex;
        justify-content: initial;
        margin-left: 125px;
    }

    #my-popup-content input[type=checkbox] {
        margin-right: -125px;
    }

.ModalOpen {
    overflow: hidden;
}

.wrapper {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    z-index: 0;
}

.is-visuallyHidden {
    opacity: 0;
}

img {
    /* or absolute */
    position: fixed;
    display: block;
    margin: 0px auto;
    text-align: center;
}

    img.avatar {
        width: 40%;
        border-radius: 50%;
        padding-top: 20%;
    }

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}
/*Modal Content/Box*/
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /*  Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: red;
        cursor: pointer;
    }

#wrapper {
    width: 980px;
    margin: auto
}

ul.my-list-style {
    list-style: none;
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.my-list-style:hover {
        pointer-events: none;
    }

#infolist li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    background: #fafafa;
    border: 2px solid black;
    height: auto;
    width: 200px;
    pointer-events: none;
    padding: 5px;
}

#questions li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    width: 200px;
    pointer-events: none;
    padding-bottom: 10px;
    text-align: center;
}

h2, h3 {
    display: block;
    margin: 0px auto;
    text-align: center;
}

p {
    display: block;
    margin: 0px auto;
    text-align: center;
}
