﻿/*------------------------------------------------------------------

[Application.css]

	Project:		Dashboard
	Version:		1.0
	Last change:	10/10/2012	


-------------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*------------------------------------------------------------------

[Typography Styles]

-------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	font-weight: 600;
}

h1+hr,h2+hr,h3+hr,h4+hr,h5+hr,h6+hr {
	margin-top: -10px;
	margin-bottom: 2.5em;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

p {
	margin-bottom: 1.5em;
}

ul.list li {
	margin-bottom: .65em;
}

.title {
	padding-bottom: 5px;
	margin-bottom: 1em;
	border-bottom: 1px dotted #CCC;
}

/*------------------------------------------------------------------

[Misc Styles]

-------------------------------------------------------------------*/
#flotTip {
	padding: 3px 6px !important;
	color: #FFF !important;
	font-size: 11px !important;
	text-align: center !important;
	text-decoration: none !important;
	background-color: #222 !important;
	border: 1px solid #000 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.chart-holder {
	width: 100%;
	height: 325px;
}

.clear {
	clear: both;
}

.btn-big-block {
	padding: 20px;
	margin-bottom: 1em;
	font-size: 24px;
}

[
class
^
=
"icon-"
]












:not






 






(
.ui-icon






 






),
[
class
*
=
"icon-"
]












:not






 






(
.ui-icon






 






)
{
background












:






 






none












;
}
.icon-white,.nav-tabs>.active>a>[class ^="icon-"],.nav-tabs>.active>a>[class
	*=" icon-"],.nav-pills>.active>a>[class ^="icon-"],.nav-pills>.active>a>[class
	*=" icon-"],.nav-list>.active>a>[class ^="icon-"],.nav-list>.active>a>[class
	*=" icon-"],.navbar-inverse .nav>.active>a>[class ^="icon-"],.navbar-inverse .nav>.active>a>[class
	*=" icon-"],.dropdown-menu>li>a:hover>[class ^="icon-"],.dropdown-menu>li>a:hover>[class
	*=" icon-"],.dropdown-menu>.active>a>[class ^="icon-"],.dropdown-menu>.active>a>[class
	*=" icon-"] {
	background-image: none;
}

/*------------------------------------------------------------------
 
Bootstrap Styles

------------------------------------------------------------------- */
.container {
	position: relative;
}

select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Accordion */
.accordion-group {
	margin-bottom: 3px;
	border: none;
}

.accordion-group .accordion-heading {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #444444;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
	background-color: #f8f8f8;
	background-repeat: repeat-x;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}

.accordion-group .accordion-heading a {
	color: #444444;
	font-size: 13px;
	font-weight: 600;
}

.accordion-group .accordion-heading a:hover {
	text-decoration: none;
}

.accordion-group.open .accordion-heading {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8ab15a;
	background-repeat: repeat-x;
	border-color: #608039;
	background-image: linear-gradient(to bottom, #94ba65, #7ba349);
}

.accordion-group.open .accordion-heading a {
	color: #ffffff;
}

/* Breadcrumb */
.breadcrumb {
	padding: 12px 0 12px 20px;
	background-color: #f8f8f8;
	background-repeat: repeat-x;
	border: 1px solid #dddddd;
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	font-size: 16px;
	font-weight: bold;
	height: 25px;
}

/* Dropdowns */
.dropdown-menu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dropdown-menu li>a {
	padding: 5px 9px;
	margin: 0 6px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-menu:hover>a
	{
	color: #ffffff;
	background-color: #94ba65;
	background-image: -moz-linear-gradient(top, #94ba65, #94ba65);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94ba65),
		to(#94ba65) );
	background-image: -webkit-linear-gradient(top, #94ba65, #94ba65);
	background-image: -o-linear-gradient(top, #94ba65, #94ba65);
	background-image: linear-gradient(to bottom, #94ba65, #94ba65);
	background-repeat: repeat-x;
	filter: progid :               DXImageTransform.Microsoft.gradient ( 
		       
		     startColorstr =       
		       '#ff94ba65', endColorstr =               '#ff94ba65',
		GradientType =   
		      
		    0 );
	background: #94ba65;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-menu .active>a,.dropdown-menu .active>a:hover {
	color: #ffffff;
	background: #bbbbbb;
	text-shadow: none;
}

.dropdown-submenu>a::after {
	margin-right: .25em;
}

body:not        (:-moz-handler-blocked        ) .dropdown-submenu>a:after
	{
	margin-top: -14px;
}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a
	{
	background-color: #94ba65;
	background-image: -moz-linear-gradient(top, #94ba65, #94ba65);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94ba65),
		to(#94ba65) );
	background-image: -webkit-linear-gradient(top, #94ba65, #94ba65);
	background-image: -o-linear-gradient(top, #94ba65, #94ba65);
	background-image: linear-gradient(to bottom, #94ba65, #94ba65);
	background-repeat: repeat-x;
	filter: progid :               DXImageTransform.Microsoft.gradient ( 
		       
		     startColorstr =       
		       '#ff94ba65', endColorstr =               '#ff94ba65',
		GradientType =   
		      
		    0 );
	background: #94ba65;
}

/* Modals */
.modal {
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.modal-header {
	padding: 15px;
	background-color: #0088cc;
	background-repeat: repeat-x;
	/*border: 1px solid #0f1b28;8*/
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*background-image: linear-gradient(to bottom, #2b4e72, #1e3751);*/
}

.modal-header h1,.modal-header h2,.modal-header h3,.modal-header h4,.modal-header h5,.modal-header h6
	{
	margin-bottom: 0;
}

.modal-header h3 {
	color: #ffffff;
	font-weight: 600;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.modal-header .close {
	margin-top: -10px;
	color: #ffffff;
	font-size: 18px;
	opacity: 1;
	filter: alpha(opacity =               100);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.modal-header .close:hover {
	opacity: 0.5;
	filter: alpha(opacity =               50);
}

.modal-backdrop,.modal-backdrop.fade.in {
	opacity: 0.55;
	filter: alpha(opacity =               55);
}

/* Nav Pills */
.nav-pills>li>a {
	margin-right: .75em;
	color: #333333;
	background-color: #eeeeee;
	text-shadow: none;
}

.nav-pills>li>a:hover {
	color: #333333;
	background-color: #dddddd;
	text-shadow: none;
}

.nav-pills>li .dropdown-toggle .caret,.nav-pills>li .dropdown-toggle:hover .caret
	{
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover {
	color: #ffffff;
	background-color: #94ba65;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.nav-pills>li.active .dropdown-toggle .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

/* Nav Stacked */
.nav-list>li>a {
	padding: 6px 15px;
	color: #222;
}

.nav-header {
	font-size: 14px;
	margin-top: 6px;
}

.nav-list>.active>a,.nav-list>.active>a:hover {
	font-weight: 600;
	/*  background-color: #94ba65;*/
}

.nav-stacked i {
	margin-top: 4px;
	margin-right: .5em;
}

.nav-stacked .icon-chevron-right {
	float: right;
	margin-top: 5px;
	margin-right: 0;
	color: #AAA;
	text-shadow: none;
}

.nav-stacked.nav-pills .icon-chevron-right {
	margin-top: 0;
}

.nav-stacked li a {
	color: #555555;
	font-size: 13px;
	font-weight: 600;
	background-color: #ffffff;
}

.nav-stacked li a:hover {
	color: #555555;
	background-color: #eeeeee;
}

.nav-stacked li.active a,.nav-stacked li.active a:hover {
	color: #ffffff;
	background-color: #94ba65;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.nav-stacked li.active .icon-chevron-right {
	color: #ffffff;
}

/* Pagination */
/*
.pagination ul li a {
  padding: 0 10px;
  margin-right: .5em;
  line-height: 32px;
  color: #444444;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #f8f8f8;
    background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	border-left-color: #eeeeee;
	border-right-color: #eeeeee;
	border-top-color: #eeeeee;
	border-bottom-color: #c8c8c8;
}
.pagination ul li a:hover {
  color: #444444;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
  background-color: #eeeeee;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f5f5f5, #e4e4e4);
	border-left-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-top-color: #e4e4e4;
	border-bottom-color: #bebebe;
}
.pagination ul li.active a {
  font-weight: 600;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8ab15a;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #94ba65, #7ba349);
	border-left-color: #7ba349;
	border-right-color: #7ba349;
	border-top-color: #7ba349;
	border-bottom-color: #536e31;
}
.pagination ul li:first-child a,
.pagination ul li:last-child a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
*/
/* Progress Bars */
.progress,.progress .bar {
	height: 22px;
	line-height: 22px;
}

.progress .bar {
	font-size: 11px;
	font-weight: 600;
}

.progress .bar {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #3b6c9e;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #4074aa, #35608c);
	border-left-color: #35608c;
	border-right-color: #35608c;
	border-top-color: #35608c;
	border-bottom-color: #203a54;
}

.progress.progress-striped .bar {
	background-color: #4074aa;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-primary .bar {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #88ae59;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #94ba65, #759c46);
	border-left-color: #759c46;
	border-right-color: #759c46;
	border-top-color: #759c46;
	border-bottom-color: #4e672e;
}

.progress-primary.progress-striped .bar {
	background-color: #94ba65;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-secondary .bar {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #23809c;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #2790b0, #1c677e);
	border-left-color: #1c677e;
	border-right-color: #1c677e;
	border-top-color: #1c677e;
	border-bottom-color: #0e343f;
}

.progress-secondary.progress-striped .bar {
	background-color: #2790b0;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-tertiary .bar {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #8d8d8d;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #999999, #7a7a7a);
	border-left-color: #7a7a7a;
	border-right-color: #7a7a7a;
	border-top-color: #7a7a7a;
	border-bottom-color: #545454;
}

.progress-tertiary.progress-striped .bar {
	background-color: #999999;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15) ), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, rgba(255, 255, 255, 0.15) ),
		color-stop(0.75, transparent), to(transparent) );
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

/* Tables */
.table tbody tr td {
	padding-top: 13px;
	padding-bottom: 13px;
	max-width: 105px;
}

.table-bordered thead tr {
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #eeeeee, #dadada);
}

.table-bordered thead tr th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.table-bordered thead tr th:first-child {
	border-left-color: #CCC;
}

.table-bordered thead tr th:last-child {
	border-right: none;
}

.table-bordered tbody tr:first-child td {
	border-top-color: #CCC;
}

.table-bordered tbody tr td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
}

.table-bordered tbody tr td:first-child {
	border-left-color: #DDD;
}

.table-bordered tbody tr td:last-child {
	border-right: none;
}

.table-bordered thead tr {
	background: #EEE;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee),
		color-stop(100%, #dadada) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* IE10+ */
	background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* W3C */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
	filter: progid :               DXImageTransform.Microsoft.gradient ( 
		       
		     startColorstr =       
		       '#EEEEEE', endColorstr =               '#DADADA' );
}

.table-bordered thead th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #CCC;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.table-bordered thead th:first-child {
	border-left-color: #CCC;
}

.table-bordered thead th:last-child {
	border-right: none;
}

.table-bordered tbody td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
}

.table-bordered tbody tr td:first-child {
	border-left-color: #DDD;
}

.table-bordered tbody tr td:last-child {
	border-right: none;
}

.table-highlight.table-bordered thead tr {
	background-color: #254463;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #2b4e72, #1d354d);
}

.table-highlight.table-bordered thead th {
	color: #FFF;
	border-right: 1px solid #16283a;
	border-left: 1px solid #396797;
	-webkit-box-shadow: inset 0 1px 0 #4981ba;
	-moz-box-shadow: inset 0 1px 0 #4981ba;
	box-shadow: inset 0 1px 0 #4981ba;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.table-highlight.table-bordered tbody tr:nth-child(odd) td,.table-highlight.table-bordered tbody tr:nth-child(odd) th
	{
	background-color: #F0F3F7;
}

.table-highlight.table-bordered {
	border-top: 1px solid #1C2B37;
}

/* Wells */
.well {
	border-color: #D7D7D7;
	border-color: rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* Labels & Badges */
.label.label-primary {
	background-color: #94ba65;
}

.label.label-secondary {
	background-color: #2790b0;
}

.label.label-tertiary {
	background-color: #999999;
}

.badge.badge-primary {
	background-color: #94ba65;
}

.badge.badge-secondary {
	background-color: #2790b0;
}

.badge.badge-tertiary {
	background-color: #999999;
}

/*------------------------------------------------------------------
 
jQuery UI Styles

------------------------------------------------------------------- */
/* Sliders */
.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 16px;
	background: url(../img/jquery/handle.png) no-repeat;
	border: none;
	cursor: pointer;
}

.ui-slider .ui-slider-handle:hover {
	background-position: 0 -16px;
}

.ui-slider .ui-slider-handle:active {
	background-position: 0 -16px;
}

.ui-slider .ui-slider-range {
	border-left: 1px solid #3f71a6;
	border-right: 1px solid #3f71a6;
	border-top: 1px solid #3f71a6;
	border-bottom: 1px solid #2a4b6e;
	position: absolute;
	z-index: 1;
	height: 6px;
	font-size: .7em;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #497eb4;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #5086bd, #3f71a6);
}

.ui-slider.slider-primary .ui-slider-range {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #9cbf71;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #aac885, #88b253);
	border-left-color: #88b253;
	border-right-color: #88b253;
	border-top-color: #88b253;
	border-bottom-color: #608039;
}

.ui-slider.slider-secondary .ui-slider-range {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2588a6;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #2790b0, #217c97);
	border-left-color: #217c97;
	border-right-color: #217c97;
	border-top-color: #217c97;
	border-bottom-color: #144858;
}

.ui-slider.slider-tertiary .ui-slider-range {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #939393;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #999999, #8a8a8a);
	border-left-color: #8a8a8a;
	border-right-color: #8a8a8a;
	border-top-color: #8a8a8a;
	border-bottom-color: #636363;
}

.ui-slider-horizontal {
	height: 8px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: -1px;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 9px;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -3px;
	margin-left: 0;
	margin-bottom: -0.6em;
	width: 15px;
	height: 24px;
	background: url(../img/jquery/handle-vertical.png) no-repeat;
}

.ui-slider-vertical .ui-slider-handle:hover {
	background-position: 0 -24px;
}

.ui-slider-vertical .ui-slider-handle:active {
	background-position: 0 -24px;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 7px;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Datepickers */
.ui-datepicker {
	padding: .35em .35em 0;
}

.ui-datepicker th {
	font-weight: bold;
	color: gray;
}

.ui-datepicker .ui-widget-header {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #88ae59;
	background-repeat: repeat-x;
	border: 1px solid #6d9141;
	-webkit-box-shadow: inset 0 1px 0 #c0d6a4;
	-moz-box-shadow: inset 0 1px 0 #c0d6a4;
	box-shadow: inset 0 1px 0 #c0d6a4;
	background-image: linear-gradient(to bottom, #94ba65, #759c46);
}

.ui-datepicker td a {
	margin-bottom: 0px;
	border: 0px;
}

.ui-datepicker td:hover {
	color: #ffffff;
}

.ui-datepicker td .ui-state-default {
	padding: 6px;
	margin-bottom: 0px;
	color: #505050;
	font-size: 11px;
	text-align: center;
	background: none;
	filter: none;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.ui-datepicker td .ui-state-default:hover {
	color: #ffffff;
	background: #999999;
	text-shadow: none;
}

.ui-datepicker td .ui-state-active {
	margin-bottom: 0px;
	color: #ffffff;
	font-size: normal;
	background: #94ba65;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.ui-datepicker .ui-state-hover,.ui-datepicker .ui-widget-content .ui-state-hover,.ui-datepicker .ui-widget-header .ui-state-hover,.ui-datepicker .ui-state-focus,.ui-datepicker .ui-widget-content .ui-state-focus,.ui-datepicker .ui-widget-header .ui-state-focus
	{
	background: #ffffff;
	border: 1px solid #6d9141;
}

.ui-datepicker-today a:hover {
	color: #ffffff;
	background-color: #94ba65;
}

.ui-datepicker-today a {
	padding: 0 1px;
	margin-bottom: 0px;
	background-color: #999999;
	cursor: pointer;
}

.ui-datepicker-next-hover .ui-icon,.ui-datepicker-prev-hover .ui-icon {
	background-color: #ffffff;
	background-image:
		url(../css/ui-lightness/images/ui-icons_222222_256x240.png);
	opacity: .5;
}

/*------------------------------------------------------------------
 
Signin

------------------------------------------------------------------- */
body.login {
	color: #838383;
	font: 13px/1.7em 'Open Sans';
	overflow: hidden;
}

.account-container {
	width: 380px;
	display: block;
	margin: 85px auto 0 auto;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.account-container h1 {
	margin-bottom: .4em;
	color: #263849;
	font-size: 30px;
}

.content {
	padding: 16px 28px 23px;
}

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 255px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

.login-fields .username-field {
	background: url(../img/signin/user.png) no-repeat;
}

.login-fields .password-field {
	background: url(../img/signin/password.png) no-repeat;
}

.login-actions {
	float: left;
	width: 100%;
	margin-top: -1em;
	margin-bottom: 1.25em;
}

.login-social {
	float: left;
	padding: 10px 0 15px;
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;
}

.login-social p {
	margin-bottom: 1em;
}

.login-extra {
	display: block;
	width: 300px;
	margin: 1.5em auto;
	text-align: center;
	line-height: 19px;
	text-shadow: 1px 1px 0px #fff;
}

span.login-checkbox {
	float: left;
	margin-top: 31px;
}

span.login-checkbox>input[type=checkbox] {
	opacity: 0;
	float: left;
	width: 15px;
}

span.login-checkbox>input[type=checkbox]+label {
	clear: none;
	height: 15px;
	display: block;
	padding: 0 0 0 22px;
	margin: 0;
	font-size: 12px;
	line-height: 1.2em;
	background: url(../img/signin/check.png) no-repeat 0 0;
	cursor: pointer;
}

span.login-checkbox>input[type=checkbox]:checked+label {
	background-position: 0 -15px;
}

/** Buttons **/
.twitter,.fb {
	position: relative;
	height: 32px;
	width: 157px;
	display: inline-block;
	background: url(../img/signin/twitter_btn.png) no-repeat;
}

.twitter:active,.fb:active {
	top: 1px;
}

.twitter:hover,.fb:hover {
	background-position: 0 -32px;
}

.twitter a,.fb a {
	padding: 5px 0 0 35px;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	height: 32px;
	display: block;
}

.twitter a:hover,.fb a:hover {
	color: #FFF;
	text-decoration: none;
}

.fb {
	width: 162px;
	background: url(../img/signin/fb_btn.png) no-repeat;
}

.fb a {
	padding: 5px 0 0 31px;
}

.button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin-top: 18px;
}

.register .login-social {
	margin-bottom: 1em;
}

.register .login-actions {
	margin-bottom: 0;
}

.register .login-fields input {
	width: 299px;
	padding-left: 6px;
}

.register h1 {
	color: #444;
}

.register span.login-checkbox {
	position: relative;
	top: -6px;
	width: 200px;
}

.register span.login-checkbox>input[type=checkbox]+label {
	position: relative;
	line-height: 1.3em;
}

@media ( max-width : 480px) {
	.account-container {
		width: 280px;
		margin-top: 35px;
	}
	.login-fields input {
		width: 160px;
	}
	.login-social {
		width: 100%;
	}
	.twitter {
		display: block;
		margin-bottom: 1em;
	}
	.register .login-fields input {
		width: 204px;
		padding-left: 6px;
	}
}

/*------------------------------------------------------------------
 
Validation Styles

------------------------------------------------------------------- */
.control-group span.error {
	color: #B94A48;
	font-size: 11px;
	font-weight: 600;
	position: relative;
	top: 5px;
	padding: 4px 8px;
	margin-bottom: 1em;
	color: #FFF;
	background: #B94A48;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.control-group span.error::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #B94A48;
	position: absolute;
	top: -6px;
	left: 7px;
}

.control-group.error {
	padding-bottom: .5em;
}

.control-group.error div.clean {
	display: none;
}

.control-group.success span.error {
	display: none !important;
}

.control-group.success span.error::after {
	border: none;
}

.control-group.success div.clean {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/validation/validation-success.png) no-repeat 0 0;
}

.control-group.success input+div.clean,.control-group.success select+div.clean,.control-group.success textarea+div.clean
	{
	left: 8px;
}

/*------------------------------------------------------------------
 
Shortcuts

------------------------------------------------------------------- */
.shortcuts {
	text-align: center;
}

.shortcuts .shortcut {
	width: 30%;
	display: inline-block;
	padding: 12px 0;
	margin: 0 .9% 1em;
	vertical-align: top;
	text-decoration: none;
	background-color: #f3f3f3;
	background-repeat: repeat-x;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
}

.shortcuts .shortcut:hover {
	background: #E8E8E8;
}

.shortcuts .shortcut:hover .shortcut-icon {
	color: #666;
}

.shortcuts .shortcut .shortcut-icon {
	width: 100%;
	margin-top: .25em;
	margin-bottom: .65em;
	font-size: 32px;
	color: #888;
}

.shortcuts .shortcut .shortcut-label {
	display: block;
	font-weight: 600;
	color: #666;
}

.shortcuts.cols-3 .shortcut {
	width: 29%;
}

.shortcuts.cols-2 .shortcut {
	width: 47%;
}

@media ( max-width : 979px) {
	.shortcuts .shortcut .shortcut-icon {
		font-size: 24px;
	}
	.shortcuts .shortcut .shortcut-label {
		font-size: 11px;
	}
}

/*------------------------------------------------------------------
 
Pricing Styles

------------------------------------------------------------------- */
.plan-container {
	position: relative;
	float: left;
	margin-bottom: 2em;
}

/*-- Plan --*/
.plan {
	margin-right: 6px;
	border-radius: 4px;
}

/*-- Plan Header --*/
.plan-header {
	text-align: center;
	color: #ffffff;
	background-color: #676767;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.plan-header .plan-title {
	padding: 10px 0;
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px 4px 0 0;
}

.plan-header .plan-price {
	padding: 20px 0 10px;
	font-size: 66px;
	line-height: 0.8em;
	background-color: #797979;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-header .plan-price span.term {
	display: block;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 0;
	padding: 2em 0 1em;
}

.plan-header .plan-price span.note {
	position: relative;
	top: -40px;
	display: inline;
	font-size: 17px;
	line-height: 0.8em;
}

/*-- Best Value Highlight --*/
.plan-container.best-value .plan-header {
	color: #ffffff;
	background-color: #83ae4e;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.plan-container.best-value .plan-price {
	background-color: #94ba65;
}

/*-- Plan Features --*/
.plan-features {
	padding-bottom: 1em;
	border: 1px solid #DDD;
	border-bottom: none;
}

.plan-features ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.plan-features ul li {
	padding: 1em 0;
	margin: 0 2em;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}

.plan-features ul li:last-child {
	border-bottom: none;
}

/*-- Plan Actions --*/
.plan-actions {
	padding: 1.15em 0;
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	border: 1px solid #DDD;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: linear-gradient(to bottom, #f8f8f8, #e6e6e6);
}

.plan-actions .btn {
	padding: 1em 0;
	margin: 0 2em;
	display: block;
	font-size: 16px;
	font-weight: 600;
}

/*-- Columns --*/
.pricing-plans.plans-1 .plan-container {
	width: 100%;
}

.pricing-plans.plans-2 .plan-container {
	width: 50%;
}

.pricing-plans.plans-3 .plan-container {
	width: 33.33%;
}

.pricing-plans.plans-4 .plan-container {
	width: 25%;
}

/*------------------------------------------------------------------
[2. Min Width: 767px / Max Width: 979px]
*/
@media ( min-width : 767px) and (max-width: 979px) {
	.pricing-plans .plan-container {
		width: 50% !important;
		margin-bottom: 2em;
	}
}

@media ( max-width : 767px) {
	.pricing-plans .plan-container {
		width: 100% !important;
		margin-bottom: 2em;
	}
}

/*------------------------------------------------------------------
 
Faq Styles

------------------------------------------------------------------- */
.faq-container .faq-search {
	margin-bottom: 2em;
	text-align: right;
}

.faq-container .faq-search input {
	width: 96%;
	display: block;
	padding: 2%;
}

.faq-container .faq-empty {
	display: none;
}

.faq-container .faq-toc {
	padding: 1.5em 0;
	margin: 2em 0 0;
	border: 1px dotted #CCC;
	border-right: none;
	border-left: none;
}

.faq-container .faq-toc ol {
	padding: 0;
	margin: 0;
}

.faq-container .faq-toc ol li {
	margin-bottom: .75em;
	list-style: none;
}

.faq-container .faq-toc ol li a {
	margin-left: .5em;
}

.faq-container .faq-list {
	padding: 0;
	margin: 3em 0 0;
	list-style: none;
}

.faq-container .faq-list li {
	display: table;
	margin-bottom: 2em;
}

.faq-container .faq-list li .faq-icon {
	display: table-cell;
	padding-right: 1.25em;
	vertical-align: top;
}

.faq-container .faq-list li .faq-text {
	display: table-cell;
	vertical-align: top;
}

.faq-container .faq-list li .faq-text h4 {
	margin-top: 0;
}

.faq-container .faq-list li .faq-number {
	width: 32px;
	height: 32px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	background: #94ba65;
	border: 3px solid #ffffff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	border-radius: 100px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*------------------------------------------------------------------
 
Error

------------------------------------------------------------------- */
.error-container {
	margin-top: 1em;
	margin-bottom: 6em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}

@media ( max-width : 480px) {
	.error-container h1 {
		font-size: 72px;
	}
}

/*------------------------------------------------------------------
 
Item Layout

------------------------------------------------------------------- */
.item-row {
	display: table;
	width: 100%;
	padding-bottom: 3.5em;
	margin-bottom: 3.5em;
	border-bottom: 1px dotted #BBB;
}

.item-row .item-label {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	font-size: 13px;
	font-weight: 600;
}

.item-row .item-content {
	display: table-cell;
}

@media ( max-width : 767px) {
	.item-row {
		display: block;
		*zoom: 1;
	}
	.item-row:before,.item-row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.item-row:after {
		clear: both;
	}
	.item-row .item-label {
		display: block;
		width: 100%;
		margin-bottom: 1.5em;
	}
	.item-row .item-content {
		display: block;
		width: 100%;
	}
}

/*------------------------------------------------------------------
 
Gallery

------------------------------------------------------------------- */
.gallery-container {
	margin: 0;
	margin-bottom: 20px;
	list-style: none;
	text-align: center;
}

.gallery-container li {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	margin-bottom: 2em;
	border: 1px solid #d3d3d3;
	position: relative;
	padding: 7px;
	box-sizing: border-box;
}

.gallery-container img {
	position: relative;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.stat {
	display: inline-block;
}

.stacked,.gallery-container li {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.stacked:after,.gallery-container li :after,.stacked:before,.gallery-container li :before
	{
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	bottom: -3px;
	left: 3px;
	right: 3px;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #d3d3d3;
	border-top: 0;
}

.stacked:before,.gallery-container li :before {
	bottom: -5px;
	left: 6px;
	right: 6px;
}

.preview {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 20;
	display: none;
	width: 184px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.65);
	background-image: url(../img/gallery/zoom.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*------------------------------------------------------------------
 
Layout: Layout

------------------------------------------------------------------- */
body {
	background: #FFF;
}

/*------------------------------------------------------------------
 
Layout: Wrapper

------------------------------------------------------------------- */
html,body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*	margin: 0 auto -61px;*/
}

.push {
	height: 50px;
}

/*------------------------------------------------------------------
 
Layout: Topbar

------------------------------------------------------------------- */
.top-nav {
	color: #ffffff;
	line-height: 42px;
	height:48px;
	margin-top: -3px;
}

.top-bar-title-zh {
	font-family: SimHei;
	font-size: 30px;
	line-height: 57px;
	padding-left: 20px;
}

.top-bar-title-en {
	font-size: 18px;
	margin-left: 20px;
}

#topbar {
	position: relative;
	z-index: 101;
	padding: 8px;
	background: #0088cc;
}

#topbar .badge {
	line-height: 11px;
	margin-right: .35em;
}

#topbar #menu-trigger {
	position: absolute;
	top: 22px;
	right: 0;
	display: none;
	color: #ffffff;
	font-size: 18px;
}

#topbar #menu-trigger:hover {
	text-decoration: none;
}

#topbar .container.open #top-nav {
	display: block;
}

#topbar #top-nav>ul>li>.dropdown-menu {
	top: 140%;
	right: auto;
	left: 0;
}

#topbar #top-nav>ul>li>.dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #AAA;
	position: absolute;
	top: -7px;
	right: auto;
	left: 9px;
}

#topbar #top-nav>ul>li>.dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	right: auto;
	left: 10px;
}

#topbar #top-nav>ul.pull-right>li>.dropdown-menu {
	left: auto;
	right: 0;
}

#topbar #top-nav>ul.pull-right>li>.dropdown-menu::before {
	left: auto;
	right: 9px;
}

#topbar #top-nav>ul.pull-right>li>.dropdown-menu::after {
	left: auto;
	right: 10px;
}

#topbar #top-nav>ul.pull-right .dropdown-submenu .dropdown-menu {
	left: auto;
	right: 100%;
}

#topbar #top-nav>ul {
	padding: 0;
	margin: 0;
}

#topbar #top-nav>ul>li {
	float: left;
	padding: 0;
	margin: 0 0 0 1.5em;
	list-style: none;
	color: #ffffff;
	font-size: 13px;
}

#topbar #top-nav>ul>li:first-child {
	margin-left: 0;
}

#topbar #top-nav>ul>li>a {
	color: #ffffff;
	padding: 7px 5px;
}

#topbar #top-nav>ul>li.active>a {
	background: #ffffff;
	border-radius: 3px 3px 0 0;
	color: #16283A;
}

#topbar #top-nav>ul>li>a>.caret {
	border-top-color: #80a7cf;
}

/*------------------------------------------------------------------
 
Layout: Header

------------------------------------------------------------------- */
#header {
	position: relative;
	z-index: 91;
	height: 48px;
	background: #1d354d;
	-webkit-box-shadow: inset 0 1px 0 #28496b;
	-moz-box-shadow: inset 0 1px 0 #28496b;
	box-shadow: inset 0 1px 0 #28496b;
}

#header .container {
	position: relative;
	height: 80px;
}

#header .brand {
	position: relative;
	top: 24px;
	display: block;
	overflow: hidden;
	width: 280px;
	height: 32px;
	margin-right: .75em;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 600;
	background: url(../img/logo.png) no-repeat 0 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#header .btn-navbar {
	display: none;
	height: auto;
	padding: 14px 0 10px;
	margin-top: 25px;
	margin-right: -20px;
	margin-left: -20px;
	color: #94ba65;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #010203;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#header .btn-navbar:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------
 
Layout: Main Nav

------------------------------------------------------------------- */
#main-nav {
	position: relative;
	display: inline-block;
	padding: 0;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
}

#main-nav>li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	list-style: none;
}

#main-nav>li.active>a:focus {
	outline: none;
}

#main-nav>li>a {
	padding: 4px 8px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
	color: #ffffff;
	background: transparent;
	border: 1px solid transparent;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#main-nav>li>a,#main-nav>li>a:hover,#main-nav>li.open>a {
	color: #ffffff;
	text-decoration: none;
	background-color: #1f3852;
	background-repeat: repeat-x;
	border: 1px solid #080f15;
	-webkit-box-shadow: inset 0 1px 0 #325b85;
	-moz-box-shadow: inset 0 1px 0 #325b85;
	box-shadow: inset 0 1px 0 #325b85;
	background-image: linear-gradient(to bottom, #24415f, #172b3e);
}

#main-nav>li>a:hover,#main-nav>li.open>a {
	background-color: #1b3148;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #1e3751, #16283a);
}

#main-nav>li.active>a {
	font-weight: 600;
	color: #192d42;
	background: #ffffff;
	filter: none !important;
	border-bottom-color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

#main-nav>li>a>i {
	position: relative;
	top: 1px;
	padding-right: .35em;
	font-size: 14px;
}

#main-nav>li.nav-icon>a>i {
	padding-right: 0;
}

#main-nav>li.nav-icon>a>span {
	display: none;
}

#main-nav>li.dropdown>.dropdown-menu {
	top: 130%;
	left: auto;
	right: 0;
}

#main-nav>li.dropdown>.dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #AAA;
	position: absolute;
	top: -7px;
	right: 9px;
}

#main-nav>li.dropdown>.dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	right: 10px;
}

#main-nav .dropdown-submenu .dropdown-menu {
	left: auto;
	right: 100%;
}

#main-nav .caret {
	margin-top: 8px;
	margin-left: .25em;
	border-top-color: #FFF;
	opacity: 0.65;
	filter: alpha(opacity =               65);
}

#main-nav .active .dropdown-toggle .caret {
	border-top-color: #1d354d;
}

/*------------------------------------------------------------------
 
Layout: Masthead

------------------------------------------------------------------- */
#masthead {
	width: 100%;
	padding: 20px 0;
	color: #333333;
	background-color: #f8f8f8;
	background-repeat: repeat-x;
	border-bottom: 1px solid #c9c9c9;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow: 1px 1px 2px #FFF;
	background-image: linear-gradient(to bottom, #ffffff, #ededed);
}

#masthead h1,#masthead h2,#masthead h3,#masthead h4,#masthead h5,#masthead h6
	{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
}

#masthead p {
	margin-bottom: 0;
	font-size: 13px;
}

#masthead .masthead-pad {
	display: table;
	width: 100%;
}

#masthead .masthead-pad .masthead-icon {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 65px;
	font-size: 50px;
	font-weight: 400;
}

#masthead .masthead-pad .masthead-icon i {
	position: relative;
	top: 15px;
}

#masthead .masthead-pad .masthead-text {
	display: table-cell;
	vertical-align: top;
}

/*------------------------------------------------------------------
 
Layout: Content

------------------------------------------------------------------- */
#content {
	margin-top: 2em;
	margin-bottom: 8em;
}

#content .row {
	margin-top: 5em;
}

#content .row:first-child {
	margin-top: 0;
}

/*------------------------------------------------------------------
 
Layout: Footer

------------------------------------------------------------------- */
#footer {
	padding: 5px 0;
	color: #ffffff;
	background: #0088cc;
	-webkit-box-shadow: inset 0 1px 0 #2b4e72;
	-moz-box-shadow: inset 0 1px 0 #2b4e72;
	box-shadow: inset 0 1px 0 #2b4e72;
}

#footer a {
	color: #80a7cf;
}

#footer a:hover {
	color: #80a7cf;
	text-decoration: underline;
}

#footer #builtby {
	text-align: right;
}

/*------------------------------------------------------------------
 
Layout: Responsive

------------------------------------------------------------------- */
@media ( max-width : 767px) {
	#header,#masthead,#extra,#footer {
		width: auto;
		padding-right: 20px;
		padding-left: 20px;
		margin-right: -20px;
		margin-left: -20px;
	}
	#header {
		border-top: 8px solid #222;
	}
	#footer #builtby {
		text-align: left;
	}
	#topbar {
		padding: 0;
		background: none;
		border-bottom: none;
	}
	#topbar #menu-trigger {
		display: block;
	}
	#topbar #top-nav {
		top: 45px;
		right: -9px;
		z-index: 101;
		display: none;
		background: #F90;
		position: absolute;
		min-width: 160px;
		padding: 4px 0;
		margin: 1px 0 0;
		list-style: none;
		background-color: white;
		border: 1px solid #CCC;
		border: 1px solid rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box;
	}
	#topbar #top-nav .dropdown-menu {
		position: static;
		top: 0;
		right: 0;
		left: 0;
		float: none;
		display: block;
		padding: 0 0 .5em 1em;
		margin: 0;
		background: transparent;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#topbar #top-nav .dropdown-menu::before,#topbar #top-nav .dropdown-menu::after
		{
		display: none !important;
	}
	#topbar #top-nav>ul {
		float: none;
		padding-top: .65em;
		margin: .5em .5em;
		border-top: 1px dotted #CCC;
	}
	#topbar #top-nav>ul:first-child {
		padding: 0;
		border-top: none;
	}
	#topbar #top-nav>ul>li {
		float: none;
		display: block;
		margin-left: 0;
	}
	#topbar #top-nav>ul>li a {
		display: block;
		padding: 6px 6px;
		color: #333;
	}
	#topbar #top-nav>ul>li a:hover {
		color: #ffffff;
		text-decoration: none;
		background: #94ba65;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#topbar #top-nav>ul>li a .caret {
		border-top-color: #333;
	}
	#topbar #top-nav>ul>li a.dropdown-toggle {
		color: #333;
		background: transparent;
	}
	#topbar #top-nav::before {
		content: '';
		display: inline-block;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #CCC;
		border-bottom-color: rgba(0, 0, 0, 0.2);
		position: absolute;
		top: -7px;
		right: 9px;
	}
	#topbar #top-nav::after {
		content: '';
		display: inline-block;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid white;
		position: absolute;
		top: -6px;
		right: 10px;
	}
	.chart-holder {
		width: 97%;
	}
	.row [class *="span"],.row-fluid [class *="span"] {
		margin-bottom: 3em;
	}
	.row [class *="span"]:last-child,.row-fluid [class *="span"]:last-child
		{
		margin-bottom: 0;
	}
}

@media ( max-width : 979px) {
	.nav-collapse.in {
		height: auto !important;
	}
	#header {
		height: auto;
	}
	#header .brand {
		top: 14px;
	}
	#header .container {
		height: auto;
	}
	#header .btn-navbar {
		display: block;
	}
	#header #main-nav {
		position: static;
		display: block;
		margin-top: 0;
		margin-bottom: 1em;
	}
	#header #main-nav>li {
		float: none;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#header #main-nav>li>a,#header #main-nav>li>a:hover {
		padding: 9px 12px;
		font-size: 13px;
		font-weight: 600;
		color: #FFF;
		background: none;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#header #main-nav>li.active>a {
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#header #main-nav>li.active>a:hover {
		color: #333;
		background: #FFF;
	}
	#header #main-nav>li.nav-icon>a>span {
		display: inline;
	}
	#header .dropdown-submenu>a::after {
		display: none;
	}
	#header .dropdown-menu>li>a {
		color: #FFF;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	}
	#header .dropdown-menu>li>a:hover {
		color: #333;
		text-shadow: none;
	}
	#header .dropdown-menu>li>a>span {
		display: inline;
	}
	#header .dropdown-menu::before {
		display: none !important;
	}
	#header .dropdown-menu::after {
		display: none !important;
	}
}

/*
 * add by oyxf0261
 */
.action-title { /*padding: 12px;
  	margin-bottom: 10px;*/
	background-color: #f8f8f8;
	background-repeat: repeat-x;
	border: 1px solid #dddddd;
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	padding-left: 10px;
}

.action-content em {
	padding: 0 7px;
	font-style: normal;
}

.action-content dt {
	color: #0088cc;
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 10px;
}

.action-content dd {
	margin: 0px 0 0 90px;
	width: 380px;
	padding-left: 10px;
}

.action-content dd>em { /*float:left;*/
	white-space: nowrap;
	font-size: 13px;
}

.action-content dd>em>a {
	color: #666666;
}

.action-content dd>em>a:hover {
	color: #0088cc;
}

.action-content dl {
	margin: 5px 5px 5px 10px;
}

.action-content dl:after {
	clear: all;
}

.action-map {
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
}

.action-map .action-icon {
	background-color: #0088cc;
	width: 5px;
	height: 20px;
	margin-top: 5px;
	float: left;
	border-radius: 3px;
}

.action-title>h3 {
	margin-bottom: 0px;
	line-height: 30px;
	color: #666666;
	padding-left: 10px;
}

form h4+hr {
	margin-bottom: 10px;
}

.user-li:hover {
	background-color: #0088cc;
	color: #ffffff;
}

.user-li {
	cursor: pointer;
}

.require-item {
	color: #ff0000;
	font-size: 20px;
	margin-right: 5px;
	vertical-align: text-top;
}

.sift-condition select,.source-category select {
	margin: 0 30px 20px 0;
	display: inline-block;
}

.clearboth {
	margin: 0 0 15px 12px;
	clear: both;
}

.asset-action {
	margin: 0 5px;
}

.asset_list.table th,.asset_list.table td {
	text-align: center;
}

.asset_list.table td {
	max-width: 100px;
	overflow: hidden;
}

.sift-frame {
	margin: 0 0 20px 20px;
}

.sift-condition select {
	margin: 0 20px 20px 0;
	display: inline-block;
}

.download-app-btn:hover,.download-app-btn:active,.download-app-btn:visited
	{
	color: #ffffff;
	text-decoration: none;
}

.download-app-btn {
	width: 232px;
	margin: 10px 0 0 0;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background: -moz-linear-gradient(top, #90c0df, #5d8ae2);
	/* Safari 4-5, Chrome1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#90c0df),
		to(#5d8ae2) );
	/* Safari 5.1 Chrome 10+ */
	background: -webkit-linear-gradient(top, #90c0df, #5d8ae2);
	/* IE 10*/
	background: -ms-linear-gradient(top, #90c0df, #5d8ae2);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #90c0df, #5d8ae2);
	color: #ffffff;
	/*border:solid 1px #448cb0;*/
}

.first-page-frame {
	text-align: center;
	padding-top: 25px;
}

.logo-icon {
	border-radius: 3px;
	height:48px;
}

.controls textarea,.controls input {
	width: 356px;
}

.controls input {
	height: 25px;
}

.controls label {
	cursor: normal;
}

.controls select {
	width: 306px;
	height: 30px;
}

.pull-right.operation-btn {
	margin-right: 100px;
	margin-bottom: 15px;
}

.user-item-frame {
	padding: 20px;
}

.user-item-frame .checkbox-text {
	margin-left: 10px;
}

.user-item-frame .checkbox-input {
	margin: 0;
}

.user-item-frame .checkbox-item {
	display: inline-block;
	height: 30px;
	width: 150px;
}

.form-horizontal .control-group .control-label {
	width: 170px;
}

.form-horizontal .control-group .controls {
	margin-left: 190px;
}