﻿body {
	margin: 0px;
	font-family:'Roboto', sans-serif;
	color:#393d40;
	height:100%;
	font-size: 16px;
	line-height:150%;
	background-color:#f1f2f6;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

main {
	display: block;	
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

Button{
	border:none;
	font-family:'Roboto', sans-serif;
	font-size: 16px;
}
Button:Focus{
	outline: none;
}
input{
	border:none;
	font-family:'Roboto', sans-serif;
}
input:Focus{
	outline: none;
}
ul, li{
	list-style-type: none;
}

label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].css-checkbox {
	position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	width: 100%;
	padding-left:30px;
	height:20px; 
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
	margin-top: 10px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
	width: 100%;
}
.css-label{
	background-image:url(/Content/img/Check.png);
}
input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}
input[type=checkbox].css-checkbox.med:checked + label.css-label.med {
    background-position: 0 -20px;
}
input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}
input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{
    background-position: 0 -20px;
}
input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}
input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{
    background-position: 0 -20px;
}
input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=radio].css-checkbox + label.css-label {
	float:left;
	width: 100%;
	height:20px;
	box-sizing: border-box;
	padding-left: 25px;
	margin-bottom: 10px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label01 {
	background-position: 0 -21px;
	width: 100%;
}
label.css-label01 {
	background-image:url(/Content/img/Radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	padding-left: 30px;
	background-position: 0 0;
    background-repeat: no-repeat;
}

.SyfGnl01{
	float:left;
	width: 100%;
	height: auto;
	font-family:'Roboto', sans-serif;
	font-size: 16px;
}
.SyfGnl02{
	float:left;
	width: 100%;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
	font-family:'Roboto', sans-serif;
	font-size: 16px;
}
.SyfGnl03{
	float:left;
	width: 100%;
	height: auto;
	padding: 20px 10px;
	box-sizing: border-box;
	font-family:'Roboto', sans-serif;
	font-size: 16px;
}
.SyfGnl04{
	float:left;
	width: 100%;
	height: auto;
	padding: 0 10px;
	box-sizing: border-box;
	font-family:'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
}
.SyfGnl05{
	float:left;
	width: 100%;
	height: auto;
	font-family:'Roboto', sans-serif;
	font-size: 14px;
	background-color: #fff;
	padding-bottom: 20px;
}
.Giris{
	float:left;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	background-image: url(/Content/img/Giris_Bg.jpg);
	background-position: center;
	background-position: top;
	background-size: cover;
}
.Giris_Logo{
	margin:40px auto;
	display: block;
	text-align: center;
}
.inputGrs1{
	float:left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 20px;
	background-color: #fff;
	font-size: 16px;
	background-image: url(/Content/img/icon_Giris1.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}
.inputGrs2{
	float:left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 30px;
	background-color: #fff;
	font-size: 16px;
	background-image: url(/Content/img/icon_Giris2.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}
.BtnGiris{
	float:right;
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #000;
	padding: 0 40px;
	text-align: center;
	font-weight: 600;
	border-radius: 3px;
}
.GirisTxt{
	float:left;
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	margin: 20px 0;
	color: #fff;
	font-size: 13px;
}
.Header{
	float:left;
	width: 100%;
	height: 70px;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.Header a img{
	float:left;
	margin-top: 18px;
	max-width: 40%;
	height: auto;
}
.NaviGnl{
	float:right;
	width: auto;
	height: 70px;
	padding: 5px;
	box-sizing: border-box;
	background-color: #f1f2f6;
}
.Hamburger{
	float:right;
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-image: url(/Content/img/Hamburger.png);
}
.Settings{
	float:left;
	width: 50px;
	height: 50px;
	border-left: 1px solid #e34946;
	background-image: url(/Content/img/settings.png);
}
.Zil{
	float:left;
	width: 50px;
	height: 50px;
	background-image: url(/Content/img/zil.png);
}
/*Hamburger Menu*/
header {
	height: 48px;
	overflow: hidden;
	background-color: #009900;	
}
header h1 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 28px;
	line-height: 48px;
	margin-left: 15px;
	float: left;	
}
header nav ul {
	display: none;
}
.btn-menu {
	display: block;
	float: right;
	border: 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
    top: 5px;
    right: 5px;
}
.btn-menu:focus {
	outline: 1px dotted #E0AE19;	
}
.show_menu .btn-menu:focus {
	outline: none;	
}
.btn-menu .text {
	display: block;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;	
}
.btn-menu .bar,
.btn-menu .bar:before,
.btn-menu .bar:after {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 22px;
	height: 3px;
	background-color: #3bb1d9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-menu .bar {
	top: 24px;
	left: 14px;	
}
.btn-menu .bar:before {
	position: absolute;
	content: '';
	top: 6px;
	left: 0;
}
.btn-menu .bar:after {
	position: absolute;
	content: '';
	top: -6px;	
	left: 0;
}
.show .btn-menu .bar {
	background-color: transparent;	
}
.show .btn-menu .bar:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}
.show .btn-menu .bar:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}
.mobile-nav {
	height: 0;
	overflow: hidden;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	background-color: #3bb1d9;
	border-top: none;
	border-bottom: none;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	z-index: 999;
}
.mobile-nav a {
	text-decoration: none;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	padding-left: 20px;
	display: block;
	line-height: 42px;
	border-bottom: 1px solid #34a9d0;	
}
.mobile-nav a:focus,
.mobile-nav a:hover,
.mobile-nav a:active {
	background-color: #33a8cf;	
}
.mobile-nav li:first-child a {
	border-top: none;	
}
.show .mobile-nav {
	height: auto;
}
.mobile-nav .dd + ul {
	height: 0;
	overflow: hidden;
	background-color: #2799c0;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.mobile-nav .dd + ul a {
	text-indent: 30px;	
}
.mobile-nav .dd + ul a:focus,
.mobile-nav .dd + ul a:hover,
.mobile-nav .dd + ul a:active {
	background-color: #001E66;	
}
.mobile-nav .dd:after {
	content: '\25BC';
	margin-left: 5px;
	font-size: 12px;	
}
.mobile-nav .dd-show + ul {
	height: auto;	
}
.Hmbrgr{
	margin-left: -20px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
main {
	padding: 20px;
	position: relative;	
}
/*End Hamburger Menu*/

.Search_Bg{
	float:left;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 46px;
}
.Kriter_Bg{
	float:left;
	width: 100%;
	height: auto;
	padding: 10px 20px;
	box-sizing: border-box;
}
.InputSearch{
	float:left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
}
.BtnSearch{
	float:right;
	width: 60px;
	height: 44px;
	background-color: #e34846;
	background-image: url(/Content/img/btnsearch.png);
	z-index: 2;
	position: relative;
	top: -44px;
}
.Istatistik_Bg{
	float:left;
	width: 100%;
	height: auto;
	padding: 20px 2px;
	box-sizing: border-box;
	background-color: #fff;
}
.Ist01{
	float:left;
	width: 40%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #f1f2f6;
	border: 1px solid #e6e7ee;
	font-size: 24px;
	color: #3bb85d;
	font-family: 'Rajdhani', sans-serif;
	margin-top: -1px;
	font-weight: 600;
}
.Ist02{
	float:left;
	width: 60%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e6e7ee;
	margin-top: -1px;
	margin-left: -1px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

/*Accordion*/

.accordion {
	width: 100%;
	background: #a5adb8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 600;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px;
    color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #e6e7ee;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link { border-bottom: 0; }
.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
    top:15px;
}
.accordion li.open .link { color: #fff; }
.accordion li.open i { color: #b63b4d; }
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion .link span{
	float:right;
	width: auto;
	height:22px;
	line-height: 22px;
	background-color: #f1f2f6;
	color: #d9434e;
	padding: 0 10px;
	margin-top: -5px;
	margin-right: 20px;
}
.Accordion2{
	border-radius:0;
	background-color: #fff;
}
#Link2{
	background-color: #f1f2f6;
	color:#010101;
}
#Link3{
	background-color: #f1f2f6;
	color:#010101;
}
/**
 * Submenu
 -----------------------------*/
.submenu {
	display: none;
	background: #F1F2F6;
	font-size: 14px;
}
.submenu li { border-bottom: 1px solid #ddd; display: flex;}
.submenu a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #000;
	padding: 12px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-weight: 400;
}
.submenum {
	display: none;
	background: #F1F2F6;
	font-size: 14px;
}
.submenum li { border-bottom: 1px solid #ddd; display: flex;}
.submenum a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.link a {
    text-decoration:none;
    color:#393d40;
    font-weight:400;
    float:left;
    line-height:50px;    
}

.projetitle {
    text-decoration:none;
    color:#393d40;
    font-weight:400;
    line-height:10px !important;
}

/*.submenu a:hover {
	color: #a5adb8;
}*/
.submenu a span{
	float:right;
	width: auto;
	height:22px;
	line-height: 22px;
	color: #a5adb8;
	padding: 0 10px;
	margin-top: -5px;
	margin-right: 0;
	font-size: 12px;
}
/*End Accordion*/

.HizliSlct{
	float:left;
	width: 100%;
	height: 40px;
	margin: 5px 0;
	border:none;
	background-color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}
.BtnArama{
	float:left;
	width: 80%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin: 10px 10%;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #e34846;
	color: #fff;
	font-family:'Roboto', sans-serif;
	font-size: 15px;
}
footer{
	color:#a5adb8;
	font-family:'Roboto', sans-serif;
	font-size: 13px;
}
.Footer01{
	float:left;
	width: 45%;
	height: 60px;
	background-color: #2f3338;
	padding: 20px 0;
	padding-left: 30px;
	padding-right: 10px;
	box-sizing: border-box;
	background-image: url(/Content/img/icon_Tel.png);
	background-repeat: no-repeat;
}
.Footer02{
	float:left;
	width: 55%;
	height: 60px;
	line-height: 20px;
	background-color: #292d32;
	padding: 20px 0;
	padding-left: 35px;
	padding-right: 10px;
	box-sizing: border-box;
	background-image: url(/Content/img/icon_Mail.png);
	background-repeat: no-repeat;
}
.FooterGnl{
	float:left;
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: #23272c;
}
.FooterGnl ul{
	float:left;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	list-style-type: none;
}
.FooterGnl ul li{
	float:left;
	width: 100%;
	height: 44px;
	line-height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #4a4f56;
	text-decoration: none;
	color:#a5adb8;
}
.FooterGnl ul li img{
	float:left;
	margin-right: 8px;
}
.GenelBaslik{
	float:left;
	width:100%;
	height: 60px;
	line-height: 60px;
	background-color: #a5adb8;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 15px;
}
.Baslik02{
	float:left;
	width:100%;
	height: 44px;
	line-height: 44px;
	background-color: #a5adb8;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 15px;
	margin: 10px 0;
}
.Baslik03{
	float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
	margin-bottom: 0;
	padding: 0 10px;
    color: #000;
    font-size: 16px;
	box-sizing: border-box;
}
.BtnGeri{
	float:left;
	width: auto;
	height: 44px;
	line-height: 48px;
	padding: 0 10px;
	padding-left: 20px;
	background-color: #fff;
	border-radius: 10px;
	margin-right: 10px;
	font-size: 14px;
	color: #3a4249;
	background-image: url(/Content/img/ArrowGeri.png);
	background-repeat: no-repeat;
	margin-top: 8px;
}
.ProjeListeSayi{
	color: #d9434e; background-color: #fff; padding: 3px;
}
.Row01{
	float:left;
	width: 100%;
	height:auto;
	margin-bottom: 10px;
}
.PL_Ad{
	float:left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #e0e4e7;
	border-bottom: 1px solid #e0e4e7;
	color: #010101;
	padding: 0 10px;
	box-sizing: border-box;
}
.PL_Id{
	float:left;
	width: 15%;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border-right: 1px solid #e0e4e7;
	border-bottom: 1px solid #e0e4e7;
	font-size: 12px;
	color: #a5adb8;
	padding: 0 5px;
	box-sizing: border-box;
}
.PL_Asama{
	float:left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	background-color: #fff;
	border-right: 1px solid #e0e4e7;
	border-bottom: 1px solid #e0e4e7;
	color: #a5adb8;
	padding: 0 10px;
	box-sizing: border-box;
}
.PL_Lksyn{
	float:left;
	width: 40%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	background-color: #fff;
	border-bottom: 1px solid #e0e4e7;
	color: #a5adb8;
	padding: 0 10px;
	box-sizing: border-box;
}

.PL_Trh{
	float:left;
	width: 25%;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border-left: 1px solid #e0e4e7;
	border-bottom: 1px solid #e0e4e7;
	font-size: 12px;
	color: #a5adb8;
	padding: 0 5px;
	box-sizing: border-box;
}
.PL_Trh02{
	float:right;
	width: auto;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	padding: 0 5px;
	font-weight: 300;
	margin-top: 10px;
	font-size: 12px;
	color: #a5adb8;
}
.Okunmamis{
	background-color: #f2fcff;
	font-weight: bold;
}
.PL_Icon{
	float:right;
	width: auto;
	margin-left: 3px;
}
.Sayfalama{
	float:left;
	width: 80%;
	height: 40px;
	margin: 10px 10%;
}
.Kapsamama{
    padding-left: 15px;
    color: #aaa;
    font-weight: 400;
}
.Onceki{
	float:left;
	width: 48%;
	height: 40px;
	background-color: #a5adb8;
	background-image: url(/Content/img/Arrow_Onceki.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	margin: 1%;
}
.Sonraki{
	float:left;
	width: 48%;
	height: 40px;
	background-color: #919ea9;
	background-image: url(/Content/img/Arrow_Sonraki.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	margin: 1%;
}
.BtnDetayliArama{
	float:left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	background-color: #e34846;
	color: #fff;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
	background-image: url(/Content/img/icon_DA.png);
	background-repeat: no-repeat;
	background-position: right;
}
.PDGorsel{
	float: left;
	width:100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	display: block;
}
.PDGorsel img{
	margin: auto;
	display: block;
	max-width:100%;
	height: auto;
}
.FD_Gorsel{
	float:left;
	width: 100%;
	min-height: 120px;
	position: relative;
	margin: 0 auto;
}
.FD_Gorsel img{
	margin: auto;
	display: block;
	max-width:100%;
	height: auto;
}
.PD_IconGnl{
	float:right;
	width: 60px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}
.icon_cikar {
    margin-top: -36px;
    position: absolute;
    right: -4px;
}
.PDIcon01{
	float: left;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.PDSol{
	float:left;
	width: 40%;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #f1f2f6;
	border: 1px solid #e6e7ee;
	font-size: 14px;
	color: #e34846;
	font-family: 'Roboto', sans-serif;
	margin-top: -1px;
	font-weight: 600;
}
.PDSag{
	float:left;
	width: 60%;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e6e7ee;
	margin-top: -1px;
	margin-left: -1px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #010101;
}
.PDAciklama{
	float: left;
	width:100%;
	height: auto;
	background-color: #F1F2F6;
	padding: 20px;
	box-sizing: border-box;
	line-height: 150%;
	font-size: 14px;
}
.PDAciklamaTtl{
	float:left;
	width: 100%;
	height: auto;
	font-weight: bold;
    padding:10px 0;
}
.BtnPD01{
	float:left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #e34946;
	background-image: url(/Content/img/Btnicon1.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
}
.BtnPD02{
	float:left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #4ec2e7;
	background-image: url(/Content/img/Btnicon2.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
}
.BtnPD02_3{
	float:left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #98A4B6;
	background-image: url(/Content/img/Btnicon2.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
}
.BtnPD02_1{
	float:left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #4ec2e7;
	background-image: url(/Content/img/Btnicon2.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
}
.BtnPD03{
	float:left;
	width: 30%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #a5adb8;
	background-image: url(/Content/img/Btnicon3.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
}
.NotlarTtl{
	float:left;
	width: auto;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 3px solid #a5adb8;
}
.NotlarTxt{
	float:left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding: 10px 0;
}
.PDMthhtSol{
	float:left;
	width: 30%;
	height: 44px;
	line-height: 44px;
	background-color: #fffaf1;
	border:1px solid #e1e4e7;
	margin-top: -1px;
	padding: 0 10px;
	box-sizing: border-box;
	font-weight: bold;
}
.PDMthhtSag{
	float:left;
	width: 70%;
	height: 44px;
	line-height: 44px;
	background-color: #fffcf7;
	border:1px solid #e1e4e7;
	margin-top: -1px;
	margin-left: -1px;
	padding: 0 10px;
	box-sizing: border-box;
}
.PDYtrmcSol{
	float:left;
	width: 30%;
	height: 44px;
	line-height: 44px;
	background-color: #FBFCFD;
	border:1px solid #e1e4e7;
	margin-top: -1px;
	padding: 0 10px;
	box-sizing: border-box;
	font-weight: bold;
}
.PDYtrmcSag{
	float:left;
	width: 70%;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	border:1px solid #e1e4e7;
	margin-top: -1px;
	margin-left: -1px;
	padding: 0 10px;
	box-sizing: border-box;
}
.BtnPrjDevam{
	float:left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: left;
	background-color: #3bb1d9;
	color: #fff;
	font-size: 14px;
	padding:0 10px;
	box-sizing: border-box;
}
.BtnPrjTamam{
	float:left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: left;
	background-color: #d9434e;
	color: #fff;
	font-size: 14px;
	padding:0 10px;
	box-sizing: border-box;
}
.Btn4lu{
	float:left;
	width: 50%;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Rajdhani', sans-serif;
}
.Renk1{
	background-color: #e34946;
	background-image: url(/Content/img/BtnRenk1.png);
	background-repeat: no-repeat;
	background-position: right;
}
.Renk2{
	background-color: #4ec2e7;
	background-image: url(/Content/img/BtnRenk2.png);
	background-repeat: no-repeat;
	background-position: right;
}
.Renk3{
	background-color: #a5adb8;
	background-image: url(/Content/img/BtnRenk3.png);
	background-repeat: no-repeat;
	background-position: right;
}
.Renk4{
	background-color: #63666a;
	background-image: url(/Content/img/BtnRenk4.png);
	background-repeat: no-repeat;
	background-position: right;
}
.Renk5 {
	color: #23272C;
}
.Renk6 {
	color: #fff;
	text-decoration: underline;
}
.Bold1{
	font-weight:bold;
	font-size: 15px;
}
.Skor01{
	float:left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin-right: 5px;
	margin-top:10px;
	text-align: center;
	background-color: #ccc;
}
.Skor02{
	float:left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin-right: 5px;
	margin-top:10px;
	text-align: center;
	background-color: #3BB1D9;
}
.Skor03{
	float:left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin-right: 5px;
	margin-top:10px;
	text-align: center;
	background-color: #E4E42C;
}
.Skor04{
	float:left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin-right: 5px;
	margin-top:10px;
	text-align: center;
	background-color: #009933;
}
.Skor05{
	float:left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin-right: 5px;
	margin-top:10px;
	text-align: center;
	background-color: #D63E3E;
}

.PT_Baslik{
	float:left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #CC413F;
	border: 1px solid #e0e4e7;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.PT_Liste{
	float:left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border: 1px solid #e0e4e7;
	color: #010101;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 14px;
	margin-top: -1px;
}
.BtnIslem01{
	float:right;
	width: 36px;
	height: 36px;
	background-color: #fff;
	margin-top: 5px;
	background-image: url(/Content/img/Arrow_Islem.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.BtnIslem02{
	float:right;
	width: 32px;
	height: 32px;
	background-color: #A5ADB8;
	margin-top: 5px;
	background-image: url(/Content/img/Arrow_Islem2.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

/*DropDown Menü*/
.dropdown-toggle {
	float:right;
	width: 36px;
	height: 36px;
	background-color: #fff;
	margin-top: 6px;
	background-image: url(/Content/img/Arrow_Islem.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
ul.dropdown {
	display: none;
	position: absolute;
	right: 0;
	background: #fff;
	width: auto;
	padding: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
ul.dropdown li {
  list-style-type: none;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	background-color: #A5ADB8;
}
ul.dropdown li a {
	text-decoration: none;
	display: block;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 14px;
}

.dropdown-toggle2 {
	float:right;
	width: 32px;
	height: 32px;
	background-color: #A5ADB8;
	margin-top: 5px;
	background-image: url(/Content/img/Arrow_Islem2.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
ul.dropdown2 {
	display: none;
	position: absolute;
	right: 0;
	background: #fff;
	width: auto;
	padding: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    z-index:33;
}
ul.dropdown2 li {
  list-style-type: none;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	background-color: #A5ADB8;
}
ul.dropdown2 li a {
	text-decoration: none;
	display: block;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 14px;
}
/*End DropDown Menü*/

/*Modal*/
.modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: $modal-delay;
          transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 800px;
  padding: 15px;
	width: 100%;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 20px;
  background: #ffebee;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  line-height: 1;
  cursor: pointer;
	color: #fff;
	font-size: 15px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	text-decoration: none;
}
.modal__trigger--active {
  z-index: 10;
}
.modal__trigger:hover {
  background: #e5d3d6;
}
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffebee;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
img {
  max-width: 100%;
}
.demo-btns header {
  padding: 7vh 10vw;
  background: #ffebee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-btns header h1 {
  margin: 0;
  color: rgba(0,0,0,0.54);
  font-weight: 300;
}
.demo-btns .info {
  background: #f44336;
  padding: 3vh 10vw;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.demo-btns p {
  text-align: center;
  color: #fff;
}
.demo-btns .link {
  font-size: 20px;
}
.demo-btns .modal__trigger {
  margin-right: 3px;
}
@media (max-width: 640px) {
  .demo-btns .modal__trigger {
    margin-bottom: 0.8rem;
  }
}
.demo-close {
  position: absolute;
	width: 40px;
	height: 40px;
  top: 0;
  right: 0;
	margin-top: -40px;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	background-image: url(/Content/img/Kapat.png)
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.demo-close:hover {
  background: rgba(0,0,0,0.6);
}
.logo {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 2;
}
.logo img {
  width: 45px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.logo img:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}
/*End modal*/


.InputSelect03{
	float:left;
	width:220px;
	height:40px;
	margin:4px 0;
	border:1px solid #e2e3e7;
	box-sizing:border-box;
	color:#a5adb8;
	margin-right:10px;
}

.SiralamaGnl{
	float:left;
	width:100%;
	height:auto;
	margin-top:20px;
}
.Siralama{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	background-color:#a5adb8;
	border-radius:4px;
	text-align:center;
	color:#fff;
	font-size:14px;
	margin-right:5px;
}
.Siralama:Hover{
	background-color:#B8BEC7;
}
.activess {
    background-color: #e34946;
}

.Btn_Kaydet{
	float:left;
	width:auto;
	height:40px;
	line-height:40px;
	background-color:#d9434e;
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:0 10px;
	transition:all 0.3s ease-in-out;
	margin:10px 0;
	font-weight:bold;
}

.Btn_Iptal{
	float:left;
	width:auto;
	height:40px;
	line-height:40px;
	background-color:#fff;
	text-align:center;
	color:#d9434e;
	font-size:14px;
	padding:0 10px;
	transition:all 0.3s ease-in-out;
	margin:10px 0;
	font-weight:bold;
}

.InptTxtArea
{
    float:left;
    width:100%;
    height:auto;

}
.FrmBslk {
    width: 150px;
    background-color: #eee;
    padding: 5px;
    float: left;
}
.Col3luHcm{
	float:left;
	width:33.333333333%;
	height:20px;
	line-height:20px;
	text-align:center;
	background-color:#fff;
	border-bottom:1px solid #eee;
	font-size:12px;
}
.hatirlatmatarih {
    float: right;
    width: auto;
    height: 32px;
    line-height: 32px;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 13px;
    padding-right:35px;
    position:relative;
    margin-top:-40px;
    right : 8px;
}
.ProjeTamamlandi{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 5px 0;
    background-color: #e34946;
    background-image: url(/Content/img/icon_tamamlandi.jpg);
    background-repeat: no-repeat;
    padding-left: 50px;
    font-weight: bold;
    box-sizing:border-box;
}

/*30 03 17*/
.date-picker {
  margin: 0 auto;
}

.date-picker {
  height: auto;
  max-height: 50px;
  background: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.date-picker .input {
  width: 100%;
  height: 50px;
  font-size: 0;
  cursor: pointer;
  background-color: #8392A7;
}
.date-picker .input .result, .date-picker .input button {
  display: inline-block;
  vertical-align: top;
}
.date-picker .input .result {
  width: calc(50% - 50px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 10px;
  color: white;
  box-sizing: border-box;
}
.date-picker .input button {
  width: 50px;
  height: 50px;
  background-color: #68768A;
  color: white;
  line-height: 50px;
  border: 0;
  font-size: 18px;
  padding: 0;
  float:right;
}
.date-picker .input button:hover {
  background-color: #68768A;
}
.date-picker .input button:focus {
  outline: 0;
}
.date-picker .calendar {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}
.date-picker .ui-datepicker-inline {
  position: relative;
  width: 100%;
}
.date-picker .ui-datepicker-header {
  height: 100%;
  line-height: 50px;
  background: #99a4b3;
  color: #fff;
  margin-bottom: 10px;

}
.date-picker .ui-datepicker-prev, .date-picker .ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.date-picker .ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.date-picker .ui-datepicker-prev:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.date-picker .ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.date-picker .ui-datepicker-next:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.date-picker .ui-datepicker-prev:after, .date-picker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.date-picker .ui-datepicker-prev:hover, .date-picker .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
  border-color: #68768A;
}
.date-picker .ui-datepicker-title {
  text-align: center;
}
.date-picker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.date-picker .ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}
.date-picker .ui-state-default {
  display: block;
  text-decoration: none;
  color: #b5b5b5;
  line-height: 40px;
  font-size: 12px;
}
.date-picker .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.02);
}
.date-picker .ui-state-highlight {
  color: #68768A;
}
.date-picker .ui-state-active {
  color: #68768A;
  background-color: rgba(131, 146, 167, 0.12);
  font-weight: 600;
}
.date-picker .ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}
.date-picker.open {
  max-height: 400px;
}
.date-picker.open .input button {
  background: #68768A;
}

.FrmBslk1 {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.InptSlct {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    color: #a5adb8;
    margin: 10px 0;
}
.PDFirmaTitle {
     margin-top:5px;
     font-weight:400;
}
.Btn_PDFirmaBilgi01{
    float: right;
    width: auto;
    height: 40px;
    padding: 0px 15px;
    color: #fff;
    background-color: #E34946;
    font-family: 'rajdhani';
    font-weight: 600;
}




.Yz_Krktr05{	/*Başlık siyah*/
	float:left;
	width:100%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:lighter;
	font-size:36px;
	margin-bottom:20px;
}

.Syf_Gnl{
	max-width:1050px;
	height:auto;
	margin:0 auto;
}
.iletisim_Gnl{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}
.Yz_Krktr14{	/*Küçük başlık*/
	font-family: 'Open Sans', sans-serif;
	color:#ed5564;
	font-weight:normal;
	font-size:16px;
	width:100%;
	margin-bottom:30px;
}
.HesapBilgi_Gnl{
	float:left;
	width:100%;
	height:auto;
	margin:20px 0;
	box-sizing:border-box;
}
.HB_01{
	float:left;
	width:100%;
	height:70px;
	line-height:70px;
	background-color:#a51c1c;
	font-size:22px;
	font-weight:600;
	margin-top:10px;
	margin-bottom:2px;
	padding-left:20px;
	box-sizing:border-box;
}
.HB_02_1{
    float: left;
    width: 40%;
    height: 50px;
    line-height: 50px;
    background-color: #A5ADB8;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    padding-left: 10px;
    box-sizing: border-box;
}
.HB_02_2{
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    background-color: #A5ADB8;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    padding-left: 10px;
    box-sizing: border-box;
    border-right: 2px solid #F1F2F6;
    border-left: 2px solid #F1F2F6;
}
.HB_03_1{
    float: left;
    width: 40%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    font-size: 11px;
    color: #000;
    margin-bottom: 2px;
    padding-left: 10px;
    box-sizing: border-box;
}
.HB_03_2{
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    margin-bottom: 2px;
    padding-left: 10px;
    box-sizing: border-box;
    border-right: 2px solid #F1F2F6;
    border-left: 2px solid #F1F2F6;
}
.HB_Bosluk{
	float:left;
	width:100%;
	height:20px;
	margin-top:-2px;
	background-color:#C2CCD9;
}
.Yz_Krktr04{	/*Body beyaz*/
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	text-decoration:none;
}

.UcNoktala
{
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
