.dash-cat-post-holder {
  margin-top: 10px;
}
.dash-cat-post-holder .dash-cat-post {
  float: left;
  padding: 0 2% 0 0;
  width: 23.5%;
  text-align: center;
}
.dash-cat-post-holder .dash-cat-post:last-of-type {
  padding-right: 0%;
}
.dash-cat-post-holder .dash-cat-text {
  float: left;
  overflow: hidden;
  width: 100%;
}
.dash-cat-post-holder .dash-cat-text-long {
  float: left;
  overflow: hidden;
  width: 100%;
}
/**********************************************************************************************************************************************************/
/* VIEW ALL PATIENTS LIST */
/**********************************************************************************************************************************************************/
table.patientsList {
  WIDTH: 100%;
}
table.patientsList td.td-buttons {
  text-align: center;
  width: 375px;
}
table.patientsList td.td-buttons .btn {
  margin-right: 5px;
  display: inline-block;
  float: none;
  clear: none;
}
table.patientsList td.td-buttons .btn:last-child {
  margin-right: 0px;
}
table.patientsList th,
table.qTable th,
table.attatchmentsTable th {
  text-align: left;
  padding: 3px 5px;
  background-color: #07305B;
  color: #FFFFFF;
}
table.patientsList tr,
table.attatchmentsTable tr {
  margin: 0px;
  padding: 0px;
}
table.patientsList td,
table.qTable td,
table.attatchmentsTable td {
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
table.patientsList tr td:last-child,
table.patientsList tr th:last-child,
table.attatchmentsTable tr th:last-child {
  text-align: center;
}
input.list-search {
  border: 1px solid #02416E;
  border-radius: 3px;
  font-size: 14px;
  line-height: 10px;
  padding: 7px 36px 7px 11px;
  width: 182px;
  width: calc(51%);
  width: -moz-calc(51%);
  width: -webkit-calc(51%);
}
#list-search-holder {
  width: 200px;
  position: relative;
  float: right;
}
#list-search-holder img {
  position: absolute;
  left: -40px;
  top: 0px;
}
#list-search-holder input.list-search {
  background: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/searchSmall.png') no-repeat scroll center center transparent;
  background-position: right 10px center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#list-search-holder input.list-search.loading {
  background: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/search-loader.gif') no-repeat scroll center center transparent;
  background-position: right 5px center;
}
/**************************************************************************************/
/* DASHBOARD */
/**************************************************************************************/
#dashboardProfile {
  clear: both;
  float: left;
  width: 100%;
}
IMG.avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#newFile {
  visibility: collapse;
}
#newFile div {
  visibility: visible;
}
/**************************************************************************************/
/* MESSAGES */
/**************************************************************************************/
.pf_info,
.pf_success,
.pf_warning,
.pf_error,
.pf_validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.pf_info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/info.png');
}
.pf_success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/success.png');
}
.pf_warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/warning.png');
}
.pf_error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/error.png');
}
.pf_validation {
  color: #D63301;
  background-color: #FFCCBA;
  background-image: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/validation.png');
}
/**************************************************************************************/
/* LIST PATIENTS */
/**************************************************************************************/
.divQTable {
  display: none;
}
table.patientsList,
table.qTable,
.divQTable,
table.attatchmentsTable {
  width: 100%;
}
table.qTable tr td:first-child,
table.attatchmentsTable tr td:first-child {
  background-color: #FFFFF;
  width: 20%;
  color: #4EB4E2;
  font-weight: bold;
}
table.patientsList th,
table.qTable th,
table.attatchmentsTable th {
  text-align: left;
  padding: 3px 5px;
  background-color: #07305B;
  color: #FFFFFF;
}
table.patientsList tr,
table.attatchmentsTable tr {
  margin: 0px;
  padding: 0px;
}
table.patientsList td,
table.qTable td,
table.attatchmentsTable td {
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
table.patientsList tr td:last-child,
table.patientsList tr th:last-child,
table.attatchmentsTable tr th:last-child {
  text-align: center;
}
table.attatchmentsTable div.really_simple_share_prepend_above,
table.attatchmentsTable DIV.really_simple_share.really_simple_share_button {
  display: none;
}
table.attatchmentsTable p {
  margin: 0px;
}
table.attatchmentsTable IMG.attachment-thumbnail {
  max-width: 100px;
  height: auto;
}
.prevList {
  float: left;
}
.nextList {
  float: right;
}
.um_label_top {
  display: inline-block !important;
  font-weight: bold !important;
  width: 160px !important;
}
FORM#um_form_edit-profile {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
INPUT#insert_user {
  display: block;
  float: right;
  border: 1px solid #0071bc;
  padding: 5px;
  margin-left: 10px;
  color: #0078ba;
  font-size: 12px;
}
INPUT#insert_user:hover {
  cursor: pointer;
  color: #0078ba;
}
/**************************************************************************************/
/* Prescribe Patients Page */
/**************************************************************************************/
FORM#recommendationForm {
  position: relative;
}
FORM#recommendationForm h1 {
  font-size: 26px;
  margin: 0 0 10px;
  float: left;
}
FORM#recommendationForm .button {
  margin-bottom: 20px;
  float: right;
}
FORM#recommendationForm .wp-editor-wrap {
  margin-top: 10px;
}
.wp-editor-wrap .button,
FORM#recommendationForm .wp-editor-wrap .button,
#recommendationForm .articleContainer .wp-editor-wrap input {
  margin-bottom: 0px;
  float: none;
  width: auto;
}
#recommendationForm .productContainer {
  border-top: 1px dotted;
  clear: both;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
#recommendationForm .savedProductContainer {
  border-top: 1px dotted;
  float: left;
  padding-bottom: 3px;
  padding-top: 3px;
  position: relative;
  width: 100%;
  clear: both;
}
#savedProductsHolder,
#savedArticlesHolder {
  float: left;
  clear: both;
  margin-bottom: 13px !important;
  width: 100%;
  border-bottom: 1px dotted;
}
#recommendationForm .productContainer label,
#recommendationForm .productContainer select,
#recommendationForm #product_prescription_options label,
#recommendationForm #product_prescription_options input,
#recommendationForm #product_prescription_options select,
#recommendationForm .articleContainer label,
#recommendationForm .articleContainer select,
#recommendationForm .articleContainer input {
  display: inline-block;
  margin: 10px 0 0;
  width: 100%;
}
#recommendationForm textarea {
  display: block;
  width: 99%;
}
#recommendationForm * {
  margin: 0;
}
#recommendationForm h2 {
  width: 100%;
  float: left;
  clear: both;
}
#recommendationForm .addAnother {
  background-color: #FFFFFF;
  display: block;
  float: right;
  margin: 5px 0;
  padding: 5px;
  height: 26px;
  line-height: 26px;
}
.rec-label {
  float: left;
  clear: left;
  width: 100%;
}
.close-btn {
  cursor: pointer;
  font-size: 15px;
  height: 15px;
  position: absolute;
  right: 6px;
  top: 14px;
}
a.close-btn {
  color: #02416E;
}
a.close-btn:hover {
  color: #555555;
}
#recommendationForm .searchLink {
  padding: 5px;
  float: right;
  background: #FFFFFF;
}
#recommendationForm .addAnother.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#recommendationForm fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*   Prescirbe Patients Shopp    */
.notifications.products h4 {
  font-size: 20px;
  margin: 0px 0px 5px 0px;
}
.notifications.products p {
  margin: 0px 0px 20px 0px;
}
#rProductsHolder .frame {
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  float: left;
  padding: 0px 0px 20px;
  width: 100%;
}
#rProductsHolder .frame:last-child {
  border-bottom: 20px;
}
/**********************************************************************************************************************************************************/
/* TABS STYLING */
/**********************************************************************************************************************************************************/
/* root element for tabs  */
/*ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #4EB4E2;
    height:31px;
} */
/* single tab */
/* ul.tabs li {
    float:left;
    text-indent:0;
    padding:0 !important;
    margin:0 !important;
    list-style-image:none !important;
} */
/* link inside the tab. uses a background image */
/* ul.tabs a {
    background-color:#D2E4EF;
    border:1px solid #4EB4E2;
    border-right:0px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    font-size:11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#333;
    padding:0px;
    margin:0px;
    position:relative;
}*/
/*ul.tabs li:last-child a
{
    border-right:1px solid #4EB4E2;
}*/
/*ul.tabs a:active {
    outline:none;
}*/
/* when mouse enters the tab move the background image */
/*ul.tabs a:hover {
    color:#4EB4E2;
}*/
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
/*ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    border-bottom:1px solid white;
    background-color:white;
    cursor:default !important;
    color:#4EB4E2 !important;
}*/
table.results th {
  text-align: left;
}
/* initially all panes are hidden */
.panes .pane {
  display: none;
}
.article_loader,
.product_loader {
  width: 64px;
  height: 64px;
  bottom: 75px;
  margin-left: -32px !important;
  left: 50% !important;
  position: absolute !important;
  display: none;
  bottom: 100px;
}
DIV#savedProductsLeft {
  float: left;
  font-weight: normal;
  height: 27px;
  overflow: hidden;
  width: 25%;
}
DIV#savedProductsRight {
  float: right;
  width: 69%;
  margin-left: 3%;
  margin-right: 3%;
  overflow: hidden;
  height: 27px;
}
DIV#previous-prescription-item h3 a {
  float: left;
  clear: both;
  width: 100%;
}
DIV#previous-prescription-item h3 {
  font-weight: bold;
  background-image: url("https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/plus.png");
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  clear: both;
  width: 100%;
  margin: 0px 0px 10px 0px;
}
DIV#previous-prescription-item h3.shown {
  background-image: url("https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/neg.png");
}
/**************************************************************************************/
/* DASHBOARD CATEGORY HOLDER */
/**************************************************************************************/
.dash-cat-post-holder {
  margin-top: 10px;
}
.dash-cat-post-holder .dash-cat-post {
  float: left;
  padding: 0 2% 0 0;
  width: 23.5%;
  text-align: center;
}
.dash-cat-post-holder .dash-cat-post:last-of-type {
  padding-right: 0%;
}
.dash-cat-post-holder .dash-cat-text {
  float: left;
  overflow: hidden;
  width: 100%;
}
.dash-cat-post-holder .dash-cat-text-long {
  float: left;
  overflow: hidden;
  width: 100%;
}
/**********************************************************************************************************************************************************/
/* VIEW ALL PATIENTS LIST */
/**********************************************************************************************************************************************************/
table.patientsList {
  WIDTH: 100%;
}
table.patientsList td.td-buttons {
  text-align: center;
  width: 375px;
}
table.patientsList td.td-buttons .btn {
  margin-right: 5px;
  display: inline-block;
  float: none;
  clear: none;
}
table.patientsList td.td-buttons .btn:last-child {
  margin-right: 0px;
}
table.patientsList th,
table.qTable th,
table.attatchmentsTable th {
  text-align: left;
  padding: 3px 5px;
  background-color: #07305B;
  color: #FFFFFF;
}
table.patientsList tr,
table.attatchmentsTable tr {
  margin: 0px;
  padding: 0px;
}
table.patientsList td,
table.qTable td,
table.attatchmentsTable td {
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
table.patientsList tr td:last-child,
table.patientsList tr th:last-child,
table.attatchmentsTable tr th:last-child {
  text-align: center;
}
input.list-search {
  border: 1px solid #02416E;
  border-radius: 3px;
  font-size: 14px;
  line-height: 10px;
  padding: 7px 36px 7px 11px;
  width: 182px;
  width: calc(51%);
  width: -moz-calc(51%);
  width: -webkit-calc(51%);
}
#list-search-holder {
  width: 200px;
  position: relative;
  float: right;
}
#list-search-holder img {
  position: absolute;
  left: -40px;
  top: 0px;
}
#list-search-holder input.list-search {
  background: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/searchSmall.png') no-repeat scroll center center transparent;
  background-position: right 10px center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#list-search-holder input.list-search.loading {
  background: url('https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/search-loader.gif') no-repeat scroll center center transparent;
  background-position: right 5px center;
}
/**************************************************************************************/
/* PREVIOUS PRESCRIPTIONS VIEW */
/**************************************************************************************/
DIV#previous-prescription-item .notifications {
  padding: 20px;
  background-color: #eee;
  border: 0px;
}
#recommendations {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  clear: left;
  float: left;
  margin: 0 0 20px;
  padding: 0 20px;
  width: 590px;
}
#rec-comment {
  border-left: 1px solid #D2E4EF;
  float: right;
  margin: 20px 0;
  padding: 0 0 0 20px;
  width: 240px;
}
#comments h3 {
  margin: 0 0 10px;
}
#products_arts {
  float: left;
  width: 314px;
  margin: 20px 0;
}
#products_arts h3 {
  margin: 0 0 10px;
}
#products {
  float: left;
  clear: left;
}
#articles {
  border-top: 1px solid #D2E4EF;
  clear: left;
  float: left;
  margin: 20px 0 0;
  padding: 20px 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.down-button {
  float: right;
  margin: 20px 0 1em 1em;
}
#comment {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  clear: left;
  float: left;
  margin: 0 0 0;
  padding: 5px;
  width: 615px;
}
#rec-comments {
  float: right;
  margin: 0 10px 0 0;
  width: 260px;
}
.product_arts {
  float: left;
  margin: 20px 0 0 !important;
}
.notifications.products #rProductsHolder p {
  margin: 0px 0px 5px 0px;
}
#rProductsHolder {
  float: left;
  clear: left;
  width: 100%;
}
#rProductsHolder ul {
  margin: 0;
  padding: 0;
}
#rProductsHolder h5.productname {
  height: auto;
}
#rProductsHolder .frame {
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  float: left;
  padding: 0px 0px 20px;
  width: 100%;
}
#rProductsHolder .frame:last-child {
  border-bottom: 20px;
}
#rProductsHolder .product {
  display: block;
  list-style: none;
}
.rec-arts {
  float: left;
  width: 100%;
}
.articleContainer label {
  float: left;
  padding: 7px 5px 0 0;
}
.articleContainer input {
  margin: 0px 5px 5px 0 !important;
  padding: 2px 5px;
  clear: left;
  float: left;
  width: 194px;
}
.articleContainer a.searchLink {
  float: left !important;
  margin: 0 0 0 2px;
}
.articleContainer a#addArticleLink {
  float: right;
  clear: right;
  width: auto;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.articleContainer select {
  margin-top: 5px !important;
  width: 100% !important;
}
#productsHolder {
  float: left;
  clear: left;
}
#articleHolder {
  float: left;
  clear: left;
  width: 100%;
}
.articleContainer,
productContainer {
  border-top: 1px dotted;
  margin: 0px 0px 10px 0px !important;
  padding: 5px 0px 0px !important;
  position: relative;
}
#recommendationComments {
  margin: 10px 0;
}
FORM#recommendationForm {
  position: relative;
}
FORM#recommendationForm h1 {
  font-size: 26px;
  margin: 0 0 10px;
  float: left;
  width: 100%;
}
FORM#recommendationForm .button {
  margin-bottom: 20px;
  float: right;
}
FORM#recommendationForm .wp-editor-wrap {
  margin-top: 10px;
}
.wp-editor-wrap .button,
FORM#recommendationForm .wp-editor-wrap .button,
#recommendationForm .articleContainer .wp-editor-wrap input {
  margin-bottom: 0px;
  float: none;
  width: auto;
}
#recommendationForm .productContainer {
  border-top: 1px dotted;
  clear: both;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
#recommendationForm .savedProductContainer {
  border-top: 1px dotted;
  float: left;
  padding-bottom: 3px;
  padding-top: 3px;
  position: relative;
  width: 100%;
  clear: both;
}
#recommendationForm textarea {
  display: block;
  width: 99%;
}
#recommendationForm * {
  margin: 0;
}
#recommendationForm h2 {
  width: 100%;
  float: left;
  clear: both;
}
#recommendationForm .addAnother {
  background-color: #FFFFFF;
  display: block;
  float: right;
  margin: 5px 0;
  padding: 5px;
  height: 26px;
  line-height: 26px;
}
#recommendationForm .searchLink {
  padding: 5px;
  float: right;
  background: #FFFFFF;
}
#recommendationForm .addAnother.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#recommendationForm fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#savedProductsHolder,
#savedArticlesHolder {
  float: left;
  clear: both;
  margin-bottom: 13px !important;
  width: 100%;
  border-bottom: 1px dotted;
}
#recommendationForm .productContainer label,
#recommendationForm .productContainer select,
#recommendationForm #product_prescription_options label,
#recommendationForm #product_prescription_options input,
#recommendationForm #product_prescription_options select,
#recommendationForm .articleContainer label,
#recommendationForm .articleContainer select,
#recommendationForm .articleContainer input {
  display: inline-block;
  height: auto !important;
  margin: 10px 0 0 !important;
  width: 100% !important;
}
.rec-label {
  float: left;
  clear: left;
  width: 100%;
}
.close-btn {
  cursor: pointer;
  font-size: 15px;
  height: 15px;
  position: absolute;
  right: 6px;
  top: 14px;
}
a.close-btn {
  color: #02416E;
}
a.close-btn:hover {
  color: #555555;
}
.notifications.products h4 {
  font-size: 20px;
  margin: 0px 0px 5px 0px;
}
.notifications.products p {
  margin: 0px 0px 20px 0px;
}
.um_field_container {
  clear: left;
  float: left;
  margin: 5px 0;
}
li.list-product {
  border-top: 1px solid #DDDDDD !important;
  clear: left;
  float: left;
  font-size: 11px;
  padding: 4px 0 !important;
  width: 95%;
}
/* initially all panes are hidden */
.panes .pane {
  display: none;
}
.article_loader,
.product_loader {
  width: 64px;
  height: 64px;
  bottom: 75px;
  margin-left: -32px !important;
  left: 50% !important;
  position: absolute !important;
  display: none;
  bottom: 100px;
}
DIV#savedProductsLeft {
  float: left;
  font-weight: normal;
  height: 27px;
  overflow: hidden;
  width: 25%;
}
DIV#savedProductsRight {
  float: right;
  width: 69%;
  margin-left: 3%;
  margin-right: 3%;
  overflow: hidden;
  height: 27px;
}
DIV#previous-prescription-item h3 a {
  float: left;
  clear: both;
  width: 100%;
}
DIV#previous-prescription-item h3 {
  font-weight: bold;
  background-image: url("https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/plus.png");
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
  clear: both;
  width: 100%;
  margin: 0px 0px 10px 0px;
}
DIV#previous-prescription-item h3.shown {
  background-image: url("https://www.emed.com.au/wp-content/plugins/emed-dashboard/css/images/neg.png");
}
/**************************************************************************************/
/* UPLOADS */
/**************************************************************************************/
#dashboardProfile {
  clear: both;
  float: left;
  width: 100%;
}
IMG.avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#newFile {
  visibility: collapse;
}
#newFile div {
  visibility: visible;
}
.acf-file-uploader a.button {
  float: none;
}
.wp-core-ui .button.button-hero {
  float: none;
}
