﻿@font-face {
	font-family: 'Cairo';
	src: url('Cairo/static/Cairo-Regular.ttf') format('truetype');
}
body {
	/*background-image: linear-gradient(135deg, #f9d6fb 10%, #fff 100%);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Cairo';
	color: #333333;
	direction:rtl;
}
.blue-button {
	background-color: blue;
	color: white;
	font-family:cairo;
}

.rounded {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#panel1 {
	display: none;
}

@media print {
	#panel1 {
		display: block;
	}
}
.hideme{
	display:none;
}
.unhideme {
	display: block;
}

.sidebar {
	float: right;
	width: 250px;
	/*height: calc(100vh - 170px)*/
	height: calc(100vh - 25px);
	margin: 15px;
	margin-top: 0;
	border-radius: 10px;
	background-color: #044354;
	text-align: center;
	background-image: url('../../images/wide_bg.jpg');
	background-position: right center;
	background-size:cover;
}
.no-underline {
	text-decoration: none;
}
.content {
	border-radius: 10px;
	width: calc(100% - 280px);
	overflow: auto;
	height: calc(100vh - 155px);
	 
}

.header {
	height: 120px;
	background-color: #0d0561;
	margin-bottom: 15px;
	margin-right: 0px;
	border-radius: 15px;
	background-image: url('../../images/wide_bg.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	/*width: calc(100% - 280px);*/
	width: 100% !important;
	float: left;
}

.rounded {
	border-radius: 15px;
}



.RadGrid_Outlook .rgMasterTable, .RadGrid_Outlook .rgDetailTable, .RadGrid_Outlook .rgGroupPanel table, .RadGrid_Outlook .rgCommandRow table, .RadGrid_Outlook .rgEditForm table, .RadGrid_Outlook .rgPager table {
	font-size:14px !important;
	line-height: 20px !important;
}
