 
/*default version*/
@font-face {
	font-family: 'RobotoCondensed';
	src: url('../../../lib/Fonts/RobotoCondensed/Roboto-Condensed-webfont.eot'); 

}
/*bold version*/
@font-face {
	font-family: 'RobotoCondensedBold';
	src: url('../../../lib/Fonts/RobotoCondensed/Roboto-BoldCondensed-webfont.eot'); 
	src: 
		local('Roboto Condensed Bold'),
		local('Roboto-BoldCondensed'),
		url('../../../lib/Fonts/RobotoCondensed/Roboto-BoldCondensed-webfont.otf') 
		format('opentype');
	font-weight: bold;
}
.notificationModal .loader,
.notificationModal .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.notificationModal .loader {
  margin: 60px auto;
  font-size: 0.8em;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.grid_row_cell .warnings_wrapper{
	margin-top:0px !important;
	border-radius : 0px !important;
}
.notificationInline .notificationIcon{
	background: url("../css/Icons/warning.png");
	background-size: cover !important;
} 
.notificationOverlay.disabled,
.notificationInline.disabled,
.notificationModal.disabled{
	user-select: none;
    cursor: not-allowed;
    pointer-events: none;
    background: whitesmoke !important;
    background-color: whitesmoke !important;

}

.notificationModal.loading .notificationControls,
.notificationModal.loading .notificationIcon,
.notificationInline.loading .notificationControls,
.notificationModal.loading .notificationControls{
	display:none !important;
}


.notificationOverlay.loading .notificationTitle,
.notificationInline.loading .notificationTitle,
.notificationModal.loading .notificationTitle{
	padding-left: 0;
    display: block;
    font-style: normal;
    color: white; 
    background: none;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 18em;
}
.notificationModal.loading,
.notificationOverlay.loading .notificationContent,
.notificationInline.loading .notificationContent,
.notificationModal.loading .notificationContent{
	top: 0px !important;
    bottom: 0px !important; 
    height: 100% !important;
	background:none !important;
	overflow:visible !important;
}





.notificationOverlay.disabled .notificationTitle,
.notificationInline.disabled .notificationTitle,
.notificationModal.disabled .notificationTitle,
.notificationOverlay.disabled .notificationContent,
.notificationInline.disabled .notificationContent,
.notificationModal.disabled .notificationContent,
.notificationOverlay.disabled .notificationControls,
.notificationInline.disabled .notificationControls,
.notificationModal.disabled .notificationControls{
	opacity: 0.3;
	user-select: none;
    cursor: not-allowed;
    pointer-events: none;
    background: whitesmoke !important;
    background-color: whitesmoke !important;

}

.notificationOverlay.disabled .notificationControls,
.notificationInline.disabled .notificationControls,
.notificationModal.disabled .notificationControls{
	user-select: none;
    cursor: not-allowed;
    pointer-events: none;
    background: whitesmoke !important;
    background-color: whitesmoke !important;
	
}

.notificationOverlay.disabled .notificationControls a,
.notificationInline.disabled .notificationControls a,
.notificationModal.disabled .notificationControls a{
	background: #9c9c9c;
    color: lightgray;
    border-color: gray;
    border-style: dotted;
    border-width: 0;
    font-style: italic;

}
.notificationInline.overlay {
	position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
    text-align: center;
}
.notificationModal .notificationIcon{ 
    position: absolute;
    top: 1em;
    left: 1em;
    width: 1.2em;
    height: 1.2em;
	background: url("../css/Icons/dark/warning.png");
	background-size: cover !important;
}
.notificationModal.error .notificationIcon{
	background: url("../css/Icons/dark/error.png");
}
.notificationModal.confirm .notificationIcon{
	background: url("../css/Icons/dark/confirm.png");
}
.notificationModal.info .notificationIcon{
	background: url("../css/Icons/dark/info.png");
}

.notificationModal .notificationTitle{
	height: 3em; 
	top:0px;																						
	position:relative; 
	font-size: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 3em;
	text-align: left;
	text-transform: uppercase;
	background: #FFFFFF;
	color: rgb(53, 53, 53);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	line-height: 1em;
}

.notificationInline .notificationIcon{
	position: relative;
	top: 0;
	height: 1em;
	width: 1em;
	float:right;
}
.notificationInline .notificationTitle{
	position: absolute;
	width: 100%;
	padding: 0.5em;
	padding-right: 1.5em;
	padding-top: 0.25em;
	text-indent: -2000px;
}
.notificationInline .notificationContent{
	padding:0 !important;
}
.notificationInline .notificationContent,
.notificationModal .notificationContent{
	top:0px;	
	position:relative;
	background:#FFFFFF;
	height:auto;
	max-height: 20em;
	overflow-y: auto;
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.notificationInline.sick {
	border-radius :0 !important;
	background: #f5ba58; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5ba58 0%, #f5a643 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5ba58), color-stop(100%,#f5a643)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5ba58 0%,#f5a643 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5ba58 0%,#f5a643 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5ba58 0%,#f5a643 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5ba58 0%,#f5a643 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ba58', endColorstr='#f5a643',GradientType=0 ); /* IE6-9 */

	border: 1px solid #F5AD4A;
	z-index:9999;
	box-shadow : 0 0.1em 0.5em #000000;
	
}
.notificationInline.sick .notificationControls{
	position: absolute;
	padding: 0;
	right: 0;
	width: 16em;
	height: 100%;
	background: none;
	display: block;
	top: 0;

}

.notificationModal .notificationControls{
	top:0px;	
	position:relative;
	height:auto;
	padding:10px;
	background:#FFFFFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.notificationOverlay{

	text-align: center;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display:block;
	background: rgba(0, 0, 0, 0.6);
	font-size: 0.83em !important;
}

.notificationOverlay.hidden,
.notificationInline.hidden,
.notificationModal.hidden{
	display:none;
}

.notificationInline.warning{

	background: #f5ba58; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5ba58 0%, #f5a643 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5ba58), color-stop(100%,#f5a643)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5ba58 0%,#f5a643 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5ba58 0%,#f5a643 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5ba58 0%,#f5a643 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5ba58 0%,#f5a643 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ba58', endColorstr='#f5a643',GradientType=0 ); /* IE6-9 */

	border: 1px solid #F5AD4A;
	
}
.notificationInline {
	margin-top: 10px;
	transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-webkit-user-select: none;
	border-radius: .3em;
	width: 100%;
	padding: .5em;
	margin-bottom: .5em;
	word-wrap:break-word;
	color: #FFFFFF;
	font-weight: bold;
	font-family: RobotoCondensed;
	-webkit-text-shadow: #661f00 0 0.08em 0.08em;
	-moz-text-shadow: #661f00 0 0.08em 0.08em;
	text-shadow: #661f00 0 0.08em 0.08em;
	
	border: 1px solid #F55C4A;
	background: #fd7e67; /* Old browsers */
	background: -moz-linear-gradient(top,  #fd7e67 0%, #f55c4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7e67), color-stop(100%,#f55c4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd7e67 0%,#f55c4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd7e67 0%,#f55c4a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd7e67 0%,#f55c4a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd7e67 0%,#f55c4a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e67', endColorstr='#f55c4a',GradientType=0 ); /* IE6-9 */

	
	overflow: hidden;
	padding-right: 2.3em;
	position: relative;
}
.notificationInline .notificationContent{
	background: none;
}


.notificationModal{
	transition-duration:0s !important;
	-moz-transition-duration:0s !important;
	-webkit-transition-duration:0s !important;
	display: inline-block;
	opacity: 1 !important;
	font-family: RobotoCondensed;
	font-size: 1em !important;
	text-align: left !important;
	min-height: 8em !important;
	top:25%;
	position:fixed;  
	left:0px;
	width:100%;
	border-radius: 0px !important;
	border-top-width: 1px !important;
	background: #FFFFFF !important;
	border-color: #FFFFFF !important;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.notificationControls a,
.notificationControls .buttonGeneric,
.buttonGeneric{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor: hand;
	cursor: pointer;
	display:inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em; 
	width: auto;
	min-width: 9em;
	height: 2.5em;
	position: relative;
	color: #FFFFFF;
	background: #4c5157;
	border:2px solid #4c5157;
	line-height: 2.5em;
    padding: 0px !important;
    box-sizing: border-box;
    overflow: hidden;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	maring-bottom:10px;
	
	left: 0;
	right: 0;
}
.notificationControls a:focus {
    outline: 3px solid #808080;
    outline-offset: 2px;
}

.notificationControls .buttonVerticalStacked{
	cursor: hand;
	cursor: pointer;
	display:block;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em; 
	width: 100%;
	*min-width: 9em;
	min-height: 33px;
	height:auto;
	position: relative;
	color: #FFFFFF;
	background: #4c5157;
	border:2px solid #4c5157;
	padding: 10px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 10px;
	maring-bottom:10px;
	left: 0;
	right: 0;
}

.notificationControls a:hover,
.notificationControls .buttonGeneric:hover,
.buttonGeneric:hover{
	background: #3d4248;
	border: 2px solid #3d4248;
}
@media only screen and (max-width: 576px){
	.notificationModal{
		padding-left: 20px;
		padding-right: 20px;
		top:0px;
	}
}
@media screen and (min-width: 1024px) {
	.notificationModal{
		padding-left:35%;
		padding-right:35%;
		
	}
	.notificationModal .notificationControls{
		text-align:right !important;
	}
}

.rtl .notificationModal .notificationIcon { 
	position: absolute;
    top: 1.2em;
    left: 8px;
    width: 1em;
    height: 1em;
	background: url("../css/Icons/dark/warning.png");
	background-size: cover !important;
}

.rtl .notificationModal .notificationTitle{
	height: 3em;
    top: 0px;
    position: relative;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    text-align: left;
    text-transform: uppercase;
    background: #FFFFFF;
    color: rgb(53, 53, 53);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	 line-height: 1em;
}

.rtl .notificationInline .notificationIcon{
	position: relative;
	top: 0;
	height: 1em;
	width: 1em;
	float:left;
}
.rtl .notificationInline .notificationTitle{
	position: absolute;
	width: 100%;
	padding: 0.5em;
	padding-left: 1.5em;
	padding-top: 0.25em;
	text-indent: -2000px;
}


.rtl  .notificationInline.sick {
	border-radius :0 !important;
	background: #f5ba58; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5ba58 100%, #f5a643 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#f5ba58), color-stop(100%,#f5a643)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5ba58 100%,#f5a643 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5ba58 100%,#f5a643 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5ba58 100%,#f5a643 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5ba58 100%,#f5a643 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ba58', endColorstr='#f5a643',GradientType=0 ); /* IE6-9 */

	border: 1px solid #F5AD4A;
	z-index:9999;
	box-shadow : 0 0.1em 0.5em #000000;
	
}
.rtl .notificationInline.sick .notificationControls{
	position: absolute;
	padding: 0;
	left: 0;
	width: 16em;
	height: 100%;
	background: none;
	display: block;
	top: 0;

}

.rtl .notificationOverlay{

	text-align: center;
	position: fixed;
	z-index: 9999;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	display:block;
	background: rgba(0, 0, 0, 0.6);
}


.rtl .notificationInline.warning{

	background: #f5ba58; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5ba58 100%, #f5a643 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#f5ba58), color-stop(100%,#f5a643)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5ba58 100%,#f5a643 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5ba58 100%,#f5a643 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5ba58 100%,#f5a643 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5ba58 100%,#f5a643 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ba58', endColorstr='#f5a643',GradientType=0 ); /* IE6-9 */

	border: 1px solid #F5AD4A;
	
}


.rtl .notificationInline {
	margin-top: 10px;
	transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-webkit-user-select: none;
	border-radius: .3em;
	width: 100%;
	padding: .5em;
	margin-bottom: .5em;
	word-wrap:break-word;
	color: #FFFFFF;
	font-weight: bold;
	font-family: RobotoCondensed;
	-webkit-text-shadow: #661f00 0 0.08em 0.08em;
	-moz-text-shadow: #661f00 0 0.08em 0.08em;
	text-shadow: #661f00 0 0.08em 0.08em;
	
	border: 1px solid #F55C4A;
	background: #fd7e67; /* Old browsers */
	background: -moz-linear-gradient(top,  #fd7e67 100%, #f55c4a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#fd7e67), color-stop(100%,#f55c4a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd7e67 100%,#f55c4a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd7e67 100%,#f55c4a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd7e67 100%,#f55c4a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd7e67 100%,#f55c4a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e67', endColorstr='#f55c4a',GradientType=0 ); /* IE6-9 */

	
	overflow: hidden;
	padding-left: 2.3em;
	position: relative;
}
.rtl .notificationModal{
	transition-duration:0s !important;
	-moz-transition-duration:0s !important;
	-webkit-transition-duration:0s !important;
	display: inline-block;
	opacity: 1 !important;
	font-family: RobotoCondensed;
	font-size: 1em !important;
	text-align: right !important;
	min-height: 8em !important;
	top:25%;
	position:relative;
	*min-width: 398px;  
	width:100%;
	border-radius: 0px !important;
	border-top-width: 1px !important;
	background: #FFFFFF !important;
	border-color: #FFFFFF !important;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.rtl .notificationControls a,
.rtl .notificationControls .buttonGeneric,
.rtl .buttonGeneric{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor: hand;
	cursor: pointer;
	display:inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em; 
	line-height:1em;
	width: auto;
	min-width: 9em;
	height: 33px;
	position: relative;
	color: #FFFFFF;
	background: #4c5157;
	border:2px solid #4c5157;
	padding: 10px;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 10px;
	maring-bottom:10px;
	
	right: 0;
	left: 0;
}
.rtl .notificationControls .buttonVerticalStacked{
	cursor: hand;
	cursor: pointer;
	display:block;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em; 
	width: 100%;
	*min-width: 9em;
	min-height: 33px;
	height:auto;
	position: relative;
	color: #FFFFFF;
	background: #4c5157;
	border:2px solid #4c5157;
	padding: 10px;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 10px;
	maring-bottom:10px;
	right: 0;
	left: 0;
}
.rtl .notificationControls a:hover,
.rtl .notificationControls .buttonGeneric:hover,
.rtl .buttonGeneric:hover{
	background: #3d4248;
	border: 2px solid #3d4248;
}
@media only screen and (max-width: 576px){
	.rtl .notificationModal{
		padding-right: 20px;
		padding-left: 20px;
		top:0px;
	}
}
@media screen and (min-width: 1024px) {
	.rtl .notificationModal{
		padding-right:35%;
		padding-left:35%;
		
	}
	.rtl .notificationModal .notificationControls{
		text-align:left !important;
	}
}