.MADEVChatCustom #chatContainer{
    font-family: 'Open Sans', sans-serif;
    /*background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;*/
    /*Cambiado*/
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1000;
}

.MADEVChatCustom #popup-users, #popup-chat{
	padding: 0 10px 10px;
}

.MADEVChatCustom #popup-users tr{
  background: transparent !important;
}

.MADEVChatCustom #boxIconChat{
    border-radius: 5px;
    cursor: pointer;
    padding: 6px 8px;
}

.MADEVChatCustom #boxIconChat i{
	background: #45cbf5 none repeat scroll 0 0;
    color: #fff;
    font-size: 25px;
}

.MADEVChatCustom #boxSpinnerLoading{
	padding:10px 0;
}


.MADEVChatCustom .message-entry{
	margin-top:0px;
}

.MADEVChatCustom .popup-box {
	/*background-color: #ffffff;*/
	/*Cambiado*/
	  background-color: #f7f7f7; /*#087021;*/
    border: 1px solid #b0b0b0;
    display: none;
    font-family: "Open Sans",sans-serif;
    margin: 5% auto 0;
    width: 35%;
    z-index: 1000;
}

.MADEVChatCustom .round.hollow {
    margin: 40px 0 0;
}

.MADEVChatCustom .round.hollow a {
    border: 2px solid #ff6701;
    border-radius: 35px;
    color: red;
    color: #ff6701;
    font-size: 23px;
    padding: 10px 21px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.MADEVChatCustom .round.hollow a:hover {
    border: 2px solid #000;
    border-radius: 35px;
    color: red;
    color: #000;
    font-size: 23px;
    padding: 10px 21px;
    text-decoration: none;
}

.MADEVChatCustom .popup-box-on {
    display: block !important;
    /*padding-bottom: 15px;*/
    /*cambiado*/
    padding-bottom: 25px;
}

.MADEVChatCustom .popup-box .popup-head {
    /*background-color: #fff;*/
    /*Cambiado*/
    background-color: #f7f7f7; /*#087021;*/
    clear: both;
    /*color: #7b7b7b;*/
    /*Cambiado*/
    display: inline-table;
    font-family: arial;
    font-size: 20px;
    padding: 10px 0;
    width: 100%;
}

.MADEVChatCustom .bg_none i {
    border: 1px solid #ff6701;
    border-radius: 25px;
    color: #ff6701;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}

.MADEVChatCustom .bg_none:hover i {
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}

.MADEVChatCustom .bg_none {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.MADEVChatCustom .popup-box .popup-head .popup-head-right {
    margin: 0px 10px 0;
}

.MADEVChatCustom .popup-head-left img {
    border: 1px solid #7b7b7b;
    border-radius: 50%;
    width: 44px;
}

.MADEVChatCustom .popup-messages-footer > input {
    border-bottom: 1px solid #b2b2b2 !important;
    /*height: 20px !important;*/
    border: medium none;
    font-size: 15px;
    margin-top: 10px;
    width: 95% !important;
}

.MADEVChatCustom .popup-messages-footer {
    display: inline-block;
    width: 100%;
}

.MADEVChatCustom .popup-messages-footer .btn-footer {
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom:5px;
}

.MADEVChatCustom .simple_round {
    background: #d1d1d1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #4b4b4b !important;
    height: 21px;
    padding: 0 0 0 1px;
    width: 21px;
}

.MADEVChatCustom .popup-box .popup-messages {
    background: white;
    max-height: 275px;
    overflow: auto;
}

.MADEVChatCustom .direct-chat-messages {
    padding: 10px;
    transform: translate(0px, 0px);
    margin-bottom:15px;
}

.MADEVChatCustom td, .MADEVChatCustom td span{
	font-size:14px !important;
	vertical-align: middle !important;
  border: 0px !important;
}

.MADEVChatCustom .popup-messages .chat-box-single-line {
 	/*border-bottom: 2px solid #5bbae8;*/
 	/*Cambiado*/
 	border-bottom: 2px solid #087021;
    height: 10px;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}

.MADEVChatCustom .popup-messages abbr.timestamp {
    /*background: #3f9684 none repeat scroll 0 0;*/
    /*cambiado*/
    background: #087021 none repeat scroll 0 0;
    color: #fff;
    padding: 0 11px;
}

.MADEVChatCustom .popup-head-right .btn-group {
    display: inline-flex;
	margin: 0 8px 0 0;
	vertical-align: top !important;
}

.MADEVChatCustom .chat-header-button {
    color: black;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #636364;
    border-radius: 50%;
    font-size: 14px;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    padding:4px;
}

.MADEVChatCustom .popup-head-right .btn-group .dropdown-menu {
    border: medium none;
    min-width: 122px;
	padding: 0;
}

.MADEVChatCustom .popup-head-right .btn-group .dropdown-menu li a {
    font-size: 12px;
    padding: 3px 10px;
	color: #303030;
}

.MADEVChatCustom .popup-messages abbr.timestamp {
    /*background: #5bbae8 none repeat scroll 0 0;*/
    /*cambiado*/
    background: #087021 none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    padding: 1px 10px;
}

.MADEVChatCustom .popup-messages .chat-box-single-line {
   	/*border-bottom: 1px solid #5bbae8;*/
   	/*Cambiado*/
   	border-bottom: 2px solid #087021;
    height: 10px;
    margin: 5px 0 15px;
    position: relative;
    text-align: center;
}

.MADEVChatCustom .popup-messages .direct-chat-messages {
    max-height: 250px;
}

.MADEVChatCustom .popup-messages .direct-chat-timestamp {
    color: #333;
    opacity: 0.6;
}

.MADEVChatCustom .popup-messages .direct-chat-name {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	opacity: 0.9;
}

.MADEVChatCustom .popup-messages .direct-chat-name-left{
	margin: 0 0 0 60px !important;
}

.MADEVChatCustom .popup-messages .direct-chat-name-right{
	margin: 0 0 0 0 !important;
}

.MADEVChatCustom .popup-messages .direct-chat-info {
	font-size: 12px;
    margin: 5px 0 3px;
}

.MADEVChatCustom .popup-messages  .big-round {
    margin: -9px 0 0 !important;
}

.MADEVChatCustom .popup-messages  .direct-chat-img {
    border-radius: 5px;
    margin: 0;
    width: 40px;
    height: 40px;
}

.MADEVChatCustom .popup-messages .direct-chat-img-left {
    float: left;
}

.MADEVChatCustom .popup-messages  .direct-chat-img-right {
    float: right;
}

.MADEVChatCustom .direct-chat-reply-name {
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 10px;
    opacity: 0.9;
}

.MADEVChatCustom .direct-chat-img-reply-small
{
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    height: 20px;
    margin: 0 8px;
    width: 20px;
	background:#3f9684;
}

.MADEVChatCustom .popup-messages .direct-chat-msg {
    margin-bottom: 10px;
    position: relative;
}

.MADEVChatCustom .popup-messages .doted-border::after {
	border:0 !important;
}

.MADEVChatCustom .popup-messages .direct-chat-msg::after {
    background: #fff none repeat scroll 0 0;
    border-right: medium none;
    bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
	display: inline;
	z-index: -2;
}

.MADEVChatCustom .direct-chat-text::after, .direct-chat-text::before {
    border-color: transparent #dfece7 transparent transparent;
}

.MADEVChatCustom .direct-chat-text::after, .direct-chat-text::before {
    border-color: transparent #d2d6de transparent transparent;
    border-image: none;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}

.MADEVChatCustom .direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}

.MADEVChatCustom .popup-messages .direct-chat-text {
	border-radius: 5px;
    font-size: 15px;
}

.MADEVChatCustom .direct-chat-text {
    background: #d2d6de none repeat scroll 0 0;
    border-radius: 5px;
    color: #444;
    padding: 5px 10px;
    position: relative;
}

.MADEVChatCustom .direct-chat-text-left {
	margin: 0 0 0 50px;
	text-align: left;
	color: #000000;
	border: 1px solid #ccc;
}

.MADEVChatCustom .direct-chat-text-right {
	margin: 0 50px 0 0px;
	text-align: left;
	color: #FFFFFF;
    border: 0;
}

.MADEVChatCustom #boxSpinnerLoading span{
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    vertical-align: super;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
	.MADEVChatCustom .popup-box {
		width: 80%;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.MADEVChatCustom .popup-box {
		width: 90%;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.MADEVChatCustom .popup-box {
		width: 90%;
	}
}

/*Nuevo*/
.MADEVChatCustom .aui .tooltip-help .tooltip-inner{
	background-color: #f7f7f7 !important;
}