/* JED Specific imports */
/* >>> JUI >>> */
/* <<< JUI <<< */
/* >>> JUI >>> */
/* <<< JUI <<< */
/* >>> JUI >>> */
/* <<< JUI <<< */
/* >>> JUI >>> */
/* <<< JUI <<< */
/* >>> CUSTOM >>> */
/* <<< CUSTOM <<< */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*@grey-dark: #7a8d8e;*/
.modal,
.sclogout-button,
.body {
  /**
	 * Button groups
	 */
}
.modal .btn.main-download,
.sclogout-button .btn.main-download,
.body .btn.main-download {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal .btn,
.sclogout-button .btn,
.body .btn {
  text-shadow: none;
  background-image: none;
  border: 0;
  border-bottom: 2px solid;
  border-top: 2px solid #ebf0f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #999;
  -moz-box-shadow: 0 0 0 #999;
  box-shadow: 0 0 0 #999;
  min-height: 28px;
  line-height: 28px;
  border-bottom-color: #5d6d6d;
}
.modal .btn-primary,
.sclogout-button .btn-primary,
.body .btn-primary {
  border-top: 2px solid #ff8100;
  border-bottom: 2px solid #ff8100;
  background-color: #ff8100;
}
.modal .btn-primary:hover,
.sclogout-button .btn-primary:hover,
.body .btn-primary:hover {
  border-top: 2px solid #ebf0f1;
  background-color: #ebf0f1;
  border-bottom: 2px solid #ff8100;
  color: #5d6d6d;
}
.modal .btn-success,
.sclogout-button .btn-success,
.body .btn-success {
  background-color: #ebf0f1;
  color: #5d6d6d;
  border-bottom: 2px solid #00a500;
}
.modal .btn-success:hover,
.sclogout-button .btn-success:hover,
.body .btn-success:hover {
  background-color: #00a500;
  border-top: 2px solid #00a500;
  color: #fff;
}
.modal .btn-warning,
.sclogout-button .btn-warning,
.body .btn-warning {
  background-color: #ebf0f1;
  color: #5d6d6d;
  border-bottom: 2px solid #ff8100;
}
.modal .btn-warning:hover,
.sclogout-button .btn-warning:hover,
.body .btn-warning:hover {
  background-color: #ff8100;
  border-top: 2px solid #ff8100;
  color: #fff;
}
.modal .btn-link,
.sclogout-button .btn-link,
.body .btn-link {
  border-top: 0;
  border-bottom: 0;
}
.modal .btn-danger,
.sclogout-button .btn-danger,
.body .btn-danger {
  background-color: #ebf0f1;
  color: #5d6d6d;
  border-bottom: 2px solid #ff2121;
}
.modal .btn-danger:hover,
.sclogout-button .btn-danger:hover,
.body .btn-danger:hover {
  background-color: #ff2121;
  border-top: 2px solid #ff2121;
  color: #fff;
}
.modal .btn-inverse,
.sclogout-button .btn-inverse,
.body .btn-inverse {
  border-color: #fff;
  background-color: #fff;
  color: #0099de;
}
.modal .btn-inverse:hover,
.sclogout-button .btn-inverse:hover,
.body .btn-inverse:hover {
  border-color: #0099de;
  background-color: #0099de;
  color: #fff;
}
.modal .btn-inverse-alt,
.sclogout-button .btn-inverse-alt,
.body .btn-inverse-alt {
  border-color: #ebf0f1;
  background-color: #ebf0f1;
  color: #0099de;
  border: 0;
}
.modal .btn-inverse-alt:hover,
.sclogout-button .btn-inverse-alt:hover,
.body .btn-inverse-alt:hover {
  color: #000;
}
.modal .btn-info,
.sclogout-button .btn-info,
.body .btn-info {
  background-color: #ebf0f1;
  color: #5d6d6d;
  border-bottom: 2px solid #0081bc;
}
.modal .btn-info:hover,
.sclogout-button .btn-info:hover,
.body .btn-info:hover {
  background-color: #0081bc;
  border-top: 2px solid #0081bc;
  color: #fff;
}
.modal .btn-info-alt,
.sclogout-button .btn-info-alt,
.body .btn-info-alt {
  background-color: #0081bc;
  color: #fff;
  border-bottom: 2px solid #0081bc;
}
.modal .form-actions .btn-info-alt,
.sclogout-button .form-actions .btn-info-alt,
.body .form-actions .btn-info-alt {
  border-top: 2px solid #0081bc;
}
.modal .btn-info-alt:hover,
.sclogout-button .btn-info-alt:hover,
.body .btn-info-alt:hover {
  background-color: #fff;
  border-top: 2px solid #fff;
  color: #0081bc;
}
.modal .btn.disabled,
.sclogout-button .btn.disabled,
.body .btn.disabled {
  background-color: #bcc4c8;
  color: #8fa7a8;
  border-color: #bcc4c8;
}
.modal .btn-large,
.sclogout-button .btn-large,
.body .btn-large {
  text-transform: uppercase;
}
.modal .btn-group > .btn:first-child,
.sclogout-button .btn-group > .btn:first-child,
.body .btn-group > .btn:first-child,
.modal .btn-group > .btn:last-child,
.sclogout-button .btn-group > .btn:last-child,
.body .btn-group > .btn:last-child,
.modal .btn-group .dropdown-toggle,
.sclogout-button .btn-group .dropdown-toggle,
.body .btn-group .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal .input-append a,
.sclogout-button .input-append a,
.body .input-append a {
  min-height: 26px;
  padding: 0 12px;
  border: 1px solid #bcc4c8;
  margin: 0;
  height: 26px;
  line-height: 26px;
  border-left: 0;
}
.modal .modal-footer .btn {
  background-color: #5d6d6d;
  color: #fff;
}
.body .nav-tabs {
  border-color: #bcc4c8;
}
.body .nav-tabs > li {
  margin: 5px 1px 0px 1px;
}
.body .nav-tabs > li > a {
  background-color: #ebf0f1;
  color: #0099de;
  border-bottom-color: #ebf0f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 20px;
}
.body .nav-tabs > li a:hover,
.body .nav-tabs > li a:focus {
  border-color: #eeeeee #eeeeee #ebf0f1;
}
.body .nav-tabs > li.active {
  margin-bottom: 1px;
  line-height: 23px;
}
.body .nav-tabs > li.active a {
  display: block;
  height: 23px;
  line-height: 23px;
  border-color: #bcc4c8;
  color: #5d6d6d;
  border-bottom-color: #fff;
  background-color: #fff;
  margin-bottom: -2px;
  border-bottom-width: 2px;
}
.trophies .badge,
.badge.badge-rounded {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-transform: uppercase;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 3px;
  margin: 5px 0;
}
span.badge-com {
  background-color: #00a500;
}
span.badge-mod {
  background-color: #ff4b39;
}
span.badge-plugin {
  background-color: #e20079;
}
span.badge-search {
  background-color: #ff8100;
}
span.badge-ext {
  background-color: #ffc40d;
  color: #333333;
}
span.badge-tool {
  background-color: #eab31d;
}
span.badge-lang {
  background-color: #ff2121;
}
span.badge-25 {
  background-color: #b700ff;
}
span.badge-30 {
  background-color: #eab31d;
}
.fa-check {
  color: #00a500;
}
.fa-times {
  color: #ff2121;
}
.fa-exclamation-circle {
  color: #ff8100;
}
.text-warning {
  color: #ff8100;
}
.text-error {
  color: #ff2121;
}
.text-info {
  color: #0081bc;
}
.text-success {
  color: #00a500;
}
a {
  color: #0099de;
}
.pagination {
  text-align: center;
}
.pagination ul {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.pagination ul > li a {
  border: 0;
  color: #0099de;
}
.pagination ul > li span {
  border: 0;
}
.pagination ul > li.active span {
  background-color: #0099de !important;
  color: #fff;
}
input.search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 9px;
  font-size: 1.4em;
  line-height: 1.4em;
  height: 50px;
  padding: 0 15px;
}
.body .alert h4 {
  color: #c09853;
  margin-bottom: 7px;
}
.control-group.elementCheckbox {
  clear: left;
}
.fabrik-form .control-group input[type="text"],
.fabrik-form .control-group input[type="url"],
.fabrik-form .control-group input[type="url"][class*="span"],
.fabrik-form .control-group input[type="email"],
.fabrik-form .control-group input[type="email"][class*="span"],
.fabrik-form .control-group input[type="number"],
.fabrik-form .control-group input[type="number"][class*="span"],
.fabrik-form .control-group input[type="password"],
.fabrik-form .control-group input[type="password"][class*="span"],
.fabrik-form .control-group input[type="text"][class*="span"],
.fabrik-form .control-group .input-append .add-on:last-child,
.fabrik-form .control-group .input-prepend .add-on {
  min-height: 40px !important;
  height: 40px !important;
  /* line-height: 40px !important; */
  box-sizing: border-box;
}
.fabrik-form .control-group input[type="number"] {
  padding-top: 0;
}
.fabrik-form .control-group .input-prepend .add-on,
.fabrik-form .control-group .input-append .add-on {
  padding-top: 13px;
  min-width: 40px;
  cursor: pointer;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #00a500;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea,
.control-group.error a.chzn-single,
.control-group.error .well {
  border-color: #ff2121;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error .help-inline {
  color: #ff2121;
}
.checkboxes.trophies input {
  margin-top: 11px;
}
fieldset {
  margin-bottom: 15px;
}
h3 a.pull-left {
  margin-top: -9px;
  margin-right: 10px;
}
input.dial {
  width: 0;
  background: transparent;
  border: 0;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  border: 1px solid #86cde9 !important;
}
.search .btn-inverse-alt {
  border: 1px solid #bcc4c8;
  background-color: #ebf0f1;
  color: #bcc4c8;
}
.search .btn-inverse-alt:hover {
  color: #8fa7a8;
}
.chzn-single span {
  width: 77%;
  display: inline-block;
}
textarea {
  resize: vertical;
}
.search-all {
  position: relative;
}
.search-all button {
  position: absolute;
  right: 0;
  top: 6px;
  height: 48px;
  width: 48px;
  text-transform: uppercase;
  font-size: 1.2em;
  padding-left: 10px;
}
input[type="range"] {
  -webkit-appearance: none;
  background-color: #ebf0f1;
  height: 8px;
  width: 145px;
  paddding: 3px;
  border: 1px solid #bcc4c8 !important;
  border-radius: 5px;
  box-shadow: none !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  margin-right: 6px;
}
input[type="range"].disabled {
  border: 1px solid #bcc4c8 !important;
  background-color: #fff;
}
div.error input[type="range"].disabled {
  border: 1px solid #ff2121 !important;
}
input[type="range"].disabled::-webkit-slider-thumb {
  background: #fff;
  border: 1px solid #bcc4c8;
}
input[type="range"]:focus {
  outline-color: transparent;
}
input[type="range"]:hover::-webkit-slider-thumb {
  background: #0099de;
  border: 1px solid #0081bc;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  transition: all 0.2s ease-out;
  width: 20px;
  cursor: pointer;
  height: 20px;
  border-radius: 50%;
  background: #bcc4c8;
  border: 1px solid #8fa7a8;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.form-actions .btn-primary:hover {
  background-color: #333333;
  color: #fff;
  border-top: 2px solid #333333;
}
.fabrik-form .chzn-container-single .chzn-single {
  height: 27px;
  line-height: 27px;
}
.fabrik-form .chzn-container-single .chzn-single > div {
  width: 29px;
}
.fabrik-form .chzn-container-single .chzn-single > div:after {
  margin-left: 10px;
}
.fabrik-form .chzn-container .chzn-choices,
.fabrik-form .chzn-container-active .chzn-choices {
  height: 30px !important;
  line-height: 30px !important;
}
.fabrik-form .chzn-container .chzn-choices li.search-field,
.fabrik-form .chzn-container-active .chzn-choices li.search-field {
  line-height: 25px;
}
.fabrik-form .chzn-container-multi .chzn-choices li.search-choice {
  margin-top: 5px;
}
.fabrik-form .search-query {
  height: 18px;
  line-height: 18px;
  padding: 4px 6px;
  font-size: 13px;
}
#login-form .userdata span.add-on {
  min-width: 40px;
  padding-top: 0;
}
#login-form .userdata span.add-on span.icon-user:before {
  line-height: 37px;
}
#login-form #form-login-password span.add-on {
  padding-top: 9px;
}
/* Orig CSS */
/*
Version: 3.5.0 Timestamp: Mon Jun 16 19:29:44 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  /*  background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') right top no-repeat; */
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  /*  background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat 0 1px; */
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* background: #fff url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat 100% -22px; */
  /*    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
 */
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  /*     background: #fff url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat -37px -22px;
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
 */
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  /*     background: #fff url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2-spinner.gif') no-repeat 100%;
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
 */
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0 8px;
  white-space: nowrap;
  height: 40px !important;
  line-height: 40px !important;
}
.select2-container-multi .select2-choices li.select2-search-field {
  line-height: 33px !important;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2.png') right top no-repeat !important;
}
li.select2-search-choice .select2-search-choice-close {
  background-image: none !important;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/css/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/**
 * Select2 Bootstrap CSS 1.0
 * Compatible with select2 3.4.0 and bootstrap 2.3.1
 * MIT License
 */
.select2-container .select2-choice .select2-arrow {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
  background-color: #fff;
}
.select2-container {
  vertical-align: middle;
}
.select2-container .select2-choice,
.select2-container-multi .select2-choices {
  height: 28px;
  line-height: 29px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice div,
.select2-container.select2-container-disabled .select2-choice div {
  border-left: none;
  background: none;
  filter: none;
}
.control-group.error [class^="select2-choice"] {
  border-color: #B94A48;
}
.select2-container-multi .select2-choices .select2-search-field {
  height: 28px;
  line-height: 27px;
}
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices,
.select2-drop.select2-drop-active {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choices .select2-search-choice {
  display: inline-block;
  padding: 4px 4px 4px 14px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  background: #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.select2-container .select2-choices .select2-search-choice-focus {
  opacity: 0.5;
}
.select2-search-choice-close,
.select2-search-choice-close:hover {
  background: none;
  font: inherit;
  font-size: 15px;
  color: inherit;
  text-decoration: none;
}
.select2-search-choice-close:hover {
  opacity: 0.7;
}
.select2-search-choice-close:after {
  /*   content: "\f00d"; */
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 1px;
  font-size: 12px;
  margin-top: -13px;
  position: absolute;
  top: 14px;
}
.select2-container .select2-choices .select2-search-field .select2-input {
  padding: 0 5px;
}
[class^="input-"] .select2-container {
  font-size: 14px;
}
.input-prepend [class^="select2-choice"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-append [class^="select2-choice"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[class^="input-"] [class^="select2-choice"] > div {
  display: none;
}
[class^="input-"] .select2-offscreen {
  position: absolute;
}
.select2-drop {
  border: 1px solid #ccc;
  border-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/**
 * This stops the quick flash when a native selectbox is shown and
 * then replaced by a select2 input when javascript kicks in. This can be
 * removed if javascript is not present
 */
select.select2 {
  height: 28px;
  visibility: hidden;
}
/** Custom CSS for JED **/
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff;
  background-image: none;
}
.select2-container-active .select2-choice {
  border-color: #86cde9 !important;
  color: red;
}
.select2-container .select2-choice abbr {
  z-index: 99;
  left: 3px;
  top: 13px;
}
.select2-search-choice-close + span b:after {
  border: 2px solid red;
}
.select2-chosen {
  padding-left: 7px;
}
.select2-drop .select2-search {
  padding: 9px;
}
.select2-drop .select2-search input {
  border: 1px solid #cccccc;
  box-shadow: none !important;
  /*  background: url('https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/media/lib_fabrik/css/select2.png') no-repeat 100% -22px; */
}
input.select2-input {
  line-height: 24px;
  height: 26px;
}
input.select2-input:focus {
  border: 1px solid #cccccc;
}
.select2-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  background: #fff !important;
}
.select2-drop .select2-result:hover,
.select2-drop .select2-highlighted {
  background-color: #0099de !important;
  background-image: none !important;
  color: #fff;
}
.select2-drop .select2-result-unselectable:hover {
  background-color: transparent !important;
  color: #000;
}
.select2-drop-active {
  border-color: #86cde9;
}
.select2-container,
.select2-container-active {
  margin-bottom: 9px;
  width: 100%! important;
}
.select2-container .select2-choices,
.select2-container-active .select2-choices {
  background-image: none;
  border-color: #cccccc;
  min-height: 40px !important;
  line-height: 40px !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.select2-container .select2-choices li.search-field,
.select2-container-active .select2-choices li.search-field {
  padding-left: 5px;
  line-height: 35px;
}
.select2-container .select2-choices li.search-field input[type="text"],
.select2-container-active .select2-choices li.search-field input[type="text"] {
  color: #5d6d6d;
}
.select2-container .select2-single-with-deselect abbr,
.select2-container-active .select2-single-with-deselect abbr {
  z-index: 999;
  background-image: none;
  right: 14px;
}
.select2-container .select2-single-with-deselect abbr:after,
.select2-container-active .select2-single-with-deselect abbr:after {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 1px;
  font-size: 12px;
  margin-top: -13px;
  position: absolute;
  top: 14px;
  color: #000;
}
.select2-container .select2-single-with-deselect > div:after,
.select2-container-active .select2-single-with-deselect > div:after {
  -webkit-transition: margin-top 0.5s ease-out;
  -moz-transition: margin-top 0.5s ease-out;
  -o-transition: margin-top 0.5s ease-out;
  transition: margin-top 0.5s ease-out;
  margin-top: 25px;
}
.select2-container .select2-single-with-deselect.select2-default > div:after,
.select2-container-active .select2-single-with-deselect.select2-default > div:after {
  margin-top: 0px;
}
/** Make the sub-category select orange! */
select.higlighted + .select2-container a {
  background: #ff8100 !important;
  color: #fff;
}
select.higlighted + .select2-container a div:after {
  color: #fff;
}
select.higlighted + .select2-container a > div {
  border-left: 0;
  background-color: #cc6700;
}
.select2-container-multi .select2-choices li.select2-search-choice {
  background-color: #0099de;
  color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-image: none;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
  padding: 4px 9px 4px 22px;
}
.select2-container-multi .select2-choices li.select2-search-choice a {
  color: #fff;
  background: none;
}
.select2-container-multi .select2-choices li.select2-search-choice div:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: " \f057";
  position: absolute;
  left: 5px;
}
.select2-container-multi .select2-choices li.select2-search-choice .search-choice-close {
  background: none;
}
.select2-container-active .select2-choices {
  border-color: #86cde9 !important;
}
.select2-container-active.select2-with-drop .select2-single {
  z-index: 12;
  border-bottom: 0;
}
.select2-container-active.select2-with-drop .select2-drop {
  z-index: 11;
  margin-top: -1px;
  border-top: 1px solid #cccccc;
}
/** Set search form dropdown options widths */
.category-options {
  width: 300px !important;
}
.select2-default {
  color: #5d6d6d;
}
.select2-container .select2-choice {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  height: 40px;
  line-height: 40px;
  color: #000;
  border-color: #cccccc;
}
.select2-container .select2-choice > .select2-arrow {
  border-left: 1px solid #cccccc;
  width: 40px;
  background-image: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-choice > .select2-arrow b {
  display: none;
}
.select2-container .select2-choice > .select2-arrow:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  margin-left: 16px;
  color: #000;
}
.select2-container .select2-choice > .select2-arrow:hover {
  background-color: #ff8100;
}
.select2-container .select2-choice > .select2-arrow:hover:after {
  color: #fff;
}
.error .select2-container .select2-choice {
  border-color: #ff2121;
}
/** Tag field - ensure search field is visible when the tags go over 2 lines **/
.select2-container-multi .select2-choices li.select2-search-field {
  padding-top: 3px;
}
.select2-container-multi .select2-choices li.select2-search-field input {
  height: 24px !important;
  min-height: 24px !important;
  line-height: normal;
  padding: 2px;
  margin-left: 1px;
}
.select2-container-multi.select2-container-active .select2-choices li.select2-search-field {
  clear: both;
}
li div.level1 {
  font-weight: bold;
  background-color: #f6f6f6;
  padding: 3px;
}
li.select2-highlighted div.level1,
li.select2-result:hover div.level1 {
  background-color: #0099de !important;
  background-image: none !important;
  color: #fff;
}
body.view-extension.layout-default .body .row-fluid.extension-details > img {
  margin: auto auto;
  display: block;
}
.carousel-container {
  clear: both;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.carousel-container .carousel {
  width: 600px;
  float: left;
}
.carousel-container .awards {
  z-index: 11;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  text-transform: uppercase;
}
.carousel-container .awards span {
  margin: 0;
  background-color: #333333;
  color: #fff;
  padding: 0  0 0 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 20px;
  line-height: 20px;
}
.carousel-container .awards span span {
  padding: 0 5px;
  display: inline-block;
  margin-left: 4px;
}
.carousel-container .awards .label-new span {
  background-color: #ff2121;
}
.carousel-container .awards .label-community_choice span {
  background-color: #0099de;
}
.carousel-container .awards .label-popular span {
  background-color: #00a500;
}
.carousel-container .view {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.carousel-container .view .carousel-control {
  left: 45%;
  font-size: 2.5em;
  position: absolute;
}
.carousel-container .view .carousel-control.bottom {
  bottom: 10px;
  top: inherit;
}
.carousel-container .view .carousel-control.top {
  top: 10px;
}
.carousel-container .carousel-thumbs {
  padding: 0;
  margin: 0;
  list-style: none;
}
.carousel-container .carousel-thumbs img {
  width: 300px;
  height: 100px;
}
.carousel-container .versions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.slider-full-images {
  width: 100%;
  position: relative;
  height: 100%;
}
.slider-full-images .mask {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.slider-full-images .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.slider-full-images .item img {
  width: 100%;
  /* height: 100%; */
  /*makes images not-responsive - leave to auto to rescale on resize*/
}
.slider-full-images .item.active {
  z-index: 1;
}
.slider-full-images .item.active img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.slider:hover span[data-thumb="previous"],
.slider:hover span[data-thumb="next"] {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.slider:hover span[data-thumb="next"] {
  right: 10px;
}
.slider:hover span[data-thumb="previous"] {
  left: 10px;
}
.slider {
  position: relative;
  margin-bottom: 20px;
  background-color: #ebf0f1;
  max-height: 420px;
}
.slider .versions {
  z-index: 11;
  position: absolute;
  right: 10px;
  top: 10px;
}
.slider span[data-thumb="previous"],
.slider span[data-thumb="next"] {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 999;
  color: #0099de;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  cursor: pointer;
  top: 42%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.slider span[data-thumb="previous"].muted,
.slider span[data-thumb="next"].muted {
  color: #8fa7a8;
}
.slider span[data-thumb="next"] {
  right: -10px;
}
.slider span[data-thumb="previous"] {
  left: -10px;
}
.slider span[data-thumb="next"]:hover,
.slider span[data-thumb="previous"]:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.slider .slider-text {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.slider .slider-text > div {
  padding: 10px 10px 10px 20px;
}
.slider .slider-text > div h2 {
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 23px;
  text-overflow: ellipsis;
  width: 525px;
}
.slider .slider-text .more-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 52px;
  padding: 8px 20px;
  text-align: center;
}
.slider .slider-text .more-arrow span {
  color: #fff;
}
/** Set the responsive break point heights for the slide show.
Used to ensure that the video shows its controls. We were getting the largest
Image's height but that could be less than the max height in which case the video
controls were cut off*/
@media (min-width: 1200px) {
  .view-extension .slider {
    height: 420px;
  }
  /** CSS to tidy up the Socring - Right hand side of component details **/
  body.view-extension.layout-default .body #content #extension-scores ul li {
      width: 175px;
  }
  body.view-extension.layout-default .body #content #extension-scores ul li:nth-child(even) {
      margin-right: 0;
  }
}
@media (min-width: 979px) and (max-width: 1199px) {
  .view-extension .slider {
    height: 411px;
  }
}
@media (min-width: 768px) and (max-width: 978px) {
  .view-extension .slider {
    height: 317px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .view-extension .slider {
    height: 282px;
  }
}
@media (max-width: 480px) {
  .view-extension .slider {
    height: 159px;
  }
}
.body h1 {
  position: relative;
  margin-left: 0;
}
.body h1 > span {
  position: absolute;
  left: 0;
  top: -3px;
}
.body h1 small {
  padding-top: 11px;
}
.body .home-banner {
  padding-top: 7px;
}
.arrow-box {
  position: relative;
  background: #f6f6f6;
  transition: all 0.5s ease-out;
}
#search-affix {
  /*position: fixed;*/
  width: 100%;
  z-index: 9;
  transition: all 0.2s ease-out;
}
#search-affix.affix-top .unaffixed {
  display: inherit;
}
#search-affix.affix-top .arrow-box {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/** When search is fixed to top of page */
#search-affix.isfixed {
  top: 85px;
  /*shadow */
}
#search-affix.isfixed .arrow-box {
  background-color: rgba(246, 246, 246, 0.8);
}
#search-affix.isfixed .container {
  padding-bottom: 0;
}
#search-affix.isfixed form {
  margin-bottom: 0;
}
#search-affix.isfixed .arrow-box:before {
  border: 0;
}
#search-affix.isfixed .arrow-box:after {
  border: 0;
}
.arrow-box .container {
  background-color: transparent;
  padding-top: 20px;
}
.arrow-box.above {
  background: #fff;
  z-index: 9;
}
.arrow-box:after,
.arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f6f6f6;
  border-width: 30px;
  margin-left: -30px;
}
.arrow-box.above:after {
  border-top-color: #fff;
}
.arrow-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #bcc4c8;
  border-width: 31px;
  margin-left: -31px;
}
.gradient-border {
  position: absolute;
  width: 100%;
  bottom: -1px;
}
.gradient-border:after {
  content: "";
  height: 1px;
  background: -moz-linear-gradient(left, #FFFFFF 0%, #bcc4c8 50%, #FFFFFF 100%);
  background: -webkit-linear-gradient(left, #FFFFFF 0%, #bcc4c8 50%, #FFFFFF 100%);
  background: linear-gradient(left, #FFFFFF 0%, #bcc4c8 50%, #FFFFFF 100%);
  width: 100%;
  display: block;
}
/** For tablet views set the search fields to 100% width */
@media (min-width: 768px) and (max-width: 979px) {
  .search .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 979px) {
  .search button.btn-primary {
    margin-top: -5px;
  }
}
@media (min-width: 979px) {
  /** Pad the clear search link when on a large display */
  .search small {
    padding-top: 18px;
  }
}
@media (max-width: 768px) {
  .container > div.row-fluid {
    position: relative;
  }
  .container > div.row-fluid div.search {
    margin-top: 268px;
  }
  .container > div.row-fluid div.home-banner {
    position: absolute;
    top: 12px;
  }
}
h1.category-name a.btn {
  min-width: 125px;
}
h1 small {
  padding-left: 3px;
}
.body .categories {
  /* Ensure the headings are the same height if on one or two lines */
}
.body .categories .category {
  height: 100px;
  position: relative;
}
.body .categories .category > a {
  width: 100%;
  height: 75px;
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  color: #fff;
}
.body .categories .category select {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  position: absolute;
  top: -30px;
  z-index: 10;
  transition: all 0.2s ease-out;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  bottom: -30px;
  top: auto;
}
.body .categories .view {
  position: relative;
  height: 75px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #163869;
  color: #fff;
}
.body .categories .padder {
  height: 100px;
}
.body .categories .padder div {
  transition: all 0.2s ease-out;
  transition-delay: 0.1s;
  height: 18px;
  line-height: 18px;
  opacity: 1;
  background-color: #ebf0f1;
  color: #5d6d6d;
  font-size: 0.9em;
  padding-left: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.body .categories .mask {
  position: absolute;
  top: 0;
  transition: all 0.2s ease-out;
  transition-delay: 0.2s;
  height: 75px;
  width: 100%;
}
.body .categories .category:hover select {
  bottom: 0;
  top: auto;
}
.body .categories .category:hover a {
  top: 0;
  height: 48px;
}
.body .categories .category:hover .view {
  background-color: #05162d;
}
.body .categories .category:hover h4,
.body .categories .category:hover span.fa-out {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.body .categories .category:hover span.fa-over {
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  -webkit-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
}
.body .categories .category:hover .padder div {
  bottom: 0;
}
.body .categories h4 {
  color: #fff;
  height: 3.2em;
  padding: 7px 0 0 7px;
  margin: 0;
  transition: all 0.2s ease-out;
  position: absolute;
  width: 96%;
  z-index: 9;
}
.body .categories span.fa-out {
  display: block;
  text-align: right;
  transition: all 0.2s ease-out;
  color: #3577d2;
  padding: 8px;
}
.body .categories span.fa-over {
  transition: all 0.2s ease-out;
  position: absolute;
  left: 38%;
  top: 46%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  padding: 8px;
  top: 8px;
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .body .categories .category .padder div {
    height: 25px;
    line-height: 25px;
  }
  .body .categories .category .fa-3x {
    font-size: 39px;
  }
}
h1.category-name {
  min-height: 36px;
}
h1.category-name span.badge-search {
  background-color: #0081bc;
}
.banneritem {
  float: left;
  margin-left: 30px;
}
.banneritem:first-child {
  margin-left: 0;
}
.span1.toggle-extra-filters a {
  height: 41px;
}
.extension-order .select2-container .select2-choice > .select2-arrow:after {
  content: "\f0dc";
}
.extensions .extension {
  height: 233px;
  position: relative;
}
.extensions .extension .includes {
  text-align: right;
  padding-right: 7px;
  padding-top: 4px;
  transition: all 0.2s ease-in-out;
  background-color: #f6f6f6;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: -38px;
  height: 38px;
}
.extensions .extension .badge {
  margin-top: 2px;
}
.extensions .extension .versions {
  float: left;
  margin-top: -3px;
}
.extensions .extension .padder {
  padding: 7px;
  color: #5d6d6d;
}
.extensions .extension .padder h3 {
  font-size: 1em;
  height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  color: #5d6d6d;
}
.extensions .extension .padder .sub-header {
  height: 20px;
  line-height: 17px;
  overflow: hidden;
  font-size: 0.8em;
}
.extensions .extension .info {
  background-color: #f6f6f6;
  height: 142px;
}
.extensions .extension .info .info-meta {
  padding: 5px;
  border-top: 1px solid #bcc4c8;
  height: 30px;
  line-height: 32px;
  border-bottom: 1px solid #bcc4c8;
}
.extensions .extension .info .info-meta input.dial {
  height: 12px !important;
  margin-top: 6px !important;
  font-size: 11px !important;
  background: transparent !important;
}
.extensions .extension .info .rating-label {
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  padding: 0 6px;
}
.extensions .extension .info .rating {
  position: relative;
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/images/sprites/category-scores.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-top: 3px;
}
.extensions .extension .info .rating .score {
  color: #5d6d6d;
  width: 25px;
  font-size: 9px;
  text-align: center;
  position: absolute;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
}
.extensions .extension .info .rating .score-100 {
  /*font-size: 7px;*/
}
.extensions .extension .info .badge-25 {
  padding-left: 2px;
  padding-right: 4px;
}
.extensions .extension .info .rating div {
  line-height: 36px;
  margin-top: 3px;
  float: left;
}
.extensions .extension .info .num-reviews {
  text-align: right;
  float: right;
}
.extensions .extension .intro-text {
  padding: 7px;
  height: 40px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #f6f6f6;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: -172px;
  top: -132px;
  height: 140px;
  height: 132px;
}
.extensions .extension .intro-text:after {
  content: '...';
  position: absolute;
  right: 10px;
  bottom: 0;
  background-color: #f6f6f6;
}
.extensions .extension .placeholder-image {
  width: 100%;
  height: 172px;
  height: 132px;
  text-align: center;
  line-height: 100px;
  color: #ebf0f1;
  border-bottom: 1px solid #bcc4c8;
}
.extensions .extension .placeholder-image span.fa {
  margin-top: 39px;
}
.extensions .extension > a {
  width: 100%;
  height: 200px;
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.extensions .extension .owner-links {
  z-index: 2;
  right: 5px;
  top: 5px;
  height: 20px;
  position: absolute;
}
.extensions .extension > a.edit-extension {
  width: initial;
}
.extensions .extension > a.extension-ticket {
  height: 20px;
  width: auto;
}
.extensions .extension .extension-pending {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #83807b;
  color: #fff;
  z-index: 3;
  text-align: center;
  height: 41px;
  line-height: 41px;
}
.extensions .view {
  position: relative;
  /* height: 200px; */
  height: 232px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.extensions .mask {
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.1s;
  height: 200px;
  width: 100%;
}
.extensions .extension:hover .mask {
  top: 0;
}
.extensions .extension:hover .intro-text {
  top: 0;
}
.extensions .extension:hover .includes {
  top: 95px;
}
.extensions .row-fluid {
  margin-bottom: 3%;
}
.extensions .popular {
  position: absolute;
  top: 0;
  left: 0;
}
.extensions .mainimage {
  max-width: 100%;
  /* 	height: 100px; */
  /* 	max-height: 166px; */
  /* width: 306px; */
  height: 132px;
  border-bottom: 1px solid #bcc4c8;
}
.extensions .mainimage-container {
  text-align: center;
  height: 172px;
  height: 132px;
  overflow: hidden;
  border-bottom: 1px solid #bcc4c8;
}
.score-100 {
  background-position: -2500px 0px;
}
.score-99 {
  background-position: -2475px 0px;
}
.score-98 {
  background-position: -2450px 0px;
}
.score-97 {
  background-position: -2425px 0px;
}
.score-96 {
  background-position: -2400px 0px;
}
.score-95 {
  background-position: -2375px 0px;
}
.score-94 {
  background-position: -2350px 0px;
}
.score-93 {
  background-position: -2325px 0px;
}
.score-92 {
  background-position: -2300px 0px;
}
.score-91 {
  background-position: -2275px 0px;
}
.score-90 {
  background-position: -2250px 0px;
}
.score-89 {
  background-position: -2225px 0px;
}
.score-88 {
  background-position: -2200px 0px;
}
.score-87 {
  background-position: -2175px 0px;
}
.score-86 {
  background-position: -2150px 0px;
}
.score-85 {
  background-position: -2125px 0px;
}
.score-84 {
  background-position: -2100px 0px;
}
.score-83 {
  background-position: -2075px 0px;
}
.score-82 {
  background-position: -2050px 0px;
}
.score-81 {
  background-position: -2025px 0px;
}
.score-80 {
  background-position: -2000px 0px;
}
.score-79 {
  background-position: -1975px 0px;
}
.score-78 {
  background-position: -1950px 0px;
}
.score-77 {
  background-position: -1925px 0px;
}
.score-76 {
  background-position: -1900px 0px;
}
.score-75 {
  background-position: -1875px 0px;
}
.score-74 {
  background-position: -1850px 0px;
}
.score-73 {
  background-position: -1825px 0px;
}
.score-72 {
  background-position: -1800px 0px;
}
.score-71 {
  background-position: -1775px 0px;
}
.score-70 {
  background-position: -1750px 0px;
}
.score-69 {
  background-position: -1725px 0px;
}
.score-68 {
  background-position: -1700px 0px;
}
.score-67 {
  background-position: -1675px 0px;
}
.score-66 {
  background-position: -1650px 0px;
}
.score-65 {
  background-position: -1625px 0px;
}
.score-64 {
  background-position: -1600px 0px;
}
.score-63 {
  background-position: -1575px 0px;
}
.score-62 {
  background-position: -1550px 0px;
}
.score-61 {
  background-position: -1525px 0px;
}
.score-60 {
  background-position: -1500px 0px;
}
.score-59 {
  background-position: -1475px 0px;
}
.score-58 {
  background-position: -1450px 0px;
}
.score-57 {
  background-position: -1425px 0px;
}
.score-56 {
  background-position: -1400px 0px;
}
.score-55 {
  background-position: -1375px 0px;
}
.score-54 {
  background-position: -1350px 0px;
}
.score-53 {
  background-position: -1325px 0px;
}
.score-52 {
  background-position: -1300px 0px;
}
.score-51 {
  background-position: -1275px 0px;
}
.score-50 {
  background-position: -1250px 0px;
}
.score-49 {
  background-position: -1225px 0px;
}
.score-48 {
  background-position: -1200px 0px;
}
.score-47 {
  background-position: -1175px 0px;
}
.score-46 {
  background-position: -1150px 0px;
}
.score-45 {
  background-position: -1125px 0px;
}
.score-44 {
  background-position: -1100px 0px;
}
.score-43 {
  background-position: -1075px 0px;
}
.score-42 {
  background-position: -1050px 0px;
}
.score-41 {
  background-position: -1025px 0px;
}
.score-40 {
  background-position: -1000px 0px;
}
.score-39 {
  background-position: -975px 0px;
}
.score-38 {
  background-position: -950px 0px;
}
.score-37 {
  background-position: -925px 0px;
}
.score-36 {
  background-position: -900px 0px;
}
.score-35 {
  background-position: -875px 0px;
}
.score-34 {
  background-position: -850px 0px;
}
.score-33 {
  background-position: -825px 0px;
}
.score-32 {
  background-position: -800px 0px;
}
.score-31 {
  background-position: -775px 0px;
}
.score-30 {
  background-position: -750px 0px;
}
.score-29 {
  background-position: -725px 0px;
}
.score-28 {
  background-position: -700px 0px;
}
.score-27 {
  background-position: -675px 0px;
}
.score-26 {
  background-position: -650px 0px;
}
.score-25 {
  background-position: -625px 0px;
}
.score-24 {
  background-position: -600px 0px;
}
.score-23 {
  background-position: -575px 0px;
}
.score-22 {
  background-position: -550px 0px;
}
.score-21 {
  background-position: -525px 0px;
}
.score-20 {
  background-position: -500px 0px;
}
.score-19 {
  background-position: -475px 0px;
}
.score-18 {
  background-position: -450px 0px;
}
.score-17 {
  background-position: -425px 0px;
}
.score-16 {
  background-position: -400px 0px;
}
.score-15 {
  background-position: -375px 0px;
}
.score-14 {
  background-position: -350px 0px;
}
.score-13 {
  background-position: -325px 0px;
}
.score-12 {
  background-position: -300px 0px;
}
.score-11 {
  background-position: -275px 0px;
}
.score-10 {
  background-position: -250px 0px;
}
.score-9 {
  background-position: -225px 0px;
}
.score-8 {
  background-position: -200px 0px;
}
.score-7 {
  background-position: -175px 0px;
}
.score-6 {
  background-position: -150px 0px;
}
.score-5 {
  background-position: -125px 0px;
}
.score-4 {
  background-position: -100px 0px;
}
.score-3 {
  background-position: -75px 0px;
}
.score-2 {
  background-position: -50px 0px;
}
.score-1 {
  background-position: -25px 0px;
}
.score-0 {
  background-position: 0px 0px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .submit-extension {
    height: 60px;
  }
  .submit-extension a {
    float: left;
  }
  .extensions .mainimage {
    height: auto;
  }
}
/* @media (max-width: 768px) {
	.mainimage {
			height: 100%;
		}
}
@media (max-width: 480px) {
	h1 a {
		position: inherit;
	}
	
	.extensions {

		.extension {
			height: 265px;
		}

		.view {
			height: 265px;
		}
		
		.mainimage {
			height: 165px;
		}
	}
	
} */
body.view-extension.layout-default .container.main {
  padding-top: 0;
}
body.view-extension.layout-default .body {
  /** JDEV-482 **/
}
body.view-extension.layout-default .body .core-body p {
  word-wrap: break-word;
}
body.view-extension.layout-default .body .social-container {
  position: relative;
}
body.view-extension.layout-default .body #social-share {
  display: inherit;
  position: absolute;
  top: -280%;
  width: 260px;
}
body.view-extension.layout-default .body #social-share.notshown {
  display: none;
}
body.view-extension.layout-default .body .twitter-share-button {
  width: 100% !important;
}
body.view-extension.layout-default .body a.fav span {
  color: #ff2121;
}
body.view-extension.layout-default .body .link-list {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
body.view-extension.layout-default .body .link-list li {
  margin: 5px 0;
  min-height: 30px;
  line-height: 30px;
}
body.view-extension.layout-default .body .task-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.view-extension.layout-default .body .task-list li {
  padding: 0 5px;
}
body.view-extension.layout-default .body dl dt,
body.view-extension.layout-default .body dl dd {
  display: inline-block;
  width: 50%;
  font-weight: normal;
}
body.view-extension.layout-default .body dl dt {
  width: 43%;
}
body.view-extension.layout-default .body dl dt.requires-reg,
body.view-extension.layout-default .body dl dt.includes {
  margin-top: 20px;
}
body.view-extension.layout-default .body .row-heading {
  height: 60px;
  margin-bottom: 20px;
}
body.view-extension.layout-default .body .row-heading a.btn {
  margin-top: 10px;
}
body.view-extension.layout-default .body .heading .score-overall {
  margin-left: -25px;
}
body.view-extension.layout-default .body .heading h1 {
  margin-left: 75px;
}
body.view-extension.layout-default .body .carousel-thumbs img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
body.view-extension.layout-default .body .carousel-thumbs img.active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
body.view-extension.layout-default .body #extension-meta {
  background-color: #ebf0f1;
  padding: 20px;
  margin-bottom: 20px;
}
body.view-extension.layout-default .body #extension-meta .btn-inverse {
    width: 130px;
}
body.view-extension.layout-default .body #extension-meta .btn-inverse small {
  display: block;
}
body.view-extension.layout-default .body #extension-meta .btn-inverse.disabled {
  line-height: normal;
  padding-top: 0;
}
body.view-extension.layout-default .body #extension-meta .btn-inverse:nth-child(odd) {
  margin-right: 20px;
}
body.view-extension.layout-default .body #extension-meta .btn-inverse:nth-child(1n+2) {
  margin-top: 10px;
}
body.view-extension.layout-default .body .advert {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: left;
  float: left;
}
body.view-extension.layout-default .body #extension-scores {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.view-extension.layout-default .body #extension-scores ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.view-extension.layout-default .body #extension-scores ul li {
  min-height: 145px;
  background-color: #ebf0f1;
  /* display: inline-block; */
  float: left;
  width: 139px;
  text-align: center;
  padding-bottom: 20px;
}
body.view-extension.layout-default .body #extension-scores ul li h4 {
  color: #5d6d6d;
  font-weight: normal;
}
body.view-extension.layout-default .body #extension-scores ul li > div {
  margin: 12px 0;
}
body.view-extension.layout-default .body #extension-scores ul li:nth-child(odd) {
  margin-right: 20px;
}
body.view-extension.layout-default .body #extension-scores ul li:nth-child(n+3) {
  margin-top: 20px;
}
body.view-extension.layout-default .body #extension-scores div.not-rated {
  background-image: url(https://search.webdepozit.sk/webarchiv/public/20170225114408/https://extensions.joomla.org/templates/joomla/images/no-score.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 81px;
  line-height: 81px;
}
body.view-extension.layout-default .body .score-overall {
  position: relative;
}
body.view-extension.layout-default .body .score-overall > div {
  position: absolute;
  left: 25px;
  top: 0px;
}
body.view-extension.layout-default .body .score-overall .layer-2 {
  left: 30px;
  top: 5px;
}
body.view-extension.layout-default .body .score-overall .layer-3 {
  left: 35px;
  top: 10px;
}
body.view-extension.layout-default .body .score-overall .layer-4 {
  left: 40px;
  top: 15px;
}
body.view-extension.layout-default .body .score-overall .layer-5 {
  left: 45px;
  top: 20px;
}
body.view-extension.layout-default .body .score-overall .total-score {
  top: 30px;
  left: 38%;
  font-weight: bold;
}
body.view-extension.layout-default .body .extension-content {
  padding-top: 20px;
  margin-bottom: 20px;
}
#backContainer {
  margin-top: -13px;
  margin-left: 74px;
}
#backContainer span.fa {
  color: #ccc;
  margin-top: -1px;
}
#backContainer a.btn {
  color: #999;
  margin-top: -4px;
  font-size: 12px;
  padding-left: 0;
}
.record-nav {
  position: fixed;
  top: 0;
  left: -60px;
  width: 40px;
  background-color: #ebf0f1;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  height: 100%;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.record-nav span {
  position: absolute;
  top: 50%;
}
.record-nav.next {
  right: -60px;
  left: inherit;
}
.film-wrapper {
  width: 305px;
  text-align: center;
  height: 100%;
  padding-top: 6%;
  margin-left: 1%;
  background-color: #ebf0f1;
}
.film-wrapper .fa-square {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
/** Validation msg tips  */
form .control-group .tooltip-inner {
  min-width: 125px;
}
@media (max-width: 768px) {
  .film-wrapper {
    width: 229px;
  }
}
@media (max-width: 480px) {
  .film-wrapper {
    width: 188px;
  }
}
@media (min-width: 979px) {
  .slider li,
  .slider img {
    width: 100%;
  }
  .extension-content .nav-tabs li {
    text-align: center;
  }
  .extension-content .nav-tabs li:nth-child(1) {
    width: 24%;
  }
  .extension-content .nav-tabs li:nth-child(2) {
    width: 26%;
  }
  .extension-content .nav-tabs li:last-child {
    width: 49%;
  }
}
/** Issue with title rating element overlayed over download button **/
@media (max-width: 768px) {
  body.view-extension.layout-default .body h1 {
    padding-top: 12px;
  }
  .task-list li.empty {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .span1.toggle-extra-filters,
  .span1.submit {
    min-height: 52px;
  }
}
.extension-review p {
  word-wrap: break-word;
}
.extension-review h4 {
  margin-bottom: 1px;
  /* Hide anchor links' properties as its only useful for linking to the review from another site*/
}
.extension-review h4 a {
  cursor: default;
  text-decoration: none;
  color: #333333;
}
.extension-review .extension-review-scores {
  list-style: none;
  float: right;
  padding: 0;
  margin: 0;
}
.extension-review .extension-review-scores a {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.extension-review .extension-review-scores li {
  display: inline-block;
}
.extension-review .review-overall {
  position: relative;
  width: 60px;
  height: 60px;
  float: left;
}
.extension-review .review-overall > div > div {
  position: absolute;
  top: 0;
  left: 0;
}
.extension-review .review-overall .layer-1 {
  left: 0 !important;
  top: 0;
}
.extension-review .review-overall .layer-2 {
  left: 5px !important;
  top: 5px;
}
.extension-review .review-overall .layer-3 {
  left: 10px !important;
  top: 10px;
}
.extension-review .review-overall .layer-4 {
  left: 15px !important;
  top: 15px;
}
.extension-review .review-overall .layer-5 {
  left: 20px !important;
  top: 20px;
}
.extension-review .review-overall .score-overall {
  margin-left: 7px;
}
.extension-review .review-overall.small {
  text-align: center;
  width: 75px;
  height: auto;
  padding-top: 7px;
}
.extension-review .review-overall.small a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.extension-review .review-overall.small input.dial {
  height: 15px !important;
  margin-top: 9px !important;
  font-size: 13px !important;
  background: transparent !important;
}
.extension-review .extension-review-content {
  margin-top: 20px;
}
.extension-review .extension-review-content p {
  margin-left: 75px;
  word-wrap: break-word;
}
.extension-review .extension-review-content.scores-right p {
  margin-right: 75px !important;
  margin-left: 0 !important;
}
.extension-review .extension-review-content.scores-right .review-overall.small {
  float: right;
  margin-top: 30px;
}
.author-reply {
  margin-top: 20px;
  background-color: #ebf0f1;
  padding: 20px;
}
.author-reply .prefix {
  color: #0081bc;
  font-weight: bold;
}
.used-for {
  margin-top: 20px;
  background-color: #ebf0f1;
  padding: 20px;
  word-wrap: break-word;
}
.used-for .prefix {
  color: #0081bc;
  font-weight: bold;
}
/** Reviews section on smaller screens - put the review score widget on its own line
 and make review text run across the whole page */
@media (max-width: 768px) {
  .extension-review {
    /* .review-overall {
		float: none;
	} */
  }
  .extension-review .extension-review-content p {
    margin-left: 0px;
  }
  .extension-review .span8 {
    padding-left: 78px;
  }
}
.body #more-fields {
  transition: all 1.2s ease-in-out;
  max-height: 1200px;
  overflow: hidden;
}
.body #more-fields.notshown {
  max-height: 0px;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .subnav.affix {
    position: inherit;
  }
  .extensions .extension {
    margin-bottom: 3%;
  }
  .extensions .row-fluid {
    margin-bottom: 0;
  }
  .task-list li {
    margin-bottom: 3%;
  }
  #extension-meta > a,
  #extension-scores li {
    width: 92% !important;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #extension-scores li {
    clear: left;
    width: 100% !important;
    margin-bottom: 20px;
  }
}
form[name=ticket] {
  margin-top: 20px;
}
.subnav .nav-pills {
  float: left;
}
.subnav .nav-pills .dropdown-menu {
  left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #999;
  -moz-box-shadow: 0 0 0 #999;
  box-shadow: 0 0 0 #999;
  margin-top: -2px;
  border-top: 0;
}
.subnav .nav-pills .dropdown-menu a {
  padding: 3px 12px;
}
.subnav .nav-pills .dropdown-menu > li > a:hover,
.subnav .nav-pills .dropdown-menu li > a:focus,
.subnav .nav-pills .dropdown-menu > .active > a,
.subnav .nav-pills .dropdown-menu > .active > a:hover,
.subnav .nav-pills .dropdown-menu > .active > a:focus {
  background-color: #0099de;
  background-image: none;
  color: #fff;
}
.subnav .sclogin-modal-links,
.subnav .sclogout-button,
.subnav .sclogin-out {
  color: #fff;
  float: right;
}
.subnav .sclogin-modal-links a,
.subnav .sclogout-button a,
.subnav .sclogin-out a {
  transition: all 0.5s ease-in-out;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
}
.subnav .sclogin-modal-links .badge-rounded,
.subnav .sclogout-button .badge-rounded,
.subnav .sclogin-out .badge-rounded {
  background-color: #000;
  margin-left: 7px;
}
.subnav .sclogin-joomla-login form {
  margin: 0;
}
.subnav .sclogin-out {
  width: 140px;
}
.subnav .sclogin-out a {
  display: block;
  float: left;
}
div.modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.breadcrumb {
  margin: -10px 0 0 0;
  background-color: #fff;
  padding: 0 0 10px 0;
}
.breadcrumb .divider {
  font-size: 0.7em;
}
.breadcrumb li {
  padding: 0;
  margin: 0;
}
.subnav-wrapper {
  margin-bottom: 0 !important;
}
#nav-joomla .dropdown-menu {
  border-radius: 6px;
}
div.modal.fade.in {
  top: 10%;
}
div.modal {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -280px;
  outline: medium none;
  position: fixed;
  top: 10%;
  width: 580px;
  z-index: 1050;
}
/** Mobile devices **/
@media (max-width: 480px) {
  body #login-modal {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
}
h1.with-icon {
  padding-left: 30px;
}
.label,
.badge,
div.alert {
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.muted {
  color: #AFB6BA;
}
.well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #999;
  -moz-box-shadow: 0 0 0 #999;
  box-shadow: 0 0 0 #999;
}
body.site {
  background-color: #fff;
}
.body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15em;
  line-height: 1.5em;
  color: #5d6d6d;
}
.body .container {
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
  color: #333333;
}
.body h1 {
  font-size: 1.5em;
}
.body h1 small {
  color: #333333;
  font-size: 0.6em;
}
.body hr {
  border-top: 1px solid #ebf0f1;
}
.body input.dial {
  cursor: default !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.body input.dial:focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0 !important;
}
.popover.bottom .arrow:after {
  border-bottom-color: #ebf0f1;
}
.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.popover .popover-title {
  color: #5d6d6d;
  background-color: #ebf0f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tooltip,
.tooltip-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
a:hover,
a:focus {
  color: #0099de;
}
.modal-backdrop {
  z-index: 1016;
}
.breadcrumb .divider:first-child {
  display: none;
}
.icon-question-sign:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
}
.icon-user:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
}
.icon-lock:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f023";
}
.comment-item {
  border-top: 1px solid #eee;
  margin: 10px 0;
  padding: 10px 0;
  clear: both;
}
.alert h4 {
  color: #000;
}
.modal .modal-footer .btn-primary {
  background-color: #ff8100;
}
.modal .modal-footer .btn-primary:hover {
  border-top: 2px solid #ff8100;
}
/* Zoo Mods */
#yoo-zoo .categories .category {
  padding: 10px 10px 30px!important;
  height: auto!important;
}
#yoo-zoo .categories .title {
  margin-top: 20px!important;
  margin-bottom: 40px!important;
  font-weight: 1.1em!important;
}
#yoo-zoo .categories h2.title {
  font-size: 1.1em!important;
}
#yoo-zoo .row,
#yoo-zoo .floatbox {
  overflow: none;
}
/* Acy Mods */
.acyfield_email .inputbox {
  margin: 0 2px 0 -50px;
  padding: 10px;
  width: 95%!important;
  min-width: 180px;
}
#acymailingsearch {
  padding: 10px !important;
}
.buttongo,
.buttonreset {
  margin-top: -9px;
}
.view-archive .arrow-box {
  background: #1a3968;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhMzk2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzU2OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1a3968 0%, #17568c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a3968), color-stop(100%, #17568c));
  background: -webkit-linear-gradient(top, #1a3968 0%, #17568c 100%);
  background: -o-linear-gradient(top, #1a3968 0%, #17568c 100%);
  background: -ms-linear-gradient(top, #1a3968 0%, #17568c 100%);
  background: linear-gradient(to bottom, #1a3968 0%, #17568c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3968', endColorstr='#17568c', GradientType=0);
}
.view-archive .arrow-box:before,
.view-archive .arrow-box:after {
  display: none;
}
.view-archive .arrow-box h2 {
  color: #fff;
  font-size: 2em;
  margin-top: 20px;
  line-height: 1.5em;
}
.view-archive .arrow-box p {
  color: #fff;
  font-size: 1.3em;
}
@media only screen and (max-width: 979px) {
  .acyfield_email .inputbox {
    margin: 0 10px 0 0;
  }
  .acymailing_module_form td {
    display: block;
  }
  .acysubbuttons {
    display: block;
    width: 100%;
  }
  .container > div.row-fluid div.search {
    margin-top: 0px;
  }
  .view-archive .arrow-box h2,
  .view-archive .arrow-box p {
    text-align: center;
  }
}
.view-archive .arrow-box img {
  margin-left: 25px!important;
  margin-right: auto!important;
  margin-bottom: 0!important;
  text-align: center;
}
/*Reset Password Mods */
#pwdreset input[type="text"],
#pwdreset input[type="password"],
.resetpw {
  padding: 10px!important;
  margin: 10px 10px 10px 0px!important;
  width: 85%!important;
}
.resetpw {
  margin-left: 7px!important;
}

/** Tidy up extension - meta buttons **/
@media (min-width: 768px) and  (max-width:1199px) {
    body.view-extension.layout-default .body #extension-meta .btn-inverse {
        width: 89%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body.view-extension.layout-default .body #extension-scores ul li{
        width: 100%;
    }
    body.view-extension.layout-default .body #extension-scores ul li:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body.view-extension.layout-default .body #content #extension-scores li {
        width: 100% !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}






/*
     FILE ARCHIVED ON 11:44:08 Feb 25, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 3:53:01 Sep 22, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
