﻿.dnnRegistrationForm ul.dnnActions {
    text-align: center;
    display: block;
}

.dnnRegistrationForm ul.dnnActions > li{
    float: none;
    display: inline-block;
}

.dnnRegistrationForm .dnnPrimaryAction,
.dnnRegistrationForm .dnnSecondaryAction {
    border-width: 3px;
    border-style: solid;
    padding: 0.5rem 3rem;
    text-decoration: none;
    transition: all 500ms, color 300ms;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

.dnnRegistrationForm .dnnPrimaryAction:hover {
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
}

.dnnRegistrationForm .dnnSecondaryAction {
    border-color: #acacac;
    text-decoration: none;
}

.dnnRegistrationForm .dnnSecondaryAction:hover {
    border-color: #acacac;
    background: none #acacac;
    color: #fff;
    text-decoration: none;
}


/* re-style the dnn login */

.LoginPanel {
	width: auto !important;
	float: none !important;
	display: flex !important;
	padding: 0 !important;
	max-width: 100% !important;
	justify-content: center;
	margin-top: 3rem;
}

.LoginPanel > div {
	min-width: 300px;
	max-width: 500px;
}

.DnnModule-1338 h2, .DnnModule-1343 h2
{
	text-align: center!important
}

/* style the form item wrapper */

.LoginPanel .dnnForm .dnnFormItem {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

/* style the form label */

.LoginPanel .dnnFormItem > .dnnLabel {
	margin-top: 0;
}

.LoginPanel .dnnFormItem > .dnnLabel label {
	display: block;
}

.LoginPanel .dnnLabel {
	display: block;
	float: none;
	position: relative;
	width: auto;
	padding-right: 0;
	margin-right: 0;
	overflow: visible;
	text-align: left;
}

/* boostrap fix - remove the yellow background from the checkbox field */
.dnnCheckbox .mark {
	background: none !important;
}

/* give the Remember Me checkbox a smaller text size */
.dnnLoginRememberMe {
	font-size: 15px;
}

/* style the login panel text input fields */
.LoginPanel .dnnLoginService input[type="text"],
.LoginPanel .dnnLoginService input[type="password"] {
	width: 100% !important;
	min-width: 100%;
	margin: 0;
	border-radius: 5px;
	padding: 10px;
	font-size: 1rem;
}

/* hide the empty label beside the Reset Password button */
.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
	display: none;
}

.LoginPanel ul.dnnActions {
	margin: 0 !important;
	padding: 0 !important;
}

/* primary action buttons - also used in dnn modal popups */

.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
	background: #278aca;
	border: none;
	color: #ffffff;
	text-shadow: none;
	font-weight: 400;
	box-shadow: none;
	border-radius: 1px;
	font-size: 15px;
	padding: 10px 20px;
}
.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
	background: #1b6b9f !important;
	text-decoration: none !important;
}

.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {

	font-size: 1rem;
}

/* secondary action buttons - also used in dnn modal popups */

.dnnSecondaryAction,
.dnnFormItem input[type="submit"],
a.dnnSecondaryAction {
	background: #f5f5f5;
	border: none;
	color: #555;
	text-shadow: none;
	font-weight: 400;
	box-shadow: none;
	border-radius: 1px;
	font-size: 15px;
	padding: 10px 20px;
}
.dnnSecondaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnSecondaryAction:hover {
	background: #f1f1f1 !important;
	text-decoration: none !important;
}

#dnn_ctr356_ViewProfile_buttonPanel li {
    float: none;
    margin-bottom: 8rem;
	text-align: center;
}

.DnnModule.DnnModule-ZenDeskLogin.DnnModule-1367 {
    display: none;
}


.editbar .right-section {
    padding-right: 160px!important;
}


/* newsticker naslovnica */

#dnn_ctr1536_ModuleContent .newsticker_wrapper.NewsMagazine .newsticker li a {
  color: #fff;
}

#dnn_ctr1536_ModuleContent .newsticker_wrapper.NewsMagazine.blue .newsticker li a:hover {
  color: #ffa510;
}

#dnn_ctr1536_ModuleContent .newsticker_wrapper.NewsMagazine.blue .newsticker_title::after {
  border-left-color: #278aca;
}

#dnn_ctr1536_ModuleContent .newsticker_wrapper.NewsMagazine.blue .newsticker_title {
  background-color: #278aca;
}

a:focus-visible {
	outline: 2px dashed red !important;
	background-color: red !important;
	border: 2px dashed red !important;
}

.eds_articleContent img {
  max-width: 100%;
}