/*!
 * HelpNDoc HTML template
 * Copyright (C) IBE Software - All rights reserved.
 * Can only be used in documentation generated by HelpNDoc: http://www.helpndoc.com
 */
.TopicViewer_contentContainer header
{
  transition: top 0.3s ease, padding-left 0.3s ease;
}

.TopicViewer_contentContainer div#main
{
  transition: margin-left 0.3s ease;
}

.TopicViewer_contentContainer nav
{
  transition: left 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
}

.TopicViewer_contentContainer .mask
{
  transition: visibility 0s, opacity 0.3s ease;
}

.TopicViewer_contentContainer .tab-tabs li::after
{
  transition: transform 250ms ease 0s;
}

.TopicViewer_contentContainer #hnd-splitter
{
  transition: background-color 0.15s linear;
}