.dokta-cta-row {
  display: flex;
  justify-content: space-between;
}

.dokta-cta-row .dokta-cta {
  flex: 0 0 calc(50% - 1rem);
}

@media only screen and (max-width: 350px) {
  .dokta-cta-row {
    flex-flow: column nowrap;
  }

  .dokta-cta-row .dokta-cta {
    margin-top: 1rem;
  }
}

.dokta-cta h4 {
  font-weight: bold;
  margin: 0px;
}

.dokta-cta-row h4 {
  margin-bottom: 0.5rem;
}

.dokta-cta,
.dokta-cta:link,
.dokta-cta:visited {
  display: inline-block;
  padding: 1rem;
  border: 2px solid #009440;
  border-radius: 0.3rem;
  text-decoration: none;
  text-align: center;
  color: #4a4a4a;
  transition: all 0.2s ease-in-out;
}

.dokta-cta:hover,
.dokta-cta:focus,
.dokta-cta:active {
  background: #009440;
  color: white;
}

.dokta-cta h1,
.dokta-cta h2,
.dokta-cta h3,
.dokta-cta h4,
.dokta-cta h5 {
  margin: 0px !important;
}

h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined {
  display: inline-block;
  border-bottom: 2px solid;
}

.dokta-cta p {
  margin-bottom: 0px !important;
}

button.dokta_red_cta {
  margin-top: 0px;
}

button.dokta_red_cta,
button.dokta_red_cta:link,
button.dokta_red_cta:visited {
  border-top-color: rgb(123, 0, 0);
  border-right-color: rgb(97, 0, 0);
  border-bottom-color: rgb(72, 0, 0);
  border-left-color: rgb(97, 0, 0);
  text-shadow: 0 -1px 0 #610000;
  background: linear-gradient(#ae0000, #850000);
  box-shadow: inset 0 1px #b44d4d;
}

button.dokta_red_cta:hover,
button.dokta_red_cta:focus,
button.dokta_red_cta:active {
  border-color: #2e0000 #150000 black;
  background-image: linear-gradient(#bd0000, #750000);
}

.full-width {
  width: 100%;
  max-width: 100%;
}

div.submit-save,
div.submit-delete {
  display: inline-block;
}
button.submit-save,
button.submit-delete {
  display: inline-block !important;
  margin: 0px !important;
  width: 100%;
}
button.submit-delete {
  padding: 9px !important;
  width: 56px;
}

div.submit-save {
  width: 80%;
  margin-right: 2%;
}
div.submit-delete {
  width: 17%;
  text-align: right;
}

.dokta_widget_hidden {
  display: none;
}

.flex-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.flex-header > * {
  display: inline-block;
}

.flex-header.align-right {
  flex-flow: row-reverse nowrap;
}
.flex-header.underlined {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.flex-fill {
  padding-left: 5px;
  flex: 1;
}

.link-with-icon {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
}
.link-with-icon.icon-left > img {
  margin-right: 5px;
}
.link-with-icon.icon-right > img {
  margin-left: 5px;
}
.link-with-icon.spacer-left::before {
  content: "|";
  position: relative;
  top: -2px;
  color: rgb(74, 74, 74);
  padding: 0px 5px;
}
.list-item {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid rgb(229, 232, 238);
  border-radius: 5px;
}
.list-item h3,
.list-item h4,
.list-item h5 {
  margin: 0px !important;
}
.list-item p {
  margin-bottom: 0px !important;
}
.list-item .nostyle-table {
  margin: 10px 0 0 0 !important;
}

table.nostyle-table {
  display: inline-block;
  margin: 10px 0px !important;
  border-collapse: collapse;
  border: none;
}
table.nostyle-table td {
  padding: 0 20px 0 0;
  margin: 0;
  border: none;
}

.dokta-form input,
.dokta-form select,
.dokta-form textarea,
.dokta-form fieldset {
  width: 100% !important;
}
.filters input,
.filters fieldset {
  width: 100% !important;
  margin: 0px !important;
}

.filters .widget {
  margin-top: 0px !important;
}

.filters .formbody {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.filters .filter-badge {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 2px 5px 2px 10px;
  font-size: 12px;
  font-weight: bold;
  background: linear-gradient(#00b7c1, #007379);
  border-radius: 5px;
  color: #fff;
}
.filters .filter-badge > * {
  display: inline-block;
}
.filters .filter-badge a {
  height: 12px;
  margin-left: 5px;
}
.filters .filter-badge img {
  height: 12px;
  margin-bottom: 3px;
}

div.filter-widget-full {
  width: 100%;
}
.widget-checkbox.filter-widget-full {
  margin: 0px !important;
}

div.filter-widget-search {
  width: 75%;
}

div.filter-widget-small {
  width: 23%;
}
div.filter-widget-large,
div.filter-widget-submit {
  margin: 0px !important;
}
div.filter-widget-large {
  width: 49%;
}
div.filter-widget-fill {
  flex: 1;
  margin-right: 20px;
}
div.filter-widget-fill,
div.filter-widget-submit {
  margin-bottom: 0px !important;
}
div.filter-widget-fill button,
div.filter-widget-submit button {
  width: 100%;
}

@media (max-width: 600px) {
  div.filter-widget-search,
  div.filter-widget-small,
  div.filter-widget-large {
    width: 100%;
  }
  div.filter-widget-fill,
  div.filter-widget-submit {
    width: 100%;
    margin-right: 0px !important;
  }
}
