﻿body
{
    margin: 0px;
    /*background-image: url('../images/arkaplan.png');*/
    font-family: Tahoma, "Trebuchet MS" , "Lucida Sans Unicode" , "Lucida Grande" , "Lucida Sans" , Arial, sans-serif;
    font-size: 12px;
}

.content
{
    background-color: White;
    /*padding: 20px;
    margin-top: 30px;*/
}

.RadiusTable {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
}
.RadiusTable td {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.line
{
    background-color: #ffffff;
    height: 2px;} 

.dipnot
{
    font-weight:bold;
    float: right;
    font-size: 10px;
    color: #9b9b9b;
    text-align: left;
}
.dipnot2
{
    font-weight:bold;
    float: left;
    font-size: 10px;
    color: #9b9b9b;
    text-align: left;
}

.etiket
{
    font-size: 13px;
    font-weight: bold;
}
.etiket span
{
    color: Red;
    }
.icon
{
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

input[type='text'], input[type='password'], textarea
{
    border: 1px solid #e8e8e8;
    background-color: #f3f3f3;
    padding: 5px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
}
select
{
    border: 1px solid #e8e8e8;
    background-color: #f3f3f3;
    padding: 3px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-left: 0px;
}
textarea:focus, select:focus, input[type='text']:focus, input[type='password']:focus
{
    border: 1px solid #6da6d3;
}
table > thead {
	color: #fff;
	background: rgb(192,14,40);
background: linear-gradient(90deg, rgba(192,14,40,1) 0%, rgba(155,24,65,1) 35%, rgba(89,32,120,1) 100%);
}

.table td {
	font-size: 14px;
	vertical-align: middle;
}

.container .shadow {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.40);
}

.baslik,
.altbaslik {
    border-bottom: 1px solid #C05097;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 5px 0;
    color:#C05097;
	text-align: center;
}

.altbaslik {
	font-size: 20px;
	font-weight: 600;
    color: black;
}

.caption {
	font-size: 14px;
	color: #fff;
	background-color: #3a456b;
}

.attention {
	height: 30px;
	font-size: 14px;
	color: #f0646e;
	/*background-color: #f0646e;*/
}

.date {
	height: 30px;
	font-size: 14px;
	color: #fff;
	background: rgb(192,14,40);
background: linear-gradient(90deg, rgba(216,72,78,1) 0%, rgba(167,26,31,1) 35%, rgba(125,10,15,1) 100%);
}

table td.no-padding {
	padding: .75rem 0rem !important;
}

.beyaz{color:#FFF;}
a
{
    text-decoration: none;
    color: #e41b1b;
    font-weight: normal;
}
a:hover
{
    color: #e41b1b;
}
a:visited
{
    color: #e41b1b;
}


.boxblue
{
    background-color: #00135d;
    border: 1px solid #00135d;
    padding: 5px;
    margin-bottom: 5px;
    color: White;
    font-weight: bold;
 
}

.boxGreen
{
    background-color: #54b2cd;
    border: 1px solid #1b92b4;
    padding: 5px;
    margin-bottom: 5px;
    color: White;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.boxYellow
{
    background-color: #fff9d7;
    border: 1px solid #e2c822;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.boxGray
{
    background-color: #eff0f1;
    border: 1px solid #d4d6d8;
    padding: 5px;
   
}


h2
{     
    display: block;
    color:#b10000;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 5px 0;   
    
    }
    .vali
    {
        font-weight:bold;
        color:#9e0524;
        
        
        
        }
		
		
.blink-text {
	color:#b10000;
	font-size: 22px;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinker;
	-moz-animation-duration: 0.9s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.headline-text {
	color:#9e173f;
	font-size: 22px;
	}

@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
0% {opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

