.onlyprint
{
	display:none;
}

.controls textarea
{
	min-height:200px;
}

td.info_header
{
	font-weight:bold;
	width:150px;
}

.table-conversation tbody tr:hover td 
{
	cursor:pointer;
}

.table-conversation tr.unread
{
	font-weight:bold;
}
.table-conversation tr.unread content
{
	font-weight:normal;
}
	
.feedback-panel 
{
    padding:20px;
    width: 250px;
    background: #EBEBEB;
    border: #333 1px solid;
    position:absolute;
    top:200px;
    left:-291px;
}
 
.feedback-panel a.feedback-tab 
{
    background:transparent url(../images/feedbacktab.png) no-repeat scroll 0 0;
    border-width: 1px 1px 1px 0;
    display:block;
    height:99px;
    left:51px;
    bottom:21px;
    position:relative;
    float:right;
    text-indent:-9999px;
    width:30px;
    outline:none;
}

.selection
{
	padding:5px;
	border:1px solid #BFBFBF;
	border-radius: 3px;
}

.selection_search
{
	overflow:hidden;
	border:1px solid;
	padding:1px;
	border-color: #888 #ccc #ccc #ccc;
	background:#f7f7f7;
	position:relative;
}
	.selection_search input
	{
		width:99.5%;
		outline:0!important;
		border:0;
	}
	
	.selection_search .magnifier
	{
		color:#777;
		position:absolute;
		padding:1px;
		right:5px;
		top:.4em;
		background:url('../images/selection_icons.png');
		background-repeat:no-repeat;
		background-position:-84px 50%;
		width:7px;
		height:10px;
		overflow:hidden;
	}

.selection_values
{
	min-width:134px; 
	height:300px;
	overflow:auto; 
	overflow-y:auto; 
	overflow-x:hidden; 
	display:block;
}
	.selection_value
	{
		padding:2px 2.5ex 2px 0;
		margin:0;
		white-space:nowrap;
		display:block;
		color:#666;
	}
	
	.selection_value:hover
	{
		background-color:#F2F2F2;
		cursor:pointer;
	}
	
	.selection_value_container_checkbox
	{
		height: 10px;
		width: 12px;
		background:url('../images/selection_icons.png');
		background-position: -48px 50%;
		background-repeat: no-repeat;
		vertical-align: middle;
		margin: 0 2px 2px 5px;
		position:relative;
		display:inline-block;
	}
	

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.codeofconduct
{
	padding:5px;
	
	
	border-radius: 3px;
	min-width:134px; 
	height:300px;
	overflow:auto; 
	overflow-y:auto; 
	overflow-x:hidden; 
	display:block;
	color:#000;
	font-size:.9em;
}

/* Footer
-------------------------------------------------- */
.footer {
  background-color: #eee;
  min-width: 940px;
  padding: 30px 0;
  text-shadow: 0 1px 0 #fff;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
     -moz-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
/*          box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
*/}
.footer p {
  color: #555;
}



/** MEDIAUPLOADER **/
.mediauploader_dropzone
{
	width:210px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	color: #808080;
	border: 1px solid #ccc;
	border-radius: 7px;
	cursor: default;
}
.mediauploader_dropzone.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

p.mediauploader_progressbar
{
	display: none;
	width: 198px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #ccc;
	border-radius: 5px;
	background: #eee url("../images/progress.png") 100% 0 repeat-y;
}
.mediauploader_progressbar p.success
{
	background: #0c0 none 0 0 no-repeat;
}
.mediauploader_progressbar p.failed
{
	background: #c00 none 0 0 no-repeat;
}



/* OFFICE PICCOLO */
.navbar .nav>li>a {
    float: none;
    padding: 10px 10px 11px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.navbar-inner {
    background-color:#A10028!important;
    background-image: -webkit-linear-gradient(top, #A10028, #A10028);
}
.navbar-inner a.mainmenu{color:#ffffff!important}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #F71047;
    border-color: #F71047;
}
.control-group.error>label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #F71047;
}
a{color: #A10028;}
a:hover{color:#F71047;}

.select2-results .select2-highlighted {
    background: #A10028;
    color: #fff;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #A10028, #F71047);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #A10028;
}

.btn-info {
    color: #ffffff;
    background-color: #a10028;
    border-color: #880022;
}
.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #6e001b;
    border-color: #080002;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #6e001b!important;
    border-color: #4a0012;
}

.dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover{background-color:#A10028;}