/******************************************
 * Unauthenticated 
 ******************************************/
/* Index */
#textboxes td {
}

.textbox {
    font-family: "Trebuchet MS";
    color: #FFFFFF;
    font-size: 12px;
    /*text-align: justify;*/
    margin-bottom: 2px;
    height: 200px;
    padding: 5px;
    float: left;
    position: relative;
    width: 281px;
}

.textboxInner {
    padding-right: 10px;
    padding-left: 10px;
    height: 179px;
}

.textBoxInnerLink {
    text-align: right;
    padding-right: 10px;
}

.orange {
    background-color: #FF722D;
}

.green {
    background-color: #8FD332;
}

.blue {
    background-color: #2DBEEA;
}

.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}

#services {
    width: 286px;
    float: left;
}

.service-header {
    padding-bottom: 8px;
}

#serviceslist {
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #4c4c4c;
    margin-left: 0;
    padding-left: 0px;
    list-style: none;
}

    #serviceslist li {
        padding: 5px 0 5px 20px;
        background-image: url(/Content/images/bullet.gif);
        background-repeat: no-repeat;
        background-position: 0 center;
    }

#welcome {
    width: 570px;
    float: left;
    margin-left: 8px;
    margin-bottom: 32px; /*whitespace*/
}

    #welcome p {
        font-size: 12px;
        padding: 5px;
        margin-top: 5px;
        white-space: inherit;
    }

.content {
    float: left;
    width: 560px;
    margin: 5px;
    font-size: 16px;
}

    .content p {
        margin: 1em 0;
    }

/* About */
.vertical-callout {
    float: left;
}

    .vertical-callout div {
        float: none !important;
    }

/* Privacy */
h2 {
    font-weight: bold;
    margin-bottom: 7px;
}

    h2.heading {
        color: #4c4c4c;
        padding: 5px 0;
        white-space: inherit;
    }

/******************************************
 * Authenticated (and defaults)
 ******************************************/

fieldset {
    margin: 10px 4px;
    padding: 8px;
}

    fieldset form {
        padding: 8px;
    }

        fieldset form label {
            font-size: .9em;
        }

        fieldset form input[type='submit'] {
            font-size: 1.5em;
            padding: 0 5px;
            margin-top: 4px;
        }

p.intro {
    padding: 8px;
    margin: 4px 4px 8px 4px;
}

#requests li {
    display: block;
    clear: both;
    list-style-type: none;
}

div.icon {
    width: 76px;
    /*height: 48px;*/
    text-align: center;
    font-size: .5em;
    color: #555;
    padding: 4px 0px 0 4px;
    margin-right: 4px;
}

.icon img {
    width: 65px;
    height: 65px;
}

div.icon span {
    font-size: 2em;
    margin-bottom: -4px;
    font-weight: bold;
    display: block;
}

span.status {
    color: #808185;
}

span.Red {
    color: Red;
    width: 65px;
    height: 65px;
    display: block;
}

span.Orange {
    color: Orange;
    width: 65px;
    height: 65px;
    display: block;
}

span.Green {
    color: Green;
    width: 65px;
    height: 65px;
    display: block;
}

div.answers {
    background-color: #9A4444;
    color: #fff;
}

div.status {
    color: #444;
}

div.question {
    float: left;
}

#createForm .steps {
    padding-left: 0;
}

/* Documents */
#documents li {
    list-style: none;
}

div.question-info {
    display: block;
    float: left;
    clear: both;
    padding: 10px 8px;
    border-bottom: dotted 1px #444;
}

div.results {
    float: left;
}

div.question h3.title {
    color: #0077CC;
}

.meta {
    font-size: .8em;
    color: #999;
}

li.even div.question-info {
    background-color: #e6e6e6;
}

.fileContainer {
}

.fileUpload {
    margin-left: 35px;
}

.fileContainer span {
    border: none;
}

    .fileContainer span.placeholder {
        display: block;
        width: 20px;
        float: left;
        height: 20px;
    }

    .fileContainer span.deleteButton {
        cursor: pointer;
    }
/*.fileContainer span.deleteButton {
	display:block;
	width: 20px;
	float:left;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fff url(./images/delete.jpg) no-repeat top right;
}
.fileContainer span.deleteButton:hover {
	background: #fff url(./images/delete.jpg) no-repeat bottom right;
}*/

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field,
.editor-uneditable {
    margin: 0.75em 0;
}

.editor-label {
    font-weight: bold;
    font-size: larger;
}

.editor-uneditable {
    font-weight: bold;
    color: Black;
}

.editor-field {
    margin-left: 0.5em;
}

.display-label {
    font-weight: bold;
    width: 15%;
    float: left;
    clear: left;
}

.display-field {
    float: left;
    width: 70%;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.field-validation-error {
    color: Red;
}

.validation-summary-errors {
    color: Red;
}

    .validation-summary-errors ul li {
        list-style: none;
    }

.steps li {
    list-style: none;
    margin: 0 0 10px;
    padding: 3px 20px 6px 40px;
}

.steps .item1 {
    background: url(/Content/images/step1.png) no-repeat;
}

.steps .item2 {
    background: url(/Content/images/step2.png) no-repeat;
}

.steps .item3 {
    background: url(/Content/images/step3.png) no-repeat;
}

.steps .item4 {
    background: url(/Content/images/step4.png) no-repeat;
}

.steps li p {
    padding-top: 5px;
}

span.checkbox {
    padding: 5px 5px;
    white-space: nowrap;
}
/* sorting for lists */
.sort-bar {
    clear: both;
}

.search-bar {
    margin-top: 12px;
    position: relative;
    clear: both;
    border: 2px solid #17375E;
    border-radius: 5px;
    padding: 5px;
    /*background-color: #2F71C1;    
    color: #4DD2FF;*/
}

.arrows {
    position: absolute;
    top: -12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(/Content/images/icons/arrows.png) no-repeat;
    background-Position: -30px;
}

    .arrows span {
        top: -2px;
        position: absolute;
        right: 35px;
        background: white;
    }

.search img {
    padding-top: 4px;
    vertical-align: bottom;
}

.actions a.current {
    /*Sorts*/
    text-decoration: underline;
}

.actions a.active {
    /*Categories*/
    text-decoration: underline;
}
/* Action bar on list pages */
.action-bar {
    line-height: normal;
    clear: left;
}

.actions {
    padding: 3px;
    float: left;
    margin-top: 8px;
}

    .actions a {
        margin: 4px 3px;
    }
/* MvcPaging 
.pager 
{
	padding:3px;
	float:right;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}
*/

/* For SWF Upload */
#swfupload-control p {
    margin: 15px 5px;
    font-size: 0.9em;
}

#swfupload-second p {
    margin: 15px 5px;
    font-size: 0.9em;
}

.log {
    margin: 0;
    padding: 0;
    width: 500px;
}

    .log li {
        list-style-position: inside;
        margin: 2px;
        border: 1px solid #ccc;
        padding: 10px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        background: #fff;
        position: relative;
    }

        .log li .progressbar {
            border: 1px solid #333;
            height: 5px;
            background: #fff;
        }

        .log li .progress {
            background: #999;
            width: 0%;
            height: 5px;
        }

        .log li p {
            margin: 0;
            line-height: 18px;
        }

        .log li.success {
            border: 1px solid #339933;
            background: #ccf9b9;
        }

        .log li.error {
            border: 1px solid #339933;
            background: #b9f9cc;
        }

        .log li span.cancel {
            position: absolute;
            top: 5px;
            right: 5px;
            height: 20px;
            /*width: 20px;
    background: url('<%=Url.Content("~/scripts/swfupload/cancel.png")%>') no-repeat;*/
            cursor: pointer;
        }

/* messages, ala 750 words */
#messagePane {
    position: relative;
    float: right;
}

    #messagePane div {
        font-weight: bold;
        width: 250px;
        position: relative;
        /*right: 0;*/
        padding: 1em 2em 1em 1em;
        color: White;
        text-align: center;
        float: right;
        clear: right;
        margin: 5px 0;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.successMessage {
    background-color: Blue;
}

.errorMessage {
    background-color: #CC0000;
}

.closer {
    position: absolute;
    top: 1px;
    right: 1px;
    font-weight: 900;
    padding: 1px;
    width: 10px !important;
    cursor: pointer;
}






.DataTables td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.DataTables {
    border-collapse: collapse;
}


table.tableGrayBottomBorders {
    border-collapse: collapse;
}

    table.tableGrayBottomBorders td {
        border-bottom: 1px solid #000000;
    }


.client:hover {
    background-color: #efefef;
}

.user:hover {
    background-color: #807D79;
    color: #fafafa;
}

    .user:hover a {
        color: #fafafa;
    }


span.client-name {
    font-weight: bold;
}

div.user, span.add-user {
    padding-left: 8px;
}

div.children {
    padding-left: 25px;
}

.loading {
    width: 20px;
    height: 20px;
}

.expando {
    cursor: pointer;
}

.user-actions {
    float: right;
}

.user-active {
    float: right;
}

.user {
    background-color: #eee;
}

.user-userid {
    font-style: italic;
}

.tableheader {
    font-weight: bold;
}

.grid_6.categoryheader {
    margin-left: 4%;
    padding-right: 12.286%;
    font-weight: bold;
}

.right {
    float: right;
}

.serviceright {
    float: right;
    margin-right: -13.572%;
}

.box {
    background: #ddd;
    margin-bottom: 20px;
    padding: 10px 10px 1px 10px;
}

    .box h2 {
        cursor: pointer;
        font-size: 1em;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        background: #333;
        margin: -10px -10px 0 -10px;
        padding: 6px 12px;
    }

    .box h3 {
        cursor: pointer;
    }

    .box h2 a,
    .box h2 a.visible {
        color: #fff;
        background: #333 url("/Content/images/switch_minus.gif") 97% 50% no-repeat;
        display: block;
        padding: 6px 12px;
        margin: -6px -12px;
        border: none;
    }

        .box h2 a.hidden,
        .box h2 a.hidden:hover {
            background-image: url("/Content/images/switch_plus.gif");
        }

        .box h2 a:hover {
            background-color: #111;
        }

    .box h3 a,
    .box h3 a.visible {
        background: url("/Content/images/switch_minus.gif") 2% 20% no-repeat;
        padding: 0 0 1em 4%;
        border: none;
        width: 50%;
    }

        .box h3 a.hidden,
        .box h3 a.hidden:hover {
            background-image: url("/Content/images/switch_plus.gif");
        }

.grid {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}
/*****************/
html body * div.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}

.grid .grid_1 {
    width: 12.286%;
}

.grid .grid_2 {
    width: 26.572%;
}

.grid .grid_3 {
    width: 40.858%;
}

.grid .grid_4 {
    width: 55.144%;
}

.grid .grid_5 {
    width: 69.430%;
}

.grid .grid_6 {
    width: 83.716%;
}

.grid .grid_7 {
    width: 98%;
}



.grid .prefix_1 {
    padding-left: 14.286%;
}

.grid .prefix_2 {
    padding-left: 28.572%;
}

.grid .prefix_3 {
    padding-left: 42.858%;
}

.grid .prefix_4 {
    padding-left: 57.144%;
}

.grid .prefix_5 {
    padding-left: 71.430%;
}

.grid .prefix_6 {
    padding-left: 85.716%;
}


.grid .suffix_1 {
    padding-right: 14.286%;
}

.grid .suffix_2 {
    padding-right: 28.572%;
}

.grid .suffix_3 {
    padding-right: 42.858%;
}

.grid .suffix_4 {
    padding-right: 57.144%;
}

.grid .suffix_5 {
    padding-right: 71.430%;
}

.grid .suffix_6 {
    padding-right: 85.716%;
}

.ServiceRequest_verificationTable {
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
}

    .ServiceRequest_verificationTable td {
        border-color: #807D79;
        border-width: thin;
        border-style: solid;
        border-collapse: collapse;
        padding-left: 5px;
        padding-right: 5px;
    }

.ServiceRequest_VS_Title a {
    color: purple !important;
}

.ServiceRequest_PIC_Title a {
    color: Blue !important;
}

.ServiceRequest_PCRC_Title a {
    color: darkgreen !important;
}

.ServiceRequest_HighPriority_Title a {
    font-weight: bold !important;
    color: Red !important;
}

.hidden {
    display: none;
}


.IdVerify_review_table td {
    vertical-align: top;
    padding: 5px;
}

.IdVerify_personal_table td {
    padding: 5px;
    vertical-align: top;
}

.IdVerify_personal_table_col_title, .IdVerify_review_table_col_title {
    text-align: right;
    white-space: nowrap;
}

.Idverify_AddressEdit_table_col1 {
    text-align: right;
}

.IdVerify_personal_table tr:nth-child(even) {
    background-color: fafafa;
}

.IdVerify_personal_table tr:nth-child(odd) {
    background-color: #efefef;
}

.even_row {
    background-color: #fafafa;
}

.odd_row {
    background-color: #efefef;
}

.IdVerify_review_offences_table th {
    font-weight: bold;
    background-color: #ffffff;
}

.IdVerify_review_offences_table td, .IdVerify_review_offences_table th {
    background-color: #ffffff;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
}


.EId_Create_Table td {
    vertical-align: top;
    height: 25px;
}

.gray_table {
    border-collapse: collapse;
}

    .gray_table td {
        border: 1px solid Gray;
        padding: 5px;
    }

    .gray_table th {
        background-color: #eeeeee;
        font-weight: bold;
    }

.Idverify_anchor_standout {
    text-decoration: underline;
    color: Blue;
}

.Menu_navigation_cells {
    font-family: Trebuchet MS;
    font-size: 12pt;
    height: 20px;
    vertical-align: middle;
    padding: 10px;
}

.Menu_navigation_cells_border {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: Gray;
}


.logo_line1 {
    font-weight: 900;
    font-family: "Arial Black", Arial, sans-serif;
    color: #0F243E;
    font-size: 40pt;
    line-height: 100%;
    margin-left: 15px;
}

.logo_line2_en {
    font-size: 14.5pt;
    padding-left: 11px;
    top: -5px;
    position: relative;
}

.logo_line2_fr {
    white-space: nowrap;
    font-size: 10.5pt;
    padding-left: 5px;
    top: -5px;
    position: relative;
}

.logo_line2_fr, .logo_line2_en {
    font-weight: 900;
    font-family: "Arial Black", Arial, sans-serif;
    color: #0F243E;
    line-height: 100%;
    margin-left: 15px;
}

.home_box_title {
    font-family: Trebuchet MS;
    color: White;
    font-size: 16pt;
    display: inline;
}

.home_welcome {
    font-family: Trebuchet MS;
    font-size: 22pt;
}

.home_services {
    color: #0F243E;
    font-family: Trebuchet MS;
    font-size: 20pt;
}

.home_header {
    font-weight: bold;
    font-size: 12pt;
    display: inline;
}

.home_bullet_items {
    font-weight: bold;
}

.home_link {
    text-decoration: underline;
}

.home_content_table td {
    vertical-align: top;
    font-size: 12px;
}

.eiv_addEdit_table td {
    padding: 8px;
}

.gray_border td {
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}

.Transaction_Index_Table {
    border-width: 0 0 1px 1px;
    border-color: #444;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
}

    .Transaction_Index_Table th {
        font-size: 8pt;
        background-color: #dddddd;
    }

    .Transaction_Index_Table td {
        font-size: 8pt;
        background-color: #fafafa;
        text-align: center;
        margin: 0;
        padding: 2px;
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-color: #444;
    }

.ConsentQuestionsTable td {
    padding-bottom: 10px;
}

.transaction_email_audit_div {
    background-color: #ffffff;
    border-color: Gray;
    border-width: thin;
    border-style: solid;
    max-height: 100px;
    max-width: 350px;
    overflow-y: scroll;
    padding: 5px;
}

.transaction_result_col1 {
    /*text-align: right;*/
    width: 250px;
    font-weight: bold;
}

.transaction_result_table {
    background-color: #fafafa;
}

    .transaction_result_table td {
        padding: 5px;
    }

.eiv_create_name_columns {
    text-align: right;
}

.AdminTable {
    border-collapse: collapse;
    border-color: Gray;
    border-style: solid;
    border-width: thin;
}

    .AdminTable th {
        border-color: #807D79;
        border-width: thin;
        border-style: solid;
        font-weight: bold;
        padding: 6px;
    }

    .AdminTable td {
        border-color: #807D79;
        border-width: thin;
        border-style: solid;
        padding: 3px;
    }

.popUpDivDialogAfterSubmit, .popUpDivDialog, .popUpDivDialogAddressHistory {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #eeeeee;
    border: 5px solid #cccccc;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 12px 0 15px -4px #000000, -12px 0 15px -4px #000000;
    -moz-box-shadow: 12px 0 15px -4px #000000, -12px 0 15px -4px #000000;
    -webkit-box-shadow: 12px 0 15px -4px #000000, -12px 0 15px -4px #000000;
}

.popUpDivDialog {
    margin-left: -200px;
    margin-top: -165px;
    width: 400px;
    height: 330px;
    z-index: 9002; /*above nine thousand*/
}

.popUpDivDialogAddressHistory {
    margin-left: -250px;
    margin-top: -200px;
    width: 500px;
    height: 420px;
    z-index: 9002; /*above nine thousand*/
}

.popUpDivDialogAfterSubmit {
    width: 200px;
    height: 60px;
    margin-left: -100px;
    margin-top: -30px;
    z-index: 9602; /*above nine thousand*/
}

.popUpDivDialogHider {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none;
}

.popUpDivDialogHideDialogAfterSubmit {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 9500;
}

.PreAuthorizeItemTableLeftCol {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 5px;
    vertical-align: top;
    font-weight: bold;
}

.TablePreAuthorizeIndex {
    border-collapse: collapse;
}

    .TablePreAuthorizeIndex td {
        border-color: #aaaaaa;
        border-style: solid;
        border-width: 1px;
        padding: 5px;
    }

.EmailFormTable td {
    padding: 5px;
    vertical-align: top;
}

legend {
    background-color: white;
}

.ValidationTable td {
    padding: 5px;
    vertical-align: top;
}

.ValidationDownloadButton {
    display: block;
    width: 150px;
    height: 150px;
    text-indent: -9999px; /* hides the link text */
}

.AgentDashboardTable {
    border-collapse: collapse;
}

    .AgentDashboardTable th {
        font-weight: bold;
        border: 1px solid black;
        padding: 3px;
    }

    .AgentDashboardTable td {
        border: 1px solid black;
        padding: 3px;
    }

.treeTableCollapse .treeTableToggle {
    background: url("/content/css/imagges/arrowDown.png");
}

.treeTableExpand .treeTableToggle {
    background: url("/content/css/imagges/arrowRight.png");
}

.treeTableToggle {
    height: 12px;
    width: 12px;
    display: inline-block;
}


#SrComboQuestionTable-wrapper {
    position: relative;
}

#SrComboQuestionTable-scroll {
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px;
}

#SrComboQuestionTable-wrapper table {
    width: 100%;
}

.comboTable {
    border-collapse: collapse;
    border: 0px solid black;
}

    .comboTable td {
        border: 2px solid black;
    }

    .comboTable th {
        /*text-align: center*/
    }

    .comboTable input {
        border: none;
    }

#SrComboQuestionTable-wrapper table thead th .text {
    position: absolute;
    top: -20px;
    z-index: 2;
    height: 20px;
    width: 35%;
    border: 0px solid;
}

.fslegend {
    cursor: pointer;
}

.custom-toggle-icon {
    font-weight: bold;
}

/*Custom toast*/
#toast-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

#toast-container .alert .close {
    position: absolute;
    top: -5px;
    right: 5px;
}