/* Result*/

.breadcrumb {
  margin: 10px 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  list-style: none;
}
.breadcrumb a {
  color: #717073;
}
.breadcrumb a:hover {
  color: #77B800;
  text-decoration: none;
}
.breadcrumb > .active {
  color: #77B800;
  font-weight: 700;
}
.breadcrumb > li + li:before {
  padding: 0 5px 0 2px;
  color: #cccccc;
  content: "\203A";
}
.navigation {
  position: fixed;
  top: 0;
  bottom: 41px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  /* Collapsed */
  width: 0;
  height: 100%;
  border-right: 1px solid #e7e7e7;
}
.filter-push {
  margin: 100px 0 0 20px !important;
}
.page-wrap {
  padding: 20px;
  width: 100%;
  transition: width 0.3s ease;
}
.action-btn {
  position: absolute;
  top: 3px;
  right: 3px;
}
.action-btn span {
  color: #FFFFFF;
  font-size: 12px;
  display: inline-block;
}
.action-btn a {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.action-btn a:hover {
  background-color: #77B800;
  text-decoration: none;
}
.map-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border-left: 1px solid #1293cc;
  background-color: #0078C9;
  background-image: url(../images/map-btn.png);
  background-position: 10px;
  background-repeat: no-repeat;
}
.map-btn:hover {
  border-left: 1px solid #a5cc58;
}
.map-btn span {
  position: relative;
  left: 24px;
}
.econsult-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #0078C9;
  background-image: url(../images/econsult-btn.png);
  background-position: 9px;
  background-repeat: no-repeat;
}
.econsult-btn span {
  position: relative;
  left: 27px;
}
.video-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 8px;
  background-color: #0078C9;
  background-image: url(../images/video-btn.png);
  background-position: 9px;
  background-repeat: no-repeat;
}
.video-btn span {
  position: relative;
  left: 27px;
}
.addfavourite-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 8px;
  background-color: #0078C9;
  background-image: url(../images/addfavourite-btn.png);
  background-position: 9px;
  background-repeat: no-repeat;
}
.addfavourite-btn-active {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 8px;
  background-color: #F19F53;
  background-image: url(../images/addfavourite-btn.png);
  background-position: 9px;
  background-repeat: no-repeat;
}
.toggle-filter {
  width: 20%;
}
.page-push {
  width: 80%;
}
.toggle-filter-ipad {
  width: 30%;
}
.page-push-ipad {
  width: 70%;
}
.search-result {
  height: 27px;
}
.filter-wrap {
  position: relative;
  display: block;
  overflow: auto;
  overflow-x: hidden;
  margin: 10px 0 0 20px;
  max-height: 395px;
}
.toggle-filter hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.filter-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.close-filter-btn {
  position: absolute;
  top: 0;
  right: 5px;
}
a.close-menu {
  color: #a9a8a9;
}
a.close-menu:hover {
  color: #428bca;
  text-decoration: none;
}
.result-wrap {
  width: 715px;
}
.result-text {
  float: left;
  margin: 3px 0 0 0;
  color: #717073;
}
input[type=radio] {
  display: inherit;
}
.view {
  position: relative;
  top: -5px;
  float: right;
  color: #717073;
}
.list-view-active,
.list-view:hover,
.list-view:focus,
.list-view:active {
  border: 1px solid #428bca;
  background-image: url(../images/list.png);
  background-position: 3px;
  background-repeat: no-repeat;
}
span.list-view {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.map-view-active,
.map-view:hover,
.map-view:focus,
.map-view:active {
  border-color: #428bca;
  background-image: url(../images/map.png);
  background-position: 3px;
  background-repeat: no-repeat;
}
span.map-view {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e7e7e7;
  background-image: url(../images/map-uncheck.png);
  background-position: 3px;
  background-repeat: no-repeat;
}
.result-text-wrap {
  height: 20px;
  margin: 0 0 10px 0;
  clear:both;
}
.result {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
  width: 715px;
  height: auto;
  border: 1px solid #e7e7e7;
}
.hcp-profile-picture {
  position: absolute;
  width: 65px;
  height: 89px;
  background-image: url(../images/hcp-picture.png);
  background-position: 8px 11px;
  background-repeat: no-repeat;
}
.result-info {
  padding: 5px 0 0 65px;
  display: inline-block;
}
.site-profile-picture {
  position: absolute;
  width: 65px;
  height: 89px;
  background-image: url(../images/site-picture.png);
  background-position: 8px 11px;
  background-repeat: no-repeat;
}
.program-picture {
  position: absolute;
  width: 65px;
  height: 70px;
  background-image: url(../images/program-picture.png);
  background-position: 8px 11px;
  background-repeat: no-repeat;
}
.search-result-text {
  width: 648px;
  color: #717073;
  font-size: 12px;
}
.result-first-column {
  width: 50%;
  vertical-align: top;
}
.result-second-column {
  vertical-align: top;
}
.result-fields {
  font-weight: 600;
}
.result-name {
  color: #0078C9;
  font-weight: 600;
  font-size: 16px;
}
.system-table {
  margin: 10px 0 10px 0;
  border: 1px solid #0078C9;
}
.system-cat {
  height: 22px;
  background-color: #0078C9;
  color: #ffffff;
  font-size: 12px;
}
.syetem-name span {
  display: inline-block;
  width: 145px;
}
.system-indent {
  text-indent: 5px;
}
.system-name {
  width: 175px;
  padding: 0 7px;
}
.system-roomname {
  width: 150px;
}
.system-clinical, .system-actions {
  width: 80px;
}
.system-odd {
  height: 30px;
  background-color: #F7F7F7;
  color: #999999;
  font-size: 12px;
}
.system-even {
  height: 30px;
  background-color: #ffff;
  color: #999999;
  font-size: 12px;
}
.add-to-favourite {
  position: relative;
  top: 2px;
  display: inline-table;
  width: 18px;
  height: 15px;
  background-image: url(../images/addfavourite-btn-sprite.png);
  background-position: top;
  background-repeat: no-repeat;
}
.add-to-favourite-active {
  position: relative;
  top: 2px;
  right: 2px;
  display: inline-table;
  width: 18px;
  height: 15px;
  background-image: url(../images/addfavourite-btn-orange.png);
  background-repeat: no-repeat;
}
.add-to-favourite:hover,
.add-to-favourite:active,
.add-to-favourite:focus {
  background-image: url(../images/addfavourite-btn-sprite.png);
  background-repeat: no-repeat;
  background-position: bottom;
  cursor: pointer;
}
.videoconference-btn {
  background-image: url(../images/video-btn-sprite.png);
  background-repeat: no-repeat;
  background-position: top;
  display: inline-block;
  width: 18px;
  height: 15px;
  position: relative;
  top: 3px;
  margin: 0 0 0 10px;
}
.videoconference-btn:hover,
.videoconference-btn:active,
.videoconference-btn:focus {
  background-image: url(../images/video-btn-sprite.png);
  background-repeat: no-repeat;
  background-position: bottom;
  cursor: pointer;
}
.system-action a {
  color: #999999;
}
.system-action a:hover {
  color: #0078C9;
  text-decoration: none;
}
.system-hover:hover {
  background-color: #D3E2F5;
  color: #4D4E53;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.map {
  min-height: 500px;
  width: 715px;
  height: auto;
  border: 1px solid #e7e7e7;
}
.map-wrap {
  position: absolute;
  top: 68px;
  left: 750px;
  display: inline-block;
  width: 340px;
  height: 297px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);

  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 15px -5px rgba(0, 0, 0, 0.0);
}
.map-thumb-wrap {
  width: 100%;
  height: 265px;
}
.map-thumb {
  display: block;
  width: 340px;
  height: 265px;
  background-position: center;
  background-repeat: no-repeat;
}
.map-description {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #0078C9;
  font-weight: 600;
  font-size: 16px;
}
.custom-margin-left {
  margin-left: 63px;
}
.xsmall{
  font-size: 70%;
  position: relative;
  top: -2px;
}
.accept-request{
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/accept-icon.png);
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.reject-request{
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/reject-icon.png);
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.hideLink{
  display: none;
}
.action-btn a:nth-last-of-type(2){
  margin-right:0 !important;
}