.actioncontainer{
	margin-top: 80px;
	padding: 5px,auto;
	 border-radius: 5px;
}
.logincontainer{
	margin:20px, 10px;
	padding:50px,50px;
}
#upload-file-container {
   /* background: url(images/custom-file-input.png) no-repeat */
   height: 10px;
}

#upload-file-container input {
   filter: alpha(opacity=0);
   opacity: 0;
}
.Divimagereport {
  border:2px solid #fff;
   border-radius: 5px;
   width: 100px;
   height: 105px;
}
.DivPassport {
  border:2px solid #fff;
   border-radius: 5px;
   width: 151px;
   height: 200px;
  font-size:12pt; /* or whatever */
}
.DivPassport h2 {
  padding:0px;
  color:#fff;
  margin:0;
  background-color:#0094ff;
  font-size:12pt; /* or whatever */
}
.DivPassport p {
  padding:4px; 

}
.DivPassport table {
  bottom: 0; 
}
.DivPassport input[type=submit] {
    width: 50px;
    height: 30px;
    background-color: #4CAF50;
    color: white;
    padding: 0;
    margin: 1px 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.DivPassport input[type=submit]:hover {
    background-color: #45a049;
}
.fillparameter{
   width: 100%;
  background-color:#0094ff;
  color:#fff;
 
}
.DivTitle {
  border:2px solid #0094ff;
  -webkit-border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
   width: 100%;
  font-size:12pt; /* or whatever */
}
.DivTitle h2 {
  padding:0px;
  color:#fff;
  margin:0;
  background-color:#0094ff;
  font-size:12pt; /* or whatever */
}
.DivTitle p {
  padding:4px; 

}

#myWorkContent{
    width:1000px;
    height:210px;
    border: 5px solid #bed5cd;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
#myWorkContent a {
    display: inline-block;
    vertical-align: middle;
}

#myWorkContent img {border: 0;}

#pagebottom{
    position: fixed;
    bottom: 0;
    width: 100%;
border-top: 1px solid #999;
text-align: center;
 background: #F1F1F1;
}
#bottomdisplay{
    position: fixed;
    bottom: 5px;
    height:100px
    width: 100%;
border-top: 1px solid #999;
text-align: center;
 background: #F1F1F1;
}
#pageheader{
    position: fixed;
    top: 0;
    
    
    width: 100%;
border-top: 1px solid #999;
text-align: center;
 background: #F1F1F1;
}
#maincontent{
    top: 500;
height: 100%;
width: 100%;
text-align: center;

}
#foot {
	text-align: center;
	margin-top: 1.8em;
	border-top: 1px solid #999;
	padding-top: 1em;
	font-size: 0.85em;
	bottom: 1px;
}
    
#foot li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 0.4em;
}     

.column a:link {color: #009900;}
.column a:visited {color: #999999;}
.column a:hover {color: #333333;}
.column a:focus {color: #333333;}
.column a:active {color: #009900;}
  #mytable {
    border-collapse: separate;
    border-spacing: 0;
}
#mytable table {
    border: 1px solid black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
}
#mytable td {
    border: 1px solid black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    background: #F1F1F1;
    
}
  #mytable2 {

  padding-top:  200px;
    border-collapse: separate;
    border-spacing: 0;
    font: italic bold 12px/30px Georgia, serif;
}
#mytable2 table {
    border: 1px solid black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
}
#mytable2 input[type=submit] {
    width: 80px;
    background-color: #4CAF50;
    color: white;
    padding: 2px 5px;
    margin:  5px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
#mytable2 input[type=submit]:hover {
    background-color: #45a049;
}
#mytable2 input{
    width: 200px;
    padding: 2px 8px;
    font: italic bold 12px/30px Georgia, serif;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

      
      html { 
      background: url("http://halsidschools.com/image/schoolback.gif") no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      height: 100%;
}
body #cust1  {
	
        height: 100%;
        background: green;

}
            #menu-bar {
  width: 95%;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  height: 40px;
  line-height: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #8B8B8B;
  background: linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -ms-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
  background: -moz-linear-gradient(top,  #A9A9A9,  #7A7A7A);
  border: solid 1px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

#menuwrapper{
float:left; width:20%;
 margin-bottom:120px;
}
 /* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
    font-size: 12px;
}

/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
    background-color:#002366;
    border-bottom:solid 1px white;
    width:200px;
   cursor:pointer;
   font-weight: bold;
  font-family: arial;
  border-radius: 5px;
}

/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{	
    background-color:#6679e9;
    position:relative;
}

/* We apply the link style */
#menuwrapper ul li a{
    padding:7px 25px;
    color:#ffffff;
    display:inline-block;
    text-decoration:none;
}

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul{
    position:absolute;
    display:none;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#menuwrapper ul li:hover ul{
    left:200px;
    top:0px;
    display:inline-block;
}

/* we apply different background color to 2nd level menu items*/
#menuwrapper ul li ul li{
    background-color:#007BB8;
	width:200px;
	font-weight: bold;
  font-family: arial;
}

/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper ul li:hover ul li:hover{
    background-color:#6679e9;
}

/* We style the color of level 2 links */
#menuwrapper ul li ul li a{
    color:#454444;
    display:inline-block;
    width:120px;
}

/**** THIRD LEVEL MENU ****/
/* We need to hide the 3rd menu, when hovering the first level menu */
#menuwrapper ul li:hover ul li ul{
    position:absolute;
    display:none;
}

/* We show the third level menu only when they hover the second level menu parent */
#menuwrapper ul li:hover ul li:hover ul{
    display:block;
    left:150px;
    top:0;
}

/* We change the background color for the level 3 submenu*/
#menuwrapper ul li:hover ul li:hover ul li{
    background:#86d3fa;
}

/* We change the background color for the level 3 submenu when hovering the menu */

#menuwrapper ul li:hover ul li:hover ul li:hover{
    background:#358ebc;
}

/* We change the level 3 link color */
#menuwrapper ul li:hover ul li:hover ul li a{
    color:#ffffff;
}
#reporttable table {
    border-collapse: collapse;
    width: 100%;
    border=solid 1px white;
    background-color:#FFFFFF;
}

#reporttable th, #reporttable td {
    border="1";
    text-align: left;
   
    padding: 5px;
    font-size: 14px;
}
#reporttable th {
   background-color:#002366; 
    font-weight: bold;
   color: white;
}
#reporttable tr:nth-child(even){background-color: #f2f2f2}
#reporttable tr:nth-child(odd){background-color: #FFFFFF}

.reporttable1 table {
    border-collapse: collapse;
    width: 100%;
    border=solid 1px white;
    background-color:#FFFFFF;
}

.reporttable1 th {
    border="1";
    text-align: left;
   
    padding: 5px;
    font-size: 14px;
}
.reporttable1 th {
   background-color:#002366; 
    font-weight: bold;
   color: white;
}
.reporttable1 tr:nth-child(even){background-color: #f2f2f2}
.reporttable1 tr:nth-child(odd){background-color: #FFFFFF}

.utility {
	position: absolute;
	right: 4em;
	top: 145px;
	font-size: 0.85em;
}
  body {
        height: 100%;
        margin: 0;
        padding: 0;
        padding-bottom:50px;

    }
#formcontainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
   
}  
    #formdiv  {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
     font-size: 14px;
   
}
#formdiv input[type=text], #formdiv select, #formdiv input[type=date] {
    width: 100%;
    padding: 8px 15px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
}
#formdiv label {
    width: 100%;
    padding: 8px 15px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
}


#formdiv input[type=submit] {
    width: 150px;
    background-color: #4CAF50;
    color: white;
    padding: 4px 5px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#formdiv input[type=submit]:hover {
    background-color: #45a049;
}
#formdiv td:nth-child(even){}
#formdiv td:nth-child(odd){ }


  #divtable  {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 14px;
    
}
#divtable  i:hover {
    background-color: #45a049;
}
#divtable table {
    border-collapse: collapse;
    width: 100%;
    border=solid 1px white;
    background-color:#FFFFFF;
}

#divtable th, #divtable td {
    border=0;
    text-align: left;  
    padding: 5px;
    font-size: 14px;
}
#divtable th {
   background-color:#002366; 
    font-weight: bold;
   color: white;
}
#divtable tr:nth-child(even){background-color: #f2f2f2}
#divtable tr:nth-child(odd){background-color: #FFFFFF}
 #reportsheet  {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 14px;
    
}
#reportsheet  i:hover {
    background-color: #45a049; 
}
#reportsheet table {
    border-collapse: collapse;
    width: 100%;
     border: 1px solid black;
    background-color:#FFFFFF;
}

#reportsheet th, #reportsheet td {
    border:1px;
    text-align: center;  
    padding: 5px;
     border: 1px solid black;
    font-size: 12px;
}
#reportsheet td {
   white-space : nowrap;
}
#reportsheet select {
    width: 100px;
    padding: 2px 2px;
    margin: 1px 1px;
    display: inline-block;
    border-radius: 4px;

}
#reportsheet th {
    background-color:#2C3E50;
    font-weight: bold;
    color: white;
}
#reportsheet tr:nth-child(even){background-color: #f2f2f2}
#reportsheet tr:nth-child(odd){background-color: #FFFFFF}
#reportsheet td,
#reportsheet th
{
    text-align:left;
}


#reportsheet td + td,
#reportsheet th + th
{
    text-align:center;
}
    #myformdiv  {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
     font-size: 14px;
}
#myformdiv input[type=text],#myformdiv select,#myformdiv input[type=date] {
    width: 100%;
    padding: 12px 20px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#myformdiv input[type=submit] {
    width: 200px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#myformdiv input[type=submit]:hover {
    background-color: #45a049;
}

.searchformdiv  {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
     font-size: 14px;
}
.searchformdiv input[type=text], input[type=date]{
    width: 200px;
    padding: 12px 20px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.searchformdiv label {
    width: 200px;
    padding: 12px 20px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #B2BABB;
    box-sizing: border-box;
}
.searchformdiv input[type=submit] {
    width: 50px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 5px;
    margin:  0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.searchformdiv select {
    width: 200px;
    padding: 12px 20px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc; 
    border-radius: 4px;
    background-color: #B2BABB;
    box-sizing: border-box;
}
.searchformdiv input[type=submit]:hover {
    background-color: #45a049;
}

 #calc {
    border-collapse: separate;
    border-spacing: 0;
    font: italic bold 12px/30px Georgia, serif;
	width: 500px;
	height:360px;
	align:center;
}
#calc table {
    border: 1px solid black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
}
#calc input[type=submit],input[type=button] {
    width: 75px;
    background-color: #4CAF50;
    color: white;
    padding: 2px 5px;
    margin: 2px 2px;
    margin:  5px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

#calc input[type=button]:hover {
    background-color: #45a049;
}
#calc input[type=input]{
    width: 50px;
    padding: 2px 4px;
    font: italic bold 12px/30px Georgia, serif;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#calc input{

    padding: 2px 4px;
    font: italic bold 12px/30px Georgia, serif;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#calc label{
    width: 50px;
    padding: 2px 4px;
    font: italic bold 12px/30px Georgia, serif;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
     background-color: #DDDFDF;
}
#divinline {
    display: inline;
}
.msgformdiv  {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 14px;
    background-position: top center;
     width: 650px;
}
.msgformdiv input[type=text], input[type=date], textarea{
    width: 600px;
    padding: 12px 20px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.msgformdiv label,.msgformdiv select {
    width: 280px;
    padding: 12px 20px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc; 
    border-radius: 4px;
    background-color: #B2BABB;
    box-sizing: border-box;
}
.msgformdiv input[type=submit],input[type=button] {
    width: 100px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 5px;
    margin:  5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-position: bottom left;
}
.msgformdiv input[type=submit]:hover {
    background-color: #45a049;
}
 #formdiv2  {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 14px;
}
#formdiv2 input[type=text], #formdiv2 select,#formdiv2 input[type=date] ,#formdiv2 label {
    width: 100%;
    padding: 5px 20px;
    margin: 4px 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#formdiv2 input[type=submit] {
    width: 200px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#formdiv2 input[type=submit]:hover {
    background-color: #45a049;
}
#formdiv2 label, #formdiv2 select {
    background-color: #F4F7F7;
}
#leftdiv  {
    border-radius: 5px;
    background-color: #2E6790;
    padding: 2px;
     font-size: 14px;
width: 200px;
hieght: 100%;
display: inline-block;
position: absolute;
left: 0px;
}
#leftdiv label {

    width: 100%;
    padding: 8px 15px;
    margin: 2px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: white;
}
#leftdiv h2 {
 width: 100%;
  padding:0px;
  color:#fff;
  margin:0;
  background-color:#0094ff;
  font-size:12pt; 
}
#centerform  {
border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 2px 1%;
}
#separateform  {
border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 2px 2px;
}
@media only screen  and (min-width : 500px) {

#centerform  {
border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 2px 1%;
}

/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 800px) {

#centerform  {
border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 2px 5%;
}
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 900px) {

#centerform  {
border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 2px 15%;
}
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {

#centerform  {
border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 2px 18%;
}
/* Styles */
}
.tablediv  {

    padding: 1px;
    margin: 1px 1%;
}
.table-header-rotated th.row-header{
  width: auto;
}

.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  height: 80px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
   width: 100%;
  width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
   white-space: nowrap; /*whether to display in one line or not*/
}

span.double-strike {
  position: relative;
}

span.double-strike div.the-lines {
   position: absolute;
   top: 10px; /* Depends on the font size */
   left: 0;
   border-top: 3px double black;
   width: 100%;
   height: 100%;
}

.verticalTableHeader {
    text-align:center;
    white-space:nowrap;
    transform-origin:50% 50% 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    
}
.verticalTableHeader:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}