﻿/*
Template Name: Admin Template
Author: Niravjoshi / Wrappixel
File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons");

/*DD: 23-03-21: ALG-1128*/
 /*btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }*/
/*.btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: transparent; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
	  color: #fff;
  background-color: #488BC5;
  border-color: #488BC5; }
  .btn-success:hover {
 	opacity: 0.75;
	}
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4c32e9;
    border-color: #4226e8; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }

.btn-secondary
{
  color: #fff;
  background-color: #6a6a6a;
  opacity: 0.60;
}
  .btn-secondary:hover
  {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        outline-offset: -2px;
    }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

    .btn-success, .btn-success:hover {
        color: #fff;
        background-color: #488BC5 !important;
        border-color: #488BC5 !important;
    }
  .btn-success:hover {
 	opacity: 0.75;
	}
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 120, 166, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #36bea6;
    border-color: #36bea6; }
        .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
        .show > .btn-success.dropdown-toggle {
            color: #fff;
            background-color: #488BC5 !important;
            border-color: #488BC5 !important;
        }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 120, 166, 0.5); }

.btn-info {
  color: #fff;
  background-color: #009efb;
  border-color: #009efb; }
  .btn-info:hover {
    color: #fff;
    background-color: #0086d5;
    border-color: #007ec8; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 251, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007ec8;
    border-color: #0076bb; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 158, 251, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f21048;
}
  .btn-warning:hover {
    color: #212529;
    background-color: #ffaf0e;
    border-color: #ffab01; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 188, 52, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffab01;
    border-color: #f3a300; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 188, 52, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f21048;
}
  .btn-danger:hover {
    opacity: 0.75; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 45, 81, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f62d51;
    border-color: #f62d51; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e60a31;
    border-color: #da092f; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 45, 81, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-cyan {
  color: #fff;
  background-color: #01c0c8;
  border-color: #01c0c8; }
  .btn-cyan:hover {
    color: #fff;
    background-color: #019ba2;
    border-color: #018f95; }
  .btn-cyan:focus, .btn-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 192, 200, 0.5); }
  .btn-cyan.disabled, .btn-cyan:disabled {
    color: #fff;
    background-color: #01c0c8;
    border-color: #01c0c8; }
  .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #018f95;
    border-color: #018389; }
    .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 192, 200, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #7460ee;
  border-color: #7460ee; }
  .btn-purple:hover {
    color: #fff;
    background-color: #563dea;
    border-color: #4c32e9; }
  .btn-purple:focus, .btn-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4c32e9;
    border-color: #4226e8; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }

.btn-outline-primary {
  color: #7460ee;
  background-color: transparent;
  background-image: none;
  border-color: #7460ee; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7460ee;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }

.btn-outline-secondary {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-success {
  color: #36bea6;
  background-color: transparent;
  background-image: none;
  border-color: #36bea6; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #36bea6;
    border-color: #36bea6; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 190, 166, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #36bea6;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #36bea6;
    border-color: #36bea6; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 190, 166, 0.5); }

.btn-outline-info {
  color: #009efb;
  background-color: transparent;
  background-image: none;
  border-color: #009efb; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 251, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #009efb;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 158, 251, 0.5); }

.btn-outline-warning {
  color: #ffbc34;
  background-color: transparent;
  background-image: none;
  border-color: #ffbc34; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 188, 52, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffbc34;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 188, 52, 0.5); }

.btn-outline-danger {
  color: #f62d51;
  background-color: transparent;
  background-image: none;
  border-color: #f62d51; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #f62d51;
    border-color: #f62d51; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 45, 81, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #f62d51;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f62d51;
    border-color: #f62d51; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(246, 45, 81, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-cyan {
  color: #01c0c8;
  background-color: transparent;
  background-image: none;
  border-color: #01c0c8; }
  .btn-outline-cyan:hover {
    color: #fff;
    background-color: #01c0c8;
    border-color: #01c0c8; }
  .btn-outline-cyan:focus, .btn-outline-cyan.focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 192, 200, 0.5); }
  .btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
    color: #01c0c8;
    background-color: transparent; }
  .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan.dropdown-toggle {
    color: #fff;
    background-color: #01c0c8;
    border-color: #01c0c8; }
    .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(1, 192, 200, 0.5); }

.btn-outline-purple {
  color: #7460ee;
  background-color: transparent;
  background-image: none;
  border-color: #7460ee; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #7460ee;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(116, 96, 238, 0.5); }

.btn-link {
  font-weight: 400;
  color: #7460ee;
  background-color: transparent; }
  .btn-link:hover {
    color: #381be7;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }*/
/* NOTY */
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%;
}

#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%;
}

#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px;
}

#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px; 
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px; 
}

#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%;
}

#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px;
}

#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px;
}

#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
    top: 50%;
    left: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
    top: 50%;
    right: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
    display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #646464;
    opacity: 0.2;
    filter: alpha(opacity=10);
}

.noty_bar {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden;
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_effects_close {
    -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
    cursor: pointer;
}

.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .noty_close_button:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0;
}

    .noty_modal.noty_modal_open {
        opacity: 0;
        -webkit-animation: noty_modal_in .3s ease-out;
        animation: noty_modal_in .3s ease-out;
    }

    .noty_modal.noty_modal_close {
        -webkit-animation: noty_modal_out .3s ease-out;
        animation: noty_modal_out .3s ease-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

@keyframes noty_modal_in {
    100% {
        opacity: .3;
    }
}

@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1;
    }
}

@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0;
    }
}

@-webkit-keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

@keyframes noty_anim_height {
    100% {
        height: 0;
    }
}

.noty_theme__relax.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

    .noty_theme__relax.noty_bar .noty_body {
        padding: 10px;
    }

    .noty_theme__relax.noty_bar .noty_buttons {
        border-top: 1px solid #e7e7e7;
        padding: 5px 10px;
    }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #444;
}

.noty_theme__relax.noty_type__warning {
    background-color: #FFEAA8;
    border: 1px solid #FFC237;
    color: #826200;
}

    .noty_theme__relax.noty_type__warning .noty_buttons {
        border-color: #dfaa30;
    }

.noty_theme__relax.noty_type__error {
    background-color: #FF8181;
    border: 1px solid #e25353;
    color: #FFF;
}

    .noty_theme__relax.noty_type__error .noty_buttons {
        border-color: darkred;
    }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
    background-color: #78C5E7;
    border: 1px solid #3badd6;
    color: #FFF;
}

    .noty_theme__relax.noty_type__info .noty_buttons,
    .noty_theme__relax.noty_type__information .noty_buttons {
        border-color: #0B90C4;
    }

.noty_theme__relax.noty_type__success {
    background-color: #BCF5BC;
    border: 1px solid #7cdd77;
    color: darkgreen;
}

    .noty_theme__relax.noty_type__success .noty_buttons {
        border-color: #50C24E;
    }

.noty_theme__metroui.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

    .noty_theme__metroui.noty_bar .noty_progressbar {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background-color: #000;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .noty_theme__metroui.noty_bar .noty_body {
        padding: 1.25em;
        font-size: 14px;
    }

    .noty_theme__metroui.noty_bar .noty_buttons {
        padding: 0 10px .5em 10px;
    }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
    background-color: #fff;
    color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
    background-color: #FA6800;
    color: #fff;
}

.noty_theme__metroui.noty_type__error {
    background-color: #CE352C;
    color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
    background-color: #1BA1E2;
    color: #FFF;
}

.noty_theme__metroui.noty_type__success {
    background-color: #60A917;
    color: #fff;
}

.noty_theme__mint.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

    .noty_theme__mint.noty_bar .noty_body {
        padding: 10px;
        font-size: 14px;
    }

    .noty_theme__mint.noty_bar .noty_buttons {
        padding: 10px;
    }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
    background-color: #fff;
    border-bottom: 1px solid #D1D1D1;
    color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
    background-color: #FFAE42;
    border-bottom: 1px solid #E89F3C;
    color: #fff;
}

.noty_theme__mint.noty_type__error {
    background-color: #DE636F;
    border-bottom: 1px solid #CA5A65;
    color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
    background-color: #7F7EFF;
    border-bottom: 1px solid #7473E8;
    color: #fff;
}

.noty_theme__mint.noty_type__success {
    background-color: #AFC765;
    border-bottom: 1px solid #A0B55C;
    color: #fff;
}

.noty_theme__sunset.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

    .noty_theme__sunset.noty_bar .noty_body {
        padding: 10px;
        font-size: 14px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .noty_theme__sunset.noty_bar .noty_buttons {
        padding: 10px;
    }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
    background-color: #073B4C;
    color: #fff;
}

    .noty_theme__sunset.noty_type__alert .noty_progressbar,
    .noty_theme__sunset.noty_type__notification .noty_progressbar {
        background-color: #fff;
    }

.noty_theme__sunset.noty_type__warning {
    background-color: #FFD166;
    color: #fff;
}

.noty_theme__sunset.noty_type__error {
    background-color: #EF476F;
    color: #fff;
}

    .noty_theme__sunset.noty_type__error .noty_progressbar {
        opacity: .4;
    }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
    background-color: #118AB2;
    color: #fff;
}

    .noty_theme__sunset.noty_type__info .noty_progressbar,
    .noty_theme__sunset.noty_type__information .noty_progressbar {
        opacity: .6;
    }

.noty_theme__sunset.noty_type__success {
    background-color: #06D6A0;
    color: #fff;
}

.noty_theme__bootstrap-v3.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .noty_theme__bootstrap-v3.noty_bar .noty_body {
        padding: 15px;
    }

    .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
        padding: 10px;
    }

    .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        background: transparent;
    }

        .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
            background: transparent;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .5;
        }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
    background-color: #fff;
    color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}

.noty_theme__bootstrap-v4.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .noty_theme__bootstrap-v4.noty_bar .noty_body {
        padding: .75rem 1.25rem;
    }

    .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
        padding: 10px;
    }

    .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .5;
        background: transparent;
    }

        .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
            background: transparent;
            text-decoration: none;
            cursor: pointer;
            filter: alpha(opacity=50);
            opacity: .75;
        }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
    background-color: #fff;
    color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
    background-color: #d9edf7;
    color: #31708f;
    border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}

.noty_theme__semanticui.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    font-size: 1em;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

    .noty_theme__semanticui.noty_bar .noty_body {
        padding: 1em 1.5em;
        line-height: 1.4285em;
    }

    .noty_theme__semanticui.noty_bar .noty_buttons {
        padding: 10px;
    }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
    background-color: #f8f8f9;
    color: rgba(0, 0, 0, 0.87);
}

.noty_theme__semanticui.noty_type__warning {
    background-color: #fffaf3;
    color: #573a08;
    box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__error {
    background-color: #fff6f6;
    color: #9f3a38;
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
    background-color: #f8ffff;
    color: #276f86;
    box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__success {
    background-color: #fcfff5;
    color: #2c662d;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.noty_theme__nest.noty_bar {
    margin: 0 0 15px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}

    .noty_theme__nest.noty_bar .noty_body {
        padding: 10px;
        font-size: 14px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .noty_theme__nest.noty_bar .noty_buttons {
        padding: 10px;
    }

.noty_layout .noty_theme__nest.noty_bar {
    z-index: 5;
}

    .noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
        position: absolute;
        top: 0;
        margin-top: 4px;
        margin-right: -4px;
        margin-left: 4px;
        z-index: 4;
        width: 100%;
    }

    .noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
        position: absolute;
        top: 0;
        margin-top: 8px;
        margin-right: -8px;
        margin-left: 8px;
        z-index: 3;
        width: 100%;
    }

    .noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
        position: absolute;
        top: 0;
        margin-top: 12px;
        margin-right: -12px;
        margin-left: 12px;
        z-index: 2;
        width: 100%;
    }

    .noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
        position: absolute;
        top: 0;
        margin-top: 16px;
        margin-right: -16px;
        margin-left: 16px;
        z-index: 1;
        width: 100%;
    }

    .noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
        position: absolute;
        top: 0;
        margin-top: 20px;
        margin-right: -20px;
        margin-left: 20px;
        z-index: -1;
        width: 100%;
    }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
    margin-top: 4px;
    margin-left: -4px;
    margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
    margin-top: 8px;
    margin-left: -8px;
    margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
    margin-top: 12px;
    margin-left: -12px;
    margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
    background-color: #073B4C;
    color: #fff;
}

    .noty_theme__nest.noty_type__alert .noty_progressbar,
    .noty_theme__nest.noty_type__notification .noty_progressbar {
        background-color: #fff;
    }

.noty_theme__nest.noty_type__warning {
    background-color: #FFD166;
    color: #fff;
}

.noty_theme__nest.noty_type__error {
    background-color: #EF476F;
    color: #fff;
}

    .noty_theme__nest.noty_type__error .noty_progressbar {
        opacity: .4;
    }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
    background-color: #118AB2;
    color: #fff;
}

    .noty_theme__nest.noty_type__info .noty_progressbar,
    .noty_theme__nest.noty_type__information .noty_progressbar {
        opacity: .6;
    }

.noty_theme__nest.noty_type__success {
    background-color: #06D6A0;
    color: #fff;
}

.noty_theme__light.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}

    .noty_theme__light.noty_bar .noty_body {
        padding: 10px;
    }

    .noty_theme__light.noty_bar .noty_buttons {
        border-top: 1px solid #e7e7e7;
        padding: 5px 10px;
    }

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #444;
}

.noty_theme__light.noty_type__warning {
    background-color: #FFEAA8;
    border: 1px solid #FFC237;
    color: #826200;
}

    .noty_theme__light.noty_type__warning .noty_buttons {
        border-color: #dfaa30;
    }

.noty_theme__light.noty_type__error {
    background-color: #ED7000;
    border: 1px solid #e25353;
    color: #FFF;
}

    .noty_theme__light.noty_type__error .noty_buttons {
        border-color: darkred;
    }

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
    background-color: #78C5E7;
    border: 1px solid #3badd6;
    color: #FFF;
}

    .noty_theme__light.noty_type__info .noty_buttons,
    .noty_theme__light.noty_type__information .noty_buttons {
        border-color: #0B90C4;
    }

.noty_theme__light.noty_type__success {
    background-color: #57C880;
    border: 1px solid #7cdd77;
    color: darkgreen;
}

    .noty_theme__light.noty_type__success .noty_buttons {
        border-color: #50C24E;
    }


/*DD: 23-03-21: ALG-1128*/
.primary_grey_small { 
    padding:2px 10px;
    font-size:11.9px; 
    font-size: 12px; 
    font-weight: normal; 
    white-space: nowrap; 
    vertical-align: middle; 
    cursor: pointer; 
    border: 1px solid #adadad; 
    border-radius: 4px; 
    background-color: #ebebeb; 

} 
.primary_green_small { 
    color: #FFFFFF; 
    padding:2px 10px;
    font-size:11.9px; 
    font-size: 12px; 
    font-weight: normal; 
    white-space: nowrap; 
    vertical-align: middle; 
    cursor: pointer; 
    border: 1px solid #4ba614; 
    border-radius: 4px; 
    background-color: #4ba614; 

} 
.primary_red_small { 
    color: #FFFFFF; 
    padding:2px 10px;
    font-size:11.9px; 
    font-size: 12px; 
    font-weight: normal; 
    white-space: nowrap; 
    vertical-align: middle; 
    cursor: pointer; 
    border: 1px solid #adadad; 
    border-radius: 4px; 
    background-color: #FF0000; 

}

input[type="button"]:not(.img_nav_left_15):not(.img_nav_right_15):not(#grbmutnav_begin):not(#grbmutnav_previous):not(#grbmutnav_next):not(#grbmutnav_end) {
    border-radius: var(--borderradius);
    border: 1px solid var(--king_btn_out_border_hover);
    color: var(--king_btn_out_text);
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    min-height: 12px;
    max-height: 100%;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0px;
    white-space: nowrap;
    font-weight: bold;
    background-color: var(--king_btn_out_back);
    box-shadow: none;
    font-size: inherit;
}
    input[type="button"]:not(.img_nav_left_15):not(.img_nav_right_15):not(#grbmutnav_begin):not(#grbmutnav_previous):not(#grbmutnav_next):not(#grbmutnav_end):hover {
        background-color: var(--king_btn_out_hover);
        border: 1px solid var(--king_btn_out_border_hover);
        color: var(--king_btn_out_text);
        box-shadow: none;
    }
    input[type="button"]:not(.img_nav_left_15):not(.img_nav_right_15):not(#grbmutnav_begin):not(#grbmutnav_previous):not(#grbmutnav_next):not(#grbmutnav_end):active,
    input[type="button"]:not(.img_nav_left_15):not(.img_nav_right_15):not(#grbmutnav_begin):not(#grbmutnav_previous):not(#grbmutnav_next):not(#grbmutnav_end):focus,
    input[type="button"]:not(.img_nav_left_15):not(.img_nav_right_15):not(#grbmutnav_begin):not(#grbmutnav_previous):not(#grbmutnav_next):not(#grbmutnav_end):not(:disabled):not(.disabled):active,
    input[type="button"]:not(.img_nav_left_15):not(.img_nav_right_15):not(#grbmutnav_begin):not(#grbmutnav_previous):not(#grbmutnav_next):not(#grbmutnav_end):not(:disabled):not(.disabled):active:focus {
        background-color: var(--king_btn_out_hover);
        border: 1px solid var(--king_btn_out_border_hover);
        border-color: var(--king_btn_out_border_hover);
        color: var(--king_btn_out_text);
        box-shadow: none;
        outline: none;
    }
    input[type="button"]:not(.img_nav_left_15):not(.img_nav_right_15):not(#grbmutnav_begin):not(#grbmutnav_previous):not(#grbmutnav_next):not(#grbmutnav_end):visited {
        background-color: var(--king_btn_out_back_visited);
        border: 1px solid var(--king_btn_out_border_hover);
        color: var(--king_btn_out_text);
        box-shadow: none;
    }
    input[type="button"]:not(.img_nav_left_15):not(.img_nav_right_15):not(#grbmutnav_begin):not(#grbmutnav_previous):not(#grbmutnav_next):not(#grbmutnav_end):disabled {
        opacity: 0.4;
        cursor: not-allowed;
        box-shadow: none;
    }

input[type="button"].kingButton,
.btn-success,
.swal2-confirm,
.kingButton {
    border-radius: var(--borderradius);
    border: 1px solid var(--king_btn_border);
    color: var(--king_btn_text);
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    min-height: 12px;
    max-height: 100%;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0px;
    white-space: nowrap;
    background-color: var(--king_btn_back);
    box-shadow: none;
    font-size: inherit;
}

        input[type="button"].kingButton:hover,
        .btn-success:hover,
        .swal2-confirm:hover,
        .kingButton:hover {
            background: var(--king_btn_hover);
            border: 1px solid var(--king_btn_border);
            border-color: var(--king_btn_border);
            box-shadow: none;
        }

        input[type="button"].kingButton:active,
        .btn-success:active,
        .swal2-confirm:active,
        .kingButton:active,
        input[type="button"].kingButton:focus,
        .btn-success:focus,
        .swal2-confirm:focus,
        .kingButton:focus,
        input[type="button"].kingButton:not(:disabled):not(.disabled):active,
        .btn-success:not(:disabled):not(.disabled):active,
        .swal2-confirm:not(:disabled):not(.disabled):active,
        .kingButton:not(:disabled):not(.disabled):active,
        input[type="button"].kingButton:not(:disabled):not(.disabled):active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .swal2-confirm:not(:disabled):not(.disabled):active:focus,
        .kingButton:not(:disabled):not(.disabled):active:focus {
            background-color: var(--king_btn_hover);
            border: 1px solid var(--king_btn_border);
            box-shadow: none;
            outline: none;
        }

    input[type="button"].kingButton:visited,
    .btn-success:visited,
    .swal2-confirm:visited,
    .kingButton:visited {
        background: var(--king_btn_back_visited);
        box-shadow: none;
    }

    input[type="button"].kingButton:disabled,
    .btn-success:disabled,
    .swal2-confirm:disabled,
    .kingButton:disabled {
        background: var(--king_btn_back_disable);
        cursor: not-allowed;
        box-shadow: none;
    }

.btn,
.btn-secondary,
.swal2-cancel,
.kingButtonOutline {
    border-radius: var(--borderradius);
    border: 1px solid var(--king_btn_out_border);
    color: var(--king_btn_out_text);
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    min-height: 12px;
    max-height: max-content;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0px;
    white-space: nowrap;
    font-weight: bold;
    background-color: var(--king_btn_out_back);
    box-shadow: none;
    font-size: inherit;
    /*will-change: opacity,transform;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out;*/
}

    .btn:hover,
    .btn-secondary:hover,
    .swal2-cancel:hover,
    .kingButtonOutline:hover {
        background: var(--king_btn_out_hover);
        border: 1px solid var(--king_btn_out_border);
        color: var(--king_btn_out_text);
        box-shadow: none;
    }

    .btn:active,
    .btn-secondary:active,
    .swal2-cancel:active,
    .kingButtonOutline:active,
    .btn:focus,
    .btn-secondary:focus,
    .swal2-cancel:focus,
    .kingButtonOutline:focus,
    .btn:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .swal2-cancel:not(:disabled):not(.disabled):active,
    .kingButtonOutline:not(:disabled):not(.disabled):active,
    .btn:not(:disabled):not(.disabled):active:focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .swal2-cancel:not(:disabled):not(.disabled):active:focus,
    .kingButtonOutline:not(:disabled):not(.disabled):active:focus {
        background: var(--king_btn_out_hover);
        background-color: var(--king_btn_out_hover);
        border: 1px solid var(--king_btn_out_border);
        border-color: var(--king_btn_out_border);
        color: var(--king_btn_out_text);
        box-shadow: none;
        outline: none;
    }

    .btn:visited,
    .btn-secondary:visited,
    .swal2-cancel:visited,
    .kingButtonOutline:visited {
        background: var(--king_btn_out_back_visited);
        border: 1px solid var(--king_btn_out_border);
        color: var(--king_btn_out_text);
        box-shadow: none;
    }

    .btn:disabled,
    .btn-secondary:disabled,
    .swal2-cancel:disabled,
    .kingButtonOutline:disabled {
        opacity: 0.4;
        cursor: not-allowed;
        box-shadow: none;
    }


.navbar tr:first-child {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow: 1px 1px 1px #666666;
    background: #8B8B8B;
    background: linear-gradient(top, #A9A9A9, #7A7A7A);
    background: -ms-linear-gradient(top, #A9A9A9, #7A7A7A);
    background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
    background: -moz-linear-gradient(top, #A9A9A9, #7A7A7A);
    border: solid 1px #6D6D6D;
}

.laaddiv_heading {
    background-color: var(--king_header_back);
    border-top: 3px solid var(--king_accent_back);
    font-size: 12px;
    font-weight: bold;
    padding: 8px 4px 8px 8px;
    vertical-align: middle;
    color: var(--king_header_color);
}

.gen_dialog_titlebar {
    background-color: var(--gen_titlebar);
    color: #FFF;
    color: var(--gen_titlebar_text);
    padding: 4px;
    height: 45px;
    border-bottom: 1px;
    border-color: var(--gen_border);
    border-style: solid;
    width: 100%;
    border-top: 3px solid var(--king_accent_back);
}

.caption_icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 0px;
    margin-top: -3px;
    margin-right: 5px;
    background-color: var(--king_icon_color);
    -webkit-mask-repeat: no-repeat;
    float: right;
    position: static;
}

.caption_icon:hover {
    background-color: var(--king_icon_hover);
}

.table50fixed, .tablelayout {
    width: 50%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table100fixed, .tablelayout {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tablelayout > tbody > tr:first-child > td {
    background-color: var(--king_background) !important;
    color: var(--king_text_color) !important;
    color: var(--gen_titlebar_text) !important;
    border-bottom: 1px;
    border-color: var(--gen_border);
    border-style: solid none solid none;
    border-top: 3px solid var(--king_accent_back);
}

.laaddiv_heading table > tbody > tr:first-child > td:first-child,
.tablelayout > tbody > tr:first-child > td:first-child {
    /*overflow: hidden;*/
}
/* DD: 01-04-21: ALG-670: verplaatst vanuit datagrid.css  */
/* AVD 08-04-2021 verplaats naar hoofdmenu_icons.css  svg geeft crossreference op 2de tabblad   .gen_close_icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: 6px;
    margin-top: 2px;
    margin-right: 9px;
    background-color: var(--king_icon_color);
    mask: url(images/close.svg);
    -webkit-mask: url(images/close.svg);
    -webkit-mask-repeat: no-repeat;
    transition: background-color 0.3s ease;
    position: static;
}

    .gen_close_icon:hover {
        background-color: var(--king_icon_hover);
    }
    _:-ms-lang(x), .gen_close_icon {
    background-image: url(images/close.svg);
}
*/


#tr_rapvoorb_buttons #knop_submit {
    width: 50% !important;
}
#i_addtofavdivrapport_voorbereiding_basis {
    margin-top: -10px;
    margin-right: 5px !important;
}

#createADMButton, .buttongroupWizard_primary {
    border-radius: var(--borderradius);
    border: 1px solid var(--king_btn_border);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none; 
    color: var(--king_btn_text);
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    min-height: 12px;
    max-height: 100%; 
    text-decoration: none;
    text-shadow: 0px;
    white-space: nowrap;
    background: var(--king_btn_back);
    box-shadow: none;
    font-size: inherit;
}
#createADMButton div {
    margin: 0px !important;
}

.buttongroupWizard div {
    margin: 0px !important;
}

#refreshADMButton, .buttongroupWizard_secondary {
    border-radius: var(--borderradius);
    border: 1px solid var(--king_btn_out_border);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    color: var(--king_btn_out_text);
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    min-height: 12px;
    max-height: max-content;
    text-decoration: none;
    text-shadow: 0px;
    white-space: nowrap;
    font-weight: bold;
    background-color: var(--king_btn_out_back);
    box-shadow: none;
    font-size: inherit;
}
#refreshADMButton div {
    margin: 0px !important;
}

#AanmeldingenButton {
    border-radius: 0px;
    border: 1px solid var(--king_btn_out_border);
    border-left: none;
    color: var(--king_btn_out_text);
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    min-height: 12px;
    max-height: max-content;
    text-decoration: none;
    text-shadow: 0px;
    white-space: nowrap;
    font-weight: bold;
    background-color: var(--king_btn_out_back);
    box-shadow: none;
    font-size: inherit;
}

#AanmeldingenButton div {
    margin: 0px !important;
}

#ActiverenButton {
    border-radius: 0px;
    border: 1px solid var(--king_btn_out_border);
    border-left: none;
    color: var(--king_btn_out_text);
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    min-height: 12px;
    max-height: max-content;
    text-decoration: none;
    text-shadow: 0px;
    white-space: nowrap;
    font-weight: bold;
    background-color: var(--king_btn_out_back);
    box-shadow: none;
    font-size: inherit;
}

#ActiverenButton div {
    margin: 0px !important;
}

.buttongroupWizard_secondary div {
    margin: 0px !important;
}

/* DD:06-04-21: Rode knop toevoegen  */
.knopRood {
    border-radius: var(--borderradius);
    border: 1px solid var(--king_btn_border);
    color: var(--king_btn_text);
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    min-height: 12px;
    max-height: 100%;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0px;
    white-space: nowrap;
    background-color: #ED4F47;
    box-shadow: none;
    font-size: inherit;
}
.knopRood:hover {
    background: #ED4F47;
    border: 1px solid var(--king_btn_border);
    border-color: var(--king_btn_border);
    box-shadow: none;
}
.knopRood:active,
.knopRood:focus,
.knopRood:not(:disabled):not(.disabled):active:focus {
    background-color: #ED4F47;
    border: 1px solid var(--king_btn_border);
    box-shadow: none;
    outline: none;
}
.knopRood:visited {
    background: #ED4F47;
    box-shadow: none;
}
.knopRood:disabled {
    background: #ED4F47;
    cursor: not-allowed;
    box-shadow: none;
}
/* DD: 12-04-21: FD-60: Venieuwing periode selectie*/
#d_dashboard_tabs .dropdown-item:focus, .dropdown-item:hover,
#d_dashboard_tabs .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--king_btn_out_text);
}
#d_dashboard_tabs .dropdown-menu {
    padding: 0;
}

#knop_TerugCreateErrorDocument {
    height: 25px;
    width: 100px;
}

/* DD: 16-04-21: ALG-1142: UBL cloud buttons */
div[id*="filterd_ubl_overzicht"] button ~ button,
div[id*="filterd_ubl_overzicht"] button ~ button:hover{
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 0px;
    border-radius: 0px;
}
div[id*="filterd_ubl_overzicht"] button:first-child {
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 1px solid;
    border-radius: 0px;
    border-top-left-radius: var(--borderradius);
    border-bottom-left-radius: var(--borderradius);
}
div[id*="filterd_ubl_overzicht"] button ~ button:last-child {
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 0px;
    border-radius: 0px;
    border-top-right-radius: var(--borderradius);
    border-bottom-right-radius: var(--borderradius);
}

div[id*="filterd_ubl_overzicht"] button:first-child:last-child {
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 1px solid;
    border-radius: var(--borderradius);
}
div[id*="toolbard_ubl_overzicht_"] button:first-child {
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 1px solid;
    border-radius: 0px;
    border-top-left-radius: var(--borderradius);
    border-bottom-left-radius: var(--borderradius);
}

div[id*="toolbard_ubl_overzicht_"] button:last-child {
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 0px;
    border-radius: 0px;
    border-top-right-radius: var(--borderradius);
    border-bottom-right-radius: var(--borderradius);
}

#buttonRow button ~ button {
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 0px;
    border-radius: 0px;
}

#buttonRow button:first-child {
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 1px solid;
    border-radius: 0px;
    border-top-left-radius: var(--borderradius);
    border-bottom-left-radius: var(--borderradius);
}

#buttonRow button:nth-last-child(2),
#buttonRow button:last-child {
    height: 20px;
    margin: 0px;
    padding: 0px 10px !important;
    border: 1px solid;
    border-left: 1px solid;
    border-radius: var(--borderradius);
}

.dropdown-menu {
    z-index: 999999;
}

div[id*="filterd_ubl_overzicht"] {
    overflow: visible;
}

#drpdwnBtn {
    color: var(--king_btn_out_text) !important;
    background-color: var(--king_btn_out_back) !important;
}

.cdis a,
.cdis div{
    font-size: 12px;
}