/* PRODUCER TYPE CUSTOMIZED*/


div.selectBox {
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 30px;
    clear: both;
    color: #888;
    margin-top: 20px;
}

span.selected {
    width: 167px;
    text-indent: 20px;
    border: 1px solid #ccc;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #f6f6f6;
    overflow: hidden;
}

span.selectArrow {
    width: 30px;
    border: 1px solid #9FD573;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-size: 20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #9FD573;
}

.catAccordionBox {
	border: 1px solid silver;
	height: 250px;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
    display: none;
}

.catAccordionBoxOuter {
    border: 1px solid silver;
    height: 34px;
    width: 100%;
    overflow: hidden;
    padding: 6px 12px;
    color: #555;
    border-radius: 3px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    cursor: pointer;
    font-style: italic;
}

.themeBar:not(.selected):hover,
.conversationBar:not(.selected):hover {
	background-color: rgb(208, 231, 226);
}

.selected {
	background-color: #2DB5AB;
	color: white;
}

.themeBar {
	padding: 5px 10px 5px 28px;
	border-bottom: 1px solid silver;
	cursor: pointer;
}

.conversations {
	display: none;
}

.conversationBar {
	padding: 5px 10px 5px 60px;
	border-bottom: 1px solid silver;
	cursor: pointer;
}

.arrowWrap {
	margin-right: 5px;
	display: inline-block;
	color: rgb(105, 106, 105);
	float:right;
	font-size: 15px;
}

.arrowIcon {
	-webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.arrowIcon.rotated {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.select-one{
    padding: 5px;
    color: : gray;
}

.displaynone {
    display: none;
}
tspan{
    text-decoration:none;
    text-shadow:none !important;
}
