@CHARSET "ISO-8859-1";


/**************** Variables ******************/

:root {
	--neutral: #EFEFEF;
	--primary1: #6F8AB7;
	--primary2: #011638;
	--accent1: #FE5D26;
	--accent2: #214E34
  
 	--background-white: #FFF;
}

/**************** Main Site Format ******************/
html { 
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	height:100%;
}

body { 
	background:#FFFFFF; 
	margin:0;
}

.logo{
	//background-color: var(--neutral);
	//font-family: american typewriter, serif;
	font-family: 'Brush Script MT', cursive;
	color:var(--accent1);
	padding: 4px 12px 0px 12px;
	text-align: center;
	font-size: 26px;
}


.footer {
	 background-color: var(--background-white)
	 padding: 2px;
	 text-align: center;
	 width: 100%;
}

.footer a {
	text-decoration: none;
	padding: 0;
	color:#000;
}

/**************** ECG Steps******************/
.outer_box{
	padding: 0px;
	margin:3px;
}


/**************** ECG ******************/
.ecg-left-column {
	//background-color: var(--neutral);
	background-image: url("../images/test3.jpg");
	background-repeat: repeat;
	//height: 100vh;
	padding: 6px 12px;
	
}
/*<!-- HTML !-->
<button class="button-17" role="button">Button 17</button>*/

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  margin: 6px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 80%;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}


/* CSS */
.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 80%;
  will-change: transform;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

/**************** Columns ******************/

.column {
	float: left;
	padding: 0px;
	box-sizing: border-box;
}
.c20 {
	width: 20%;
}
.c25 {
	width: 25%;
}
.c30 {
	width: 30%;
}
.c40 {
	width: 40%;
}
.c50 {
	width: 50%;
}
.c60 {
	width: 60%;
}
.c70 {
	width: 70%;
}
.c75 {
	width: 75%;
}
.c80 {
	width: 80%;
}
.c90 {
	width: 90%;
}
.c100 {
	width: 100%;
}

/* Clear floats after the columns */
.maindata:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		width: 100%;
	}
}
/*******  How to Use this

<div class="maindata">
  <div class="column c20">
    <h2>Column 1</h2>
    <p>Some text..</p>
  </div>
  <div class="column c20">
    <h2>Column 2</h2>
    <p>Some text..</p>
  </div>
  <div class="column c60">
    <h2>Column 2</h2>
    <p>Some text..</p>
  </div>
</div>
  */
 


