@charset "utf-8";
/* CSS Document */

body { background:none; }


.wrapper { width:1000px; margin:0px auto; }
.new_header { width:1000px; height:80px; float:left; }
.new_menu { width:1000px; float:left; }
.new_footer { width:1000px; background:#072a58; float:left; font-family:Arial, Helvetica, sans-serif; color:#FFF; }
.new_footer p { padding-top:10px; padding-bottom:10px; }
.new_main { width:1000px; background:none; float:left; font-size:12px; min-height:200px; padding:8px 0px; }
.box { float:left;  box-shadow:1px 1px 2px #666; padding:20px; }
.product_box_display { float:left;  box-shadow:1px 1px 2px #666; margin:4px; padding:6px; }
.product_box_logo { float:left; width:80px; height:80px; }
.hospitals_logo { width:80px; height:80px; float:left; background:url(../../hospital_images/logos/default.png); background-size:80px;  }
.product_box_info { float:left; min-height:80px; max-height:80px; width:230px; }
.product_box_info #title a { text-decoration:none; color:#157294;  }
.hospitals_display { width: auto; padding: 8px; float: left; box-shadow: 1px 1px 2px #666; margin-right: 5px; margin-bottom: 8px; }
.hospitals_dr_pic { width: 80px; height: 80px; float: left; background: url(../../uploads/photos/man.jpg); background-size: 80px; }
.hospitals_info { width: 200px; float: left; margin-left: 12px; text-transform: capitalize;  font-family: Arial, Helvetica, sans-serif; font-weight: bold; max-height: 93px; }
.hospitals_info #view a { color:#090; text-decoration:none; }
.deactive_link { width:12px; height:12px; background:#F00; cursor:pointer;  }
.active_link { width:12px; height:12px; background:#090; cursor:pointer;  }
.deleteImg { cursor:pointer; }

.activestatuslink { color:#FFF; background:#090; text-decoration:none; padding:2px 4px; width:60px; text-align:center; border-radius:2px; cursor:pointer; }
.deactivestatuslink { color:#FFF; background:#F00; text-decoration:none; padding:2px 4px; width:60px; text-align:center; border-radius:2px; cursor:pointer; }