@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../../fonts/glyphicons-halflings-regular.eot);
	src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.productOptions {
    background-color:#ffffff;
    margin: 0 0 20px 0;
}
.productOptions .active {
    background-color: #fafafa;
}

.productOptions .singleOption {
    padding: 20px 0;
    text-align:center;
    font-weight:600;
    font-size:16px;
}

.productSelection {
    background-color: #fafafa;
}

.productOptions .singleOption:last-child {
    border-left: 0 solid transparent;
}

.productSelection { 
    border :1px solid #eee;
}

.configsetting {
    display: none !important;
}

.footer-btns {
		background-color: #ffffff;
		border-top: 1px solid #eee;
		height: 53px;
		position: fixed;
		bottom: 30px;
		right: 0;
		padding: 10px 18px;
		width: 74%;
		text-align: right;
        /*z-index: 100;*/
}
h4 {
  color: #67AB45;
  font-weight: 600;

}
label {
  margin-bottom: 0;
}
.vresize {
  resize: vertical; 
}
.extra-bold {
    font-weight: 700;
}
.list-unstyled.facilityinventory{
	font-size: small;
	white-space: nowrap;
}

.list-unstyled.assignuserroles{
	font-size: small;
	white-space: nowrap;
	/*list-style-type: disc;*/    
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-position: inside;
	columns: 2;
}
.hiddenFeature{
	background: transparent;
	border: none !important;
	font-size:0;
	position: absolute;
	left: 54%;
	top: 70%;
	height: 20%; 
	width: 3%;
	cursor: default;
}
/*.panel-group.sidebarPanel {
	margin-bottom: 90px;
}*/
.hiddenFeature:hover{
	background-color: gray;
	opacity: .2;
}
.validationElement{
	box-shadow: 0 0 15px #FF0000;
}
.validationElement:focus { 
	box-shadow: 0 0 10px #FF0000;
}

.text-danger {
	color: #FF0000;
}

.list-overflow {
	overflow-x: scroll;
	overflow-y: scroll;
}

.required {
  color: red;
  font-size: 17px;
  font-weight: 600;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.kgRow.selected {
	  background-color: rgb(209, 236, 208);
	  border-left: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #6ca74e;
  border-color: #6ca74e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #57913D;
  border-color: #57913D;
}

	h3, .h3 {
		font-size:30px;
		font-weight:600;
		color: #6ca74e;
		line-height:10px;
	}
	
	h2, .h2 {
		color: #6ca74e;
		font-weight:600;
		font-size:14px;	
		line-height: 0;
	}
	
	.table.proposal-table >thead>tr>th{
		border-bottom:2px solid #006d00;	
	}
	
	.table.proposal-table >thead>tr-last>th{
		border-bottom:2px solid #006d00;	
	}

h5, .h5 {
  font-size: 17px;
  font-weight: 600;
}

.autoSend-Header {
	padding: 15px 0 6px 0;
	border-bottom: 1px solid #c2c2c2;
}
.autoSend-Subject {
	font-size:20px;
}
.autoSend-From {
	font-size:12px;
	color:rgba(0,0,0,.5);
}

.loader {
    z-index: 10000;
    position: fixed;
    background-color: #f5f5f5;
    box-shadow: 0 1px 8px rgba(0,0,0,.4);
    padding: 30px;
    border-radius: 5px;
    margin: auto;
    height: 123px;
    width: 280px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.errorPop, .deleteFailurePop {
	z-index: 10500; 
	position: fixed; 
	top: 40%; 
	left: 40%;
	box-shadow: 0 1px 8px rgba(0,0,0,.4);
	padding: 30px;
	border-radius: 5px;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	text-align:center;
}

.savePop, .deleteSuccessPop {
	z-index: 10500; 
	position: fixed; 
	top: 40%; 
	left: 40%;
	box-shadow: 0 1px 8px rgba(0,0,0,.4);
	padding: 30px;
	border-radius: 5px;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
	text-align:center;
}

.loaderModal {
	z-index: 10000; 
	position: fixed; 
	top: 15%; 
	left: 40%;
	background-color: #f5f5f5;
	box-shadow: 0 1px 8px rgba(0,0,0,.4);
	padding: 30px;
	border-radius: 5px;
}

.loader-text {
	font-size: 16px;
	font-weight: 400;
	text-align:center;
}

.navbar-nav>li {
	cursor: pointer;
}

.no-wrap {
  white-space: nowrap;
  text-overflow:  ellipsis;
  display: block;
}

.unbold-label {
	font-weight: 400;
}

.editor_spacing {
	padding-top:40px;
}

pre {
	height: 100%;
}

.modal-sm {
  width: 400px;
}

.modal-title {
	text-align: left;
}

.modal-body {
  text-align: left;
}

.ui-dialog {
	z-index: 9999;
	margin-left: 0 auto;
	margin-right: 0 auto;
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	padding: 0;
}

.ui-widget-header {
  background: transparent;
  border: none;
  border-radius: 0;
}

.ui-dialog .ui-dialog-title {
	color: #ffffff;
	font-weight: 600;
}

.error input {
	border: 1px solid red;
	background-color: #fff5f5;
}

.error input.form-control:focus {
	border: 1px solid red;
	background-color: #fff5f5;
	box-shadow: inset 0 1px 1px #FF6E6E, 0 0 6px #FF6E6E;
}

.error {

	color: red;
	font-weight:600;
}

.form-control:focus {
  border-color: #c0dcb4;
  /*box-shadow: inset 0 1px 1px #c0dcb4, 0 0 8px #c0dcb4;*/
}

.form-control-checkbox {
	width: 17px !important;
	height: 17px !important;
	margin-top: 8px !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	position: relative;
	padding: 0;
}
.row-fluid .span3 {
	width: 31.55%;
  float:left;
  overflow: hidden;
  margin-right:10px;
}
.list-group-item:first-child {
	border-radius: 0;
}
.navbar {
  min-height: 40px;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
a.list-group-item.heading:hover, a.list-group-item.heading:focus, a.list-group-item.heading:active {
	background-color: #d5d5d5;
	border-bottom: 1px solid #67ab48;
	border-left: 8px solid #67ab48;
}
a.list-group-item.submenu:focus, a.list-group-item.submenu:active,a.list-group-item.submenu-child:focus, a.list-group-item.submenu-child:active {
	background-color: #c0dcb4;
}
a.list-group-item.submenu {
  padding: 5px 0 5px 35px;
  white-space: nowrap;
}
a.list-group-item.submenu-child {
  padding: 5px 0 5px 58px;
  white-space: nowrap;
}
.form-horizontal .form-group {
  margin-right: 0; 
  margin-left: 0; 
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.input-group {
  margin-bottom: 10px;
}
.btn-primary {
  color: #fff;
  background-color: #67ab48;
  border-color: #67ab48;
}
.btn-default {
	background-color: transparent;
}
.move-arrows {
	padding: 3px;
	background-color:#ddd;
}
.form-inline .form-control {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.main .page-header {
	margin-top: 0;
}
.col-sm-9.col-sm-offset-3.col-md-9.col-md-offset-3.col-lg-9.col-lg-offset-3.main2 {
	padding-top: 20px;
	margin-top: 0;
	position: relative;
}
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 21px;
	color: #67ab48;
	font-weight: 600;
}
.sub-header-noline {
	padding-bottom: 10px;
	font-size: 21px;
	color: #67ab48;
	font-weight: 600;
}
.table>tbody>tr>td.sub-row {
    padding-left: 30px;
}
a:focus,a:hover{
	color:#67ab48;
	}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #eee;
  border-color: #67ab48;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: #3b3b3b;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #464646;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #464646;
	background-color: #c0dcb4;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #464646;
  text-decoration: none;
  background-color: #c0dcb4;
  outline: 0;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 0;
}
li.sidebar-links {
	padding: 10px 10px 10px 25px;
}
.list-group.panel > .list-group-item {
}
.list-group-submenu {
	background-color: #ffffff;
}
.list-group-item.submenu-child:hover, .list-group-item.submenu-child:active {
	background-color: #c0dcb4;
}
.list-group-item.submenu-child {
	padding-left: 40px;
}
.list-group-item.list-group-item.heading:hover, .list-group-item.list-group-item.heading.selected {
	background-color: #d5d5d5;
	border-bottom: 1px solid #67ab48;
	border-left: 8px solid #67ab48;
}
.list-group-item.list-group-item.heading {
	border-bottom: 1px solid transparent;
	border-left: 8px solid transparent;
}
.list-group-item.submenu:hover {
	background-color: #c0dcb4;
}
.submenu-main {
	background-color: #ffffff;
	border-bottom: 1px solid #67ab48;
	 cursor: pointer;

}
.selected {
	background-color: #d5d5d5;
	border-bottom: 1px solid #67ab48;
	border-left: 8px solid #67ab48;
	cursor: pointer;
}
.btn-add {
	color: #fff;
	background-color: #67ab48  !important;
	border-color: #67ab48
}
.btn-danger {
	color: #fff;
	background-color: #d9534f  !important;
	border-color: #d43f3a
}
.cancel-btn {
	background-color: #c2c2c2  !important;
	border: none;
	border: 0;
	color: #ffffff;
}
.save-btn, .send-btn {
	background-color: #67ab48 !important;
	border: none;
	border: 0;
	color: #ffffff;
}
.btn-default.save-btn[disabled] {
    background-color: #67ab48;
}
.cancel-btn:hover {
	background-color: #a1a1a1  !important;
	border: none;
	border: 0;
	color: #ffffff;
}
.save-btn:hover, .send-btn:hover {
	background-color: #558e3c  !important;
	border: none;
	border: 0;
	color: #ffffff;
}
.end {
	text-align: right;
	display: block;
	padding-top: 20px;
	border-top: 1px solid #eee;
	margin-top: 25px;
}
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
}
.manual-list {
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 10px;
	min-height: 20px;
	height: auto;
	overflow: auto;
	width: 100%;
}
.manual-list > option {
	padding: 5px 15px;
}
#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sortable li {
	margin: 0 3px 8px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: 1.4em;
	height: 18px;
}
#sortable li span {
	position: absolute;
	margin-left: -1.3em;
	margin-top: 0.2em;
}
ul.selectlist {
	list-style: none;
}
li.selecter {
	position: relative;
	list-style: none;
	cursor: default;
	padding: 3px 0 3px 3px;
}
li.selecter .handle {
	bottom: 0;
	left: -25px;
	padding: 8px;
	position: absolute;
	top: -6px;
}
.ui-selecting {
	background: #eeeeee;
}
.ui-selecting .handle {
}
.ui-selected {
	background: #eeeeee;
}
.ui-selected .handle {
}
body.dragging, body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}
ol.nested_with_switch li, ol.simple_with_animation li, ol.serialization li, ol.default li {
	cursor: pointer;
}
ol.vertical li {
	border: 1px solid #cccccc;
	display: block;
	margin: 5px;
	padding: 5px;
	position: inherit;
}
ol.simple_with_animation {
	margin: 0;
	padding: 0;
}
ol.vertical {
	margin: 0 0 9px;
	min-height: 10px;
}
.nav-tabs, .nav-pills {
	position: relative;
}
.financial-table {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height: auto;
	overflow: auto;
}
.threshold-table {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height: auto;
	overflow: auto;
}
.financial-table tr, .financial-table th, .threshold-table tr, .threshold-table th {
}
.table>thead>tr>th {
  vertical-align: middle;
  text-align:center;
}
.financial-table th, .threshold-table th {
	border-right: 1px solid #c2c2c2;
}
.financial-table th.last, .threshold-table th.last {
	border-right: 0 solid #c2c2c2;
}
.navbar-inverse {
	background-color: #444444;
	border-color: #080808;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.page-header {
	border-bottom: none;
}
a {
	color: #67ab48;
	text-decoration: none;
}
a.list-group-item {
	color: #464646;
}
.panel {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}
.list-group-item {
	background-color: transparent;
	border: 0;
	margin-bottom: -0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	color: #464646;
	background-color: #c0dcb4;
	border-color: none;
}
.form-horizontal .control-label {
	text-align: left;
}
.well-lg {
	border-radius: 6px;
	padding: 0;
}
.well {
	background-color: #ffffff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 5px 15px;
}
.dropdown-menu {
	margin: 0;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.dropdown-submenu > .dropdown-menu {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-collapse {
	border-top: 3px solid #c2c2c2;
	background-color: #eee;
	border-radius: 0 0 8px 8px;
	
}
#menuitem .add-menuItem {
	display: block;
	clear: both;
}

#menuItem .hidden {
		display: none;
}
	
#menuItem .add-menuItem {
		margin-bottom: 16px;
		display: block;
		clear: both;
}
.filter-title {
	border-bottom: 1px solid #c2c2c2;
	padding: 10px 0 0 0;
}
.filter-title-first {
	border-bottom: 1px solid #c2c2c2;
	padding: 0;
}
.filter {
	padding-top:10px;	
}

.filter-sidebar {
	background-color:#f9f9f9;
	border: 1px solid #ddd;
	padding: 8px;
	border-radius: 8px;
}
.filterTable {
	height: 534px;
	overflow: auto;
	border: 1px solid #ddd;
}
#filterTable tr > td {
	border-right: 1px solid #ddd;
	text-align:center;
}
#filterTable tr > td:last-child {
	border-right: 0 solid #ddd;
}
#filterTable tr:last-child {
	border-bottom:1px solid #ddd;
}
#filterTable {
	margin: -1px 0 0 0;
}
#filterHeader {
	margin: 0;
	border-radius: 8px 8px 0 0;
	border-bottom:0 solid transparent;
}
#filterHeader  tr > th {
	text-align:center;
	background-color:#67ab48;
	color: #fff;
	font-size:14px;
	font-weight: 300;
	letter-spacing: 1px;
	border-right: 1px solid #fff;
}
#filterHeader  tr > th:last-child {
	border-right: 0 solid #fff;
}
.pagination>li>a, .pagination>li>span {
	color: #67ab48;
}
#messageBox {
	padding:20px;
	border: 1px solid #ddd;
}
.row-padding {
	padding-top: 15px;
}
.filterBox {
	background-color:#f9f9f9;	
	padding: 17px;
	margin-bottom:15px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.libraryTable {
	height:223px;
	overflow:auto;
	border:1px solid #ddd;
}
#libraryTable tr > td {
	border-right: 1px solid #ddd;
	text-align:center;
}
#libraryTable tr > td:last-child {
	border-right: 0 solid #ddd;
}
#libraryTable tr:last-child {
	border-bottom:1px solid #ddd;
}
#libraryTable {
	margin: -1px 0 0 0;
}
#libraryHeader {
	margin: 0;
	border-radius: 8px 8px 0 0;
	border-bottom:0 solid transparent;
}
#libraryHeader  tr > th {
	text-align:center;
	background-color:#67ab48;
	color: #fff;
	font-size:14px;
	font-weight: 300;
	letter-spacing: 1px;
	border-right: 1px solid #fff;
}
#libraryHeader  tr > th:last-child {
	border-right: 0 solid #fff;
}

@media screen and (max-width:498px) {
    .footer-btns {
        bottom: 79px;
        width: 100%;
    }
}


@media screen and (max-width:767px) {
        .productOptions .singleOption:last-child {
    border-left: 1px solid #d9d9d9;
    border-top: 0 solid transparent;
}
         .productOptions .singleOption {
             font-size:14px;
         }
form.form-horizontal {
    margin-bottom: 50px;
}
#RightNav {
    display: none;
}
.footer-btns {
    bottom: 32px;
	width: 100%;
}

.modal-sm {
  width: 400px;
}

.login-container {
  margin-top: 30px;
  padding: 0 15px 15px 15px;

}
#mainBody {
	padding: 0 15px 0 15px;
}
.sidebar {
	background-color: #e9e9e9;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px 0;
	top: 0;
	position: static;
	border-right: none;
}
.navbar-nav .open .dropdown-menu {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: -moz-use-text-color -moz-use-text-color #67ab48;
	border-image: none;
	border-radius: 0;
	border-style: none none solid;
	border-width: 0 0 1px;
	box-shadow: none;
	float: none;
	margin-top: 0;
	position: static;
	width: auto;
}
.navbar-nav {
	margin: 0;
}
#padding {
	padding-left: 0;
	padding-right: 0;
}
#padding-title {
	padding-right: 0;
}
#padding-left {
	padding-left: 0;
}
.padding-left-col {
	padding-right: 0;
}
.padding-right-col {
	padding-left: 0;
}
.header-right {
	margin-top: 20px;
	text-align: center;
}
.page-header {
	margin: 20px 15px;
	padding-bottom: 5px;
}
.row-fluid .span3 {
  width: 100%;
  float:left;
  overflow:hidden;
  margin-right:10px;
}
}
@media (min-width: 768px) {

.header-right {
	margin-top: 0;
	text-align: right;
}
.page-header {
	  padding-bottom: 65px;
	  margin: 8px 15px;
}
.main {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 111px;
}
.main-notabs {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 111px;
}
.col-sm-9.col-sm-offset-3.col-md-9.col-md-offset-3.col-lg-9.col-lg-offset-3.main2 {
	background-color: #ffffff;
	float: none;
	height: 75px;
	padding: 20px 20px 0;
	position: fixed;
	top: 111px;
	z-index: 100;
}
#padding,
.padding {
	padding-left: 10px;
	padding-right: 5px;
}
#padding-left,
.padding-left {
	padding-left: 5px;
}
.padding-left-col {
	padding-right: 5px;
}
.padding-right-col {
	padding-left: 5px;
}
#padding-title,
.padding-title {
	padding-right: 5px;
}
.sidebar {
	background-color: #e9e9e9;
	border-right: 1px solid #afafaf;
	bottom:0;
	display: block;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px 0 39px 0;
	top: 121px;
	position: fixed;
}
.fixed-wrapper {
	background-color: white;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	position: fixed;
}
.nav-sidebar {
	margin-bottom: 20px;
	margin-left: -20px;
	margin-right: -21px;
}
.nav-sidebar > li > a {
	padding-left: 20px;
	padding-right: 20px;
	color: #464646;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
	background-color: #d5d5d5;
	border-bottom: 1px solid #67ab48;
	border-left: 8px solid #67ab48;
	padding-left: 15px;
}
.main, .main-notabs {
	padding: 20px;
}
.login-container {
	margin: 165px auto 0 auto;
	height: 400px;
	padding: 30px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.47);
}

/*.disabled_anchor {
	color: gray;
}*/

.col-sm-9.col-sm-offset-3.col-md-9.col-md-offset-3.col-lg-9.col-lg-offset-3.main2 {
	background-color: #ffffff;
	float: none;
	height: 75px;
	padding: 20px 20px 0;
	position: fixed;
	top: 111px;
	z-index: 100;
}
.main .page-header {
	margin-top: 0;
}
/*.area{
	cursor: pointer;
}
.area:hover{
	background-color: gray;
}*/
}
@media screen and (min-width:768px) and (max-width: 1032px) {
#SearchCustomers {
    display: none;
}
}
@media screen and (min-width:768px) and (max-width: 792px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 8px;
    }
}

a.list-group-item.submenu:focus, a.list-group-item.submenu:active,a.list-group-item.submenu-child1:focus, a.list-group-item.submenu-child1:active {
	background-color: #c0dcb4;
}
         a.list-group-item.submenu-child1 {
             padding: 5px 0 5px 58px;
         }
         
.list-group-item.submenu-child1:hover, .list-group-item.submenu-child1:active {
	background-color: #c0dcb4;
}

.greyBG {
    background-color: #eeeeee;
    padding: 20px 0 15px 0;
    margin-bottom: 30px;
}

.chosen-container {
    background-color: #fff;
    background-image: none;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 34px;
    padding: 6px 0;
}


.inputSpacing {
    padding: 7px 0 10px 0;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    border: none;
    box-shadow: none;
}

.table.accountsPricing > tbody > tr > td {
    border-top: 0 solid transparent;
}

.chosen-container-single .chosen-drop {
    border-top: solid 1px #ccc;
}

.table.accountsPricing > tbody > tr {
    border-bottom: 1px solid #ddd;
}

.chosen-container .chosen-results li.highlighted {
    background: none;
    background-color: #ccc;
}
    .table.accountsPricing > tbody > tr:last-child {
            border-bottom: 0 solid transparent;
    }
.bold {
    font-weight:600;
}
.green {
    color: #67ab48;
}

.greenBG {
    background-color: #dff0d8;
    padding:15px 0;
    margin-bottom: 40px;
}

.greyBG2 {
    background-color: #eeeeee;
    padding: 20px 0 10px 0;
}

.pricingTitle {
    font-size:24px;
    font-weight:600;
}

.notBold {
    font-weight:400;
}

    a.inactiveLink, .inactiveBtn {
        pointer-events: none;
        cursor: not-allowed;
        color: #dddddd;
    }

    .bg-success {
    background-color: #dff0d8 !important;
}
    .bg-warning {
    background-color: #fcf8e3 !important;
}
    .kgSortButtonDown {
    border-color: #444444 transparent !important;
}

    .kgSortButtonUp {
    border-color: #444444 transparent !important;

}

.money {
    display: inline-block !important;
    width:95% !important;
}



    /*In Progess Loader for Recon History*/

  .reconSpinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  padding-bottom: 15px;
}

.reconSpinner > div {
  width: 13px;
  height: 13px;
  background-color: #8a6d3b;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.reconSpinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.reconSpinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}