:root {
  --blueberry: #333390;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
*:focus{
	outline: 0;
}
a,
a:visited{
	/*color: #4a4a4a;*/
}
a:active,
a:hover {
  outline: 0;
	color:#1650e2;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  /*font-weight: bold;*/
  font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,h2,h3,h4,h5,h6{
	
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	border:0;
	outline:0;
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 2px 4px 2px 4px;
}

a{
	text-decoration:none;
}
p{
	margin: 0 0 5px 0;
}

.hide{
	display:none !important;
}

ul.no-style{
	margin:0;
	padding:0;
	list-style: none;
}

/* GRID */
.container{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1180px;
}
.container-fluid{
	max-width:inherit;
	margin:0;
	padding:0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col{
	position: relative;
	width: 100%;
	min-height: 1px;
}

/* COMPONENTS */
/* Dropdown */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown{
	background-color: #ffffff;
	margin-right: 5px;
}
.dropdown-select{
	/*
	border-radius: 3px;
	border: solid 1px #e2e4e6;
	*/
	border-radius: 5px;
	border: solid 1px #e2e4e6;
}

.dropdown-toggle {
	color:#4a4a4a;
  white-space: nowrap;
	font-size:13px;
}

.btn.dropdown-toggle::after,
ul.sub-menu a.dropdown-toggle::after{
  content: "";
	display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
	position: absolute;
	top: 14px;
	right: 10px;
	content: '';
	border: solid #4a4a4a;
	border-width: 0px 2px 2px 0px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.btn.dropdown-toggle.dropdown-triangle::after{
	width: 0; 
  height: 0;
	border:0;
	border-top: 4.6px solid #4a4a4a;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
} 
  border-top: 20px solid #f00;
.dropdown-select .btn.dropdown-toggle{
	text-align: left;
	position: relative;
	padding: 0 30px 0 0;
}
.dropdown-select .btn.dropdown-toggle::after{
	top:12.5px;
}
.btn.dropdown-toggle::after{
	
}
.btn.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 15px 0 15px;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #fafafa;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 1.5rem 5px 15px;
  clear: both;
	font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: #f8f9fa;
  background-color: #f5f7f8;
	color: #16181b;
	color: #1650e2;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
	background-color: #f5f7f8;
	color: #1650e2;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

/* Breadcrumb */
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 0rem;
	margin-bottom: 1rem;
	list-style: none;
}
.breadcrumb-item{
	
}
.breadcrumb-item a,
.breadcrumb-item span{
	font-size: 12px;
	color: #4a4a4a;
	text-decoration:none;
}
.breadcrumb-item.active a{
	/*font-weight: 500;*/
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding: 0 .5rem;
	color: #4a4a4a;
	content: ">";
	font-size: 14px;
}

/* Pagination */
div.pagination {
	align-items: center;
	display:flex;
}
div.pagination .pagination-position{
	
}
ul.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
/*
ul.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
ul.pagination .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
ul.pagination .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
ul.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
ul.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
ul.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
ul.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
*/

ul.pagination .page-link {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	color: #000;
	padding: 0 5px;
	
	font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}
ul.pagination .page-link:hover {
}
ul.pagination .page-link:focus {
}
ul.pagination .page-item:first-child .page-link {
}
ul.pagination .page-item:last-child .page-link {
}
ul.pagination .page-item.active .page-link {
	color:#4a8fe2;
	
	font-weight: 500;
  color: #000000;
}
ul.pagination .page-item.disabled .page-link {
}

/* Modal */
.fade{
	opacity: 0;
  transition: opacity .15s linear;
}
.fade.show {
	opacity: 1;
}
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
	padding: 0 25px 25px;
	border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.52;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
	border:0;
	padding: 40px 0 0px;
	margin-bottom: 0px;
	position:relative;
}
.modal-header.with-background{
	background-color: #eff0f1;
}
.modal-header.with-icon {
	border-bottom: 1px solid #979797;
	padding-bottom:10px;
	margin-bottom:15px;
}
.modal-header.with-icon::before{
	content:'';
	position:absolute;
	top:-39px;
	left:calc(50% - 39px);
	width: 78px;
  height: 78px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
	border-radius:50%;
}
.modal-header .close,
h2 .close {
	color: #C2C6CB;
	font-weight: bold;
	font-size: 3rem;
	background: transparent;
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: .5;
	position: absolute;
	top: 0;
	right: 0;
}
#modalForgot .modal-header .close{
	top:20px;
}
.modal-header.with-icon .close{
	line-height: normal;
}

.modal-title {
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 15px 0 0;
	padding: 0;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 230px auto 0;
    margin: 5% auto 0;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/* Buttons */
.btn{
	display: inline-block;
	text-align:center;
	font-size:12px;
	padding:7px 12px;
	border-radius: 2px;
	background-color:#fff;
	color: #2f3f4e;
	text-decoration:none;
	/*
	line-height: 1.2rem;
	line-height: 1.1rem;
	*/
}
a.btn{
	align-items: center;
	justify-content: center;
	display: inline-flex;
}
a.btn:hover{
	color: inherit;
}
.btn-default{
	width: 143px;
  height: 35px;
  border-radius: 3px;
  background-color: var(--blueberry);
	
	font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.btn-quick-view{
	position:relative;
	padding-left: 30px;
}
.btn-quick-view::before{
	content:'';
	position: absolute;
	top: 6px;
	left: 10px;
	width: 20px;
	height: 20px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--blueberry);
	-webkit-mask:  url(../img/icons/svg/icon-eye.svg) no-repeat;
	mask: url(../img/icons/svg/icon-eye.svg) no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}
.btn-quick-view::after{
	content:'Brzi pregled';
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 500;
}
a.btn-details{
	position:relative;
}
a.btn-details::after{
	content: 'Detaljnije';
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 500;
}
.sidebar .btn-quick-view::before{
	background-size: 90%;
	left: 10px;
}
.btn.dropdown-toggle{
	padding-right: 30px;
	color: #4a4a4a;
	white-space: nowrap;
	font-size: 13px;
	height: 100%;
}
a.btn:visited,
.btn:visited{
	/*color:inherit;*/
}

.filters .btn.dropdown-toggle{
	padding:5px 30px 5px 12px;
	border-radius: 5px;
}
.content.subcategory .filters .btn.dropdown-toggle{
	border-radius:5px;
}
.filters .btn.dropdown-toggle::after{
	top:8.5px;
}
.content.subcategory .header .filters .dropdown.similar-topics{
	border:1px solid #f88620;
}
.content.subcategory .filters .dropdown.similar-topics .btn.dropdown-toggle{
	background-color: #f88620;
	color: #fff;
	border-radius: 0;
}
.content.subcategory .filters .dropdown.similar-topics .btn.dropdown-toggle::after{
	border: solid #ffffff;
	border-width: 0px 2px 2px 0px;
}
/* Backgrounds */
.bg-transparent{
	background-color:transparent !important;
}
/* HR styles */
hr{
	border:0;
	margin:0;
	padding:0;
}
.hr-products{
	border-bottom: solid 1px #f98720;
	margin-bottom: 15px;
}
.hr-coupons{
	border-bottom: solid 1px #8db93c;
	margin-bottom: 15px;
}
.hr-news{
	border-bottom: solid 1px #979797;
	margin-bottom: 15px;
}

/* Collapse */
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.text-left{
	text-align:left !important
}
.text-center{
	text-align:center !important
}
.text-right{
	text-align:right !important
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.fullscreen:-webkit-full-screen {
	width: auto !important;
	height: auto !important;
	margin:auto !important;
}
.fullscreen:-moz-full-screen {
	width: auto !important;
	height: auto !important;
	margin:auto !important;
}
.fullscreen:-ms-fullscreen {
	width: auto !important;
	height: auto !important;
	margin:auto !important;
}

.review-like.liked{color:#2ECC40;font-weight:500}
.review-like.liked::before{background-image:url(../img/icons/png/icon-thumbs-up-liked.png)}
.review-dislike.disliked{color:#FF4136;font-weight:500}
.review-dislike.disliked::before{background-image:url(../img/icons/png/icon-thumbs-down-disliked.png)}