html {
	float:left; width:100%; height:100%; padding:0px; margin:0px;
}
body {
	background-color:#f9fafb; float:left; width:100%; height:100%; padding:0px; margin:0px;
}
a {
	cursor:pointer;
}
.btn.icn {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    min-width: 30px;
    text-align: center;
    text-decoration: none!important;
    -moz-user-select: none;
    -webkit-user-select: none;
	position:relative;
    font-weight: 700;
	font-size: 17px;
    line-height: 24px;
    padding: 2px;
	float:left;
	margin-right:5px;
}
.btn i {
}
.btn.left {
	float:left;
	margin-left:5px;
}
.btn.right {
	float:right;
	margin-right:5px;
}
#results {
    float: left;
    width: 100%;
    position: fixed;
    bottom: 39px;
    left: 0px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    padding-right: 10px;
    padding-left: 290px;
}
#loading {
	background-color:rgba(0,0,0,0.8);
	width: 100%;
	height:100%;
	position: fixed;
	z-index: 10000;
	left: 0px;
	bottom: 0px;
	text-align: center;
	display:none;
}
#loading .progress {
	margin-bottom:0px;
	position:absolute;
	left:calc(50% - 300px);
	top:calc(50% + 30px);
	width:600px;
	display:none;
}
#loading .loader {
	width:100px;
	height:100px;
	position:absolute;
	bottom:calc(50% - 50px);
	left:calc(50% - 50px);
	color:#ffffff;
	text-align:center;
}
#loading .loader i {
	font-size:40px;
	line-height:40px;
}
#loading .loader span {
	font-size:14px;
	line-height:14px;
	float:left;
	width:100%;
	text-align:center;
	padding-top:10px;
}
.girisalan {
	width:500px;
	margin:auto;
	text-align:center;
	top:25%;
	position:relative;
}
.girisalan .logo {
	width:150px;
	height:43px;
	display:inline-block;
	background-image: url(../../assets/images/logo.png);
	background-repeat: no-repeat;
	background-size:contain;
}
#top {
	float:left; width:100%; height:66px; display:inline; padding:10px; position:fixed; top:0px; left:0px; z-index:503;
	border-bottom: 2px solid #999;
    border-bottom: 1px solid rgba(0,0,0,.3);
    box-shadow: -11px 12px 23px rgba(0,0,0,.1);
	background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
    background-repeat: repeat-x;
}
#left {
	float:left; display:inline; width:280px; height:calc(100% - 66px); background-color:#262626; top:66px; left:0px; position:fixed; z-index:502;
	-webkit-transition: 250ms cubic-bezier(0.1,.57,.1,1); transition: 250ms cubic-bezier(0.1,.57,.1,1); -webkit-transform: translate(0px,0) translateZ(0px); overflow-x:hidden; overflow-y:auto;
}
.menukapali #left {
	padding-right:10px;
	margin-left:-270px;
}
#sayfa {
	float:right; width:calc(100% - 280px); min-height:100%; padding:10px; padding-bottom:166px; padding-top:76px; box-sizing:border-box;
}
.menukapali #sayfa {
	width:calc(100% - 10px);
}
#top .logotop {
	width:158px; height:40px; display:inline-block; background-image: url(../images/logoyan.png); background-repeat: no-repeat; background-size:contain
}
#top .kim {
	color:#9f9f9f; float:right; display:inline; height:40px; line-height:20px; padding-left:10px;
}
#top .kim span {
	float:left; clear:left;
}
#top .kim .sari {
	color:#555; font-weight:500;
}
#top .btn-header {
}
#top .btn-header.pull-right {
	margin-left:2px;
}
#top .btn {
	margin-top:5px;
	margin-right:0px;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    color: #6D6A69;
}
#top .btn.menu-active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125); 
    background-color: #ed9118;
    color: #ffffff;
}
#top .btn-header .btn span {
    position: absolute;
    top: -5px;
    left: -5px;
    cursor: pointer;
    background:#a90329!important;
    display: inline-block;
    font-size: 11px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
    line-height: 15px;
	width:20px;
	height:20px;
}
h4 {
	line-height:24px;
}
.header {
	border-color: #45474b!important; background: #4c4f53; color: #fff; padding: 10px 8px; height:50px; font-size:15px; line-height:30px;
}
.header-search {
    position: relative;
}
.header-search>input[type=text] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 200px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #bfbfbf;
    background: #fff;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: normal;
    font: inherit;
    font-size: 14px;
}
.header-search>button {
    background: 0 0;
    border: none;
    color: #6D6A69;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    z-index: 2;
	 outline: none;
}
.header-sayfa {
	float:right;
	margin-left:10px;
	font-size:12px;
	line-height:30px;
}
.table-responsive {
	background-color:#FFF;
}
.table {
	margin-bottom:0px;
}
.table thead tr {
	background-color: #eee;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));
    background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -moz-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -ms-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -o-linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    background-image: -linear-gradient(top,#f2f2f2 0,#fafafa 100%);
    font-size: 12px;
}
.table thead .sorting, .table thead .sorting2 {
	cursor:pointer;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC") no-repeat center right;
}
.table thead .sorting_asc, .table thead .sorting2_asc {
	cursor:pointer;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAzElEQVQokZ3Sv0oDQRDH8c8cVwSxvkokpVilEh/EOrX4YmJlbZVSBINI3iJt8A8EXZtB1vNODmdZhpn9fXcYZqIo/mPNUDJEF+IiRDdKlt7BHLd4Sz/va4qiDx1hhQ+U9Cscj4JY4D6B/n3A4heIEzxlhR32CezxkvlnnFaFNLhJ4Q6X2GS8wVXmC67R1BXPcIclWqxTuM54me/nQz3Ovn+rwIwbzOoe22os73+M7BM/3tsR7SMO0w9aDK1ciAN02BbldTI4xQZ3dYp9AbxPgGuvLL49AAAAAElFTkSuQmCC") no-repeat center right;
	padding-right: 18px;
}
.table thead .sorting_desc, .table thead .sorting2_desc {
	cursor:pointer;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAxklEQVQoka3SvUpDQRAF4O9cUqRMlSqIZQoRa/ExrPMAvlNqsRCL1GIlVsEiD5CHCGIRwtosKW7u4g/OsixnZw57Zs6mKP4S3dBlZBK5iEyazDKwsMQWy6F8UZrENQrWLeJRamQcaUnvIuOTHiPXWGERGfVIIyywitz0yQ9V2g532FS8qXhX8T26Y4+Y4x0HfGBfC/cVH2p+fjIcXOK1Evr7DVfNqWKG5/pCqecLZt/agTM84hNPOP+Nj1PcYtryMf/6V38SX4v3n3b7SOjEAAAAAElFTkSuQmCC") no-repeat center right;
	padding-right: 18px;
}
.table thead tr th.active {
	background-color:#eee;
}
.table-hover>tbody>tr:hover {
    background-color: #ecf3f8;
}
.navigasyon {
	width:100%; position:fixed; bottom:0px; right:0px; padding:10px; background-color:#4c4f53;z-index: 501;
}
.pagination {
	float:right;
	margin:10px;
}
.pagination li a {
	padding:4px 8px;
	outline: none;
}
.table td {
	position:relative;
}
.form-control.form-control-sm {
	height:30px;
	padding:6px;
}
textarea.form-control.form-control-sm {
    height: 60px;
}
.btn.btn-dosya {
  position: relative;
  overflow: hidden;
  margin-left:-1px;
}
.btn-dosya input[type=file] {    
	position: absolute;
    top: 0;
    right: 0;
    font-size: 999px;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: inherit;
    display: block;
    width: 100%;
    height: 100%;
}
.form-group {
	float:left;
	width:100%;
	margin:0px;
	position:relative;
}
.modal-body .form-group {
    float: none;
    width: auto;
    position: static;
    margin-bottom: 15px;
}
.form-group label {
	line-height:30px;
	margin:0px;
}
.form-group .form-inline {
	float:left;
	padding:10px;
}
.form-group .form-block {
	padding:10px;
}
.form-arabar .form-inline {
	 padding-top:0px;
	 padding-bottom:0px;
}
.form-group .form-inline.right, .form-group .form-block.right {
	border-left:1px solid #efefef;
}
.form-group .no-padding {
	padding:0px;
}
.form-group .form-inline .radio, .form-inline .checkbox {
	float:left; position: relative; display: block;
	margin:0px;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
	opacity: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	margin-top:0px;
	margin-left:0px;
	left:2px;
	top:7px;
}
.form-inline .radio input:checked + label::before, .form-inline .checkbox input:checked + label::before {
  border-color: #2E7BCC;
}
.form-inline .radio input:checked + label::after, .form-inline .checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left:1px;
  top: 7px;
  border: 1px solid #2E7BCC;
  border-radius: 50%;
  background-color: #2E7BCC;
}
.form-inline .radio label, .form-inline .checkbox label {
  display: inline-block;
  position: relative;
  padding-left:25px;
}
.form-inline .radio label::before, .form-inline .checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 6px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.form-inline .radio.disabled label, .form-inline .checkbox.disabled label {
  color: #ccc;
}
.form-inline .radio.disabled label::before, .form-inline .checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}
.form-inline .checkbox input:checked + label::before {
  border-color: #2E7BCC;
  background-color: #2E7BCC;
}
.form-inline .checkbox input:checked + label::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  line-height:14px;
  color: #fff;
  border-color: transparent;
  background-color: transparent;
}
.form-inline .checkbox label::before {
  border-radius: 2px;
}
.form-inline .resim {
	float:left;
    width:212px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #bcbcbc;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.resim img {
    float:left;
    width: 100%;
    height: auto;
    object-fit:contain;
	margin-top:5px;
}
.resim .butlar {
	float:left;
	width:200px;
}
.resim .butlar .btn {
	float:right;
	margin-left:5px;
}
.resim .dosyaad {
	float:left;
	width:100%;
	height:40px;
	font-size:12px;
	line-height:18px;
	box-sizing:border-box;
	word-spacing:inherit;
	overflow:hidden;
	background-color:#FFF;
	padding:3px;
	border:1px solid #efefef;
	margin-top:5px;
}
.form-inline .resim input {
	float:left;
	width:200px;
	margin-top:5px;
}
.resim .butlar .btn.left {
	float:left;
	margin-right:5px;
	margin-left:0px;
	cursor:move;
}
.form-inline .icon {
	width:102px;
}
.icon img {
    float:left;
    width: 100%;
    height: 60px;
    object-fit:contain;
	margin-top:5px;
}
.icon .butlar {
	float:left;
	width:90px;
}
.form-inline .logo {
	width:200px;
}
.logo img {
    float:left;
    width: 100%;
    height: 116px;
    object-fit:contain;
	margin-top:5px;
}
.logo .butlar {
	float:left;
	width:188px;
}
.not {
    float:left;
    padding: 5px;
    font-size:14px;
    line-height: 20px;
    color: red;
}
.panel {
    margin-bottom: 0px;
}
.progressalan {
	float:left;
	width:100%;
	margin-top:10px;
}
#categoryorder {
	float: left;
	width: 100%;
	display: inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#categoryorder li {
	float: left;
	display: inline;
}
#categoryorder img {
	width:100%;
	height:150px;
	overflow:hidden;
	object-fit:contain;
}
#categoryorder2 {
	float: left;
	width: 100%;
	display: inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#categoryorder2 li {
	float: left;
	display: inline;
}
#categoryorder2 img {
	width:100%;
	height:150px;
	overflow:hidden;
	object-fit:contain;
}