﻿html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}
a {
  background: transparent;
}

img {
  border: 0;
}

button,
input {
  -webkit-appearance: none; 
  cursor: pointer; 
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
.Interview_Layout_Heading {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.5rem;
}
.Interview_Error {
    color: red;
    font-weight: bold;
}
input .bo-error {
    background-color: indianred;
}
li.bo-error {
    color: red;
}
.BO_Interview {
    background-color: azure;
    margin-top: 5px !important;
    padding: 2px;
}
.BO_Interviewalt {
    background-color: aliceblue;
    margin-top: 5px !important;
    padding: 2px;
}
.Interview_Action_Panel {
    padding: 5px;
}
.Interview_ActionPanel_Navigation {
    padding: 5px;
}

    .Interview_ActionPanel_Navigation input[type=button] {
        background-color: #0271ff;
        border-color: #0271ff;
        font-size: 1rem;
        border-radius: 8px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
        display: inline-block;
        padding: 0.5rem 1rem;
        font-family: var(--bs-btn-font-family);
        font-size: 1rem;
        color: #FFFFFF;
        border-width: 1px;
        text-align: center;
        box-sizing: border-box;
        text-decoration: none;
        vertical-align: middle;
        font-weight: 200;
        line-height: 1.5;
        cursor: pointer;
        margin-right: 10px;
    }

.score {
    color: blue !important;
    font-size: 18px;
}
.score-msg {
    color: red;
}
.bo-error {
    color: indianred;
    font-weight: bold;
}
