@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.bootstrap-container *,
.bootstrap-container body,
.bootstrap-container td,
.bootstrap-container tr,
.bootstrap-container div,
.bootstrap-container p,
.bootstrap-container form,
.bootstrap-container input,
.bootstrap-container select,
.bootstrap-container textarea,
.bootstrap-container font {
	font-family: 'Open Sans', sans-serif !important;
}


html {
	font-size: 14px;
}

body {
	content: "";
	background: url('/images/data-5.jpg');
	font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

.mvc-grid-pager {
	text-align: right !important;
}

.full-width {
	width: 100%;
}

.records-grid-footer {
	display: flex;
	align-items: flex-end;
}

.text-align-right {
	text-align: right
}

.navbar-nav-login {
	margin-left: auto;
}

.login-container {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.confirmAccount-container {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.mt-10 {
	margin-top: 10px;
}

.full-width-mobile {
	width: 100%;
}
/* Mobile only classes */
@media (max-width: 576px) {
	.full-width-mobile {
		width: 100%;
	}
}

.text-right {
	text-align: right;
}

.myTabContent {
	padding: 0px !important;
	margin-top: 20px;
}

.m-l-auto {
	margin-left: auto;
}

.m-r-auto {
	margin-right: auto;
}

.site-header {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

	.site-header a {
		color: #8e8e8e;
		transition: color .15s ease-in-out;
	}

		.site-header a:hover {
			color: #fff;
			text-decoration: none;
		}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
	position: absolute;
	right: 10%;
	bottom: -30%;
	width: 300px;
	height: 540px;
	background-color: #333;
	border-radius: 21px;
	transform: rotate(30deg);
}

	.product-device::before {
		position: absolute;
		top: 10%;
		right: 10px;
		bottom: 10%;
		left: 10px;
		content: "";
		background-color: rgba(255, 255, 255, .1);
		border-radius: 5px;
	}

.product-device-2 {
	top: -25%;
	right: auto;
	bottom: 0;
	left: 5%;
	background-color: #e5e5e5;
}

.flex-equal > * {
	flex: 1;
}

@media (min-width: 768px) {
	.flex-md-equal > * {
		flex: 1;
	}
}

.fw-normal {
	z-index: 100;
	position: relative;
	font-weight: 700 !important;
	text-align: left;
	text-transform: uppercase;
}

.flex-centered {
	display: flex;
	justify-content: center;
	align-items: center;
}

a {
	color: #211D58;
}

.mvc-grid-pager .active {
	background: #211D58 !important;
}

table {
	background: white;
}

.navbar-brand {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-logo {
	height: 50px;
	margin-left: 20px;
	margin-right: 8px;
}

.footer {
	background: white;
	font-weight: 500;
}

.btn-secondary {
	background: #211D58 !important;
}

.btn-outline-secondary {
	color: #211D58 !important;
}

.btn-outline-secondary:hover {
	background-color: #211D58 !important;
	color: #FFFFFF !important;
}

.card {
	border: 1px solid #211D58;
	margin-right: -1px;
}

.card-header {
	background-color: #211D58;
	color: white;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	color: #211D58;
}

.btn-logout {
	color: #211D58 !important;
	font-weight: 600;
}

.noty_theme__mint.noty_type__success {
	background-color: #B6C352 !important;
}


.noty_layout {
	top: 80px !important;
}

.nav-item a {
	color: #211D58 !important;
	font-weight: 600;

	padding-left: 12px !important;
	padding-right: 12px !important;

	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.nav-item a:hover {
	border: 2px solid #211D58;
	border-radius: 8px;
	
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.nav-item a.active {
	border-radius: 8px;
	color: white !important;
	background: #211D58;
}

.nav-link {
	display: flex;
	justify-content: center;
	align-items: center;
	
	margin-right: 8px;
}


.dashboard-statistics .card {
	height: 100%;
}

.no-decoration {
	text-decoration: none;
}

.bold {
	font-weight: 600;
}

.nav-tabs .nav-link {
	color: #211D58 !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	font-weight: 600;
}

.text-underline {
	text-decoration: underline;
}

.no-padding {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.email-template {
	color: #211D58 !important;
}

.email-template img {
	max-width: 300px;
}

.email-regards p,
.company-details p {
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.text-right {
	text-align: right;
}

.tooltip > .tooltip-inner {
	background-color: #211D58;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #211D58;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
	border-bottom-color: #211D58;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
	border-left-color: #211D58;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: #211D58;
}

.d-none {
	display: none !important;
}
/* Styling for the toggle switch */
.toggle-switch {
	position: relative;
	width: 50px;
	height: 25px;
	appearance: none;
	background-color: #ccc;
	border-radius: 25px;
	cursor: pointer;
}

	.toggle-switch:checked {
		background-color: #2196F3;
	}

	.toggle-switch:before {
		content: '';
		position: absolute;
		top: 2px;
		left: 2px;
		width: 21px;
		height: 21px;
		background-color: #fff;
		border-radius: 50%;
		transition: 0.4s;
	}

	.toggle-switch:checked:before {
		transform: translateX(25px);
	}

	.v-centar{
		vertical-align:super;
	}
	.mt-50{
		margin-top: 50px;
	}
	.w-100{
		max-width: 100px;
	}
	
	
	.container { max-width: 85%; }
	
	.settings-table tr{
		height: 45px;
	}

.settings-table td {
	vertical-align: middle;
}

.settings-table th {
	vertical-align: middle;
} 

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	
}

footer .container {
	color: #211D58;
	font-weight: 700;
}
