/* General Style */
	/* Fonts */
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: normal;
	  font-weight: 400;
	  src: url(../fonts/source-sans-pro/source-sans-pro-regular.eot);
	  src: url(../fonts/source-sans-pro/source-sans-pro-regular.eot?#iefix) format('embedded-opentype'),
	       url(../fonts/source-sans-pro/source-sans-pro-regular.ttf.woff) format('woff'),
	       url(../fonts/source-sans-pro/source-sans-pro-regular.otf.woff) format('woff'),
	       url(../fonts/source-sans-pro/source-sans-pro-regular.ttf) format('truetype');
	}
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: normal;
	  font-weight: 700;
	  src: url(../fonts/source-sans-pro/source-sans-pro-bold.eot);
	  src: url(../fonts/source-sans-pro/source-sans-pro-bold.eot?#iefix) format('embedded-opentype'),
	       url(../fonts/source-sans-pro/source-sans-pro-bold.ttf.woff) format('woff'),
	       url(../fonts/source-sans-pro/source-sans-pro-bold.otf.woff) format('woff'),
	       url(../fonts/source-sans-pro/source-sans-pro-bold.ttf) format('truetype');
	}
	@font-face {
	  font-family: 'Droid Arabic Kufi';
	  font-style: normal;
	  font-weight: 400;
	  src: url(../fonts/droid-kufi/droid-kufi-Regular.eot);
	  src: url(../fonts/droid-kufi/droid-kufi-Regular.eot?#iefix) format('embedded-opentype'),
	       url(../fonts/droid-kufi/droid-kufi-Regular.woff2) format('woff2'),
	       url(../fonts/droid-kufi/droid-kufi-Regular.woff) format('woff'),
	       url(../fonts/droid-kufi/droid-kufi-Regular.ttf) format('truetype');
	}
	@font-face {
	  font-family: 'Droid Arabic Kufi';
	  font-style: normal;
	  font-weight: 700;
	  src: url(../fonts/droid-kufi/droid-kufi-Bold.eot);
	  src: url(../fonts/droid-kufi/droid-kufi-Bold.eot?#iefix) format('embedded-opentype'),
	       url(../fonts/droid-kufi/droid-kufi-Bold.woff2) format('woff2'),
	       url(../fonts/droid-kufi/droid-kufi-Bold.woff) format('woff'),
	       url(../fonts/droid-kufi/droid-kufi-Bold.ttf) format('truetype');
	}

	html,
	body{
	    font-family: 'Source Sans Pro', 'Droid Arabic Kufi', sans-serif !important;
	}

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	    font-family: 'Source Sans Pro', 'Droid Arabic Kufi', sans-serif !important;
	}
	/* /Fonts */
/* /General Style */

/* Bootstrap Table */
.table-borderless td, .table-borderless th {
    border-left: 0 !important;
    border-right: 0 !important;
    vertical-align: middle !important;
}
.fixed-table-container{
	border: 0;
}
.table th, .table td{
	text-align: center;
}
.fixed-table-body .card-view .title{
	width: 50%;
	display: inline-block;
	text-align: right !important;
	padding-right: 7px;
}
.fixed-table-body .card-view .value{
	width: 50%;
	display: inline-block;
	text-align: left !important;
	padding-left: 7px;
}
/* /Bootstrap Table */


/* Icons */
.btn-details{
	display: block;
	height: 32px;
	background: url(../img/icons/items.png) no-repeat center center;
	cursor: pointer;
}
.btn-update{
	display: block;
	height: 32px;
	background: url(../img/icons/update.png) no-repeat center center;
	cursor: pointer;
}
.btn-delete{
	display: block;
	height: 32px;
	background: url(../img/icons/delete.png) no-repeat center center;
	cursor: pointer;
}
.btn-payments{
	display: block;
	height: 32px;
	background: url(../img/icons/payments.png) no-repeat center center;
	cursor: pointer;
}
.btn-creditcards_orders{
	display: block;
	height: 32px;
	background: url(../img/icons/creditcards_orders.png) no-repeat center center;
	cursor: pointer;
}
/* /Icons */
