/********** Fonts *********/
/* Open Sans */
@font-face {
  font-family: OpenSans;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/OpenSans-Regular.eot") /* EOT file for IE */
}
@font-face {
  font-family: OpenSans;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/OpenSans-Regular.ttf") /* TTF file for CSS3 browsers */
}
/* Museo 300 */
@font-face {
  font-family: Museo;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/MUSEO300-REGULAR.eot") /* EOT file for IE */
}
@font-face {
  font-family: Museo;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/MUSEO300-REGULAR.ttf") /* TTF file for CSS3 browsers */
}
/* Arvo */
@font-face {
  font-family: Arvo;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/Arvo-Regular_0.eot") /* EOT file for IE */
}
@font-face {
  font-family: Arvo;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/Arvo-Regular_0.ttf") /* TTF file for CSS3 browsers */
}
/* Oswald */
@font-face {
  font-family: Oswald;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/Oswald-Regular.eot") /* EOT file for IE */
}
@font-face {
  font-family: Oswald;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/Oswald-Regular.ttf") /* TTF file for CSS3 browsers */
}
/* Lato */
@font-face {
  font-family: Lato;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/LATO-REGULAR.eot") /* EOT file for IE */
}
@font-face {
  font-family: Lato;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/LATO-REGULAR.ttf") /* TTF file for CSS3 browsers */
}
/* Oblik */
@font-face {
  font-family: Oblik;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/Oblik_Bold.eot") /* EOT file for IE */
}
@font-face {
  font-family: Oblik;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/Oblik_Bold.ttf") /* TTF file for CSS3 browsers */
}
/* Amaranth */
@font-face {
  font-family: Amaranth;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/Amaranth.eot") /* EOT file for IE */
}
@font-face {
  font-family: Amaranth;
  src: url("http://docnet.co.in/assets/css/template6/master_template/fonts/Amaranth.ttf") /* TTF file for CSS3 browsers */
}
@body-font: 'OpenSans', sans-serif;
@title-font-museo: 'Museo', Georgia, serif;
@title-font-arvo: 'Arvo', Georgia, serif;
@title-font-oswald: 'Oswald', Georgia, serif;
@title-font-lato: 'Lato', Georgia, serif;
@title-font-oblik: 'Oblik', Georgia, serif;
@title-font-amaranth: 'Amaranth', Georgia, serif;
/********** Fonts *********/

@news-flash-title-bgcolor: #BAE8AF;
@white: #ffffff;
@black: #000000;
@page-background: #ededeb;
@body-color: #7f7f7f;
@heading-color: #a57329;
@main-layout-color: #a57329;

@dark-main-layout-color: darken(@main-layout-color, 10%);
@research-publication-desc-color: #6f9f66;




@main-border-color: #e5e5e5;
@header-second-bg: #bcbcbc;
@header-second-bottom-border: @main-border-color;
@menu-nav-font-color: @white;


@related-links-color: #6F9F66;
@sidebar-top-bg: #e6e6e6;
@sidebar-bottom-bg: #f2f2f2;

/* Variables for appointment table */
@table-inactive-bg: #999999;
@table-inactive-font-color: #d8d6d6;
@table-active-bg: #6f9f66;
@dark-table-active-bg: darken(@table-active-bg, 10%);
@table-active-font-color: @white;



@submit-bg-color: #734f30;
@dark-submit-bg-color: darken(@submit-bg-color, 10%);
@footer-color: @main-layout-color;


@path: '../img/template6B/';

@import url("../cdn/template6/master_template/style_2016_01.less?v=51");