@charset "utf-8";
/* CSS Document */

/***********************************************************************************************************************/ 
/**                      AIR MRO® - AVIATION MAINTENANCE - REPAIR & OVERHAUL TRACKING SOFTWARE                        **/
/***********************************************************************************************************************/
/**                           by DONE MUHENDISLIK YAZILIM-BILISIM & DANISMANLIK HIZMETLERI                            **/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/** COPYING,SHARING,MODIFYING*EDITING,RE-SELLING and*or PUBLISHING THIS FILE IS FORBIDDEN. ALL RIGHTS RESERVED © 2025 **/
/***********************************************************************************************************************/
/** FILE : style_globals.css                                                                                          **/
/** SOURCE : project                                                                                                  **/
/***********************************************************************************************************************/

/************************************************************************/
/* GLOBAL PARAMETERS : FONTS */
@font-face {
	font-family: 'SakanaRegular';
	src: url('fonts/sakana_regular.eot');
    src: url('fonts/sakana_regular.eot') format('embedded-opentype'),
        url('fonts/sakana_regular.woff2') format('woff2'),
        url('fonts/sakana_regular.woff') format('woff'),
        url('fonts/sakana_regular.ttf') format('truetype'),
        url('fonts/sakana_regular.svg#SakanaRegular') format('svg');
}

@font-face {
	font-family: 'RobotoBold';
	src: url('fonts/roboto_bold.eot');
    src: url('fonts/roboto_bold.eot') format('embedded-opentype'),
        url('fonts/roboto_bold.woff2') format('woff2'),
        url('fonts/roboto_bold.woff') format('woff'),
        url('fonts/roboto_bold.ttf') format('truetype'),
        url('fonts/roboto_bold.svg#RobotoBold') format('svg');
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/roboto_regular.eot');
    src: url('fonts/roboto_regular.eot') format('embedded-opentype'),
        url('fonts/roboto_regular.woff2') format('woff2'),
        url('fonts/roboto_regular.woff') format('woff'),
        url('fonts/roboto_regular.ttf') format('truetype'),
        url('fonts/roboto_regular.svg#RobotoRegular') format('svg');
}
/************************************************************************/

/************************************************************************/
/***** CSS ANIMATIONS (GLOBAL) *****/
@keyframes gradient_anim {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes goto_up_anim { 
	0% {
	opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
	opacity: 0;
	}
}

@keyframes blink_anim { 
	0% {
	  background-color: #f2b354;
	}
	50% {
		background-color: #f29202;
	}
	100% {
	  background-color: #f2b354;
	}
}

@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@keyframes red_blink {
	0%,50%,100% {
		background-color: #a61919;
	}
	
	25%,75% {
		background-color:#272b2f;
	}
}

@keyframes background_img_scroll {
	0% {
	  background-position : 0px 0px
	}
	100% {
	  background-position : -1920px 0px
	}
	0% {
		background-position : 0px 0px
	}
}


/************************************************************************/

/************************************************************************/
/***** GLOBAL STYLES *****/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #656565;
	opacity: 0.85; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #656565;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #656565;
}

/* Scroll bar remover */
::-webkit-scrollbar {
		display: none;  /* Chrome Safari */
}

*{
	/* Prevent any object from being highlighted upon touch event*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input, textarea {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

input
{
	-webkit-user-select: auto !important;
	-khtml-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

input[type=checkbox] {
	zoom: 2.0;
}
/************************************************************************/

/*******************************************************************************************************************************/
/*******************************************************************************************************************************/
/*******************************************************************************************************************************/
/*******************************************************************************************************************************/
/*******************************************************************************************************************************/


/*******************************************************************************************************************************/
/*******************************************************************************************************************************/
/*******************************************************************************************************************************/
/*******************************************************************************************************************************/
/*******************************************************************************************************************************/

