/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}
.pos-rel{
	position: relative;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: none;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
1. LOGO BAR
2. FOOTER AUTHOR BG
3. OFF CANVAS MENU
4. OLD CSS
5. SIDEBAR CSS
**/
/**********************************************
1. LOGO BAR
************************************************/
.logo_bar{
	background-color: #EBEBEB;
}
.logo_bar .navbar-toggler {
        background-color: #000;
    color: #fff;
    padding: 6px 12px;
    position: absolute;
        bottom: 10px;
    right: 15px;
	display: none;
}
.navbar-toggler-bg{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.logo{
	display: block;
}
/**********************************************
2. FOOTER AUTHOR BG
************************************************/
.author_bg{
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
}
/**********************************************
3. OFF CANVAS MENU
************************************************/
@media only screen and (max-width: 767px) {
	.navbar-toggler-bg{
	display: block;
	}
	.logo{
	display: none;
}
  .offcanvas-collapse {
    position: fixed;
    top: 0; /* Height of navbar */
    bottom: 0;
    right: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	padding-top: 60px;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(100%);
	color: #ffffff;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}

/*****
4. OLD CSS
******/
BODY
{
 margin-left:0;
 margin-top:0;
}
.kamatH1
{
    FONT-SIZE: 24pt
}
.kamatH2
{
    FONT-SIZE: 18pt
}
.kamatH3
{
    FONT-SIZE: 14pt
}
.KamatNormal
{
   FONT-SIZE: 12pt;
   font-family: Times New Roman;
   color: Black ;
}
a.KamatNormal
{
    color:Blue;
}

.AuthorName
{
    FONT-SIZE: 14pt;
    COLOR: black;
    FONT-FAMILY: 'Times New Roman'
}
.PageHeader
{
    FONT-SIZE: 18pt;
    COLOR: black
}
.FootPath
{
}
.ToolBarText
{
    FONT-WEIGHT: 900;
    COLOR: black;
    FONT-FAMILY: Verdana, 'Arial Black'
}
.NoDecorPageTitle
{
    FONT-SIZE: 24pt;
    COLOR: black;
    TEXT-DECORATION: none;
    /* font-family:Times New Roman; */
}
	a.NoDecorPageTitle:link,
	a.NoDecorPageTitle:active,
	a.NoDecorPageTitle:visited,
	a.NoDecorPageTitle:hover		
	{ text-decoration: none; 
		color : black; 
		FONT-SIZE: 24pt;
		/* font-family:Times New Roman; */
		}
H3
{
	font-weight: normal;
	color: black;
	text-decoration: none;
	padding:5px;
	border-top:2px solid #CC3300;
	font:bold 15px verdana;
	background:#eee;
}

H2
{
	font-weight: normal;
	font-size: 18pt;
	color: red;
	text-decoration: none;
        align-text: center;
}

.noindent 
{
text-indent: -15px;
}
.glossary
{
    COLOR: red;
    TEXT-DECORATION: none
}
/********
OLD CSS END
*********/
/*******************************
SIDEBAR CSS
********************************/
.right-sidebar{
	/* text-align: center; */
	border-left: 1px solid #ddd;
}
/*******************************
SIDEBAR CSS END
********************************/
@media only screen and (max-width: 767px) {
  /* For mobile phones: */
  .logo_bar {
	 text-align: center;
	 padding-top: 10px;
  }
  .logo_bar .navbar-toggler {
	  display: block;
  }
  .right-sidebar{
	border: 0;
}
}


/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}
.pos-rel{
	position: relative;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: none;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
1. LOGO BAR
2. FOOTER AUTHOR BG
3. OFF CANVAS MENU
4. OLD CSS
5. SIDEBAR CSS
**/
/**********************************************
1. LOGO BAR
************************************************/
.logo_bar{
	background-color: #EBEBEB;
}
.nav_toogle_button{
  text-align: right;
  width: 100%;
  padding: 10px;
}
.nav_toogle_button.sticky{
  position: fixed;
  text-align: right;
  background: #000;
}
.nav_toogle_button .navbar-toggler {
  background-color: #000;
  color: #fff;
  padding: 6px 12px;
}
.navbar-toggler-bg{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
/**********************************************
2. FOOTER AUTHOR BG
************************************************/
.author_bg{
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
}
/**********************************************
3. OFF CANVAS MENU
************************************************/
@media only screen and (max-width: 767px) {
	.navbar-toggler-bg{
	display: block;
	}
  .offcanvas-collapse {
    position: fixed;
    top: 0; /* Height of navbar */
    bottom: 0;
    right: 100%;
    width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	padding-top: 60px;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(100%);
	color: #ffffff;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.bg-purple {
  background-color: #6f42c1;
}

/*****
4. OLD CSS
******/
BODY
{
 margin-left:0;
 margin-top:0;
}
.kamatH1
{
    FONT-SIZE: 24pt
}
.kamatH2
{
    FONT-SIZE: 18pt
}
.kamatH3
{
    FONT-SIZE: 14pt
}
.KamatNormal
{
   FONT-SIZE: 12pt;
   font-family: Times New Roman;
   color: Black ;
}
a.KamatNormal
{
    color:Blue;
}

.AuthorName
{
    FONT-SIZE: 14pt;
    COLOR: black;
    FONT-FAMILY: 'Times New Roman'
}
.PageHeader
{
    FONT-SIZE: 18pt;
    COLOR: black
}
.FootPath
{
}
.ToolBarText
{
    FONT-WEIGHT: 900;
    COLOR: black;
    FONT-FAMILY: Verdana, 'Arial Black'
}
.NoDecorPageTitle
{
    FONT-SIZE: 24pt;
    COLOR: black;
    TEXT-DECORATION: none;
    /* font-family:Times New Roman; */
}
	a.NoDecorPageTitle:link,
	a.NoDecorPageTitle:active,
	a.NoDecorPageTitle:visited,
	a.NoDecorPageTitle:hover		
	{ text-decoration: none; 
		color : black; 
		FONT-SIZE: 24pt;
		/* font-family:Times New Roman; */
		}
H3
{
	font-weight: normal;
	color: black;
	text-decoration: none;
	padding:5px;
	border-top:2px solid #CC3300;
	font:bold 15px verdana;
	background:#eee;
}

H2
{
	font-weight: normal;
	font-size: 18pt;
	color: red;
	text-decoration: none;
	text-align: center;
}

.noindent 
{
text-indent: -15px;
}
.glossary
{
    COLOR: red;
    TEXT-DECORATION: none
}
/********
OLD CSS END
*********/
/*******************************
SIDEBAR CSS
********************************/
.right-sidebar{
	/* text-align: center; */
	border-left: 1px solid #ddd;
}
.sidebar_navigation{
  width: 165px;
  border-right: 1px solid #C0C0C0;
  padding-right: 5px;
}
.sidebar_navigation .nav_item_group{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.sidebar_navigation .nav_item_group:before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: inherit; /* !importanté */
  background: linear-gradient(to right, #000, #fff);
  height: 8px;
  width: 100%;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.nav_item_link{
  margin-bottom: 10px;
  text-align: right;
  

}
.nav_item_link a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
/*******************************
SIDEBAR CSS END
********************************/
@media only screen and (max-width: 767px) {
  /* For mobile phones: */
  .logo_bar {
	 text-align: center;
	 padding-top: 10px;
  }
  .logo_bar .navbar-toggler {
	  display: block;
  }
  .right-sidebar{
	border: 0;
}
.sidebar_navigation{
  width: 100%;
  border-right: 0;
  padding-right: 0;
}
.nav_item_link a{
  color: #fff;
}
}