﻿@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

.bold {
      font-weight:bold;
}

/* light blue: #768ED0 orange: #F89826 dark blue: #001946 */

body {
    /*background: url("../images/UCA-Green-Background.png") no-repeat;  */
    /*background: #008993;*/   
    background: url("../images/UCA-GreenGradient-Background.png") no-repeat center center fixed;
    background-size: cover;
}

#main {
    float: left;
    text-align: center;
    width: 1870px;      
}

#client_main {
    margin-left: auto;
    margin-right: auto;
    width: 1366px;
    text-align: center;
}

#header {
    float: left;
    margin: 20px 20px 8px 15px;/*top,right,bottom,left*/
    width: 1860px;
    text-align: left;
}

#client_header {
    float: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 1366px;
    text-align: left;
}

#logo {
    float: left;
    height: 60px;
    margin: 0 10px;
    width: 191px;
}

#logo a { border: 0; }
#logo a img { border:0; }
#header_login {
    clear: right;
    color: #768ED0;
    float: right;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 15px;
    margin: 0 50px 0 0;
}
#header_login ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#header_nav {
    clear: right;
    color: #768ED0;
    float: right;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 15px;
    margin: 20px 5px 0 0;
}

    #header_login a,
    #header_nav a {
     color: #FFFFFF;
     text-decoration: none;
     text-transform: uppercase;
     font-weight:600;
    }

#header_login a:hover { text-decoration: underline; }

        #header_nav a:hover {            
            color: #F27567;
            text-decoration: none;
        }

#header_nav ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header_nav ul li {
    display: inline;
    padding: 0 10px;
    position: relative;
}

#homepage_content {
    background: transparent;
    color: #000000;
    float: left;
    font: 12px/14px Arial, Helvetica, sans-serif;
    margin: 20px;
    position: relative;
    width: 1860px;
}
#client_homepage_content {
    background: transparent;
    color: #000000;
    float: left;
    font: 12px/14px Arial, Helvetica, sans-serif;
    margin: 10px;
    position: relative;
    width: 1560px;
}
#bodyHolder {
    text-align: left;
}

#content {
    -moz-border-radius: 8px;
    background: #ffffff;
    border-radius: 8px;
    color: #000000;   
    float: left;
    font: 14px/14px Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 10px;
    position: relative;
    width: 1860px;
    /*margin-left: auto;*/
    margin-right: auto;
    text-align: left;
}

#content_adminbase {
    color: #000000;
    float: left;
    font: 12px/14px Arial, Helvetica, sans-serif;
    position: relative;
    width: 1860px;    
}
#content_adminbase .section {
    -moz-border-radius: 8px;
    background: #ffffff;
    border-radius: 8px;
    margin:10px;
    padding:10px;
    width:300px;
    float:left;
    height:300px;
}
#content_adminbase .section img {
	float:right;
	bottom:30px;
	right:5px;
	position:relative;
}
#content_claims_details,
#contact_card {
    -moz-border-radius: 8px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px;
    padding: 10px;
    position: relative;
    width: 1100px;
    /*min-width:900px;
    width:97%;*/
}

table#inline_info { width: 100%; }

table#inline_info td {
    vertical-align: top;
    width: 19%;
}

table#inline_info td table td,
table#inline_info td table th { width: auto; }

#document_viewer {
    -moz-border-radius: 8px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px 0 10px 0px;
    min-height: 790px;
    padding: 10px;
    position: relative;
    width: 705px;
    display: block;
}

#exhibits_grid {
    -moz-border-radius: 8px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px 0 10px 0px;
    min-height: 200px;
    padding: 10px;
    position: relative;
    width: 705px;
    display: none;
}

#display_hearingchecklist {
    -moz-border-radius: 8px;
    background: #FFFFFF;
    border-radius: 8px;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px 0 10px 0px;
    min-height: 300px;
    padding: 10px;
    position: relative;
    width: 700px;
    display: none;
}

#content h1,
#homepage_content h1,
#content_claims_details h1,
#document_viewer h1, 
#content_adminbase h1 {
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
#content h1 {
	margin: 0 0 10px;
}
#content h1,
#homepage_content h1,
#content_claims_details h1,
#document_viewer h1 {
    color: #001946;
    margin: 0 0 5px;
    font-weight: bold;
}
#content_adminbase h1 {
	color:#ffffff;
	margin: 20px 0px 10px 10px;
}

#content_claims_details h1 {
    width:900px;
    float:left;
}

#content p {
      margin: 5px 0;
}
#content h2,
#homepage_content h2,
#content_claims_details h2,
#contact_card h2,
#document_viewer h2,
#content_adminbase h2 {
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px;
}
#content h2,
#homepage_content h2,
#content_claims_details h2,
#contact_card h2,
#document_viewer h2 {
    color: #008D97 !important;
    font-weight: 600;
}
#content_adminbase h2 {
	text-transform:uppercase;
	color:#001946;
	margin: 0 0 20px 0;
    font-weight: 700;
}
#content h3,
#homepage_content h3,
#contact_card h3,
#document_viewer h3,
#content_adminbase h3 {
    color: #314151;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
}

#content ul,
#homepage_content ul,
#document_viewer ul,
#content_adminbase ul { margin: 0 0 0 0px; }

#content li,
#homepage_content li,
#document_viewer li,
#content_adminbase li { margin: 5px 0; }

#content a,
#document_viewer a,
.unprocessed-document-queue a,
#content_adminbase a {
    color: #438287;
    font-weight: bold;
    text-decoration: none;
    /*font-size: medium;*/
    font-size: small;
    /*color: #f05e4f; */   
}

#unprocessed-documents a.SplittedDocRowColor {
    color: #0099FF;
    text-decoration: none;    
}

#content a:hover,
#homepage_content a:hover,
#document_viewer a:hover,
#content_adminbase a:hover { text-decoration: underline;}

/************** LOGIN PAGE **************/

#login {
    border: 1px solid #efefef;
    border-width: 0 1px 0 0px;
    float: left;
    width: 50%;
}

#login fieldset { padding: 10px 10px 10px 30px; }

#login legend {
    color: #000000;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 0 0;
    text-transform: uppercase;
}

#login div.editor-field,
#login div.editor-label { padding: 2px 0px; }

#login input[type="submit"] { float: left; }

#login2 {
    float: right;
    width: 48%;
}

/************** MAIN PAGE **************/

#index_content {
    float: left;
    position: relative;
    width: 1100px;    
}

#index_queue {
    -moz-border-radius: 8px;
    background: #eae8e8;
    border-radius: 8px;
    float: left;
    min-height: 688px;
    min-width: 570px;
    padding: 10px;
    width: 100%;    
}
#index_queue a.select_next_claim {
	float:right;
	position:relative;
	bottom:20px;
}
#index_queue h3 {
	text-transform:uppercase;
	position:relative;
	top:18px;
}
#index_queue #claim_sort {
	float:right;
	position:relative;
	left:122px;
	bottom:10px;
}
    #index_queue #claim_sort th {
        color: #000000;
        font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: normal;
        text-transform:uppercase;
    }
#index_queue #claim_sort td {
	padding: 0 0 0 3px;
}
#queue_box {
    font-size: 12px;
    margin: 5px 0;
    min-height: 250px;
    min-width: 550px;
    overflow: hidden;
    width: 100%;
}

#queue_box a {
    color:#000000;
}

.emailInput {width: 100%;}

#index_alerts, #index_ds {
    -moz-border-radius: 8px;
    background: white;
    border-radius: 8px;
    float: left;
    margin: 10px 0px 0px 0px;
    min-height: 182px;
    min-width: 570px;
    padding: 10px;
    width: 100%;
}

#alerts_box, #dispositionReason_box {
    border: 1px solid #000000;
    margin: 5px 0 0;
    min-height: 135px;
    min-width: 550px;
    padding: 10px;
}

#index_search {
    -moz-border-radius: 8px;
    background: white;
    border-radius: 8px;
    float: left;
    margin: 0px 0px 0px 30px;
    min-height: 900px;
    padding: 10px;
    width: 200px;    
    /*width:31%;*/
}

#search_form .editor-label {
	text-transform: uppercase;
}

#index_search h2 {
    color: #001946;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
}

#index_search input,
#index_search select {
    margin: 0 0 15px;
    width: 95%;
}

#index_search input[type=submit] {
    float: left;
    width: 100px;
}

#index_dashboard {
    -moz-border-radius: 8px;
    background: white;
    border-radius: 8px;
    float: left;
    margin: 0px 0px 0px 10px;
    min-height: 900px;
    padding: 10px;
    width: 455px;
    /*width:31%;*/
}
#index_dashboard .calendar {
	border: 1px solid #000000;
	-moz-border-radius: 8px;
	border-radius:8px;
}
#index_dashboard .calendar .editor-label {
	font-size:13px;
	text-transform:uppercase;
}
#index_dashboard .ui-datepicker {
    width: 435px;
    border:0;
}
#index_dashboard .ui-datepicker-month,
#index_dashboard .ui-datepicker-year {
	font-size:15px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#index_dashboard .ui-datepicker table th,
#index_dashboard .ui-datepicker table td {
	font-size:12px;
	width:100px;
}
#index_dashboard .ui-datepicker td span, 
#index_dashboard .ui-datepicker td a {
	height:25px;
	font-weight:normal;
}
#index_dashboard .ui-datepicker td span {
	font-size:11px;
}
#index_dashboard .ui-datepicker td a {
	font-weight:bold;
}
#unprocessed-document-queue {
    float:left;
    min-width:223px;
    max-width:49%;
    margin-left: 5px;
    -moz-border-radius:8px;
    background-color:#e9eefd;
    border-radius:8px;
    min-height:90px;
    padding: 5px 0 0 4px;
}
#unprocessed-document-queue a {
	color:#001946;
	font-weight:bold;
}
#unprocessed-document-queue a[onclick="return false"] {
	font-weight:normal;
}
#unprocessed-document-queue a[onclick="return false"]:hover {
	text-decoration:none;
	cursor:default;
}
#unprocessed-document-queue h3 {
    font-weight:bold;
    font-family: Arial, sans-serif;
    color:#000000;
}
#dashboardNextActionPanel {
    width:49%;
    float:left;
    -moz-border-radius: 8px;
    background-color:#e9eefd;
    border-radius: 8px;
    margin:5px 0 10px;
}

#clientIndex_claimStatus ul{
    margin: 0;
    border-radius: 8px;
}

#dashboardCommunicationStatusPanel {
    border: black thin solid;
    float: left;
    border-radius: 10px;
    padding: 0;
    min-width: 223px;
    margin: 5px 0 5px 6px;
}

#dashboardCommunicationStatusPanel span.t-header {
    line-height: 2.05em;
    display: block;
    padding: 0 15px;
    margin: 6px 0;
}

#dashboardCommunicationStatusPanel td {
    padding: 0 0 5px 5px;
}

#dashboardClaimStatusPanel{
    width:49%;
    float:right;
    -moz-border-radius: 8px;
    background-color:#e9eefd;
    border-radius: 8px;
    margin:5px 0 10px;
}
#dashboardClaimStatusPanel ul#claimStatusPanel,
#clientIndex_claimStatus ul#claimStatusPanel,
#dashboardNextActionPanel ul#nextActionPanel {
    -moz-border-radius:8px;
    border-radius:8px;
    margin:0px;    
}
#datepicker {
    float:right;
    font-size:12px;
}
#datepicker .ui-helper-clearfix:before,
#datepicker .ui-helper-clearfix:after {
	display:block;
}


/******** Claims Index page ***********/

#claims_table { margin: 0 0 0 15px; }

#claims_table th {
    color: #001946;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px 5px 0px;
    text-align: left;
    text-transform: uppercase;
}

#claims_table td {
    font-size: 12px;
    padding: 0 10px 0 0;
}

#ClaimGrid a.t-link {
	color:#000000;
}

/******** Display Hearing Check List ***********/

#display_hearingchecklist_table { margin: 0 0 0 15px; }

#display_hearingchecklist_table th {
    color: #001946;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px 5px 0px;
    text-align: left;
    text-transform: uppercase;
}

#display_hearingchecklist_table td {
    font-size: 12px;
    padding: 0 10px 0 0;
}

#display_hearingchecklist_history { margin: 0 0 0 15px; }

#display_hearingchecklist_history th {
    color: #001946;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px 5px 0px;
    text-align: left;
    text-transform: uppercase;
}

#display_hearingchecklist_history td {
    font-size: 12px;
    padding: 0 10px 0 0;
}


/******** Claims Details Pages ********/

#claim_noalert {
    color: #001946;
    float: left;
    font-size: 11px;
    margin: 7px 0 7px 0;
    width: auto;
}

.claim_alert, #sir_alert {
    -moz-border-radius: 14px;
    border: 3px solid #ff0000;
    border-radius: 14px;
    color: #FF0000;
    float: left;
    font-weight: bold;
    margin: 7px 0 0 0;
    padding: 5px;
    width: auto;
}
#action_display_bar {
    color: #314151;
    float: left;
    font-size: 11.5px;
    border-radius: 10px;
    border: 3px solid #000000;
    font-weight: bold;
    padding: 2px 4px;
}
#action_display_bar th {
    text-transform:uppercase;
}
#action_display_bar td {
    min-width: 30px;
    padding:0 10px 0 0;
    color:#001946;
}
#content_claims_details #action_bar,
.claim_search #action_bar {
    color: #001946;
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
    margin:10px 0px 0 0;
}
.claim_search #action_bar {
    position: absolute;
    top: 15px;
    right: 30px;
}

#escalation-container #action_bar,
.claim_create #action_bar {
	right: 30px;
	position: absolute;
	top: 15px;
}

#content_claims_details #action_bar a,
.claim_search #action_bar a {
    color: #001946;
    text-decoration: none;
    vertical-align: sub;
}

#content_claims_details #action_bar a:hover {
	text-decoration:underline;
}

#content_claims_details #action_bar a img,
#content_claims_details #contact_card #action_bar a img,
.claim_search #action_bar a img {
    border: none;
    vertical-align:top;
}

#content_claims_details #action_bar .toprow {
    position: absolute;
    right: -8px;
    top: -8px;
}
#content_claims_details #action_bar .toprow a,
#content_claims_details #action_bar .toprow input {
    vertical-align:top;
    margin: 0 3px;
}
#content_claims_details #action_bar .btmrow {
    position: absolute;
    right: -8px;
    top: 5px;
    width: 129px;
}
#content_claims_details #contact_card #action_bar .toprow {
    position:absolute;
    right:-14px;
    width:67px;
    top:-20px;
}

#top_claim_details { 
	height: 160px;
}

.info-bar,
#claimant_card,
#separation_card,
#action_display_bar,
#contact_card {
    -moz-border-radius: 8px;
    border-radius: 8px;
    float: left;
    font-size: 11px;
    height: 140%;
}

.info-bar,
#claimant_card,
#separation_card,
#contact_card {
    border: 2px solid #001946;
}
#claimant_card a,
#separation_card a,
#contact_card a { text-decoration: none; }

#contact_details a { color: #F05E4F !important; }

#claimant_card a:hover,
#separation_card a:hover,
#contact_card a:hover {
    color: #F89826;
    text-decoration: underline;
}

#claimant_card {
	width: 61.5%;
}
#separation_card {
	width: 37%;
    float: right;
    margin: 7px 0 0 0;
}
#action_display_bar {
	width: 99%;
	clear: left;
    margin: 5px 0px 2px 0;
}
#claimant_card {
    clear: left;
    margin: 7px 0px 0 0;
}

#claimant_card .red_status,
#separation_card .red_status {
    font-weight:bold;
    color:red;
}

#contact_card {
    margin: 10px 0 10px 0;
    min-width: 800px;
    padding: 5px;
    width: 99%;
}
#contact_card .mailContact {
	cursor:pointer;
}

#claimant_card h2,
#separation_card h2,
#contact_card h2,
#claim_content h2 {
    color: #001946;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px 0 7px 0;
    text-transform: uppercase;
}

#contact_details h3 {
    color: #001946;
    font-size: 12px;
    font-weight:600;
    text-transform: uppercase;
}
#action_display_bar td
#action_display_bar th,
#claimant_card th,
#separation_card th,
#contact_card th {
    color: #314151;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 10px 1px 0px;
    text-align: left;
    text-transform: uppercase;
    width: 75px;
}

#related_claims th { padding: 1px 5px 1px 0; }

#claimant_details,
#claim_details,
#client_details {
    padding: 5px;
    text-align: left;
    width: 30%;
}

#separation_details,
#related_claims {
    padding: 5px;
    text-align: left;
}

#separation_details { width: 60%; }

#related_claims { width: 35% }

#claimant_details, #claim_details, #client_details {
    width:31%;
}
#claimant_details, #claim_details, #client_details, #separation_details, #related_claims {
	float:left;
}

#claim_content {
    float: left;
    width: 100%;
}

#claim_content .informationPanel,
#claim_content #claim_dates,
#claim_content #separation_dates,
#claim_content #decision_details,
#claim_content #sides_response_details {
    -moz-border-radius: 8px;
    border: 2px solid #001946;
    border-radius: 8px;
    float: left;
    font-size: 12px;
	margin: 0px 0 10px 0;
    padding: 3px;
}
#claim_content .informationPanel {
    width: 48%;
}

#claim_content #claim_dates {
	width:99%;
}
#claim_content #separation_dates {
	width:99%;
}
#claim_content #decision_details {
	width:99.9%;
}

    #claim_content .informationPanel th,
    #claim_content #claim_dates th,
    #claim_content #separation_dates th.separationDetails,
    #claim_content #decision_details th,
    #claim_content #sides_response_details th {
        color: #314151;
        font-size: 11px;
        font-weight: bold;
        padding: 1px 15px 1px 0px;
        text-align: left;
        text-transform: uppercase;
    }
#claim_content .informationPanel th,
#claim_content #claim_dates th {
	width:219px;
}
#claim_content #separation_dates th.separationDetails {
	width:125px;
}
#claim_content #decision_details th {
	width:144px;
}
#claim_content .informationPanel td,
#claim_content #claim_dates td,
#claim_content #separation_dates td.separationDetails,
#claim_content #decision_details td {
    color: #000000;
    /*font-size: 11px;*/
}
#claim_content .informationPanel table,
#claim_content #claim_dates table {
	float:left;
	margin:0 50px 0 0;
}
#claim_content #claim_tabs {
    float: left;
    width: 99.5%;
}
#claim_content #claim_tabs #decision_tab #DecisionsGrid {
    font-size:11px;
}

#claim_content #claim_tabs div.t-grid-header { padding-right: 15px; }

#claim_tabs,
table.form_table { font-size: 13px; }
table.form_table { 
	border-spacing:0;
	margin: 10px 0 10px;
    width: 100%;
}
#claim_tabs li.ui-state-default a { font-size: 16px; font-weight:600; }

#claim_tabs h2,
table.form_table h2 { margin: 0 0 10px 0; }

#claim_tabs table th {
    color: #001946;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

table.form_table th {
    color: #001946;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px 10px 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
    table.form_table th input[type="radio"] {
        margin: 0 4px 0 0;
        position:relative;
        top:-1px;        
    }       

#claim_tabs table td,
table.form_table td {
    padding-right: 20px;
    vertical-align: top;
}
#claim_tabs table#ResponseText td,
#separation_tab table td {
    padding: 0;
    vertical-align: top;
}

#separation_tab #separation_basics {
    float: left;
    margin: 0 10px 10px 0;
    width: 100%;
}

#separation_tab #col1,
#sides_response_tab .col1{
    float: left;
    width:85%;
	position:relative;
	bottom:1px;
}

#response_tab #response_col {
    float: left;
    width:83.9%;
}

#hearing_tab #hearing_tabs {
    float: left;
    margin: 0 10px 10px 0;
    width: 82%;
}
#decision_tab #col1 {
    float: left;
    width:84%;
}

#sir_tab .actions_col {
    border: 2px solid #e9eefd;
    -moz-border-radius: 8px;
    background-color:#e9eefd;
    border-radius: 8px;
    float: right;
    padding: 5px;
    width: 18%;
    margin:0 0 10px 0;
}

#separation_tab .actions_col,
#response_tab .actions_col,
#hearing_tab .actions_col,
#decision_tab .actions_col,
#hearing_tab .actions_col,
#sides_response_tab .actions_col {
	border: 2px solid #e9eefd;
    -moz-border-radius: 8px;
    background-color:#e9eefd;
    border-radius: 8px;
    float: right;
    padding: 5px;
    width: 13%;
    margin:0 0 10px 0;
}
#hearing_tab .actions_col {
	width: 14%;
    margin-top: 5px;
}

.ui-dialog .button,
#separation_tab .actions_col .button,
#response_tab .actions_col .button,
#sir_tab .actions_col .button,
#response_tab .actions_col #displayGuidanceQuestions.button,
#decision_tab .actions_col .button,
#hearing_tab .actions_col .button {
    margin: 0 10px 5px 0;
    border:none;
    background: #768fd0 url(../themes/custom-theme/images/ui-bg_highlight-soft_80_768fd0_1x100.png) 50% 50% repeat-x;
    color:#ffffff !important;
    text-transform:uppercase;
    font-size:9px !important;
    width:auto;
}
.ui-dialog .button:hover,
#separation_tab .actions_col .button:hover,
#response_tab .actions_col .button:hover,
#response_tab .actions_col #displayGuidanceQuestions.button:hover,
#decision_tab .actions_col .button:hover,
#hearing_tab .actions_col .button:hover {
    margin: 0 10px 5px 0;
    border:none;
    background: #f89826 url(../themes/custom-theme/images/ui-bg_highlight-soft_80_f89826_1x100.png) 50% 50% repeat-x;
    color:#000000 !important;
    text-transform:uppercase;
    font-size:10px !important;
}
#separation_tab .guidance_questions_title {
    clear: both;
    float: left;
    margin: 30px 0 0 0;
}

div#display_guidance_questions {
    display:none;
}

#separation_tab .question { font-weight: bold; }

#separation_tab textarea.question {
    float: left;
    height: 120px;
    width: 80%;
}

#separation_tab .question_buttons {
    float: right;
    height: 120px;
    width: 14%;
}

#separation_tab .question_buttons input { margin: 0px 10px 3px 0px; }

#separation_tab .question_buttons input[type="checkbox"] {
    margin: 0px 10px 7px 0px;
}
#separation_tab .question_buttons label.label {
    color: green;
    font-size: 10px;
    font-weight: bold;
}

#response_tab table#ResponseText { margin: 0 0 10px 0; }

#hearing_tabs .ui-widget-header { }

#hearing_tabs li.ui-state-default a { font-size: 13px; }

#hearing_tabs.ui-tabs .ui-tabs-nav li a { padding: .2em 1em .1em; }

#notelist {
    border: 2px solid #000000;
    color: #000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 10px 0 10px 0;
    padding: 10px;
    width: 98%;
}

#notelist h2,
#notelist table {
    clear: both;
    float: left;
}

#notelist h2 a {
    color: #768ED0;
    text-decoration: none;
}

#notelist h2 a:hover { text-decoration: underline; }

#notelist th { text-align: left; }

#notelist tr { padding: 2px 5px 2px 0px; }

#notelist td { padding: 3px 15px 3px 0; }

#table_addnote { font-size: 12px; }

#table_addnote th {
    color: #001946;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 10px 10px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}

th.note_field textarea {
    font-size: 11px;
    height: 70px;
    width: 270px;
}
.note_followup {
    color: #001946;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 10px 10px 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
#table_addnote td { vertical-align: top; }

p input { float: right; }

div.ui-dialog { width: 400px; }

/******************* Admin Forms **************************/

#table_userdetails h1,
#table_userdetails h2,
#table_userdetails h3,
#table_userdetails h4,
#table_edituser h1,
#table_edituser h2,
#table_edituser h3,
#table_edituser h4,
#table_locationdetails h1,
#table_locationdetails h2,
#table_locationdetails h3,
#table_locationdetails h4,
#table_clients h1,
#table_clients h2,
#table_clients h3,
#table_clients h4,
#table_sepreasons h1,
#table_sepreasons h2,
#table_sepreasons h3,
#table_sepreasons h4,
#table_supplementalquestions h1,
#table_supplementalquestions h2,
#table_supplementalquestions h3,
#table_supplementalquestions h4,
#table_addquestion h1,
#table_addquestion h2,
#table_addquestion h3,
#table_addquestion h4,
#table_separationbasics h1,
#table_separationbasics h2,
#table_separationbasics h3,
#table_separationbasics h4 {
    color: #000000;
    text-align: left;
}
#table_userdetails,
#table_edituser,
#table_email_templates,
#table_clients,
#table_locationdetails,
#table_contactdetails,
#table_sepreasons,
#table_supplementalquestions,
#table_groups,
#table_addquestion,
#table_separationbasics {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#table_userdetails th,
#table_edituser th,
#table_email_templates th,
#table_clients th,
#table_locationdetails th,
#table_contactdetails th,
#table_sepreasons th,
#table_supplementalquestions th,
#table_groups th,
#table_addquestion th,
#table_separationbasics th,
.form_table th,
#fileuploader ul.list h3 {
    color: #001946;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 10px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}
#table_userdetails td,
#table_edituser td,
#table_email_templates td,
#table_clients td,
#table_locationdetails td,
#table_contactdetails td,
#table_sepreasons td,
#table_addquestion td,
#table_separationbasics td,
#table_groups td,
#table_supplementalquestions td,
.form_table { 
     vertical-align: top;
}
#table_email_templates {
	text-align: left;
}
#table_email_templates th {
	width: 130px;
}
#table_sepreasons td input[type="text"],
#table_edituser td input[type="text"],
#table_edituser td input[type="password"] { 
	width: 200px;
}
#table_supplementalquestions td input[type="text"] { 
	width: 260px;
}
#table_supplementalquestions td textarea,
#table_addquestion td textarea {
    height: 100px;
    width: 260px;
}
#table_sepreasons td select { 
	margin: 5px 0;
}
#table_sepreasons td input[type="submit"] { 
	margin: 5px;
}
#table_addquestion td input[type="radio"] {
    margin: 5px 0px 10px 0px;
}
#table_addquestion td label {
    margin: 0px 5px 0px 0px;
}
#table_locationdetails td input,
#table_locationdetails td select,
#table_contactdetails td input,
#table_contactdetails td select,
#table_clients td input,
#table_clients td select,
#table_separationbasics td select,
#table_separationbasics td input,
#table_addquestion td select,
.form_table td select,
.form_table td input:not([type="checkbox"])
.form_table td input:not([type="image"]) { 
	width: 100%;
}
.form_table input {
    position: relative;
    top: -2px;
}
    .form_table input[type="radio"] {
        margin: 0 4px 0 0;
        position: relative;
        top: -1px;
        width: 15px;
        height: 15px;
        appearance: none; /*Remove default radio button style */
        border: 1px solid #000000;
        border-radius: 50%;
        background-color: #FFFFFF !important;
        transition: border-color 0.3s, background-color 0.3s;
    }

/* When the radio button is selected (checked), change the background and border color */
.form_table input[type="radio"]:checked {
    background-color: #438287 !important;
    border-color: #CCC !important; 
         

}


/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    -moz-border-radius: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #000000;
    padding: 20px 10px 10px 10px;
}

legend {
    background: transparent;
    color: #000000;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    padding: 20px 0 0 0;
    text-transform: uppercase;
}

.editor-label { margin: 5px 0 0 0; }

.editor-field { margin: 5px 0 0 0; }

.input-search, .input-clear {
    border: none;
    cursor: pointer;
    float: left;
    height: 24px;
    margin: 10px 0 0 0;
    width: 84px;
}

.input-search { background: white url(/Content/images/button_search.png) no-repeat top; }

.input-clear { background: white url(/Content/images/button_clear.png) no-repeat top; }


.editor-label > label { font-weight: bold; }

.wide-text {
    overflow: hidden;
    white-space: nowrap;
}
.button {
    color: #000000 !important;
    font-size: 12px !important;
}

p.error, h2.error {
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
}

.action-button {
    margin: 0 10px 5px 0;
    width: 100%;
}

.info-panel {
    -moz-border-radius: 8px;
    border: 2px solid #001946;
    border-radius: 8px;
    display: inline-block;
    font-size: 12px;
    margin: 5px 0 10px 0;
    padding: 3px;
    position: relative;
}

.info-panel th, div#claim_tabs .info-panel th {
    color: #768ED0;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 15px 1px 0px;
    text-align: left;
    text-transform: uppercase;
}

.info-panel td {
    color: Black;
    font-size: 11px;
}

.unprocessed-document-queue {
    list-style-type: none;
    margin: 10px 0 0 0 !important;
    padding: 0;
    background-color: rgba(180,195,210,0.55);    
}

#contextPanel,
.claim_search { 
	padding: 20px;
	/*width:125%;*/
}

.claim_search input[type="text"],
.claim_search textarea,
.claim_search select {
    margin: 0 0 15px;
    width: 95%;
}

#contextPanel input[type="submit"],
.claim_search input[type="submit"],
.claim_search input[type="button"]{
    margin-right: 15px;
    width: 100px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
}

.validation-summary-valid { display: none; }

.list-selected-item { background: #D6E1FF; }

/* Styles for telerik controls
-----------------------------------------------------------*/

#content .t-button, #homepage_content .t-button { color: #000000 !important; }

a.t-link { color: black; }

.t-state-hover a, .t-state-hover:hover a { color: #F89826; }
/*
div.t-toolbar a.t-button {
    background: #607FC5 url('../2012.1.214/UCAUCM/sprite.png') repeat-x 0 -856px;
    color:white;
}
div#separationReasonDialog .t-header,
div#separationReasonDialog .t-grid-header,
table#ResponseText.t-header,
table#ResponseText .t-grid-header {
    background: #799FD2 url('../2012.1.214/UCAUCM/sprite2.png') repeat-x;
}
*/

/*** NO, THIS IS BAD - Perry 07/19/2012
a.openDialogDetails { font-weight: bold !important; 

    padding:5px 0 0 5px;
    width:97px;
    height:97px;
    padding:5px 0 0 5px;
}
***/

.ui-dialog-titlebar {
    font-size:15px !important;
    text-transform:uppercase;
    background: #C5B8B5 !important;
    color: #FFFFFF !important;
   /* border-color: #ED402C;*/
}

/*.ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close {
    color: red;*//* or any color you want */
    /*font-size: 24px;*/ /* optional */
    /*background: none;
    border: none;
    cursor: pointer;
}*/

/*.ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close {
    color: red;
}
*/

/*** NO, THIS IS BAD - Perry 07/19/2012
a.openDialogDetails:hover { font-weight: bold !important;} ***/
td.t-detail-cell div.t-widget {
    border-color: #000000;
}

.t-grid .t-alt { background-color: #efefef; }

.t-grid .t-alt td { border-color: #dddddd; }

.t-grid td { border-color: #dddddd; }

div#main .t-editor iframe.t-content html { margin: 5px; }

.openClaim {
    font-weight: bold !important;
    text-decoration: underline!important;
}

.openClaim:hover {
    font-weight: bold !important;
    text-decoration: none!important;
}

.separationDetails { text-align: left; }

/* This is duplicated above ***
 div#display_guidance_questions { display: none; } */

div#response_tab .actions_col #displayGuidanceQuestions { margin: 10px 10px 10px 0; }

.openContact {
    font-weight: bold;
    text-decoration: none;
}

.openContact:hover {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
td.separationShowHistoryAnswer {
      padding: 10px;
      margin: 5px 0;
      border: 1px solid #666;
      background-color: #DDD;
}
.openClaims {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.logOut { cursor: pointer; }

.openGroupClaims {
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#profile { font-size: 12px; }

#profile th {
    color: #001946;
    font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0 10px 10px 0;
    text-align: right;
    vertical-align: top;
}

#profile td { vertical-align: top; }

.t-up
{
	background: url("../images/Up.png") no-repeat !important;
}

.t-down
{
	background: url("../images/Down.png") no-repeat !important;
}

.t-top
{
	background: url("../images/TopUp.png") no-repeat !important;
}

.t-bottom
{
	background: url("../images/BottomDown.png") no-repeat !important;
}

.t-detailsCommand
{
	background: url("../images/Details.png") no-repeat !important;
}

.t-associateCommand {
    background: url("../images/link.png") no-repeat !important;
    background-size: contain !important;
}

.boldRed
{
    color: red !important;
    font-weight: bold !important;
}

#table_email_templates input[type="text"], #table_email_templates select {
	width: 797px;
}

#decision_tab .t-grid tbody .t-button {
    min-width: 30px;
}

#decision_tab span.textButton,
#decision_tab a.textButton,
#documents_tab span.textButton,
#documents_tab a.textButton {
    margin: 2px;
    color: red;
    font-weight: bold;
    vertical-align: top;
}

#decision_tab span.textButtonDisabled, #decision_tab a.textButtonDisabled {
    margin: 2px;
    color: gray;
    vertical-align: top;
}

#claim_tabs table td {
    padding-right: 0;
}

#ExhibitGrid .t-grid-content {
    height: 100px !important;
}

/* EXTERNAL/INTERNAL REQUEST FOR SEPARATION INFORMATION 
----------------------------------------------------------------------------*/
#main.external,
#main.external #header,
#main.external #bodyHolder {
      width: 960px;
}
#main.external h1,
#main.external h2,
#main.external h3,
#main.external h4,
#fileUploaded h3 {
      font-weight:bold;
      font-family: Verdana, Arial, Helvetica, sans-serif;
}


ul#uploadedForms {
	float:right;
	border: 1px solid red;
	border-radius:5px;
	width:350px;
}
table#uploader td.directions {
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#finishButton {
    font-weight: bold;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    line-height: 9px;
    height: 18px;
    width: 14%;
    padding: 0 5px;    
    border-radius: 8px;
    background: #F05E4F;
    border-width: 1px;
    color: white;
}

.unknownFields {
    color: red;
    font-weight: bold;
}

#notes .note {
	width:650px;
	min-height:75px;
	margin: 5px 0;
	background: #f6f6f6;
	border: 1px solid #eee;
	float:left;
	padding:5px;
}
#notes p {
	margin: 3px 5px;
	float:left;
	clear:both;
	font-size:13px;
	line-height:15px;
}
#notes .note .icon {
	height:9px;
	position:absolute;
	right:8px;
	top:4px;
}
#notes .note .icon a img {
	width:9px;
	height:9px;
	margin: 0 0 0 2px;
}

#notes {
	float:left;
}
#notes {
	padding:10px;
	width:690px;
	height: 890px;
    overflow: scroll;
}
.tableHeader {
	padding-right: 10px;
    font-weight: bold;
}

.notePager {
    text-decoration: underline;
}

/* External Pages */
.clear{
	clear:both;
}
.external-mainContainer{
	background:transparent !important;
	margin:0 !important;
	padding:0 !important;
	width:1190px !important;
	float:none !important;
}
.external-topContainer{
	background-color:#FFFFFF;
	padding:10px;
	border-radius:8px;
	width:1150px;
	margin:10px;
}
table.external-topContainer{
	width:1170px;
}
.external-topContainer label,
.claimantHeader-label{
	padding-right:10px;
	color: #438287;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.claimantHeader-response{
	color:#000000;
	font-size:12px;
	padding-bottom:1em;
}
.claimantHeader p{
	padding-bottom:1em;
}
.claimantHeader-left,
.claimantHeader-right{
	float:left;
	width:300px;
}
.external-topContainer-column{
	width:25%;
}
.external-topContainer-column td{
	font-size:11px;
}
.external-header,
.external-main{
	float:none !important;
	width:auto !important;
}
.external-topContainer-column-addNote{
	text-align:right;
	vertical-align:top;
}
.external-actions_col{
    border: 2px solid #e9eefd;
    -moz-border-radius: 8px;
    background-color:#e9eefd;
    border-radius: 8px;
    float: right;
    padding: 7px;
    /*width: 18%;*/
    margin: 5px 7px 0px 10px;
	text-align:left;
}
.external-actions_col h3{
	color: #001946 !important;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
}
.external-actions_col ul{
	list-style:none;
	margin:0 !important;
}
.external-actions_col ul li{
	margin:7px 0 0 0 !important;
}
.external-hearing-actionButton{
margin: 0 10px 7px 0;
border: none;
background:#768fd0 url(/Content/themes/custom-theme/images/ui-bg_highlight-soft_80_768fd0_1x100.png) 50% 50% repeat-x;
color: #ffffff !important;
text-transform: uppercase;
font-size: 12px !important;
width: auto;
border-radius: 5px;
padding: 3px;
font-weight: bold;
}
.external-actions_col ul li a:hover{
	background: #f89826 url(/Content/themes/custom-theme/images/ui-bg_highlight-soft_80_f89826_1x100.png) 50% 50% repeat-x;
	text-decoration:none !important;
}
.external-hearing-container{
	width:550px;
	vertical-align:top;
	background-color:#FFFFFF;
	border-radius:8px;
	padding:10px;
}
.external-hearing-container h2,
.external-topContainer h2{
color: #2A4AA1 !important;
font-weight: bold !important;
font-family:Arial, Helvetica, sans-serif !important;
text-align: left !important;
padding-bottom: .5em !important;
}
/*.external-page #content{
	width:1130px !important;
}*/
.external-fullDocumentViewer{
	background-color:#FFFFFF;
	padding:10px;
	border-radius:8px;
	margin:10px;
	width:1150px;
}
.external-bodyHolder #content {    
    width: 900px !important;
    border-radius: 18px;
}
.external-bodyHolder #SeparationTypeId,
.external-bodyHolder #ReasonId {
    width:300px;   
    height:30px;
}


.external-mainContainer #claim_content{
	float:none !important;
	width:auto !important;
}

.external-mainContainer #decision_details{
	background-color:#FFFFFF !important;
	padding:10px !important;
	border-radius:8px !important;
	width:1150px !important;
	margin:10px !important;
	border:none !important;
	float: none !important;
}
.external-mainContainer table#decision_details{
	width:1170px !important;
}
.external-notFinal{
	color: red;
	text-align: center;
	font-weight: bold;
	padding: 1em 0;
}
/* File Uploader */
.fileUpload-container{
	float:left;
	width:460px;
}
.fileUpload-uploadList{
	float:right;
	border: 1px solid red;
	border-radius:5px;
	width:350px;
}
.fileUpload-description h3{
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.external-emailResponse-upload .fileUpload-container{
	width:400px;
	float: left;
}
.external-emailResponse-upload .fileUpload-uploadList{
	width:350px;
	border radius:0;
	padding:0;
	margin:0;
}
.external-emailResponse-upload .fileUpload-description h3{
	font-size: 13px;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
}
.external-main #finishButton{
	padding: 8px 8px;
	height: auto;
	position: absolute;
	left: 370px;
	cursor:pointer;
}
.external-main #finishButton:hover{
	background-color:#f89826;
}
/* External Links Modal Window */
.clientSecurity-modalContainer label{
	font-weight: bold;
}

.clientSecurity-modalContainer ul{
	list-style:none;
}
.clientSecurity-modalContainer ul li{
	padding: 0.3em 0;
}
.clientSecurity-modalContainer ul li a{
	color:#768fd0;
	text-decoration:none;
}
.clientSecurity-modalContainer ul li a:after{
	content:":";
}
.clientSecurity-modalContainer ul li a:hover{
	color:#f89826;
}
.clientSecurity-area{
	padding-bottom:1em;
}
.external-linkURL{
	font-size: .7em;
	display:inline-block;
	width: 280px;
	vertical-align: middle;
	padding-left: 10px;
}
.clientSecurity-modalContainer-securityButton{
	padding: 3px;
	border-radius: 4px;
	vertical-align: middle;
	background: #768fd0 url(../themes/custom-theme/images/ui-bg_highlight-soft_80_768fd0_1x100.png) 50% 50% repeat-x !important;
	cursor:pointer;
}
.clientSecurity-modalContainer-securityButton:hover{
	background:#f89826 url(../themes/custom-theme/images/ui-bg_highlight-soft_80_f89826_1x100.png) 50% 50% repeat-x !important;
}
/* Exteral Email Response */
.external-emailResponse{
}
.external-emailResponse h2{
}
.external-emailResponse-upload{
	width:800px;
}
.external-emailResponse #finishButton{
	padding: 5px 10px;
	height: auto;
	position: relative;
	left: 370px;
	cursor:pointer;
}
.external-emailResponse #finishButton:hover{
	background-color:#f89826;
}
.external-emailResponse-upload table#uploader{
	width:350px !important;
}
.pad10{padding:0 10px;}
/* RSI Info */
.RSI-info h1{
	text-align: center;
	margin-bottom: 1em;
}
.RSI-info hr{
	height:1px;
	width:90%;
	color:#CCC;
	background-color:#CCC;
	border:0;
	margin:15px auto;
}
hr.HR90{
	height:1px;
	width:90%;
	color:#CCC;
	background-color:#CCC;
	border:0;
	margin:15px auto;
}
p.RSIinfo-instructions{
	margin-bottom: 1em;
}
.RSIinfo-basics,
.RSIinfo-details,
.RSIinfo-pay,
.RSIinfo-separation{
	margin-bottom: .5em;
	line-height:20px;
}
.RSIinfo-basics .RSIinfo-question,
.RSIinfo-pay .RSIinfo-question,
.RSIinfo-separation .RSIinfo-question{
	text-transform: uppercase;
	font-weight: bold;
	width: 150px;
	display: inline-block;
}
.RSIinfo-separation .form_table tbody tr th{
	text-transform: uppercase;
	font-weight: bold;
	width: 153px !important;
	/* display: inline-block; */
	padding: 0;
	font-size: 12px;
}
.RSIinfo-basics .RSIinfo-response{}
.RSIinfo-basics .RSIinfo-error,
.RSIinfo-details .RSIinfo-error,
.RSIinfo-pay .RSIinfo-error,
.RSIinfo-separation .RSIinfo-error{
	margin-left: 10px;
}
.RSIinfo-details .RSIinfo-question{
	display: inline-block;
	width: 270px;
}
.RSIinfo-details .RSIinfo-response{}
    .RSIinfo-details .RSIinfo-radioOption{
        margin-left:0 !important;
        padding-right:15px;    
}
    .RSIinfo-details .RSIinfo-radioOption input[type="radio"] {
            margin: 0 4px 0 0;
            position: relative;
            top: -1px;
            width: 15px;
            height: 15px;
            appearance: none; /*Remove default radio button style */
            border: 1px solid #000000;
            border-radius: 50%;
            background-color: #FFFFFF !important;
            transition: border-color 0.3s, background-color 0.3s;
        }

            /* When the radio button is selected (checked), change the background and border color */
            .RSIinfo-details .RSIinfo-radioOption input[type="radio"]:checked {
                background-color: #438287 !important; 
                border-color: #CCC !important;
            }               
#partTimeAdditions,
#temporaryAdditions{
	padding-left:50px;
}
#partTimeAdditions .RSIinfo-question,
#temporaryAdditions .RSIinfo-question{
	width:220px;
}
p.RSIinfo-pay-header{
	margin-bottom: 1em;
}
.RSIinfo-pay .RSIinfo-response{
	padding: 0 10px 0 0;
}
.RSIinfo-pay .RSIinfo-response label{
	margin:0 10px 0 0 !important;
}
.RSIinfo-pay .RSIinfo-response label input{
	margin:0 5px 0 0;        
            position: relative;
            top: -1px;
            width: 15px;
            height: 15px;
            appearance: none;
            border: 1px solid #000000;
            border-radius: 50%;
            background-color: #FFFFFF !important;
            transition: border-color 0.3s, background-color 0.3s;
}

            /* When the radio button is selected (checked), change the background and border color */
    .RSIinfo-pay .RSIinfo-response input[type="radio"]:checked {
        background-color: #438287 !important;
        border-color: #CCC !important;
    }                  
.RSIinfo-pay .RSIinfo-followup{}
.RSIinfo-separation .RSIinfo-response{}

/*RSI information form: ExternalRequestForSeparationInformation "Next" button (prev,next and submit)*/
        .nextbutton {
    color: #ffffff !important;
    background-color: #F05E4F;
    font-size: 12px !important;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    width: 8%;
    height: 25px;
    font-weight: bold;
}


/*.RSI-info input[type="submit"]{
	display:block;
	margin:0 auto;
}*/
/*Note - not a child of RSI-Info. Need to find parent*/
.highlight{
    background-color: cornflowerblue !important;
}
.buttonmargin{
    margin-bottom:10px;
}
.link{
            background-image: url(/Content/images/link.png) !important;
            background-repeat: no-repeat !important;
            width:20px;
            height:30px;
            min-width:15px !important;
        }
.rowbold{
    /*font-weight:bold;*/
    background: #B2D7D9;
}
#forgotpasswordbutton{
    float:none;
    margin-left:20px;
}
.userbtn{
    border-radius: 10px;
    border: 1px solid black;
    background: deepskyblue;
    text-decoration: none;
    padding: 14px 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*Back to Dashboard button*/
.backToDashboardDiv{
    float:right;
}
.backToDashboardButton{
    padding: 5px;
    border-radius: 5px;
    background-color: skyblue;
    font-weight:bold;
}
.backToDashboardButton a{
    color:black !important;
}
.NewMessageDiv{
    float:right;
}
.newMessageButton{
    padding: 5px;
    border-radius: 5px;
    background-color: White;
    font-weight:bold;
}
.flashit{
        -webkit-animation:flash linear 1s infinite;
        animation: flash linear 1s infinite;
    }
    @-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

/*Blink background css*/
.flash-bg-red {
	/*border: 1px solid black;*/
	color: red;
	padding: 1px 8px;
	border-radius: 2px;
	font-size:13px;
}
/*End*/

/*To change backgound color(dark organge color) of selected "Next Action" and "Claims Status" under "Dashboard"*/
.k-state-selected {
    background-color: #D2C7C4 !important;
    border-color: #D2C7C4 !important;   
}

.k-button:active:hover {
    background-color: #F05E4F !important;
}

.ui-state-active{
    border: black !important;
    background: #008D97 !important;
}

.k-button-icontext {    
    font-weight: 600;
}

.ui-button{ background: #F05E4F !important; color: #FFFFFF !important; border:#ED420C;}

/*.k-grid, .k-listview {
    position: relative;
    right: 9px;
    zoom: 1;*/
    /*width: 95%;*/
    /*width:100%
}*/

ul.bullets-alignment {
    padding-left: 13px;
}
ul.bullets-alignment li::marker {
        margin-left: 15px;
}

.k-grid-content {
    margin: 5px;
    width: 1560px;    
}

.k-pager-wrap {
    line-height: 0.286em !important;    
    padding: .429em 0 .429em .9em !important;
    padding-top: 0;
    position: relative;    
    background-image:none !important;
}

/*this below style is for paging bar on "message center" tab's page display*/
    .k-pager-wrap .k-pager-numbers .k-state-selected {
        margin: 0; 
        padding: 0;        
        justify-content: center;
        margin-top: 0px;
        background-image: none;
        background-color: rgba(67, 130, 135, 0.55) !important;
        border-color: black;
        border: 1px #788fd2;
        color: #438287;
        font-weight: bold;
        opacity: 0.9;
        font-family: 'Open Sans', sans-serif !important;
        display: inline-flex;
        text-align: center;
        height: 2.3em;
        align-items: center;
        min-width: 2.429em;
    }

.k-pager-numbers li {
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
    padding: 0; 
    min-width: 2.429em; 
    height: 2.3em; 
    line-height: normal;
    border: 1px solid transparent; 
}
/*hide bg reflaxtion behind page number bar when mouse hover to pagenumber*/
.k-pager-wrap .k-link:hover {
    border-color: #eae8e8 !important;
}


/*for "Name" box/form in unprocessed ducumnet click and in preview of any claim*/
#AttachmentsGrid .k-grid-header th,
#AttachmentsGrid .k-grid-content td {   
    text-align: left !important;
}

/*for outbox in messagebox at adminside*/
/* Wrap content inside the data cells */
.k-grid td {
    white-space: normal ; 
    word-wrap: break-word; 
    word-break: break-word ; 
    vertical-align: middle ;
    text-align: left ; 
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

    /* Align header text and allow wrapping in the header */
    .k-grid-header th {
        vertical-align: middle;    
        text-align: left;           
        padding-top: 8px;
        padding-bottom: 8px;
        height: auto;               
        line-height: 1.2;           
        white-space: normal;        
        word-wrap: break-word;      
    }

    /* Fix column width and prevent resizing */
    .k-grid table {
        table-layout: fixed;        
    }

.wrap-text {
    white-space: normal;
    word-wrap: break-word;
}

.wrap-text-header {
    white-space: normal;
}

.tight-cell {
    padding-left: 5px;
    padding-right: 5px;
}

.tight-header {
    padding-left: 5px;
    padding-right: 5px;
}

/*for FAX and Email font color change when got selected for view communication (Admin/Scheduler/All)*/
#outbound_tabs ul li.ui-tabs-active a {
    color: white !important;
}


/*...........for changing color of X sign on logout dialogbox*............/

.ui-dialog-titlebar-close {
    position: relative;    
}

    /* Remove jQuery UI's default icon background */
    .ui-dialog-titlebar-close .ui-button-icon {
        background: none !important;
        text-indent: 0 !important;
        color: white;
        font-size: 18px;
        font-weight: bold;       
        display: flex !important;       
        /*justify-content: center;    */    
        pointer-events: none;
        border-color:#FD402C !important;
    }

        /* Add and center the "x" */
        .ui-dialog-titlebar-close .ui-button-icon::before {
            content: '×'; 
            font-family: Arial, sans-serif;
            line-height: 1;
            font-size: 18px;
            color: white;
            display: inline-block;
            width: 100%;
            text-align: center;
        }

/*for logout popup message box's OK button border color change when default selected*/
.ui-button:hover ui-button:focus{
    border: #ED402C !important;      
}

/*................................*/