a, div, input {
	background-color: transparent;
	transition: all 0.33s;
	transition-property: all;
	transition-duration: 0.33s;
	transition-timing-function: initial;
	transition-delay: initial;
}

body {
	padding-top: 20px;
	background-image: linear-gradient(to top, #e6e9f0 0%, #ffffff 100%);
	background: #f6f9fc;
}

	body.login {
		padding-top: 0;
	}

a {
	color: #20439c;
}

.navbar-fixed-top {
	/*background: #fff;
	box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.1);*/
	padding: 15px 0;
}

.navbar-nav > li > span {
	line-height: 50px;
	color: #d2d2d2;
	margin-right: 15px;
}

.navbar-right {
	margin-right: 15px;
}

.navbar-brand {
	font-size: 38px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 20px;
	padding: 0 15px;
}

	.navbar-brand img {
		height: 50px;
	}

.brand-name {
	line-height: 51px;
	font-size: 22px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: underline;
	background: none;
}

.dropdown-menu > li > a.logout {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #F44336;
	white-space: nowrap;
}

.dropdown-menu {
	background-color: #fff;
	border: 0px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
}

	.dropdown-menu > li > a {
		padding: 5px 20px;
	}

.kontak-detay {
	list-style-type: none;
	padding: 0;
}

.kontak-form {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
    /*Disabled for IE problem*/ 
	/*padding: 18px 10px;*/
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	margin-bottom: 10px;
	border: #e8e8e8 1px solid;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0, 34, 97, 0.31);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0, 34, 97, 0.38);
}

	.form-control:focus {
		border: rgba(120, 127, 151, 0.61) 1px solid;
		-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0, 34, 97, 0.31);
		box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0, 34, 97, 0.38);
	}

.btn {
	border-radius: 0.2rem;
	padding: 10px 10px;
	font-weight: 500 !important;
}

.btn {
	border: none;
	padding: 9px 26px;
}

.btn-sm {
	padding: 6px 18px;
}

.btn-primary {
	color: #fff;
	background-color: #f8cd29;
}

	.btn-primary:focus, .btn-primary:hover {
		color: #fff;
		background-color: #f8cd29;
	}

.mt-zero {
	margin-top: 0;
}

.mt-xs {
	margin-top: 5px;
}

.mt-sm {
	margin-top: 10px;
}

.mt-md {
	margin-top: 20px;
}

.mt-lg {
	margin-top: 30px;
}

.mt-xl {
	margin-top: 40px;
}

.mb-zero {
	margin-bottom: 0;
}

.mb-xs {
	margin-bottom: 5px;
}

.mb-sm {
	margin-bottom: 10px;
}

.mb-md {
	margin-bottom: 20px;
}

.mb-lg {
	margin-bottom: 30px;
}

.mb-xl {
	margin-bottom: 50px;
}


.no-gutter {
	margin-right: 0;
	margin-left: 0;
}

	.no-gutter > [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0;
	}

	.label-primary {
    background-color: #f8cd29;
		color:#fff;
}


/*index*/

.login .left {
	height: 100vh;
	background-color: #0f0d0e;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
}

.login-text {
	width: 90%;
}

@media (min-width:768px) {
	.login-text {
		width: 400px;
	}
}

.login-text {
	height: auto;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857143;
	color: #555;
	margin-bottom: 10px;
}

	.login-text h1 {
		font-size: 36px;
		font-weight: 600;
		color: white;
	}

	.login-text h2 {
		font-size: 19px;
		font-weight: 300;
		line-height: 1.3;
		color: white !important;
	}

	.login-text p {
		margin-top: 30px;
	}

		.login-text p a {
			font-size: 14px;
			font-weight: 300;
			color: white;
			text-decoration: underline;
		}

			.login-text p a:hover {
				text-decoration: none;
			}


.login .right {
	height: 100vh;
	position: relative;
	background-image: linear-gradient(to top, #e6e9f0 0%, #ffffff 100%);
}


.login-box {
	width: 90%;
}

@media (min-width:768px) {
	.login-box {
		width: 400px;
	}
}

.login-box {
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0, 34, 97, 0.31);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0, 34, 97, 0.38);
	border: 1px solid #D8DDE6;
	border-radius: 4px;
}

.appname {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
		font-size: 15px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #cbcbcb;
}

.settings {
	position: absolute;
	top: 20px;
	right: 20px;
}

	.settings i {
		font-size: 20px;
		color: #dadada;
	}

.logo {
	text-align: center;
	margin-bottom: 30px;
}

	.logo img {
		width: 85px;
	}

.customer-logo {
}

	.customer-logo img {
		height: 25px;
	}

.full-width {
	background-color: #8eb5e2;
	width: 100%;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}



/*dashboard*/

#sidebar {
	background: white;
}




.infobox {
	background: #ffffff;
	border-bottom: #e8e8e8 1px solid;
	overflow: hidden;
	margin-bottom: 30px;
	border: #e9eaeb 1px solid;
	border-radius: 8px;
	min-height: 170px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

	.infobox:hover {
		box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.3);
	}

	.infobox .infobox-heading {
		font-size: 15px;
		font-weight: 300;
		margin-top: 0;
		margin-bottom: 5px;
		color: white;
		overflow: hidden;
		padding: 10px 20px;
		background: #343f4a;
		background-image: linear-gradient(60deg, #29323c 0%, #6f757d 100%);
	}

.infobox-kontak .infobox-heading {
	background: #f8cd29;
	background-image: linear-gradient(to right, #f8cd29 0%, #ec8c69 100%);
}

.infobox .duzenle-btn {
	border: none;
	color: white;
	padding: 0;
	margin: 0;
}

.infobox .infobox-content {
	padding: 13px 20px;
}

.infobox p {
	margin: 0;
}

.infobox a {
	font-size: 14px;
	font-weight: 300;
	color: #424345;
	border-bottom: #e8e8e8 1px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
}
.infobox .specificlink {
    border: none;
    font-size: 12px;
    display: inline-block;
    color: #20439c;
}

.infobox .glyphicon {
	margin-right: 5px;
	color: #c8c8c8;
}
.infobox-kontak .glyphicon {
	color: #fff;
}



footer {
	position: relative;
    padding: 30px 0;
    margin-bottom: 50px;
}
.footer-form {
    width: 350px;
    margin-top: -13px;
    margin-bottom: 20px;
}
.copyright {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	font-weight: 100;
	color: #b4b5b8;
	letter-spacing: 1px;
}
