.add_button
{
  color: white; 
  background: forestgreen;
}
	
div input.required_form_field, div select.required_form_field
{
  border: 1px solid #ff0000;
}
div.center_cell
{
	/*width: 8%; */
	font-size: 9pt;
	text-align: center;
}
div.rowcontent_right{
  padding-right: 20%;
  text-align: right;
  font-size: 0.8em;
  color: black;
}
div.rowcontentnum_right{
  padding-right: 40%;
  text-align: right;
  font-size: 0.8em;
  color: black;
}
div.rowcontent_center{
  padding-right: 20%;
  padding-left: 20%;
  text-align: center;
  font-size: 0.8em;
  color: black;
}
div.rowcontentnum_center{
  text-align: center;
  font-size: 0.8em;
  color: black;
}
.totals_row_highlight > td
{
  background-color: #eee;
}
span.invoice_item{
  font-weight: bold;
  padding-right: 6px;
}
.invoice_sub_heading{
  font-size: 12pt; 
  font-weight: bold;
  color: red;
}
.optional_tag
{
  font-size: 9pt;
  font-weight: 100;
  padding-left: 7px;
}
td.border_right, th.border_right{
  border-right:1px solid #d88dd3;
}
.border_left{
  border-left:1px solid #fee8f0;
}

/* Tables */
.setup_table
{
  padding: 30px 15px 10px 15px; 
  table-layout: fixed; 
  width: 98%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.setup_form_field
{
  width: 200px;
  font-size: 10pt;
  color: black;
}
.setuptableheadmain
{
  text-align: center;
  color: white;
  background-color: #FE7880;
  font-size: 10pt;
  font-weight: normal;
  padding: 5px;
  padding-top: 3px;
  height: 20px;
}
.tablelistheadmain
{
  text-align: center;
  color: white;
  background-color: #FE7880;
  font-size: 10pt;
  font-weight: normal;
  padding: 5px;
  padding-top: 4px;
  height: 19px;
}
.invoice_group
{
  padding-top: 10px;
}
.addinvoicebutton
{
  margin: 3px 3px 3px 1px;
  text-decoration: none;
  color: white;
  background: forestgreen;
}
.tableheadunder
{
  width: 12%;
}
.tableheadicon{
  text-align: center;
  color: white;
  width: 4%;
}
.roweven
{
  background-color: #ffffff;
}
.rowodd
{
  background-color: #FEC8D0;
  background-color: #ffffff;
}
.rowhighlight
{
  background-color: #eee;
}
.rowhighlight > td  /* I believe this means that we will apply the style to a cell (td) that is the child of a parent which contains the class 'rowhighlight' */
{
  background-color: #f8ddf3;
}
td.rowcell{
  font-size: 10pt;
}
td.comprowcell{
  font-size: 10pt;
  XXpadding-top: -2px;
  XXvertical-align: middle;
}
#list_table
{
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ccc;
}
div.rowcontent{
  padding-right: 20%;
  text-align: right;
  font-size: 0.8em;
  color: black;
}
div.rowcontentnum{
  padding-right: 40%;
  text-align: right;
  font-size: 0.8em;
  color: black;
}
.rowicon{
  width: 15px;
}
.inv_table td {
  line-height: 6px;
  height: 6px;
  margin: 0px; 
  padding: 0px; 
}
.table_list{
  width: 100%; 
  /*background-color: #FE7880;*/
}
.set_jumbotron_height
{
  height: 100px;
}
.footer_img
{
  background-image: url(/assets/Namaste-heart-dark-blue-tr-83272f05d5a7e037eea6575547501dda8aeb089a50f2607507cc8e151f73238c.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  xheight: 16px;
  xpadding-top: -5px;
  padding-right: 40px;
  display:inline-block;
  height: auto;
  width: auto;
}

.feature_box{
  background: #fff;
  border: 1px solid #D8DCE6;
  padding: 10px 10px 0px 20px;
}
.config_feature_box{
  background: #fff;
  border: 1px solid #D8DCE6;
  padding: 10px 10px 10px 10px;
}

.feature_bg {
  background-color: #f8f8f8;
}
.label_text{
  font-size: 1.125rem;
  font-weight: 200;
}

.top-container {
  position: absolute;
  width: 100%;
  right: 20px;
}

ul.right-menu-container,
ul.left-menu-container,
ul.flag-icon-container,
ul.sub-menu-container
{
    list-style-type: none;
    padding-left: 20px;
    overflow: hidden;
    float: right;
    font-size: 10pt;
}
.right-menu-container {
    position: absolute;
    right: 110px;
    top: 6px;
    /*padding-left: 0px;
    padding-top: -20px;*/
}
.right-menu-container li {
    position: relative; 
    z-index: 1;
    float: left;
}
.right-menu-container li a:hover {
    /*background-color: #111;*/
    text-decoration: underline;
}

.right-menu-container li a
{
    display: inline-block;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    color: white;
}
.right-menu-container li a.active {
/*    background-color: green;*/
    color: #111;
}

.left-menu-container {
  position: absolute;
  left: 20px;
  height: 165px;
  top: 6px;
  pointer-events: none; /* Prevents blocking mouse clicks */
}
.left-menu-container * {
  pointer-events: auto; /* Allow mouse interaction for children */
}
.left-menu-container li a
{
    display: inline-block;
    color: white;
    text-decoration: none;
    height: 11px;
}
li.current_user_item a
{
    color: black;
    text-decoration: none;
    font-size: 10pt;
}

.setup-sub-menu
{
    margin-top: -15px;
}
.sub-menu-container
{
    position: absolute;
    right: 1px;
    width: 600px;
}
.sub-menu-container li {
    position: relative; 
    z-index: 1;
    float: left;
}
.sub-menu-container li a
{
    display: inline-block;
    text-align: center;
    padding: 15px 12px;
    text-decoration: none;
    color: black;
}
.sub-menu-container li a.active {
    color: #FE7880;
}
.sub-menu-container li a:hover {
    text-decoration: underline;
}

.flag-icon-container {
  position: absolute;
  height: 80px;
  margin-left: 30px; 
  margin-top: -6px; 
  right: 20px;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.63333333em;
  height:14px;
  cursor: pointer;
  top: 14px;
}

.flag-icon-en {
  background-image: url(/assets/flag-en-56db7a5da6ba6ae8f4435e3a1681b3d9dfef7b039ccfc78491beca2835d8050e.png);
}

.flag-icon-nl {
  background-image: url(/assets/nl-a579c23470b75e63333ecf31317b6bd76bad1a492185d79bf4e2587ee9e42059.svg);
}
.hide_menu {
  display: none;
}

/* Drop-down menus */
.dropdown-menu{
  color: black;
  border: 1px solid black;
}
/* removes up arrow */
.dropdown-menu:before, 
.dropdown-menu:after {
     border: none !important;
     content: none !important;
}
/* override background colour */
.dropdown-menu > li > a:hover
{
  color: black;
  background-image: none;
}
.usermenu{
  color: black;
  height: 30px;
}

.autosignout
{
  display: inline-block; 
  margin-left: -15px; /* to compensate for symbol insertion */
}

.m_lang.hover
{
  cursor: pointer;
}

/*
// * registrations.css
// * AphroditeCares
// *
// * Styling for Sign Up page
// *
// * Copyright Aphrodite Cares, Inc. 2023. All rights reserved.
// *
// */


.error_messages_title
{
  color: red;
  font-size: 11pt;
  font-weight: bold;
}

.error_messages
{
  color: black;
  font-size: 10pt;
}
/*
// * Sessions.css
// * AphroditeCares
// *
// * Styling for User pages
// *
// * Copyright Aphrodite Cares, Inc. 2024. All rights reserved.
// *
// */


div.registrationcontainer 
{ 
  position: relative;
  border: 1px solid gray;
  padding: 30px 20px 30px 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  margin-bottom: 20px;
}
div.signincontainer 
{ 
  width: 320px;
}
div.editusercontainer 
{ 
  width: 450px;
}

div.field label
{
  font-weight: normal;
}

.formvspace
{
  margin-bottom: 9px;
}

#user_email,
#user_password,
#user_password_confirmation
{
  width: 250px;
}

.remember_me,
.forgot_password,
.sign_up
{
  color: blue;
}
/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/


@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

/* UNIVERSAL */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

/* ROOT FONT STYLES */

/* * {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5;
}
*/
/* TYPOGRAPHY */

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

/*container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}*/

/*.row {
  position: relative;
  width: 100%;
}*/

/*
.row [class^="col"] {
  float: left;
  margin: 0.35rem 1%;
  min-height: 0.125rem;
}*/

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

/*.row::after {
	content: "";
	display: table;
	clear: both;
}
*/
.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  /*.container {
    width: 85%;
    max-width: 80rem;
  }*/
}

* {
  color: #636366;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

.m-bottom {
  margin-bottom: 48px;
}

.container {
  padding-top: 1px;
}

.body-container {
  padding-top: -50px;
}

.body-content {
  background: #fff;
  position: relative;
/*  z-index: 0 !important;*/
}

.body-content > .container {
  position: relative;
  padding-bottom: 50px;
}

.jumbotron {
  background: #FE7880;
  XXXbackground-image: linear-gradient(#F38BD3, #FE7880);
  height: 380px;
  width: 100%;
  position: relative; 
  z-index: 200 !important;
}

.jumbotron h1,
.jumbotron h2 {
  color: #fff;
}

button,
input[type=submit],
input[type=reset],
input[type=button],
.button-pri {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  background: #EC7211;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-pri:hover {
  background: #FEd8e0;
  color: #FE7880;
}

.button-pri:active {
  outline: none;
}

.btn-secondary {
  border: 1px solid #FE7880;
  color: #FE7880;
}

.btn-secondary:hover {
  background: #03bd37;
  color: #fff;
}

.line {
  height: 1px;
  width: 100%;
  background: #D6D6D8;
  margin: 10px 0px 20px 0px ;
}

.grid-display {
  margin: 20px 0;
}

.grid-display [class^="col"] {
  background: #FBCED1;
  border: 1px solid #FE7880;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

.grid-display [class^="col"] p {
  color: #FE7880;
  font-size: 0.8rem;
}

pre {
  margin-top: 1px;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D8DCE6;
  padding: 24px 0;
}

code,
.tag,
.el,
.name,
.content,
.comment {
  font-family: monospace;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #636366;
}

.el {
  color: #FE7880;
}

.name {
  color: #F9B42D;
}

.content {
  color: #75C050;
}

.comment {
  color: #B6CAD2;
}

footer {
  background: #F38BD3;
  background: #FE7880;
  /*background-image: linear-gradient(#FE7880, #F38BD3);*/
  padding-bottom: 12px;
}

footer div {
  color: #fff;
}

blockquote {
  background: #fff;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  width: 90%;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 8em;
  line-height: 0.1em;
  margin-right: 1em;
  vertical-align: -0.4em;
}
/*
.feature_box{
  background: #fff;
  border: 1px solid #D8DCE6;
  padding: 10px 10px 0px 20px;
}
.config_feature_box{
  background: #fff;
  border: 1px solid #D8DCE6;
  padding: 10px 10px 10px 10px;
}

.feature_bg {
  background-color: #f8f8f8;
}
*/
.placeholder{
  font-size: 1em;
  color: #ccc;
}

.copyright{
  font-size: .75em;
  color: #fff;
  position: relative;
  top: 10px;
}

div.feature_box:hover,
div.config_feature_box:hover{
  cursor: pointer; 
  cursor: hand; 
}

/* Forms */
#error_explanation {
  color: #f00;
  ul {
    list-style: inside;
    margin: 0 0 18px 0;
  }
}

.err_msg{
  color: #f00;
}

input[type=checkbox] { 
  width: auto 
}
input[type=text] {
  border: 1px solid #bbb;
  xbackground-color: white;
}

.form-top{
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}

.phone:before{
  content: "\0032\0033\0036\0020\0035\0031\0038\0020\0035\0031\0034\0038 ";
}

/*.form_envelope
{
  width: 100%; 
  margin-left: auto;
  margin-right: auto;
}*/
.form_container
{ 
  position: relative;
  margin-top: 2px;
}
.row
{
  margin-left: auto;
  margin-right: auto;
}
.form_row
{
  margin-bottom: 7px;
}
.form_row_last
{
  margin-bottom: 14px;
}
.form_group_text
{
  font-weight: 600;
  font-size: 12pt;
  text-align: right;
}
.form_pair
{
  min-width: 390px;
}
.form_label_text
{
  text-align: right;
}
.form_value_text
{
/*  background-color: lightcyan;*/ /* just to test positioning */
}
.form_title
{
  font-weight: 900;
  font-size: 12pt;
  text-align: left;
}
select.select_from_list:hover
{
/*  color:blue;*/
  cursor: pointer;
}
.select_from_list > select:hover
{
/*  color:blue;*/
  cursor: pointer;
}
.invoice_label_text
{
  text-align: left;
  font-size: 10pt;
}
.btn-right
{
  padding-right: 5px;
  text-align: right;
}
.caregiver_form_field{
  width: 150px;
  font-size: 10pt;
  color: black;
}
.caregiver_form_field_outline{
  border: 1px solid #ff0000;
}
.btn-hide{
  display: none;
}
.reado{
  background-color: #eee;
  border: 1px solid #bbb;
}



/* Style the form - display items horizontally */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* Add some margins for each label */
.form-inline label {
  margin: 5px 10px 5px 0;
}

/* Style the input fields */
.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* Style the submit button */
.form-inline button {
  padding: 10px 20px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
}

.form-inline button:hover {
  background-color: royalblue;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}



/* IMAGES */

.img {
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%; /* for responsive scaling */
  height: auto;
  width: auto;
}

.img-logo {
  background-image: url(/logo2.png);
  background-size: contain;
  height: 66px;
  width: 55px;
  padding-bottom: 8px;
}
.img-nurse{
  /*background-image: url(/assets/Namaste-heart-deep-red-tr-13c1f7e915ec713f4a60d24bce11decc46159fbcc83de136fa9fd78d32b40c9e.png);*/
  background-image: url(/assets/Namaste-heart-dark-blue-tr-83272f05d5a7e037eea6575547501dda8aeb089a50f2607507cc8e151f73238c.png);
  /*background-image: url(/assets/Namaste-heart-sky-blue-tr-be79b90252561683471440d0576ca07225b44123c17174bd29cdbd298a2faee6.png);*/
  background-size: contain;
  background-position: center;
  height: 96px;
  /*width: 66px;*/
  padding-bottom: 20px;
}
/*
.img-responsive {
  background-image: url(/img/responsive.png);
  height: 96px;
  width: 144px;
}

.img-lightweight {
  background-image: url(/img/light.png);
  height: 96px;
  width: 96px;
}

.img-simple {
  background-image: url(/img/simple.png);
  height: 96px;
  width: 132px;
}
*/
.img-pm {
  background-image: url(/powderymildew2.png);
  background-size: cover;
  height: 400px;
  /*width: 600px;*/
}
.img-vine {
  background-image: url(/vine2.jpg);
  height: 300px;
}
.img-chart {
  background-image: url(/chart2.png);
  height: 400px;
}
.img-list {
  background-image: url(/list.png);
  height: 400px;
}
.img-collect {
  background-image: url(/collect2.png);
  height: 106px;
  width: 204px;
}
.img-visualize {
  background-image: url(/ipad__iphone.png);
  height: 106px;
  width: 204px;
}
.img-notify {
  background-image: url(/notify3.png);
  height: 110px;
  width: 214px;
  position: relative;
  top: -3px;
}
/*.img-notify2 {
  background-image: url(/alarms.png);
  height: 111px;
}*/
.img-notify2 {
  background-image: url(/notify4.png);
  height: 165px;
  width: 320px;
}
.img-young {
  background-image: url(/young.jpg);
  height: 325px;
  /*width: 320px;*/
}

/* === MEDIA QUERIES === */

@media only screen and (min-width: 720px) {
  .Xjumbotron {
    /*height: 380px;*/
  }
}
// Place all the styles related to the Welcome controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
html, body{
  margin:0;
  padding:0;
  height:100%;
}
section {
  position: relative;
  border: 1px solid #000;
  padding-top: 32px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 22px;
  margin-top: 12px;
  background: #fff;
}
section.positioned {
  position: absolute;
  top:100px;
  left:100px;
  width:1000px;
  box-shadow: 0 0 15px #333;
}
/*.mycontainer {
  overflow-y: auto;
  height: 360px;
}
*/
.fixtableheader th > div
{
  font-size: 0.75em;
}
.fixtableheader tr > th
{
  visibility: hidden;
}
.fixtableheader tr > th > div
{
  background-color: #eee;
  visibility: visible;
}
.fixtablebody td > div
{
  font-size: 0.75em;
}
.formbut
{
	color: white;
	background: green;
}
.myEdit
{
	text-decoration: underline;
	cursor: pointer;
}
.myHide
{
	text-decoration: underline;
	cursor: pointer;
}

table {
  border-spacing: 0;
  width:100%;
}
td + td {
  /*border-left: 1px solid #eee;*/
}
td, th {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #fff;
  color: #000;
  padding-left: 5px;
  padding-right: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
}
th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
th div{
  position: absolute;
  background: transparent;
  color: #000;
  padding: 8px;
  padding-left: 0px;
  padding-right: 7px;
  top: 0;
  margin-left: -6px;
  margin-right: -3px;
  line-height: normal;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
th:first-child div{
  border: none;
  margin-left: -5px;
}
th:last-child div{
  border-right: none;
  /*margin-right: -3px;*/
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%;  /*Full height*/ 
  overflow: auto; /* Enable scroll if needed */
  background-color: white; /* Fallback color */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #444;
  width: 200px; /* Could be more or less, depending on screen size */
  xheight: 590px; /* Full height */
  xwidth: 75%;
  padding: 10px;
}

.modal_form_title
{
  font-weight: 900;
  font-size: 12pt;
  text-align: left;
  white-space: nowrap;
}

.modal_input_label{
  font-size: 9pt;
  font-weight: bold;
  white-space: nowrap;
}
.modal_group{
  border-bottom: 1px solid #aaa; 
}

.row_A{
  /*background-color: #e4e4e4;*/
}
.row_B{
  /*background-color: #e400e4;*/
}

/* The Close Button */
.xclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-top: -20px;
}

.xclose:hover,
.xclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* responsive stuff */

@media 
only screen and (max-width: 900px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	.tdInsurer{
		display:none;
		xwidth:0;
		height:0;
		opacity:0;
		xvisibility: collapse;
	} 
}

@media 
only screen and (max-width: 800px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	.tdInsNo{
		display:none;
		xwidth:0;
		height:0;
		opacity:0;
		visibility: collapse;
	} 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		font-size: 1.0em;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
		border: 1px solid #ccc; 
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
	}

	/* add back in elided rows */
	.tdInsurer{
		display:inline-block;
		width:65%;
		height:18px;
		opacity:100%;
		visibility: visible;
	}
	.tdInsNo{
		display:inline-block;
		width:65%;
		height:18px;
		opacity:100%;
		visibility: visible;
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 6px;
		width: 25%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 0.9em;
}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Name"; }
	td:nth-of-type(2):before { content: "Address"; }
	td:nth-of-type(3):before { content: "Telephone"; }
	td:nth-of-type(4):before { content: "Birthday"; }
	td:nth-of-type(5):before { content: "BSD"; }
	td:nth-of-type(6):before { content: "Insurer"; }
	td:nth-of-type(7):before { content: "Ins. #"; }
	td:nth-of-type(8):before { content: "Action"; }

}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

