
/********** Fonts *********/
/* Open Sans */
@font-face {
  font-family: OpenSans;
  src: url("http://docnet.co.in/assets/css/template2/master_template/fonts/OpenSans-Regular.eot") /* EOT file for IE */
}
@font-face {
  font-family: OpenSans;
  src: url("http://docnet.co.in/assets/css/template2/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/template2/master_template/fonts/MUSEO300-REGULAR.eot") /* EOT file for IE */
}
@font-face {
  font-family: Museo;
  src: url("http://docnet.co.in/assets/css/template2/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/template2/master_template/fonts/Arvo-Regular_0.eot") /* EOT file for IE */
}
@font-face {
  font-family: Arvo;
  src: url("http://docnet.co.in/assets/css/template2/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/template2/master_template/fonts/Oswald-Regular.eot") /* EOT file for IE */
}
@font-face {
  font-family: Oswald;
  src: url("http://docnet.co.in/assets/css/template2/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/template2/master_template/fonts/LATO-REGULAR.eot") /* EOT file for IE */
}
@font-face {
  font-family: Lato;
  src: url("http://docnet.co.in/assets/css/template2/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/template2/master_template/fonts/Oblik_Bold.eot") /* EOT file for IE */
}
@font-face {
  font-family: Oblik;
  src: url("http://docnet.co.in/assets/css/template2/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/template2/master_template/fonts/Amaranth.eot") /* EOT file for IE */
}
@font-face {
  font-family: Amaranth;
  src: url("http://docnet.co.in/assets/css/template2/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 *********/

/********** Variables *********/

@news-flash-title-bgcolor: #c3aba6;
@white: #ffffff;
@black: #000000;
@body-color: #000000	;
@grey: #999999;
@dark-grey: darken(@grey, 10%);
@dark-blue: #003056;

/** First Sidebar **/
@first-column-layout-color: #d9d1a9;
@dark-first-column-layout-color: darken(@first-column-layout-color, 10%);
@first-column-border-color: @black;
@first-column-sub-border-color: #ece8d4;
@first-column-heading-color: @white;
@first-column-font-color: @black;

/** Second Sidebar **/
@second-column-layout-color: #8c665e;
@dark-second-column-layout-color: darken(@second-column-layout-color, 10%);
@second-column-border-color: @white;
@second-column-heading-color: @body-color;
@second-column-font-color: @white;

/** Main Content **/
@main-content-column-border-color: @first-column-layout-color;
@main-content-column-heading-color: @body-color;
@main-content-first-column-font-color: @body-color;
@main-content-second-column-font-color: #8c665e;
@main-content-second-column-image-border-color: #E38079;
@related-link-color: #8c665e;
@presentation-color: @main-content-second-column-font-color;

/* Variables for appointment table */
@table-inactive-bg: @grey;
@table-inactive-font-color: @white;
@table-active-bg: @second-column-layout-color;
@table-active-font-color: @white;
@table-td-hover-bg: #73685c;

@submit-bg-color: darken(@second-column-layout-color, 15%);
@dark-submit-bg-color: darken(@second-column-layout-color, 20%);

/** footer content **/
@footer-color: @black;

/** pop up **/
@pop-close-bg-color: @second-column-layout-color;
@pop-up-font-color: @black;

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

@sprite-img: url('@{path}icons-d.png') no-repeat;
@bullet-img: url('@{path}bullet-a.png') no-repeat;
@arrow-left-img: url('@{path}arrow_comment_left_d.png');
@list: url('@{path}list.png') no-repeat;

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