/*
TASARIM : SPEAKYCHATPANEL SOHBET YONETIM PANELLERI
WEB MASTER : ADEM BUYUKYAVUZ
WEB : WWW.SPEAKYCHATPANEL.COM
TARIH : 01.01.2020
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600,700,800,900|Raleway:100,200,300,400,500,600,700,800,900&display=swap');



/*
font-family: 'Barlow', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Barlow', sans-serif;
*/


/* SCP GENEL AYALAR */
html {width:1024px; height:768px; overflow:hidden;}
body {
	min-width:1024px;
	height:768px;
	overflow:hidden;
	font-family:"Barlow", Arial, Helvetica, sans-serif;
	background:url('../images/login/login_bg.jpg') no-repeat top center;
	font-weight:100;
	overflow:hidden;
}
.Temizle {clear:both;}
.Kapsayici {width:1024px; position:relative; margin:auto;}
.Logo {position:absolute; width:164px; height:110px; z-index:2; left:0; margin-top:40px; left:25px;}
.kizlar {
	position:absolute;
	width:225px;
	height:322px;
	top:450px;
	left:170px;
	display:block;
	background:url('../images/login/kiz.png') no-repeat top center;
}



/* SCP ONLİNE KİŞİ */
.online_kisi {
    position: absolute;
    color: #fff;
    margin: 215px 0 0 834px;
    text-align: center;
    line-height: 1.10em;
    font-weight: 300;
    font-size: .80em;
    z-index: 3;
}
.online_kisi span {
	display: block;
    font-size: 4.80em;
    letter-spacing: -0.04em;
    font-weight: 300;
    line-height: .80em;
    margin-bottom: 7px;
}
.home_sohbet_text {
	position: absolute;
    color: #fff;
    text-align: center;
    margin: 218px 0 0 675px;
    width: 150px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 1.10em;
}
.home_sohbet_text span {font-weight:700;}



/* SCP ICON MENÜLER */
.icon_menu {
	position:absolute;
	margin:210px 0 0 0;
	width:220px;
	height:auto;
}
.icon_menu a {
	position:relative;
	line-height:.90em;
	font-weight:700;
	float:left;
	display:block;
	font-size:1em;
	letter-spacing:-0.03em;
	font-family:"Barlow",sans-serif;
	width:110px;
	height:50px;
	text-align:center;
	float:left;
	padding-top:60px;
}
.icon_menu a span {font-size:.70em; display:block;}
.icon_menu a:hover {color:#1c3ca4; text-decoration:underline;}


.icon_menu_01 {color:#cd377b; background:rgba(205,55,123,.3) url('../images/icon_menu_01.png') no-repeat center 20px;}
.icon_menu_02 {color:#18b8ec; background:rgba(24,184,236,.3) url('../images/icon_menu_02.png') no-repeat center 20px;}
.icon_menu_03 {color:#7ab330; background:rgba(122,179,48,.3) url('../images/icon_menu_03.png') no-repeat center 20px;}
.icon_menu_04 {color:#2344a8; background:rgba(35,68,168,.3) url('../images/icon_menu_04.png') no-repeat center 20px;}



/* SCP MİNİ MENÜ TASARIMI */
.mini_menu {
	position:absolute;
	margin:500px 0 0 20px;
	width:300px;
}
.mini_menu a {
	font-size:.80em;
	font-family: "Barlow";
	font-weight:600;
	color:#fff;
	display:block;
	padding:4px;
	padding-left:12px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.mini_menu a:hover {text-decoration:underline; color:#fff; text-shadow:0 0 20px #fff;}





/* SCP ÜYE RESİMLERİ */
.uye_resimleri {
	width:560px;
	height:90px;
	position:absolute;
	z-index:1;
}
.uye_resimleri_grup1 {margin-top:60px; left:250px;}
.uye_resimleri_grup2 {margin-top:155px; left:250px;}
.uye_resimleri_grup3 {margin-top:250px; left:250px;}
.uye_resimleri img {
	width: 90px;
	height: 90px;
	position:relative;
	
	-webkit-border-radius: 20px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 20px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-radius: 20px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.4);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.4);
}
.uye_resimleri img:hover {
	-webkit-box-shadow: 0 15px 50px 0 rgba(0,0,0,.8);
	box-shadow: 0 15px 50px 0 rgba(0,0,0,.9);
	z-index:3;
}
.uye_resimleri ul li {list-style:none; position:relative; float:left; margin-top:14px; margin-left:5px; width:90px; height:90px;}

.online_uyeler_baslik {
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.009;
    text-align: center;
	
	/*
    text-shadow: 2.5px 4.33px 0px rgba(124, 58, 8, 0.2);
    -moz-transform: matrix( 1.45244609787147,0,0,1.45244609787147,0,0);
    -webkit-transform: matrix( 1.45244609787147,0,0,1.45244609787147,0,0);
    -ms-transform: matrix( 1.45244609787147,0,0,1.45244609787147,0,0);
	*/
	
    position: absolute;
    left: 290px;
    top: 30px;
    z-index: 165;
}
.online_uyeler_baslik span {font-weight: 700; display:block;}







/* SCP SOHBET LOGİN */
.sohbet_login {width:460px; height:170px; position:absolute; z-index:2;}
.login_buttons {position:absolute; margin:85px 0 0 40px;}
.login_buttons a {
	color:#6aa8d6;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	font-size:.95em;
	font-weight:600;
	display:block;
	padding:2px 10px;
	margin-bottom:1px;
	text-align:center;
}
.login_buttons a:hover, .login_buttons a.aktif {
	color:#276da1;
	background:#fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

/* SCP LOGİN FORM */
.sohbet_login {width:480px; height:300px; position:absolute; margin-top:377px; right:200px;}
.login_buttons {position:relative; margin:27px 0 0 60px;}
.login_buttons a {
	color:#cb4209;
	text-shadow:0 1px 0 rgba(255,255,255,.3);
	font-size:1.10em;
	display:block;
	float:left;
	width:169px;
	height:47px;
	line-height:47px;
	position:absolute;
	text-align:center;
	font-family:"Barlow", sans-serif;
	letter-spacing:-0..03em;
	font-weight:700;
}
.login_buttons a:nth-child(2) {margin-left:130px;}
.login_buttons a:nth-child(3) {margin-left:260px;}
.login_buttons a:hover, .login_buttons a.aktif {
	background:url('../images/form_baslik_hover.png') no-repeat center;
	color:#f9590d;
	width:169px;
	height:47px;
	text-align:center;
	text-shadow:none;
}

/* SCP LOGİN FORM */
.login_form input[type=text], .login_form input[type=password] {
	width:225px;
	height:50px;
	padding:0 15px;
	padding-left:50px;
	border:none;
	display:block;
	font-size:.90em;
	color:#1c3ca4;
	position:relative;
	
	-webkit-border-radius: 50px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 50px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-radius: 50px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.login_form input[type=text] {background:#f8f8f8 url('../images/form_user_icon.png') no-repeat 15px center;}
.login_form input[type=password] {background:#f8f8f8 url('../images/form_lock_icon.png') no-repeat 15px center;}
.login_form .Kadi {margin:110px 0 0 50px;}
.login_form .Sifre {margin:3px 0 0 50px;}
.login_form .YoneticiSifre {margin:3px 0 0 50px; width:127px !important;}
.pasif_form {cursor:not-allowed !important; background:#1c3ca4 url('../images/form_lock_icon2.png') no-repeat 15px center !important; color:#fff !important;}
.login_form .Giris_Btn {
	width:115px;
	height:50px;
	display:block;
	position:absolute;
	background:url('../images/button.png') no-repeat left top;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	margin:-50px 0 0 245px;
}
.login_form .Giris_Btn:hover {background-position:right top;}



/* SCP YAN BUTONLAR */
.yan_butonlar {width:142px; height:102px; position:absolute; margin:-156px 0 0 343px;}
.yan_butonlar a {float:left;}
.Bay {width:70px; height:50px; display:block; background:url('../images/bay.png') no-repeat left top; margin-right:2px; margin-bottom:3px;}
.Bay:hover, .Bay.aktif {background-position:right top;}
.Bayan {width:70px; height:50px; display:block; background:url('../images/bayan.png') no-repeat left top; margin-bottom:3px;}
.Bayan:hover, .Bayan.aktif {background-position:right top;}
.Avatar {width:142px; height:50px; display:block; background:url('../images/avatar.png') no-repeat left top;}
.Avatar:hover {background-position:right top;}

.home_login_yeni_uyelik {position:absolute; color:#fff; line-height:110%; font-weight:600; font-size:.80em; margin:685px 0 0 440px;}
.home_login_yeni_uyelik:after {
	content:'';
	position:absolute;
	width:48px;
	height:48px;
	display:block;
	left:-55px;
	top:-8px;
	background:url('../images/yeni-uyelik.png') no-repeat center;
}
.home_login_sifremi_unuttum {position:absolute; color:#fff; line-height:110%; font-weight:600; font-size:.80em; margin:685px 0 0 580px;}
.home_login_sifremi_unuttum:after {
	content:'';
	position:absolute;
	width:48px;
	height:48px;
	display:block;
	left:-55px;
	top:-8px;
	background:url('../images/sifremi-unuttum.png') no-repeat center;
}
.home_login_yeni_uyelik:hover, .home_login_sifremi_unuttum:hover {text-decoration:underline;}



/* SCP PLACEHOLDER COLOR */
::-webkit-input-placeholder {color:#1c3ca4;}
:-moz-placeholder { /* Firefox 18- */ color:#1c3ca4;  }
::-moz-placeholder {  /* Firefox 19+ */ color:#1c3ca4;  }
:-ms-input-placeholder { color:#1c3ca4; }


.pasif_form::-webkit-input-placeholder {color:#4e6ed4;}
.pasif_form:-moz-placeholder, {color:#4e6ed4;}
.pasif_form:-ms-input-placeholder{color:#4e6ed4;}





/* SCP BILDIRIMLER */
.message {
	padding:10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	font-size:1em !important;
	font-weight:normal !important;
}
.message.info {
    border: 1px solid #cadcea;
    background: #e1f2fc;
    color: #225b86 !important;
    text-shadow: 0 1px 0 #fff;
	margin:10px 0;
}
.message.error {
    border: 1px solid #eeb7ba;
    background: #fae2e2;
    color: #be4741 !important;
    text-shadow: 0 1px 0 #fff;
	margin:10px 0;
}
.message.success {
    border: 1px solid #b8c97b;
    background: #e5edc4;
    color: #3f7227 !important;
    text-shadow: 0 1px 0 #fff;
	margin:10px 0;
}
.message.warning {
    border: 1px solid #e5dbaa;
    background: #ffffc0;
    color: #6d7829 !important;
    text-shadow: 0 1px 0 #fff;
	margin:10px 0;
}