
/* ------------------------------------------------------------------------------------------------------
START START
 console-specific css
 */

input[type='text'],
input[type='email'],
input[type='password'],
select {
    width: 12.5em;
}

input[type='file'] {
    width: 25em;
}

textarea {
    resize: vertical;
    width: 18.75em;
}

.workspace,
.responseDiv {
    margin-top: 0.0em;
    margin-bottom: 0.75em;
}

.inline {
    display: inline;
}


pre, code {
    font-family: var(--font-monospace), monospace;
}

.danger {
    font-weight: bold;
    font-size: larger;
}

#open_quicksurvent {
    border: thin solid var(--color-grey-1);
    overflow: auto
}

/* */
.projectSelect {
    min-width: 40em;
}

.userSelect {
    min-width: 25em;
}


/* ------------------------------------------------------------------------------------------------------
END END
 */



/* Headings
----------------------------------------------------------------------------------------------------*/

h1,
h2,
h3 {
    color: var(--primary-color);
    border-bottom: thin solid var(--secondary-color);
}

h2 {
    font-size: 1.3em;
    margin: 1.25em 0 1.25em 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: .9em;
}

h6 {
    font-size: .75em;
}

span.normal {
    font-size: 1rem;
    font-weight: normal;
}


a.del_file {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(../images/delete_pg_16x16.gif) no-repeat center center;
}

ol, ul {
    list-style: none;
}

li {
    display: list-item;
}

ul.no_bullet,
li.no_bullet {
    list-style-type: none;
}

th, td {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

small {
    font-size: 75%;
}


table, tr {
    border-color: var(--secondary-color);
}

th,
td {
    padding: 0.25em;
}

th {
    font-weight: bold;
}

thead.border th {
    border: thin solid var(--secondary-color);
}


.title {
    font-weight: bold;
}

.h4-like {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 15px 7px 0;
}

h1.success {
    margin-bottom: 1em;
}

h2.success {
    margin-bottom: 1em;
}

h3.success {
    margin-bottom: 1em;
}

h4.success {
    margin-bottom: 1em;
}

/* Spacing / Position
----------------------------------------------------------------------------------------------------*/

div {
    vertical-align: top;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}


li {
    margin-left: 2em;
}

table, tr {
    border-collapse: collapse;
    border-spacing: 0;
    border: thin solid var(--color-grey-1);

}

dl, hr, ol, ul, pre, table, address, figure {
    margin-bottom: 1.5em;
}




img {
    vertical-align: middle;
}


iframe {
    margin-top: 10px;
    /*height: auto;*/
    width: 100%;
    min-height: 800px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: thin solid var(--color-grey-1);
}



hr {
    border-top-width: thin;
    clear: both;
    height: 0;
    margin: 12px 0 7px 0;
}

p, fieldset {
    margin-bottom: 1em;
}


dl.description {
    padding-bottom: .5em;
}

dl.description dt {
    font-weight: bold;
    padding-top: .5em;
}

dl.description dd {
    padding-bottom: .5em;
}


ul.no_bullet {
    list-style-type: none;
    margin-bottom: 0.5em;
}

ul.items-only {
    list-style-type: none;
}


ul.items-only li {
    margin-left: 0;
}


ul.no_indent li {
    margin-left: 0;
}


/* common styles */




/*
 * Content blocks
 ----------------------------------------------------------------------------------------------------*/


/*
 * Globals
 ----------------------------------------------------------------------------------------------------*/
fieldset.inline {
    display: inline-block;
}



#result {
    display: inline;
    padding: 3px 100px 3px 100px;
    background: url(../images/ajax-loader.gif) no-repeat center;
}

/*-------------------------------------------------------------------------
-------------------------------------------------------------------------*/
.noborder,
table.noborder tr,
table.noborder th,
table.noborder td {
    border-color: transparent;
}

/* used for selecting images on select_look.php */
.clickable-border {
    border: thin solid var(--secondary-color);
    cursor: pointer;
}


/*-------------------------------------------------------------------------
modal and pop-up content
-------------------------------------------------------------------------*/

.popButton {
    margin: 1rem 0 0 45%;
}

.modal-prompt,
.modal-content {
    position: fixed;
    min-width: 30%;
    max-width: 60%;
    /*height: 60%;*/
    max-height: 85%;
    overflow: auto;
    left: 50%;
    top: 100px;
    margin-left: -30%;
    padding: 1rem;
    border-radius: .7rem;
    z-index: 1000;
}

.modal-prompt,
.modal-content {
    border: 5px solid var(--primary-color);
    background-color: var(--background-color);
}

.modal-prompt .title,
.modal-content .title {
    margin-bottom: 1em;
    font-size: 1.6em;
    color: var(--primary-color);
}

.modal-prompt .title {
    background: url(../images/user_prompt.gif) no-repeat top left;
    padding-left: 45px;
}

.modal-prompt .instructions,
.modal-content .instructions {
    padding: 7px 0 0 7px;
}

.modal-prompt .buttons,
.modal-content .buttons {
    padding-top: 20px;
    text-align: center;
}

#modal-background,
.modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: var(--background-modal);
    z-index: 50;
}

/*
 *  extend jQuery-ui widget settings
 */
.ui-widget {
    font-size: .9em;
}

.ui-tooltip {
    padding: 2px 7px 2px 7px;
    font-size: .9em;
}


.required {
    color: var(--primary-color);
    font-weight: bold;
}



.button_del {
    color: var(--accent-1); /*-- sitewide default error color --*/
}


table.center {
    margin-left: auto;
    margin-right: auto;
}

/* not sure why we don't want the first child centered as that seems the main use case for centered content
.center:first-child {
    text-align: left;
}
 */


/* main workspace classes
 ********************************************/

table.assign,
table.assign tr {
    border: 0;
}
table.assign td {
    padding: 0 5px;
}

/* top-border is used on splash pages */
table.top-border {
    border:none;
}

table.top-border tr {
    border-top: thin solid var(--color-grey-3);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

table.top-border th,
table.top-border td {
    border: none;
}

/* --- title bars --- */
#titleBar_top,
.titleBar,
.titleBar_top,
.element_heading {
    font-size: 1.1em;
    font-weight: bold;
    background-color: var(--background-color);
    color: var(--primary-color);
    padding-left: 0;
    margin-left: 0;
    border-bottom: thin solid var(--secondary-color);
    margin-bottom: 0.5em;
}

.titleBar,
.element_heading {
    margin-top: 15px;
}

.element_heading {
    color: var(--color-grey-5);
}

.titleBar_instruct {
    margin-left: 1.5em;
    font-size: .9em;
    font-weight: normal;
    color: var(--font-color);
}

.titleBar_error {
    color: var(--accent-1);
    font-weight: bold;
}

.titleBar_instructError {
    color: var(--accent-1);
    margin-left: 20px;
}

/* --- item cards --- */
.card {
    margin-bottom: 1em;
}

.card .card-header {
    color: var(--primary-color);
    background-color: var(--color-grey-1);
    border: thin solid var(--primary-color);
    margin: 0;
    padding: 0.5em;
}

.card .card-header-inactive {
    background-color: var(--color-grey-2);
    border: thin solid var(--color-grey-3);
    margin: 0;
    padding: 0.5em;
}

.card .card-body {
    border: thin solid var(--color-grey-2);
    border-top: 0;
    padding: 1em;
}


/* --- prompts / selection elements --- */

.prompt,
#mode_prompt,
#test_prompt {
    margin-right: 1em;
}

.prompt,
#test_prompt {
    display: inline-block;
}

#test_prompt > select {
    width: 7em;
}

#select_dates {
    margin: 0.75em 0 0.5em 0;
}

#select_dates input[type='text'] {
    cursor: pointer;
    margin-right: 15px;
}



/* --- workspace elements --- */
.linkButtons {
    margin-top: 20px;
    vertical-align: middle;
}



.titleLine {
    padding: 0 5px;
    border-radius: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.titleLine .title {
    padding-left: 7px;
}



.showHide_links {
    font-size: smaller;
    padding-left: 10px;
    vertical-align: middle;
    color: var(--secondary-color);
}

.info-text {
    font-weight: lighter;
    margin-left: 1em;
    vertical-align: middle;
    color: var(--secondary-color);
}

/* small "L" image for check/uncheck all */
.check_all {
    padding: 10px 0 10px 55px;
    background: url(../images/check_all.gif) no-repeat top left;
}

/*  */

.ConditionExamples { /*---Used on Select Examples---*/
    background-color: var(--background-color);
    width: 80%;
    margin: 10px 10% 0 10%;
    border-collapse: collapse;
    border: solid thin var(--color-grey-3);
}



/* scriptReturn.css */
/* -- SCROLL - used for error listings in script returns -- */

.scroll,
.return_logged {
    color: var(--color-grey-5);
    height: 12em;
    border: thin solid var(--color-grey-2);
    /* padding: 0.8em;*/
    overflow: auto;
}

.return_logged {
    margin: 12px 0 12px 0;
    padding: 5px;
    border: thin solid var(--color-grey-5);
    background-color: var(--color-grey-1);
    height: 75%;
    width: 700px;
    color: var(--font-color);
    overflow: auto;
}


/* session reports */
#Row_Months_div,
#Row_Xdays_value_div,
#study_list,
#interviewer_list,
#Row_Xdays_value_div {
    margin-left: 25px;
}


/* Misc. Styles */

/* on-demand and webtables view */
.display_files {
    width: 100%;
    position: relative;
}

.display_files thead td {
    vertical-align: bottom;
    border-bottom: thin solid var(--color-grey-5);
}

.display_files tbody td {
    font-size: .9em;
    border-bottom: thin solid var(--color-grey-1);
}


/* setup_web_look.css */

.web_look .closeBox {
    font-weight: bold;
    text-align: right;
    width: 50px;
    border: thin solid black;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
}

.web_look .instruct {
    text-align: right;
    /*font: 10px verdana;*/
    font-size: small;
    margin: 0 20px 0 17px;
    color: var(--color-grey-5);
}

.look_feel img.thumb_it {
    width: 400px;
    max-height: 250px;
    border: thin solid var(--color-grey-5);
    cursor: pointer;
}

img.px200 {
    max-height: 200px;
    max-width: 200px;
}

img.theme-preview {
    max-width: 800px
}

.submit_look {
    margin: 10px 0 0 175px;
}

/*===============[ NEXT GENERATION ]=================*/
/* web cgi report */
.report_heading {
    font-weight: normal;
    color: var(--color-grey-5);
}

.report_heading strong {
    color: var(--font-color);
}

table.intv_cgi_report {
    width: 100%;
    border-collapse: collapse;
    color: var(--color-grey-5);
    margin: 12px 0 0 0;
}

table.intv_cgi_report thead th {
    padding: 2px 0 2px 0;
    font-weight: bold;
    border: 0 solid var(--color-grey-3);
    text-align: left;
}

table.intv_cgi_report tbody td {
    padding: 2px 10px 2px 3px;
    color: black;
    border-top: thin solid var(--color-grey-3);
}


/* ------------------------------------------------------------------------------------------------------
links
 */

.showHide_all,
.show_all,
.hide_all {
    color: var(--secondary-color); /*-- sitewide default link color --*/
    cursor: pointer;
}

.showHide_all:hover,
.show_all:hover,
.hide_all:hover {
    color: var(--color-grey-5); /*-- sitewide default link hover / "lighter" text color --*/
}


.showHide {
    color: var(--secondary-color); /*-- sitewide default link color --*/
    cursor: pointer;
    font-weight: bold;
}

.showHide:hover {
    color: var(--primary-color);
}

/* ------------------------------------------------------------------------------------------------------
*/

.baseList select,
.destList select {
    width: 275px;
    height: 100px;
}


.versioninfo {
    outline: 2px solid var(--primary-color);
}

.versioninfo td,
.versioninfo th {
    border: thin solid var(--primary-color);
    text-align: center;
    padding: 10px;
}

.versioninfo th {
    color: var(--primary-color);
}


/* ------------------------------------------------------------------------------------------------------
NavFrame.css
*/

/*-------------------------------------------------------------------------
Application layout - uses flex layout
-------------------------------------------------------------------------*/
.flex-expander {
    flex-grow: 1;
}

#navcontainer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#navheader {
    height: 70px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    display: flex;
    flex-direction: row;
    width: 100%;
}

#navbody {
    flex-grow: 1;
    margin: 5px;
    display: flex;
    flex-direction: row;
}

#navfooter {
    display: flex;
    flex-direction: row;
    padding: 0.75em 1.5em;
    color: var(--color-grey-4);
    background-color: var(--font-color);
}

#navfooter a {
    color: var(--color-grey-4);
}

#navfooter a:hover,
#navfooter a:focus,
#navfooter a:active {
    color: var(--background-color);
    text-decoration: underline !important;
}


/*-------------------------------------------------------------------------
Header layout
-------------------------------------------------------------------------*/
#navlogo {
    display: block;
    height: 65px;
    width: 150px;
    margin: 0 0 10px 10px;
    background: var(--logo-url) no-repeat 2% 98%;
    background-size: 150px;
}

#navalert {
}

#infoBox {
    line-height: 1.2;
    text-align: left;
    padding: 3px 30px 5px 15px;
    font-size: .9em;
    z-index: 1;
}


/*-------------------------------------------------------------------------
Body layout
-------------------------------------------------------------------------*/
#navcol_left {
    flex-grow: 0;
    min-width: 13em;
    padding: 0;
    overflow: hidden;
}

#navcol_right {
    padding: 1.5em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


/* -----------------------------------------------
top/section menus layout */
#topmenu {
    padding: 0;
    border-bottom: 5px solid var(--primary-color);
}

#topmenu menu {
    border-bottom: 0;
    list-style-type: none;
    margin-bottom: 0;
}

#topmenu li {
    border-bottom: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#topmenu a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    padding: 0 0.5em;
    margin: 0 0 0 0;
    float: left;

}

#topmenu a,
#topmenu a:link,
#topmenu a:visited
{
    color: var(--font-color);
    background: var(--background-color);
}

#topmenu a:hover,
#topmenu a:active,
#topmenu a:focus {
    color: var(--secondary-color);
    outline: none;
}

#topmenu a.selected {
    color: var(--background-color);
    background: var(--primary-color);
}

#topmenu a.help_button {
    color: var(--background-color);
    background: var(--secondary-color);
}


/* -----------------------------------------------
left/page menus and submenus layout */

#leftmenu menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#leftmenu li {
    margin: 0;
}

#leftmenu details summary {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin: 0.4em 0 0.4em 0.4em;
    border: thin solid transparent;
    color: var(--primary-color);
    background: var(--background-color);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#leftmenu details summary.selected {
    font-weight: bolder;
    border-top-color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
}

#leftmenu details summary.link-only a {
    color: var(--primary-color);
    background: var(--background-color);
    text-decoration: none;
    margin: 0 0 0 0.25em;
    padding: 0;
}

#leftmenu details summary.link-only::marker {
    content: '\25a0';
}

/*#leftmenu details[open] summary {*/
/*    !*border-top: thin solid var(--secondary-color);*!*/
/*    border-bottom: thin solid var(--secondary-color);*/
/*    outline: none;*/
/*}*/

#leftmenu details summary:hover,
#leftmenu details summary:focus {
    color: var(--secondary-color);
    border-top: thin solid var(--primary-color);
    border-bottom: thin solid var(--primary-color);
}

#leftmenu details summary:hover a {
    color: var(--secondary-color);
}

#navcol_left menu.submenu {
    margin-left: 1rem;
    margin-bottom: 1em;
    /*margin-bottom: 0.75em;*/
}

#navcol_left menu.submenu a,
#navcol_left menu.submenu a:link,
#navcol_left menu.submenu a:visited {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: normal;
}

#navcol_left menu.submenu a.selected {
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: underline;
}


#navcol_left menu.submenu a:hover,
#navcol_left menu.submenu a:focus,
#navcol_left menu.submenu a:active,
#navcol_left menu.submenu a.selected:hover,
#navcol_left menu.submenu a.selected:focus,
#navcol_left menu.submenu a.selected:active
{
    font-weight: bold;
    color: var(--primary-color);
    outline: none;
}

#related_links {
    margin: 25px 0 5px 5px;
    text-align: left;
    font-size: .9em;
    padding: 20px 5px 10px 5px;
    color: #414141;
    font-weight: bold;
    font-family: Calibri, sans-serif;
}


#navmain {
    flex-grow: 1;
}

#page_header {
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: 0.75em;
}

#page_header .instructions {
    font-size: 0.9rem;
    /*float:right;*/
    margin-left: 2rem;
}


/*-------------------------------------------------------------------------
Information box classes that allow for dropdown behavior
the open/closed class gets toggle on the infobox element,
swap out which arrow img and if extra links are visible
infoBox layout
-------------------------------------------------------------------------*/
.info_box_closed img.infobox_arrow_closed,
.info_box_open img.infobox_arrow_open,
.info_box_open a.infobox_bottom {
    display: inline;
}

.info_box_open img.infobox_arrow_closed,
.info_box_closed img.infobox_arrow_open,
.info_box_closed a.infobox_bottom {
    display: none;
}

.info_box_closed {
    color: #414141;
}

.info_box_closed a {
    color: #414141;
}

.info_box_open {
    color: #bfbfbf;
    background: #414141;
    border-radius: 7px;
}

.info_box_open a {
    color: #bfbfbf;
    cursor: pointer;
}


/*-------------------------------------------------------------------------
-------------------------------------------------------------------------*/
/* login form layout */
#navlogin,
.login_box {
    display: table;
    margin: 5% auto 0 auto;
    padding: 3em;
    text-align: center;
    min-width: 15em;
    border: thin solid var(--secondary-color);
}

#navlogin div,
.login_box div {
    padding: 0.5em;
}

#navlogin input[type='submit'],
.login_box button {
    margin-top: 1.5em;
}

#navlogin h1,
.login_box h1 {
    color: #01529d;
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
}


/*-------------------------------------------------------------------------
-------------------------------------------------------------------------*/
#alert_notice {
    margin: auto;
    text-align: center;
    font-weight: bold;
}

#alertIcon {
    padding: 6px 6px;
    cursor: pointer;
}

.alert_workspace {
    padding: 20px;
}

#alertIcon, #alertIcon:link, #alertIcon:visited {
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri, sans-serif;
    text-decoration: none;
    color: #ffffff;
    background-color: #EF415D; /* rgb(240, 65, 95); */
}

#alertIcon {
    font-size: 18px;
    font-weight: bold;
    font-family: Calibri, sans-serif;
    text-decoration: none;
}

#alertIcon, #alertIcon:link, #alertIcon:visited {
    color: #ffffff;
    background-color: #EF415D; /* rgb(240, 65, 95); */
}

#alertIcon:hover {
    background-color: #bfbfbf;
}






/* ------------------------------------------------------------------------------------------------------
NavMisc.css
*/

/* this file contains css that only applies to specific pages */

/* css for password strength on create user page */
.shortPass {
    background: #E06666;
}

.badPass {
    background: #E06666;
}

.goodPass {
    background: #FFFF80;
}

.strongPass {
    background: #80CC80;
}




/* MERGE.CSS */

.MoveDataInfoTable {
    display: none;
}

.InfoTable,
.InfoTable td,
.MoveDataTable,
.MoveDataInfoTable,
.SummaryTable,
.SummaryTable th,
.SummaryTable td {
    width: 50%;
}

.InfoTable,
.MoveDataTable,
.MoveDataInfoTable,
.SummaryTable {
    margin: 10px 25% 10px 5%;
}

/* -- outer border -- */

.InfoTable,
.MoveDataTable,
.MoveDataInfoTable,
.SummaryTable {
    border: 2px solid #0051BA;
}

/* -- inner border -- */

.InfoTable td,
.MoveDataTable th,
.MoveDataTable td,
.MoveDataInfoTable th,
.MoveDataInfoTable td,
.SummaryTable th,
.SummaryTable td {
    border: 1px solid #0051BA;
}

/* MANAGE_INTERVIEWER_START.CSS */
#rangelist table {
    width: 100%;
    border-collapse: collapse;
    color: #414141;
}

#rangelist table tr {
    border: 1px solid #808080;
}

#rangelist table th {
    text-align: center;
    border: none;
}

#rangelist table td {
    text-align: center;
    border: none;
}


/* employeeXXX and ivrcontrol.css */

.rosterHeader, .pagedHeader {
    margin-top: 1ex;
    margin-bottom: 1ex;
}

.buttonSection th, .buttonSection td {
    padding-right: 2em;
}

.rosterButtons {
    margin: 10px 10px 10px 10px;
}

.rosterEditBtn {
    text-align: center;
    margin: 10px 80px 10px 0;
    display: inline;
}

.employeeTable {
    border: 2px solid black;
    border-collapse: collapse;
}

.employeeTable th, .employeeTable td {
    border: 2px solid #cccccc;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
}

.employeeTable tr:hover {
    background-color: #ebebeb;
}

.employeeTable thead tr {
    background-color: #ebebeb;
}

#editRecord {
    position: fixed;
    width: 60%;
    /*height: 60%;*/
    max-height: 450px;
    overflow: auto;
    left: 50%;
    top: 100px;
    margin-left: -30%;
    padding: 0 20px 20px 20px;
    border: 5px solid #0051BA;
    background-color: #fff;
    z-index: 10000;
    display: none;
    border-radius: 10px;
}

div.dividerLine {
    width: 80%;
    text-align: left;
    color: #ccc;
    background-color: #ccc;
    height: 2px;
    margin: 10px 0;
    border: none;
}

div.dividerHalfSpace {
    width: 80%;
    text-align: left;
    height: 2px;
    margin: 10px 0 0 0;
    border: none;
}

/* CREATE_SAMPLE.CSS */
.create_sample .options div {
    vertical-align: middle;
}

.create_sample .options .showHide_links {
    font-size: .9em;
    color: #808080;
}

/* DEPLOY_COMPILE.CSS */

.deploy_compile .errors_warnings {
    margin: 12px 0 0 0;
}

.deploy_compile dt, dd {
    display: inline;
}

.deploy_compile dd {
    margin-right: 20px;
}

/* MPF from navsupr */
#phoneParameters #fixed td {
    background-color: #ebebeb;
    color: #01529d;
}

#phoneParameters #fixed td a {
    color: #01529d;
}

#phoneParameters th {
    color: #01529d;
    background-color: #ebebeb;
}

#phoneParameters th a {
    color: #01529d;
}


/* -----------------------------------------------------------------------------------------------------------
Form styles
----------------------------------------------------------------------------------------------------------- */
/* basic form style has label on one line and input below it */
.form-style-basic {
    padding: 0;
}

.form-style-basic label {
    display:block;
    margin-bottom: 10px;
}

.form-style-basic label > span {
    display: inline-block;
    float: left;
    width: 25ex;
}

/* form-style-2 requires
<div class='form-style-2'>
<p>
    <label></label>
    <input>
    <span class="error" aria-live="polite"></span>
</p>
</div>
 */
.form-style-2 p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.form-style-2 label
{
    display: inline-block;
    min-width: 8em;
}

.form-style-2 label.xsm
{
    min-width: 2em;
}

.form-style-2 label.indent1
{
    min-width: 0;
}

.form-style-2 fieldset.inline legend {
    min-width: 8em;
    /*display: inline-block;*/
    /*float: left;*/
}

.form-style-2 p.top * {
    vertical-align: text-top;
}

.form-style-2.sm label,
.form-style-2.sm fieldset.inline legend {
    min-width: 6em;
}

.form-style-2.lg label,
.form-style-2.lg fieldset.inline legend {
    min-width: 10em;
}

.form-style-2.bold-labels label,
.form-style-2.bold-labels fieldset.inline legend {
    font-weight: bolder;
}

.form-style-2 fieldset.inline label,
.form-style-2.bold-labels fieldset.inline label {
    font-weight: normal;
    min-width: 1em;
}

.style-2 dl,
dl.style-2 {
    display: flex;
    flex-flow: row wrap;
}
.style-2 dt {
    flex-basis: 20%;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.style-2 dt::after {
    content: ":";
}
.style-2 dd {
    flex-basis: 80%;
    flex-grow: 1;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}


/* ONDEMAND_NAV.CSS */

.Ondemand_ColRow_table table {
    width: 100%;
}

.Ondemand_ColRow_table th {
    background-color: #01529d;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.Ondemand_ColRow_table th:hover {
    background-color: #72B5CC;
}

.Ondemand_ColRow_table td {
    padding: 0 40px 0 0;
}


.ondemand_nav .closeBox {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ondemand_nav legend {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #ebebeb;
    padding-left: 10px;
    margin: 10px 0 10px -10px;
}

.ondemand_nav fieldset {
    padding: 20px;
}

.ondemand_nav select.SelectBox {
    width: 500px;
    height: 200px;
}

/* DA_PROMPTS.CSS */

.da_prompts .Subsection_Main {
    text-align: left;
    display: none;
    border: 2px solid #0051BA;
    margin: 10px 20px 10px 20px;
    width: 800px;
    line-height: 2;
    padding: 10px;
    background-color: #ebebeb;
}

.da_prompts .responseDiv {
    position: relative;
    display: inline;
    text-align: right;
    margin: 0 20px 0 20px;
    border: 2px solid #0051BA;
}

.da_prompts .SaveInfoDiv .save_security {
    margin: 12px 0 12px 0;
}

/* -- pop ups -- */

.da_prompts .SaveInfoDiv {
    display: none;
    position: fixed;
    width: 60%;
    max-height: 400px;
    overflow: auto;
    top: 100px;
    left: 50%;
    margin-left: -30%;
    padding: 0 0 10px 0;
    text-align: center;
    border: 5px solid #0051BA;
    color: #414141;
    background-color: #fff;
    border-radius: 10px;
}

.da_prompts .SaveInfoDiv {
    width: 40%;
    margin-left: -20%;
}

.da_prompts .pop_top {
    height: 27px;
    padding: 2px 0 0 7px;
    font-size: 1.2em;
    color: #fff;
    border-bottom: 1px solid #ccc;
    margin: 0 0 0 0;
    text-align: left;
    background: #01529d url(../images/pop_top_span_bg.jpg) repeat-x;
}

.da_prompts .pop_content {
    padding: 7px 20px 20px 20px;
    background-color: #fff;
    text-align: left;
}

.da_prompts .pop_content div {
    margin: 3px;
}

.da_prompts .closeBox {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 4px;
    cursor: pointer;
    background: url(../images/pop_close.png) no-repeat;
}

.da_prompts .overwrite_prompt {
    margin-left: 25px;
    color: red;
}

.da_prompts .overwrite {
    margin-right: 7px;
    margin-left: -15px;
}

/* ---  z-indexes --- */

.da_prompts .SaveInfoDiv {
    z-index: 100;
}

/* COPYFILE.CSS */

.copyfile #SelectFileType {
    display: block;
}

.copyfile .titleLine {
    display: inline;
}

.copyfile .Subsection_Main {
    vertical-align: middle;
}

.copyfile .Subsection_Main {
    margin: 5px 0 20px 30px;
}

.copyfile .baseList select,
.copyfile .destList select {
    width: 350px;
}

.copyfile .input_required {
    font-weight: bold;
}

/* LISTSUSPENDS.CSS */

.list_suspends .DataTable {
    border: 1px solid #72B5CC;
    border-collapse: collapse;
    padding: 2px 2px 2px 2px;
    max-width: 100%;
    margin: 20px 0 10px 0;
}

.list_suspends .DataTable thead {
    background-color: #ebebeb;
    font-size: smaller;
    border: 1px ridge #72B5CC;
    text-align: center;
}
.list_suspends .DataTable tfoot {
    background-color: #ebebeb;
    font-size: smaller;
    font-weight: normal;
    text-align: center;
}

/* VERBATIMLIST.CSS */


.verbatim_list .Subsection_Main {
    text-align: left;
    display: none;
    border: 2px solid #0051BA;
    margin: 10px 20px 10px 20px;
    width: 800px;
    line-height: 2;
    padding: 10px;
    background-color: #ebebeb;
}

.verbatim_list .responseDiv {
    position: relative;
    display: inline;
    text-align: right;
    margin: 0 20px 0 20px;
    border: 2px solid #0051BA;
}

.verbatim_list .SaveInfoDiv .save_security {
    margin: 12px 0 12px 0;
}
.verbatim_list .SaveInfoDiv {
    display: none;
    position: fixed;
    width: 60%;
    top: 100px;
    left: 50%;
    margin-left: -30%;
    padding: 0 0 10px 0;
    text-align: center;
    border: 5px solid #0051BA;
    color: #414141;
    background-color: #fff;
    z-index: 10000;
}

.verbatim_list .SaveInfoDiv {
    width: 40%;
    margin-left: -20%;
}

.verbatim_list .pop_top {
    height: 27px;
    padding: 2px 0 0 7px;
    font-size: 1.2em;
    color: #fff;
    border-bottom: 1px solid #ccc;
    margin: 0 0 0 0;
    text-align: left;
    background: #0051BA url(../images/pop_top_span_bg.jpg) repeat-x;
}

.verbatim_list .pop_content {
    padding: 7px 20px 20px 20px;
    background-color: #fff;
    text-align: left;
}

.verbatim_list .pop_content div {
    margin: 3px;
}

.verbatim_list .closeBox {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 4px;
    cursor: pointer;
    background: url(../images/pop_close.gif) no-repeat;
}

.verbatim_list .overwrite_prompt {
    margin: 0 0 12px 25px;
    color: red;
}

.verbatim_list .overwrite_prompt .overwrite {
    margin: 0 12px 0 -25px;
}

/* import sample */
.import_sample .pad3 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 0;
    padding-bottom: 10px;
}

.ImportSampleTable tr.header_row {
    background-color: var(--color-background-grey);
}

/* tiled fieldset on import preview pages*/
fieldset.tile {
    display: inline;
}

fieldset.tile.hidden {
    display: none;
}

fieldset.tile table {
    border: none;
    margin-bottom: 0;
}

fieldset.tile table tr,
fieldset.tile table tr th,
fieldset.tile table tr td
{
    border: none;
}

/* federated sample css */
.fed_samp_title {
    padding: 0 0.25em 0 0.5em;
    border-radius: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.fedsample .action_button {
    position: relative;
    padding: 2px 17px 2px 17px;
    margin: 5px;
    background: linear-gradient(to bottom, #fff, #72B5CC 100%);
    width: 300px;
    cursor: pointer;
}

.fedsample .closeBox {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 0 solid #ccc;
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/pop_close.gif) no-repeat;
}

.fedsample .Subpage_Center {
    text-align: center;
    display: none;
    border: 2px solid #0051BA;
    padding: 2px 2px 2px 2px;
    z-index: 500;
    position: absolute;
    margin: 10px 200px 10px 200px;
    background-color: #ffffff;
    top: 100px;
    left: 200px;
    width: 500px;
}

.fedsample .Fed_Quota_Subpage {
    text-align: center;
    display: none;
    border: 2px solid #0051BA;
    padding: 2px 2px 2px 2px;
    z-index: 500;
    position: absolute;
    margin: 10px 200px 10px 200px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 800px;
    height: 500px;
    overflow: scroll;
}

.fedsample .QuotaSelect {
    width: 90%;
    margin: 0 5% 0 5%;
    display: none;
}

.fedsample .QuotaCondition {
    display: none;
    text-align: center;
    margin: 10px 10% 10px 10%;
    border: 2px solid #72B5CC;
}

.fedsample .QualTable {
    width: 100%;
}

.fedsample .ConditionTable {
    width: 90%;
    margin: 0 5% 0 5%;
}

.fedsample .ConditionTable li {
    list-style-type: none;
}

#SelectQualifications {
    height:150px;
    width:50%;
}

/* view/edit completes */
#viewframe {
    width: 95%;
}

/*-------------------------------------------------------------------------
shop alerts
-------------------------------------------------------------------------*/
#alert_div {
    font-weight: bold;
    padding-left: 30px;
    color: #000;
    background-color: #F0B2B2;
}

#alert_btns {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}

#alert_hide:hover {
    border-color: #0051BA;
    background: linear-gradient(to bottom, #72B5CC, #0051BA 100%);
}

#alert_clear:hover {
    border-color: #0051BA;
    background: linear-gradient(to bottom, #72B5CC, #0051BA 100%);
}


/*-------------------------------------------------------------------------
printall/call scheduling tables
-------------------------------------------------------------------------*/
table.printall,
table.printall_tz {
    min-width: 75%;
}

table.printall th,
table.printall_tz th,
table.printall_tz td {
    text-align: center;
}

table.printall thead tr.lightRow,
table.printall_tz thead tr.lightRow {
    background-color: #ebebeb;
}

table.printall tr.separator,
table.printall_tz tr.separator {
    background-color: #ebebeb;
}


/*-------------------------------------------------------------------------
-------------------------------------------------------------------------*/
.jq_dialog_confirm {
    float:left;
    margin:0 7px 20px 0;
}

/* for paged tables (manage employee roster, etc. */
#pager_buttons .pager-btn-spacer {
    margin-left: 10em;
}


/*-------------------------------------------------------------------------
define a block of icons
-------------------------------------------------------------------------*/
.modal-close-icon {
    width:32px;
    height:32px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    background-image: url('images/close64.png');
}

/*-------------------------------------------------------------------------
these classes are used with the assignment boxes for adding env's to projects,
users to clients/projects, etc.
-------------------------------------------------------------------------*/
.assignment-widget {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    column-gap: 1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.assignment-widget select {
    width: 20em;
    height: 9em;
}

.assignment-widget .assignment-btns {
    font-size: 1.5em;
    text-align: center;
}
