body {
	/* background-image: url('../pix/content_bg_snow.jpg'); */
	background-attachment:fixed;
	padding-top: 20px;

}

.container {
	background-color: #fff;
	margin-bottom:10px;
	max-width:970px;
}

.container.logincontainer {
	/* background-image: url('../pix/login_bg.jpg'); */
	background-repeat: no-repeat;
  height: 450px; /* 722px; */

}

.logo {
	background-image: url('../pix/5m-logo.png'); 
	background-repeat: no-repeat;
	background-color: #fff;
	height: 100px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	color: #fff;
	background-color: #428bca; /*#A14176;*/
}

.tree ul{
	position:relative;
	padding:0 0 0 50px;
	width:auto;
}

.tree li{
	padding:0 0 10px 0px;
}


.courses-checkbox {
    min-width:40px;
    text-align:left;
}

.courses-parent{
	background:#B2CAF6!important;
}
.td-middle{
	line-height: 32px !important;
}
.margin-top{
	padding-top:1em;
}

.no-td-borders td, .no-td-borders th{
    border: 0px !important;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

/* Loginpage theming - JoeB */

.loginicon {
	background-color: #428bca; /*#A14176;*/
    background-image: url("../pix/login_icon.png") !important;
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 70px;
    margin-left: 235px;
    margin-top: 88px;
    width: 70px;
}

.loginpanel {
	background-color: #FFFFFF;
    height: 310px;
    margin: -70px auto auto;
    width: 310px;
}

#loginbtn {
	background-color: #428bca; /* #A14176; */
    background-image: url("../pix/go_icon.png") !important;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    font-size: 0;
    height: 70px;
    margin-left: 305px;
    margin-top: 28px;
    width: 70px;
}

.loginpanel h2 {
	color: #428bca; /* #A14176; */
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
    margin-top: 0;
}


/* Data tables overides*/
.dataTables_info { padding-top: 0; }
.dataTables_paginate { padding-top: 0; }
.css_right { float: right; }
#example_wrapper .fg-toolbar { font-size: 0.8em }
#theme_links span { float: left; padding: 2px 10px; }

ui-widget-header, input,option ,select {
    font-weight: normal;
    color:#000!important;
}

div.vertical
{
 margin-left: -140px;
 position: absolute;
 width: 300px;
 /*
 -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);*/


  /* Chrome/Safari */
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;

  /* Firefox */
  -moz-transform: rotate(90deg); 
  -moz-transform-origin: 50% 50%;

  /* IE9 */
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 50% 50%;

  /* IE10 and other modern browsers that do not need vendor prefixes */
  transform: rotate(90deg);
  transform-origin: 50% 50%;

  /* IE8 */
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/

}

th.vertical
{
 height: 300px;
 line-height: 14px;
 padding-bottom: 0px;
 text-align: left;

}
#reports-table{
 max-width: none;
 margin: 1em 0;
 clear: both;
}
.mTB{
  margin: 20px 0px 20px 0px;
}
/*.dt-big{
  width: 450px !important;
}

.dt-small{
  width: 60px !important;
}*/

div.dataTables_length label {
    width: 460px;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
    width: 460px;
}

div.dataTables_info {
    padding-top: 8px;
}s

div.dataTables_paginate {
    float: right;
    margin: 0;
}


@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');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hidetext{
  font-size: 1px !important;
  line-height: 0px;
  text-indent: -9999em!important;
  overflow: hidden!important;
  text-transform: capitalize!important;
}

th.vertical2
{
 font-size: 1px !important;
 height: 50px;
 line-height: 0px;
}
th.vertical3
{
 font-size: 1px !important;
 height: 70px;
 line-height: 0px;
}

 /* Add ajax preloader when server is being requested */
.validating_server_side input.server {
  background: url('../iamges/ajax-loader.gif') no-repeat center right;
  opacity: 0.6
}

/* JoeB 23/04/14 - hide the reporting print button in CSS, as it doesn't work */
a.DTTT_button_print {
  display:none;
}

.jumbotron {
  background-color: #fff;
}