﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
  font-size: 18px;
  background-color: #f4f4f4;
  font-family: "Open Sans", sans-serif;
  overflow-y: scroll;
  cursor: default;
}

/* Hide the left navigation */
#ctl00_TableCell4,
#TableCell4,
#subnav {
  display: none;
}

.container {
  width: 100%;
  max-width: 1440px;
}

.container.content {
  padding-top: 1.0em;
  min-height: calc(100vh - 100px);
  background-color: #ffffff;
  border-left: 2px double rgba(0, 0, 0, 0.1);
  border-right: 2px double rgba(0, 0, 0, 0.1);
}

/**********/
/* Header */
/**********/
#itransact_header {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}

#company_logo {
  width: 150px;
  height: 100%;
  min-height: 57px;
  background-image: url(images/conduent-white.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 100%;
}

#skip_menu {
    position: absolute;
    top: 5px;
    left: -1000px;
    color: #000000;
    background-color: #ffffff;
    font-size: 1.25em;
    border: 3px outset #c92500;
    z-index: 2000;
}

#skip_menu:focus {
    left: 5px;
}

#itransact_menu {
  padding-left: 15px;
  margin: 0;
}

.bg-navigation {
  background-color: #0047ba;
}

.itransact-nav {
  position: relative;
  min-width: 250px;
  min-height: 50px;
  padding-left: 0;
  z-index: 1500;
}

.itransact-nav a {
  display: block;
  padding: 0.8em 1em;
  background: transparent;
  background-color: #0047ba;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
}

.itransact-nav a:hover,
.itransact-nav a:focus,
.itransact-nav a.selected {
  color: #0047ba;
  background-color: #ffffff;
  border-color: #0047ba;
}

.itransact-nav a:focus {
    color: #000000;
    text-decoration: underline double;
}

.itransact-nav button {
  position: absolute;
  height: 100%;
  min-height: 50px;
  right: 0;
  padding: 0 15px;
  border: 0;
  outline: none;
  background-color: #ffffff;
  color: #0047ba;
  cursor: pointer;
  border: 1px solid #0047ba;
}

.itransact-nav button:hover {
  background-color: #468cff;
}

.itransact-nav button::after {
  content: attr(count);
  position: absolute;
  width: 30px;
  /* height: 30px; */
  left: -16px;
  top: 12px;
  text-align: center;
  background-color: #0047ba;
  color: #fff;
  font-size: 14px;
  /* line-height: 28px; */
  border-radius: 50%;
  border: 3px solid #fff;
  font-weight: bold;
  display: none;
}

.itransact-nav button:hover::after {
  transform: scale(1.075);
}

.itransact-nav .hamburger {
  display: block;
  position: relative;
  width: 32px;
  height: 4px;
  background: #274463;
  margin: auto;
}

.itransact-nav .hamburger:before,
.itransact-nav .hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  background: #274463;
}

.itransact-nav .hamburger:before {
  top: -8px;
}

.itransact-nav .hamburger:after {
  bottom: -8px;
}

.itransact-nav .visible-links {
  display: inline-table;
}

.itransact-nav .visible-links li {
  display: table-cell;
}

.itransact-nav .hidden-links {
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 1501;
  list-style-type: none;
  transform:translateZ(1px);
}

.itransact-nav .hidden-links ul,
.itransact-nav .hidden-links ul li {
  display: block;
  z-index: 1501;
  transform:translateZ(1px);
}

.itransact-nav .visible-links li:first-child {
  /* font-weight: bold; */
}

.itransact-nav .visible-links li:first-child a {
  /* color: #ff9800 !important; */
}

.itransact-nav .hidden {
  visibility: hidden;
}

/* Login */
#login_wrapper {
  background: #ffffff;
  padding: 1.5em 1em;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

#login_table {
  background-color: #ffffff;
}

#login_table tr td p {
  margin: 0;
  padding: 0;
}

.page-info {
  font-size: 1.15em;
  line-height: 1.25em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #000000;
}

/* Common */
h1 {
  font-size: 2em;
  margin: 0.5em 0em;
  border-bottom: 0px solid #000000;
}

h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #555b5a;
}

a:not(.main-nav) {
  color: #0047ba;
  padding: 0 0.25em;
}

a:not(.main-nav):hover,
a:not(.main-nav):focus{
  text-decoration: none;
  border-bottom: 2px double #0047ba;
  background-color: rgba(0, 0, 255, 0.2);
  border-radius: 0.25em;
  padding: 0 0.25em;
}

button, input[type="submit"], input[type="button"] {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #0047ba;
  border-radius: 0;
  line-height: 1em;
  padding: 0.7em 2em;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, 
button:focus, input[type="submit"]:focus, input[type="button"]:focus {
  color: #000000;
  background-color: #468cff;
}

.bg-dodger {
  background-color: #468cff;
}

.bg-colbolt {
  background-color: #0047ba;
}

.bg-san-juan {
  background-color: #274463;
}

.bg-cool-gray {
  background-color: #dadddc;
}

.color-border {
  border: 1px solid #0047ba;
}

.help-top {
  margin-top: 1.0em;
}

.help-bottom {

}

/* Calendar image */
.calendar-link {
    position: relative;
}

.calendar-link span, .calendar-link label{
    display: block;
    width: 100%;
    float: none;
}

.calendar-link .form-control, .calendar-link input[type="text"]{
  max-width: 65%;
  float: left;
}

.calendar-link a, .calendar-link input[type="image"]{
  display: block;
  position: relative;
  float: left;
  margin-left: 10px;
  width: 38px !important;
  height: 38px !important;
  background-image: url(images/calendar.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  border-bottom: 1px solid transparent;
}

.calendar-link input[type="image"] {
  width: 30px !important;
  height: 30px !important;
}

td.calendar-link input[type="image"] {
  position: absolute;
  right: 5px;
}

.calendar-link a img{
  display: none;
}

.itransact-calendar {
    z-index: 2000;
}

.removeline-link {
    text-align: center;
}

.collapse-table-header
{
    color: #ffffff;
    white-space: nowrap !important;
    background-color: #274463 !important;
    font-size: 0.8em;
    border-left: 1px solid #274463;
    border-top: 1px solid #274463;
    padding: 0.75rem;
}

.collapse-table-header a
{
    color: #ffffff;
    font-size: 18px;
    font-weight:400;
    float: right;
}

.collapse-table-header span
{
    font-size: 18px;
}

.label-items div
{
    display:inline;
    margin-right: 30px;
}

.attachmentDeleteImage {
    margin-left: 15px;
}

/* Forms */
.itransact-error span, .itransact-error, .itransact-error * {
  color: #c92500 !important;
  font-weight: bold;
  /* background-color: #f4f4f4; */
  padding: 0 0.25em;
}

input[type="text"], input[type="password"], select, textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #555b5a;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"],
input[type="password"],
select,
textarea{
  border-radius: 0px;
  border: 1px solid #0047ba;
  border: 1px solid #dadddc !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
  /* background-color: rgba(0, 71, 186, 0.1); */
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 255, 1) !important;
}

td input[type="checkbox"] + label, td input[type="radio"] + label, input[type="radio"] + label{
 padding-left: 0.5em;
 padding-right: 1.0em;
 cursor: pointer;
}

input[disabled="disabled"]{
  background-color: #f4f4f4 !important;
}

label {
  margin-bottom: 0.2em;
}

/* Tables */
.table-responsive{
  margin-bottom: 1.0em;
}

.table{
  border: 1px solid #274463;
}

.table-header tr:first-child th, tr.table-header, tr.table-header span{
  color: #ffffff;
  white-space: nowrap !important;
  background-color: #274463 !important;
}

.table-header tr:first-child th, tr.table-header {
  border: 1px solid #ffffff;
}

tr.table-header th a {
  color: #ffffff;
  border-bottom: 1px double #ffffff;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

tr.table-header th a:hover, tr.table-header th a:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

tr.table-header th{
  border-top: 1px solid #274463;
}

tr.table-header th:first-child{
  border-left: 1px solid #274463;
}

tr.table-header th:last-child{
  border-right: 1px solid #274463;
}

table.no-border, table.no-border tr, table.no-border tr td {
    border-color: #ffffff !important;
}

/* XSLT table sub headers */
th.table-sub-header {
    padding: 0.5em 0 0 0;
    color: #000000;
    font-weight: bold;
    text-align: center;
    background-color: #468cff;
}

.attachedFilesTable tr{
    border-bottom: 1px solid #0047ba;
}

.itransact-pagination td span{
  color: #000000;
  border-bottom: 2px double #0047ba;
  border-color: #000000;
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 0.25em;
  padding: 0 0.25em;
}

input.itransact-required
{
    background-color: #FFFF99;
    border-color:#7f9db9;
    border-style:Solid;
    border-width:1px;
}

select.itransact-required
{
    background-color: #FFFF99;
    border-color:#7f9db9;
    border-style:Solid;
    border-width:1px;
}

/* iFrame */
iframe.hsp-iframe{
  width: 100%;
  min-height: 75vh;
}

/* Footer */
#itransact_footer {
  font-size: 0.8em;
  padding-top: 0.5em;
  /* margin-bottom: 1.0em; */
  background-color: #dadddc;
  border-top: 1px solid rgba(0, 71, 186, 0.3);
  border-bottom: 1px solid rgba(0, 71, 186, 0.3);
}

#itransact_footer p {
  margin: 0.5em 0em;
}

#itransact_footer img {
  margin-top: 5px;
}

#ProductLogo {
 width: 160px; 
 height: 24px;
}

/* Specific Pages */
/* FindProviders.aspx */
.pcp-gender-radio-buttons label {
    padding-left: 10px;
}

/**********/
/* Begin */
/* Submit Claim */
/**********/

.itransact_claim_detail, .itransact_claim_code
{
    border: 1px solid #274463;
}

.itransact_num_of_lines select
{
    width:33%;
}

.itransact_claim_detail .calendar-link, .itransact_claim_code .calendar-link 
{
    width:110px;
}

.itransact_claim_detail .calendar-link input[type="text"]
{
    max-width: 76%;
}

.itransact_claim_code .calendar-link input[type="text"]
{
    min-width:110px;
    max-width: 76%;
}

.itransact_total_charges
{
    vertical-align: top;
}

.itransact_claim_detail .itransact_total_charges input[type="text"]
{    
    width:75%;
}

.itransact_claim_types_6, .itransact_claim_types_7 { font-size:14px; }

.my_messages_reply_link { width:135px; }
.my_messages_attachment_link { display:block; }
.new_messages_menu_link { color:#c92500 !important; }

.modal-header { color:#c92500; }
.modal-body span { color:#007bff; }
.modal-body h3 { word-wrap: break-word; }
.modal-content { top:60px; }
.modal-header button { color:#c92500; }
.modal-dialog { max-width: 700px; }
.modal_my_messages_request { border-bottom: 1px solid #e5e5e5; word-wrap: break-word; }
.modal_my_messages_reply { word-wrap: break-word; }
.modal_my_messages_attachments { border-bottom: 1px solid #e5e5e5; }

/**********/
/* End */
/**********/

.itransact_date
{
    width:120px !important;
}

@media (max-width: 767px) {
    .fixed-top {
        position: relative;
    }
    .container.content {
        padding-top: 1.0em;
    }
}


@media print {
    body, div, table, td, a {
        color: #000000;
        font-size: 12pt;
    }

    nav, #itransact_footer, button, input[type="submit"], input[type="button"] {
        display: none;
    }

    tr.table-header. tr.table-header td, tr.table-header th {
        color: #000000 !important;
    }

    html, body, table, form {
        min-width: 8.5in;
        max-width: 8.5in;
        width: 8.5in !important;
    }
}