body::-webkit-scrollbar {
	width: 0.8vw;
	height: 0.8vw;
}
body::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
body::-webkit-scrollbar-thumb {
	background: #1b265c;
	border: 0px none #ffffff;
}
body::-webkit-scrollbar-thumb:hover {
	background: #1b265c;
}
body::-webkit-scrollbar-thumb:active {
	background: #1b265c;
}
body::-webkit-scrollbar-track {
	background: #ffffff;
	border: 0px none #ffffff;
}
body::-webkit-scrollbar-track:hover {
	background: #ffffff;
}
body::-webkit-scrollbar-track:active {
	background: #ffffff;
}
body::-webkit-scrollbar-corner {
	background: transparent;
}

body{
	font-family: 'Montserrat', sans-serif;
	background: #f5f5f5;
}

.baslik{
	text-align: center;
}

table {
	width: 80%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(148, 147, 147, 0.75);
	-moz-box-shadow:0px 0px 2px 0px rgba(148, 147, 147, 0.75);
	box-shadow: 0px 0px 2px 0px rgba(148, 147, 147, 0.75);
	margin:auto; margin-bottom: 50px;
}
table td{
	padding: 5px!important;
}
.response{
	text-align: center;
	font-size: 15px;
}
.modal-message .modal-dialog {
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) !important;
	margin: 0px;
	max-width: 500px;
	width: 100%; }
	.modal-message .modal-dialog .modal-content .modal-header {
		text-align: center;
		display: block;
		border-bottom: none;
		padding-top: 50px;
		padding-bottom: 50px; }
		.modal-message .modal-dialog .modal-content .modal-header .close {
			position: absolute;
			right: -15px;
			top: -15px;
			padding: 0px;
			color: #fff;
			opacity: 1;
			cursor: pointer; }
			.modal-message .modal-dialog .modal-content .modal-header h2 {
				display: block;
				text-align: center;
				color: #40d876;
				padding-bottom: 10px;
				font-family: "Roboto", sans-serif; }
				.modal-message .modal-dialog .modal-content .modal-header p {
					display: block; }