/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2013, 7:09:35 AM
    Author     : bugraozden
*/

#wb_conversation {  
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px 1px #cccccc;
	-moz-box-shadow: 0px 0px 5px 1px #cccccc;
	box-shadow: 0px 0px 5px 1px #cccccc;
}

.wboard_div .ibox-title {
	background: #86dafc;
    color: #ffffff;
}	

.wboard_div .ibox-title h5 { 
	text-transform: uppercase;
    padding: 0px 0px 0px 15px;
}				
.icon-select{
	padding: 10px 0px !important;
}

.icon-select .selected-box {
    position: relative;
    width: 100%;
    height: 25px;
}

.selected-box
 {
	left: 0px;
	}
 
.icon-select .selected-box:hover {
	cursor: pointer;
}
 
.icon-select .selected-icon {
	/* position: absolute; */
	/* margin: 0px; */
	/* padding: 0px; */
	/* top: 5px; */
	/* left: 4px; */
	/* width: 30px; */
	/* height: 30px; */
	/* -webkit-border-radius: 3px; */
	-moz-border-radius: 3px;
	/* border-radius: 3px; */
}

.icon-select .component-icon{
     position: absolute;
     bottom: 7px;
     right: 8px;
 }

.icon-select .box {
	position: absolute;
	top: -2px;
	left: 48px;
	margin: 0px;
	padding: 0px;
	width: 53px;
	height: 246px;
	border: 1px solid #9a9a9a;
	background-color: #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: auto;
	z-index: 9999;
}


.icon-select .icon {
	position: relative;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	width:25px;
	height:25px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	float: left;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;  
}


.icon-select .icon:hover {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.icon-select .icon.selected {
	position: relative;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	width:25px;
	height:25px;							
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	float: left;
 }
 
.box {
	display: block;
	overflow: auto;
 }
 
.fontnamesec {
	position: absolute;
    width: 35%;
    z-index: 99;
    top: 50%;
    margin-top: 15px;
    margin-left: 55px;
    border: 1px solid #9a9a9a;
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 10px 10px 0px 10px
 }
 
.wb-icons-set {
	position: relative;
	/* height: 30px; */
	/* width: 38px; */
	/* padding-top:4px; */
	/* background: #f3f3f3; */
	margin: auto;
	/* border: 1px solid #f3f3f3; */
	}
 
.wb-icons-set:hover{ 
	background: #ffffff;
	/*border: 1px solid #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;*/
	cursor: pointer;
}		   

.wb-icons-set img {
	width: 20px;
}   