/* theme color option*/
body {
	overflow-x: hidden;
	background: #f3f3f3;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.42857;
}


.ErrorMsg
{
    padding-left: 2px;
    color: Red;
}

.topmargin
{
    margin-top: 20px;
}


.Textfield
{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #000;
    height: 26px !important;
    width: 200px;
    padding: 3px 5px 0px 5px;
    border: 1px solid #d0d0d0;
}

/*table td.Textcenter
{
    text-align: center;
}
.Textcenter
{
    text-align: center;
}
.columnCenter
{
    text-align: center !important;
}*/

.graph-main img {
 display: block;
    height: auto;
    max-width: 100%;
}

a {
    color: #28ABE1;
    text-decoration: none;
}
a:focus, a:hover {
    color: #8cc341;
    text-decoration: none;
}
.client-logo {
	height: 54px;
	line-height:54px;		
}
.client-logo img {
	display:inline-block;	
}
.main-content {
	background: #F3F3F3;
	margin-left: 241px;
	min-height: 1000px;
}

.left-side-collapsed .logo-sm {		
	position: absolute;
	z-index:207;	
}
.logo-sm {
	height: 54px;
	background: #ffffff;
	width: 54px;
	padding-top: 3px;
    padding-left: 2px;	
	left: 0;
	top:0;
	margin-top:0;
}
.logo-sm {
	display: none;
}
.left-side-collapsed .logo {
	display: none;
}
.left-side-collapsed .logo-sm {
	display: block;
}
.logo {
	padding: 3px 0 2px 20px;
	background: #FFFFFF;
	height: 54px;
}
.left-side .logo {
	left: 0;
	position: absolute;
	top: 0;
	width: 241px;
	z-index: 207;
}
.header-section {
	background: #ffffff;
	border-bottom:1px solid #dddddd;
}
.toggle-btn {
	width: 52px;
	height: 54px;
	font-size: 20px;
	padding: 19px 15px;
	cursor: pointer;
	float: left;
	color: #1D2939;	
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.toggle-btn:hover {
	background-color: #8CC341;
	color: #ffffff;
}
.toggle-btn .icon-bar {
	background-color: #1D2939;
}
.toggle-btn:hover .icon-bar {
	background-color: #ffffff;
}
.search-main div.input-group .form-control, .search-main div.input-group .input-group-btn .btn-default {
	background-color:#f9f9f9;	
}
.search-main .btn-default {
	border-color: #f9f9f9;
}
.search-main .btn-default:hover span {
	color: #8CC341;
}
.search-main .btn-default:hover, .search-main .btn-default:focus {
	background-color: #ffffff;
	color: #1D2939;
	border-color: transparent;
	outline: none;
	box-shadow: none;
}
.header-menu-right .btn-default.active.focus, .header-menu-right .btn-default.active:focus, .header-menu-right .btn-default.active:hover, .header-menu-right .btn-default.focus:active, .header-menu-right .btn-default:active:focus, .header-menu-right .btn-default:active:hover, .header-menu-right .open > .dropdown-toggle.btn-default.focus, .header-menu-right .open > .dropdown-toggle.btn-default:focus, .header-menu-right .open > .dropdown-toggle.btn-default:hover {
	background-color: #1D2939;
	color: #FFFFFF;
	border-color: #F1161A;
	border-radius: 0;
}
.header-menu-right .btn-default.active, .header-menu-right .btn-default:active, .header-menu-right .open > .dropdown-toggle.btn-default {
	background-color: #1D2939;
	color: #FFFFFF;
	border-color: #F1161A;
	border-radius: 0;
}
.header-menu-right .dropdown-menu {
	margin: 0;
	border-radius: 0;
	background-color: #1D2939;
	border: none;
}
.header-menu-right .dropdown-menu > li > a {
	color: #FFFFFF;
	padding: 6px 20px;
}
.header-menu-right .dropdown-menu>li>a:focus, .header-menu-right .dropdown-menu>li>a:hover {
	color: #1D2939;
	text-decoration: none;
	background-color: #FFFFFF;
}
.header-menu-right .btn-default:focus, .header-menu-right .btn-default.focus {
	background-color: #FFFFFF;	
}
.left-nav ul li a {
	color:#A9B1BD;
		
}
.nav.left-nav > li > a{
	color:#FFFFFF;		
	font-size:13px;
	font-weight:bold;
}
.nav.left-nav > li > a i{
	margin-right:4px;
	
}
.left-side-collapsed .left-side .nav.left-nav > li > a i{
	margin-right:0;
}
.nav.left-nav > li > a:focus, .nav.left-nav > li > a:hover, .nav.left-nav > li > a.active {
    background-color: #8CC341;
    text-decoration: none;
	color:#FFFFFF;
	
}

.page-head {
	border-bottom:1px solid #dddddd;
	padding:9px 20px 10px;	
}
.page-main-head {
	margin:0;
	font-size:18px;
	color:#545454;
	font-weight:bold;	
}
.panel-title {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;	
}
.panel-title select {
	border: 1px solid #EBECEE;
    color: #8f939d;
    font-size: 13px;
    font-weight: normal;
    padding: 0 3px;
}
.panel-default > .panel-heading {
	background-color: #29ABE2;
	border:none;
	border-top-left-radius: 0;
    border-top-right-radius: 0;	
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    background-color: #ffffff;
    border-bottom-width: 1px;
}
.help-icon-main {
	float:right;
	width:36px;
	font-size:22px;
	color:#04ADD9;
}
.table-hover > tbody > tr:hover {
	background-color:#F3F9FE;	
}
.logged-in-table tr td:first-child img {
	border:1px solid #dddddd;	
}
.custom-tab.dark-tab {
    background: #1d2939;
}
.custom-tab.dark-tab li.active a, .custom-tab.dark-tab li a:hover, .custom-tab.dark-tab li a:focus {
    color: #1d2939 !important;
	font-weight:bold;
	background:#FFFFFF;
}
.custom-tab > li > a {
    display: block;
    padding: 15px 23px !important;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:0;	
}
.logged-in-list li a {
	display:inline-block;	
	background-color:#1d2939;
	text-align:center;
	padding:5px;	
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
.logged-in-list li a:hover{
	background-color:#3f4b5c;	
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #3f4b5c;
	border-radius: 0;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #3f4b5c;
}

.btn-primary {   /*newk*/
	background:#29abe2;
	border: 1px solid #29abe2;	
	color:#FFFFFF;
}

/*.btn-primary {
	background:#1d2939;
	border: 1px solid #1d2939;	
	color:#FFFFFF;
}*/
/*.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #ffffff;
	background-color: #3f4b5c;
	border-color: #3f4b5c
}*/

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #ffffff;  /*newk*/
	background-color: #8cc341;
	border-color: #8cc341
}
.pagination > li > a, .pagination > li > span {
	color:#1d2939;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color:#8cc341;
	border-color:#8cc341;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background-color:#8cc341;	
	border-color:#8cc341;
	color: #ffffff;
}
.bs-callout-info {
    border-left-color: #1d2939;
}
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #1d2939;
    border-image: none;    
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
@media only screen and (max-width: 360px) {
	
	.visible-320 .input-group {
		background-color:#FFFFFF;	
	}
	.visible-320 .btn-default {
		border-color: transparent;
		background-color:transparent;
	}
	.visible-320 .btn-default:hover span {
    	color: #8cc341;
	    background-color:transparent;
    }
	
}


/* theme color option*/
.pagination {
	margin-top:0;	
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius:0;
	border-top-right-radius:0;	
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius:0;
	border-top-left-radius:0;	
}
a:hover, a:focus {
	text-decoration:none;	
}
.sticky-header .main-content {
	padding-top: 54px;
}

.sticky-left-side {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	z-index: 100;
}
.left-side-collapsed .sticky-left-side {
	overflow-y: visible;
}
.left-side-collapsed .left-side {
	top: 0;
	width: 54px;
	padding-top: 54px;
}
.left-side {
	left: 0;
	position: fixed;
	top: 0;
	width: 241px;
}


.sticky-header .header-section {
	left: 241px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 207;
}
.sticky-header.left-side-collapsed .header-section {
	left: 54px;
}

.toggle-btn .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.toggle-btn .icon-bar + .icon-bar {
	margin-top: 4px;
}
.left-side-collapsed .main-content {
	margin-left: 54px;
}


.search-main input[type="text"] {
	border: 0;
	box-shadow: none;
}

.header-menu-right {
	float: right;
}
.sticky-header .header-menu-right {
	margin-right: 255px;
}
.sticky-header.left-side-collapsed .header-menu-right {
	margin-right: 68px;
}
.header-menu-right .btn-default {
	border: none;
	padding: 9px 12px;
}
.header-menu-right .btn-default:hover {
	border: none;
	background: none;
}
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.lang-flag {
    min-width: 76px;
}

.sticky-left-side .left-nav {
    margin-top: 54px;
}
.left-nav {
    margin-bottom: 15px;
}

.visitor-list {
	padding:0;
	margin:0;	
}

.page-container {
	padding:20px;
}	

.panel {
	border-radius: 0;
    margin-bottom: 20px;	
	box-shadow:none;
	border:none;
}
.quick-note-box  {
	width:185px;
	border-radius: 0;
	padding:0 3px;
	height:24px;
	font-size:12px;
	font-weight:normal;	
}
.page-container img {
	 max-width: 100%;
}


.mrb15 {
	margin-bottom:15px;	
}

.left-side-collapsed .visitor-status {
	display:none;	
}
.left-side-collapsed .left-nav {
	margin-top:0;	
}
.left-side-collapsed .left-nav li a {		
    position: relative;
    text-align: center;	
}
.left-side-collapsed .left-nav li a span {    
    display: none;
    left: 54px;
    min-width: 173px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 100;
}
.left-side-collapsed .left-nav li a span:after {
    right: 100%;
    top: 50%;    
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.custom-tab {
	margin-bottom:7px;
}

.custom-tab.dark-tab > li:first-child {
	margin-left:2px;	
}

/* event icon */
.custom-icons  {
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat;
	display:inline-block;	
}	
.show-details {
	background-position:0 0;
	width:36px;
	height:36px;
}
.print-badge {
	background-position:-36px 0;
	width:36px;
	height:36px;
}
.mark-in {
	background-position:-72px 0;
	width:36px;
	height:36px;
}
.choose-fields {
	background-position:-108px 0;
	width:36px;
	height:36px;
}
.sign-out-selected {
	background-position:-144px 0;
	width:36px;
	height:36px;
}
.import-data {
	background-position:-216px 0;
	width:36px;
	height:36px;
}
.export-data {
	background-position:-180px 0;
	width:36px;
	height:36px;
}
.add-btn {
	background-position:0 -36px;
	width:36px;
	height:36px;
}
.edit-btn {
	background-position:-36px -36px;
	width:36px;
	height:36px;
}
.delete-btn {
	background-position:-72px -36px;
	width:36px;
	height:36px;
}
.export-btn {
	background-position:-108px -36px;
	width:36px;
	height:36px;
}
.done-btn {
	background-position:-144px -36px;
	width:36px;
	height:36px;
}
.local-admin {
	background-position:-144px -120px;
	width:48px;
	height:48px;	
}
.storage-admin {
	background-position:0 -72px;
	width:48px;
	height:48px;	
}
.general-admin {
	background-position:-96px -72px;
	width:48px;
	height:48px;	
}
.print-admin {
	background-position:-48px -72px;
	width:48px;
	height:48px;	
}
.host-admin {
	background-position:0 -120px;
	width:48px;
	height:48px;	
}

.available-admin {
	background-position:-48px -120px;
	width:48px;
	height:48px;	
}
.listofvisitor-admin {
	background-position:-96px -120px;
	width:48px;
	height:48px;	
}
.userdefined-admin {
	background-position:-192px -120px;
	width:48px;
	height:48px;	
}
.visitorscreen-admin {
	background-position:0 -168px;
	width:48px;
	height:48px;	
}
.reminder-admin {
	background-position:-48px -168px;
	width:48px;
	height:48px;	
}
.languages-admin {
	background-position:-96px -168px;
	width:48px;
	height:48px;	
}
.surveys-admin {
	background-position:-192px -72px;
	width:48px;
	height:48px;	
}
.emergency-admin {
	background-position:-144px -168px;
	width:48px;
	height:48px;	
}
/* event icon */
.logged-in-list {
	padding:0;
	margin:0;	
}
.logged-in-list li {
	list-style:none;
	margin-right:10px;
	display:inline-block;	
	margin-right:7px;
	margin-bottom:15px;
	
}

.tooltip {	
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px;	
	font-weight: bold;	
}
.mrt15 {
	margin-top:15px;	
}
.form-control, .dropdown-menu, .btn {
	border-radius: 0;	
}

.admin-dashboard li a div {
	margin-top:4px;	
}
.login-main {
	background: #ffffff;    
    margin: 100px auto;
    max-width: 330px;	
}
.login-main .form-login-heading {
    color: #fff;
    margin: 0;
    padding: 25px 15px;
    position: relative;
    text-align: center;
}
.login-wrap {
    padding: 20px;
    position: relative;
}
.login-main input[type="text"], .login-main input[type="password"] {
    background: #eaeaec;
    border: 1px solid #eaeaec;   
    box-shadow: none;
    font-size: 12px;
    margin-bottom: 15px;	
}
/*.sign-title {
    color: #fff;
    font-size: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -60px;
    width: 100%;
}*/


.sign-title { /*newk*/
    color: #29abe2;
    font-size: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -60px;
    width: 100%;
}


.btn-block {
    display: block;
    width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:7px;
}
.modal-content {
	border-radius:0;	
}
/*rs*/
@media screen and (max-width: 300000px) {	 	
	.visible-320 {
		display:none;	
	}	
}
@media (min-width:1200px){
	.search-main {
	margin: 10px 251px 0 0;
	float:right;
   }
		.admin-dashboard li a {
		min-height: 90px;
		min-width: 180px;	
		padding:10px 5px 5px;
	 }
	 .admin-dashboard li {
		margin-top:30px;
		margin-bottom:30px;
     }
	 
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.search-main {
	margin: 10px 251px 0 0;
	float:right;
   }	
}
@media (min-width: 769px) and (max-width: 1023px) {
	.search-main {
	margin: 10px 221px 0 0;
	float:right;
   }	
}
@media (max-width:767px) {
	.table-responsive {
    border: none;
    margin: none !important;    
   }	
}
@media screen and (max-width: 768px) {
	.search-main {
	margin: 10px 10px 0 0;
	float:right;
   }
    body {
        position: relative;
    }

    .left-side {
        display: none;
    }

    .main-content {
        margin-left: 0;
        width: 100%;
    }

    .left-side-collapsed .left-side {
        display: none;
    }

    .left-side-collapsed .main-content {
        margin-left: 0;
    }

    .left-side-collapsed .header-section {
        margin-left: 0;
    }

    .left-side-show section {
        overflow-x: hidden;
    }
	.sticky-header.left-side-show .header-section {
        left: 241px;
    }
	.left-side-show .main-content {
        margin-left: 241px;
    }
	.sticky-header.left-side-show .main-content {
        left: 241px;
    }
	.left-side-show .left-side {
        display: block;
    }
	
	.sticky-header .header-menu-right {
    margin-right: 0;
    }
	.sticky-header .header-section {
		left: 0;	
	}
	.visible-320 {
		display:none;	
	}
	
}
@media screen and (max-width: 479px) {
	.search-main {
		display:none;	
	}
	.visible-320 {
		display:none;	
	}
	
}

@media only screen and (max-width: 360px) {	
	.visible-320 {
		display:block;	
	}
	.visible-320 {
		margin-top:72px;
	}
	.visible-320 .form-control, .visible-320 .btn {
		border-radius:0;
		border:none;
		box-shadow:none;	
	}	
	.sticky-left-side .left-nav {
        margin-top: 18px;
    }
	.quick-note-box {
		width: 40%;	
	}
}
@media (min-width: 320px) {
	.admin-dashboard li a {
		min-height: 90px;
		min-width: 131px;
		padding: 10px 5px 5px;
	}	
	.logged-in-list li {
		margin-right: 0;
		padding-left:5px;
		padding-right:5px;	
	}
}
@media (min-width: 640px) {
	
	.logged-in-list li {
		margin-right: 0;	
	}
	.admin-dashboard li a {
		min-height: 90px;
		min-width: 169px;
		padding: 10px 5px 5px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.search-main {
	margin: 10px 251px 0 0;
	float:right;
   }
	.main-content .admin-dashboard li a{
		min-width: 105px;
		padding: 10px 2px 5px;
		min-height: 90px;
	}
	.main-content .col-md-offset-1  {
		margin-left:0;	
	}
	.main-content .logged-in-list li {
		margin-right: 0;
		padding-left:5px;
		padding-right:5px;	
	}
	.main-content .admin-dashboard li.col-md-2 {
    width:20%;
    }
	
	.sticky-header .main-content .admin-dashboard li a {
    	min-width: 140px;
		padding: 10px 2px 5px;
		min-height: 90px;
    }
	.sticky-header .main-content .col-md-offset-1  {
		 margin-left: 0;
	}
	.sticky-header .main-content .admin-dashboard li.col-md-2 {
    width:20%;
    }
	
	.sticky-header .main-content .logged-in-list li {
		margin-right: 0;
		padding-left:5px;
		padding-right:5px;	
	}	
}
@media (min-width:1200px){
	.admin-dashboard li a {
		min-height: 90px;
		min-width: 180px;
		padding: 10px 5px 5px;
	}
	
}
/*rs*/
/* sc */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.panel-body {
    padding: 0;
}
	
	.box-main {
		background:#ffffff;	
		margin-bottom: 20px;
	}
	.box-one-half {
		width: 50%;
		float:left;		
	}
	.box-icon-green {
		background-color:#8CC341;	
		padding:25px 0;					
	}
	.box-icon-blue {
		background-color:#29ABE2;	
		padding:25px 0;					
	}
	.box-icon-yellow {
		background-color:#FDF000;	
		padding:25px 0;					
	}
	.box-icon-red {
		background-color:#FF007F;	
		padding:25px 0;					
	}
	.box-white-block {
		padding-left:15px;
		padding-right:15px;	
	}	
	.img-white {
		background:#ffffff;	
		padding:20px;
		border-radius:50%;		
	}
	.icon-symbol-radius {
		border-radius:50%;	
	}
	.center-icon-symbol {		
		display:table;
		margin:0 auto;	
	}
	.box-value {
		text-align:right;
		font-weight:bold;
		font-size:23px;	
		margin-top:38px;
	}
	.box-title {
		text-align:right;	
		font-weight:bold;
		margin-top:10px;
	}
	.qn-table {
		margin-bottom:0;
	}	
	.qn-table .progress {
		margin-bottom:0;
		height:auto;	
	}
	.status {
		border-radius: 4px;
		padding:2px 13px;
		color:#ffffff;	
		font-weight:bold;
	}	
	.status-yellow {
		background-color:#ECE000;	
	}
	.status-orange {
		background-color:#FF8000;	
	}
	.status-blue {
		background-color:#00ADEE;	
	}
	.status-green {
		background-color:#8CC341;	
	}
	.status-red {
		background-color:#E53935;	
	}
	.dash-tablebtm-link {
		text-align:center;
		padding:10px 0;	
		border-top:1px solid #ddd;
	}
	.dash-tablebtm-link a {
		font-size:14px;
	
		color:#22B7E5;	
	}
	.dash-tablebtm-link a:hover {
		color:#8CC341;	
	}
	
	.issue-table > thead > tr > th {
		border-bottom: 2px solid #D90000;	
	}
	.action-table > thead > tr > th {
		border-bottom: 2px solid #8CC341;	
	}
	.qn-table > thead > tr > th, .qn-table > tbody > tr > td {
		padding: 9px 15px !important;
	}
	.left-side-collapsed .search-main {
    float: right;
    margin: 10px 64px 0 0;
  }
	
/* left nav toggle menu */
.left-side-collapsed .left-nav > li.menu-list > a {
	 background-image:none;	
}
.left-side-collapsed .left-nav > li.nav-active > a:hover, .left-side-collapsed .left-nav > li > a:hover {
    background-image:none;
}
.left-side-collapsed .left-nav > li.menu-list > a:hover {
    background-image:none;
}

.left-nav > li.menu-list > a {
    background: transparent url(../images/plus.png) no-repeat 93% center;
}

.left-nav > li.menu-list > a:hover {
    background-color: #8cc341;
    background-image: url(../images/plus.png);
}

.left-nav > li.nav-active > a {
    background-color: #353f4f;
    background-image: url(../images/minus.png);
    color: #ffffff;
}

.left-nav > li.nav-active > ul{
    display: block;
}

.left-nav > li.nav-active > a:hover {
    background-image: url(../images/minus.png);
}

.left-nav > li.active > a,
.left-nav > li.active > a:hover {
    background-color: #353f4f;
    color: #ffffff;
}

.left-nav > li.menu-list.active > a {
    background-image: url(../images/plus.png);
}

.left-nav > li.nav-active.active > a {
    background-image: url(../images/minus.png);
}

.left-nav > li.nav-active.active > a:hover {
    background-image: url(../images/minus.png);
}


.left-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #353f4f;
}

.left-nav .sub-menu-list > li > a {
    color: #ffffff;
    font-size: 13px;
	font-weight:bold;
    display: block;
    padding: 10px 5px 10px 45px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.left-nav .sub-menu-list > li > a:hover,
.left-nav .sub-menu-list > li > a:active,
.left-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background: #2a323f;
}

.left-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.left-nav .sub-menu-list > li.active > a {
    color: #ffffff;
    background-color: #2A323F;
}

.left-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.left-nav .menu-list.active ul {
    display: block;
}
/* left nav toggle menu */
/* sc */

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;	
}
thead.col-first-center th:first-child{
	text-align:center;	
}
tbody.col-first-center td:first-child{
	text-align:center;	
}
.box-white {
    margin-bottom: 20px;	
	background:#ffffff;
}
.team-content {
	text-align:center;
	padding:0 15px 15px;	
}
.team-content h4 {
	font-weight:bold;
	margin-bottom:0;	
}
.team-content h5 {	
	font-weight:bold;
}
.team-content a {
	display:inline-block;	
}
.pd-none {
	padding:0 !important;	
}
.modal-sm {
    width: 360px;
}
.modal-header {
	background:#8cc341;
	color:#ffffff;	
}
/**/

.graph-main {
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;	
}
.sales-summery-table  tbody  td, .sales-summery-table  thead  th {
	text-align:right;	
}
.sales-summery-table  thead  th:nth-child(1), .sales-summery-table  thead  th:nth-child(2), .sales-summery-table  tbody  td:nth-child(1), .sales-summery-table  tbody  td:nth-child(2) {
	text-align:left;	
}

.accordion-toggle {
	display:block;
	color:#ffffff;	
}
.accordion-toggle:hover, .accordion-toggle:focus {	
	color:#ffffff;
	outline:none;	
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top:none;	
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #ffffff;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}


.panel-group {
	margin-bottom: 5px;	
}
.navbar {
	margin-bottom: 0;	
}
.navbar-brand {
	padding:2px 15px 2px;	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #29abe2;
    color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #29abe2;
    color: #ffffff;	
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #29abe2;
    color: #ffffff;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #29abe2;
    color: #ffffff;	
}
.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
	color: #545454;	
}
.first-col-left-table thead  th:nth-child(1), .first-col-left-table tbody td:nth-child(1) {
	text-align:left;	
}
.first-col-left-table tbody  td, .first-col-left-table  thead  th {
	text-align:right;	
}
.panel-body-minheight {
	min-height: 227px;
}
/**/
.inner-form-table tr td {
    padding:3px 0;
    border:none !important;
}
.inner-form-table {
    margin-bottom:0 !important;
}
