/* Add here all your CSS customizations */
.header-logo {
	width: auto !important;
}

.dotaspect {
  border-top: 2px dashed red;
}

.sticky-header-active .header-container img {
	width: auto !important;
	height: 62px !important;
}

body a:focus, button:focus{
	outline: 1px dashed #000;
}

span.decotext {
    font-size: 31px;
    position: relative;
    top: 18px;
    color: #000;
    padding: 16px 9px 0px 15px;
    float: right;
    text-align: left;
    display: inline;
}

span.decotext2 {
    font-size: 22px;
    position: relative;
    top: -1px;
    color: #000;
    
    padding: 35px 10px 0px 10px;
}


/* sticki electoralis */

html .njs-sticky-side.image_button_cover.placement-right {
    right: 0;
}

html .njs-sticky-side.image_button_cover {
    position: fixed;
    top: 50%;
    box-shadow: none;
    z-index: 99999;
    transition: transform .3s cubic-bezier(0,0,0,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,0,1);
}

html .njs-sticky-side.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px,0,0) rotate(-90deg);
    -webkit-transform: translate3d(4px,0,0) rotate(-90deg);
}

html .njs-sticky-side.image_button_cover.placement-right a {
    border-radius: 3px 3px 0 0;
    transform: translate3d(200%,0,0) rotate(-90deg);
    -webkit-transform: translate3d(200%,0,0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

html .njs-sticky-side.image_button_cover a {
    padding: 6px 15px 12px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
	background-color: yellow; 
	color: black;	
	font-weight: 100; 
	top: -106.5px;
}

html .njs-sticky-side.image_button_cover a:hover {
	background-color: white;
	color: black;
	border: 2px solid #acacac;
}

/* sticki electoralis end */

.jobb {
    left: auto !important;
    right: 0 !important;
}	

.stripea {
	background: rgb(28 59 131 / 88%);
	margin: 12px !important;
    padding: 12px !important;
}

body .navbar-light .navbar-nav .nav-link, .dropdown-menu{
	align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #000;
    font-size: 17px;
    font-style: normal;
	font-family: 'Arimo', sans-serif;
    font-weight: 700;
}


.fa, .fas{
    font-weight: 900;
    padding-left: 5px;
    font-size: 14px;
}

.mask:before {
	  display: block; 
	  content: " "; 
	  margin-top: -255px; 
	  height: 255px; 
	  visibility: hidden; 
	  pointer-events: none;
}


body .dropdown-toggle::after {
	content: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f2e82e;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 16px;
}

.header-container.container, .header-container .navbar .container {
	max-width: 1280px !important;
}