@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:calibri;
	font-size:100%;
	overflow-x:hidden;
	color:#000;
}

table, th, td, div{
	font-family:calibri;
	font-size:15px;
	color:#000;
}

p, form, dl, dt, dd, h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
}

a{
	color:#000;
	text-decoration:none;
}


img, object, embed, video {
	max-width: 100%;
	border:none;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.clear{
	clear:both;
}

/* Html5 */
header, section, aside, nav, footer, articel, figure{
	display:block;
}
/* End Html5 */

/* Page Holder */
.page_holder{
	width:100%;
	margin:10px 0 0 0;
}
/* End Page Holder */

/* Aside */
aside{
	width:20%;
	float:left;
	padding-left:10px;
}

aside ul{
	margin:0px;
	padding:0px;
}

aside ul li{
	list-style:none;
	font-size:11px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

aside ul li.folder{
	background:url(../images/foldericon.png) no-repeat left 5px;
	padding-left:20px;
}

ul.sub_folder li{
	font-size:16px;
	border-bottom:none;
	padding:0;
	margin:5px 0 0 0;
	line-height:20px;
}

aside ul li.folder2{
	background:url(../images/foldericon.png) no-repeat left 2px;
	padding-left:20px;
}
/* End Aside */

/* Right Side */
.right_side{
	width:79%;
	float:right;
}

nav{
	border:1px solid #ccc;
	border-width:1px 0 1px 1px;
}

nav ul{
	margin:0px;
	padding:0px;
}

nav ul li{
	list-style:none;
	float:left;
	padding:5px 1%;
	text-align:center;
	border-right:1px solid #ccc;
	position:relative;
	height:45px;
}

.pointer{
	position:absolute;
	left:0px;
	display:none;
	top:56px;
	color:#333;
	text-align:left;
	background:#fff;
	z-index:1;
}

.pointer2{
	position:absolute;
	left:0px;
	display:none;
	top:56px;
	color:#333;
	text-align:left;
	background:#fff;
	z-index:1;
}

.pointer select{
	height:30px;
	width:61px;
	background:#fff;
}

.pointer ul li{
	float:left;
	padding:5px 4px;
	background:none;
	text-align:left;
	position:relative;
}

.pointer ul li a{
	color:#000;
	text-decoration:none;
}

ul.ul_pointer li{
	float:none;
	border:1px solid #ccc;
	padding:5px;
	height:auto;
	text-align:center;
	width:62px;
}

ul.ul_text li{
	float:none;
	border:1px solid #ccc;
	padding:5px;
	height:auto;
	text-align:left;
	width:150px;
}

ul.ul_text li select{
	width:150px;
}

.clolor_box{
	width:50px; margin-right:5px; text-align:center; float:right; height:44px; line-height:28px; border:1px solid #ccc; background:black;
}

.box{
	height:500px;
	border:1px solid #ccc;
	border-width:0 1px 1px 1px;
	padding:10px;
	background:#fff;
}
/* End Right Side */

/* By developer */

.active-control{
	background-color: lightgreen;
}



#cursors{
	position:relative;
}

#cursors .cursor {
	position:absolute;
	width:auto;
	height:22px;
	background:url('../images/pointer.png') no-repeat -4px 0;
	font-size:10px;
}

.cursor .identif{
background-color:#FFFF00;
width:auto;
height:auto;
margin-top:15px;
}


.filetitle {
    color: black;
    font-family: calibri;
    font-size: 25px;
    margin: 94px;
    /*text-decoration: underline;*/
}


.photo-gallery ul {
    margin: 0;
    padding: 0;
}
.photo-gallery ul li {
    float: left;
    list-style: outside none none;
    margin: 5px 5px 0 0;
    text-align: center;
}
.photo-gallery ul li img {
    border: 1px solid #ccc;
    padding: 2px;
    width: 70px;
}

.chatbox {
    border: 1px solid #ccc;
    bottom: 0;
    height: 400px;
    position: fixed;
    width: 20%;
    z-index: 100000;
    background: #e9eaed;
    width: 265px;
	left: 32px;
}

.titlecolor{
	background:#4865a5;
	line-height:30px;
	border-bottom:1px solid #213a71;
	padding:0 1%;
	margin-bottom:2px;
}

.title{
 color:#fff;
 width:67%;
 float:left;
}

.cross{
 width:29%;
 float:right;
}

.cross a img{
 padding:0 0 0 5px;
}

.chatfeed {
}

.chattxt {
    bottom: 0;
    position: absolute;
    width: 100%;
	border-top:1px solid #ccc;
	background:#fff;
}

.inputdiv{
	width:92%;
	float:left;
}

input{
	border:none;
	width:98%;
	padding:0 1%;
    height: 35px;
}

.sendicon{
	margin-top:10px;
}

.chatsection{
	padding:2% 1% 2% 1%;
	border-bottom:1px solid #dadadb;
	box-shadow:0 0 2px #fff;
}

.icon {
    position: absolute;
    bottom: 0;
    /* height: 50px; */
    background: #fff;
    width: 98%;
    padding: 2% 1%;
    /* border-right: 1px solid #ccc; */
}

.chatimg{
	width:40px;
	float:left;
}

.chatimg img{
	border:2px solid #edeff4;
}

.chate-text{
	width:212px;
	float:left;
}

.chate-text input{
	height:40px;
	border-radius:5px;
}

.msgbox{
	width:100%;
	float:right;
}

.mobile{
	display:none;
}

.menu{
	text-align:right;
}