@charset "utf-8";
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,img,ins,kbd,q,s,samp,small,tt,var,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,
textarea,select,button,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;
	list-style-type:none;	
	}
* {
	outline:none !important;
	box-sizing: border-box;
	}
:focus {
outline: 0;
}	
img {
	vertical-align: middle;
	}
a {
	text-decoration:none;
	cursor:pointer;
    color: #4a0e40;
	}
	
.clear {
	clear:both;}
body,html {
	font-family: 'Quicksand', sans-serif;
	font-size:14px;
	font-weight:400;
	width:100%; height:100%;
	background-color:#f5f5f5;	
	}
.main {
	float:left; 
	width:100%;
	margin-bottom:80px;
	}
.main-page {
	float:left;
	width:100%;
	height:100%;
}
.login-full {
	float:left;
	width:100%;
	height:100%;
	/* background-image:url(../images/bg-1.png); */
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	display:flex;
	align-items:center;

	}
	
.kapsama {
	margin:0px auto;
	width:90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;
	padding:20px;
	box-shadow: 0px 15px 15px 10px rgba(0,0,0,0.1);
	}
.kapsama:after {
	content:'';
    display: block;
    clear: both;
	}
.kapsa {
	margin:0px auto;
	width:90%;
	}
.kapsa:after{
	content:'';
	display:block;
	clear:both;
	}	
.kapsa-a4 {
	margin:0px auto;
	width:60%;
	}		
.admin-uyari { 
	padding-left:35px; 
	float:left; 
	width:100%; 
	margin-bottom:15px; 
	font-size:13px; 
	font-style:italic; 
	color:#F00;
	}
.yonetim-giris {
	margin:0px 5% 0px 60%; 
	
	width:350px; 
	background-color:#fcfcfc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:50px;
	border:1px solid #ececec;
	
	}
.yonetim-giris  i{
	display:inline-block; 
	margin-right:0px; 
	font-size:25px;
	color:#381F34;
	width:30px;
	}
	
.yonetim-giris > h2 {
	font-size:17px; 
	margin:20px 0px; 
	font-weight:400; 
	float:left; 
	width:100%;
	color:#381F34;
	}	
	
.logo-giris {
	width:100%; 
	float:left;
	margin-bottom:10px;
	}
.logo-giris > img {
	width:100%;
	}
.yonetim-giris input[type=text] {
	border-bottom:1px solid #ececec; 
	padding:8px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	background:none;
	font-size:17px;
	width:85%;

	}
.yonetim-giris input[type=text]::placeholder {
		font-family: 'Quicksand', sans-serif;
		font-weight:300;
		color:#999;	}	
.yonetim-giris input[type=password] {
	border-bottom:1px solid #ececec; 
	padding:8px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	background:none;
	font-size:17px;
	width:85%;	
	}
.yonetim-giris input[type=password]::placeholder {
		font-family: 'Quicksand', sans-serif;
		font-weight:300;		
		color:#999;	}	
.yonetim-giris input[type=button] {
	border:none;
    border-radius: 5px;
	padding:12px 15px;
	width:100%;
	background-color:#4a0e40;
	color:#FFF;
	margin-top:20px;
	cursor:pointer;
	font-weight:600;
	font-size:16px;
	font-family: 'Quicksand', sans-serif;
	}
.cikis {
	float:left;
	width:100%;
	text-align:center;
	padding:15% 0px;
	}	
.top-menu {
	float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 15px 15px 10px rgba(0,0,0,0.1);
	}
.top-menu ul {
	float:left;
	width:100%;
	}
.top-menu ul > li{
	float:left;
	margin-right:30px;
	
	}
.top-menu ul > li.cikis-button{
	float: right;
    margin-right: 0px;
    background: #f9f9f9;
	}
.top-menu ul > li > a{	
	display:block;
	padding:10px;
	color:#4a0e40;
	font-weight:600;
	display:flex;
	align-items:center;
	}
.top-menu ul > li > a:hover{	
background: rgb(74,14,64);
background: -moz-linear-gradient(0deg, rgba(74,14,64,0.13799023027179624) 0%, rgba(114,28,99,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(74,14,64,0.13799023027179624) 0%, rgba(114,28,99,0) 100%);
background: linear-gradient(0deg, rgba(74,14,64,0.13799023027179624) 0%, rgba(114,28,99,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a0e40",endColorstr="#721c63",GradientType=1);
	}
.top-menu ul > li > a > i{
	color: #4a0e40;
    font-size: 20px;
    margin-right: 10px;
    padding: 5px 0px;
	}	

.content-top {
	float:left;
	width:100%;
	margin-bottom:30px;
	}
	
.content-top > h1 > .pstok-takibi {
    font-size: 14px;
    background: #4a0e40;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #4a0e40;
    border-radius: 5px;
    text-align: center;
}

.content-top > h1 {
	display: block;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
    background: #da3136;
    padding: 20px;
    margin: -20px -20px 19px;
    border-radius: 5px 5px 0 0;
	}	
.content-top > a.is {
	float:right;
	border:0px solid #ddd;
	padding:8px 12px;
	font-size:12px;
	font-weight:600;
	margin-left:1%;
	background-color:#4a0e40;
	color:#FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
margin-bottom:8px;
	}
.adisyon-odeme-ekle {
	float:right;
	border:0px solid #ddd;
	padding:8px 12px;
	font-size:12px;
	font-weight:600;
	margin-left:1%;
	background-color:#1694be;
	color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	}	
.content-top > a:last-child {
	margin-left:0px;
	}		
.all {
	float: right;
    padding: 8px 12px;
    border-radius: 3px;
    color: #4a0e40;
    font-size: 12px;
    font-weight: 600;
    background: #eee;
	}
.all  input{
	display:none;
	}	
	
.psay {
	background: #da3136;
    padding: 5px 0px;
    font-size: 10px;
    color: #fff;
    display: block;
    width: 23.6px;
    text-align: center;
}

ul.full-list {
	float:left;
	width:100%;
	}
ul.full-list > li {	
	float:left;
	width:100%;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #ddd;
	position:relative;
	display:flex;
	align-items:center;
	transition: all 0.2s ease-in-out;
	}
ul.full-list > li:last-child {
	border:0px solid #ddd;
	}	
ul.full-list > li:hover {
    background: rgb(238,238,238);
background: -moz-radial-gradient(circle, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-radial-gradient(circle, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
background: radial-gradient(circle, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);
    }
ul.full-list > li:first-child:hover {
    background: transparent;
    }
ul.kayitlar-baslik {
	display:inline-block;
	float:left;
	width:75%;
	}
ul.kayitlar-baslik > li {
	float:left;
	margin-right:3%;
	font-weight:600;
	padding:4px 0px;
    color: #DA3136;
	}
ul.kayitlar-baslik > li:last-child{
	margin-right:0px;
	}	

ul.coll1 {
	width:85% !important;
	}
ul.coll2 {
	width:15% !important;
	}	
ul.kayitlar {
	display:inline-block;
	float:left;
	width:75%;
	}
ul.kayitlar > li {
	float:left;
	margin-right:3%;
	padding:4px 0px;
	
	}
ul.kayitlar > li:last-child{
	margin-right:0px;
	}			
ul.islem {
	display:inline-block;
	float:right;
	width:25%;
	text-align:right;
	
	}	
ul.islem > li{
	display:inline-block;
	vertical-align: bottom;
	
	}
.on {
	width:10%;
	}	
.onbes {
	width:15%;
	}
.yirmi {
	width:20%;
	}
.yirmibes {
	width:25%;
	}		
.otuz {
	width:30%;
	}
		
.kirk {
	width:40%;
	}
.elli {
	width:50%;
	}	
.altmis {
	width:60%;
	}						
ul.islem > li:last-child{
	margin-right:0px;
	}	

ul.islem > li.profilim > a{ 	
	color:#4a0e40;
	font-size:22px;
}
ul.islem > li:first-child > a {
    padding: 0;
    background: transparent;
}

ul.islem > li:last-child > a {
    border-radius: 0px 5px 5px 0;
}


ul.islem > li > a{ 
    display: block;
    color: #c6c6c6;
    font-size: 19px;
    padding: 0 5px;
    background: #f5f5f5;
    height: 25.6px;
	}
ul.islem > li > a:hover{		
	color:#4a0e40;
	}
span.uyari-saydir {
    display: block;
    font-size: 25px;
    color: #aaa;
	}	
.gizle {
	display:none;
	}	
ul.sayfalar {
	float:left;
	width:auto;
	margin:20px 0px 20px 0px;}

ul.sayfalar > li {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	list-style-type:none;
	}	
ul.sayfalar > li.aktif > a {
	background-color: #eee;
    color: #4a0e40;
    font-weight: bolder;
	}
ul.sayfalar > li:hover > a {
	background-color:#FFC107;
	}	
ul.sayfalar > li > a{ 
	display:block;
	background-color:#4a0e40;	
	color:#FFF;
	padding:5px 10px;
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}		
.forms {
	float:left;
	width:100%;
	}
ul.form {
	float:left;
	width:100%;
	}
ul.form > li{	
	float:left;
	width:100%;
	margin-bottom:10px;
	}
span.form-title {
	display:block;
	margin-bottom:5px;
	font-weight:600;
	}	
span.form-input input{
	border:1px solid #ddd;
	padding:12px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width:40%;

	}
span.form-input select{
	border:1px solid #ddd;
	padding:12px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width:40%;
	}	
	
select.randevu-durum, span.form-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://www.podoworld.com.tr/wp-content/uploads/2020/03/p-down-min.png) center no-repeat;
    background-size: 15px;
    background-position-x: calc(100% - 10px);
    padding-right: 35px !important;
}

select.randevu-durum:focus, span.form-input select:focus {
    background: url(https://www.podoworld.com.tr/wp-content/uploads/2020/03/p-up-min.png) center no-repeat;
    background-size: 15px;
    background-position-x: calc(100% - 10px);
	}
	
span.form-input select option{
    font-size: 16px;
	}

span.form-input textarea{	
	border:1px solid #ddd;
	padding:12px 12px;
	resize:none;
	height:300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width:40%;
	
	}	
span.form-input input[type=button]{
	border:0px solid #ddd;
	padding:15px 15px;
	background-color:#4a0e40;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	cursor:pointer;
	width:auto;
	}
span.form-input input[type=file]{
	display:none;
	}
span.form-input label {
	display:inline-block;
	background-color:#4a0e40;
	color:#FFF;
	padding:8px 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	cursor:pointer;
	
	}		
.form-uyari {
	float:left;
	width:100%;
	color:#F00;
	display:none;
	margin-bottom:20px;
	}	
.success {
	color:#090;
	}
.err {
	color:#F00;
	}	
	
span.not i {
	background: #f5f5f5;
    padding: 5px 0px;
    width: 23.6px;
    text-align: center;
    color: #4a0e40;
    margin: 0 5px 0 0;
}
span.not {
	display:inline-block;
	margin-left:  0px;
	
	}	
span.not:hover > span.aciklama {
	display:block;
	}
	
span.aciklama {
	font-family: monospace;
	position: absolute;
    padding: 20px;
    color: #444;
    background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
    display: none;
    width: calc(600px - 20px);
    max-width: 100%;
    margin:0;
    -webkit-border-radius: 0  5px 5px 5px;
    -moz-border-radius: 0  5px 5px 5px;
    border-radius: 0  5px 5px 5px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
	}	

.arama-getir {
	float:left;
	width:100%;
	}
.arama {
	float:left;
	width:100%;
	margin-bottom:20px;
	
	}	
.arama input{
	border:1px solid #ddd;
	padding:12px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width:100%;

	}	
.uyari {
	color:#f44336;
	}	
/*
div.tab  ul {
	float:left;
	text-align:left;
	}
div.tab  ul  li {
	display:inline-block;
	}
div.tab  ul  li a{
	display:block;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;	
	padding-bottom:10px;
	color:#999;
	font-size:13px;
	font-weight:600;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	
	
	}
div.tab  ul  li.aktif-tab  a{		
	background-color:#4a0e40;
	color:#FFF;
	}
div.tab  ul  li:hover  a{		
	background-color:#4a0e40;
	color:#FFF;
	}*/
	
ul.form-view {
	float:left;
	width:100%;
	margin-top:2%;
	}	
ul.form-view  > li {
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	padding:1% 0px;
	}	
ul.form-view  > li > span.titr{ 
	display:inline-block;
	width:20%;
	font-weight:600;
	vertical-align:top;
	}	
ul.form-view  > li > span.deger{
	display:inline-block;
	width:70%;
	vertical-align:top;
	}	
span.odeme-ekle{

    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
	background-color:#DA3136;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}	
span.musteri-profili{
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
	background-color:#1694be;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}		
ul.adisyon1 {
	width:30%;
	}	
ul.adisyon2 {
	width:60%;
	float:right;

	}	
ul.adisyon1 select {
	width: 90%;
}
ul.adisyon1 input {
	width: 90%;
}
ul.adisyon1 textarea {
	width: 90%;
}
ul.adisyon2 select {
    border: 1px solid #ddd;
    padding: 12px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
}	
ul.adisyon2 input {
    border: 1px solid #ddd;
    padding: 12px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
}	
ul.adisyon2 textarea {
    border: 1px solid #ddd;
    padding: 12px 12px;
    resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
	height:33px;
}

.kd-2 {
    border-radius: 0 !important;
}

.hit-id {
    background: #4a0e40;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #4a0e40;
    letter-spacing: normal;
}

.kasa-durum {
    float: left;
    width: calc(100% + 40px);
    display: block;
    margin: -20px -20px 20px -20px;
    background: #4a0e40 url(https://www.resimag.com/p1/b85a32a799f.png) no-repeat right bottom;
    background-size: 120px;
    color: #fff;
    padding: 20px 20px 10px;
    border-radius: 5px 5px 0 0;
	}
.kasa-durum > ul{
	float:left;
	width:100%;
	}	
.kasa-durum > ul > li{
	float:left;
	width:100%;
	margin-bottom:1%;}
.kasa-durum > ul > li > ul {
	float:left;
	width:100%;
	}		
.kasa-durum > ul > li > ul > li{
	float:left;
	width:25%;}	
.kasa-durum > ul > li > ul > li:last-child{
	color:#FFC107;
	font-weight:800;
	}	
span.iptal-et{
	/* background-color:#4a0e40;
	font-size:13px;
	color:#FFF;
	padding:4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:600; */
	
	font-size: 13px;
    color: #4a0e40;
    font-weight: 600;
    display: block;
    padding: 5px 4px;
	}
span.odeme-ekle{
	background-color: #DA313620;
    font-size: 13px;
    color: #DA3136;
    padding: 4px 8px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    font-weight: 600;
    display: block;
	}	
	
select.randevu-durum {
	border:1px solid #ddd;
	padding:8px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	}	
	
select.randevu-durum option {
	font-size: 16px;
	}	
	
/* select.randevu-durum option:nth-child(1), select.randevu-durum  option:checked select.randevu-durum {
    background-color: #FF980022;
    color: #FF9800;
}

select.randevu-durum option:nth-child(2) {
    background-color: #4CAF5022;
    color: #4CAF50;
}

select.randevu-durum option:nth-child(3) {
    background-color: #F4433622;
    color: #F44336;
} */

.yesil {
  background-color: #4CAF5022;
  color: #4CAF50;
}

.turuncu {
  background-color: #FF980022;
  color: #FF9800;
}

.kirmizi {
  background-color: #F4433622;
  color: #F44336;
}
	
.randevu-tarih {
	display: inline-block;
    width: calc(100% + 40px);
    text-align: left;
    background: #4a0e40;
    padding: 20px;
    color: #fff;
    margin: -20px -20px 20px -20px;
	}
span.tarih-baslik {
	font-weight:600;
	font-size:13px;
	margin-right:10px;
	margin-left:10px;
	}
span.tarih-input {
	position:relative;
	}
span.tarih-input:after {
	content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    top: -1px;
    left: 10px;
    color: #fff;
    padding: 5px;
    background: #4A0E40;
    font-size: 10px;
    border-radius: 50%;
	}			
.randevu-tarih input{
    font-family: 'Quicksand';
	border: 1px solid transparent;
    color: #fff;
    background: #DA3136;
    padding: 8px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 35px;
    width: 120px;
    font-weight: 600;
	}	
.hizli-menu {
	float:left;
	width:100%;
	display:block;
	background-color:#4a0e40;
	}
.asagi-ok {
	float:left;
	width:100%;
	text-align:center;
	cursor:pointer;
	font-size:20px;
	display:none;
	}
.asagi-ok > i {
/*	    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;*/
	}		
.hizli-menuler {
	padding:0px 20px;
	float:left;
	width:100%;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
	
	}
.hizli-menuler > ul{
	float:left;
	width:100%;
	text-align:center;
	
	}	
.hizli-menuler > ul > li{
	display:inline-block;
	margin-right:0px;
	}
.hizli-menuler > ul > li:last-child{
	margin-right:0px;
	}			
.hizli-menuler > ul > li> a{
    display: block;
    padding: 12px;
    font-size: 13px;
    color: #FFF;
	}
.hizli-menuler > ul > li > a:hover{
    background: rgb(74,14,64);
    background: -moz-linear-gradient(0deg, rgba(74,14,64,1) 0%, rgba(144, 31, 59,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(74,14,64,1) 0%, rgba(144, 31, 59,1) 100%);
    background: linear-gradient(0deg, rgba(74,14,64,1) 0%, rgba(144, 31, 59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a0e40",endColorstr="#721c63",GradientType=1);
	}
.hizli-menuler > ul > li.aktif > a{
    background: rgb(74,14,64);
    background: -moz-linear-gradient(0deg, rgba(74,14,64,1) 0%, rgba(144, 31, 59,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(74,14,64,1) 0%, rgba(144, 31, 59,1) 100%);
    background: linear-gradient(0deg, rgba(74,14,64,1) 0%, rgba(144, 31, 59,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a0e40",endColorstr="#da3136",GradientType=1);
	}		
label.izinler input[type=checkbox]{
	opacity:0;

	}
label.izinler {
	display:inline-block;
	width:25px;
	height:25px;
	background-color:#eee;
	cursor:pointer;
	position:relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	}
span.check {
	width:25px;
	height:25px;
	position:absolute;
	left:0px;
	top:0px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;	
	}
span.check:after {
  content: "";
  position: absolute;	
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display:none;
}
label.izinler input:checked + span.check:after {
  display: block;
}
label.izinler input:checked ~ span.check {
	display:block;
	background-color:#8bc34a;

	}	
label.izinler:hover span.check {
	background-color:#ccc;
	}	
	
		
input[type=submit].izin {
	border: 0px solid #ddd;
    padding: 15px 15px;
    background-color: #4a0e40;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
	}				
	
.telefonlar {
	height:300px;
	padding:20px;
	background-color:#F9F9F9;
	width:40%;
	overflow-x: auto;
	}
	
span.aciklama > b.pgonderilen-kisiler {
    font-size: 12px;
    display: block;
    padding: 4px 8px;
    border-radius: 5px;
    margin: 0 0 10px;
    background: #fff;
    border: 1px solid #eee;
}
span.ayiralim {
	background-color:#4a0e40;
	color:#FFF;
	padding: 4px 8px;
    display: inline-block;
    margin: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}		
.telefonlar > ul {
	float:left;
	width:100%;
	}
.telefonlar > ul > li{
	float:left;
	width:100%;
	padding:6px 8px;
	background-color:#F0F0F0;
	margin-bottom:3px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	}	
.telefonlar > ul > li.aktif{
	background-color:#4a0e40;
	color:#FFC107;
	}
	
.telefonlar > ul > li.aktif > a{
	color:#FFC107;
	}
	
.hepsini-secelim {
	display:inline-block;
	background-color:#4a0e40;
	float:right;
	padding:5px 8px;
	color:#FFF;	
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	font-size:13px;
	font-weight:600;
	}
.hepsini-iptal-edelim {
	display:inline-block;
	background-color:#4a0e40;
	float:right;
	padding:5px 8px;
	color:#FFF;	
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	margin-right:10px;
	font-size:13px;
	font-weight:600;	
	}
.buton-genislik { width:40%; }			
/*shake shake-constant*/
span.zil {
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
    background: #8BC34A;
    padding: 3px 5px;
    border-radius: 3px;
 }
ul.raporlar {

	width:100%;
	text-align:left;
	display:flex;
	flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;

	} 
ul.raporlar > li{
	margin-right:20px;
	text-align:center;
	margin-bottom:20px;
	flex-grow:1;	
	border:1px solid #EBEBEB;
	}

ul.raporlar > li > a{
	padding:40px 30px;
	

	display:block;
	
	font-size:15px;
	font-weight:600;
	color:#000;
	}
ul.raporlar > li:hover > a{
	background-color:#4a0e40;
	color:#FFF;
	}	
.rapor-baslik {
	float:left;
	width:100%;
	margin:20px 0px;
	font-weight:600;
	font-size:17px;
	}
.tarihler {
	float:left;
	width:100%;
	margin-bottom:20px;
	}	
.tarihler input{
	border:1px solid #ddd;
	padding:8px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width:100px;

	}	
.tamami {
	float:left;
	width:100% !important;}	
.rapor-toplam {
	float:left;
	width:100%;
	margin:20px 0px;
	padding:20px;
	background-color:#f5f5f5;
	font-weight:600;
	border:1px solid #ddd;
}
.rapor-toplam > ul{
	float:left;
	width:100%;
	}
.rapor-toplam > ul > li{
	float:left;
	width:25%;
	padding-right:5px;
	}	
.personeller-toplam {
	float:left;
	width:100%;
	background-color:#f5f5f5;
	padding:20px;
	margin-top:20px;	
	}
.personeller-toplam > h4 {
	margin-bottom:20px;
	}	
.personeller-toplam > ul{ 
	float:left;
	width:100%;
}
.personeller-toplam > ul > li{ 
	float:left;
	width:100%;
	padding:10px 0px;
	border-bottom:1px solid #ddd;
}
.personeller-toplam > ul > li:last-child{
	border-bottom:none;}
.personeller-toplam > ul > li > .personel-adi {
	float:left;
	width:150px;
	font-weight:600;
	}
.personeller-toplam > ul > li > .personel-toplam {
	float:left;
	width:150px;
	}
.tedarikci-odemeleri {
	float:left;
	width:100%;
	background-color:#f5f5f5;
	padding:20px 20px 20px 50px;
	margin-top:20px;
		
	}	
span.form-input {
	position:relative;}
span.para-kapsa{
	position:absolute;
	height:41px;
	right:0px;
	width:35px;	
	color:#000;	
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding-top:7px;
font-weight:600;
text-align:center;
border-left:1px solid #ddd;
}	
.aciklamalar {
	display:none;
}
.ortala {
	text-align:center;
	}
.mobil-logo {
	display:none;
	float:left;
	width:50%;
	margin-top:10px;
	}
.mobil-logo > a > img{
	max-width:200px;
	}		
.mobil-menu {
	display:none;
	}	
.mobil-menu-close {
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:right;
	color:#FFF;
	display:none;
	font-size:25px;
	}
.mobil-menu-icon {
	float:left;
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	color:#4a0e40;
	display:none;
	font-size:25px;
	}
span.mobil-title {
	display:none;
	}	
div.tab > ul > li > a {
	position:relative;    
  	border:0px;
}

div.tab  {
   float:left;
   width:100%;
   margin-top:20px;
   background: #f9f9f9;
   padding: 10px 10px 0;
   border-radius: 10px;
}

div.tab  ul  li  a {
    color:#4a0e40;
	font-weight:600;
	position:relative;
	display:inline-block;
	font-size:15px;
	margin-bottom:7px;
	text-align:center;
	transition:all .3s;
	padding-top:3px;
	padding-bottom:8px;
}
div.tab  ul  li a:after {
    content:'';
	position:absolute;
	width:0px;
	left:0px;
	bottom:-7px;
	height:3px;
	background-color:#4a0e40;
	transition:all .3s;
	
}
div.tab  ul  li.aktif-tab a:after {   
	width:100%;	
	transition:all .3s;	
}
/*div.tab  ul  li:hover a:after {    
	width:100%;	
	transition:all .3s;	
}*/
.fa-angle-left {
	margin-right:5px;
	font-size:14px !important;
	}	
.profil-bilgileri {
	margin-top:30px;
	width:100%;
	float:left;
	}
.profil-bilgileri > a.is {
    float: right;
    border: 0px solid #ddd;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 1%;
    background-color: #4a0e40;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}	
.link-item {
	cursor:pointer;
	position:relative;
	}
.link-item:hover {
	background-color:#FBFBFB;
	}	
.mno-gizle {
	display:block;
	}	

.tarihler .tarihim {
	display:inline-block;
	}	
	
	
@media only screen and (max-width:768px)
{
ul.raporlar {
	align-items: unset;
	}
ul.raporlar > li{
	margin-right:2%;
	text-align:center;
	margin-bottom:2%;
	flex-grow:1;	
	border:1px solid #EBEBEB;
	width:49%;
	display:flex;
	align-items:center;
	
	}
ul.raporlar > li:nth-child(2n+2){
	margin-right:0px;
	}

	
.tarihler .tarihim {
	display:block;
	width:50%;
	float:left;
	}	
.tarihler .tarihim strong{
	display:block;
	margin-bottom:5px;
	}	
.rapor-toplam > ul > li {
    float: left;
    width: 100%;
    padding-right: 0px;
	margin-bottom:8px;
}
.personeller-toplam > ul > li > .personel-adi {
    float: left;
    width: 60%;
}	
.personeller-toplam > ul > li > .personel-toplam{
    float: left;
    width: 40%;
}	
.tedarikci-odemeleri {
    
    padding: 20px;
}	
	
.mno-gizle {
	display:none;
	}	
ul.adisyon2 textarea {
   
	height:70px;
}	
ul.adisyon1 {
    width: 100%;
}	
ul.adisyon2 {
    width: 100%;
}	
.link-item:hover {
	background-color:transparent;
	
	}
.link-item:after {
	content: "\f105";
	font-family: FontAwesome;
	position:absolute; 
	top:35%; 
	right:5px; 
	color:#ebebeb;
	font-size:40px;}			
ul.coll1 {
	float:left;
	width:100% !important;
	}	
ul.coll2 {
	float:left;
	width:100% !important;
	}		
span.aciklama {
    
}	
.ortala {
	text-align:left;
	}	
span.zil {
 font-size:13px;
 color:#FFF;
 }	
.yonetim-giris {
    margin: 0px 5% 0px 5%;
    width: 90%;   
    padding: 30px;
    
}
.logo-giris {
	text-align:center;
	}
.logo-giris > img {
    width: 100%;
	max-width:150px;
}

.mobil-menu-close {
	display:block;
	}

.hizli-menu {
  display:none;
}
.mobil-logo {
	display:block;
	}
.mobil-menu-icon {
	display:block;
	}	
.mobil-menu {
	display:block;
}
.top-menu {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:20px;
	z-index:9;
	background-color: #4a0e40;
	display:none;
}
	
.top-menu ul > li {
    float: left;
    margin-right: 0px;
	width:100%;
	border-bottom:1px solid #7c156c;
}
.top-menu ul > li:last-child {
	border-bottom:0px;
	}
.top-menu ul > li > a {
	display:block;
	padding-top:12px;
	padding-bottom:12px;
	color:#FFF;
	}
	
.top-menu ul > li.cikis-button > a {	
	color: #4a0e40 !important;
}

.top-menu ul > li > a > i {
    display:none;
}
.main {
   margin-top:10px;
   margin-bottom:20px;
}

.content-top > h1 {
    display: block;
	margin-bottom:20px;
}

.content-top > a.is {
    float: left;    
    margin-left: 0px;
	margin-right:2%;
}

span.form-input input {
    width: 100%;
}
span.form-input select {
    width: 100%;
}
span.form-input textarea {
    
    width: 100%;
}
ul.kayitlar {
    display: block;
    float: left;
    width: 100%;
}
ul.islem {
    
    float: left;
    width: 100%;
    text-align: right;
}

ul.full-list > li {
    
    display: block;
}
ul.full-list > li:first-child {
	display:none;
	}
.kasa-durum > ul > li:first-child{
	display:none;
	}
.kasa-durum > ul > li > ul > li {
    float: left;
    width: 50%;
	margin-bottom:10px;
}
.telefonlar {
    
    width: 100%;
}
.on {
	width:100%;
	}	
.onbes {
	width:100%;
	}
.yirmi {
	width:100%;
	}
.yirmibes {
	width:100%;
	}		
.otuz {
	width:100%;
	}
		
.kirk {
	width:100%;
	}
.elli {
	width:100%;
	}	
.altmis {
	width:100%;
	}	

span.mobil-title {
	display:block;
	font-size:12px;
	color:#CCC;
	font-weight:600;
	}	
ul.form-view > li {
  
    padding: 8px 0px;
}	
ul.form-view > li > span.titr {
    width: 45%;
}
ul.form-view > li > span.deger {
    width: 50%;
}
ul.izinler > li:first-child{
	width:100%;
	}
ul.izinler > li{
	width:47%;
	}
div.tab  {

   margin-top:30px;
}	

.buton-genislik {
    width: 100%;
	float:left;
}	
.profil-bilgileri > a.is {
	float: left;
    margin-left: 0px;
    margin-right: 2%;
	}
} /* @media only screen and (max-width:768px) END */
							
@media print
{

.tarihler {
	display:none;
	}  
.is {
	display:none;
	}	
}

.pdw-footer-name {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 40px 30px;
    display: inline-block;
    width: 100%;
    background: #381F34;
}

.telefonlar #telefon-no li a {font-family: monospace;}
.telefonlar #telefon-no li a b {font-family: 'Quicksand';}