html,body {
  background-color: #3d71b8;
  background-image: url(./images/desktop.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font: normal 12px tahoma, arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
  background-size: cover;
}
 
.x-task-button-panel {
	border-right:0px solid black;
}

.x-quickstart-bar {
	border-left:0px solid black;
}

.desktopShortcut {
	font-size: 11px;
}

.desktopShortcutOver {
	font-size: 11px;
	color: white;
}

.winSearchResultTitle
{
	font-size: 10px;
	color: navy;
}

.winSearchResultTitleOver
{
	font-size: 10px;
	color: navy;
}

.winSearchResultSubSystem
{
	font-size: 10px;
	color: green;
}

.winSearchResultSubSystemOver
{
	font-size: 10px;
	color: green;
}

.minZIndex
{
	z-index: -900000;
}

.maxZIndex
{
	z-index: 900000;
}

.mce-floatpanel,.mce-notification
{
	z-index: 900001 !important;
}
#mce-modal-block
{
	z-index: 900000 !important;
}

.olMapViewport > div:first-child
{
	position: relative !important;
}

.holiFilename{
	overflow: hidden;
    white-space: nowrap;
    margin-right: 8px;
    margin-left: 11px;
    height: 100%;
    font-size: 12px;
    max-width: 400px;
    text-overflow: ellipsis;
}


.DisabledRTL{
	color: #ababab !important;
}

@keyframes blink {
  0% { background-color: #c3ddfe; }
  50% { background-color: #6fadfd; } 
  100% { background-color: #c3ddfe; } 
}
.blink-text {
  animation: blink 1s 50; 
}