html 
{
    
}
body
{
    font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	padding: .5em;
	/*
	background-image: url('../images/Logica.jpg') ! important;
	background-repeat: no-repeat;
	background-position: 97% 97%;
    */
}
.button
{
    /*font-size: 11px;*/
	font-size: 0.8em !important;
    color: black;    
    /*background-color: #c0c0c0;
    height: 20px;*/
}
.textBox
{
	font-size: 11px;
    color: black;
    height: 20px;
}

.textBoxReadOnly, .textAreaReadOnly
{
	font-size: 11px;
    background-color: #f2f2f2;
    height: 20px;
}
.comboBox
{
	font-size: 10px;
    color: black;
    height: 20px
}
.checkbox
{
	font-size: 11px;
    color: black;    
}
.label
{
	font-size: 11px;
    color: black;    
}
.labelSuccess {
    font-size: 11px;
    color: forestgreen;
    font-weight: bold;
    text-align: right; 
}
.labelBold
{
	font-size: 11px;
    color: black;
    font-weight: bold; 
}
.tab
{
	font-size: 11px;
    color: black;
    padding-left: 5px;
    padding-top: 15px;
    font-weight: bold; 
}

.headerBackground
{
    background-color: white;
}


.headerCaption
{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #2A5EA9; /*#1276BB;*/
    /*border-bottom: solid 1px gray;*/
}

.headerSmallCaption
{
    font-size: 10px;
    /*font-weight: bold;*/
    color: #2A5EA9; /*#1276BB;*/
    /*border-bottom: solid 1px gray;*/
}
.captionSmall
{
	font-size: 12px;
    color: black;
}
.caption
{
	font-size: 14px;
    color: black;
}
.captionMedium
{
	font-size: 16px;
    color: black;
}
.captionLarge
{
	font-size: 18px;
    color: black;
}
.captionLarger
{
	font-size: 20px;
    color: black;
}
.captionLargest
{
	font-size: 22px;
    color: black;
}
.borderBottom
{
	border-bottom: #CCCCCC 1px solid
}
.borderTop
{
	border-top: black 1px solid
}
.border
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid
}
.borderTopBottom
{
	border-top: black 1px solid;
	border-bottom: black 1px solid
}
.tableHeader
{
	font-size: 11px;
    color: black;    
    font-weight: bold;     
    padding-left: 4px;
    padding-right: 4px;
}
.tableContent
{
	font-size: 11px;
    color: black;    
    padding-left: 4px;
    padding-right: 4px;
}

.validateError
{
	font-size: 18px;
    color: black;    
}

.CustomerLogo
{
    /*background-image: url("http://localhost/SkogWeb/images/Logica.jpg");*/
    background-image: url("../images/Logica.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed; 
    background-repeat:no-repeat; 
    background-position:left;
}
/* TOP MENU */
.TopMenu
{
    font-size: 10pt;
    border-bottom: solid 1px #8A8A8A;
    background-color: white;
    color: #404040;
    text-align:left;
}

.TopMenuItemStyle
{
    font-size: 10pt;
    /*font-weight:bold;*/
    border: none;
    text-decoration: none;
    background-color: White;
    color: #404040;
    margin-right: 10px;
    /*margin-bottom: 5px;*/
    padding-bottom: 5px;
}

.TopMenuItemSelectedStyle
{
    font-size: 10pt;
    border: none;
    text-decoration: none;
    background-color: White;
    color: #2A5EA9; /*#1276BB;*/
    margin-right: 10px;
    /*margin-bottom: 5px;*/
    padding-bottom: 5px;
}
.TopMenuSubItemStyle
{
    font-size: 8pt;
    background-color: white;
    color: #404040;
    border-style: solid;
    border-width: 1px;
    border-color: #8A8A8A;/*#9D9DA1;*/
    border-top: none;
}
.TopMenuSubItemSelectedStyle
{
    font-size: 8pt;
    background-color: white;
    color: #2A5EA9; /*#1276BB;*/
    border-style: solid;
    border-width: 1px;
    border-color: #8A8A8A;/*#9D9DA1;*/
    border-top: none;
}
.TopMenuContextItemStyle
{
    font-size: 8pt;
    background-color: white;
    color: #404040;
}
.TopMenuContextItemSelectedStyle
{
    font-size: 8pt;
    background-color: white;
    color: #2A5EA9; /*#1276BB;*/
}
.TopMenuSubItemDisabledStyle
{
    
}

.hidden
{
    display: none;
}

.left
{
    float: left;
}

/* USER MENU */
.UserMenu
{
        
}
.UserMenuItemStyle
{
    font-size: 10pt;
    Border: none;
    text-decoration: none;
    background-color: White;
    border-bottom: solid 1px #CCCCCC;
    color: #404040;
    padding-bottom: 4px;
    padding-top: 4px;
    width:150px;
    
}
.UserMenuItemSelectedStyle
{
    font-size: 10pt;
    Border: none;
    text-decoration: none;
    background-color: White;
    border-bottom: solid 1px #CCCCCC;
    color: #2A5EA9;
    padding-bottom: 4px;
    padding-top: 4px;
    width:150px;
}
.UserMenuItemDisabled
{
    color: #e1e1e1;
    font-style:italic;
}

/* WEB GRID */
.GridTableHeader
{
    background-color: #f0f0f0;
}

.GridTableContext
{
    background-color: #ffffcc;
    padding-left: 2;
    padding-right: 2;
}

.GridTableAlternatingContext
{
    background-color: #fffffc;
    padding-left: 2;
    padding-right: 2;
}

.GridTableGroupContext
{
    background-color: #ffffcc;
    font-weight: bold;
}

.GridTableContextEmpty
{
    background-color: #f0f0f0;
}

.GridTableContextSum
{
	background-color: #f0f0f0;
	font-weight: bold;
}

.GridTableContextRubrik
{
	background-color: #f0f0f0;
}

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

div.infoMessage
{
	font-size: 18px;
    color: black;    
}

div.search
{
	background-color:#F7F7F7;
	font-size: 18px;
    color: black; 
    width:200px;  
    height: auto; 
}

div.searchInp
{
	background-color:#F7F7F7;
	font-size: 18px;
    color: black; 
    width: 1000px;  
    height: auto; 
}

div.groupboxSort
{  
  width: 205;    
}
/*ADDED by Andreas...*/
.navInfo 
{
    font-size: 14px;
    color: #2A5EA9;
    text-align:right;
}
div.floater 
{
    float:left;
    padding-right:.5em;
}
.half 
{
    width: 50%;
}

.almostHalf
{
    width: 49.97%;
}

.aThird 
{
    width: 33.33%;
}
.aFourth 
{
    width: 25%;
}
.aFifth 
{
    width: 20%;
}
.fillAll
{
    width:100%;
}
fieldset 
{
    margin: .5em 0 0 0;
    padding: .5em;
    border: solid 1px #e2e2e2; 
}
fieldset legend 
{
    width: auto;
}
fieldset table.tdata 
{
    margin: 1.5em 0 .5em 0;
}
div.newRow 
{
    width: 100%;
    clear: left;
    float:left;
}
.textAreaReadOnly 
{
    height: 6em;
    width: 100%;
}
.numberValue 
{
    text-align:right;
    min-width: 10em;
    width: 10em;
}
.textValue
{
    min-width:10em;
    width:12em;
}
.textValueLarge
{
    min-width: 18em;
    width: 18em;
}
.dateValue
{
    min-width:7em;
    width:7em;
}
.grp 
{
    margin-top: 1em;   
}
.inlineInfo 
{
    font-size:12px;
    padding: .5em;
}
.helpInfo 
{
    width: 100%;
    background-color: transparent; /*#f8f8f8;*/
    /*background-image: url('../images/help.png') ! important;
    background-repeat: no-repeat;
    background-position: .5em .3em;*/
}
.helpInfo img
{
    margin: .2em .2em 0 0;
}
.helpInfoDisabled 
{
    background-color: inherit;
}
#helpContentContainer
{
    background-color: #f8f8f8;
    width:auto;
    padding: .5em;
    display: none;
}
#helpContentContainer p,  #helpContentContainer ul
{
    padding:0;
    margin:0;
}
#helpContentContainer ul 
{
    padding: .5em 0 0 2em;
}
.helpHeader 
{
    font-size: 12px;
    font-style: italic;
    color: #2A5EA9;
}
.helpInfo img 
{
    float: right;}

.label th, .label td
{
   padding: .1em .5em;
}
.label th a
{
    font-weight: bold;
}
.label a
{
    color: black;    
}
.complex table
{    
    width: auto;  
}
.complex table td 
{
    padding: 0 .2em;
}
#header #userInfo span 
{
    text-align:right;
    width: 100%;
    font-size: .6em;
}
/* Design help... */
#sidebarLeft, #sidebarRight, #content, #header, #logo, #userInfo 
{
    border: 0px dotted gray;
}
.complex table
{
     border: 0px dotted blue;
}
.complex table td 
{
    border: 0px solid red;    
}
input .readOnly 
{
    color: #000000;
}
/*
*[disabled="disabled"]
{
    color: black ! important;
}
div:empty, span:empty,
li:empty, p:empty,
td:empty, th:empty {padding: 0.5em; background: yellow;}

*[style], font, center {outline: 5px solid red;}
*[class=""], *[id=""] {outline: 5px dotted red;}

img[alt=""] {border: 3px dotted red;}
img:not([alt]) {border: 5px solid red;}
img[title=""] {outline: 3px dotted fuchsia;}
img:not([title]) {outline: 5px solid fuchsia;}

table:not([summary]) {outline: 5px solid red;}
table[summary=""] {outline: 3px dotted red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}

a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/

.wijmo-wijcombobox
{
    position: relative !important;
    /*height: 20px;*/
}
.wijmo-wijcombobox-input
{
    /*height: 20px;*/
    font-size: 12px !important;
}
.wijmo-wijcombobox-list
{
    font-size: 12px !important;
}
.ui-widget input
{
    font-size: 12px;
}

.ui-button-text
{
    font-size: 12px !important;
}

.ui-tabs-hide
{
    display: none !important;
}

.wijmo-wijlist-item-selected
{
    background: #73add6 url(../images/ui-bg_glass_65_73add6_1x400.png) 50% 50% repeat-x !important; /* #2A5EA9  url(images/ui-bg_glass_65_73add6_1x400.png) 50% 50% repeat-x */
}

/* RSS Feed och Länkar */
.itemList{width:450px; list-style:none outside none;background-color:#FFFFFF; border:1px solid #D3CAD7; color:#3E3E3E; margin: 0;}
.itemList li{border-bottom:1px solid #D3CAD7; padding:5px;}
.itemList li:last-child{border-bottom:none;}
.itemTitle {font-weight: bold;}
.itemTitle a, .itemList a {font-weight:bold; color:#4EBAFF !important; text-decoration:none }
.itemTitle a:hover{ text-decoration:underline }
.itemDate{font-size:11px;color:#AAAAAA;}

/* Nyheter */

#NyheterHeader, .rssHeader, #lankarHeader
{
    font-size: larger;
    color: #4EBAFF;
}

#NyhetPopup 
{
    width: 500px;
    height: auto;
    background-color: #FFF;
    border: 1px solid #D3CAD7;
    padding: 5px;
}

#NyhetRubrik
{
    color: #4EBAFF;
    margin-bottom: 0;
    padding-bottom: 0;
}

#NyhetDatum
{
    margin-top: 0;
    padding-top: 0;
}

#NyhetIngress
{
    font-weight: bold;
}

.rssFeed
{
    width: 550px;
    height: 400px;
    overflow: auto;
}

.width600 
{
    width: 600px;
}

.padding20topbottom
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.error_label
{
    color: red;
}

.ui-dialog .ui-dialog-title {
  text-align: center;
  width: 100%;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.85;
    filter: Alpha(Opacity=85);
    background-image: none;
}

.margin-top-5 {
    margin-top: 5px;
}

@media print {
    .hide-on-print {
        display: none;
    }
}

.has-error {
    background-color: #e08282;
}

.has-success {
    background-color: #99d093;
}

.lblOK {
    border: 1px solid #448542;
    background-color: #b9d8b5;
    padding: 5px;
    border-radius: 5px;
}

.lblError {
    border: 1px solid #c64343;
    background-color: #e5a8a8;
    padding: 5px;
    border-radius: 5px;
}

.lblInfo {
    border: 1px solid #39ccba;
    background-color: #97f7e8;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* From LevWeb */
table {
    /*border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

table td {
    padding: 0px 10px 2px 2px;
    /*border: solid 1px #e8eef4;*/
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    /*border: solid 1px #e8eef4;   */
}

.linkcolor {
    color: blue !important;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
    background: #ffeeee !important;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../Scripts/vendor/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../Scripts/vendor/material-design-icons/MaterialIcons-Regular.woff2') format('woff2'), url('../Scripts/vendor/material-design-icons/MaterialIcons-Regular.woff') format('woff'), url('../Scripts/vendor/material-design-icons/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


/*::-webkit-scrollbar {
    background-color: #d8e2ef
}*/
.wijmo-wijsuperpanel-vbarcontainer {
    background: #d8e2ef !important;
}
/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #98a6b9;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #838588
}*/
a.button {
    padding: .4em 1em;
}
.wijmo-checkbox.ui-widget.ui-state-checked {
    border: none !important;
}