/*	---------------main elements---------------	*/
* {
	margin: 0;
}

html,body {
	height: 100%;
	font-family: apexsansbooktregular;
}

.container {
	min-height: 100%;
	margin: 0 auto -236px;
	background: white;
}

.header {
	width: 100%;
	height: 60px;
	background-color: #f3f4f5;
}

.content-wrapper {
	max-width: 1024px;
	margin: 0 auto 0 auto;
	padding: 0px 10px 0px 10px;
}

#content {
	margin: 0 auto 40px auto;
}

.footer {
	width: 100%;
}

.footer,.push {
	height: 242px;
}

iframe{
	margin-bottom: 15px;
}

#top-footer {
	min-height: 120px;
	padding: 15px 0px 15px 0px;
	background-color: #0a1428;
	border-top: solid 1px #0a1428;
}

#bottom-footer {
	height: 20px;
	background-color: #0a1428;
	vertical-align: bottom;
}

#menu-area{
	margin-top: 10px;
}

#top-logo{
	width: 250px;
	float: left;
}

#top-logo-public{
	margin-top: 30px;
}
	
/*	---------------font sizes and colours---------------	*/
h1,h2,h3,h4{
	font-family: Roboto-Regular;
	font-weight: 300;
	margin: 15px 0px 0px 0px;
}

h1{
	font-size: 33px;
	color: #656666;
	text-align: center;
}

h2{
	font-size: 25px;
	color: #656666;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

h3{
	font-size: 22px;
	color: #787878;
}

h4{
	font-size: 16px;
	color: #000;
}

p{
	color: #787878;
	font-family: Roboto-Light;
	font-size: 14px;
	margin: 0;
	text-align: left;
	padding-top: 8px;
    line-height: 18px;
}

label {
	height: 29px;
	color: #787878;
	font-family: apexsansbooktregular;
	font-size: 12px;
	line-height: 29px;
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}

a {
	color: #787878;
	font-family: Roboto-Light;
	font-size: 12px;
	margin: 0;
	text-align: left;
	text-decoration: none;
}


a:hover, a:focus
{
	text-decoration: underline;
	color: #787878;
}

#welcome-header, #helpBtn, #welcome-header_name_logout_cart{ 
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 6px;
}

@media(max-width: 400px){
	#welcome-header{
		display:none;
	}
	#helpBtn{
		display: none;
	}
}

#back-to,
#back-to-services{
	float:right;
}

@media(max-width: 400px){
	#back-to,
	#back-to-services{
		display:none;
	}
}

p.success{
	font-family: apexsansbolditalictregular;
	font-weight: 300;
	margin: 15px 0px 0px 0px;
	font-size: 16px;
	color: #92d400 ;
}

/*	---------------buttons---------------	*/
.button,
input[type='button'],
input[type='submit'],
input[type='reset']{
	padding: 0px 10px 0px 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	height: 28px;
	min-width: 60px;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 12px;
	text-align: center;
	color: #fff;
	transition: background-color 0.2s;
	-webkit-transition: background-color .2s;
	background: #ff5000;
	border-color: #ff5000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 0px;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	border: 1px solid #ff5000;
}

a.button {
	display: inline-block;
	text-decoration: none;
}

a.button:hover {
	color: white;
}

.button.green-button,
input[type='button'].green-button,
input[type='submit'].green-button,
input[type='reset'].green-button{
	background-color: #92d400;
}

.button.pink-button,
input[type='button'].pink-button,
input[type='submit'].pink-button,
input[type='reset'].pink-button{
    padding: 0px 10px 0px 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	height: 28px;
	min-width: 60px;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	color: white;
	transition: background-color 0.2s;
	-webkit-transition: background-color .2s;
	 background-color: rgb(232,6,119);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 0px;
}

.button.yellow-button,
input[type='button'].yellow-button,
input[type='submit'].yellow-button,
input[type='reset'].yellow-button{
	padding: 0px 10px 0px 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	height: 28px;
	min-width: 60px;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	color: white;
	transition: background-color 0.2s;
	-webkit-transition: background-color .2s;
	background-color: rgb(255,198,5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 0px;
}

.button.blue-button,
input[type='button'].blue-button,
input[type='submit'].blue-button,
input[type='reset'].blue-button{
	
	padding: 0px 10px 0px 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	height: 28px;
	min-width: 60px;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	color: white;
	transition: background-color 0.2s;
	-webkit-transition: background-color .2s;
	background-color: rgb(255,198,5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 0px;

}

.button.orange-button,
input[type='button'].orange-button,
input[type='submit'].orange-button,
input[type='reset'].orange-button{

   	padding: 0px 10px 0px 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
	height: 28px;
	min-width: 60px;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
	color: white;
	transition: background-color 0.2s;
	-webkit-transition: background-color .2s;
    background-color: rgb(255,121,0);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 0px;
}

.button:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover{
	color: #ff5000;
	background: white;
}

.blue-button:hover,
input[type='button'].blue-button:hover,
input[type='submit'].blue-button:hover,
input[type='reset'].blue-button:hover{
	color: white;
	background: #787878;
}

.orange-button:hover,
input[type='button'].orange-button:hover,
input[type='submit'].orange-button:hover,
input[type='reset'].orange-button:hover{
	color: white;
	background: #787878;
}

.yellow-button:hover,
input[type='button'].yellow-button:hover,
input[type='submit'].yellow-button:hover,
input[type='reset'].yellow-button:hover{
	color: white;
	background: #787878;
}


.pink-button:hover,
input[type='button'].pink-button:hover,
input[type='submit'].pink-button:hover,
input[type='reset'].pink-button:hover{
	color: white;
	background: #787878;
}

.button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled,
input[type='reset']:disabled{
	background: #787878;
	border-color: #787878;
	color: white;
}

#logoutBtn,#helpBtn{
	float: right;
}

table .button, table input[type='button'], table input[type='submit'], table input[type='reset'], #popup_controls .button,
	#popup_controls input[type='button'], #popup_controls input[type='submit'], #popup_controls input[type='reset'] {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 24px;
	line-height: 24px;
}

/* ---------------list styles--------------- */
ul {
	padding-left: 0px;
}

ul li{
	list-style: none;
	color: #787878;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	font-family: Roboto-Light;
}

ul li a:hover{
	text-decoration: none;
	color: #92d400;
}

ul.large-list li,
ul.large-list li a{
	font-size: 16px;
	line-height: 20px;
}

ul.medium-list li,
ul.medium-list li a{
	font-size: 14px;
	line-height: 18px;
}

/*	---------------form input---------------	*/
input[type='text'],input[type='password'] {
	background: none repeat scroll 0 0 #f5f5f5;
	color: #3F3F3F;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	border-width: 1px;
	height: 21px;
	line-height: 21px;
	margin-right: 5px;
	vertical-align: middle;
	font-family: apexsansbooktregular;
	padding: 3px;
	font-size: 14px;
	width: auto;
	margin-top: 5px;
}

select {
	margin-right: 5px;
	margin-top: 5px;
}

.formtip {
	float: left;
}

.fa-info-circle {
    margin: 4px;
    font-size: 14px !important;
}

select {
	border-radius: 4px;
	background: #F5F5F5;
	height: 29px;
	font-family: apexsansbooktregular;
	font-size: 14px;
	color: #3F3F3F;
}

textarea{
	width: 100%;
	margin-right: 8px;
}

/*	---------------menu navigation--------------- */

ul.jetmenu{
	width: auto;
	margin-top: 10px;
}

ul.jetmenu > li > a{
	padding: 20px 11px;
	font-family: Roboto-Light;
	text-decoration: none;
	color: #0a1428;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
}

ul.jetmenu > li > a:hover,
ul.jetmenu > li:hover > a,
ul.jetmenu ul.dropdown > li > a:hover{
	background: white;
	color: #92d400;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
}

ul.jetmenu > li.active > a{
	background: white;
	color: #0a1428;
}

ul.jetmenu > li:last-child > a{
	padding-right: 70px;
}

ul.jetmenu li{
	background: white;
}

ul.jetmenu ul.dropdown{
	top: 45px;
	border: 1px solid #E7E7E7;
	border-top: none;
	right: auto !important;
}

ul.jetmenu ul.dropdown li{
	white-space: nowrap;
}

ul.jetmenu ul.dropdown > li > a,
ul.jetmenu ul.dropdown > li > a:hover{
	background: #F8F8F8;
	font-size: 12px;
}

ul.jetmenu ul.dropdown > li:first-child{
	display: block;
	border-top: 3px solid #92d400;
}

ul.jetmenu ul.dropdown > li:last-child{
	display: block;
}

ul.jetmenu ul.dropdown > li:last-child > a{
	padding-bottom: 15px;
}

ul.jetmenu > li.showhide{
	font-family: apexsansbooktregular;
	text-decoration: none;
	color: #787878;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
	border-bottom: 1px solid #E7E7E7;
}

@media (max-width: 768px) {
	ul.jetmenu{
		width: auto;
		float: none;
	}	
	
	ul.jetmenu a{
		background: white;
	}
	
	.jetmenu > li.showhide{
		background: white;
	}
	
	.ul.jetmenu ul.dropdown{
		top: 0px;
		margin-top: 0px;
	}
}

 ul.jmenu-ext {
	 margin-top: 0px; 
	 background-color: #92d400; 
	 height:46px;
}
	 
 ul.jmenu-ext li{
    background-color: #f3f4f5;
    height:46px;
} 

ul.jmenu-ext li i:hover{
    color: grey;
    transition: color 0.25s;
    -webkit-transition: color 0.25s;
    cursor:pointer;
} 

@media all and (max-width: 768px) {
    .jmenu-ext{
    	display:none;
   }
}

i.user-icon{
	color: #787878;
	float: right;
    margin-top:18px; 
    margin-right:10px;
} 

.pure-menu a {
	font-family: apexsansbooktregular;
	text-decoration: none;
	color: #787878;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
}

.pure-menu a:hover {
	color: #92d400;
	transition: color 0.25s;
	-webkit-transition: color 0.25s;
}

.pure-menu-selected a {
	color: #92d400;
}

.pure-menu li a{
	padding: 5px 15px;	
}

.pure-menu li a:hover,.pure-menu li a:focus {
	background: none;
}

@media ( max-width :521px) {
	.pure-menu>ul>li{
		min-width: 100%;
	}
	.pure-menu-children li {
		display: block;
		border-bottom: none;
	}
}

.pure-menu li ul {
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
}

.pure-menu a:hover+ul,.pure-menu li ul:hover,#vnav:hover {
	max-height: 600px;
	opacity: 1;
	transition: opacity 0.4s, max-height 1s;
	transition-delay: 0.15s;
}

@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	.pure-menu li ul {
		max-height: auto;
		opacity: auto;
		filter: alpha(opacity = 100);
		overflow: auto;
	}
	.pure-menu a:hover+ul,.pure-menu li ul:hover,#vnav:hover {
		max-height: auto;
		opacity: auto;
		filter: alpha(opacity = 100);
		transition: none;
		-webkit-transition: none;
		transition-delay: none;
	}
}

.pure-menu li ul li {
	min-width: 200px;
	background: #F8F8F8;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-top: 0px;
}

.pure-menu li ul li a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

.pure-menu li ul li:first-child {
	display: block;
	padding-top: 10px;
	border-top: 3px solid #92d400;
}

.pure-menu li ul li:last-child {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 10px;
}

.pure-menu.pure-menu-open,.pure-menu.pure-menu-horizontal li .pure-menu-children
	{
	background: white;
	border: none;
}

.pure-menu .pure-menu-open {
	background: white;
}

.pure-menu-separator{
	height: 1px;
	border-top: 1px solid #E7E7E7;
	margin: 0px !important;
	padding: 10px 10px 0px 10px !important;
	background: #F8F8F8;
}

/* ---------------tables--------------- */

table{
    font-family: Roboto-Light !important;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #787878;
	width: 100%;
}

table table{
	margin-top: 0px;
}

/* headers */

th, td.headingcell {
	background: #92d400;
	padding: 8px 0px 8px 10px;
	color: #fff;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
}

tr:first-child th:first-child {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

tr:first-child th:last-child {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

/* no rounded corners for nested tables */
td table tr th{
	border-top-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
}

tr th:last-child , tr td:last-child {
	padding-right: 8px;
}

/* sub headers */

.subheader th {
	background: #C8EA80;
	color: #787878;
	font-size: 12px;
	line-height: 14px;
}

/* body */

td{
	padding: 6px 0px 4px 10px;
	
	text-align: left;
}

td.bold{
	font-weight: bold;
}

tr:nth-child(even){
	background-color: #F5F5F5;
}

tr:nth-child(odd){
	background-color: white;
}

.borderless,
.borderless tr,
.borderless td{
	border-bottom: 0px;
	background: none;
	background-color: none;
}

.striped tr:nth-child(even){
	background-color: #F5F5F5;
}

.striped tr:nth-child(odd){
	background-color: white;
}


tbody tr td {
	border-bottom: 1px solid #e5e5e5;
}

td.cellbordererror,
tr.cellbordererror{
	background-color: #FD8888;
	background: #FD8888;
	border: 1px solid #FD8888;
}

/* links */

th a,
th a:hover{
	color: white;
}

.subheader th a,
.subheader th a:hover{
	color: #787878;
}

table tbody a {
	word-break: break-word;
}

/* ---------------dashboard--------------- */
@media ( max-width :480px) {
	.return-to-dash {
		display: none;
	}
}

.dashboard-item-border-container-reseller{
	min-height: 194px;
}

@media (min-width: 54em){
	.pure-u-lg-1-3 .dashboard-item-wrapper .dashboard-item-border-container,
	.pure-u-lg-1-3 .dashboard-item-wrapper .dashboard-item-border-container-reseller{
		border-right: 1px solid #ddd;
	}
	
	.pure-u-lg-1-3:nth-child(3n) .dashboard-item-wrapper .dashboard-item-border-container,
	.pure-u-lg-1-3:nth-child(3n) .dashboard-item-wrapper .dashboard-item-border-container-reseller{
		border-right: 0px;
	}
}

@media (min-width: 38em) and (max-width: 54em){
	.pure-u-md-1-2 .dashboard-item-wrapper .dashboard-item-border-container,
	.pure-u-md-1-2 .dashboard-item-wrapper .dashboard-item-border-container-reseller{
		border-right: 1px solid #ddd;
	}
	
	.pure-u-md-1-2:nth-child(2n) .dashboard-item-wrapper .dashboard-item-border-container,
	.pure-u-md-1-2:nth-child(2n) .dashboard-item-wrapper .dashboard-item-border-container-reseller{
		border-right: 0px;
	}
}

.dashboard-item{
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dashboard-item-wrapper{
	padding: 20px 0px;
	text-align: center;
}

.dashboard-item-header{
	text-align: center;
	color: #787878;	
}
.dashboard-item-detail{
	text-align: center;
	color: black;
}

.dashboard-item-wrapper input[type='button']{
	margin-left: auto;
	margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.dashboard-list{
	margin: 0px;
}

ul.dashboard-list li,
ul.dashboard-list li a{
	font-family: apexsansbolditalictregular;
	color: black;
	font-size: 16px;
	line-height:18px;
	margin-bottom: 5px;
}

ul.dashboard-list li a:hover{
	color: #92d400;
}

/* ---------------error messages--------------- */
.error {
	color: #ff9700;
}

.invalid {
	font-family: apexsansbooktregular;
	color: #ff9700;
}

#expired{
	text-align: center;
	max-width: 200px;
	margin: 50px auto;
	vertical-align: middle;
	background: #f5f5f5;
	padding: 30px;
	border: 1px solid #ddd;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

/* ---------------dialogs--------------- */
#popup_controls {
	color: #92d400;
	font-family: apexsansbolditalictregular;
	font-weight: 500;
	font-size: 22px;
	background-color: #EDEDED;
	border-bottom: 1px solid #e5e5e5;
	padding: 8px;
	margin-bottom: 10px;
}

.popup-body{
	margin: 10px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 80%;
}

@media ( max-width :1024px) {
	.mfp-iframe-scaler {
		height: 540px;
		padding-top: 0px;
	}
}

/* ---------------graphs--------------- */

td.alertheader {
	background: #ff9700;
	padding: 0px !important;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

td.progress {
	background: #787878;
	padding: 0px !important;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.progress {
	background: #787878;
}

.flot-graph .legend table {
	width: inherit;
	border: none;
	margin: 0;
}

.flot-graph .legend table tr {
	border: none;
}

.flot-graph .legend table tr:nth-child(odd) {
	background: none;
}

.flot-graph .legend table td {
	border: none;
}

/* ---------------tabs--------------- */

.nn_tabs>.nav{
	margin-bottom: 0px;
}
.nn_tabs-toggle-inner {
	color: #787878;
	font-weight: bold;
	font-size: 14px;
}

.nn_tabs .nav-tabs>li.active>a, .nn_tabs .nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-bottom-color: transparent;
	cursor: default;
}

.nn_tabs .nav-tabs>li>a, .nn_tabs .nav-tabs>li {
	line-height: 25px;
}

.nn_tabs>.tab-content>.tab-pane {
	padding: 12px;
}

.nn_tabs>.tab-content {
padding: 0;
margin-bottom: 10px;
background-color: #FAFAFA;
}

.nn_tabs.outline_content>.tab-content {
margin-bottom: 18px;
border: 1px solid #ddd;
border-top: 0;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}

/* ---------------date picker--------------- */

.picker__header,.picker__month,.picker__year{
	font-family: apexsansbolditalictregular;
	color: #92d400;
}
.picker__weekday{
	color: white;
}

.picker__holder{
	font-family: apexsansbolditalictregular;
}

.nn_tabs.outline_content>.tab-content {
margin-bottom: 18px;
border: 1px solid #ddd;
border-top: 0;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
/* ---------------footer content--------------- */
.footer-block {
	min-width: 230px;
}
/**
 Select option labels ala bootstrap
**/
.select-label {
 background-color: #999999;
 display: inline-block;
 text-decoration: none;
 padding: .2em .6em .3em;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 line-height: 1;
 color: #ffffff;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 min-width: 40px;
}

.select-label[href]:hover, .select-label[href]:focus {
 color: #ffffff;
 text-decoration: none;
 cursor: pointer;
}

/**
 * Workflow steps
 */

.oldstep, .futurestep {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
    white-space: nowrap;
}

a.oldstep, a.futurestep {
	color: #1B3275;
}

.currentstep {
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
    white-space: nowrap;
}

.skipped-step {
	text-decoration: line-through;
}

/* Tabs */
.tabs {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.tabs {
	margin-bottom: 4px;
}

.tab {
	background: #eee;
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	padding: 3px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 2px;
	margin-top: 2px;
}

.tab a {
	text-decoration: none;
	color: #1B3275;
}

.tab a:visited {
	text-decoration: none;
	color: #1B3275;
}
.btn-header{
	color:#656666;
	font-weight: 700;
	float: right;
	margin-right: 15px;
	margin-top: 9px;
}
.btn-header:hover{
	
	text-decoration:none;
	color:#e60096;
	
	}

.tab a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.tab.active {
	background: white;
	border-bottom: 1px solid white;
}

.tab a.active {
	font-weight: bold;
}

.tabs-container {
	padding: 10px 0;
}

.tabs:after {
	clear: both;
}

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

.min-width-30 {
	min-width: 100px;
}

/* Clearfix hack */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Calendar Styling */
.calendar .button {
    text-align: center;
    padding: 1px;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
    max-width: 28px;
    color: black;
    background-color: #92d400 ;
}

.calendar table td{W
	font-size:12px;
}

.calendar table .wn {
	border-color: grey !important;
}

.calendar table {
	border-left: 1px solid grey;
}
	
.calendar tfoot .ttip {
	padding: 5px !important;	
}

.cart-badge.up {
    position: relative;
    top: -12px;
    padding: 3px 6px;
    margin-left: -40px;
    font-size: 10px;
}

.bg-green {
    background-color: #0a0;
}

.cart-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.upgrade-background-color{
	background-color: darkgrey;
}

.upgrade-width{
	width:110%;
	margin-left:-42px
}
