body {
	height:100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color:#F4F9FD;
	font-size:12px;
        /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
/*
h1,h2,h3,h4,h4,h6{
	margin:0;
	padding:0;
}

h1{
	font-size:24px;
}

h2{
	font-size:14px;
}
*/

small{
	font-size:9px;
}

a{
	text-decoration:none;
	color:#000;
}

.trnCursor{
	cursor:pointer;
}

.trnPage{
	cursor:pointer;
}

.alert {
  padding: 10px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}

.info {
  background-color: #47A8F5; /* Red */
  color: white;
  margin-bottom: 15px;
}

.warning {
  background-color: #FFA92B; /* Red */
  color: white;
  margin-bottom: 15px;
}

.success {
  background-color: #6ABC6E; /* Red */
  color: white;
  margin-bottom: 15px;
}

.alert  i{
	font-size:20px;
	margin-right:10px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.exTab1 .nav-pills{
	background-color: #F4F9FD;
}

.exTab1 .nav-pills h1{
	background-color: transparent;
}

.exTab1 .tab-content {
	margin-top:15px;
	background-color: #FFF;
}

.exTab1 .tab-content h1{
	background-color: transparent;
}

/* remove border radius for the tab */

.exTab1 .nav-pills > li > a {
	font-size:22px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.trnTableTitle{
	height:30px;
	line-height:30px;
	background-color:#000;
	color:#FFF;
}

.trnTableBody{
}

.trnTableItem{
	border-bottom:1px solid #EFEFEF;
}

.trnStatistics .trnItem{
	height:100px;
	background-color:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	box-shadow: 0 0 3px #337AB7;
   -moz-box-shadow: 0 0 3px #337AB7;
   -webkit-box-shadow: 0 0 3px #337AB7;
}

.trnStatistics .trnItem h2{
	text-align:center;
	padding:20px 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#DC2514;
}

.trnStatistics .trnItem h3{
	text-align:center;
	padding:10px 0 10px 0;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

.trnFullScreen{
	width:100%;
}

a:hover{
	text-decoration:none;
	color:#000;
}

.trnSpace{
	float:left;
	height:40px;
	background-color:#D89500;
}


.trnEnabled {
	color:#86A100;
}

.trnDisabled {
	color:#DC2514;
}


/* Butonlar Başladı */

.trnHideBtn{
	display:none;
}

.trnGetPayment{
	margin-left:5px;
}

.trnGetPayment path{
	fill:#86A100;
}
.trnGetPayment:hover path{
	fill:#000;
}


/* ##### Butonlar Bitti ##### */

.trnImg{
	height:150px;
}



.trnLoader{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:999999;
	display:block;
	background-color:rgb(0,0,0,0.5);
}

.trnLoaderContent{
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-125px 0 0 -100px;
	text-align:center;
	color:#FFF;
}

.trnLoaderContent img{
	width:200px;
	height:200px;
}

.trnLoaderText{	
	width:200px;
	height:200px;
	line-height:200px;
	position:absolute;
	top:0;
	text-align:center;
}


.trnDropRight{
	
}

.trnTitle{
	height:30px;
	margin-bottom:20px;
	font-size:28px;
}

.trnUserSelectList{
	width:100%;
	position:absolute;
	padding:10px;
	top:0;
	display:none;
	scrollbar-width: thin;
}

.trnList{
	width:90%;
	height:300px;
	position:absolute;
	overflow:scroll;
	scrollbar-width: thin;
	margin:0;
	padding:0;
	top:0;
	list-style:none;
	z-index:100;
	background-color:#E6F1FB;
}

.trnList li{
	width:100%;
	height:90px;
	margin:0;
	padding:10px;
	list-style:none;
}

.trnList li:hover{
	border-bottom:1px solid #158A9D;
}

.trnList li a{
	color:#000;
}

.trnList li .trnAvatar{
	width:70%;
	height:50px;
	line-height:50px;
	float:left;
}

.trnList li .trnAvatar img{
	height:50px;
	width:50px;
	float:left;
	margin:0 10px 0 0;
}

.trnList li .trnAvatar svg{
	height:50px;
	width:50px;
	float:left;
	margin:0 10px 0 0;
}

.trnList li .trnAvatar h3{
	margin:0;
	padding:0;
	font-size:20px;
}

.trnList li .trnAvatar h4{
	margin:10px 0 0 0;
	padding:0;
	font-size:16px;
	color:#C3BAC2;
}

.trnList li .trnLabel{
	width:30%;
	height:50px;
	line-height:50px;
	float:right;
	color:#C3BAC2;
	font-weight:bold;
	text-align:center;
}

.trnList li .trnListContent{
	width:100%;
	height:60px;
	float:left;
	margin:5px 0 0 0;
}

.trnList li .trnListContent p{
	line-height:30px;
	color:#C3BAC2;
	font-size:18px;
}

.trnPaddingNone{
	padding:0;
}

.trnTopContent{
	
}

.trnBodyContent{
	
}

.trnFooterContent{
	width:100%;
	height:50px;
	line-height:30px;
	position:fixed;
	bottom:0;
	left:0;
	
	color:#FFF;
	padding:10px;
	background-color:#000;
}





/* ##### Sol Alan (trnLeftArea) Başladı #####*/

.trnLeftArea{
	width:30%;
	height:100%;
	padding:380px 0 100px 0;
	position:fixed;
	top:0;
	left:0;
	float:left;	
}

.trnUserList .trnLeftArea{
	padding:170px 0 15px 0;
}

.trnLeftContent{
	width:100%;
	height:100%;
	overflow:auto;
	padding:10px;
	scrollbar-width: thin;
	float:left;
}

.trnLeftTop{
	width:100%;
	height: 310px;
	top:70px;
	left:0;
	padding:0 10px 10px 10px;
	position:absolute;
}

.trnUserList .trnLeftTop{
	height: 100px;
}

.trnLeftTop .trnUserSearch{
	height:50px;
}

.trnLeftTop .trnUserSearch input{
	height:40px;
	line-height:40px;
	background-color:#FFF;
	border:1px solid #EFEFEF;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}


.trnLeftTop .trnUserInfo{
	height:120px;
	padding:10px;
	color:#999;
	background-color:#FFF;
	border-bottom:1px solid #EFEFEF;
}

.trnLeftTop .trnUserInfo ul{
	list-style:none;
	margin:0;
	padding:0;
}

.trnLeftTop .trnUserInfo ul li{
	list-style:none;
	margin:0;
	padding:0;
}

.trnLeftTop .trnUserInfo ul li label{
	width:80px;
}

.trnLeftTop .trnUserInfo ul li a{
	font-size:10px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

.trnLeftTop .trnUserInfo ul li a:hover{
	color:#000;
	text-decoration:none;	
}

.trnLeftTop .trnUserInfo ul li svg{
	height:100px;
	float:left;
}

.trnLeftTop .trnUserInfo h4{
	height:50px;
	line-height:20px;
	font-size:12px;
}
.trnLeftTop .trnUserInfo h3{
	height:50px;
	line-height:20px;
	font-size:14px;
}

.trnLeftTop .trnOrderInfo{
	height:90px;
	padding:10px;
	color:#999;
}

.trnLeftTop .trnOrderInfo h2{
	line-height:20px;
	font-size:12px;
	margin-bottom:5px;
}

.trnLeftTop .trnOrderInfo h1{
	line-height:20px;
	font-size:14px;
	font-weight:bold;
}

.trnLeftTop .trnOrderInfo h3{
	line-height:12px;
	font-size:12px;
	font-weight:bold;
}

.trnLeftTop .trnOrderTitle{
	height:50px;
}

.trnTable{
	width:100%;
}

.trnTable thead{
	background-color:#E6F1FB;
}
.trnTable thead th{
	padding:10px;
	color:#337AB7;
}

.trnTable td{
	padding:10px;
	color:#000;
}

.trnTable tr {
  background-color: transparent;
}
.trnTable tr:nth-child(even) {
  background-color: #FFFFFF;
}

.trnTable th:nth-child(1) {
	width:50%;
}
.trnTable th:nth-child(2) {
	width:10%;
}
.trnTable th:nth-child(3) {
	width:20%;
}
.trnTable th:nth-child(4) {
	width:20%;
}

.trnUserList .trnTable th:nth-child(1) {
	width:70%;
}

.trnUserList .trnTable th:nth-child(2) {
	width:30%;
}

.trnUserList .trnTable th:nth-child(3) {
	width:20%;
}

.trnUserList .trnTable td:nth-child(1) {
	width:70%;
}

.trnUserList .trnTable td:nth-child(2) {
	width:30%;
}

.trnUserList .trnTable td:nth-child(3) {
	width:20%;
}

.trnTable td:nth-child(1) {
	width:50%;
	display:table-cell;
	vertical-align:middle;
}
.trnTable td:nth-child(2) {
	width:10%;
}
.trnTable td:nth-child(3) {
	width:20%;
}

.trnTable td:nth-child(4) {
	width:20%;
}


.trnBasketDelete{
	position:relative;
	top:0;
	right:0;
}

.trnProductTitle{
	height:60px;
}

.trnProductTitle svg{
	height:20px;
	margin-right:10px;
}
.trnBasketDeleteItemDiv{
	float:left;
}

.trnBasketPositive{
	width:50px;
	float:none;
	border:none;
	text-align:center;
	color:#FFF;
	background-color:#86A100;
}

.trnBasketPositive:hover{
	color:#FFF;
	background-color:#000;
}

.trnBasketCount{
	width:50px;
	float:none;
	border:none;
	text-align:center;
	background-color:transparent;
}

.trnBasketNegative{
	width:50px;
	float:none;
	border:none;
	text-align:center;
	color:#FFF;
	background-color:#DC2514;
}

.trnBasketNegative:hover{
	color:#FFF;
	background-color:#000;
}



.trnLeftBottom{
	width:100%;
	height: 100px;
	bottom:0;
	left:0;
	padding:0;
	position:absolute;
	z-index:10;
	background-color:#E6F1FB;
}

.trnTotalPrice tbody {
	padding:0;
	margin:0;
}

.trnTotalPrice tbody tr {
	height:25px;
	padding:0;
	margin:0;
	background-color: transparent;
}

.trnTotalPrice tbody td{
	height:25px;
	padding:0 5px 0 5px;
	margin:0;
	color:#000;
}

.trnTotalPrice td:nth-child(1) {
	width:50%;
	font-size:10px;
	font-weight:bold;
}
.trnTotalPrice td:nth-child(2) {
	width:50%;
	font-size:10px;
	font-weight:bold;
}

/* ##### Sol Alan Bitti ##### */





/* ##### Orta Alan Başladı ##### */
.trnCenterArea{
	width:50%;
	height:100%;
	padding:70px 0 70px 0;
	position:fixed;
	top:0;
	left:30%;
	float:left;	
}

.trnUserList .trnCenterArea{
	width:70%;
}

.trnCenterContent{
	width:100%;
	height:100%;
	overflow:auto;
	padding:10px;
	position:relative;
	scrollbar-width: thin;
	float:left;
	background-color:#FFF;
}

.trnUserList .trnLeftArea{
	padding:170px 0 15px 0;
}

.trnUserList .trnLeftTop{
	height: 100px;
}

.trnCenterBottom{
	width:100%;
	height: 70px;
	line-height: 70px;
	bottom:0;
	left:0;
	padding:0 10px 10px 10px;
	position:absolute;
	background-color:#E6F1FB;
	z-index:10000;
}

.trnBtnDiv{
	height: 70px;
	padding:25px 0 15px 15px;
}


.trnRedBtn{
	padding:0;
	height:50px;
	line-height:50px;
	color:#FFF;
	font-weight:bold;
	background-color:#DC2514;
	border:none;
}

.trnYellowBtn{
	padding:0;
	height:50px;
	line-height:50px;
	color:#FFF;
	font-weight:bold;
	background-color:#D89500;
	border:none;
}

.trnGreenBtn{
	padding:0;
	height:50px;
	line-height:50px;
	color:#FFF;
	font-weight:bold;
	background-color:#86A100;
	border:none;
}

.trnGrayBtn{
	padding:0;
	height:50px;
	line-height:50px;
	color:#FFF;
	font-weight:bold;
	background-color:#666;
	border:none;
}


.trnProductItemContainer{
	width:100%;
	height: 200px;
	display: table;
	background-color:#F4F9FD;
	#position: relative;
	overflow: hidden;
	border: 1px solid #EFEFEF;
}

.trnProductItemBorder{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.trnProductItem{
	width:100%;
	#position: relative;
	#top: -50%;
}

.trnProductItem .trnQuanlityPositive{
	width:50px;
	float:none;
	border:none;
	text-align:center;
	color:#FFF;
	background-color:#86A100;
}

.trnProductItem .trnQuanlityPositive:hover{
	color:#FFF;
	background-color:#000;
}

.trnProductItem .trnProductCount{
	width:50px;
	float:none;
	border:none;
	text-align:center;
	background-color:transparent;
}

.trnProductItem .trnQuanlityNegative{
	width:50px;
	float:none;
	border:none;
	text-align:center;
	color:#FFF;
	background-color:#DC2514;
}

.trnProductItem .trnQuanlityNegative:hover{
	color:#FFF;
	background-color:#000;
}

.addBasketItemBtn{
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
	cursor:pointer;
	
}

.addBasketItemBtn svg{
	width:50px;
	height:50px;
	float:left;
	margin:25px 0 0 25px;
}

.addBasketItemBtn path{
	 fill: #337AB7;
}

.addBasketItemBtn:hover path{
	 fill: #000;
}

.trnProductItem .trnProductPriceDiv{
	text-align:center;
}

.trnProductItem .trnLabel{
	font-size:10px;
	font-weight:bold;
	float:left;
}

.trnProductItem .trnLabelValue{
	font-size:10px;
	font-weight:bold;
	float:left;
}


/* ##### Orta Alan Bitti ##### */



.addBasketBtn{
	width:50px;
	height:50px;
	line-height:50px;
	float:right;
	text-align:center;
	color:#FFF;
	font-size:32px;
	cursor:pointer;
	background-color: #158A9D;
	
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	/*
	box-shadow: 0 0 10px #333;
   -moz-box-shadow: 0 0 10px #333;
   -webkit-box-shadow: 0 0 10px #333;
   */
}


.addBasketBtn path{
	 fill: #158A9D;
}

.addBasketBtn:hover path{
	 fill: #000;
}



/* ##### Sağ Alan Başladı ##### */

.trnRightArea{
	width:20%;
	height:100%;
	padding:70px 0 70px 0;
	position:fixed;
	top:0;
	left:80%;
	float:left;	
}

.trnRightContent{
	width:100%;
	height:100%;
	overflow:auto;
	padding:10px;
	scrollbar-width: thin;
	float:left;
}

.trnRightContent .trnCategory{
	list-style:none;
	margin:0;
	padding:0;
}

.trnRightContent .trnCategory li{
	height:50px;
	line-height:50px;
	padding:0 10px 0 10px;
	margin-bottom:10px;
}

.trnRightContent .trnCategory a{
	text-decoration:none;
	color:#000;
}

.trnRightContent .trnCategory a:hover{
	color:#F00;
}

/* ##### Sağ Alan Bitti ##### */

.trnCard{
	height:100px;
	text-align:center;
}

.trnCard h2{
	line-height:100px;
	margin:0;
}

.trnCard .trnUserCardBtn{
	color:#FFF;
	background-color:#000;
}






.trnPopUp{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgb(0,0,0,0.5);
	z-index:10000;
	display:block;
}

.trnPopUpContainer{
	width:500px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-150px 0 0 -250px;
	background-color:#FFF;
	z-index:1000;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 0 20px #333;
   -moz-box-shadow: 0 0 20px #333;
   -webkit-box-shadow: 0 0 20px #333;	
}


.trnPopUpContainer .trnPopUpContent{
	width:500px;
	height:250px;
	text-align:center;
}

.trnPopUpContainer .trnPopUpContent svg{
	width:100px;
	height:100px;
	margin:10px 0 10px 0;
	padding:0;
	fill: #F6831D;
}


.trnPopUpContainer .trnPopUpContent .title{
	width:100%;
	height:60px;
	line-height:60px;
	font-size:30px;
	font-weight:bold;
}

.trnPopUpContainer .trnPopUpContent .message{
	width:100%;
	height:60px;
	line-height:26px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
}

.trnPopUpContainer .trnPopUpContent .success svg path{ 
	fill: #158A9D;
}

.trnPopUpContainer .trnPopUpContent .error svg path{ 
	fill: #FE272E;
}


.trnPopUpContainer .trnPopUpContent .warning svg path{ 
	fill: #FFB100;
}
.trnPopUpContainer .trnPopUpContent .success .title{ 
	color:#FFF;
	background-color:#158A9D;
}

.trnPopUpContainer .trnPopUpContent .error .title{ 
	color:#FFF;
	background-color:#FE272E;
}


.trnPopUpContainer .trnPopUpContent .warning .title{ 
	color:#FFF;
	background-color:#FFB100;
}

.trnPopUpContainer .trnPopUpFooter{
	width:500px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-top:1px solid #158A9D;
}

.trnPopUpContainer .trnPopUpFooter .btn-primary{
	margin-right:20px;
}


.trnBottomResult{
	position:fixed;
	height:40px;
	bottom:120px;
	right:0;
}

.trnBottomResult .trnPopUp{
	width:100%;
	position:fixed;
	height:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	display:block;
}

.trnResult{
	z-index:10000;
}

.trnPopUpGetFormResult{
	z-index:1000;
}

.trnProductItemContainer{
	width:100%;
	height: 150px;
	display: table;
	background-color:#F4F9FD;
	#position: relative;
	overflow: hidden;
	border: 1px solid #EFEFEF;
}

.trnProductItem{
	width:100%;
	#position: relative;
	#top: -50%;
}


/*
.trnBottomResult .trnPopUpContainer{
	width:500px;
	height:100px;
	position:absolute;
	top:auto;
	left:auto;
	bottom:70px;
	right:10px;
	margin:0;
	background-color:#F00;
	z-index:1000;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 0 20px #333;
   -moz-box-shadow: 0 0 20px #333;
   -webkit-box-shadow: 0 0 20px #333;		
}

.trnBottomResult .trnPopUpContainer .trnPopUpContent{
	width:500px;
	height:auto;
	text-align:center;
}

.trnBottomResult .trnPopUpContainer .trnPopUpContent .title{
	display:none;
}


.trnBottomResult  .trnPopUpContainer .trnPopUpContent svg{
	width:30px;
	height:30px;
	float:left;
	margin:35px 10px 35px 10px;
	padding:0;
	fill: #F6831D;
}



.trnBottomResult  .trnPopUpContainer .trnPopUpFooter{
	width:50px;
	height:50px;
	line-height:50px;
	font-size:14px;
	position:absolute;
	right:10px;
	top:-50px;
	text-align:center;
	border-top:1px solid #158A9D;
}

.trnBottomResult  .trnPopUpContainer .trnPopUpContent{
	width:500px;
	height:50px;
	text-align:center;
}

.trnBottomResult  .trnPopUpContainer .trnPopUpContent .message{
	width:400px;
	height:auto;
	line-height:30px;
	float:left;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
*/







.trnBasketDelete svg{
	height:30px;

}	
	
.trnBasketDelete svg path{
	fill: #DC2514;
}
.trnBasketDelete:hover svg path{
	fill: #000;
}


.trnClose{
	color:#FFF;
	background-color:#58585B;
}

.trnClose:hover{
	color:#FFF;
	background-color:#000;
}


.trnResTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.trnResTable caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.trnResTable tr {
  background-color: #FFF;
  border: 1px solid #ddd;
  padding: .35em;
}

.trnResTable th,
.trnResTable td {
  padding: .625em;
  text-align: left;
}

.trnResTable th {
  font-size: 1.4em;
  letter-spacing: .1em;
}

.trnResTable thead tr {
	background-color: #F8F9FA;
}

.trnTasc .trnTascRow{
	height:100%;
	position:relative;
	background-color:#E6F1FB;
	padding:10px;
}
 
.trnTasc .trnTascRow:nth-child(even) {
	background-color:#FFF;
}

.trnTascContainer{
}

.trnTascContainer .trnTascContent{
	padding:10px;
	border:1px solid #CFCFCF;
	margin-bottom:10px;
}

.trnTascContainer .trnTascContent:last-child {
	padding:10px;
	margin-bottom:0;
	border:1px solid #CFCFCF;
}


/* USER CSS Başladı*/

.trnUserItem svg{
	width:30px;
	margin:5px;
	cursor:pointer;
}

.trnUserItem .trnUserEditBtn path{
	fill:#86A100;
}
.trnUserItem .trnUserEditBtn:hover path{
	fill:#000;
}

.trnUserItem .trnUserDetailBtn path{
	fill:#D89500;
}
.trnUserItem .trnUserDetailBtn:hover path{
	fill:#000;
}

.trnUserItem label{
	width:50px;
}


.trnPictureResult{
	height:200px;
	width:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
}

.trnPictureResult .trnLoading{
	height:200px;
	width:100%;
	position:absolute;
	text-align:center;
	background-color:#3F51B5;
}

.trnPictureResult .trnLoading img{
	position:relative;
	z-index:100;
	height:100%;
	width:auto;
	margin:0 auto;
}

.trnPictureResult .trnLoading .trnText{
	width:100%;
	height:200px;
	position:absolute;
	line-height:200px;
	top:0;
	left:0;
	text-align:center;
	color:#FFF;
}

.trnPictureResult img{
	height:200px;
}


.trnProductPicture{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
}

.trnProductPicture img{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
}

.trnUserProfile .trnUserProfileImg{
	width:auto;
	height:200px;
	border:1px solid #E6F1FB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

.trnUserProfile .trnUserDetailRight{
	width:100%;
	height:auto;
	border:1px solid #E6F1FB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.trnUserProfile .trnUserDetailRight h2{
	margin:0;
	padding:10px;
	font-size:22px;
}

.trnUserProfile .trnUserDetailRight h3{
	margin:0;
	padding:10px;
	font-size:14px;
}

.trnUserProfile .trnUserDetailRight ul{
	margin:0;
	padding:0;
	list-style:none;
}

.trnUserProfile .trnUserDetailRight ul li{
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
}

.trnUserProfile .trnUserDetailRight ul li label{
	width:80px;
	margin:0;
	padding:10px;
	list-style:none;
}

.trnUserProfile .trnUserTascList{
	width:100%;
	height:100%;
	border:1px solid #E6F1FB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.trnUserProfile .trnUserTascList h1{
	margin:0;
	padding:10px;
	font-size:22px;
	background-color:#F4F9FD;
}

.trnUserProfile .trnUserTascList .trnCollapse{
	background-color:#E6F1FB;
}

.trnUserProfile .trnUserTascList .trnTascReport{
	padding:10px;
	font-size:14px;
}

.trnUserProfile .trnUserTascList .trnTascReport label{
	font-size:12px;
}

.trnUserProfile .trnUserTascList .trnTascReport h2{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.trnUserProfile .trnUserTascList .trnTascReport p{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.trnUserTascList .trnTable th:nth-child(1) {
	width:10%;
}

.trnUserTascList .trnTable th:nth-child(2) {
	width:20%;
}

.trnUserTascList .trnTable th:nth-child(3) {
	width:20%;
}

.trnUserTascList .trnTable th:nth-child(4) {
	width:30%;
}


.trnUserTascList .trnTable th:nth-child(5) {
	width:20%;
}


.trnUserTascList .trnTable td:nth-child(1) {
	width:10%;
}

.trnUserTascList .trnTable td:nth-child(2) {
	width:20%;
}

.trnUserTascList .trnTable td:nth-child(3) {
	width:20%;
}

.trnUserTascList .trnTable td:nth-child(4) {
	width:30%;
}

.trnUserTascList .trnTable td:nth-child(5) {
	width:20%;
}

/* ########## USER CSS Bitti ########## */




/* GENEL CSS Başladı */

.trnBtn{
	height:40px;
	line-height:40px;
	padding: 0 10px 0 10px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	cursor:pointer;
}

.trnBtn:hover{
	color:#FFF;
	background-color:#000;
}

.trnTableBtn{
	width:auto;
	height:30px;
	line-height:30px;
	padding: 0 10px 0 10px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	font:12px;
	cursor:pointer;
	color:#000;
}
.trnTableBtn:hover{
	color:#666;	
}

.trnInput{
	height:40px;
	line-height:40px;
	padding: 0 10px 0 10px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.trnInput:hover{
	color:#000;
	border:1px solid #000;
}

.trnNumberKeyboard{
	
}
.trnNumberKeyboard .trnItem{
	padding:10px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	cursor:pointer;
	background-color:#E6F1FB;
}

	.button-wrap {
	  position: relative;
	  text-align: center;
	}

	.button-label {
		display: inline-block;
		padding: 0 10px 0 10px; 
		height:30px;
		line-height:30px;
	
		cursor: pointer;
		color: #292929;
		border-radius: 0.25em;
		background: #efefef;
		/*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);*/
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.button-label h1 {
	padding-top:5px;
	  font-size: 1em;
	  font-family: "Lato", sans-serif;
	}
	
	.button-label:hover {
	  background: #d6d6d6;
	  color: #101010;
	  /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);*/
	}
	
	.button-label:active {
	  -webkit-transform: translateY(2px);
			  transform: translateY(2px);
	  /*box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);*/
	}
	
	@media (max-width: 40em) {
	  .button-label {
		padding: 0em 1em 3px;
		margin: 0.25em;
	  }
	}
	
	#trnCardPaymentBtn:checked + .button-label {
	  background: #DC2514;
	  color: #efefef;
	}

	#trnCashPaymentBtn:checked + .button-label {
	  background: #86A100;
	  color: #efefef;
	}

	#trnBankPaymentBtn:checked + .button-label {
	  background: #D89500;
	  color: #efefef;
	}

	#trnDebtPaymentBtn:checked + .button-label {
	  background: #666;
	  color: #efefef;
	}
	
	
	
	#trnCardPaymentBtn .button-label:hover {
	  background: #2ECC71;
	  color: #e2e2e2;
	}
	
	#trnCashPaymentBtn .button-label:hover {
	  background: #2ECC71;
	  color: #e2e2e2;
	}
	
	#trnBankPaymentBtn .button-label:hover {
	  background: #2ECC71;
	  color: #e2e2e2;
	}
	
	#trnDebtPaymentBtn .button-label:hover {
	  background: #2ECC71;
	  color: #e2e2e2;
	}
	
	
	#trnRadioActiveBtn:checked + .button-label {
	  background: #86A100;
	  color: #efefef;
	}
	
	#trnRadioTaxActiveBtn:checked + .button-label {
		background: #86A100;
		color: #efefef;
	}	
	
	#trnRadioPassiveBtn:checked + .button-label {
	  background: #DC2514;
	  color: #efefef;
	}
	
	#trnRadioTaxPassiveBtn:checked + .button-label {
		background: #DC2514;
		color: #efefef;
	}	

	.hidden {
	  display: none;
	}
	
	.trnHalfScreen{
		width:49%;
	}
	
	
.trnTascAlertDanger {
	color:#DC2514;
	text-align:center;
	background-color:#FFF;
	padding:10px;
	border:1px solid #DC2514;
	border-left:10px solid #DC2514;
	border-radius:5px;
	-webkit-box-shadow: 5px;
	-moz-box-shadow: 5px;
	box-shadow: 5px;
}

.trnTascAlertSucces {
	color:#86A100;
	text-align:center;
	background-color:#FFF;
	padding:10px;
	border:1px solid #86A100;
	border-left:10px solid #86A100;
	border-radius:5px;
	-webkit-box-shadow: 5px;
	-moz-box-shadow: 5px;
	box-shadow: 5px;
}

.trnTascAlertInfo {
	color:#666666;
	text-align:center;
	background-color:#FFF;
	padding:5px;
	border:1px solid #666666;
	border-left:5px solid #666666;
	
	border-radius:5px;
	-webkit-box-shadow: 5px;
	-moz-box-shadow: 5px;
	box-shadow: 5px;
}

.trnTascAlertWarning {
	color:#D89500;
	text-align:center;
	background-color:#FFF;
	padding:10px;
	border:1px solid #D89500;
	border-left:10px solid #D89500;
	border-radius:5px;
	-webkit-box-shadow: 5px;
	-moz-box-shadow: 5px;
	box-shadow: 5px;
}

.trnTascAlertBlue {
	color:#00BCD4;
	text-align:center;
	background-color:#FFF;
	padding:10px;
	border:1px solid #00BCD4;
	border-left:10px solid #00BCD4;
	border-radius:5px;
	-webkit-box-shadow: 5px;
	-moz-box-shadow: 5px;
	box-shadow: 5px;
}	

.trnDiscount{
	font-weight:bold;
	color:#DC2514;
}

.trnBasletOldPrice{
	color:#666;
	text-decoration:line-through;
}

/* ########## GENEL CSS Bitti ########## */


.form-signin {
  width: 300px;
  padding: 15px;
  margin: -175px 0 0 -150px;
  top:50%;
  left:50%;
  position:fixed;
  background-color:#E6F1FB;
  border:1px solid #CCC;
}
.form-signin .checkbox {
  font-weight: 400;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.trnOrderList{
	background-color:#F4F9FD;
}

.tab-pane{
	background-color:#F4F9FD;
}

.tab-content{
	background-color:#F4F9FD;
}


#exTab1{
	background-color:#F4F9FD;
}

.trnOrderList .trnTable th:nth-child(1) {
	width:10%;
}

.trnOrderList .trnTable th:nth-child(2) {
	width:30%;
}

.trnOrderList .trnTable th:nth-child(3) {
	width:30%;
}

.trnOrderList .trnTable th:nth-child(4) {
	width:30%;
}



.trnOrderList .trnTable td:nth-child(1) {
	width:10%;
}

.trnOrderList .trnTable td:nth-child(2) {
	width:30%;
}

.trnOrderList .trnTable td:nth-child(3) {
	width:30%;
}

.trnOrderList .trnTable td:nth-child(4) {
	width:30%;
}

.trnOrderList .trnTable tr {
	background-color:#FFF;
	border-bottom:1px solid #E6F1FB;
}

.trnOrderList .trnTable tr:(even) {
	background-color:#E6F1FB;
}

.trnOrderList .trnTable tr:nth-child(even) {
	background-color:#E6F1FB;
}

.trnProduct{
	margin:0;
	padding:0;
}

.trnProduct li{
	margin:0 0 0 15px;
	padding:5px 0 5px 0;
	border-bottom:1px dashed #555;
}










.trnTascEdit{
	height:35px;
	line-height:35px;
	margin:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #555;
}

.trnTascEdit .trnTascEditItem .trnBasketPositive{
	float:left;
}

.trnTascEdit .trnTascEditItem .trnBasketCount{
	float:left;
}

.trnTascEdit .trnTascEditItem .trnBasketNegative{
	float:left;
}


.trnBasketItemPositive{
	width:30%;
	height:30px;
	line-height:30px;
	float:left;
	border:none;
	text-align:center;
	color:#FFF;
	background-color:#86A100;
}

.trnBasketItemPositive:hover{
	color:#FFF;
	background-color:#000;
}

.trnBasketItemCount{
	width:40%;
	height:30px;
	line-height:30px;
	float:left;
	border:none;
	text-align:center;
	background-color:transparent;
}

.trnBasketItemNegative{
	width:30%;
	height:30px;
	line-height:30px;
	float:left;
	border:none;
	text-align:center;
	color:#FFF;
	background-color:#DC2514;
}

.trnBasketItemNegative:hover{
	color:#FFF;
	background-color:#000;
}












.trnProductList .trnTable th:nth-child(1) {
	width:30%;
}

.trnProductList .trnTable th:nth-child(2) {
	width:30%;
}

.trnProductList .trnTable th:nth-child(3) {
	width:20%;
}


.trnProductList .trnTable th:nth-child(4) {
	width:10%;
}


.trnProductList .trnTable th:nth-child(5) {
	width:10%;
}


.trnProductList .trnTable td:nth-child(1) {
	width:30%;
}

.trnProductList .trnTable td:nth-child(2) {
	width:30%;
}

.trnProductList .trnTable td:nth-child(3) {
	width:20%;
}


.trnProductList .trnTable td:nth-child(4) {
	width:10%;
}


.trnProductList .trnTable td:nth-child(5) {
	width:10%;
}



.trnListContainer .trnLeftArea{
	width:30%;
	height:100%;
}
  
.trnListContainer .trnCenterArea{
	width:70%;
	height:100%;
	padding:70px 0 70px 0;
	position:fixed;
	top:0;
	left:30%;
	float:left;	
	display:none;
}

.ui-icon-circle-triangle-w{
	width:20px;
	height:20px;
	color:#FFF;
	background-color:#000;
	border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.ui-icon-circle-triangle-e{
	width:20px;
	height:20px;
	color:#FFF;
	background-color:#000;
	border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}