﻿body {
    font-family: 'LatoWeb';
}

* {
    box-sizing: border-box;
}

/* The Modal (background) */
.modal {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 7%;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Enable scroll if needed */
    background-color: #474e5d;
}

/* Modal Content/Box */
.modal-content {
    position: absolute;
    left: 40%;
    top: 30%;
    width: 310px;
    height: 180px;
    overflow: hidden;
    background-color: #fefefe;
    border: 1px solid #888;
}

.header {
    position: absolute;
    width: 100%;
    height: 10%;
    padding: 5px 0px 5px 5px;
    margin: 3px 3px 3px 3px;
    text-align: left;
    background-color: lightgrey;
}

.container {
    font-size: 12px;
    text-align: left;
    margin-top: 10%;
    padding: 10px 30px 0px 30px;
}

hr {
    position: absolute;
    margin: 0px 3px 0px 3px;
    margin-top: 20%;
}

.footer {
    position: absolute;
    margin: 0px 5px 0px 5px;
    margin-top: 22%;
    padding-right: 20px;
    width: 100%;
}

/* Set a style for all buttons */
button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

    button:hover {
        opacity: 1;
    }

.okbtn, .oksinglebtn, .cancelbtn {
    float: right;
    background-color: #ccc;
    text-align: center;
    color: black;
    border: 1px solid lightgrey;
    width: 50px;
    height: 20px;
    margin-left: 8px;
    padding: 0;
}

.cancelbtn, .oksinglebtn {
    margin-right: 20px;
}

/* Clear floats */
.clearfix {
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 2FA Start*/
.twoFA-modal-content {
    position: absolute;
    left: 40%;
    top: 30%;
    width: 310px;
    height: 230px;
    overflow: hidden;
    background-color: #fefefe;
    border: 1px solid #888;
}

.twoFAContainer {
    font-size: 12px;
    padding: 10px 30px 0px 30px;
}

.twoFA-footer {
    position: absolute;
    margin: 0px 5px 0px 5px;
    padding-right: 20px;
    width: 100%;
}

.AuthBtn {
    text-decoration: none;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    /*height: 35px;*/
}

.AuthBtnActive {
    color: white !important;
}

.AuthBtnDim {
    filter: alpha(opacity=50);
    opacity:0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.AuthDialogBtn {
    background-color: transparent;
    border: none;
    text-align: right;
    padding: 10px;
    margin: 0px;
}

.AuthCloseBtn {
    background-color: #88CC00;
    width: 40%;
    opacity: 0.9;
}

.parent {
    font-size: 0px;
    text-align: center;
}


.box {
    display: inline;
    zoom: 1;
    vertical-align: top;
    width: 40%;
    padding: 10px;
}

.smallBtn {
    padding: 0px;
    margin: auto;
}
/*2FA End*/

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
    .okbtn, .cancelbtn {
        width: 100%;
    }
}
