﻿@import url('https://fonts.googleapis.com/css?family=Ubuntu');
*{padding: 0px; outline: 0px; margin: 0px; box-sizing: border-box;}
body
{
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    font-size-adjust: none;
    color: #FFF;
}
img{border-style: none}
a
{
    text-decoration: underline;
    color: #3399FF;
}
p{text-align: justify;text-indent: 30px;margin-bottom: 15px;}
table{width:100%}
td{vertical-align:top}
.TitleBar
{
    padding: 6px;
    font-size: 12pt;
    text-transform: capitalize;
    color: #0066CC;
    border-style: none none dashed none;
    border-width: 1px;
    border-color: #0066CC;
    text-align: center;
}
.StoryHead
{
    font-size: 16px!important;
    font-style: italic;
    color: #FFCC00;
}
/* common */
.textbox
{
    padding: 6px;
    border: 1px solid #AAAAAA;
    border-radius:5px;
    display:block;
    float:left;
    margin-right:5px;
}
.textbox:focus {
    padding: 6px;
    border: 1px solid #6699FF;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #00CCFF;
}
.style1{width: 100%;}
.ClearDiv{height:6px;}
.TopTdLabel
{
    color: #0066CC;
    padding: 5px;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
}
.tdLabel
{
    color: #0099CC;
    padding: 5px;
    text-align: right;
    text-transform: capitalize;
    font-weight: normal;
}
.GV
{
    border-collapse: collapse;
    border: 1px solid #666666;
}
.GV TH, .TeamHead
{
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    border-color: #666666 #666666 #0066CC #666666;
    padding: 3px;
    font-size: 10pt;
    color: #0066CC;
}
.GV TD, .TeamData
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    padding: 3px;
    font-size: 10pt;
    color: #333333;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
}
.TeamColor1
{
    background-color: #FF9900 !important;
    border: none !important;
    color: #FFFFFF;
}
.TeamColor2
{
    background-color: #CC0066!important;
    border:none!important;
    color: #FFFFFF;
}
.TeamColor3
{
    background-color: #009933!important;
    border: none !important;
    color: #FFFFFF;
}
.btn 
{
    font-size: 15px;
    border-style: none;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    padding:6px;
    box-sizing: border-box;
}
.bblue 
{
    background-color: #0066CC;
}
.bblue:hover 
{
    background-color: #008ebd;
    cursor: pointer;
}
.bgray 
{
    background-color: #b5b2b2;
}
.bgray:hover 
{
    background-color: #aaa;
    cursor: pointer;
}
.bgreen 
{
background-color: #7DC34D;
}
.bgreen:hover 
{
    cursor: pointer;
    background-color: #69AF3A;
}
.menubar
{
    font-size: 10pt;
    line-height: 30px;
    overflow: auto;
    background-color: #0066CC; /*border-radius: 0px 0px 3px 3px;*/
    border: 1px solid #0066CC;
    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: #0066CC;
    width: 320px;
    text-align: left;
}        
.menubar ul li ul li a
{
    border-right: none!important;
    text-indent: 10px;
    width: 160px;
    float:left;
}        
.menubar ul li:hover ul
{
    display: block;
}
.LnkTop
{
    text-decoration: underline;
    float: right;
    color: #FFFFFF;
}
.StatDiv1
{
    margin:0px;
    padding: 6px 10px 6px 6px;
    float: left;
    font-size: 12pt;
    color: #FFFFFF;
    font-style: italic;
}
.StatDiv2
{
    margin:0px;
    padding: 6px 10px 6px 6px;
    float: left;
    background-color: #FFFFFF;
    font-size: 12pt;
    font-style: italic;
}
.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;
}    
.MyList
{
    color: #000000;
    padding:6px;
    margin-left:24px;
}
.MyList li{padding:6px;}
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 15px;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.MyAdd
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width:100%!important;
}
/* ----------------------------------------------------------------------------- 

  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;
}
.ComboBox
{
    padding: 6px;
    width: 100%;
    background-color:Blue;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDggNDgiICB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyNHB4Ij48cGF0aCBmaWxsPSIjM2Y0MjU3IiBkPSJNMTQgMjBsMTAgMTAgMTAtMTB6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+") no-repeat center right;
}