﻿.gizli{ display: none;}
.regular-checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
.regular-checkbox:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 3px;
	color: #99a1a7;
}
 



.table {border: 1px solid #DED7D7;-ms-border-radius: 10px;border-radius: 10px;-webkit-box-shadow: -1px 2px 12px -5px rgba(0,0,0,0.75);-moz-box-shadow: -1px 2px 12px -5px rgba(0,0,0,0.75);box-shadow: -1px 2px 12px -5px rgba(0,0,0,0.75);}
.table h4.title {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #efefef, #e6e6e6);
    background-image: -moz-linear-gradient(top, #efefef, #e6e6e6);
    background-image: -ms-linear-gradient(top, #efefef, #e6e6e6);
    background-image: -o-linear-gradient(top, #efefef, #e6e6e6);
    background-image: linear-gradient(top, #efefef, #e6e6e6);
    background-color: #dce9f9;border-top: none;-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    text-align: left;padding: 7px 10px;white-space: nowrap;font-size: 15px;font-weight: bold;border-top-left-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;margin: 0;width: 100%;border-bottom: 1px dashed #e3e3e3;margin-bottom: 6px;
}
.table>p{padding: 0 10px;text-align: justify;}
.table .kisim{width: 100%;display: inline-block;border-bottom: 1px dotted #DEDEDE;    padding: 3px 0;}
.table .kisim:last-child{ border: none;}
.table .kisim span:not(.clear){display: inline-block;float: left;line-height: 22px;border-right: 1px dashed #ccc;margin:0 8px;padding: 0 5px;}
.table .kisim span.noBorder{ border: none;}
.table .kisim span.clear{ display: inherit;}
.table .kisim p{float: left;margin: 0;padding: 0 10px;line-height: 22px;font-size: 14px;}
.table .kisim p cite{ font-size: 11px;margin-top: -9px;float: left;padding-left: 15px;}
.table .kisim>cite{color:red;text-align: right;width: 100%;display: inline-block;padding: 2px;}

.table .kisim label{float: left;font-size: 12px;font-weight: normal;}
.table .kisim input:not([type="checkbox"]),.table .kisim textarea{ float: left;border: 1px solid #ccc;padding: 3px 5px;margin-right: 5px;margin-bottom: 5px;}
.table .kisim input[type="checkbox"]{margin-right: 4px;float: left;width: auto;margin-top: 6px;}
.table .kisim input[type="checkbox"]+label{margin-top:1px;margin-right: 5px;}
.table .kisim input[type="checkbox"].regular-checkbox+label{margin-top: 6px;height: 20px;line-height: 20px;}
.table .kisim input[type="radio"]{ width: auto;margin-top: 5px;}
.table .kisim input[type="radio"]+label{ margin-right: 14px;}

.table .kisim textarea{    width: 350px;height: 80px;}
.table.acilYardim .kisim input[type="text"]{    width: 350px;}



.table .kisim.kartNo input{ width:45px;}
.table .kisim input[type="button"], input[type="reset"], input[type="submit"]{ margin-left: 14px;margin-left: 14px;font-size: 14px;outline: none;text-align: center;}
.table .uyari{display: inline-block;width: 100%;text-align: center;color: #fff;margin-bottom: 6px;/*padding: 5px 0;*/}
.table input:read-only {background-color: #EAEAEA;}
.table p a{ color: blue;}


 a.btn1{border: 1px solid green;margin: 0 0 10px 12px;font-size: 13px;padding: 5px 18px 5px 4px;cursor: pointer;position: relative;}
 .uyari.red{background: rgba(255,255,255,0.36);background: -moz-linear-gradient(left, rgba(255,255,255,0.36) 0%, rgba(246,41,12,0.68) 50%, rgba(248,248,248,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.36)), color-stop(50%, rgba(246,41,12,0.68)), color-stop(100%, rgba(248,248,248,1)));background: -webkit-linear-gradient(left, rgba(255,255,255,0.36) 0%, rgba(246,41,12,0.68) 50%, rgba(248,248,248,1) 100%);background: -o-linear-gradient(left, rgba(255,255,255,0.36) 0%, rgba(246,41,12,0.68) 50%, rgba(248,248,248,1) 100%);background: -ms-linear-gradient(left, rgba(255,255,255,0.36) 0%, rgba(246,41,12,0.68) 50%, rgba(248,248,248,1) 100%);background: linear-gradient(to right, rgba(255,255,255,0.36) 0%, rgba(246,41,12,0.68) 50%, rgba(248,248,248,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=1 );}
.uyari.green{background: rgba(248,248,248,1);background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(5,105,58,1) 51%, rgba(248,248,248,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,248,248,1)), color-stop(51%, rgba(5,105,58,1)), color-stop(100%, rgba(248,248,248,1)));background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(5,105,58,1) 51%, rgba(248,248,248,1) 100%);background: -o-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(5,105,58,1) 51%, rgba(248,248,248,1) 100%);background: -ms-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(5,105,58,1) 51%, rgba(248,248,248,1) 100%);background: linear-gradient(to right, rgba(248,248,248,1) 0%, rgba(5,105,58,1) 51%, rgba(248,248,248,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f8f8f8', GradientType=1 );}

.uyari {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    font-size: 15px;
   display:none;
}
    .uyari p {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: .5px;
        box-shadow: 1px 3px 4px 1px rgba(128, 128, 128, 0.45);
        width: 500px;
        display: block;
        margin: auto;
        text-align: center;
        padding: 12px 0;
    }
.uyari span{position: absolute;right: -10px;top: -10px;background-color: #564f4f;padding: 2px 5px;border-radius: 3px;border: 1px solid #928c8c;}
.uyari span:hover{cursor:pointer;opacity:.8;}
.uyari.warning p{background-color: #ffdd00;color: #000;}
.uyari.error p{background-color: red;color: #fff;}
.uyari.success p{background-color: #166f14;color: #fff;}