body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #363636;
  background-color: #fff;
}
.form-control {
  padding: 10px 30px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 1.42857143;
  color: #363636;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.clickable {
  cursor: pointer;
}
.patientcpanavbar {
  background-color: #788858;
  border-color: #080808;
}
label {
  display: inline;
  color: #363636;
 /* padding: 0.2em 0.6em 0.3em; */
  /* font-family: Helvetica; */
  font-size: 90%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  /* pat's update */
  margin-top: 15px;
  padding:0px 0px 5px 0px !important;
  font-family: "Montserrat";
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  /* font-family: Helvetica; */
  font-weight: 600;
  text-align: center !important;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /* border-radius: 4px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  width: 90px !important;
  /* Pat's update */
  text-transform: uppercase;
    border-radius: none !important;
    font-family: "Montserrat";
}
.btn:hover {
  color: #fff;
  background-color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Helvetica;
  font-weight: 600;
  line-height: 1.1;
  color: #363636;
}
a
{
  font-family: Helvetica;
  color: #363636;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #363636;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navbar-brand {
  float: right;
  height: 50px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 20px;
}
input {
  border-radius: 2px;
  height: 35px;
  border: 1px solid #6f6f6f;
  padding-left: 10px;
}

.navbar-header label {
  color: #fff !important;
}

label.navbar-brand\,.clickable:hover {
  color: #222 !important;
}

#forgotpasswordid:hover {
  color: #efefef;
}

button-cpa,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  width: 300px;
}
.container-cpa {
  border-radius: none !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
}
 /* ******************* new styles from Pat Rudik **********************  */
 button#customersubmit, button#recordsubmit {
  margin-top: 20px;
  background-color: #788858;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 500;
  width: 200px;
  height: 48px;
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: 10px;
  border: none;
  text-transform: uppercase;
}

button#recordsubmit{
  margin-bottom: 10px;
}

button#customersubmit:hover, button#recordsubmit:hover {
  background-color: #212121;
  text-decoration: underline;
}

button#customersubmit.clickable {
  margin-top: 0px !important;
  height: 49px;
}

.form-group{
  margin-top: 10px;
}

.btn{
  text-transform: uppercase;
  border-radius: none !important;
  font-family: "Montserrat";
}

input#addrecorddbfilenameid {
  margin-bottom: 10px;
}

input#uploaddocid{
  height: 50px;
  padding-top: 13px;
}

.container .container {
  padding: 0px;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.container .clickable {
  flex: auto;
  text-align: left;
  margin: 0px 5px;
  line-height: 48px;
  background-color: #788858;
  color:#fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #fefefe;
}

.container .clickable .clickable {
  width: 100%;
}

.container .clickable .clickable:hover {
  background-color: #212121;
}

.container a.clickable:hover, .container button.clickable:hover {
  background-color: #212121;
}

body{
  background-color:#f2f2f2;
}