﻿@media only screen and (max-width: 640px) {
  .block-section {
    width: 96%;
  }
  .content-wrapper.width80 {
    width: 100%;
  }
  .weCanHelp {
    display: none;
  }
  #navigation {
    display: none;
  }
  #mlogin {
    display: block;
    height: 40px;
    width: 100%;
    font-size: 2em;
  }
  #mlogin .subOption {
    font-size: 1.5em;
  }
  table.datatable {
    width: 100%;
  }
  .float-left-50 {
    width: 98%;
  }
  .float-left-100 img {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .float-right-80 {
    width: 90%;
  }
  fieldset {
    padding-right: 20px;
  }
  fieldset a {
    cursor: pointer;
    font-weight: 600;
    padding: 7px;
    margin-right: 5px;
    margin-top: 5px;
    background-color: #7ab800;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none !important;
    float: right !important;
  }
  p.add {
    background: none;
  }
  .block-section {
    border: none;
    padding: 2px;
    margin: 10px;
  }
  .ui-dialog {
    width: 100% !important;
  }
  .section-header {
    margin-left: 20px;
  }
  .displayNameValueTextLeft {
    margin-left: 10px;
  }
  #pager {
    display: none;
  }
  .opt {
    display: none;
  }
  .backDateInfo {
    display: none;
  }
}
/* -------------BASIC -------------- */
body {
    font-family: 'Montserrat', sans-serif;
}
/* -------------NAVIGATION -------------- */
/*Table*/
.newsletter-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.newsletter-wrap iframe {
  float: left;
  height: 550px;
  left: 0;
  margin: -206px 0 0 -215px;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*Basic Styles*/
.bottom-margin {
  margin-bottom: 20px;
}
.bottom-margin-small {
  margin-bottom: 10px;
}

a {
  color: red;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
h3 {
  font-size: 1.3em;
  text-decoration: none;
  color: #66584c;
  font-weight: 600;
  font-weight: normal;
  margin: 10px 0;
}
h2 {
  color: #66584c;
  font-weight: normal;
  font-size: 2em;
}
h2.other {
  color: #848DBC;
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 5px;
  padding-left: 0;
}
p {
  font-size: 1em;
  line-height: 1.5;
}
.ctrlHolder {
  float: left;
  width: 205px;
  height: 50px;
}
hgroup.title {
  margin-bottom: 10px;
}
hgroup.title h1,
hgroup.title h2 {
  display: inline;
}
hgroup.title h2 {
  font-weight: normal;
  margin-left: 3px;
}
.disabled {
  pointer-events: none;
  background-color: #ebebe4;
}
ol {
  list-style-type: none;
  padding-left: 0;
}
input[type="button"],
input[type="submit"] {
  width: auto;
}
fieldset legend {
  display: none;
}
fieldset input[type="submit"],
input[type="button"] {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-left: 0;
    background-color: #7fce61;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none !important;
}
fieldset input[type="submit"]:disabled,
input[type="button"]:disabled {
  background-color: #B6B6B4;
  pointer-events: none;
}
fieldset ol {
  padding: 0;
  list-style: none;
  margin-left: 0;
}
fieldset ol li {
  padding-bottom: 10px;
}
fieldset ol p {
  font-size: 0.9em;
  margin-top: 2px;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset label {
  display: block;
  font-size: 1.1em;
  font-weight: 200;
  color: #000000;
  margin-top: 5px;
}
fieldset input[type="text"],
fieldset input[type="password"],
fieldset textarea,
fieldset select {
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #848484 inset;
  color: #333;
  margin: 5px 0 6px;
  padding: 8px;
  width: 86%;
}
fieldset input[type="text"] :focus,
fieldset input[type="password"] :focus,
fieldset textarea :focus,
fieldset select :focus {
  border: 1px solid #7ac0da;
}
fieldset select {
  margin: 5px 0 6px!important;
  padding: 7px!important;
}
fieldset li.radio-select-list span {
  font-size: 1.1em;
  margin-right: 8px;
}
/*------------Classes------------*/
.wrapper {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.content-wrapper {
  margin: 0 auto;
  min-height: 470px;
  float: left;
}
.content-wrapper.width80 {
  width: 75%;
}
.content-wrapper.width100 {
  width: 100%;
}
.edit {
  font-size: .85em;
}
.phone input {
  width: 50px !important;
}
.pcolor a {
  margin-left: 10px;
  color: #616692;
  font-size: 16px;
  text-decoration: none;
  font-weight: bolder;
}
li.leaf,
li.collapsed,
li.expanded {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}
.float-right-80 {
  float: right;
  width: 80%;
  margin-top: 10px;
}
.float-left-80 {
  float: left;
  width: 80%;
}
.float-left-20 {
  float: left;
  width: 20%;
}
.float-left-20 img {
  width: 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.float-left-20 a {
  margin-left: 10px;
  float: left;
}
.float-left-50 {
  float: left;
  width: 45%;
  margin-left: 0;
  -webkit-padding-start: 0!important;
  -moz-padding-start: 0!important;
  -o-padding-start: 0!important;
  margin-right: 10px;
}
.float-left-50 ul {
  padding-left: 14px;
  margin: 5px 0;
}
.float-left-50 li {
  padding-bottom: 10px;
}
.displayNameValueTextLeft {
  width: 100%;
  clear: both;
  margin-top: 5px;
}
.displayNameValueTextLeft label {
  font-weight: bold;
  display: inline;
  color: #000000;
  margin-right: 10px;
}
.displayNameValueTextLeft a {
  font-size: 1em;
}
.displayNameValue {
  width: 100%;
  clear: both;
  margin-top: 5px;
}
.displayNameValue label {
  font-weight: bold;
  display: inline;
  font-size: 1em;
  color: #000000;
}
.displayNameValue a {
  float: right;
  font-size: .9em;
}
.displayValue {
  clear: both;
}
.displayValue p {
  font-weight: none;
}
.displayValue a {
  font-size: .8em;
}
.fieldEditDelete {
  margin-top: 5px;
}
.float-right-50 {
  float: right;
  width: 45%;
  -webkit-padding-start: 10px !important;
  -moz-padding-start: 10px !important;
  margin-right: 10px;
}
.purple {
  font-size: 1em;
  color: #11175e;
  font-weight: 600;
}
.purple a {
  text-decoration: none;
  font-size: 1em;
  color: #11175e;
  font-weight: 600;
}
.purple a:hover {
  color: #d69b42;
}
.display {
  width: 100%;
  -webkit-padding-start: 0 !important;
  -moz-padding-start: 0 !important;
}
.display div {
  margin-bottom: 5px;
}
.display div span {
  float: left;
  margin-right: 5px;
}
.display a {
  font-size: .85em;
  display: inline;
  float: none;
}
.display li {
  margin: 5px;
  width: 100%;
  height: 10px;
  float: left;
}
.float-left-100 {
  float: left;
  width: 100%;
  margin-left: 0;
}
.block-section {
  margin-bottom: 10px;
  margin-top: 5px;
  width: 90%;
  border: 1px solid #d7d6d6;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 10px;
}
.block-section.big {
  min-height: 170px;
}
.block-section.small {
  min-height: 120px;
}
.block-section.mid {
  min-height: 150px;
}
.block-section.large {
  min-height: 200px;
}
.content-section {
  width: 760px;
  padding: 10px;
  padding-top: 0;
  border-color: #848DBC;
  min-height: 500px;
}
.horizontal-line {
  border-bottom: solid;
  border-bottom-width: 1.5px;
  margin-top: 10px;
  border-color: #dbd4cd;
  padding: 0;
}
.downloadClaimFormButtton {
  background-color: #acc750;
  height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.downloadClaimFormButtton p {
  padding: 10px 0 0 25px;
}
.downloadClaimFormButtton a {
  text-decoration: none;
  color: #fff;
  margin: 10px 0 10px;
}
.section-header {
  color: #66584c;
  -webkit-padding-start: 10px;
  -moz-padding-start: 10px;
  font-weight: 600;
  font-size: 1.2em;
}
#main h2 {
  color: #66584c;
  margin-top: 0;
}
.checkbox {
  display: inline;
}
footer {
  clear: both;
  background-color: #FFF;
  font-size: .8em;
  height: 100px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
footer ul {
  display: inline;
  padding-left: 0;
}
footer li.facebook span {
  background: url("../base/images/facebook.png") no-repeat scroll left center;
  border: medium none;
  height: 35px;
  width: 35px;
  display: block;
}
footer li.twitter span {
  background: url("../base/images/twitter.png") no-repeat scroll left center;
  border: medium none;
  height: 35px;
  width: 35px;
  display: block;
}
li.facebook,
li.twitter {
  height: 35px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
footer .grey-small {
  color: #6f6f70;
  display: inline-block;
  font-size: 12px;
  line-height: 35px;
  vertical-align: middle;
}
.clearFix {
  clear: both;
  display: block;
  height: 1px;
}
.grey-small {
  color: #6f6f70;
  font-size: 12px;
}
.DollarAmount {
  width: 45px;
  text-align: right;
  margin: 0 auto;
}
.help-button {
  color: #616692;
  cursor: help;
}
.blockText {
  margin-left: 10px;
}
.logo {
  background: url('images/THS_logo.png') no-repeat;
  display: block;
  height: 72px;
  width: 269px;
}
.logofr {
  background: url('images/THS_logo.gif') no-repeat;
  display: block;
  height: 72px;
  width: 269px;
}
.selectmenu {
  display: inline;
  padding-right: 20px;
}
.selectmenu .month {
  width: 35%;
}
.selectmenu .day {
  width: 20%;
}
.selectmenu .year {
  width: 24%;
}
.selectmenu.province {
  width: 192px;
}
input::placeholder {
  opacity: .7;
}
input:-ms-input-placeholder {
  opacity: .7;
}
li.limit-label-width label {
  max-width: 371px;
}
.contact-radio-table {
  margin: 4px 0 6px 126px;
}
.contact-radio-table .contact-radio-row .contact-radio-td {
  width: 130px;
  text-align: right;
  padding-right: 10px;
  font-size: 1.1em;
}
#login {
  display: block;
  float: right;
  font-size: 1em;
  margin-top: 66px;
  text-align: right;
  width: 70%;
}
#login a {
  margin-left: 5px;
  margin-right: 3px;
  padding: 0;
  color: #66584c;
  text-decoration: none;
}
#login a hover {
  text-decoration: underline;
}
#login a .username {
  background: none;
  margin-left: 0px;
  text-decoration: underline;
}
#login ul {
  margin: 0;
}
#login li {
  border-right: 1px solid;
  display: inline;
  list-style: outside none none;
  padding-right: 5px;
}
#login li :last-child {
  border: none;
}
#loginForm {
  float: left;
  width: 100%;
}
#loginForm .validation-error {
  display: block;
  margin-left: 15px;
}
.logowrapper {
  float: left;
  width: 30%;
  height: 90px;
}
#mlogin {
  display: none;
}
#navigation {
    height: 51px;
    background: #7fce61;
    margin: 0 auto;
    display: block;
    -webkit-margin-before: .8em;
    -webkit-margin-after: 1em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#navigation h1 {
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  margin-top: 0;
  font-weight: normal;
  font-size: 2em;
}
#navigation ul {
  min-width: 700px;
}
#navigation ul li {
  border-right: 1px solid #fff;
  float: left;
  font-size: 1.0em;
  list-style: outside none none;
  position: relative;
  text-align: center;
  width: 16%;
  height: 51px;
}
#navigation ul li :last-child {
  border: medium none;
}
#navigation ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 13px 10px;
  text-decoration: none;
  vertical-align: middle;
}
#navigation ul li a:hover {
  color: #acb2d2;
  text-decoration: none;
}
#navigation ul li ul {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #66584c;
  padding-bottom: 10px;
  min-width: 0;
}
#navigation ul li ul li {
  width: 140px;
  border-bottom: 1px solid #fff;
  border-right: none;
  padding: 5px;
  height: 40px;
}
#navigation ul li ul li a {
  color: #ffffff;
  text-decoration: none;
  border-right: none;
  line-height: 20px;
  padding: 4px 0;
}
#navigation ul li ul li a:hover {
  background-color: none !important;
  text-decoration: none;
}
#navigation ul :hover ul {
  display: block;
}
.portal-top-layer {
  background-color: #f5c007;
  height: 6px;
  width: 100%;
}
.login {
  width: 269px;
  height: 72px;
  display: block;
}
table.datatable {
  width: 620px;
  margin: 20px 0 20px 5px;
  border-bottom: 1px solid #848dbc;
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
table.datatable thead {
  background: #b5a597;
}
table.datatable th {
  color: #ffffff;
  font-size: 13px;
  line-height: 110%;
  padding: 10px 0 10px 4px;
}
table.datatable th.th_first {
  border-left: none;
}
table.datatable td {
  font-size: 12px;
  padding: 7px;
  vertical-align: top;
  background-color: #fff;
  border-left: solid 1px  #92AFA5;
  border-right: solid 1px  #92AFA5;
}
#vouchersReport table.datatable td:last-child {
  white-space: nowrap;
}
#vouchersReport table.datatable {
  width: 98%!important;
}
table.datatable tr:nth-child(2n) td {
  background: #dddddd;
}
table.datatable tr {
  border-left: solid  #92AFA5;
  border-width: 1px;
}
table.datatable thead tr {
  border-width: 0px;
}
table.datatable th.th_first {
  border-left: none;
}
table.datatable .odd td {
  background: #ffffff;
}
table.datatable td.map-error {
  background: red;
  color: white;
}
table.datatable tr.tr-map-error {
  border: 2px solid red;
}
.showVoucherDetail {
  color: #66584c;
}
.showVoucherDetail:hover {
  text-decoration: underline;
}
.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: .8em;
}
.validation-summary-valid,
.field-validation-valid {
  display: none;
}
.validation-summary-errors > ul {
  padding-left: 15px;
}
.validation-summary-errors li {
  padding-bottom: 5px;
}
.field-validation-error {
  color: #e80c4d;
  font-size: 0.9em;
  font-weight: 300;
  display: block;
}
.error-msg {
  color: red;
  font-weight: 600;
}
input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
select.input-validation-error {
  border: 1px solid #e80c4d;
}
.error {
  color: #e80c4d;
}
.green-msg {
  color: #98ba3c;
}
.expand.green-msg {
  color: #0081c5;
}
a.green-msg:hover {
  text-decoration: underline;
}
.message-info {
  clear: both;
  padding: 10px 20px;
}
.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.ui-widget-header {
  background: #66584c;
  color: #ffffff;
  border: none;
}
.ui-button-text {
  color: #ffffff;
  border: none;
}
.ui-state-hover {
  color: #fff !important;
  background-color: #fdb813;
}
.ui-state-disabled {
  pointer-events: none;
}
#dialog-declaration li {
  padding-bottom: 10px;
}
/*************Petsecure**************/
#help_holder {
  width: 25%;
  float: left;
  margin-top: 10px;
}
.weCanHelp {
  float: right;
  width: 170px;
  height: 180px;
  border: solid;
  border-width: 1px;
  border-color: #dbd4cd;
  text-align: center;
  margin: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.weCanHelp h2 {
  font-size: 1.5em;
}
.helpButton {
  width: 120px;
  height: 30px;
  border: solid;
  background-color: #fdb813;
  border-color: #fdb813;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 auto;
  margin-top: 10px;
  vertical-align: middle;
}
.helpButton a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  margin: 4px 0px 10px;
}
/*# sourceMappingURL=cportal.ths.css.map */