/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 13, 2018, 12:29:22 PM
    Author     : mahmo
*/

.my_tt table, td, th {
	vertical-align: middle;
	border: 1px solid #dee2e6;

}

@media screen and (min-width: 1400px) {
	.container {
		/*white-space: nowrap*/
	}

}

.table-my-striped tbody tr:nth-of-type(4n) {
	background-color: rgba(0, 0, 0, .05);
}

.table-my-striped tbody tr:nth-of-type(4n-1) {
	background-color: rgba(0, 0, 0, .05);
}

.top-margin {
	margin-top: 5px;
}

.align-ar {
	text-align: right;
}

.align-en {
}


.text-support {
	color: #800706 !important;
}

.text-sales {
	color: #2380dd !important;
}

.text-admin {
	color: #dd5ab5 !important;
}

.navbar-ar {
	text-align: right;
	margin-left: auto;
	margin-right: 0px !important;
}

.o.dropdown-toggle::after {
	content: none !important;
}

body{
	background: url(../img/background_am.png);
}

.loader {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;

}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.se-pre-con {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: black;
	/*background: url(../img/Preloader_2.gif) center no-repeat black;*/
}



.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
