@charset "UTF-8";

h1,h2,h3,h4,h5,ul{
	padding:0;
	margin:0;
}
th{
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
	outline:none;
}
.wrapper{
	height:100%;
}
.sutun{
	padding:0;
    background-color: #d2d6de;
    border-top: none;
    border-bottom: none;
    height: 100%;
}
#top{
	height:50px;
	max-height: 50px;
    background-color: #1F1F1F;
    border-bottom: 2px solid #8A8A8A;
    box-shadow: 0 2px 3px #8C8C8C;
    color: #fff;
    /*z-index: 50;*/
    position: relative;
}
.modal{
	z-index:10000;
}
#yazilim-baslik{
	height: 100%;
    display: inline-block;
    width: 208px;
    background: #000000;
	float:left;
}
#yazilim-baslik > #menu-ac{
	position: absolute;
    color: #FFFFFF;
    padding: 0 7px;
    background: #383838;
    font-size: 24px;
    top: 9px;
    left: 9px;
    height: auto;
    line-height: normal;
    cursor: pointer;
    z-index: 800;
    display: none;
}
#yazilim-baslik > h4{
	height: 100%;
    padding: 0 10px;
    line-height: 50px;
	position:relative;
	text-align:center;
}
#yazilim-baslik > h4 .versiyon{
	position: absolute;
    top: 0;
    right: 12px;
    margin-left: -10px;
    font-size: 10px;
    line-height: normal;
    color: #DADADA;
}
#yazilim-baslik > h4 .script-baslik-uzanti{
		color:#A5A5A5;
}
#top-right{
	display:inline-block;
	height:100%;
	float:right;
	width:calc(100% - 208px);
}
#sidebar{
	overflow:hidden;
	margin-top:-2px;
	float:left;
	height:100%;
	height:calc(100% - 50px);
	width:210px;
	background-color:#fff;
	border-right: 2px solid #9A9A9A;
    box-shadow: 3px 0 4px #B5B5B5;
}
#menuler > li a{
	position:relative;
	padding:10px;
	display:block;
	border-bottom:1px solid #ddd;
	color:#3A3A3A;
	font-weight:600;
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	background-color: #F5F5F5;
	background: -webkit-linear-gradient(top, #fdfdfd 1%,#f7f7f7 50%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #fdfdfd 1%,#f7f7f7 50%,#f2f2f2 100%);
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
.bildirim-var:after{
	content: "\f12a";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    font-family: FontAwesome;
    right: 30px;
    margin-top: -10px;
    color: #fff;
    background-color: #7AC2FF;
    border: 1px solid #4491C7;
    text-shadow: 1px 1px 1px #0072C3;
    border-radius: 50%;
	-webkit-animation:lamba 0.6s infinite;
	        animation:lamba 0.6s infinite;
}
@-webkit-keyframes lamba{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
	0%{
		background:#004d66;
	}
}
@keyframes lamba{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
	0%{
		background:#004d66;
	}
}
.menu-badges{
	position: absolute;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #3C3C3C;
    color: #fff;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}
.menu-badges.mavi{
	background:#00a3d9;
}
#menuler > li > a{
	border-left: 2px solid rgba(0, 97, 129, 0);
}
#menuler > li > a:hover, #menuler > li.active > a{
	padding-left:13px;
	border-left: 2px solid rgba(0, 97, 129, 1);
	color:#666666;
}
#menuler > li a > i{
	display:inline-block;
	width:16px;
}
#menuler > li a > i.sonraki{
	float:right;
	padding:5px;
	font-size:11px;
	-webkit-transform:rotate(0deg);
	        transform:rotate(0deg);
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
#menuler > li.active > a > i.sonraki{
	-webkit-transform:rotate(90deg);
	        transform:rotate(90deg);
}
#menuler > li > .alt-menu{
	background-color:#292929;
	display:none;
}
#menuler > li > .alt-menu > li a{
	background:none;
	color:#cccccc;
	padding:8px 20px;
	border-bottom:1px dotted #444444;
	font-family:"Open Sans",Tahoma,sans-serif;
	font-weight:400;
	font-size:13px;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
#menuler > li > .alt-menu > li a:hover{
	color:#fff;
}
#menu-baslik{
	color: #fff;
    background-color: #00526D;
	background: -webkit-linear-gradient(top, #0081AD 1%,#00678A 50%,#00526D 100%);
	background: linear-gradient(to bottom, #0081AD 1%,#00678A 50%,#00526D 100%);
    font-family: "Open Sans Bold",Tahoma,sans-serif;
    font-weight: 600;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #004156;
	position:relative;
	text-shadow: 1px 1px 1px rgba(0, 51, 68, 0.7);
	z-index:51;
}
#content{
	float:left;
	width:75%;
	height:98%;
	height:calc(100% - 60px);
	width:calc(100% - 230px);
	margin:10px 0 0 10px;
	overflow:hidden;
}
#content #breadcumb > h4{
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
	color:#222222;
	margin: 5px 0 12px 0;
}
#content #icerik{
	width: 100%;
    height: 100%;
    height: calc(100% - 45px);
    background: #fff;
	padding:10px;
	box-shadow: 0 6px 10px -4px #888;
	border-top:2px solid #bbbbbb;
	border-bottom: 2px solid #d6d6d6;
	position:relative;
}
#content #icerik.durumliste{
	overflow-y:auto;
	overflow-x:hidden;
}
#icerik #tabloListelemeDiv{
	height:85%;
	height:calc(100% - 50px);
	overflow:hidden;
	margin-top: -30px;
}
#icerik.durumliste #tabloListelemeDiv{
	height:auto;
	margin-top:-7px;
}
#icerik #tabloAlt{
	margin:10px 0;
}
#icerik #tabloAlt:after{
	content:"";
	display:table;
	clear:both;
}
#tabloAlt #gosterim{
	float:left;
	display:inline-block;
	height: 39px;
    line-height: normal;
	font-size:13px;
	padding:5px 0;
	white-space:nowrap;
}
#tabloAlt #sayfalama{
	float:right;
	display:inline-block;
}
.pagination{
	margin:0;
	border-radius:2px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination>li>a, .pagination>li>span {
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
}
.sil-ikon > i{
	font-size:18px;
	color:#FFDEDE;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: bold;
    font-family: "Open Sans Bold";
    color: #696969;
}
.table>thead:first-child>tr:first-child>th, .table>tfoot>tr>th{
	background: #eee;
	font-size:13px;
	background: -webkit-linear-gradient(top, #fdfdfd 1%,#f7f7f7 50%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #fdfdfd 1%,#f7f7f7 50%,#f2f2f2 100%);
	border-bottom:1px solid #cccccc;
}
.text-ellipsis{
	text-overflow:ellipsis;
}
#top #aktif-kullanicilar{
	float:left;
	display:inline-block;
	height:100%;
	line-height:48px;
}
#top #aktif-kullanicilar > ul > li > a{
	padding:0 15px;
	display: block;
    font-weight: 600;
    font-family: "Open Sans Bold";
    color: #E4E4E4;
}
#top #aktif-kullanicilar > ul > li > .dropdown-menu{
	margin:0;
}
#top #user-panel{
	float:right;
	height:100%;
	line-height:48px;
	display:inline-block;
}
#top #user-panel > ul > li{
	float:left;
}
#top #user-panel > ul > li > a{
	padding:0 15px;
	display: block;
    font-weight: 600;
    font-family: "Open Sans Bold";
    color: #E4E4E4;
}
#top #user-panel > ul > li > .dropdown-menu{
	right:0;
	margin:0;
	left:auto;
}
#top #user-panel > ul > li.notif > .dropdown-menu{
	min-width:200px;
	padding:0;
}
#top #user-panel > ul > li.notif > .dropdown-menu .bildirimler-menu{
	max-height:156px;
	min-height: 36px;
}
#top #user-panel > ul > li.notif > .dropdown-menu .bildirimler-menu li a{
	font-size:12px;
	font-family:"Open Sans",Tahoma,sans-serif;
	font-weight:400;
	padding:9px 10px;
	color:#555555;
	border-bottom:1px solid #E2E2E2;
	display:block;
	line-height:normal;
	white-space: nowrap;
}
#top #aktif-kullanicilar > ul > li > .dropdown-menu .online-users{
	max-height:281px;
}
#top #user-panel > ul > li.notif > .dropdown-menu .bildirimler-menu li a:hover, #top #aktif-kullanicilar > ul > li > .dropdown-menu .online-users li a:hover{
	background:#F7F7F7;
}
#top #aktif-kullanicilar > ul > li > .dropdown-menu .online-users li a{
	padding:10px 10px;
	color:#555555;
	border-bottom:1px solid #E2E2E2;
	display: block;
    line-height: normal;
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
}
#top #user-panel > ul > li.notif > .dropdown-menu li.header{
	border-bottom:1px solid #E2E2E2;
}
#top #user-panel > ul > li.notif > .dropdown-menu li.header, #top #user-panel > ul > li.notif > .dropdown-menu li.footer{
	height:36px;
	line-height:36px;
	display:block;
	padding:0 10px;
	font-size:13px;
	background: #F5F5F5;
    color: #444;
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
}
#top #user-panel > ul > li > a > img{
	max-width:32px;
	max-height:32px;
	display:inline-block;
	margin-right:5px;
	border-radius:50%;
	overflow:hidden;
}
#top #aktif-kullanicilar ul.dropdown-menu .online-users > li > a > img{
	max-width:20px;
	max-height:20px;
	display:inline-block;
	margin-right:5px;
	margin-top:-4px;
}
#top #user-panel > ul > li > a:hover{
	background:#333333;
}
#top #aktif-kullanicilar > ul > li > a:hover{
	background:#333333;
}
#top #aktif-kullanicilar > ul ul.dropdown-menu{
	min-width:183px;
	max-height:284px;
	padding:0;
}
#top #user-panel > ul > li.notif > a{
	font-size:16px;
	position:relative;
}
#top #user-panel > ul > li.notif > a > .badges{
	position: absolute;
    border: 2px solid #1F1F1F;
    top: 13%;
    right: 0;
    padding: 1px;
    border-radius: 50%;
    overflow: hidden;
    background: #d90000;
    font-size: 12px;
    font-family: "Open Sans",Tahoma,sans-serif;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    width: 22px;
    text-align: center;
    display: inline-block;
    text-shadow: 1px 1px 1px #690000;
}
#top #user-panel > ul > li.notif > a > .badges.tasks{
	background: #32A0D4;
}
.garanti-kutu .ui.checkbox{
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0;
}
.dropdown-menu{
	margin:0;
}
.dropdown-menu > li > a i.fa{
	min-width:15px;
}
.dropdown-menu>li>a{
	font-family: "Open Sans Bold",Tahoma,sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #555555;
	padding-top: 5px;
    padding-bottom: 5px;
}
.form-horizontal .form-group{
	margin:0;
}
.form-horizontal .form-group:last-child .input-group{
	margin:0;
}
.panel-group .panel-heading{
	color: #fff;
    background: -webkit-linear-gradient(top,#88b9e4 0,#426e94 100%);
    background: linear-gradient(top,#88b9e4 0,#426e94 100%);
    background: -moz-linear-gradient(top,#88b9e4 0,#426e94 100%);
    border: none;
    border-radius: 3px;
    overflow: hidden;
    font-family: monospace;
    text-shadow: 1px 1px 0px #172938;
}
.panel-group>.panel-heading+.panel-collapse>.panel-body{
	border:none;
}
.panel-group .panel{
	border-radius: 0;
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.panel-group .panel .panel-body{
	border:none!important;
	padding:20px 0;
}
.form-horizontal .control-label {
    padding-top: 7px!important;
	text-align: right!important;
	line-height: 20px;
}
.bootstrap-select.btn-group .dropdown-menu li a{
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.btn-group.open .dropdown-toggle {
	border: 1px solid #6083a7;
}
.badge{
    margin-top: -5px;
    margin-left: 3px;
}
.mob-display-visible{
	display:none;
}
#menu-kapat{
	cursor:pointer;
}
.table tbody tr:nth-child(even){
	background:#F5F5F5;
}
.no-sort:after{ 
	display: none!important;
}
.no-sort{ 
	cursor: default!important;
}
.table tbody tr:hover{
	background:#dfffe6;
}
.son-giris{
	padding: 5px 20px;
    margin: 0;
    margin-top: -5px;
    background: #F1F1F1;
    display: block;
    color: #6F6F6F;
    line-height: normal;
    font-size: 12px;
    border-bottom: 1px solid #E2E2E2;
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
}
.son-giris > span{
    display: block;
	color:#333;
}
.table tbody tr td, .table tbody tr th{
	font-size:13px;
}
.link-ata{
	cursor:pointer;
	color: #2469A5;
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
}
.link-ata:hover{
	color: #4793d8;
}
#mesaj{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10001;
	display:none;
}
#mesaj .mesaj-golge{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
}
#mesaj #mesaj-kutu{
	display:none;
	position:absolute;
	width:100%;
	height:160px;
	top:50%;
	left:0;
	margin-top:-80px;
	background:#eeeeee;
	border:3px solid #DEDEDE;
	border-left:none;
	border-right:none;
	overflow:hidden;
	box-shadow: 0 4px 6px 1px #2F2F2F;
}
#mesaj #mesaj-kutu .ikon-panel{
	text-align:center;
	height:160px;
}
#mesaj #mesaj-kutu .ikon-panel > span{
	display:none;
	font-size:18px;
	color:#fff;
	border-radius:50%;
	text-align:center;
	width:60px;
	height:60px;
	line-height:56px;
	margin-top:35px;
	border: 1px solid #BFBFBF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
#mesaj #mesaj-kutu .ikon-panel > span.uyari{
	display: inline-block;
	background: #FF3737;
}
#mesaj #mesaj-kutu .ikon-panel > span.basari{
	background:#36DE60;
}
#mesaj #mesaj-kutu .ikon-panel > span.bilgi{
	background:#4596E6;
}
#mesaj-panel-kapat{
	font-size:20px;
	color:#b2b2b2;
	cursor:pointer;
	padding:5px;
	display:inline-block;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#mesaj-panel-kapat:hover{
	color:#8a8a8a;
	-webkit-transform:rotate(90deg);
	        transform:rotate(90deg);
}
#mesaj #mesaj-kutu .mesaj-yazi > h4{
	padding:13px 0 13px 0;
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
}
#mesaj #mesaj-kutu .mesaj-yazi > p{
	height: 50px;
    font-family: "Open Sans Bold",Tahoma,sans-serif;
    font-weight: 600;
    color: #5D5D5D;
	line-height: 16px;
}
#mesaj #mesaj-kutu .mesaj-islem > span.rotate{
	color:#444444;
	font-size:20px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th{
    border: 1px solid #E2E2E2;
}
.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border:none;
}
.table-bordered {
    border: 1px solid #CECECE;
}
.table-bordered>tfoot>tr>th{
	border-top:1px solid #CECECE;
}
#loading{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:55;
}
#loading .background{
	background:#fff;
	opacity:0.7;
	width:100;
	height:100%;
	position:relative;
}
#loading .background .rotate{
	display:inline-block;
	font-size:28px;
	color:#222222;
	position:absolute;
	top:50%;
	left:50%;
}
.liste-tarih-kolon{
	font-size:12px!important;
	font-family:"Open Sans Bold",Tahoma,sans-serif;
	font-weight:600;
	color:#555555;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align:middle;
}
.table th .ui.checkbox, .table td .ui.checkbox{
	display:table-cell;
}
#breadcumb{
	position:relative;
	overflow:visible;
}
#breadcumb #onceki-panel{
	position:absolute;
	top:50%;
	right:3px;
	display:none;
	border-radius:50%;
	background:#fff;
	background:-webkit-linear-gradient(top,#fff,#f0f0f0);
	background:linear-gradient(to bottom,#fff,#f0f0f0);
	text-align:center;
	width:30px;
	height:30px;
	line-height:26px;
	margin-top:-13px;
	color:#0086b3;
	cursor:pointer;
	border:2px solid #00b3b2;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
#breadcumb #onceki-panel:hover{
	background:-webkit-linear-gradient(top,#ffffff,#b0ecff);
	background:linear-gradient(to bottom,#ffffff,#b0ecff);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26),0 2px 10px 0 rgba(0,0,0,0.24);
}
#modal-panel .modal-body{
	position:relative;
	background:#F7F7F7;
}
#modal-panel .modal-body .modal-yukleniyor{
	position:absolute;
	top:0;
	display:none;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.6);
}
#modal-panel .modal-body .modal-yukleniyor .rotate{
	position: absolute;
    top: 50%;
    left: 50%;
	display:block;
    color: #525252;
    font-size: 24px;
    margin-top: -10px;
    margin-left: -10px;
}
.modal-header .close{
    outline: none;
}
.modal-content{
	border-radius:3px;
}
#modal-icerik{
	background:#fff;
	min-height: 200px;
}
.ui-widget {
    font-family:"Open Sans Bold",Tahoma,sans-serif;
    font-size:13px;
	font-weight:600;
	color:#5F5F5F;
}
.ui-widget-content{
	z-index: 100010;
}
.ui-menu .ui-menu-item{
	padding: 8px 1em 8px 12px;
}
.ui-state-focus, .ui-widget-content .ui-state-focus{
	border: 1px solid #00B4F1;
    background: #caf2ff url("../plugin/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: 600;
    color: #0080AB;
}
#modal-panel .modal-icerik-style{
	min-height:200px;
	padding:10px;
	background:#fff;
	border:1px solid #e5e5e5;
}
.hepsini-sec-gen{
	width:22px!important;
}
.pos-relative-1{
	position:relative;
}
span.abs-left{
	display:inline-block;
	position:absolute;
	left:5px;
	top:50%;
	overflow:hidden;
	height:32px;
	margin-top:-16px;
	max-width:32px;
	max-height:32px;
}
.pos-relative{
	position:relative;
	padding-right:40px!important;
}
span.abs-right{
	display:inline-block;
	position:absolute;
	overflow:hidden;
	right:5px;
	top:50%;
	margin-top:-16px;
	height:32px;
	max-width:32px;
	max-height:32px;
}
span.abs-logo{
	display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    width: 100%;
}
span.abs-logo > img{
	max-width: 100%;
	height: auto;
	max-height: 32px;
	display: inline-block;
}
span.abs-left > img, span.abs-right > img{
	max-width:100%;
	height:auto;
}
span.dtr-data > span.abs-left, span.dtr-data > span.abs-right{
	position:relative;
	margin-left: 10px;
	right: 0;
	bottom: -10px;
}
span.abs-left > .fa, span.abs-right > .fa{
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 10px;
    width: 14px;
    height: 14px;
    color: #fff;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
}
span.abs-right > .fa-check{
	background-color: #18b72b;
}
span.abs-right > .fa-chevron-down{
	background-color: #dc8c54;
}
img.garanti-durum{
	display:inline-block;
	position:absolute;
	margin-left:-16px;
	margin-top:-16px;
	top:50%;
	left:50%;
	max-height:32px;
	max-width:32px;
}
.yeni-kayit{
	position:relative;
}
.yeni-kayit:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:8px;
	height:8px;
	right:2px;
	bottom:2px;
	border-radius:2px;
	background:#74D474;
	overflow:hidden;
}
.resim-yukleme-paneli{
	border-left:1px solid #E4E4E4;
	margin-top: -10px;
   margin-bottom: -10px;
   padding-top:10px;
   padding-bottom:10px;
}
span.dosya-sec{
	position: relative;
    overflow: hidden;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    height: 30px;
}
span.dosya-sec input[type=file]{
	opacity: 0;
    font-size: 400px;
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: inline-block;
}
span.secilen-dosya{
	padding: 0 5px;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #337AB7;
	height: 30px;
	border: 1px solid #d6d6d6;
    line-height: 30px;
    border-radius:0;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	overflow:hidden;
    resize: none;
    background: #efefef;
    background: -moz-linear-gradient(top,#fff 0,#efefef 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,#fff 0,#efefef 100%);
    background: -o-linear-gradient(top,#fff 0,#efefef 100%);
    background: -ms-linear-gradient(top,#fff 0,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEFEF',GradientType=0);
	background: linear-gradient(top,#fff 0,#efefef 100%);
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.resim-yukleme-islemi{
	display:none;
}
.resim-secme{
	
}
.son-panel{
	display:none;
	min-height:250px;
}
.resim-ozellikleri{
	position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.7);
}
.resim-ozellikleri > span{
	display: block;
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    font-family: "Open Sans Bold",Tahoma,sans-serif;
    font-weight: 600;
    color: #717171;
    text-shadow: 0 0 4px #fff;
}
.sonuc-mesaj{
	display:none;
}
.yeni-resim-yukleniyor{
	color: #444444;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	margin-top: -10px;
	margin-left: -10px;
}
.sablon-degisim-kodlari > label{
	font-size:13px;
	display:block;
	color:#666666;
}
.sablon-degisim-kodlari > .table-bordered{
	font-size:12px;
	width:100%;
}
.sablon-degisim-kodlari > .table-bordered td{
	padding:5px;
}
.form-control[disabled], fieldset[disabled] .form-control{
	border: 1px solid #E0E0E0;
    box-shadow: none;
    background-color: #F9F9F9!important;
	color: #909090;
	font-family:"Open Sans",Tahoma,sans-serif;
	font-weight:400;
}
.musteri-sec{
	border:1px solid #E0E0E0;
	border-top:none;
	display:none;
}
.musteri-sec .bilgiler{
	padding:5px;
}
.musteri-sec .bilgiler table td{
	vertical-align: top;
    font-size: 13px;
    padding: 2px;
    font-family: "Open Sans Bold",Tahoma,sans-serif;
    font-weight: 600;
    color: #696969;
}
.musteri-sec .bilgiler table td.baslik{
	width:90px;
    color: #999;
}
.orta-cizgi{
	position:relative;
}
.orta-cizgi:after{
	content:"";
	top:0;
	left:50%;
	position:absolute;
	width:1px;
	height:100%;
	border-right:1px solid #f0f0f0;
}
legend{
	padding:10px;
    font-size: 13px;
    line-height: 15px;
    margin:0;
    font-family: "Open Sans Bold",Tahoma,sans-serif;
    font-weight: 600;
    color: #696969;
}
legend .ok{
	float: right;
    font-size: 14px;
    color: #74e278;
    margin-right: 7px;
}
.garanti-kutu{
	border: 1px solid #dcdcdc;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 3px 5px -1px rgba(41, 41, 41, 0.09);
}
.hizli-ekle{
	background: #ffffff;
	background: -webkit-linear-gradient(#fff,#ffffff,#efefef);
	background: linear-gradient(#fff,#ffffff,#efefef);
	color: #4A4A4A;
	cursor:pointer;
	box-shadow: 0 1px 2px rgba(144, 144, 144, 0.23) inset;
	border-top-right-radius: 2px!important;
	border-bottom-right-radius: 2px!important;
}
.hizli-ekle:hover{
	background: -webkit-linear-gradient(#fff,#f7f7f7,#e9e9e9);
	background: linear-gradient(#fff,#f7f7f7,#e9e9e9);
}
.noty_message{
	font-size: 16px!important;
    font-family: "Open Sans Bold",Tahoma,sans-serif;
    font-weight: 600;
    line-height: 16px!important;
    padding: 20px!important;
}
a.fancybox{
	display:block;
	width:100%;
	position:relative;
}
a.fancybox .servis-resim-sil{
	position: absolute;
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #FF3535;
    display: inline-block;
    text-align: center;
    -webkit-transition:all 0.2s ease-out;
    transition: all 0.2s ease-out;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    text-shadow: 1px 1px 1px #AD0000;
}
a.fancybox .servis-resim-onayla{
	position: absolute;
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #FF3535;
    display: inline-block;
    text-align: center;
    -webkit-transition:all 0.2s ease-out;
    transition: all 0.2s ease-out;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    text-shadow: 1px 1px 1px #AD0000;
}
a.fancybox .servis-resim-sil:hover{
	background:#df0000;
}
img.servis-resmi-bir{
	display:block;
	margin:0 auto;
	height:100px;
}
.fancybox-overlay {
    z-index: 99999;
}
.fancybox-opened .fancybox-skin {
    z-index: 100019!important;
}
.fancybox-opened {
    z-index: 100010;
}
.resim-siliniyor{
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: 1px solid #A7A7A7;
	background: rgba(255, 255, 255, 0.7);
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.resim-siliniyor > .rotate{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-10px;
	margin-top:-10px;
	font-size:20px;
	color:#333333;
	display: inline-block;
}
.resim-siliniyor.acik{
	visibility:visible;
	opacity:1;
}
.ikon-resim-sil{
	position: absolute;
    color: #d90000;
    top: 5px;
    right: 10px;
    font-size: 15px;
    cursor: pointer;
}
.servis-fisi-kim-ekledi{
	background-color: #fff;
	padding:0;
	font-size: 13px;
	position: relative;
	border-top: none;
	z-index: 5;
	margin-top:20px;
}
.servis-fisi-kim-ekledi .kim-ekledi{
	line-height: 15px;
}
.servis-fisi-kim-ekledi .kim-ekledi .info{
	line-height:20px;
}
.servis-fisi-kim-ekledi .kim-ekledi .tarih{
	color: #555;
	font-family:"Open Sans Bold",sans-serif;
	font-weight:600;
}
.user-avatar > img{
	width: 28px;
    height: 28px;
    border-radius: 2px;
    margin-right: 5px;
    background-color: #3c74a7;
}
.kullanilan-malzemeler .kullanilan-malzemeler-header > span{
	display:inline-block;
	padding:10px;
	margin:-10px;
	cursor:pointer;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content{
	padding-bottom:5px;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content .malzeme-sec > *{
	float:left;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content .malzeme-sec .malzemeler{
	width:calc(100% - 167px);
	margin-right:3px;
	margin-bottom:0;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content .malzeme-sec .malzeme-adet{
	width:44px;
	margin-bottom:0;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content .malzeme-sec .birim-fiyat{
	width:117px;
	margin-right:3px;
	margin-bottom:0;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content .malzeme-sec .birim-fiyat .malzeme-fiyat-sabit{
	padding: 6px;
	width:100%;
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 2px;
	color:#555555;
	font-weight:600;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content .malzeme-sec > button{
	width:50px;
	margin-top:10px;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content #eklenen-malzemeler{
	margin:-5px;
	margin-top:5px;
	padding:5px;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content #eklenen-malzemeler .list-group{
	margin:0;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content #eklenen-malzemeler .list-group .list-group-item{
	font-size: 13px;
    font-family: "Open Sans Bold",sans-serif;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 0;
    color: #5A5A5A;
    margin-bottom: 5px;
    background-color: #ffffff;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content #eklenen-malzemeler .list-group .list-group-item .badge{
	padding: 4px 8px;
    font-size: 11px;
    margin: 0;
    font-weight: 600;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content #eklenen-malzemeler .list-group .list-group-item .malzeme-sil{
	position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    right:-10px;
    font-size: 13px;
    height: 24px;
    margin-top: -13px;
    line-height: 24px;
    padding: 0 7px;
    color: #fff;
    background-color: #ff4c4d;
    cursor: pointer;
	z-index: 66;
    -webkit-transition:all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content #eklenen-malzemeler .list-group .list-group-item:hover .malzeme-sil{
	visibility:visible;
	opacity:1;
	right:-25px;
}
.kullanilan-malzemeler .kullanilan-malzemeler-content #eklenen-malzemeler .list-group .list-group-item .malzeme-sil:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-right-color: #ff4c4d;
}
#servis-islemleri .islem-bir{
	position: relative;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    font-size: 13px;
}
#servis-islemleri .islem-bir .islem-sil{
	font-family: "Open Sans Bold",sans-serif;
	font-weight: 600;
	position:absolute;
	visibility:hidden;
	opacity:0;
	top:10px;
	left:50%;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:24px;
	font-size:13px;
	margin-left:-12px;
	color:#b30000;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#servis-islemleri .islem-bir:hover .islem-sil{
	top:0;
	visibility:visible;
	opacity:1;
}
#servis-islemleri .islem-bir .islem-header{
	padding: 5px;
    border-bottom: 1px solid #E4E4E4;
}
#servis-islemleri .islem-bir .islem-header .user-avatar{
	
}
#servis-islemleri .islem-bir .islem-header .user-avatar > img{
	width:36px;
	height:36px;
}
#servis-islemleri .islem-bir .islem-header .bilgiler{
	width: calc(100% - 46px);
	padding:8px 0;
}
#servis-islemleri .islem-bir .islem-aciklama{
	padding: 5px;
    background-color: #F1F1F1;
	min-height:40px;
}
#servis-islemleri .islem-bir .islem-aciklama .servis-malzemeleri{
    margin-top:-1px;
    background-color: #fff;
}
#servis-islemleri .islem-bir .islem-footer{
	padding:5px 6px;
	border-top:1px solid #E4E4E4;
	height: 41px;
	line-height: 31px;
}
#servis-islemleri .islem-aciklama .aciklama {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #d4d4d4;
}
#servis-islemleri .islem-bir .islem-footer .islem-tutar form{
	padding: 4px 0 0 0;
}
#servis-islemleri .islem-bir .islem-footer .islem-tutar form input[type=text]{
	width: 70px;
	font-size:15px;
	margin-right:5px;
    border: 1px solid #C7C7C7;
    min-width: 1px!important;
    padding: 1px;
    line-height: normal;
    height: auto;
    display: inline-block;
	border-radius:2px;
}
#servis-islemleri .islem-bir .islem-footer .islem-tutar form button{
	opacity:0;
	visibility:hidden;
	width:1px!important;
}
#servis-islemleri .islem-bir .islem-footer .islem-durum{
	border: 1px solid #00adff;
	padding: 5px;
	line-height: 15px;
	margin-top: 2px;
}
.servis-tutar{
	color:#0070a7;
}
.servis-tutar form input[name=tutar]{
	font-family:"Open Sans Semi Bold", sans-serif;
	font-weight:600;
	width:60px;
	line-height: 14px;
}
.servis-tutar form button[type=submit]{
	visibility:hidden;
	opacity:0;
	position:absolute;
}
.toplam-tutar{
    color:#277500;
}
.servis-toplami{
    font-size: 24px;
    line-height: initial;
    margin-bottom: 4px;
}
.servis-toplami .servis-toplam-tutar{
	color:#306a7d;
	font-family: monospace,"Open Sans";
}
#faturalandir{
    margin-top: 40px;
}
.faturalandir-btn{
	margin:0!important;
	border-radius: 3px!important;
	float:right;
}
.musteri-odeme-tablosu{
	margin-top:15px;
}
#bildirimSes{
	display:none;
}
.mesaj-dosya-secimi > .dosya-sec{
	width:44px;
}
.mesaj-dosya-secimi > .secilen-dosya{
	width:calc(100% - 44px);
}
.gelen-giden-kutusu{
	text-align:center;
	position:relative;
}
.gelen-giden-kutusu > a{
	position:absolute;
	top:0;
	padding:8px 0!important;
	color:#138FAD!important;
}
.gelen-giden-kutusu > a:hover{
	color:#0b5466!important;
}
.gelen-giden-kutusu > a:first-child{
	left:10px;
}
.gelen-giden-kutusu > a:last-child{
	right:10px;
}
.mesajlar-gelen-giden-kutu-baslik{
	height: 33px;
	line-height: 29px;
	margin-left:5px;
	border-bottom: 3px solid #9AD0F7;
}
.mesajlasmalar{
	max-height:400px;
	overflow-y:auto;
}
.mesaj-bir{
	margin-bottom:10px;
	font-size:13px;
}
.mesaj-bir .mesaj-detay{
	width: calc(100% - 46px);
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(167, 167, 167, 0.2);
	position:relative;
}
.mesaj-bir .mesaj-detay:before{
	content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    border: 8px solid transparent;
    border-right-color: #ddd;
    z-index: 222;
}
.mesaj-bir .mesaj-detay:after{
	content: "";
    position: absolute;
    top: 12px;
    right: 100%;
    border: 6px solid transparent;
    border-right-color: #ffffff;
    z-index: 223;
}
.mesaj-bir .mesaj-detay .mesaj-header{
	padding:6px;
}
.mesaj-bir .mesaj-detay .mesaj-header .tarih{
	color:#888;
}
.mesaj-bir .mesaj-detay .mesaj-icerik{
	padding:6px;
	padding-top:0;
}
.mesaj-bir.alici .user-avatar > img{
	margin:0;
	margin-left:10px;
}
.mesaj-bir.alici .mesaj-detay .mesaj-icerik{
	text-align:right;
}
.mesaj-bir .mesaj-detay .mesaj-icerik .ekli-dosya{
	margin-top:6px;
}
.mesaj-bir.alici .mesaj-detay:before{
    right:auto;
	left:100%;
    border-left-color: #ddd;
    border-right-color: transparent;
}
.mesaj-bir.alici .mesaj-detay:after{
    left: 100%;
	right:auto;
    border-left-color: #ffffff;
	border-right-color: transparent;
}
.gorev-servisi{
	padding-top:7px;
	padding-bottom:2px;
	margin-top:5px;
	color: #1D7996;
}
.gorev-servisi .gorevi-bitir{
	cursor: pointer;
    margin: 0;
    font-size: 13px;
}
.gorev-servisi .gorevi-bitir label{
	color: #006934;
}
.gorev-servisi .gorev-bitirilmis{
	color: #006934;
}
.gorev-servisi .gorev-bitirilmis > span{
	color: #00331a;
}
.tahsilat-ekle-btn{
	margin: 2px;
	margin-left:5px;
	margin-right:0;
}
fieldset.bilgiler{
	display: block;
    margin: 5px 15px 10px 15px;
    border:1px solid #eaeaea;
}
fieldset.bilgiler legend{
	background:#F7F7F7;
    padding: 10px 15px;
    display: block;
    width: calc(100% + 2px);
    font-size: 13px;
    line-height: 15px;
    margin: -1px;
    margin-bottom: 10px;
    color: #696969;
    border:1px solid #eaeaea;
}
.geri-don-btn{
	margin:-10px 0 0 -10px;
	width:calc(100% + 20px);
}
.geri-don-btn > .btn{
	display:block;
	width:100%;
	box-shadow:none!important;
	border-radius:0;
	border:none;
	padding-top: 10px;
    padding-bottom: 10px;
}
.gonderilmis-mesajlar{
	border:2px solid #ddd;
}
.gonderilmis-mesajlar > h5{
	background-color: #F7F7F7;
    color: #00698c;
    font-size: 13px;
    padding: 8px 5px;
    border-bottom: 2px solid #E6E6E6;
}
.gonderilmis-mesajlar .mesajlar{
	padding:5px;
	max-height:348px;
	overflow:auto;
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir{
	margin-bottom:5px;
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir .header{
	padding:0 5px;
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir .header > span{
	font-size:13px;
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir .header > .tarih{
	color:#777777;
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir .mesaj{
	position:relative;
	margin-top:5px;
	font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(221, 221, 221, 0.58);
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir .mesaj:before{
	content:"";
	position:absolute;
	bottom:100%;
	left:6px;
	border:7px solid transparent;
	border-bottom-color:#ddd;
	z-index:221;
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir .mesaj:after{
	content:"";
	position:absolute;
	bottom:100%;
	left:8px;
	border:5px solid transparent;
	border-bottom-color:#E2F2FF;
	z-index:222;
}
.gonderilmis-mesajlar.sms-sends .mesajlar .gonderim-bir .mesaj:after{
	border-bottom-color:#fff;
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir .mesaj .konu{
	color: #1F629C;
    padding:2px 4px;
    background-color: #E2F2FF;
    border-bottom: 1px solid #C8E6FF;
}
.gonderilmis-mesajlar .mesajlar .gonderim-bir .mesaj .detay{
	padding:4px;
}
.trumbowyg-editor, .trumbowyg-textarea{
	padding:10px;
	min-height:150px;
}
.trumbowyg-box, .trumbowyg-editor{
	min-height:150px;
}
.contenteditable{
	padding:10px;
	border:1px solid #D4D4D4;
	min-height:100px;
	outline:none;
	font-size:13px;
}
.sms-mail-gonder{
    margin-bottom: 15px;
}
.sms-mail-gonder > h5{
	display: inline-block;
    padding: 7px 5px;
    background-color: #fff;
    border: 2px solid #E6E6E6;
    border-bottom: none;
    font-size: 13px;
    margin-bottom: -2px;
}
.sms-mail-gonder > form{
	border: 2px solid #E6E6E6;
    padding: 10px;
	padding-bottom:0;
}
.teslim-zamani-gecmis{
	position:relative;
}
.teslim-zamani-gecmis:before{
	content: "\f017";
    font-size: 14px;
    position: absolute;
    color: #0086b3;
    top: 0;
    right: 1px;
    font-family: FontAwesome;
}
.durum-liste{
	float: left;
    width: 25%;
    padding: 0 15px;
}
.durum-liste-bir{
	background-color: #fff;
	border: 1px solid #d0d0d0;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius:3px;
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.25);
	overflow:hidden;
	-webkit-transition:all .1s ease-out;
	transition:all .1s ease-out;
}
.durum-liste.cihaz .durum-liste-bir{
	border: 1px solid #8db0f1;
}
.durum-liste.cihaz .durum-liste-bir .baslik{
	border-top: 1px solid #8eb6ff;
	background-color: #f0f6ff;
	color: #123150dd;
}
.durum-liste-bir:hover{
	border:1px solid #0BA9DE!important;
	box-shadow: 0 0 2px rgba(0, 131, 181, 0.25)!important;
}
.durum-liste-bir:hover .baslik{
	border-top:1px solid #0BA9DE!important;
	background-color:#00C4FF!important;
	color:#fff!important;
}
.durum-liste-bir .adet{
	height:56px;
    display: block;
    line-height:56px;
    font-size: 34px;
    font-family: monospace,"Open Sans";
    text-align: center;
}
.durum-liste-bir .baslik{
	display: block;
    font-size: 13px;
    text-align: center;
    padding: 8px 5px;
    border-top: 1px solid #E8E8E8;
    background-color: #F7F7F7;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.wall-header{
	padding:10px;
	border: 1px solid #E0E0E0;
	box-shadow: 0 0 2px rgba(204, 204, 204, 0.25);
	border-radius:2px;
	margin-bottom:10px;
	font-size:13px;
	background-color: #FBFBFB;
}
.son-eklenen-servisler{
	padding: 9px 7px;
	border: 1px solid #ccc;
	border-bottom: none;
	font-size: 13px;
	position: relative;
}
.son-eklenen-servisler .durum-liste-yenile{
	position: absolute;
	top:-1px;
	right:-1px;
	height:38px;
	width:40px;
}
.duz-cizgi{
	float:left;
	height:1px;
	width:100%;
	padding:0 5px;
}
#musteriler-paneli .musterileri-yukle{
	height:360px;
	margin-top: -1px;
	margin-bottom: -1px;
	overflow-x:hidden;
	overflow-y:auto;
}
#musteriler-paneli .modal-body .modal-yukleniyor{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}
#musteriler-paneli .modal-body .modal-yukleniyor .rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    color: #525252;
    font-size: 24px;
    margin-top: -10px;
    margin-left: -10px;
}
.musteri-secme-tablosu{
	margin:0;
}
.fiyat-badge{
	margin-right:5px!important;
	background-color:#0086b3;
}
#servis-islemi-yukleniyor{
	color: #23789a;
}
.servis-resimleri .panel-body{
	min-height:220px;
}
.panel-heading{
	padding:10px;
}
.panel-heading .panel-title {
	color: #ffffff;
    font-family: "Open Sans Bold", sans-serif;
    font-weight: 600;
    font-size: 13px;
}
.panel-heading .panel-title a{
	display: block;
	position: relative;
}
.panel-heading .panel-title a::before{
	content: "\f107";
    position: absolute;
    font-family: FontAwesome;
    top: 2px;
	right: 0;
	transition: all .2s;
}
.panel-heading .panel-title a.collapsed::before{
	transform:rotate(-90deg);
}
form.kilitle input[disabled], form.kilitle textarea[disabled], form.kilitle select[disabled], form.kilitle button[disabled]{
	color:#555555;
}
.gorevli-personeller{
	padding: 0;
    margin-top: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.gorevli-personeller li img{
	width:24px;
	height:24px;
	border-radius:3px;
}
.gorevli-personeller li{
	padding:5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gider-aciklama{
	background-color:#fbfbfb;
    margin: -5px;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #e8e8e8;
}
.gider-aciklama .aciklama{
	background: none!important;
    padding:5px!important;
    border: none!important;
}
.gider-aciklama .tutar{
	text-align:right;
}
#servis-islemleri .islem-aciklama .aciklama .servis-islem-aciklama{
	color: #656565;
    padding: 5px;
    height: 100%;
    position: relative;
    padding-left: 60px;
    min-height: 30px;
    font-family: "Open Sans Bold",sans-serif;
}
#servis-islemleri .islem-aciklama .aciklama .servis-islem-aciklama .ikon{
	margin: -5px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 16px;
    color: #5f5f5f;
    text-align: center;
    width: 54px;
    min-height: 100%;
    height: 100%;
    height: calc(100% + 10px);
    padding: 5px;
    padding-top: 10px;
    border-right: 1px solid #ddd;
}
.fatura-girilen-urunler{
	min-height:200px;
	border:1px solid #ddd;
	overflow:hidden;
	overflow-x:auto;
}
.fatura-girilen-urunler .ekli-urunler{
	width: calc(100% + 2px);
    max-width: calc(100% + 2px);
	margin:-1px;
}
.fatura-girilen-urunler .ekli-urunler th, .fatura-girilen-urunler .ekli-urunler td{
	white-space: nowrap;
}
.fatura-girilen-urunler .ekli-urunler tbody td{
	text-align:center;
	font-family:"Open Sans Bold", sans-serif;
	font-weight:600;
	color: #757575;
}
.fatura-girilen-urunler .ekli-urunler tbody td.baslik{
	text-align:left;
}
.fatura-girilen-urunler .ekli-urunler tbody td .kaldir{
	color:#d90000;
	cursor:pointer;
}
.listele-secenek{
	position:relative;
	z-index:51;
}
.kasa-satir{
	border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
	background-color:#fff;
}
.kasa-satir .baslik,  .kasa-satir .tutar{
	font-size:16px;
	font-family:"Open Sans Bold", sans-serif;
	font-weight:600;
}
.kasa-satir .baslik{
	padding:15px;
}
.kasa-satir .tutar{
	font-size:18px;
	padding:15px;
	color:#fff;
	width:200px;
	text-align:center;
}
.kasa-satir.mavi{
	color:#0086b3;
	border-color:#00a3d9;
}
.kasa-satir.kirmizi{
	color:#d90000;
	border-color:#ff0606;
}
.kasa-satir.yesil{
	color:#238c00;
	border-color:#2baa00;
}
.kasa-satir.yesil .tutar{
	background-color:#00f462;
	text-shadow:1px 1px #008c38;
}
.kasa-satir.mavi .tutar{
	background-color:#59d6ff;
	text-shadow:1px 1px #009bce;
}
.kasa-satir.kirmizi .tutar{
	background-color:#ff8a8a;
	text-shadow:1px 1px #ff1111;
}
.kasa{
	padding: 0 10px;
	border-radius: 2px;
    border: 1px solid #00779e;
    color: #fff;
    background-color: #009ed2;
    height: 191px;
    text-align: center;
}
.kasa > h4, .kasa .tutar{
	height: 95px;
    line-height: 95px;
    font-size: 22px;
}
.kasa .tutar{
	display:block;
	border-top:1px solid #a8e9ff;
}
.kasa-raporu-mesaj{
	width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #6c6c6c;
}
.vade-gecmis{
	color:#ff0000;
	font-weight:600;
	font-family:"Open Sans Semi Bold", sans-serif;
}
.kayit-ac-btn{
	position: relative;
	padding-right: 38px!important;
}
.kayit-ac-btn > a{
	color: #fff!important;
	position: absolute;
	top:50%;
	right:5px;
	z-index: 1;
    border-radius: 50%;
	padding: 5px 8px;
	opacity:0;
	display: inline-block;
	background-color: #337ab7;
	transform:scale(0.1) translateY(-50%);
	transition: all 0.2s ease-in-out;
}
table.table tbody tr:hover .kayit-ac-btn > a{
	transform: scale(1) translateY(-50%);
	opacity:1;
}
.kayit-ac-btn > a:hover{
	background-color: #0e3455;
}
#tabloGenel{
	height:100%;
}
.fc-widget-content td{
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.fc-widget-content td:hover{
	background-color:#ebfeff;
}
#eimza-pad{
	border:2px solid #ddd;
	background-color: #fff;
	height:400px;
	position: relative;
	overflow: hidden;
}
#eimza-pad #eimza1{
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:200px;
}
#eimza-pad #eimza2{
	position: absolute;
	top:200px;
	left:0;
	right:0;
	height:200px;
}
#eimza-pad #imza-resim{
	position: relative;
	z-index:1;
	height:inherit;
}
#eimza-pad .pdf-dosya{
	position: absolute;
	display: block;
	bottom:0;
	left:0;
	right:0;
	padding:5px;
	border-top:1px solid #ddd;
	background-color: #fff;
	z-index: 5;
	font-weight:600;
	font-family:"Open Sans Semi Bold", sans-serif;
	text-align: center;
}
#eimza-pad #imza-resim img{
	height:200px;
}
#eimza-pad .info{
	position: absolute;
	left:0;
	right:0;
	top:0;
	z-index:2;
	padding:3px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#eimza-pad .info.musteri{
	top:200px;
}
.servis-fis-liste .fis-no{
	margin-bottom:10px;
}
.servis-fis-liste .fis-no i{
	font-size: 26px;
    width: 28px;
    text-align: center;
}
.servis-fis-liste .fis-no strong{
	font-family: monospace,"Open Sans";
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    top: 3px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yazdir-barkod{
	margin-top:10px;
}
.hr1{
	margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 1px dotted #cecece;
}