html {
	
}
body {
	font-family:Tahoma !important;
	font-size:11px !important;
}
input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    font-family: Tahoma;
    font-size: 11px;
}
input[type="text"] {
	padding:2px 5px;
}
input[type="button"] {
	border-radius:2px;
	cursor:pointer;
	color:#006699;
	padding:2px 8px;
}
input[type="submit"] {
	border-radius:2px;
	cursor:pointer;
	color:#006699;
	padding:2px 5px;
}
button {
	background:#FFF;
	border: 1px solid #d5d5d5;
	border-radius:2px;
	cursor:pointer;
	color:#000000;
	padding: 3px 15px;
	font-family: Tahoma;
    font-size: 11px;
}
button i {
	padding-right: 8px;
}
select {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    font-family: Tahoma;
    font-size: 11px;
}
textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    font-family: Tahoma;
    font-size: 11px;
	padding:2px 5px;
}
table {
	font-family: Tahoma;
    font-size: 11px;
}
.sub-article-title{
	font-weight:bold;
	padding-bottom:3px;
}
.erp-registration-list-table{
	border-collapse:collapse;
}
.erp-registration-list-table th{
	border:1px solid #CCC;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
.erp-registration-list-table input[type="text"]{
	border:none;
}
.erp-registration-list-table select{
	border:none;
}
.erp-registration-list-table textarea{
	border:none;
}
.erp-registration-list-table td{
	border:1px solid #CCC;
	padding:3px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
#col_leftside {
	width: 44px;
}

#col_rightside{
	width:36px;
}

#layout_header{
	background:#20232A;
	height:30px;
}

#chat_field {
	
}

#chat_header_field {
	float:left;
	height:20px;
	margin-left:8px;
	color:#FFF;
	font-family:'Roboto Condensed';
	font-size:12px;
	line-height:20px;
	text-shadow:0px 0px 8px rgba(0, 0, 0, 0.4);
	overflow:hidden;
}
#system_menu_field {
	
}
#chat_user_list_field {
	padding:2px 0px;
	overflow:hidden;
}
#chat_user_search_field {
	border-top:1px dotted #CCCCCC;
	height:25px;
}
#chat_user_search_field input{
	height:25px; 
	line-height:25px; 
	font-size:12px; 
	border:none; 
	font-family:Tahoma; 
	padding:0px 8px;
	z-index:11;
	background:#E9EBEE;
}

#col_body {
	min-width: 1000px;
}

#layout_leftside {
	background:#232730;
	position:fixed;
	width:44px;
	height: 100%;
	font-size:14px;
	vertical-align:top;
	text-align:left;
	z-index:999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#layout_rightside {
	background:#E9EBEE;
	position:fixed;
	width:36px;
	font-size:14px;
	vertical-align:top;
	text-align:left;
	z-index:999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#layout_body {
	overflow:hidden;
	vertical-align:top;
}
#body_field {
	vertical-align:top;
}
#home_user_info_field {
	display:none;
	cursor:pointer;
	float:left;
	font-size:12px;
	line-height:14px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#layout_newsfield {
	height:250px;
	overflow:hidden;
}
#layout_footer {
	height:8px;
}
#signout_button {
	float:right;
	margin-right:10px;
	color:#FFF;
}
#signout_button a{
	color:#FFF;
}
#email_button {
	color:#FFF;
}
.text-shadow-dark5px {
	text-shadow:0px 0px 8px rgba(0,0,0,1);
}
.text-shadow-dark2px {
	text-shadow:0px 0px 2px rgba(0,0,0,1);
}
.text-roboto-condensed {
    font-family: "Roboto Condensed"!important;
}
#home_profile_info {
	position:absolute;
}
#home_profile_pic {
	 width:45px;
	 height:60px;
	 background-position:center;
	 float:left;
}
.home_profile_name {
	font-family: "Roboto Condensed";
	font-size:12px;
	line-height:15px;
	color:#FFF;
	text-align:left;
	padding:0px 0px 0px 00px;
}
.home_application_list{
	position:absolute;
	margin-top:90px;
	width:180px;
	height:60vh;
	overflow:hidden;
}
.application_name {
	font-family: "Roboto Condensed";
	padding-left:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.application_link {
	font-family: "Roboto Condensed";
	cursor:pointer;
	overflow:hidden;
	line-height:18px;
	height:18px;
}

.application_link:hover {
	
}

.colorwhite{
	color:#FFF;
}

.home_application_list ul li a {
	color:#FFF;
	padding:5px 5px 5px 0px;
}
.home_application_list ul li a:hover {
	color:#CCC;
}
.erp-navbar {
	color:#FFF;
}
.count {
	position:absolute; 
	top:3px; 
	left:28px; 
	width:14px; 
	height:14px; 
	line-height:14px; 
	border-radius:50%; 
	background:#5AC942; 
	font-size:9px; 
	text-align:center;
}
.mainmenu_link{
	width:44px;
}

.chat_list{
	cursor:pointer;
	border-top:0px solid #FFF;
	border-bottom:0px solid #FFF;
	padding:1px 0px;
	margin-bottom:3px;
	line-height:15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.chat_list:hover{
	border-top:0px solid #F8F8F8;
	border-bottom:0px solid #F8F8F8;
	background:#FCFCFC;
}
.chat_img{
	width:27px;
	height:36px;
	margin:2px 8px 2px 5px;
	float:left;
}
.chat_lastname{
	color:#606060; 
	font-size:11px;
	line-height:11px;
}
.chat_firstname{
	color:#545252; 
	font-size:12px;
	line-height:12px;
	text-shadow:0px 0px 3px rgba(0,0,0,0.05);
	font-weight:bolder;
}
.chat_appointment{
	color:#333; 
	font-size:12px;
}
.chat_search{
	border-top:1px solid #E8E8E8;
	height:29px;
	z-index:10; 
	right:0px;
	background:#FFF url(/pg/system/search2.png); 
	background-repeat:no-repeat; 
	background-position:3px;
	vertical-align:top;
}
.chatBox{
	height:300px; 
	width:260px; 
	position:fixed; 
	bottom:0px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	vertical-align:bottom;
	display:none;
}
.chatBoxCloseButton{
	background:url("/tools/dhtmlxSuite_v50_pro/skins/web/imgs/dhxwins_web/dhxwins_buttons.gif");
	background-position: -15px 0px;
	background-repeat: no-repeat;
	float: right;
	height: 15px;
	width: 15px;
	margin-right: 3px;
	margin-top: 3px;
	position: relative;
}
.chatBoxCloseButton:hover{
	background:#2A8ED2 url("/tools/dhtmlxSuite_v50_pro/skins/web/imgs/dhxwins_web/dhxwins_buttons.gif");
	background-position: -15px 0px;
	background-repeat: no-repeat;
	cursor:pointer;
}
.chatBoxMinButton{
	background:url("/tools/dhtmlxSuite_v50_pro/skins/web/imgs/dhxwins_web/dhxwins_buttons.gif");
	background-position: -60px 0px;
	background-repeat: no-repeat;
	float: right;
	height: 15px;
	width: 15px;
	margin-right: 3px;
	margin-top: 0px;
	position: relative;
	display:none;
}
.chatBoxMinButton:hover{
	background:#2A8ED2 url("/tools/dhtmlxSuite_v50_pro/skins/web/imgs/dhxwins_web/dhxwins_buttons.gif");
	background-position: -60px 0px;
	background-repeat: no-repeat;
	cursor:pointer;
}
.chatBoxMaxButton{
	background:url("/tools/dhtmlxSuite_v50_pro/skins/web/imgs/dhxwins_web/dhxwins_buttons.gif");
	background-position: -30px 0px;
	background-repeat: no-repeat;
	float: right;
	height: 15px;
	width: 15px;
	margin-right: 3px;
	margin-top: 0px;
	position: relative;
	display:none;
}
.chatBoxMaxButton:hover{
	background:#2A8ED2 url("/tools/dhtmlxSuite_v50_pro/skins/web/imgs/dhxwins_web/dhxwins_buttons.gif");
	background-position: -30px 0px;
	background-repeat: no-repeat;
	cursor:pointer;
}
.chatFriendName{
	float:left;
	margin-left:8px;
	color:#FFF;
	font-family:'Roboto Condensed';
	font-size:11px;
	line-height:17px;
	padding-top:2px;
	text-shadow:0px 0px 5px rgba(17, 141, 224, 0.3);
	overflow:hidden;
	cursor:pointer;
}
.chat_text{
	height:235px;
	width:252px;
	margin:3px 2px;
	padding:2px;
	overflow:auto;
	vertical-align:top;
}
.chatInputText{
	width:200px;
	height:25px;
	border:none;
	font-family:Tahoma; 
	font-size:11px;
}
.chatMessageToMe{
	word-wrap:break-word;
	max-width:70%;
	float:left;
	margin:0px 2px 5px 2px;
	padding:3px 5px;
	border:1px solid #CCC;
	border-radius:3px;
	background-image: -webkit-linear-gradient(top, #FEFEFE, #F3F3F3);
	background-image: -moz-linear-gradient(top, #FEFEFE, #F3F3F3);
	background-image: -ms-linear-gradient(top, #FEFEFE, #F3F3F3);
	background-image: -o-linear-gradient(top, #FEFEFE, #F3F3F3);
	box-shadow:-2px 2px 3px rgba(0,0,0,0.08);
}
.chatMessageFromMe{
	word-wrap:break-word;
	max-width:70%;
	float:right;
	margin:0px 2px 5px 2px;
	padding:3px 5px;
	border:1px solid #CCC;
	border-radius:3px;   
	background-image: -webkit-linear-gradient(top, #E4EFFE, #CAE0FE);
	background-image: -moz-linear-gradient(top, #E4EFFE, #CAE0FE);
	background-image: -ms-linear-gradient(top, #E4EFFE, #CAE0FE);
	background-image: -o-linear-gradient(top, #E4EFFE, #CAE0FE);
	box-shadow:2px 2px 3px rgba(0,0,0,0.08);
}
.text-color-red{
	color:#C00; !important;
}
.text-color-green{
	color:#060; !important;
}
.text-color-blue{
	color:#006; !important;
}