/**************************************************************************
 * Copyright (c) 2002, 2008 ComActivity AB, Sweden.  All rights reserved.
 * COMACTIVITY PROPRIETARY/CONFIDENTIAL.  Use is subject to license terms.
 * Redistribution in source and binary forms, with or without modification,
 * are not permitted unless explicit written permission is obtained.
 **************************************************************************/

/* ------------------------------------------------------------------
	Top 
   ------------------------------------------------------------------  */
.CA-topContainer {
	height: auto;
}
.CA-topNavContainerItemLeft {
    display: inline-flex;
    width: 200px;
}
/* ------------------------------------------------------------------
	Browse listor 
   ------------------------------------------------------------------  */
.CA-fEven {
	background-color: #e7e7e7;
}
.CA-fOdd {
    background-color: #f7f7f7;
}
.CA-fEven:hover {
	background-color: #C5E6F7;
}
.CA-fOdd:hover {
	background-color: #C5E6F7;
}
.CA-flxtblRowHighlighted, .flextable.highlighted_expand {
	background-color: #91CDED;
}
td.CA-flxtblCaptionCell {
	border-right: 1px solid;
    border-color: #d7d7d7;
}
.CA-fCllOutput, .CA-fCllInput {
	border-right: 1px solid;
    border-color: #d7d7d7;
}
.CA-flxtblSearchCell {
	border-right: 1px solid;
    border-color: #d7d7d7;
}
	
/* ------------------------------------------------------------------
	Statusfärger 
   ------------------------------------------------------------------  */

.CustomClass_row_ok {
	background-color: green;
	color: white;
}
.CustomClass_row_warning {
	background-color: yellow;
	color: black;
}
.CustomClass_row_alert {
	background-color: red;
	color: black;
}
.CustomClass_light_red {
	background-color: #FE7777;
	color: black;
}
.CustomClass_light_grey {
	background-color: #E9E6E6;
	color: black;
}
.CustomClass_light_blue {
	background-color: #C7E8FB;
	color: black;
}
