/* ---------- Logo ---------- */
.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- HTML editor ---------- */
body.html-editor {
  background: #FFF;
  color: #000; }

.html-editor.portlet-message-boards {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(/NewTheme1-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    position: relative;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/NewTheme1-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      bottom: 5px;
      content: '';
      display: block;
      height: 24px;
      position: absolute;
      right: 5px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 0.5em; }

/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/NewTheme1-theme/css/../images/progress_bar/loading_animation.gif) no-repeat top center;
  margin-top: 10px;
  padding-top: 40px;
  text-align: left; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px dotted #BFBFBF; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

/* ---------- Text highlighting ---------- */
.highlight {
  background: #FFC;
  font-weight: bold;
  margin: 0 1px; }

/* ---------- Miscellaneous ---------- */
#skip-to-content {
  clip: rect(0 0 0 0);
  position: absolute; }

/* ---------- Dragging/sorting indicators ---------- */
.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #D3DADD; }

.active-area {
  background: #FFC; }

.portlet-boundary.yui3-dd-dragging {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #CCC; }

.sortable-layout-proxy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(/NewTheme1-theme/css/../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828F95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727C81;
  margin-top: 1px; }

.lfr-freeform-layout-drag-indicator {
  visibility: hidden; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

/* ---------- Portal tool tips ---------- */
.tooltip {
  max-width: 200px; }

/* ---------- Tags ---------- */
.tagselector-content {
  border-width: 0;
  margin-bottom: 15px;
  overflow: visible;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    overflow: visible;
    padding: 5px;
    position: relative; }
    .tagselector-content .textboxlistentry-holder li {
      line-height: 1; }
    .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input {
      border-width: 0;
      margin-bottom: 0; }
  .tagselector-content .textboxlistentry-remove {
    padding: 0 3px 1px; }

.tagselector .lfr-tags-selector-content {
  border-width: 0; }
.tagselector .lfr-tag-selector-input {
  background: none;
  padding: 0;
  width: auto; }
.tagselector .field .field-content {
  margin: 0; }
.tagselector .textboxlist-input-container {
  margin: 0; }

.tagselector-focused .textboxlistentry-holder {
  background: #FFF none;
  border: 1px solid #CCC; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

/* ---------- Tag cloud and tag list ---------- */
.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline;
    float: left;
    margin: 0 1em 0 0; }
  .tag-items a {
    white-space: nowrap; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud {
  line-height: 2.5em; }
  .tag-cloud .tag-popularity-1 {
    font-size: 1em; }
  .tag-cloud .tag-popularity-2 {
    font-size: 1.3em; }
  .tag-cloud .tag-popularity-3 {
    font-size: 1.6em; }
  .tag-cloud .tag-popularity-4 {
    font-size: 1.9em; }
  .tag-cloud .tag-popularity-5 {
    font-size: 2.2em; }
  .tag-cloud .tag-popularity-6 {
    font-size: 2.5em; }

/* ---------- Underlay ---------- */
.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }
  .underlay .lfr-portlet-item {
    border-width: 0; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(/NewTheme1-theme/css/../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #AEAFB1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

/* ---------- Tabs ---------- */
.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

/* ---------- Miscellaneous ---------- */
.lfr-panel-container {
  background: #FFF; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #C8C9CA;
  padding: 5px; }

.panel-hd {
  background: #c0c2c5 url(/NewTheme1-theme/css/../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #C8C9CA #AEB2B8 #AEB2B8 #C8C9CA;
  padding-left: 10px;
  text-shadow: 1px 1px #FFF; }

.app-view-drop-active {
  background-color: #00A2EA;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    color: #FFF; }

.basecelleditor [class~="form-validator-message"] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

/* ---------- Menus ---------- */
.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #FFF;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(/NewTheme1-theme/css/../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #AEAFB1 #777879 #777879 #AEAFB1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #D2D6DE;
  color: #5B677D;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #FFF; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #BCBBBB;
  border-top: 1px solid #EEE;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a, .menu-content li .disabled {
  color: #2C2F34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus, .lfr-menu-expanded li a:focus {
  background-color: #5B677D;
  color: #FFF;
  text-shadow: -1px -1px #2C2F34; }

/* ---------- Loading mask ---------- */
.loadingmask-content {
  background: #CCC; }

.loadingmask-message {
  background: #d4d4d4 url(/NewTheme1-theme/css/../images/portlet/header_bg.png) repeat-x 0 0; }

/* ---------- Tree view ---------- */
.tree-node .icon-check {
  padding-right: 2px; }
  .tree-node .icon-check:before {
    content: "\f096"; }
.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }
  .tree-node .tree-node-checked .icon-check:before {
    content: "\f046"; }
.tree-node .tree-node-over .tree-label {
  text-decoration: underline; }
.tree-node [class^="icon-"] {
  margin-right: 5px; }
.tree-node .tree-node-checkbox-container {
  margin-right: 0; }
.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }
.tree-node-content .tree-label {
  margin-left: 3px; }
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

/* ---------- Page customization ---------- */
.dragging .portlet-column.customizable {
  background-color: #CFFCCF;
  outline: 3px solid #9CC97B; }

.customizable-layout-column-content {
  background-color: #C92C3C; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    border: 3px solid #333;
    margin: 0.2em; }

.customizable .customizable-layout-column-content {
  background-color: #9CC97B; }

.layout-customizable-controls {
  background-color: #FFF;
  font-size: 1.5em;
  margin: 1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  padding: 1em;
  position: absolute;
  z-index: 15; }

/* ---------- Pagination ---------- */
.paginator-link {
  background: #eeeeee url() no-repeat scroll 50% 1px;
  border: 1px solid #F0F1F2;
  border-color: #F0F1F2 #B2B2B2 #949494 #F0F1F1;
  color: #1F1E1E;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(/NewTheme1-theme/css/../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38B6EF #006D9E #006D9E #46B4E6;
  color: #FFF;
  text-shadow: -1px -1px #003C57; }

.paginator-first-link {
  background-image: url(/NewTheme1-theme/css/../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(/NewTheme1-theme/css/../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(/NewTheme1-theme/css/../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(/NewTheme1-theme/css/../images/arrows/paging_next.png); }

.paginator-current-page-report, .paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/NewTheme1-theme/css/../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-content .field-input-text {
      display: block;
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .field-label.textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content {
      margin-top: 0;
      vertical-align: top; }
      .lfr-portlet-title-editable .lfr-portlet-title-editable-content .combobox-content .toolbar-content .btn-group {
        margin-top: 0; }

.lfr-page-layouts .lfr-layout-template .layout-template-entry {
  height: 25px;
  width: 25px; }

.ie .proxy.not-intersecting .forbidden-action {
  right: 2px;
  top: 2px; }

.ie7 .menu-content li {
  z-index: 10; }
.ie7 .paginator-link {
  color: transparent;
  font-size: 0;
  overflow: hidden;
  text-indent: 0;
  vertical-align: middle; }
.ie7 .paginator-page-link {
  color: #1F1E1E;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  overflow: visible;
  text-indent: 0; }
.ie7 .paginator-current-page {
  color: #FFF; }

.ios.mobile .modal-content .dialog-iframe-bd {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding: 2em 5em 0; }
  @media (max-width: 767px) {
    #wrapper {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media (min-width: 768px) and (max-width: 979px) {
    #wrapper {
      padding-left: 2em;
      padding-right: 2em; } }

.aui {
  /* ---------- Staging dockbar ---------- */
  /* ---------- Add content ---------- */
  /* ---------- Menus ---------- */
  /* ---------- Customization bar ---------- */ }
  .aui .dockbar {
    left: 0;
    right: 0;
    top: 0; }
    .aui .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: auto;
      margin-left: 10px;
      width: auto; }
    .aui .dockbar.navbar-static-top {
      position: relative; }
      .aui .dockbar.navbar-static-top .collapse {
        position: static; }
        .aui .dockbar.navbar-static-top .collapse .nav-account-controls {
          position: static; }
    .aui .dockbar .btn-link {
      color: #FFF; }
    .aui .dockbar .diamond {
      border: 12px solid transparent;
      border-bottom-color: #1485EB;
      height: 0;
      position: relative;
      top: -12px;
      width: 0; }
      .aui .dockbar .diamond:after {
        border: 12px solid transparent;
        border-top-color: #1485EB;
        content: '';
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0; }
    .aui .dockbar .impersonating-user .alert-icon {
      margin-right: 9px; }
    .aui .dockbar .impersonating-user .alert-info {
      border-width: 0;
      margin-bottom: 6px; }
    .aui .dockbar .info-button {
      top: 9px; }
    .aui .dockbar .info-items {
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .aui .dockbar .navbar-inner {
      padding-left: 20px;
      padding-right: 20px; }
      .aui .dockbar .navbar-inner .brand h1 {
        display: inline-block;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0;
        margin-top: 0; }
      .aui .dockbar .navbar-inner .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
        .aui .dockbar .navbar-inner .container .nav-account-controls {
          float: right; }
      .aui .dockbar .navbar-inner .site-administration-menu li {
        list-style: none; }
        .aui .dockbar .navbar-inner .site-administration-menu li a {
          color: #000;
          display: block;
          padding: 3px 5px 3px 40px; }
          .aui .dockbar .navbar-inner .site-administration-menu li a:focus, .aui .dockbar .navbar-inner .site-administration-menu li a:hover {
            background: #0DB5E7;
            color: #FFF;
            text-decoration: none; }
          .aui .dockbar .navbar-inner .site-administration-menu li a i {
            font-size: 0.8em; }
    .aui .dockbar .nav.staging-nav-items {
      margin: 0;
      position: static; }
      .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle {
        background-color: transparent;
        display: block; }
        .aui .dockbar .nav.staging-nav-items li.dropdown.active > .dropdown-toggle:hover {
          color: #0077B3; }
      .aui .dockbar .nav.staging-nav-items .staging-link {
        position: static; }
    .aui .dockbar .user-avatar img {
      margin-top: -2px;
      text-decoration: none;
      vertical-align: middle;
      width: 20px; }
  .aui .dockbar-split .dockbar {
    height: 0;
    position: absolute; }
    .aui .dockbar-split .dockbar .staging-controls .staging-bar li.dropdown .dropdown-menu {
      left: 0;
      margin-left: 0;
      width: 100%; }
    .aui .dockbar-split .dockbar.navbar-static-top .collapse {
      position: relative; }
      .aui .dockbar-split .dockbar.navbar-static-top .collapse .nav-account-controls {
        position: fixed; }
    .aui .dockbar-split .dockbar .divider-vertical {
      display: none; }
    .aui .dockbar-split .dockbar .info-button {
      top: 12px; }
    .aui .dockbar-split .dockbar .info-items {
      left: auto;
      position: static; }
    .aui .dockbar-split .dockbar .navbar-inner {
      background-color: transparent;
      border-width: 0;
      padding: 0;
      width: 0; }
      .aui .dockbar-split .dockbar .navbar-inner .nav {
        border-bottom-width: 0; }
        .aui .dockbar-split .dockbar .navbar-inner .nav > li {
          background-color: #333; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li > a {
            color: #FFF;
            line-height: 31px; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:focus, .aui .dockbar-split .dockbar .navbar-inner .nav > li > a:hover {
              color: #FFF; }
            .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav > li > a [class*=" icon-"] {
              margin-top: 3px; }
          .aui .dockbar-split .dockbar .navbar-inner .nav > li.active > a {
            color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle {
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
          background-color: #555;
          color: #FFF; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.info-items {
          background-color: transparent; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a {
          background-color: #2496E5;
          padding-bottom: 0;
          padding-top: 0; }
          .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle > a:hover {
            background-color: #2FA4F5; }
        .aui .dockbar-split .dockbar .navbar-inner .nav li.staging-toggle span.nav-item-label {
          padding: 5px 10px; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-account-controls {
        left: auto;
        margin-right: 0;
        padding: 0;
        position: fixed;
        right: 5em;
        z-index: 325; }
      .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls {
        background: transparent;
        position: fixed;
        top: 10%;
        z-index: 350; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li {
          float: none;
          margin: 10px;
          position: relative; }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a {
            clip: rect(0 0 0 0);
            position: absolute; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls a:focus {
              clip: rect(auto auto auto auto);
              position: static; }
          @media (max-width: 979px) {
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.page-preview-controls {
              display: none; } }
          .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a {
            background: #333;
            color: #FFF;
            padding: 6px 8px;
            text-align: center; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover {
              background: #555; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a [class*=" icon-"] {
              font-size: 25px;
              position: relative;
              vertical-align: middle; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link {
              background: #92F545; }
              .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class^="icon-"], .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a.toggle-controls-link [class*=" icon-"] {
                color: #000; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .nav-item-label {
              background: #333;
              display: none;
              left: 100%;
              margin-left: 0.5em;
              margin-top: -1em;
              padding: 0 20px;
              position: absolute;
              top: 50%;
              white-space: nowrap; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a:hover .nav-item-label {
              display: block; }
            .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls > li > a .icon-caret-down {
              display: none; }
        .aui .dockbar-split .dockbar .navbar-inner .nav-add-controls:hover > li.toggle-controls a {
          clip: rect(auto auto auto auto);
          position: static; }
    .aui .dockbar-split .dockbar .staging-nav-items li > span {
      color: #FFF;
      display: block;
      padding: 10px 15px;
      line-height: 31px; }
  .aui .dockbar-split .info-link-container {
    width: 0; }
  .aui .dockbar-split .info-items {
    height: 1px;
    width: 715px; }
    .aui .dockbar-split .info-items a, .aui .dockbar-split .info-items .btn-link {
      color: #FFF;
      text-decoration: underline; }
      .aui .dockbar-split .info-items a:hover, .aui .dockbar-split .info-items .btn-link:hover {
        text-decoration: none; }
        .aui .dockbar-split .info-items a:hover .taglib-text, .aui .dockbar-split .info-items .btn-link:hover .taglib-text {
          text-decoration: none; }
    .aui .dockbar-split .info-items .btn-link {
      border-width: 0;
      font-size: 14px;
      font-weight: 300;
      margin: 0 0 0 6px;
      padding: 0;
      text-shadow: none; }
  .aui .dockbar-split .staging-bar {
    margin: 10px 0; }
  .aui .dockbar-split.controls-hidden .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    background: #F5AF45; }
  .aui .dockbar-split.lfr-has-add-content .nav-add-controls {
    left: 350px; }
  .aui .dockbar-split.lfr-has-device-preview .nav-add-controls {
    left: 220px; }
  .aui .dockbar-split.lfr-has-edit-layout .nav-add-controls {
    left: 460px; }
  .aui.dialog-iframe-root-node .dockbar .nav-add-controls .page-preview-controls {
    display: none; }
  .aui .touch .dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link, .aui .controls-hidden.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.toggle-controls > .toggle-controls-link {
    clip: rect(auto auto auto auto);
    position: static; }
  .aui .variation-selector {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em; }
  .aui .layout-revision-container {
    margin: 1em 0 0 1em;
    padding: 0; }
    .aui .layout-revision-container .approximate-date {
      color: #999;
      font-weight: bold; }
    .aui .layout-revision-container .current-version {
      color: #41801d;
      display: block; }
    .aui .layout-revision-container .current-version-pointer {
      display: inline-block;
      width: 0; }
      .aui .layout-revision-container .current-version-pointer img {
        left: -25px;
        position: relative; }
    .aui .layout-revision-container .layout-variation-name {
      color: #666;
      font-size: 1.15em;
      margin-bottom: 0.1em;
      text-transform: uppercase; }
    .aui .layout-revision-container .layout-revision-current {
      color: #666; }
    .aui .layout-revision-container .real-date {
      color: #999;
      display: block;
      text-align: right; }
    .aui .layout-revision-container .taglib-workflow-status .workflow-status {
      background: none;
      padding-left: 0; }
      .aui .layout-revision-container .taglib-workflow-status .workflow-status .workflow-status-ready-for-publication {
        color: #41801d;
        font-weight: bold; }
  .aui .layout-revision-container-root {
    margin: 0; }
  .aui .staging-controls {
    padding-left: 5px;
    padding-right: 50px; }
    .aui .staging-controls select {
      width: 100%; }
    .aui .staging-controls .staging-bar .dropdown-menu {
      font-size: 13px;
      min-width: 520px;
      width: 100%; }
      .aui .staging-controls .staging-bar .dropdown-menu .btn-link {
        float: left;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 0;
        text-decoration: underline;
        text-shadow: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link:hover {
          text-decoration: none; }
        .aui .staging-controls .staging-bar .dropdown-menu .btn-link.history {
          float: right; }
  .aui .lfr-admin-panel {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 1100; }
    @media (max-width: 767px) {
      .aui .lfr-admin-panel {
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
        position: absolute; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  .aui .dropdown-menu > li > a:focus > [class^="icon-"] {
    background-image: none; }
  .aui .my-sites-menu .site-type {
    color: #FFF;
    display: none;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 10px;
    position: absolute;
    right: 100%; }
  .aui .my-sites-menu a:hover .site-type {
    color: #FFFFFF;
    display: inline-block; }
  .aui .ie.rtl .dockbar .menu-button span {
    background-position-x: -25px; }
  .aui.ie6 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie7 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls, .aui.ie8 .dockbar-split .dockbar .navbar-inner .nav-add-controls li.page-preview-controls {
    display: none; }
  .aui .ie7 .dockbar {
    zoom: 1; }
  .aui .ie7 .my-sites-menu a {
    overflow: visible;
    text-align: left; }
  .aui .ie7 .my-sites-menu .site-name {
    float: none; }
  .aui .ie7 .my-sites-menu .site-type {
    float: none; }
  .aui .ie6 .dockbar, .aui .ie6 .lfr-dockbar-pinned .dockbar {
    height: 10px;
    left: 0;
    position: relative;
    top: 0; }
  .aui .ie6 .dockbar .pin-dockbar {
    display: none; }
  .aui .ie6 .my-sites-menu {
    width: 200px; }
    .aui .ie6 .my-sites-menu a {
      zoom: 1; }
  .aui .ie6 .menu-scroll {
    height: 300px;
    overflow-y: auto; }
  .aui .controls-hidden .info-button, .aui .controls-hidden .page-customization-bar {
    display: none; }
  .aui .info-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 12px;
    z-index: 1; }
    .aui .info-button a {
      color: #FFF;
      padding: 2px 10px;
      position: absolute;
      text-decoration: none;
      z-index: 1; }
    .aui .info-button .icon-stop {
      color: #1485EB;
      font-size: 20px; }
  .aui .page-customization-bar {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    display: table;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    width: 100%; }
    .aui .page-customization-bar .customized-icon {
      margin: 5px;
      vertical-align: middle; }
    .aui .page-customization-bar .page-customization-actions {
      padding-left: 5em; }
    .aui .page-customization-bar .page-customization-actions a {
      color: #EEE;
      font-size: 0.8em;
      padding: 0 1em; }
    .aui .page-customization-bar .page-customization-bar-form {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 25%; }
      .aui .page-customization-bar .page-customization-bar-form a {
        color: #FFF; }
        .aui .page-customization-bar .page-customization-bar-form a:focus, .aui .page-customization-bar .page-customization-bar-form a:hover {
          color: #FFF;
          text-decoration: none; }
      .aui .page-customization-bar .page-customization-bar-form span {
        display: block;
        line-height: 20px; }
    .aui .page-customization-bar .page-customization-bar-text {
      display: table-cell;
      height: 51px;
      vertical-align: middle;
      width: 75%; }
    .aui .page-customization-bar .page-customization-bar-container {
      position: absolute; }
    .aui .page-customization-bar .reset-prototype {
      display: inline; }
  @media (max-width: 1140px) {
    .aui .dockbar-split .dockbar .info-items {
      width: 515px; } }

/* ---------- Add/remove page ---------- */
.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
.modify-pages .add-page-editor-input {
  width: 150px; }
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 10px;
  line-height: 6px;
  margin-top: -8px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #FFF;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #B50303; }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.nav li .toolbar {
  margin-top: 5px; }

/* ---------- Navigation portlet ---------- */
.nav-menu ul {
  padding-left: 10px; }
.nav-menu li a.ancestor {
  font-weight: bold; }
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(/NewTheme1-theme/css/../images/arrows/04_right.png); }

/* ---------- Page template selector ---------- */
.form-options {
  border: 1px solid #AAA;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(/NewTheme1-theme/css/../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #BBB;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: url() no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83B0CA;
    background-image: url(/NewTheme1-theme/css/../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #EBEBEB;
  background-image: url(/NewTheme1-theme/css/../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #B7DEF4;
    background-image: url(/NewTheme1-theme/css/../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(/NewTheme1-theme/css/../images/common/configuration.png); }

.save-trigger img {
  background-image: url(/NewTheme1-theme/css/../images/common/check.png); }

/* ---------- Portlet wrapper and icons ---------- */
.freeform .portlet {
  margin-bottom: 0; }

body.portlet {
  border: none; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar {
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 3px;
    z-index: 300; }
    .portlet-topper .portlet-topper-toolbar a {
      color: inherit; }
      .portlet-topper .portlet-topper-toolbar a, .portlet-topper .portlet-topper-toolbar a:hover {
        text-decoration: none; }
      .portlet-topper .portlet-topper-toolbar a i {
        font-size: 19px; }
    .portlet-topper .portlet-topper-toolbar .nobr {
      display: block;
      float: left;
      padding: 1px; }
    .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
      background: url(/NewTheme1-theme/css/../images/arrows/12_left.png) no-repeat 0 50%;
      color: #FFF;
      font-weight: bold;
      padding: 5px 5px 5px 18px; }
      .portlet-topper .portlet-topper-toolbar .portlet-icon-back:hover {
        color: #FFF; }
    .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
      color: transparent;
      font-size: 0; }

.portlet-title {
  display: block; }
  .portlet-title img {
    vertical-align: middle; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text, .panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 12px 10px 10px; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px #000; }
  .portlet-borderless-bar a, .portlet-content .lfr-icon-actions a {
    color: #3AF; }

.portlet-borderless-container:hover .portlet-borderless-bar, .portlet-content:hover .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions, .portlet-content:hover .lfr-icon-actions .taglib-text {
  display: inline-block; }

.portlet-content .lfr-icon-actions {
  float: left;
  margin: 1px 10px 1px 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 2px 7px; }
  .portlet-content .lfr-icon-actions .taglib-text {
    color: #FFF;
    display: none;
    font-weight: bold;
    margin-right: 1em;
    text-decoration: none;
    vertical-align: middle; }
  .portlet-content .lfr-icon-actions .lfr-icon-action a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a:hover {
      text-decoration: none; }
      .portlet-content .lfr-icon-actions .lfr-icon-action a:hover span {
        text-decoration: underline; }
    .portlet-content .lfr-icon-actions .lfr-icon-action a img {
      visibility: hidden; }
  .portlet-content .lfr-icon-actions .lfr-icon-action-add a {
    background-image: url(/NewTheme1-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/NewTheme1-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/NewTheme1-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/NewTheme1-theme/css/../images/common/configuration_white.png); }
.portlet-content .lfr-url-error {
  display: inline-block;
  white-space: normal; }

/* ---------- Borderless portlet ---------- */
.portlet-borderless-container {
  min-height: 2.5em;
  position: relative; }

.portlet-borderless-bar {
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  padding: 2px 5px 1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    display: none;
    float: left;
    margin-right: 10px;
    overflow: hidden; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    min-height: 20px;
    vertical-align: top; }
  .portlet-borderless-bar .portlet-action-separator {
    display: none; }
  .portlet-borderless-bar .portlet-back a {
    height: auto;
    text-indent: 0;
    width: auto; }
  .portlet-borderless-bar .portlet-close a {
    background-image: url(/NewTheme1-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/NewTheme1-theme/css/../images/portlet/options_borderless.png); }

.lfr-configurator-visibility .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.portlet-content .icons-container {
  clear: both;
  height: auto;
  margin-top: 1em;
  overflow: hidden;
  width: auto; }

.portlet-title-default {
  display: inline-block;
  float: right;
  font-weight: bold;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: url(/NewTheme1-theme/css/../images/portlet/draggable_borderless.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px; }

/* ---------- Panel page ---------- */
.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #D3DADD; }

/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
/* ---------- Messages ---------- */
.portlet-msg {
  background: #EEE none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404F;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

/* ---------- Status labels ---------- */
.lfr-status-alert-label, .lfr-status-error-label, .lfr-status-info-label, .lfr-status-progress-label, .lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(/NewTheme1-theme/css/../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(/NewTheme1-theme/css/../images/messages/error.png);
  color: #900; }

.lfr-status-help-label, .lfr-status-info-label, .lfr-status-progress-label {
  background-image: url(/NewTheme1-theme/css/../images/messages/info.png);
  color: #34404F; }

.lfr-status-help-label {
  background-image: url(/NewTheme1-theme/css/../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(/NewTheme1-theme/css/../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(/NewTheme1-theme/css/../images/messages/success.png);
  color: #384F34; }

/* ---------- Liferay messages ---------- */
.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(/NewTheme1-theme/css/../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #FFF;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #FFF; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(/NewTheme1-theme/css/../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Sections ---------- */
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
  background: #727C81;
  color: #FFF;
  font-weight: bold;
  text-decoration: none; }
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
  background-color: #727C81; }

/* ---------- Text of a subheading ---------- */
/* ---------- Table or section footnote ---------- */
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
/* ---------- Forms ---------- */
.alert .form {
  margin: 0; }

/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
/* ---------- Text of the user-input in an input field ---------- */
/* ---------- Text on a button ---------- */
/* ---------- Text that appears beside a context dependent action icon ---------- */
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or cancel) ---------- */
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
/* ---------- Normal, unselected menu item ---------- */
/* ---------- Selected menu item ---------- */
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
/* ---------- Selected menu item when the mouse hovers over it ---------- */
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
/* ---------- Selected sub-menu item that has sub-menus ---------- */
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
/* ---------- Menu caption ---------- */
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
  background: #FDD;
  border: none; }
.restricted * {
  color: #727C81; }

.alt.restricted td {
  background-color: #FFC0C0; }

.hover.restricted td {
  background-color: #D3BDC0; }

.alt.restricted td.first, .restricted td.first {
  background-image: url(/NewTheme1-theme/css/../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

/* ---------- Permissions ---------- */
.table-data tr.lfr-role .first {
  background-image: url();
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/NewTheme1-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/NewTheme1-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/NewTheme1-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/NewTheme1-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/NewTheme1-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
  font-size: 1em; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border: none; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727C81;
    color: #FFF; }
.taglib-calendar tr td.calendar-inactive {
  background-color: #FFF;
  color: #B5BFC4; }
.taglib-calendar tr th {
  border-bottom-color: #D7D7D7; }
.taglib-calendar table td {
  border-width: 0; }
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
  background-color: #FFF; }
.taglib-calendar .calendar-current-day a {
  border: 1px solid #727C81;
  color: #369;
  text-decoration: underline; }

/* ---------- navbar form search ---------- */
.navbar form {
  margin: 0; }

.ie .portlet-borderless-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-content .lfr-icon-actions {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
.ie .portlet-borderless-container:hover .portlet-borderless-bar, .ie .portlet-journal-content .lfr-icon-actions:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
.ie .taglib-calendar tr td.first a {
  border-right: none; }

.ie6 .portlet-content .icons-container, .ie7 .portlet-content .icons-container {
  overflow: visible; }
.ie6 .portlet-content .lfr-icon-actions .taglib-text, .ie7 .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block; }
.ie6 .portlet-borderless-bar .portlet-actions, .ie7 .portlet-borderless-bar .portlet-actions {
  margin-left: 20px;
  margin-right: 0; }
.ie6 .portlet-title-default, .ie7 .portlet-title-default {
  float: left; }
.ie6 .lfr-message .lfr-message-close, .ie7 .lfr-message .lfr-message-close {
  float: left; }

.ie6 .portlet-topper-toolbar .icon {
  height: 16px;
  width: 16px; }
.ie6 .portlet-borderless-container {
  height: 2.5em; }
.ie6 .portlet-borderless-bar {
  filter: alpha(opacity=90); }
  .ie6 .portlet-borderless-bar .portlet-actions {
    display: inline;
    filter: alpha(opacity=90); }
.ie6 .breadcrumbs {
  zoom: 1; }

.ie8 .dockbar img, .ie8 .lfr-icon-action img, .ie8 .logo img {
  max-width: none; }

.menu-content, .underlay-content {
  -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-add-panel, .lfr-device-preview-panel, .lfr-edit-layout-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.lfr-preview-file-image img, .lfr-translation-manager {
  -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.lfr-device-preview .lfr-device-size-status-content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px white;
  -moz-box-shadow: 0 0 1px white;
  box-shadow: 0 0 1px white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }
.lfr-device-preview .lfr-device:after, .lfr-device-preview .lfr-device:before {
  -webkit-box-shadow: #111111 0 1px 0;
  -moz-box-shadow: #111111 0 1px 0;
  box-shadow: #111111 0 1px 0; }
.lfr-device-preview .lfr-device:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
.lfr-device-preview .lfr-device.rotated:after, .lfr-device-preview .lfr-device.rotated:before {
  -webkit-box-shadow: #111111 -1px 1px 0;
  -moz-box-shadow: #111111 -1px 1px 0;
  box-shadow: #111111 -1px 1px 0; }
.lfr-device-preview .lfr-device.smartphone, .lfr-device-preview .lfr-device.tablet {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
.lfr-device-preview .lfr-device.tablet:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 979px) {
  .dockbar .navbar-inner .btn-navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none; } }
.dockbar .navbar-inner .nav li.staging-toggle.active > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.dockbar .navbar-inner .nav li.staging-toggle span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.dockbar .menu-button-active .menu-button {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.7); }
.dockbar .impersonating-user .alert-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.dockbar-split .dockbar .navbar-inner .nav > li > a {
  text-shadow: none; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .dockbar-split .dockbar .navbar-inner .nav-add-controls > li a .nav-item-label {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }
.dockbar-split .dockbar .navbar-inner .nav-add-controls > li.open a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

@media (max-width: 979px) {
  .navbar .navbar-search .form-search .search-query {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px; } }
.portlet-document-library .lfr-ddm-small-image-preview, .portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  box-shadow: 0 1px 3px #cccccc; }

.portlet-asset-category-admin .tree-node-selected, .portlet-asset-category-admin .tree-node-over, .portlet-asset-category-admin .category-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  -webkit-box-shadow: inset 0 0 2px #224fa8;
  -moz-box-shadow: inset 0 0 2px #224fa8;
  box-shadow: inset 0 0 2px #224fa8; }

.portlet-document-library-upload-mask .overlaymask-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.lfr-search-combobox-item, .portlet-journal .lfr-search-combobox .search input {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  -webkit-border-radius: 4px 1px 1px 4px;
  -moz-border-radius: 4px 1px 1px 4px;
  -ms-border-radius: 4px 1px 1px 4px;
  -o-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px; }
.lfr-search-combobox .button-input {
  -webkit-border-radius: 1px 4px 4px 1px;
  -moz-border-radius: 1px 4px 4px 1px;
  -ms-border-radius: 1px 4px 4px 1px;
  -o-border-radius: 1px 4px 4px 1px;
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar, .lfr-upload-container .progress, .lfr-editable:after {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

body > .lfr-menu-list ul, .active-area-proxy, .entry-display-style .entry-thumbnail, .lfr-api-results, .lfr-translation-manager, .lfr-translation-manager-translation, .lfr-upload-container .cancel-button .modify-pages .delete-tab, .portlet-image-gallery-display .image-thumbnail img, .rule-group-instance-container .rule-group-instance, .select-documents, .select-files, .taglib-ratings.stars:hover, .taglib-ratings.stars:hover .liferay-rating-vote, .tags-search-combobox .field-input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.entry-display-style, .lfr-search-combobox, .lfr-upload-container .upload-file, .lfr-upload-container .upload-target, .portlet-document-library .common-file-metadata-container.selected, .portlet-document-library-display .common-file-metadata-container.selected, .portlet-image-gallery-display .image-icon, .select-documents, .select-files {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.portlet-journal .lfr-ddm-container .field-wrapper {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.portlet-journal .display-page-item-container .display-page-item, .portlet-journal .display-page-item-container .display-page-item .display-page-item-remove, .taglib-categorization-filter .asset-entry {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px; }

.menu-content {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.underlay-content {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }

.lfr-add-panel .add-content-button .lfr-actions {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-list.over, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive:hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.hover, .lfr-add-panel .lfr-panel-content .app-view-entry-taglib.display-descriptive.over {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.lfr-add-panel .lfr-panel.lfr-extended {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.lfr-add-panel .lfr-panel.lfr-extended .lfr-panel-titlebar, .lfr-add-panel .add-application-tab .lfr-add-content .lfr-title-category {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2dbe4), color-stop(100%, #bdc8d6));
  background-image: -webkit-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -moz-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: -o-linear-gradient(#d2dbe4, #bdc8d6);
  background-image: linear-gradient(#d2dbe4, #bdc8d6); }
.lfr-add-panel .search-panel .add-content-search .field-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lfr-add-dialog .add-content-menu .search-query, .lfr-add-panel .add-content-menu .search-query {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.lfr-token, .layout-customizable-controls, .lfr-translation-manager-delete-translation {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.customizable-layout-column-content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.staging-tabview-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.site-variations-tabview-list .tab-content, .staging-tabview-list .tab-active .tab-content, .tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  -webkit-box-shadow: 1px 1px 2px #999999;
  -moz-box-shadow: 1px 1px 2px #999999;
  box-shadow: 1px 1px 2px #999999; }

.lfr-action-label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.lfr-api-service-search .field-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status, .lfr-upload-container .file-uploading .progress-bar .progress {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  -moz-animation: progress-bar-stripes 0.5s linear infinite;
  -ms-animation: progress-bar-stripes 0.5s linear infinite;
  -o-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-moz-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@-o-keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #FFC; }

  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  -moz-animation: highlight-animation 0.7s;
  -ms-animation: highlight-animation 0.7s;
  -o-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

body:first-of-type .portlet-borderless-bar, body:first-of-type .portlet-content .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition: opacity 0.5s ease 0.15s;
  -o-transition: opacity 0.5s ease 0.15s;
  transition: opacity 0.5s ease 0.15s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar, body:first-of-type .portlet-content:hover .lfr-icon-actions {
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
  -moz-transition: max-width 0.3s ease-in 0.2s;
  -o-transition: max-width 0.3s ease-in 0.2s;
  transition: max-width 0.3s ease-in 0.2s;
  text-overflow: ellipsis;
  white-space: nowrap; }
body:first-of-type .portlet-borderless-bar .portlet-actions, body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  -webkit-transition: max-width 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: max-width 0.3s ease 0s;
  -o-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s; }
body:first-of-type .portlet-borderless-container:hover .portlet-borderless-bar .portlet-actions {
  max-width: 500px; }
body:first-of-type .portlet-content:hover .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease; }

.portlet-document-library .entry-thumbnail .label, .portlet-document-library-display .workflow-status .label, .portlet-journal .entry-thumbnail .label {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-moz-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@-o-keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #EBEBEB;
    border-color: #DDD; }

  50% {
    background-color: #DDEDDE;
    border-color: #7D7;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

  75% {
    background-color: #DDEDDE;
    border-color: #7D7; }

  100% {
    background-color: #EBEBEB;
    border-color: #DDD; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none; }
.upload-drop-active .portlet-document-library .document-container {
  -webkit-box-shadow: inset 0 0 5px #b8c1d1;
  -moz-box-shadow: inset 0 0 5px #b8c1d1;
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  -moz-animation: lfr-drop-active 1s ease 0.2s infinite;
  -ms-animation: lfr-drop-active 1s ease 0.2s infinite;
  -o-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.aui body {
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Roboto',sans-serif; }

.aui .dockbar .navbar-inner .container {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

@media (max-width: 1320px) {
  .aui .upgrate {
    width: 96.6%; }

  .aui .premium {
    width: 34%; } }
@media (max-width: 1280px) {
  .aui .admin-clinic {
    padding: 10px 16px; }

  .btngroups {
    top: 75px; }

  .aui .patient-right {
    margin: 0; }

  .aui .add-tag > div {
    padding: 15px 0 15px 16px; }

  .aui .view.clearfix > input {
    margin-top: 0; }

  .aui .select-box.datepicker i {
    right: 3px;
    top: 3px;
    width: 29px; }

  .aui input, .aui textarea {
    padding: 5.5px 0 !important; }

  .aui .patient-details {
    width: 100%; }

  .aui .arrow {
    height: 30px; }

  .aui .search-btn .search-icon {
    height: 37px !important; }

  .aui .patient-details h2 {
    padding-bottom: 18px; }

  .aui .from-cover li {
    padding-bottom: 5px; }

  .aui .patient-details ul li label {
    padding: 6px 0; }

  .select-files {
    margin: 70px auto; }

  .view input[type="button"], .view input[type="submit"] {
    padding: 4px 0 !important;
    font-size: 15px !important;
    width: 100px !important; }

  .search i img {
    width: 100%; }

  .search i {
    height: 26px;
    right: 5px;
    width: 26px; }

  .welcome-admin {
    padding: 19px 20px 50px 40px; }

  .welcome-admin ul li input {
    margin-bottom: 18px; }

  .upload-Password a {
    margin-top: 221px; }

  .aui .left-box li {
    padding: 16px 0; }

  .aui .left-box .tag {
    padding: 9px 0; }

  .aui .left-box img {
    margin: 0 6px 0 12px; }

  .aui .patient-top {
    padding: 20px 30px 16px; }

  .aui .patient-top label {
    margin-bottom: 14px; }

  .aui .patient-mid {
    padding: 20px 30px; }

  .title-img.clearfix {
    margin-top: 34px; }

  .aui .title-img li {
    width: 183px; }

  .aui .Reset {
    padding: 0; }

  .aui .linked {
    padding: 27px 30px; }

  .aui .linked.patient-linked {
    padding: 18px 30px; }

  .aui .manage-box {
    padding: 10px 30px; }

  .aui .add-clinic-box {
    margin-bottom: 17px; }

  .aui .drop .select-files {
    margin: 70px auto; }

  .aui .caption-box {
    font-size: 33px; }

  .aui .caption-box label {
    font-size: 28px; }

  .aui .caption-box label {
    margin-top: 9px;
    padding: 10px; }

  .aui .text-center h2 {
    font-size: 26px; }

  .aui .bg-layer p {
    font-size: 16px;
    line-height: 26px; }

  .aui .bg-layer figure label {
    font-size: 17px;
    line-height: 18px; }

  .aui .left-right-text h2 {
    font-size: 24px;
    margin-left: 15px; }

  .aui .left-right-text p {
    font-size: 16px;
    margin: 0 0 0 15px; }

  .aui .search-btn input[type="text"] {
    padding: 6.5px 0 !important; }

  .aui .admin-clinic .view input[type="submit"]:hover {
    font-size: 15px !important;
    padding: 4px 0 !important;
    width: 100px; }

  /*   .aui .pateint-from-cover .patient-details ul li:last-child, .pateint-from-cover .patient-details ul li:nth-child(2){width: 46%;}
     */ }
@media (max-width: 1279px) {
  .aui .Associated .right a {
    font-size: 0; }

  .aui .tag img {
    margin: -2px 10px -2px 8px !important; }

  .aui .Associated .right a img {
    margin: 0 -26px 0 0; } }
@media only screen and (max-width: 1024px) {
  .btngroups {
    top: 65px; }

  .aui #removeModal {
    left: 32% !important;
    width: 330px !important; } }
@media (max-width: 1026px) {
  .aui .caption-box {
    top: 48px; }

  .aui .premium {
    width: 35%; }

  .aui .right-section {
    float: none; }

  .aui .Password a {
    padding: 0; }

  .aui .logoin input[type="text"], .logoin input[type="password"], .signUP input {
    margin: 21px 0 2px 0; }

  .aui .ruby-text {
    margin-top: 27px; }

  .aui .add-note {
    padding: 19px 30px 8px; } }
@media (min-width: 981px) {
  .aui .left-box {
    left: 0 !important;
    width: 17% !important; } }
@media (max-width: 980px) {
  .aui .manage-box {
    padding-top: 0; }

  .aui .manage-box {
    padding: 10px 30px; }

  .aui .Update-user .btn {
    float: left !important;
    font-size: 13px;
    margin-right: 9px;
    padding: 2px 9px;
    width: 53px; }

  .aui .rotateimg {
    padding: 0 9px !important; }

  .aui .upgrate ul {
    width: 100%;
    border: none;
    box-shadow: none; }

  .aui .premium {
    width: 35%; }

  .aui .premium form {
    margin-top: 0; }

  .select-box i img {
    width: 100%; }

  .aui .mobile-menu label {
    margin: 8px 0; }

  .aui .left-box {
    left: -193px;
    width: 230px;
    z-index: 2;
    box-shadow: 0 1px 0 0 #323232; }

  .aui .patient-details {
    width: 100%; }

  .aui .right-box {
    width: 100%; }

  .portlet-column.portlet-column-only.span10 {
    float: right;
    width: 100%;
    padding-left: 37px; }

  .mobile-menu {
    display: block;
    position: absolute;
    right: 8px;
    cursor: pointer; }

  .mobile-menu label {
    border-bottom: 1px solid #fff;
    display: block;
    width: 27px;
    margin: 8px 0; }

  .upgrate ul {
    width: 100%;
    border: none;
    box-shadow: 0 0 0; }

  .upgrate ul li {
    margin: 3% 0; }

  .premium {
    float: left;
    width: 320px; }

  .aui footer p {
    text-align: center;
    float: none; }

  .aui .upload-section {
    width: 72%; }

  .aui .upload-Password {
    width: 25%; }

  .aui .title-img li {
    width: 21.7%; }

  .aui .title-img li {
    width: 19%; }

  .aui .patient-mid .title-img li {
    width: 183px; }

  .aui .title-img li .img-ti {
    font-size: 12px; }

  .aui .tablecheck, .aui .add-note input[type="text"] {
    width: 100%; }

  .aui .btngroups {
    top: 62px; }

  .bg-layer h2 {
    font-size: 36px; }

  .bg-layer p {
    font-size: 17px;
    line-height: 23px; }

  .bg-layer figure label {
    font-size: 17px;
    line-height: 19px; }

  .left-right-text h2 {
    font-size: 25px; }

  .left-right-text p {
    font-size: 15px; }

  .bg-layer h2 {
    font-size: 30px;
    line-height: 35px; }

  .aui .myfooter .start-now {
    width: 337px; }

  .aui .myfooter .start-now p {
    text-align: right; }

  .aui .myfooter .start-now a {
    float: right; }

  .search-table .first {
    width: 24%; }

  .search-table-lab .first {
    width: 24%; }

  .manage-box ul li {
    margin-bottom: 17px; }

  .Referrals li {
    width: 25% !important; }

  .aui .search-btn input[type="text"] {
    padding: 6.5px 0 !important; }

  .aui .btn {
    font-size: 15px;
    padding: 4px 14px; }

  .aui .row-fluid .span2 {
    min-height: 0; }

  .aui .qq-upload-list {
    max-height: 335px !important; }

  .aui .search-btn .search-icon-btn .search-icon {
    height: 39px !important; } }
@media (max-width: 979px) {
  .aui .caption-box {
    top: 43px;
    left: 58px; }

  .aui .payment-plan .pricing-tiers h4 {
    font-size: 12px !important; }

  .aui .share-profile-from .share-with-patient-profile1 > li textarea {
    margin-left: 0 !important; }

  .aui .edt-event-btn .btn {
    font-size: 16.5px;
    padding: 7px 16px;
    width: 84px !important;
    margin: 0 !important; }

  .share-box button.btn {
    float: left;
    font-size: 16px;
    margin-right: 9px;
    margin-top: 41px;
    padding: 2px 8px;
    width: 65px; } }
@media only screen and (max-width: 940px) {
  .aui .payment-plan .pricing .intro-wrap {
    float: none !important;
    width: 100% !important;
    padding: 0 15px !important; }

  .aui .payment-plan .pricing .intro-wrap p {
    padding: 20px 0 !important;
    margin-bottom: 10px !important; }

  .aui .payment-plan .pricing .pricing-tiers {
    padding-left: 0 !important; }

  .aui .payment-plan .sticky-top .pricing-chart {
    padding-top: 234px !important; }

  .aui .payment-plan .pricing-features li span {
    visibility: hidden !important; }

  .aui .payment-plan .pricing-compare {
    padding-left: 0 !important; }

  .aui .payment-plan .avail-features .check {
    display: none !important; }

  .aui .payment-plan .avail-features .feature-label {
    display: block !important; }

  .aui .payment-plan .sticky-top .pricing-tiers-wrap {
    width: 100% !important; }

  .aui .payment-plan .pricing .header {
    padding-left: 15px;
    padding-right: 15px; }

  .aui .payment-plan .pricing p.intro {
    height: auto !important; } }
@media (max-width: 847px) {
  .aui #_patientprofile_WAR_DentalNotehomeportlet_updatePatientFormId .patient-details li:first-child {
    width: 100%; } }
@media (max-width: 845px) {
  .aui .video-section .video-box {
    height: 300px; }

  .aui .share-with-patient-profile > li {
    margin-right: 15px !important; }

  .aui .share-profile-from .share-with-patient-profile1 > li {
    width: 100% !important; }

  .aui .share-profile-from .share-with-patient-profile > li {
    width: 100% !important; }

  .aui .share-profile-from .share-with-patient-profile1 > li:last-child {
    width: 100% !important; } }
@media (max-width: 850px) {
  .aui .caption-box {
    font-size: 30px;
    left: 40px;
    top: 34px; }

  .aui .caption-box label {
    font-size: 25px; }

  .aui .patient-details li, .aui .patient-details ul li:last-child, .aui .patient-details ul li:nth-child(2) {
    width: 100%; } }
@media (max-width: 800px) {
  .aui .patient-details ul li .error {
    height: 80px; }

  .aui .Manage-right {
    width: 492px; }

  .aui .Manage-right li {
    width: 238px; }

  .aui .Manage-right li span {
    width: 237px; }

  .aui .Manage-left.clearfix .remove {
    width: 131px; }

  .aui .Update-user .btn {
    font-size: 13px;
    padding: 2px 4px;
    width: 53px; }

  .aui .manage-box ul li .Update-user {
    float: right;
    width: 124px; }

  footer ul {
    margin-right: 20px;
    width: 145px; }

  .aui .myfooter .start-now {
    float: right;
    width: 333px; }

  .aui .myfooter .start-now p {
    text-align: right; }

  .aui .myfooter .start-now a {
    float: right; }

  .search-table .first {
    width: auto; }

  .search-table-lab .first {
    width: auto; }

  .Reset {
    float: right;
    padding: 0;
    width: 115px; }

  .remove {
    display: block;
    font-size: 12px;
    width: 120px; }

  .aui .myfooter .start-now p {
    font-size: 15px; }

  .myfooter .start-now a {
    width: 130px;
    font-size: 15px; }

  .Premium-free a, .Premium-free .active a {
    font-size: 18px; }

  .aui .media-box-top {
    margin-top: -6px; }

  .aui .btngroups {
    top: 53px; }

  .aui .btngroups {
    width: 202px; }

  .aui .btngroups > span {
    height: 41px !important;
    width: 49%;
    background-size: 100% 100%; }

  .aui .btngroups .signin {
    margin-left: 1px; }

  .aui .btngroups span a {
    padding: 11px 0px 10px !important; }

  .aui .upgrate ul {
    width: 100%; }

  .aui .premium {
    width: 50%; }

  .aui .payment-plan .pricing-tiers input, .aui .payment-plan .pricing-tiers span {
    font-size: 13px !important;
    padding: 4px 10px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important; } }
@media (max-width: 780px) {
  .aui .share-box .share-btn .control-group .publicUrl {
    width: 100%; }

  .aui .search-table td .share-btn textarea {
    width: 674px !important; } }
@media (max-width: 760px) {
  .aui .search-table td .share-btn textarea {
    width: 582px !important; }

  .aui .payment-plan .pricing-tiers span {
    padding: 4px !important;
    font-size: 12px !important; } }
@media (max-width: 768px) {
  .aui .memberlist .headerTitle {
    float: left; }

  .aui .memberdetail .backbutton {
    width: 270px !important;
    float: left; }

  .aui .memberdetail .editbutton {
    width: 100px !important;
    float: right; }

  .dentist_side_cover .search-table td, .dentist_side_cover .search-table tr {
    display: flex; }

  .aui .videolist .post-blog {
    margin-top: 11px !important; }

  .aui search-table td .share-btn1 {
    width: 74%; }

  .aui .search-table .first {
    text-indent: 0; }

  .aui .registar .invite {
    margin: 10px 0 0 0;
    width: 196px; }

  .aui .referral-join .empty {
    display: none; }

  .lab-dentist-request table, .search-table table {
    border-top: 1px solid #ccc; }

  .lab-dentist-request table, .search-table table, .search-table thead, .search-table tbody, .search-table th, .search-table td, .search-table tr {
    display: block; }

  .lab-dentist-request table thead tr, .search-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .lab-dentist-request table td, .search-table td {
    border: none;
    position: relative;
    padding: 0 0 0 54%;
    margin: 4px 0;
    text-indent: 0; }

  .lab-dentist-request table td:before, .search-table td:before {
    background: #302e2e;
    color: #fff;
    height: 100%;
    left: 6px;
    line-height: 21px;
    padding: 0 4px;
    position: absolute;
    white-space: nowrap;
    width: 47%;
    text-indent: 0; }

  .search-table table td:nth-of-type(1):before {
    content: "Name"; }

  .search-table table td:nth-of-type(2):before {
    content: "Phone"; }

  .search-table table td:nth-of-type(3):before {
    content: "Clinic"; }

  .search-table table td:nth-of-type(4):before {
    content: "Edit"; }

  .search-table table td:nth-of-type(5):before {
    content: "Share"; }

  .search-table table td:nth-of-type(6):before {
    content: "Delete"; }

  .dentist_side_cover .search-table table td:before {
    display: none; }

  .search-table .center {
    text-align: left; }

  /*   Admin */
  .search-table-admin table td:nth-of-type(1):before {
    content: "Name"; }

  .search-table-admin table td:nth-of-type(2):before {
    content: "Phone"; }

  .search-table-admin table td:nth-of-type(3):before {
    content: "Clinic"; }

  .search-table-admin table td:nth-of-type(4):before {
    content: "Dentist"; }

  .search-table-admin table td:nth-of-type(5):before {
    content: "Edit"; }

  .search-table-admin table td:nth-of-type(6):before {
    content: "Delete"; }

  /* lab */
  .search-table-lab table td:nth-of-type(1):before {
    content: "Patient Name"; }

  .search-table-lab table td:nth-of-type(2):before {
    content: "Dentist Name"; }

  .search-table-lab table td:nth-of-type(3):before {
    content: "Gdc No."; }

  .search-table-lab table td:nth-of-type(4):before {
    content: "Dentist Email"; }

  .search-table-lab .center {
    text-align: left; }

  .search-table .patientRecords td:nth-of-type(1):before {
    content: "";
    background: none; }

  .lab-dentist-request table, .search-table-lab table {
    border-top: 1px solid #ccc; }

  .lab-dentist-request table, .search-table-lab table, .search-table-lab thead, .search-table-lab tbody, .search-table-lab th, .search-table-lab td, .search-table-lab tr {
    display: block; }

  .lab-dentist-request table thead tr, .search-table-lab thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .lab-dentist-request table td, .search-table-lab td {
    border: none;
    position: relative;
    padding: 0 0 0 54%;
    margin: 4px 0;
    text-indent: 0; }

  .lab-dentist-request table td:before, .search-table-lab td:before {
    background: #302e2e;
    color: #fff;
    height: 100%;
    left: 6px;
    line-height: 21px;
    padding: 0 4px;
    position: absolute;
    white-space: nowrap;
    width: 47%;
    text-indent: 0; }

  .aui .lab-dentist-request th p, .aui .lab-dentist-request td p, .aui .search-table th p, .aui .search-table td p {
    display: block !important;
    margin: 0; }

  .aui .search-table .center {
    text-align: left; }

  .aui .search-table th a, .aui .search-table td a {
    padding: 0;
    text-indent: 0; }

  /* my patient */
  .search-table-mypatient table td:nth-of-type(1):before {
    content: "Patient Name"; }

  .search-table-mypatient table td:nth-of-type(2):before {
    content: "Dentist Name"; }

  .search-table-mypatient table td:nth-of-type(3):before {
    content: "Status"; }

  .search-table-mypatient table td:nth-of-type(4):before {
    content: "Share"; }

  .search-table-mypatient .center {
    text-align: left; }

  .my_patient_cover .search-table-mypatient .first {
    text-indent: 0 !important;
    width: auto; }

  .search-table-mypatient .first {
    text-indent: 0 !important;
    width: auto; }

  /*  .aui .my_patient_cover table tr td:first-child { width: 46%;} */
  .search-table-mypatient table {
    border-top: 1px solid #ccc; }

  .search-table-mypatient table, .search-table-mypatient thead, .search-table-mypatient tbody, .search-table-mypatient th, .search-table-mypatient td, .search-table-mypatient tr {
    display: block; }

  .search-table-mypatient thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .my_patient_cover .search-table-mypatient td {
    border: none;
    position: relative;
    padding: 0 0 0 54%;
    margin: 4px 0;
    text-indent: 0; }

  .search-table-mypatient td:before {
    background: #302e2e;
    color: #fff;
    height: 100%;
    left: 6px;
    line-height: 21px;
    padding: 0 4px;
    position: absolute;
    white-space: nowrap;
    width: 47%;
    text-indent: 0; }

  .my_patient_cover .search-table-mypatient td p {
    display: block;
    color: #fff; }

  .my_patient_cover .search-table-mypatient td img {
    display: none; }

  /* lab */
  .aui .lab-dentist-request th p, .aui .lab-dentist-request td p, .aui .search-table-lab th p, .aui .search-table-lab td p {
    display: block;
    margin: 0; }

  .aui .search-table-lab .center {
    text-align: left; }

  .aui .search-table-lab th a, .aui .search-table-lab td a {
    padding: 0;
    text-indent: 0; }

  .lab-dentist-request th img, .lab-dentist-request td img, .search-table th img, .search-table td img {
    display: none; }

  .lab-dentist-request table tr, .search-table tr {
    margin-bottom: 10px; }

  .lab-dentist-request table th input[type="radio"], .lab-dentist-request table th input[type="checkbox"], .search-table th input[type="radio"], .search-table td input[type="checkbox"] {
    margin: 0; }

  .aui .logo {
    display: inline-block;
    width: 72%; }

  .search-table .first {
    padding-left: 54%; }

  .search-table-lab .first {
    padding-left: 54%; }

  .aui footer {
    height: auto; }

  .tags .search {
    width: 100%; }

  .aui .registar input[type="button"] {
    float: none;
    margin: 10px; }

  .aui .registar p {
    float: none; }

  .Reset {
    padding-top: 0; }

  .Referrals ul li {
    width: 240px; }

  .Associated li {
    line-height: 17px; }

  .upload-section {
    width: 98%; }

  .upload-Password {
    width: 119px; }

  .aui .row-fluid .span2 {
    min-height: 0; }

  .upload-Password a {
    margin: 0; }

  table .first > label {
    float: none; }

  .Associated li {
    width: 41%; }

  .lab-dentist-request table td:nth-of-type(1):before {
    content: "Name"; }

  .lab-dentist-request table td:nth-of-type(2):before {
    content: "CDC Number"; }

  .lab-dentist-request table td:nth-of-type(3):before {
    content: "Email"; }

  .lab-dentist-request table td:nth-of-type(4):before {
    content: "Accept"; }

  .lab-dentist-request table td:nth-of-type(5):before {
    content: "Reject"; }

  .title-img li .img-ti {
    width: 100%;
    padding-bottom: 8px; }

  .tital-zoom span {
    float: none; }

  .aui .logoin, .aui .signUP {
    margin: 54px auto 39px;
    padding: 13px; }

  .aui .myfooter {
    padding: 30px 0; }

  .caption-box {
    font-size: 23px; }

  .flexslider .slides > li {
    display: none;
    width: 240px !important; }

  .aui .patient-left h2 {
    font-size: 22px; }

  .aui .patient-top {
    padding: 13px 29px; }

  .aui .btn-edit {
    font-size: 16px; }

  .aui h2 {
    margin: 0; }

  .aui .patient-mid h2 {
    font-size: 19px; }

  .aui .patient-mid span {
    margin: 0; }

  .aui .lab-dentist-request table tr, .aui .search-table tr {
    margin-bottom: 0; }

  .aui .lab-dentist-request table tr, .aui .search-table-lab tr {
    margin-bottom: 0; }

  .aui .first-a.tags > a {
    padding: 5px 9px !important; }

  .aui #patientsrchlist .tags {
    box-shadow: none !important; }

  .aui .first-a > a, .aui .first-a > a:hover {
    margin: 2px 0 !important; }

  .aui .title-img li {
    width: 183px; }

  .aui .share-patient-tr {
    display: none; }

  .aui .search-btn input[type="text"] {
    padding: 5.5px 0 !important; }

  .aui .share-hide:before {
    display: none; }

  .aui .search-table table .first-a.tags {
    padding-left: 20px; }

  .aui .search-table table .first-a.tags:before {
    background: transparent;
    font-size: 0; }

  .aui .search-table-lab table .first-a.tags {
    padding-left: 20px; }

  .aui .search-table-lab table .first-a.tags:before {
    background: transparent;
    font-size: 0; }

  .aui .lab-dentist-request tr td {
    padding: 0 0 0 54% !important; }

  .search-table td .share-btn1 {
    width: 74%; }

  /**** 22/April/2016******/
  .aui .search-table .share-patient-tr td.share-hide {
    padding-left: 15%;
    padding-right: 15%; }

  .aui .share-patient-tr td.share-hide .share-box .share-btn {
    width: 100% !important; }

  .aui .payment-plan .pricing-tiers h3 {
    font-size: 22px !important; } }
@media (max-width: 767px) {
  .aui .header-cover .msg-label {
    padding: 0px;
    left: 38% !important; }

  .aui .btn.update-user-btn.btn-primary {
    float: left;
    margin-right: 10px;
    width: 70px;
    margin-top: 0 !important; }

  .patient-right .setting .setting-ul li {
    margin-bottom: 0; }

  .addon-cover .addon {
    width: 46% !important;
    float: inherit; }

  .addon-cover .addon .control-group > .aui input {
    font-size: 13px !important; }

  .addon-cover .addon.last {
    width: 100% !important; }

  .addon-cover .addon.last > .btn {
    width: auto;
    display: inline-block; }

  .right-upload {
    width: 100%; }

  .admin-upload {
    margin-bottom: 4%; }

  .admin-upload {
    width: 130px; }

  .add_clinic {
    padding-bottom: 7%; }

  .upload-section-img {
    padding-bottom: 20px; }

  .Associated li {
    font-size: 14px; }

  .aui .container {
    width: 90%; }

  .columm .span3 {
    margin-bottom: 15px; }

  .aui .bg-layer figure label br {
    display: none; }

  .aui .Premium-free .active {
    border: none;
    box-shadow: none; }

  footer ul {
    width: 144px; }

  .aui #share-with .btn {
    display: inline;
    width: auto; }

  .aui .from-cover .order-by {
    padding-top: 0;
    margin-top: 0; }

  .aui .qq-upload-list {
    max-height: 300px !important; }

  .aui .Associated .right button {
    width: auto;
    margin-top: 0;
    float: right; }

  .aui .yui3-aclist-item .userimg {
    display: inline-block !important; }

  .aui .payment-plan .pricing-tiers .basic > div, .aui .payment-plan .pricing-tiers .features > div, .aui .payment-plan .pricing-tiers .premum > div {
    padding: 20px 15px !important; } }
@media (max-width: 767px) and (orientation: landscape) {
  /* Landscape styles here */
  .aui .search-btn input[type="text"] {
    padding: 6.5px 0 !important; }

  .share-box .share-btn .control-group .publicUrl {
    width: 64%; }

  .aui .yui3-aclist-item .userimg {
    display: block !important; }

  .aui #removeModal {
    left: 25% !important; } }
@media (max-width: 640px) {
  .aui .btngroups span a {
    font-size: 17px !important; }

  .aui .share-box .share-btn .control-group .publicUrl {
    width: 27%; }

  .aui #addevent #fileTags .eventSubmit {
    margin: 0 4% 15px 15px !important; }

  .aui #addevent #fileTags .eventNote {
    width: 92% !important; }

  .aui table.tablecheck tbody tr td:last-child {
    word-wrap: break-word;
    display: inline-block;
    width: 90% !important; }

  .aui .Associated .right button {
    float: right;
    font-size: 13px;
    margin-top: 31px; }

  .aui .Associated li.left, .input-col-new li, .Associated .status li:first-child {
    width: 59% !important; }

  .aui .Associated li.right, .input-col-new li.right {
    width: 10% !important; }

  .aui ul.input-col-new .form div.control-group {
    width: 100% !important; }

  .aui .Associated .input-col-new .yui3-aclist-list li {
    width: 100% !important; }

  .aui .payment-response {
    color: #008000;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: -27px;
    position: static;
    text-align: right;
    width: 260px; }

  .aui .addon.last {
    width: 160px; }

  .aui .addon.last .btn {
    width: 70px;
    margin-right: 10px;
    float: left; }

  .aui .Manage-right li span {
    width: 175px; }

  .aui .Manage-right li {
    width: 177px; }

  .aui .manage-box ul li .Update-user {
    width: 100%; }

  .aui .Manage-right {
    width: 370px; }

  .aui .addon-cover .addon {
    float: none;
    margin: 0;
    width: 96% !important; }

  .aui .left > img {
    margin: 0 9px 6px 0;
    width: 27px; }

  .aui .Update-user .btn {
    float: left;
    margin-right: 11px; }

  .aui .Update-cover {
    margin-top: 10px; }

  .upgrate ul li {
    width: 100%; }

  .aui .left-box {
    height: 100%;
    min-height: auto; }

  .aui .dashboard-invite {
    width: 85%; }

  .aui .dashboard-invite .socila-box {
    width: 86%; }

  .aui .dashboard-invite ul {
    float: none;
    margin: 0; }

  .aui .dashboard-invite ul li {
    float: left;
    margin: 11px 4px; }

  .aui .dashboard-invite h2, .aui .dashboard-invite h3 {
    font-size: 17px;
    line-height: 24px; }

  .aui .dashboard-invite h2 > br, .aui .dashboard-invite h3 > br {
    display: none; }

  .aui .title-img li {
    width: 27%; }

  .aui .myfooter .start-now {
    width: 229px; }

  .aui .myfooter .start-now p {
    font-size: 14px; }

  .aui footer ul {
    margin-top: 0; }

  .aui .verification li {
    width: 100%; }

  .aui .regi-by-doctor-lab span {
    font-size: 16px; }

  .aui .easy-section {
    text-align: center; }

  .aui .easy-section .left-right-text {
    margin-bottom: 10px;
    margin-top: 24px; }

  .aui .columm figure {
    margin-bottom: 30px; }

  .Premium-free .active {
    border: none;
    box-shadow: none; }

  .Premium-free label {
    margin-top: 2%; }

  .Premium-free .text-center {
    margin-bottom: 30px; }

  .Associated li {
    width: 40%; }

  .title-img li {
    width: 20.2%; }

  input, textarea {
    font-size: 15px !important; }

  .Referrals li {
    width: 100% !important; }

  .manage-box ul li {
    margin-bottom: 6px; }

  .aui .caption-box {
    display: none !important; }

  .aui .media-box-top {
    width: 370px;
    margin-top: 10px; }

  .aui .btngroups {
    float: right;
    width: 200px;
    position: static; }

  .share-box .share-btn {
    width: 180px; }

  .aui .right-payment, .aui .left-payment {
    width: 100% !important; }

  .aui .paypal .right-payment h2 {
    margin-top: 25px; }

  .aui .add-clinic table, .aui .add-clinic table, .aui .add-clinic thead, .aui .add-clinic tbody, .aui .add-clinic th, .aui .add-clinic td, .aui .add-clinic tr {
    display: block; }

  .aui .add-clinic table thead tr, .aui .add-clinic thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .aui .add-clinic table td, .aui .add-clinic td {
    border: none;
    position: relative;
    padding: 4px 0 4px 54%; }

  .aui .add-clinic table td:before, .aui .add-clinic td:before {
    background: #302e2e;
    color: #fff;
    height: 88%;
    left: 6px;
    line-height: 21px;
    padding: 0 4px;
    position: absolute;
    white-space: nowrap;
    width: 47%; }

  .aui .add-clinic table td:nth-of-type(1):before {
    content: "Name"; }

  .aui .add-clinic table td:nth-of-type(2):before {
    content: "Email"; }

  .aui .add-clinic table td:nth-of-type(3):before {
    content: "Phone No"; }

  .aui .row-fluid .span2 {
    min-height: 0; }

  .aui .Associated .right button.dentist-accept, .Associated .right button.dentist-reject {
    margin-top: 0; }

  .aui .Associated ul.dentist-ul li:first-child {
    width: 50% !important; }

  .aui .Associated ul.dentist-ul li:last-child {
    width: 30% !important; }

  .aui .payment-plan .pricing-tiers span {
    font-size: 9px !important; }

  .aui .payment-plan .pricing-tiers input {
    font-size: 9px !important; } }
.aui .clinicreq-popup .button-holder {
  width: 200px; }

.aui .clinicreq-popup .button-holder button {
  width: auto; }

@media (max-width: 650px) {
  .aui .search-table td .share-btn textarea {
    width: 317px !important; }

  .aui .share-box .share-btn .control-group .publicUrl {
    width: 47% !important; } }
@media (max-width: 639px) {
  .aui .manage-box.linked.clearfix .sync-with-dropdox a img {
    height: 18px !important; }

  .aui .manage-box.linked.clearfix .manage_profile_event {
    float: none; }

  .aui .manage-box.linked.clearfix .sync-with-dropdox {
    float: none !important;
    margin-left: 0 !important; }

  .aui .dentist_side_cover .dentist_search-table table tr th:first-child, .aui .dentist_side_cover .dentist_search-table table tr td:first-child {
    padding-left: 30px !important; }

  .aui .video-section .video-box {
    height: 200px; }

  .aui .premium {
    width: 75%; }

  .aui .patient-right {
    width: 100%; }

  .aui .patient-right li label {
    float: left; }

  .aui .patient-right li a {
    float: right; }

  .aui .patient-right li {
    margin-bottom: 17px; }

  .aui .referral-join {
    width: 99%;
    float: right;
    margin-top: 9px; }

  .aui .referral-join, .referral-join thead, .referral-join tbody, .referral-join th, .referral-join td, .referral-join tr {
    display: block; }

  .aui .referral-join thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .aui .referral-join td {
    border: none;
    position: relative;
    padding: 1px 0 4px 33%;
    text-indent: 18px;
    border: medium none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }

  .aui .referral-join td:before {
    background: #302e2e;
    color: #fff;
    height: 88%;
    left: 0px;
    line-height: 21px;
    padding: 0 4px;
    position: absolute;
    white-space: nowrap;
    width: 33%; }

  .aui .referral-join td:nth-of-type(1):before {
    content: "Email"; }

  .aui .referral-join td:nth-of-type(2):before {
    content: "Joined"; }

  .aui .referral-join td:nth-of-type(3):before {
    content: "Free Subscription"; }

  .aui .Manage-right {
    width: 100%; }

  .aui .Manage-right li {
    width: 47.5%; }

  .aui .Manage-right li span {
    width: 100% !important; }

  .aui .myfooter .start-now {
    float: left;
    width: 100%; }

  .aui .myfooter .start-now p, .aui .myfooter .start-now a {
    text-align: left;
    float: none; }

  .aui .bx-controls-direction {
    width: 50px !important;
    background: transparent !important;
    margin: auto !important;
    padding: 0 0 !important; }

  .aui .Associated .right {
    text-align: left; }

  .aui .regi-by-doctor-lab > span {
    margin-bottom: 7px;
    width: 100%; }

  .aui .share-box .share-btn {
    float: none;
    width: 40%; }

  .aui .share-box button.btn {
    margin: 0 0 11px 15px; }

  .aui .select-files > p {
    display: none; }

  .aui .patient-mid {
    padding: 20px 0 20px 32px; }

  .aui .patient-top {
    padding: 13px 1px 13px 13px; }

  .aui .patient-right.clearfix {
    width: 83px; }

  .aui .from-cover ul {
    padding: 30px 16px 9px 16px; }

  .aui .drop {
    margin: 0 16px 0 16px; }

  .aui .paypal-cover {
    width: 88%; }

  .share-patient-profile {
    width: 42% !important; }

  .aui #share-with .btn {
    margin-top: 16px !important; }

  .aui .manage-box.linked {
    min-width: 100%;
    padding: 15px !important; }

  .aui .linked label {
    display: table-row;
    padding: 0;
    width: auto;
    float: inherit; }

  .aui .et-user-porfile {
    display: table-row;
    float: inherit;
    margin-left: -7px;
    margin-top: 9px; }

  .aui .et-user-porfile img {
    margin: 0;
    margin-right: 5px;
    width: 18px; }

  .aui .linked {
    padding: 18px 30px 0; }

  .aui .linked > a {
    display: table-row; }

  .aui .patient-right li #eventid img {
    height: 25px; }

  .aui .linked.patient-linked {
    padding: 18px 10px 0; }

  .aui .upload-section-img {
    margin: 0 !important;
    padding-bottom: 8px; }

  .aui .row-fluid [class*="span"] > div {
    width: 100% !important; }

  .aui .share-with-patient-profile > li, .share-with-patient-profile1 > li, .share-with-patient-profile1 > li:last-child {
    width: 100%;
    float: none; }

  .aui .share-with-patient-profile > li > div, .share-with-patient-profile1 > li > div {
    width: 100% !important; }

  .aui .share-box .share-btn .control-group .publicUrl {
    width: 47%; }

  .aui .share-patient-tr td.share-hide .share-box .share-btn .control-group .publicUrl {
    width: 100% !important; }

  .aui .patient-right ul .shareListPop ul li {
    margin-bottom: 0; }

  .aui .Associated li.left, .input-col-new li, .Associated .status li:first-child {
    width: 59% !important; }

  .aui .Associated .input-col-new .yui3-aclist-list li {
    width: 100% !important; }

  .aui .Associated .right button {
    margin-right: 18px !important; }

  .aui .Associated ul .right {
    text-align: right !important; }

  .aui .pateint-from-cover .patient-details ul li {
    width: 50% !important;
    margin-right: 0;
    padding-right: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
@media (max-width: 581px) {
  .aui .header-cover .msg-label {
    left: 31% !important; }

  .aui .patient-linked .shareListPop {
    right: -80px !important; }

  .aui .payment-plan .pricing-tiers span {
    padding: 4px 3px !important; }

  .aui .payment-plan .pricing-tiers h3 {
    font-size: 20px !important; }

  .aui #removeModal {
    left: 18% !important; } }
@media only screen and (max-width: 560px) {
  .aui .payment-plan .pricing-tiers input, .aui .payment-plan .pricing-tiers span {
    letter-spacing: 3px !important; }

  .aui .payment-plan .pricing .header {
    font-size: 23px !important; }

  .aui .payment-plan .pricing-tiers > div {
    float: none !important;
    width: 100% !important; }

  .aui .payment-plan .intro {
    display: none !important; }

  .aui .payment-plan .pricing-tiers > div, .avail-features, .pricing-ul-header li {
    display: none !important; }

  .aui .payment-plan .avail-features {
    width: 100% !important;
    float: none !important; }

  .aui .payment-plan .pricing-ul-header li {
    width: 100% !important;
    float: none !important; }

  .aui .payment-plan .circle-nav {
    display: block !important; }

  .aui .pateint-from-cover .patient-details ul li {
    width: 100% !important;
    float: none; }

  .aui .pateint-from-cover .patient-details ul li h2 {
    float: none; }

  .aui .right-box.addlab_patient .pateint-from-cover .patient-details ul li label {
    text-align: left !important; } }
@media (max-width: 550px) {
  .aui .logoin.forget-password .captcha {
    margin-top: 0 !important; }

  .aui .video-section .video-box {
    height: 170px; }

  .aui #removeModal {
    left: 15% !important; } }
@media (max-width: 534px) {
  .aui .Associated .right button {
    margin-right: 2px !important; } }
@media (max-width: 498px) {
  .aui .Associated li.left, .input-col-new li, .Associated .status li:first-child {
    width: 65%;
    float: left; }

  .aui ul.input-col-new .form div.control-group {
    width: 100% !important; }

  .aui .Associated ul.dentist-ul li:last-child {
    pading-right: 0; }

  .aui .Associated .right button.dentist-accept, .Associated .right button.dentist-reject {
    margin-top: 0; }

  .aui #removeModal {
    left: 10% !important; }

  .aui #removeModal .modal-body img {
    width: 14% !important; } }
@media (max-width: 480px) {
  .aui .header-cover .msg-label {
    left: 26% !important; }

  .aui .patient-mid h2 {
    font-size: 15px !important; }

  .aui .free-sign-up a {
    font-size: 16px !important; }

  .aui .add-clinic-box .email, .aui .add-clinic-box .phone {
    width: 100%;
    float: none; }

  .aui .add-lab-box .adfirstname, .aui .add-lab-box .adlastname, .aui .add-lab-box .phone, .aui .add-lab-box .email, .aui .add-lab-box .gdcnbr {
    width: 100%;
    float: left;
    padding-top: 10px; }

  .aui .add-lab-box {
    margin-bottom: 15px; }

  .aui .add-dentist-box label {
    font-size: 18px; }

  .aui .add-dentist-box .adfirstname, .aui .add-dentist-box .adlastname, .aui .add-dentist-box .phone, .aui .add-dentist-box .email, .aui .add-dentist-box .gdcnbr {
    width: 100%;
    float: left;
    padding-top: 10px; }

  .aui table.tablecheck tbody tr td:last-child {
    word-wrap: break-word;
    display: inline-block;
    width: 65% !important; }

  .aui table.tablecheck tbody tr td:last-child label {
    margin-bottom: 5px; }

  .aui .premium form {
    margin-top: 0px !important; }

  .aui .Associated .right #labbtn, .aui .Associated .right button {
    margin: 32px -21px 0 0;
    width: 57px; }

  .aui .referral-join td {
    text-indent: 0;
    font-size: 12px; }

  .aui .referral-join {
    width: 100%; }

  .aui .modal-header h3 {
    display: inline;
    font-size: 16px;
    line-height: 30px;
    margin: 0; }

  .aui .registar h2 {
    font-size: 17px;
    line-height: 23px;
    padding-bottom: 10px; }

  .aui .dashboard-invite h3 {
    font-size: 18px;
    line-height: 28px; }

  .aui .dashboard-invite ul li img {
    width: 40px; }

  .aui .btn-cover {
    margin-top: 0; }

  .aui .Manage-right li {
    width: 100%; }

  .aui .Manage-right li span {
    width: 100%; }

  .aui .update-user-photo {
    font-size: 11px; }

  .Manage-left .remove {
    font-size: 13px !important; }

  .aui .upload-section-img {
    margin: auto;
    position: relative;
    width: 102px; }

  .aui .separation.hide {
    display: block !important; }

  .aui .Manage-right {
    margin-top: 14px; }

  .aui .Manage-right, .aui .Manage-left {
    width: 100%; }

  .aui .load-img {
    margin: auto;
    width: 94px; }

  .aui .Manage-right li span {
    width: 278px; }

  .aui .manage-box {
    padding: 10px 8px 6px 16px !important; }

  .aui .Associated .right {
    float: right;
    width: 38px; }

  .aui .Associated li {
    padding-left: 15px;
    text-indent: 0;
    width: 68.6%; }

  .Associated .status li.right {
    padding: 8px 30px 0 8px; }

  .aui .premium {
    width: 221px; }

  h2 {
    font-size: 17px;
    line-height: 22px; }

  .upgrate ul li p {
    line-height: 20px;
    font-size: 13px; }

  .premium {
    padding: 15px; }

  .premium p {
    padding-bottom: 10px; }

  .premium label {
    margin-bottom: 23px; }

  .aui footer p {
    font-size: 14px; }

  .linked > label {
    padding-right: 26px; }

  .manage-box.linked {
    padding: 22px 10px; }

  .manage-box {
    padding: 15px; }

  .add_clinic > img {
    width: 20%; }

  .search-table h2 {
    font-size: 16px; }

  .search-table-lab h2 {
    font-size: 16px; }

  .from-cover .order-by li {
    width: 100%; }

  .from-cover .order-by {
    width: 140px; }

  .tags h2 {
    font-size: 21px;
    padding-bottom: 10px; }

  .add-clinic-box input[type="submit"] {
    font-size: 20px;
    margin-top: 8px;
    padding: 3px 20px;
    width: 43%; }

  .add-clinic-box .email, .add-clinic-box .phone {
    width: 100%; }

  .add-clinic-box .phone {
    margin-top: 28px; }

  .title-img li {
    width: 26.9%;
    margin-bottom: 17px; }

  .aui .left-box {
    min-height: 390px; }

  .patient-top {
    padding: 13px 20px; }

  .patient-top label {
    margin-bottom: 10px; }

  .patient-right {
    margin-top: 10px; }

  .patient-mid, .note-text {
    padding: 17px; }

  .patient-right.clearfix {
    width: 122px; }

  .ruby-text p {
    line-height: normal;
    font-size: 15px; }

  .aui footer ul {
    margin-right: 42px;
    width: 144px; }

  .aui .logoin h2, .aui .signUP h2 {
    font-size: 19px; }

  .aui .myfooter {
    padding: 15px 0; }

  .aui footer .last {
    padding-left: 0;
    border: none;
    box-shadow: none; }

  .stor-dental {
    margin-top: 50px; }

  .caption-box {
    display: none; }

  #demo-2 input[type="search"] {
    color: transparent;
    cursor: pointer;
    font-size: 13px;
    padding: 11px 5px;
    text-indent: 18px;
    width: 60px; }

  .manage-box {
    float: right;
    width: 90%; }

  .manage-box ul li {
    margin-bottom: 2px; }

  .manage-box ul li label {
    padding-bottom: 4px; }

  .left-box li a {
    font-size: 14px; }

  .aui .logoin h2 {
    margin-bottom: 0; }

  .aui .burger {
    margin-right: 11px;
    width: 38px; }

  .patient {
    float: right;
    width: 97%; }

  .from-cover .pagination {
    padding: 25px 0 25px 6px; }

  .from-cover .pagination li {
    margin: 0 1px; }

  .btn-cover {
    margin: 0; }

  .add-clinic-box {
    margin-bottom: 6px; }

  .add-clinic-box .phone {
    margin-top: 6px; }

  .aui .field.reminder-query-answer, .aui .aui-field-select.reminder-query-question {
    width: 100% !important;
    font-size: 14px !important; }

  .aui .field.reminder-query-answer option, .aui .aui-field-select.reminder-query-question option {
    font-size: 14px !important; }

  .aui .start-now a {
    font-size: 15px !important;
    padding: 8px 33px !important;
    width: 95px !important; }

  .aui .search-table h2, .search-with-multipal h2 {
    font-size: 19px; }

  .aui .search-table-lab h2, .search-with-multipal h2 {
    font-size: 19px; }

  .aui .fbtw-box img {
    width: 29px; }

  .aui .btngroups > span {
    height: 41px; }

  .aui .search-table h2, .search-with-multipal h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 13px 0;
    padding: 0 26px;
    text-indent: 0; }

  .aui .search-table-lab h2, .search-with-multipal h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 13px 0;
    padding: 0 26px;
    text-indent: 0; }

  .patient-right .setting .setting-ul, .patient-right .setting-b .setting-ul-b {
    width: 160px !important; }

  .aui .text-center h2 {
    font-size: 22px;
    line-height: 24px; }

  .aui .bg-layer p {
    line-height: 19px;
    font-size: 15px; }

  .aui .left-right-text h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px; }

  .aui .left-right-text p {
    font-size: 14px;
    margin-left: 0; }

  .aui .bg-layer {
    background-size: cover !important; }

  .Premium-free a, .Premium-free .active a {
    font-size: 16px; }

  .aui .logo {
    display: block;
    margin: auto; }

  .aui .btngroups > span {
    height: 40px !important; }

  .aui .media-box-top {
    width: 100%; }

  .aui .stor-dental {
    margin: 0; }

  .aui .logo.inner {
    display: inline-block; }

  .aui .manage-box {
    padding: 10px 21px 25px 21px; }

  .aui .premium {
    float: none;
    clear: both;
    margin: auto; }

  .upgrate > h2 {
    text-align: center;
    font-size: 19px; }

  .aui .premium {
    padding: 0 13px 18px 13px;
    width: 80%; }

  .aui .upgrate > h2 {
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 14px; }

  .aui .upgrate ul li p {
    line-height: 18px; }

  .aui .premium h3 {
    font-size: 16px;
    padding-bottom: 0; }

  .aui .paypal-radio span {
    margin: 0; }

  .aui .premium p {
    padding: 0; }

  .share-patient-profile {
    width: 80% !important; }

  .aui .linked.patient-linked {
    padding: 18px 10px 0; }

  .aui .manage-box {
    float: none; }

  .aui .add-clinic table td:before, .aui .add-clinic td:before {
    width: 34%; }

  .aui .add-clinic table td, .aui .add-clinic td {
    padding-left: 40%; }

  .aui .referral-join td {
    padding: 1px 0 4px 37%; }

  .aui .patient-details .view .btn, .patient-details .view > input {
    width: 95px;
    margin-right: 10px; }

  .right-box .from-cover li {
    width: 100%; }

  .add-tag .aui .view .btn, .add-tag .view > input {
    margin-right: 10px; }

  .aui .add-clinic table td {
    word-wrap: break-word; }

  .aui .patient {
    width: 100%; }

  .aui .videolist .linked.topHeading h2 {
    font-size: 14px !important; }

  .aui .videolist .videohead h2 {
    font-size: 20px !important; }

  .aui .Associated .right button.dentist-accept, .Associated .right button.dentist-reject {
    margin-top: 0; }

  .aui .payment-plan .circle-nav ul {
    max-width: 80% !important; }

  .aui .search-btn .search-icon-btn .search-icon {
    height: 37px !important; }

  .aui .pateint-from-cover .heading h2 {
    font-size: 22px; }

  .aui .dentist_side_cover .dentist_search-table table tr th:first-child,
  .aui .dentist_side_cover .dentist_search-table table tr td:first-child {
    padding-left: 40px; } }
@media (max-width: 416px) {
  .aui .btngroups span a {
    font-size: 13px !important;
    padding: 6px 0 4px !important; }

  .aui .free-sign-up a {
    font-size: 16px !important; }

  .aui .payment-response {
    margin-top: 0;
    width: 100%;
    text-align: center; }

  .media-box-top li {
    width: 22px; }

  .aui .btngroups {
    width: 192px; }

  .aui .from-cover li {
    width: 100%; }

  .aui .upgrate ul li {
    width: 100%; }

  .aui .paypal-cover {
    width: 83%; }

  .patient-right ul li {
    padding-left: 43px; }

  .confirm-popup {
    width: 300px !important; }

  .aui .videolist .post-blog {
    float: none !important; }

  .aui .Associated ul.dentist-ul li:first-child {
    width: 40% !important; }

  .aui .Associated ul.dentist-ul li:last-child {
    pading-right: 20px;
    width: 36% !important; }

  .aui .Associated ol.dentist-request-count .dentist-association-re {
    left: 32px !important; }

  .aui .btngroups > span {
    height: 31px !important; }

  .aui #removeModal {
    left: 9% !important; } }
@media (max-width: 370px) {
  .aui .header-cover .msg-label {
    padding: 0px;
    left: 22%  !important; }

  .aui .video-section .video-box {
    height: 150px; }

  .aui .share-box .share-btn {
    width: 33% !important; }

  .aui .share-box .share-btn .control-group .publicUrl {
    width: 100% !important; }

  .aui #removeModal {
    left: 9% !important;
    width: 80% !important; } }
@media (max-width: 360px) {
  .aui .free-sign-up a {
    font-size: 16px !important; }

  .aui .dashboard-invite ul li img {
    width: 32px; }

  .aui .dashboard-invite h3 {
    font-size: 14px;
    line-height: 23px; }

  .aui .patient-popup {
    width: 263px; }

  .aui .patient-popup .button-holder {
    width: 180px !important; }

  .aui .patient-popup .button-holder .btn-cancel, .aui .patient-popup .button-holder .deleteRecord {
    width: 88px; }

  .tags {
    padding: 8px 30px 0; }

  .linked > label {
    font-size: 13px;
    padding-right: 5px; }

  .linked > a {
    font-size: 13px; }

  .title-img li {
    margin-bottom: 17px;
    margin-right: 9px;
    width: 46%; }

  footer ul {
    width: 100%;
    border: none;
    box-shadow: none; }

  .manage-box {
    float: right;
    width: 85%; }

  .dashboard-invite .socila-box {
    float: none;
    margin-left: 10px;
    width: 80%; }

  .aui .right-btn {
    margin-top: 20px; }

  .aui .left-box li {
    padding: 13px 0; }

  .aui .left-box .tag {
    padding: 6px 0; }

  .aui .patient {
    float: right;
    width: 93%; }

  .uai .title-img li:nth-child(3) {
    clear: left; }

  .aui .from-cover li {
    width: 100%; }

  .aui .view {
    margin-bottom: 15px; }

  .media-box-top li {
    width: 22px; }

  .aui .btngroups {
    width: 148px; }

  .aui .share-box .share-btn {
    width: 38%; }

  .aui .paypal-cover {
    width: 83%; }

  .aui .patient-right ul li {
    padding-left: 5px !important; }

  .aui .manage-box {
    padding: 0px 16px 25px !important; }

  .aui .Manage-right li span {
    width: 265px; }

  .aui .dashboard-invite .socila-box {
    width: 74% !important; }

  .aui .share-patient-tr .share-box.patientlist .form {
    margin-right: 10px; }

  .aui .input-col-new li label.control-label {
    white-space: nowrap; }

  .aui .payment-plan .circle-nav ul {
    max-width: 100% !important; } }
@media (max-width: 328px) {
  .aui .Associated .dentist-request-count li:first-child {
    width: 60% !important; }

  .aui .Associated ul.status.dentist-ul li:last-child {
    width: 10% !important; }

  .aui .Associated ul .right {
    width: 10% !important; } }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body, html {
  line-height: 1;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }

* {
  border: none; }

body {
  background: url("/NewTheme1-theme/images/dentalnote_images/bg.png"); }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

.aui .Associated .yui3-aclist-item .clinic-name {
  float: left !important; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #000; }

.aui label {
  cursor: auto !important; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

label {
  font-weight: normal;
  color: #fff; }

ul, ol {
  list-style: none; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: block; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: normal; }

h2 {
  font-size: 22px; }

input, textarea {
  border: 2px solid #a09e9f !important;
  font-size: 17px !important;
  padding: 9px 0 !important;
  width: 100%;
  text-indent: 8px;
  border-radius: 0 !important;
  height: auto !important;
  background: #f0f0f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.aui .aui-field-select.reminder-query-question, select {
  padding: 7.7px 0;
  font-size: 17px;
  width: 100%;
  line-height: 24px !important;
  text-indent: 8px;
  border-radius: 0 !important;
  height: auto !important;
  background: #f0f0f0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.aui .field.reminder-query-answer, .aui .aui-field-select.reminder-query-question {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 2px solid #A6A6A6;
  max-width: 500px;
  padding-left: 8px;
  text-indent: 0;
  width: 90%; }

input {
  padding: 12px 6px; }

input[type="submit"], input[type="button"], input[type="submit"]:hover, input[type="button"]:hover {
  background: #bbb9ba none repeat scroll 0 0;
  border: 1px solid #868686;
  font-size: 19px;
  font-weight: bold;
  margin-top: 8px;
  padding: 6px 20px !important;
  text-indent: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="submit"]:hover, input[type="button"]:hover {
  background: #f3843d; }

.wrapper {
  width: 97%;
  margin: auto; }

img {
  max-width: 100%;
  height: auto; }

.middle {
  position: relative; }

.header-cover {
  background: url("/NewTheme1-theme/images/dentalnote_images/header-footer.png");
  padding: 3% 0; }

footer {
  background: url("/NewTheme1-theme/images/dentalnote_images/footer.png");
  padding: 20px 0;
  clear: both; }

footer p {
  float: right;
  color: #fff;
  font-size: 17px; }

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -49px; }

.push {
  height: 49px; }

.top-border {
  background: url("/NewTheme1-theme/images/dentalnote_images/top-border.png");
  height: 12px; }

.logo {
  display: inline; }

.burger {
  float: right;
  padding-top: 1%;
  width: 48px;
  position: relative;
  cursor: pointer; }

.burger li {
  color: #a3a3a3;
  box-shadow: 0 1px 0 #868686;
  border-bottom: 1px solid #000;
  padding: 9px 8px;
  text-align: right; }

.burger li:last-child {
  border: none;
  box-shadow: 0 0 0; }

.burger > ul {
  z-index: 1;
  display: none;
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/header-footer.png") repeat scroll 0 0;
  border: 1px solid #4c4c4c;
  box-shadow: 0 0 0 6px #302e2e;
  position: absolute;
  right: 0;
  top: 49px;
  width: 190px; }

.burger li a, .burger li a:hover {
  color: #fff; }

.left-box {
  height: 100%;
  min-height: 599px;
  padding: 0;
  position: absolute;
  width: 17%; }

.left-box ul {
  background: url("/NewTheme1-theme/images/dentalnote_images/header-footer.png");
  height: 100%; }

.left-box li {
  padding: 19px 0;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686; }

.left-box .tag {
  padding: 14px 0; }

.left-box li a, .left-box li a:hover, .left-box li a:focus {
  color: #a3a3a3; }

.burger img {
  cursor: pointer; }

.right-box {
  -webkit-box-shadow: inset 0 13px 9px -12px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 13px 9px -12px rgba(0, 0, 0, 0.8); }

.from-cover ul, .upgrate, .tags {
  border-bottom: 1px solid #000;
  padding: 30px 30px 9px;
  box-shadow: 0 1px 0 #868686; }

.manage-box {
  padding: 5px 30px; }

.from-cover li {
  float: left;
  width: 46%;
  margin-right: 30px;
  padding-bottom: 14px; }

.from-cover li:first-child {
  width: 138px; }

.select-box {
  position: relative; }

.arrow {
  background: #f0f0f0 url("/NewTheme1-theme/images/dentalnote_images/drop-dwon.png") no-repeat scroll 3px 11px;
  height: 38px;
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 32px; }

.patient-details {
  margin-top: 0px; }

.patient-details ul {
  border: none;
  padding-bottom: 4%; }

.patient-details ul li:first-child {
  width: 46%; }

.patient-details ul li label {
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 10px 0;
  font-size: 16px; }

.patient-details ul li:last-child {
  width: 95.1%; }

.aui #_addpatient_WAR_DentalNotehomeportlet_addPatientInfoForm .patient-details ul li:nth-child(2) {
  width: 96%;
  float: none; }

.patient-details {
  width: 80%; }

.patient-details h2 {
  font-size: 23px;
  color: #fff;
  padding-bottom: 28px; }

.drop {
  border: 1px dotted #fff;
  margin: 0 30px; }

.select-files p {
  color: #fff;
  line-height: 24px; }

.select-files button {
  background: #f3843d none repeat scroll 0 0;
  border: 1px solid #868686;
  box-shadow: 0 0 0 3px #f3843d;
  padding: 5px 20px;
  margin-top: 8px; }

.select-files {
  text-align: center;
  width: 210px;
  margin: 110px auto; }

.cover {
  width: 100%;
  float: right; }

.left-box img {
  margin: 0 6px 0 14px; }

.mobile-menu label {
  margin: 0; }

.search i {
  height: 40px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 43px; }

.border-box {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  box-shadow: 0 1px 0 #868686,0 -1px 0 #868686;
  padding: 3% 0; }

.add-tag .tag {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686; }

.add-tag .tag label {
  font-size: 16px; }

.add-tag > div {
  padding: 30px; }

.add-tag button {
  border-radius: 4px;
  display: block;
  font-size: 20px;
  margin-top: 7px;
  padding: 4px 6px;
  text-align: left;
  width: 58px; }

.aui .view .btn, .view > input {
  float: left;
  margin-right: 23px;
  width: 117px !important;
  text-indent: 0; }

table {
  width: 100%; }

.search-table input[type="checkbox"] {
  float: left;
  width: 22px; }

.aui .search-table th, .aui .search-table td {
  color: #fff;
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

.aui .search-table th p, .aui .search-table td p {
  display: none; }

.aui .search-table th {
  background: #393738;
  padding: 17px 0; }

.aui .search-table .center a {
  text-indent: 0; }

.aui .search-table tr:hover {
  background: #585858; }

.aui .search-table tr {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686;
  -moz-box-shadow: 0 1px 0 #868686;
  -webkit-box-shadow: 0 1px 0 #868686; }

.search-table .center {
  text-align: center;
  text-indent: 0; }

.search-table h2, .search-with-multipal h2 {
  font-size: 22px;
  float: left;
  color: #fff; }

/* lab */
.search-table-lab th, .search-table-lab td {
  color: #fff;
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

.search-table-lab th p, .search-table-lab td p {
  display: none; }

.search-table-lab th {
  background: #393738;
  padding: 17px 0; }

.search-table-lab .center a {
  text-indent: 0; }

.search-table-lab tr:hover {
  background: #585858; }

.search-table-lab tr {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686; }

.search-table-lab .center {
  text-align: center;
  text-indent: 0; }

.search-table-lab h2, .search-with-multipal h2 {
  color: #FFFFFF;
  float: left;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 5px 0; }

.from-cover .order-by {
  border: medium none;
  box-shadow: 0 0 0;
  float: right;
  padding: 0;
  width: 270px;
  margin-top: 22px; }

.from-cover .order-by li {
  color: #fff;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  cursor: pointer; }

.order-by img {
  padding-left: 6px; }

.search-table {
  text-indent: 30px; }

.search-table .first {
  text-indent: 30px;
  width: auto; }

.search-table .search-header, .search-table-lab .search-header {
  background: #585858; }

/* mypatient */
.search-table-mypatient th, .search-table-mypatient td {
  color: #fff;
  font-weight: normal;
  text-align: left !important;
  vertical-align: middle; }

.search-table-mypatient th p, .search-table-mypatient td p {
  display: none; }

.search-table-mypatient td {
  padding: 17px 0; }

.search-table-mypatient th {
  background: #393738;
  padding: 17px 0; }

.search-table-mypatient .center a {
  text-indent: 0; }

.search-table-mypatient tr:hover {
  background: #585858; }

.search-table-mypatient tr {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686; }

.search-table-mypatient .center {
  text-align: center;
  text-indent: 0; }

.search-table-mypatient .first {
  text-indent: 30px !important;
  width: auto; }

.my_patient_cover .search-header {
  background: #585858; }

.my_patient_cover .my-patient-head h2 {
  font-size: 22px;
  margin: 10px 0px;
  text-indent: 30px;
  color: #fff; }

/* lab */
.search-table-lab {
  text-indent: 30px; }

.search-table-lab .first {
  text-indent: 30px;
  width: auto; }

.aui .first-a.tags {
  padding-left: 50px;
  text-indent: 0; }

.aui table#patientsrchlist {
  margin-bottom: 82px; }

.from-cover .pagination li {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  padding: 2px 7px;
  text-align: center;
  text-indent: 0;
  width: auto; }

.from-cover .pagination li:hover, .from-cover .pagination .active {
  background: #222224;
  color: #ff5a0a; }

.from-cover .pagination {
  border-top: 1px solid #5a5859;
  border-bottom: 1px solid #5a5859;
  box-shadow: 0 0 0;
  padding: 25px 0 25px 30px;
  background: #393738;
  margin: 0;
  border-radius: 0; }

.aui .control-group {
  margin-bottom: 0; }

.upgrate {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 30px;
  float: left;
  width: 100%; }

.premium {
  background: #313131 none repeat scroll 0 0;
  border: 3px solid #3e3e3e;
  float: right;
  padding: 35px;
  width: 30%;
  float: left;
  margin-left: 10px; }

.upgrate ul {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #000 -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: none solid none none;
  border-width: medium 1px medium medium;
  box-shadow: 1px 0 0 #868686;
  float: left;
  width: 54%; }

.upgrate ul li {
  float: left;
  width: 50%;
  text-align: center;
  margin: 3% 0; }

.upgrate ul li p {
  color: #fff;
  line-height: 26px;
  padding: 0 31px; }

.paypal-btn {
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  padding: 22px 0;
  margin-top: 35px; }

.premium h3 {
  color: #ff590a;
  padding-bottom: 17px;
  font-size: 20px; }

.premium p {
  color: #fff;
  padding-bottom: 15px; }

.premium label {
  font-size: 23px;
  display: inline; }

.premium span {
  float: right;
  text-align: center;
  margin-top: -12px; }

.premium span p {
  padding-bottom: 0; }

.aui input[type="radio"], input[type="radio"] {
  height: 12px;
  margin: 0 10px 3px 0;
  width: 12px;
  box-shadow: 0 0 0 1px #dddddd;
  background-color: white; }

.upgrate ul li:nth-child(3) {
  clear: both; }

.tags .search {
  width: 682px;
  margin: 34px 0;
  position: relative; }

.tags {
  padding: 15px 30px; }

.aui .tags a {
  text-decoration: none;
  background: #eaeaea none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 0 0;
  color: #5c5c5c;
  padding: 6px 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block; }

.teeth {
  margin-bottom: 5%; }

.manage-porfile {
  padding: 30px; }

.linked {
  background: #585858;
  padding: 18px 30px;
  margin-top: 1px; }

.linked > label {
  padding-right: 80px;
  font-weight: bold; }

.manage-box .Manage-left, .manage-box .Manage-right {
  margin-top: 20px; }

.linked a {
  color: #f4833d;
  font-weight: bold; }

.manage-box ul li label {
  padding-bottom: 6px;
  word-wrap: break-word; }

.manage-box ul li {
  margin-bottom: 10px; }

.remove {
  color: #fff;
  cursor: pointer; }

.remove > img {
  padding-right: 7px; }

.upload-section-img {
  position: relative; }

.update-user-photo {
  cursor: pointer;
  left: 4px;
  position: absolute;
  top: 4px;
  background: #454545;
  color: #fff;
  padding: 0 5px;
  text-transform: capitalize; }

.load-img {
  width: 130px; }

.load-img img {
  border: 2px solid #b6b4b5;
  margin-bottom: 10px;
  width: 100%; }

.Reset {
  padding-top: 12%; }

.Reset a {
  color: #fff; }

.Associated ol {
  background: #585858;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  box-shadow: 0 1px 0 #868686,0 -1px 0 #868686; }

.Associated ul {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686; }

.Associated li {
  float: left;
  padding: 8px 20px;
  line-height: 31px; }

.Associated li, .Associated li a, .Associated li a:hover, .Associated li a:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

.Associated .right a img {
  margin-right: 10px; }

.Associated .left {
  color: #f4833d; }

.Associated .right {
  text-align: right;
  float: right;
  padding-right: 30px;
  width: 25%; }

.left > img {
  margin: 0 9px 6px 0; }

.right > img {
  margin: 0 9px 2px 0; }

.Referrals li {
  width: 270px; }

.registar {
  padding: 4% 30px; }

.registar h2 {
  color: #f4833d;
  font-size: 18px;
  margin-bottom: 19px; }

.registar p {
  color: #fff;
  float: left;
  font-size: 17px;
  margin-top: 21px; }

/* .registar .invite {float: left;width: 196px;margin: -7px 0 0 30px; } */
.aui input[type="checkbox"] {
  display: none; }

.aui input[type="checkbox"]:checked + label span {
  background-position: 0 0; }

.aui input[type="checkbox"] + label span {
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/checkbox.png") no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
  margin-right: 8px;
  background-position: -30px 0; }

.welcome-admin {
  padding: 30px 30px 50px 30px; }

.admin-upload {
  float: left;
  margin-top: 14px;
  position: relative;
  width: 24%; }

.admin-upload span {
  position: absolute;
  right: 0;
  top: -13px;
  cursor: pointer; }

.admin-upload > img {
  border: 3px solid #ddd; }

.welcome-admin ul li label {
  margin: 0 -4px 14px; }

.welcome-admin ul li input {
  margin-bottom: 32px; }

.welcome-admin h2 {
  margin-bottom: 4%; }

.upload-Password a {
  color: #fff;
  display: block;
  margin-top: 253px; }

.right-upload {
  float: right;
  width: 71%; }

.add-and-clinic a {
  background: #f3843d none repeat scroll 0 0;
  border: 1px solid #868686;
  box-shadow: 0 0 0 3px #f3843d;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 5px 20px;
  width: 167px; }

.add-and-clinic {
  background: #585858;
  padding: 11% 0;
  margin-top: 1px; }

.upload-section {
  float: left;
  width: 60%; }

.upload-Password {
  float: right;
  width: 38%; }

.admin-clinic, .admin-lab-profile, .admin-dentist {
  padding: 30px 30px 20px 30px;
  max-width: 940px; }

.admin-cover {
  box-shadow: 0 1px 0 #868686;
  border-bottom: 1px solid #000;
  padding: 5px 30px; }

.add-clinic-box label, .add-lab-box label, .add-dentist-box label {
  font-size: 18px;
  margin: 0 0 12px -4px; }

.add-clinic-box, .add-lab-box, .add-dentist-box {
  margin-bottom: 28px; }

.add-clinic-box .email, .add-clinic-box .adfirstname, .add-clinic-box .adlastname, .add-clinic-box .gdcnbr, .add-clinic-box .phone,
.add-lab-box .email, .add-lab-box .adfirstname, .add-lab-box .adlastname, .add-lab-box .gdcnbr, .add-lab-box .phone,
.add-dentist-box .email, .add-dentist-box .adfirstname, .add-dentist-box .adlastname, .add-dentist-box .gdcnbr, .add-dentist-box .phone {
  width: 48%;
  float: left; }

.add-clinic-box .phone, .add-clinic-box .adlastname, .add-lab-box .phone, .add-lab-box .adlastname,
.add-dentist-box .phone, .add-dentist-box .adlastname, .add-dentist-box .phone, .add-dentist-box .adlastname {
  float: right; }

.add-clinic-box input[type="submit"] {
  background: #77a66f none repeat scroll 0 0;
  border: 1px solid #868686;
  box-shadow: 0 0 0 3px #77a66f;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 8px;
  padding: 7px 20px;
  width: 210px; }

.dashboard-invite h2 {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 20px; }

.dashboard-invite h3 {
  color: #f4833d;
  font-size: 22px;
  line-height: 30px; }

.dashboard-invite {
  padding-top: 73px;
  margin: 0 auto 0;
  text-align: center;
  max-width: 559px;
  width: 90%; }

.imporat a {
  color: #fff; }

.imporat {
  float: left; }

.invite-btn {
  float: right;
  width: 155px;
  margin-top: 8px; }

.contact-btn {
  float: right;
  width: 155px;
  margin-right: -67px !important;
  margin-top: 8px; }

.imporat > img {
  display: block; }

.socila-box {
  background: #313131;
  padding: 34px 23px;
  box-shadow: 0 0 0 7px #3e3e3e;
  margin-top: 13px;
  position: relative; }

.btn-cover {
  margin-top: 35px; }

.dashboard-invite .socila-box {
  float: left;
  max-width: 447px;
  width: 90%; }

.dashboard-invite ul {
  float: right;
  margin-top: 50px; }

.dashboard-invite.clearfix li {
  padding: 5px 0; }

.socila-box:before {
  background: transparent none repeat scroll 0 0;
  bottom: -2px;
  box-shadow: 0 0 36px 0 #000 inset, 0 0 5px 0 #000;
  content: "";
  height: 30px;
  opacity: 0.5;
  position: absolute;
  right: 3px;
  transform: rotate(6deg);
  width: 83%;
  z-index: -1; }

.socila-box:after {
  background: transparent none repeat scroll 0 0;
  bottom: -2px;
  box-shadow: 0 0 36px 0 #000 inset, 0 0 5px 0 #000;
  content: "";
  height: 30px;
  opacity: 0.5;
  position: absolute;
  left: 3px;
  transform: rotate(-6deg);
  width: 83%;
  z-index: -1; }

.patient-top {
  box-shadow: 0 1px 0 #868686;
  border-bottom: 1px solid #000;
  padding: 42px 30px 18px; }

.tag-box img {
  margin: 0 5px 0 0;
  vertical-align: -4px; }

.patient-top label {
  margin-bottom: 26px; }

.patient-left {
  float: left; }

.patient-left h2 {
  font-size: 26px;
  color: #fff;
  margin: 0; }

.patient-right {
  float: right; }

.patient-right ul li {
  color: #fff;
  float: left;
  text-align: right;
  padding-left: 21px; }

.patient-right .show a {
  vertical-align: -3px; }

.patient-mid span {
  display: block;
  color: #a3a3a3;
  margin-bottom: 15px; }

.patient-mid {
  padding: 18px 30px; }

.month-date a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #464646;
  display: inline-block;
  font-size: 18px;
  margin: 7px 0 0 10px;
  padding: 3px 34px 3px 6px; }

.patient-mid .patient-right {
  margin-top: 0; }

.setting, .setting-b {
  color: #fff;
  float: right;
  width: 85px;
  position: relative; }

.setting a, .setting-b a {
  vertical-align: -3px;
  margin-left: 6px; }

.patient-right .setting .setting-ul, .patient-right .setting-b .setting-ul-b {
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/header-footer.png") repeat scroll 0 0;
  border: 1px solid #4c4c4c;
  box-shadow: 0 0 0 6px #302e2e;
  position: absolute;
  right: 17px;
  top: 38px;
  width: 190px;
  z-index: 1;
  display: none; }

.patient-right .setting .setting-ul li, .patient-right .setting-b .setting-ul-b li {
  width: 87%;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686;
  padding: 6px 12px; }

.patient-right .setting .setting-ul li a, .patient-right .setting-b .setting-ul-b li a {
  color: #fff;
  display: block;
  width: 100%; }

.patient-right .setting .setting-ul li a img {
  float: left;
  margin-top: auto; }

.title-img li {
  float: left;
  margin-right: 26px;
  width: 183px;
  line-height: 0; }

.tital-cover {
  position: relative;
  border: 1px solid #b6b4b5;
  margin-bottom: 9px; }

.tital-cover a img {
  vertical-align: -6px;
  width: 100%;
  height: 166px; }

.title-img li label {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0; }

.title-img li .rating {
  bottom: 6px;
  position: absolute;
  right: -2px; }

.title-img li label span {
  margin: 0; }

.tital-zoom span {
  float: right;
  margin: 0; }

.tital-zoom label {
  float: left; }

.title-img li .img-ti {
  position: static;
  word-wrap: break-word; }

.tital-zoom {
  margin-top: 13px; }

.aui label, .aui form {
  margin: 0; }

.title-img.clearfix {
  margin-top: 20px; }

.tablecheck {
  width: 806px;
  margin-top: 50px; }

.tablecheck span {
  margin: 0; }

.tablecheck label {
  margin-bottom: 27px; }

.add-note {
  background: #515151 none repeat scroll 0 0;
  padding: 32px 30px;
  width: 100%;
  border-bottom: 1px solid #474747;
  border-top: 1px solid #474747; }

.add-note input[type="text"] {
  width: 806px; }

.ruby-text p {
  color: #fff;
  line-height: 2;
  font-size: 17px; }

.ruby-text {
  margin-top: 50px; }

.note-text {
  background: #4e4e4e;
  padding: 18px 30px;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686;
  border-top: 1px solid #474747;
  margin-top: 1px; }

.note-text.clearfix .control-group textarea {
  width: 100%; }

.note-text label {
  color: #a3a3a3;
  padding-bottom: 9px;
  margin: 0; }

.note-text p {
  color: #fff;
  line-height: 21px;
  margin: 0;
  word-wrap: break-word; }

.stor-dental {
  position: relative; }

.caption-box {
  color: #fe8b00;
  font-size: 42px;
  position: absolute;
  left: 80px;
  top: 56px; }

.caption-box label {
  font-size: 33px;
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/1pxorange.png") repeat scroll 0 0;
  display: block;
  margin-top: 19px;
  padding: 15px 10px; }

footer ul {
  float: left;
  width: 176px;
  margin-top: 19px; }

footer ul li a, footer ul li a:hover {
  color: #a3a3a3;
  font-size: 16px; }

.fbtw-box li {
  float: left;
  margin-right: 7px; }

.myfooter {
  height: auto; }

footer li {
  padding-bottom: 15px; }

footer .last, footer .last ul {
  border: none;
  box-shadow: none; }

footer .last {
  border-left: 1px solid #5e5e5e;
  box-shadow: -1px 0 0 #181818;
  padding-left: 30px; }

footer .left {
  float: left;
  padding-top: 30px; }

.myfooter {
  padding: 10px 0; }

.myfooter .left {
  float: right; }

.media-box-top li {
  float: left;
  margin: 0 4px;
  line-height: 2; }

.media-box-top li:nth-child(3) {
  padding: 0 10px 0 0; }

.media-box-top {
  float: right;
  margin-top: -22px;
  position: relative;
  width: 165px; }

.aui ul, .aui ol {
  margin: 0; }

.remember {
  color: #fff;
  margin: 17px -3px; }

.logoin, .signUP {
  margin: 30px auto;
  max-width: 521px; }

.logoin h2, .signUP h2 {
  border-bottom: 1px solid #cdcdcd;
  font-size: 29px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #cdcdcd;
  font-weight: bold; }

.logoin, .signUP {
  border: 2px solid #eaeaea;
  padding: 35px;
  box-shadow: 0 0 6px 2px #000; }

.logoin input[type="text"], .logoin input[type="password"], .signUP input {
  margin: 15px 0;
  max-width: 100% !important; }

.left-btn {
  width: 106px;
  float: left; }

.left-btn input[type="submit"], .left-btn button {
  background: #3f3f3f none repeat scroll 0 0;
  border: 1px solid #272727 !important;
  box-shadow: 0 0 0 5px #3f3f3f !important;
  color: #fff;
  font-size: 24px;
  width: 100%;
  margin-bottom: 20px !important; }

.left-btn button:active, .left-btn button:hover, .left-btn button:focus {
  background-color: #f4833d !important; }

.aui #_58_fm .fieldset .btn.btn-primary {
  background: #3f3f3f none repeat scroll 0 0;
  border: 1px solid #272727 !important;
  box-shadow: 0 0 0 5px #3f3f3f !important;
  color: #fff;
  font-size: 16px;
  width: AUTO; }

.right-btn {
  width: 200px;
  float: right; }

.right-btn a {
  color: #fff;
  display: block;
  padding: 7px 0;
  text-align: right;
  font-size: 16px; }

.btngroups {
  position: absolute;
  right: 0;
  top: 74px;
  width: 258px;
  z-index: 1; }

.btngroups > span {
  border: medium none;
  box-shadow: none;
  float: left;
  font-weight: normal;
  height: 53px;
  width: 122px; }

.btngroups span a {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: bolder;
  padding: 16px 0;
  text-align: center; }

.btngroups span a:hover {
  color: #fff; }

.btngroups .signup {
  background: url("/NewTheme1-theme/images/dentalnote_images/orangeBG.png"); }

.btngroups .signin {
  margin-left: 1px !important;
  background: url("/NewTheme1-theme/images/dentalnote_images/orangeBG.png"); }

.verification li {
  float: left;
  width: 50%; }

.verification .verimg {
  padding: 10px 0;
  text-align: right; }

.regi-by-doctor-lab span {
  color: #cdcdcd;
  float: left;
  font-size: 17px;
  font-weight: bold;
  width: 42%; }

.regi-by-doctor-lab span label {
  font-size: 17px; }

.regi-by-doctor-lab input[type="radio"] {
  margin: 8px 9px; }

.myfooter .start-now {
  float: right;
  width: 400px; }

.myfooter .start-now a {
  background: #f3843d none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 33px;
  text-align: center;
  width: 190px; }

.myfooter .start-now a:hover {
  text-decoration: none; }

.myfooter .start-now p {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 17px;
  float: none; }

.shadow-box {
  box-shadow: 0 13px 9px -12px rgba(0, 0, 0, 0.8) inset; }

.shadow-box.top-section {
  border-bottom: 1px solid #fe9901; }

.stor-dental img {
  width: 100%; }

.bg-layer {
  background: url("/NewTheme1-theme/images/dentalnote_images/top-2.png");
  background-size: contain;
  padding: 44px 0;
  border-top: 1px solid #fe9901;
  border-bottom: 1px solid #fe9901; }

.bg-layer p {
  color: #fe9901;
  font-size: 22px;
  line-height: 31px;
  margin: 25px 0; }

.bg-layer h2 {
  font-size: 46px; }

.bg-layer figure label {
  display: block;
  font-size: 22px;
  line-height: 22px;
  margin-top: 7px; }

.columm {
  margin-top: 27px; }

.left-right-text h2 {
  color: #fff;
  font-size: 39px;
  font-weight: normal; }

.left-right-text p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-top: 12px; }

.easy-section {
  padding: 50px 0;
  border-top: 2px solid #504e4f;
  background: url("/NewTheme1-theme/images/dentalnote_images/dark-bg.png"); }

.light {
  background: url("/NewTheme1-theme/images/dentalnote_images/light-bg.png"); }

.Premium-free h2 {
  font-size: 24px !important;
  font-weight: bold !important;
  color: white; }

.Premium-free label {
  font-size: 24px;
  font-weight: normal;
  margin-top: 10%;
  color: white; }

.Premium-free p {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  margin: 21px auto;
  width: 222px; }

.Premium-free a {
  background: #afadae none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  padding: 6px 0;
  width: 191px; }

.Premium-free .active h2, .Premium-free .active label {
  color: #ea6c18; }

.Premium-free .active a {
  background: #ea6c18;
  color: #fff; }

.Premium-free .active {
  border-left: 1px solid #5e5e5e;
  box-shadow: -1px 0 0 #181818; }

.video-section {
  background: url("/NewTheme1-theme/images/dentalnote_images/video.png");
  background-size: contain;
  padding: 38px 0; }

.video-section .video-box {
  margin: auto;
  width: 75%;
  height: 400px; }

.slider-box {
  background: #f3843d;
  padding: 33px 0; }

.slider-box h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #fff; }

.slider-box p {
  line-height: 24px;
  padding-bottom: 13px;
  font-size: 16px; }

.slider1 .slide label {
  background: #6e6e6e none repeat scroll 0 0;
  display: block;
  margin-top: 10px;
  padding: 8px 0;
  text-align: center;
  cursor: pointer; }

.slider1 .slide label:hover {
  background: #ff5a0a; }

.slider1 .slide .qst-logo-container {
  background-color: #fff;
  margin-left: 40px;
  width: 268px;
  height: 150px; }

.slider1 .slide .qst-logo-container img {
  padding-top: 20%; }

.slider1 .slide img {
  margin: auto auto; }

.slider1 .slide .comment {
  margin: 10px 25px 10px 30px; }

.carousel-control.left, .carousel-control.right {
  background: transparent; }

.bx-pager.bx-default-pager {
  display: none; }

.bx-controls-direction {
  background: url("/NewTheme1-theme/images/dentalnote_images/orafter.png") no-repeat;
  padding: 0 263px; }

.remember label {
  float: left;
  margin-top: -6px; }

.month-date label {
  float: left; }

table .first > label {
  float: left; }

.linked label {
  float: left; }

.invite-btn input[type="button"] {
  width: 100%; }

.contact-btn input[type="button"] {
  width: 100%; }

.create-btn {
  float: none; }

.create-btn button[type="submit"] {
  margin-top: 20px;
  font-size: 16px !important; }

/*************** added by me ************************/
.myfooter ul li a, .myfooter ul li a:hover {
  color: #a3a3a3; }

.text-center h2 {
  color: #fff;
  font-weight: normal;
  font-size: 46px;
  vertical-align: baseline;
  background: transparent;
  font-family: inherit; }

/* override .portlet-content  */
.portlet-content {
  padding: 0px; }

/*override to incresed the username and password width  */
.logoin input {
  width: 100%; }

/* to hide the labels  */
.logoin .control-label {
  display: block; }

.signUP .control-label {
  display: none; }

.signUP input {
  width: 100%; }

.signUP .row-fluid [class*="span"] {
  margin-left: 0;
  width: 100% !important; }

footer ul, footer ol {
  margin: 0 !important; }

.taglib-captcha .control-group {
  float: left;
  width: 63%;
  margin-right: 22px; }

.taglib-captcha > img {
  margin: 11px 0; }

.taglib-captcha .refresh {
  vertical-align: middle; }

.patient-details input {
  width: 100%; }

.select-box select {
  background: none repeat scroll 0 0 #f0f0f0;
  border: 2px solid #a09e9f !important;
  border-radius: 0 !important;
  font-size: 17px !important;
  padding: 6px 0;
  height: 42px !important;
  text-indent: 8px;
  width: 100%; }

.search input[type=search] {
  background: none repeat scroll 0 0 #f0f0f0;
  border: 2px solid #a09e9f !important;
  border-radius: 0 !important;
  font-size: 17px !important;
  height: auto !important;
  padding: 9px 0 !important;
  text-indent: 8px;
  width: 100%; }

/* Drag and drop files  */
.drop .select-files {
  float: none;
  margin: 70px auto;
  text-align: center;
  width: 210px; }

.dentalnote ul, .dentalnote ol {
  margin: 0; }

.patientlist li:first-child {
  width: 100%; }

.patientlist ul {
  margin: 0;
  padding: 0 !important;
  color: #000; }

.patientlist li {
  width: 100%;
  margin: 0;
  padding: 0; }

.dentalnote .portlet-column-content.empty {
  display: none; }

#hrefFm {
  display: none; }

.portlet-column.portlet-column-only.span12.yui3-dd-drop {
  width: 100% !important;
  margin: 0 !important; }

.clearfix input {
  width: 100%; }

/* To adjust the dockbar image width  */
.aui .dockbar .user-avatar img {
  width: 21px; }

.manage-box h2 {
  color: #fff;
  font-weight: normal;
  font-size: 22px; }

/* To align the signup create button  */
.create-btn button[type="submit"] {
  background: none repeat scroll 0 0 #3f3f3f;
  font-size: 16px !important;
  margin-top: 20px;
  color: #fff;
  width: 100%; }

/* to hide label of search from add patient page  */
.cover textarea {
  height: 20px !important;
  width: 100% !important; }

.select-box.datepicker i {
  position: absolute;
  right: 0;
  width: 43px;
  top: 2px;
  pointer-events: none; }

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0 2px;
  cursor: pointer;
  margin-left: 8px; }

.bootstrap-tagsinput {
  position: relative;
  padding-top: 55px;
  background: transparent;
  width: 100%;
  border-radius: 0;
  border: none;
  padding-left: 0px;
  margin-top: 12px; }

.bootstrap-tagsinput > input {
  left: 0 !important;
  position: absolute !important;
  top: 0 !important; }

.bootstrap-tagsinput > .label-info {
  font-size: 12px;
  margin-top: 5px; }

.search-btn .search-icon {
  background: white url("/NewTheme1-theme/images/dentalnote_images/search_admin.png") no-repeat 9px center;
  width: 55px !important;
  margin: 0;
  font-size: 0 !important;
  position: absolute;
  right: -4px;
  height: 42px !important; }

.search-btn .search-icon:hover {
  margin: 0;
  background: #ff5a0a url("/NewTheme1-theme/images/dentalnote_images/search_admin.png") no-repeat 9px center; }

.search-btn input[type="text"] {
  float: left;
  width: 100%; }

.search-table th a:hover, .search-table td a:hover {
  color: #fff;
  text-decoration: none; }

.search-table-lab th a, .search-table-lab td a {
  color: #fff; }

.search-table-lab th a:hover, .search-table-lab td a:hover {
  color: #fff;
  text-decoration: none; }

.select-box.search-btn .control-group {
  margin: 0 !important; }

/* 2/june/2015 */
.search-table th a, .search-table td a {
  color: #fff; }

.search-table-lab th a, .search-table-lab td a {
  color: #fff; }

input[type="radio"] {
  display: none; }

input[type="radio"]:checked + label span {
  background-position: 0 0; }

input[type="radio"] + label span {
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/radio.png") no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
  margin-right: 8px;
  background-position: 0 -25px; }

.file-box {
  background: none repeat scroll 0 0 #f3843d;
  border: 1px dotted #454545;
  box-shadow: 0 0 0 3px #f3843d;
  margin: auto;
  position: relative;
  width: 138px; }

.file-box input[type="file"] {
  opacity: 0;
  width: 100%;
  padding: 3px 0 !important; }

.file-box > p {
  color: #454545;
  position: absolute;
  width: 100%;
  margin: 7px 0; }

.add-event {
  padding: 30px; }

.left-event {
  width: 36%;
  float: left; }

.right-event {
  width: 45%;
  float: left;
  margin-left: 28px; }

.add-event input[type="submit"], .add-event input[type="button"] {
  width: 100px;
  text-indent: 0; }

.add-event .flie-btn {
  width: 110px;
  background: #ea6c18;
  cursor: pointer;
  position: relative; }

.flie-btn .upload {
  display: block;
  padding: 12px 9px;
  color: #454545; }

.flie-btn .filename {
  background: #FCF9F2;
  overflow: hidden;
  display: block;
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 54px;
  width: 300px;
  height: 22px !important;
  padding: 9px 10px !important; }

.flie-btn.clearfix > label {
  padding: 12px 11px; }

.patient-mid h2 {
  font-size: 20px;
  color: #fff;
  line-height: 0; }

.add_event {
  display: block;
  float: right;
  font-weight: bold !important;
  width: 116px; }

.patient-details .control-group label {
  display: block; }

.patient-details input {
  width: 100% !important; }

.aui .upload_file input[type="file"] {
  opacity: 0;
  width: 100%;
  padding: 0 !important; }

.aui .upload_file {
  position: relative;
  background: none repeat scroll 0 0 #F3843D;
  border: 1px solid #868686;
  box-shadow: 0 0 0 3px #F3843D;
  margin: auto;
  padding: 2px 20px;
  width: 113px; }

.upload_file > label {
  color: #454545;
  height: 17px !important;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 9px; }

.search-table th a, .search-table td a {
  color: #FFFFFF;
  display: block;
  padding: 17px 0;
  text-indent: 30px; }

.search-table-lab th a, .search-table-lab td a {
  color: #FFFFFF;
  display: block;
  padding: 17px 0;
  text-indent: 30px; }

input[type="radio"] {
  display: none; }

input[type="radio"]:checked + label span {
  background-position: 0 0; }

input[type="radio"] + label span {
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/radio.png") no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
  margin-right: 8px;
  background-position: 0 -25px; }

.file-box {
  background: none repeat scroll 0 0 #f3843d;
  border: 1px dotted #454545;
  box-shadow: 0 0 0 3px #f3843d;
  margin: auto;
  position: relative;
  width: 138px; }

.file-box input[type="file"] {
  opacity: 0;
  width: 100%;
  padding: 3px 0 !important; }

.file-box > p {
  color: #454545;
  position: absolute;
  width: 100%;
  margin: 7px 0; }

.pagination li {
  display: inline-block;
  padding: 5px; }

.list-tag {
  padding: 0;
  background: #393738;
  margin: 4px 0; }

.list-details {
  padding: 0;
  margin: 4px 0; }

.list-details:hover {
  background: none repeat scroll 0 0 #585858; }

.list-tag h3, .list-details h4 {
  color: #fff;
  font-size: 16px;
  font-weight: normal; }

.tags.list-details a {
  background: none repeat scroll 0 0 transparent;
  color: #fff;
  padding: 5.2px 30px;
  border-radius: 0;
  display: block; }

.aui .tags.list-details a:hover {
  color: #fff;
  text-decoration: none; }

.tags.list-details a:hover {
  color: #0077b3;
  text-decoration: underline; }

/* for pagination */
.pg-normal {
  color: #0000FF;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer; }

.pg-selected {
  color: #800080;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer; }

.pagination li {
  display: inline-block;
  padding: 5px; }

.aui .tags h2 {
  font-size: 23px;
  color: #fff;
  margin: 1px 0; }

.aui .right-box {
  min-height: 772px; }

.aui .search-table > .pagination {
  bottom: 0;
  padding: 0;
  position: absolute;
  width: 100%; }

.aui .search-table-lab > .pagination {
  bottom: 0;
  padding: 0;
  position: absolute;
  width: 100%; }

.aui .customPagination {
  border: none;
  padding-left: 0; }

.aui .customPagination li {
  float: left;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important; }

.aui .customPagination li span {
  background: transparent !important;
  border: none !important;
  color: #fff;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px !important;
  padding: 3px 7px 1px !important;
  text-align: center;
  text-indent: 0;
  width: auto; }

.aui .customPagination li span:hover, .aui .customPagination li .pg-selected {
  background: #222224 !important;
  color: #ff5a0a; }

.profileLink {
  text-indent: 0; }

.aui .btn-edit:hover {
  color: #fff; }

.linked #editlink, .linked #editlink:hover {
  font-weight: normal;
  color: #fff;
  text-decoration: none; }

.separation {
  border-bottom: 1px solid #000000;
  box-shadow: 0 1px 0 #868686;
  clear: both; }

.aui .search-with-multipal td {
  padding: 5px 0 5px 20px; }

.aui .search-with-multipal td:before {
  z-index: -2; }

.aui #fm {
  float: none;
  margin: 53px auto !important;
  max-width: 950px;
  color: #fff;
  width: 90%; }

.aui #fm .btn-primary, .aui #fm .btn, .aui #fm .btn-cancel {
  background: none repeat scroll 0 0 #BBB9BA;
  border: 1px solid #868686;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 11px;
  margin-top: 8px;
  padding: 6px 20px;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto; }

.aui .legend {
  color: #fff;
  text-shadow: none; }

.aui .tag img {
  margin: -2px 10px -2px 18px; }

.aui .first-a > a, .aui .first-a > a:hover {
  text-indent: 0;
  color: #5c5c5c;
  text-decoration: none;
  margin: 9px 0; }

.tags.list-details.clearfix, .tags.list-tag.clearfix {
  margin: 1px 0; }

.Premium-free a:hover, .Premium-free .active a:hover, .btn-edit, .btn-edit:hover, .btn-edit:focus {
  color: #fff;
  text-decoration: none; }

#patientlist {
  margin-bottom: 81.6px; }

.aui .field.event-note, .aui .field.imgname {
  display: none;
  padding: 3px 0 !important;
  text-overflow: ellipsis !important; }

.aui .field.stlname {
  display: none;
  padding: 3px 0 !important;
  text-overflow: ellipsis !important; }

.edt-event-btn {
  background: none repeat scroll 0 0 #4E4E4E;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #474747;
  box-shadow: 0 1px 0 #868686;
  display: none;
  margin-top: 1px;
  padding: 10px 30px;
  text-align: right; }

.aui .btn-edit:hover, .aui .btn-edit, .aui .btn-edit:hover, .aui .btn-edit:focus {
  color: #fff;
  outline: none !important; }

.aui .alert, .aui .portlet-msg-alert, .aui .portlet-msg-error, .aui .portlet-msg-help, .aui .portlet-msg-info, .aui .portlet-msg-progress, .aui .portlet-msg-success {
  margin-bottom: 10px !important; }

.aui #_58_fm .fieldset .logoin .control-label .logoin input[type="text"] {
  margin-top: 5px; }

/* @ Bhagwan singh share radio */
.aui input[type="radio"] {
  height: 12px;
  margin: 0 10px 3px 0;
  width: 12px;
  box-shadow: 0 0 0 1px #dddddd; }

.aui input[type="radio"] {
  display: none; }

.aui input[type="radio"]:checked + label span {
  background-position: 0 0; }

.aui input[type="radio"] + label span {
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/radio.png") no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
  margin-right: 8px;
  background-position: 0 -25px; }

.share-box {
  float: right;
  width: 785px; }

.share-box .share-btn {
  float: left;
  margin: 11px 12px;
  text-indent: 0; }

.share-box .share-btn .control-group .share-input {
  padding: 2px 2px !important; }

.share-box button.btn {
  margin-top: 32px;
  float: left;
  margin-right: 12px; }

.share-btn > span {
  display: block;
  margin-bottom: 5px; }

.share-box .btn.btn-primary {
  margin: 39px 5px 0 5px;
  background: #fff;
  color: #454545; }

.share-patient-tr {
  display: none; }

.share-box textarea {
  height: 80px !important;
  width: 100% !important;
  float: left; }

/*  Patient delete popup */
.patient-popup {
  display: none;
  background: #fff;
  border-radius: 7px;
  bottom: 0;
  height: 160px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 370px;
  z-index: 2;
  padding: 0 14px; }

.patient-popup h2 {
  font-size: 20px;
  text-align: center; }

.portlet .patient-popup .button-holder {
  margin: 0 auto; }

.portlet .patient-popup .button-holder .btn {
  float: left;
  padding: 5px 3px;
  font-size: 16px;
  color: #fff; }

.portlet .patient-popup .button-holder .btn.btn-cancel {
  color: #000;
  margin-right: 3px; }

.patient-overlay {
  width: 100%;
  background: #000;
  opacity: 0.4;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1; }

.aui .patient-popup .button-holder {
  width: 129px; }

.aui .patient-popup .btn.deleteRecord {
  float: left; }

.aui .patient-popup .btn {
  color: #000000 !important;
  font-size: 14px !important;
  padding: 1px 9px !important; }

.manage-box a:hover, .manage-box a:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

.et-user-porfile {
  float: right; }

.et-user-porfile a {
  color: #fff;
  font-weight: normal; }

.et-user-porfile img {
  margin: 0px 5px;
  width: 28px; }

.manage-box ul li .pass {
  float: left;
  width: 113px; }

.manage-box ul li .Update-user {
  float: right;
  width: 145px; }

.Update-cover {
  margin-top: 36px; }

.paypal-radio p {
  color: #fff; }

.paypal-radio span {
  float: left; }

.upgrate > h2 {
  color: #fff;
  font-size: 24px; }

.addon-cover {
  clear: left;
  margin: 20px 2px 11px 18px; }

.addon-cover .addon {
  width: 26.7%;
  float: left;
  margin-right: 19px; }

.addon.last {
  flaot: right;
  width: 131px;
  margin-top: 6px; }

.new-radio .aui input[type="checkbox"]:checked + label span {
  background-position: 0 0; }

.new-radio .aui input[type="checkbox"] + label span {
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/checkbox.png") no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
  margin-right: 8px;
  background-position: -30px 0; }

.dialog-iframe-root-node {
  padding: 0 !important; }

.aui .modal {
  height: 310px !important;
  width: 282px !important; }

.lfr-portrait-editor .popup-btn, .lfr-portrait-editor .popup-btn:hover, .lfr-portrait-editor .popup-btn:focus {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #454545 !important;
  margin: auto;
  width: 90px; }

.lfr-portrait-editor .popup-upload-file {
  background: none repeat scroll 0 0 #F3843D;
  border: 1px dotted #454545;
  box-shadow: 0 0 0 3px #F3843D;
  margin: auto;
  position: relative;
  width: 138px;
  height: 35px; }

.lfr-portrait-editor label {
  padding: 18px 0;
  text-align: center; }

.lfr-portrait-editor .popup-upload-file .field {
  opacity: 0 !important; }

.lfr-portrait-editor .popup-upload-file p {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0 !important;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 100%;
  pointer-events: none; }

.invite a {
  -moz-appearance: none;
  background: none repeat scroll 0 0 #BBB9BA;
  border: 2px solid #868686;
  color: #454545;
  font-size: 16px;
  margin-top: 8px;
  padding: 6px 20px; }

.invite a:hover {
  color: #fff;
  text-decoration: none;
  background: #F4833D; }

.invite {
  margin-right: 15px; }

.invite-btn > input {
  width: 124px !important;
  color: #454545 !important; }

.contact-btn > input {
  width: 124px !important;
  color: #454545 !important; }

.aui .share-box .share-input {
  box-sizing: border-box !important; }

.aui .share-box .share-btn {
  width: 32%; }

.aui .search-table td .share-btn1 {
  margin: 5px 0 12px !important; }

.aui .premium input[type="image"] {
  background: transparent none repeat scroll 0 0;
  border: medium none !important; }

.aui .premium .left-pay {
  width: 100%;
  margin-bottom: 15px; }

.aui .premium form, .aui .premium .left-pay label, .aui .premium .right-pay label {
  float: left; }

.aui .premium .right-pay {
  width: 100%; }

/* .aui .premium form {margin-top: -10px; } */
.premium .left-pay label, .aui .premium .right-pay label {
  width: 100%;
  font-size: 16px; }

.Manage-left {
  float: left;
  width: 179px; }

.Manage-right {
  float: left;
  width: 532px; }

.Manage-right ul {
  float: left; }

.Manage-right li label {
  font-weight: bold; }

.Manage-right li span {
  color: #FFFFFF;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 257px;
  min-height: 26px; }

.Manage-right li {
  float: left;
  padding-right: 8px;
  width: 258px; }

.aui .Manage-right li span input[type="text"], .aui .Manage-right li span input[type="email"] {
  width: 98% !important; }

#patientsrchlist .first-a.tags {
  box-shadow: none !important;
  border: none !important; }

.btn.close.close-content.yui3-widget.btn-content {
  float: right;
  margin: 0;
  width: 12px;
  clear: both; }

.payment-response {
  color: #008000;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: 51px;
  width: 100%;
  display: none; }

.referral-join {
  margin-top: 1px; }

.referral-join tr {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686; }

.referral-join th {
  background: none repeat scroll 0 0 #393738;
  padding: 17px 0;
  font-weight: normal;
  color: #fff;
  text-align: left;
  text-indent: 36px; }

.referral-join td {
  padding: 17px 0;
  font-weight: normal;
  color: #fff;
  text-indent: 36px; }

.aui .full-width {
  width: 100% !important; }

/* .Associated .right #labbtn,.Associated .right button {font-size: 14px;padding: 1px 0; width: 63px; } */
.admin-cover h2 {
  color: #fff; }

.add-clinic {
  margin-top: 1px; }

.add-clinic tr {
  border-bottom: 1px solid #000;
  -moz-box-shadow: 0 1px 0 #868686;
  -webkit-box-shadow: 0 1px 0 #868686;
  box-shadow: 0 1px 0 #868686; }

.add-clinic th, .add-clinic td {
  color: #fff;
  font-weight: normal;
  padding: 17px 0;
  text-align: left;
  vertical-align: middle;
  padding-left: 30px;
  height: auto;
  min-height: 15px; }

.add-clinic th a, .add-clinic td a {
  color: #fff;
  text-decoration: none;
  word-wrap: break-word; }

.add-clinic th {
  background: #393738; }

.add-clinic tr:hover {
  background: #585858; }

.share-with-cover .share-profile-from {
  padding: 0 30px;
  margin-top: 25px; }

#share-with .share-patient-profile > span {
  display: block;
  margin-bottom: 9px; }

.share-patient-profile {
  float: left;
  width: 30%;
  margin-right: 25px; }

.share-patient-profile > span {
  margin-bottom: 12px;
  display: block; }

.share-patient-profile .share-note {
  resize: none;
  width: 100%;
  height: 45px !important; }

.aui .share-patient-profile .share-patient-select {
  height: 36px !important;
  padding-left: 10px;
  text-indent: 0 !important;
  width: 100% !important;
  border: 2px solid #A09E9F !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  padding-top: 5px !important; }

.aui .shareemail-profile {
  padding: 5px 0 !important; }

#share-with .btn {
  margin-top: 37px; }

.patient-right li img {
  width: 26px;
  margin-left: 6px;
  margin-top: -6px;
  height: 25px; }

.patient-linked {
  padding: 12px 30px 6px 30px;
  position: relative; }

.aui .row-fluid .span2 {
  width: 17%; }

.aui .row-fluid [class*="span"] {
  margin-left: 0; }

.aui .row-fluid [class*="span"] > div {
  float: left;
  width: 100%; }

/*  confirm  popup */
.confirm-popup {
  display: none;
  background: #fff;
  border-radius: 7px;
  bottom: 0;
  height: 160px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 370px;
  z-index: 2;
  padding: 0 14px; }

.confirm-popup h2 {
  font-size: 20px;
  text-align: center; }

.portlet .confirm-popup .button-holder {
  margin: 0 auto; }

.portlet .confirm-popup .button-holder .btn {
  float: left;
  padding: 5px 3px;
  font-size: 16px;
  color: #fff; }

.portlet .confirm-popup .button-holder .btn.btn-cancel {
  color: #000;
  margin-right: 3px; }

.confirm-overlay {
  width: 100%;
  background: #000;
  opacity: 0.4;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1; }

.aui .confirm-popup .button-holder {
  width: 129px; }

.aui .confirm-popup .btn.rejectRecord {
  float: left; }

.aui .confirm-popup .btn {
  color: #000000 !important;
  font-size: 14px !important;
  padding: 1px 9px !important; }

/*  clinic request  popup */
.clinicreq-popup {
  display: none;
  background: #fff;
  border-radius: 7px;
  bottom: 0;
  height: 240px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  max-width: 345px;
  z-index: 2;
  padding: 15px; }

.clinicreq-popup h2 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 15px;
  text-align: center; }

.portlet .clinicreq-popup .inputtext .control-group {
  width: 260px;
  margin: 0 auto; }

.portlet .clinicreq-popup textarea {
  width: 260px; }

.portlet .clinicreq-popup .button-holder {
  margin: 0 auto; }

.portlet .clinicreq-popup .button-holder .btn {
  float: left;
  padding: 5px 3px;
  font-size: 16px;
  color: #fff; }

.portlet .clinicreq-popup .button-holder .btn.btn-cancel {
  color: #000;
  margin-right: 3px; }

.clinicreq-overlay {
  width: 100%;
  background: #000;
  opacity: 0.4;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1; }

.aui .clinicreq-popup .button-holder {
  width: 140px; }

.aui .clinicreq-popup .btn.sendclinicreq {
  float: left; }

.aui .clinicreq-popup .btn {
  color: #000000 !important;
  font-size: 14px !important;
  padding: 1px 9px !important; }

/*  cropbox  popup */
.cropbox-popup {
  display: none;
  background-color: transparent;
  border-radius: 7px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  max-width: 900px;
  max-height: 520px;
  z-index: 9999;
  padding: 20px; }

.aui .cropbox-popup .cropimg, .aui .cropbox-popup .jcrop-holder {
  border: 1px solid #fff;
  border-radius: 5px; }

.aui .cropbox-popup .jcrop-holder .cropimg {
  width: 100% !important;
  height: 100% !important;
  background-color: #fff !important; }

.aui .jcrop-holder {
  max-height: 100% !important;
  max-width: 100% !important; }

.aui .jcrop-tracker {
  height: 100% !important;
  width: 100% !important; }

.cropbox-popup h2 {
  font-size: 20px;
  text-align: center; }

.portlet .cropbox-popup .button-holder {
  margin: 0 auto; }

.portlet .cropbox-popup .button-holder .btn {
  float: left;
  padding: 5px 3px;
  font-size: 16px;
  color: #fff; }

.portlet .cropbox-popup .button-holder .btn.btn-cancel {
  color: #000;
  margin-right: 3px; }

.overlay {
  width: 100%;
  background: #000;
  opacity: 0.4;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999; }

.aui .cropbox-popup .button-holder {
  width: 129px; }

.aui .cropbox-popup .btn.rejectRecord {
  float: left; }

.aui .cropbox-popup .btn {
  color: #000000 !important;
  font-size: 14px !important;
  padding: 1px 9px !important; }

.aui .cropbox-popup .cropImgBtn {
  margin: 0 auto;
  padding: 10px 0;
  width: 125px; }

.aui .admin-cover h2 {
  font-size: 24px; }

.aui .rotateimg {
  padding: 0 15px; }

.aui .popup-btn {
  display: block;
  margin: 0 auto; }

#clinicsendreq {
  padding-left: 5px;
  color: #F4833D; }

.aui .cover .control-group.error input, .aui .cover .control-group.error select, .aui .cover .control-group.error textarea {
  margin-bottom: 0; }

/* .patient-details ul li .error{height:20px;} */
.warningmsg {
  color: #B50303;
  padding-left: 5px;
  font-size: 15px;
  white-space: nowrap; }

.aui .span-new-10 > .span5 {
  width: 50% !important; }

.aui .contact-support .control-group textarea {
  width: 100% !important; }

.round-nofity {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #F4833D;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center; }

.qq-upload-list li {
  margin-bottom: 5px !important;
  width: 162px !important;
  height: 160px;
  margin-left: 5px !important;
  float: left; }

.qq-upload-list li:first-child {
  margin-left: 0px; }

.qq-upload-list .qq-upload-file {
  width: 125px;
  font-size: 12px; }

.image-upload-patient {
  height: 62px; }

.image-upload-patient img {
  max-height: 60px; }

.right-box .qq-uploader {
  background: none;
  border: none; }

.aui .qq-upload-button.upload_file {
  border-radius: 0;
  display: block;
  float: none;
  top: auto;
  overflow: visible !important; }

.aui .qq-uploader:before {
  font-size: 130%;
  color: #fff;
  opacity: 1; }

.aui .qq-upload-list li:first-child {
  border-top: none; }

.aui .qq-upload-cancel {
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  float: right; }

.optionSelectFile {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 10px;
  text-align: center; }

.aui .qq-upload-list {
  padding-top: 0;
  max-height: 335px; }

.aui .qq-upload-cancel:hover {
  background: none; }

#fileTags .drop {
  max-height: 450px; }

.qq-upload-status-text {
  color: #C71D1D;
  padding-top: 10px; }

.qq-upload-drop-area-active {
  background: none !important; }

.aui .qq-progress-bar {
  background: #F3843D !important; }

.patient-mid .title-img {
  float: left; }

.tital-zoom label {
  white-space: no-wrap;
  text-overflow: ellipsis;
  height: 16.5px;
  overflow: hidden;
  width: 100%; }

.patient-mid .tablecheck {
  clear: both;
  padding-top: 44px; }

.aui .file-upload-message {
  display: none;
  text-align: center;
  color: #F4833D;
  font-size: 15px;
  font-weight: bold; }

.aui .qq-uploader .buttons {
  font-size: 20px; }

.manage-box .Manage-right li label span {
  display: inline; }

.manage-box .Manage-right li .help-inline {
  display: block;
  padding-left: 0; }

.manage-box .Manage-right li {
  height: 83px; }

.manage-box .Manage-right li span input {
  margin-bottom: 4px; }

.aui .lab-dentist-request tr td {
  padding: 10px 0;
  word-wrap: break-word; }

.aui .patient-details ul {
  box-shadow: none !important;
  border-bottom: none !important;
  padding-bottom: 1px; }

.add-tag .view input {
  padding: 6px 20px !important;
  text-indent: 0 !important;
  width: auto !important;
  font-size: 15px !important; }

.aui .confirm-popup .button-holder .btn {
  width: auto !important; }

.lab-dentist-request table td:before, .search-table-lab td {
  word-wrap: break-word; }

.popup-upload-file .popup-btn:hover {
  margin: 0 auto;
  display: block;
  background: #fff; }

.aui .btn-primary.edit-patient-btn {
  background-color: #F1F1F1;
  background-image: linear-gradient(to bottom, #f6f6f6, #eaeaea);
  background-repeat: repeat-x;
  border-color: #CFCFCF #CFCFCF #B5B5B5;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }

.aui .btn-primary.edit-patient-btn:hover, .aui .btn-primary.edit-patient-btn:focus {
  background-color: #F1F1F1;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #CFCFCF #CFCFCF #B5B5B5;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: none; }

.aui .btn-primary.sendclinicreq {
  background: #eaeaea;
  text-shadow: none; }

.aui .tital-cover .patient-profile-image-div {
  height: 166px;
  width: 181px;
  position: relative; }

.aui .tital-cover .patient-profile-image-div img {
  height: auto;
  width: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 166px;
  max-width: 181px; }

.aui .patient-details .patient-email {
  height: 85px; }

.aui .email .error .email {
  width: 100%; }

.aui .lb-nav a.lb-next {
  width: 34% !important; }

.aui .field.imageMetaDate {
  height: 20px !important;
  padding: 3px 0 !important; }

.aui .free-sign-up {
  margin: 40px auto 0;
  text-align: center; }

.aui .free-sign-up a {
  background: orange url("/NewTheme1-theme/images/dentalnote_images/orangeBG.png") repeat-x scroll 0 0;
  border-radius: 2px;
  color: #333;
  font-size: 18px;
  padding: 10px 12px;
  text-decoration: none; }

.aui .search-table .displayBold td {
  background: #585858 none repeat scroll 0 0;
  font-weight: bold; }

.aui .search-table-lab .displayBold td {
  background: #585858 none repeat scroll 0 0;
  font-weight: bold; }

.aui #addevent #fileTags .eventNote {
  margin-left: 3%;
  margin-top: 1%;
  width: 50%; }

.aui #addevent #fileTags .eventNote .control-label {
  display: inline-block;
  padding-right: 5px; }

.aui #addevent #fileTags .eventSubmit {
  float: right;
  margin-right: 28px;
  margin-top: -44px; }

.aui #addevent .event-header h2 {
  color: white;
  font-size: 22px !important;
  margin-left: 2%; }

.aui #addevent #fileTags #fine-uploader-manual-trigger .qq-uploader {
  margin-top: 10px;
  border: 2px solid #f3843d;
  border-radius: 0;
  min-height: 140px; }

.aui #addevent .drop {
  border: none; }

.aui #addevent .eventSubmit .btn-submit {
  background: url("/NewTheme1-theme/images/dentalnote_images/save.png");
  height: 32px;
  width: 98px;
  border: none; }

.aui #addevent #fileTags .eventSubmit button {
  float: left;
  margin-left: 8px;
  text-align: right; }

.aui #addevent #fileTags .eventSubmit #eventcancel {
  background: url("/NewTheme1-theme/images/dentalnote_images/cancel.png");
  height: 32px;
  width: 98px;
  border: none; }

.aui #addevent #fileTags.border-box {
  padding: 0; }

.aui .exportlab-list > img {
  float: right;
  margin-top: 2%; }

.aui .exportdentist-list > img {
  float: right;
  margin-top: 2%; }

.aui .share-profile-from .share-with-patient-profile {
  padding: 0; }

.aui .share-profile-from .share-with-patient-profile > li {
  float: left;
  margin-right: 25px;
  width: 30%; }

.aui .share-profile-from .share-with-patient-profile > li > div {
  width: 100%;
  float: none;
  margin-right: none;
  padding-right: 0 !important; }

.aui .share-profile-from .share-with-patient-profile1 > li {
  width: 62%;
  float: left;
  margin-right: 30px; }

.aui .share-profile-from .share-with-patient-profile1 > li:last-child {
  width: 30%; }

.aui .share-profile-from .share-with-patient-profile1 > li > div {
  width: 100%;
  float: none;
  margin-right: none;
  padding-right: 0 !important; }

.aui .share-profile-from .share-with-patient-profile1 > li textarea {
  width: 100% !important;
  height: 80px !important;
  margin-left: 0; }

.aui .share-profile-from .share-patient-profile .btn {
  margin-top: 0 !important; }

.aui .recent-tags-search a {
  background-color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  color: #000;
  font-size: 16px; }

.aui .recent-tags-search .tags-txt {
  color: #fff;
  margin-right: 35px; }

.aui .add-patient-tagcloud {
  box-sizing: content-box;
  float: left;
  width: 50%; }

.aui .add-patient-tagcloud a {
  margin: 31px 4px 15px 0 !important; }

.aui #_addpatient_WAR_DentalNotehomeportlet_addPatientInfoForm .bootstrap-tagsinput {
  width: 100%; }

.aui #_addpatient_WAR_DentalNotehomeportlet_addPatientInfoForm .tag .control-group {
  float: left;
  width: 200px; }

.aui .search-table td .share-btn1 {
  float: none;
  width: 86%; }

.aui .search-table td .share-btn > button {
  margin-top: 0;
  margin-bottom: 20px; }

.aui .search-table td .share-btn {
  margin-bottom: 0; }

.aui .search-table td .share-btn textarea {
  margin-bottom: 0; }

.aui .patient-details.clearfix .yui3-widget.yui3-aclist.yui3-widget-positioned .yui3-aclist-content .yui3-aclist-list {
  padding: 0px; }

.aui .patient-details.clearfix .yui3-widget.yui3-aclist.yui3-widget-positioned .yui3-aclist-content .yui3-aclist-list li {
  width: 100% !important; }

.aui .patient-details.clearfix .yui3-aclist-content .yui3-aclist-list .yui3-aclist-item-active span {
  color: #FFFFFF !important; }

.aui .addblog .videoFrm tr td {
  padding: 5px 0 10px;
  color: #fff; }

.aui .addblog .videoFrm tr td input {
  margin: 0; }

.aui .addblog .control-group textarea {
  width: 100%; }

.aui .addblog .label-required {
  display: inline-block;
  color: #fff; }

.aui .addblog .select-files {
  margin: 0;
  width: auto;
  text-align: left; }

.aui .addblog .addblog-top {
  box-shadow: 0 1px 0 #868686;
  border-bottom: 1px solid #000;
  padding: 8px 30px 8px;
  color: #FFF; }

.aui .addblog .edit-to-view a {
  padding: 2px 9px;
  border-color: #de722c;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  width: 160px;
  background: #f3843d none repeat scroll 0 0 !important;
  border: 1px solid #868686 !important;
  box-shadow: 0 0 0 3px #f3843d !important; }

.aui .addblog .select-files.full-btn-org .btn-primary {
  border-color: #de722c;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 8px 0;
  width: 160px;
  background: #f3843d none repeat scroll 0 0 !important;
  border: 1px solid #868686 !important;
  box-shadow: 0 0 0 3px #f3843d !important;
  margin-top: 8px;
  padding: 5px 20px; }

.aui .videolist .defultSelect {
  background: none;
  border: none !important;
  box-shadow: none !important;
  -moz-appearance: menuitem !important;
  width: 120px;
  margin: 0;
  padding: 0;
  color: #fff; }

.aui .videolist .linked.topHeading {
  padding: 1px 30px 1px;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #585858; }

.aui .videolist .linked.topHeading h2 {
  font-size: 18px;
  color: #fff;
  display: inline-block; }

.aui .videolist .post-blog {
  display: inline-block;
  float: right;
  margin-top: 23px; }

.aui .videolist .videohead h2 {
  display: inline-block;
  padding: 0px 30px 0px !important; }

.aui .videolist .videohead a:hover {
  background: #f4833d !important; }

.aui .videolist .video-col {
  float: left;
  width: 250px; }

.aui .videolist .video-col iframe {
  width: 240px !important;
  height: 130px !important; }

.aui .videolist .video-txt {
  float: left;
  color: #fff;
  width: 50%;
  margin-left: 3%; }

.aui .videolist .video-txt h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  line-height: 21px; }

.aui .videolist .video-txt p {
  font-size: 13px;
  line-height: 20px; }

.aui .videolist .editBtn {
  float: right;
  width: 15%; }

.aui .videolist .editBtn p {
  text-align: right; }

.aui .videolist .editBtn p a {
  background: none !important; }

.aui .videolist .editBtn p span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 4px; }

.aui .edit-blogs .videoFrm tr td {
  padding: 5px 0 10px;
  color: #fff; }

.aui .edit-blogs .videoFrm tr td input {
  margin: 0; }

.aui .edit-blogs .select-files {
  margin: 0;
  width: auto;
  text-align: left; }

.aui .edit-blogs .select-files.full-btn-org button {
  width: 160px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-color: #de722c;
  padding: 8px 0;
  margin: 0; }

.aui .search-table td .share-box .share-div {
  width: 674px !important;
  margin-left: 0; }

.aui .search-table td .share-box .share-div .share-btn {
  margin-left: 0; }

.aui .search-table td .share-box .share-div .share-btn:last-child {
  margin-right: 0; }

.aui .video-section .video-box > iframe {
  height: inherit;
  width: inherit; }

/***********************
	21-April-2016
******/
.aui .search-table .share-patient-tr td.share-hide {
  padding-left: 20%;
  padding-right: 2%; }

.aui .share-patient-tr td.share-hide::before {
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  width: auto !important; }

.aui .share-patient-tr td.share-hide .share-box {
  position: relative;
  max-width: 785px;
  width: 100%;
  float: none; }

.aui .share-patient-tr td.share-hide .share-box .share-div {
  margin-left: 0;
  width: 100% !important; }

.aui .share-patient-tr td.share-hide .share-box .share-div textarea {
  width: 100% !important; }

.aui .share-patient-tr td.share-hide .share-box .share-btn1,
.aui .share-patient-tr .share-box .share-btn select.share-input {
  float: none;
  width: 100% !important; }

.aui .share-patient-tr td.share-hide .share-box .note-label {
  text-indent: 0; }

.aui .patient-mid .noImage-data {
  padding-top: 0;
  margin-top: 0; }

.aui .patient-mid .field.imageMetaDate.hasDatepicker.error-field {
  margin-bottom: 8px;
  display: none !important; }

.patient-right > ul > li:last-child {
  position: relative; }

.aui .patient-linked .shareListPop {
  z-index: 999;
  display: none;
  background: #585858;
  border: 1px solid #999;
  position: absolute;
  right: 0px;
  margin-top: 18px;
  width: 180px; }

.aui .patient-linked .shareListPop a {
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  float: right;
  font-size: 9px;
  line-height: 19px;
  margin-right: 5px;
  padding: 2px 8px 0;
  margin-top: 1px; }

.aui .patient-linked .shareListPop a:hover {
  background: #f4833d;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none; }

.aui .patient-linked .shareListPop li {
  width: 170px;
  text-align: left;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686;
  font-size: 12px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 2px;
  color: #fff; }

.aui .patient-linked .shareListPop li::after {
  clear: both;
  display: block;
  content: ""; }

.aui .patient-linked .shareListPop li.shareHeader {
  font-weight: bold;
  color: #f4833d;
  background: rgba(0, 0, 0, 0) url("/NewTheme1-theme/images/dentalnote_images/header-footer.png") repeat scroll 0 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left; }

.aui .patient-linked .shareListPop p {
  float: left;
  margin-bottom: 0;
  width: 135px;
  word-wrap: break-word; }

.aui .yui3-aclist-item .userimg {
  height: 50px;
  width: 50px;
  vertical-align: top; }

.aui .Associated .yui3-aclist-item .text-block {
  display: inline-block; }

.aui .Associated .yui3-aclist-item .text-block p {
  display: block;
  line-height: 21px; }

.aui .Associated .yui3-aclist-item p {
  display: inline;
  float: none;
  margin: 0;
  padding-left: 10px; }

.aui .input-col-new li label.control-label {
  margin-bottom: 10px !important; }

.aui .input-col-new li input.field {
  padding: 3px 0 !important; }

.aui .input-col-new li.yui3-aclist-item {
  width: 100%;
  line-height: auto;
  padding: 5px;
  text-indent: 0;
  box-sizing: border-box; }

.aui .input-col-new .yui3-aclist-item > div {
  line-heigt: auto; }

.aui .input-col-new li.yui3-aclist-item,
.aui .input-col-new li.yui3-aclist-item:hover {
  color: #333; }

.aui .yui3-aclist-item-active {
  background: #585858 !important; }

.aui .input-col-new .yui3-aclist-item-active, .input-col-new .yui3-aclist-item-active:hover {
  color: #fff !important; }

.aui .yui3-aclist-item .userimg {
  height: 50px;
  width: 50px;
  vertical-align: top; }

.aui .yui3-aclist-item .text-block {
  display: inline-block; }

.aui .yui3-aclist-item .text-block p {
  display: block;
  line-height: 21px; }

.aui .share-patient-profile .yui3-aclist-item p {
  display: inline;
  float: none;
  margin: 0;
  padding-left: 10px; }

.aui .share-patient-profile li.yui3-aclist-item {
  width: 100%;
  line-height: auto;
  padding: 5px;
  text-indent: 0;
  box-sizing: border-box; }

.aui .share-patient-profile .yui3-aclist-item > div {
  line-heigt: auto; }

.aui .share-patient-profile li.yui3-aclist-item,
.aui .share-patient-profile li.yui3-aclist-item:hover {
  color: #333; }

.aui .share-patient-profile .yui3-aclist-item-active, .aui .share-patient-profile .yui3-aclist-item-active:hover {
  color: #fff !important; }

.aui .share-div .share-btn .yui3-aclist-item .userimg {
  height: 50px;
  width: 50px;
  vertical-align: top; }

.aui .share-div .share-btn .yui3-aclist-item .text-block {
  display: inline-block; }

.aui .share-div .share-btn .yui3-aclist-item .text-block p {
  display: block;
  line-height: 21px; }

.aui .share-div .share-btn .yui3-aclist-item p {
  display: inline;
  float: none;
  margin: 0;
  padding-left: 10px; }

.aui .share-div .share-btn li.yui3-aclist-item {
  width: 100%;
  line-height: auto;
  padding: 5px;
  text-indent: 0;
  box-sizing: border-box; }

.aui .share-div .share-btn .yui3-aclist-item > div {
  line-heigt: auto; }

.aui .share-div .share-btn li.yui3-aclist-item,
.aui .share-div .share-btn li.yui3-aclist-item:hover {
  color: #333; }

.aui .share-div .share-btn .yui3-aclist-item-active, .aui .share-div .share-btn .yui3-aclist-item-active:hover {
  color: #fff !important; }

.aui #updatepass.btn.btn-primary, .aui .btn.update-user-btn.btn-primary {
  background-color: #fff;
  background-image: none;
  color: #333; }

.aui .btn.update-user-btn.btn-primary {
  margin-top: 12%; }

.aui .create-btn-holder .button-holder {
  overflow: visible; }

.aui ul.input-col-new .form div.control-group {
  width: 350px; }

.aui .Associated .right button.dentist-accept, .Associated .right button.dentist-reject {
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #fff;
  float: none; }

.aui .Associated .right button.dentist-accept {
  background-color: #12623B;
  margin-right: 5px; }

.aui .Associated .right button.dentist-reject {
  background-color: #840C0D; }

.aui .Associated ol.dentist-request-count li:first-child {
  position: relative; }

.aui .Associated ol.dentist-request-count .dentist-association-re {
  position: absolute;
  top: 0;
  left: 38px; }

.aui .logoin.forget-password .captcha {
  margin-top: 32px; }

/*-----------------------Pankaj Payment CSS----------------------------------------------------------*/
.aui .payment-plan .pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.aui .payment-plan .pricing {
  color: #fff;
  margin-bottom: 20px; }

.aui .payment-plan .pricing .header {
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  margin: 10px 0 20px;
  text-align: center; }

/* .aui .payment-plan .pricing .intro-wrap{width: 34%;float: left;} */
.aui .payment-plan .pricing p.intro {
  color: #7d7d7d;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 30px 30px 0;
  line-height: 1.5;
  letter-spacing: 1px;
  height: 230px; }

.aui .payment-plan .pricing-tiers {
  position: relative; }

.aui .payment-plan .pricing-tiers .basic > div {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #5c6f6c 0%, #3f4d4b 100%) repeat scroll 0 0;
  padding: 20px; }

.aui .payment-plan .pricing-tiers .features > div {
  padding: 20px;
  background-color: #008000; }

.aui .payment-plan .pricing-tiers .premum > div {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fe9901 0%, #fe9901 100%) repeat scroll 0 0;
  padding: 20px; }

.aui .payment-plan .pricing-tiers .basic > div, .aui .payment-plan .pricing-tiers .features > div, .aui .payment-plan .pricing-tiers .premum > div {
  min-height: 238px; }

.aui .payment-plan .pricing-tiers .premum > div > form > input {
  border: none !important;
  padding: 4px 12px !important; }

.aui .payment-plan .pricing-tiers h3 {
  font-size: 28px;
  margin-top: 0; }

.aui .payment-plan .pricing-tiers p {
  font-size: 14px;
  height: auto;
  line-height: 1.5;
  margin: 12px 0;
  overflow: hidden; }

.aui .payment-plan .pricing-tiers h4 {
  font-size: 14px;
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 12px; }

.aui .payment-plan .pricing-tiers span, .aui .payment-plan .pricing-tiers input {
  width: 100%;
  background-color: #fff;
  color: #5c6f6c;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 200; }

.aui .payment-plan .pricing-tiers span:hover, .aui .payment-plan .pricing-tiers span:focus {
  background-image: none;
  cursor: auto; }

.aui .payment-plan .pricing-tiers input:hover, .aui .payment-plan .pricing-tiers input:focus {
  background-image: none; }

.aui .payment-plan .pricing .premum span.btn, .aui .payment-plan .pricing .premum input {
  color: #fe9901; }

.aui .payment-plan .pricing-chart {
  position: relative;
  color: #7d7d7d;
  margin-top: 20px;
  overflow-x: auto; }

.aui .payment-plan .pricing-features {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.aui .payment-plan .pricing-features li {
  background-color: #fff;
  height: 55px;
  position: relative;
  padding: 0 20px; }

.aui .payment-plan .pricing-features li span {
  position: absolute;
  top: 33%;
  max-width: 90%; }

.aui .payment-plan .pricing-features li:nth-child(2n+1) {
  background-color: #f8f8f8; }

.aui .payment-plan .pricing-compare {
  position: relative;
  padding-left: 38%; }

.aui .payment-plan .pricing-ul-header li {
  float: left;
  width: 50%;
  height: 55px;
  background-color: transparent;
  line-height: 3.1;
  text-align: center;
  font-size: 18px; }

.aui .payment-plan .pricing-ul-header .basic {
  color: #758d94; }

.aui .payment-plan .pricing-ul-header .premum {
  color: #fe9901; }

.aui .payment-plan .avail-features {
  width: 50%;
  float: left; }

.aui .payment-plan .avail-features li {
  height: 55px;
  line-height: 2.6; }

.aui .payment-plan span.check {
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 30px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 2.2;
  font-size: 14px;
  position: relative;
  top: 12px; }

.aui .payment-plan .avail-features.basic .check {
  background-color: #758d94; }

.aui .payment-plan .avail-features.premum .check {
  background-color: #fe9901; }

.aui .payment-plan .avail-features .check-text {
  height: auto;
  width: auto;
  display: inline;
  border-radius: 0;
  background-color: transparent; }

.aui .payment-plan .avail-features.basic .check-text {
  color: #758d94;
  background: transparent;
  font-weight: bold;
  font-size: 17px; }

.aui .payment-plan .avail-features.premum .check-text {
  color: #fe9901;
  background: transparent;
  font-weight: bold;
  font-size: 17px; }

.aui .payment-plan .avail-features .feature-label {
  display: none;
  text-align: center;
  line-height: 1.3;
  padding-top: 12px; }

.aui .payment-plan .sticky-top .pricing-tiers-wrap {
  height: 132px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.aui .payment-plan .sticky-top .pricing-tiers {
  max-width: 1200px;
  margin: 0 auto; }

.aui .payment-plan .sticky-top .pricing-tiers-wrap .pricing-tiers h3 {
  display: none; }

.aui .payment-plan .sticky-top .pricing-tiers-wrap .pricing-tiers p {
  display: none; }

.aui .payment-plan .pricing-tiers .features p {
  overflow: visible; }

.aui .payment-plan .circle-nav {
  margin: 15px 0;
  height: 35px;
  display: none; }

.aui .payment-plan .circle-nav ul {
  max-width: 50%;
  margin: 0 auto;
  position: relative; }

.aui .payment-plan .circle-nav ul::before {
  background: #d5d5d5 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0.9375rem; }

.aui .payment-plan .circle-nav ul li {
  position: absolute;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  padding: 3px;
  background-color: #fff; }

.aui .payment-plan .circle-nav ul li.basic {
  left: 10%;
  border: 2px solid #758d94; }

.aui .payment-plan .circle-nav ul li.features {
  left: 45%;
  border: 2px solid #008000; }

.aui .payment-plan .circle-nav ul li.premum {
  left: 80%;
  border: 2px solid #fe9901; }

.aui .payment-plan .circle-nav ul li button {
  background-color: transparent;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  border: none; }

.aui .payment-plan .circle-nav ul li.active.basic button {
  background-color: #758d94; }

.aui .payment-plan .circle-nav ul li.active.features button {
  background-color: #008000; }

.aui .payment-plan .circle-nav ul li.active.premum button {
  background-color: #fe9901; }

.aui .payment-plan .col-xs-4.col-sm-4.premum > div {
  border: 1px solid; }

.aui .payment-plan .col-xs-4.col-sm-4.active.basic > div {
  border: 1px solid; }

.aui .payment-plan .col-xs-4.col-sm-4.features > div {
  border: 1px solid; }

.aui .payment-plan .pricing-tiers > div.active, .aui .payment-plan .avail-features.active, .aui .payment-plan .pricing-ul-header li.active {
  display: block !important; }

.aui .forget-pass .left-btn .button-holder {
  overflow: visible; }

.aui #removeModal {
  display: none;
  height: auto !important;
  margin-left: 0;
  top: 28% !important;
  left: 36%;
  background-color: #585858;
  width: 400px !important;
  border: 2px solid #fff;
  border-radius: 0 !important; }

.aui #removeModal .modal-header {
  border-bottom: none; }

.aui #removeModal .modal-header h4 {
  font-weight: 100;
  text-align: center;
  border-bottom: 1px solid #868686;
  font-size: 14px;
  color: #fff; }

.aui #removeModal .modal-body img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.aui #removeModal .modal-footer {
  background-color: #585858;
  border-top: none;
  box-shadow: none; }

.aui #removeModal .modal-footer button {
  background-color: #f4833d;
  background-image: none !important;
  border: 0 none;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
  width: 100px; }

.aui #removeModal .modal-footer div {
  float: left;
  width: 50%; }

.aui .payment-plan .avail-features.features {
  display: none; }

.aui .select-box.search-btn .search-icon-btn {
  position: absolute;
  right: 0;
  top: 0; }

.aui .select-box.search-btn > .control-group input {
  margin-bottom: 0 !important; }

.aui .select-box.search-btn > .control-group {
  margin-bottom: 10px; }

.aui .select-box.search-btn .search-icon-btn > div {
  position: relative; }

.aui .bootstrap-tagsinput .yui3-aclist-list .yui3-aclist-item.yui3-aclist-item-active, .aui .bootstrap-tagsinput .yui3-aclist-list .yui3-aclist-item.yui3-aclist-item-hover, .aui .bootstrap-tagsinput .yui3-aclist-list .yui3-aclist-item {
  width: 100% !important;
  word-break: break-all; }

.aui .yui3-aclist-list .yui3-aclist-item {
  border-bottom: 1px solid #999 !important; }

.aui .bootstrap-tagsinput .yui3-aclist-list {
  margin: 0 !important;
  padding: 0 !important; }

.aui .field.hasDatepicker {
  cursor: pointer !important; }

.aui .pateint-from-cover .heading li {
  float: none;
  width: auto; }

.aui .pateint-from-cover .heading li h2 {
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  margin: 0; }

.aui .pateint-from-cover .patient-details {
  width: 100%; }

.aui .pateint-from-cover .patient-details ul li {
  width: 36%; }

.aui .pateint-from-cover .patient-details ul li h2 {
  width: 180px;
  float: right;
  font-weight: normal;
  margin: 0; }

.aui .pateint-from-cover .select-files button {
  color: #fff;
  font-size: 20px;
  font-weight: 600; }

.aui .pateint-from-cover .view > input {
  color: #fff;
  background: #f3843d none repeat scroll 0 0;
  box-shadow: 0 0 0 3px #f3843d !important;
  border: 1px solid #868686 !important;
  font-weight: 600;
  font-size: 22px !important; }

.aui .my_patient_cover .search-header {
  padding-right: 25px; }

.aui .my_patient_cover .search-header p {
  float: right;
  color: #fff;
  margin: 4px 0; }

.aui .my_patient_cover .search-header p a {
  color: #fff;
  text-decoration: none; }

.aui .my_patient_cover .search-header p img {
  margin-right: 10px; }

.aui .dentist_side_cover .dentist_search-table tr th,
.aui .dentist_side_cover .dentist_search-table tr td {
  color: #fff;
  font-weight: normal;
  padding: 17px 0;
  text-align: left;
  vertical-align: middle; }

.aui .dentist_side_cover .dentist_search-table table tr td button {
  margin-left: 15px;
  background: #f3843d none repeat scroll 0 0;
  border: 1px solid #fff;
  box-shadow: 0 0 0 3px #f3843d;
  margin-top: 0px;
  padding: 1px 4px;
  color: #fff; }

.aui .dentist_side_cover .dentist_search-table th {
  background: #393738; }

.aui .dentist_side_cover .dentist_search-table table tr td, .aui .dentist_side_cover .dentist_search-table tr th {
  width: 50%; }

.aui .dentist_side_cover .search-table thead tr {
  position: static !important; }

.aui .dentist_side_cover .dentist_search-table tr {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #868686; }

.aui .dentist_side_cover .dentist_search-table table tr:nth-child(2n+1) {
  border-bottom: none;
  box-shadow: none; }

.aui .dentist_side_cover .dentist_search-table table tr th:first-child,
.aui .dentist_side_cover .dentist_search-table table tr td:first-child {
  padding-left: 80px; }

.aui .dentist_side_cover .dentist_search-table tr:hover {
  background-color: transparent; }

.aui .ui-dialog .yui3-aclist {
  position: fixed !important;
  z-index: 99999 !important; }

.aui .searchbox_dialog.ui-dialog-content.ui-widget-content {
  min-height: 90px !important; }

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
  background: #585858;
  border: 2px solid #fff;
  border-radius: 0px; }

.ui-widget-header {
  background: transparent;
  border-bottom: 1px solid #aaa !important;
  border-left: 0px solid #aaa;
  border-right: 0px solid #aaa;
  border-top: 0px solid #aaa;
  border-radius: 0px; }

.ui-dialog .ui-dialog-buttonpane {
  background: transparent; }

.ui-dialog .ui-dialog-buttonpane button {
  background: #F4833D none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0 3px #F4833D;
  cursor: pointer;
  margin: 0.5em 0.6em 0.5em 0;
  color: #fff; }

.ui-dialog .ui-dialog-title {
  color: #fff; }

.confirm_dialog.ui-dialog-content.ui-widget-content {
  color: #fff; }

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
  border-bottom: 1px solid #aaa; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #f4833d none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default:hover {
  background: #f4833d none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: normal; }

.ui-button-text-only .ui-button-text {
  padding: 1px 15px; }

.dentist_side_cover .dentist_search-table > table > thead > tr > th {
  width: 30%; }

.aui .right-box.addlab_patient .pateint-from-cover ul {
  padding: 20px 30px 9px 20px; }

.aui .right-box.addlab_patient .pateint-from-cover .patient-details ul li label {
  text-align: right; }

.aui #associatedclinicul .all-clinic-search .clinic-addr {
  float: left !important; }

.aui .tags.list-details.clearfix .patient-with-tags {
  float: left; }

.aui .tags.list-details.clearfix .patient-with-tags > li {
  float: left; }

.aui .tags.list-details.clearfix {
  padding: 20px 30px 9px 20px; }

.aui .tags.list-details.clearfix .patient-with-tags h4 {
  margin: 0; }

.aui .tags.list-details.clearfix .patient-with-tags .patient-tags .tag-label {
  float: left;
  padding-top: 6px; }

.aui .tags.list-details.clearfix .patient-with-tags .patient-tags .tag-label {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  margin-right: 4px;
  margin-top: 4px;
  padding: 1px;
  text-indent: 0 !important; }

.aui .searchbox_dialog.ui-dialog-content.ui-widget-content .yui3-aclist-list {
  overflow-y: scroll;
  max-height: 120px; }

.aui .share-with-patient-profile .share-patient-profile select {
  width: 100%; }

.aui .loader_dialog .loader_body > img {
  padding: 5px 31px 0 40px; }

.aui .loader_dialog .loader_body > label {
  color: #585858; }

.aui .header-cover .msg-label {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #4c4c4c;
  border-radius: 11px;
  box-shadow: 0 1px 1px 3px #4c4c4c;
  color: #4c4c4c;
  left: 44%;
  padding: 3px;
  position: absolute;
  text-align: center;
  top: 1%;
  z-index: 99999;
  font-size: 13px;
  display: none; }

.aui .header-cover .msg-label img {
  max-width: 20px; }

.aui .header-cover .msg-label p {
  display: inline-block;
  margin: 0; }

.aui .manage_profile_event {
  float: right; }

.aui .manage-box.linked .manage_profile_event .et-user-porfile {
  float: none; }

.aui .manage-box.linked.clearfix .sync-with-dropdox a img {
  height: 28px; }

.aui .manage-box.linked.clearfix .sync-with-dropdox a {
  font-weight: normal;
  color: #fff; }

.aui .manage-box.linked.clearfix .sync-with-dropdox a:hover, .manage-box.linked.clearfix .sync-with-dropdox a:focus {
  color: #fff; }

.aui .shadow-box.verify-email-page {
  display: none; }

.aui .shadow-box.verify-email-page .contact-btn {
  width: 198px;
  margin-right: 0 !important; }

.aui .shadow-box.verify-email-page form .contact-btn .control-group {
  display: inline-block; }

.aui .shadow-box.verify-email-page form .contact-btn input[type="reset"], input[type="reset"], input[type="reset"]:hover, input[type="reset"]:hover {
  -moz-appearance: none;
  background: #bbb9ba none repeat scroll 0 0;
  border: 1px solid #868686;
  font-size: 19px;
  font-weight: bold;
  margin-top: 8px;
  padding: 6px 20px !important;
  text-indent: 0; }

/** Patient profile consent button **/
.aui .patient-left.tag-box > img {
  width: 12%;
  padding: 0px 5px; }

.aui .patient-left.tag-box > h2 {
  display: inline; }

.aui .icon-response {
  height: 30px;
  position: absolute;
  right: 182px;
  top: 12px; }

.aui .btn-send-consentForm {
  background: #1a1a1a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 6px 0;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 160px; }

.btn.btn-success.icon-response.green_btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  cursor: auto;
  background: #95bc3d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.btn.btn-danger.icon-response.reject_btn {
  cursor: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.aui .btn-send-consentForm:hover {
  background: #2b2b2b; }

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable .on_popup_focus {
  border: 1px solid #f8b9b7 !important;
  box-shadow: 0 0 6px #f8b9b7;
  color: red; }

/** Patient profile consent button css ends**/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  *zoom: 1;
  margin: 31px auto 20px;
  padding: 43px 0;
  position: relative; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
/*.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	fix other elements on the page moving (on Chrome)
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/NewTheme1-theme/images/dentalnote_images/bx_loader.gif") center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/NewTheme1-theme/images/dentalnote_images/left_arrow.png") no-repeat; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("/NewTheme1-theme/images/dentalnote_images/right_arrow.png") no-repeat; }

.bx-wrapper .bx-controls-direction a {
  display: block;
  float: left;
  font-size: 0;
  height: 25px;
  margin-top: -16px;
  outline: 0 none;
  position: static;
  text-indent: -9999px;
  top: 50%;
  width: 25px;
  z-index: 9999; }

.bx-controls-direction {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/NewTheme1-theme/images/dentalnote_images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/NewTheme1-theme/images/dentalnote_images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }