@charset "utf-8";
/* ---------- 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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-theme/css/../images/arrows/paging_first.png); }

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

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

.paginator-next-link {
  background-image: url(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-theme/css/../images/application/button_bg_over.png); }

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

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

.save-trigger img {
  background-image: url(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-theme/css/../images/common/add_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit a {
    background-image: url(/tapchicongsan-theme/css/../images/common/edit_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-edit-template a {
    background-image: url(/tapchicongsan-theme/css/../images/common/edit_template_white.png); }
  .portlet-content .lfr-icon-actions .lfr-icon-action-configuration a {
    background-image: url(/tapchicongsan-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: 2em;
  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(/tapchicongsan-theme/css/../images/portlet/close_borderless.png); }
  .portlet-borderless-bar .portlet-options li.lfr-trigger strong a {
    background-image: url(/tapchicongsan-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(/tapchicongsan-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(/tapchicongsan-theme/css/../images/messages/alert.png);
  color: #663; }

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

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

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

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

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

/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:700&subset=latin,latin-ext);*/
body {
  -webkit-touch-callout: none !important;
  outline: none !important;
  -ms-overflow-style: none !important; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

a, p {
  outline: none !important; }

*:focus {
  outline: none !important; }

@media (min-width: 992px) {
  .grid37 {
    width: 37%;
    float: left; }

  .grid63 {
    width: 63%;
    float: left; } }
.grid37, .grid63 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }

.aui .m0a {
  margin: 0 auto; }

.aui .m0 {
  margin: 0px; }

.aui .m1 {
  margin: 1px; }

.aui .m2 {
  margin: 2px; }

.aui .m3 {
  margin: 3px; }

.aui .m4 {
  margin: 4px; }

.aui .m5 {
  margin: 5px; }

.aui .m6 {
  margin: 6px; }

.aui .m7 {
  margin: 7px; }

.aui .m8 {
  margin: 8px; }

.aui .m9 {
  margin: 9px; }

.aui .m10 {
  margin: 10px; }

.aui .m11 {
  margin: 11px; }

.aui .m12 {
  margin: 12px; }

.aui .m13 {
  margin: 13px; }

.aui .m14 {
  margin: 14px; }

.aui .m15 {
  margin: 15px; }

.aui .m16 {
  margin: 16px; }

.aui .m17 {
  margin: 17px; }

.aui .m18 {
  margin: 18px; }

.aui .m19 {
  margin: 19px; }

.aui .m20 {
  margin: 20px; }

.aui .m21 {
  margin: 21px; }

.aui .m22 {
  margin: 22px; }

.aui .m23 {
  margin: 23px; }

.aui .m24 {
  margin: 24px; }

.aui .m25 {
  margin: 25px; }

.aui .m26 {
  margin: 26px; }

.aui .m27 {
  margin: 27px; }

.aui .m28 {
  margin: 28px; }

.aui .m29 {
  margin: 29px; }

.aui .m30 {
  margin: 30px; }

.aui .mt-15 {
  margin-top: -15px; }

.aui .mt-14 {
  margin-top: -14px; }

.aui .mt-13 {
  margin-top: -13px; }

.aui .mt-12 {
  margin-top: -12px; }

.aui .mt-11 {
  margin-top: -11px; }

.aui .mt-10 {
  margin-top: -10px; }

.aui .mt-9 {
  margin-top: -9px; }

.aui .mt-8 {
  margin-top: -8px; }

.aui .mt-7 {
  margin-top: -7px; }

.aui .mt-6 {
  margin-top: -6px; }

.aui .mt-5 {
  margin-top: -5px; }

.aui .mt-4 {
  margin-top: -4px; }

.aui .mt-3 {
  margin-top: -3px; }

.aui .mt-2 {
  margin-top: -2px; }

.aui .mt-1 {
  margin-top: -1px; }

.aui .mt0 {
  margin-top: 0px; }

.aui .mt1 {
  margin-top: 1px; }

.aui .mt2 {
  margin-top: 2px; }

.aui .mt3 {
  margin-top: 3px; }

.aui .mt4 {
  margin-top: 4px; }

.aui .mt5 {
  margin-top: 5px; }

.aui .mt6 {
  margin-top: 6px; }

.aui .mt7 {
  margin-top: 7px; }

.aui .mt8 {
  margin-top: 8px; }

.aui .mt9 {
  margin-top: 9px; }

.aui .mt10 {
  margin-top: 10px; }

.aui .mt11 {
  margin-top: 11px; }

.aui .mt12 {
  margin-top: 12px; }

.aui .mt13 {
  margin-top: 13px; }

.aui .mt14 {
  margin-top: 14px; }

.aui .mt15 {
  margin-top: 15px; }

.aui .mt16 {
  margin-top: 16px !important; }

.aui .mt17 {
  margin-top: 17px; }

.aui .mt18 {
  margin-top: 18px; }

.aui .mt19 {
  margin-top: 19px; }

.aui .mt20 {
  margin-top: 20px; }

.aui .mt21 {
  margin-top: 21px; }

.aui .mt22 {
  margin-top: 22px; }

.aui .mt23 {
  margin-top: 23px; }

.aui .mt24 {
  margin-top: 24px; }

.aui .mt25 {
  margin-top: 25px; }

.aui .mt26 {
  margin-top: 26px; }

.aui .mt27 {
  margin-top: 27px; }

.aui .mt28 {
  margin-top: 28px; }

.aui .mt29 {
  margin-top: 29px; }

.aui .mt30 {
  margin-top: 30px; }

.aui .mt35 {
  margin-top: 35px; }

.aui .mt40 {
  margin-top: 40px; }

.aui .mt45 {
  margin-top: 45px; }

.aui .mt35 {
  margin-top: 35px; }

.aui .mt50 {
  margin-top: 50px; }

.aui .mt55 {
  margin-top: 55px; }

.aui .mr-15 {
  margin-right: -15px; }

.aui .mr-14 {
  margin-right: -14px; }

.aui .mr-13 {
  margin-right: -13px; }

.aui .mr-12 {
  margin-right: -12px; }

.aui .mr-11 {
  margin-right: -11px; }

.aui .mr-10 {
  margin-right: -10px; }

.aui .mr-9 {
  margin-right: -9px; }

.aui .mr-8 {
  margin-right: -8px; }

.aui .mr-7 {
  margin-right: -7px; }

.aui .mr-6 {
  margin-right: -6px; }

.aui .mr-5 {
  margin-right: -5px; }

.aui .mr-4 {
  margin-right: -4px; }

.aui .mr-3 {
  margin-right: -3px; }

.aui .mr-2 {
  margin-right: -2px; }

.aui .mr-1 {
  margin-right: -1px; }

.aui .mr0 {
  margin-right: 0px; }

.aui .mr1 {
  margin-right: 1px; }

.aui .mr2 {
  margin-right: 2px; }

.aui .mr3 {
  margin-right: 3px; }

.aui .mr4 {
  margin-right: 4px; }

.aui .mr5 {
  margin-right: 5px; }

.aui .mr6 {
  margin-right: 6px; }

.aui .mr7 {
  margin-right: 7px; }

.aui .mr8 {
  margin-right: 8px; }

.aui .mr9 {
  margin-right: 9px; }

.aui .mr10 {
  margin-right: 10px; }

.aui .mr11 {
  margin-right: 11px; }

.aui .mr12 {
  margin-right: 12px; }

.aui .mr13 {
  margin-right: 13px; }

.aui .mr14 {
  margin-right: 14px; }

.aui .mr15 {
  margin-right: 15px; }

.aui .mr16 {
  margin-right: 16px; }

.aui .mr17 {
  margin-right: 17px; }

.aui .mr18 {
  margin-right: 18px; }

.aui .mr19 {
  margin-right: 19px; }

.aui .mr20 {
  margin-right: 20px; }

.aui .mr21 {
  margin-right: 21px; }

.aui .mr22 {
  margin-right: 22px; }

.aui .mr23 {
  margin-right: 23px; }

.aui .mr24 {
  margin-right: 24px; }

.aui .mr25 {
  margin-right: 25px; }

.aui .mr26 {
  margin-right: 26px; }

.aui .mr27 {
  margin-right: 27px; }

.aui .mr28 {
  margin-right: 28px; }

.aui .mr29 {
  margin-right: 29px; }

.aui .mr30 {
  margin-right: 30px; }

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

.aui .mb-14 {
  margin-bottom: -14px; }

.aui .mb-13 {
  margin-bottom: -13px; }

.aui .mb-12 {
  margin-bottom: -12px; }

.aui .mb-11 {
  margin-bottom: -11px; }

.aui .mb-10 {
  margin-bottom: -10px; }

.aui .mb-9 {
  margin-bottom: -9px; }

.aui .mb-8 {
  margin-bottom: -8px; }

.aui .mb-7 {
  margin-bottom: -7px; }

.aui .mb-6 {
  margin-bottom: -6px; }

.aui .mb-5 {
  margin-bottom: -5px; }

.aui .mb-4 {
  margin-bottom: -4px; }

.aui .mb-3 {
  margin-bottom: -3px; }

.aui .mb-2 {
  margin-bottom: -2px; }

.aui .mb-1 {
  margin-bottom: -1px; }

.aui .mb0 {
  margin-bottom: 0px; }

.aui .mb1 {
  margin-bottom: 1px; }

.aui .mb2 {
  margin-bottom: 2px; }

.aui .mb3 {
  margin-bottom: 3px; }

.aui .mb4 {
  margin-bottom: 4px; }

.aui .mb5 {
  margin-bottom: 5px; }

.aui .mb6 {
  margin-bottom: 6px; }

.aui .mb7 {
  margin-bottom: 7px; }

.aui .mb8 {
  margin-bottom: 8px; }

.aui .mb9 {
  margin-bottom: 9px; }

.aui .mb10 {
  margin-bottom: 10px; }

.aui .mb11 {
  margin-bottom: 11px; }

.aui .mb12 {
  margin-bottom: 12px; }

.aui .mb13 {
  margin-bottom: 13px; }

.aui .mb14 {
  margin-bottom: 14px; }

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

.aui .mb16 {
  margin-bottom: 16px; }

.aui .mb17 {
  margin-bottom: 17px; }

.aui .mb18 {
  margin-bottom: 18px; }

.aui .mb19 {
  margin-bottom: 19px; }

.aui .mb20 {
  margin-bottom: 20px; }

.aui .mb21 {
  margin-bottom: 21px; }

.aui .mb22 {
  margin-bottom: 22px; }

.aui .mb23 {
  margin-bottom: 23px; }

.aui .mb24 {
  margin-bottom: 24px; }

.aui .mb25 {
  margin-bottom: 25px; }

.aui .mb26 {
  margin-bottom: 26px; }

.aui .mb27 {
  margin-bottom: 27px; }

.aui .mb28 {
  margin-bottom: 28px; }

.aui .mb29 {
  margin-bottom: 29px; }

.aui .mb30 {
  margin-bottom: 30px; }

.aui .mb40 {
  margin-bottom: 40px; }

.aui .mb50 {
  margin-bottom: 50px; }

.aui .ml-15 {
  margin-left: -15px; }

.aui .ml-14 {
  margin-left: -14px; }

.aui .ml-13 {
  margin-left: -13px; }

.aui .ml-12 {
  margin-left: -12px; }

.aui .ml-11 {
  margin-left: -11px; }

.aui .ml-10 {
  margin-left: -10px; }

.aui .ml-9 {
  margin-left: -9px; }

.aui .ml-8 {
  margin-left: -8px; }

.aui .ml-7 {
  margin-left: -7px; }

.aui .ml-6 {
  margin-left: -6px; }

.aui .ml-5 {
  margin-left: -5px; }

.aui .ml-4 {
  margin-left: -4px; }

.aui .ml-3 {
  margin-left: -3px; }

.aui .ml-2 {
  margin-left: -2px; }

.aui .ml-1 {
  margin-left: -1px; }

.aui .ml0 {
  margin-left: 0px; }

.aui .ml1 {
  margin-left: 1px; }

.aui .ml2 {
  margin-left: 2px; }

.aui .ml3 {
  margin-left: 3px; }

.aui .ml4 {
  margin-left: 4px; }

.aui .ml5 {
  margin-left: 5px; }

.aui .ml6 {
  margin-left: 6px; }

.aui .ml7 {
  margin-left: 7px; }

.aui .ml8 {
  margin-left: 8px; }

.aui .ml9 {
  margin-left: 9px; }

.aui .ml10 {
  margin-left: 10px; }

.aui .ml11 {
  margin-left: 11px; }

.aui .ml12 {
  margin-left: 12px; }

.aui .ml13 {
  margin-left: 13px; }

.aui .ml14 {
  margin-left: 14px; }

.aui .ml15 {
  margin-left: 15px; }

.aui .ml16 {
  margin-left: 16px; }

.aui .ml17 {
  margin-left: 17px; }

.aui .ml18 {
  margin-left: 18px; }

.aui .ml19 {
  margin-left: 19px; }

.aui .ml20 {
  margin-left: 20px; }

.aui .ml21 {
  margin-left: 21px; }

.aui .ml22 {
  margin-left: 22px; }

.aui .ml23 {
  margin-left: 23px; }

.aui .ml24 {
  margin-left: 24px; }

.aui .ml25 {
  margin-left: 25px; }

.aui .ml26 {
  margin-left: 26px; }

.aui .ml27 {
  margin-left: 27px; }

.aui .ml28 {
  margin-left: 28px; }

.aui .ml29 {
  margin-left: 29px; }

.aui .ml30 {
  margin-left: 30px; }

.aui .ml35 {
  margin-left: 35px; }

.aui .ml50 {
  margin-left: 50px; }

.aui .p0 {
  padding: 0px; }

.aui .p1 {
  padding: 1px; }

.aui .p2 {
  padding: 2px; }

.aui .p3 {
  padding: 3px; }

.aui .p4 {
  padding: 4px; }

.aui .p5 {
  padding: 5px; }

.aui .p6 {
  padding: 6px; }

.aui .p7 {
  padding: 7px; }

.aui .p8 {
  padding: 8px; }

.aui .p9 {
  padding: 9px; }

.aui .p10 {
  padding: 10px; }

.aui .p11 {
  padding: 11px; }

.aui .p12 {
  padding: 12px; }

.aui .p13 {
  padding: 13px; }

.aui .p14 {
  padding: 14px; }

.aui .p15 {
  padding: 15px; }

.aui .p16 {
  padding: 16px; }

.aui .p17 {
  padding: 17px; }

.aui .p18 {
  padding: 18px; }

.aui .p19 {
  padding: 19px; }

.aui .p20 {
  padding: 20px; }

.aui .p21 {
  padding: 21px; }

.aui .p22 {
  padding: 22px; }

.aui .p23 {
  padding: 23px; }

.aui .p24 {
  padding: 24px; }

.aui .p25 {
  padding: 25px; }

.aui .p26 {
  padding: 26px; }

.aui .p27 {
  padding: 27px; }

.aui .p28 {
  padding: 28px; }

.aui .p29 {
  padding: 29px; }

.aui .p30 {
  padding: 30px; }

.aui .p40 {
  padding: 40px; }

.aui .pt0 {
  padding-top: 0px; }

.aui .pt1 {
  padding-top: 1px; }

.aui .pt2 {
  padding-top: 2px; }

.aui .pt3 {
  padding-top: 3px; }

.aui .pt4 {
  padding-top: 4px; }

.aui .pt5 {
  padding-top: 5px; }

.aui .pt6 {
  padding-top: 6px; }

.aui .pt7 {
  padding-top: 7px; }

.aui .pt8 {
  padding-top: 8px; }

.aui .pt9 {
  padding-top: 9px; }

.aui .pt10 {
  padding-top: 10px; }

.aui .pt11 {
  padding-top: 11px; }

.aui .pt12 {
  padding-top: 12px; }

.aui .pt13 {
  padding-top: 13px; }

.aui .pt14 {
  padding-top: 14px; }

.aui .pt15 {
  padding-top: 15px; }

.aui .pt16 {
  padding-top: 16px; }

.aui .pt17 {
  padding-top: 17px; }

.aui .pt18 {
  padding-top: 18px; }

.aui .pt19 {
  padding-top: 19px; }

.aui .pt20 {
  padding-top: 20px; }

.aui .pt21 {
  padding-top: 21px; }

.aui .pt22 {
  padding-top: 22px; }

.aui .pt23 {
  padding-top: 23px; }

.aui .pt24 {
  padding-top: 24px; }

.aui .pt25 {
  padding-top: 25px; }

.aui .pt26 {
  padding-top: 26px; }

.aui .pt27 {
  padding-top: 27px; }

.aui .pt28 {
  padding-top: 28px; }

.aui .pt29 {
  padding-top: 29px; }

.aui .pt30 {
  padding-top: 30px; }

.aui .pr0 {
  padding-right: 0px; }

.aui .pr1 {
  padding-right: 1px; }

.aui .pr2 {
  padding-right: 2px; }

.aui .pr3 {
  padding-right: 3px; }

.aui .pr4 {
  padding-right: 4px; }

.aui .pr5 {
  padding-right: 5px; }

.aui .pr6 {
  padding-right: 6px; }

.aui .pr7 {
  padding-right: 7px; }

.aui .pr8 {
  padding-right: 8px; }

.aui .pr9 {
  padding-right: 9px; }

.aui .pr10 {
  padding-right: 10px; }

.aui .pr11 {
  padding-right: 11px; }

.aui .pr12 {
  padding-right: 12px; }

.aui .pr13 {
  padding-right: 13px; }

.aui .pr14 {
  padding-right: 14px; }

.aui .pr15 {
  padding-right: 15px; }

.aui .pr16 {
  padding-right: 16px; }

.aui .pr17 {
  padding-right: 17px; }

.aui .pr18 {
  padding-right: 18px; }

.aui .pr19 {
  padding-right: 19px; }

.aui .pr20 {
  padding-right: 20px; }

.aui .pr21 {
  padding-right: 21px; }

.aui .pr22 {
  padding-right: 22px; }

.aui .pr23 {
  padding-right: 23px; }

.aui .pr24 {
  padding-right: 24px; }

.aui .pr25 {
  padding-right: 25px; }

.aui .pr26 {
  padding-right: 26px; }

.aui .pr27 {
  padding-right: 27px; }

.aui .pr28 {
  padding-right: 28px; }

.aui .pr29 {
  padding-right: 29px; }

.aui .pr30 {
  padding-right: 30px; }

.aui .pr40 {
  padding-right: 40px; }

.aui .pr50 {
  padding-right: 50px; }

.aui .pr60 {
  padding-right: 60px; }

.aui .pb0 {
  padding-bottom: 0px; }

.aui .pb1 {
  padding-bottom: 1px; }

.aui .pb2 {
  padding-bottom: 2px; }

.aui .pb3 {
  padding-bottom: 3px; }

.aui .pb4 {
  padding-bottom: 4px; }

.aui .pb5 {
  padding-bottom: 5px; }

.aui .pb6 {
  padding-bottom: 6px; }

.aui .pb7 {
  padding-bottom: 7px; }

.aui .pb8 {
  padding-bottom: 8px; }

.aui .pb9 {
  padding-bottom: 9px; }

.aui .pb10 {
  padding-bottom: 10px; }

.aui .pb11 {
  padding-bottom: 11px; }

.aui .pb12 {
  padding-bottom: 12px; }

.aui .pb13 {
  padding-bottom: 13px; }

.aui .pb14 {
  padding-bottom: 14px; }

.aui .pb15 {
  padding-bottom: 15px; }

.aui .pb16 {
  padding-bottom: 16px; }

.aui .pb17 {
  padding-bottom: 17px; }

.aui .pb18 {
  padding-bottom: 18px; }

.aui .pb19 {
  padding-bottom: 19px; }

.aui .pb20 {
  padding-bottom: 20px; }

.aui .pb21 {
  padding-bottom: 21px; }

.aui .pb22 {
  padding-bottom: 22px; }

.aui .pb23 {
  padding-bottom: 23px; }

.aui .pb24 {
  padding-bottom: 24px; }

.aui .pb25 {
  padding-bottom: 25px; }

.aui .pb26 {
  padding-bottom: 26px; }

.aui .pb27 {
  padding-bottom: 27px; }

.aui .pb28 {
  padding-bottom: 28px; }

.aui .pb29 {
  padding-bottom: 29px; }

.aui .pb30 {
  padding-bottom: 30px; }

.aui .pl0 {
  padding-left: 0px; }

.aui .pl1 {
  padding-left: 1px; }

.aui .pl2 {
  padding-left: 2px; }

.aui .pl3 {
  padding-left: 3px; }

.aui .pl4 {
  padding-left: 4px; }

.aui .pl5 {
  padding-left: 5px; }

.aui .pl6 {
  padding-left: 6px; }

.aui .pl7 {
  padding-left: 7px; }

.aui .pl8 {
  padding-left: 8px; }

.aui .pl9 {
  padding-left: 9px; }

.aui .pl10 {
  padding-left: 10px; }

.aui .pl11 {
  padding-left: 11px; }

.aui .pl12 {
  padding-left: 12px; }

.aui .pl13 {
  padding-left: 13px; }

.aui .pl14 {
  padding-left: 14px; }

.aui .pl15 {
  padding-left: 15px; }

.aui .pl16 {
  padding-left: 16px; }

.aui .pl17 {
  padding-left: 17px; }

.aui .pl18 {
  padding-left: 18px; }

.aui .pl19 {
  padding-left: 19px; }

.aui .pl20 {
  padding-left: 20px; }

.aui .pl21 {
  padding-left: 21px; }

.aui .pl22 {
  padding-left: 22px; }

.aui .pl23 {
  padding-left: 23px; }

.aui .pl24 {
  padding-left: 24px; }

.aui .pl25 {
  padding-left: 25px; }

.aui .pl26 {
  padding-left: 26px; }

.aui .pl27 {
  padding-left: 27px; }

.aui .pl28 {
  padding-left: 28px; }

.aui .pl29 {
  padding-left: 29px; }

.aui .pl30 {
  padding-left: 30px; }

.aui .pl35 {
  padding-left: 35px; }

.aui .pl36 {
  padding-left: 36px; }

.aui .pl37 {
  padding-left: 37px; }

.aui .pl38 {
  padding-left: 38px; }

.aui .pl39 {
  padding-left: 39px; }

.aui .pl40 {
  padding-left: 40px; }

.w0 {
  width: 0px; }

.w10 {
  width: 10px; }

.w20 {
  width: 20px; }

.w30 {
  width: 30px; }

.w40 {
  width: 40px; }

.w50 {
  width: 50px; }

.w60 {
  width: 60px; }

.w70 {
  width: 70px; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w110 {
  width: 110px; }

.w120 {
  width: 120px; }

.w130 {
  width: 130px; }

.w140 {
  width: 140px; }

.w150 {
  width: 150px; }

.w160 {
  width: 160px; }

.w170 {
  width: 170px; }

.w180 {
  width: 180px; }

.w190 {
  width: 190px; }

.w200 {
  width: 200px; }

.w210 {
  width: 210px; }

.w220 {
  width: 220px; }

.w230 {
  width: 230px; }

.w240 {
  width: 240px; }

.w250 {
  width: 250px; }

.w260 {
  width: 260px; }

.w270 {
  width: 270px; }

.w280 {
  width: 280px; }

.w290 {
  width: 290px; }

.w300 {
  width: 300px; }

.w310 {
  width: 310px; }

.w320 {
  width: 320px; }

.w330 {
  width: 330px; }

.w340 {
  width: 340px; }

.w350 {
  width: 350px; }

.w360 {
  width: 360px; }

.w370 {
  width: 370px; }

.w380 {
  width: 380px; }

.w390 {
  width: 390px; }

.w400 {
  width: 400px; }

.w410 {
  width: 410px; }

.w420 {
  width: 420px; }

.w430 {
  width: 430px; }

.w440 {
  width: 440px; }

.w450 {
  width: 450px; }

.w460 {
  width: 460px; }

.w470 {
  width: 470px; }

.w480 {
  width: 480px; }

.w490 {
  width: 490px; }

.w500 {
  width: 500px; }

.w510 {
  width: 510px; }

.w520 {
  width: 520px; }

.w530 {
  width: 530px; }

.w540 {
  width: 540px; }

.w550 {
  width: 550px; }

.w560 {
  width: 560px; }

.w570 {
  width: 570px; }

.w580 {
  width: 580px; }

.w590 {
  width: 590px; }

.w600 {
  width: 600px; }

.w610 {
  width: 610px; }

.w620 {
  width: 620px; }

.w630 {
  width: 630px; }

.w640 {
  width: 640px; }

.w100p {
  width: 100%; }

.wauto {
  width: auto; }

.h0 {
  height: 0px; }

.h10 {
  height: 10px; }

.h20 {
  height: 20px; }

.h30 {
  height: 30px; }

.h40 {
  height: 40px; }

.h50 {
  height: 50px; }

.h60 {
  height: 60px; }

.h70 {
  height: 70px; }

.h80 {
  height: 80px; }

.h90 {
  height: 90px; }

.h100 {
  height: 100px; }

.h110 {
  height: 110px; }

.h120 {
  height: 120px; }

.h130 {
  height: 130px; }

.h140 {
  height: 140px; }

.h150 {
  height: 150px; }

.h160 {
  height: 160px; }

.h170 {
  height: 170px; }

.h180 {
  height: 180px; }

.h190 {
  height: 190px; }

.h200 {
  height: 200px; }

.h210 {
  height: 210px; }

.h220 {
  height: 220px; }

.h230 {
  height: 230px; }

.h240 {
  height: 240px; }

.h250 {
  height: 250px; }

.h260 {
  height: 260px; }

.h270 {
  height: 270px; }

.h280 {
  height: 280px; }

.h290 {
  height: 290px; }

.h300 {
  height: 300px; }

.h310 {
  height: 310px; }

.h320 {
  height: 320px; }

.h330 {
  height: 330px; }

.h340 {
  height: 340px; }

.h350 {
  height: 350px; }

.h360 {
  height: 360px; }

.h370 {
  height: 370px; }

.h380 {
  height: 380px; }

.h390 {
  height: 390px; }

.h400 {
  height: 400px; }

.h410 {
  height: 410px; }

.h420 {
  height: 420px; }

.h430 {
  height: 430px; }

.h440 {
  height: 440px; }

.h450 {
  height: 450px; }

.h460 {
  height: 460px; }

.h470 {
  height: 470px; }

.h480 {
  height: 480px; }

.h490 {
  height: 490px; }

.h500 {
  height: 500px; }

.h510 {
  height: 510px; }

.h520 {
  height: 520px; }

.h530 {
  height: 530px; }

.h540 {
  height: 540px; }

.h550 {
  height: 550px; }

.h560 {
  height: 560px; }

.h570 {
  height: 570px; }

.h580 {
  height: 580px; }

.h590 {
  height: 590px; }

.h600 {
  height: 600px; }

.h610 {
  height: 610px; }

.h620 {
  height: 620px; }

.h630 {
  height: 630px; }

.h640 {
  height: 640px; }

.v-10 {
  vertical-align: -10px; }

.v-9 {
  vertical-align: -9px; }

.v-8 {
  vertical-align: -8px; }

.v-7 {
  vertical-align: -7px; }

.v-6 {
  vertical-align: -6px; }

.v-5 {
  vertical-align: -5px; }

.v-4 {
  vertical-align: -4px; }

.v-3 {
  vertical-align: -3px; }

.v-2 {
  vertical-align: -2px; }

.v-1 {
  vertical-align: -1px; }

.v0 {
  vertical-align: 0px; }

.v1 {
  vertical-align: 1px; }

.v2 {
  vertical-align: 2px; }

.v3 {
  vertical-align: 3px; }

.v4 {
  vertical-align: 4px; }

.v5 {
  vertical-align: 5px; }

.v6 {
  vertical-align: 6px; }

.v7 {
  vertical-align: 7px; }

.v8 {
  vertical-align: 8px; }

.v9 {
  vertical-align: 9px; }

.v10 {
  vertical-align: 10px; }

.v11 {
  vertical-align: 11px; }

.v12 {
  vertical-align: 12px; }

.v13 {
  vertical-align: 13px; }

.v14 {
  vertical-align: 14px; }

.v15 {
  vertical-align: 15px; }

.v16 {
  vertical-align: 16px; }

.v17 {
  vertical-align: 17px; }

.v18 {
  vertical-align: 18px; }

.v19 {
  vertical-align: 19px; }

.v20 {
  vertical-align: 20px; }

.lh0 {
  line-height: 0px; }

.lh1 {
  line-height: 1px; }

.lh2 {
  line-height: 2px; }

.lh3 {
  line-height: 3px; }

.lh4 {
  line-height: 4px; }

.lh5 {
  line-height: 5px; }

.lh6 {
  line-height: 6px; }

.lh7 {
  line-height: 7px; }

.lh8 {
  line-height: 8px; }

.lh9 {
  line-height: 9px; }

.lh10 {
  line-height: 10px; }

.lh11 {
  line-height: 11px; }

.lh12 {
  line-height: 12px; }

.lh13 {
  line-height: 13px; }

.lh14 {
  line-height: 14px; }

.lh15 {
  line-height: 15px; }

.lh16 {
  line-height: 16px; }

.lh17 {
  line-height: 17px; }

.lh18 {
  line-height: 18px; }

.lh19 {
  line-height: 19px; }

.lh20 {
  line-height: 20px; }

.lh21 {
  line-height: 21px; }

.lh22 {
  line-height: 22px; }

.lh23 {
  line-height: 23px; }

.lh24 {
  line-height: 24px; }

.lh25 {
  line-height: 25px; }

.lh26 {
  line-height: 26px; }

.lh27 {
  line-height: 27px; }

.lh28 {
  line-height: 28px; }

.lh29 {
  line-height: 29px; }

.lh30 {
  line-height: 30px; }

.lh31 {
  line-height: 31px; }

.lh32 {
  line-height: 32px; }

.lh33 {
  line-height: 33px; }

.lh34 {
  line-height: 34px; }

.lh35 {
  line-height: 35px; }

.lh36 {
  line-height: 36px; }

.lh37 {
  line-height: 37px; }

.lh38 {
  line-height: 38px; }

.lh39 {
  line-height: 39px; }

.lh40 {
  line-height: 40px; }

.lh41 {
  line-height: 41px; }

.lh42 {
  line-height: 42px; }

.lh43 {
  line-height: 43px; }

.lh44 {
  line-height: 44px; }

.lh45 {
  line-height: 45px; }

.lh46 {
  line-height: 46px; }

.lh47 {
  line-height: 47px; }

.lh48 {
  line-height: 48px; }

.lh49 {
  line-height: 49px; }

.lh50 {
  line-height: 50px; }

.aui .fs10 {
  font-size: 10px !important; }

.aui .fs11 {
  position: relative;
  font-size: 11px !important; }

.aui .fs12 {
  font-size: 12px !important; }

.aui .fs13 {
  font-size: 13px !important; }

.aui .fs14 {
  font-size: 14px !important; }

.aui .fs15 {
  font-size: 15px !important; }

.aui .fs16 {
  font-size: 16px !important; }

.aui .fs17 {
  font-size: 17px !important; }

.aui .fs18 {
  font-size: 18px !important; }

.aui .fs19 {
  font-size: 19px !important; }

.aui .fs20 {
  font-size: 20px !important; }

.aui .fs21 {
  font-size: 21px !important; }

.aui .fs22 {
  font-size: 22px !important; }

.aui .fs23 {
  font-size: 23px !important; }

.aui .fs24 {
  font-size: 24px !important; }

.aui .fs25 {
  font-size: 25px !important; }

.aui .fs26 {
  font-size: 26px !important; }

.aui .fs27 {
  font-size: 27px !important; }

.aui .fs28 {
  font-size: 28px !important; }

.aui .fs29 {
  font-size: 29px !important; }

.aui .fs30 {
  font-size: 30px !important; }

.aui .fs31 {
  font-size: 31px !important; }

.aui .fs32 {
  font-size: 32px !important; }

.aui .fs33 {
  font-size: 33px !important; }

.aui .fs34 {
  font-size: 34px !important; }

.aui .fs35 {
  font-size: 35px !important; }

.aui .fs36 {
  font-size: 36px !important; }

.aui .fs37 {
  font-size: 37px !important; }

.aui .fs38 {
  font-size: 38px !important; }

.aui .fs39 {
  font-size: 39px !important; }

.aui .fs40 {
  font-size: 40px !important; }

.aui .fwn {
  font-weight: normal; }

.aui .fwb {
  font-weight: bold; }

.aui .txc {
  text-align: center; }

.aui .txl {
  text-align: left; }

.aui .txr {
  text-align: right; }

.aui .txi-10 {
  text-indent: -10em; }

.aui .txi-9 {
  text-indent: -9em; }

.aui .txi-8 {
  text-indent: -8em; }

.aui .txi-7 {
  text-indent: -7em; }

.aui .txi-6 {
  text-indent: -6em; }

.aui .txi-5 {
  text-indent: -5em; }

.aui .txi-4 {
  text-indent: -4em; }

.aui .txi-3 {
  text-indent: -3em; }

.aui .txi-2 {
  text-indent: -2em; }

.aui .txi-1 {
  text-indent: -1em; }

.aui .txi0 {
  text-indent: 0em; }

.aui .txi1 {
  text-indent: 1em; }

.aui .txi2 {
  text-indent: 2em; }

.aui .txi3 {
  text-indent: 3em; }

.aui .txi4 {
  text-indent: 4em; }

.aui .txi5 {
  text-indent: 5em; }

.aui .txi6 {
  text-indent: 6em; }

.aui .txi7 {
  text-indent: 7em; }

.aui .txi8 {
  text-indent: 8em; }

.aui .txi9 {
  text-indent: 9em; }

.aui .txi10 {
  text-indent: 10em; }

.aui .fl_l {
  float: left; }

.aui .fl_r {
  float: right; }

.aui .fl_n {
  float: none; }

.aui .borderless {
  border: none; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/tapchicongsan-theme/css/../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/tapchicongsan-theme/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/tapchicongsan-theme/css/../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/tapchicongsan-theme/css/../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/tapchicongsan-theme/css/../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/tapchicongsan-theme/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

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

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

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

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

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

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

.fa-user:before {
  content: "\f007"; }

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

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

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

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

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

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

.fa-trash-o:before {
  content: "\f014"; }

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

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

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

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

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

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

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

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

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

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

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

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

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

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

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

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

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

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

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
  content: "\f05c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-thumbs-o-up:before {
  content: "\f087"; }

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

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

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

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

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

.fa-thumb-tack:before {
  content: "\f08d"; }

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

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

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

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

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad"; }

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

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

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

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-underline:before {
  content: "\f0cd"; }

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

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

.fa-truck:before {
  content: "\f0d1"; }

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

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

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

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

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

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

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

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

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

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

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

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

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

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

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

.fa-user-md:before {
  content: "\f0f0"; }

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

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

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

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

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-unlock-alt:before {
  content: "\f13e"; }

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

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

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

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

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

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

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

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

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

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

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

.fa-thumbs-up:before {
  content: "\f164"; }

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

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

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

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

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

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

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

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

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

.fa-windows:before {
  content: "\f17a"; }

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

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

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

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

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

.fa-trello:before {
  content: "\f181"; }

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

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

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

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

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

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

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

.fa-vk:before {
  content: "\f189"; }

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

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

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

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

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

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

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

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

.fa-wordpress:before {
  content: "\f19a"; }

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

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

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

.fa-yahoo:before {
  content: "\f19e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-spoon:before {
  content: "\f1b1"; }

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

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

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

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

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

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

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

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

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

.fa-tree:before {
  content: "\f1bb"; }

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

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

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

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

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

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

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

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

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

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

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

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

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

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

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

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

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

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

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

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

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

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

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

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

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

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

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

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-diamond:before {
  content: "\f219"; }

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

.fa-user-secret:before {
  content: "\f21b"; }

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

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

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

.fa-venus:before {
  content: "\f221"; }

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

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

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

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

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

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

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

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

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

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

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

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

.fa-whatsapp:before {
  content: "\f232"; }

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

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

.fa-user-times:before {
  content: "\f235"; }

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

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

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

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

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

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

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

.fa-tripadvisor:before {
  content: "\f262"; }

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

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

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

.fa-wikipedia-w:before {
  content: "\f266"; }

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

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

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

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

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

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-commenting-o:before {
  content: "\f27b"; }

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

.fa-vimeo:before {
  content: "\f27d"; }

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

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

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

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

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

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

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

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

.fa-usb:before {
  content: "\f287"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

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

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

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

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

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

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

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

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

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

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

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

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

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

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

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

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

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

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

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

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

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

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

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

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

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

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

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

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

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

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

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

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

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

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

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

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

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

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

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

.fa-wpexplorer:before {
  content: "\f2de"; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 * http://plugins.jquery.com/project/simplyScroll
 *
 * Copyright (c) 2009-2011 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Last revised: 31/01/2012
 *
 */
/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/
.simply-scroll-container {
  /* Container DIV - automatically generated */
  position: relative; }

.simply-scroll-clip {
  /* Clip DIV - automatically generated */
  position: relative;
  overflow: hidden; }

.simply-scroll-list {
  /* UL/OL/DIV - the element that simplyScroll is inited on */
  overflow: hidden;
  margin: 0;
  /*		padding: 0;*/
  list-style: none; }

.simply-scroll-list li {
  /*			padding: 0;*/
  margin: 0;
  list-style: none; }

.simply-scroll-list li img {
  border: none;
  display: block; }

.simply-scroll-btn {
  position: absolute;
  background-image: url(/tapchicongsan-theme/css/buttons.png);
  width: 42px;
  height: 44px;
  z-index: 3;
  cursor: pointer; }

.simply-scroll-btn-left {
  left: 6px;
  bottom: 6px;
  background-position: 0 -44px; }

.simply-scroll-btn-left.disabled {
  background-position: 0 0 !important; }

.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
  background-position: 0 -88px; }

.simply-scroll-btn-right {
  right: 6px;
  bottom: 6px;
  background-position: -84px -44px; }

.simply-scroll-btn-right.disabled {
  background-position: -84px 0 !important; }

.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
  background-position: -84px -88px; }

.simply-scroll-btn-up {
  right: 6px;
  top: 6px;
  background-position: -126px -44px; }

.simply-scroll-btn-up.disabled {
  background-position: -126px 0 !important; }

.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
  background-position: -126px -88px; }

.simply-scroll-btn-down {
  right: 6px;
  bottom: 6px;
  background-position: -42px -44px; }

.simply-scroll-btn-down.disabled {
  background-position: -42px 0 !important; }

.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
  background-position: -42px -88px; }

.simply-scroll-btn-pause {
  right: 6px;
  bottom: 6px;
  background-position: -168px -44px; }

.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
  background-position: -168px -88px; }

.simply-scroll-btn-pause.active {
  background-position: -84px -44px; }

.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
  background-position: -84px -88px; }

/* Custom class modifications - override classees

.simply-scroll is default

*/
.simply-scroll {
  /* Customisable base class for style override DIV */
  width: 576px;
  height: 200px;
  margin-bottom: 1em; }

.simply-scroll .simply-scroll-clip {
  width: 576px;
  height: 200px; }

.simply-scroll .simply-scroll-list li {
  float: left;
  width: 290px;
  height: 200px; }

/* Vertical scroller example */
.vert {
  /* wider than clip to position buttons to side */
  /*	width: 340px;*/
  height: 400px;
  margin-bottom: 1.5em; }

.vert .simply-scroll-clip {
  /*		width: 290px;*/
  height: 400px; }

.vert .simply-scroll-list li {
  /*			width: 230px;*/
  padding: 10px 0; }

.vert .simply-scroll-btn-up {
  /* modified btn pos */
  right: 0;
  top: 0; }

.vert .simply-scroll-btn-down {
  /* modified btn pos */
  right: 0;
  top: 52px; }

/* NOTE left-right classes wouldn't be needed on vertical scroller */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/tapchicongsan-theme/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.aui body {
  font-family: "Merriweather",sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #333;
  background: #f8f8f8; }

.aui a {
  color: #262626;
  text-decoration: none; }

.aui a:focus {
  text-decoration: none; }

.aui ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

.aui a:hover {
  text-decoration: none;
  color: darkblue; }

@media (min-width: 1200px) {
  .aui .container {
    width: 1170px; } }
@media (min-width: 980px) {
  .aui .collapsesearch {
    display: none; } }
@media (min-width: 992px) {
  .aui .p0-on-lg {
    padding: 0; }

  .aui .pl0-on-lg {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px; }

  .aui .owl-one .item img {
    height: auto; }

  .aui .owl-two .owl-item img {
    height: auto; } }
@media (max-width: 992px) {
  .aui .display-icon {
    visibility: visible; } }
@media (max-width: 1024px) {
  .aui #defaultNavbar1 {
    display: none !important; } }
.fr {
  float: right; }

.fl {
  float: left; }

.aui .navbar {
  border-radius: 0px; }

.aui .navbar-default {
  background-color: #2673b4; }

.aui .navbar-bg li {
  /*	background: url(/tapchicongsan-theme/css/../img/sep-h-menu.jpg) no-repeat right center;*/ }

.aui .navbar-default .navbar-nav > li > a {
  font-family: 'open sans';
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 12.5px;
  color: #087cca; }

.aui .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #fff; }

.aui .navbar-nav > li > a {
  padding: 10px;
  font-size: 13px; }

@media (min-width: 1200px) {
  .aui .navbar-bg > li > a {
    padding: 4px 7px;
    font-size: 15px;
    margin-top: 9px; }

  .aui .navbar-bg > li > a.home-icon {
    padding-right: 4px;
    border-right: none; } }
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1200px) {
  .aui .navbar-bg > li > a {
    padding: 4px 5px; } }
@media (min-width: 640px) {
  .aui .hd-height-head img {
    height: 120px; } }
.aui .title-box-category .navbar-nav > li > a {
  padding: 0px 16px;
  font-size: 14px;
  font-family: "open sans";
  font-weight: 600;
  text-transform: uppercase;
  color: #686868; }

.title-box-category .navbar-nav > li > a:hover {
  background: none;
  color: #000; }

.title-box-category .navbar-nav > li {
  border-right: 2px solid #d4d4d4;
  margin: 5px 0; }

.title-box-category .navbar-nav > li:last-child {
  border-right: none; }

.aui .navbar-mini > li > a {
  padding: 5px 10px;
  color: #3B3B3B; }

.aui .navbar-mini > li > a > i {
  padding-right: 5px;
  color: #F7B903;
  font-size: 14px;
  /*	text-shadow: 1px 1px 0px #947A5C;*/ }

.aui .navbar-mini .btn-sm {
  padding: 2px 15px; }

.aui .navbar-default .navbar-nav > li > a:hover {
  color: #555;
  /*    background-color: #E7EBED;*/ }

.dropdown-menu > li > a {
  background: #fff; }

.aui .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #555;
  background-color: #E7EBED; }

.aui .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #E7EBED; }

.header-news {
  border-bottom: 2px solid #1475c7;
  padding-bottom: 2px; }

.header-news a {
  border-bottom: 2px solid #d34c02; }

.aui .container {
  /*
      padding-right: 0;
      padding-left: 0;
  */ }

.aui .navbar-toggle {
  background-color: #f5f5f5; }

.aui .navbar-nav {
  margin: 0px -15px; }

.aui .navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #efefef; }

.aui .navbar {
  margin-bottom: 0px;
  min-height: 46px;
  background-color: #FFFFFF; }

.titleNews a {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600; }

.boxtinnoibat .titleNews a {
  font-size: 16px; }

.boxtinnoibat .itemNews:first-child h4, .othernews .itemNews h4 {
  margin-top: 0; }

.most-view-all .titleNews a {
  font-size: 16px; }

h5.titleNews a {
  font-size: 16px; }

.hot-item a img {
  /*	float: left;*/
  /*	padding-right: 10px;*/
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  background: darkgray; }

.titleHotNews {
  text-align: center; }

.titleHotNews a {
  font-size: 38px;
  font-weight: bold;
  line-height: 50px; }

.bg-light {
  background: #F6F5F5; }

.hot-item {
  padding: 12px;
  border-right: 6px solid #fff;
  text-align: center; }

.hot-item:hover {
  background: #eef1e0;
  cursor: pointer; }

.hot-item p {
  color: #000;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 0; }

.headerBox {
  padding: 7px 0;
  font-weight: 500;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 21px;
  font-family: open sans;
  text-transform: uppercase;
  position: relative; }

.headerBox .arrow {
  padding-right: 13px; }

.headerBox .arrow::before {
  border-left: 7px solid #fe0000;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  top: 12px; }

.arrow {
  padding-right: 10px; }

.arrow::before {
  border-left: 6px solid #fe0000;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  top: 5px; }

.aui .headerBox-1 {
  font-weight: 500;
  font-size: 18px;
  font-family: open sans;
  text-transform: uppercase;
  position: relative;
  text-align: center; }

.aui .headerBox-1 .arrow::before {
  border-left: 7px solid #7e7e7e;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  top: 4px; }

.aui .headerBox-1 .arrow {
  padding-right: 13px; }

.aui .headerBox-1.ptb10 .arrow::before {
  top: 6px; }

.aui .headerBox-2 {
  font-weight: 500;
  font-size: 18px;
  font-family: open sans;
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
  margin-bottom: 0;
  margin-top: 0; }

.aui .headerBox-2 .arrow::before {
  border-left: 7px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  top: 7px; }

.aui .headerBox-2 .arrow {
  padding-right: 13px; }

.aui .headerBox-2.ptb10 .arrow::before {
  top: 6px; }

.aui .headerBox-2.bg-span-grey {
  background: #bebebe; }

.aui .headerBox-2.bg-span-white span {
  background: #fff; }

.aui .dark-grey {
  color: #272727; }

.aui .most-view-all {
  padding-left: 16px; }

.most-view-all li {
  padding-bottom: 8px;
  padding-top: 8px; }

.most-view-all li:first-child {
  padding-top: 0px; }

.most-view-all li:last-child {
  border-bottom: none; }

.reportBox {
  height: 420px;
  background: #f6f5f5;
  padding: 10px 10px 10px 15px; }

.reportBox li {
  padding-left: 17px !important;
  background: url(/tapchicongsan-theme/css/../images/tapchi/li-sep.png) left top 14px no-repeat; }

.containerBox ul li {
  list-style: none outside none;
  padding: 0 0 15px; }

.containerBox ul li a {
  font-weight: 400; }

.box-vMenu {
  background: url(/tapchicongsan-theme/css/../images/tapchi/top-menu.jpg) no-repeat top center #da0100;
  padding-top: 11px; }

.v-nav li {
  padding: 8px 10px;
  border-bottom: 1px solid #f66b6a;
  position: relative;
  text-align: left; }

.v-nav li:hover {
  background: #cb0201; }

.v-nav li a {
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold; }

.v-nav li.active {
  background: #da0100; }

.v-nav li.active:hover {
  background: #cb0201; }

.nav-list li {
  border-bottom: none;
  border-top: 1px solid #c00202; }

.nav-list li a {
  text-transform: none;
  padding: 3px 8px 3px 10px; }

.nav-list li a:hover {
  border-bottom: none;
  background: none;
  font-weight: bold; }

.caret.pss {
  margin-top: 7px; }

ul.v-nav-child {
  display: none; }

.tieudebox a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  font-family: 'open sans'; }

.tieudebox a span {
  padding: 0 5px 0 16px; }

.tieudebox.red a {
  background: url(/tapchicongsan-theme/css/../images/tapchi/bg-tieudebox-a.png) left center no-repeat;
  color: #fe0000; }

.tieudebox.blue a {
  color: #308ccf; }

.tieudebox.blue a span {
  background-image: url(/tapchicongsan-theme/css/../images/tapchi/bg-tieudebox-b.png);
  background-position: left center;
  background-repeat: no-repeat; }

.aui .headerBox1 {
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
  color: #272627; }

.aui .headerBox1.blue .arrow {
  border-left-color: #308ccf; }

.aui .headerBox1 .arrow {
  padding-right: 15px; }

.aui .headerBox1.blue a {
  color: #308ccf;
  font-size: 19px;
  font-weight: 600;
  border-top: 1px solid #dcddde;
  border-bottom: 1px solid #dcddde;
  font-family: "Open sans"; }

.aui .headerBox1 .arrow::before {
  border-left: 7px solid #087cca;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  top: 7px; }

.aui .headerBox18 {
  border-top: 1px solid #dcddde;
  border-bottom: 1px solid #dcddde;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
  color: #000000; }

.aui .headerBox18 .arrow::before {
  border-left: 7px solid #087cca;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  top: 7px; }

.aui .headerBox18.black a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans"; }

.item-list {
  background: -webkit-linear-gradient(90deg, #ece9e6 10%, white 90%);
  /* Chrome 10+, Saf5.1+ */
  background: -moz-linear-gradient(90deg, #ece9e6 10%, white 90%);
  /* FF3.6+ */
  background: -ms-linear-gradient(90deg, #ece9e6 10%, white 90%);
  /* IE10 */
  background: -o-linear-gradient(90deg, #ece9e6 10%, white 90%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, #ffffff, #ece9e6, #ffffff);
  /* W3C */
  margin: 4px 0; }

.item-list h4.titleNews {
  background: url(/tapchicongsan-theme/css/../images/tapchi/right-arrow.png) left center no-repeat;
  background-size: 8px;
  padding-left: 15px;
  margin: 7px 0; }

.item-list h4.titleNews a {
  line-height: 1.4;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans"; }

.itemNews {
  border-bottom: 1px solid #ccc; }

.list-news .itemNews {
  border-bottom: 1px dashed #e4e4e4; }

.itemNews img {
  width: 100%; }

.itemNews h4 {
  margin-bottom: 5px; }

.list-news-all li:last-child {
  border-bottom: none; }

.othernews img {
  float: left;
  margin-right: 10px; }

ul.othernews {
  padding-left: 13px; }

div.othernews a {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600; }

.othernews a {
  color: #000; }

.othernews a:hover {
  color: darkblue; }

.othernews li {
  list-style: disc outside url(/tapchicongsan-theme/css/../images/tapchi/icon-li-red.jpg);
  padding-top: 7px;
  padding-left: 5px; }

.othernewsBox img {
  float: left;
  margin-right: 10px;
  width: 15%;
  min-width: 75px; }

.othernewsBox li {
  padding-bottom: 10px;
  padding-top: 10px; }

.othernewsBox.bdl-5 li {
  padding-left: 15px;
  background: url(/tapchicongsan-theme/css/../images/tapchi/bg-li-othernews.png) no-repeat left -8px bottom;
  border-left: 5px solid #dcddde; }

.othernewsBox.bdl-5 li:hover {
  border-left: 5px solid #b4b4b4; }

.othernewsBox.bdl-5 li a {
  font-weight: 400; }

.othernewsBox.bdl-5 li:last-child {
  background: none;
  padding-bottom: 0; }

.othernewsBox.bdl-5 li:first-child {
  padding-top: 0; }

.media .othernewsBox li:first-child {
  padding-top: 10px; }

.adv ul li {
  padding-bottom: 8px; }

.adv ul li:hover img {
  opacity: 0.7; }

.adv img {
  width: 100%; }

table {
  font-family: arial; }

.doctable tr th {
  background: #dfe6fb;
  border-right: 1px solid #fff;
  border-top: 2px solid white !important; }

.doctable tr td {
  font-size: 13px;
  cursor: pointer; }

.doctable tr td:first-child, .doctable tr td:nth-child(2) {
  text-align: center;
  vertical-align: middle; }

.doctable tr td a {
  cursor: pointer;
  font-size: 22px; }

.style01 {
  font-style: italic;
  color: blue; }

.footer {
  line-height: 20px;
  color: #3f3f3f; }

.corner {
  border-radius: 8px;
  border: 1px solid #e4e6e7;
  width: 100%;
  background: #F9F9F9;
  padding: 17px 0; }

div.item li {
  list-style-type: none;
  padding-bottom: 3px; }

div.item li a {
  color: #000;
  padding-left: 10px; }

div.item li a:hover {
  color: darkblue;
  font-weight: 400; }

div.item li::before {
  font-family: FontAwesome;
  content: '\f111';
  font-size: 4px;
  line-height: 18px;
  vertical-align: middle; }

.well {
  padding: 15px;
  font-size: 15px; }

.breadcrumb {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 3px; }

.breadcrumb > li + li:before {
  padding: 0 8px;
  color: #ccc;
  background: url("/tapchicongsan-theme/css/../images/tapchi/breadcrumb-connect.gif") left center no-repeat;
  content: ""; }

.fs i {
  font-size: 40px;
  color: #9a9a9a; }

.h-btn {
  border: 1px solid #1A8EDB;
  width: 100%;
  display: block;
  background: #1A8EDB;
  color: #1A8EDB;
  padding: 5px 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 5px;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-box-shadow: 50px 0px 0 0 #fff inset , -50px 0px 0 #fff inset;
  box-shadow: 50px 0px 0 0 #fff inset , -50px 0px 0 #fff inset; }

.h-btn:hover {
  -webkit-box-shadow: 0px 0px 0 0 #fff inset , 0px 0px 0 #fff inset;
  box-shadow: 0px 0px 0 0 #fff inset , 0px 0px 0 #fff inset; }

.h-ico {
  display: none; }

.h-ico a.h-btn:hover {
  color: #fff; }

.Boxtintuc .panel-default:hover {
  border: 1px solid #40A5E7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  cursor: pointer;
  color: #1A8EDB; }

.Boxtintuc .panel-default:hover i {
  color: #1A8EDB; }

.Boxtintuc .panel-default:hover p {
  font-weight: 400; }

.h-text {
  height: 40px;
  overflow: hidden;
  font-weight: 400; }

.s-ico i {
  padding: 10px 0;
  display: none; }

.contentDetail {
  padding: 0 15px; }

.contentDetail img {
  margin: 0 auto; }

.home-list-4 li img {
  float: left;
  margin-right: 20px;
  width: 250px;
  height: 148px; }

.title-new {
  font-size: 15px;
  line-height: 20px;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 3px; }

.time-post {
  font-size: 14px;
  font-family: "open sans";
  color: #272727; }

.home-list-4 li {
  padding: 13px  0;
  /*border-bottom: 1px dotted #eee;*/ }

.home-list-4 li.first {
  padding-bottom: 0px;
  padding-top: 1px; }

.home-list-4 li.first a {
  font-size: 17px; }

.sumary {
  font-weight: 600;
  color: #515151; }

.newsDifferent ul li:before {
  font-family: FontAwesome;
  content: '\f111';
  font-size: 4px;
  line-height: 18px;
  vertical-align: middle;
  color: #0081d7; }

div.newsDifferent li a {
  padding-left: 10px; }

div.newsDifferent li {
  padding-bottom: 3px; }

.col-md-2l4 {
  width: 20%;
  float: left; }

.ad-thumbs img {
  width: 100%; }

/*---------------------carousel------------------*/
.carousel-indicators {
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 6px 0px;
  margin-left: 0; }

.carousel-indicators li {
  width: 10px;
  height: 10px;
  background: #f1f1f1;
  border: none; }

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background: #428BCA;
  border-color: #428BCA; }

.carousel-inner .thumbnail {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.carousel-inner .caption {
  background: #ddd;
  padding: 10px; }

.boxtime-header {
  background: linear-gradient(180deg, #e0e0e0, #f3f3f3);
  padding: 5px 0; }

.boxtime-header .time-post {
  color: #000;
  font-weight: 500; }

.pointer {
  cursor: pointer; }

.block_share a.btn_facebook, .block_share a.btn_google, .block_share a.btn_twitter {
  width: 16px;
  height: 15px;
  text-align: center;
  line-height: 15px; }

.block_share .drash_share, .block_share a {
  margin: 0 0 0 5px;
  float: left; }

.block_share a.btn_facebook {
  background: #3067a3; }

.block_share a.btn_google {
  background: #dd4b39; }

.block_share a.btn_google {
  background: #dd4b39; }

.block_share a.btn_twitter {
  background: #00aced; }

.block_share a.btn_facebook .fa, .block_share a.btn_google .fa, .block_share a.btn_twitter .fa {
  color: #fff;
  vertical-align: middle;
  font-size: 11px; }

.btn-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 36px;
  text-align: center;
  color: #fff; }

.pagination-sm > li > a, .pagination-sm > li > span {
  font-size: 14px; }

.div-select3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: url("/tapchicongsan-theme/css/../images/tapchi/caret.png") no-repeat right 6px center;
  padding: 2px 18px 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.text-bold {
  font-weight: bold; }

.modal-default .modal-header {
  background: #24A0DC;
  color: #fff;
  border-radius: 6px 6px 0 0; }

.carousel-control {
  bottom: 150px;
  width: 10%; }

.border-btm {
  border-bottom: 1px solid #eee; }

.view_more_coment a {
  background: #eee none repeat scroll 0 0;
  color: #666;
  display: inline-block;
  font: 700 11px/26px arial;
  padding: 0 20px;
  text-align: center; }

.ds_cmt li {
  list-style: outside none none;
  padding-bottom: 10px; }

.ds_cmt p {
  margin: 0 0 2px; }

.ds_cmt .time-post {
  font-size: 12px; }

.user-post {
  font-size: 12px;
  font-family: Roboto;
  color: #666; }

.view_more_coment {
  background: url("/tapchicongsan-theme/css/../images/tapchi/bg_1x1_gray.gif") repeat-x scroll left 13px;
  float: left;
  height: 26px;
  margin: 10px 0;
  text-align: center;
  width: 100%; }

.view_more_coment a {
  background: #eee none repeat scroll 0 0;
  color: #666;
  display: inline-block;
  font: 700 11px/26px arial;
  padding: 0 20px;
  text-align: center; }

/*.form-control {border-radius:0; height: 29px;}*/
.control-label {
  font-size: 13px; }

.btn {
  border-radius: 0; }

.cmt-box .btn {
  border-radius: 0;
  font-family: helvetica;
  background: #549100;
  font-size: 13px;
  border-color: #549100; }

.portlet-title {
  display: block;
  font-size: 1em;
  margin: 0;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #DA0100; }

.portlet-title span {
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle; }

.portlet-title-text {
  cursor: pointer;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #de1c1c; }

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

.vbpq-category-view ul li {
  background: url("/tapchicongsan-theme/css/../images/tapchi/li_red_bullet.jpg") no-repeat scroll 0 12px transparent;
  padding-left: 10px;
  padding-top: 4px;
  height: 30px; }

.vbpq-category-view ul li a {
  text-decoration: none;
  font-size: 14px; }

.vbpq-category-view .vbpq-counter {
  color: #999;
  font-size: 11px; }

.btn-grey {
  background: #6B7B84;
  color: #fff; }

.btn-grey:hover {
  background: #5C6C75;
  color: #fff; }

.table-doc-col td:first-child {
  font-size: 13px;
  font-style: italic; }

.nav-tabs > li > a {
  background: #f2a09f;
  text-transform: uppercase; }

.li-btm li {
  padding: 10px 0 0; }

.li-btm li a {
  font-size: 13px; }

.nav-tabs li:active a {
  font-weight: bold; }

.bdr-box {
  border: 1px solid #efefef;
  border-top: none;
  padding-bottom: 20px; }

.bdr-box-full {
  border: 1px solid #ddd;
  border-radius: 5px; }

.title-tinnoibat {
  background: url(/tapchicongsan-theme/css/../images/tapchi/bg-tieudiem.jpg) left top no-repeat #ea5d62;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: bold; }

.boxtinnoibat ul.othernews {
  padding: 5px 10px 10px 20px; }

.LatestNews img {
  width: 25%;
  float: left;
  padding-right: 10px;
  height: 70px; }

.ToolBox li:last-child {
  border-bottom: none; }

.ToolBox li a {
  font-weight: bold !important;
  font-size: 12px; }

.ToolBox img {
  width: 45px;
  padding-right: 10px; }

.carousel-control.right {
  background-image: none; }

.carousel-control.left {
  background-image: none; }

.bg-grey {
  background: #ebebeb; }

.headerBoxCenter {
  font-family: 'Roboto Condensed';
  font-size: 21px;
  color: #e70000;
  border-bottom: 3px solid #efefef;
  padding-bottom: 7px;
  margin-left: 8px; }

.boxNewsCenter .othernewsBox li {
  background: none;
  padding-left: 8px; }

.borderRight {
  border-right: 1px solid #efefef; }

.borderLeft {
  border-right: 1px solid #efefef; }

/*
.owl-two .item img{
	margin-bottom: 10px;
	border: 4px solid #e20510;
	padding: 10px;
}
*/
.owl-one-back, .owl-one-next, .owl-two-back, .owl-two-next, .owl-zero-back, .owl-zero-next {
  position: absolute;
  background: none !important;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.owl-zero-back, .owl-zero-next {
  top: 28%;
  font-size: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }

.owl-zero-back:hover, .owl-zero-next:hover {
  color: #fff; }

.owl-zero-back {
  left: 10px; }

.owl-zero-next {
  right: 10px; }

.owl-one-back, .owl-one-next {
  top: 23%; }

.owl-two-back, .owl-two-next {
  top: 33%; }

.owl-two-back img, .owl-two-next img {
  width: 40px; }

.owl-one-back, .owl-two-back {
  left: 0; }

.owl-one-next, .owl-two-next {
  right: 0; }

.font-s01 {
  font-size: 16px;
  color: #424242; }

.menuFoot {
  background-color: #d62027;
  padding: 10px 0; }

.menuFoot div a {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 400; }

a.link {
  color: #0099cc; }

.aui .bg-head {
  /*		background: url(/tapchicongsan-theme/css/../img/bnpc.png) center top no-repeat;*/ }

.surveyBox label {
  display: initial;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal; }

.surveyBox {
  padding-left: 7px; }

.CommandButton {
  font-weight: bold;
  color: #e40000; }

.boxtime-header marquee {
  font-style: italic;
  color: #ff010a;
  font-weight: bold;
  font-size: 13px;
  height: 28px;
  line-height: 28px; }

.box_bacday {
  background-image: url(/tapchicongsan-theme/css/../images/tapchi/bg-bacday.jpg), url(/tapchicongsan-theme/css/../images/tapchi/bg-bacday-repeat.png);
  background-position: left top, right top;
  background-repeat: no-repeat, repeat;
  width: 100%;
  height: 205px; }

.bacday h4 {
  color: rgba(255, 255, 255, 0.8);
  font-family: roboto condensed;
  padding: 6px 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px; }

.aui .headerBox0 {
  border-top: 1px solid #dcddde;
  border-bottom: 1px solid #dcddde;
  padding: 5px 0;
  font-family: open sans;
  font-weight: 600;
  font-size: 19px;
  position: relative;
  text-transform: uppercase;
  color: #272627; }

.aui .headerBox2 {
  padding: 4px 0;
  font-family: open sans;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  color: #272627; }

.aui .headerBox0.p0 {
  padding: 0 !important; }

.aui .headerBox0 .arrow::before {
  border-left: 7px solid #087cca;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  top: 7px; }

.aui .headerBox2 .arrow::before {
  border-left: 7px solid #087cca;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  top: 9px; }

.aui .headerBox0 .arrow, .aui .headerBox1 .arrow, .aui .headerBox2 .arrow {
  padding-right: 15px; }

.aui .headerBox0.red {
  color: #fe0000; }

.aui .headerBox0.red .arrow {
  border-left-color: #fe0000; }

.aui .headerBox0.blue a {
  color: #308ccf;
  font-size: 21px;
  font-weight: 700; }

.aui .headerBox0.blue a.fs16 {
  color: #308ccf;
  font-size: 16px;
  font-weight: 700; }

.aui .headerBox0.blue .arrow::before {
  top: 11px; }

.aui .headerBox0.blue .arrow {
  border-left-color: #308ccf; }

.aui .headerBox0 .arrow.black::before {
  border-left: 7px solid #696969;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  margin-left: 6px;
  top: 6px; }

.aui .headerBox2.black {
  color: #000; }

.aui .headerBox0 ul {
  float: right; }

.aui .headerBox0 ul li {
  display: inline; }

.aui .headerBox0 ul li a {
  text-transform: none;
  font-size: 13px !important;
  color: #696969 !important;
  padding: 2px 18px 3px 0px; }

.contentboxbacday ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: italic;
  padding-bottom: 13px; }

.tke {
  padding-top: 10px; }

.tke p {
  padding: 0;
  margin: 0 0 5px; }

.aui .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.aui .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #272727; }

.aui .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  bottom: 6px; }

.aui .owl-two .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  bottom: 33px; }

.aui .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #869791;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.titleTVA {
  padding: 0 15px 15px;
  font-size: 14px; }

.bg-nude {
  background: #f2d7c4; }

.weblink select {
  border: none;
  background: #f2d7c4;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 18px; }

.weblink .dropfield::after {
  position: absolute;
  right: 25px;
  bottom: 12px;
  font-size: 33px;
  color: #cc2d2e;
  z-index: 1;
  font-family: "FontAwesome";
  content: "\f107"; }

.aui .navbar-toggle {
  padding: 6px 10px; }

.aui .hd-height-head img {
  margin: 0 auto; }

.aui .line-top-head {
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #e0eef7;
  border-bottom: 1px solid #308ccf;
  padding: 5px 0 4px;
  font-family: open sans;
  font-weight: 600;
  color: #272727;
  font-size: 18px; }

@media (max-width: 992px) {
  .aui .line-top-head {
    padding: 2px 5px; } }
.aui .navbar {
  border-top: none; }

.aui .language {
  text-align: right;
  font-family: open sans;
  font-size: 14px; }

.aui .language a {
  padding: 10px; }

.aui .language a:last-child {
  padding-right: 0px; }

.aui figure.image figcaption, .aui .caption {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.6;
  color: #6d6e71; }

.aui .caption span {
  color: #6d6e71; }

.aui .author {
  color: #087cca;
  text-transform: uppercase;
  font-family: 'open sans';
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0px; }

.aui .office {
  font-style: italic;
  color: #686868;
  font-family: "open sans";
  font-size: 13px;
  line-height: 1.4; }

.aui .publishdate {
  color: #686868;
  font-family: "open sans";
  font-size: 14px;
  line-height: 1.4; }

.aui .readmore {
  text-align: right; }

.aui .readmore a {
  font-family: "open sans";
  font-size: 15px;
  font-style: italic;
  font-weight: 500; }

.aui .readmore img {
  margin-left: 4px; }

.aui .readmore.red a {
  color: red; }

.aui .readmore.blue a {
  color: #2f8dcd; }

.aui .title-box-category {
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5; }

.bg-blue-light {
  background: #e3ecf5; }

.bdr-bottom {
  border-bottom: 1px solid #e1e1e1; }

.bdr-btm a {
  border-bottom: 1px solid #e1e1e1;
  display: block; }

.clearfix, .clearfix::after, .clearfix::before {
  clear: both; }

.bg-white {
  background: #fff; }

.ptb10 {
  padding: 4px 0; }

.sepline {
  height: 10px;
  background: #e5e5e5; }

.plr15 {
  padding-left: 15px;
  padding-right: 15px; }

.ads ul li {
  padding-bottom: 10px; }

.bg-dn {
  background: url(/tapchicongsan-theme/css/../images/tapchi/bg-doanhnghiep.jpg) left bottom no-repeat; }

.bg-dn a {
  font-family: open sans;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding-left: 12px; }

.bg-dn a span {
  font-weight: 600; }

.footer {
  font-family: open sans; }

.title-head-foot {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 15px;
  /*		margin-left: 15px;*/ }

.f-w-400 {
  font-weight: 400; }

.f-w-500 {
  font-weight: 500; }

.f-w-600 {
  font-weight: 600; }

.f-w-700 {
  font-weight: 700; }

.info-share li {
  width: 32px;
  height: 32px;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 5px; }

.info-share li a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center; }

.info-share.no-border li {
  margin: 5px; }

.info-share.no-border li a {
  border: none; }

.bg-red {
  background: red;
  color: #fff; }

.bg-blue {
  background: #087cca;
  color: #fff; }

.bg-dark {
  background: #bebebe; }

.footer-line {
  font-family: open sans;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  color: #272627; }

#wrap {
  display: inline-block;
  height: 44px;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 1px; }

.aui .cate {
  text-transform: uppercase;
  font-family: open sans;
  line-height: 1.4;
  font-size: 15px;
  color: #2f8ccf; }

.aui .pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.aui .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.aui .pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4f4f4f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 5px;
  font-family: "Open sans"; }

.aui .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #308ccf;
  border-color: #308ccf; }

.aui .titleItemNews a {
  font-size: 30px;
  color: #515151;
  font-weight: 600;
  line-height: 40px; }

.aui .Body-subpage {
  color: #262626; }

.aui .ContentDetail p {
  margin-bottom: 20px; }

.aui .bouquot {
  border-bottom: 7px solid #e9e9e9;
  padding: 30px 0 25px;
  font-family: open sans;
  color: #328ccb;
  font-size: 23px;
  line-height: 34px; }

.aui .bouquot.big {
  background: url(/tapchicongsan-theme/css/../images/tapchi/bg-bouquot.png) top center no-repeat;
  text-align: center; }

.aui .bouquot.small {
  background: url(/tapchicongsan-theme/css/../images/tapchi/bg-bouquot.png) -402px 0 no-repeat;
  float: right;
  width: 45%;
  text-align: left;
  margin-left: 25px;
  margin-top: 10px; }

.aui .navbar-default .navbar-toggle-1 .icon-bar {
  background-color: #006fc2; }

.aui .navbar-toggle-1 .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.aui .navbar-toggle-1 .icon-bar + .icon-bar {
  margin-top: 4px; }

/*----css longform-----*/
.aui button.navbar-toggle-1 {
  border: none;
  background: none; }

.aui .head-longform .navbar-toggle-1 {
  float: left;
  margin-top: 15px;
  margin-right: 10px; }

.aui .medium-insert-images, .mediumInsert, .medium-insert-embeds, .mediumInsert-embeds {
  position: relative;
  z-index: 9; }

.aui .full-width .medium-insert-images-wide figure img, .outset-column .medium-insert-images-large figure img, .medium-insert-embed iframe, .medium-insert-active iframe, .medium-insert-embeds iframe, p iframe {
  width: 100%;
  overflow-x: hidden; }

.aui .section-inner.inset-column {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.aui .section-inner.inset-column img {
  max-width: 100%;
  height: auto; }

.aui .cap-inset-column {
  max-width: 750px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.aui .section-inner {
  position: relative;
  clear: both;
  background: #fff; }

.aui .section-inner p {
  margin-bottom: 20px; }

.aui .link {
  font-family: open sans;
  color: #308ccf;
  font-weight: 400; }

.aui .marquee li a {
  font-family: open sans;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 10px; }

.aui .marquee li {
  display: inline;
  position: relative; }

.aui .media {
  margin-top: 0; }

.aui .fa-caret-right.fs20 {
  font-size: 20px; }

.aui .fa-caret-left.fs20 {
  font-size: 20px; }

.aui a.blue {
  color: #18a1e1; }

.aui .black {
  color: #58595b; }

.aui .body-shadow {
  box-shadow: 0 0px 32px rgba(0, 0, 0, 0.08); }

.aui .bdl-6 {
  border-left: 6px solid #e4e4e4; }

.aui .vert {
  height: 280px;
  overflow: hidden; }

.aui .w88 {
  width: 88%; }

.aui .icon-search {
  cursor: pointer; }

.aui .post-relative {
  position: relative; }

.aui .positionNav {
  position: absolute;
  z-index: 99;
  top: 46px;
  left: 2px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4); }

@media (max-width: 992px) {
  .aui .positionNav {
    left: 0px; } }
.menu-link {
  padding: 0px 15px;
  font-size: 6px;
  z-index: 10;
  width: 20px;
  height: auto;
  background: url("/tapchicongsan-theme/css/../images/tapchi/bt-menu-home.png") no-repeat center; }

.menu-link.close-menu {
  background: url("/tapchicongsan-theme/css/../images/tapchi/cancel.png") no-repeat center;
  background-size: 20px; }

.aui .positionNav ul.ul-vmenu {
  background: #f2f2f2;
  width: 310px; }

.aui .positionNav ul.ul-vmenu li.li-vmenu {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #bebebe;
  line-height: 22px;
  position: relative; }

.aui .positionNav ul li.li-vmenu:hover {
  cursor: pointer;
  background: #e5e5e5; }

.aui .positionNav ul li a {
  font-family: open sans;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px; }

.aui ul.ul-submenu {
  display: none; }

.aui .positionNav ul li:hover ul.ul-submenu {
  display: block;
  margin-top: 10px; }

.aui ul.ul-submenu li {
  padding: 10px 5px 10px 0px;
  line-height: 22px;
  border-top: 1px solid #ccc;
  list-style: disclosure-closed inside none; }

.aui ul.ul-submenu li a {
  color: #878787; }

.aui ul.ul-submenu li:hover a {
  color: #000; }

.aui .li-vmenu img {
  margin-top: 7px; }

.aui .vmenu {
  display: block !important; }

.aui .post-bt-mn-home {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 6px; }

.aui .frmsearch input, .frmsearch select {
  height: 27px;
  border: none;
  font-family: open sans;
  font-weight: 400; }

.aui .frmsearch input {
  padding: 0 7px; }

.aui .frmsearch label {
  font-weight: 400; }

.aui .frmsearch {
  font-family: open sans;
  font-size: 14px; }

.aui select {
  background: url(/tapchicongsan-theme/css/../images/tapchi/br-down.png) no-repeat right 6px center white !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 5px !important;
  background-color: #fff;
  padding-right: 20px;
  padding-left: 5px; }

.aui .white {
  color: white; }

.aui a.white:hover {
  color: white; }

.aui .headerBox-1 a:hover span {
  color: darkblue; }

.aui .listmail {
  position: absolute;
  background: #ebebeb;
  text-transform: none;
  bottom: 24px;
  width: 100%;
  padding: 3px 10px;
  font-size: 15px;
  left: 0; }

.aui .show {
  display: block; }

.aui .trans {
  moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.email {
  background: url(/tapchicongsan-theme/css/../images/tapchi/icon-mail.png) left no-repeat;
  padding-left: 45px;
  margin-left: 4px; }

.phone {
  background: url(/tapchicongsan-theme/css/../images/tapchi/phone.png) left no-repeat;
  padding-left: 45px;
  margin-left: 4px; }

.fb {
  background: url(/tapchicongsan-theme/css/../images/tapchi/icon-fb.png) left no-repeat; }

.tw {
  background: url(/tapchicongsan-theme/css/../images/tapchi/icon-twister-home.png) left no-repeat; }

.za {
  background: url(/tapchicongsan-theme/css/../images/tapchi/zalo.png) left no-repeat; }

.vb {
  background: url(/tapchicongsan-theme/css/../images/tapchi/icon-mxh.png) left -303px no-repeat; }

.vb:hover {
  background: url(/tapchicongsan-theme/css/../images/tapchi/icon-mxh.png) left -353px no-repeat; }

.othernews .itemNews {
  padding: 21px 0; }

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

.aui .resizetitle {
  font-size: 28px !important;
  line-height: 40px !important; }

.aui .fb-like.fb_iframe_widget span {
  vertical-align: inherit !important; }

.aui .linebottom {
  background: url(/tapchicongsan-theme/css/../images/tapchi/bg-li-othernews.png) no-repeat left -22px bottom; }

.aui .linebottom:last-child {
  background: none; }

.aui ._49vh._2pi7 {
  display: none; }

.aui .socialemail {
  width: 32px;
  height: 32px;
  vertical-align: middle; }

.aui .socialprint {
  width: 32px;
  height: 32px; }

.aui .fb-share-button.fb_iframe_widget span {
  width: 48px;
  height: 48px;
  vertical-align: middle; }

.aui .inlineBlock._2tga._3e2a {
  border-radius: 100%;
  height: 32px;
  width: 32px;
  background: url(/tapchicongsan-theme/css/../images/tapchi/icon-fb.png); }

.aui ._3jn-.inlineBlock {
  display: none; }

.contentDetail .aui .zalo-share-button {
  overflow: inherit !important;
  display: inline-block !important;
  width: 32px !important;
  height: 32px !important;
  margin-bottom: -11px !important; }

@media (max-width: 767px) {
  .aui .zalo-share-button {
    margin-bottom: -9px !important; }

  .aui .p0-on-xs-and-sm {
    padding: 0px; }

  .portlet-borderless-container {
    min-height: unset; } }
#back-to-top .top {
  z-index: 999;
  margin: 0px;
  color: #fff;
  background: #333333;
  position: fixed;
  bottom: 25px;
  right: 25px;
  font-size: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 90px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#back-to-top .top:hover {
  background: #17A1E0;
  color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }

.aui .box-shadow {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2); }

.menu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }

.aui .navbar-nav-scroll {
  margin: -5px 0px 0px 150px; }

.aui .navbar-nav-scroll > li > a {
  font-family: 'open sans';
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  color: #087cca; }

.aui ul.navbar-sticky {
  margin-left: 20px !important;
  margin-top: 17px !important; }

.aui .navbar-sticky li a {
  font-family: 'roboto condensed' !important;
  text-transform: uppercase !important;
  color: #3d68af !important;
  font-weight: 500 !important;
  padding: 0 5px !important;
  line-height: 14px;
  border-right: 2px solid #bebebe !important; }

.aui .navbar-sticky li:last-child > a {
  border-right: none !important; }

.aui .navbar-sticky-cate {
  width: 85%;
  text-align: center;
  padding: 9px; }

.aui .navbar-sticky-cate a {
  font-size: 23px;
  font-family: 'roboto condensed' !important;
  text-transform: uppercase !important;
  color: #3d68af !important;
  font-weight: 500 !important;
  padding: 0 8px !important; }

.aui .footer-share {
  line-height: 8px;
  margin-bottom: 35px; }

.aui .navbar-collapse {
  padding-left: 11px; }

.aui .taglib-page-iterator .search-results {
  float: none;
  line-height: 46px;
  margin-left: 10px;
  text-align: center; }

.aui .taglib-page-iterator .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 5px 0 10px 0;
  border-radius: 4px; }

.fullwidth .contentDetail {
  padding: 0px; }

.most-view-box {
  background: url(/tapchicongsan-theme/css/../images/tapchi/grey-bg.png) top left repeat-x;
  position: relative; }

.bg-white {
  background-color: white; }

.aui .text-justify-last-center {
  text-align: justify;
  text-align-last: center; }

/* CSS Document */
.container-lg {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.subtitle-view-more {
  float: left;
  max-width: 610px;
  margin-left: 5px;
  margin-top: 7px;
  text-align: center; }

.subtitle-view-more a {
  font-family: "open sans";
  font-weight: 500;
  font-size: 14px;
  position: relative; }

@media (min-width: 1200px) {
  .navbar-bg > li > a {
    padding: 4px 8px;
    font-size: 15px;
    margin-top: 9px; }

  .container-lg {
    width: 1336px; }

  .subtitle-view-more a {
    font-size: 16px; } }
@media (min-width: 1366px) {
  .container-lg {
    width: 1336px; } }
@media (min-width: 640px) and (max-width: 1200px) {
  .col-xs-6x {
    width: 50%;
    float: left; } }
@media (min-width: 768px) {
  .dropdown span.caret {
    display: none; }

  .aui .w55 {
    width: 55% !important;
    float: left; }

  .aui .w45 {
    width: 45% !important;
    float: left; }

  .aui .w60pa {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto; }

  .navbar-bg > li > a {
    border-right: 1px solid #bebebe; }

  .navbar-bg > li:last-child > a {
    border-right: none;
    padding-right: 0 !important; }

  .navbar-bg > li:first-child > a {
    padding-left: 0; }

  .navbar-collapse {
    padding-right: 10px; }

  .pr15-on-lg {
    padding-right: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .info-share li a img {
    height: 35px;
    width: 35px; }

  .info-share li {
    margin: 0; } }
@media (max-width: 767px) {
  .owl-one .item img {
    width: 100%; }

  .arrow::before {
    top: 2px; }

  .navbar-header {
    background: #ce0b02;
    border-top: 1px solid #e4372f; }

  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #eee;
    background: #fafafa; }

  .dropdown span.caret {
    position: absolute;
    right: 15px;
    top: 18px; }

  .p0-on-sm {
    padding: 0; }

  .box-container-othernews {
    display: none; }

  .info-share {
    margin-bottom: 20px; } }
@media (max-width: 640px) {
  .hot-news img {
    width: 100%;
    height: auto; }

  .sm-mb20 {
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  .s-flex {
    overflow: hidden;
    padding-bottom: 12px; }

  .s-flex .hot-item {
    margin-bottom: -99999px;
    padding-bottom: 99999px; }

  .pr0-on-lg {
    padding-right: 0; }

  .pl0-on-lg {
    padding-left: 0; }

  .p0-on-lg {
    padding: 0; }

  .hot-news img {
    height: 387px; }

  .owl-one .item img {
    width: 100%; }

  .nav-search .form-control {
    /*	height: 26px;*/ }

  .nav-search .btn {
    padding: 2px 12px; }

  .borderRightS {
    border-right: 1px solid #efefef; }

  .owl-two .owl-item img {
    height: 165px; } }
@media (max-width: 991px) {
  .hot-item {
    border-right: none; }

  .adv {
    display: none; }

  .p0s {
    padding: 0; }

  .adv-top-01 {
    display: none; }

  .hd-height-head img {
    margin: 0 auto; } }
@media (min-width: 640px) {
  .hot-news img {
    width: 100%; }

  .pl0s {
    padding-left: 0; }

  li.first img {
    width: 45%; }

  .hd-height-head img {
    height: 120px; } }
@media (max-width: 414px) {
  .frmsearch input, .frmsearch select {
    width: 100%;
    margin-top: 8px; }

  .frmsearch button {
    margin: 5px 0;
    width: 100%; } }
@media (max-width: 1199px) {
  .footer-line {
    font-size: 14px; }

  .title-head-foot a.fs15 {
    font-size: 14px; }

  .sticky-hidden {
    display: none; } }
@media print {
  a[href]:after {
    content: none !important; } }
@media (min-width: 768px) {
  .aui .navbar-nav-scroll {
    float: right; } }
@media (max-width: 375px) {
  .subtitle-view-more {
    margin-left: 0px; } }
@media (max-width: 767px) {
  .subtitle-view-more {
    max-width: 330px; }

  .subtitle-view-more a {
    font-size: 11px; } }
@media (min-width: 992px) {
  .aui .line-top-head {
    font-size: 18px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .aui .line-top-head {
    font-size: 16px; } }
@media (max-width: 767px) {
  .aui .line-top-head {
    font-size: 13px; } }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }

  50% {
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }

  30% {
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    transform: scale3d(1.05, 0.95, 1); }

  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    transform: translateX(2px) rotateY(3deg); }

  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }

  75% {
    transform: translate3d(0, -10px, 0); }

  90% {
    transform: translate3d(0, 5px, 0); }

  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }

  75% {
    transform: translate3d(-10px, 0, 0); }

  90% {
    transform: translate3d(5px, 0, 0); }

  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }

  75% {
    transform: translate3d(10px, 0, 0); }

  90% {
    transform: translate3d(-5px, 0, 0); }

  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  75% {
    transform: translate3d(0, 10px, 0); }

  90% {
    transform: translate3d(0, -5px, 0); }

  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    transform: rotate(-10deg); }

  70% {
    transform: rotate(3deg); }

  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }