/* *******************************
Edit Profile Templates - Shared Styles
******************************* */
/* line 4, ../sass/_template-styles.scss */
#practice-details div, #provider-details div, #treatment-details div, #distributor-details div {
  margin: 20px 0px;
}

/* line 8, ../sass/_template-styles.scss */
#add-distributor-product-btn, #add-provider-product-btn {
  border: solid 1px #797a7c;
  padding: 10px;
  width: 75%;
}
/* line 12, ../sass/_template-styles.scss */
#add-distributor-product-btn:hover, #add-provider-product-btn:hover {
  cursor: pointer;
}

/* *******************************
Profile Details - Shared Styles
******************************* */
/* line 22, ../sass/_template-styles.scss */
#treatment-details img {
  border: 1px solid #797a7c;
}
/* line 25, ../sass/_template-styles.scss */
#treatment-details .treatment-section-header {
  color: #fff;
}
/* line 28, ../sass/_template-styles.scss */
#treatment-details .treatment-name {
  color: #EF8C07;
  font-size: 20px;
  margin-top: 10px;
}
/* line 33, ../sass/_template-styles.scss */
#treatment-details .treatment-description {
  color: #797a7c;
}

/* line 38, ../sass/_template-styles.scss */
.save-all-changes-btn {
  text-align: center;
  margin-top: 30px;
}
/* line 41, ../sass/_template-styles.scss */
.save-all-changes-btn #ous-practice-save-changes, .save-all-changes-btn #ous-distributor-save-changes {
  box-shadow: none;
  font-size: 1.2em;
  padding: 8px 70px;
}

/* line 48, ../sass/_template-styles.scss */
#new-physician {
  margin: 10px 0;
}

/* line 51, ../sass/_template-styles.scss */
.distributor-table tr, th, td {
  border: 1px solid black;
  padding: 5px;
}

/* line 55, ../sass/_template-styles.scss */
.distributor-table th {
  background-color: #f6f6f6;
}

/* line 59, ../sass/_template-styles.scss */
#ous-user-login-submit {
  padding: 5px 10px;
  font-size: 14px;
  margin: 10px 0;
}

/* line 65, ../sass/_template-styles.scss */
#distributorproducts-list {
  margin-left: 0px;
}

/* ******************************
Edit Practice Profile Styles
********************************/
/* line 74, ../sass/_template-styles.scss */
.ous-provider-image {
  max-height: 200px;
}

/* line 78, ../sass/_template-styles.scss */
.ous-input-label {
  width: 140px;
  vertical-align: top;
}

/* line 84, ../sass/_template-styles.scss */
.ous-editable-detail-sections input, .ous-editable-detail-sections textarea {
  width: 60%;
}

/* line 89, ../sass/_template-styles.scss */
.ous-practice-locations-sections, .ous-practice-provider-sections {
  margin: 10px 0 !important;
}
/* line 91, ../sass/_template-styles.scss */
.ous-practice-locations-sections input, .ous-practice-locations-sections textarea, .ous-practice-locations-sections select, .ous-practice-provider-sections input, .ous-practice-provider-sections textarea, .ous-practice-provider-sections select {
  width: 85%;
}

/* line 96, ../sass/_template-styles.scss */
#location-details-select, #autocomplete {
  width: 85%;
}

/* line 101, ../sass/_template-styles.scss */
#distributorproducts-list .col-md-6 {
  margin: 0;
  padding: 0 5px;
}

/* line 107, ../sass/_template-styles.scss */
.product-name {
  background-image: url("../../assets/images/ProductBackground.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  padding: 8px 25px 10px;
  margin-top: -5px;
}

/* line 116, ../sass/_template-styles.scss */
.product-location {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

/* line 121, ../sass/_template-styles.scss */
.product-group {
  margin-bottom: 35px;
}

/* line 125, ../sass/_template-styles.scss */
.custom-file-upload-btn {
  background-color: #EF8C07;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  font-weight: normal !important;
  padding: 7px 30px;
}

/* line 138, ../sass/_template-styles.scss */
input[type="file"] {
  display: none !important;
}

/* line 142, ../sass/_template-styles.scss */
.full-width-container {
  background-color: #f9f8f8;
  margin-left: -200% !important;
  width: 500%;
}
/* line 146, ../sass/_template-styles.scss */
.full-width-container div#providers-details-section, .full-width-container div#treatment-details {
  margin-bottom: 50px;
  margin: auto;
  max-width: 970px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-top: 30px;
}

/* line 156, ../sass/_template-styles.scss */
#provider-details-select {
  width: 300px;
}

/* line 160, ../sass/_template-styles.scss */
.provider-container {
  margin-top: 0;
}

/* line 164, ../sass/_template-styles.scss */
#add-provider-product-section {
  display: none;
  padding-left: 28px;
}
/* line 167, ../sass/_template-styles.scss */
#add-provider-product-section button {
  padding: 2px 20px;
}

/* line 172, ../sass/_template-styles.scss */
.cyno-success-btn, .cyno-success-btn:hover, .cyno-danger-btn:hover, .cyno-danger-btn {
  border: 0;
  box-shadow: none;
  margin-right: 20px;
}

/* line 181, ../sass/_template-styles.scss */
.edit-details-error {
  color: red;
}

/* ******************************
Edit Distributor Profile Styles
********************************/
/* line 189, ../sass/_template-styles.scss */
.product-countries-list {
  margin: 0;
}

/* line 193, ../sass/_template-styles.scss */
.editable-distributor-details {
  width: 80%;
}

/* line 197, ../sass/_template-styles.scss */
img#profile-image {
  height: 360px;
  width: 960px;
}

/* ***********************
Distributor Details Styles
 ************************** */
/* line 209, ../sass/_template-styles.scss */
.page-id-240 .entry-title, .page-id-229 .entry-title {
  display: none;
}
/* line 212, ../sass/_template-styles.scss */
.page-id-240 .ninja-forms-field, .page-id-229 .ninja-forms-field {
  width: 60%;
}

/* line 217, ../sass/_template-styles.scss */
.distributorproduct-name {
  background-image: url("../../assets/images/ProductBackground.png");
  background-size: 50%;
  background-repeat: no-repeat;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-left: 15px;
  min-width: 720px;
  padding: 10px 40px;
}

/* line 230, ../sass/_template-styles.scss */
#ous-distributor-logo img, #ous-practice-logo img {
  height: 360px;
}

/* line 234, ../sass/_template-styles.scss */
#ous-products-by-distributor {
  margin-bottom: 50px;
}

/* line 238, ../sass/_template-styles.scss */
.treatments-full-width-container {
  background-color: black;
}

/* line 242, ../sass/_template-styles.scss */
.nf-field-element input[type="button"] {
  background-color: #EF8C07;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  padding: 8px 40px;
  text-shadow: none;
}
/* line 250, ../sass/_template-styles.scss */
.nf-field-element input[type="button"]:hover {
  background-color: #EF8C07;
  box-shadow: none;
}

/* ***********************
Practice Details Styles
 ************************** */
/* line 260, ../sass/_template-styles.scss */
.practice-location-name, .practice-provider-name {
  color: #EF8C07;
}

/* line 264, ../sass/_template-styles.scss */
.ous-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

/* line 269, ../sass/_template-styles.scss */
.practice-location-img {
  max-height: 170px;
}

/* line 273, ../sass/_template-styles.scss */
.practice-provider-image {
  max-height: 301px;
}

/* line 277, ../sass/_template-styles.scss */
.ous-provider-image-container img {
  width: 200px;
  height: 200px;
}

/* line 282, ../sass/_template-styles.scss */
#ous-other-locations iframe {
  border: 0;
}

/* line 286, ../sass/_template-styles.scss */
.provider-section {
  margin-top: 0px !important;
}

@media (max-width: 987px) {
  /* line 291, ../sass/_template-styles.scss */
  .practice-location-img {
    max-height: 264px;
  }
}
/* *********************************
Distributor & Provider Search Styles
 ********************************* */
/* line 301, ../sass/_template-styles.scss */
#provider-search-instructions {
  border: solid 1px #ddd;
  background-color: #f6f6f6;
  padding: 20px;
  text-align: center;
}

/* line 308, ../sass/_template-styles.scss */
#results-map {
  width: 110% !important;
}

/* line 312, ../sass/_template-styles.scss */
#gmap-container {
  margin-left: 15px;
  margin-right: 30px;
}

/* line 317, ../sass/_template-styles.scss */
#pac-input {
  width: 75%;
  margin-top: 8px;
  height: 30px;
  border: 2px solid #EF8C07;
}

/* line 324, ../sass/_template-styles.scss */
.nav-tabs > li > a {
  border: solid 1px #ddd !important;
}

/* line 327, ../sass/_template-styles.scss */
.nav-tabs > li.active > a {
  color: white !important;
  background-color: #EF8C07 !important;
}

/* line 332, ../sass/_template-styles.scss */
input.submit_search_form, input#email-password-submit {
  box-shadow: none !important;
  border: solid 1px #EF8C07 !important;
  text-shadow: none !important;
  background-color: #EF8C07 !important;
  color: white !important;
  width: 100%;
  padding: 10px 50px !important;
  opacity: 0.8;
  text-transform: uppercase;
}
/* line 342, ../sass/_template-styles.scss */
input.submit_search_form:hover, input#email-password-submit:hover {
  opacity: 1.0;
}

/* line 347, ../sass/_template-styles.scss */
.search-select-box {
  width: 100%;
}

/* line 351, ../sass/_template-styles.scss */
#email-password-submit {
  margin: 40px 0 10px;
  font-size: 16px;
}

/* line 356, ../sass/_template-styles.scss */
.ous_search_container {
  width: 50%;
  border: solid 1px #ddd;
  padding: 20px !important;
  margin: 0 20px 20px 15px !important;
}

/* line 363, ../sass/_template-styles.scss */
.ous_search_description {
  font-style: italic;
}

/* line 368, ../sass/_template-styles.scss */
.info-window-content hr {
  margin: 3px 0;
}
/* line 371, ../sass/_template-styles.scss */
.info-window-content h2.info-window-practice-name {
  font-size: 20px;
  color: #4D4D4F;
  margin-top: 0;
}
/* line 377, ../sass/_template-styles.scss */
.info-window-content h3.info-window-name {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}
/* line 382, ../sass/_template-styles.scss */
.info-window-content button.cyno-btn {
  text-transform: uppercase;
}

/* ******************************
Distributor Search Results Styles
*********************************/
/* line 390, ../sass/_template-styles.scss */
.practice-wrapper {
  background-color: #f6f6f6;
}
/* line 392, ../sass/_template-styles.scss */
.practice-wrapper .cyno-btn {
  margin-top: 20px;
}

/* line 397, ../sass/_template-styles.scss */
#return-to-distributor-search {
  margin: 30px 0;
}

/* ******************************
Admin Dashboard
********************************/
/* line 404, ../sass/_template-styles.scss */
.admin-dashboard-nav {
  margin-left: -15px;
}
/* line 406, ../sass/_template-styles.scss */
.admin-dashboard-nav li.dropdown {
  background-color: #F6F6F6;
  margin-right: 15px;
}
/* line 410, ../sass/_template-styles.scss */
.admin-dashboard-nav .dropdown-menu > .active > a, .admin-dashboard-nav .dropdown-menu > .active > a:hover, .admin-dashboard-nav .dropdown-menu > .active > a:focus {
  background-color: darkgray;
}
/* line 415, ../sass/_template-styles.scss */
.admin-dashboard-nav li.active > a, .admin-dashboard-nav .nav-pills > li.active > a:focus, .admin-dashboard-nav .nav-pills > li.active > a:hover {
  background-color: #EF8C07 !important;
}

/* line 419, ../sass/_template-styles.scss */
.admin-section {
  margin-bottom: 50px;
}

/* line 422, ../sass/_template-styles.scss */
#new-practice-product-section {
  background-color: #f6f6f6;
  padding: 10px 40px;
}

/* line 427, ../sass/_template-styles.scss */
.admin-save-btn {
  padding: 10px 60px !important;
  font-size: 18px !important;
}

/* line 432, ../sass/_template-styles.scss */
#admin-edit-distributor-details-section {
  margin-top: 50px;
}

/* line 436, ../sass/_template-styles.scss */
#distributorproduct-add-error, #product-add-error {
  color: red;
}

/* line 440, ../sass/_template-styles.scss */
.new-distributorproduct-note {
  color: blue;
}

/* line 445, ../sass/_template-styles.scss */
.admin-distributorproducts-table th, .admin-location-products-table th {
  background-color: #797a7c;
  color: #fff;
}
/* line 449, ../sass/_template-styles.scss */
.admin-distributorproducts-table th, .admin-distributorproducts-table td, .admin-location-products-table th, .admin-location-products-table td {
  padding: 3px 5px;
  width: 33%;
}
/* line 452, ../sass/_template-styles.scss */
.admin-distributorproducts-table th select, .admin-distributorproducts-table td select, .admin-location-products-table th select, .admin-location-products-table td select {
  width: 100%;
}

/* line 459, ../sass/_template-styles.scss */
#admin-account-requests-table td, #admin-account-requests-table th, #admin-denied-account-requests-table td, #admin-denied-account-requests-table th {
  padding: 10px;
}
/* line 462, ../sass/_template-styles.scss */
#admin-account-requests-table .account-location, #admin-denied-account-requests-table .account-location {
  width: 200px;
}

/* line 467, ../sass/_template-styles.scss */
#approval-comments-section, #denial-comments-section {
  padding-top: 15px;
}

/* line 471, ../sass/_template-styles.scss */
.spinner-overlay {
  display: none;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 10000;
}

/* ******************************
Media Queries
********************************/
@media (max-width: 970px) {
  /* line 489, ../sass/_template-styles.scss */
  .full-width-container div#providers-details-section, .full-width-container div#treatment-details {
    padding-left: 130px;
  }
}
@media (max-width: 767px) {
  /* line 496, ../sass/_template-styles.scss */
  .ous_search_container {
    width: 80%;
  }

  /* line 500, ../sass/_template-styles.scss */
  .home-widget-container {
    margin: 20px !important;
  }
}
@media (max-width: 760px) {
  /* line 507, ../sass/_template-styles.scss */
  .full-width-container {
    background-color: #f9f8f8;
    margin-left: 0 !important;
    width: 100%;
  }
  /* line 512, ../sass/_template-styles.scss */
  .full-width-container div#providers-details-section, .full-width-container div#treatment-details {
    margin-bottom: 50px;
    margin: auto;
    max-width: 970px;
    padding: 15px;
  }

  /* line 519, ../sass/_template-styles.scss */
  .treatments-full-width-container {
    background-color: black;
  }

  /* line 524, ../sass/_template-styles.scss */
  .page-id-240 .ninja-forms-field {
    width: 100%;
  }
}
@media (max-width: 520px) {
  /* line 531, ../sass/_template-styles.scss */
  .ous_search_container {
    width: 100%;
    padding: 20px 10px;
  }
}
/* *************************
Reset Password Page
************************* */
/* line 6, ../sass/_reset-password.scss */
.page-id-260 .entry-title, .page-id-277 .entry-title {
  display: none;
}

/* line 10, ../sass/_reset-password.scss */
.ous-credentials-section {
  width: 60%;
  margin: 30px auto;
  border: solid 1px #d2d3d4;
  border-radius: 3px;
}

/* line 17, ../sass/_reset-password.scss */
.ous-credentials-fields {
  padding: 20px 10px;
  width: 80%;
  margin: 10px auto;
}

/* line 23, ../sass/_reset-password.scss */
.ous-credentials-header {
  background-color: #f6f6f6;
  border-bottom: solid 1px #d2d3d4;
  border-radius-top-left: 3px;
  border-radius-top-right: 3px;
  padding: 15px 10px 5px;
  font-weight: bold;
}

/* line 32, ../sass/_reset-password.scss */
.ous-field-label {
  width: 50%;
  font-weight: bold;
}

/* line 37, ../sass/_reset-password.scss */
.ous-field-section {
  margin-bottom: 10px;
}
/* line 39, ../sass/_reset-password.scss */
.ous-field-section input {
  width: 48%;
}

/* line 44, ../sass/_reset-password.scss */
.forgot-password-link {
  margin-top: 15px;
}
