html {
	overflow-x: hidden;
	overflow-y: auto;
	overflow-y: scroll;
}

body {
	background:#f1f1f1;
}

.override-text {
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #787878;
}

.right-scroll-box-heading, .left-scroll-box-heading{
	background-image:url(../images/right-scroll-box-heading-end.png), url(../images/right-scroll-box-heading-start.png);
	background-position: right top, left top;
	background-repeat: no-repeat;
	height: 75px;
	padding: 0px 32px 0px 42px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #ffe7a6;
	font-size: 22px;
	color: #775838;
	margin-top:4px;
}

.right-scroll-box-heading h2 {
	margin-top:0px;
	padding-top:10px;
}

@media (max-width: 769px) {
  .right-scroll-box-heading h2 {
	  padding-top:14px;
	  font-size:19px;
	}
}

.scroll-heading-right {
	background-image:url(../images/scroll-heading-right-end.png), url(../images/scroll-heading-right-start.png);
	background-position: left top, right top;
}

.right-scroll-box-content, .left-scroll-box-content{
	background-image:url(../images/scroll-content-left-end.png), url(../images/scroll-content-left-start.png);
	background-position: right top, left top;
	background-repeat: repeat-y, repeat;
	padding: 0px 35px 20px 42px;
	margin-bottom:0px;
}

.right-scroll-box-bottom, .left-scroll-box-bottom {
	background-image:url(../images/scroll-footer-bottom-right-corner.png),url(../images/scroll-footer-bottom.png);
	background-position: right top, left top;
	background-repeat: repeat-y, repeat;
	height:10px;
	margin-bottom:30px;
}

.image-style2 {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding: 10px;
	background: url(../images/image-style1-border.png) repeat;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
	border: 1px solid #cecdca;
}


.nvheader {
	height:100px;
}

.modal {
	z-index: 1050 !important;
}

.min-100 {
	width:100px;
}

.setbutton-150 {
	min-width:150px;
}

.fullwidth {
	width:100% !important;
}

.logged-in-as {
	margin:0px;
	padding:0px;
	float:left;
	line-height:42px;
}
#site-logo {
	line-height:none;
}

@media (max-width: 769px) {
  .logged-in-as {
	padding-left:20px;
	}
}

.menucontroller {
	float:left;
	margin-left:20px;
	margin-right:20px;
	color:#333;
	line-height:100px;
}

a.disabled{
	color:#ccc !important;
}

#site-logo {
	float:left;
}

.main-menu {
	margin-top:30px;
	width:500px;
}

/* shadows */
.shadow-after-3:before {
			content:' ';
			position:absolute;
			left:0; right:0;
			width:100%; height:32px;
			top:100px;
			background-image:url(../images/shadows/shadow3.png);
			background-size: 100% 100%;
			z-index:101;
	}
	
.showshadow {
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.content select {
	z-index:100;
}

.bg-primary {
  background-color: #718D86 !important;
}

.bg-primary-solid {
	background-color: #718D86 !important;
	border:1px solid #718D86 !important;
	border-radius:4px !important;
}

/*start sidebar nav changes*/
.navigation-header {
  margin-top: -11px !important;
  text-align:center;
  font-weight:bold !important;
  padding-top:13px !important;
  padding-bottom:13px !important;
  background:#999 !important;
  color:#F1F1F1!important;
}

.sidebar-xs .sidebar-main .navigation > .navigation-header {
	padding-top:3px !important;
  	padding-bottom:3px !important;
    text-align: center;
  }

.sidebar-default {
  background-color: #e7e7e7;
  color: #333333;
  border-bottom: 1px solid #ddd;
}

.navigation-bordered > li {
  border-top: 1px solid #ccc !important;
}

.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
  background-color: #718D86 !important;
  color: #fff;
}

.breadcrumb {
	line-height:24px;
}
/*end sidebar nav changes*/

.panel-heading.bg-primary {
  color:white !important;
}

/* message box */
.message-box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 105;
}
.message-box.open {
  display: block;
}
.message-box .mb-container {
  position: absolute;
  left: 0px;
  top: 35%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 100%;
}
.message-box .mb-container .mb-middle {
  width: 50%;
  left: 25%;
  position: relative;
  color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
  font-size: 30px;
  float: left;
  margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
  margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
  background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
  background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
  background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
  background: rgba(149, 183, 93, 0.9);
}
/* end message box */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.btn-danger { text-shadow: 0px -1px 0px #760000; color: #ffffff; background-color: #940500; background-image: -moz-linear-gradient(top, #b2231e, #760000); background-image: -ms-linear-gradient(top, #b2231e, #760000); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b2231e), to(#760000)); background-image: -webkit-linear-gradient(top, #b2231e, #760000); background-image: -o-linear-gradient(top, #b2231e, #760000); background-image: linear-gradient(top, #b2231e, #760000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2231e', endColorstr='#760000', GradientType=0); border-color: #940500 #760000 #760000 #940500; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-danger:hover, .btn-danger.disabled, .btn-danger[disabled] { background-color: #760000; }
.btn-danger:hover { color: #fff; text-shadow: 0px -1px 0px #580000; }
.btn-danger:focus { color: #fff; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #940500 #760000 #760000 #940500; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-danger.active, .btn-danger:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #fff; }
/* end .btn-danger */

/* blue primary button */
/* class: .btn-primary,  color theme: Fuji splash */
.btn-primary { text-shadow: 0px -1px 0px #003457; color: #ffffff; background-color: #005275; background-image: -moz-linear-gradient(top, #1e7093, #003457); background-image: -ms-linear-gradient(top, #1e7093, #003457); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e7093), to(#003457)); background-image: -webkit-linear-gradient(top, #1e7093, #003457); background-image: -o-linear-gradient(top, #1e7093, #003457); background-image: linear-gradient(top, #1e7093, #003457); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e7093', endColorstr='#003457', GradientType=0); border-color: #005275 #003457 #003457 #005275; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { background-color: #003457; color:#fff }
.btn-primary:hover { color: #fff; text-shadow: 0px -1px 0px #001639; }
.btn-primary:focus { color: #fff; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #005275 #003457 #003457 #005275; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-primary.active, .btn-primary:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #fff; }
/* end .btn-default */



/* green checkout button - also used for success buttons */
/* class: .btn-success,  color theme: Limekiln */
.btn-success { text-shadow: 0px -1px 0px #36801b; color: #ffffff; background-color: #549E39; background-image: -moz-linear-gradient(top, #72bc57, #36801b); background-image: -ms-linear-gradient(top, #72bc57, #36801b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#72bc57), to(#36801b)); background-image: -webkit-linear-gradient(top, #72bc57, #36801b); background-image: -o-linear-gradient(top, #72bc57, #36801b); background-image: linear-gradient(top, #72bc57, #36801b); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72bc57', endColorstr='#36801b', GradientType=0); border-color: #549E39 #36801b #36801b #549E39; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { background-color: #36801b; }
.btn-success:hover { color: #ffffff; text-shadow: 0px -1px 0px #186200; }
.btn-success:focus { color: #b8ff9d; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #549E39 #36801b #36801b #549E39; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-success.active, .btn-success:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #b8ff9d; }
/* end .btn-success */

/* class: .btn-default-grey */
.btn-default-grey { text-shadow: 0px 1px 0px #ffffff; color: #000 Important; background-color: #F2F2F2; background-image: -moz-linear-gradient(top, #ffffff, #d4d4d4); background-image: -ms-linear-gradient(top, #ffffff, #d4d4d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d4d4d4)); background-image: -webkit-linear-gradient(top, #ffffff, #d4d4d4); background-image: -o-linear-gradient(top, #ffffff, #d4d4d4); background-image: linear-gradient(top, #ffffff, #d4d4d4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d4d4', GradientType=0); border-color: #F2F2F2 #d4d4d4 #d4d4d4 #F2F2F2; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-default-grey:hover, .btn-default-grey:active, .btn-default-grey.active, .btn-default-grey.disabled, .btn-default-grey[disabled] { background-color: #d4d4d4; }
.btn-default-grey:hover { color: #8e8e8e; text-shadow: 0px 1px 0px #ffffff; }
.btn-default-grey:focus { color: #525252; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #F2F2F2 #d4d4d4 #d4d4d4 #F2F2F2; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn-default-grey.active, .btn-default-grey:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #525252; }
/* end .btn-mfast-5 */

.action_btn {
	color: #333333 !important;
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #FFFFFF, #E0E0E0);
    border-color: #CCCCCC #CCCCCC #CCCCCC;
	padding:4px 8px !important;
	border:1px solid #ccc;
}
.action_btn_success {
	color: #fff !important;
   background-color: #549E39; background-image: -moz-linear-gradient(top, #72bc57, #36801b); background-image: -ms-linear-gradient(top, #72bc57, #36801b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#72bc57), to(#36801b)); background-image: -webkit-linear-gradient(top, #72bc57, #36801b); background-image: -o-linear-gradient(top, #72bc57, #36801b); background-image: linear-gradient(top, #72bc57, #36801b); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72bc57', endColorstr='#36801b', GradientType=0); border-color: #549E39 #36801b #36801b #549E39; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
	padding:4px 8px !important;
}
.action_btn_danger {
	color: #fff !important;
   background-color: #940500; background-image: -moz-linear-gradient(top, #b2231e, #760000); background-image: -ms-linear-gradient(top, #b2231e, #760000); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b2231e), to(#760000)); background-image: -webkit-linear-gradient(top, #b2231e, #760000); background-image: -o-linear-gradient(top, #b2231e, #760000); background-image: linear-gradient(top, #b2231e, #760000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2231e', endColorstr='#760000', GradientType=0); border-color: #940500 #760000 #760000 #940500; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.action_btn:hover {
color: #000 !important;
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */  
}
.action_btn:first-of-type{
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.action_btn:last-of-type {
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

a.btn-default, a.btn-default:hover {
	color:#000;
}

.tp-caption.medium_light_white {
font-size:28px;
font-family:'Open Sans',Arial,Helvetica,sans-serif;
color:rgb(255, 255, 255);
text-shadow:rgba(0,0,0,.1) 1px 1px 1px;
}

.btn-block-login {
	margin-bottom:20px!important;
	font-size:24px;
	font-weight:bold;
	border:none !important;
	border-radius:0px !important;
	}
.btn-block-login span{
	font-weight:normal;
	}
	
@media (max-width: 409px) {
  .btn-block-login {
	font-size:16px;
	}
}

.fullwidthbanner-container {

}

.panel-footer-buttons {
	padding-left:20px !important;
}

@media (max-width: 768px) {
  .panel-footer-buttons {
	padding:10px 15px !important;
	}
}

.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}



.panel-footer-elements {
  background-color: inherit;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 36px;
  margin-top: -18px;
}

.loader{
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 200;

	display: none;

	width:100%;
	height:100%;

	text-align: center;
	font-size:25px;
	font-weight:700;
	letter-spacing: 2px;
	font-style: italic;
	color:#999;
}

.loader div{
	display: table;
	width:100%;
	height:100%;
}

.loader span{
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	width:200px;
}

legend {
	border-bottom:1px dashed #999999;
	color:#156188;
	font-weight:bold;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    text-shadow: 0px -1px 0px #003457; color: #ffffff; background-color: #005275; background-image: -moz-linear-gradient(top, #1e7093, #003457); background-image: -ms-linear-gradient(top, #1e7093, #003457); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e7093), to(#003457)); background-image: -webkit-linear-gradient(top, #1e7093, #003457); background-image: -o-linear-gradient(top, #1e7093, #003457); background-image: linear-gradient(top, #1e7093, #003457); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e7093', endColorstr='#003457', GradientType=0); border-color: #005275 #003457 #003457 #005275; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
    }
	
.validation-error-label,
.validation-valid-label {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  color: #ff0000;
  position: relative;
  padding-left: 5px;
  font-weight:bold;
}
.validation-valid-label {
  color: #4CAF50;
}
.validation-error-label:before,
.validation-valid-label:before {
  font-family: 'icomoon';
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.validation-error-label:empty,
.validation-valid-label:empty {
  display: none;
}
.validation-error-label:before {
  content: none;
}
.validation-valid-label:before {
  content: none;
}
.column-titles tr td
{
	vertical-align:top !important;
}
.column-titles tr td:first-of-type
{
	font-weight:bold;
	width:170px;
	border-right:1px solid #e1e1e1;
	background:#f1f1f1
}

.input-group-addon {
	color:#ccc;
}

td.cell-noformat {
	background:none !important;
	border-right:none  !important;
}

/*tr.inactive {
	text-decoration:line-through;
	color:#999
}*/

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto  !important;
}

th.top-border-none {
	border-top:none;
}

.page-actions {
	margin-bottom:10px;
}

.page-actions .btn {
	float:right;
	margin-left:10px;
}
tr.enrolled td {
	background:#E8F5E9
}

.footer-text{
	margin-top:12px;
	color:#fff !important;
	text-align:center !important;
}

.show-slider {
	border-top:1px solid #ccc;
	padding-top:15px;
	background:white;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:30px;
	height:auto;
}
.slider .item {
	
}

.heading-bordered {
	border-bottom:1px dotted #666;
	font-size:28px;
	padding-bottom:6px;
}

.btn-labeled.btn-default > b {
  background-color: #718D86;
  color: #fff;
}

.input-group-addon i {
	width:10px;
}

.tbl-col-70 {
	width:70px !important;
}
.title-xs {
	padding:8px !important;
}
.title-xs a{
	color:#989292
}