
/*CHAT*/
.popup-box {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
   	background-color: #e5e5e5;
    border-top: 1px solid #FF7900;
	border-left: 1px solid #FF7900;
	border-right: 1px solid #FF7900;
    bottom: 0;
    display: none;
    height: 415px;
    position: fixed;
	z-index:200;
    right: 10px;
    width: 300px;

}
.round.hollow {
    margin: 40px 0 0;
}
.round.hollow a {
    border: 2px solid #ff6701;
    border-radius: 35px;
    color: red;
    color: #ff6701;
    font-size: 23px;
    padding: 10px 21px;
    text-decoration: none;
}
.round.hollow a:hover {
    border: 2px solid #000;
    border-radius: 35px;
    color: red;
    color: #000;
    font-size: 23px;
    padding: 10px 21px;
    text-decoration: none;
}
.popup-box-on {
    display: block !important;
}
.popup-box .popup-head {		
    clear: both;
    color: #fff;
    display: inline-table;
    font-size: 16px;
    padding: 7px 10px;
    width: 100%;
	background:#FF7900;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.bg_none i {
    border: 1px solid #ff6701;
    border-radius: 25px;
    color: #ff6701;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none:hover i {
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}
.bg_none {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.popup-box .popup-head .popup-head-right {
    margin: 0px 7px 0;
}
.popup-messages-footer {
	padding:10px;
	background:#FFF;
}
.direct-chat-msg {
	display:inline-block !important;
	width:100%;
}

.popup-box .popup-messages {
    background: #e5e5e5;
    height: 305px;
    overflow: auto;
}
.direct-chat-messages {
    overflow: auto;
    padding: 10px;
    transform: translate(0px, 0px);
    
}
.popup-form {
	background: #e5e5e5;
	padding:10px;
}
.popup-head-right .btn-group {
    display: inline-flex;
	margin: 0 8px 0 0;
	vertical-align: top !important;
}
.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: 14px;
    height: 30px;
    width: 30px;
}
.popup-messages .direct-chat-messages {
    height: auto;
}
.popup-messages .direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
}

.popup-messages .direct-chat-timestamp {
    color: #666;
}

.popup-messages .direct-chat-name {
	font-size: 15px;
	font-weight: 600;
	margin: 0px !important;
	color: #333;
	opacity: 0.9;
}
.popup-messages .direct-chat-info {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}
.popup-messages  .big-round {
    margin: -9px 0 0 !important;
}
.pergunta {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.65);
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.65);
	color:#333;
	font-size:14px;	
	background:#e9e9e9;
	padding:5px 10px;
	margin-bottom:10px;
	margin-left:50px;
	display:inline-block;
	float:right;
	clear:both;
	word-wrap: break-word;
	max-width: 250px;
}

.resposta {	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.65);
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.65);
	color:#333;
	font-size:14px;
	background:#fff;
	padding:5px 10px;
	margin-bottom:10px;
	margin-right:50px;
	display:inline-block;
	float:left;
	clear:both;
	word-wrap: break-word;
	max-width: 250px;
}
#texto {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
	padding:5px;
}
#addClass {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	background:#FF7900;
	bottom:0;
    height:40px;
    position:fixed !important;
    right:10px;
    width:300px;
	color:#FFF;
	padding:10px;
	z-index:200;
}
.form01 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #CCC;
	padding:5px;
	font-size:15px;
}
.cont-1400 {
	max-width:1400px;
	margin:0 auto
}