/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 Sep, 2018, 12:42:21 PM
    Author     : Administrator
*/
/*------------------------------------*/
/*-------------Common CSS------------*/
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-thin.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-thinItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'PrimaryFont';
  src: url("../../fonts/roboto-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-medium.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-mediumitalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-black.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: PrimaryFont;
  src: url("../../fonts/roboto-blackitalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: SecondFont;
  src: url("../../fonts/robotocondensed-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: SecondFont;
  src: url("../../fonts/robotocondensed-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: SecondFont;
  src: url("../../fonts/robotocondensed-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: SecondFont;
  src: url("../../fonts/robotocondensed-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: SecondFont;
  src: url("../../fonts/robotocondensed-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: SecondFont;
  src: url("../../fonts/robotocondensed-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-track {
  border-radius: 0px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px; }

:-webkit-scrollbar-thumb {
  border: 1px solid; }

* {
  margin: 0;
  padding: 0; }

body {
  font-size: 13px;
  overflow: hidden;
  font-family: "Roboto"; }

html, body, .container-fluid {
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto"; }

p, li, ul {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto";
  font-weight: 400;
  list-style: none; }

th, td {
  font-size: 13px; }

a {
  cursor: pointer;
  font-family: "Roboto"; }

a:hover, a:focus, a:active {
  text-decoration: none !important; }

/*# sourceMappingURL=common.css.map */
