/*
Copyright (c) 2015 Inventures Asia Group/Auxilium Information Technologies.
All rights reserved.
*/

html {height: 100%;}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

html, body {
    background: white;
    margin: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: .875rem;
    padding: 0;
    width: 100%;
    height: 100%; 
}

iframe {
    background: white;
    margin: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    width: 100%;
    height: 100%; 
}

td {
    padding-top: 10px;
}

.contenter {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left; 
}

.right_aligned {
    text-align: right;
}

.right_block {
	display: block;
	float: right; 
        text-align: right;
}

.right_inside * {
    float: right;
}

.center_block {
	display: block;
	width: auto; 
}

.header {
    width: 100%;
    height: 85px;
    background-color: #FFF;
}

.background.menu {
	min-height: 1500px !important;
	padding-bottom: 0;
	left: 0;
	width: 155px;
	background-color: #ffffff;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #0078ae;
	margin-top: 100px;
	margin-bottom: 30px;
}

.menu {
	height: auto;
	width: 100px;
	padding-bottom: 30px;
}

.menu a {
    color: #2e6e9e;
    text-decoration: none;
}

.highlight a {
    color: #e17009;
    color: #ffffff;
}

.highlight {
    font-weight: bold;
    background-color: #0078ae;
    color: #ffffff !important;
}

.highlight:hover a {
    color: #0078ae;
    background-color: transparent;
}

.footer {
	width: 100%;
	height: 30px;
	background-color: #0078ae;
}

.roundedConnered {
    background-color: #F9F6F4;
    -moz-border-radius : 10px;
    -webkit-border-radius: 10px;
}

.loginX{
    height: 6px;
    background: transparent url(../resources/images/loginX-blue.gif) top left no-repeat;
    background-repeat: repeat-x;
}

.loginY{
    width: 6px;
    background: transparent url(../resources/images/loginY-blue.gif) top left no-repeat;
    background-repeat: repeat-y;
}

.checkImageClass {
    width: 6px;
    background: transparent url(../resources/images/check.png) top left no-repeat;
}

.headerBar {
    
}

.logo {
    padding: 10px;
    padding-left: 25px;
}

.headerWelComeMsg{
        float: right;
	text-transform: uppercase;
        color: #0078ae;
	display: block;
	margin-right: 50px;
        text-align: right;
	/*width: 100%;
	height: 22px;
        text-decoration: none;
        background-color: #005B9A;
        
        background: transparent url(../resources/images/bg-bubplastic.gif) top left no-repeat;
        background-repeat: repeat-x;
        */
        display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
        position: relative; /* All 'absolute'ly positioned elements are relative to this one */
        padding: 2px 5px; /* Add some padding so it looks nice */
}

.headerWelComeMsg a{
	color: #0078ae;
}

.footerCopyrightMsg {
    display: block;
    margin: 0;
    width: 100%;
    vertical-align: top;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    /*
    background: transparent url(../resources/images/bg-bubplastic.gif) top left no-repeat;
    background-repeat: repeat-x;
    
    background-color: #005B9A; /* 0191C8 | 74C2E1; */
    /*padding-bottom: 5px;
    padding-top: 5px;*/
}

.content_block {
    margin-left: 170px;
    margin-bottom: 40px;
    min-height: 1200px;
    margin-right: 15px;
}

.filler_block {
    height: 40px;
}

.navbar {
  background-color: #3b5998;
  font-size: 22px;

  padding: 5px 10px;
}

/* Define how each icon button should look like */
.notifications {
  color: white;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}

.buttonMessages {
    background: transparent url(../resources/images/messages-icon.png)
}

.buttonTasks {
    background-image: url(../resources/images/tasks-icon.png);
    width: 25px; 
    height: 25px
}

/* Make the badge float in the top right corner of the button */
.notificationCountSeen {
  border-radius: 2px;
  color: white; 
  padding: 1px 3px;
  font-size: 10px;  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  background-color: #4297d7;
}
.notificationCountNew {
  border-radius: 2px;
  color: white; 
  padding: 1px 3px;
  font-size: 10px;  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
  background-color : #b20707;
}

.notificationCountZero {
    display: none;
}

.notificationArrow {
    display: block;
    width: 0;
    height: 0px;
    color: #0078ae;
    border: 10px solid #CCC;
    border-color: transparent transparent #0078ae;
    margin-top: -20px;
    margin-left: 280px;
}

/* Make the badge float in the top right corner of the button */
.notificationList {  
    background-color: #fff;
    border-radius: 2px;
    color: black;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    top: 45px;
    right: 0;
    width: 300px;
    border: 1px solid rgba(100,100,100,.2);
    z-index: 0;
}

.dashboard{
    float: left;
    margin-left: 85px;       
    position: relative;        
}

.fc a {
    height: auto!important;
    width: auto!important;
    background-color: #6eac2c;
}