.alert {
  padding: 14px 20px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  display: none;
  float: left;
  margin-bottom: 10px;
}

.pageErrorMessage {
  float: left;
  width: 100%;
}

.pageErrorMessage .errorMessage {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  opacity: 1;
  text-align: left;
}

.pageErrorMessage .successMessage {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  opacity: 1;
  text-align: left;
}

.pageErrorMessage .infoMessage {
  color: #5f727f;
  background: #f4f6f7;
  border-color: #f4f6f7;
  opacity: 1;
  text-align: left;
}

.successMessage .close-message a {
  color: #3c763d;
}

.errorMessage .close-message a {
  color: #a94442;
}

.close-message {
  float: right;
  cursor: pointer;
}

.message {
  float: left;
  width: 98%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.cat_prdts_list {
  width: 100%;
  float: left;
}

#similar_products #cat_prdts_list li {
  width: 265px !important;
  text-align: center;
  float: left;
  margin: 0 10px 10px 0;
  min-height: 360px;
  border: 1px solid #d2d2d2;
}

#similar_products{
  float: left;
  width: 100%;
  margin: 15px 0px;
}

#products_list .categories-img {
  min-height: 205px;
}

#cat_prdts_list li {
  width: calc(25% - 12px);
  text-align: center;
  float: left;
  margin: 10px;
  margin-left: 0;
  min-height: 385px;
  border: 1px solid #d2d2d2;
  background: none !important;
  padding: 0px;
}

#cat_prdts_list ul.category-videos li {
  min-height: 0;
  position: relative;
  padding: 5px;
  float: left;
  text-align: center;
  display: table;
  width: auto;
  height: 180px;
  width: 226px;
  border: none;
}

#cat_prdts_list ul.category-videos li a {
  display: table-cell;
  vertical-align: top;
}

#cat_prdts_list ul.category-videos li a i {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin: 5px 0 0 0;
}

#cat_prdts_list ul.category-videos li a img {
  width: 210px;
  height: 118px;
}

#cat_prdts_list ul.category-videos li span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -24px;
  width: 48px;
  height: 48px;
}

#cat_prdts_list ul.category-videos li span img {
  width: 48px;
  height: 48px;
}

#similar_products #cat_prdts_list {
  width: 100%;
  float: left;
}

#similar_products #cat_prdts_list li {
  margin: 0 20px;
  margin-bottom: 20px;
}

.prdt_img {
  padding: 8px 15px;
  height: 240px;
  display: table-cell;
  vertical-align: middle;
}

.prdt_img img {
  max-height: 100%;
}

.prdt_title {
  font-weight: 700;
  font-size: 17px;
  margin: 15px 0;
  padding: 5px 5px;
  text-transform: capitalize;
  color: #000000;
}

.prdt_title span {
  color: #ea2e17;
  font-weight: 500;
  font-size: 15px;
}

.pagination {
  float: left;
  width: 100%;
  padding: 0px 10px 10px 0px;
}

.showTotalRecord {
  float: left;
  margin-top: 6px;
}

.pageNumber {
  float: right;
}

.pageNumber a {
  padding: 5px 10px;
  color: inherit;
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-left: 3px;
  border-radius: 1px;
  min-width: 10px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.pageNumber a.active {
  border: 1px solid #c5c5c5;
  background: #e4e1e1;
  cursor: default;
}

.pageNumber a.active:hover,
.pageNumber a:focus {
  border: 1px solid #c5c5c5;
  background: #e4e1e1;
  text-decoration: none;
}

.pageNumber a:hover {
  border: 1px solid #dddddd;
  background: #f5f5f5;
  text-decoration: none;
}

#products {
  background: #fff;
  float: left;
}

#products_list ul {
  width: 100%;
  margin: 0 auto;
  display: table;
  text-align: center;
}

#products_list ul li {
  float: left;
  width: 215px;
  margin: 10px 10px 10px 0;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px 5px 8px 5px;
  background:none;
}

#products_list ul.second_row {
  width: 55%;
  margin-top: 7%;
}

#products_list ul li a,
#products_list ul li a span {
  font-weight: 600;
  font-size: 15px;
  color: #050505;
  text-transform: uppercase;
  display: block;
}

#products_list ul li a:hover,
#products_list ul li a span:hover,
#products_list ul li:hover {
  color: #e92004;
}

#product_info li {
  background: none;
}

#product_detail {
  background: #fff;
  margin: 2% 0;
  text-align: justify;
}

.nbs-flexisel-container {
  position: relative;
  /*width: 500px;*/
}

.flex-next {
  background: url(/distributor/site-images/sprite.png) no-repeat 0px -125px;
}

.flex-prev {
  background: url(/distributor/site-images/sprite.png) no-repeat -1px -177px;
}

#f1 {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto 20px auto;
  position: relative;
}

#f2 {
  width: 300px;
  margin: 0 auto;
}

.flexslider .slides img {
  cursor: pointer;
}

.product_imgs {
  width: 42%;
  float: left;
  margin-right: 40px;
  position: relative;
}

.product_imgs .image_popup.slides li {
  text-align: center;
}

.product_imgs #f1 .flex-direction-nav a {
  z-index: 9999;
  top: 120px;
}

.product_imgs #f2 {
  display: table;
}

.product_imgs .flexslider .slides img {
  width: auto;
  display: inline-block;
}

.product_imgs .flexslider .slides>li {
  -webkit-backface-visibility: hidden;
  display: table-cell !important;
  vertical-align: middle;
  float: none !important;
  margin: 0 10px;
}

#product_desc {
  width: 52%;
  float: left;
}

#product_desc ul,
#product_desc ol {
  float: left;
  width: 100%;
  margin: 0 0 0 15px;
}

#product_desc ul li {
  list-style-type: disc;
  font-weight: 500;
  font-size: 16px;
  /*color: #858585;*/
}

/*.image-source-link {
  color: #98C3D1;
}*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#product_desc p.product_name {
  font-weight: 600;
  font-size: 32px;
  color: #3e3e3e;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#product_info_video .multiple_videos.product_info,
#product_info_video .product_info.product_info_full {
  width: 100%;
}

#product_desc_video h4,
#product_desc_video hr {
  text-align: left;
  margin: 0;
  font-weight: bold;
}

#product_desc_video h4 {
  margin-top: 15px;
}

#product_desc p.multiple_videos.product_name {
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 30px;
}

.multiple_videos.share_prdt div {
  /*float: right;
  width: 300px;*/
  text-align: right;
}

p.productCategoryName {
  float: left;
}

p.productCategoryName a,
span.productCategoryName a {
  color: #e92004;
}

.multiple_videos.share_prdt {
  border-bottom: 1px solid #cecece;
  margin: 10px 0;
}

#product_desc p {
  font-weight: 500;
  font-size: 16px;
  padding: 0px;
  /*color: #858585;*/
}

#product_desc p sup {
  font-weight: 500;
  font-size: 12px;
}

.share_prdt {
  width: 100%;
  float: left;
  margin: 4% 0;
}

.share_prdt span.share-text {
  font-weight: 700;
  font-size: 14px;
  /*float: left;*/
  margin-right: 5px;
  color: #545454;
}

.share_prdt li a {
  width: 30px;
  height: 30px;
  float: left;
}

.share_prdt li.smo_fb a {
  background: url(/site-images/smo-icons.png) no-repeat 5px 2px;
}

.share_prdt li.smo_twitter a {
  background: url(/site-images/smo-icons.png) no-repeat -28px 2px;
}

.share_prdt li.smo_linkedin a {
  background: url(/site-images/smo-icons.png) no-repeat -62px 2px;
}

.share_prdt li.smo_youtube a {
  background: url(/site-images/smo-icons.png) no-repeat -99px 2px;
}

.share_prdt li.smo_googleplus a {
  background: url(/site-images/smo-icons.png) no-repeat -134px 1px;
}

#product_info_video .product_info {
  width: 48%;
  float: left;
  margin-right: 40px;
}

.multiple_videos.product_info {
  width: 100%;
}

#product_video {
  width: 48%;
  float: left;
  margin: 0 0 20px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_info h2,
#product_video h2 {
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: #313131;
}

.product_info hr,
#product_video hr {
  border: 1px solid #cecece;
  width: 100px;
  text-align: center;
  margin: 0 0 30px;
}

.applicable_tech {
  background: #f6f6f6;
  padding: 1%;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.applicable_tech h3 {
  font-weight: bold;
  margin: 10px 0 0;
}

.applicable_tech div {
  /*color: #666666;*/
  font-weight: 500;
  font-size: 16px;
}

.applicable_tech strong {
  font-weight: bold;
}

.applicable_tech img.imgleft {
  float: left;
  margin: 0 5px 5px 0;
}

.applicable_tech ul,
.applicable_tech ol {
  margin: 0 0 0 20px;
}

.multiple_videos.applicable_tech {
  width: 94%;
  float: left;
}

.applicable_tech li {
  font-weight: 500;
  font-size: 16px;
  /*color: #666666;*/
  list-style: square;
}

.applicable_tech ul.ulTable li {
  margin: 0 0 12px;
}

.applicable_tech ol li {
  list-style-type: decimal;
}

.applicable_tech p {
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0;
}

.applicable_tech_link span,
.applicable_tech_link img,
.applicable_tech_link p {
  float: left;
}

.applicable_tech_link span {
  font-weight: 700;
  font-size: 18px;
  color: #323232;
  text-transform: uppercase;
}

.applicable_tech_link img {
  margin: 0 20px;
}

#similar_products_main {
  padding: 3% 0;
}

#similar_products {
  min-height: 300px;
  overflow: hidden;
}

#similar_products a {
  color: #000;
}

#similar_products #cat_prdts_list {
  width: 100%;
  float: left;
}

#similar_products .nbs-flexisel-container {
  width: 100%;
}

#similar_products p {
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-weight: 600;
  font-size: 32px;
  color: #3e3e3e;
  margin-bottom: 20px;
}

.main_video {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin: 15px auto;
  position: relative;
}

.video_utube_icon {
  position: absolute;
  left: 46%;
  top: 39%;
  cursor: pointer;
}

.video_slider {
  width: 100%;
  float: left;
}

.video_slider .nbs-flexisel-container {
  position: relative;
  width: 100%;
}

.video_slider .nbs-flexisel-inner {
  width: 94%;
}

.video_slider li {
  float: left;
  margin: 0 2px;
  width: auto !important;
}

.video_slider .nbs-flexisel-nav-left {
  left: -25px;
}

.video_slider .nbs-flexisel-nav-right {
  right: -25px;
}

.product-videos {
  float: left;
  width: 100%;
}

.product-videos h2 {
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: #313131;
}

.product-videos a.video-thumb {
  position: relative;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  padding: 5px;
  height: auto;
  float: left;
  text-align: center;
  display: inline-block;
}

.product-videos a.video-thumb img {
  width: 210px;
  height: 118px;
}

.product-videos a.video-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -24px;
  width: 48px;
  height: 48px;
}

.product-videos a.video-thumb span img {
  width: 48px;
  height: 48px;
}

#product_detail .noFlexSlider {
  width: 270px;
  padding: 0 10px;
}

#product_detail #product_desc {
  width: auto;
  float: none;
  display: table-cell;
  vertical-align: top;
}

.productCategoryName {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0px !important;
  color: #858585;
}

.stButton .stLarge {
  width: 20px !important;
  height: 20px !important;
}

.stButton .stLarge:hover {
  opacity: .75;
  background-position: inherit !important;
}

#product_detail p {
  padding: 0px !important;
}

#product_info_files li, .applicable_tech li {
  background: none !important;
  padding-left: 0px !important;
}

#product_info_files li i {
  margin-right: 7px;
}

#product_info_files li {
  float: left;
  width: 25%;
}

.content h2 {
  line-height: 0;
}

ul.sub_cat_list li a img {
  display: block;
  margin: 0 auto 20px;
  max-height: 129px;
}

#products_list ul.sub_cat_list li {
  min-height: 220px;
  background: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#manufacturers_list li {
  width: 300px;
  float: left;
  margin: 1% 3%;
  padding: 10px;
  text-align: center;
  min-height: 430px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background:none;
}

#manufacturers_list li h4 {
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0;
}

.manufacturer_readmore {
  float: none;
  color: #fff;
  display: block;
  width: 75px;
  margin: 5px auto;
  padding: 8px 20px;
}

#manufacturer_details .img-display {
  margin-top: 25px;
  float: left;
  width: 300px;
  text-align: center;
}

.manufacturer_details_desc {
  float: left;
  width: 72%;
  margin-left: 10px;
  text-align: justify;
}

#manufacturer_details .label {
  font: 600 22px/30px "rajdhani";
}

#manufacturer_details .a-href-cls {
  background: #d23939;
  padding: 12px 30px;
  margin: 10px 10px 10px 0px;
  float: left;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  width: auto;
  letter-spacing: 3px;
}

.manufacturer_details_desc p {
  text-align: justify;
  line-height: 22px;
}

.manufacturer_readmore {
  background: #d23939;
  padding: 10px 20px;
  font-weight: 500;
  clear: both;
  display: block;
  width: 135px;
  margin: 5px auto;
  text-transform: uppercase;
  border-radius: 3px;
  color: #ffffff;
}

.manufacturer_readmore:hover {
  color: #ffffff;
}

#manufacturer_details {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.from-control-input{
  width: 100%;
  display: inline-block;
  border: solid 1px #adadad;
  padding: 10px;
  font-size: 15px;
  margin: 5px 0px;
}

.profilePicutre {
  width: 170px;
  display: table-cell;
  vertical-align: top;
}

.profile-info {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 15px;
}

.profile-info h2 {
  padding: 0px;
}

.more-info-div {
  text-align: justify;
}

.spe-labels {
  font-weight: 500;
}

.profilePicutre img {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
}

.formNote {
  font-size: small;
  display: block;
}

select.from-control-input {
  padding: 9px 10px;
}

.SideBarButton{
  min-width: 260px;
  display: inline-block;
  background: #c12727;
  font-size: 18px;
  color: #fff !important;
  text-align: left;
  padding: 1px 10px;
  border: solid 1px #c12727;
  margin-top: 5px;
  cursor: pointer;
}

.from-control-button{
  width: 140px;
  display: inline-block;
  background: #c12727;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 10px;
  border: solid 1px #c12727;
  margin-top: 5px;
  cursor: pointer;
}

.from-control-button-cancel{
  background: #f5f5f5;
  color: #000000;
  border: solid 1px #000000;
}

ul.form-fields-input-button {
  width:100%;
  margin: 0px;
  clear: both;
}

ul.form-fields-input-button li {
  background: none;
  padding-left: 0px;
  width: calc(21% - 12px);
  float:left;
}

#fina_a_surgeon_form {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

/*.content-div {
  float: left;
  width: 100%;
}*/

div#findloader {
  display: inline-block;
}

/*.find-a-surgeon-picture {
  float: left;
  max-width: 160px;
}*/

ul.member_search {
  display: block;
  margin: 0px;
}

ul.member_search li {
  float: left;
  width: 23%;
  border: 1px solid #adadad;
  border-radius: 5px;
  margin: 10px 20px 10px 0px;
  padding: 5px;
  min-height: 85px;
  background: none;
}

.doctor-title, .doctor-qualification, .surgeon-view-button {
  padding: 5px 5px;
}

.find-a-surgeon-qualification {
  height: 75px;
}

.find-a-surgeon-view-profile {
  background-color: #c12727;
  border: 0 none;
  border-radius: 0px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  padding: 12px;
  text-decoration: none;
  width: 70%;
}

.find-a-surgeon-view-profile:hover {
  background: #d23939;
  color: #fff;
}

ui-autocomplete-loading { background:url('/distributor/site-images/loading.gif') no-repeat right center }

.surgeon-pic-div {
  text-align: center;
  min-height: 170px;
  padding: 8px 0;
}

img.find-a-surgeon-picture {
  width: 160px;
  margin-left: 5px;
  border-radius: 50%;
  height: 160px;
}

.find-a-surgeon-content {
  min-height: 170px;
  text-align: center;
  margin-top: 8px;
}

.find-a-surgeon-name {
  font-size: 16px;
  font-weight: 600;
}

/*.find-a-surgeon-view-profile {
  font-size: 13px;
  color: #ffffff;
  width: 100px;
  background: #44414d;
  padding: 2px 10px;
  text-align: center;
  border-radius: 5px;
  margin: 15px 0px 0px 0px;
  display: block;
}

.find-a-surgeon-view-profile:hover {
  background: #e62520;
  color: #ffffff;
}*/

.find_surgeon_profile_view li, #surgeon_registration_form li, #surgeon_profile_view_form li, .surgeon_change_password_form li, .surgeon_contact_us_form li {
  background: none !important;
  padding: 0px !important;
}

.surgeon_change_password_form li, .surgeon_contact_us_form li {
  display: table !important;
}

.surgeon_change_password_form li .from-control-input {
  width:300px;
}

.surgeon_change_password_form li label {
  display:block;
}

.find_surgeon_profile_view ul {
  margin: 5px 0px !important;
}

.WorkInformationGroup, .pro-display-pre{
  float: left;
  border: 1px dotted #ccc;
  padding: 15px 15px;
  margin: 10px 10px 10px 0;
  width: 100%;
}

.WorkInformationGroup ul{
  background: none !important;
  padding: 0px !important;
  list-style: none !important;
}

.WorkInformationGroup ul li{
  list-style: none !important;
}

.find_surgeon_profile_view .font-icon::before{
  margin-right: 10px;
}

.preference_options li {
  margin: 0px 5px 7px 0px !important;
}

ul.surgeon-contact-to-team li {
  margin: 0px 25px 5px 0px;
}

#login_section {
  width: 450px;
  margin: 0 auto;
  background: #f2f3f4;
  text-align: center;
  padding: 30px;
  border: 1px solid #dfe3e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: table;
}

#login_section .form_validate {
  margin: 0 auto;
  border-radius: 5px;
  padding: 0;
  width: auto;
}

#login_section .form_fields li {
  width: 100%;
  margin: 0;
  background: none;
  display: block;
  padding: 5px 0;
  clear: both;
}

#login_section .form_fields li input,
#login_section.form_fields li textarea {
  float: left;
  width: 100%;
}

#login_section #chk_remember_me {
  width: 20px;
}

#login_section #btnSurgeonLogin,
#login_section #btnStaffLogin {
  float: right;
  width: 100px;
}

#login_section .form_fields li label {
  text-align: left;
  display:block;
}

#login_section .form_fields li.submit_cancel span {
  float: left;
  line-height: 18px;
}

label.error {
  color: #ff0000;
  display: block;
}

#surgeon_reset_password_form label{
  display: block;
}

#surgeon_reset_password_form ul{
  margin: 0px;
}

#surgeon_reset_password_form li{
  background: none;
  padding-left: 0px;
}

#surgeon_registration_form li, .surgeon_contact_us_form li {
  width: calc(32% - 20px);
  text-align: left;
  display: inline-table;
  margin: 0px 25px 15px 0px
}

#surgeon_registration_form .profile_pic, #surgeon_registration_form .specialty, #surgeon_registration_form .more-info,
#surgeon_registration_form .personal_website_url, #surgeon_registration_form .profile_appearance, #surgeon_registration_form .profile_appearance_error,
#surgeon_registration_form .reg_captcha, #surgeon_registration_form .submit_cancel, #surgeon_registration_form .sur-reg-remove, .surgeon_contact_us_form li {
  width: 100%;
}

 ul.reg_edit_work_info{
  padding: 0px !important;
}

#surgeon_registration_form .profile_appearance_error {
  margin-bottom: 0px;
}

ul.workInformationList {
  padding: 10px !important;
}

ul.workInformationList:nth-child(odd) {
  background: #f5f5f5;
  border-bottom: dashed #858585 1px;
}

ul.workInformationList:nth-child(even) {
  border-bottom: dashed #858585 1px;
  background: #fbfbfb;
}

.workInformationSection {
  margin-bottom: 20px;
}

.dob {
  background: url(/distributor/site-images/calendar.gif) 97% center no-repeat;
  cursor: pointer !important;
}

.close-message {
  display: none;
}

ul.dashboardButton {
  margin: 0px;
  width: 100%;
}

ul.dashboardButton li {
  float: left;
  width: 240px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #cccccc;
  margin: 0px 40px 40px 0px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  background: #ffffff;
  padding: 0px;
  height: 170px;
}

ul.dashboardButton li:hover {
  border: 1px solid rgba(41, 58, 74, .86);
}

ul.dashboardButton img {
  padding: 10px 0px;
  width: 80px;
}

a.dashboardImageButton {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px 0px;
  font-weight: bold;
}

a.dashboardImageButton.logout,
a.dashboardImageButton.forum {
  margin-top: 10px;
}

a.dashboardSubButton {
  font-size: 13px;
  float: left;
  width: 49%;
  padding: 3px 0px;
  margin-right: 1px;
  color: #fff;
  margin-top: 20px;
}

a.dashboardSubButton:hover {
  background: rgba(41, 58, 74, .86);
}

a.dashboardSubButton.last {
  margin-right: 0px;
  width: 50.5%;
}

a.dashboardImageButton:hover,
a.dashboardSubButton:hover {
  text-decoration: none;
}

ul.work-loc {
  clear: both;
}

ul.preference_options {
  margin: 0px;
  padding: 0px !important;
  width: 100%;
  display: table;
  table-layout: fixed;
}

ul.preference_options li {
  list-style: none !important;
  display: inline-block;
}

.preference_options li.details {
  width: 35% !important;
  margin: 0 0px 3px 0;
  background: #fbfbfb;
  padding: 0 0 0 10px;
}

.preference_options li.p_options {
  width: 10% !important;
  text-align: center !important;
  background: #fbfbfb;
}

.preference_options li.only_m {
  width: 20% !important;
  text-align: center !important;
  background: #fbfbfb;
}

.profile_button_right {
  float: right;
}

.content-div {
  width: 74%;
  float: left;
}

#sidebar {
  width: 23%;
  float: left;
  margin: 0 0 0 3%;
}

ul.surgeonSetting {
  padding: 0px !important;
}

ul.surgeonSetting li.profileDisplaySetting {
  width: 100% !important;
}

ul.sidebar-list li {
  margin: 0px 0px 2px 0px !important;
  background: none;
}

.from-control-button:disabled {
  opacity: .5;
  cursor: no-drop;
}

.comments-list, .comments-from {
  margin: 10px 0 0px;
  float: left;
  width: 100%;
}

.comments-list ul, .comments-from ul{
  margin: 0;
}

.comments-list li, .comments-from li {
  width: 100%;
  float: left;
  margin: 0px 0 15px;
  background: none !important;
  padding: 0px !important;
}

.comments-list li .surgeon-name {
  font-weight: 600;
  clear: both;
  width: 100%;
  float: left;
}

.comments-list li .surgeon-date {
  font-weight: 500;
  font-style: italic;
}

li.txtLabelSpeDate {
  margin-right: 10px;
  display: inline-flex;
}

@media screen and (max-width :800px) {
  ul.member_search li {
    width: 45%;
  }

  #cat_prdts_list li{
    width: calc(33% - 12px);
  }

  #product_info_files li {
      width: 50%;
  }

  .content-div {
    width: 100%;
    float: left;
  }
  
  #sidebar {
    width: 25%;
    float: left;
    margin: 0 0 0 5%;
  }

  .manufacturer_details_desc {
    width: 97%;
  }
}

@media screen and (max-width :640px) { 
  #cat_prdts_list li{
    width: calc(50% - 12px);
  }
  .product_imgs, #product_desc {
      width: 100%;
  }

  #product_info_files li {
      width: 100%;
  }

  .profile_button_right {
    float: none;
  }

  ul.member_search li {
    width: 100%;
  }

  .profilePicutre {
      width: 100%;
      display: block;
      text-align: center;
  }

  .profile-info {
    padding: 0px;
  }

  .find-a-surgeon-block li {
    width: calc(32% - 12px) !important;
  }
}

@media screen and (max-width :600px) { 
  #login_section, #surgeon_registration_form li{
    width: 100%;
  }

  #cat_prdts_list li{
    width: calc(50% - 12px);
  }
}

@media screen and (max-width :400px) {
  .multiple_videos.share_prdt div {
    float: left;
    text-align: left;
  }

  .find-a-surgeon-picture, .find-a-surgeon-content{
    float: none;
    margin: 0 auto;
    display: block;
  }
  ul.member_search li{
    margin:10px 0px;
    width:97%;
  }
  ul.member_search{
    width:100%;
  } 

  #cat_prdts_list li{
    width: calc(100% - 12px);
  }

  .find-a-surgeon-block li {
    width: calc(50% - 12px) !important;
  }
}