/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,300italic,400italic&subset=latin-ext,latin);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,300italic,300,400,600&subset=latin,latin-ext);

body {
    background: #000 url();
    /*background-size: 100%;*/
    font-family: "Open Sans", sans-serif;    
    font-size: 9pt;
}

* {

}

/** {
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}*/

.inv {
    display: none;
}

.wait {
    cursor: wait!important;
}

.clickable {
	cursor: pointer;
}

h1 {
    font-size: 14pt;
    font-weight: 400;
    margin: 6pt 0;
}

h2 {
    font-size: 12pt;
    font-weight: 400;
    margin: 4pt 0;
}

input {
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
}

input:focus,textarea:focus {
    border-color: #0a0!important;
}


#ajaxIndicator {
    background: rgba(0,0,0,0.5) url(../images/ajax-loader.gif) center center no-repeat;
    border-radius: 3px;
    position: absolute;
    top: 6px;
    width: 220px;
    height: 22px;
    overflow: hidden;
    text-align: center;
    margin-left: 490px;
    text-indent: -9999px;
    display: none;
    z-index: 9000;
}

#modules {
    /*background: #000;*/
    height: 25px;
    padding-top: 5px;
}

#modules > div, #tabs > div {
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    font-size: 9pt;
    line-height: 25px;
}

/*#modules > div > div button {
    background: #c00;
    color: #fff;
    margin: 0px 5px;
    text-shadow: none;
    
}*/

#modules img.logo {
    display: inline-block;
    width: 100px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

#modules ul, #tabs ul {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#modules ul li, #tabs ul li {
    color: #fff;
    display: inline-block;
}

#modules ul li a, #tabs ul li a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    padding: 0px 10px;
    min-width: 60px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
}

#modules ul li a:hover {
    background: rgba(255,255,255,0.15);
}

#modules ul li a.active {
    background: #009933;
background: -moz-linear-gradient(top,  #009933 0%, #148c1d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009933), color-stop(100%,#148c1d));
background: -webkit-linear-gradient(top,  #009933 0%,#148c1d 100%);
background: -o-linear-gradient(top,  #009933 0%,#148c1d 100%);
background: -ms-linear-gradient(top,  #009933 0%,#148c1d 100%);
background: linear-gradient(to bottom,  #009933 0%,#148c1d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009933', endColorstr='#148c1d',GradientType=0 );

    font-weight: 600;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
}

#clock {
    /* background: #545454; */
    background: #009933;
background: -moz-linear-gradient(top,  #009933 0%, #007700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009933), color-stop(100%,#007700));
background: -webkit-linear-gradient(top,  #009933 0%,#007700 100%);
background: -o-linear-gradient(top,  #009933 0%,#007700 100%);
background: -ms-linear-gradient(top,  #009933 0%,#007700 100%);
background: linear-gradient(to bottom,  #009933 0%,#007700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009933', endColorstr='#007700',GradientType=0 );

    font-size: 20pt;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    text-shadow: 0px -1px 0px #000;
    float: right;
    padding: 10px 20px;
    padding-right: 20px;
    margin-right: 10px;
    height: 37px;
    line-height: 32px
}

#tabs {
    text-shadow: 0px 0px 2px rgba(0,0,0,1);
    line-height: 25px;
    background: #138b1c;
    font-weight: 300;
background: -moz-linear-gradient(top,  #138b1c 0%, #007700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#138b1c), color-stop(100%,#007700));
background: -webkit-linear-gradient(top,  #138b1c 0%,#007700 100%);
background: -o-linear-gradient(top,  #138b1c 0%,#007700 100%);
background: -ms-linear-gradient(top,  #138b1c 0%,#007700 100%);
background: linear-gradient(to bottom,  #138b1c 0%,#007700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138b1c', endColorstr='#007700',GradientType=0 );

    padding-top: 7px;
    padding-left: 10px;
    margin: 0 auto;
    width: 1200px;
}

#tabs ul li a:hover {
    background: rgba(255,255,255,0.15);
    /*background: #767676;*/
}

#tabs ul li a.active {
    text-shadow: none;
    font-weight: 600;
    background: #fff;
    color: #000;
}

#wrapper {
    background: #fff;
    min-height: 500px;
    width: 1200px;
    margin: 0 auto;
}

#wrapper > div {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 5px;
    box-sizing: border-box;
}

#footer {
    background: #007700;
    color: #fff;
    font-size: 8pt;
    line-height: 20px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

#footer > div {
    width: 1200px;
    margin: 0 auto;
    padding: 3px;
    box-sizing: border-box;
}

#footer > div form {
    display: inline-block;
}

#footer > div button {
    display: inline-block;
    margin: 0px;
    margin-left: 10px;
    font-size: 8pt;
    font-weight: 400;
}

#footer > div > span {
    cursor: pointer;
    display: inline-block;
    padding: 0px 5px;
}

#footer > div > span:hover {
    background: rgba(255,255,255,0.2);
}

#userSelfEdit h1 span {
    cursor: pointer;
}

#userSelfEdit h1 span.active {
    color: #06c;
}

.fancybox-inner div.catProducts {
	/*min-width: 800px;
	max-width: 1100px;*/
	text-align: center;
	width: 850px;
}

.fancybox-inner div.catProducts h1 {
	text-align: left;
}

.fancybox-inner div.catProducts h1.catname {
		color: #06c;
		border-bottom: 1px solid #ccc;
		text-transform: capitalize;

}

.fancybox-inner div.catProducts div.switch {
		border-bottom: 1px solid #ccc;
		padding-bottom: 6px;
		text-align: center;
}

.fancybox-inner div.catProducts div.product h1 {
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    clear:both;
    cursor: pointer;
}

.fancybox-inner div.catProducts div.product h1 i {
	color: #999;
	font-size: 10pt;
}

.fancybox-inner div.catProducts div.product h1 span {
		color: #fff;
		display: inline-block;
		background: #06c;
		padding: 0px 7px;
		font-size: 12pt;
		line-height: 18pt;
		
		margin-right: 6px;
}

.fancybox-inner div.catProducts div.pricechart, .fancybox-inner div.usagechart {
    display: inline-block;
    vertical-align: top;
}

.fancybox-inner div.catProducts div.usagechart {
    margin-left: 15px;
}

.fancybox-inner div.catProducts p.nodata {
    text-align: center;
}

.fancybox-inner .jqplot-highlighter-tooltip {
	border-radius: 3px;
    border: 2px solid #333;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 10pt;
    padding: 0px 5px;
    white-space: nowrap;
    text-shadow: 0px 0px 2px #000;
    text-align: center;
}

.fancybox-inner div.catProducts div.product div.stats {
	display: inline-block;
	vertical-align: top;
	width: 800px;
	margin-left: 10px;
}

.fancybox-inner div.catProducts div.product table th {
	border-bottom-color: #eee;
	border-right: 1px solid #999;
	text-align: right;
	padding: 3px 3px;
}

.fancybox-inner div.catProducts div.product table tr:last-child th {
	border-bottom: none;
}

td.catProducts:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    position: relative;
    cursor: pointer;
}
