#btnDocuments {
   display: none !important;
}

/* div.tabHolder { border-bottom: 1px solid #CCCCCC; margin-right: 355px; } */
div.tabHolder { border-bottom: 1px solid #CCCCCC; margin-right: 355px; /*height: 17px;*/ /*padding-bottom: 3px;*/}
/*div.tabHolder {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
    margin-left: 15px;
    position: fixed;
    top: 0px;
    width: 100%;
   	padding-right: 355px; 
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}*/
/*.no-borderradius div.tabHolder { height: 20px !important; }*/
div.tabHolder > div.tab { 
	display: inline-block; cursor: pointer; margin-right: 5px;  font-weight: normal; padding: 2px 5px; color: #005480; font-size: 12px;
	border-bottom:3px solid white;
}

/*.no-borderradius div.tabHolder div.tab { float: left;}*/

div.tabHolder div.active {font-weight: bold; color:#005480; border-bottom:3px solid #005480; zoom: 1;}

div.tabHolder div.marked {
	font-weight: bold; 
	background-image: url("../img/alert.gif");
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	padding-left: 14px;
}

div.tabHolder div.docsMarked {
	color: #DD0000 !important; 
}

div.tabHolder div.tab:hover {border-bottom: 3px solid #c0c0c0 }

div.tabComponent { padding-top: 10px; margin-right: 355px;} /*Replicar cambios en fakeTabComponent*/
div.tabComponent div.aTab { margin-top: 5px; }
div.tabComponent div.aTab div.contentTab {display: none;}
div.tabComponent div.aTab div.active {display: block;}

.mdlBody .tabHolder { margin-right: 0px !important; }

/*Debe tener el mismo margin-right que div.tabComponent, pero tiene distinto nombre para que no se usen tabs*/
div.fakeTabComponent { padding-top: 10px; margin-right: 355px;}

.chat-window {
	width: 220px;
	border: 1px solid #A0A0A0;
	position: absolute;
	height: 370px;
	
	-moz-box-shadow: 0px 2px 10px #909090;
	-webkit-box-shadow: 0px 2px 10px #909090;
	box-shadow: 0px 2px 10px #909090;
}

.chat-window .remover {
	margin-right: 5px;
	font-weight: bold;
	font-size: 15px;
	float: right;
	cursor: pointer;
}

.chat-title {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	color: white;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cssgradients .chat-title {
	/*GRADIENT*/
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#075196) to(#29477c)); /*old webkit*/
    background: -webkit-linear-gradient( #075196, #29477c); /*new webkit*/
    background: -moz-linear-gradient( #075196, #29477c); /*gecko*/
    background: -ms-linear-gradient( #075196, #29477c); /*IE10*/
    background: -o-linear-gradient( #075196, #29477c); /*opera 11.10+*/
    background: linear-gradient( #075196, #29477c); /*future CSS3 browsers*/
}

.no-cssgradients .chat-title {
	/*GRADIENT*/
	background: url("../img/top_frm.png") repeat-x scroll #2A467A;
} 

.chat-highlight {
	background: #E19B33 !important;
}

.chat-title .chat-title-text {
	width: 165px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	cursor: default;
	height: 30px;
}

.remover {
	margin-top: -2px;
}

.minimizer {
	margin-right: 5px;
	font-weight: bold;
	font-size: 17px;
	float: right;
	cursor: pointer
}

.chat-content {
	background-color: #FEFEFE;
}

.chat-content .chatParticipants {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-right: 16px;
	padding-bottom: 5px;
}

.chat-content div.chat-prps {
	background-image: url(../img/chat/prps.png);
	background-position: center;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 34px;
}

.chat-content div.chat-prps:hover {
	background-color: #D0D0D0;
	cursor: pointer;
}

.chat-content div.chat-prps.pressed {
	background-color: #D0D0D0;
}

div.chat-prp-opts {
	position: absolute;
	top: 47px;
	right: 0px;
	width: 110px;
	/*height: 50px;*/
	
	background-color: white;
	border: 1px solid #DDDDDD;
	padding-top: 8px;
	padding-bottom: 8px;
	-moz-box-shadow: 1px 1px 2px #909090;
	-webkit-box-shadow: 1px 1px 2px #909090;
	box-shadow: 1px 1px 2px #909090;
}

div.chat-prp-opts > hr {
	border-color: #F0F0F0;
}

div.chat-prp-opt {
	font-weight: normal;
	line-height: 14px;
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
}

div.chat-prp-opt:hover {
	background-color: #0066b1;
	color: white;
}
/*
div.chat-search-user {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
}

div.chat-search-user-mdl {
	width: 100%;
	height: 100%;
	background-color: white;
	border: 1px solid #D0D0D0;
	-moz-box-shadow: 1px 1px 2px #909090;
	-webkit-box-shadow: 1px 1px 2px #909090;
	box-shadow: 1px 1px 2px #909090;
}
*/
div.chat-user {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #C0C0C0;
	color: #6B6B6B;
	cursor: pointer;
}

div.chat-user:hover {
	color: black;
}

div.chat-user label.checkbox-label input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
    margin-right: 15px;
	margin-left: 5px;
}

div.chat-user label.checkbox-label {
 	display: block;
   	width: 100%;
   	cursor: pointer;
}

div.chat-user.selected {
	background-color: #e0e4e9;
}
    
.chat-admin-message {
	color: #707070;
	font-style: italic;
}

.chat-admin-message a {
	font-style: normal;
}

.chat-content .chatContent {
	width: 100%;
	height: 297px;
	position: relative;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.chat-content > input {
	width: 100%;
	border-left-width: 0;
	border-right-width: 0;
	padding-left: 0;
	border-top: 1px solid #808080;
}

.chat-content > textarea {
	width: 100%;
	border-left: 0px;
	border-right: 0px;
	height: 26px;
}

.chatParticipants {
	padding-top: 2px !important;
	margin-bottom: 3px !important;
	word-wrap: break-word;
	background-color: #EDEDED;
	padding-left: 5px;
}

div.chatParticipants label { font-weight: bold; }
div.chatParticipants span.participant { margin-right: 5px; }

.chat-mask { 
	background-color: white;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}

div.tabContentContainer *.tabUser .chat .content { height: 100px; overflow: auto; padding-left: 10px; padding-right: 5px; padding-bottom: 5px; }

.chat-loader {
	display: inline-block;
	width: 16px;
	height: 11px;
	background-image: url(../img/chat/ajax-loader.gif);
	margin-left: 4px;
	margin-bottom: -2px;
}