﻿.td,body { 
	font-family:Verdana;
	font-size:16px;  
	position:static;
	font-weight: 700;
	text-align: center;
	color: #003300;
}
.inpCmd{
	font-family:verdana; font-size:x-small; 
	letter-spacing:1px;
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
}
.inpLbl{ 
	font-family:verdana; 
	font-size:11px;
	font-weight: 700;
	text-align: center;
}
.Warn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color:Red;
	text-align: center;
}
.WarnAd
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
}
.WarnKontor
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	font-style:oblique;
	color:Blue;
}
.card-header h5 {
	margin-bottom:0;
}
body {
	background: url(/content/images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.main-container {
	border: 1px solid #d6d6d6;
	width: 1100px;
	margin: auto;
	box-shadow: 1px 1px 2px 1px #c3c3c3;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.nav-container {
	position: relative;
	float: left;
}

.f-nav {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.nav {
	height: 42px;
}

.nav ul {
	list-style: none;
}

.nav ul li {
	float: left;
	margin-top: 6px;
	padding: 6px;
	border-right: 1px solid #ACACAC;
}

.nav ul li:first-child {
	padding-left: 0;
}

.nav ul li a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

#menu {
	/* Menu divine position:fixed; vererek sayfada sabit kalmasını istedik. */
	background-color: red;
	height: 38px;
	font-size: 14px;
	top: 0; /* yukardan 0px */
	margin: 0px auto;
	width: 1100px;
}

#menu ul li {
	list-style: none;
	float: left;
}

#menu ul li a {
	color: #FFF;
	line-height: 30px
}

#icerik {
	margin-top: 100px
}

.tarih-baslik {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	padding: 0.25vw 0;
}

.tarih-baslik:first-child {
	padding-top: 15px;
}

.div-satir-baslik {
	width: 100%;
	background-color: Red;
	height: 40px;
	margin: 0px auto;
}

.div-kolon-baslik-hekim {
	float: left;
	width: 300px;
	margin-left: 30px;
	text-align: left;
	color: white;
	line-height: 40px;
	font-size: 1.2rem;
}

.div-kolon-baslik-birim {
	float: left;
	width: 310px;
	text-align: center;
	color: white;
	line-height: 40px;
	font-size: 1.2rem;
}

.div-kolon-baslik-durum {
	float: left;
	width: 230px;
	text-align: center;
	color: White;
	line-height: 40px;
	font-weight: bolder;
	font-size: 1.2rem;
}

.div-kolon-baslik-donus {
	font-size: 1.2rem;
	float: left;
	width: 225px;
	text-align: center;
	color: white;
	line-height: 40px;
}

.div-satir-genel {
	width: 100%;
	height: 30px;
	margin: 0px auto;
	border-top: 1px solid #b1b1b1;
	clear: both;
}

.div-satir-genel.stil-1 {
	background-color: #4b8bb15e;
}

.div-satir-genel.stil-2 {
	background-color: #fff;
}

.baslik-ayrac {
	width: 1px;
	height: 30px;
	float: left;
}

.div-kolon {
	float: left;
	color: #000;
	line-height: 30px;
}

.div-kolon.hekim {
	width: 300px;
	margin-left: 30px;
	text-align: left;
	font-size: 1rem;
}

.div-kolon.birim {
	width: 310px;
	text-align: center;
	font-size: 1rem;
}

.div-kolon.durum {
	width: 230px;
	text-align: center;
	font-weight: bolder;
	font-size: 1rem;
}

.div-kolon.donus {
	width: 225px;
	text-align: center;
	font-size: 1rem;
}

.padding-0 {
	padding:0px !important;
}
.container-header {
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.nav-row-header {
	width: 1300px;
	background-color: Red;
	height: 40px;
	margin: 0px auto;
}
.nav-row {
	position:relative;
	float:left;
	background-color: White;
	width: 1300px;
	height: 25px;
	line-height: 25px;
}
.nav-row.alternate {
	background-color: #c4c4c4;
}
.card:first-child {
	margin-top: 15px;
}