﻿*{padding:0px;margin:0px;outline:0px;box-sizing: border-box;}
body
{
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
    color: #696969;
}
p{font-size: 11pt;text-align: justify;text-indent: 30px;margin-bottom: 15px;}
img{border-style:none}
a{text-decoration: none}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #034af3;
}
.style1{width: 100%}
.menubar
{
    font-size: 10pt;
    line-height: 30px;
    overflow: auto;
    background-color: #411200; /*border-radius: 0px 0px 3px 3px;*/
    border: 1px solid #411200;
    border-top: none!important;
    color: #FFFFFF;
}      
.menubar ul
{
    list-style: none;
}     
.menubar ul li
{
    float: left;
    text-align: center;
    color: #FFFFFF;
}      
.menubar ul li a
{
    display: block;
    color: #fff;
    text-decoration:none;
}       
.menubar a:hover
{
    text-decoration: underline;
}        
.menubar ul li ul
{
    display: none;
    list-style: none;
    position: absolute;
    z-index: 1000;
    width: 320px;
}        
.menubar ul li ul li
{
    float: left;
    background-color: #411200;
    width: 320px;
    text-align: left;
}        
.menubar ul li ul li a
{
    border-right: none!important;
    text-indent: 10px;
    width: 320px;
    float:left;
}        
.menubar ul li:hover ul
{
    display: block;
}
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.TitleBar
{
    border-style: none none solid none;
    border-width: 2px;
    border-color: #411200;
    padding: 6px;
    font-size: 16px;
    font-weight: lighter;
    color: #411200;
    text-transform: capitalize;
    text-align: left;
    font-family: Verdana;
}
.SubTitleBar
{
    border-style: none none dotted none;
    border-width: 2px;
    border-color: #009933;
    padding: 3px;
    font-size: 10pt;
    font-weight: lighter;
    color: #009933;
    text-transform: capitalize;
    text-align: left;
    font-family: Verdana;
}
.InfoLabel
{
    padding: 6px;
    text-align: left;
    text-transform: capitalize;
    color: #333333;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
}
.tdLabel
{
    padding: 6px;
    text-align: right;
    text-transform: capitalize;
    color: #411200;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
}
.tdLabel1
{
    padding: 6px;
    text-align: left;
    text-transform: capitalize;
    color: #411200;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
}
.button
{
    padding: 6px;
    font-family: verdana;
    font-size: 15px;
    background-color: #FF9933;
    color: #FFFFFF;
    border: 1px solid #411200;
    text-transform: capitalize;
    border-radius: 6px;
}
.button:hover{background-color: #411200;}
.TextBox
{
    padding: 6px;
    border: 1px solid #999;
    color: #666;
    font-family: verdana;
    font-size: 15px;
    background-color: #FBFBFB;
}
.TextBox:focus
{
    box-shadow: 0px 0px 3px #73b6fa;
    padding: 6px;
    border: 1px solid #0079F2;
    font-family: verdana;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}
.NText{text-align:left}
.TDate{text-align:left}
.GV
{
    border: 1px solid #411200;
    border-collapse: collapse;
}
.GV TH
{
    padding: 6px;
    font-family: verdana;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #411200;
    background-color: #FF9933;
}
.GV TD
{
    border: 1px solid #411200;
    font-family: verdana;
    font-size: 15px;
    color: #411200;
    padding: 6px;
}
.StatDiv3
{
    padding: 6px;
    font-size: 12pt;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.StatDiv4
{
    padding: 6px;
    background-color: #FFFFFF;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
}    
/* ----------------------------------------------------------------------------- 

  jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile
  Version 0.1.26
  Copyright (c)2016 Curious Solutions LLP and Neha Kadam
  http://curioussolutions.github.io/DateTimePicker
  https://github.com/CuriousSolutions/DateTimePicker

 ----------------------------------------------------------------------------- */
 
.dtpicker-overlay
{
	z-index: 2000;
	display:none;
	min-width: 300px;
	background: rgba(0, 0, 0, 0.2);
	font-size: 12px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dtpicker-mobile
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dtpicker-overlay * 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dtpicker-bg
{
	width: 100%;
	height: 100%;
	font-family: Verdana;
}

.dtpicker-cont
{
	border: 1px solid #ECF0F1;
}

.dtpicker-mobile .dtpicker-cont
{
	position: relative;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	border: none;
}

.dtpicker-content
{
	margin: 0 auto;
	padding: 1em 0;

	max-width: 500px;

	background: #fff;
}

.dtpicker-mobile .dtpicker-content
{
	width: 97%;
}

.dtpicker-subcontent
{
	position: relative;
}

.dtpicker-header
{
	margin: 0.2em 1em;
}

.dtpicker-header .dtpicker-title
{
	color: #2980B9;
	text-align: center;
	font-size: 1.1em;
}

.dtpicker-header .dtpicker-close
{
	position: absolute;
	top: -0.7em;
	right: 0.3em;
	
	padding: 0.5em 0.5em 1em 1em;
	
	color: #FF3B30;
	font-size: 1.5em;
	
	cursor: pointer;
}

.dtpicker-header .dtpicker-close:hover
{
	color: #FF3B30;
}

.dtpicker-header .dtpicker-value
{
	padding:  0.8em 0.2em 0.2em 0.2em;
	color: #FF3B30;
	text-align: center;

	font-size: 1.4em;
}

.dtpicker-components
{
	overflow: hidden;
	margin: 1em 1em;
	
	font-size: 1.3em;
}
.dtpicker-components *
{
	margin: 0;
	padding: 0;
}
.dtpicker-components .dtpicker-compOutline
{
	display: inline-block;
	float: left;
}
.dtpicker-comp2
{
	width: 50%;
}
.dtpicker-comp3
{
	width: 33.3%;
}
.dtpicker-comp4
{
	width: 25%;
}
.dtpicker-comp5
{
	width: 20%;
}
.dtpicker-comp6
{
	width: 16.66%;
}
.dtpicker-comp7
{
	width: 14.285%;
}
.dtpicker-components .dtpicker-comp
{
	margin: 2%;
	text-align: center;
}
.dtpicker-components .dtpicker-comp > *
{
	display: block;
	height: 30px;
	color: #2980B9;
	text-align: center;
	line-height: 30px;
}
.dtpicker-components .dtpicker-comp > *:hover
{
	color: #2980B9;
}
.dtpicker-components .dtpicker-compButtonEnable
{
	opacity: 1;
}
.dtpicker-components .dtpicker-compButtonDisable
{
	opacity: 0.5;
}
.dtpicker-components .dtpicker-compButton
{
	background: #FFFFFF;
	font-size: 140%;

	cursor: pointer;
}
.dtpicker-components .dtpicker-compValue
{
	margin: 0.4em 0;
	width: 100%;
	border: none;
	background: #FFFFFF;
	font-size: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.dtpicker-overlay .dtpicker-compValue:focus
{
	outline: none;
	background: #F2FCFF;
}

.dtpicker-buttonCont
{
	overflow: hidden;
	margin: 0.2em 1em;
}

.dtpicker-buttonCont .dtpicker-button
{
	display: block;
	padding: 0.6em 0;
	width: 47%;
	background: #FF3B30;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.3em;
	cursor: pointer;
}

.dtpicker-buttonCont .dtpicker-button:hover
{
	color: #FFFFFF;
}

.dtpicker-singleButton .dtpicker-button
{
	margin: 0.2em auto;
}

.dtpicker-twoButtons .dtpicker-buttonSet
{
	float: left;
}

.dtpicker-twoButtons .dtpicker-buttonClear
{
	float: right;
}
/*Jquery Message*/
.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
  z-index: 50000;
  position: fixed; }

#growls-default {
  top: 10px;
  right: 10px; }
#growls-tl {
  top: 10px;
  left: 10px; }
#growls-tr {
  top: 10px;
  right: 10px; }
#growls-bl {
  bottom: 10px;
  left: 10px; }
#growls-br {
  bottom: 10px;
  right: 10px; }
#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px; }
#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }
#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px; }
#growls-cl {
  top: 50%;
  left: 10px; }
#growls-cr {
  top: 50%;
  right: 10px; }
#growls-tc .growl, #growls-bc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
  .growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
  .growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
  .growl.growl-default {
    color: #FFF;
    background: #7f8c8d; }
  .growl.growl-error
{
    color: #FFF;
    background: #CC3300;
}
  .growl.growl-notice {
    color: #FFF;
    background: #2ECC71; }
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
  .growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
  .growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
  .growl .growl-message {
    font-size: 14px;
    line-height: 18px; }
#MyGraph
{
    width: 100%;
    background: #eee;
    padding: 1em;
    margin: 1em auto;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
}

#MyGraph th { font-size: 15px }

#MyGraph td {
  font-weight: bold;
  border-bottom: 1px solid #fbfbfb;
  width: 20%;
  padding: .5em .25em;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: all .75s ease-out;
  -moz-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

#MyGraph td:nth-child(2) {
  width: 80%;
  color: white;
  text-shadow: 1px 2px #222;
  text-align: left;
  background-image: -webkit-linear-gradient(to right, #e74c3c, #e74c3c);
  background-image: -moz-linear-gradient(to right, #e74c3c, #e74c3c);
  background-image: linear-gradient(to right, #e74c3c, #e74c3c);
  background-position: left top;
}