﻿body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	overflow: hidden;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

tbody {
	border: 0px;
}

#header {
	position: absolute;
	left: 0px;
	top: 0;
	right: 0;
	height: 90px;
}

#appMain {
	float: left;
	width: 66.66666667%;
}

#appLogo {
	display: inline-block;
	padding: 10px;
}

.appDesc a {
	font-size: 16px;
}

.appTitle a {
	font-size: 14px;
	font-weight: 600;
}

.appTitle a,
.appDesc a {
	text-decoration: none;
	color: #016185;
}

#appLinks {
	float: left;
	width: 33.333333%;
}


#appAve {
	padding-top: 20px;
	text-align: right;
}

.appAve {
	display: inline-block;
	text-align: right;
	padding: 0 10px;
	color: #016185;
}

#appNotify {
	display: inline-block;
	text-align: right;
	padding: 0 7px 0 0;
}

#appNotify a {
	text-align: right;
	text-decoration: none;
	padding: 0 3px 0 0;
}


#appNotify sup {
	background-color: #00a65a !important;
	padding: 2px 3px;
	border-radius: .25em;
	color: #f9f9f9;
	font-weight: bold;
	position: relative;
	top: -7px;
	right: 7px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 1px 1px rgba(0, 0, 0, 0.23);
}

.message {
	font-size: 18px !important;
	color: #016185;
}

.notification {
	font-size: 18px !important;
	color: #016185;
}

.claims {
	font-size: 18px !important;
	color: #016185;
}


#appBuildLinks {
	text-align: right;
	padding: 10px 0;
}

#appBuildLinks a.appl {
	color: #016185;
	font-size: 14px;
	overflow-x: hidden;
	box-sizing: border-box;
	text-decoration: none;
	margin-right: 5px;
	padding: 2px 10px;
}

#appBuildLinks a[href="#MyProfile"]:before {
	font-family: "fontello";
	content: '\e880';
	font-size: 14px;
	margin: 0px 5px 0 -3px;
}

	#appBuildLinks a[href="#Help"]:before {
		font-family: "fontello";
		content: '\e809';
		font-size: 14px;
		margin: 0 5px 0 -3px;
	}

#appBuildLinks a[href="#Incidents"]:before {
	font-family: "fontello";
	content: '\a020';
	font-size: 14px;
	margin: 0 5px 0 -3px;
}

	#appBuildLinks a[href="#Tools"]:before {
		font-family: "fontello";
		content: '\e853';
		font-size: 14px;
		margin: 0 5px 0 -3px;
	}
	#appBuildLinks a[href="#Settings"]:before {
		font-family: "fontello";
		content: '\e8ef';
		font-size: 14px;
		margin: 0 5px 0 -3px;
	}
	#appBuildLinks a[href="#Processes"]:before {
		font-family: "fontello";
		content: '\e8fc';
		font-size: 14px;
		margin: 0 5px 0 -3px;
	}

#appBuildLinks a.selected:nth-child(1):before {
	font-size: 18px;
}

#appBuildLinks a.selected:nth-child(2):before {
	font-size: 18px !important;
}

#appBuildLinks a.selected:nth-child(3):before {
	font-size: 18px !important;
}

#appBuildLinks a.selected:nth-child(4):before {
	font-size: 18px !important;
}

/* #appBuildLinks div:hover {} */

#appBuildLinks a.appl:hover {
	border-bottom: 1px solid #FEDC30;
}

#appBuildLinks a.appl:visited {
	font-weight: bold;
}

#appBuildLinks a.selected {
	border-bottom: 1px solid #FEDC30;
}



.lang-flag {
	margin-left: 6px;
}

#appMainMenu {
	position: absolute;
	top: 90px;
	left: 0px;
	right: 0px;
	overflow-x: hidden;
	background-color: #07698d;
}

#appMenu {
	float: left;
	width: 95.666667%;
}

#appMenu .appMenuLinks>a.appm {
	display: inline-block;
	border-bottom: solid 3px transparent;
	color: #FFF;
	margin-left: 1px;
	margin-right: 1px;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
	box-sizing: border-box;
	height: 45px;
}

#appMenu .appMenuLinks>a.selected,
#appMenu .appMenuLinks>a.appm:hover {
	border-bottom-color: #1EA1D9;
	background-color: #f5f5f5;
	color: #016185;
}



.appMenuLinks .appm>.ax-ico {
	font-size: 14pt;
	margin-left: 0px;
	width: 29px;
	height: 27px;
	padding-left: 0px;
}

#appLang {
	padding: 12px 0;
	float: left;
	background-color: #07698d;
	text-align: center;
	font-size: 14px;
	float: right;
}

#appLangLinks>a.lang {
	text-decoration: none;
	color: #F9F9F9;
	margin: 0 3px;
}

#appLangLinks>a.lang:hover,
#appLangLinks>a.selected {
	border-bottom: 1px solid #1EA1D9;
}

#appLangLinks>a.lang:hover,
#appLangLinks>a.selected {
	color: #F9F9F9;
	border-bottom-color: #1EA1D9;
}

#appLogout {
	text-align: right;
	padding: 0 10px;
}

#content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 135px;
	bottom: 34px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	height: 34px;
	background-color: #07698D;
	font-size: 12px;
	color: #d1d1d1;
}

#adminButton {
	position: relative;
	left: 5px;
	top: 13px;
	font-size: 14pt;
	line-height: 1px;
	color: #495b6c;
	cursor: pointer;
	margin-right: 5px;
	color: #d1d1d1;
}

#copyright {
	position: relative;
	left: 5px;
	top: 10px;
}

#userInfo {
	position: absolute;
	right: 20px;
	top: 10px;
}

#userName,
#userRole {
	margin-left: 5px;
	margin-right: 25px;
	font-weight: bold;
	color: #fff;
}

#loginButton {
	position: absolute;
	right: 8px;
	top: 5px;
	cursor: pointer;
	text-indent: -30px;
	width: 24px;
	height: 24px;
	color: #d1d1d1;
}

.Login {
	background-image: url(images/login24.png);
}

.Logout {
	background-image: url(images/logout24.png);
}

#rolesBtn {
	position: absolute;
	right: -15px;
	bottom: -1px;
}

#shader {
	background-color: #f0f1f3 !important;
}

#shaderLoader {
	background-image: url(images/loader.gif);
	width: 90px;
	height: 92px;
	margin: 25% auto 0 auto;
}

#LoginWindow,
#Reg,
#RegSuccess,
#ForgotForm {
	font-size: 18px;
	position: relative;
	top: 30px;
	z-index: 3;
	margin-bottom: 30px;
}

#LoginWindow>.axdlg-header {
	padding: 15px 10px 15px 20px;
	color: #fff;
	background-image: url(images/bg_header3.jpg);
	background-position-y: -3px;
}

#LoginWindow>.axdlg-body {
	padding: 5px 10px 10px 10px;
	background-color: #f5f5f5;
}

.login-logo {
	height: 40px;
}

#btnMPass {

	background-color: #F8F8F8;
}

.logoMPass {
	margin-top: 10px;
}

.ltrMPass {

	font-weight: 600;
	color: #4591CE;
	font-size: 16pt;
}

.ltrMPass:before {
	font-family: "fontello";
	content: '\e80a';
	font-size: 14pt;
	margin: 0px 5px 0 -3px;
}

.textMPass {

	font-weight: 600;
	color: #aaa;
	letter-spacing: 0.5px;
	font-size: 16pt;
}

#loginOK,
#btnContinue {
	background-color: #0B6284;
}

.login-wel {
	height: 50px;
}

.login-wel h2 {
	font-size: 18pt;
	margin: 0;
	padding: 0;
	color: #0F4F69;
}

#appEvents {
	position: absolute;
	top: 64px;
	right: 30px;
	color: #cce7f3;
	cursor: default;
	color: #fff;
	z-index: 1;
}

#lang-menu {
	display: none;
}

#appBurg,
#wdBurg {
	display: none;
}

#appBurg {
	position: absolute !important;
	top: 0px;
	width: 50px;
	height: 40px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#appBurg i.fa-menu-o,
#appBurg i.fa-cancel-o {
	position: absolute;
	color: #fff;
	cursor: pointer;
	visibility: hidden;
	font-size: 18pt;
	width: 30px;
}

#appBurg i.fa-menu-o {
	padding: 10px 0 0 13px;
}

#appBurg i.fa-cancel-o {
	padding: 10px 0 0 17px;
}

 

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }
    49% {
        color: #000;
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: #000;
    }
}

.blinking-red {
    animation: blinkingText-red 1.2s infinite;
    font-weight:bold;
}

@keyframes blinkingText-red {
    0% {
        color: #FF0000;
    }

    49% {
        color: #FF0000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #FF0000;
    }
}


.FilteringSettings {
    background: black;
    color: white;
    border-radius: 6px;
    padding-top: 3px;
    padding-left: 9px;
    min-height: 30px;
}