@import url(https://fonts.googleapis.com/css?family=Ubuntu|Rokkitt|Droid+Serif|Roboto+Slab|Yanone+Kaffeesatz);
body {
    margin:0px;
}
#header {
	position: fixed;
	top: 0px;
	width:100%;
	vertical-align:middle;
	height:75px;
    background-color:#fff;
    border-top: 1px solid #0a8984;
    border-bottom: 1px solid #0a8984;
	/*background-image:url('../img/iimk_header.png');*/
	background-size:100% 90px;
	background-repeat:no-repeat;
    z-index:3;
}
#header img {
	vertical-align:middle;
	padding:5px;
}
#header span {
	padding-left:10px;
	font-size:18px;
	font-weight:bold;
	/*font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
   font-family: 'Ubuntu', sans-serif;

text-rendering: optimizelegibility;
}
#header span a {
	text-decoration:none;
	color: #0a8984;
}

#content {
	position:fixed;
	top:85px;
	bottom:85px;
	width:100%;
	overflow:auto;
    z-index:2;
}
#login_bar{
    position:fixed;
    right:20px;
    top:20px;
    height:36px;
    width:36px;
}
.cal_Today
{
    background:url('../img/anim2.gif') no-repeat;
    background-size:contain;
}
#menu{
	transition: all 0.3s ease;
	position: fixed;
	width: 0%;
	top: 70px;
	left: -200px;
	background: #2C669D;
	height: 100%;
	z-index: 999;
	box-shadow: 0px 0px 10px black;
}

#menu a{
	color: white;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border-radius: 100px;
	transition: all 0.2s ease;
	text-align:left;
}

#menu a:hover{
	background: rgb(50, 50, 50);
}

#menu-toggle{
	position: fixed;
	top: 70px;
	left: 0;
	background: rgb(0, 100, 100);
	z-index: 1000;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease;
}

#menu-toggle:hover{
	cursor: pointer;
}

#menu.open{
	left: 0;
	width: 200px;
	display: block;
}

#menu-toggle.open{
	left: 200px;
}

#userutilitybar
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position:fixed;
    right:75px;
    top:10px;
    width:325px;
    background-color:#fff;
    background:none
}
#logoutbutton
{
    
    background-image:url('../icons/logout3.png');
    height:36px;
    width:36px;
    min-height:36px;
    min-width:36px;
    background-size:36px 36px;
}
#logoutbutton:hover
{
    background-image:url('../icons/logout.png');
    background-size:36px 36px;
}
#mainfooter {
	border:1px;
	text-align:center;
	bottom: 20px;
	width:100%;
	height:20px;
	background-color:#ddd;
}

#footer
{
	position:fixed;
	bottom:0px;
	width:100%;	
}
#footerhead
{
    width:100%;
    height:5px;
      background-color:#0a8984;
  /*  background-image:url('../img/iimk_footer.png');*/
    background-size:100% 20px;
	background-repeat:no-repeat
}
#mainfooter a {
	text-decoration:none;
	color:#999;
}
#mainfooter a:hover {
	text-decoration:none;
	color:#000;
}
#mainfooter span {
	font-size:12px;
	margin:0;
}

#subfooter1 {
	width:45%;
	float:left;
    padding-right:20px;
	/*font-style:italic;*/
}

#headspan {
	font-size:18px;
	color:#ADADAD;
}

#subfooter2 {
	width:45%;
	float:left;
    padding-left:20px;
	/*font-style:italic;*/
}

#footspan {
	font-size:14px;
	margin-top:0;
	margin-bottom:15;
}

#iimkfooter {
	width:100%;
	height: 15px;
	background-color:#000000;
	border:1px;
	text-align:center;
	bottom: 0px;
	font-size:12px;
}

#iimkfooter span {
	text-align:center;
	margin:0;
	color:#727272;
}
#notify
{
    position:fixed;
    right:50px;
    top:80px;
    height:250px;
    width:325px;
    display:none;
    z-index:950;
    background-color:white;
    overflow-x:auto;
}
#toolbox
{
    position:fixed;
    right:40px;
    top:80px;
    height:400px;
    width:350px;
    display:none;
    z-index:950;
    background-color:white;
    overflow-x:auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #header {
	position: fixed;
	top: 0px;
	width:100%;
	vertical-align:middle;
	height:70px;
	background-image:url('../img/iimk_header.png');
	/*background-size:100% 90px;*/
    background-size:auto;
	/*background-repeat:repeat-x;*/
    z-index:300;
}
    #footerhead
{
    width:100%;
    height:10px;
    background-image:url('../img/iimk_header.png');
    background-size:auto;
	/*background-repeat:no-repeat*/
}
    #userutilitybar
{
    position:fixed;
    right:75px;
    top:20px;
    width:225px;
    background-color:#fff;
    border:none;
    background:none;
    z-index:4;
}
    #profilepicicon{
        height:24px;
        border:1px solid rgba(255,255,255,0.0);
        border-radius:50%;
    }
    #content {
	position:fixed;
	top:75px;
	bottom:75px;
	width:100%;
	overflow:auto;
    z-index:1;
}
    #toolbox
{
    position:absolute;
    right:40px;
    top:expression( document.body.scrollTop + '80px' );
    height:400px;
    width:350px;
    display:none;
    z-index:950;
    background-color:white;
   overflow-x:auto;
}
    #notify
{
    position:absolute;
    right:50px;
    top:expression( document.body.scrollTop + '80px' );
    height:250px;
    width:325px;
    display:none;
    z-index:950;
    background-color:white;
    overflow-x:auto;
}
}
