/*
    static/default-layout.css

    Table of Contents

    Note: background-image urls and fonts are commented out here
    and generated dynamically in templates/default-layout.lucius

         01. Fix BG -----------------------------------
         02. Ico --------------------------------------
    I.   Generic --------------------------------------
         01. Base -------------------------------------
         02. Fonts (commented out) --------------------
         03. Helpers ----------------------------------
             Clear ------------------------------------
             Notext -----------------------------------
             Hidden -----------------------------------
             Alignleft --------------------------------
             Alignright -------------------------------
             Disabled ---------------------------------
             Grid -------------------------------------
    II.  Regions --------------------------------------
         01. Container Fluid --------------------------
         02. Content ----------------------------------
             Small Desktop ----------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         03. Footer -----------------------------------
             Tablet -----------------------------------
             Mobile -----------------------------------
         04. Header -----------------------------------
             Mobile -----------------------------------
         05. Main -------------------------------------
             Mobile -----------------------------------
         06. Sidebar ----------------------------------
             Mobile -----------------------------------
         07. Wrapper ----------------------------------
    III. Modules --------------------------------------
         01. Breadcrumbs ------------------------------
             Mobile -----------------------------------
         02. Button -----------------------------------
             Modifier: Btn White ----------------------
             Modifier: Btn Medium ---------------------
             Button Block -----------------------------
             Mobile -----------------------------------
             Modifier: Btn Medium ---------------------
             Mobile -----------------------------------
         03. comments ---------------------------------
             Mobile -----------------------------------
         04. Copyright --------------------------------
             Mobile -----------------------------------
         05. Filters ----------------------------------
             Mobile -----------------------------------
         06. Form Elements ----------------------------
         07. Custom Checkbox --------------------------
             Mobile -----------------------------------
         08. Form -------------------------------------
         09. Form comment -----------------------------
             Mobile -----------------------------------
         10. Form feedback ----------------------------
             Mobile -----------------------------------
         11. Form access ------------------------------
             Mobile -----------------------------------
         12. List -------------------------------------
         13. List Links -------------------------------
             Mobile -----------------------------------
         14. List Buttons -----------------------------
             Mobile -----------------------------------
         15. list-featured ----------------------------
             Mobile -----------------------------------
         16. Logo -------------------------------------
             Tablet -----------------------------------
             Mobile -----------------------------------
         17. Nav --------------------------------------
             Mobile -----------------------------------
         18. Nav Secondary ----------------------------
             Tablet -----------------------------------
             Mobile -----------------------------------
         19. Nav Btn ----------------------------------
             Mobile -----------------------------------
         20. Paging -----------------------------------
         21. Popup ------------------------------------
             Mobile -----------------------------------
         22. Results ----------------------------------
             Mobile -----------------------------------
         23. Search -----------------------------------
             Mobile -----------------------------------
         24. Search Compact ---------------------------
             Mobile -----------------------------------
         25. Search-secondary -------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         26. Section Browse ---------------------------
             Mobile -----------------------------------
         27. Section-info -----------------------------
             Small Desktop ----------------------------
             Tablet Portrait --------------------------
             Mobile -----------------------------------
         28. Socials ----------------------------------
             Mobile -----------------------------------
         29. Sort -------------------------------------
         30. Table ------------------------------------
         31. Widget -----------------------------------
             Mobile -----------------------------------
         32. Widget primary ---------------------------
             Mobile -----------------------------------
         33. Widget secondary -------------------------
             Small Desktop ----------------------------
         34. Widget poll ------------------------------
             Small Desktop ----------------------------
             Mobile -----------------------------------
    IV.  Themes ---------------------------------------
         01. Magnific ---------------------------------
    V.   Shitcoder's additional cruft -----------------
*/

/* ------------------------------------------------------------ *\
    Fix BG
\* ------------------------------------------------------------ */

.fix-bg {
  background-size: cover;
  background-position: center center;
}

.fix-bg .background {
  display: none;
}

/* ------------------------------------------------------------ *\
    Ico
\* ------------------------------------------------------------ */

[class^="ico"] {
  display: inline-block;
  vertical-align: middle;
}

.ico-arrow-right {
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #53565a;
}

.ico-magnifying-glass {
  width: 39px;
  height: 39px;
  /* background-image: url(@{StaticR custom_images_icons_ico_magnifying_glass_png}); */
  background-size: 100% 100%;
}

@media only screen and ( -webkit-min-device-pixel-ratio: 2 ), only screen and ( min-device-pixel-ratio: 2 ), only screen and ( min-resolution: 192dpi ) {
  .ico-magnifying-glass {
    /* background-image: url(@{StaticR custom_images_icons_ico_magnifying_glass2x_png}); */
  }
}

@media (max-width: 767px) {
  .ico-magnifying-glass {
    width: 15px;
    height: 15px;
  }
}

.ico-bubble {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -67px -33px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-file-lg {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -34px 0;
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-file {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: 0 -65px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-heart-lg {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: 0 0;
  width: 30px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-heart {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -34px -33px;
  width: 19px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-left-lg {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -99px 0;
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-left {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -99px -34px;
  width: 11px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-print-lg {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: 0 -33px;
  width: 30px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-print {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -44px -65px;
  width: 19px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-right-lg {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -67px -65px;
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-right {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -99px -20px;
  width: 11px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-share-lg {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -67px 0;
  width: 28px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.ico-share {
  /* background-image: url(@{StaticR custom_images_sprite_png}); */
  background-position: -22px -65px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-bubble {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -63px -31px;
    background-size: 111px 79px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-file-lg {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -32px 0;
    background-size: 111px 79px;
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-file {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: 0 -61px;
    background-size: 111px 79px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-heart-lg {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: 0 0;
    background-size: 111px 79px;
    width: 30px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-heart {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -32px -31px;
    background-size: 111px 79px;
    width: 19px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-left-lg {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -93px 0;
    background-size: 111px 79px;
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-left {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -93px -30px;
    background-size: 111px 79px;
    width: 11px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-print-lg {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: 0 -31px;
    background-size: 111px 79px;
    width: 30px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-print {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -40px -61px;
    background-size: 111px 79px;
    width: 19px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-right-lg {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -61px -61px;
    background-size: 111px 79px;
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-right {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -93px -18px;
    background-size: 111px 79px;
    width: 11px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-share-lg {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -63px 0;
    background-size: 111px 79px;
    width: 28px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }

  .ico-share {
    /* background-image: url(@{StaticR custom_images_sprite2x_png}); */
    background-position: -20px -61px;
    background-size: 111px 79px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
}

.cols:after,
.main-inner .container-fluid:after,
.form-cols:after,
.form-comment .form-controls:after,
.sort:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}

/* ------------------------------------------------------------ *\
    I.   Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Base
\* ------------------------------------------------------------ */

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.24;
  color: #000;
  background: #fff;
}

a {
  color: #337ab7;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 30px;
  font-weight: 300;
}

h2 {
  font-size: 25px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

h4 {
  font-size: 16px;
}

iframe {
  max-width: 100%;
}

/* ------------------------------------------------------------ *\
    Fonts (commented out here, generated dynamically in
    templates/default-layout.lucius)
\* ------------------------------------------------------------ */
/*
@font-face {
  font-family: 'Ubuntu';
  src: url(@{StaticR custom_fonts_Ubuntu_eot});
  src: url(@{StaticR custom_fonts_Ubuntu_eot}) format('embedded-opentype'),
       url(@{StaticR custom_fonts_Ubuntu_woff}) format('woff'),
       url(@{StaticR custom_fonts_Ubuntu_ttf}) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(@{StaticR custom_fonts_Ubuntu_Italic_eot});
  src: url(@{StaticR custom_fonts_Ubuntu_Italic_eot}) format('embedded-opentype'),
       url(@{StaticR custom_fonts_Ubuntu_Italic_woff}) format('woff'),
       url(@{StaticR custom_fonts_Ubuntu_Italic_ttf}) format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(@{StaticR custom_fonts_Ubuntu_Light_eot});
  src: url(@{StaticR custom_fonts_Ubuntu_Light_eot}) format('embedded-opentype'),
       url(@{StaticR custom_fonts_Ubuntu_Light_woff}) format('woff'),
       url(@{StaticR custom_fonts_Ubuntu_Light_ttf}) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(@{StaticR custom_fonts_Ubuntu_Medium_eot});
  src: url(@{StaticR custom_fonts_Ubuntu_Medium_eot}) format('embedded-opentype'),
       url(@{StaticR custom_fonts_Ubuntu_Medium_woff}) format('woff'),
       url(@{StaticR custom_fonts_Ubuntu_Medium_ttf}) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(@{StaticR custom_fonts_Ubuntu_Bold_eot});
  src: url(@{StaticR custom_fonts_Ubuntu_Bold_eot}) format('embedded-opentype'),
       url(@{StaticR custom_fonts_Ubuntu_Bold_woff}) format('woff'),
       url(@{StaticR custom_fonts_Ubuntu_Bold_ttf}) format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'UbuntuMono';
  src: url(@{StaticR custom_fonts_UbuntuMono_Regular_ttf}) format('truetype');
  font-weight: 400;
  font-style: normal;
}
*/
/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */

.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}

.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

[hidden],
.hidden {
  display: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */

.cols {
  margin: 0 -15px;
}

.col {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.col-1of2 {
  width: 50%;
}

/* ------------------------------------------------------------ *\
    II.  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Container Fluid
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Content
\* ------------------------------------------------------------ */

.content {
  float: left;
  transition: width .3s, margin .3s;
}

.content .content-head {
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.content h2.content-title {
  margin: 0 0 20px;
  font-weight: 500;
}

.content h4 {
  text-transform: uppercase;
  font-weight: normal;
}

.content .content-body {
  padding-bottom: 6px;
}

.content .content-meta {
  font-size: 13px;
  color: #707070;
  margin: -6px 0 15px;
}

.content-body .content-meta {
  border-bottom: 1px solid #EDEDF1;
  padding: 20px !important;
}

.content .content-meta p {
  margin: 0 0 4px;
}

.content .content-meta i {
  margin-right: 4px;
}

.content .content-entry {
  margin-right: 85px;
  color: #666;
  line-height: 1.38;
  margin-bottom: 3px;
}

.content .content-video {
  margin-bottom: 10px;
}

.content .content-foot {
  border-top: 1px solid #ccc;
  padding: 8px 0;
}

.content .content-foot .list-featured {
  margin-bottom: 15px;
}

.content .content-comments {
  border-top: 1px solid #ccc;
  padding: 5px 0 10px;
}

.content .content-comments-head {
  overflow: hidden;
  margin-bottom: 5px;
}

.content-comments .content-comments-head h4 {
  color: #01104B;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}

.content-comments .content-comments-head-actions {
  float: right;
  margin: 10px 10px 0 0;
  display:none;
}

.content .content-comments-head-actions a {
  transition: opacity .3s;
}

.content .content-comments-head-actions a:hover {
  opacity: .7;
}

.content .content-actions {
  text-align: center;
  min-height: 39.5px; /*58px*/
  text-align: center; /*padding-top: 18px;*/
  font-size: 0;
}

.content .content-actions a {
  font-size: 13px;
  color: #000;
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  transition: opacity .3s;
}

.content .content-actions a:hover {
  cursor: pointer; /*opacity: .5;*/
}

/* Small Desktop */

@media (max-width: 1200px) {
  .content .content-actions a {
    margin: 0 4px;
  }
}

/* Tablet Portrait */

@media (max-width: 992px) {
  .content {
    margin-left: 20px;
    width: calc(100% - 286px);
  }
}

/* Mobile */

@media (max-width: 767px) {
  .content {
    width: 100%;
    margin: 0;
  }

  .content .content-meta {
    padding-top: 10px;
    font-size: 11px;
  }

  .content .content-entry {
    font-size: 11px;
    margin-right: 0;
  }

  .content .content-video {
    margin-bottom: 15px;
  }

  .content .content-video iframe {
    height: 258px;
  }

  .content h4 {
    font-size: 14px;
  }

  .content .content-actions {
    border-top: 1px solid #ccc;
  }

  .content .content-actions a {
    margin: 0 10px;
  }
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */

.footer {
  padding: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  border: 1px solid rgba(20,20,20,0.1);
  background-color: #F9F9F9;
}

.footer .footer-title {
  font-size: 22px;
  color: #ffce09;
  margin: 0 0 9px;
}

.footer .container-fluid {
  display: flex;
  justify-content: space-between;
}

.footer .footer-content {
  flex: 0 1 58.43%;
}

.footer .footer-aside {
  flex: 0 0 321px;
  padding-top: 5px;
}

.footer .col-xs-4:not(.col-md-3):not(.col-md-5) {
  padding-left: 21px;
}

.footer .col-md-5 {
  padding-left: 20px;
}

.footer .footer-nav {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.footer .footer-nav h3 {
  color: #ffce09;
  text-transform: uppercase;
  padding-top: 10px;
  margin: 0 0 4px;
}

.footer .footer-nav ul {
  padding-left: 0;
  list-style-type: none;
}

.footer .footer-nav li + li {
  margin-top: 12px;
}

.footer .footer-nav em {
  display: block;
  padding-top: 2px;
  font-weight: 400;
  color: #b3b3b3;
  transition: color .3s;
}

.footer .footer-nav a {
  color: inherit;
  transition: color .3s;
}

.footer .footer-nav a:hover {
  color: #ffce09;
  text-decoration: none;
}

.footer .footer-nav a:hover em {
  color: #ffce09;
}

.footer .container-fluid:before,
.footer .container-fluid:after {
  display: none;
}

/* Tablet */

@media (max-width: 992px) {
  .footer .container-fluid {
    display: block;
  }

  .footer .footer-aside {
    max-width: 400px;
    margin: 30px auto 0;
  }

  .footer .col-xs-4:not(.col-md-3):not(.col-md-5),
  .footer .col-xs-4 {
    padding: 0 15px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .footer {
    padding: 17px 0 10px;
  }

  .footer h3 {
    font-size: 10px;
  }

  .footer .footer-title {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .footer .footer-aside {
    margin-top: 12px;
  }

  .footer .socials .footer-title {
    font-size: 16px;
  }

  .footer .footer-nav {
    font-size: 7px;
  }

  .footer .footer-nav + .footer-nav {
    margin-top: -10px;
  }

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

/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */

.header {
  width: 100%;
  background: #fff;
  height: 64px;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999999;
}

.header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  border: 1px solid rgba(20,20,20,0.1);
  border-radius: 10px 10px 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(97,109,141,0.22);
  border-bottom: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(135deg, #F7B500 0%, #F09819 49.23%, #FF5858 100%);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.header .container-fluid:before,
.header .container-fluid:after {
  display: none;
}

/* Mobile */

@media (max-width: 767px) {
  .header {
    position: relative;
    padding: 11px 0;
  }

  .header .nav-btn {
    position: absolute;
    width: 55px;
    padding: 19px 16px 0;
    height: 100%;
    top: 0;
    right: 0;
  }
}

/* ------------------------------------------------------------ *\
    Main
\* ------------------------------------------------------------ */

.main {
  /* FIXME on some pages, poor styling causes .main to overflow horizontally,
  which creates ugly horizontal scrollbar, often into emptiness. This rule hides it */
  /* overflow-x: hidden; */
}

/* Mobile */

@media (max-width: 767px) {
  .main-inner {
    padding-top: 0;
  }

  .main-head {
    background: #ffce09;
    padding: 14px 0 12px;
  }

  .main-head h1 {
    margin: 0 0 4px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: normal;
  }

  .main-head h3 {
    margin: 0;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ *\
    Sidebar
\* ------------------------------------------------------------ */

.sidebar {
  float: left;
  width: 266px;
  overflow: hidden;
  transition: width .3s;
  padding-bottom: 200px;
}

.sidebar-compact {
  min-width: 36px !important;
  width: 36px;
}

.sidebar-compact .widget-head-actions div,
.sidebar-compact .widget-body {
  display: none !important;
}

.sidebar-compact .widget-title {
  display: none !important;
}

.sidebar-compact ~ .content {
  width: calc(100% - 52px);
  margin-left: 16px;
}

/* Mobile */

@media (max-width: 767px) {
  .sidebar {
    float: none;
    width: auto;
    margin: 0 -15px;
  }

  .sidebar-compact .widget-title {
    width: auto;
    height: auto;
    padding: 0;
    text-align: left;
    transform: none;
  }

  .sidebar-compact ~ .content {
    width: 100%;
    margin: 0;
  }

  .sidebar-compact .widget-primary .widget-head-actions {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .sidebar-compact .widget-primary .widget-title i {
    transform: rotate(90deg);
  }

  .sidebar-compact .widget-primary .widget-body {
    display: block;
  }
}

/* ------------------------------------------------------------ *\
    Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  overflow: auto;
  background: #F6F6F6;
  min-height: 100vh;
  position: relative;
  padding-bottom: 68px;
  padding-top: 64px !important;
}

/* ------------------------------------------------------------ *\
    III. Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs {
  padding: 37px 0 0 0;
  font-size: 13px;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 16px;
}

.breadcrumbs a {
  color: #999;
  transition: color .3s;
}

.breadcrumbs a.current {
  color: #1F1F1F;
  transition: color .3s;
}

.breadcrumbs a:hover {
  color: #666;
  text-decoration: none;
}

/* Mobile */

@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
    Button
\* ------------------------------------------------------------ */

.btn {
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #ffce09;
  border-radius: 0;
  vertical-align: middle;
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: #ffce09;
  transition: background .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn:hover {
  background: #fff;
}

.btn:focus {
  color: inherit;
  background: inherit;
}

/*  Modifier: Btn White */

.btn-white {
  border-color: #fff;
  background: #fff;
}

.btn-white:hover {
  background: #ffce09;
}

/*  Modifier: Btn Medium */

.btn-medium {
  height: 65px;
  border-color: #000;
  font-size: 20px;
  line-height: 63px;
  color: #ffce09;
  background: #000;
  transition: color .3s, background .3s;
}

/*  Button Block  */

.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* Mobile */

@media (max-width: 767px) {
  .btn {
    height: 36px;
    font-size: 12px;
    line-height: 34px;
  }

  /*  Modifier: Btn Medium */
  .btn-medium {
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 26px;
  }
}

.btn-brackets {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  font-weight: normal;
  min-width: 57px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  transition: background .3s, color .3s;
}

.btn-brackets:hover {
  background: #000;
  color: #fff;
}

.btn-brackets:before,
.btn-brackets:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  border-style: solid;
  border-color: #000;
}

.btn-brackets:before {
  left: 0;
  border-width: 3px 0 3px 3px;
}

.btn-brackets:after {
  right: 0;
  border-width: 3px 3px 3px 0;
}

.btn-brackets-lg {
  min-width: 150px;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  font-weight: bold;
}

.btn-brackets-lg:before,
.btn-brackets-lg:after {
  width: 16px;
}

.btn-brackets-lg:before {
  border-width: 5px 0 5px 5px;
}

.btn-brackets-lg:after {
  border-width: 5px 5px 5px 0;
}

.btn-brackets-md {
  min-width: 130px;
  height: 82px;
  line-height: 82px;
  font-size: 20px;
  font-weight: bold;
}

.btn-brackets-md:before,
.btn-brackets-md:after {
  width: 16px;
}

.btn-brackets-md:before {
  border-width: 5px 0 5px 5px;
}

.btn-brackets-md:after {
  border-width: 5px 5px 5px 0;
}

.btn-brackets-white {
  color: #fff;
}

.btn-brackets-white:hover {
  background: #fff;
  color: #000;
}

.btn-brackets-white:before,
.btn-brackets-white:after {
  border-color: #fff;
}

.btn-default {
  background: #ccc;
  font-size: 16px;
  border-color: #ccc;
}

.btn-sm {
  height: 36px;
  line-height: 36px;
  min-width: 84px;
  text-align: center;
  padding: 0 10px;
}

/* Mobile */

@media (max-width: 767px) {
  .btn-sm {
    font-size: 14px;
  }

  .btn-brackets-lg {
    font-size: 16px;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
  }

  .btn-brackets-lg:before,
  .btn-brackets-lg:after {
    width: 12px;
  }

  .btn-brackets-lg:before {
    border-width: 3px 0 3px 3px;
  }

  .btn-brackets-lg:after {
    border-width: 3px 3px 3px 0;
  }

  .btn-brackets-md {
    min-width: 72px;
    height: 48px;
    line-height: 48px;
    font-size: 11px;
    font-weight: bold;
  }

  .btn-brackets-md:before,
  .btn-brackets-md:after {
    width: 9px;
  }

  .btn-brackets-md:before {
    border-width: 2px 0 2px 2px;
  }

  .btn-brackets-md:after {
    border-width: 2px 2px 2px 0;
  }
}

/* ------------------------------------------------------------ *\
    comments
\* ------------------------------------------------------------ */

.comments {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.comment .comment-image {
  position: relative;
  float: left;
  margin-right: 16px;
}

.comment .comment-image:before,
.comment .comment-image:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 100%;
  border-width: 14px 0 0 12px;
  border-style: solid;
  border-color: #d7d7d7 transparent transparent;
  margin-left: 5px;
}

.comment .comment-image:after {
  top: 14px;
  border-width: 13px 0 0 12px;
  border-color: #fff transparent transparent;
  margin-left: 7px;
}

.comment .comment-body .comment-meta .name {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.23px;
  line-height: 20px;
}

.comment .comment-body .comment-meta .comment-date {
  color: #999999;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
  margin-left: 12px;
}

.comment .comment-body {
  overflow: hidden;
  padding: 0 15px 9px;
  border-radius: 5px;
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.comment .comment-meta {
  color: #999;
}

/* Mobile */

@media (max-width: 767px) {
  .comment .comment-content {
    font-size: 11px;
    padding: 10px;
  }
}

/* ------------------------------------------------------------ *\
    Copyright
\* ------------------------------------------------------------ */

.copyright {
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

/* Mobile */

@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
  }
}

/* ------------------------------------------------------------ *\
    Filters
\* ------------------------------------------------------------ */

.filters {
  position: relative;
  max-height: 0;
  padding-top: 6px;
  margin-top: -6px;
  overflow: hidden;
  z-index: 2;
  transition: max-height .3s, padding .3s;
}

.filters.filters-shown {
  max-height: 2000px;
}

.filters.filters-shown .container-fluid:after {
  opacity: 1;
  transition: opacity .3s .3s;
}

.filters h3 {
  color: #ffce09;
  margin: 0 0 10px;
}

.filters .filters-inner {
  background: #4d4d4d;
}

.filters .col-sm-6 {
  border-left: 1px solid #b1babf;
  border-right: 1px solid #b1babf;
}

.filters .col-sm-6 .col-sm-6 {
  border: 0;
}

.filters .checkbox {
  padding-right: 15px;
}

.filters .checkbox .toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.filters .checkbox .toggle:hover {
  cursor: pointer;
}

.filters .toggle i {
  transition: transform .3s;
}

.filters .toggle.active i {
  transform: rotate(90deg);
}

.filters .container-fluid {
  position: relative;
  max-width: 1005px;
  padding: 16px 15px 22px;
}

.filters .container-fluid:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 73px;
  opacity: 0;
  bottom: 100%;
  border-width: 0 19px 24px 19px;
  border-style: solid;
  border-color: transparent transparent #4d4d4d transparent;
  transition: opacity .3s;
}

.filters-clear .fa-times {
  font-size: 8px;
  margin-left: -6px;
}

/* Mobile */

@media (max-width: 767px) {
  .filters {
    padding-top: 9px;
    margin-top: -9px;
  }

  .filters.filters-shown {
    max-height: 1500px;
  }

  .filters .pull-right {
    float: none !important;
  }

  .filters h3 {
    font-size: 13px;
  }

  .filters [class*="col"] + [class*="col"] {
    margin-top: 15px;
  }

  .filters [class*="col"] [class^="col"] {
    margin-top: 4px;
  }

  .filters .col-sm-6 {
    border: 0;
  }

  .filters .container-fluid:after {
    border-width: 0 8px 9px 8px;
    right: 40px;
  }
}

/* ------------------------------------------------------------ *\
    Form Elements
\* ------------------------------------------------------------ */

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

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

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

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.select:focus {
  outline: none;
}

.form-control {
  border: 1px solid #a6a8ab;
  height: 42px;
  background: #fff;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  border: 2px solid #C0C1C8;
  border-radius: 2.5px;
  background-color: #FFFFFF;
  box-shadow: none;
}

.form-control-textarea {
  padding: 10px;
  resize: none;
}

.form-control-secondary {
  border-color: #d4d4d4;
  height: 32px;
  padding: 0 7px;
}

/* ------------------------------------------------------------ *\
    Custom Checkbox
\* ------------------------------------------------------------ */

zDocsSideFilter > ul {
  padding-left: 0;
  margin: 0;
}

zDocsSideFilter > ul .zDocsSideFilter > ul {
  width: 100%;
  max-height: 0;
  padding: 0;
  padding: 0 0 0 20px;
  overflow: hidden;
  transition: max-height .3s, padding .3s;
}

zDocsSideFilter > ul .list-checkboxes.active {
  max-height: 600px;
  padding: 10px 0 10px 20px;
}

.list-checkboxes-secondary {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

zDocsSideFilter > ul li + li {
  margin-top: 4px;
}

.custom-checkbox {
  position: relative;
  margin: 0;
}

.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.zDocsSideFilterNonHead .custom-checkbox input:checked + .checkbox-label span:before {
  opacity: 1;
  content: '\e5ca';
  color: #303030;
  font-family: 'Material Icons Outlined';
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 14px;
}
.custom-checkbox input + .checkbox-label span.checked:before {
  opacity: 1;
  content: '\e5ca';
  color: #303030;
  font-family: 'Material Icons Outlined';
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 14px;
}

.custom-checkbox .checkbox-label span {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
  border: 1px solid #5c5f62;
  background: #fff;
}

.custom-checkbox .checkbox-label span:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -4px;
  opacity: 0;
  background: none;
  background-size: 100% 100%;
  transition: opacity .3s;
}

.custom-checkbox .checkbox-label-grey {
  color: #666;
}

.custom-checkbox .checkbox-label-grey span:before {
  content: '\e5ca';
  color: #303030;
  font-family: 'Material Icons Outlined';
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 14px;
}

.custom-checkbox .checkbox-label-black {
  color: #000;
  padding-left: 29px;
}

.custom-checkbox .checkbox-label-black span {
  width: 18px;
  height: 18px;
  border-color: #d4d4d4;
}

.custom-checkbox .checkbox-label-black span:before {
  /* background-image: url(@{StaticR custom_images_check_black_png}); */
}

/* Mobile */

@media (max-width: 767px) {
  .custom-checkbox .checkbox-label {
    min-height: 20px;
    font-size: 10px;
    line-height: 20px;
  }

  .custom-checkbox .checkbox-label-black span {
    width: 15px;
    height: 15px;
  }
}

/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */

.form-cols {
    margin: 0 -5px;
}

.form-col-1of2 {
  width: 50%;
}

.form-alert {
  padding: 30px 0;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  text-align: center;
}

.form-alert p {
  margin: 0;
}

/* ------------------------------------------------------------ *\
    Form comment
\* ------------------------------------------------------------ */

.form-comment .form-label {
  font-weight: normal;
  font-size: 13px;
  color: #999;
}

.avatar {
  float: left;
  margin-right: 6px;
  height: 68px;
  width: 68px;
  border-radius: 5px;
  background-color: #EDEDF1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar span {
  color: #5C6985;
  font-size: 40px;
}

.avatar ~ .form-control {
  float: left;
  width: calc(100% - 80px);
}

.form-comment .form-control-textarea {
  height: 42px;
}

.form-comment .form-actions {
  text-align: right;
  padding-top: 12px;
}

.form-comment .form-actions .btn ~ .btn {
  margin-left: 6px;
}

/* Mobile */

@media (max-width: 767px) {
  .form-comment .form-control-textarea {
    height: 86px;
  }
}

/* ------------------------------------------------------------ *\
    Form feedback
\* ------------------------------------------------------------ */

.form-feedback .form-control-textarea {
  height: 70px;
}

.form-feedback .form-control-textarea::-webkit-input-placeholder {
  color: #999;
}

.form-feedback .form-control-textarea::-moz-placeholder {
  color: #999;
}

.form-feedback .form-control-textarea:-ms-input-placeholder {
  color: #999;
}

.form-feedback .form-control-textarea::placeholder {
  color: #999;
}

.form-feedback .form-actions {
  text-align: right;
  padding-top: 12px;
}

.form-feedback .form-actions .btn ~ .btn {
  margin-left: 6px;
}

.form-actions input + p {
  margin-left: 12px;
}

/* Mobile */

@media (max-width: 767px) {
  .form-feedback .form-control-textarea {
    height: 104px;
  }
}

/* ------------------------------------------------------------ *\
    Form access
\* ------------------------------------------------------------ */

.form-access {
  margin: 0 auto;
  padding: 84px 0 87px;
  width: 100%;
  max-width: 430px;
}

.form-access .form-foot,
.form-access .form-inner {
  background: #fff;
}

.form-access .form-inner {
  margin-bottom: 34px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

.form-access .form-head {
  background: #000;
  padding: 16px 30px 20px;
}

.form-access .form-title {
  color: #ffce09;
  text-transform: uppercase;
}

.form-access .form-body {
  padding: 30px;
}

.form-access .form-group {
  margin-bottom: 11px;
}

.form-access .form-label {
  font-weight: normal;
  display: block;
  margin-bottom: 17px;
}

.form-access .form-actions-secondary {
  padding-top: 10px;
}

.form-access .form-actions {
  overflow: hidden;
  padding: 8px 0 23px;
}

.form-access .form-actions .checkbox {
  float: left;
}

.form-access .form-actions .link-forgot {
  float: right;
  color: inherit;
}

.form-access .form-foot {
  padding: 32px 30px;
  overflow: hidden;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
}

.form-access .form-foot span {
  margin: 25px 0 0 25px;
  float: left;
}

.form-access .form-foot .btn {
  float: right;
}

.form-access .form-btn {
  font-weight: bold;
}

/* Mobile */

@media (max-width: 767px) {
  .form-access {
    padding: 0;
  }

  .form-access .form-head {
    padding: 28px 25px 24px;
  }

  .form-access .form-title {
    margin: 0;
    font-size: 21px;
  }

  .form-access .form-body {
    padding: 25px;
  }

  .form-access .form-actions {
    font-size: 10px;
  }

  .form-access .form-actions .link-forgot {
    margin-top: 4px;
  }

  .form-access .form-foot {
    padding: 25px;
  }

  .form-access .form-foot span {
    margin-left: 20px;
    font-size: 12px;
  }

  .form-access .form-btn {
    font-size: 17px;
  }

  .form-access .form-inner {
    margin-bottom: 20px;
  }

  .form-access .form-label {
    font-size: 13px;
  }

  .form-access .form-alert {
    font-size: 13px;
  }
}

/* ------------------------------------------------------------ *\
    List
\* ------------------------------------------------------------ */

[class^="list-"] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
    List Links
\* ------------------------------------------------------------ */

.list-links {
  padding-left: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  list-style-type: none;
}

.list-links ul, .filters ul {
  list-style-type: none;
}

.list-links li + li {
  margin-top: 8px;
}

.list-links i {
  position: relative;
  top: 2px;
}

.list-links a {
  display: inline-block;
  color: inherit;
  transition: color .3s;
}

.list-links a:hover {
  color: #666;
  text-decoration: none;
}

/* Mobile */

@media (max-width: 767px) {
  .list-links {
    font-size: 12px;
  }

  .list-links li + li {
    margin-top: 3px;
  }
}

/* ------------------------------------------------------------ *\
    List Buttons
\* ------------------------------------------------------------ */

.list-buttons {
  padding-left: 0;
  margin-bottom: 33px;
  list-style-type: none;
}

.list-buttons li + li {
  margin-top: 20px;
}

/* Mobile */

@media (max-width: 767px) {
  .list-buttons {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

/* ------------------------------------------------------------ *\
    list-featured
\* ------------------------------------------------------------ */

.list-featured {
  padding: 0;
}

.list-featured li + li {
  margin-top: 10px;
}

.list-featured a {
  color: #333;
  font-size: 13px;
}

/* Mobile */

@media (max-width: 767px) {
  .list-featured a {
    font-size: 11px;
  }
}

/* ------------------------------------------------------------ *\
    Logo
\* ------------------------------------------------------------ */

.header .logo {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
  padding: 20px 20px 20px 5px;
  border-right: 1px solid rgba(20,20,20,0.1);
  margin-right: 20px;
}

.header .logo img {
  height: 30px;
  width: 107px;
}

/* ------------------------------------------------------------ *\
    Message
\* ------------------------------------------------------------ */

.message {
  position: fixed;
  width: 356px;
  max-width: 630px;
  top: 25%;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  color: #303030;
  z-index: 10;
  background: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(1, 1, 1, 0.2);
}

.message#message, .message.active > p , .deleteUserDialog:not(.confirm) {
  min-height: 65.33px;
  width: 714px;
  border-radius: 5px;
  background-color: #393939;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.07), 0 1px 18px 0 rgba(0,0,0,0.06), 0 3px 5px -1px rgba(0,0,0,0.1);
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  padding: 20px;
}

.message > p {
  padding: 25px 20px 16px 21px;
}

.message > .action-wrapper {
  border-top: 0.5px solid #DBDBDB;
  padding: 16px 20px;
}

.message > .action-wrapper a {
  color: #333A48;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  min-width: 96px;
  height: 40px;
}

.details-modal-overlay {
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  background: rgba(1, 1, 1, 0.3);
  position: fixed;
  opacity: 1;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  top: 0;
}

.message p {
  margin: 0 auto !important;
  padding: 0 auto !important;
  line-height: 1.4;
}

.message .action-wrapper a.confirm-btn {
  min-width: 114px;
  padding: 11px 30px;
  border: 0;
  border-radius: 5px;
  transition: background-color .4s ease;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  background-color: #FDC900;
  font-family: "Roboto";
}

.message .action-wrapper a.link-close {
  height: 40px;
  border: 1px solid #EBEFF2;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #333A48;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 11px 25px;
  margin-left: 20px;
}

.message .action-wrapper a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}

/*  Modifier: Error */

.message-error {
  background: #ffffff;
  z-index: 11;
}

.message-error:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  top: 13px;
  left: 14px;
  /*/* background-image: url(@{StaticR custom_images_medium_alert_icon_png}); */
  background-size: 100% 100%;
}

/* Mobile */

@media (max-width: 767px) {
  .message {
    width: auto;
    max-width: 100%;
    left: 20px;
    right: 20px;
    transform: translateX(0);
  }
}


/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */

.nav {
  color: #616D8D;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}

.nav ul {
  display: flex;
  margin: 0;
  align-items: center;
  list-style-type: none;
}

.nav li + li {
  margin-left: 31px;
}

.nav a {
  color: inherit;
  transition: color .3s;
  text-transform: capitalize;
  cursor: pointer;
  font-family: 'Roboto';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  align-items: center;
  display: flex;
}

.nav img {
  position: relative;
  top: -2px;
  margin-right: 2px;
  border-radius: 50%;
}

.nav .nav-login {
  height: 40px;
  background-color:#fff;
  font-weight: 700;
  font-size: 16px;
  color: #333a48;
  border: 1px solid #ebeff2;
  border-radius: 5px;
  transition: background-color .4s ease;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.nav .nav-login:hover {
  background-color: rgba(0,0,0,0.08);
}

.nav .nav-login a {
  padding: 5px 15px;
}

.nav .nav-logged a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-width: 3px 2px 0 2px;
  border-style: solid;
  border-color: #ffce09 transparent transparent transparent;
  transition: border-color .3s;
}

.nav .nav-logged a:hover:after {
  border-color: #fff transparent transparent transparent;
}

/* Mobile */

@media (max-width: 767px) {
  .nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    background: #333;
    z-index: 5;
    transition: opacity .3s, visibility .3s;
  }

  .nav.active {
    opacity: 1;
    visibility: visible;
  }

  .nav ul {
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 0;
  }

  .nav li {
    width: 100%;
  }

  .nav li + li {
    margin: 0;
    border-top: 1px solid #727373;
  }

  .nav a {
    display: block;
    padding: 13px 0;
  }

  .nav .nav-logged {
    order: -1;
    border-top: 0;
    border-bottom: 1px solid #727373;
  }

  .nav .nav-logged a {
    padding-bottom: 10px;
  }
}

/* ------------------------------------------------------------ *\
    Nav Secondary
\* ------------------------------------------------------------ */

.nav-secondary {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.nav-secondary ul {
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  margin: 0;
  list-style-type: none;
}

.nav-secondary li {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-secondary a:before,
.nav-secondary a:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 81px;
  top: -17px;
  border: 5px solid #fff;
  transition: border-color .3s;
}

.nav-secondary a {
  display: block;
  max-width: 150px;
  color: inherit;
  text-decoration: none;
  transition: color .3s;
}

.nav-secondary a:before {
  left: -18px;
  border-right: 0;
}

.nav-secondary a:after {
  right: -18px;
  border-left: 0;
}

.nav-secondary a:hover {
  color: #000;
}

.nav-secondary a:hover:before,
.nav-secondary a:hover:after {
  border-color: #000;
}

/* Tablet */

@media (max-width: 992px) {
  .nav-secondary {
    font-size: 16px;
  }

  .nav-secondary ul {
    padding: 0;
  }

  .nav-secondary li {
    padding: 0 10px;
  }

  .nav-secondary a {
    max-width: 110px;
  }

  .nav-secondary a:before {
    left: 0;
  }

  .nav-secondary a:after {
    right: 0;
  }

  .nav-secondary a:before,
  .nav-secondary a:after {
    top: -20px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .nav-secondary {
    margin-bottom: -10px;
    font-size: 16px;
  }

  .nav-secondary ul {
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -17px;
  }

  .nav-secondary li {
    min-width: 150px;
    margin: 0 17px 30px;
    justify-content: center;
  }

  .nav-secondary a:before,
  .nav-secondary a:after {
    width: 9px;
    height: 42px;
    top: -1px;
    border-width: 2px;
  }
}

/* ------------------------------------------------------------ *\
    Nav Btn
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
  .nav-btn {
    display: block;
    width: 23px;
    transition: background .3s;
  }

  .nav-btn.active {
    background: #333;
  }

  .nav-btn span {
    position: relative;
    display: block;
    height: 3px;
    top: 0;
    border-radius: 3px;
    background: #fff;
    transition: .3s;
  }

  .nav-btn span + span {
    margin-top: 4px;
  }

  .nav-btn.active span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
    transition: top .3s, transform .3s .3s;
  }

  .nav-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-btn.active span:nth-child(3) {
    top: -7px;
    transform: rotate(-45deg);
    transition: top .3s, transform .3s .3s;
  }
}

/* ------------------------------------------------------------ *\
    Paging
\* ------------------------------------------------------------ */

.paging ul {
  padding: 0;
  list-style: none outside none;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.paging li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.24;
}

.paging > a, .paging .wrap-right a {
  display: inline-block;
  text-align: center;
  color: #666;
  font-weight: 400;
  padding: 5px 10px;
}

.paging li.current a {
  color: #000;
  font-weight: 500;
}

.paging a.page, .paging span.current, .paging .num-list a {
  width: 23px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #666;
}

.paging-first:hover, .paging-prev:hover, .paging-next:hover, .paging-last:hover {
  color: #ffce09 !important;
  text-decoration: none;
  cursor: pointer;
}

.paging a.page:hover {
  font-weight: 600;
  color: #000;
}

.paging span.current {
  color: #000;
  font-weight: 500;
}

.first, .prev, .next, .last {
  padding: 5px 10px;
  color: #000;
  font-weight: 400;
}

.first:hover, .prev:hover, .next:hover, .last:hover {
  color: #ffce09;
}

/* ------------------------------------------------------------ *\
    Popup
\* ------------------------------------------------------------ */

.popup.popup--default {
  max-width: 630px;
  margin: auto;
  margin-top: 90px;
  width: 100%;
  position: relative;
  background-color: #F6F6F6;
  padding: 15px 21px 10px;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgb(1 1 1 / 20%);
}

.popup:not(.popup--default) {
  max-width: 630px;
  margin: auto;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 15px 21px 10px;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgb(1 1 1 / 20%);
}

.popup.popup--default .popup__body .section {
  padding: 15px;
}

.popup.popup--action {
  margin-top: 90px;
}

.popup .popup-head {
  padding: 14px 17px 13px;
  border-bottom: 1px solid #EDEDF1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup .popup-title {
  margin: 0;
  font-weight: normal;
}

.popup .popup__actions {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.popup .popup__actions a + a {
  margin-left: 5px;
}

.popup.popup--default .popup__body {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 0.5px solid #DBDBDB;
  margin: 20px;
}

.popup-actions .link-close {
  color: #000 !important;
}

.popup-actions .link-close:hover {
  cursor: pointer;
}

.popup--default .popup__body .intro--small {
  color: #5C6985;
  background: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  padding: 20px;
  border-bottom: 0.5px solid #DBDBDB;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup:not(.popup--default) .popup__head {
  margin-bottom: 50px;
}

.popup:not(.popup--default) .popup__head h4{
  font-weight: normal;
}

.popup.popup--default .popup__body .intro--small h1 {
  margin: 0;
  word-break: break-word;
}

.popup.popup--default .popup__body .templateContent p {
  word-break: break-word;
  max-width: 100%;
}

.popup.popup--default .popup__body .container {
  width: 100% !important;
}

/* Mobile */

@media (max-width: 767px) {
  .popup .popup-title {
    font-size: 17px;
  }
}

.link-edit, .link-withdraw {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  align-items: center;
  font-weight: normal;
  height: 40px;
  min-width: 76px;
  border: 1px solid transparent;
  padding: 5px;
}

.link-edit:hover, .link-withdraw:hover {
  border: 1px solid #DBDBDB;
  border-radius: 2.5px;
  background-color: rgba(0,0,0,0.08);
  text-decoration: none;
}

.link-edit span, .link-withdraw span {
  color: #616D8D;
  font-family: "Material Icons Outlined";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-right: 5px;
}

/* ------------------------------------------------------------ *\
    Form Add
\* ------------------------------------------------------------ */

.form-add {
  width: 282px;
  padding: 23px 11px 13px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
  background: #f0ede9;
  position: relative;
}

.form-add.form-visible {
  opacity: 1;
  visibility: visible;
}

.form-add:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 16px;
  border-width: 0 11px 9px 11px;
  border-style: solid;
  border-color: transparent transparent #f0ede9 transparent;
}

.form-add h5 {
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  margin: 0;
}

.form-add .form-head {
  position: relative;
  padding-right: 20px;
  margin-bottom: 14px;
}

.form-add .form-actions {
  padding-top: 15px;
  text-align: right;
}

.form-add .form-btn {
  min-width: 0;
  padding: 0 22px;
}

.form-add .form-close {
  position: absolute;
  width: 13px;
  height: 13px;
  top: -3px;
  right: 9px;
}

.form-add .form-close:before {
  transform: rotate(-45deg);
}

.form-add .form-close:after {
  transform: rotate(45deg);
}

.form-add .form-close:before,
.form-add .form-close:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 2px;
  top: 6px;
  left: 0;
  background: #a7a49d;
}

.form-add .fs-dropdown-item:last-child {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.form-select-collection {
  margin-top: 20px;
  margin-left: -104px;
}

.form-select-collection-secondary {
  margin-left: -282px;
}

.form-select-collection-secondary:after {
  left: auto;
  right: 20px;
}

/* ------------------------------------------------------------ *\
    Form Add Collection
\* ------------------------------------------------------------ */

.form-add-collection {
  margin-left: 15px;
  margin-top: -35px;
  z-index: 99;
}

.form-add-collection .form-close {
  right: 0;
  top: 0 !important;
}

.form-add-collection:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 10px 0;
  border-color: transparent #f0ede9 transparent transparent;
  bottom: auto;
  top: 10px;
  left: -8px;
}

.form-add-collection .form-row ~ .form-row {
  margin-top: 15px;
}

.form-add-collection .checkbox label {
  padding-left: 30px;
  font-size: 14px;
}

.form-add-collection .checkbox label:before {
  margin-top: -13px;
}

.form-add-collection-top {
  margin-top: 20px;
  margin-left: -104px;
}

.form-add-collection-top:after {
  border-width: 0 11px 9px 11px;
  border-style: solid;
  border-color: transparent transparent #f0ede9 transparent;
  left: 15px;
  top: -9px;
}

.form-add-collection-right {
  margin-top: 20px;
  margin-left: -282px;
}

.form-add-collection-right:after {
  border-width: 0 11px 9px 11px;
  border-style: solid;
  border-color: transparent transparent #f0ede9 transparent;
  left: auto;
  right: 20px;
  top: -8px;
}

.form-add-collection .checkbox label:before {
  margin-top: -10px !important;
}

.form-add-collection .checkbox label {
  padding-top: 3px;
}

.form-add-collection .form-close, .form-select-collection .form-close {
  top: -2 !important;
}

.form-rename-collection {
  margin-top: -43px;
  margin-left: -140px;
}

.form-rename-collection h5 {
  color: #ffce09;
}

.form-rename-collection .form-close {
  top: 0 !important;
}

.form-rename-collection:after {
  border-width: 10px 8px 10px 0;
  border-color: transparent #f0ede9 transparent transparent;
  left: -8px;
  top: 20px;
}

.form-delete {
  margin-top: -65px;
  margin-left: -140px;
}

.form-delete h5 {
  color: #ffce09;
}

.form-delete p {
  font-size: 14px;
}

.form-delete .form-close {
  top: 0 !important;
}

.form-delete:after {
  border-width: 10px 8px 10px 0;
  border-color: transparent #f0ede9 transparent transparent;
  left: -8px;
  top: 20px;
}

.form-delete-selected {
  margin-top: -43px;
  margin-left: 10px;
}

.form-error {
  padding-left: 5px;
  color: red;
}

/* Mobile */

@media (max-width: 767px) {
  .form-add-collection {
    left: auto;
    right: 0;
    margin-left: 0;
    top: 100%;
  }

  .form-add-collection:after {
    display: none;
  }

  .form-delete,
  .form-add-collection,
  .form-rename-collection,
  .form-select-collection {
    margin: 0;
    top: 0;
  }

  .form-delete:after,
  .form-add-collection:after,
  .form-rename-collection:after,
  .form-select-collection:after {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
    Results
\* ------------------------------------------------------------ */

.results {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

.result {
  padding: 14px 21px;
}

.result ~ .result {
  border-top: 0.5px solid #DBDBDB;
}

.result .result-title {
  margin: 0 0 8px;
}

.result .result-title a {
  color: #5C6985;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}

.result .result-entry p {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  overflow-wrap: break-word;
}

.result .result-meta {
  color: #707070;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}

.result .result-meta .tag {
  display: flex;
  align-items: center;
}

.result .result-meta i {
  font-size: 18px;
}

.result .result-meta em {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 0 0 7px;
}

.result .result-meta a {
  color: inherit;
}

/* Mobile */

@media (max-width: 767px) {
  .result {
    font-size: 12px;
  }

  .result h3 {
    font-size: 14px;
  }

  .result .result-meta i,
  .result .result-meta {
    font-size: inherit;
  }

  .result .result-meta em {
    margin: 0 2px 0 0;
  }
}

/* ------------------------------------------------------------ *\
    Search
\* ------------------------------------------------------------ */

.search.filters-shown {
  padding: 104px 50px 19px;
}

.search form {
  position: relative;
  flex: 0 1 100%;
}

.search .btn {
  position: relative;
  flex: 0 0 155px;
  margin-left: 15px;
  z-index: 3;
}

.search .btn:focus {
  color: #ffce09;
  background: #000;
}

.search .btn:hover {
  color: #000;
  background: #fff;
}

.search .btn.filters-shown {
  border-color: #ffce09;
  color: #000;
  background: #ffce09;
}

.search .btn.filters-shown:hover {
  color: #ffce09;
  background: #000;
}

.search .container-fluid:before,
.search .container-fluid:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 213px;
  top: -62px;
  border: 7px solid #000;
}

.search .container-fluid {
  position: relative;
  display: flex;
  max-width: 1005px;
  align-items: center;
}

.search .container-fluid:before {
  content: '';
  position: absolute;
  left: -36px;
  border-right: 0;
}

.search .container-fluid:after {
  content: '';
  position: absolute;
  right: -36px;
  border-left: 0;
}

.search .search-btn {
  position: absolute;
  top: 0;
  right: 185px;
  transition: background .3s;
}

.search .search-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.search .search-field {
  display: block;
  width: 100%;
  height: 91px;
  padding: 0 87px 0 15px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 20px;
  color: #b3b3b3;
  background: #fff;
  transition: border-color .3s;
}

.search .search-field:focus {
  border-color: #000;
  outline: 0;
}

/* Mobile */

@media (max-width: 767px) {
  .search {
    padding: 20px 0 9px;
    text-align: right;
  }

  .search.filters-shown {
    padding: 20px 0 9px;
  }

  .search form {
    display: block;
    margin-bottom: 16px;
  }

  .search .search-field {
    height: 32px;
    padding: 0 33px 0 7px;
    font-size: 12px;
  }

  .search .search-btn {
    height: 34px;
    width: 26px;
    padding: 0;
    right: 0px;
  }

  .search .container-fluid {
    display: block;
  }
}

/* ------------------------------------------------------------ *\
    Search Compact
\* ------------------------------------------------------------ */

.search-compact form, .search-compact .form {
  position: relative;
  display: block;
}

.search-compact .search-field {
  width: 486px;
  height: 36px;
  padding: 0 41px 0 6px;
  border: 0;
  border-radius: 0;
  background: #fff;
  font-size: 13px;
}

.search-compact .search-field:focus {
  outline: 0;
}

.search-compact .container-fluid {
  display: flex;
  justify-content: flex-end;
}

.search-compact .search-btn {
  position: absolute;
  width: 35px;
  height: 36px;
  top: 0;
  right: 0;
  border: 0;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  background: #ffce09;
  transition: color .3s, background .3s;
}
/* Mobile */

@media (max-width: 767px) {
  .search-compact .container-fluid {
    display: block;
  }

  .search-compact .search-field {
    width: 76%;
  }
}

/* ------------------------------------------------------------ *\
    Search-secondary
\* ------------------------------------------------------------ */

.search-secondary .container-fluid {
  display: block;
  max-width: 1220px;
}

.search-secondary .container-fluid:before,
.search-secondary .container-fluid:after {
  display: none;
}

.search-secondary form {
  position: relative;
  z-index: 6;
  max-width: 500px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 0 53px 0 18px;
}

.search-secondary form:before {
  left: -26px;
  border-width: 5px 0 5px 5px;
}

.search-secondary form:after {
  right: -26px;
  border-width: 5px 5px 5px 0;
}

.search-secondary .search-field {
  height: 36px;
}

.search-secondary .search-btn {
  width: 36px;
}

.search-secondary .ico-magnifying-glass {
  width: 20px;
  height: 20px;
  background-size: 100% auto;
}

.search-secondary .btn {
  z-index: 6;
}

/* Tablet Portrait */

@media (max-width: 992px) {
  .search-secondary form {
    max-width: 40%;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .search-secondary {
    padding: 20px 0 0 30px;
  }

  .search-secondary .container-fluid {
    text-align: left;
  }

  .search-secondary form {
    margin: 0 30px 0 0;
    max-width: calc(100% - 120px);
  }

  .search-secondary form:before {
    border-width: 2px 0 2px 2px;
    left: -14px;
    top: -14px;
    bottom: -14px;
  }

  .search-secondary form:after {
    border-width: 2px 2px 2px 0;
    right: -14px;
    top: -14px;
    bottom: -14px;
  }

  .search-secondary .search-field,
  .search-secondary .search-btn {
    height: 20px;
  }

  .search-secondary .search-btn {
    width: 20px;
  }

  .search-secondary .search-btn .ico-magnifying-glass {
    width: 10px;
    height: 10px;
    margin-top: -3px;
  }

  .search-secondary .btn {
    margin: 0;
  }
}

/* ------------------------------------------------------------ *\
    Section Browse
\* ------------------------------------------------------------ */

.section-browse h3 {
  text-transform: uppercase;
  margin: 0;
}

.section-browse .section-body {
  padding: 60px 0 58px;
  background: #ffce09;
}

.section-browse .section-content {
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.8);
}

.section-browse .section-content h2 {
  margin: 0 0 15px;
}

.section-browse .section-foot {
  padding: 33px 0 37px;
}

.section-browse .section-foot .row {
  margin: 0 -35px;
}

.section-browse .section-foot .col-sm-6 {
  padding: 0 35px;
}

.section-browse .section-foot .container-fluid {
  max-width: 1005px;
}

.section-browse .section-head {
  position: relative;
  padding: 32px 0 26px;
  text-align: center;
}

.section-browse .section-head:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -31px;
  border-width: 34px 31px 0 31px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* Mobile */

@media (max-width: 767px) {
  .section-browse h3 {
    font-size: 12px;
  }

  .section-browse .section-body {
    padding: 23px 0 0;
  }

  .section-browse .section-content {
    padding: 11px 8px 16px;
  }

  .section-browse .section-content h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .section-browse .section-foot {
    padding: 20px 0 17px;
  }

  .section-browse .section-foot .col-sm-6 + .col-sm-6 {
    margin-top: 14px;
  }

  .section-browse .section-head {
    padding: 17px 0 10px;
  }

  .section-browse .section-head:after {
    margin-left: -10px;
    border-width: 11px 10px 0 10px;
  }
}

/* ------------------------------------------------------------ *\
    Section-info
\* ------------------------------------------------------------ */

.section-info {
  position: relative;
  overflow: hidden;
}

.section-info > .container-fluid {
  position: relative;
  min-height: 520px;
}

.section-info .section-image {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 5;
}

.section-info .section-content {
  padding: 123px 0 220px;
  max-width: 510px;
  font-size: 20px;
  line-height: 1.2;
}

.section-info h1 {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.section-info .search {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
}

.section-info .section-inner {
  position: absolute;
  top: 158px;
  left: 0;
  right: 0;
  background: #ffce09;
  font-size: 30px;
  padding: 56px 0 30px;
}

.section-info .section-inner h1 {
  padding: 0;
  margin: 0;
}

.section-info-alt .section-content {
  color: #fff;
  max-width: 360px;
}

.section-info-alt .hint {
  position: absolute;
  bottom: 187px;
  left: 15px;
}

.section-info-alt .search {
  bottom: 0;
}

/* Small Desktop */

@media (max-width: 1200px) {
  .section-info .section-image {
    right: -190px;
  }
}

/* Tablet Portrait */

@media (max-width: 992px) {
  .section-info .section-image {
    right: -190px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .section-info > .container-fluid {
    min-height: 430px;
  }

  .section-info .section-content {
    position: absolute;
    bottom: 85px;
    left: 15px;
    right: 15px;
    z-index: 6;
    padding: 0;
    font-size: 12px;
  }

  .section-info h1 {
    font-size: 17px;
    padding: 0;
  }

  .section-info .section-image {
    left: 0;
    right: 0;
    bottom: 88px;
    text-align: center;
  }

  .section-info .section-image img {
    max-width: 394px;
  }

  .section-info .search {
    bottom: 0;
    height: 88px;
  }

  .section-info .section-inner {
    top: auto;
    bottom: 0;
    padding: 0;
    height: 88px;
    font-size: 14px;
    padding-top: 30px;
  }

  .section-info .section-inner h1 {
    padding-bottom: 3px;
  }

  .section-info-alt {
    background-position: 70% center;
  }

  .section-info-alt .section-content {
    bottom: auto;
    top: 50%;
    margin-top: -23px;
    max-width: 220px;
    transform: translateY(-50%);
  }

  .section-info-alt .hint {
    position: static;
    padding-top: 10px;
  }
}

/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */

.socials {
  position: relative;
  padding: 20px 0 47px;
  margin-bottom: 21px;
  font-size: 28px;
  color: #000;
  text-align: center;
}

.socials:before,
.socials:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 142px;
  bottom: 0;
  border: 5px solid #fff;
}

.socials:before {
  left: 0;
  border-right: 0;
}

.socials:after {
  right: 0;
  border-left: 0;
}

.socials ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.socials li + li {
  margin-left: 23px;
}

.socials a {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  color: inherit;
  text-align: center;
  background: #fff;
  transition: color .3s;
}

.socials a:hover {
  color: #ffce09;
}

.socials .zmdi-linkedin {
  font-size: 25px;
}

.socials .zmdi-google-plus {
  font-size: 30px;
}

/* Mobile */

@media (max-width: 767px) {
  .socials {
    padding: 10px 0 22px;
    margin-bottom: 8px;
    font-size: 36px;
  }

  .socials a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .socials .zmdi-linkedin {
    font-size: 32px;
  }

  .socials .zmdi-google-plus {
    font-size: 39px;
  }

  .socials:before,
  .socials:after {
    width: 23px;
    height: 109px;
    border-width: 3px;
  }
}

/* ------------------------------------------------------------ *\
    Sort
\* ------------------------------------------------------------ */

.sort {
  font-size: 13px;
}

.sort .sort-label {
  float: left;
}

.sort .sort-inner {
  float: right;
}

.sort .sort-inner a + a {
  margin-left: 10px;
}

.sort ul {
  list-style: none outside none;
}

.sort li {
  float: left;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: -6px;
  margin-right: 5px;
}

.sort li + li {
  margin-left: 5px;
}

.sort strong {
  white-space: nowrap;
  cursor: pointer;
}

.sort strong:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border-width: 3px;
  border-style: solid;
  border-color: #000 transparent transparent;
  margin-left: 2px;
}

.sort ul ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100px;
  background: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: opacity .3s, visibility .3s;
}

.sort ul ul li {
  float: none;
  padding: 5px;
  margin: 0;
}

.sort ul ul li + li:before {
  display: none;
}

.sort ul ul a {
  color: #000;
}

.sort li:hover ul {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------ *\
    Tab
\* ------------------------------------------------------------ */

.tabs-primary {
  margin-bottom: 20px;
}

.tabs-primary .nav-tabs {
  border: 0 !;
  margin-bottom: 10px;
}

.tabs-primary .nav-tabs > li ~ li {
  margin-left: 36px;
}

.tabs-primary .nav-tabs > li > a {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  color: #ffce09;
  margin: 0;
  padding: 0;
}

.tabs-primary .nav-tabs > li > a i {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 3px;
  font-size: 24px;
  position: relative;
  top: 1px;
}

.tabs-primary .nav-tabs > li.active > a i {
  transform: rotate(180deg);
  top: 3px;
}

.tabs-primary .nav-tabs > li.active > a,
.tabs-primary .nav-tabs > li.active > a:focus,
.tabs-primary .nav-tabs > li.active > a:hover {
  border: 0;
  background-color: transparent;
  color: #ffce09;
}

.tabs-primary .tab-pane {
  background-color: #f0ede9;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}

.tabs-primary .tab-pane#tab-filter:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 8px 11px;
  border-color: transparent transparent #f0ede9 transparent;
  position: absolute;
  left: 18px;
  top: -8px;
}

.tabs-primary .tab-pane#tab-range:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 8px 11px;
  border-color: transparent transparent #f0ede9 transparent;
  position: absolute;
  left: 25%;
  top: -8px;
}

/* Mobile */

@media (max-width: 767px) {
  .tabs-primary {
    position: relative;
  }

  .tabs-primary .nav-tabs {
    display: none;
  }

  .tabs-primary .tabs-link {
    padding: 10px 24px;
    background-color: #f0ede9;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px !important;
    color: #ffce09;
    text-decoration: none;
  }

  .tabs-primary .tab-pane {
    margin-bottom: 10px;
  }

  .tabs-primary .tabs-link.active {
    margin-bottom: 0;
  }

  .tabs-primary .form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tabs-primary .form-actions .btn {
    height: 40px;
    padding: 9px 30px;
    font-size: 14px;
    min-width: 120px;
  }

  .tabs-primary .form-actions .btn-link {
    min-width: 0;
    padding: 11px 0;
  }
}

/* ------------------------------------------------------------ *\
    Table
\* ------------------------------------------------------------ */

.table {
  background-color: #fff;
}

.table > thead > tr > th i {
  margin-left: 5px;
  position: relative;
  top: 1px;
  opacity: 0;
  transition: opacity .4s ease;
}

.table > thead > tr > th.sorted {
  font-weight: bold;
}

.table > thead > tr > th.sorted i {
  opacity: 1;
}

.table > thead > tr > th.sorted a:focus {
  text-decoration: none;
  color: #000;
}

.table > thead > tr > th .checkbox {
  position: relative;
  top: -7px;
}

.table > tbody > tr > td {
  vertical-align: middle;
  height: 60px;
  font-size: 14px;
  color: #555;
  padding: 8px;
}

.table--contributions > tbody > tr > td {
  padding: 8px;
}

.table--contributions > tbody > tr > td p {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.table > tbody > tr > td a:hover {
  text-decoration: none;
}

.table-primary > tbody > tr > td a.bundleLink {
  display: inline-block;
  position: relative;
  color: #337ab7;
}

.table-primary > tbody > tr > td a.link-dropdown {
  display: block;
  position: relative;
}

.table-primary > tbody > tr > td a:hover span {
  display: inline-block;
  position: relative;
}

.table-primary > tbody > tr > td a i:not(.fa-file-pdf-o) {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) rotateX(180deg);
  margin-right: 20px;
  font-size: 18px;
}

.table-primary > tbody > tr > td a i.fa-paperclip {
  top: auto !important;
}

.table-primary .checkbox {
  position: relative;
  margin: 0;
}

.table-primary .checkbox input {
  width: 20px;
  height: 20px;
  margin: -2px 0 0 0 !important;
  z-index: 20;
  opacity: 0;
  cursor: pointer;
}

.checkbox label.checkbox-label-gray {
  display: block;
  position: relative;
  padding-left: 28px !important;
}

.table-primary .checkbox label:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 18px;
  width: 20px;
  height: 20px;
  border: 1px solid #c4c0b9;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

/* Mobile */

@media (max-width: 767px) {
  .table-primary > tbody > tr > td {
    font-size: 14px;
    line-height: 1;
    position: relative;
  }

  .table-primary > tbody > tr > td a i:not(.fa-file-pdf-o) {
    margin-right: 15px;
    color: #e87600;
  }

  .table-primary > tbody > tr > td a.add {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
  }

  .table-primary > tbody > tr > td a.add i {
    transform: rotateX(0);
  }
}

/* ------------------------------------------------------------ *\
    Table Info
\* ------------------------------------------------------------ */

.table-info {
  padding-top: 9px;
  margin-bottom: 25px;
  font-size: 12px;
  color: #52555a;
}

.table-info em {
  display: block;
  margin-bottom: 6px;
  font-style: italic;
  color: #555;
  text-align: center;
}

.table-info thead {
  background: #faf9f7;
}

.table-info th {
  color: #e87600;
}

.table-info td,
.table-info th {
  height: 30px;
  padding: 2px 16px 0;
  border: 1px solid #dde1e2;
  vertical-align: middle;
}

/* Mobile */

@media (max-width: 767px) {
  .table-info {
    font-size: 10px;
  }

  .table-info td,
  .table-info th {
    padding: 2px 5px 0;
  }
}

/* ------------------------------------------------------------ *\
    Widget
\* ------------------------------------------------------------ */

.widgets {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.widget ul {
  list-style: none outside none;
  padding: 0;
}

.widget .list-links {
  position: relative;
  overflow: hidden;
}

.widget .list-links li {
  position: relative;
}

.widget .list-links li + li {
  margin-top: 0;
}

.widget .list-links > li > .inner > a {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
}

.widget .list-links > li li:last-child {
  border: none;
}

.widget .list-links a {
  color: #fff;
  text-decoration: none;
  padding: 10px 50px 10px 20px;
  display: block;
  min-height: 40px;
  transition: color .3s, background .3s;
}

.widget .list-links a:hover {
  color: #ffce09;
}

.widget .list-links a.current {
  font-weight: bold !important;
}

.widget .list-links ul {
  display: none;
}

.widget .list-links .visible {
  display: block;
}

.widget .list-links ul a {
  text-decoration: none;
  color: #666;
  padding: 8px 0 2px 30px;
  font-size: 13px;
  min-height: 30px;
}

.widget .list-links > li > .inner > a:hover {
  border-radius: 5px;
  background-color: rgba(56,135,246,0.05);
  color: #3887F6;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.widget .list-links ul ul a {
  padding-left: 50px;
}

.widget .list-links ul ul ul a {
  padding-left: 65px;
  padding-right: 5px !important;
}

.widget .list-links ul .link-remove:hover,
.widget .list-links ul .dd-trigger:hover {
  background: none;
}

.widget .list-links li:hover a {
  z-index: 3;
}

.widget .list-links .dd-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 6px 24px 10px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  transition: transform .3s;
}

.widget .list-links ul .dd-trigger {
  padding: 0px 24px 2px;
  min-height: 30px;
}

.widget .list-links .isOpen > .dd-trigger {
  transform: rotate(90deg);
}

.widget .custom-checkbox {
  padding: 5px 0 5px 20px;
}

.widget .custom-checkbox .checkbox-label {
  font-size: 13px;
  padding-left: 18px;
}

/* Mobile */

@media (max-width: 767px) {
  .widget .list-links ul,
  .widget .list-links li {
    border: none;
  }

  .widget .list-links .dd-trigger:hover,
  .widget .list-links .dd-trigger {
    color: #000;
  }

  .widget .list-links > li > .inner {
    border-bottom: 1px solid #ccc;
  }

  .widget .list-links > .isOpen > .inner {
    border-color: #939598;
  }

  .widget .list-links a {
    padding: 14px 30px 14px 0;
    font-size: 14px;
  }

  .widget .list-links > li > .inner > a {
    font-size: 14px;
  }

  .widget .custom-checkbox {
    padding: 7px 0;
  }

  .widget .custom-checkbox .checkbox-label {
    padding-left: 17px;
  }

  .widget .list-links ul a {
    padding-left: 20px;
  }

  .widget .list-links ul ul a {
    padding-left: 40px;
  }

  .widget .list-links ul ul ul a {
    padding-left: 60px;
  }
}

/* ------------------------------------------------------------ *\
    Widget primary
\* ------------------------------------------------------------ */

.widget-primary .widget-head a:hover {
  color: #000;
  cursor: pointer !important;
}

.widget-primary .widget-head a + a,
.widget-primary .widget-head div + a {
  margin-left: 12px;
}

.widget-primary .widget-head-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 28px;
}

.widget-primary .widget-head-actions > div {
  display: flex;
  align-items: center;
}

.widget-primary .widget-head-actions a {
  border-radius: 2.5px;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  padding: 5px;
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.widget-primary .widget-head-actions a:hover {
  text-decoration: none;
  background-color: #C0C1C8;
}

.widget-primary .widget-head-actions a span {
  color: #616D8D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.widget-primary .widget-head-actions-inner {
  float: right;
}


.widget-primary .widget-body {
  width: 266px;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .widget-primary .widget-body {
    margin-bottom: 100px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .widget-primary {
    background: #e6e7e8;
  }

  .widget-primary .widget-head {
    background: #e6e7e8;
    color: #000;
    overflow: hidden;
    padding: 16px 15px 10px;
  }

  .widget-primary .widget-head-actions {
    margin: -2px 0 0;
    padding: 0;
    float: right;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }

  .widget-primary .widget-head-actions a {
    color: #000;
    font-size: 14px;
  }

  .widget-primary .widget-title {
    float: left;
    font-weight: normal;
    font-size: 14px;
    width: 80%;
  }

  .widget-primary .widget-title i {
    margin-left: 5px;
    transition: transform .3s;
  }

  .widget-primary .widget-body {
    width: 100%;
    padding: 0 15px;
    border-top: 1px solid #bec0c2;
    display: none;
  }
}

/* ------------------------------------------------------------ *\
    Widget secondary
\* ------------------------------------------------------------ */

.widget-secondary {
  border-top: 1px solid #ccc;
  padding: 8px 7px;
}

.widget-secondary h4 {
  margin-bottom: 13px;
}

/* Small Desktop */

@media (max-width: 1200px) {
  .widget-secondary {
    padding: 8px 0;
  }
}

/* ------------------------------------------------------------ *\
    Widget poll
\* ------------------------------------------------------------ */

.widget-poll {
  font-size: 13px;
  color: #666;
  padding: 22px 0 14px;
}

.widget-poll p {
  margin: 0;
}

.widget-poll .widget-actions {
  padding: 22px 0;
  text-align: center;
}

.widget-poll .widget-actions .btn {
  margin: 0 10px;
}

/* Small Desktop */

@media (max-width: 1200px) {
  .widget-poll .widget-actions .btn {
    margin: 0 5px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .widget-poll {
    text-align: center;
    font-size: 11px;
  }
}

/* ------------------------------------------------------------ *\
    IV.  Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Magnific
\* ------------------------------------------------------------ */

.mfp-container {
  padding-left: 15px;
  padding-right: 15px;
}

.mfp-content {
  margin-top: 90px;
}

#topbar, #advanced {
  display: none;
}

.nav-dropdown {
  display: none;
  z-index: 1050;
  position: absolute;
  min-width: 190px;
  right: 0px;
}

.nav-dropdown.user {
  top: 30px;
}

.nav-dropdown.lang {
  min-width: 130px !important;
  right: -30px;
}

.has-dropdown {
  position: relative;
  padding-bottom: 20px;
  top: 10px;
}

.has-dropdown:hover, .has-dropdown:focus-within {
  .nav-dropdown {
    display: block;
  }
}

.nav-dropdown ul:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 2px;
  border-right: 0;
  border-bottom: 0;
}

.dropdown.pdf ul:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #f0ede9;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  right: 108px;
  top: 2px;
  border-right: 0;
  border-bottom: 0;
}

.dropdown.mydocs ul:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #f0ede9;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  right: 35px;
  top: 2px;
  border-right: 0;
  border-bottom: 0;
}

.dropdown.attachments ul:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #f0ede9;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  right: 42px;
  top: 2px;
  border-right: 0;
  border-bottom: 0;
}

.dropdown.watch-control ul:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #f0ede9;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 2px;
  border-right: 0;
  border-bottom: 0;
}

/* ------------------------------------------------------------ *\
    Dropdown
\* ------------------------------------------------------------ */
.ann-dropdown {
  margin-left: -8px;
  margin-top: -15px;
  left: auto;
}

.ann-dropdown {
  width: 147px;
  position: absolute; /*left: 100%;*/ /*top: 50%;*/
  transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  background-color: #f0ede9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4); /*margin-left: 12px; */
}

.ann-dropdown:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 11px 0;
  border-color: transparent #f0ede9 transparent transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -11px;
}

.ann-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.ann-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.ann-dropdown ul a {
  word-break: break-all;
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #5c5c5c;
  padding: 7px 0;
}

.ann-dropdown ul a:hover {
  color: #337ab7;
}

.ann-dropdown ul a i {
  font-size: 14px;
  margin-right: 5px;
}

/* Mobile */

@media (max-width: 767px) {

  .ann-dropdown {
    left: 0;
    margin-top: 7px;
    transform: translateY(0);
  }

  .ann-dropdown:before {
    display: none;
  }

  .ann-dropdown:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 16px;
    border-width: 0 11px 9px 11px;
    border-style: solid;
    border-color: transparent transparent #f0ede9 transparent;
  }
}

.nav-dropdown ul {
  display: block;
  padding: 10px 10px 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.nav-dropdown li, .dropdown li {
  display: block;
  padding: 5px 0px;
  text-align: left;
}

.nav-dropdown li + li, .dropdown li + li {
  margin-left: 0px;
}

.nav-dropdown a, .dropdown a {
  color: #000;
}

a.dropdown-item {
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  margin: 5px 0;
  align-items: center;
}


a.dropdown-item.disabled:hover {
  background-color: transparent !important;
  color: #757575 !important;
  box-shadow: none;
  border: none;
  cursor: default;
  pointer-events: none;
}

a.dropdown-item.disabled i {
  margin-left: 10px;
}

.nav-dropdown a:hover, .dropdown a:hover {
  color: #337ab7;
  text-decoration: underline;
}

#langDropdown {
  border: 0px;
  background-color: transparent;
  width: 100% !important;
}

.has-dropdown .user, #langDropdown {
  text-transform: uppercase;
}

/* ------------------------------------------------------------ *\
    V.   Shitcoder's additional cruft
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Obliviously unstructured pile of wild-west below.
\* ------------------------------------------------------------ */

.watch {
  color: #000;
  font-size: 14px;
  margin: 0px;
  background-color: #f2f2f2;
  padding: 2px 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
}

.unwatch {
  color: #000;
  font-size: 14px;
  margin: 0px;
  background-color: #ffce09;
  padding: 2px 5px;
  border: 1px solid #ffce09;
  border-radius: 2px;
}

.watch:hover, .unwatch:hover {
  cursor: pointer;
}


.dropdown.watch-control {
  right: 0px;
}

.dropdown.active {
  display: block;
}

a.disabled {
  color: #999;
}

.first, .previous, .next, .last {
  font-weight: 600;
}

.previous:hover, .next:hover {
  text-decoration: none;
}


/*------------------AutoComplete Suggestions Text-------------------*/
.ui-widget {
  font-family: inherit;
  font-size: 16px;
}

.ui-autocomplete {
  cursor: default;
  position: absolute;
  max-height: 400px;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #fff !important;
  display: inline-block;
  border: 2px solid lightgray;
  box-shadow: 2px 2px 20px lightgray;
  z-index: 10;
  text-decoration: none;
}

.ui-menu {
  padding: 10px !important;
}

.ui-autocomplete li.ui-menu-item {
  padding: 5px;
}

.ui-widget.ui-widget-content {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.27);
  border: 0;
}

/*------Suggested Focus Item--------*/
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-color: rgba(56,135,246,0.05) !important;
  color: #3887F6 !important;
  border-color: rgba(56,135,246,0.05);
}
/*ui widget - style fixes*/
.ui-dialog .ui-widget .ui-widget-content {
  height: 200px;
  width: 400px;
  max-width: 630px;
  left: 50% !important;
  top: 10%!important;
  transform: translateX(-50%);
  padding: 0;
  position: fixed;
  background: #ffffff;
  color: #303030;
  letter-spacing: 0;
  box-shadow: 0 10px 20px rgb(1 1 1 / 20%);
  font-family: Roboto;
  border-radius: 0.5em;
  .ui-widget-header {
    display: none;
  }
  .ui-dialog-content {
    padding: 25px 20px 16px 21px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 28px;
  }
  .ui-dialog-buttonpane {
    border-radius: 0px 0px 0.5em 0.5em;
    .ui-dialog-buttonset {
      justify-content: center;
      display: flex;
      float: none;
    }
    .ui-dialog-buttonset > button:first-child {
      min-width: 114px;
      padding: 11px 30px;
      border: 0;
      border-radius: 5px;
      transition: background-color .4s ease;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      height: 40px;
      background-color: #FDC900;
      font-family: "Roboto";
    }
    .ui-dialog-buttonset > button:last-child {
      height: 40px;
      border: 1px solid #EBEFF2;
      border-radius: 5px;
      background-color: #FFFFFF;
      color: #333A48;
      font-family: "Roboto";
      font-size: 15px;
      letter-spacing: 0;
      line-height: 18px;
      padding: 11px 25px;
      margin-left: 20px;
    }
  }
}
.ui-dialog.ui-widget + .ui-widget-overlay {
  z-index: 100;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  background: rgba(1, 1, 1, 0.3);
  position: fixed;
  opacity: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

/*  Select  */
.fs-dropdown {
  margin: 0;
}

.fs-dropdown-selected {
  height: 46px;
  line-height: 46px;
  border: 2px solid #dad9d9;
  border-radius: 5px;
  font-size: 14px;
  color: #5c5c5c;
  padding: 0 30px 0 8px;
}

.fs-dropdown-selected:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #555555 transparent transparent transparent;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
}

.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
  box-shadow: none;
  border-radius: 5px;
}

.fs-dropdown-options {
  margin-top: -5px;
  padding-top: 5px;
  border-color: #b0afae;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  border-radius: 0 0 3px 3px;
  max-height: 135px;
  overflow: hidden;
}

.fs-dropdown-item {
  border: 0;
  height: auto;
  line-height: 1.2;
  font-size: 14px;
  color: #5c5c5c;
  padding: 5px 11px;
}

.fs-dropdown-item:hover {
  background-color: #ffce09;
  color: #000;
}

.fs-dropdown-item:first-child {
  margin-top: 10px;
}

.fs-dropdown-item:last-child {
  margin-bottom: 5px;
}

.fs-dropdown-item_selected {
  background-color: transparent;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 135px;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  width: 10px;
  border: 0;
  background-color: #ccc;
  opacity: 0;
  transition: opacity .4s ease;
}

.fs-dropdown-options.fs-scrollbar:hover .fs-scrollbar-bar {
  opacity: 1;
}


/*------------new-admin-css-------------*/
.main-inner {
  font-family: 'Roboto';
  background-color: #F6F6F6;
  display: flex;
  gap: 0rem;
  margin: 0;
  padding: 0;
  margin-left: 20rem;
}

.main-no-nav-inner {
  margin-right: 20rem;
}

.admin-nav {
  background-color: #FFF;
  box-shadow: 0 3px 4px 0 rgba(97,109,141,0.22);
  overflow-y: scroll;
  left: 0;
  height: calc(100vh - 64px);
  width: 20rem;
  flex: 1 3 18rem;
  padding: 30px 20px;
  position: fixed;
  z-index: 1000;
}

.admin-nav a, .admin-nav span {
  display: flex;
}

.admin-nav a i, .admin-nav span i {
  margin-top: 10px;
  margin-right: 10px;
}

.admin-nav input.filter {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: 1px solid #EDEDF1;
  border-radius: 2.5px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}

.admin-nav .category-content a span, .category-content span {
  font-size: 18px;
  color: #616D8D;
  padding-left: 5px;
  transition: transform .2s;
}

.category-content:not(.DigestConfig):not(.SearchConfig):not(.ManageBundles):not(.SEO) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-nav .category-content ul {
  padding: 0px 0 0 24px;
}

.admin-nav .category-content a {
  color: #757570;
  align-items: center;
  border-radius: 5px;
  width: 100%;
}

.admin-nav .category-content a h5 {
  padding-left: 8px;
  text-transform: capitalize;
}

.admin-nav .category-content a div {
  cursor: pointer;
}

.admin-nav .category-content:not(.DigestConfig):not(.SearchConfig):not(.ManageBundles):not(.SEO):hover {
  background-color: rgba(56, 135, 246, 0.05);
}

.DigestConfig a:hover, .SearchConfig a:hover, .ManageBundles a:hover, .SEO a:hover {
  background-color: rgba(56, 135, 246, 0.05);
  color: #3887F6;
}

.admin-nav .category-content:not(.DigestConfig):not(.SearchConfig):not(.ManageBundles):not(.SEO):hover a,
.admin-nav .category-content:not(.DigestConfig):not(.SearchConfig):not(.ManageBundles):not(.SEO):hover span {
  color: #3887F6;
}

.admin-nav .activeNav {
  background-color: rgba(56, 135, 246, 0.1);
}

.admin-nav .activeNav a, .admin-nav .activeNav a span {
  text-decoration: none;
}

.admin-nav .category-content a:hover,
.admin-nav .category-content a:hover span {
  color: #3887F6;
  text-decoration: none;
}

.nav-section + .nav-section {
  margin-top: 30px;
}

.admin-content {
  flex-grow: 5;
  margin: 0 auto;
  padding: 0 1rem;
}
.admin-content.with-filters { padding-left: 0; }

.admin-content .select2-container {
  min-width: 145px;
}

@media screen and (max-width: 1440px) {
  .admin-content {
    padding-right: 5px;
  }

  .col-sm-8 {
    width: 72% !important;
  }
}

.admin-content .select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(56,135,246,0.05);
  color: #3887F6;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 2.5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 27%);
  top: 4px;
}

.select2-results__option {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(56,135,246,0.05);
  color: #3887F6;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.admin-nav .admin-title {
  color: #01104B;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 15px;
}

.admin-nav .category-content + .category-content {
  margin-top: 5px;
}

.admin-nav a[aria-expanded="true"] h5 + span {
  transform: rotate(90deg);
}

.admin-content > div h1, .content-title , .admin-content>form .page-title h1{
  margin-top: 30px;
}

.nav a span.material-icons {
  font-size: 16px;
}

.nav a i {
  padding-left: 20px;
}

.admin-content h1, .content-title span {
  color: #1F1F1F;
  font-family: Roboto;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
}

.admin-content .note, .admin-content .note-text {
  font-size: 15px;
}

.admin-content .content-body .search-form {
  padding: 22px 22px 18px 19px;
  border-bottom: 0.5px solid #DBDBDB;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-content .content-body .table {
  margin-bottom: 0;
}

.admin-content .content-body .table tr td p{
  margin-bottom: 0 !important;
}

.admin-content .content-body .table tr td label {
  margin-bottom: 0 !important;
  display: flex;
}

.admin-content .content-body .search-form > div {
  position: relative;
  display: flex;
  align-items: center;
}

.table > thead > tr > th {
  border-bottom: 0;
}

.admin-content .content-body .search-form input:not(.btn-submit):not(.btn-secondary):not(.inputcheckbox):not(#my-active-reviews) {
  height: 40px;
  width: 260px;
  border: 1px solid #f9f9f9;
  border-radius: 2.5px;
  background-color: #f9f9f9;
  padding-left: 35px;
  color: #999999;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.admin-content .btn-submit,
.popup__actions .btn-submit,
.btn-primary,
.section-login .btn-submit {
  min-width: 114px;
  padding: 11px 30px;
  border: 0;
  border-radius: 5px;
  transition: background-color .4s ease;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  background-color: #FDC900;
  font-weight: 500;
  color: #303030;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  border: 1px solid transparent;
  text-transform: capitalize;
  min-width: 114px;
  cursor: pointer;
}

.admin-content .btn-submit:not(:disabled):hover,
.popup__actions .btn-submit:not(:disabled):hover,
.btn-primary:hover,
.section-login .btn-submit:hover {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background-color: #E9B900;
  text-decoration: none !important;
  color: inherit !important;
}

.admin-content .btn-submit:disabled,
.popup__actions .btn-submit:disabled,
.btn-primary:disabled {
  background-color: #e8e8e8;
  color: #9e9f9e !important;
  border: 1px solid #dfdfdf;
  cursor: not-allowed;
}

.admin-content .btn-submit:disabled:hover,
.popup__actions .btn-submit:disabled:hover,
.btn-primary:disabled:hover {
  cursor: not-allowed;
  background-color: #e8e8e8;
  color: #9e9f9e !important;
  border: 1px solid #dfdfdf;
  opacity: 1;
}

.admin-content .btn-secondary,
.popup__actions .btn-secondary {
  min-width: 114px;
  padding: 11px 30px;
  height: 40px;
  border: 1px solid #EBEFF2;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #333A48;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
}

.admin-content .btn-secondary:hover,
.popup__actions .btn-secondary:hover {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background-color: #EDEDED;
  color: #333A48 !important;
  text-decoration: none !important;
}

.admin-content .content-body .search-form .search-btn {
  position: absolute;
  left: 0;
  background: transparent;
  border: 0;
  color: #757575;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  display: flex;
  text-align: center;
}

.admin-content .content-body .search-form .clear-btn {
  display: none;
  position: absolute;
  left: 265px;
  background: transparent;
  border: 0;
  color: #999999;
  font-size: 14px;
}

.admin-content .content-body .search-form .fields .clear-btn {
  left: 230px;
}

.admin-content .content-body .search-form .sort .clear-btn {
  left: 230px;
}

.admin-content .content-body .search-form .bulk-delete {
  border: 0.5px solid #f9f9f9;
  border-radius: 2.5px;
  background-color: #f9f9f9;
  text-transform: capitalize;
  height: 41px;
  color: #303030;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
  font-size: 15px;
}
.admin-content .content-body .search-form .bulk-delete:hover {
  border: 1px solid #DBDBDB;
  border-radius: 2.5px;
  background-color: rgba(0,0,0,0.08);
  text-decoration: none;
}

.admin-content .content-body .search-form .bulk-delete span {
  padding-right: 5px;
  font-size: 24px;
  color: #616D8D;
}

.admin-content .content-body .search-form {
  width: 100%;
}

#admin-nav-search {
  padding: 1px 10px;
}

#admin-nav-search::placeholder {
  color: #949494 !important;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.admin-content .content-body .widget-body > .list-links {
  display: flex;
  max-height: 400px;
  overflow-y: auto;
}

.admin-content .content-body .widget-body > .list-links .has-dd {
  padding-right: 10px;
  flex: 1;
}

.admin-content .content-body .search-field {
  border: 1px solid #D2D2D2;
}

input:not([type="radio"]):focus {
  box-shadow: 0 0 3px 1px #307fe2;
  color: #303030 !important;
  outline:none;
}
/*change default focus*/
button:focus,
a:focus,
select:focus,
textarea:focus,
[role="combobox"]:focus,
[role="button"]:focus,
[role="link"]:focus {
  outline:none;
  box-shadow: 0 0 3px 1px #307fe2;
  border-radius:5px;
}

.admin-content .sidebar-widgets,
.admin-content .role-sidebar {
  width: 100% !important;
}

.admin-content .sidebar {
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 38px 20px 20px 20px;
  font-family: 'Roboto';
}

.widget-primary .widget-title {
  color: #01104B;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}

.with-filters,
.with-filters form {
  display: flex;
  width: 100%;
}

.with-filters {
  box-shadow: 0 3px 4px 0 rgba(97,109,141,0.22);
}

.widget-primary .widget-body {
  width: 100%;
}

.widget .list-links ul .dd-trigger, .widget .list-links .dd-trigger {
  padding: 6px 0px 10px;
  right: 3px;
}

.widget .list-links a {
  padding: 10px 50px 10px 0;
}

.widget .custom-checkbox {
  padding: 5px;
}

.widget .zDocsSideFilterNonHead:hover {
  background-color: rgba(56, 135, 246, 0.05);
}

.widget .filters-clear .material-icons-outlined {
  font-size: 18px;
  color: #757575;
  letter-spacing: 0;
  line-height: 18px;
}

.widget .list-links > li > .inner > a {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.widget .custom-checkbox .checkbox-label {
  color: #757570;
  font-family: 'Roboto';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.custom-checkbox .checkbox-label span {
  border: 1px solid rgba(210, 210, 210, 0.8);
  border-radius: 2px;
}

.custom-checkbox:hover .checkbox-label span {
  border: 1px solid rgba(40, 47, 54, 0.8);
  background-color: transparent;
}

.sidebar {
  border-radius: 0;
  background-color: inherit;
  box-shadow: none;
  padding: 0;
}

.col-sm-2 {
  min-width: 230px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-sm-8 {
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  margin: 0 auto;
}

.col-sm-10 {
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  margin: 0 auto;
}

.isOpen .inner .list-links {
  padding-left: 10px;
}

.navtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.clientName {
  border: 1px solid #F9F9F9;
  border-radius: 5px;
  background-color: #F9F9F9;
  margin-left: 19px;
  padding: 11px 134px 10px 15px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}

.clientName:hover {
  text-decoration: underline;
}

.breadcrumbs .fa-angle-right {
  padding: 0 10px;
  color: #999;
}

.admin-content .sort {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.admin-content .subtitle {
  display: flex;
  color: #999;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.admin-content .subtitle span + span {
  margin-left: 5px;
}

.admin-content .subtitle .totalCount {
  border-left: 1px solid #AFAFAF;
  padding-left: 8px;
  margin-left: 8px;
}

.admin-content .content-body {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 0.5px solid #DBDBDB;
  margin-bottom: 100px;
  box-shadow: 0 3px 8px 0 rgba(97,109,141,0.22);
}

.admin-content .page-title + .content-body,
.admin-content .content-head + .content-body {
  margin-top: 30px;
}

.admin-content .info + .content-body, .page-title + form {
  margin-top: 20px;
}

.admin-content .text-field {
  box-sizing: border-box;
  border: 1px solid #EDEDF1;
  border-radius: 2.5px;
  background-color: #FFFFFF;
}

.admin-content .search-compact .search-field {
  box-sizing: border-box;
  border: 1px solid #EDEDF1;
  border-radius: 2.5px;
  height: 40px;
  background-color: #FFFFFF;
}

.admin-content .input-field, .admin-content .required input {
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #EDEDF1;
  border-radius: 2.5px;
  background-color: #FFFFFF;
}

.admin-content .link-download {
  color: #3887F6;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.admin-content .manual-actions li {
  list-style: none;
}

.admin-content .manual-actions li .btn {
  padding: 0;
}

.admin-content .manual-actions li .link-download {
  color: #616D8D !important;
}

.admin-content .manual-actions li .link-download:hover {
  color: #616D8D !important;
}

.admin-content .content-body th,
.admin-content .content-body th a,
.reindex-status .table th {
  color: #5C6985;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  height: 60px;
  vertical-align: middle;
}

.admin-content .content-body .bundle > div {
  display: flex;
  align-items: center;
}

.admin-content .content-body .bundle .checkbox-box-inner input {
  color: rgba(210, 210, 210, 0.8);
}

.admin-content .content-body table:not(.last-change-details):not(.reindex-table) tbody tr:hover,
.admin-content .content-body table.last-change-details tbody tr:hover,
.admin-content .content-body table:not(.last-change-details) tbody#modTemplates tr:hover {
  background-color: rgba(56, 135, 246, 0.05);
}

.admin-content .content-body table tbody tr:hover .bundle a {
  color: #3887F6;
}

.admin-content .content-body table tr:hover .custom-checkbox .checkbox-label span {
  border: 1px solid rgba(40, 47, 54, 0.8);
  background-color: transparent;
}

.admin-content .content-body table tr th:first-child,
.admin-content .content-body table tr td:first-child {
  padding-left: 20px;
  word-break: break-word;
}

.admin-content .content-body table tr:hover .manual-actions > li > a,
.admin-content .content-body table tr:hover .manual-actions > li > form a,
.admin-content .content-body .manual-actions button,
.admin-content .content-body .manual-actions > span,
.manual-actions .btn-primary {
  text-decoration: none;
  border-radius: 2.5px;
  background-color: #FFFFFF;
}

.admin-content .content-body .manual-actions {
  display: flex;
  align-items: center;
  height: 28px;
  margin: 0;
}

.admin-content .content-body .manual-actions.align-left {
  justify-content: flex-end;
}

.admin-content .content-body ul.manual-actions {
  justify-content: center;
  padding: 0;
}

.admin-content .content-body .manual-actions > li > a,
.admin-content .content-body .manual-actions button,
.manual-actions .btn-primary,
.admin-content .content-body .manual-actions > span,
.admin-content .content-body .manual-actions > li > form a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  border: 1px solid transparent;
  cursor: pointer;
}

.admin-content .content-body .manual-actions .dropdown-menu,
.side-controller .dropdown-menu {
  top: auto;
  left: auto;
  min-width: 272px;
  border-radius: 2.5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.27);
  padding: 8px;
}

.admin-content .content-body .manual-actions .dropdown-menu .link-download {
  padding: 5px;
}

.admin-content .content-body .actions-td .manual-actions {
  justify-content: flex-end;
}

.admin-content .content-body .manual-actions .dropdown-menu .link-download span.material-icons-outlined {
  margin-right: 10px;
}

.admin-content .content-body .manual-actions > li a:empty {
  display: none;
}

.admin-content .content-body .manual-actions > li a:not(.dropdown-item):hover,
.admin-content .content-body .manual-actions> span:hover,
.admin-content .content-body .manual-actions button:hover,
.manual-actions .btn-primary:hover {
  text-decoration: none;
  border-radius: 2.5px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 0.5px solid #DBDBDB;
}

.admin-content .content-body .manual-actions > li a .material-icons-outlined,
.manual-actions .btn-primary .material-icons-outlined {
  color: #616D8D;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.admin-content .content-body .manual-actions > li a:hover .material-icons-outlined,
.manual-actions .btn-primary .material-icons-outlined:hover {
  color: inherit;
}

.admin-content .content-body .manual-actions a .material-icons-outlined + span {
  padding-left: 5px;
}

.admin-content .content-body .manual-actions a .link-download,
.admin-content .content-body .manual-actions .dropdown a.link-download,
.side-controller .dropdown a.link-download {
  color: #303030 !important;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.admin-content .content-body .manual-actions .dropdown a.link-download.disabled,
.admin-content .content-body .manual-actions .dropdown a.link-download.disabled:hover,
.admin-content .content-body .manual-actions .dropdown a.link-download.disabled span,
.admin-content .content-body .manual-actions .dropdown a.link-download.disabled:hover span {
  color: #999 !important;
}

.admin-content .content-body .manual-actions .dropdown a.link-download:hover,
.side-controller .dropdown a.link-download:hover {
  background-color: rgba(56, 135, 246, 0.05);
  color: #3887F6 !important;
  box-shadow: none;
  border: none;
}

.admin-content .content-body .manual-actions .dropdown a.link-download:hover span {
  color: #3887F6 !important;
}

.admin-content .content-body .manual-actions a .link-download:hover {
  text-decoration: none;
}

.admin-content .content-body .btn-actions {
  color: #757575;
  font-family: "Material Icons Outlined";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  background-color: inherit;
  border: 0;
}
/*accessibility*/
.admin-content .content-body .manual-actions .btn-actions:focus {
  box-shadow: 0 0 3px 1px #307FE2;
}
.admin-content .content-body .btn-actions span {
  font-size: 20px;
}

.paging {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  padding: 20px 30px;
  color: #999999;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.pagination {
  margin: 0;
}

.page_count input, .show-filter .select {
  height: 40px;
  width: 60px;
  border: 1px solid #D2D2D2;
  border-radius: 2.5px;
  color: #363636;
  background-color: #FFFFFF;
  padding-left: 10px;
  margin: 0 12px;
}

.paging .page-item,
.paging .current:not(.page-link) {
  border: 1px solid #DBDBDB;
  border-left: none;
  border-radius: 2.5px 0 0 2.5px;
  background-color: #FFFFFF;
  height: 40px;
  width: 40px;
}

.paging .page-item a,
.paging .current:not(.page-link) a {
  height: 40px;
  width: 40px;
  color: #616161;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding-top: 8px;
}

.paging ul:not(.pagination) li span.current:not(.page-link) {
  color: #616161;
  border: none;
}

.paging ul li a .fa {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.paging ul li a {
  color: #616161;
}

.paging ul li a:hover {
  background-color: rgba(56,135,246,0.05) !important;
  color: #3887F6 !important;
}

.pagination > li:first-child {
  border-left: 1px solid #DBDBDB !important;
}

.paging .current:not(.page-link) {
  background-color: rgba(40, 47, 54, 0.8);
}

.paging ul:not(.pagination) li span.current {
  background-color: #fff !important;
}

.paging .current:not(.page-link) a {
  color: #fff;
}

.pagination .page-item a:hover {
  cursor: pointer;
}

.paging .current:not(.page-link) a:hover, .paging .page-item a:hover {
  background-color: transparent;
}

.paging .current:not(.page-link):hover, .paging .page-item:hover {
  background-color: rgba(56, 135, 246, 0.05);
}

.paging .current:not(.page-link):hover a,
.paging .page-item:hover a {
  color: #3887F6;
}

.pagination > li > a, .pagination > li > span {
  background-color: transparent;
  border: none;
}

.admin-content .content-body .lang {
  border: 0.75px solid rgba(20,20,20,0.1);
  border-radius: 2.5px;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.78px;
  line-height: 16px;
  text-align: center;
  height: 26px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-content .welcome-content section:not(.banner) {
  border: 0.5px solid #DBDBDB;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  width: 100%;
}

.admin-content .welcome-content section.banner {
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}

.admin-content .welcome h1 + .welcome-content {
  margin-top: 20px;
}

.admin-content .welcome-content section h2 {
  font-family: "Roboto";
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  margin-top: 0;
  margin-bottom: 0;
  color: #616D8D;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 24px;
  text-transform: uppercase;
  height: 102px;
}

.admin-content .welcome-content section h2 span {
  font-size: 24px;
  text-align: center;
  margin-right: 11px;
  color: #616D8D;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 24px;
}

.admin-content .note-audit {
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 38px 20px 20px 20px;
  font-family: 'Roboto';
  width: 100% !important;
  margin-bottom: 20px;
}

.admin-content .welcome-content section.learn-and-discover .content-links {
  opacity: 0.3;
  pointer-events: none;
}

.admin-content .welcome-content section.learn-and-discover::before {
  content: 'Comming Soon...';
  position: absolute;
  height: 521px;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-content .welcome-content section.learn-and-discover .content-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.admin-content .welcome-content section.learn-and-discover .content-links ul li {
  flex: 0 0 50%;
  max-width: 50%;
  list-style: none;
  border: 0.75px solid rgba(20, 20, 20, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
}

.admin-content .welcome-content section.learn-and-discover .content-links ul li a {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  color: rgba(40, 47, 54, 0.8);
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
  border: 1px solid transparent;
}

.admin-content .welcome-content section.learn-and-discover .content-links ul li a:hover,
.admin-content .welcome-content section.analytics-and-reporting .content-links ul li a:hover {
  text-decoration: none;
  border: 1px solid #3887F6;
  background-color: rgba(56, 135, 246, 0.05);
  color: #307FE2;
}

.admin-content .welcome-content section.learn-and-discover .content-links ul li a span {
  color: #616D8D;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 30px;
  margin-right: 20px;
}

.admin-content .welcome-content section.analytics-and-reporting .content-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px;
}

.admin-content .welcome-content section.analytics-and-reporting .content-links img {
  height: auto;
}

.admin-content .welcome-content section.analytics-and-reporting .content-links ul {
  margin: 0;
  padding: 0;
}

.admin-content .welcome-content section.analytics-and-reporting .content-links ul li {
  border: 0.75px solid rgba(20, 20, 20, 0.1);
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.05);
  list-style: none;
  margin-bottom: 18px;
}

.admin-content .welcome-content section.analytics-and-reporting .content-links ul li a {
  color: rgba(40, 47, 54, 0.8);
  font-family: Roboto;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
  display: flex;
  align-items: center;
  min-width: 600px;
  padding: 29px 35px;
  border: 1px solid transparent;
}

.admin-content .welcome-content section.analytics-and-reporting .content-links ul li a span {
  color: #616D8D;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  margin-right: 35px;
}

.admin-content .welcome-content section.analytics-and-reporting .content-links ul li:hover a,
.admin-content .welcome-content section.analytics-and-reporting .content-links ul li:hover a span,
.admin-content .welcome-content section.learn-and-discover .content-links ul li a:hover span {
  color: #307FE2;
}

.footerContainer {
  margin-left: 20rem;
}

.footer .footerContainer {
  display: flex;
  justify-content: space-around;
  color: #303030;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.footerContainer ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footerContainer ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

.footerContainer ul li p {
  margin-bottom: 0;
}

.footerContainer ul li + li {
  padding-left: 32px;
}

.footerContainer ul li + li::before {
  content: '|';
  display: inline-block;
  position: relative;
  top: 0;
  left: -16px;
  color: #303030;
}

.footer a {
  color: #282F36;
}

.footer img {
  width: 70px;
  margin: -4px 0.5ch;
}

.footer .zDocsPoweredBy {
  max-height: 20px;
}

.footerContainer .footerRight .footerLinks ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer .list-links li + li {
  margin: 0;
}

.list-inline > li {
  padding-right: 10px;
  padding-left: 10px;
}

.elastic.pointer {
  cursor: pointer;
}

.page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title .side-controller {
  display: flex;
  align-items: center;
  position: relative;
}

.page-title .side-controller > a,
.page-title .side-controller > div > a {
  border-radius: 5px;
  background-color: #EBEFF2;
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid transparent;
  text-decoration: none;
  height: 40px;
}

.page-title .side-controller > a, .page-title .side-controller .dropdown-item {
  padding: 8px 11px;
}

.page-title .side-controller > a, .page-title .side-controller .dropdown-item:hover {
  text-decoration: none;
}

.page-title .side-controller > a + a,
.page-title .side-controller > a + div,
.page-title .side-controller div + a,
.page-title .side-controller > div + div.dropdown {
  margin-left: 5px;
}

.page-title .side-controller > a:hover {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background-color: #D8DCDF;
  text-decoration: none;
  cursor: pointer;
}

.page-title .side-controller > a.raw-link {
  color: #1F1F1F;
  transition: color .3s;
  font-weight: 400;
  background: none;
  padding: 0;
  margin-right: 30px;
  height: auto;
  border: none;
}

.page-title .side-controller > a.raw-link:hover {
  border: none;
  color: #666;
}

.page-title .side-controller span {
  color: #616D8D;
  margin-right: 4px;
}

.info .link-wrapper {
  border-radius: 5px;
  background-color: rgba(56,135,246,0.05);
  margin-top: 20px;
  padding: 19px;
  display: flex;
  align-items: center;
}

.info .link-wrapper span.material-icons-outlined {
  color: #616D8D;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 5px;
}

.info .link-wrapper div span {
  color: #757575;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.warning .link-wrapper {
  border-radius: 5px;
  background-color: rgb(251 58 58 / 17%);
  margin: 20px 0;
  padding: 19px;
  display: flex;
  align-items: center;
}

.warning .link-wrapper span.material-icons-outlined {
  color: #bd3636;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  margin-right: 5px;
}

.warning .link-wrapper div span {
  color: #3e3d3d;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.section__foot {
  display: flex;
  border-top: 0.5px solid #DBDBDB;
}

.userDetails .userName {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.userDetails .userEmail {
  color: #5C6985;
  font-family: Roboto;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  margin-top: 4px;
}

.content-body table td button > span {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  color: #616D8D;
}

.admin-content .tab-pane.show {
  opacity: 1 !important;
}

.admin-content .nav-tabs li:not(.digest-tab) {
  border-bottom: none;
}

.admin-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}

.admin-content .nav li:not(.digest-tab) + li:not(.digest-tab),
.admin-content i + li:not(.digest-tab) {
  margin-left: 10px;
}

.nav li.digest-tab + li.digest-tab {
  margin-left: 0;
}

.nav-tabs li:not(.digest-tab) .nav-link:hover::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 3px;
  background: #dee2e6;
  bottom: -2px;
  left: 0;
}

.admin-content .nav-tabs li:not(.digest-tab) button {
  color: #707070;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.admin-content .nav-tabs li:not(.digest-tab) button.active {
  color: #000000;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  background-color: transparent;
  border-color: transparent;
}

.admin-content .nav-tabs li:not(.digest-tab) button.active:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 3px;
  background: #FC9400;
  bottom: -2px;
  left: 0;
}

.admin-content .nav-tabs .digest-tab button {
  float: left;
  border: none;
  background-color: transparent !important;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #0275d8;
}

.admin-content .nav-tabs .digest-tab button.active {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-bottom: 1px solid transparent !important;
}

.admin-content .manage-title {
  color: #5C6985;
  background: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  padding: 30px 20px !important;
  border-bottom: 0.5px solid #DBDBDB;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img {
  max-width: 100%;
}

.admin-content .manage-title + .table th {
  border-top: none;
}

.admin-content .table th {
  text-decoration: none;
}

.table .manual-actions li + li,
.admin-content .content-body .manual-actions a + a {
  padding-left: 6px;
}

.admin-content .last-change-details td {
  padding: 11px 20px;
}

.admin-content .last-change-details td.date {
  color: #5C6985;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 15px;
}

.admin-content .last-change-details td.user-deails {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.admin-content .content-body > form >div > .version-control {
  width: 50%;
}

.version-control a:hover {
  text-decoration: underline;
}

.admin-content .content-body > form >div > .version-control > div,
.admin-content .content-body > .version-control > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background-color: rgba(56,135,246,0.05);
  padding: 17px 19px;
  height: 63px;
}

.admin-content .content-body > .version-control {
  width: 50%;
  margin-bottom: 50px;
}

.admin-content .content-body > .manage-title + div.desc {
  font-family: Roboto;
  font-weight: 500;
}

.admin-content .content-body > form >div > .version-control > div span,
.admin-content .content-body > .version-control > div span {
  color: #757575;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.admin-content .content-body > form >div > .version-control > div a,
.admin-content .content-body > form >div > .version-control > div input,
.admin-content .content-body > .version-control > div a {
  color: #3887F6;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  background-color: transparent;
  border: none;
}

.admin-content .content-body > form >div > .version-control > div input:hover {
  text-decoration: underline;
}

.admin-content .content-body > form >div > .version-control > div + div {
  margin-top: 10px;
}

.admin-content .required:not(.reset):not(.input-subtitle):not(.localization):not(.add_user):not(.companyField):not(.list-tags):not(.input-title):not(.keywords__list),
.localization-upload .upload-container {
  height: 136px;
  width: 100%;
  border: 1px dashed #DBDBE0;
  border-radius: 2px;
  background-color: rgba(255,255,255,0.04);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.required > div {
  text-align: center;
}

.section--contribute .has-comments .editor,
	.section--contribute .has-comments .comments { width: 100%; max-width: 100%; }

.admin-content .required:not(.list-tags):not(.reset) label {
  color: #3887F6;
  font-family: "Roboto";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: normal;
  display: inline-block;
  background: inherit;
  border: none;
  outline: none;
  padding: 0 4px 0 0;
  cursor: pointer;
}

.upload-text {
  color: #5C6985;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
}

.upload-subtext {
  color: #757575;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: normal;
}

.admin-content .inputfile-name {
  height: 136px;
  width: 100%;
  border: 1px dashed #DBDBE0;
  border-radius: 2px;
  background-color: rgba(255,255,255,0.04);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.admin-content .localization + .inputfile-name {
  height: 0px;
  border: 1px dashed transparent;
  padding: 0 30px;
}

.admin-content .required.hidden + .inputfile-name {
  margin-top: 0;
}

.admin-content .inputfile-name span:not(.material-icons-outlined){
  color: #999999;
  font-family: Roboto;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
}

.admin-content .inputfile-name span.close-inputfile{
  cursor: pointer;
  color: #5C6985;
  font-size: 22px;
}

.admin-content .form-content:not(.localization-upload) {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.admin-content .form-content .upload-container{
  width: 50%;
  margin-right: 10px;
  color: #757575;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
/*accesibility*/
.upload-container .required:focus-within .upload-text+label{
  box-shadow: 0 0 3px 1px #307FE2;
  border-radius:3px;
}

.file-icon {
  color: #3887F6;
  font-size: 16px;
}

.admin-content .inputfile-name .file {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.admin-content .inputfile-name .file > div {
  display: flex;
  align-items: center;
}

.admin-content .form-content.localization-upload .upload-container{
  width: 100%
}

.admin-content .content-body > form > div:not(.form-actions),
.admin-content .content-body > div:not(.manage-title):not(.search-form):not(.note):not(.message-container) {
  padding: 20px 20px 0;
}

.admin-content .content-body > div.note {
  padding-left: 20px;
}

.admin-content .content-body > form > div.accordion-panels {
  padding: 0;
  width: auto;
}

.admin-content .content-body .accordion-panel-static h4,
.admin-content .content-body .accordion-panel-static .select select {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 15px;
}

.admin-content .content-body > form > div.form-actions {
  padding: 20px 20px 12px 20px;
}

.admin-content .content-body > form > div.form-actions:last-child {
  border-top: 0.5px solid #DBDBDB;
}

.admin-content .content-body > form > div.sub-form-actions {
  align-items: center;
  justify-content: space-around;
}

.admin-content .content-body > form > div.form-actions .btn-submit{
  color: #303030;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}

.admin-content .content-body > form > div.form-actions .btn-secondary{
  color: #333A48;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  margin-left: 12px;
}

.admin-content .content-body .actions-td {
  text-align: end;
  padding-right: 20px;
}

.admin-content .content-body .cahngelog-label {
  border: 0.75px solid rgba(20,20,20,0.1);
  border-radius: 2.5px;
  background-color: #FFFFFF;
  padding: 3px 20px;
  color: #303030;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.78px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.input-subtitle {
  display: block;
  color: #303030;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 5px;
}

/*Style Toggle button*/
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  height: 24px;
  width: 48px;
  border-radius: 20px;
  background-color: #f1f1f1;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #C0C1C8;
  border: 1px solid #b7b7b7;
  border-radius: 20px;
  transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #00D200;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 24px;
}


input.cmn-toggle-round:focus + label:before {
  box-shadow: 0 0 3px 1px #307FE2;
}

/*accessibility ?*/

div:not(.manage-title) + div.manage-title {
  border-top: 0.5px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px !important;
}

.manage-title .form-actions .link-download, .link-edit, .link-withdraw {
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  align-items: center;
  background-color: #F9F9F9;
}

.manage-title .form-actions .link-download span, .search-form .link-download span {
  color: #616D8D;
  font-family: "Material Icons Outlined";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-right: 5px;
}

.manage-title .form-actions .link-download:hover span {
  text-decoration: none;
}

.manage-title .form-actions {
  display: flex;
  align-items: center;
}

.manage-title .form-actions a + a{
  margin-left: 25px;
}

.form-actions + .input-subtitle {
  margin-top: 35px;
}

.form-actions.toggle .input-subtitle {
  display: inline-block;
}

.form-actions.toggle {
  margin-top: 35px;
}

.widget-primary .widget-body {
  margin-bottom: 0 !important;
}

.widget .list-links ul .dd-trigger, .widget .list-links .dd-trigger {
  padding: 6px 0px 10px;
}

.form-actions ul {
  margin: 0;
}

.form-actions ul li .link-download, .search-form .link-download {
  height: 40px;
  min-width: 128px;
  color: #303030 !important;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 5px;
  display: flex;
  align-items: center;
  background-color: #F9F9F9;
  border-radius: 2.5px;
}

.nav .has-dropdown .link-disable {
  color: #616D8D;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  border: 1px solid transparent;
  height: 40px;
  padding: 5px;
}

.form-actions > ul li .link-download:hover,
.form-actions > *:not(.ck-editor) ul li .link-download:hover,
.search-form .link-download:hover,
.nav .has-dropdown:hover .link-disable {
  border: 1px solid #DBDBDB;
  border-radius: 2.5px;
  background-color: rgba(0,0,0,0.08);
  text-decoration: none;
}

.form-actions > ul li,
.form-actions > *:not(.ck-editor) ul li {
  display: inline-block;
}

.form-actions > ul li + li,
.form-actions > *:not(.ck-editor) ul li + li { margin-left: 15px; }

.form-actions > ul,
.form-actions > *:not(.ck-editor) ul {
  list-style-type: none;
  padding: 0px;
}

.centered {
  text-align: center;
}

label .form-check-input, label .inputcheckbox-activate {
  display: none;
}
  /*accessibility*/
.form-check-input:focus + span, .inputcheckbox-activate:focus + span {
  box-shadow: 0 0 3px 1px #307fe2;
}
.form-check-input + span, .inputcheckbox-activate + span {
  height: 14px;
  width: 14px;
  border: 1px solid rgba(210,210,210,0.8);
  display: inline-block;
  position: relative;
  border-radius: 2px;
  background: #fff;
}

.form-actions.submit {
  border-top: 0.5px solid #DBDBDB;
  padding: 20px 20px 12px 20px !important;
}

[type=checkbox]:checked + span,
.admin-content .content-body table:not(.last-change-details) tbody tr:not(:first-child):hover .form-check-input + span,
.form-check-input + span:hover,
.inputcheckbox-activate + span:hover {
  border: 1px solid #303030;
}

[type=checkbox]:checked + span:before {
  content: '\e5ca';
  color: #303030;
  font-family: 'Material Icons Outlined';
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 14px;
}
[type=checkbox]:disabled + span,
.admin-content .content-body table:not(.last-change-details) tbody tr:not(:first-child):hover [type=checkbox]:disabled + span {
  border: 1px solid rgba(210,210,210,0.8);
}

#roleForm [type=checkbox]:disabled + span {
  display: none;
}

#roleForm [type=checkbox]:disabled:checked + span {
  display: inline-block;
}

[type=checkbox]:disabled:checked + span:before {
  content: '\e5ca';
  color: rgba(210,210,210,0.8);
  font-family: 'Material Icons Outlined';
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 14px;
}

.input-field:read-only, .text-field:read-only {
  border: none;
  padding: 0;
}

.ui-widget.ui-widget-content.ui-tooltip {
  background-color: #303030;
  border-color: #303030;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
}

.add-border-top {
    border-top: 0.5px solid #DBDBDB;
}

.admin-content .localization-upload .required:first-child {
  height: 0;
  border: 1px dashed transparent;
}

.admin-content .localization-upload .required:last-child {
  height: 30px;
  border: 1px dashed transparent;
}

.admin-content .localization-upload .required:last-child label {
  padding: 0 4px 0 0;
  color: #303030;
}

.dropdown-custom i.ico-arrow-down,
.selectric .button:before,
.accordion__head i.ico-arrow-down {
  display: block;
  content: '\e5cf';
  font-family: "Material Icons Outlined";
  font: 20px/38px "Material Icons Outlined";
}

.content-body section.admin-content .edit-form > div {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
}

.content-body section.admin-content > .edit-form > div > div {
  width: 70%;
  flex: 0 0 auto;
  padding-left: 26px;
}

.content-body section.admin-content > .edit-form > div > aside {
  flex: 0 0 30%;
  max-width: 30%;
  border-right: 1px solid #eae7e0;
  padding-right: 25px;
  padding-top: 17px;
}

.content-body section.admin-content > .edit-form > div > aside .zDocsSideFilterHead a {
  display: flex;
  margin-top: 12px;
}

.template_guidelines .dropdown-custom.active {
  margin-bottom: 220px;
}

.template_guidelines .dropdown-custom .material-icons-outlined {
  transition: transform .3s;
}

.template_guidelines .dropdown-custom.active .material-icons-outlined {
  transform: rotate(180deg);
}

.template_guidelines .dropdown-custom .dropdown-custom__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-tags .list-tags__link { display: none; padding: 12px 0 10px 5px; font-weight: 500; font-size: 14px; color: #285AE6 !important; }
.list-tags .list-tags__link i { display: inline-block; vertical-align: baseline; margin-right: 10px; }
.list-tags .zDocsSideFilter {
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  z-index: 99;
}

.list-tags .list-tags__back {
  display: block;
  font-weight: 400;
  pointer-events: none;
  color: #1a1a19;
}
.list-tags .zDocsSideFilter > ul {
  padding: 0;
}

.list-tags .list-tags__back i {
  display: none;
  vertical-align: baseline;
  margin-right: 10px;
}

.content-body .accordion .accordion__section ~ .accordion__section { border-top: 1px solid #ccc; }
.content-body .accordion .accordion__head { padding: 0 10px; cursor: pointer; }
.content-body .accordion .card__title h4 { text-decoration: none; font-size: 16px; font-family: 'Source Sans Pro', sans-serif; font-weight: 600; color: #323e48;  }
.content-body .accordion .card-header i { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); transition: transform .3s;  }
.content-body .accordion a.collapsed i { transform: rotate(275deg); }
.content-body .accordion .card__title { text-decoration: none; }
.content-body .accordion .card-header { position: relative; padding: 17px 10px 16px 25px; }
.content-body .accordion .card-header--secondary { padding: 17px 10px 8px 34px; }
.content-body  .search-xs .search__field { margin-bottom: 6px; }
.content-body .accordion .card-body { padding: 23px 13px 22px 13px; }
.content-body .accordion .card-body--big { padding: 0;  }
.content-body .accordion .card {  border-top: 0; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(0,0,0,.125);  }
.content-body .card-body .accordion--white .card-header { background-color: rgba(0,0,0,0)  }
.content-body .accordion--white { border: none; }
.content-body .accordion .item-bordered { padding: 0 25px; }

.btn-title + .btn-title {
  margin-left: 10px;
}

.content-body .table-actions {
  display: flex;
  align-items: center;
  width: 100%; height: 100%;
  background: transparent;
  padding: 30px 0 16px;
  position: absolute; left: 0; top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
}
.content-body .table-actions.active { opacity: 1; visibility: visible; }
.content-body .table-actions .btn { height: 38px; min-width: 107px; margin-right: 14px; line-height: 40px; }
.content-body .table-actions .selectric { min-width: 227px; }
.content-body .table-actions .selectric .label { height: 36px; line-height: 38px; }

.dropdown-custom { position: relative; }
.dropdown-custom .dropdown-custom__toggle {
  padding: 11px;
  background: #fff;
  border: 1px solid #cbcccb;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #5c5c5c;
}
.dropdown-custom .dropdown-custom__toggle i {
  position: absolute;
  right: 15px;
  top: 25px;
  margin-top: -4px;
  pointer-events: none;
}
.dropdown-custom .dropdown-custom__body {
  display: none;
  width: 100%;
  max-height: 300px;
  background: #fff;
  border: 1px solid #cbcccb;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  overflow: hidden;
}
.dropdown-custom .search .search__field { width: 100%; padding-left: 35px; }
.dropdown-custom .dropdown-custom__list { padding: 15px 0; position: relative; }
.dropdown-custom.active .dropdown-custom__toggle { border-radius: 4px 4px 0 0; }
.dropdown-custom.active .dropdown-custom__body { display: block; }

.fields { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
.fields > div ~ div { margin-left: 17px; }

.select2-container .select2-selection--single,
.select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.page_count input,
.show-filter .select {
  height: 40px;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  border-radius: 2.5px;
  line-height: 40px !important;
  font-size: 14px;
  color: #303030;
  font-family: Roboto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #616D8D transparent transparent transparent;
}

.result-meta, .meta-tags, .meta-dates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.result-meta span.material-icons-outlined,
.meta-tags span.material-icons-outlined {
  font-size: 16px;
  color: #93979A;
}

.result-meta span:not(.material-icons-outlined) + span.material-icons-outlined,
.meta-tags span:not(.material-icons-outlined) + span.material-icons-outlined {
  margin-left: 5px;
}

.result-meta span:not(.material-icons-outlined),
.meta-tags span:not(.material-icons-outlined) {
  color: #303030;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
}

.meta, .content-meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.meta div + div::before, .content-meta div + div::before {
  content: "|";
  color: #C0C1C8;
  position: relative;
  right: 10px;
  opacity: 0.5;
}

.meta div + div, .content-meta div + div::before {
  margin-left: 10px;
  padding-left: 10px;
}

.meta-updated {
  color: #999999;
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: normal;
}

.meta-updated span {
  color: #303030;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-left: 4px;
}

.sort-inner ul li > span {
  color: #949494;
  font-size: 14px;
  margin-right: 12px;
}

.zDocsSideFilterHead a h3 {
  color: #303030;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
}

.zDocsSideFilterHead a .zDocsSideFilterArrow span,
.zDocsSideFilterNonHead span {
  color: #616D8D;
  font-family: "Material Icons Outlined";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  transition: transform .2s;
  cursor: pointer;
}

.zDocsSideFilter .zDocsSideFilterHead > a[aria-expanded=true] .zDocsSideFilterArrow span,
.zDocsSideFilterNonHead .zDocsSideFilterArrow a[aria-expanded=true] span {
  transform: rotate(90deg);
}

.zDocsSideFilterHead a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.zDocsSideFilterNonHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zDocsSideFilterNonHead + ul {
  margin-left: 15px;
  margin-top: 0;
}

.zDocsSideFilterArrow {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.bulk-delete-checkbox:empty {
  padding-left: 28px;
}

.table > tbody > tr > td.lang-bundle {
  padding-left: 40px !important;
}

.btn-grey {
  height: 40px;
  min-width: 128px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 2.5px;
  color: #303030;
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  display: flex;
  align-items: center;
  background-color: #F9F9F9;
}

.btn-grey > span {
  color: #616D8D;
  margin-right: 5px;
}

.scroll-container {
  max-height: 400px;
  overflow: auto;
}


.scroll-container .zDocsSideFiltersInner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scroll-container .zDocsSideFiltersInner > .zDocsSideFilter {
  flex: 0 0 25%;
  max-width: 25%;
}

.dropdown-custom .dropdown-custom__list ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}

  /* ------------------------------------------------------------ *\
	Theme UI Datepicker
\* ------------------------------------------------------------ */
.ui-datepicker { width: 309px; background-color: #fff; padding: 0; border: 1px solid #dedede; border-top: 0 !important; border-radius: 0; }
.ui-datepicker .ui-datepicker-header { background-color: transparent; border: 0; border-top: 1px solid #dedede; padding-bottom: 0; }
.ui-datepicker .ui-datepicker-title { font-weight: 700; font-size: 14px; color: #545454; margin-top: 6px; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 0;
  height: 0;
  border: 0;
  border-style: solid;
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-prev {
  left: 36px;
  top: 21px;
  border-width: 4px 5px 4px 0;
  border-color: transparent #e87800 transparent transparent;
}
.ui-datepicker .ui-datepicker-next {
  right: 44px;
  top: 21px;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e87800;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  background: none;
  text-indent: 0;
  text-align: center;
  font-size: 0;
  text-align: center;
}
.ui-datepicker-calendar { width: 243px !important; table-layout: fixed; margin: 0 30px 30px !important; }
.ui-datepicker-calendar th,
.ui-datepicker-calendar td { width: 35px; border: 1px solid #eaeaea; padding: 0; text-align: center; height: 30px; background: #fff; }
.ui-datepicker-calendar th {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  color: #16a594;
  border-color: #fff !important;
  box-shadow: inset 0 -1px 0 #eaeaea;
  background: none;
}
.ui-datepicker-calendar td.ui-datepicker-week-end { background-color: #fcfcfc !important; }
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span { text-align: center; height: 30px; line-height: 28px; }
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default { border: 0; background-color: transparent; font-weight: 500; font-size: 12px; color: #7b7b7b; }
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar.ui-widget-content .ui-state-active { box-shadow: inset 0 0 0 2px #2aa087; }


.mfp-wrap {
  margin-left: 230px;
  width: calc(100% - 230px);
}

.client-details .env-tag {
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 5px 10px;
  font-family: Roboto;
  margin-left: 16px;
}

.client-details .Development {
  background-color: #01778E;
}
.client-details .Staging {
  background-color: #F7B500;
}
.client-details .Production {
  background-color: #D31111;
}

.page-is-loading {
  width: 2rem;
  height: 2rem;
  /* background: no-repeat url(@{StaticR spinner_salmon_on_white_gif}); */
}
