.form-control:focus, .form-control:active, .form-control:visited {
	outline: none !important;
	box-shadow: none !important;
}

.btn:focus, .btn:active, .btn:visited {
	outline: none !important;
	box-shadow: none !important;
}

.disabled {
    pointer-events: none;

    color: #888;
    background-color: #e8e8e8;
}

body {
	margin: auto ;
	
    color: #666;
    /* background-color: #ccc; */
    background-color: #823;
	
	display: flex;
	
	flex-flow: column nowrap;
	
    min-width: 390px;
    max-width: 660px;
	min-height: 100vh;

    font-size: 14px;
}

section {
    /* border-radius: 0.75rem; */

    padding: 40px 8%;
    background-color: #fff;
}

#logo {
	text-align: center;
	
	margin-bottom: 2rem;
    padding-bottom: 1rem;
	
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#logo img {
	height: 40px;
}

h2#page-title {
    text-align: center;
    margin: 1rem auto 2rem;

    font-weight: bold;

    color: #823;
    
    font-size: 1.5rem;
}

.entry {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.entry.info {
    margin: 1.25rem auto;

    text-indent: 1rem;
}

.entry.data {
    margin: 6px 0;
}

.entry.operator {
    margin-top: 1.25rem;
}

.entry.operator button {
    width: 100%;
}

.entry .left {
    flex: 0 0 60px;
    
    text-align: right;
}

.entry .right {
    flex: 1 0 auto;

    text-align: left;

    position: relative;
}

.entry.verification .left {
    flex: 1 0 60%;
}

.entry.verification .left input {
    padding: 0 1.5rem;

    /*
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    */

    height: 2rem;

    border: none;
    border-bottom: 1px solid #ced4da;
}

.entry.verification .right {
    flex: 0 0 auto;
}

.entry .right span {
    position: absolute;

    width: 2rem;

    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);

    border-right: 1px solid #ced4da;

    display: flex;
    align-items: center;
    justify-content: center;
}

input.form-control {
    line-height: 1rem;
    width: 100%;

    font-size: 14px;

    padding-left: 3rem;
}

input.form-control::-webkit-input-placeholder {
    color: #bbb;
}

.entry-separator {
    margin: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#rinfo {
	display: none;
	
	padding-left: 70px;
	
	color: #823;
	font-weight: bold;
}

button {
    border-radius: 1.25rem;
    border: none;

    width: 120px;
    padding: 0.25rem 1.5rem;

    color: #fff;
    background-color: #823;
}

button:hover {
    background-color: #b23;
    cursor: pointer;
}

button:visited,
button:active,
button:focus {
    outline: none;
    border: none;
}

ul {
    margin: 1rem auto;
    padding-left: 2rem;
}

.emphasis {
    font-weight: bold;
    
    margin: 30px auto 20px;

    font-size: 1.25rem;

    text-transform: uppercase;

    color: #823;
}

.question {
    font-weight: bold;
    
    margin-top: 1rem;
    margin-bottom: 0.25rem;

    /* text-indent: 1rem; */

    color: #000;
}

.answer {
    text-indent: 1rem;
}

.answer.extra-indent {
    text-indent: 2rem;
}

.answer.max-indent {
    text-indent: 4rem;
}

div.footer {
    padding: 10px 0;
}
