@import url(fonts.css);

body{
	overflow-y:scroll ;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;


	direction: rtl;
	background-color: #333;
	font-family: 'Times', tahoma, arial, serif;
}
select.form-control{
	font-size:12px;
	padding: 1px 1px;
}
a:hover {
	text-decoration: none;
}
hr {
	border-color: #ccc;
	border-width: 2px;
}
.main-header{
	background-color: #ccc;
	position: fixed;
	right: 0;
	top:0;
	width:100%;
	min-height: 50px;
	max-height: 10px;
	z-index: 3;
}
.main-header .logo {
	display:block;
	float: right;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #05036d;
	color: #f7f7f7;

	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}
.main-header .logo .logo-mini {

	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
}
.main-header .logo .logo-lg {
	display: block;
	font-size: 26px;
	padding-left: 10px;
	padding-right: 9px;

}

.main-header .glyphicon, .main-header .fa{
	color: #f7f7f7;
}
#btn-sidebar-collapse {
	padding: 15px;
	float: right;
	background-color: inherit;
	color: #f7f7f7;
}

#btn-sidebar-collapse:hover {
/ background-color: #ffffff; */
}
.main-header .navbar-static-top {
	margin-right: 230px;
	background-color: #fcfeff;
	border-bottom: 2px solid #f7f7f7;
	height: 50px;
	margin-bottom:0;
}

.navbar-notifs-top .dropdown a.dropdown-toggle {
	background-color: inherit;
}
.navbar-notifs-top li a.btn-nav {
	color: #fff !important;
}
a.toggle-lang {
	color : #f7f7f7 !important;
}
.navbar-notifs-top  a span.label{
	position: absolute;
	top: 8px;

	left: 6px;
	padding: 2px;
	font-size: 10px;
	border-radius: 25%;
	min-width: 15px;
	box-shadow: 2px 2px 2px #333;
}
.navbar-notifs-top .dropdown a.dropdown-toggle:hover , .navbar-notifs-top .dropdown.open a.dropdown-toggle {
	background-color: #32373a;
}
.navbar-notifs-top .dropdown-menu{
	min-width: 230px;
	max-width: 300px;
	border: 1px solid #ddd;
}
.navbar-notifs-top .dropdown-menu li{
	text-align: right;
}
.navbar-notifs-top .user-img-top {
	float: right;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 10px;
}
.dropdown-user  {
	padding: 0;
}
.dropdown-user .user-header {
	text-align: center !important;
	padding: 19px;
	margin: 0;
	height: 180px;
	background-color: #484a4a;
	color: #ffffff;
}
.dropdown-user .user-header  img{
	height: 90px;
	width: 90px;
	border: 5px solid;
	border-color: black;
	border-color: rgb(1 49 255 / 75%)
}
.dropdown-user .user-body {
	height: 50px;
	padding: 10px;
	border-top: 1px solid #e2f0ffaff7fa;
	border-bottom: 1px solid #001553;
}
.dropdown-user .user-footer {
	background-color: #b4b4b4;
	height: 50px;
	padding: 10px;
}
.navbar-notifs-top .user-name-top {
	color: #f7f7f7;
}
.menu-msg {
	margin: 0;
	padding: 0;
}
.menu-msg .list-group-item:first-child, .menu-msg .list-group-item:last-child{
	border-radius: 0;
}

.main-header ul.navig{
	float: left;
	display: block;
	margin:10px;
	height: 50px;
}
.main-header ul.navig li{
	display: inline-block;
	padding:px;
	line-height:26px;
}
.main-sidebar{
	border:1px solid #766767;
	border-shadow: 2px -px 2px #f1eaea;

	padding-top:100px;
	color:#2d158d;
	/* padding-right:30px ; */
	position: absolute;
	top:0;
	right:0;
	font-weight: bold;

	width: 240px;
	height: 110%;
	z-index: 2;
	background-color: #753131;

	webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
	/* transition: transform .3s ease-in-out,width .3s ease-in-out; */

}
.main-sidebar .sidebar {
	max-height: 900px;

}
.main-sidebar .sidebar ul.navig {
	background-color: #ddd;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar .sidebar ul.navig li {
	padding: 10px;
	border: 1px solid #ccc;
}
.main-sidebar .sidebar ul.navig li:hover {
	background-color: #ccc;
}
.content-wrapper {
	min-height:400px;
	margin-top: 0px;
	background-color: whitesmoke;
}
.content-wrapper .content-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	box-shadow: 0 3px 3px -3px #999;
}
.content-wrapper .content-header span.content-title{
	margin:0;
	font-size: 24px;
	font-weight:bold;
	color: #5D8CAE;
}
.content-header ul.header-btns{
	margin: 0;
	padding: 0;
	float: left;
}
.content-header ul.header-btns li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.content-wrapper .content {
	border: 1px solid #ccc;
	min-height: 842px;
	background-color: #f7f7f7;
	border-radius: 3px;
	/* padding: 1px; */
}

.main-footer{
	border-top: 1px solid #ccc;
	background-color: #ddd;
}

.content-wrapper, .main-footer{
	margin-right: 200px;
	padding:10px;
	z-index: 1;
}

.has-mini-sidebar .main-header .navbar-static-top {
	margin-right: 50px;
}
.has-mini-sidebar .main-header .logo {
	width: 50px;
}
.has-mini-sidebar .main-header .logo .logo-lg {
	display: none;
}
.has-mini-sidebar .main-header .logo .logo-mini{
	display: block;
}
.has-mini-sidebar .main-sidebar {

	width: 0px;
	display:none;
}

.has-mini-sidebar .content-wrapper,
.has-mini-sidebar .main-footer {
	margin-right: 0px;
}

.has-mini-sidebar .gnav-header a span.hidden-on-collapse,
.has-mini-sidebar .gnav-header a:after,
.has-mini-sidebar .gnav .subnav a span.hidden-on-collapse {
	display: none;
}
/* mini sidebar end */



.gnav-header{
	padding-right: 21px;
}

.gnav-header a{
	display:block;
	color: #276100;
	/* padding: 15px; */
}

.gnav-header a.has-childs:after {
	/* font-family: 'Glyphicons Halflings'; */
	/* content: "\e114"; */

}

.gnav-header a.collapsed:after {
	content: "\e079";
}


.gnav .subnav{
	padding: 0px;
	margin: 0;
}
.gnav .subnav li{
	display:block;
	padding: 0;
	margin:0px;

}
.gnav .subnav a{
	display:block;
	margin:5px;
	padding: 15px;
	background-color: #ffeeee8c;
	color: #9d2c2c;
}
.gnav .subnav .gnav-header a{
	/* background-color: #ffffff; */
}
.gnav .subnav .gnav-header a:after{
	background-color: #d1c5c5;
	display: none;
}

.gnav-header a, .gnav .subnav li a{
	border-right: 5px solid transparent;
}
.gnav-header a:hover,.gnav-header a.has-childs, .gnav .subnav a:hover {
	color: #2349b3;

	transition-duration:0.3s;

}

.gnav .subnav a:hover, .gnav .subnav a:focus {
	color: #066800;
	background-color: #eae9eb;
}

.gnav-header a .glyphicon, .subnav a .glyphicon{
	margin-left: 5px;
}
.rtl_table th{
	text-align: right;
}
.data-table tr th{
	background-color: #002486;
	color: #fff;
	text-align: center;
}
.data-table tr td.table-actions{
	width: 8px;
	vertical-align: middle;
}
.data-table tr td.table-actions .btn{
	margin-bottom: 5px;
	display: inline-block;
}
.thumb-preview{
	height: 150px;
	width: 200px;
	border-radius: 5px;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: right;
}
.form-add-top{
	margin-bottom: 20px;
}

.box-infos-header{
	width:100%;
	padding: 5px;
	background-color: #003f6d;
	border-top-left-radius: 5px;
	/* border-top-right-radius: 5px; */
	margin-bottom: 0 !important;
}
.box-infos-header .content-title{
	color: #fff !important;
}
.box-infos-header .btn-search{
	float: right;
	color:blue;
	font-weight: 50;
	font-size: 18px;
	margin-top: 60px;
}
.box-infos{
	display:flex;
//
border: 1px solid #5D8CAE;
	border-top: 0;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 20px;
//
min-height: 200px;
}
.modal-header .close{
	float: left;
}
.modal-footer{
	text-align: left;
}
.form-search-wrap{
	display: none;
	padding: 0 10px;
}

input[type=file].hidden-input-file{
	display: none;
}
.thumb-reset{
	display: none;
	width: 190px;
	position: relative;
	height: 30px;
	line-height: 24px;
	top:-35px;
}
.login-header h3{
	margin: 0;
	text-align: center;
}
.avatar{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #cccccc;
}
.avatar-lg{
	width: 128px;
	height: 128px;
	border: 5px solid #f7f7f7;
}
.profile-side .nav-pills{
	margin: 0;
	padding: 0;
}
.profile-side .nav-pills li{
	display: block;
	margin: 0;
	width: 100%;
}
.panel .panel-heading h3{
	margin: 0;
}
.fa-roles-true .fa, .fa-roles-false .fa{
	color: #fff;
	padding: 3px;
	border-radius: 3px;
}
.fa-roles-true .fa{
	background: #5cb85c;
}
.fa-roles-false .fa{
	background: red;
}
.td-roles p span:first-child{
	min-width: 170px;
	display: inline-block;
}

.currency {
	direction: ltr !important;
	text-align: center;
}

.table tr.partial {
	background-color: #ffcf63 !important;
}
.table tr.not-paied {
	background-color: #ffcaca !important;
}
.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #3e8e41;
}

/* The search field */
#myInput {
	box-sizing: border-box;
	background-image: url('searchicon.png');
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {outline: 3px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 230px;
	border: 1px solid #ddd;
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



html {
	height: 100%;
}

body {
	background: #f2f2f2;
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	min-height: 100%;
	position: relative;
}

label {
	margin-top: 6px;
	line-height: 17px;
}

a {
	color: #fff;
}

a:focus,
a:hover {
	color: #008080;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 6px;
}

/******* Login Page *******/

body.login {
	background: rgba(241, 242, 181, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(19, 80, 88, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(19, 80, 88, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1f2b5', endColorstr='#135058', GradientType=1);
}

.relative {
	position: relative;
}

.login-container-wrapper .logo,
.login-container-wrapper .welcome {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

.login-container-wrapper .logo {
	text-align: center;
	position: absolute;
	top: -42px;
	margin: 0 auto;
	width: 25%;
	left: 37.5%;
	border-radius: 50%;
	background-color: #344455;
	padding: 25px;
	box-shadow: 0px 0px 9px 2px #344454;
}

.login-container-wrapper {
	max-width: 400px;
	margin: 10% auto 8%;
	padding: 40px;
	box-sizing: border-box;
	background: rgb(28 109 143);
	box-shadow: 1px 1px 10px 1px #010202, 8px 8px 0px 0px #344454, 12px 12px 10px 0px #000000;
	position: relative;
	/* padding-top: 80px; */
}

.logo .fa {
	font-size: 50px;
}
.login input:focus + .fa{
	color:#fff;
}
.login-form .form-group {
	margin-right: 0;
	margin-left: 0;
}

.login-form i {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #93a5ab;
}

.login-form .input-lg {
	font-size: 16px;
	height: 52px;
	padding: 10px 25px;
	border-radius: 0;
}

.login input[type="email"],
.login input[type="password"],
.login input:focus {
	background-color: rgba(40, 52, 67, 0.75);
	border: 1px solid #4a525f;
	color: #eee;
	border-left: 4px solid #93a5ab;
}

.login input:focus {
	border-left: 4px solid #ccd8da;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: rgba(40, 52, 67, 0.75)!important;
	background-image: none;
	color: rgb(0, 0, 0);
	border-color: #FAFFBD;
}

.login .checkbox label,
.login .checkbox a {
	color: #ddd;
}

.btn-success {
	background-color: transparent;
	background-image: none;
	padding: 8px 50px;
	border-radius: 0;
	border: 2px solid #93a5ab;
	box-shadow: inset 0 0 0 0 #7692A7;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.btn-success:focus,
.btn-success:hover,
.btn-success.active,
.btn-success:active {
	background-color: transparent;
	border-color: #fff;
	box-shadow: inset 0 0 100px 0 #7692A7;
	color: #FFF;
}
#particles-js {
	/*   background: cornflowerblue; */
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
}
.small-box {
	border-radius: 2rem;
	box-shadow: 0 0 5px rgb(0 0 0  ), 0 8px 3px rgb(0 0 0);
	display: block;
	margin-bottom: 20px;
	position: relative;
}