
/********** Fonts *********/
/* Open Sans */
@font-face {
  font-family: OpenSans;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/OpenSans-Regular.eot") /* EOT file for IE */
}
@font-face {
  font-family: OpenSans;
  src: url("http://docnet.co.in/assets/css/template1/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/template1/master_template/fonts/MUSEO300-REGULAR.eot") /* EOT file for IE */
}
@font-face {
  font-family: Museo;
  src: url("http://docnet.co.in/assets/css/template1/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/template1/master_template/fonts/Arvo-Regular_0.eot") /* EOT file for IE */
}
@font-face {
  font-family: Arvo;
  src: url("http://docnet.co.in/assets/css/template1/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/template1/master_template/fonts/Oswald-Regular.eot") /* EOT file for IE */
}
@font-face {
  font-family: Oswald;
  src: url("http://docnet.co.in/assets/css/template1/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/template1/master_template/fonts/LATO-REGULAR.eot") /* EOT file for IE */
}
@font-face {
  font-family: Lato;
  src: url("http://docnet.co.in/assets/css/template1/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/template1/master_template/fonts/Oblik_Bold.eot") /* EOT file for IE */
}
@font-face {
  font-family: Oblik;
  src: url("http://docnet.co.in/assets/css/template1/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/template1/master_template/fonts/Amaranth.eot") /* EOT file for IE */
}
@font-face {
  font-family: Amaranth;
  src: url("http://docnet.co.in/assets/css/template1/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: #bedff4;
@white: #ffffff;
@black: #000000;
@body-color: #3e454c;
@main-layout-color: #2185c5;
@dark-main-layout-color: darken(@main-layout-color, 10%);

@main-border-color: #bce4fc;
@heading-color: #434343;
@header-second-bg: #dbeffc;
@header-second-bottom-border: @main-border-color;
@menu-nav-font-color: @black;


@related-links-color: @main-layout-color;


/* Variables for appointment table */
@table-inactive-bg: #bee6fe;
@table-inactive-font-color: #647581;
@table-active-bg: @main-layout-color;
@dark-table-active-bg: darken(@table-active-bg, 10%);
@table-active-font-color: @white;
@table-inactive-border-color: #aeccde;


@research-desc-color: @main-layout-color;
@submit-bg-color: @main-layout-color;
@dark-submit-bg-color: darken(@submit-bg-color, 10%);
@footer-color: #3e454c;


@path: '../img/';
@path1: '../img/template-a/';

@import url("../cdn/template1/master_template/style_2016_01.less?v=50");