html {
  min-width: 960px;
}

.uk-text-underline {
  text-decoration: underline;
}

header {
  margin-top: 25px;
}

footer {
  font-size: 14px;
}
footer img.logo {
  height: 20px;
  display: block;
}
footer h5 {
  color: #dddddd !important;
}
footer a {
  color: #dddddd !important;
}
footer a:hover {
  text-decoration: none;
  color: #d00 !important;
}

footer.copyright {
  background-color: #282a2b !important;
}

i.active {
  color: green !important;
}

i.inactive {
  color: red !important;
}

span.required {
  color: red;
  margin-left: 3px;
  font-weight: 600;
}

main > .uk-container {
  background-color: white;
  border-radius: 7px;
  padding-bottom: 60px;
}
main > .uk-container h1 {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 6em;
  font-weight: 600;
}
body.login .main-container {
  max-width: 500px;
}
body.login .login-form {
  background-color: #f5f5f5;
  padding: 30px 40px;
  border-radius: 7px;
}
.mta-logo-container {
  margin-bottom: 0px;
  height: 75px;
}
.mta-logo-container div.mta-logo img {
  height: 60px;
  display: block;
}

.mta-login-container {
  color: #b7222d;
  font-weight: 600;
  margin-right: -20px !important;
}
.mta-login-container .login {
  float: left;
}
.mta-login-container .login .plan {
  display: block;
  text-align: right;
  font-size: 0.8em;
  color: #1678c0;
  font-weight: normal !important;
}
.mta-login-container .avatar {
  float: right;
  margin-left: 20px;
  background-color: #f5f5f5;
  height: 50px;
  vertical-align: top;
  width: 70px;
  max-width: 70px;
}
.mta-login-container .avatar div.avatar-inner {
  background-color: white;
  display: inline-block;
  vertical-align: top;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.mta-login-container .avatar i {
  max-width: 10px;
  font-size: 1.2em !important;
  line-height: 50px;
  color: #bfc1c4;
}

.mta-clinic-container {
  margin-bottom: 0px;
  height: 75px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.mta-clinic-container h1.mta-clinic {
  font-size: 42px;
  line-height: 1;
  display: inline-block;
  color: #333333;
  margin-bottom: 0px;
}

.mta-topmenu-wrapper nav {
  background-color: #1678c0 !important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding-left: 25px;
  padding-right: 25px;
}
.mta-topmenu-wrapper nav a {
  min-height: 60px;
}

.mta-contextmenu-wrapper {
  background: inherit;
  border-bottom: 1px solid #ebebeb;
}
.mta-contextmenu-wrapper nav {
  padding-left: 25px;
  background-color: white !important;
}
.mta-contextmenu-wrapper nav a {
  text-transform: inherit;
  color: #2e3642;
  font-weight: normal !important;
  min-height: 60px;
}
.mta-contextmenu-wrapper nav a:hover {
  color: #434f60;
}

div.order-by {
  display: inline-block;
  text-decoration: none;
  color: #1678c0 !important;
  margin-left: 5px;
}
div.order-by a {
  color: #1678c0;
}
div.mta-button-box, div.button-box {
  margin-top: 30px !important;
  margin-left: 40px;
  margin-right: 40px;
}

.mta-pagination {
  padding-top: 25px;
  margin-left: 5px;
  font-size: 1.1em;
}
.mta-pagination li {
  padding: 0px !important;
}
.mta-pagination a {
  background-color: white !important;
}

.error, .mta-field-error {
  color: red;
  text-transform: none !important;
}

.mta-form-errors {
  color: red;
  text-transform: none !important;
}

.mta-form-title {
  color: #bfc1c4;
  font-weight: 600;
  padding-top: 20px;
}

.mta-form-body {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-left: -40px;
  margin-right: -40px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-radius: 7px;
}
.mta-form-body .error {
  text-transform: none !important;
  font-size: 0.875em;
}
.mta-form-body ul.errorlist {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.uk-modal .mta-form-body {
  background-color: inherit !important;
  margin-left: 0px;
  margin-right: 0px;
}

.mta-form-footer .form-button-box .generic-form-cancel-btn {
  float: left;
}
.mta-form-footer .form-button-box .generic-form-save-btn {
  float: right;
}

.uk-modal .mta-form-footer {
  background-color: #f5f5f5;
  padding-top: 35px !important;
  padding-bottom: 30px !important;
}

.mta-line-break {
  border: 1px solid #eee;
  margin-bottom: 20px;
}

div.table-list-showing {
  padding: 20px 35px 20px;
  text-align: right;
}
div.table-list-showing span.number {
  color: #1678c0;
}

div.filter-button-box button {
  margin-top: 5px;
}

.filter-form {
  font-size: 0.875em !important;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
  border-radius: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.filter-form .filter-form-inner {
  margin-left: 30px;
  margin-right: 30px;
}
.filter-form .chosen-container-single .chosen-single {
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 2px;
  height: 30px;
}
.filter-form label {
  padding-right: 5px !important;
  padding-left: 15px;
  margin-top: 3px !important;
  padding-top: 0px !important;
  line-height: 28px !important;
}
.filter-form input[type=text] {
  max-height: 30px;
}

.back-btn {
  margin-right: 16px;
}

.filter-reset-btn {
  padding-left: 1px;
  padding-right: 1px;
  width: 35px !important;
}

.send-btn {
  color: white;
  background-color: green;
  margin-left: 16px;
}

li.separator {
  border-right: 1px solid #e0e0e0 !important;
}

div.help img.dash-icon {
  height: 64px !important;
}
div.help h3 {
  font-size: 24px;
  font-weight: 600;
  color: #bfc1c4 !important;
  white-space: nowrap;
  margin-top: 20px;
}

div.dashboard img.dash-icon {
  height: 64px !important;
}
div.dashboard h3 {
  font-size: 24px;
  font-weight: 600;
  color: #bfc1c4 !important;
  white-space: nowrap;
  margin-top: 20px;
}
div.dashboard table.dashboard-log td.info strong {
  color: #1678c0;
}
div.dashboard span.announcement-date {
  color: #1678c0;
  font-weight: 600;
}

.status-icon {
  margin-right: 5px;
}

.status-icon.status-created {
  color: #bfc1c4;
}

.status-icon.status-sent {
  color: #2e3642;
}

.status-icon.status-pending {
  color:white;
}

.circle-pending{
    background: #2e3642;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
 }

.status-icon.status-accepted {
  color: #ecd025;
}

.status-icon.status-completed {
  color: #49b448;
}

.status-icon.status-revoked, .status-icon.status-rejected {
  color: #f00;
}

table.transfer-log td.status {
  text-transform: uppercase;
  white-space: nowrap;
}
table.transfer-log tr.status td:last-child {
  color: inherit;
  font-style: inherit !important;
  font-weight: normal !important;
}
table.transfer-log tr.status td.buttons {
  color: inherit;
  font-style: normal !important;
  font-weight: normal !important;
  text-align: center;
}

p.transfer-subscribe-help a {
  color: #dd4853 !important;
  font-weight: 600;
  text-decoration: underline !important;
}
p.transfer-subscribe-help a:hover {
  color: #e98990 !important;
}

div.transfer-info {
  text-align: center;
  border-radius: 7px;
  border: 1px solid #ebebeb;
}
div.transfer-info h2 {
  text-transform: uppercase;
}
div.transfer-info div.uk-grid {
  padding-left: 100px;
  padding-right: 100px;
}
div.transfer-info div.middle i {
  font-size: 40px;
  color: #1678c0;
  vertical-align: middle;
}

div.transfer-payment {
  text-align: center;
  border-radius: 7px;
  border: 1px solid #ebebeb !important;
}
div.transfer-payment h2 {
  text-transform: uppercase;
}
div.transfer-payment div.uk-grid {
  padding-left: 100px;
  padding-right: 100px;
}

.patient-remove-btn-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

div.patient-wrapper {
  border-radius: 7px;
  background-color: #f5f5f5;
  padding: 30px 40px;
}
div.patient-wrapper div.patient {
  position: relative;
}
div.patient-wrapper div.patient h3 {
  text-align: center;
  font-weight: 600;
  color: #bfc1c4;
}
div.patient-wrapper div.patient table.patient-info th {
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.patient-wrapper div.patient table.patient-info td {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.patient-wrapper div.patient table.patient-info .name {
  font-weight: 600;
}
div.patient-wrapper div.patient table.patient-info .notes {
  font-weight: normal;
}
div.patient-wrapper div.patient .uk-button-small {
  line-height: 2.875em !important;
  font-size: 0.66em !important;
}

div.patient-wrapper:last-child {
  margin-bottom: 0px !important;
}

.add-btn-holder-wrapper {
  background-color: #f5f5f5;
  margin-top: -30px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 40px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

div.patient-upload .uk-placeholder {
  border-radius: 7px;
  border-style: solid;
  border-color: #bfc1c4;
}
div.patient-upload .upload-text {
  text-transform: uppercase;
}

table.transfer-files {
  margin-top: 30px;
}
table.transfer-files thead th {
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.transfer-files .delete {
  min-width: 15px;
}
table.transfer-files td.filename {
  color: #2e3642 !important;
}
table.transfer-files td.delete {
  text-align: right !important;
  padding-right: 0px;
}
table.transfer-files .remove-btn {
  color: #bfc1c4;
  font-size: 1.5em;
}
table.transfer-files tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Pinax Stripe stuff */
div.form-actions {
  margin-top: 30px;
  text-align: center;
}

table.admin-physicians td.avatar {
  text-align: center;
}
table.admin-physicians td.avatar img {
  height: 30px;
  background-color: #f5f5f5;
  border-radius: 15px;
  border: 1px solid #f5f5f5;
}
table.admin-physicians i {
  font-size: 1.375em;
}
table.admin-physicians i.active {
  color: green !important;
}
table.admin-physicians i.inactive {
  color: red !important;
}

div.physician-detail {
  text-align: center;
  border-radius: 7px;
  border: thin solid #f5f5f5;
}
div.physician-detail img {
  background-color: #f5f5f5;
  width: 100px;
  border-radius: 50px;
  border: thin solid #f5f5f5;
}
div.physician-detail h2 {
  font-weight: 600 !important;
  font-size: 1.5em;
}

p.no-sub-warning {
  color: red !important;
}

span.debug {
  color: gray !important;
}

#invalid-subscription-dialog ol {
  list-style: none;
  counter-reset: mta-invalid-sub-counter;
}
#invalid-subscription-dialog ol li {
  counter-increment: mta-invalid-sub-counter;
}
#invalid-subscription-dialog ol li::before {
  content: counter(mta-invalid-sub-counter);
  background-color: #bfc1c4 !important;
  color: #fcfcfc !important;
  border-radius: 11.25px;
  display: inline-block;
  width: 22.5px;
  height: 22.5px;
  line-height: 22.5px;
  text-align: center;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 8px;
}

ol.delete-clinic-checklist {
  list-style: none;
  counter-reset: mta-delete-clinic-counter;
}
ol.delete-clinic-checklist li {
  counter-increment: mta-delete-clinic-counter;
}
ol.delete-clinic-checklist li::before {
  content: counter(mta-delete-clinic-counter);
  background-color: #bfc1c4 !important;
  color: #fcfcfc !important;
  border-radius: 11.25px;
  display: inline-block;
  width: 22.5px;
  height: 22.5px;
  line-height: 22.5px;
  text-align: center;
  vertical-align: top;
  margin-left: 3px;
  margin-right: 8px;
}

/*# sourceMappingURL=mta.css.map */

