@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);



/*** ie8 & ie9 modes ***/
.visible-ie8 {
  display: none;
}
.ie8 .visible-ie8 {
  display: inherit !important;
}
.visible-ie9 {
  display: none;
}
.ie9 .visible-ie9 {
  display: inherit !important;
}
.hidden-ie8 {
  display: inherit;
}
.ie8 .hidden-ie8 {
  display: none !important;
}
.hidden-ie9 {
  display: inherit;
}
.ie9 .hidden-ie9 {
  display: none !important;
}
.ie8 .sr-only {
  position:relative;
  width: 110px;
  height: 40px;
  padding: 0;
  margin: 0px;
  overflow:auto;
  clip:rect(auto, auto, auto, auto);
  border: 0;
  clear: both;
}
.ie8 .close .sr-only {
	display: none;
}
.ie8 .modal {
	width: 80%;
	margin: 10px auto;
	overflow:hidden;
}


/*** Forms ***/
label {
  font-weight: 400;
  font-size: 1.3rem;
}
input.placeholder, textarea.placeholder {
  color: #aaa !important;
}
#filter-form {
	margin: 25px 0px 15px;
}
.form-inline {
	margin-bottom: 20px;
	display: block;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {  
  font-size: 1.3rem;
  font-weight: normal;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-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;
}
.form-control:focus {
  border-color: #999999;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
label.form-control {
  display: block;
  margin-bottom: 5px;
}
.input-group.input-group-fixed {
  width: auto !important;
}
.input-group-addon {
  border-color: #e5e5e5;
  background: #e5e5e5;
}
.input-group-addon > i {
  color: #999;
}
.input-xsmall {
  width: 60px !important;
}
.input-small {
  width: 120px !important;
}
.input-medium {
  width: 240px !important;
}
.input-large {
  width: 320px !important;
}
.input-xlarge {
  width: 480px !important;
}
@media (max-width: 768px) {
  .input-large {
    width: 250px !important;
  }
  .input-xlarge {
    width: 300px !important;
  }
}
@media (max-width: 400px) {
	#filter-form {
		display: none;
	}
}


.status select.form-control, .year select.form-control {
	width: 100%;
}
.ie8 .status label, .ie8 .year label  {
	display: inline-block;
	float: left;
}
.ie8 .status select.form-control, .ie8 .year select.form-control  {
	width: 55%;
	display: inline-block;
	float: left;
}
.ie8 .client, .ie8 .project, .ie8 .status, .ie8 .year {
	width: 48%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.ie8 .greater {
	width:65%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.ie8 .greater .greaterbttn {
	text-align: left;
	border: 1px solid #333;
	color: #333;
	background: #e5e5e5;
}



/*** Header and Header Elements. ***/
.header {
  width: 100%; 
  padding: 8px 0px 6px 0px !important;
  margin: 0;
  border: 0px;
  box-shadow:none;
  padding: 0px; 		  
  height: 45px; 
  min-height: 45px;
  filter: none;
  background-image: none;
  background-color: #3c3c3c;
  border-radius:0px;
 }
.header.navbar-fixed-top {
  z-index: 9995 !important;
}
.header .header-inner {
	padding-left: 15px;
}
.header .navbar-nav {
  margin-right: 30px;
  padding: 5px 0px;
  display: block;
}
.header .navbar-nav > li {
  display: inline-block;
  font-size: 1.05rem !important;
  margin: 0px !important;
  padding: 0px !important;
  color: #cbc8c8;
}
.header .navbar-nav > li a{
  font-size: 1.0rem;
  color: #cbc8c8 !important;
    font-weight: 300;

}
.header .navbar-nav > li a:hover {
  color: #ff9900;
}
.header .navbar-nav > li span {
  color: #b7b7b7;
  font-size: 1.15rem;
  padding-left: 10px;
}
.header .navbar-nav > li a span{
  color: #cbc8c8;
}
.header .navbar-nav > li a:hover span {
  color: #ff9900;
}
.header .navbar-nav .user-header {
  color: #cbc8c8;
}
.header .navbar-nav .user-header span {
  color: #cbc8c8;
  font-size: 1.15rem;
}
.header .navbar-nav > li.devider {
  margin-left: 15px !important;
  margin-right: 15px !important;
  height: 20px;
  width: 1px !important;
  border-left: 1px solid #b7b7b7 !important;
}
.header .navbar-nav > li.version-small {
	color: #cbc8c8;
}
@media (max-width: 480px) {
	  .header .navbar-nav > li.devider {
		border-left: 1px solid #b7b7b7 !important;
	  }
	.header {
		padding: 0 10px 0 10px;
		position: relative;
		clear: both;
	}
	.header .navbar-nav {
		display: inline-block;
		float: right;
		margin: 0;
	}
	.header .navbar-nav > li {
		float: left;
	}
	.header .navbar-brand {
		margin-left: 0px !important;
		padding-left: 0px !important; 
	}
	.header .navbar-brand img {
		margin-left: 4px !important;
	}
}
@media (max-width: 360px) {
	.header .navbar-brand {
		margin-left: 0px !important;
		padding-left: 0px !important; 
		width: 50%;
	}
}
.color-bar {
	height: 12px;
	background-color: #00FFFF;
}



/*** Page title ***/
.page-title {
  padding: 0px;
  font-size: 26px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0px 0px 15px 0px;
  font-weight: 300;
  font-family: Calibri, sans-serif;
   font-weight: 300;
 }
@media (max-width: 768px) {
	.page-title {
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.page-title {
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
}




/*** Page Navigation Bar ***/

.navigation-bar {
	margin-bottom: 0px;
	padding-bottom: 0px;
    width:100%;
}

.navigation-bar .sidebar-logo {
	padding: 15px 0px 0px 0px;
	width: 175px;
	text-align:center;
    margin-left: 15px;
}
.navigation-bar .logo-holder {
	text-align: left;
}
@media (max-width: 769px) { 
	.navigation-bar .logo-holder {
		text-align: center;
		
	}
}

.navigation-bar .page-breadcrumb.breadcrumb {
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  box-shadow: none;
  padding-right: 0px !important;
  padding-left: 10px;
  border:0px !important;  
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none;
  background-color: #f7f7f7;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px !important;
  
}
.navigation-bar .page-breadcrumb.breadcrumb a {
  	font-family: Calibri, sans-serif;	
  	display: inline-block;
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
    margin-bottom: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 1.15rem;
	letter-spacing: .05rem;
	text-transform:uppercase;
	color: #464343;
	font-weight: 300;
	text-decoration:none;
	border-bottom: 2px solid #f7f7f7;
}
.navigation-bar .page-breadcrumb.breadcrumb a:hover {
	text-transform:uppercase;
	color: #464343;
	text-decoration:none;
	border-bottom: 3px solid #464343;
	font-weight: 400;
    letter-spacing: 0.04rem;
}
.navigation-bar .page-breadcrumb.breadcrumb a.active {
	font-weight: 700;
	border-bottom: 5px solid #00FFFF;
    letter-spacing: 0.04rem;
}

@media (min-width: 765px) {
	.navigation-bar {
		max-width: 100%;
		overflow: hidden;
	}
}
@media (max-width: 1024px) { 
	.navigation-bar .page-breadcrumb.breadcrumb a {
		font-size: 11px;
		padding-left: 1px;
		padding-right: 1px;
	}
}
@media (max-width: 800px) {
	.col-xs-8 {
		width: 50% !important;
	}
}
@media (max-width: 480px) {
	.col-xs-8 {
		width: auto !important;
	}
	.breadcrumb {
		padding-left: 10px;
  		padding-right: 10px;
	}
}
.ie8 .breadcrumb .col-xs-8 {
	width: 65% !important;
	text-align:right;
	margin-left: -5px;
}






.nav-scroll {
  white-space: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  max-width: 82%;
  right: 0px;
}
* {
  box-sizing: border-box;
}
.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}
.navigation-bar {
	width: 100%;
}
      
@media (max-width: 1280px) {
	#nav-holder	{
		width: 80% !important;
		display:inline-block;
		border-right: 1px solid #464343;
		margin-bottom: 15px;
	}
	#nav-arrow {
		float: right !important;
		display:inline-block;
		width: auto;
		font-size: 16px;
		padding-top: 30px;
		padding-left: 0px;
		
		
	}
}




/*** Page sidebar ***/
.sidebar-nav {
  background: #f7f7f7;
  width: 215px;
  float: left;
  /*position: fixed; */
  position:relative;
  margin-right: -100%;
 

}
.ie8 .sidebar-nav {
  width: 225px;
  float: left;
  position:relative;
  margin-left:0;
}
.page-sidebar.navbar-collapse {
  padding: 0;
  max-height: none !important;
}
.filter-divider {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; 

}
.filter-divider > li {
  display: block;
  margin: 0;
  padding: 0; 
  border: 0px;
}

.report-line {
    /*border: solid !important;
    border-width: 1px !important;
    border-color: black !important;*/
    margin-bottom: 5px !important;
    text-align:left;
    background-color:black;
    color: white;
    
}

.filter-divider > li:last-child > a,
.filter-divider > li.last > a {
   border-bottom-color: transparent !important;
}
.filter-divider > li > a {
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 300;
}
.filter-divider > li > a i {
  font-size: 16px;
  margin-right: 5px;
  text-shadow:none; 
}

.filter-divider > .cat-divider {
  background: #f7f7f7;
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #494747;
}


.filter-divider > li.break {
  margin-bottom: 20px;
}
.filter-divider > li.active > a {
  border: none; 
  text-shadow:none;
}  
.sidebar-nav ul > li > a > .title {  
   margin-left: 3px;
}
.sidebar-nav ul > li > a > .arrow span{  
   float: right;
   margin-top: 0px;
   padding-top: 5px;
   margin-right: 5px;
   display: inline;
   font-size: 10px;
   height: auto;
   font-weight: 300;
   text-shadow:none;
}
.filter-divider .sub-menu {
  padding: 0;
}
.filter-divider > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  padding: 8px 0px 8px 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow:none;
}

.filter-divider .apply-button {
	 background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
		  display: block !important;
}
.page-sidebar-closed .apply-section, .page-sidebar-closed .apply-button {
	display: none !important;
}

.close-apply {
	display: none;
	  color: #494747 !important;
	  font-size: 16px;
	  padding: 5px;
}
.close-apply button {
	width: 100%;
	padding-left: 4px;
	padding-bottom: 4px;
}

@media (max-width: 769px) {
	.close-apply {
		display: block;
		}
}

.filter-divider > li.active > ul.sub-menu {
  display: block;
}
.filter-divider > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}
.filter-divider > li > ul.sub-menu > li > a {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 35px !important;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 300;
  background: none;
}


.filter-divider .filter-click{
  padding: 10px 15px;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #494747;
  border-top: none;
  width:100%;
}


.filter-divider .glyphicons{
	color: #000000;
	padding-right: 5px;
}

.filter-divider.filter-click.side-icon {
  border-top: red 1px solid;
  margin-left: 0px !important;
  padding-left: 3px !important;

}



ul.filter-divider .side-icon {
 display: none;
}

ul.filter-divider > li > a {
  border-top: none;
  border-bottom: none;
  color: #414247;
  background: #ffffff;
}
ul.filter-divider > li:last-child > a {
  border-bottom: 1px solid transparent;
}
ul.filter-divider > li a i {
  color: #414247;
}
ul.filter-divider > li.open > a,
ul.filter-divider > li > a:hover,
ul.filter-divider > li:hover > a {
  background: #f7f7f7;
}
.filter-divider > li.start.open > a {
   border-top-color: transparent !important;
   background: #f7f7f7;
   color: #464646;
}
ul.filter-divider > li.active > a {
  color: #ffffff;
  background: #252525 !important;
  border-top: 1px solid #252525 !important;
  border-bottom: 1px solid #252525 !important;
}
ul.filter-divider > li.active > a i {
  color: #ffffff;
}
.filter-divider > li.start > a:hover {
   border-top-color: transparent !important;
   background: #ffa42f;
   color: #464646;
}
.filter-divider .apply-link{
	display: none;
}
.page-sidebar-closed .apply-link{
	display: block;
}



ul.filter-divider > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}
ul.filter-divider > li > ul.sub-menu > li.active > a,
ul.filter-divider > li > ul.sub-menu > li > a:hover {
  color: #ffffff !important;
  background: #252525 !important;
}
ul.filter-divider > li > ul.sub-menu > li > a:hover {
  background: #252525 !important;
}
ul.filter-divider li > ul.sub-menu > li > a {
  color: #cecfd3;
}
ul.filter-divider li > ul.sub-menu > li > i {
  color: #cecfd3;
}
ul.filter-divider > li > a .arrow:before,
ul.filter-divider > li > a .arrow.open:before {
  color: #8c8e96 !important;
}
ul.filter-divider > li > ul.sub-menu a .arrow:before,
ul.filter-divider > li > ul.sub-menu a .arrow.open:before {
  color: #999ba2 !important;
}
ul.filter-divider > li > a > .arrow.open:before {
  color: #a6a8ae !important;
}
ul.filter-divider > li.active > a .arrow:before,
ul.filter-divider > li.active > a .arrow.open:before {
  color: #ffffff !important;
}
#expand-sidebar, #collapse-sidebar {
	display: inline-block;
	float: right;
	background: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 18px;
}


.filter-title {
    display:inline-block;
    color: black !important;
    font-weight: 600 !important;
    font-size: 1.2rem;
    padding-left: 20px;
}
.filter-reporttitle {
    display:inline-block;
    color: white !important;
    font-weight: 400 !important;
    font-size: 12px;
}

.header-title {
    height: 35px;
    width: 100%;
}

.header-title-report {
    height: 28.44px;
    width: 100%;
    /*font-size: 1.3rem;*/
    /*line-height:2.6rem;*/
}

.side-icon {
    display:inline-block;
    float:right;
    padding-top: 8px;
    right: 20px;
}



/*** Footer ***/
.footer {
  padding: 30px 20px 15px 20px; 
  font-size: 12px;
  background: #cdcbcb;
  margin-top: 20px;
  min-height: 100px;  
  clear: left;
}
.footer:after, .footer:before {
  content: "";
  display: table;
  line-height: 0;
}
.footer:after {
  clear: both;
}
.footer .footer-inner {
  display: inline-block;
  color: #999ba2;
}
.footer .footer-tools {
  float: right;
  display: inline-block;
}
.footer .footer-tools .go-top { 
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin: 10px 0 0 0;
  font-size: 16px;
  padding: 4px 8px 4px 8px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #4d4f55;
}
.footer .footer-tools .go-top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer .footer-tools .go-top i {
  margin-top: 2px;
  font-size: 16px;
  margin-bottom: 5px; 
  color: #7e818a;
}
@media (max-width: 480px) {
	.footer {
		padding-left: 10px;
		padding-right: 10px;		
	}	
	.footer .go-top {  
		float: right;
		display: block;
		margin-right: 0px;
	}
}

.selected-action-submenu a {
    color: #7c7f83;
}

.sidebar-search {
    
}

.sidebar-search-button {
    float:right;
    background-color: #4f4f4f;
    text-transform:uppercase;
    color: #ebebeb;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 500;
    min-width: 60px;
    position: relative;
}

.sidebar-search-button-disabled {
    float:right;
    background-color: rgb(131, 131, 131) !important;
    border-color: rgb(204, 204, 204) !important;
    text-transform:uppercase;
    color: rgb(235, 235, 235) !important;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 500;
    min-width: 60px;
}

.sidebar-search-button-med {
    float:right;
    background-color: #4f4f4f;
    text-transform:uppercase;
    color: #ebebeb;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5em;
    font-weight: 500;
    width: 80px;
}

.sidebar-search-button-xlrg {
    float:right;
    background-color: #4f4f4f;
    text-transform:uppercase;
    color: #ebebeb;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5em;
    font-weight: 500;
    width: 125px;
}

.cdsearchbtn 
{
    float:right;
    background-color: #4f4f4f;
    text-transform:uppercase;
    color: #ebebeb;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 16px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 500;
}

.cdClosehbtn 
{
    float:right;
    background-color: #4f4f4f;
    text-transform:uppercase;
    color: #ebebeb;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 500;
    margin-right:5px; 
    margin-top: 10px;
}

.reportsearchbtn 
{
    float:right;
    background-color: #4f4f4f;
    text-transform:uppercase;
    color: #ebebeb;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 500;
}

.reportsearchbtn2 
{
    background-color: #4f4f4f;
    text-transform:uppercase;
    color: #ebebeb;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 500;
}

.reportachbtn
{
    float:left;
    background-color: #4f4f4f;
    text-transform:uppercase;
    color: #ebebeb;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5rem;
    font-weight: 500;
}










/***************************************** Toggle Styles **********************************************/
 
/*.toggleButton{
    margin-left: -20px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}*/
 
.mainRoundedDiv
{
    margin-left: 20px;
    margin-right: 32px;
    margin-top: 20px;
}
 
 .wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    background-color: #f7f7f7;
    height:100%;
    width:100%;
    float:left;
    min-width: 1056px;
}
 
.blue-back{
    background-color: #337ab7 !important;
}
 
.clearfix {
    height: 50px !important;
    display: inline-block !important;
}

.sidebar-wrapper-report
{
    min-height:500px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
    padding-top: 40px;
}
.sidebar-wrapper {
    min-height:500px;
    width: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
    padding-top: 30px;
}

.k-widget {
    -webkit-box-shadow: none; /*inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
    box-shadow: none; /*inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
}
.page-content-wrapper-slide {
    padding: 15px;
    padding-top:0px;
    overflow-x: hidden; 
}

.fixed-brand{
    width: auto;
}


/*** Page container ***/
.page-container {
  margin: 0px;
  padding: 0px;
  position: relative;
  min-width: 992px !important;
  background-color: #f7f7f7;
}
.page-container:before,
.page-container:after {
  display: table;
  content: " ";
}
.page-container:after {
  clear: both;
}
.page-header-fixed .page-container {
  margin-top: 45px;  
}
@media (max-width: 480px) {
	.page-container {
		margin: 0 !important;
		padding: 0 !important;
	}
}

/* Sidebar Styles */
 
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
    border-right:1px solid;
    border-right-color:#d9d9d8;
    height: 100%;
}
 
/*.sidebar-nav li {
    text-indent: 15px;
    line-height: 40px;
}*/
 
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
 
/*.sidebar-nav li a:hover {
    text-decoration: none;
    color: #2e6da4;
    background: rgba(255,255,255,0.2);
    border-left: red 2px solid;
}*/
 
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
 
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
 
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
 
.sidebar-nav > .sidebar-brand a:hover {
    color: #2e6da4;
    background: none;
}
.no-margin{
    margin:0;
}
 
.ciox-logo{
    margin-top:25px;
    height:50px;
}
 
@media(min-width:200px) {
    .wrapper {
        /*padding-left: 260px;*/

    }
    .fixed-brand{
        width: 250px;
    }
    
    .sidebar-wrapper {
        width: 225px;
        float:left;
    }
    
    .sidebar-wrapper-report {
        width: 295px;
        float:left !important;
        padding-left: 20px;
    }
  
    .page-content-wrapper-slide {
        padding: 20px;
        padding-top:0px;
        /*position: relative;*/
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

}
 
/**********************  Catch IE Problems *************************************************************/
 
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 
    /* updated with taller size for IE problems */ 
    .filter-input { 
        width: 190px;
        height: 33px;
        max-height: 33px !important;
    }
 
    .sidebar-nav  li.ieAddMarginTop { 
        margin-top:10px;
    }
}
 
/***************************************** Toggle Styles **********************************************/