.card-footer .btn {
  background-color: #03506f !important;
  font-size: 12px;
  color: white;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
  border-radius: 4px;
}

/*editing dashboard assessment warning*/

.highlight {
  text-align: centre;
  color: white !important;
  background-color: #266dbf !important;
  border-radius: 15px !important;
  margin-top: 17px !important;
  margin-bottom: 10px !important;
  font-weight: normal !important;
  font-style: italic;
}

.card-footer .btn:hover {
  background-color: #266dbf !important;
}

#rcorners1 {
  border-radius: 25px;
  background: #ffd965;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
  width: 100%;
  box-shadow:
    0 4px 8px 0 rgb(0 0 0 / 20%),
    0 6px 20px 0 rgb(0 0 0 / 19%);
}

#rcorners2 {
  border-radius: 25px;
  background: #ffd965;
  text-align: center;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-style: bold;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.7rem;
  box-shadow:
    0 4px 8px 0 rgb(0 0 0 / 20%),
    0 6px 20px 0 rgb(0 0 0 / 19%);
}

.gfs {
  padding: 10px;
}

@media (max-width: 790px) {
  .gfs {
    width: 40% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 790px) {
  .gfs1 {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin-left: 0 !important;
  }
}

/* ------------------------------------------- Different text box classes--------------------------------------------------- */

/* Take action box, with green tick, used for call to action, watch video comments, transcript reveals and patient examples*/

.take_action {
  border-radius: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

.item-list .item {
  border-top: 1px solid #d5d5d5;
  border-bottom: 0;
  padding: 15px 15px;
}

/* Quick tip box, with question mark, used for signalling suggestions */

.cadat_quicktip {
  background-image: url(../../img/grief/Untitled-1.png);
  width: 100%;
  border-radius: 30px;
  border: 0px solid #e08040;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .cadat_quicktip {
    background-position: center top;
    padding: 130px 20px 10px 20px;
  }

  ul {
    padding-inline-start: 0px;
  }

  div.block ul li {
    margin: 0 0 25px;
  }
}

/*Info box, used for emphasising important information, extra information and key points */

.cadat_info {
  padding: 10px 20px 10px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/* Prompt box, used the tell users what going to happen or what will happen with therapist*/

.cadat_prompt {
  border-radius: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/*Write box, signalling the user has to write something or interact with input*/

.cadat_write {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/*A second Write box format, this one doesn't include the write image, meaning you can add in different pictures using floating for different uses */

.cadat_write2 {
  background-repeat: no-repeat;
  background-color: #e3ebd2;
  background-position: 5px 5px;
  background-size: 32px 32px;
  width: 100%;
  display: inline-block;
  padding: 12px 35px 12px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 50px 0px 0px 0px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/* Example box, usually in drop-downs, showing examples from patients and interview text */

.cadat_example {
  padding: 10px 20px 10px;
  border-radius: 30px;
  border: 0px solid #6095c9;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/* Key points, signalling key points from module pages and important take aways */

.key_points {
  border-radius: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 10px;
}

/*---------------------------------------------------------------------------Website styling--------------------------------------------------------------------------*/

/* background color of main module card */

.background_offwhite {
  background: ##fffafa;
}

/*border styling for certain elements*/

.border {
  border-width: 2px;
  border-color: #553e42;
}

/*a highlighting class, for emphasising certain bits of text*/

.highlight {
  font-weight: bold;
  color: #294;
}

/*Two types of shadow for use on the boxes and module blocks*/

.shadow1 {
  box-shadow:
    0 5px 10px rgba(154, 160, 185, 0.05),
    0 15px 40px rgba(166, 173, 201, 0.2);
}

.shadow2 {
  box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

/*Navigation bar class, changing the colour*/

.navbar {
  background-color: #03506f !important;
}

/* anchor style, changing colour of text to match website them colour*/

.text-lead a {
  color: #17252a;
}

/*Foundation styling for the entire body of the website's background, including gradient settings and including compatibility for different browsers*/

body {
  background: #007991; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ffdead,
    #ff9248
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ffdead,
    #ff9248
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  text-align: justify;
}

/*padding for main container, change if you want more white space on sides*/

.regular_main .card-container {
  padding: 15px 70px !important;
}

@media (max-width: 790px) {
  .regular_main .card-container {
    padding: 15px 24px !important;
  }
}

/*Colouring for side bar and grid anchors */

#sidebar a,
.grid-item a {
  color: #03506f;
}

#sidebar a.btn-primary,
.grid-item a.btn-primary {
  color: #fff;
}

#sidebar a[href="/library/patient/file/add/2/"] {
  color: white !important;
}

/*Styling for alert bar, appearing after module changes or website edits */

.alert {
  border-radius: 30px !important;
}

/*This dictates width of multiline inputs, set a 100% but can be changed but it will change all of them */

table.mceLayout {
  width: 100% !important;
}

/*Single line input width selection*/

input[type="text"] {
  width: 100%;
}

/*Some images, mainly big ones, need to be glued to edges so it aligns with text. This class removes default margin so this can happen*/

.imgnomargin {
  margin-right: 1em !important;
  margin-left: 0 !important;
}

.imgnomarginboth {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/*edits colour of button on patient and therapist dashboard*/

/*a[href="/messages/inbox/..."], a[href="/behavioural-experiments/"]  {
background-color: #03506f  !important;
}*/

a[href="/library/patient/file/add/"] {
  background-colour: #03506f !important;
  color: white !important;
}

a[href="/messages/message/new/"] {
  background-colour: #03506f !important;
  color: white !important;
}

#sidebar .card-header .btn {
  color: white !important;
}

/*Example of different coulou styles that can be applied to module blocks*/

.ta1,
.cw1 {
  background: url(../../img/green-tick.png) no-repeat 5px 5px #fbc3bc;
}

/*Styling of card headers and body, used for selecting colour and formatting rounded borders*/

.card-header {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-radius: 0;
  background-color: #03506f !important;
}
.card {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-radius: 30px;
  background: #def2f1 !important;
  box-shadow: 0;
}

/*Styling for slider input*/

.highlight1 {
  /* background: url(https://www.andyhooke.co.uk/wp-content/uploads/2018/02/yellow-brushstroke.png); Gautier: disabled */
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 8px 0;
}

.highlight2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffd0ae 50%);
}

.highlight4 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, ##b8c85e 50%);
}

.highlight3 {
  background-image: linear-gradient(
    -100deg,
    rgba(255, 255, 255, 0),
    yellow 85%,
    rgba(255, 255, 255, 0)
  );
}

.quote {
  background: url(../../img/grief/quotation.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 30px;
}

.masonry-grid .item-list {
  border-bottom: 0px !important;
}

.responsive-table-item {
  border-bottom: 0;
  border-top: 1px solid #777777;
}

.cadat_info ul,
.key_points ul {
  padding-inline-start: 2px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

ol.mod {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  font: 15px "trebuchet MS", "lucida sans";
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

ol.mod ol.mod {
  margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}

.rounded-list a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}

.rounded-list a:hover {
  background: #eee;
}

.rounded-list a:hover:before {
  transform: rotate(360deg);
}

.rounded-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #87ceeb;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

.rectangle-list a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 0.8em;
  *padding: 0.4em;
  margin: 0.5em 0 0.5em 2.5em;
  background: #ddd;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.rectangle-list a:hover {
  background: #eee;
}

.rectangle-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #fa8072;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

.rectangle-list a:after {
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
  transition: all 0.3s ease-out;
}

.rectangle-list a:hover:after {
  left: -0.5em;
  border-left-color: #fa8072;
}

html {
  scroll-behavior: smooth;
}

#paper1 {
  color: #fff;
  font-size: 20px;
}
#margin1 {
  margin-left: 12px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#text1 {
  width: 500px;
  overflow: hidden;
  background-color: #fff;
  color: #222;
  font-family: Courier, monospace;
  font-weight: normal;
  font-size: 24px;
  resize: none;
  line-height: 40px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 45px;
  padding-bottom: 34px;
  background-image:
    url(../../img/grief/lines.png), url(../../img/grief/paper.png);
  background-repeat: repeat-y, repeat;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 14px #000;
  box-shadow: 0px 2px 14px #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#title1 {
  background-color: transparent;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  font-family: Courier, monospace;
  height: 28px;
  font-weight: bold;
  width: 220px;
}
#button1 {
  cursor: pointer;
  margin-top: 20px;
  float: right;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px -1px 0px #000000;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 14px #000;
  box-shadow: 0px 2px 14px #000;
  background-color: #62add6;
  background-image: url(../../img/grief/button.png);
  background-repeat: repeat-x;
}
#button1:active {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#button1:focus {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#wrapper1 {
  width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 100px;
}

/*___________________________________________________MOCKUP UP___________________________________ 
_____________________________________________________________________________________________________ */

/* Take action box, with green tick, used for call to action, watch video comments, transcript reveals and patient examples*/

.take_action1 {
  background: url(../../img/green-tick.png) no-repeat 5px 5px #ffb38a;
  display: inline-block;
  padding: 5px 15px 5px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 30px;
  margin: 6px 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/* Quick tip box, with question mark, used for signalling suggestions */

.cadat_quicktip1 {
  background: url(../../img/grief/Untitled-1.png) no-repeat 15px 25px #ff9248;
  display: inline-block;
  width: 100%;
  padding: 10px 20px 10px 130px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 30px;
  border: 0px solid #e08040;
  margin: 30px 0px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 400px) {
  .cadat_quicktip1 {
    background: url(../../img/grief/Untitled-1.png) no-repeat 15px 25px #ff9248;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 30px;
    border: 0px solid #e08040;
    margin: 30px 0px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  }
}

/*Info box, used for emphasising important information, extra information and key points */

.cadat_info1 {
  background: #ffd7b5;
  display: inline-block;
  padding: 10px 20px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 30px;
  border: none;
  margin: 30px 0px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/* Prompt box, used the tell users what going to happen or what will happen with therapist*/

.cadat_prompt1 {
  background: #ffff99;
  padding: 20px 20px 1px;
  font-color: #6a5088;
  border-radius: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

.cadat_info3 {
  background: #ffd7b5;
  display: inline-block;
  padding: 10px 20px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 30px;
  border: none;
  margin: 30px 0px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/*Write box, signalling the user has to write something or interact with input*/

.cadat_write1 {
  background-image: url(../../img/grief/write_icon.png);
  background-repeat: no-repeat;
  background-color: #ffb38a;
  background-position: 5px 5px;
  background-size: 32px 32px;
  display: inline-block;
  padding: 12px 35px 12px 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 6px 0px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/*A second Write box format, this one doesn't include the write image, meaning you can add in different pictures using floating for different uses */

.cadat_write1 {
  background-image: url(../../img/grief/write_icon.png);
  background-repeat: no-repeat;
  background-color: #e3ebd2;
  background-position: 5px 5px;
  background-size: 32px 32px;
  display: inline-block;
  padding: 12px 35px 12px 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 6px 0px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/* Example box, usually in drop-downs, showing examples from patients and interview text */

.cadat_example1 {
  background: #e4e9b2;
  padding: 10px 20px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 30px;
  border-style: none;
  border: 0px solid #6095c9;
  margin: 20px 0px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

/* Key points, signalling key points from module pages and important take aways */

.key_points1 {
  border-radius: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 10px;
}

/*---------------------------------------------------------------------------Website styling--------------------------------------------------------------------------*/

/* background color of main module card */

.background_offwhite {
  background: ##fffafa;
}

/*-----------notepad effect------*/

#paper1 {
  color: #fff;
  font-size: 20px;
}
#margin1 {
  margin-left: 12px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#text1 {
  width: 500px;
  overflow: hidden;
  background-color: #fff;
  color: #222;
  font-family: Courier, monospace;
  font-weight: normal;
  font-size: 24px;
  resize: none;
  line-height: 40px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 45px;
  padding-bottom: 34px;
  background-image:
    url(../../img/grief/lines.png), url(../../img/grief/paper.png);
  background-repeat: repeat-y, repeat;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 14px #000;
  box-shadow: 0px 2px 14px #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#title1 {
  background-color: transparent;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  font-family: Courier, monospace;
  height: 28px;
  font-weight: bold;
  width: 220px;
}
#button1 {
  cursor: pointer;
  margin-top: 20px;
  float: right;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px -1px 0px #000000;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 14px #000;
  box-shadow: 0px 2px 14px #000;
  background-color: #62add6;
  background-image: url(../../img/grief/button.png);
  background-repeat: repeat-x;
}
#button1:active {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#button1:focus {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#wrapper1 {
  width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 100px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 600px) {
  .col-xs-4 img[src="../../img/style/ptsd-people.png"] {
    width: 0;
    height: 0;
  }
}

.smartgreeting {
  text-align: center;
  width: 100%;
}

div.block.p {
  margin: 1em 0 1em 0 !important;
}

img[src="../../img/style/ptsd-people.png"] {
  border-radius: 2.5rem;
}

.label1 {
  background: #edff86;
  border-radius: 15px;
}

/*--------homepage buttons----------*/

.toggle_completed_assessments {
  background-colour: #03506f !important;
}
