@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

p {
  margin-bottom: 3px;
}

h1, h2, h3, h5, h6, figure {
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #ab47bc;
  text-align: center;
}

h3 {
    font-size: 150%;
}

::-webkit-selection {
  color: #fff;
  background: #ab47bc;
}

::-moz-selection {
  color: #fff;
  background: #ab47bc;
}

::selection {
  color: #fff;
  background: #ab47bc;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #27E1CE;
  color: #fff;
  border: 2px solid #27E1CE;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #3de4d3 !important;
  border-color: #3de4d3 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #27E1CE;
  border: 2px solid #27E1CE;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #27E1CE;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #27E1CE;
}

#fh5co-pricing-section {
  padding: 7em 0;
  background: #fcfcfc;
}
@media screen and (max-width: 768px) {
  #fh5co-pricing-section {
    padding: 3em 0;
  }
}


.fh5co-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}

.js .animate-box {
  opacity: 0;
}


/*# sourceMappingURL=style.css.map */
body {
    display: block;
    margin: 8px;
}

form {
    border: 2px solid #ab47bc;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 10px;
}

.login-form {
    border: 2px solid #ab47bc;
    padding-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 10px;
}

input[type=text], input[type=date], input[type=datetime-local], input[type=time], input[type=number] {
    padding: 7px 10px;
    margin: 8px 8px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 75%;
}

input[type=email], input[type=password] {
    padding: 7px 10px;
    margin: 8px 8px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width:75%;
}

input:focus, input:hover {
  border: 1px solid #ab47bc;
  outline-color: #ab47bc;
}

textarea:focus, textarea:hover {
  border: 1px solid #ab47bc;
  outline-color: #ab47bc;
}

textarea {
    padding: 25px 10px;
    margin: 0px 8px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 75%;
}

.custom-select {
    width: 75%;
}

.custom-select:focus, .custom-select:hover {
  border: 1px solid #ab47bc;
  outline-color: #ab47bc;
}


label {
    padding: 5px;
    font-size: 15px;
/*    width: 160px;*/
    color: #ab47bc;
    margin-left: 3%;
}

#buttons {
    text-align: center;
}

.cta {
  margin-left: 0px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #ffeb3b;
  color: black;
  background: white;
  width: 140px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  outline: none;
}
.cta:hover {
  color: #fff;
  background: #ab47bc;
}
.cta:hover:after {
  display: none;
}

.cta_small {
  margin-left: 0px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-top: 10px;
  border: 2px solid #27e1ce;
  color: #ab47bc;
  background: white;
  width: 90px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  outline: none;
}
.cta_small:hover {
  color: #fff;
  background: #ab47bc;
}
.cta_small:hover:after {
  display: none;
  border: white;
}
.cta_small:focus {
  display: none;
  border: white;
}

.cta_big {
  margin-left: 0px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-top: 10px;
  border: 2px solid #27e1ce;
  color: #ab47bc;
  background: white;
  width: 175px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  outline: none;
}
.cta_big:hover {
  color: #fff;
  background: #27E1CE;
}
.cta_big:hover:after {
  display: none;
  border: white;
}
.cta_big:focus {
  display: none;
  border: white;
}

.content {
    border: 2px solid #ab47bc;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 10px;
}

.noborder {
    border: none;
}

.content-noborder {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
/*    width: 60%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.drugs-noborder {
    text-align: center;
}

.description:hover {
    cursor: pointer;
}

th {
    background: #ffeb3b;
}

.subcategoryLine{
    border-top: 1px solid;
}

.plus {
    width: 100px;
}

.plus:hover {
    cursor: pointer;
}

.tableClass {
    table-layout:fixed;
}

.plusImg {
    padding-left: 12px;
}

.tableRow:hover {
    cursor: pointer;
}

img.iconsmall {
    height: 12px;
    width: 12px;
    margin-right: 3px;
    vertical-align: middle;
}

img.iconadd {
    height: 20px;
    width: 20px;
    margin-right: 15%;
    margin-top: 10px;
    vertical-align: middle;
    float:left;
    cursor: pointer;
}


input, button, select {
    padding: 7px 0px;
    margin: 8px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

select {
    margin: 8px 7px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 22px 0;
    line-height: normal;
}

.errormessage {
    color:red;
    padding: 5px;
    width: 60%;
    margin-left: 2px;
}

.container1 {
    border: 2px solid #dedede;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    color: black;
}

.darker {
    border-color: #ccc;
    background-color: ghostwhite;
    margin-left: 25px;
}

.amber {
    border-color: #ccc;
    background-color: orange;
}

.red {
    border-color: #ccc;
    background-color: red;
}

h1 {
  color: #ab47bc;
  font-weight: bold;
  font-size: 175%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

h1:hover, h1:active, h1:focus {
  color: #ffeb3b;
/*  text-decoration: underline;
  text-decoration-color: #ffeb3b;*/
  outline: none;
  cursor: pointer;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

h4:hover, h4:active, h4:focus {
  color: #ffeb3b;
/*  text-decoration: underline;
  text-decoration-color: #ffeb3b;*/
  outline: none;
  cursor: pointer;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

#fh5co-content h3 {
    text-align: left;
    margin-left: 15%;
}

#eventForm { 
  display: inline-block;
/*  border: 2px solid #ab47bc; */
  padding: 10px;
/*  padding: 1em;*/
  width: 700px;
/*  text-align: center;*/
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
/*  overflow: auto;
  max-height: 90%*/
}

#eventForm1 { 
  display: inline-block;
/*  border: 2px solid #ab47bc; */
  padding: 10px;
/*  padding: 1em;*/
  width: 700px;
/*  text-align: center;*/
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
/*  overflow: auto;
  max-height: 90%*/
}

#eventForm2 { 
  display: inline-block;
/*  border: 2px solid #ab47bc; */
  padding: 10px;
/*  padding: 1em;*/
  width: 700px;
/*  text-align: center;*/
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
/*  overflow: auto;
  max-height: 90%*/
}