﻿@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;
}


.no-underline {
	text-decoration: none;
}
.content {
	border-radius: 10px;
	width: calc(100% - 280px);
	overflow: auto;
	height: calc(100vh - 155px);
	 
}

.header {
	height: 250px;
	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;
}



