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

/* ---------- Table styles ---------- */
@media (max-width: 979px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: "";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }

  .ie9 .responsive-table-horizontal thead {
    float: none; } }
/* ---------- Text formatting ---------- */
.important {
  font-weight: bold; }

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

/* ---------- Loading animation ---------- */
.loading-animation {
  background: url(/PhishRod-Partner-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 ---------- */
span.alert {
  display: inline-block; }

#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(/PhishRod-Partner-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; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

/* ---------- 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(/PhishRod-Partner-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(/PhishRod-Partner-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(/PhishRod-Partner-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(/PhishRod-Partner-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(/PhishRod-Partner-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(/PhishRod-Partner-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/PhishRod-Partner-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; }

/* ---------- CKEditor contents ---------- */
.aui .cke_editable [class*="span"] {
  float: none; }

/* ---------- CKEditor menu ---------- */
.aui .cke_dialog .cke_dialog_ui_input_text {
  height: auto; }
.aui .cke_editable_inline a {
  cursor: pointer; }

/* ---------- CKEditor panel menu ---------- */
.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }
.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor source ---------- */
.aui .cke_source {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

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

.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(/PhishRod-Partner-theme/css/../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(/PhishRod-Partner-theme/css/../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      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; }

/* ---------- Inline editing ---------- */
.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(/PhishRod-Partner-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 input.cke_dialog_ui_input_text {
  height: auto; }
.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; }

.ie8 .row-fluid input[class*=span].search-query {
  line-height: 20px;
  min-height: 20px; }

.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;
  position: relative; }
  @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 {
        margin: 0 -20px;
        position: static;
        width: auto; }
        .aui .lfr-admin-panel.lfr-add-panel .add-content-menu .lfr-add-page-toolbar, .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
          margin-top: 0;
          position: static;
          width: auto; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .taglib-form-navigator .accordion {
          margin-bottom: 20px; }
        .aui .lfr-admin-panel.lfr-edit-layout-panel .site-admin-link {
          padding: 0;
          position: static; } }
  .aui .lfr-has-add-content {
    padding-left: 350px; }
  .aui .lfr-has-device-preview {
    padding-left: 220px; }
  .aui .lfr-has-edit-layout {
    padding-left: 460px; }
  @media (max-width: 767px) {
    .aui .lfr-has-add-content, .aui .lfr-has-device-preview, .aui .lfr-has-edit-layout {
      padding-left: 20px; } }
  .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; } }
  @media (max-width: 979px) {
    .aui #navigation {
      display: none; }
      .aui #navigation.open {
        display: block; }
    .aui .dockbar-split .dockbar {
      height: auto;
      position: relative; }
      .aui .dockbar-split .dockbar .navbar-inner {
        width: auto; }
    .aui .user-avatar-image {
      width: 18px; } }

/* ---------- 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-sortable > a > span {
  padding-left: 28px; }
.modify-pages .drag-handle {
  background-color: #555;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
  left: 3px;
  line-height: 1em;
  margin: 8px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 1em; }
@media (min-width: 980px) {
  .modify-pages .lfr-nav-sortable > a > span {
    padding-left: 0; }
  .modify-pages .drag-handle {
    display: none; } }
.modify-pages .lfr-nav-updateable.selected a:hover span {
  cursor: text; }

.controls-hidden .modify-pages .lfr-nav-sortable > a > span {
  padding-left: 0; }
.controls-hidden .modify-pages .drag-handle {
  display: none; }

.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(/PhishRod-Partner-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(/PhishRod-Partner-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(/PhishRod-Partner-theme/css/../images/application/button_bg_over.png); }

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

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

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

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

body.portlet {
  border-width: 0; }

.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(/PhishRod-Partner-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;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 95%;
  vertical-align: top; }

.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 {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-borderless-bar, .portlet-content .lfr-icon-actions {
  background: #333;
  color: #FFF;
  text-shadow: -1px -1px black; }
  .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-borderless-bar .portlet-options .dropdown-toggle, .portlet-borderless-bar .portlet-options.open .dropdown-toggle {
  background-image: url(/PhishRod-Partner-theme/css/../images/portlet/options_borderless.png); }

.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(/PhishRod-Partner-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/PhishRod-Partner-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/PhishRod-Partner-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/PhishRod-Partner-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 {
  background-color: transparent;
  font-size: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  height: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }
  .portlet-borderless-bar a {
    background: url() no-repeat 0 50%;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px; }
  .portlet-borderless-bar .portlet-actions {
    float: right;
    overflow: hidden;
    padding: 0 5px; }
    .portlet-borderless-bar .portlet-actions .portlet-action, .portlet-borderless-bar .portlet-actions .portlet-options {
      display: inline-block; }
  .portlet-borderless-bar .portlet-actions, .portlet-borderless-bar .portlet-title-default {
    background-color: #333;
    min-height: 21px; }
  .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 {
    display: inline-block;
    vertical-align: middle; }
    .portlet-borderless-bar .portlet-close a {
      background-image: url(/PhishRod-Partner-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/PhishRod-Partner-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: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: right;
  font-weight: bold;
  height: 0;
  line-height: 19px;
  max-width: 50%;
  padding: 0 10px;
  text-transform: uppercase; }

.portlet-draggable .portlet-topper {
  cursor: move; }
.portlet-draggable .portlet-title-default {
  background: #333333 url(/PhishRod-Partner-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(/PhishRod-Partner-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

.lfr-status-success-label {
  background-image: url(/PhishRod-Partner-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(/PhishRod-Partner-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(/PhishRod-Partner-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-width: 0; }
.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(/PhishRod-Partner-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;
  vertical-align: middle; }
.table-data tr.lfr-role-guest .first {
  background-image: url(/PhishRod-Partner-theme/css/../images/common/guest_icon.png); }
.table-data tr.lfr-role-regular .first {
  background-image: url(/PhishRod-Partner-theme/css/../images/common/user_icon.png); }
.table-data tr.lfr-role-site .first {
  background-image: url(/PhishRod-Partner-theme/css/../images/common/site_icon.png); }
.table-data tr.lfr-role-organization .first {
  background-image: url(/PhishRod-Partner-theme/css/../images/common/organization_icon.png); }
.table-data tr.lfr-role-team .first {
  background-image: url(/PhishRod-Partner-theme/css/../images/common/team_icon.png); }

/* ---------- Miscellaneous component styles ---------- */
.lfr-ddm-container .control-group.error .control-label,
.lfr-ddm-container .control-group.error .help-block,
.lfr-ddm-container .control-group.error .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.error .checkbox,
.lfr-ddm-container .control-group.error .radio,
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  color: #555555; }
.lfr-ddm-container .control-group.error input,
.lfr-ddm-container .control-group.error select,
.lfr-ddm-container .control-group.error textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error input:focus,
  .lfr-ddm-container .control-group.error select:focus,
  .lfr-ddm-container .control-group.error textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.error .input-prepend .add-on,
.lfr-ddm-container .control-group.error .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.info .control-label,
.lfr-ddm-container .control-group.info .help-block,
.lfr-ddm-container .control-group.info .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.info .checkbox,
.lfr-ddm-container .control-group.info .radio,
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  color: #555555; }
.lfr-ddm-container .control-group.info input,
.lfr-ddm-container .control-group.info select,
.lfr-ddm-container .control-group.info textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info input:focus,
  .lfr-ddm-container .control-group.info select:focus,
  .lfr-ddm-container .control-group.info textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.info .input-prepend .add-on,
.lfr-ddm-container .control-group.info .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.success .control-label,
.lfr-ddm-container .control-group.success .help-block,
.lfr-ddm-container .control-group.success .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.success .checkbox,
.lfr-ddm-container .control-group.success .radio,
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  color: #555555; }
.lfr-ddm-container .control-group.success input,
.lfr-ddm-container .control-group.success select,
.lfr-ddm-container .control-group.success textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success input:focus,
  .lfr-ddm-container .control-group.success select:focus,
  .lfr-ddm-container .control-group.success textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.success .input-prepend .add-on,
.lfr-ddm-container .control-group.success .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.warning .control-label,
.lfr-ddm-container .control-group.warning .help-block,
.lfr-ddm-container .control-group.warning .help-inline {
  color: #555555; }
.lfr-ddm-container .control-group.warning .checkbox,
.lfr-ddm-container .control-group.warning .radio,
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  color: #555555; }
.lfr-ddm-container .control-group.warning input,
.lfr-ddm-container .control-group.warning select,
.lfr-ddm-container .control-group.warning textarea {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning input:focus,
  .lfr-ddm-container .control-group.warning select:focus,
  .lfr-ddm-container .control-group.warning textarea:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.lfr-ddm-container .control-group.warning .input-prepend .add-on,
.lfr-ddm-container .control-group.warning .input-append .add-on {
  color: #555555;
  background-color: whitesmoke;
  border-color: #555555; }
.lfr-ddm-container .control-group.error > .control-label,
.lfr-ddm-container .control-group.error > .help-block,
.lfr-ddm-container .control-group.error > .help-inline {
  color: #b50303; }
.lfr-ddm-container .control-group.error > .checkbox,
.lfr-ddm-container .control-group.error > .radio,
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  color: #b50303; }
.lfr-ddm-container .control-group.error > input,
.lfr-ddm-container .control-group.error > select,
.lfr-ddm-container .control-group.error > textarea {
  border-color: #b50303;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.error > input:focus,
  .lfr-ddm-container .control-group.error > select:focus,
  .lfr-ddm-container .control-group.error > textarea:focus {
    border-color: #830202;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fb2323; }
.lfr-ddm-container .control-group.error > .input-prepend .add-on,
.lfr-ddm-container .control-group.error > .input-append .add-on {
  color: #b50303;
  background-color: #fee5e2;
  border-color: #b50303; }
.lfr-ddm-container .control-group.info > .control-label,
.lfr-ddm-container .control-group.info > .help-block,
.lfr-ddm-container .control-group.info > .help-inline {
  color: #12718f; }
.lfr-ddm-container .control-group.info > .checkbox,
.lfr-ddm-container .control-group.info > .radio,
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  color: #12718f; }
.lfr-ddm-container .control-group.info > input,
.lfr-ddm-container .control-group.info > select,
.lfr-ddm-container .control-group.info > textarea {
  border-color: #12718f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.info > input:focus,
  .lfr-ddm-container .control-group.info > select:focus,
  .lfr-ddm-container .control-group.info > textarea:focus {
    border-color: #0c4d62;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #24b5e3; }
.lfr-ddm-container .control-group.info > .input-prepend .add-on,
.lfr-ddm-container .control-group.info > .input-append .add-on {
  color: #12718f;
  background-color: #cef1fc;
  border-color: #12718f; }
.lfr-ddm-container .control-group.success > .control-label,
.lfr-ddm-container .control-group.success > .help-block,
.lfr-ddm-container .control-group.success > .help-inline {
  color: #488f06; }
.lfr-ddm-container .control-group.success > .checkbox,
.lfr-ddm-container .control-group.success > .radio,
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  color: #488f06; }
.lfr-ddm-container .control-group.success > input,
.lfr-ddm-container .control-group.success > select,
.lfr-ddm-container .control-group.success > textarea {
  border-color: #488f06;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.success > input:focus,
  .lfr-ddm-container .control-group.success > select:focus,
  .lfr-ddm-container .control-group.success > textarea:focus {
    border-color: #2f5e04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #79f10a; }
.lfr-ddm-container .control-group.success > .input-prepend .add-on,
.lfr-ddm-container .control-group.success > .input-append .add-on {
  color: #488f06;
  background-color: #f1fbd1;
  border-color: #488f06; }
.lfr-ddm-container .control-group.warning > .control-label,
.lfr-ddm-container .control-group.warning > .help-block,
.lfr-ddm-container .control-group.warning > .help-inline {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > .checkbox,
.lfr-ddm-container .control-group.warning > .radio,
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  color: #bf7900; }
.lfr-ddm-container .control-group.warning > input,
.lfr-ddm-container .control-group.warning > select,
.lfr-ddm-container .control-group.warning > textarea {
  border-color: #bf7900;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .lfr-ddm-container .control-group.warning > input:focus,
  .lfr-ddm-container .control-group.warning > select:focus,
  .lfr-ddm-container .control-group.warning > textarea:focus {
    border-color: #8c5900;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaf26; }
.lfr-ddm-container .control-group.warning > .input-prepend .add-on,
.lfr-ddm-container .control-group.warning > .input-append .add-on {
  color: #bf7900;
  background-color: #fffbdc;
  border-color: #bf7900; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper {
  border: 1px solid #D0D0D0;
  border-left-width: 10px;
  padding: 7px 10px 10px; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"][data-repeatable="true"]:nth-of-type(even), .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper[data-repeatable="true"]:nth-of-type(even) {
    background-color: #F5F5F5; }
  .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-list-display .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"], .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper[data-repeatable="true"] .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper, .portlet-journal .journal-article-container .lfr-ddm-container .field-wrapper .field-wrapper .field-wrapper {
    margin: 15px 0 0; }

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

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(/PhishRod-Partner-theme/images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    height: 10px; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
  border-width: 0; }
.taglib-calendar tr td a {
  background-color: #F0F5F7;
  border: 1px solid #FFF;
  border-bottom-width: 0;
  border-left-width: 0;
  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-width: 0; }

.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 > div, .taglib-ratings.stars .rating-focused > div, .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-asset-tag-admin .merge-tag, .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-dynamic-data-list-display .lfr-ddm-container .field-wrapper, .portlet-dynamic-data-lists .lfr-ddm-container .field-wrapper, .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; }

.taglib-form-navigator > .form-steps > ul.form-navigator.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label:focus .number {
    -webkit-box-shadow: 0 0 5px 0 #333333;
    -moz-box-shadow: 0 0 5px 0 #333333;
    box-shadow: 0 0 5px 0 #333333;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.well .tab .tab-label .number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.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; }

.input-localized .lfr-input-localized-state {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.input-localized .lfr-input-localized .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #dddddd;
  -moz-box-shadow: 0 0 3px #dddddd;
  box-shadow: 0 0 3px #dddddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    -webkit-box-shadow: 0 0 3px #ff0047;
    -moz-box-shadow: 0 0 3px #ff0047;
    box-shadow: 0 0 3px #ff0047; }
.input-localized .palette-item-selected .lfr-input-localized-state {
  -webkit-box-shadow: 0 0 3px #27c1f2;
  -moz-box-shadow: 0 0 3px #27c1f2;
  box-shadow: 0 0 3px #27c1f2; }

.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-bar .portlet-actions {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px; }
body:first-of-type .portlet-borderless-bar .portlet-title-default {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px; }
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; }
@media (max-width: 979px) {
  body:first-of-type .portlet-content .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; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup, .cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -o-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#f2f2f2, #cccccc);
  background-image: -moz-linear-gradient(#f2f2f2, #cccccc);
  background-image: -o-linear-gradient(#f2f2f2, #cccccc);
  background-image: linear-gradient(#f2f2f2, #cccccc); }

/** ====================================================================================	
								FOR FONT AWESOME
 ====================================================================================**/
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear; }

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8); }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-brands-400.eot);
  src: url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-brands-400.woff) format("woff"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: Font Awesome\ 5 Brands; }

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-regular-400.eot);
  src: url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-regular-400.woff) format("woff"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-weight: 400; }

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-solid-900.eot);
  src: url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-solid-900.woff) format("woff"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(/PhishRod-Partner-theme/css/../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free !important; }

.fa, .fas {
  font-weight: 900; }

.fa:before, .fa:after {
  font-family: Font Awesome\ 5 Free !important; }

/** ====================================================================================	
								FOR GENERAL
 ====================================================================================**/
.pt-3 {
  padding-top: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.p-3 {
  padding: 1rem !important; }

.m-3 {
  margin: 1rem !important; }

.p-2 {
  padding: .5rem !important; }

.m-2 {
  margin: .5rem !important; }

.p-1 {
  padding: .25rem !important; }

.m-1 {
  margin: .25rem !important; }

.p-0 {
  padding: 0 !important; }

.m-0 {
  margin: 0 !important; }

.py-3 {
  padding: 1rem 0 !important; }

.px-3 {
  padding: 0 1rem !important; }

.my-3 {
  margin: 1rem 0 !important; }

.mx-3 {
  margin: 0 1rem !important; }

.py-2 {
  padding: .5rem 0 !important; }

.px-2 {
  padding: 0 0.5rem !important; }

.my-2 {
  margin: .5rem 0 !important; }

.mx-2 {
  margin: 0 0.5rem !important; }

.py-1 {
  padding: .25rem 0 !important; }

.px-1 {
  padding: 0 0.25rem !important; }

.my-1 {
  margin: .25rem 0 !important; }

.mx-1 {
  margin: 0 0.25rem !important; }

.float-right {
  float: right !important; }

.float-left {
  float: left !important; }

.b-0 {
  border: 0px !important; }

.br-5 {
  border-radius: 5px !important; }

.bs-0 {
  box-shadow: none !important; }

.br-white {
  border-right: 1px solid #ffff !important; }

.bb-white {
  border-bottom: 1px solid #ffff !important; }

.bb-grey {
  border-bottom: 1px solid #dddd !important; }

.b-right {
  border-right: 0px !important; }

.b-top {
  border-top: 0px !important; }

.b-left {
  border-left: 0px !important; }

.b-bottom {
  border-bottom: 0px !important; }

.no-bg {
  background: none !important; }

.fs-12 {
  font-size: 12px !important; }

.fs-13 {
  font-size: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-15 {
  font-size: 15px !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-17 {
  font-size: 17px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-20 {
  font-size: 20px !important; }

.fs-22 {
  font-size: 22px !important; }

.fs-24 {
  font-size: 24px !important; }

.fs-26 {
  font-size: 26px !important; }

.fs-28 {
  font-size: 28px !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.linehieght-50 {
  line-height: 50px !important; }

.linehieght-35 {
  line-height: 35px !important; }

input[type=text]::-ms-clear {
  display: none !important; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #fff;
  box-shadow: none; }

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  height: 8px; }

::-webkit-scrollbar-thumb {
  background: #cacaca; }

.portlet-title {
  display: none !important; }

:focus {
  outline: none; }

a {
  text-decoration: none !important; }

input.ui-inputfield, .ui-widget, .ui-state-default, .ui-button, .btn {
  font-family: 'QuickSand-Medium' !important; }

.aui label, .ui-widget-content, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  font-family: 'QuickSand-Bold' !important;
  font-weight: normal !important; }

.ui-state-hover, .ui-state-focus {
  box-shadow: none !important; }

.ui-widget {
  font-size: 13px !important; }

.pr-license {
  background: rgba(255, 185, 185, 0.5);
  padding: 10px 0px;
  text-align: center;
  font-weight: 600;
  font-family: QuickSand-Medium; }

div#column-1 {
  padding: 0 !important; }

.row-fluid {
  margin: 0 !important; }

.bg-white {
  background: white !important; }

.bg-primary {
  background: #359f99 !important; }

.bg-grey {
  background: #808080 !important; }

.bg-lightgrey {
  background: #A9A9A9 !important; }

.text-primary {
  color: #359f99 !important; }

.text-white {
  color: white !important; }

.text-secondary {
  color: #4f4f4f !important; }

.text-red {
  color: #d01e1e !important; }

.fmh-80 {
  min-height: 80px !important; }

.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
  overflow: auto !important;
  height: auto  !important;
  max-height: 200px !important; }

legend.legendset {
  font-family: QuickSand-Medium;
  font-size: 18px !important;
  border: 4px double #fff;
  background: #559bd8;
  color: #fff;
  text-align: center; }

fieldset {
  margin: 0px 0 20px 0 !important; }

.phishrod_templates .fieldsetform .ui-datagrid-column.ui-grid-col-4 {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee; }

.fieldsetform .ui-datagrid-column.ui-grid-col-4:last-child {
  border-right: 0 !important; }

.ui-chkbox {
  margin-top: 1px !important;
  float: left !important;
  margin-right: 4px !important; }

i.fa.fa-cog.setting_sign:before {
  font-size: 14px !important; }

.ui-confirm-dialog span.ui-button-icon-left.ui-icon.ui-c.ui-icon-check,
.ui-confirm-dialog span.ui-button-icon-left.ui-icon.ui-c.ui-icon-close {
  display: none; }

span.ui-icon.ui-confirm-dialog-severity.ui-icon-alert {
  margin-top: 2px !important; }

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

.ui-growl {
  z-index: 9999999999999 !important; }

.ui-selectonemenu-panel {
  position: absolute;
  height: auto; }

.aui .btn {
  font-size: 13px !important; }

.policy_desc {
  height: 35px;
  overflow: auto;
  line-height: 18px;
  color: #666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.img_thumb {
  max-width: 100%;
  float: left;
  height: 60px;
  overflow: hidden;
  text-align: center;
  position: relative; }

.img_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 80px;
  min-height: 80px;
  object-fit: cover; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto; }

.aui h4, .aui .h4 {
  font-size: 16px !important;
  font-family: QuickSand-Medium !important; }

.ui-row-toggler.ui-icon.ui-icon-circle-triangle-s,
.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e {
  background: none;
  position: relative;
  width: 30px;
  height: 26px; }

.ui-progressbar {
  height: 1.5em !important; }

.ui-row-toggler.ui-icon.ui-icon-circle-triangle-s:after {
  content: "\f35b";
  font-family: Font Awesome\ 5 Free !important;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #878382 !important;
  text-indent: 0;
  font-size: 18px; }

.ui-row-toggler.ui-icon.ui-icon-circle-triangle-e:after {
  content: "\f358";
  font-family: Font Awesome\ 5 Free !important;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #878382 !important;
  text-indent: 0;
  font-size: 18px; }

.ui-selectlistbox-listcontainer li.ui-selectlistbox-item.ui-corner-all.ui-state-highlight {
  background: #359f99 !important;
  color: #fff !important;
  text-shadow: none !important; }

.expose.in a.ui-commandlink {
  z-index: 0 !important;
  pointer-events: none !important; }

.RowExpensionTable tr.ui-expanded-row-content.ui-widget-content {
  background: #efefef; }

/** ====================================================================================	
								FOR HEADER TOP
 ====================================================================================**/
.Language_Portlet .portlet-content {
  padding: 0 !important; }

.Language_Portlet li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0px 0 10px; }

.header_nav nav.navbar.navbar-fixed-top {
  background: #fff !important; }

.dropbtn {
  background: #eee;
  border: none !important;
  cursor: pointer !important;
  height: 20px;
  line-height: 20px !important; }

.dropbtn:after {
  content: "\f078";
  font-family: Font Awesome\ 5 Free !important;
  font-size: 10px;
  margin-left: 4px;
  font-weight: 600 !important; }

.myAccount_Icon:before {
  content: "\f007";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  margin-right: 10px; }

.Certificate_Icon:before {
  content: "\f0a3";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 900; }

.signOut_Icon:before {
  content: "\f011";
  font-family: Font Awesome\ 5 Free;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 600; }

.profileImage {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: -4px;
  border: 2px solid #fff !important;
  -webkit-box-shadow: 0 5px 10px 0 rgba(43, 43, 43, 0.2);
  box-shadow: 0 5px 10px 0 rgba(43, 43, 43, 0.2); }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  right: -15px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  color: #359f99;
  padding: 10px 10px;
  text-decoration: none !important;
  display: block;
  line-height: 20px !important; }

.dropdown-content a:hover {
  background-color: #f1f1f1; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown:hover .dropbtn {
  background-color: #eee; }

/** ====================================================================================	
								FOR SideBar Navigation
 ====================================================================================**/
.side-menu .navbar {
  border: none;
  background: #888 !important; }

.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7; }

.side-menu .navbar-nav .active a {
  background: #369f9a !important;
  margin-right: 0;
  border-right: 0;
  color: #feec96 !important; }

.side-menu .navbar-nav li {
  display: block;
  width: 100%; }

.side-menu .navbar-nav li a {
  padding: 15px; }

.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px; }

.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none; }

.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0; }

.side-menu #dropdown .indicator {
  float: right; }

.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7; }

.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3; }

.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%; }

.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7; }

.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none; }

.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px; }

.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px; }

.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px; }

.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7; }

.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px; }

.side-menu .brand-name-wrapper {
  min-height: 50px; }

.side-menu .brand-name-wrapper .navbar-brand {
  display: block; }

.brand-name-wrapper a {
  margin: 0 auto 0;
  text-align: center;
  display: block; }

.side-menu #search {
  position: relative;
  z-index: 1000; }

.side-menu #search .panel-body {
  padding: 0; }

.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7; }

.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative; }

.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px; }

.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px; }

.side-body {
  margin-left: 240px;
  height: 100vh;
  background: #eee; }

.mysidebar .side-menu-container li {
  list-style: none;
  display: inline-block;
  width: 100%;
  background: #369f9a !important; }

.mysidebar .side-menu-container ul.collapse li a {
  padding-left: 2.5rem !important;
  position: relative; }

.mysidebar .side-menu-container ul.collapse li a:before {
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  left: 20px;
  position: absolute;
  font-weight: 900 !important; }

.mysidebar ul.collapse li:last-child {
  border-top: 0 solid #e4e4e4 !important; }

.mysidebar .side-menu-container li a:hover {
  color: #feec96 !important;
  transition: .2s ease-out; }

.mysidebar i.icon-angle-down {
  right: 15px;
  position: absolute;
  top: 13px; }

.mysidebar .side-menu-container li a {
  width: 100% !important;
  display: inline-block !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  color: #fff !important; }

.mysidebar ul.nav.navbar-nav {
  width: 240px;
  z-index: 99999999999 !important; }

.side-menu {
  position: fixed;
  font-family: QuickSand-Medium;
  width: 240px;
  height: 100%;
  left: 0;
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f8f8f8;
  background: #369f9a !important; }

.mysidebar ul.collapse {
  padding: 0;
  display: none;
  margin: 0 !important; }

.mysidebar .panel-body {
  padding: 0 !important; }

.mysidebar .side-menu-container .dropdown li a {
  background: #29716d !important;
  color: #fff !important; }

.mysidebar .side-menu-container .dropdown li a:hover {
  background: #29716d !important;
  color: #f4e592 !important; }

/** ====================================================================================	
								FOR ICONS BUTTONS (Font Awesome\ 5 Free)
 ====================================================================================**/
.manage_users:after {
  content: "\f013";
  font-family: Font Awesome\ 5 Free;
  color: #359f99;
  font-size: 24px; }

.approval_email:after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  color: #359f99;
  font-size: 24px; }

.ui-button.manage_users,
.ui-button.approval_email {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 0 0 10px !important; }

.view_detail_icon {
  text-decoration: none !important;
  font-size: 18px !important;
  position: relative; }

.view_detail_icon:after {
  content: "\f06e";
  font-family: Font Awesome\ 5 Free;
  left: 40px;
  position: absolute;
  top: 0; }

.eye {
  text-decoration: none !important;
  font-size: 18px !important;
  position: relative; }

.eye:after {
  content: "\f06e";
  font-family: Font Awesome\ 5 Free;
  left: 0px;
  position: absolute;
  top: 0; }

.icon-add:before, .add-icon:before {
  content: "\f067";
  font-family: Font Awesome\ 5 Free;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  position: relative;
  top: 0px;
  left: 0px;
  padding-right: 8px;
  font-weight: 900; }

.del-icon:before {
  content: "\f014";
  font-family: Font Awesome\ 5 Free;
  color: #359f99 !important;
  font-size: 20px;
  padding-right: 5px;
  float: left; }

.fa-bell:before {
  content: "\f0f3";
  position: relative;
  left: -5px; }

.user_list_table_button button {
  float: left;
  width: 35px;
  height: 35px; }

.fa-trash-alt {
  font-weight: normal !important; }

.fa-trash-alt:before, .fa-cog:before, .fa-users {
  font-size: 20px !important; }

.fa-columns:before {
  content: "\f0db";
  font-family: Font Awesome\ 5 Free !important;
  font-weight: 900 !important; }

a.excel:before {
  content: "\f1c3";
  font-family: Font Awesome\ 5 Free !important;
  font-size: 28px;
  position: relative;
  top: 3px;
  color: #359f99;
  margin-right: 10px;
  font-weight: 900 !important; }

a.csv:before {
  content: "\f6dd";
  font-family: Font Awesome\ 5 Free !important;
  font-size: 28px;
  position: relative;
  top: 3px;
  color: #359f99;
  margin-right: 10px;
  font-weight: 900 !important; }

.status_completed .status:before {
  content: "\f05d";
  color: #41ad48 !important;
  font-family: Font Awesome\ 5 Free; }

.status_inProgress .status:before {
  content: "\f252";
  color: #ffbf00 !important;
  font-size: 22px;
  font-family: Font Awesome\ 5 Free; }

.status_notStarted .status:before {
  content: "\f057";
  color: #9a9a9a !important;
  font-family: Font Awesome\ 5 Free; }

.status_failed .status:before {
  content: "\f057";
  color: #be1d2c !important;
  font-family: Font Awesome\ 5 Free; }

.status .status_inQueue:before {
  content: "\f110";
  color: #ffbf00 !important;
  font-size: 22px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900; }

.status .status_pending:before {
  content: "\f273";
  color: #146eb4 !important;
  font-size: 22px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900; }

.status .status_requestApproval:before {
  content: "\f164";
  color: #4f4f4f !important;
  font-size: 22px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900; }

.status .status_approved:before {
  content: "\f00c";
  color: #2dde98 !important;
  font-size: 22px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900; }

.status .status_notApproved:before {
  content: "\f00d";
  color: #ed1b2e !important;
  font-size: 22px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900; }

/** ====================================================================================	
								FOR FILE UPLOADING
 ====================================================================================**/
.ui-fileupload-buttonbar, .ui-fileupload-content {
  padding: 0 !important;
  background: none !important;
  border: 0 !important; }

.ui-fileupload-choose {
  border: 0 !important;
  position: relative;
  overflow: hidden;
  width: 150px;
  padding: 10px 20px 10px 20px;
  background: #359f99 !important;
  text-align: right !important;
  text-shadow: none !important;
  color: white !important;
  box-shadow: none; }

.CreateTemplate .ui-fileupload-choose {
  width: 120px !important; }

.SurveyBanner .ui-fileupload-choose {
  width: 160px !important; }

.ui-fileupload-choose.ui-state-active .ui-icon {
  position: absolute !important; }

.manage_user_upload.user_management_logo .ui-fileupload {
  width: 100% !important; }

.Upload_File span.ui-button-icon-left.ui-icon.ui-c.ui-icon-plusthick:after {
  color: #fff !important; }

.user_management_logo .ui-fileupload-content.ui-widget-content.ui-corner-bottom {
  width: 600px;
  margin-top: 10px; }

.Upload_File .ui-fileupload-content.ui-widget-content.ui-corner-bottom {
  width: 600px;
  margin-top: 10px; }

span.ui-button-icon-left.ui-icon.ui-c.ui-icon-arrowreturnthick-1-n {
  display: none; }

/** ====================================================================================	
								FOR ADVANCED SEARCH FILTER
 ====================================================================================**/
.selectAllDepartmentsLink {
  color: #fff !important;
  font-weight: 600 !important;
  border-right: 2px solid #d2d2d2 !important;
  padding-right: 1rem; }

a.selectAllDepartmentsLink:hover,
a.unselectAllDepartmentsLink:hover {
  text-decoration: underline !important; }

.unselectAllDepartmentsLink {
  color: #fff !important;
  font-weight: 600 !important; }

.advancedSearchFilterLink:before {
  content: "\f013";
  font-family: Font Awesome\ 5 Free;
  margin-right: 10px; }

.advancedSearchFilterLink {
  position: relative;
  color: #359f99 !important; }

.not-applied:before {
  content: "\f013";
  font-family: Font Awesome\ 5 Free !important;
  color: #359f99 !important;
  margin-right: 10px;
  font-weight: 600 !important; }

.applied:before {
  content: "\f101";
  font-family: Font Awesome\ 5 Free !important;
  color: #359f99 !important;
  margin-right: 10px;
  font-weight: 900 !important; }

.not-applied, .applied {
  position: relative; }

.advancedSearchFiltersForm ul.ui-widget-content.ui-picklist-list {
  width: 265px !important;
  height: 180px !important; }

/** ====================================================================================	
								FOR PAGINATION
 ====================================================================================**/
.ui-paginator {
  background: none !important;
  border: 0 !important;
  margin-top: 10px; }

span.ui-paginator-first.ui-state-default,
span.ui-paginator-prev.ui-state-default,
span.ui-paginator-next.ui-state-default,
span.ui-paginator-last.ui-state-default {
  background: none;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: none !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important; }

.ui-paginator-page {
  width: 35px;
  height: 35px;
  border-radius: 90px !important;
  margin: 0 3px !important;
  line-height: 35px !important;
  font-size: 10px !important;
  background: #d6d6d6 !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  color: #ffffff !important;
  text-shadow: none !important; }

span.ui-icon.ui-icon-seek-first:after {
  content: "\f048" !important;
  font-family: Font Awesome\ 5 Free !important;
  position: absolute;
  color: #359f99 !important;
  display: block;
  text-indent: 0px !important;
  top: -1px;
  left: 5px;
  font-weight: 900 !important; }

span.ui-icon.ui-icon-seek-first {
  background: none;
  position: relative; }

span.ui-paginator-page.ui-state-hover {
  background: #359f99 !important; }

span.ui-icon.ui-icon-seek-prev:after {
  content: "\f049" !important;
  font-family: Font Awesome\ 5 Free !important;
  position: absolute;
  color: #359f99 !important;
  display: block;
  text-indent: 0px !important;
  top: -1px;
  left: 3px;
  font-weight: 900 !important; }

span.ui-icon.ui-icon-seek-prev {
  background: none;
  position: relative; }

span.ui-paginator-page.ui-state-default.ui-state-active.ui-corner-all {
  background: #359f99 !important; }

.ui-paginator-rpp-options {
  background: none !important;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  width: 50px; }

span.ui-icon.ui-icon-seek-next:after {
  content: "\f04e" !important;
  font-family: Font Awesome\ 5 Free !important;
  position: absolute;
  color: #359f99 !important;
  display: block;
  text-indent: 0px !important;
  top: -1px;
  left: 3px;
  font-weight: 900 !important; }

span.ui-icon.ui-icon-seek-next {
  background: none;
  position: relative; }

span.ui-icon.ui-icon-seek-end:after {
  content: "\f050" !important;
  font-family: Font Awesome\ 5 Free !important;
  position: absolute;
  color: #359f99 !important;
  display: block;
  text-indent: 0px !important;
  top: -1px;
  left: 3px;
  font-weight: 900 !important; }

span.ui-icon.ui-icon-seek-end {
  background: none;
  position: relative; }

.ui-paginator .ui-icon {
  text-indent: 0px !important;
  color: #eee; }

/** ====================================================================================	
								FOR DATA TABLES
 ====================================================================================**/
.tableStyle .ui-datatable-header {
  padding: 0 !important;
  border: 0;
  border-radius: 0 !important; }

.tableStyle .ui-datatable-scrollable-header {
  border-radius: 0 !important; }

.ui-datatable-scrollable-body .ui-datatable-scrollable-theadclone,
.tableStyle .ui-datatable-scrollable-body .ui-datatable-scrollable-theadclone {
  display: none !important; }

.tableStyle .ui-datatable-scrollable-header .ui-state-default,
.tableStyle .ui-datatable-scrollable-header .ui-widget-content,
.tableStyle .ui-datatable-scrollable-header .ui-state-default,
.tableStyle .ui-datatable-scrollable-header .ui-widget-header .ui-state-default {
  text-align: left !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important; }

.tableStyle .ui-datatable-scrollable-header .ui-state-default.text-center {
  text-align: center !important; }

.tableStyle .ui-datatable-scrollable-header .ui-state-default input {
  border: 2px solid #ccc !important; }

.tableStyle .ui-datatable-scrollable-header .ui-state-default input:focus {
  border: 2px solid #777 !important; }

.tableStyle .ui-datatable-scrollable-header .ui-inputfield.ui-state-default {
  background: white !important;
  border-radius: 2px;
  color: #777; }

.tableStyle.secondary .ui-datatable-scrollable-body table tbody tr.ui-widget-content:hover,
.tableStyle.primary .ui-datatable-scrollable-body table tbody tr.ui-widget-content.ui-state-hover {
  background: #f7f7cb !important;
  box-shadow: none !important;
  color: #111; }

.tableStyle .ui-datatable-scrollable-body table tbody tr td {
  border-color: #e6e6e6 !important;
  color: #4f4f4f !important;
  text-shadow: none !important; }

.tableStyle.breakWord table tbody tr {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important; }

.tableStyle.noWrap table tbody tr td {
  border: 1px solid #ddd !important;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.tableStyle.noWrap table tbody tr td div {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.ui-datatable-scrollable-body table tbody tr td .campName, .ui-datatable-scrollable-body table tbody tr td .campName a {
  font-size: 13px;
  font-family: QuickSand-Bold;
  text-transform: capitalize;
  color: #555; }

.ui-datatable-scrollable-body table tbody tr td .campDate {
  font-size: 11px; }

.ui-datatable-scrollable-body table tbody tr td .campDate span {
  font-style: italic;
  font-family: QuickSand-Bold; }

.ui-datatable-scrollable-body table tbody tr td .table-actions button {
  text-align: center;
  margin-right: 20px; }

.ui-datatable-scrollable-body table tbody tr td .table-actions button .ui-button-text {
  padding: 0px !important; }

.ui-datatable-scrollable-body table tbody tr td .table-actions button:last-child {
  margin-right: 0; }

.tableStyle .ui-datatable-scrollable-body table tbody tr td input.ui-inputfield {
  margin: 0 !important; }

.tableStyle .table-footer-none .ui-datatable-scrollable-footer {
  display: none !important; }

.tableStyle .ui-datatable-scrollable-body {
  max-height: 100px;
  min-height: auto !important; }

.tableStyle table thead tr th {
  padding: .6em !important; }

.tableStyle table tbody tr td {
  padding: .25em .6rem !important; }

.tableStyle .ui-datatable-scrollable-header .ui-inputfield.ui-state-default {
  color: #666 !important;
  background: white !important;
  border-radius: 2px; }

.ui-datatable-odd {
  background: none repeat scroll 0 0 rgba(195, 195, 195, 0.2) !important; }

/** ====================================================================================	
								FOR MIN HEIGHT ( DATATABLE )
 ====================================================================================**/
.mh-90 .ui-datatable-scrollable-body {
  max-height: 90vh !important; }

.mh-85 .ui-datatable-scrollable-body {
  max-height: 85vh !important; }

.mh-80 .ui-datatable-scrollable-body {
  max-height: 80vh !important; }

.mh-77 .ui-datatable-scrollable-body {
  max-height: 77vh !important; }

.mh-75 .ui-datatable-scrollable-body {
  max-height: 75vh !important; }

.mh-73 .ui-datatable-scrollable-body {
  max-height: 73vh !important; }

.mh-70 .ui-datatable-scrollable-body {
  max-height: 70vh !important; }

.mh-67 .ui-datatable-scrollable-body {
  max-height: 67vh !important; }

.mh-65 .ui-datatable-scrollable-body {
  max-height: 65vh !important; }

.mh-63 .ui-datatable-scrollable-body {
  max-height: 63vh !important; }

.mh-60 .ui-datatable-scrollable-body {
  max-height: 60vh !important; }

.mh-57 .ui-datatable-scrollable-body {
  max-height: 57vh !important; }

.mh-55 .ui-datatable-scrollable-body {
  max-height: 55vh !important; }

.mh-53 .ui-datatable-scrollable-body {
  max-height: 53vh !important; }

.mh-50 .ui-datatable-scrollable-body {
  max-height: 50vh !important; }

.mh-48 .ui-datatable-scrollable-body {
  max-height: 48vh !important; }

.mh-45 .ui-datatable-scrollable-body {
  max-height: 45vh !important; }

.mh-43 .ui-datatable-scrollable-body {
  max-height: 43vh !important; }

.mh-40 .ui-datatable-scrollable-body {
  max-height: 40vh !important; }

.mh-37 .ui-datatable-scrollable-body {
  max-height: 37vh !important; }

.mh-33 .ui-datatable-scrollable-body {
  max-height: 33vh !important; }

.mh-30 .ui-datatable-scrollable-body {
  max-height: 30vh !important; }

.mh-27 .ui-datatable-scrollable-body {
  max-height: 27vh !important; }

.mh-25 .ui-datatable-scrollable-body {
  max-height: 25vh !important; }

.mh-20 .ui-datatable-scrollable-body {
  max-height: 20vh !important; }

.mh-150 .ui-datatable-scrollable-body {
  max-height: 150px !important; }

/** ====================================================================================	
								FOR INPUT FIELD
 ====================================================================================**/
.ui-inputfield {
  box-shadow: none !important;
  width: 100% !important;
  height: 30px;
  padding: 0 6px !important;
  line-height: 30px; }

.ui-selectonemenu {
  width: 100% !important; }

/** ====================================================================================	
								FOR MULTI-MENU DROPDOWN
 ====================================================================================**/
.ui-menu .ui-menuitem-link {
  width: 100% !important;
  border-radius: 0 !important;
  border: 0 !important; }

.ui-menu .ui-menuitem {
  margin: 0 !important; }

.ui-menu {
  background: #fff !important; }

/** ====================================================================================	
								FOR DATATABLE
 ====================================================================================**/
.ui-datatable-scrollable-body {
  outline: none !important;
  overflow-x: hidden !important; }

.ui-datatable thead th, .ui-datatable tfoot td {
  border: none !important;
  background: #878382 !important;
  text-shadow: none !important;
  color: #fff !important;
  text-align: left !important; }

.ui-datatable-scrollable-header-box {
  margin-right: 0px !important; }

.ui-datatable-scrollable-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px !important;
  background-color: transparent; }

.ui-datatable-scrollable-body::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
  border: none !important;
  background-color: rgba(194, 194, 194, 0.5); }

tr.ui-widget-content, .ui-datatable tbody td, tbody.ui-widget-content {
  border: 0 !important;
  font-family: QuickSand-Medium !important; }

/** ====================================================================================	
								FOR BUTTONS
 ====================================================================================**/
.ui-button-text-only .ui-button-text {
  padding: 0 !important; }

.btn.ui-button, .btn {
  border-radius: 3px !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37) !important;
  border: none !important;
  font-family: "QuickSand-Medium" !important;
  background: #359f99 !important;
  text-shadow: none !important;
  color: #fff !important;
  padding: 8px 15px !important; }

.ui-menubutton .ui-button {
  margin: 0;
  padding: 8px 30px 8px 10px !important;
  background: #fff !important;
  box-shadow: none !important; }

.export_chatrs .ui-button-icon-left {
  right: .5em !important;
  left: inherit !important; }

.export_chatrs {
  text-align: right;
  margin-top: 22px; }

.ui-button-text-icon-left .ui-button-text {
  padding: 0 !important; }

/** ====================================================================================	
								FOR ERROR MSG
 ====================================================================================**/
.ui-outputlabel.ui-state-error {
  background: none !important; }

.ui-messages-error, .ui-message-error {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.ui-message-error-icon {
  display: none !important; }

.add_new_user_group_msg span.ui-message-error-detail {
  font-size: 10px !important; }

.ui-messages-info, .ui-message-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  float: left;
  width: 100%; }

.ui-messages-error-icon {
  display: none !important; }

.ui-messages ul,
.ui-messages-info-detail, .ui-messages-warn-detail,
.ui-messages-error-detail, .ui-messages-fatal-detail,
.ui-message-info-detail, .ui-message-warn-detail,
.ui-message-error-detail, .ui-message-fatal-detail {
  margin: 0 !important; }

/** ====================================================================================	
								FOR SEARCH BUTTON
 ====================================================================================**/
.fa-search:before {
  content: "\f002";
  font-family: Font Awesome\ 5 Free !important;
  position: absolute;
  left: 10px;
  font-weight: 900;
  top: 6px; }

.fa-search {
  position: relative; }

/** ====================================================================================	
								FOR DATEPICKERS
 ====================================================================================**/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  font-family: QuickSand-Medium !important; }

.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  color: #359f99 !important;
  text-decoration: none !important; }

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: none !important;
  border: none !important;
  color: #359f99 !important;
  text-align: center !important;
  text-shadow: none !important;
  font-family: QuickSand-medium !important; }

.ui-datepicker .ui-datepicker-current-day .ui-state-highlight, .ui-datepicker .ui-datepicker-current-day .ui-state-default {
  background: #359f99 !important;
  color: #fff !important; }

.hasDatepicker.ui-inputfield {
  height: 32px !important;
  font-weight: normal !important;
  padding: 0 6px !important;
  line-height: 30px !important; }

.ui-datepicker {
  z-index: 9999999999 !important; }

/** ====================================================================================	
								FOR SELECT OPTIONS
 ====================================================================================**/
.ui-selectonemenu .ui-selectonemenu-trigger {
  background: none !important;
  border: none !important;
  width: 20px !important;
  padding: 0 !important; }

.ui-selectonemenu-trigger span.ui-icon.ui-icon-triangle-1-s.ui-c:after {
  content: "\f0d7" !important;
  font-family: Font Awesome\ 5 Free !important;
  position: absolute !important;
  top: 7px !important;
  right: 5px !important;
  font-size: 12px !important;
  color: #737373 !important;
  font-weight: 900 !important; }

.ui-selectonemenu-trigger span.ui-icon.ui-icon-triangle-1-s.ui-c {
  position: relative !important;
  margin: 0 !important;
  text-indent: 0px !important;
  height: 30px;
  background-image: none !important; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,
.ui-selectonemenu-item.ui-selectonemenu-list-item.ui-state-hover {
  background: #359f99 !important;
  color: #fff !important;
  border-radius: 0 !important; }

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
  text-shadow: none !important;
  word-wrap: break-word;
  max-width: 100%;
  white-space: normal !important;
  min-width: 200px; }

.ui-selectonemenu label.ui-selectonemenu-label {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  padding-right: 25px !important; }

/** ====================================================================================	
								FOR SECTION TITLE
 ====================================================================================**/
.section_title {
  position: relative; }

.section_title:after {
  content: "";
  width: 130px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #ffc107;
  left: 0;
  right: 0;
  border-radius: 50% 50% 50% 50%;
  bottom: -10px; }

/** ====================================================================================	
								FOR SEARCH BOX
 ====================================================================================**/
.custom_search_box {
  display: inline-block;
  width: 100%;
  padding: 1em;
  position: relative;
  background: #fff;
  margin: 1em 0; }

.custom_search_box:before {
  content: "";
  border-top: 30px solid #ccc;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 0;
  left: 0; }

.custom_search_box:after {
  content: "";
  border-bottom: 30px solid #ccc;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0; }

/** ====================================================================================	
								FOR COMPLAINCE MANAGER
 ====================================================================================**/
.main-wrapper {
  display: inline-block; }

.main-wrapper .ui-datagrid-content.ui-widget-content {
  background: none !important; }

.main-wrapper .ui-datagrid-column {
  padding: .5px 3px !important; }

.projectsFilter .ui-selectonemenu-items-wrapper {
  background: #eee !important; }

.policy_approval .ui-radiobutton.ui-widget {
  margin: 0 10px !important;
  display: block; }

.fa-thumbs-up:before {
  content: "\f164";
  font-family: "Font Awesome\ 5 Free" !important;
  font-size: 22px;
  color: #359f99 !important; }

.main-wrapper .ui-datagrid-content.ui-widget-content {
  background: none !important;
  border: 0 !important; }

.box-wrapper {
  background: white !important;
  display: inline-block;
  width: 100%;
  position: relative;
  border: 1.5px solid #ccc;
  padding: 5px; }

.policy_title span {
  line-height: 18px;
  font-size: 16px;
  color: #666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.ProjectPloicy.Upload_File .ui-fileupload.ui-widget {
  width: 100% !important; }

.ProjectPloicy.Upload_File .ui-fileupload.ui-widget .ui-fileupload-choose {
  float: left;
  width: 150px; }

.ui-fileupload-upload {
  border: none !important;
  background: #359f99 !important;
  text-shadow: none !important;
  color: #fff !important;
  padding: 10px 20px;
  box-shadow: none !important;
  margin: 0 15px 0 10px !important; }

.ui-fileupload-cancel {
  border: none !important;
  display: inline-block !important;
  background: #359f99 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 10px 20px; }

.ui-icon-cancel {
  display: none !important; }

.Upload_File td button.ui-fileupload-cancel.ui-button {
  padding: 0 0 !important; }

.ui-fileupload-content .ui-progressbar .ui-progressbar-value {
  background: #359f99 !important; }

.Upload_File .ui-messages-error.ui-corner-all {
  background: #f2dede;
  padding: 10px 10px; }

.template_buttons span {
  margin-right: 10px !important; }

.ProjectPloicy.Upload_File.Document .ui-fileupload.ui-widget .ui-fileupload-choose {
  float: left;
  width: 170px; }

.section-sub-title-left {
  display: inline-block;
  width: 100%;
  padding: .25em .5em;
  margin: 0;
  background: #fafafa;
  border-bottom: 1px solid #eee; }

.correct_checkbox {
  margin-top: 20px !important; }

.ui-spinner input {
  text-align: left !important; }

/** ====================================================================================	
								FOR DIALOG BOX
 ====================================================================================**/
.ui-widget-overlay {
  z-index: 100 !important;
  opacity: 0.60 !important; }

.ui-dialog .ui-dialog-titlebar {
  border: 0px !important;
  background: #359f99 !important;
  padding: 10px 20px !important; }

.ui-dialog .ui-dialog-title {
  text-shadow: 1px 1px 1px #333333;
  font-family: QuickSand-Bold !important;
  font-size: 15px !important;
  color: #fff !important;
  margin: 0 !important; }

.ui-icon-closethick {
  background-image: none !important;
  position: relative !important;
  text-indent: 0px !important;
  top: -1px;
  height: 22px;
  right: 0; }

span.ui-icon.ui-icon-closethick:after {
  content: "\f00d";
  font-family: Font Awesome\ 5 Free;
  color: #fff !important;
  position: absolute !important;
  top: 0;
  font-size: 16px;
  font-weight: 900 !important;
  right: 2px;
  text-shadow: 1px 1px 1px #333333; }

a.ui-dialog-titlebar-icon.ui-dialog-titlebar-close.ui-corner-all.ui-state-hover {
  background: none !important;
  box-shadow: none !important;
  border: none !important; }

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-minimize, .ui-dialog .ui-dialog-titlebar-maximize {
  padding: 0 !important; }

.ui-panel {
  padding: 0 !important;
  border: none !important; }

/** ====================================================================================	
								FOR FONTS
 ====================================================================================**/
@font-face {
  font-family: 'Quicksand-Bold';
  src: url(/PhishRod-Partner-theme/css/../fonts/Quicksand-Bold.ttf) format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'Quicksand-Light';
  src: url(/PhishRod-Partner-theme/css/../fonts/Quicksand-Light.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand-Medium';
  src: url(/PhishRod-Partner-theme/css/../fonts/Quicksand-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand-Regular';
  src: url(/PhishRod-Partner-theme/css/../fonts/Quicksand-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Harman-Retro';
  src: url(/PhishRod-Partner-theme/css/../fonts/Harman-Retro.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

.QuickSand_Medium {
  font-family: 'Quicksand-Medium' !important; }

.QuickSand_Bold {
  font-family: 'Quicksand-Bold' !important; }

.QuickSand_Light {
  font-family: 'Quicksand-Light' !important; }

.QuickSand_Regular {
  font-family: 'Quicksand-Regular' !important; }

/** ====================================================================================	
								FOR PAGE LOADER
 ====================================================================================**/
.loaderCenter {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  z-index: 999999999999;
  transition: 1s 0.4s;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

.wrapper {
  font-size: 1.6rem;
  /*background: #dad8d2;*/
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.wrapper img, .hourglass {
  display: block;
  margin: 3em auto; }

.outer {
  fill: #359f99; }

.middle {
  fill: #dad8d2; }

@-webkit-keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #dad8d2 0 0 0 0, inset #359f99 0 2em 0 0, inset #dad8d2 0 4em 0 0, inset #359f99 0 4em 0 0; }

  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #dad8d2 0 2em 0 0, inset #359f99 0 2em 0 0, inset #dad8d2 0 2em 0 0, inset #359f99 0 4em 0 0; }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: inset #dad8d2 0 2em 0 0, inset #359f99 0 2em 0 0, inset #dad8d2 0 2em 0 0, inset #359f99 0 4em 0 0; } }

@keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #dad8d2 0 0 0 0, inset #359f99 0 2em 0 0, inset #dad8d2 0 4em 0 0, inset #359f99 0 4em 0 0; }

  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: inset #dad8d2 0 2em 0 0, inset #359f99 0 2em 0 0, inset #dad8d2 0 2em 0 0, inset #359f99 0 4em 0 0; }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: inset #dad8d2 0 2em 0 0, inset #359f99 0 2em 0 0, inset #dad8d2 0 2em 0 0, inset #359f99 0 4em 0 0; } }

/** ====================================================================================	
								FOR WIDTHS
 ====================================================================================**/
.w-1 {
  width: 1% !important; }

.w-2 {
  width: 2% !important; }

.w-3 {
  width: 3% !important; }

.w-4 {
  width: 4% !important; }

.w-5 {
  width: 5% !important; }

.w-6 {
  width: 6% !important; }

.w-7 {
  width: 7% !important; }

.w-8 {
  width: 8% !important; }

.w-9 {
  width: 9% !important; }

.w-10 {
  width: 10% !important; }

.w-11 {
  width: 11% !important; }

.w-12 {
  width: 12% !important; }

.w-13 {
  width: 13% !important; }

.w-14 {
  width: 14% !important; }

.w-15 {
  width: 15% !important; }

.w-16 {
  width: 16% !important; }

.w-17 {
  width: 17% !important; }

.w-18 {
  width: 18% !important; }

.w-19 {
  width: 19% !important; }

.w-20 {
  width: 20% !important; }

.w-21 {
  width: 21% !important; }

.w-22 {
  width: 22% !important; }

.w-23 {
  width: 23% !important; }

.w-24 {
  width: 24% !important; }

.w-25 {
  width: 25% !important; }

.w-26 {
  width: 26% !important; }

.w-27 {
  width: 27% !important; }

.w-28 {
  width: 28% !important; }

.w-29 {
  width: 29% !important; }

.w-30 {
  width: 30% !important; }

.w-31 {
  width: 31% !important; }

.w-32 {
  width: 32% !important; }

.w-33 {
  width: 33% !important; }

.w-34 {
  width: 34% !important; }

.w-35 {
  width: 35% !important; }

.w-36 {
  width: 36% !important; }

.w-37 {
  width: 37% !important; }

.w-38 {
  width: 38% !important; }

.w-39 {
  width: 39% !important; }

.w-40 {
  width: 40% !important; }

.w-41 {
  width: 41% !important; }

.w-42 {
  width: 42% !important; }

.w-43 {
  width: 43% !important; }

.w-44 {
  width: 44% !important; }

.w-45 {
  width: 45% !important; }

.w-46 {
  width: 46% !important; }

.w-47 {
  width: 47% !important; }

.w-48 {
  width: 48% !important; }

.w-49 {
  width: 49% !important; }

.w-50 {
  width: 50% !important; }

.w-51 {
  width: 51% !important; }

.w-52 {
  width: 52% !important; }

.w-53 {
  width: 53% !important; }

.w-54 {
  width: 54% !important; }

.w-55 {
  width: 55% !important; }

.w-56 {
  width: 56% !important; }

.w-57 {
  width: 57% !important; }

.w-58 {
  width: 58% !important; }

.w-59 {
  width: 59% !important; }

.w-60 {
  width: 60% !important; }

.w-61 {
  width: 61% !important; }

.w-62 {
  width: 62% !important; }

.w-63 {
  width: 63% !important; }

.w-64 {
  width: 64% !important; }

.w-65 {
  width: 65% !important; }

.w-66 {
  width: 66% !important; }

.w-67 {
  width: 67% !important; }

.w-68 {
  width: 68% !important; }

.w-69 {
  width: 69% !important; }

.w-70 {
  width: 70% !important; }

.w-71 {
  width: 71% !important; }

.w-72 {
  width: 72% !important; }

.w-73 {
  width: 73% !important; }

.w-74 {
  width: 74% !important; }

.w-75 {
  width: 75% !important; }

.w-76 {
  width: 76% !important; }

.w-77 {
  width: 77% !important; }

.w-78 {
  width: 78% !important; }

.w-79 {
  width: 79% !important; }

.w-80 {
  width: 80% !important; }

.w-81 {
  width: 81% !important; }

.w-82 {
  width: 82% !important; }

.w-83 {
  width: 83% !important; }

.w-84 {
  width: 84% !important; }

.w-85 {
  width: 85% !important; }

.w-86 {
  width: 86% !important; }

.w-87 {
  width: 87% !important; }

.w-88 {
  width: 88% !important; }

.w-89 {
  width: 89% !important; }

.w-90 {
  width: 90% !important; }

.w-91 {
  width: 91% !important; }

.w-92 {
  width: 92% !important; }

.w-93 {
  width: 93% !important; }

.w-94 {
  width: 94% !important; }

.w-95 {
  width: 95% !important; }

.w-96 {
  width: 96% !important; }

.w-97 {
  width: 97% !important; }

.w-98 {
  width: 98% !important; }

.w-99 {
  width: 99% !important; }

.w-100 {
  width: 100% !important; }

/** ====================================================================================	
								FOR TABLES COLUMNS WIDTHS
 ====================================================================================**/
.tableFixed {
  table-layout: fixed !important; }

.tableAuto {
  table-layout: auto !important; }

.column_w20 {
  width: 20px !important; }

.column_w30 {
  width: 30px !important; }

.column_w40 {
  width: 40px !important; }

.column_w50 {
  width: 50px !important; }

.column_w60 {
  width: 60px !important; }

.column_w70 {
  width: 70px !important; }

.column_w80 {
  width: 80px !important; }

.column_w90 {
  width: 90px !important; }

.column_w100 {
  width: 100px !important; }

.column_w110 {
  width: 110px !important; }

.column_w120 {
  width: 120px !important; }

.column_w130 {
  width: 130px !important; }

.column_w140 {
  width: 140px !important; }

.column_w150 {
  width: 150px !important; }

.column_w160 {
  width: 160px !important; }

.column_w170 {
  width: 170px !important; }

.column_w180 {
  width: 180px !important; }

.column_w190 {
  width: 190px !important; }

.column_w200 {
  width: 200px !important; }

.column_w250 {
  width: 250px !important; }

.column_w300 {
  width: 300px !important; }

.column_w400 {
  width: 400px !important; }

/** ====================================================================================	
								FOR SWITCH BUTTONS
 ====================================================================================**/
span.ui-button-icon-left.ui-icon.ui-c.ui-icon-plusthick {
  background: none !important;
  width: 35px; }

span.ui-button-icon-left.ui-icon.ui-c.ui-icon-plusthick:after {
  background: none !important;
  content: "\f093";
  font-family: Font Awesome\ 5 Free !important;
  color: #359f99 !important;
  display: block;
  text-indent: 0 !important;
  font-size: 16px;
  position: absolute;
  left: 13px;
  top: -3px;
  font-weight: 600; }

/** ====================================================================================	
								FOR SWITCH BUTTONS
 ====================================================================================**/
.tableStyle .switch {
  margin: 0 !important; }

.switch {
  float: left;
  margin: 0 15px !important;
  position: relative !important;
  width: 60px !important;
  height: 35px !important;
  align-items: center;
  display: flex !important;
  border-radius: 50px !important; }

.switch .ui-helper-hidden-accessible, .switch .ui-helper-hidden-accessible input {
  opacity: 0;
  clip: inherit !important;
  height: 30px !important;
  /* display: flex; */
  align-items: center;
  z-index: 999; }

.switch .ui-chkbox .ui-chkbox-box {
  position: relative !important;
  display: inline-block !important;
  width: 50px !important;
  height: 20px !important;
  border-radius: 50px !important; }

.switch .ui-chkbox .ui-chkbox-icon {
  position: absolute !important;
  cursor: pointer !important;
  top: 0 !important;
  left: 2px !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #359f99 !important;
  -webkit-transition: .4s;
  transition: .4s !important; }

.switch .ui-chkbox .ui-state-default .ui-chkbox-icon {
  background: #fff !important;
  box-shadow: 0 0 5px !important;
  background-image: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 0 !important;
  border-radius: 50%;
  top: -1px !important; }

.switch .ui-chkbox .ui-state-default.ui-chkbox-box {
  background: #ccc !important;
  box-shadow: none !important; }

.switch .ui-chkbox .ui-state-focus .ui-chkbox-icon {
  box-shadow: 0 0 1px #2196F3 !important; }

.switch .ui-chkbox .ui-state-active .ui-chkbox-icon {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px) !important;
  background: #fff !important;
  box-shadow: 0 0 5px !important; }

.switch .ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-default {
  background: #359f99 !important;
  box-shadow: none !important; }

.switch.ui-chkbox .ui-state-default {
  border-radius: 34px !important;
  background: #359f99 !important; }

.switch.ui-chkbox .ui-state-default:before {
  border-radius: 50% !important; }

.switch span.ui-chkbox-icon.ui-icon.ui-c.ui-icon-check:after {
  display: none !important; }

/** ====================================================================================	
								FOR AWARENESS & COMPLIANCE MODULES 
 ====================================================================================**/
.assigned_module_dialog .phishoCard {
  min-height: 130px; }

.color__notStarted {
  background: #9a9a9a !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px;
  box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-o; }

.color__inProgress {
  background: #FF7700 !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px;
  box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-o; }

.color__failed {
  background: #be1d2c !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px;
  box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-o; }

.color__completed {
  background: #41ad48 !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px;
  box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/** ====================================================================================	
								FOR CONFIGURE EMAIL TEMPLATES
 ====================================================================================**/
.UserTemplatesDlg {
  background: #eee;
  height: 535px !important;
  padding-top: 1em;
  overflow-y: auto; }

.left-menu .row-fluid {
  margin-bottom: 7px !important;
  padding-bottom: 7px !important; }

.UserTemplatesDlg .row-fluid {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee !important;
  padding-bottom: 1em; }

.arrow_box {
  position: relative;
  background: 0; }

.left-menu .row-fluid button {
  font-size: 13px !important;
  text-align: left; }

.UserManageAllTemp {
  background: #eee;
  min-height: 535px !important; }

.UserManageAllTemp h3 {
  background: #fff !important;
  margin: 0 !important;
  padding: 10px 10px !important; }

.variables {
  background: url(/PhishRod-Partner-theme/css/../images/variable.png) no-repeat 6px 0 !important;
  width: 32px;
  height: 32px;
  display: inline-block;
  padding-left: 45px;
  float: left;
  margin: 1em 0 10px 10px;
  line-height: 34px;
  font-weight: 600 !important;
  color: #359f99 !important; }

.restore_default {
  background: url(/PhishRod-Partner-theme/css/../images/restore_default.png) no-repeat 6px 0 !important;
  height: 32px;
  display: inline-block;
  padding-left: 45px;
  margin: 1em 0 10px 0;
  line-height: 34px;
  font-weight: 600 !important;
  color: #359f99 !important; }

.Provided_By_Phishrod {
  background: url("/PhishRod-Partner-theme/css/../images/phishrod_provider.png");
  height: 32px;
  width: 32px;
  float: right;
  margin-right: 10px;
  display: inline-block;
  background-repeat: no-repeat; }

.Submit_Qualifications {
  background: url("/PhishRod-Partner-theme/css/../images/Qualification.png") 7px 15px !important;
  height: 34px !important;
  margin-left: 10px;
  width: 34px !important;
  display: inline-block;
  background-repeat: no-repeat !important; }

.Evaluation {
  background: url("/PhishRod-Partner-theme/css/../images/Technical-Evaluation.png") 7px 9px !important;
  height: 34px !important;
  width: 34px !important;
  display: inline-block;
  background-repeat: no-repeat !important;
  margin-left: 6px; }

.Prospect {
  background: url("/PhishRod-Partner-theme/css/../images/Prospect.png") 10px 15px !important;
  height: 34px !important;
  width: 34px !important;
  display: inline-block;
  background-repeat: no-repeat !important;
  margin-left: 5px; }

.Financial_Evaluation {
  background: url("/PhishRod-Partner-theme/css/../images/Financial-Evaluation.png") 3px 10px !important;
  height: 34px !important;
  width: 34px !important;
  display: inline-block;
  background-repeat: no-repeat !important;
  margin-left: 10px; }

.Win {
  background: url("/PhishRod-Partner-theme/css/../images/Win.png") 3px 10px !important;
  height: 34px !important;
  width: 34px !important;
  display: inline-block;
  background-repeat: no-repeat !important;
  margin-left: 10px; }

.Lost {
  background: url("/PhishRod-Partner-theme/css/../images/Lost.png") 3px 10px !important;
  height: 34px !important;
  width: 34px !important;
  display: inline-block;
  background-repeat: no-repeat !important; }

/** ====================================================================================	
								FOR PRINT MEDIA CSS ONLY
 ====================================================================================**/
@media print {
  .span9.readiness,
  .span9.gradebook_table {
    width: 74% !important;
    float: left !important; }

  .span3.readiness_phish_index {
    width: 23% !important; }

  .abc {
    display: none !important; }

  .Readiness_top {
    float: left;
    width: 40%; }

  .readiness .ui-datatable-scrollable-body {
    height: auto !important; }

  .span12.readiness h3 {
    clear: both !important; } }
/** ====================================================================================	
								FOR CREATE CAMPAIGN DIALOG
 ====================================================================================**/
.create_campaign {
  background: linear-gradient(90deg, #1c84a6, #359f99) !important;
  color: white !important;
  text-decoration: none !important;
  padding: 8px 10px;
  border-radius: 3px;
  margin-top: 15px !important;
  display: inline-block;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37) !important;
  position: relative;
  width: 100%;
  text-align: right !important; }

.create_campaign:after {
  content: "\f055";
  position: absolute;
  top: 9px;
  left: 10px;
  font-family: Font Awesome\ 5 Free; }

.campaign_section_title {
  background: #ffbb77;
  color: #555555;
  text-align: center;
  margin-top: 0;
  position: relative;
  padding: 5px 0; }

h4.campaign_section_title:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 0;
  left: 0px;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid transparent;
  border-left-color: #ffffff; }

h4.campaign_section_title:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 0;
  right: 0px;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 10px solid transparent;
  border-right-color: #ffffff; }

.ui-picklist-button-add, .ui-picklist-button-add-all, .ui-picklist-button-remove, .ui-picklist-button-remove-all {
  background: none !important;
  padding: 0 !important;
  height: 25px !important;
  outline: none !important; }

span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrowstop-1-w,
span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrow-1-w,
span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrowstop-1-e,
span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrow-1-e {
  position: relative;
  background-image: none !important;
  overflow: visible; }

span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrowstop-1-w:after {
  content: "\f100";
  font-family: Font Awesome\ 5 Free;
  color: #666 !important;
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  text-indent: 0px !important;
  font-size: 18px;
  font-weight: 900 !important; }

span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrow-1-w:after {
  content: "\f104";
  font-family: Font Awesome\ 5 Free;
  color: #666 !important;
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  text-indent: 0px !important;
  font-size: 18px;
  font-weight: 900 !important; }

span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrowstop-1-e:after {
  content: "\f101";
  font-family: Font Awesome\ 5 Free;
  color: #666 !important;
  position: absolute;
  top: 8px;
  left: 2px;
  display: block;
  text-indent: 0px !important;
  font-size: 18px;
  font-weight: 900 !important; }

span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrow-1-e:after {
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  color: #666 !important;
  position: absolute;
  top: 8px;
  left: 5px;
  display: block;
  text-indent: 0px !important;
  font-size: 18px;
  font-weight: 900 !important; }

li.ui-picklist-item.ui-corner-all.ui-sortable-handle.ui-state-hover {
  background: #359f99 !important;
  border: none;
  color: #fff !important; }

.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
  width: 100% !important;
  z-index: 9999999999; }

.userFilterDlg .check-all {
  float: right;
  width: 150px;
  padding: 0 5px;
  margin-right: 4px;
  position: absolute;
  right: 13px;
  top: 17px;
  z-index: 999; }

.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
  width: 22px !important;
  height: 22px !important; }

.userFilterDlg .check-all .ui-chkbox {
  float: left !important;
  margin-left: -11px;
  margin-right: 10px; }

.userFilterDlg .tableStyle .ui-datatable-scrollable-header .check-page {
  position: relative;
  top: 15px;
  left: 2px; }

.check-all .ui-chkbox-box {
  width: 18px !important;
  height: 18px !important; }

.userFilterDlg .tableStyle .ui-datatable-scrollable-header .check-page .ui-chkbox {
  margin-right: 10px; }

.check-all label {
  color: #fff; }

.check-all .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default.ui-state-active {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-left: 0px; }

.ui-picklist .ui-picklist-list {
  width: 246px !important; }

.ui-picklist .ui-picklist-list li {
  margin: 0;
  padding: 8px 10px;
  border-bottom: 1px solid #fafafa !important;
  border-radius: 0 !important;
  word-break: break-all !important; }

ul.ui-selectlistbox-list {
  overflow-y: auto;
  height: 165px; }

.ui-selectonelistbox .ui-selectlistbox-list, .ui-selectmanymenu .ui-selectlistbox-list, .ui-multiselectlistbox .ui-multiselectlistbox-list {
  background: #fff !important; }

.contact_list {
  height: 200px;
  padding: 0 !important; }

input.ui-selectlistbox-filter {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #b5b5b5 !important; }

.ui-selectonelistbox .ui-selectlistbox-item, .ui-selectmanymenu .ui-selectlistbox-item, .ui-multiselectlistbox .ui-multiselectlistbox-item {
  margin: 0 !important;
  padding: 0 10px !important;
  border: 0 none !important;
  cursor: pointer;
  line-height: 1.7 !important;
  font-weight: normal; }

li.ui-selectlistbox-item.ui-corner-all.ui-state-hover {
  background: none;
  color: #4f4f4f !important;
  border-radius: 0 !important; }

span.ui-icon.ui-icon-search:after {
  content: "\f002";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #359f99;
  display: block;
  text-indent: 0px !important;
  font-weight: 900 !important; }

span.ui-icon.ui-icon-search {
  background-image: none !important; }

span.ui-chkbox-icon.ui-icon.ui-c.ui-icon-check {
  background-image: none;
  position: relative; }

span.ui-chkbox-icon.ui-icon.ui-c.ui-icon-check:after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  color: #359f99;
  top: -1px;
  left: 1px;
  display: block;
  font-weight: 600 !important;
  text-indent: 0px !important; }

.ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
  background: #fff !important;
  margin-right: 6px !important; }

.edit_campaign:after {
  content: "\f044";
  font-family: Font Awesome\ 5 Free;
  color: #359f99;
  font-size: 22px; }

.edit_campaign, .delete_button, .execute_button, .request_approved {
  position: relative;
  background: none !important;
  border: none !important;
  width: 35px;
  margin: 0 !important;
  box-shadow: none;
  outline: 0 !important; }

.execute_button:after {
  content: "\f70c";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  color: #359f99;
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: -21px; }

.request_approved:after {
  content: "\f4fc";
  font-family: Font Awesome\ 5 Free;
  color: #359f99;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: -21px;
  left: 8px; }

.selectVideoTraining {
  ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1.4);
  -o-transform: scale(2);
  padding: 5px !important;
  outline: 0 !important; }

ul.ui-wizard-step-titles {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px !important; }

li.ui-wizard-step-title.ui-state-default.ui-state-highlight.ui-corner-all {
  border: none;
  font-family: QuickSand-Bold !important;
  font-size: 14px !important;
  padding: 10px 20px;
  box-shadow: none !important;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important; }

li.ui-wizard-step-title.ui-state-default.ui-corner-all {
  background: none;
  border: none;
  font-size: 14px !important;
  padding: 10px 20px; }

.ui-wizard-navbar .ui-button.ui-wizard-nav-next,
.ui-wizard-navbar .ui-button.ui-wizard-nav-back {
  background: #359f99;
  border: none !important;
  color: #fff;
  text-shadow: none !important;
  padding: 8px 15px;
  text-align: left;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37) !important;
  width: 80px;
  position: relative;
  font-size: 14px !important;
  font-family: QuickSand-Medium !important; }

.ui-wizard-navbar .ui-button.ui-wizard-nav-next:after {
  content: "\f30b";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 12px;
  font-weight: 600 !important; }

.ui-wizard-navbar .ui-button.ui-wizard-nav-back:after {
  content: "\f30a";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 12px;
  font-weight: 900 !important; }

.ui-wizard-nav-back {
  text-align: right !important; }

span.ui-button-icon-left.ui-icon.ui-c.ui-icon-arrowthick-1-e,
span.ui-button-icon-left.ui-icon.ui-c.ui-icon-arrowthick-1-w {
  display: none; }

.advance_user_selection {
  position: absolute;
  right: 30px;
  z-index: 9;
  top: 4px;
  text-decoration: none !important;
  font-family: QuickSand-Bold !important; }

.advance_user_selection:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f013";
  left: -6px;
  position: relative;
  font-weight: 900 !important; }

.dept-select-user {
  margin: 1em 0;
  float: left;
  width: 100%; }

.dept-select-user .check-wrap {
  float: left;
  margin-right: 10px; }

.dept-select-user .check-wrap .ui-chkbox {
  padding: .3em 0em 0 0;
  float: left; }

.dept-select-user .check-wrap label {
  display: inline-block !important;
  width: auto !important;
  line-height: 2.3em; }

.dept-select-user .input-wrap input {
  float: left;
  max-width: 40px !important;
  height: 30px;
  margin-right: 10px;
  font-size: 12px !important; }

.dept-select-user .input-wrap span.ui-commandlink, .dept-select-user .input-wrap a.ui-commandlink {
  position: relative;
  margin-top: 6px !important;
  display: inline-block;
  width: 100px;
  text-align: right; }

.dept-select-user .input-wrap span.ui-commandlink:before, .dept-select-user .input-wrap a.ui-commandlink:before {
  background: url("/PhishRod-Partner-theme/css/../images/view_users.png") no-repeat 0 0 !important;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 32px;
  height: 30px; }

.dept-select-user .link-wrap span.ui-commandlink, .dept-select-user .link-wrap a.ui-commandlink {
  position: relative;
  line-height: 25px;
  padding-top: 3px; }

.dept-select-user .link-wrap span.ui-commandlink:before, .dept-select-user .link-wrap a.ui-commandlink:before {
  background: url("/PhishRod-Partner-theme/css/../images/filter_users.png") no-repeat 0 0 !important;
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: -35px;
  top: -8px; }

.ui-picklist-filter-container input {
  height: 33px !important; }

.ui-picklist .ui-picklist-filter-container {
  margin: 0 0 10px 0 !important; }

.ui-picklist .ui-picklist-filter-container .ui-icon {
  height: 22px !important; }

.contact_list span.ui-icon.ui-icon-search:after {
  right: 3px !important;
  top: -6px !important; }

.ui-picklist {
  width: 100%; }

.awarnessPicklist .ui-picklist .ui-picklist-list {
  width: 254px !important; }

@supports (-moz-appearance: none) {
  .ui-picklist-buttons .ui-picklist-button-add span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrow-1-e:after,
  .ui-picklist-buttons .ui-picklist-button-add-all span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrowstop-1-e:after,
  .ui-picklist-buttons .ui-picklist-button-remove span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrow-1-w:after,
  .ui-picklist-buttons .ui-picklist-button-remove-all span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrowstop-1-w:after {
    top: -3px !important; } }
/** ====================================================================================	
								FOR ACCORDION PANEL
 ====================================================================================**/
.accordion .ui-panel {
  border-radius: 0;
  padding: 2px 0;
  margin-bottom: 20px;
  background-color: white !important; }

.accordion > .ui-panel > .ui-panel-titlebar {
  position: relative;
  height: 40px;
  border-radius: 0 !important;
  outline: none !important;
  background: #999;
  width: 100%;
  display: inline-block; }

.accordion .ui-panel .ui-panel-title {
  color: white !important;
  text-shadow: none !important;
  float: left; }

.accordion .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  display: inline-block;
  outline: none !important;
  border: 0; }

.ui-panel .ui-panel-titlebar-icon {
  float: right;
  cursor: pointer; }

.accordion a, .accordion a:hover {
  background: none !important;
  border: 0;
  box-shadow: none; }

.accordion .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon-plusthick, .accordion .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon-minusthick {
  background-image: none !important;
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  margin: 10px;
  height: 20px;
  width: 20px !important;
  text-indent: 0;
  border-radius: 0 !important; }

.accordion .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon-plusthick:before {
  content: "\f078" !important; }

.accordion .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon-plusthick:before, .accordion .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon-minusthick:before {
  font-family: "Font Awesome\ 5 Free" !important;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 4px !important;
  right: -2px;
  font-weight: 600 !important; }

.accordion .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon .ui-icon-minusthick:before {
  content: "\f077" !important; }

/** ====================================================================================	
								FOR ADVANCE USER SELECTION
 ====================================================================================**/
.tabs {
  padding: 0px;
  list-style: none;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 50px;
  position: relative; }

.tabs a {
  text-decoration: none;
  color: #777;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
  text-decoration: none !important; }

.tabs a.active {
  color: #fff; }

.tabs .selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #05abe0;
  background: -moz-linear-gradient(45deg, #05abe0 0%, #359f99 100%);
  background: -webkit-linear-gradient(45deg, #05abe0 0%, #359f99 100%);
  background: linear-gradient(45deg, #05abe0 0%, #359f99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 ); }

.advance_user_selection {
  position: absolute;
  right: 30px;
  z-index: 9;
  font-size: 13px !important;
  top: 4px; }

.advance_user_selection:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f013";
  left: -6px;
  position: relative;
  color: #359f99 !important; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px); }

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px; }

.getUsers:before {
  content: "\f002";
  font-family: Font Awesome\ 5 Free;
  /* position: absolute; */
  top: 2px;
  left: 0;
  font-size: 18px;
  background: #359f99;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: 600 !important; }

.getUsers {
  height: 33px;
  position: relative; }

/** ====================================================================================	
								FOR END USER SCREENS
 ====================================================================================**/
.certificate {
  background: url("/PhishRod-Partner-theme/css/../images/certificate.png") no-repeat 3px 3px !important;
  width: 32px;
  height: 32px;
  display: block !important; }

.module_user_profile {
  background: #eee; }

.user_image {
  padding: 0 !important;
  margin: 10px 0px;
  width: 50px !important;
  height: 50px !important;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 50px; }

.user_greeting, .module_awareness_index {
  margin-top: 1em; }

#stars i {
  margin: 2.5px 5px !important; }

.report-info {
  float: right !important; }

.report-info .report-detail {
  float: left;
  padding: 0 0 0 15px;
  font-size: 20px;
  color: #ff9900;
  line-height: 35px; }

.report-info .report-detail label {
  line-height: 35px;
  color: #777;
  padding-right: 10px;
  font-size: 18px !important; }

.module_awareness_index h4 {
  margin: 0 !important;
  font-weight: 600 !important;
  padding: 10px 5px; }

.module_awareness_index h1 {
  background: #fff;
  color: #359f99;
  margin: 0;
  padding: 2px 0; }

.arrow_box {
  position: relative;
  background: 0; }

.recieversList .title {
  padding: 15px 0; }

.recieversList .title h2 {
  margin: 0;
  font-size: 24px; }

.assigned_module_dialog {
  margin: 0 0 !important;
  padding: 0 !important; }

.assigned_module_dialog .box {
  padding: 15px 0;
  width: 100%;
  height: 120px; }

.status_completed {
  background-color: #c1e8c5 !important; }

.box {
  float: left;
  line-height: 23px;
  padding: 10px 10px;
  position: relative; }

.assigned_module_dialog .box .fa {
  font-size: 20px !important;
  float: right;
  color: #fff !important; }

.color__completed {
  color: #41ad48 !important; }

.assigned_module_dialog h3 {
  float: left;
  margin: 0; }

.status_inProgress {
  background-color: #ffc694 !important; }

.color__inProgress {
  color: #FF7700 !important; }

.status_notStarted {
  background-color: #d6d6d6; }

.color__notStarted {
  color: #9a9a9a !important; }

.status_failed {
  background-color: #f2acb4 !important; }

.color__failed {
  color: #be1d2c !important; }

.gradebook_table .tableStyle {
  padding: 0;
  margin: 1rem 0;
  float: left; }

.gradebook_table .tableStyle table thead tr th {
  font-weight: lighter !important;
  color: white !important;
  padding: 5px 10px !important;
  text-align: left; }

.gradebook_table .tableStyle table tbody tr td {
  border: none !important;
  padding: 0 10px !important;
  color: #111111 !important;
  font-size: 13px !important;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.EndUserDashboard table.jqplot-table-legend {
  background: none !important;
  bottom: -30px !important; }

li.ui-selectlistbox-item.ui-corner-all {
  float: left !important;
  white-space: nowrap !important;
  width: 50% !important;
  overflow: hidden !important;
  margin: 4px 0 !important;
  text-overflow: ellipsis !important; }

.ui-selectonelistbox li.ui-selectlistbox-item.ui-corner-all {
  width: 100% !important; }

.DashboardadvancedSearchFiltersForm input.ui-selectlistbox-filter {
  height: 22px !important;
  border: 0 !important; }

.DashboardadvancedSearchFiltersForm span.ui-icon.ui-icon-search:after {
  top: -5px; }

.DashboardadvancedSearchFiltersForm span.ui-chkbox-icon.ui-icon.ui-c.ui-icon-check:after {
  top: -2px !important; }

.DashboardadvancedSearchFiltersForm .ui-chkbox {
  margin-top: 4px !important; }

.EndUserLegends tr.jqplot-table-legend {
  width: 32% !important; }

/** ====================================================================================	
								FOR RADIO BUTTONS
 ====================================================================================**/
.ui-radiobutton .ui-radiobutton-box {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50% !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 50%;
  background: #fff;
  box-shadow: none !important; }

.ui-state-active .ui-icon {
  background: none;
  position: relative;
  text-indent: 0px !important;
  width: 20px;
  height: 20px; }

span.ui-radiobutton-icon.ui-icon.ui-icon-bullet:after {
  content: "\f111";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2.2px;
  top: -1px;
  font-size: 11px;
  color: #359f99;
  font-weight: 600;
  display: block;
  text-indent: 0 !important; }

.ui-radiobutton.ui-widget {
  width: 30px;
  margin-top: 10px; }

.ui-selectoneradio label {
  margin-right: 20px;
  margin-top: 10px; }

.radio-tabs {
  background: #fafafa;
  padding: 6px 20px 10px 20px;
  border: 1px solid #eee; }

/** ====================================================================================	
								FOR MODULE FEEDBACK FORM
 ====================================================================================**/
.survey-form {
  font-family: 'Verdana' !important; }

.survey-form .personal-info-wrapper {
  background: #eee;
  display: inline-block;
  width: 100%; }

.survey-form .personal-info-wrapper h4 {
  padding: 15px 55px;
  border-bottom: 1px solid #fff; }

.personal-info-wrapper .form-wrapper {
  padding: 30px 40px; }

.personal-info-wrapper .form-group .form-label {
  font-weight: bold !important; }

.personal-info-wrapper .form-group .form-control {
  border-radius: 0 !important; }

.qustionnaryBoxWrapper {
  width: 100% !important;
  margin: 0 auto;
  font-family: 'Verdana' !important; }

.qustionnaryBox {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  min-height: 75vh;
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden; }

.qustionnaryBox h4 {
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
  background: #777;
  padding: 1em 2.5em;
  margin: 0px; }

.qustionnaryBox .survey-form-title {
  color: white !important;
  padding: 1em 2em !important;
  margin: 0px;
  background: #4c4c4c;
  background: #777 !important; }

.qustionnaryBox .survey-form-desc {
  font-size: 16px;
  line-height: 1.9rem;
  color: #111;
  font-family: QuickSand-Bold;
  padding: 0 20px !important; }

.qustionnaryBox .survey-form-quesWrap {
  margin: 2.5em 0;
  display: inline-block;
  width: 100%; }

.qustionnaryBox .survey-form-quesWrap .survey-form-quesNo {
  margin-right: 10px;
  font-weight: bold !important; }

.qustionnaryBox .survey-form-quesWrap .survey-form-ques, .qustionnaryBox .survey-form-quesWrap .survey-form-quesNo {
  font-size: 24px !important;
  text-decoration: none;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  font-weight: normal;
  color: #777 !important; }

.qustionnaryBox .survey-form-quesWrap table tr {
  margin-bottom: .5rem;
  float: left;
  width: 100%; }

.qustionnaryBox .survey-form-quesWrap table tr td label {
  padding-left: 1rem !important;
  line-height: 1.5 !important;
  color: #111;
  font-weight: normal !important; }

.qustionnaryBox .survey-form-quesWrap table tr td .ui-radiobutton .ui-radiobutton-box {
  top: 0; }

.qustionnaryBox .nav {
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
  padding: 7px;
  margin-bottom: 0px;
  background: white; }

.qustionnaryBox .nav .ui-button {
  position: relative; }

.qustionnaryBox .nav .ui-button span {
  width: 100%; }

.qustionnaryBox .nav .col-md-6:first-child .ui-button {
  background: #1f1f1f !important;
  float: right;
  width: 70px !important; }

.qustionnaryBox .nav .col-md-6:last-child .ui-button {
  background: #359f99 !important;
  float: left;
  width: 70px !important; }

.qustionnaryBox .nav .col-md-6 .ui-button:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 30px;
  margin-top: -30px; }

.qustionnaryBox .nav .ui-button.pseudoHide {
  width: 100% !important; }

.pseudoHide:before {
  display: none; }

.qustionnaryBox .ui-message-error-detail {
  color: white;
  background: #ef6262;
  padding: 10px 15px;
  float: left;
  width: 100%;
  line-height: 20px;
  margin: 0; }

.qustionnaryBox .ui-message-error-detail:before {
  content: "\f06a";
  font-family: "Fontawesome";
  font-size: 20px;
  margin-right: 10px;
  color: white !important;
  float: left; }

.Radio_Btn label {
  font-size: 18px !important;
  color: #333 !important;
  padding-left: 15px !important;
  width: 95%; }

.Radio_Btn input[type="radio"] {
  float: left;
  width: 20px !important; }

.Radio_Btn .ui-radiobutton .ui-radiobutton-box {
  top: 3px; }

.Radio_Btn .ui-radiobutton.ui-widget {
  margin: 0 20px;
  float: left; }

.Radio_Btn .ui-radiobutton-box.ui-widget.ui-corner-all.ui-state-default {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
  background: #fff !important; }

.Radio_Btn {
  margin-bottom: 5em;
  width: 100%; }

.Radio_Btn td {
  padding: 20px 50px;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%; }

.Radio_Btn .ui-radiobutton-box .ui-icon-bullet:before, .portlet-learn-scorm input[type="radio"] {
  top: 4px !important;
  left: 4px !important;
  border-radius: 50% !important;
  width: 15px !important;
  height: 15px !important; }

/** ====================================================================================	
								FOR THANK YOU NOTE
 ====================================================================================**/
.tyNote_wrapper {
  width: 100%;
  margin: 0 auto;
  display: inline-block; }

.tyNote_wrapper .ui-panel {
  margin: 0 auto;
  width: 620px;
  border: 0;
  background: none; }

.tyNote_inner {
  display: inline-block;
  width: 100%;
  background: #F4FBF6 !important;
  text-align: center;
  margin: 5vh auto;
  padding: 40px 0px 60px;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #111 !important;
  overflow: hidden; }

.tyNote_inner i {
  color: #359f99;
  font-size: 3em !important;
  line-height: 8px;
  font-weight: normal; }

.tyNote_inner h2 {
  color: #359f99;
  font-size: 40px;
  padding-top: 20px;
  margin: 0px 0 10px 0; }

.fancy-seperator span {
  display: inline-block;
  position: relative; }

.fancy-seperator span:before {
  right: 100%;
  margin-right: 15px; }

.fancy-seperator span:after {
  left: 100%;
  margin-left: 15px; }

.fancy-seperator span:before, .fancy-seperator span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #359f99;
  border-top: 1px solid #359f99;
  top: 0;
  width: 150px; }

/** ====================================================================================	
								FOR CHARTS
 ====================================================================================**/
.phishometer .charts_area,
.successful_trap .charts_area,
.phishpie .charts_area,
.deptwise .charts_area {
  background: #fff;
  min-height: 330px;
  margin-bottom: 1em;
  padding: 0 30px;
  overflow-y: auto; }

.charts_heading {
  background: #fff;
  margin: 0 !important;
  padding: 10px 0;
  border-bottom: 4px double #ddd;
  position: relative; }

.successful_trap .jqplot-axis.jqplot-xaxis {
  display: none !important; }

.charts_heading:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 0;
  left: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid transparent;
  border-left-color: #fff; }

table.jqplot-table-legend tr {
  float: left !important;
  width: 48%;
  color: #111;
  margin: 3px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.jqplot-table-legend {
  border: none !important; }

table.jqplot-table-legend tr td {
  display: inline-block;
  padding-top: 0 !important;
  padding-right: 2px !important;
  padding-bottom: 0 !important;
  padding-left: 2px !important;
  position: relative;
  top: 0;
  z-index: 1;
  font-size: 10px !important; }

table.jqplot-table-legend {
  margin: 0;
  position: absolute;
  width: 100% !important;
  left: 20px !important;
  bottom: 0 !important;
  z-index: 2 !important;
  background-color: white !important; }

.successful_trap table.jqplot-table-legend {
  bottom: -50px !important;
  left: 0px !important;
  margin: 0 !important; }

.export_analyzer {
  text-align: right !important; }

.export {
  text-decoration: none !important;
  margin-top: 24px !important;
  display: inline-block;
  font-size: 14px !important;
  color: #359f99 !important;
  font-family: Quicksand-Bold !important;
  position: relative; }

.export:after {
  content: "\f200";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  left: -30px;
  font-size: 24px;
  color: #359f99;
  top: -9px; }

.export a {
  font-family: QuickSand-Bold !important;
  color: #359f99 !important;
  text-decoration: none !important; }

.Campaigns_Executed .export {
  position: relative;
  top: 40px;
  right: 20px; }

.Phish_charts_area {
  min-height: 330px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  background: #fff;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }

.PhishSimulatorCharts .col-md-6 {
  margin-bottom: 20px; }

.PhishIndex {
  font-size: 5em !important;
  line-height: 4em !important;
  display: block;
  color: #359f99 !important;
  width: 100%;
  text-align: center;
  text-decoration: none !important; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eee;
  border-radius: .25rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14); }

.card .card-icon {
  border-radius: 3px;
  background: linear-gradient(60deg, #ffa726, #fb8c00);
  padding: 4px 10px;
  margin-top: -20px;
  margin-left: 15px;
  float: left;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4); }

i.fa-users:after {
  content: "\f0c0";
  font-family: Font Awesome\ 5 Free;
  font-style: initial;
  color: #fff;
  font-size: 28px; }

.info-box {
  display: none;
  background: #fafafa;
  position: absolute;
  top: 41px;
  right: 10px;
  left: 10px;
  z-index: 99;
  font-size: 12px;
  box-shadow: 0px 0px 3px #999;
  padding: .5rem;
  border: 1px solid #999;
  z-index: 99;
  font-family: QuickSand-Medium; }

/* .info-box:after {
	bottom: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #888;
	border-width: 10px;
} */
.section-info {
  position: relative;
  right: 0;
  background: #eee !important;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #999;
  top: 10px;
  border-radius: 50px; }

.fa-info:before {
  content: "\f129";
  position: absolute;
  left: 8px;
  top: 4px;
  font-size: 12px; }

.expose.in {
  position: relative;
  z-index: 99999;
  background: #7F7F7F; }

.card {
  min-height: 380px !important;
  padding: 0 20px !important; }

.topDept.card-body {
  height: 340px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important; }

.phishoCard {
  background: #fff;
  min-height: 150px;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.executedTable {
  float: left;
  width: 100%;
  color: #4099ff !important;
  font-size: 14px !important;
  font-family: QuickSand-Bold !important; }

.AdvisoryCompliance table.jqplot-table-legend {
  display: none !important; }

.show_label .ui-chkbox {
  margin-top: 0px !important; }

.module_status {
  height: 290px;
  overflow: auto;
  width: 100%; }

.module_status .ui-panel {
  padding: 0 !important;
  overflow-x: hidden; }

.module_status .ui-panel .ui-panel-content {
  background: #fafafa;
  padding: .25rem 1rem !important;
  border-width: 1px 0 1px 0 !important;
  border-color: #eee !important;
  border-style: solid !important;
  display: inline-block;
  width: 100% !important; }

.module_status .status {
  height: 20px;
  font-size: 11px;
  float: left;
  text-align: center;
  font-weight: bold;
  color: #4a4a4a;
  overflow: hidden;
  line-height: 20px; }

.notAssigned_bar {
  background: #a7a2e8; }

.completedByAll_bar {
  background: #82da4b; }

.failedByAll_bar {
  background: #d26d6d; }

.notStarted_bar {
  background: #e7e7e7; }

.assignedPartially_bar {
  background: #ffc694; }

.legends {
  padding: 0 1em !important;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  left: 0;
  right: 0; }

.legends .status, .legends .col-md-4 {
  background: #fff;
  border-radius: 5px;
  line-height: 16px;
  font-size: 12px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.legends .status .for:before {
  content: '';
  height: 14px;
  width: 14px;
  border: 1px solid #999;
  float: left;
  margin: 0 5px; }

.notAssigned_bd:before {
  background: #a7a2e8; }

.notStarted_bd:before {
  background: #e7e7e7; }

.assignedPartially_bd:before {
  background: #ffc694; }

.failedByAll_bd:before {
  background: #d26d6d; }

.completedByAll_bd:before {
  background: #82da4b; }

.phishoMeterIcon {
  background: linear-gradient(60deg, #26c6da, #00acc1);
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px;
  box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.phishoCard:hover span.phishoMeterIcon, .phishoCard:hover span.phishPieIcon {
  border-radius: 50%; }

.phishPieIcon {
  background: #2ed8b6;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px;
  box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 90%;
  height: 38px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.phishPieIcon:after {
  content: "\f200";
  font-family: Font Awesome\ 5 Free;
  color: #fff !important; }

.Secure, .vulnerable {
  float: left;
  width: 90%;
  color: #2ed8b6; }

.phishPieCard {
  float: left;
  width: 80%; }

.phishPieIconRight {
  float: right;
  width: 20%; }

.Leaderboard {
  padding: 40px 20px;
  margin: auto;
  max-width: 800px; }

.leader-wrap {
  display: flex; }

.topFiveUserImage img {
  height: 50px !important;
  width: 50px !important;
  border-radius: 50px;
  border: 1px solid #ddd; }

.leader {
  padding: 0 0px;
  animation-name: revealLeaders;
  animation-duration: .4s;
  margin: 3px 20px;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out; }

.leader-ava {
  padding: 5px 0 0 8px;
  margin-right: 16px;
  position: relative;
  width: 42px;
  height: 42px; }

.userStatus {
  float: left;
  padding: 6px 0;
  width: 150px !important; }

.leader-name {
  color: #6b6262;
  margin-bottom: 5px;
  font-weight: 600; }

.topFiveUserImage {
  float: left;
  width: 40px;
  line-height: 45px; }

.leader-content {
  width: 100%; }

.leader-score {
  display: flex;
  align-items: center;
  opacity: 0.6;
  font-size: 12px;
  color: #777; }

.leader-score svg {
  display: block;
  margin-right: 4px; }

.leader-score_title {
  line-height: 1; }

.leader-ava::after {
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  height: 6px;
  position: absolute;
  border: 0px transparent solid;
  border-left-width: 18px;
  border-right-width: 18px;
  border-bottom-width: 6px;
  border-bottom-color: #fff;
  transition: border-bottom-color .2s ease-in-out; }

.leader-bar {
  margin-top: 8px;
  animation-name: barLoad;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
  transform-origin: left; }

.topFiveUser .row:nth-child(1) .leader .leader-bar .bar {
  background-color: #ffb900;
  width: 100%; }

.topFiveUser .row:nth-child(1) .leader .leader-wrap .leader-ava {
  background-color: #ffb900; }

.topFiveUser .row:nth-child(2) .leader .leader-bar .bar {
  background-color: #69797e;
  width: 85%; }

.topFiveUser .row:nth-child(2) .leader .leader-wrap .leader-ava {
  background-color: #69797e; }

.topFiveUser .row:nth-child(3) .leader .leader-bar .bar {
  background-color: #847545;
  width: 75%; }

.topFiveUser .row:nth-child(3) .leader .leader-wrap .leader-ava {
  background-color: #847545; }

.topFiveUser .row:nth-child(4) .leader .leader-bar .bar {
  background-color: #0078d7;
  width: 65%; }

.topFiveUser .row:nth-child(4) .leader .leader-wrap .leader-ava {
  background-color: #0078d7; }

.topFiveUser .row:nth-child(5) .leader .leader-bar .bar {
  background-color: #e74856;
  width: 50%; }

.topFiveUser .row:nth-child(5) .leader .leader-wrap .leader-ava {
  background-color: #e74856; }

.bar {
  height: 4px !important;
  border-radius: 2px; }

.chartsLegends {
  padding: 0 !important;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 10px; }

.chartsLegends .status {
  background: #fff;
  border-radius: 5px;
  line-height: 16px;
  float: left;
  font-size: 12px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: QuickSand-Bold;
  white-space: nowrap;
  width: 45%; }

.chartsLegends .status .for:before {
  content: '';
  height: 14px;
  width: 14px;
  border: 1px solid #999;
  float: left;
  margin: 0 5px; }

.not_acknowledge:before {
  background: #d26d6d; }

.coveredModule:before {
  background: #65dd19; }

#overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 60px;
  left: 240px;
  z-index: 99998; }

/** ====================================================================================	
								FOR MANAGE USER IMAGE DIALOG
 ====================================================================================**/
.preview_image, .copy_url {
  text-decoration: none !important; }

.preview_image:after {
  content: "\f06e";
  font-family: Font Awesome\ 5 Free;
  color: #359f99;
  font-size: 22px;
  margin-right: 6px;
  position: relative;
  top: 0px; }

.copy_url:after {
  content: "\f0ea";
  font-family: Font Awesome\ 5 Free;
  color: #359f99;
  font-size: 20px;
  position: relative;
  top: 0;
  font-weight: 600; }

.image_action a, .image_action button {
  width: 30px !important;
  display: inline-block;
  margin: 0 auto;
  text-align: center; }

.manage_user_upload {
  padding-top: 10px; }

.manage_user_upload .ui-fileupload {
  width: 120px !important; }

.manage_user_upload .ui-fileupload-choose {
  border: 0 !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 20px 10px 20px;
  background: #359f99 !important;
  text-align: right !important;
  text-shadow: none !important;
  color: white !important;
  box-shadow: none; }

.manage_user_upload span.ui-button-icon-left.ui-icon.ui-c.ui-icon-plusthick:after {
  color: #fff !important; }

.manage_user_upload .ui-state-active .ui-icon {
  position: absolute !important; }

/** ====================================================================================	
								FOR UPDATE PROFILE
 ====================================================================================**/
.update_profile {
  display: inline-block; }

.update_profile .section-title {
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee;
  line-height: 2;
  padding: 0 1rem;
  background: #eee; }

.user-profile-currentDetails {
  min-height: 480px;
  border-right: 1px solid #eee;
  background: #eee;
  text-align: center; }

.user-profile-currentDetails .update-image-wrapper {
  display: flex;
  background: white;
  width: 100%; }

.user-profile-currentDetails .user_image {
  padding: 0px !important;
  margin: 1rem auto;
  width: 150px !important;
  height: 150px !important;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 5px; }

.user-profile-currentDetails .user_image img {
  width: 100%;
  border: 0 !important;
  background: none !important;
  padding: 0 !important; }

.user-profile-currentDetails .user_image .btn-wrap {
  position: absolute;
  top: 0%;
  left: 0%;
  text-align: center;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: white !important;
  line-height: 115px !important;
  font-family: 'Quicksand' !important;
  font-size: 10px;
  transition: all ease .25s; }

.user-detail label {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 70%; }

.user-profile-currentDetails .user_image:hover .btn-wrap {
  opacity: 1; }

.user-profile-currentDetails .user_image .btn-wrap:before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f03e";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px; }

.user-profile-currentDetails .user_image .btn-wrap .ui-fileupload-buttonbar .ui-button,
.user_image .btn-wrap .ui-fileupload-buttonbar .ui-button input {
  opacity: 0; }

.user-profile-currentDetails .user-detail {
  float: left;
  background: #eee;
  border-bottom: 2px solid white;
  width: 100%; }

.user-profile-currentDetails .user-detail h4 {
  min-width: 80px;
  text-align: left !important;
  border-right: 2px solid #fff; }

.user-profile-currentDetails .user-detail h4, .user-profile-currentDetails .user-detail label {
  float: left;
  padding-left: 1rem;
  line-height: 78px;
  margin: 0;
  font-size: 13px;
  font-family: QuickSand-Bold; }

/** ====================================================================================	
								FOR MY TEMPLATES
 ====================================================================================**/
.template_img {
  width: 50px;
  float: left; }

.template_img_ClickOnly {
  background: url(/PhishRod-Partner-theme/css/../images/clickonly.png);
  background-repeat: no-repeat;
  float: left;
  width: 70px;
  height: 70px; }

.template_img_DataEntry {
  background: url(/PhishRod-Partner-theme/css/../images/data_entry_template.png);
  background-repeat: no-repeat;
  float: left;
  width: 70px;
  height: 70px; }

.template_img_Attactment {
  background: url(/PhishRod-Partner-theme/css/../images/attachment.png);
  background-repeat: no-repeat;
  float: left;
  width: 70px;
  height: 70px; }

.SurveyImg {
  background: url(/PhishRod-Partner-theme/css/../images/complaince_thumbnail.png) 0 -9px;
  background-repeat: no-repeat;
  float: left;
  width: 70px;
  height: 70px; }

.template_description {
  padding-left: 5em;
  min-height: 60px; }

.template_description .template_name {
  color: #525260;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  padding: 6px 0 0 0; }

.template_date {
  font-size: 10px;
  margin-top: 5px !important; }

.template_date span {
  background: #9e2727;
  border-radius: 3px;
  color: #fff;
  padding: 0 6px;
  font-size: 9px;
  display: inline-block;
  text-transform: uppercase; }

.template_buttons a {
  font-size: 22px !important;
  font-family: 'Font Awesome\ 5 Free' !important;
  color: #359f99 !important;
  margin-right: 10px !important;
  width: 30px !important;
  display: inline-block; }

.template_buttons span {
  font-family: "Font Awesome\ 5 Free" !important;
  font-size: 22px !important; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-trash:before {
  content: "\f1f8"; }

.template .ui-datagrid-column {
  padding: 10px 0 !important;
  min-height: 135px !important;
  margin: 0px 0px 0px 0px;
  background: white;
  border-bottom: 1px solid #eee; }

.phishrod_templates .ui-datagrid-content {
  border: 0 !important; }

.phishrod_templates .fieldsetform {
  height: calc(100vh - 180px) !important;
  overflow-y: auto;
  overflow-x: hidden !important; }

.phishrod_templates .col-md-4 {
  border-right: 2px solid #bcbcc3; }

/** ====================================================================================	
								FOR VALAMIS PORTLET CSS
 ====================================================================================**/
#lessonStudioLessons .val-row.tiles ul.dropdown-menu.dropdown-visible,
#lessonManagerPackages .val-row.tiles ul.dropdown-menu.dropdown-visible {
  right: -14px !important;
  padding: 5px 5px; }

#valamisAppModalRegion .selectize-input.items.not-full input {
  border: none !important; }

#playerDataOutput .valamis-slides .reveal .slides .rj-element.rj-text .item-content {
  overflow-y: visible !important; }

.valamis .dropdown ul.dropdown-menu li {
  padding: .5rem !important;
  min-width: 150px; }

.valamis .dropdown ul.dropdown-menu li.selected:before {
  outline: 2px solid #359f99 !important; }

.valamis #questionBankBody .active-item {
  background: none repeat scroll 0 0 #e2f2f5 !important;
  color: #555 !important; }

.valamis #questionBankBody.val-portlet .portlet-wrapper .category.active-item .val-icon-folder:before {
  color: #555 !important; }

.valamis .val-portlet,
.valamis input,
.valamis .button.medium,
.valamis .bbm-modal,
.valamis button,
#lessonStudioLessons,
#lessonManagerPackages {
  font-family: QuickSand-Medium !important; }

.bbm-modal__topbar {
  height: 40px !important; }

.valamis .js-addAnswerOption {
  margin-top: 1rem; }

/* VALAMIS NAV TABS ==================*/
.valamis .val-tabs .nav-tabs {
  background: #359f99 !important; }

.valamis .val-tabs .nav-tabs > li a {
  color: white !important; }

.valamis .val-tabs .nav-tabs > li.active > a {
  border-color: #fff !important; }

/* SIDEBAR ====================== */
.valamis .sidebar-content ul li {
  border-bottom: 1px solid #555 !important; }

.valamis .sidebar-content ul li:last-child {
  border: 0 !important; }

.valamis .val-tree .selected-entity > .tree-item .tree-item-title,
.valamis .val-tree .tree-item .tree-item-icon:before,
.valamis .val-icon-menu:before {
  color: #359f99 !important; }

.valamis .val-tree .selected-entity > .tree-item {
  box-shadow: inset 4px 0 0 0 #359f99 !important; }

.valamis .val-tree .selected-entity > .tree-item .tree-item-title[data-count]:after {
  background: #359f99 !important; }

.filters-row .filter-element.shift-right {
  margin-right: 15px !important; }

/* VALAMIS BUTTONS -- START ========================*/
.valamis .valamis-plus-minus {
  display: flex; }

.valamis .button.neutral > .val-icon-minus:before, .valamis .button.neutral > .val-icon-plus:before {
  color: white !important; }

/* BUTTONS PRIMARY */
.valamis .button.primary, .valamis .button.neutral.js-select-from-media-gallery,
.valamis .valamis-plus-minus button.minus-button, .valamis .valamis-plus-minus button.plus-button {
  border: 0 solid #a50808 !important;
  text-decoration: none !important;
  font-weight: bold !important;
  color: white !important;
  transition: all 0.8s, color 0.3s 0.3s;
  background: -webkit-linear-gradient(#46ab90, #2492b6) !important;
  background: -o-linear-gradient(#46ab90, #2492b6) !important;
  background: -moz-linear-gradient(#46ab90, #2492b6) !important;
  background: linear-gradient(#46ab90, #2492b6) !important; }

.valamis .button.primary:hover, .valamis .button.neutral.js-select-from-media-gallery:hover
.valamis .valamis-plus-minus button.minus-button:hover, .valamis .valamis-plus-minus button.plus-button:hover {
  box-shadow: 0 -150px 0 0 rgba(0, 0, 0, 0.25) inset !important; }

.valamis .button.primary span, .valamis .button.primary:before, .valamis .button.primary span:before
.valamis .button.no-text span {
  color: white !important; }

.valamis .button.primary.shift-right.no-text.simple span:before {
  color: #359f99 !important; }

.valamis .button.primary.js-submit-button,
.valamis .button.primary.js-slides-editor-save {
  padding: 0 25px !important; }

.valamis .button.js-select-from-media-gallery {
  float: left;
  margin-right: 15px; }

/* BUTTON GREY */
.valamis .preview-controls .button.neutral, .valamis .content-controls .button.neutral,
.valamis .tile .button.neutral {
  background: #f2f2f2 !important;
  color: #555 !important;
  border: 1px solid #ccc !important; }

.valamis .content-controls .button:before {
  color: #555 !important; }

.valamis .preview-controls .button.neutral:hover {
  background: #dadada !important; }

/* PLAN BUTTON */
.valamis .button.neutral {
  background: none !important;
  border: 0 !important; }

.valamis .preview-controls .actions .button.neutral span {
  color: #555 !important; }

/* BUTTONS STATUS */
.valamis .button.danger {
  background: #cc4233 !important;
  color: white !important;
  border-color: #cc4233 !important;
  opacity: .9 !important; }

.valamis .button.danger:hover {
  opacity: 1 !important; }

.valamis .button.danger.no-text {
  background: none !important;
  border: 0 !important; }

.valamis .button.val-icon-trash.danger,
.valamis .button.danger.no-text span:before {
  color: #cc4233 !important;
  opacity: .75 !important;
  padding: 0.1rem !important;
  margin: 0 1rem !important; }

.valamis .button.val-icon-trash.danger:hover,
.valamis .button.danger.no-text:hover span:before {
  opacity: 1 !important; }

/* ACTION BUTTONS */
.lesson-item-controls .button.no-text {
  background: none !important;
  padding: 0px !important;
  width: 50px !important; }

.lesson-item-controls .button span:before {
  color: #359f99 !important;
  font-size: 2rem !important;
  text-align: center; }

.lesson-item-controls .button.js-delete-content span:before {
  color: #cc4233 !important; }

.valamis .button.shift-right.no-text.simple {
  margin-left: .5rem !important;
  border-radius: 5px !important;
  background: none !important; }

/* VALAMIS BUTTONS -- END ========================*/
/* DIALOG - START ===========================*/
/* VALAMIS INPUTS -- START
===================================================*/
.valamis .valamis-plus-minus input[type=text] {
  text-align: center;
  max-width: 60px; }

.val-search, val-info-table {
  border: 0 !important; }

.valamis input[type="text"] {
  border: 2px solid #ccc !important; }

.valamis input[type="text"].focus {
  border: 2px solid #777 !important;
  outline: none !important; }

.valamis .selectize-input {
  padding: 0; }

.valamis .selectize-input input {
  padding: 6.06667px 6.06667px !important; }

/* VALAMIS INPUTS -- TYPE RADIO / CHECK ============================*/
.valamis input[type="checkbox"], .valamis input[type="radio"] {
  margin-right: 4.55px !important; }

.display-options-table .div-col {
  padding: 0 !important; }

.display-options-table label {
  margin: auto !important;
  line-height: 15px; }

.valamis input[type="radio"] {
  float: left;
  width: 15px !important;
  height: 15px !important; }

/* VALAMIS INPUTS -- END
===============================================*/
/* MODAL PRIMARY ===========================*/
.valamis .bbm-modal .bbm-modal__topbar .bbm-modal__title {
  font-size: 18px !important;
  padding: 0 1.25rem !important;
  line-height: 35px !important; }

.valamis .bbm-modal .bbm-modal__topbar {
  background: #359f99 !important;
  color: #fff !important; }

.valamis .bbm-modal .modal-close.val-icon-exit {
  background-color: transparent !important;
  padding: 0.75rem 1rem !important;
  color: white !important; }

.valamis .light-val-modal .bbm-modal .bbm-modal__topbar {
  background: #fff !important;
  border-bottom: 1px solid #ccc !important;
  color: #555 !important; }

/* DIALOG -- MODAL PRIMARY -- END ===========================*/
/* THUBMAIL UPLOAD PANEL 
====================================*/
.valamis .thumbnail-container .thumbnail-item {
  padding: 0px !important;
  margin: 1rem !important;
  height: 175px !important;
  max-height: 175px !important;
  width: 17% !important;
  overflow: hidden !important;
  opacity: .8; }

.valamis .thumbnail-container .thumbnail-item:hover {
  opacity: 1; }

.valamis .thumbnail-container .image-thumbnail {
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 150px;
  overflow: hidden; }

.valamis .thumbnail-container .image-thumbnail img {
  width: 100%;
  min-height: 150px;
  object-fit: cover; }

.valamis .thumbnail-container .thumbnail-item .image-title {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #359f99;
  color: white;
  padding: .25rem; }

/* VALAMIS HIDDEN ELEMENTS =================*/
#valamisAppModalRegion .modal-content .display-options-table .div-row:first-child,
#valamisAppModalRegion .modal-content .display-options-table .div-row:nth-child(2),
#valamisAppModalRegion .modal-content .display-options-table .div-row:nth-child(3),
#valamisAppModalRegion .modal-content .display-options-table .div-row:nth-child(4),
#valamisAppModalRegion button.js-upload-image,
#lessonViewerPackages .js-share-package,
#contentManagerTopbarView .div-table,
#lessonManagerPackages .js-visible-dropdown,
#editDetails .div-row:nth-child(5),
#editDetails .div-row:nth-child(6),
#editDetails .div-row:nth-child(7),
#editDetails .div-row:nth-child(8),
#editDetails .div-row:nth-child(9),
#editDetails .div-row:nth-child(10),
.settings-container .val-row:nth-child(7),
.js-move-items, .dropdown.js-viewer-type, .dropdown.js-organizations-filter,
.filter-element.paging-showing-label.shift-left.js-paginator-showing,
.valamis .dropdown ul.dropdown-menu li.js-lesson-migrate,
#playerContent .content-footer.clearfix,
#cke_91_uiElement iframe,
.toolbar-item .button .val-icon-3d {
  display: none !important; }

/** ====================================================================================	
								FOR @ KEYFRAMES
 ====================================================================================**/
@keyframes revealLeaders {
  from {
    transform: translateX(-200px);
    opacity: 0; }

  to {
    transform: none;
    opacity: 1; } }

@keyframes barLoad {
  from {
    transform: scaleX(0); }

  to {
    transform: scaleX(1); } }

@keyframes LeftAnimation {
  from {
    transform: translateX(-50px);
    opacity: 0; }

  to {
    transform: none;
    opacity: 1; } }

@keyframes RightAnimation {
  from {
    transform: translateX(50px);
    opacity: 0; }

  to {
    transform: none;
    opacity: 1; } }

@keyframes TopAnimation {
  from {
    transform: translateY(50px);
    opacity: 0; }

  to {
    transform: none;
    opacity: 1; } }

@keyframes BottomAnimation {
  from {
    transform: translateY(50px);
    opacity: 0; }

  to {
    transform: none;
    opacity: 1; } }

.LeftAnimation {
  animation-name: LeftAnimation;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out; }

.RightAnimation {
  animation-name: RightAnimation;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out; }

.TopAnimation {
  animation-name: TopAnimation;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out; }

.BottomAnimation {
  animation-name: BottomAnimation;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out; }

@-moz-keyframes slidein {
  0% {
    left: -240px; }

  100% {
    left: 10px; } }

@-webkit-keyframes slidein {
  0% {
    left: -240px; }

  100% {
    left: 10px; } }

@keyframes slidein {
  0% {
    left: -240px; }

  100% {
    left: 10px; } }

@-moz-keyframes slideout {
  0% {
    left: 0; }

  100% {
    left: -240px; } }

@-webkit-keyframes slideout {
  0% {
    left: 0; }

  100% {
    left: -240px; } }

@keyframes slideout {
  0% {
    left: 0; }

  100% {
    left: -240px; } }

@-moz-keyframes bodyslidein {
  0% {
    left: 0; }

  100% {
    left: 240px; } }

@-webkit-keyframes bodyslidein {
  0% {
    left: 0; }

  100% {
    left: 240px; } }

@keyframes bodyslidein {
  0% {
    left: 0; }

  100% {
    left: 240px; } }

@-moz-keyframes bodyslideout {
  0% {
    left: 240px; }

  100% {
    left: 0; } }

@-webkit-keyframes bodyslideout {
  0% {
    left: 240px; }

  100% {
    left: 0; } }

@keyframes bodyslideout {
  0% {
    left: 240px; }

  100% {
    left: 0; } }

/** ====================================================================================	
								FOR MEDIA QUERIES
 ====================================================================================**/
@media (max-width: 768px) {
  .side-menu {
    position: initial;
    width: 100%;
    height: 65px;
    z-index: 9;
    border: 0; }

  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block; }

  .side-menu-container > .navbar-nav.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  .side-menu-container > .navbar-nav {
    position: fixed;
    left: -240px;
    width: 240px;
    top: 71px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  .side-body {
    margin-left: 0px;
    margin-top: 10px;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

  .navbar-toggle {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #f3f3f3; }

  #search .panel-body .navbar-form {
    border-bottom: 0; }

  #search .panel-body .navbar-form .form-group {
    margin: 0; }

  .navbar-header {
    position: fixed;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 3px 18px #ddd; }

  #dropdown .panel-body .navbar-nav {
    margin: 0; }

  .mysidebar {
    padding: 0 !important; }

  .mysidebar .navbar-toggle {
    float: left !important;
    margin: 22px 0 0 15px !important;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; } }
@media (max-width: 991px) {
  .user_info .col-md-7.p-0 {
    display: inline !important; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ui-picklist-buttons .ui-picklist-button-add span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrow-1-e:after,
  .ui-picklist-buttons .ui-picklist-button-add-all span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrowstop-1-e:after,
  .ui-picklist-buttons .ui-picklist-button-remove span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrow-1-w:after,
  .ui-picklist-buttons .ui-picklist-button-remove-all span.ui-button-icon-left.ui-icon.ui-c.ui-icon.ui-icon-arrowstop-1-w:after {
    top: -4px !important; }

  span.ui-paginator-first.ui-state-default, span.ui-paginator-prev.ui-state-default, span.ui-paginator-next.ui-state-default, span.ui-paginator-last.ui-state-default {
    box-shadow: none !important; }

  .wrapper img, .hourglass {
    width: 80px; } }
@media print {
  .printbtn {
    display: none !important; }

  .accordion .ui-panel {
    float: left !important; }

  .readiness, .gradebook_table {
    width: 74% !important;
    float: left !important; }

  .accordion .ui-panel {
    float: left; }

  .readiness_phish_index {
    width: 23% !important; }

  .printbtn {
    display: none !important; }

  .Readiness_top {
    float: left;
    width: 40%; }

  .readiness .ui-datatable-scrollable-body {
    height: auto !important; }

  .readiness h3 {
    clear: both !important; } }
@media (min-width: 992px) {
  .custom_protlet {
    min-height: calc(100vh - 83px); } }
.update_campaign span {
  background: url(/PhishRod-Partner-theme/css/../images/update_icon.png) no-repeat 0 10px !important;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat; }

.clear_icon {
  background: url(/PhishRod-Partner-theme/css/../images/clear.png) no-repeat 0 0 !important;
  width: 32px;
  height: 32px;
  display: block !important;
  border: none !important;
  float: left; }

.suspecious_icon {
  background: url("/PhishRod-Partner-theme/css/../images/suspecious.png") no-repeat center 0px !important;
  width: 32px;
  height: 32px;
  text-align: center; }

.status_investigate {
  background: url("/PhishRod-Partner-theme/css/../images/status_investigate.png") no-repeat center 5px !important;
  width: 32px;
  height: 32px;
  text-align: center; }

.status_quarantine {
  background: url("/PhishRod-Partner-theme/css/../images/status_quarantine.png") no-repeat 5px 7px !important;
  width: 32px;
  height: 32px;
  border: none !important; }

.SOC_Icon {
  background: url("/PhishRod-Partner-theme/css/../images/SOC_Icon.png") no-repeat 5px 5px !important;
  width: 32px;
  height: 32px;
  border: none !important; }

.clear_icon {
  background: url("/PhishRod-Partner-theme/css/../images/clear.png") no-repeat center 0px !important;
  width: 32px;
  height: 32px;
  text-align: center; }

.notSuspicious_Icon {
  background: url("/PhishRod-Partner-theme/css/../images/clear.png") no-repeat center 0px !important;
  width: 122px;
  height: 32px;
  text-align: center; }

.investigate_email_icon {
  background: url("/PhishRod-Partner-theme/css/../images/investigate_email.png") no-repeat 0 0 !important;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  padding-left: 35px;
  color: #359f99 !important;
  display: inline-block;
  line-height: 32px; }

/** ====================================================================================	
								FOR  Chrome Fix For the latest Version
 ====================================================================================**/
.ui-picklist-buttons-cell .ui-button-icon-only .ui-icon {
  top: 0 !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ui-picklist-buttons-cell .ui-button-icon-only .ui-icon {
    top: 12px !important; } }