/*------------------------------------------------------------------

[Application.css]

	Project:		Dashboard
	Version:		1.0
	Last change:	10/10/2012	


-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Built in Styles]

-------------------------------------------------------------------*/
.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;
}

.comment-msg {
	color: #666666;
	font-size: 10px;
	margin-top: 3px;
}

.badget-custom {
	background-color: transparent !important;
	border: 1px solid #939393;
	border-radius: 0px !important;
	color: #C1534A !important;
	text-shadow: none;
}

.totalGrossWt {
	margin-right: 19px !important;
}
/*------------------------------------------------------------------

[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: 24px;
}

h3 {
	/*font-size: 18px;
  line-height: 20px !important;         orignal*/
	font-size: 20px;
	line-height: 25px !important;
}

p {
	margin-bottom: 0em;
}

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;
}

.minHeight30px {
	min-height: 30px;
	min-width: 80px;
	padding: 6px;
}

.minWidth55px {
	min-width: 55px;
}

.customFloat {
	float: right;
}

@media (max-width: 360px) {
	.customFloat {
		float: none;
	}
}

@media (max-width: 650px) {
	.mainActionBtn a.button:not(.mediaGrpBtn) {
		float: left;
		margin: 3px !important;
	}
	.mediaFont20 {
		font-size: 20px;
	}    
}
@media (max-width: 770px) and (min-width: 700px) {
	.mainActionBtnIpad a.button {
		float: left;
		margin: 3px !important;
	}

	.marginLeft0px {
		margin-left: 0px !important;
	}	
}

@media (max-width: 768px) {
    .mediaClearBoth {
		clear: both;
		margin-left: 0px !important;
	}    
    .control-label
    {
        width: 100% !important;
    }       

}

@media (max-width: 1024px) {
    .mediaWidth100p {
        width: 100% !important;
    }
    .medaiDisplayContents {
        display: contents !important;
    }
    .mediatxtCenter {
        text-align: center;
    } 
}
/*------------------------------------------------------------------
 
Bootstrap Styles

------------------------------------------------------------------- */
.container {
	position: relative;
}

select {
	/*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;                         Orignal*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/* 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: 14px;
			font-weight: normal;
		}

			.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;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	background-repeat: repeat-x;
	border: 1px solid #dddddd;
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}
/* Buttons */
.btn-primary {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #92b765;
	/* background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #a0c277, #7da64b);
	border-left-color: #7da64b;
	border-right-color: #7da64b;
	border-top-color: #7da64b;
	border-bottom-color: #567233;                                               Orignal*/
	background-image: none;
	border: 1px solid #92b765;
	border-radius: 0;
}

	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled] {
		color: #ffffff;
		/*background-color: #7da64b;
  *background-color: #709543;                                              Orignal*/
		background-image: none;
		border: 1px solid #92b765;
		border-radius: 0;
	}

	.btn-primary:active,
	.btn-primary.active {
		/*background-color: #63833b \9;                                              Orignal*/
	}

.btn-secondary {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #268ead;
	/*background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #2ca1c5, #1f718a);
	border-left-color: #1f718a;
	border-right-color: #1f718a;
	border-top-color: #1f718a;
	border-bottom-color: #113e4c;                                              Orignal*/
	background-image: none;
	border: 1px solid #268ead;
	border-radius: 0;
}

	.btn-secondary:hover,
	.btn-secondary:active,
	.btn-secondary.active,
	.btn-secondary.disabled,
	.btn-secondary[disabled] {
		color: #ffffff;
		/*background-color: #1f718a;
  *background-color: #1a6076;                                              Orignal*/
		background-color: #92b765;
		background-image: none;
		border: 1px solid #92b765;
		border-radius: 0;
	}

	.btn-secondary:active,
	.btn-secondary.active {
		/*background-color: #154f61 \9;                                              Orignal*/
		background-image: none;
		border: 1px solid #92b765;
		border-radius: 0;
	}

.btn-tertiary {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #979797;
	background-repeat: repeat-x;
	/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #a6a6a6, #828282);
	border-left-color: #828282;
	border-right-color: #828282;
	border-top-color: #828282;
	border-bottom-color: #5c5c5c;                                              Orignal*/
}

	.btn-tertiary:hover,
	.btn-tertiary:active,
	.btn-tertiary.active,
	.btn-tertiary.disabled,
	.btn-tertiary[disabled] {
		color: #ffffff;
		/*background-color: #828282;
  *background-color: #757575;                                              Orignal*/
		background-image: none;
		border: 1px solid #92b765;
		border-radius: 0;
	}

	.btn-tertiary:active,
	.btn-tertiary.active {
		/*background-color: #696969 \9;                                              Orignal*/
		background-image: none;
		border: 1px solid #92b765;
		border-radius: 0;
	}
/* Dropdowns */
.dropdown-menu {
	/* -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;                                                orignal*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

	.dropdown-menu li > a {
		padding: 5px 9px;
		margin: 0 6px;
		font-size: 12px;
		/*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;                                                orignal*/
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

		.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 {
	padding-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);                                     orignal*/
	border-radius: 0px;
	border: 3px solid #49AFCD;
}

.modal-header {
	/*padding: 15px;*/
	/*background-color: #264565;
	background-repeat: repeat-x;
	border: 1px solid #0f1b28;
	-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);                             Orignal*/
	background-color: #49AFCD;
	border: 1px solid #49AFCD;
}

	.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-notify 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-list > .active > a,
.nav-list > .active > a:hover {
	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;
	text-shadow: none;
	color: #AAA;
}

.nav-stacked.nav-pills .icon-chevron-right {
	margin-top: 0;
}

.nav-stacked li a {
	/*color: #555555;                         Orignal*/
	font-size: 13px;
	font-weight: 600;
	/*background-color: #ffffff;                              Orignal*/
	background: #53CADF;
	color: #ffffff;
}

	.nav-stacked li a:hover {
		/*color: #555555;
  background-color: #eeeeee;                            Orignal*/
		background-color: #92D050 !important;
		color: #ffffff;
	}

.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);                           Orignal*/
	background: #ffffff !important;
	color: #000000;
	font-weight: 600;
}

	.nav-stacked li.active a i,
	.nav-stacked li.active a:hover i {
		color: #000000 !important;
	}

.nav-stacked li a:hover i,
.nav-stacked li a i {
	color: #ffffff !important;
}

.nav-stacked li.active .icon-chevron-right {
	color: #ffffff;
}
/* Pagination */


/* 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: 19.5px;
  padding-bottom: 19px;*/
	font-size: 14px;
}

.table-bordered thead tr {
	/*    background-color: #e6e6e6;  */
	background-repeat: repeat-x;
	/*  background-image: linear-gradient(to bottom, #eeeeee, #dadada);   */
	background-image: linear-gradient(to bottom, #2B4E72, #1D354D);
}

	.table-bordered thead tr th, .table-bordered tbody 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, #2B4E72 0%, #1D354D 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2B4E72), color-stop(100%, #1D354D));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2B4E72 0%, #1D354D 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2B4E72 0%, #1D354D 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #2B4E72 0%, #1D354D 100%);
	/* IE10+ */
	background: linear-gradient(top, #2B4E72 0%, #1D354D 100%);
	/* W3C */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2B4E72', endColorstr='#1D354D')";
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2B4E72', endColorstr='#1D354D');
}

.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, .table-highlight tbody tr th {
	background-color: #254463;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #2b4e72, #1d354d);
}

.table-highlight.table-bordered thead th, .table-highlight tbody tr 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: #EDF3F9;*/
}

.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;
}

.mendatory {
	color: #C00000 !important;
}
/*------------------------------------------------------------------
 
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-widget-header {
	background: none repeat scroll 0 0 #88ae59 !important;
	border: 1px solid #88ae59 !important;
}

.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 #88ae59;
	text-shadow: none !important;
	/*   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);                 orignal*/
}

.ui-datepicker td a {
	margin-bottom: 0px;
	border: 0px;
}

.ui-datepicker td:hover {
	color: #ffffff;
}

.ui-datepicker td .ui-state-default {
	/*  padding: 6px;           orignal*/
	padding: 0px;
	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);          orignal*/
}

	.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';
	background: url(../img/signin/login-bg.png);
}

.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:not(.button-pill) {
	-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;
	left: 10px;
	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;
		position: relative;
		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 {
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
	background: url("../img/tiny_grid.png") repeat scroll 0 0 #E9E9E9;
}
/*------------------------------------------------------------------
 
Layout: Wrapper

------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

form {
	height: 100%;
	margin: 0px !important;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px;
}

.push {
	/*  height: 50px;           Orignal*/
	height: 50px;
}
/*------------------------------------------------------------------
 
Layout: Topbar

------------------------------------------------------------------- */
#topbar {
	position: relative;
	z-index: 101;
	padding: 8px;
	/*  background: #16283a;
  border-bottom: 1px solid #000000;             orignal*/
	background: white;
}

	#topbar .badge {
		line-height: 11px;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: .35em;
	}

	#topbar #menu-trigger {
		position: absolute;
		top: 22px;
		right: 0;
		display: none;
		color: #ffffff;
		font-size: 27px;
		color: #000;
	}

		#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: 11px;            orignal*/
			font-size: 17px;
			/*font-weight:600;*/
		}

			#topbar #top-nav > ul > li:first-child {
				margin-left: 0;
			}

			#topbar #top-nav > ul > li > a {
				/*color: #80a7cf;             orignal*/
				color: #939393;
			}

				#topbar #top-nav > ul > li > a > .caret {
					/*border-top-color: #80a7cf;            orignal*/
					border-top-color: #939393;
				}
/*------------------------------------------------------------------
 
Layout: Header

------------------------------------------------------------------- */
#header {
	position: relative;
	z-index: 91;
	/* height: 80px;
  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;                    orignal*/
	height: 70px;
	background: white;
}

	#header .container {
		position: relative;
		height: 80px;
	}

	#header .brand {
		position: relative;
		/*  top: 24px;         orignal*/
		top: 0px;
		display: block;
		overflow: hidden;
		width: 257px;
		/*  height: 32px;       orignal*/
		height: 65px;
		margin-right: .75em;
		color: #FFF;
		font-size: 18px;
		font-weight: 600;
		line-height: 600;
		/*background: url("../img/edgedocs-logos.png") no-repeat scroll 0;*/
		background: url("../img/Edge-ctp256x75.png") no-repeat scroll 0;
		background-size: 222px 65px;
		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;    orignal*/
	/* margin-top: 3px;       orignal2*/
	margin-top: -37px;
	margin-right: 0;
	margin-bottom: 0;
}

	#main-nav > li {
		float: left;
		padding: 0;
		margin: 0 4px 0 0;
		list-style: none;
	}

		#main-nav > li > a {
			padding: 10px 10px;
			font-size: 15px;
			font-weight: normal;
			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;          orignal*/
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);            orignal*/
		}

			#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);             orignal*/
				background-color: #92D050;
				background-repeat: repeat-x;
				border: 1px solid #92D050;
			}
		/* ---------New Class Added to remove hover and pointer from disabled links--------- */
		#main-nav > li.fixed > a {
			background-color: #92D050 !important;
			border: 1px solid #92D050 !important;
			cursor: text;
		}

		#main-nav > li > a:hover,
		#main-nav > li.open > a {
			/*background-color: #1b3148;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #254061, #3C689B);         orignal*/
			background-color: #53CADF;
			background-repeat: repeat-x;
			border: 1px solid #53CADF;
		}

		#main-nav > li.active > a { /* New Design Dashboard*/
			color: #192d42;
			background: #f2f2f2;
			filter: none !important;
			border: 1px solid #f2f2f2;
			border-bottom-color: transparent;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
			text-shadow: none;
		}
		/* Orignal Theme CSS
#main-nav  > li.active > a {
  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;
		left: 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;            orignal*/
	padding: 15px 0;
	color: #333333;
	/* background-color: #f8f8f8;                  orignal*/
	background-color: #f2f2f2;
	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);               orignal*/
}

	#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: 1em;
	margin-bottom: 3em;
}

	#content .row {
		margin-top: 1em;
	}

		#content .row:first-child {
			margin-top: 0;
		}
/*------------------------------------------------------------------
 
Layout: Footer

------------------------------------------------------------------- */
#footer {
	padding: 20px 0;
	/*color: #ffffff;
  background: #1d354d;
  border-top: 1px solid #000000;
  -webkit-box-shadow: inset 0 1px 0 #2b4e72;
  -moz-box-shadow: inset 0 1px 0 #2b4e72;
  box-shadow: inset 0 1px 0 #2b4e72;                orignal*/
	background: #e5e5e5;
	border: 1px solid #dadada;
	color: rgba(0, 0, 0, 0.5);
}

	#footer a {
		/*color: #80a7cf;         orignal*/
		color: #53CADF;
		font-size: 13px;
		/*font-weight: 600;     orignal*/
	}

		#footer a:hover {
			color: #80a7cf;
			text-decoration: underline;
		}

	#footer #builtby {
		text-align: right;
	}

.footer-built-by {
	padding-right: 86px;
}
/*------------------------------------------------------------------
 
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 {
			position: absolute;
			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"] {
		/* Original*/
		/*margin-bottom: 3em;*/
		/*this change is done for Product page resizing height issue between the two controls*/
		margin-bottom: 0em;
	}

		.row [class*="span"]:last-child,
		.row-fluid [class*="span"]:last-child {
			margin-bottom: 0;
		}
}

@media (max-width: 979px) {
	#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: #3D3D3D;
			/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);*/
		}

			#header .dropdown-menu > li > a:hover {
				color: #FFF;
				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;
		}
}

/* For Main Menu Tablet Landscape Orientation */
@media only screen and (min-width: 980px) and (max-width: 1024px) {
	#header {
		position: relative;
		z-index: 91;
		height: 102px;
		background: white;
	}

	#main-nav {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: -5px;
		padding: 0;
		position: relative;
	}
}

.ShowControl {
	display: block !important;
}

.HideControl {
	display: none !important;
}

.decoration-none {
	text-decoration: none !important;
}

.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

	.onoffswitch.manual {
		position: relative;
		width: 104px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}

	.onoffswitch.yesno {
		position: relative;
		width: 90px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}

.onoffswitch-checkbox {
	display: none !important;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #999999;
	border-radius: 0px;
}

.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

	.onoffswitch-inner:before, .onoffswitch-inner:after {
		float: left;
		width: 50%;
		height: 30px;
		padding: 0;
		line-height: 30px;
		font-size: 14px;
		color: white;
		font-family: Trebuchet, Arial, sans-serif;
		font-weight: normal;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.onoffswitch-inner:before {
		content: "ON";
		padding-left: 12px;
		background-color: #2FCCFF;
		color: #FFFFFF;
	}

	.onoffswitch-inner:after {
		content: "OFF";
		padding-right: 12px;
		background-color: #DA4F49;
		color: #FFFFFF;
		text-align: right;
	}

	.onoffswitch-inner.yesno:before {
		content: "YES";
		padding-left: 12px;
		background-color: #92D050;
		color: #FFFFFF;
	}

	.onoffswitch-inner.yesno:after {
		content: "NO";
		padding-right: 12px;
		background-color: #DA4F49;
		color: #FFFFFF;
		text-align: right;
	}

	.onoffswitch-inner.manual:before {
		content: "Manual";
		padding-left: 5px;
		background-color: #2FCCFF;
		color: #FFFFFF;
	}

	.onoffswitch-inner.manual:after {
		content: "Electronic";
		padding-right: 6px;
		background-color: #92D050;
		color: #FFFFFF;
		text-align: right;
	}

	.onoffswitch-inner.COO:before {
		content: "Yes";
		padding-left: 5px;
		background-color: #92D050;
		color: #FFFFFF;
	}

	.onoffswitch-inner.COO:after {
		content: "No";
		padding-right: 6px;
		background-color: #C00000;
		color: #FFFFFF;
		text-align: right;
	}

.onoffswitch-switch {
	width: 30px;
	height: 30px;
	margin: 0px;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 58px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

	.onoffswitch-switch.manual {
		width: 30px;
		height: 30px;
		margin: 0px;
		background: #FFFFFF;
		border: 1px solid #999999;
		border-radius: 0px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 73px;
		-moz-transition: all 0.3s ease-in 0s;
		-webkit-transition: all 0.3s ease-in 0s;
		-o-transition: all 0.3s ease-in 0s;
		transition: all 0.3s ease-in 0s;
	}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.footer-built-by {
		padding-right: 105px;
	}
}
@media (min-width: 768px) and (max-width: 800px)
{
	#header .btn-navbar
	{
			margin-left: 0px;
			margin-right: 0px;
	}

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.safariHack .dropdown-menu li > a {
		padding: 5px 9px;
		margin: 0 26px;
		font-size: 12px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.safariHackddl select {
		line-height: 2.0;        
	}
}