/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
html5reset
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
html, body, #wrapper
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

html {
    background: #fff;
    font-size: 10px;
    color: #222;
    font-family: 'droid sans', Helvetica, Arial, sans-serif;
}

body {}

#wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#wrapper.contact {
    width: 800px;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
header
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

header {
    height: 85px;
    position: relative;
}

#wrapper.contact header {
    width: 800px;
}

.interior header {
    height: 105px;
    border-bottom: 1px solid #4073FF;
}

#logo {
    position: absolute;
    top: 15px;
    left: 30px;
}

#logo img {}

#company-name,
#report-count {
    float: right;
    position: relative;
    top: 30px;
    right: 15px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    height: 45px;
}

#report-count {
    clear: both;
    top: 0px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    height: 15px;
    margin-bottom: -15px;
}

#report-count .update {
    color: green;
    font-weight: bold;
}

nav {
    clear: both;
    position: relative;
    top: 0px;
    padding: 5px 10px;
    float: right;
    color: #1B316E;
    font-size: 13px;
}

nav a {
    color: #1B316E;
    display: inline-block;
    padding: 5px 7px;
    font-weight: bold;
    cursor: pointer;
}

nav a:hover {
    color: #3f72ff;
}

nav form {
    display: inline-block;
}

nav input {
    color: #6e1b1b;
    display: inline-block;
    padding: 3px 7px;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 13px;
}

nav input:hover {
    color: #ff3f3f;
    text-decoration: underline;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
#content
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#content {
    height: 400px;
    position: relative;
    background: url(../images/bg-content-home.jpg) 0 0 no-repeat;
    background-size: cover;
}

.white-trans {
    background: url(../images/bg-white-trans.png) 0 0 repeat;
}

.button {
    padding: 8px 15px 14px 10px;
    background: #eee url(../images/bg-button.png) 0 0 repeat-x;
    border: 1px solid #ccc;
    color: #555;
    word-spacing: -1px;
    cursor: pointer;
    font-family: helvetica, arial, sans-serif;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 250px;
    height: 36px;
}

a.button.menu-button {
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.button.flex {
    width: auto;
    height: auto;
    padding: 4px 6px 5px;
    font-size: 11px;
}

.button-short {
    height: 32px;
    padding-top: 6px;
    font-size: 12px;
    width: 220px;
    background-position: 0 -10px;
}

.button-mini {
    width: 75px;
}

.button-small {
    width: 155px;
}

.button-medium {
    width: 200px;
}

.button-large {
    width: 230px;
}

.button-left {
    float: left;
    margin-top: 0;
}

.button-right {
    float: right;
    margin-top: 0 !important;
}

.button+.button,
.button+br+.button {
    margin-top: 8px;
}

.button span {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    position: relative;
    top: -3px;
    margin-bottom: -12px;
    margin-right: 10px;
}

.button-short span {
    height: 16px;
    width: 16px;
    margin-right: 6px;
    top: 0;
}

.button.edit span {
    background: url(../images/icon-edit.png?1) 0 0 no-repeat;
}


.button.question span {
    background: url(../images/icon-question.png?1) 0 0 no-repeat;
}

.button.button-short.edit span {
    background: url(../images/icon-edit-16.png) 0 0 no-repeat;
}

.button.search span {
    background: url(../images/icon-search.png?1) 0 0 no-repeat;
}

.button.button-short.search span {
    background: url(../images/icon-search-16.png) 0 0 no-repeat;
}

.button.file-add span {
    background: url(../images/icon-add-file.png?1) 0 0 no-repeat;
}

.button.lock span {
    background: url(../images/icon-lock.png?1) 0 0 no-repeat;
}

.button.order span {
    background: url(../images/icon-order.png?1) 0 0 no-repeat;
}

.button:hover {
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #333;
}

.button:hover small {
    color: #282828;
}

.button:active {
    background: #ddd url(../images/bg-button-active.png) 0 bottom repeat-x;
    border: 1px solid #bbb;
}

.button small {
    font-size: 11px;
    position: relative;
    top: -5px;
    line-height: 1.2em;
    color: #444;
    text-align: center;
    float: right;
    width: 180px;
}

#logo-ergo {
    float: left;
    position: relative;
    top: 30px;
    left: 30px;
    padding: 15px;

}

#logo-ergo img {
    width: 200px;
}

#login-box {
    position: absolute;
    right: 30px;
    bottom: 30px;
    min-width: 220px;
    min-height: 60px;
    padding: 10px 20px;
    float: right;
    max-width: 240px;
}

#login-box h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 3px;
}

#login-box .message,
.message {
    color: #d00;
    font-size: 14px;
    margin-bottom: 6px;
}

#login-box .row {
    width: 260px;
    height: 22px;
    margin-bottom: 3px;
}

#login-box .row label {
    display: block;
    float: left;
    width: 80px;
    font-size: 14px;
    padding-top: 4px;
}

#login-box .row input {
    display: block;
    float: left;
    width: 151px;
    font-size: 14px;
    border: 1px solid #222;
    padding: 2px;
}

#login-box input#submit {
    float: right;
    background: #222;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #fff;
    cursor: pointer;
}

#login-box input#submit:hover {
    border: 1px solid #222;
    color: #222;
    background: #fff;
}

#myProgress {
    width: 40%;
    background-color: #ddd;
}

#myBar {
    width: 0%;
    height: 10px;
    background-color: #04AA6D;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
article
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

article {
    float: left;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 25px;
}

#wrapper.contact article {
    width: 515px;
}

header+article {
    padding-top: 35px;
}

h1 {
    font-size: 17px;
    color: #222;
    margin-bottom: 8px;
}

h2 {
    font-size: 14px;
    color: #222;
    margin-bottom: 15px;
}

#quick-links h2 {
    margin-bottom: 30px;
}

p {
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 1.4em;
}

section.block {
    padding-top: 30px;
    float: left;
    clear: left;
}

.block .left {
    float: left;
    width: 300px;
}

.block .right {
    float: right;
    width: 415px;
}

.block .message-box {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 15px;
    background: #eee;
}

.block .message,
.block .message-details {
    margin-bottom: 4px;
}

.block .message,
.block .message-success {
    color: #0b0;
    font-weight: bold;
}

.block label {
    font-size: 14px;
}

.block p,
.block .left p,
.block .right p {
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 1.1em;
}

.block #chngePswd_frm input {
    width: 198px;
    margin-left: 30px;
    margin-right: -30px;
}

div.shaded-box {
    border: 1px solid #4073FF;
    border-width: 1px 0;
    background: #eee;
    padding: 10px 15px;
    margin-left: -15px;
    overflow: hidden;
}

.shaded-box label {
    font-size: 13px;
    float: left;
    width: 45px;
    padding-top: 8px;
    font-weight: bold;
}

.shaded-box .input-wrapper+label {
    width: 310px;
    margin-top: 15px;
    clear: both;
}

.shaded-box .input-wrapper {
    float: left;
    width: 645px;
    font-size: 12px;
}

.shaded-box .input-wrapper input[type=text] {
    border: 1px solid #ddd;
    background: #fff;
    padding: 2px;
}

.shaded-box .input-wrapper input[type=file] {
    float: left;
    clear: left;
    max-width: 600px;
    min-width: 200px;
    margin-left: 10px;
    margin-bottom: 5px;

}

.shaded-box .input-wrapper+label+.input-wrapper {
    width: 100px;
    margin-top: 17px;
}

.shaded-box .input-wrapper+label+.input-wrapper input {
    width: 94px;
}

.shaded-box #list-of-files div {
    margin-bottom: 5px;
    font-size: 12px;
}

.shaded-box .input-wrapper input[type=button] {
    margin-left: 10px;
}

.shaded-box form button {
    float: right;
    margin-top: 15px;
    margin-right: 0px;
}

#list_of_files {
    clear: both;
    margin-top: 10px;
}

#list_of_files div {
    font-weight: bold;
    font-size: 13px;

}

#list_of_files div span {
    color: #4073FF !important;
}

.block table {
    width: 430px;
    margin-left: -15px;
    font-size: 11px;
    margin-bottom: 15px;
    padding-right: 15px;
}

.block .expandable {
    display: none;
}

.block table thead {
    font-size: 12px;
    font-weight: bold;

}

.block table thead tr th {
    padding-bottom: 5px;
    padding-left: 15px;
    line-height: 1.2em;
    border-bottom: 1px solid #4073FF;
}

.block table tbody {}

.block table tbody tr td {
    padding: 8px 15px;
}

.block table tbody tr.shaded td {
    background: #eee;
}

.block table tfoot tr td {
    border-top: 1px solid #4073ff;
    padding-top: 15px;
}



table.department-info label {
    font-weight: bold;
    font-size: 13px;
}

table.department-info td input[type=text],
table.department-info td select {
    width: 200px;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
aside
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

aside {
    float: right;
    max-width: 800px;
    margin-bottom: 25px;
    padding-top: 55px;
    margin-left: 2px;
}

#wrapper.contact aside {
    width: 232px;
}

#other-products {
    width: 230px;
    min-height: 200px;
    height: 266px;
    border: 1px solid #426489;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
#list-manager
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#list-manager h2 {
    padding-top: 25px;
}

#list-manager thead {}

#list-manager th {
    font-weight: bold;
    font-size: 13px;
    border: 0;
}

#list-manager td {
    font-size: 12px;
    vertical-align: top;
    padding-top: 10px;
    border: 0;
}

#iconpath {
    position: relative;
    cursor: pointer;
    text-align: center;
}

#iconpath #icon-dropdown {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    width: 100px;
    min-height: 80px;
    text-align: center;
    background: #eee;
    border: 1px solid #ddd;
}

#iconpath:hover #icon-dropdown,
#iconpath#icon-dropdown:hover {
    display: block;
}

#iconpath #icon-dropdown img {
    padding: 4px 0;
}

#iconpath #icon-dropdown div {
    width: 22px;
    padding-top: 1px;
    padding-bottom: 2px;
    height: 22px;
    float: left;
    text-align: center;
}

#iconpath #icon-dropdown div img {
    width: 16px;
}

#iconpath #icon-dropdown div:hover {
    background: #ccc;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
table
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.x-tabs-wrap {
    border-bottom: 1px solid #3f72ff;
}

.x-tabs-strip>tbody>tr>td.on>a {
    background: none;
    border: 1px solid #3f72ff;
    border-bottom: 2px solid #fff;
}

.x-tabs-strip>tbody>tr>td>a {
    background: none;
    border: 0;
}

.x-tabs-strip .x-tabs-text,
.x-tabs-strip .on .x-tabs-text {

    color: #1B316E;
}

.x-tabs-strip .x-tabs-text:hover {
    color: #3f72ff;
}

.x-tabs-left,
.x-tabs-right {
    background: none !important;
}

.x-tabs-body {
    border: 0px solid #3f72ff;
    border-top: 0;
}

.table-column {
    float: left;
    width: 160px;
    padding: 10px 15px 5px;
    font-size: 11px;
    line-height: 1.4em;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

#table-column-1 {
    padding-left: ;
    width: 0;
    padding: 0;
}

#table-column-2 {
    width: 300px;
    padding-top: 2px;
    padding-left: 15px;
}

#table-column-3 {
    width: 600px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#flagDesc {
    width: 150px;
}

.title {
    float: left;
    width: 80px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.6em;
    font-family: helvetica, arial, sans-serif;
    color: #1B316E;
    padding-top: 15px;
    text-align: center;
    height: 40px;
    margin-top: 25px;
}

.viewing-type {
    font-size: 12px;
    letter-spacing: 1px;
}

#contact-form {
    margin-left: 70px;
}

table .row {
    float: left;
    width: 580px;
    height: 27px;
}

#contact-form .row {
    float: left;
    clear: left;
}

.row #title-1,
.row #title-2 {
    width: 185px;
    margin-left: 100px;
    font-size: 16px;
    float: left;
    color: #1B316E;
}

table .row label,
#contact-form .row label {
    float: left;
    width: 90px;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    padding-top: 5px;
}

#contact-form .row label {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

table .row label+div,
table .row label+input,
table.row select {
    float: left;
    width: 210px;
}

table .row label+input {
    width: 208px;
    margin-right: 0px;
}

#contact-form .row input,
#contact-form .row textarea {
    width: 320px;
    margin-bottom: 10px;
    float: right;
}

#contact-form button {
    clear: both;
}

#contact-form .row textarea {
    height: 85px;
}

table input[type=submit] {
    border: 1px solid #ccc;
    background: #eee url(../images/bg-button.png) 0 -10px repeat-x;
    color: #555;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-family: helvetica, arial, sans-serif;
    padding: 1px 4px;
}

table input[type=submit]:hover {
    background-color: #ddd;
    border: 1px solid #bbb;
}

#table-column-3 input[type=submit] {
    float: right;
    position: relative;
    top: -20px;
    margin-bottom: -15px;
    margin-right: 50px;
    font-size: 11px;
    padding: 3px 5px;

}

.x-tabs-item-body form>table {
    margin: 0 5px;
    containerAreaSM width: 95%;
}

.standardColumnHeaders,
.testComponents {
    color: #3f72ff;
    font-size: 12px;
    padding: 2px 5px;
    letter-spacing: 2px;
    line-height: 1.3em;
}

.standardColumnHeaders {
    font-weight: bold;

}


.shadedCell {
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.unShadedCell,
.shadedCell,
.evenHeader,
.oddHeader {
    padding: 3px 5px;
    vertical-align: middle;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
}

.evenHeader {
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.oddHeader {
    background: #bbb;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.unShadedCell {
    padding: 4px 5px;
}

.unShadedCell a,
.shadedCell a {
    color: #1B316E;
}

.unShadedCell a:hover,
.shadedCell a:hover {
    color: #3f72ff;
}

.unShadedCell img,
.shadedCell img {
    width: 9px;
    height: 10px;
}

.x-tabs-item-body form+br+table {
    font-size: 14px;
    width: 95%;
}

.x-tabs-item-body form+br+table td {
    padding: 5px;
    line-height: 1.4em;
}

.x-tabs-item-body form+br+table span {
    color: #1B316E;
}

.x-tabs-item-body form+br+table span:hover {
    color: #3f72ff;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
upload
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.set {
    clear: both;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}

.set label {
    min-width: 200px;
}

.set .input-wrapper {
    width: 480px;
}

.set .input-wrapper input[type=text],
.set .input-wrapper input[type=file],
.set .input-wrapper select,
.set .input-wrapper textarea {
    width: 480px;
}

.set .input-wrapper textarea {
    min-height: 60px;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
candidate details
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.print {
    cursor: pointer;
    float: right;
}

#post-title,
.tab-title {
    font-size: 16px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.3em;
    letter-spacing: 4px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.head {
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.3em;
    letter-spacing: 3px;
    font-weight: normal;
    vertical-align: baseline;
    padding-bottom: 10px;
}

.tab-bar {
    border-bottom: 1px solid #3f72ff;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
    width: 880px;
    position: relative;
    z-index: 999;
}

.tab-bar .tab {
    font-size: 12px;
    letter-spacing: 2px;
    color: #1B316E;
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    padding: 4px 6px;
    background: #fff;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #fff;
}

.tab-bar .tab.active {
    border: 1px solid #3f72ff;
    border-bottom: 2px solid #fff;
    position: relative;
    z-index: 999;
    padding-bottom: 4px;
    margin-bottom: -1px;
}

.tab-bar .tab:hover {
    color: #3f72ff;
}

.tab-content {
    padding-bottom: 25px;
    position: relative;
    left: 0;
    top: 0px;
    clear: both;
}

/*
@-moz-document url-prefix() {
	.tab-content table.ResultsTable {
		position:relative;
		top:0;
		left:-750px;
	}
	
	.tab-content {
		top:40px;
		margin-bottom:40px;	
	}
	
	#individual-results {
		padding-bottom:25px;	
	}
}
*/

#tab-content-1 table.sortable tr td:first-child {
    font-weight: bold;
}

#tab-content-1 table.sortable tr td:nth-child(3) {
    font-size: 11px;
    line-height: 1.35em;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 0;
}

#individual-results {
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.4em;
}

#individual-results #wrapper {
    padding-left: 25px;
    padding-right: 25px;
}

#individual-results header {
    height: 50px;
    border-bottom: 0px;
    width: 900px;
}

#individual-results header #post-title {
    width: 750px;
    float: left;
}

#individual-results header .print {
    margin-top: 25px;
}

.subtitle td {
    margin-top: 25px;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.subtitle.needs-room td {
    margin-top: 15px;
}

.subtitle td,
.subheading td {

    padding: 5px 0 5px 25px;
    background: #e7f2fa;
    color: #689fc6;
}

.needs-room.subtitle td {
    height: 25px;
}

.odd,
.even {}

.odd>td:first-child,
.even>td:first-child,
.heading>td:first-child {
    text-align: right;
    border-left: 25px solid #fff;
}

.hiddenTd,
.hiddenTd>td {
    display: none;
}

.subtitle td.blue,
.subheading td:first-child {
    border-left: 25px solid #fff;
    height: 18px;
}

.subtitle td.blue+td.blue {
    border-left: 0;
    text-align: right;
    padding-right: 20px;
    border-right: 15px solid #fff;
}

.subtitle td.show-hide {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff !important;
    cursor: pointer;
    padding-left: 0;
}

.subtitle td.show-hide:hover {
    color: #4b84ad;
}

.even td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.odd+.heading td,
.even+.heading td {
    border-top: 25px solid #fff;
}

.heading td,
.heading-b td {
    background: #ddd;
    border-bottom: 15px solid #fff;
}

.heading>td:first-child {
    border-left: 0;
}

.even td,
.odd td,
.heading td,
.heading-b td {
    padding: 3px 5px;
    vertical-align: middle;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: Verdana, Geneva, sans-serif;
}

.second {
    letter-spacing: 0 !important;
    line-height: 1.3em !important;
}

td.third {
    text-align: right;
    width: 0 !important;
    padding: 0;
}

.heading td.third {
    display: table-cell;
    width: auto !important;
    padding-right: 25px !important;
}

.fourth {
    min-width: 225px;
    text-align: center;
}

.heading td {
    padding: 5px 5px;
}

.odd td {
    padding: 4px 5px;
}

.even a,
.odd a {
    color: #1B316E;
}

.even a:hover,
.odd a:hover {
    color: #3f72ff;
}

.odd td p img,
.even td p img,
.heading td p img {
    position: relative;
    top: 2px;
}

td p {
    margin-bottom: 2px;
    font-size: 11px;
}

td p span {
    position: relative;
    top: -4px;
}

.show-hide-text {
    cursor: pointer;
}

.footnote {
    font-size: 10px;
    line-height: 1.3em;
    text-align: left;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
list display
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#clientView .x-tabs-strip-wrap {
    display: block;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
}

#list-search-form,
#get-current-list {
    position: absolute;
    max-width: 40%;
    max-height: 80%;
    left: 280px;
    top: 40px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .4);
    display: none;
}

.closing-list-search-form {
    position: absolute;
    max-width: 40%;
    max-height: 80%;
    left: 280px;
    top: 40px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .4);
    display: none;
}

#list-search-form .row,
#get-current-list .row {
    width: 345px;
    clear: both;
}

#list-search-form .row label+div div+div,
#get-current-list .row label+div div+div {
    float: right !important;
    position: absolute;
    right: 0;
    top: 3px;
}

#list-search-form .row label,
#get-current-list .row label {
    text-align: left;
    width: 95px;
    float: left;
    font-weight: bold;
    padding-top: 5px;
}

#list-search-form .row input,
#list-search-form .row select,
#get-current-list .row input,
#get-current-list .row select {
    width: 208px;
    padding: 2px;
    padding-top: 5px;
    float: left;
}

#list-search-form .row input[type=checkbox] {
    width: 15px;
    padding: 0;
    text-align: left;
    margin-left: 0;
}

#list-search-form .row select,
#get-current-list .row select {
    margin-right: 27px;
}

#list-search-form .row input.button {
    width: 100px;
    float: right;
    margin-right: 35px;
}

#clientView .x-tabs-item-body {
    position: relative;
    height: 573px;
    overflow: hidden !important;
}

/*  This code affects the calendar in the FROM & TO search boxes, hiding any part of it that overflows outside of the div container  */
/*#clientView .x-tabs-item-body form {
	overflow:hidden !important;	
}*/

#clientView .x-tabs-item-body img {
    width: 13px;
    height: auto;
}

div#candidate-numbers {
    padding: 8px 10px;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
    border-bottom: 1px solid #3f72ff;
    font-family: helvetica, arial, sans-serif;
    line-height: 26px;
    letter-spacing: 1px;
}

#toolbar {
    bottom: 0;
    right: 0;
    left: 0;
    background: #eee;
    border-top: 1px solid #aaa;
    padding: 5px 10px 0;
    font-size: 12px;
    font-family: helvetica, arial, sans-serif;
    height: 75px;
}

#toolbar a {
    font-weight: bold;
    text-decoration: underline;
    colro: #333;
}

.toolbar-row {
    position: relative;
    clear: both;
    overflow: hidden;
    padding-bottom: 5px;
    max-width: 960px;
    margin: 0 auto;
}

.toolbar-row#toolbar-row-top {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 1px solid rgba(0, 0, 0, .4);
    margin-bottom: 6px;
}

.toolbar-position-left {
    float: left;
    width: 150px;
    text-align: left;
}

.toolbar-position-center {
    float: left;
    width: 630px;
    text-align: center;
}

.toolbar-position-right {
    float: right;
    width: 150px;
    text-align: right;
}

@media print {
    #clientView .x-tabs-item-body {
        height: auto !important;
    }

    #toolbar {
        display: none;
    }

    #clientView .x-tabs-item-body form,
    #clientView .x-tabs-item-body form div:first-child {
        height: auto !important;
    }

    .no-print {
        display: none !important;
    }

    .no-print-break {
        page-break-inside: avoid;
    }

}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
help
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.help-image {
    border: 1px solid #999;
    max-width: 900px;
}

article.help {
    padding: 15px;
}

.help h1 {
    font-size: 24px;
    line-height: 1.2em;
}

.help h2 {
    font-size: 20px;
    line-height: 1.2em;
}

.help h3 {
    font-size: 17px;
    line-height: 1.2em;
}

.help li,
.help p,
.help ul {
    font-size: 14px;
    line-height: 1.4em;
}

.help ul {
    margin-left: 1.6em;
    margin-bottom: 1em;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
phq
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#tab-content-3 {
    padding: 25px;
}

#tab-content-3 table {
    margin-bottom: 15px;
    min-width: 850px;
}

#tab-content-3 .red-flags table {
    min-width: 800px;
}

#tab-content-3 tr td {
    padding: 2px 5px 2px;
    background: #fff;
}

#tab-content-3 .heading-row td {
    padding-top: 15px;
    background: #e7f2fa;
}

#tab-content-3 .section-heading-row td {
    background: #ccc;
}

.section-description {
    font-weight: bold;
}

#tab-content-3 tr.alt td {
    background: #eee;
}

#tab-content-3 tr.isChild td.label {
    padding-left: 25px;
}

h2.change-report {
    font-size: 26px;
    color: #900;
}

#changes-section {
    width: 850px;
}

.red-flags {
    padding: 25px;
    border: 1px solid #fcc;
    background: #fee;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
footer
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

footer {
    width: 940px;
    padding: 10px 30px;
    font-size: 14px;
    clear: both;
}

footer p a {
    color: #222;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
message
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.attentionMsg {
    float: left;
    background: #f6f6b9;
    line-height: 1.35em;
    background-image: url('../images/msg_attention.png');
    background-position: 5px 3px;
    background-repeat: no-repeat;
    padding: 5px 30px 5px 40px;
    color: #847b29;
    font-weight: bold;
    /*font-size:18px;*/
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.module-heading {
    font-size: 18px;
    color: #8A4B08;
    font-weight: bold;
    padding-top: 20px;
}

.module-body {
    margin-left: 10px;
}

.retest-pending-indicator {
    font-weight: bold;
    color: yellow;
}

#candidate-documents .shaded-box {
    margin-left: 5px;
}

#candidate-documents-tab table {
    width: 99%;
    font-size: 12px;
}

#candidate-documents-tab table td {
    padding: 4px;
}

#candidate-documents-tab table tr:hover {
    background-color: lightyellow;
}

.span-link {
    cursor: pointer;
}

.report-button:disabled {
    background-color: #666;
}

input[type="submit"].button:disabled {
    background-color: #666;
    cursor: not-allowed;
}

.report-button[disabled] {
    cursor: not-allowed;
}

.pat-table,
.pat-table tr {
    width: 100% !important;
    border-collapse: collapse;
}

.pat-table td {
    width: 15%;
    border: 1px solid black;
}

.pat-table b {
    line-height: 150%;
}

.font-green {
    color: green;
}

.font-red {
    color: red;
}

.full-width {
    width: 100% !important;
    box-sizing: border-box;
}

.half-width {
    width: 50%;
    box-sizing: border-box;
}

.padding-8 {
    padding: 8px;
}

.text-center {
    text-aligh: center;
}

.input-narrow {
    width: 50px;
}

.input-wide {
    width: 100px;
}

.float-left {
    float: left;
}

.no-border-bottom {
    border-bottom: none !important;
}

.font-small {
    font-size: 10px !important;
}

.uploadstable-head {
    font-weight: bold;
    border-bottom: 1px solid #4073FF;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
job invitation screen
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

table.job-invite {
    width: 100%;
}

table.job-invite td {
    border: 1px solid black;
    box-sizing: border-box;
    padding: 3px;
}

table.job-invite tr:nth-child(even) td {
    background-color: #eee;
}

.job-invite-container {
    padding: 5px;
    max-height: 400px;
    overflow-y: scroll;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
Reports
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

table.report-queue {
    width: 100%;
}

table.report-queue th {
    font-weight: 900;
    text-align: left;
    padding: 5px;
    font-size: 150%;
}

table.report-queue td {
    border: 1px solid black;
    box-sizing: border-box;
    padding: 3px;
}

table.report-queue tr:nth-child(even) td {
    background-color: #eee;
}

.job-invite-container {
    padding: 5px;
    max-height: 400px;
    overflow-y: scroll;
}

/* On-hover tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px black;
}

.tooltip-container .tooltip {
    visibility: hidden;
    max-width: 450px;
    background-color: #343;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltip-container:hover {
    cursor: pointer;
}

.tooltip-container:hover .tooltip {
    visibility: visible;
}

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||
View Products screen
|||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#product-tabs {
    margin-top: 7px;
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #CCC;
    padding-right: 2px;
}

#product-tabs li {
    float: left;
    list-style: none;
    border: 1px solid #CCC;
    border-bottom: none;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
}

#product-tabs li a {
    font-weight: bold;
    padding: 7px 10px;
    line-height: 40px;
    text-decoration: none;

}

#product-tabs li.inactive a {
    color: #666;
}

#product-tabs li.inactive {
    background-color: #DDD;
}

table.table-border {
    width: 100%;
}

table.table-border ul {
    padding: 0 2em;
}

table.table-border td {
    border: 1px solid black;
    box-sizing: border-box;
    padding: 3px;
}

table.table-border tr:nth-child(even) td {
    background-color: #eee;
}

table.table-border tr {
    box-sizing: border-box;
}

#report_alert {
    display: none;
}

#scoring-criteria {
    width: 25%;
    float: left;
}

#scoring-criteria-chart {
    width: 50%;
    float: left;
    padding: 15px 25px;
    box-sizing: border-box;
}

#scoring-criteria table {
    width: 100%;
}

#pass-fail-criteria table {
    width: 50%;
}

/* Variable scoring setup: application component name */
.table-border .table-header {
    font-size: 14px;
    color: #fff !important;
    background-color: #1ebee2 !important;
    font-weight: bold;
}

/* Scoring Interpretation styling */

.scoring_interpretation {
    padding: 15px;
}

.scoring_interpretation table {
    font-size: 14px;
}


/* framework message style */
#app-messages .message {
    font-size: 18px;
    padding-top: 15px;
    color: #006400;
    font-weight: 700;
}

#app-messages.warnings .message {
    color: #fc0;
}

.ajax-link {
    border-bottom: 1px dashed #326cab;
    color: #326cab;
    cursor: pointer;
}

.other-product {
    display: grid;
    height: 100%;
}

.other-product .product {
    max-width: 90vh;
    max-height: 100vh;
    margin: auto;
}


.container {
    padding: 10px;
}

.table-filter {
    background-image: url('../images/icon-search.png?1');
    background-position: 10px 5px;
    background-repeat: no-repeat;
    width: 30%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 12px 5px;
    float: right;
}

.headline p {
    margin-top: 30px;
    font-size: 1em;
}

.speech-icon {
    cursor: pointer;
    width: 20px;
    vertical-align: bottom;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1em;
    font-family: sans-serif;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #d8d8d8;
    color: #000;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 15px;
    vertical-align: middle;
}


.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #d8d8d8;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #aaa;
}

/* Hired & Print button styles on candidateDetails.cfm*/
.button-container {
    margin: 10px 0;
    display: flex;
    justify-content: flex-end;
}

button {
    padding: 5px;
    margin: 5px;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 900;
}

.hired-button {
    border: 1px solid #000;
    color: #000;
    position: relative;
}

.hired-button.clicked {
    border: 1px solid green;
    background-color: green;
    color: white;
}

.hired-button.clicked .btn-text::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.print-button {
    background-color: #0D6EFD;
    color: white;
}

.print-button i,
.hired-button i {
    font-size: 1.5rem;
    margin-right: 2px;
}

.print-button:hover {
    background-color: blue;
}

.hired-button:hover {
    //background-color: gray;
}

.banner {
    width: 350px;
    border: 2px solid green;
    border-radius: 4px;
    -webkit-box-shadow: 7px 6px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 7px 6px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 6px 5px 0px rgba(0, 0, 0, 0.25);
    float: right;
    visibility: hidden;
}

.banner p {
    display: flex;
    justify-content: center;
    padding: 5px;
    margin-bottom: 0;
    font-weight: 900;
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.tooltip:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip2 {
    position: relative;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



.collapsible-section {
    border: 1px solid #ddd;
    margin: 1.5em 0 1em 0;
    background-color: #f6f6b9;
    overflow: hidden;
    /* Contains floating children */
    width: 100%;
    /* Ensures full width */
}

.collapsible-header {
    padding: 10px;
    cursor: pointer;
}

.collapsible-header h4 {
    margin: 0;
}

.collapsible-content {
    display: none;
    padding: 10px;
    background-color: #f6f6b9;
    /* Match parent background */
    clear: both;
    /* Prevents floating issues */
}

.collapsible-content.active {
    display: block;
}

/* If you have rows inside the content */
.collapsible-content .row {
    width: 100%;
    clear: both;
    overflow: hidden;
    /* Contains floating children */
}

.arrow-icon {
    display: inline-block;
    border: solid black;
    border-width: 0 2px 2px 0;
    padding: 3px;
    margin-right: 8px;
    transform: rotate(-45deg);
    /* Points right by default */
    transition: transform 0.2s ease-in-out;
}

.arrow-icon.active {
    transform: rotate(45deg);
    /* Points down when active */
}