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

/* 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;
}

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

.badPass {
    background: #E06666;
}

.goodPass {
    background: #FFFF80;
}

.strongPass {
    background: #80CC80;
}


/* 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;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    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;
}

.create_sample .profile {
    padding: 10px;
}

/* 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;
}

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

.userSelect {
    min-width: 25em;
}

/* -----------------------------------------------------------------------------------------------------------
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
{
    display: inline-block;
    min-width: 2em;
}

.form-style-2 label.indent-med
{
    display: inline-block;
    min-width: 0;
}

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

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

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

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

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

.form-style-2 fieldset {
    border: none;
}

.form-style-2 fieldset label,
.form-style-2.bold-labels fieldset 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;
}

/*div.expandable {*/

/*}*/

.expandable-title {
    cursor: pointer;
}

/*span.expandable-clicker {*/

/*}*/

span.expandable-clicker span.box
{
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border: 1px solid #01529d;
    color: #01529d;
}

span.expandable-clicker span.box-plus:before
{
    content: '\FF0B';
}

span.expandable-clicker span.box-plus:before
{
    content: '\FF0B';
}

div.expandable-content {
    display: none;
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: 3em;
}


.clickbox {
    border: 1px solid #01529d;
    color: #01529d;
    width: 1.0em;
    height: 1.0em;
    position: relative;
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
}
.clickbox:hover {
    background: #72B5CC;
}
.clickbox:before,
.clickbox:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
/* PLUS */
.clickbox.plus:before,
.clickbox.plus:after {
    background: #01529d;
}
.clickbox.plus:before {
    width: 2px;
    margin: 3px auto;
}
.clickbox.plus:after {
    margin: auto 3px;
    height: 2px;
}
/* MINUS */
.clickbox.minus:before {
    background: #EF415D;
    margin: auto 3px;
    height: 2px;
}
/* CROSS */
.clickbox.cross:after,
.clickbox.cross:before {
    background: #000;
    margin: auto 4px;
    height: 2px;
    transform: rotateZ(45deg);
}
.clickbox.cross:after {
    transform: rotateZ(-45deg);
}

/* 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 .Subpage_Left {
    text-align: left;
}

.ondemand_nav .Subpage_Center {
    text-align: center;
}

.ondemand_nav .Subpage_Left,
.ondemand_nav .Subpage_Center {
    padding: 10px 30px 20px 20px;
    vertical-align: middle;
}

.ondemand_nav .Subpage_Left table,
.ondemand_nav .Subpage_Center table {
    width: 100%;
}

.ondemand_nav .Subpage_Left table td {
    vertical-align: middle;
    padding: 3px;
    border: 1px solid #ccc;
    white-space: nowrap;
}

.ondemand_nav .Subpage_Left table td input[type='text'] {
    width: 40px;
}

.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 .Subpage_Left,
.ondemand_nav .Subpage_Center {
    z-index: 500;
}

.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 .SecurityInfoDiv,
.da_prompts .SaveInfoDiv,
.da_prompts .Subpage_Left,
.da_prompts .Subpage_Center {
    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;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    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 .SecurityInfoDiv,
.da_prompts .SaveInfoDiv,
.da_prompts .Subpage_Left,
.da_prompts .Subpage_Center {
    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 table.assign {
    margin-top: 15px;
}

.copyfile table.assign thead td {
    font-weight: bold;
}

.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 .SecurityInfoDiv,
.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 .pop_top {
    height: 20px;
    padding: 5px 0 0 7px;
    font-weight: bold;
    font-size: 12px;
    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;
}

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

.import_sample .closeBox {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 0 solid #ccc;
    position: absolute;
    top: 2px;
    right: 2px;
}

.import_sample .Subpage_Left {
    text-align: left;
    display: none;
    border: 2px solid #0051BA;
    padding: 0.5rem;
    z-index: 100;
    position: absolute;
    margin: 10px 10px 10px 10px;
    background-color: #fff;
    top: 50px;
    left: 50px;
    height: 650px;
    width: 800px;
    color: #000;
    font-weight: normal;
    overflow: scroll;
}

.import_sample .pad3 {
    padding: 10px 10px 10px 0;
}

.import_sample .pad4 {
    padding: 10px 10px 10px 10px;
}

.import_sample .small_note {
    display: inline-block;
    min-width: 30%;
    margin-top: 10px;
    padding: 15px 30px 15px 65px;
    background-color: #ebebeb;
}

.import_sample .smaller_note {
    display: block;
    font-size: 10px;
    margin-top: 2px;
    padding: 2px 2px 2px 2px;
    background-color: #ebebeb;
}

.import_sample .ImportSampleTable {
    padding: 10px;
    width: 50%;
    margin-left: 10px;
}

.import_sample .ImportSampleTable th {
    padding: 10px;
    background-color: #ccc;
    font-weight: 900;
}

.import_sample .ImportSampleTable .subHeader {
    padding: 10px;
    background-color: #ccc;
}

.import_sample .ImportSampleTable td {
    padding: 5px;
}

.import_sample .titleBar input[type='button'] {
    color: #808080;
    background-color: #ffffff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.import_sample .right_button {
    float: right;
}

.import_sample #editParameters div, #sample_build span, .import_sample input, #sample_build select {
    padding: 2px 3px 2px 0;
}

.import_sample input[type='button'], .import_sample input[type='submit'] {
    padding: 5px 8px 5px 8px;
}

/* federated sample css */
.fedsample .action_button {
    position: relative;
    padding: 2px 17px 2px 17px;
    margin: 5px;
    background: -webkit-linear-gradient(top, #fff, #72B5CC 100%);
    background: -moz-linear-gradient(top, #fff, #72B5CC 100%);
    background: -ms-linear-gradient(top, #fff, #72B5CC 100%);
    background: -o-linear-gradient(top, #fff, #72B5CC 100%);
    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: -webkit-linear-gradient(top, #72B5CC, #0051BA 100%);
    background: -moz-linear-gradient(top, #72B5CC, #0051BA 100%);
    background: -ms-linear-gradient(top, #72B5CC, #0051BA 100%);
    background: -o-linear-gradient(top, #72B5CC, #0051BA 100%);
    background: linear-gradient(to bottom, #72B5CC, #0051BA 100%);
}

#alert_clear:hover {
    border-color: #0051BA;
    background: -webkit-linear-gradient(top, #72B5CC, #0051BA 100%);
    background: -moz-linear-gradient(top, #72B5CC, #0051BA 100%);
    background: -ms-linear-gradient(top, #72B5CC, #0051BA 100%);
    background: -o-linear-gradient(top, #72B5CC, #0051BA 100%);
    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');
}

.icon-button,
.icon-button-20,
.icon-button-32
{
    display: inline-block;
    cursor: pointer;
    margin: auto;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-button {
    width: 1.5em;
    height: 1.5em;
    background-size: 1.5em 1.5em;
}

.icon-button-20 {
    width:20px;
    height:20px;
    background-size: 20px 20px;
}

.icon-button-32 {
    width:32px;
    height:32px;
    background-size: 32px 32px;
}

.icon-sc-blank {
    content: "&nbsp;";
}

.icon-sc-close {
    background-image: url('images/close64.png');
}

.icon-sc-download {
    background-image: url('images/download32.png');
}

.icon-sc-delete {
    background-image: url('images/delete64.png');
}

.icon-sc-delete2 {
    background-image: url('images/del_button.png');
}

