﻿body {
    background: #f5f5f5;/*#e33f43*/
    font-family: 'Roboto', sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #797979;
    height: 100%;
    width: 100%;
    position:absolute;
}
* {
    outline: none !important;
}
h3{
    font-weight:400;
}

a{
    color:#797979;
}
a:hover {
    text-decoration:none;
    color:#2098d1;
    cursor:pointer;
}
a i{
    margin-right: 5px !important;
}
.divLogin {
	width: 400px;
	background-color: #fff;
	margin: 10% auto;
	margin: 3% auto;
	position: relative;
	width: 390px;
}
@media (max-width: 767px) {
    .divLogin {
        width: 90%;
    }
}
.divLoginContent {
    border: 1px solid rgba(54, 64, 74, 0.1);
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.divLoginHead img{
	height:30px;
	margin:0px auto;
	margin-bottom:5px;
}
.divLoginHead span {
	text-align: center;
	color: #6185a8;
	font-weight: normal;

}

.divLoginPanel {
	padding: 15px;
}
.divLoginPanelSatir{
    margin-bottom:15px;
}


.forminputs {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	border-radius: 2px;
	color: #565656;
	padding: 7px 12px;
	height: 38px;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border-radius: 4px;
}
.forminputs:focus {
  background-color: #FFFFFF;
  border: 1px solid #617184;
  box-shadow: none;
  outline: 0 !important;
  color: #333333;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.btnLogin {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 6px 12px;
	border-radius: 2px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #2c3e50;
}
	.btnLogin:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #1a252f;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
.btnLogin:hover, .btnLogin:focus, .btnLogin:active {
  color: #fff;
  cursor:pointer;
}
.btnLogin:hover:before, .btnLogin:focus:before, .btnLogin:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.text-dark {
    color:#797979;
}
    .text-dark:hover {
        color:#3c78e5;
    }

.ColorBlue {
    color: #4485fb;
}
.dspNone {
    display:none;
}

.swal-wide {
    width: 700px !important;
}
input.InputErrorBorder {
    font-weight: normal;
    color: #f56b6b;
    line-height: 15px;
    font-size: 13px;
    border-color: #f56b6b;
    display: inline-block;
    margin-right: 10px;
}
li.InputErrorBorder{
    text-align:left;
    list-style:circle;
    padding:5px;
}


.divLoginEkIslemler{
text-align:center;
}
.divLoginEkIslemler a{
	color:#6185a8;
}

.divLoginEkLinkler{
	margin-top:10px;
}
	.divLoginEkLinkler a {
		padding: 8px 0px;
		border-radius: 2px;
		color: #fff;
		color: #fff;
		font-size: 12px;
		background-color: #3498db;
		width:100%;
		display:inline-block;
		text-align:left;
		margin-bottom:10px;
	}
		.divLoginEkLinkler a i{
			float:left;
			margin-left:25px;
			margin-top:-1px;
			font-size:16px;
			margin-right:10px!important;
		}
		.divLoginEkLinkler a:first-child {
			background-color: #2c3e50;
		}
		.divLoginEkLinkler a:last-child {
			background-color: #e67e22;
		}

		.divLoginEkLinkler a:hover {
			background-color: #617184
		}

/*#CaptchaInputText {
	border: 1px solid #ccc;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 27px;
	text-indent: 5px;
	line-height: 27px;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	width: 100%;
	font-weight: normal;
}*/

.genelBTN {
	padding: 6px 12px;
	border-radius: 2px;
	text-align: center;
	color: #333 !important;
	font-size: 12px;
	background: #d0d7da;
	font-weight: normal;
}
.MBot15{
	margin-bottom:15px;
}



/*Modal Popup*/
.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(54, 64, 74, 0.8);
	display: none;
	overflow-x: hidden;
	/* overflow-y: scroll; */
	z-index: 299;
}

	.modal-overlay.modal-overlayMini {
		z-index: 310;
	}

	.modal-overlay.modal-overlay3Kirim {
		z-index: 311;
	}

	.modal-overlay.modal-overlay4Kirim {
		z-index: 312;
	}

	.modal-overlay.modal-overlay5Kirim {
		z-index: 313;
	}

.modalcontent {
	position: relative;
	background-color: #fff;
	display: block;
	margin: 0px auto;
	margin-top: 80px;
	margin-bottom: 40px;
	max-width: 1200px;
	min-height: 50px;
	height: auto;
	display: none;
}

	.modalcontent .content {
		overflow: hidden;
	}

	.modalcontent.Max {
		max-width: 100%;
		margin-top: 0;
		height: 100%;
		margin-bottom: 0px;
		overflow: auto;
	}

@media only screen and (max-width: 600px) {
	.modalcontent {
		margin-left: 10px;
		margin-right: 10px;
	}
	.divLoginEkIslemler a {
		display: block;
	}
}

.closePopUp {
	transition: all ease 0.1s;
	color: #e33f43; 
	font-size: 14px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

	.closePopUp:hover {
		cursor: pointer;
		color: #5c636c;
	}

	.closePopUp i {
		line-height: 22px;
	}

.maxMinPopup {
	transition: all ease 0.1s;
	color: #e33f43; 
	font-size: 14px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

	.maxMinPopup:hover {
		cursor: pointer;
		color: #5c636c;
	}

	.maxMinPopup i {
		line-height: 22px;
	}

.modalContainer {
	position: relative;
}

	.modalContainer .form-group span {
		font-weight: 400;
	}

	.modalContainer .caption {
		margin: 0px;
	}

	.modalContainer .content {
		padding: 10px;
	}



.divGirisUyari {
	font-size: 12px;
	animation: blinker 3s linear infinite;
	background-color:#e33f43;
	color:#fff;
	text-align:center;
	padding:10px;
}

#divBrowser{
	margin-top:5px;
	text-align:center;
	font-size:12px;
	color:#797979;
}

@keyframes blinker {
	0% {
		opacity: 0;
	}
	12% {
		opacity: .5;
	}
	25% {
		opacity: .65;
	}
	50% {
		opacity: .80;
	}
	75% {
		opacity: .95;
	}
	100% {
		opacity: 1;
	}
}