/*******************Eman Alhussien****************************************/
td, th {
	text-align: center;
}

.operation-type {
	height: 30px;
	font-weight: bold;
	width: fit-content;
}


.add-btn {
	
	
    
   margin-bottom: 15px;
    padding-right: 18px;
    padding-top: 2.5px;
    font-size: 20px;
        padding-left: 20px;
}

.blue-btn {
	background-image: linear-gradient(to bottom, #26619C, #0a2a4a)
}

.red-btn {
	border-color: #d50000;
	color: white;
	background-image: linear-gradient(to bottom, #d50000, #7e2e2e)
}

.grey-btn {
	border-color: #ffffff;
	color: white;
	background-image: linear-gradient(to bottom, #757575, #b1aeae)
}

.red-btn:active {
	border-color: #d50000;
}

.orange-btn:active {
	border-color: #988561;
}

.orange-btn {
	border-color: #988561;
	color: white;
	background-image: linear-gradient(to bottom, #988561, #988561)
}

.print-orange-btn {
	width: 75px;
	background-color: #FFB22B;
	border-color: #FFB22B;
	color: #ffff;
}

.print-orange-btn:active {
	border-color: #988561;
}

select:required:invalid {
	color: #424242;
}

option[value=""][disabled] {
	display: none;
}

option {
	color: black;
}

.confirm-swal {
	width: 68px;
	color: white;
	margin-left: 10px;
}

.cancel-swal {
	width: 68px;
	color: white;
	border-color: #c0c0c0;
	background-image: linear-gradient(to bottom, #c0c0c0, #686666)
}

.not-favorite {
	color: #d50000;
}

.favorite {
	color: #d50000;
}

.hide {
	display: none;
}

.myDIV:hover+.hide {
	display: block;
	color: red;
}

*:focus {
	outline: none;
}

.gallery {
	width: 80%;
	height: 90vh;
	max-width: 1600px;
	max-height: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.gallery-image {
	width: 30%;
	height: calc(50% - 20px);
	min-width: 300px;
	min-height: 200px;
	margin: 10px;
	overflow: hidden;
}

.image {
	object-fit: cover;
	transition: 1s;
}

/* popup */
.popup {
	position: fixed;
	top: 54%;
	left: 46%;
	transform: translate(-50%, -50%) scale(0);
	width: 60%;
	max-width: 1600px;
	height: 85vh;
	max-height: 800px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	overflow: hidden;
	transition: .7s;
	opacity: 0;
}

.popup.active {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.popup.active .close-btn, .popup.active .image-name, .popup.active .large-image
	{
	opacity: 10;
	transition: opacity .1s;
	transition-delay: .1s;
}

.top-bar {
	position: absolute;
	top: 2%;
	left: 26%;
	width: 50%;
	height: 25%;
	color: #fff;
	text-align: center;
	line-height: 100px;
	font-weight: 500;
}

.image-name {
	opacity: 5;
}

.close-btn {
	opacity: 100;
	position: absolute;
	top: 0%;
	right: -40%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #f00;
	cursor: pointer;
}

.large-image {
	margin-top: 5%;
	width: 50%;
	height: 50%;
	object-fit: contain;
	opacity: 0;
}

.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: text;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
	cursor: pointer;
}

.option-input:hover {
	background: #9faab7;
}

.option-input:checked {
	background: #06680a;
}

.option-input:checked::before {
	width: 20px;
	height: 20px;
	display: flex;
	content: '\f00c';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	align-items: center;
	justify-content: center;
	font-family: 'Font Awesome 5 Free';
}

.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #06680a;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}

.option-input.radio {
	border-radius: 20%;
}

.option-input.radio::after {
	border-radius: 20%;
}




.option-input-faild {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}

.option-input-faild:hover {
	background: #9faab7;
}

.option-input-faild:checked {
	background: #d50000;
}

.option-input-faild:checked::before {
	width: 20px;
	height: 20px;
	display: flex;
	content: 'X';
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	align-items: center;
	justify-content: center;
	font-family: 'Font Awesome 5 Free';
}

.option-input-faild:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #06680a;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}

.option-input-faild.radio {
	border-radius: 20%;
}

.option-input-faild.radio::after {
	border-radius: 20%;
}
@
keyframes click-wave { 0% {
	height: 20px;
	width: 20px;
	opacity: 0.25;
	position: relative;
}

100%
{
height
:
 
100
px
;

    
width
:
 
100
px
;

    
margin-left
:
 
-50
px
;

    
margin-right
:
 
-50
px
;

    
margin-top
:
 
-50
px
;

    
margin-bottom
:
 
-50
px
;

    
opacity
:
 
0;
}
}
@media print {
	.noprint {
		display: none;
	}
	@page {
		size: auto; /* auto is the initial value */
		margin: 0;
		/* this affects the margin in the printer settings */
	}
	.operation-type {
		margin-right: 8%;
	}
	body {
		display: block;
		margin-right: 15%;
		margin-top: 10vh;
	}
}

#datatable1 input {
	text-align: center;
}

#datatable1_info {
	color: #26619c;
	font-size: 15px;
    font-weight: 600;
}
#datatable1 th {
text-align: center;
width:120px;
}
#datatable1 td {
text-align: center;
width:120px;
white-space: nowrap;

 overflow:hidden;
    text-overflow: ellipsis;
}

#datatable1 td {
	height:50px;
}




.req {
    color: red;
}
.ti-menu:before {
	color:#ffb22b;

	}

.tooltipright{
position: relative;
display: inline-block;

}
.tooltipright .toolttext {
visibility: hidden;
width: 14.4vw;
height:14vh;
background-color:#fbf3f3;
color: black;
text-align: center;
border-radius: 0px;
padding: 8px ;
/* Position the tooltip */
position: absolute;
z-index: 0;
left: 5%;
    top: 40px;
}
.tooltipright .toolttext {
visibility: visible;
}
/*left position*/
.tooltipleft{
position: relative;
display: inline-block;

}
.tooltipleft .toolttextleft {
visibility: hidden;
width: 14.4vw;
height:14vh;
background-color:#fbf3f3;
color: black;
text-align: center;
border-radius: 4px;
padding: 5px ;
/* Position the tooltip */
position: absolute;
z-index: 1;
    right: 5%;
    top: 40px;
}
.tooltipleft:hover .toolttextleft {
visibility: visible;
}
.swal-height{
	height: 40vh;
	
}
.fa-eye,.fa-download:hover{
	cursor:pointer;
}
#key{
	font-style: italic;
}

/*table {
    table-layout:fixed;
}
td{
	width:30px;
    overflow:hidden;
    text-overflow: ellipsis;
}*/

.dt-button{
	border:none !important;
	border-radius:7px !important;
	background-color: white !important;
}

.buttons-print{
	color: #ffb22b !important;
}

.buttons-excel{
	color: #009d2acf !important;
}

.buttons-copy{
	color: #0000ffc9 !important;
}

.search-input {
      /*  width: 550px;
        height: 100px;
        margin: 10px 15px 50px;
        border: 1px solid #d9569f;*/
        border: 1px solid #26619c;
        border-radius: 6px  ;
        outline: none;
        font-family: sofia-pro-soft, sans-serif;
       /* font-weight: 300;
        font-size: 30px;*/
        text-align: center;
        text-align-last: center;
    }






/************************************************************************/