@charset "utf-8";
/* CSS Document */
*:focus {outline: none;}
html {
	color: #555555;
	background: #E8E8E8;
	height:100%;
	margin: 0px; padding:0px;
	width:100%;
	top:0px; bottom:0px; right:0px; left:0px;
	
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	border:none 0px;
}
body {
	font-family: Lucida Grande, sans-serif;
	font-size: 13px;
	background: #f6f6f6;
	margin:0px 0px; padding:0px;
	text-align:center;
	height:100%;
	width:100%;
	opacity:0.99;
	overflow-x:hidden;
}
	
table, tr, td  {
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

.imSmallSpace{float:left;clear:both;height:4px;width:20px;width:100%;}

.imMediumSpace{float:left;clear:both;height:10px;width:20px;width:100%;}

.imBigSpace{float:left;clear:both;height:18px;width:20px;width:100%;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	clear:both;
}

p{
	font-style:normal;
	font-size: 13px;
	font-weight:normal;
	color:#555555;
	text-shadow:0px 1px 0px #FFFFFF;
	margin:0px; padding:0px;
}

/*h1{
	font-style:normal;
	font-size: 24px;
	font-weight:normal;
	color:#444444;
	text-shadow:0px 1px 0px #FFFFFF;
	margin:0px; padding:0px;
}*/

h2{
	font-style:normal;
	font-size: 1.3em;
	font-weight:normal;
	color:#3A5F1F;
	text-shadow:0px 1px 0px #FFFFFF;
	margin:0px; padding:0px;
}

h3{
	font-style:normal;
	font-size: 1.2em;
	font-weight:normal;
	color: #3A5F1F;
	text-shadow:0px 1px 0px #FFFFFF;
	margin:0px; padding:0px;
}

h4{
	font-style:normal;
	font-size: 1em;
	font-weight: bold;
	color: #3A5F1F;
	text-shadow:0px 1px 0px #FFFFFF;
}

h5{
	font-style:normal;
	font-size: 0.9m;
	font-weight: bold;
	color:#333333;
	text-shadow:0px 1px 0px #FFFFFF;
}

.imInfoText { float:left; color:#444444; font-size:12px; font-weight:normal; }

.errorMessage, .imRed{color:#A40101;font-weight: bold;}

.imGray{color:#666666;}

.errorMessage h5{
	color:#A40101;
}

h6{
	font-style:normal;
	font-size: 12px;
	font-weight: bold;
	color:#222222;
	text-shadow:0px 1px 0px #FFFFFF;
}

.errorMessage h6{
	color:#990000;
}

/**** STATIC HIGHLATED TEXT BIG ****/
h1,h1 label{
	font-style:normal;
	font-size: 13px!important;
	font-weight: bold;
	color:#157DAF!important;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

a,a:visited,.ui-widget-content a {
	text-decoration: none !important;
	color: #4693ED;
	font-style: 1em;
}



	
a:hover,a:focus,.imBlue { color: #006892; }

a:hover { text-decoration: underline !important; }


/*because legend doesn't inherit in IE */
legend {
	color: #444444;
}

input,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-shadow:0px 0px 0px #FFFFFF;
	float:left;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {}
.clear {
clear: both;
}

.treeview li:hover {
	cursor: pointer;
}

.wrapper{
	float:left;
	width:100%;
	height:100%;
	background: none;
}

.bigContainer{
	clear:both;
	float:left;
	height:100%;
	width: 100%;
    right: 0;
    left: 0;
    position: static;
    margin:0;
    padding:0;
}

/************ HEADER *************/
.header{
	clear:both;
	float:left;
	height: auto;
    width: 100%;
    right: 0;
    left: 0;
    position: static;
    background: #FCFCFC;
    border-bottom: 1px solid #C8C7CC;
}

.myHeadContainer{
	float:left;
	width:100%;
}

/************* TOP NAVIGATION SECTION ***********/
.myHeadContainer .topHeadContainer{
	background: none;
    float: left;
    height: 20px;
    width: 100%;
}


.myHeadContainer .topHeadContainer .loginSectionEmpty{display: none;}

.myHeadContainer .topHeadContainer .loginSection{
	background: #fefefe none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #444444;
    float: right;
    font-size: 12px;
    margin: -4px -4px 0 0;
    min-height: 20px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99999999;
}
.myHeadContainer .topHeadContainer .loginSection.fake {
    border: none;
}
	
.myHeadContainer .topHeadContainer .loginSection .loginSectionLeft{
	display: none;
}

.myHeadContainer .topHeadContainer .loginSection .loginSectionCenter{
	float:left;
	display:table;
	background: none;
    border-top: none;
    border-right:none;
    /*box-shadow: 0 0 3px 2px #111111;*/
    min-height: 20px;
}

.myHeadContainer .topHeadContainer .loginSection .loginSectionRight{
	display: none;
}

.myHeadContainer .topHeadContainer .loginSectionCenter .loginSectionElements{
	float: left;
    margin-top: 4px;
    width: 216px;	
}

.myHeadContainer .topHeadContainer .loginSectionCenter .loginSectionElements .loginElementInfoText{
	display: none;
}

.myHeadContainer .topHeadContainer .loginSectionCenter .loginSectionElements .loginElementIcon{
	float:left;
	width:32px;
	min-height:20px;
	background:url(../../img/lokaldemokrati/spriteHeadIcons.png) no-repeat;
	background-position:center -3502px;
}

.myHeadContainer .topHeadContainer .loginSectionCenter .loginSectionElements .loginElementEmail{
	float:left;
	width:auto;
	min-height:20px;
	display:block;
	font-weight:bold;
	padding-right:12px;
	padding-top:4px;
	max-width: 100px;
	overflow: hidden;
}

.myHeadContainer .topHeadContainer .loginSectionCenter .loginSectionElements .loginElementButton{
	float:left;
	min-height:20px;
	display:block;
	padding-top:3px;
}
.topHeaderButton {
	float: right;
    margin-right: 40px;
}


/************ FAKE *****************************/
.myHeadContainer .topHeadContainer .loginSectionElements .fakeFxBackground {
	float: right;
    margin-right: 8px;
}
.myHeadContainer .topHeadContainer .loginSectionElements .fakeFxBackground .fakeFxLeft{float:left;}
.myHeadContainer .topHeadContainer .loginSectionElements .fakeFxBackground .fakeFXCenter{float:left;}
.myHeadContainer .topHeadContainer .loginSectionElements .fakeFxBackground .fakeFxRight{float:left;}

.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .fakeFxBackground .fakeFxLeft{
	display: none;
}

.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .fakeFxBackground .fakeFxCenter{
	background: #428bca none repeat scroll 0 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #ffffff;
    display: table;
    float: left;
    min-height: 30px;
    text-shadow: 0 1px 0 #428bca;
}

.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .fakeFxBackground .fakeFxRight{
	display: none;
}

.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .loginElementInfoText{
	float:left;
	padding-top:3px;
	color: #ffffff;
}

.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .fakeFxBackground .fakeFxCenter .loginElementIcon{
	float:left;
	background-position:center -3600px;
}

.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .fakeFxBackground .fakeFxCenter .loginElementEmail {
    color: #ffffff;
    float: left;
    font-weight: bold;
    max-width: 87px;
    padding-top: 3px;
    word-wrap: break-word;
}

.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .fakeFxBackground .fakeFxCenter .loginElementEmail a{
	color: #ffffff;
    float: left;
    font-weight: bold;
    max-width: 96px;
    text-shadow: 0 1px 2px #000000;
    word-wrap: break-word;
}

.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .fakeFxBackground .fakeFxCenter .loginElementButton{
	float:left;
	padding-top:2px;
	padding-right:4px;
}



.myHeadContainer .topHeadContainer .loginSection.fake .loginSectionElements .loginElementButton .miniButtonLight{
	border:1px solid #555555;
	-moz-box-shadow: 0px 0px 0px #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px #FFFFFF;
	box-shadow: 0px 0px 0px #FFFFFF;
}





/*********** BOTTOM NAVIGATION SECTION *********************/
.myHeadContainer .bottomHeadContainer{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    float: left;
    height: 54px;
    position: relative;
    width: 100%;
}

.myHeadContainer .bottomHeadContainer .myLogo{
	background: url("../../img/lokaldemokrati/spriteHeadIcons.png") no-repeat scroll center -2950px rgba(0, 0, 0, 0);
    float: left;
    height: 74px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 200px;
}


/***************** BIG MAIN TABS NAVIGATION*****************/
.myHeadContainer .bottomHeadContainer .myNavigation{
	color: #EEEEEE;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 70px;
    margin-left: 240px;
    margin-top: -16px;
    overflow: hidden;
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs{
	float:left;
	height: 56px;
    border: none;
    padding: 3px;
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li{
	background: transparent;
    display: block;
    float: left;
    height: 100%;
    list-style: none outside none;
    margin: 0 14px 0 0;
    padding: 0;
    width: auto;
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li a{
	background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.04);
    color: #646464;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease 0s;
    width: 100%;
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li a:hover,
.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li a:focus,
.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li.current a:hover,
.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li.current a:focus{
	border-color: #A5A5A5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    color: #444444;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li.tabMenu.current {
	
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li.tabMenu.current a {
    background: #fff none repeat scroll 0 0;
    border-color: #428bca;
    box-shadow: none;
    color: #428bca;
    text-shadow: 0 1px 0 #fff;
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li.tabMenu.disabled {
	display:block;
	text-shadow:none;
	font-weight:normal;
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li.tabMenu.disabled a {
	background: none repeat scroll 0 0 #EEEEEE;
    color: #B8B8B8;
    cursor: default;
    font-weight: normal;
    pointer-events: none;
    text-shadow: none;
}

.myHeadContainer .bottomHeadContainer .myNavigation ul.myTabs li a .myIcon {
	background-image: url("../../img/lokaldemokrati/spriteHeadIcons.png");
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 6px 0 0;
    padding: 25px 12px 0;
}

.myNavigation > .myTabs > .tabMenu > a > .myIcon {
	 background-image: url("../../img/lokaldemokrati/spriteHeadIcons.png");
	 background-repeat: no-repeat;
}

#tabMenu1.tabMenu .myIcon {
    background-position: center 0px;
}
#tabMenu1.tabMenu a:hover .myIcon {
    background-position: center -100px;
}
#tabMenu1.tabMenu.current .myIcon {
    background-position: center -200px;
}
#tabMenu1.tabMenu.disabled .myIcon {
    background-position: center -300px;
}


#tabMenu2.tabMenu .myIcon {
    background-position: center -400px;
}
#tabMenu2.tabMenu a:hover .myIcon {
    background-position: center -500px;
}
#tabMenu2.tabMenu.current .myIcon {
    background-position: center -600px;
}
#tabMenu2.tabMenu.disabled .myIcon {
    background-position: center -700px;
}


#tabMenu3.tabMenu .myIcon {
    background-position: center -800px;
}
#tabMenu3.tabMenu a:hover .myIcon {
    background-position: center -900px;
}
#tabMenu3.tabMenu.current .myIcon {
    background-position: center -1000px;
}
#tabMenu3.tabMenu.disabled .myIcon {
    background-position: center -1100px;
}


#tabMenu4.tabMenu .myIcon {
    background-position: center -1200px;
}
#tabMenu4.tabMenu a:hover .myIcon {
    background-position: center -1300px;
}
#tabMenu4.tabMenu.current .myIcon {
    background-position: center -1400px;
}
#tabMenu4.tabMenu.disabled .myIcon {
    background-position: center -1500px;
}


#tabMenu5.tabMenu .myIcon {
    background-position: center -2100px;
}
#tabMenu5.tabMenu a:hover .myIcon {
    background-position: center -2200px;
}
#tabMenu5.tabMenu.current .myIcon {
    background-position: center -2300px;
}
#tabMenu5.tabMenu.disabled .myIcon {
    background-position: center -2400px !important;
}



#tabMenu6.tabMenu .myIcon {
    background-position: center -2500px;
}
#tabMenu6.tabMenu a:hover .myIcon {
    background-position: center -2600px;
}
#tabMenu6.tabMenu.current .myIcon {
    background-position: center -2700px;
}
#tabMenu6.tabMenu.disabled .myIcon {
    background-position: center -2800px !important;
}




/*********** TOP MINI MENU************/
.rightTop{
	float:right;
	top:0px;
    margin-right: 20px;
}
.rightTop ul.rightTopUlMenu{
	float:right;
	height:25px;
}
.rightTop ul.rightTopUlMenu li{
	display: block;
	list-style: none;
	float:right;
}

.rightTop ul.rightTopUlMenu li a{
	padding-left:18px;
	line-height:18px;
	display: block;
	font-size:12px;
	font-weight: normal;
}

.rightTop ul.rightTopUlMenu li a:hover,.rightTop ul.rightTopUlMenu li a:focus{
	
}

/********************** chatButton ****************/
.bottomHeadContainer .rightChatSection{
	border: 1px solid #DDDDDD;
    bottom: 0;
    float: right;
    height: 40px;
    position: absolute;
    right: 0;
    background: #FEFEFE;
}
.bottomHeadContainer .rightChatSection .chatButton{	
	float:right;
	height:60px;
	width:136px;
	background:url(../../img/lokaldemokrati/chatImage.png) no-repeat;
}

/********** TOP TOOL BAR (select orgunits, autocomplete, search passwords) ***************/
.topToolBar{
	position: absolute;
    right: 18px;
    top: 90px;
    width: auto;
    z-index: 120;
}

.topToolBar .columna-0,.topToolBar .columna-1,.topToolBar .columna-2,.topToolBar .columna-3{
	float:right;
	clear:none;
	padding-left:12px;
}


.topToolBar .columna-2 .openMyTree{
	float:none;
	clear:none;
}

.topToolBar .columna-2 .openMyTree #openTreePopup{
	float:none;
	clear:none;
	width:22px;
}

.topToolBar .columna-2 #orgUnitSelect{
	width:140px;
	float:none;
	clear:none;
	margin-top:4px
}

.topToolBar .columna-0 p{
	float:none;
	clear:none;
	font-size:11px;
	padding-top:6px;
}

.topToolBar .columna-3{
	float:right;
	clear:none;
	padding-left:8px;
}

.topToolBar .columna-3 .openMyTree {
	float:left;
	margin-top:2px
}


/********** CONTAINER**********/
.myContainer{
	background: url("../../img/lokaldemokrati/bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0 !important;
    box-shadow: 0 -1px 4px #A2A2A2 inset;
    clear: both;
    float: left;
    left: 0;
    margin: 0;
    min-height: 280px;
    padding: 12px 0 0;
    position: static;
    right: 0;
    width: 100%;
}

.mainTitle{
	float:left;
	clear:both;
	margin:8px 10px 2px 10px;
}
.mainTitle h3{
	padding:0px 0px 0px 0px;
	float:left;
	text-align:left;
	color:#3A5F1F;
	font-weight:normal;
	text-shadow:0px 1px 0px #FFFFFF;
}

.myContent{
	float:left;
	clear:both;
	display:block;
	background: none;
    border: none;
    margin: 0px;
    padding: 0;
    width: 100%;
}

.internalContent {
    border-bottom: 1px solid silver;
    clear: both;
    float: left;
    height: 100%;
    margin-top: 4px;
    width: 100%;
}

#hiddenDialogs {
	display: none;
}

/********** ORG UNIT DIALOG **********/
#orgUnitTreeDialog {
	overflow-x: hidden;
	width: 500px;
}

#orgUnitTreeDialog .dialogHeader h3 {
	color: #fff;
	margin-left: 5px;
    margin-top: 1px;
}

#orgUnitTreeDialog .dialogHeader {
	background-color: #666;
	float:left;
	height: 25px;
	width: 100%;
	text-align: left;
}

#orgUnitTreeDialog .dialogFooter {
	float: left;
	background-color: #666;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 3px;
}

#orgUnitTreeDialog .dialogFooter input {
	float: right;
	margin-right: 1px;
}


/************* Big TABLES Section **************/

.tableSection{
	float:left;
	clear:both;
	width:100%;
	height:auto;
	background:#EFEFEF;
	margin-top:px;
	margin-bottom:18px;
}

.tableSection .sectionTop{
	float:left;
	clear:both;
	height:5px;
	background:url(../../img/lokaldemokrati/workAreaHorizontalSprite.png) repeat-x;
	background-position:0px 0px;
	width:100%;
	display: none !important;
}

.tableSection .sectionBottom{
	float:left;
	clear:both;
	height:4px;
	background:url(../../img/lokaldemokrati/workAreaHorizontalSprite.png) repeat-x;
	background-position:0px -12px;
	width:100%;
	display: none !important;
}

.tableSection .sectionContent{
	float:left;
	clear:both;
	height:auto;
	width:100%;
	padding:0px 2px 0px 0px;
	display:block;
	margin-top:0px;
	margin-bottom:0px;
}




/************* tableSection inside toggle bar **************/

.toggleTable .toggleSectionHidden{
	float:left;
	clear:both;
	width:100%;
	height:auto;
	background:#fdfdfd;
	margin-top:0px;
	margin-bottom:0px;
}

.toggleTable .toggleSectionHidden .sectionTop{
	float:left;
	clear:both;
	height:0px;
	background: none;
	width:100%;
	display: none;
}

.toggleTable .toggleSectionHidden .sectionBottom{
	float:left;
	clear:both;
	height:4px;
	background: none;
	width:100%;
	display: none;
}

.toggleTable .toggleSectionHidden .sectionContent{
	float:left;
	clear:both;
	height:auto;
	width:100%;
	padding:0px 0px 12px 0px;
	margin:0;
	display:block;
}


/************* ADD ROW TO TABLE ACCORDION TOGGLE SECTION **************/

.toggleAccordion .toggleSectionHidden{
	float:left;
	clear:both;
	width:100%;
	background-color:#E1E1E1;
	margin-top:2px;
	margin-bottom:6px;
}

.toggleAccordion .toggleSectionHidden .sectionTop{
	float:left;
	clear:both;
	height:5px;
	width:100%;
}

.toggleAccordion .toggleSectionHidden .sectionBottom{
	float:left;
	clear:both;
	height:6px;
	background:url(../../img/lokaldemokrati/workAreaHorizontalSprite.png)repeat-x;
	background-position: 0px -285px;
	width:100%;
}

.toggleAccordion .toggleSectionHidden .sectionContent{
	float:left;
	clear:both;
	padding:6px 0px 0px 0px;
	text-shadow:0px 1px 0px #FFFFFF;
}



/*************GENERAL No Style Section**************/

.noStyleSection{
	float:left;
	clear:both;
	width:100%;
	margin-top:22px;
	margin-bottom:18px;
}




/*************GENERAL workSection**************/

.workSection{
	float:left;
	clear:both;
	width:100%;
	background:#ffffff;
	margin-top:0px;
	margin-bottom:18px;
}

.workSection .sectionTop{
	float:left;
	clear:both;
	height:0px;
	background:url(../../img/lokaldemokrati/workAreaHorizontalSprite.png) repeat-x;
	background-position:0px 0px;
	width:100%;
	display: none!important;
}

.workSection .sectionBottom{
	float:left;
	clear:both;
	height:6px;
	background:url(../../img/lokaldemokrati/workAreaHorizontalSprite.png) repeat-x;
	background-position:0px -12px;
	width:100%;
	display: none !important;
}

.workSection .sectionContent{
	clear: both;
    display: block;
    float: left;
    height: auto;
    min-height: 120px;
    padding: 6px 0 0;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%;
}

/*************GENERAL TOOLBAR SECTION**************/

.toolBarSection{
	float:left;
	clear:both;
	width:100%;
	background:#E9E9ED;
	margin-top:8px;
	margin-bottom:18px;
}

.toolBarSection .sectionTop{
	float:left;
	clear:both;
	height:3px;
	background:url(../../img/lokaldemokrati/workAreaHorizontalSprite.png) repeat-x;
	background-position:0px -32px;
	width:100%;
}

.toolBarSection .sectionBottom{
	float:left;
	clear:both;
	height:5px;
	background:url(../../img/lokaldemokrati/workAreaHorizontalSprite.png) repeat-x;
	background-position:0px -38px;
	width:100%;
	display: none !important;
}

.toolBarSection .sectionContent{
	float:left;
	clear:both;
	height:auto;
	padding:14px 0px 8px 0px;
	text-shadow:0px 1px 0px #FFFFFF;
	width:100%;
	min-height: 120px;
}

.toolBarSection .sectionContent .toolBarObject{
	float:right;
	padding-right:12px;	
}

.toolBarSection .sectionContent .toolBarObject.imLeft{
	float:left;
	padding-left:12px;	
}


/**********LIST NAVIGATION ELEMENTS *******************/

.listHeader{
	display:block;
	float:left;
	clear:both;
	width:100%;
	background:#DDDDDD;
	border-bottom:1px solid #B4B4B4;
}

.listHeader h4{
	float:left;
	width:100%;
	padding:2px 2px 3px 8px;
	display:block;
	font-weight:normal;
}

ul.listContainer{
	float:left;
	width:100%;
	clear:both;
	padding-top:6px;
	background: url(../../img/lokaldemokrati/tree/treeTopShadow.png) repeat-x;
}

.listContainer li{
	display:block;
	float:left;
	clear:both;
	width:100%;
}

.listContainer li a.listTitle{
	padding:5px 6px 5px 8px;
	width:280px;
	float:left;
	display:block;
	font-size: 1em;
	color: #666666;
}

.listContainer li a.listTitle:hover{
	font-size: 1em;
	
}

.listContainer li.selected{
	background-color: #6CC371 !important;
    border: medium none;
}

.listContainer li.selected a{
	font-weight:bold;
	color:#FFFFFF;
}

.listContainer li.selected a:hover{
	font-weight:bold;
	color:#FFFFFF;
}

span.reportAnswerPercentage{
	font-style:italic;
}

/****************** ADD OBJECTS TO THIS BOX*******************/

.addObjectsBox{
	float:left;
	width:280px;
}

.boxHeader{
	float:left;
	width:100%;
	clear:both;
}

.addObjectsBox .boxHeader .boxTitle{float:left;}

.addObjectsBox .boxHeader .boxTitle h5{
	float:left;
	padding-left:4px;
}

.addObjectsBox .boxBody{
	float:left;
	width:100%;
	height:180px;
	background:#FFFFFF url(../../img/lokaldemokrati/tree/treeLeftShadow.png) repeat-y;
	overflow-y:scroll;
}

ul.addObjectsListContainer {
	float:left;
	width:100%;
	display:block;
	background: url(../../img/lokaldemokrati/tree/treeTopShadow.png) repeat-x;
}

.addObjectsListContainer li{
	float:left;
	width:100%;
}

.addObjectsListContainer li:hover{
	background:#EEEEEE;
}

.addObjectsListContainer li .listTitle{
	float:left;
	padding:4px;
	width:234px;
	text-align:left;
	/*white-space:nowrap;*/
}


/******************* MANY COLUMNS SYSTEM ***********************/
.myColumnas{
	float:left;
	clear:both;
	width:auto;
	height:auto;
}

.myColumnas .columna-1{
	float:left;
	width:33%;
}
.myColumnas .columna-2{
	float:left;
	width:33%;
}

.myColumnas .columna-3{
	float:left;
	width:33%;
}

.detailsHeader{
	float:left;
	width:100%;
	padding:0px;
	background: url(../../img/lokaldemokrati/bg.jpg);
}


/**************************** TAB CONTENT OVERLAY ***********************************/

.myTabsContentOverlay {
    margin-left: 10px;
    margin-top: 10px;
    padding: 20px;
    position: relative;
    width: 600px;
}

.myTabsContentOverlay > a.contentOverlayClose {
	background: url("../../img/lokaldemokrati/myTableStyleBar.png") no-repeat scroll 0 3px transparent;
    display: block;
    float: right;
    height: 20px;
    margin: 0;
    padding: 0 4px 0 0;
    width: 20px;
}

/**************************** SURVEY REPORTS ****************************************/

#reportWrapper.answerDistribution div.reportQuestionHeader {
	background-color: #ddd;
	padding: 3px;
	font-weight: bold;
}

#reportWrapper.answerDistribution td.answerType {
	width: 500px;
}

#reportWrapper.answerDistribution div.reportQuestion {
	margin-bottom: 10px;
}

#reportWrapper.answerDistribution div.reportPage {
	border-bottom: 3px dashed #ddd;
	margin-bottom: 10px;
}

/************NO TREE SELECTED*******************/

#noTreeSelected{
		float:left;
		clear:both;
		width:100%;
		/*visibility:hidden;*/
}

#noTreeSelected .insideWarning{
		margin-left:auto;
		margin-right:auto;
		display:block;
		clear:both;
		height:95px;
		width:480px;
		padding-top:20px;
}

#noTreeSelected .insideWarning .insideWarningLeft,
#noTreeSelected .insideWarning .insideWarningCenter,
#noTreeSelected .insideWarning .insideWarningRight{
	float:left;
	width:95px;
	height:95px;
	background:url(../../img/lokaldemokrati/popUpBox/popUpIconsSprite.png);
}

#noTreeSelected .insideWarning .insideWarningLeft{background-position: 0px -1600px;}

#noTreeSelected .insideWarning .insideWarningCenter{background-position: 0px -160px;}

#noTreeSelected .insideWarning .insideWarningRight{background:none;width:280px;padding-top:4px;}


#noTreeSelected .insideWarning .insideWarningRight h3{float:left;line-height:26px;}

#noTreeSelected .insideWarning .insideWarningRight h3 a{display:inline-block;}



/************ FOOTTER LOGOS********************/
.footer {
	height: 70px;
	padding: 20px 0 0 20px;
	float:left;
	clear:both;
	width:100%;
	position:relative;
	right:0;
	left:0;
	background: #f6f6f6;
	display: none!important;
}

.allLogos {
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 420px;
}

.footerLogo1 {
	float: right;
	height: 50px;
}

.footerLogo2 {
	float: left;
	height: 50px;
}

a#logoKommuneforlaget {
	display: block;
	background: url(../../img/lokaldemokrati/login/loginLogosSprite.png) left no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 208px;
	line-height: 50px;
}

a#logoKommuneforlaget:hover {
	background-position: 0px -50px;
}

a#logoKS {
	display: block;
	background: url(../../img/lokaldemokrati/login/loginLogosSprite.png) left no-repeat;
	background-position: 0px -100px;
	height: 50px;
	width: 190px;
	line-height: 50px;
}

a#logoKS:hover {
	background-position: 0px -150px;
}

.buildInfo{
	float:right;
	width:160px;
	font-size:11px;
	color:#999999;
	text-shadow:0px 1px 0px #FFFFFF;
	text-align:right;
}

.markItUp h1 {
	font-size: 20px !important
}







/*LAS FIXES 30-08-2016*/
.formButton {
    display: inline-block;
    padding-right: 0 !important;
}




/*USER*/
.selectOrgUnit #autocompleteOrgUnitDiv {
    width: auto;
    display: block !important;
    float: none !important;
}
#roleDiv .simpleFormObject .labelLeft,
.selectOrgUnit #autocompleteOrgUnitDiv .labelLeft {
    width: auto;
    display: block !important;
    float: none !important;
    clear: both;
}
.selectOrgUnit #autocompleteOrgUnitDiv .autosearchField {
    margin-left: 0;
    width: 284px;
}





/*repport issue*/
.answerDistributionReport .surveyQuestionsTable tbody td.percentGraph .azul {
    overflow: visible !important;
}








#generatePwdSection > .workSection {
    background: transparent none repeat scroll 0 0 !important;
    display: block;
    float: left !important;
    height: auto !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1em 0 0.1em;
    position: relative;
    width: 60% !important;
    z-index: 2;
}
#generatePwdSection > .workSection .sectionContent {
    min-height: 10px;
    padding: 0;
}
#generatePwdSection > .workSection .sectionContent #populationGroupForm {
    background-color: #eee;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ccc;
    display: table;
    margin-left: 35%;
    padding: 8px 0 4px;
    width: 50%;
}

#populationGroupForm > .columna-1 {
    border: medium none;
    display: table-cell;
    float: none !important;
    margin-right: 30px;
    width: 1% !important;
}
#populationGroupForm > .columna-2 {
    display: table-cell;
    float: none !important;
    margin-top: 6px !important;
    padding: 0;
    vertical-align: top;
    width: auto !important;
}
#populationGroupForm > .columna-2 .leftAligned {
    clear: none;
    display: inline-block;
    min-width: 260px !important;
    width: auto !important;
}
#generatePwdSection #populationGroupForm.myColumnas .columna-2 .simpleFormObject {
    display: table;
    float: none;
    margin: 0;
    width: auto;
}
#populationGroupForm > .columna-2 .leftAligned .labelLeft {
    min-width: 60px !important;
    display: table-cell;
    float: none;
}
#onetimePasswordPlannedDiv > .labelLeft {
    margin-top: 3px;
}
#onetimePasswordPlannedDiv .fieldRight {
    display: table-cell;
    float: none;
    margin-right: 0 !important;
    vertical-align: bottom;
}
#onetimePasswordPlannedDiv .fieldRight div {
    margin-left: 1em;
}
#onetimePasswordPlannedDiv .imButtonIcon {
    display: table-cell;
    float: none;
    margin-left: 0 !important;
    vertical-align: bottom;
}

#generatePwdSection #populationGroupForm.myColumnas .columna-2 .simpleFormObject input#plannedRespondents {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#generatePwdSection #populationGroupForm.myColumnas a.buttonIcon.getInfoIcon,
#email .smallTopThing .imButtonIcon a.getInfoIcon {
    background-position: -480px 0;
    float: left;
    height: 22px !important;
    width: 26px;
}
#generatePwdSection .columna-3 {
    display: table-cell;
    float: none !important;
    margin-left: auto !important;
    width: 20% !important;
}
#generatePwdSection .columna-3 .formButton {
    margin-right: 20px;
    margin-top: 0 !important
}

#generatePwdSection>.ui-tabs>.oneTimePasswords.tableSection {
    float: right;
    margin-bottom: 0;
    margin-top: 2em;
    padding-bottom: 0;
    width: 100%;
}
#generatePwdSection #oneTimePasswordsForm table.myTableStyleTable {
    
}

#generatePwdSection .myToolBarButtons .sectionContent {
    margin: 0 0 0 10% !important;
    width: 80% !important;
}
#generatePwdSection #notes .myToolBarButtons .sectionContent {
    margin: 0 !important;
    width: 100% !important;
}
#generatePwdSection #notes .myToolBarButtons .sectionContent div:FIRST-CHILD + div {
    padding-left: 0;
}
#generatePwdSection .myToolBarButtons .toolBarButton:FIRST-CHILD {
    padding-left: 0!important;
}
#generatePwdSection .myToolBarButtons .toolBarButton button  {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 4px !important;
}
#generatePwdSection #notes {
    margin-right: 0;
    margin-top: 3em;
    position: relative;
    width: 100% !important;
}
#generatePwdSection #notes>.sectionContent  {
    margin: 0 0 0 20%;
    padding: 0;
    width: 80%;
}
#notes .myTableStyle,
#notes .myTableStyle form#oneTimePasswordsForm,
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
#notes .myTableStyle {
	margin-top: 25px !important;
}
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable {
    border: 1px solid #a5a5a5;
    border-right-color: transparent;
}
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable thead {
    background: rgba(0, 0, 0, 0) url("../../img/lokaldemokrati/bg.jpg") repeat scroll 0 0;
    border: 1px solid #a5a5a5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 0;
    margin-left: -1px;
    margin-top: -39px;
    position: absolute;
    top: 0;
    width: 100%;
}
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable th,
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable td {
    padding: 8px 12px 8px 8px;
    width: 50%;
}
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable thead tr input + th,
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable td.myTableCheckThis {
    
}

#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable thead {
    margin-left: 20%;
    margin-top: -15px;
    width: 80%;
}
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable thead tr {
    display: block;
    width: 100%
}
#notes .myTableStyle form#oneTimePasswordsForm table.myTableStyleTable thead tr th {
    
}

/*e-post*/
#otpTabPanel {
    background: #fff none repeat scroll 0 0;
    margin-left: 2%;
    position: relative;
    width: 96%;
    z-index: 1;
}
#email > .myColumnas {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}
#email > .myColumnas .columna-1 {
    border: medium none;
    margin-right: 0;
    min-width: 60px !important;
    width: 18% !important;
}

#email > .myColumnas .columna-2 {
    clear: none;
    display: block;
    float: none;
    margin-left: 19.5%;
    min-width: 420px !important;
    position: relative;
    width: 80% !important;
}

.myColumnas > div > .column-tr {
    display: block;
    float: left;
    margin-top: 1em;
    width: 100%;
}

#scheduledSendDateDiv, #scheduledReminderSendDateDiv {
    width: 100%;
}
.leftDatesAndButtons > .column-tr > div {
    float: left;
    width: 100%;
}
.leftDatesAndButtons > .column-tr > div {
    float: left;
    width: 100%;
}

.myColumnas > div > .column-tr .labelLeft {
    width: 100%;
}
.leftDatesAndButtons > .column-tr > div > div,
.leftDatesAndButtons > .column-tr > div > div input,
.leftDatesAndButtons > .column-tr > div > button {
    margin: 0 !important;
}
.leftDatesAndButtons > .column-tr > div > button,
.leftDatesAndButtons > .column-tr > div > div {
    float: left;
    width: 100%;
}
.leftDatesAndButtons > .column-tr > div > div input {
    display: block !important;
    float: none !important;
    width: 80% !important;
}
.leftDatesAndButtons > .column-tr > div > div input#otpMailSendFrom {
    display: block !important;
    float: none !important;
    padding-left: 2%;
    padding-right: 2%;
    width: 96% !important;
}
.leftDatesAndButtons > .column-tr > div > button {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}
#scheduledSendDateDiv, #scheduledReminderSendDateDiv {
    width: auto!important;
}

.myColumnas > div > .column-tr .labelLeft {
    width: 100%;
}



.leftDatesAndButtons .datePickerField input.hasDatepicker {
    padding-left: 20% !important;
    padding-right: 0 !important;
}









#email .myTableStyle {
    border: 1px solid #dddddd !important;
    margin-top: 70px;
}
#email .smallTopThing {
    display: block;
    float: right;
    height: 18px;
    min-width: 200px;
    padding: 2px;
    position: absolute;
    right: -10px;
    top: -60px;
    width: auto;
}

#email .smallTopThing label {
    float: left;
    height: 18px;
    margin-right: 4px;
    padding-top: 2px;
}

#email .smallTopThing .imButtonIcon {
    float: left;
    height: 18px;
}
#email .smallTopThing label input {
    margin-right: 4px;
    margin-top: -2px;
}


.myColumnas > div > .column-tr.navigationButtons {
    margin-top: 1em;
}
#email .myColumnas > div > .column-tr.navigationButtons {
    margin: 0;
    width: 100%;
}
table.tableScrollBody {
    margin-top: 8px !important;
}
table.tableScrollBody thead {
    border-bottom: 1px solid #bbb;
}
table.tableScrollBody tbody {
    overflow: auto;
}
table.tableScrollBody thead tr th {
    border: medium none !important;
    height: 24px;
}

#generatePwdSection .myTableStyle th.myPasswords {
    width: 220px;
}

#generatePwdSection .myTableStyle {
    height: 450px;
    overflow-y: scroll;
}

.myTableStyle #emailsForOnetimePw.tableScrollBody,
.myTableStyle #emailsForOnetimePw.tableScrollBody thead,
.myTableStyle #emailsForOnetimePw.tableScrollBody tbody,
.myTableStyle #emailsForOnetimePw.tableScrollBody tr,
.myTableStyle #emailsForOnetimePw.tableScrollBody th,
.myTableStyle #emailsForOnetimePw.tableScrollBody td {
	border: none;
	background: none;
}
.myTableStyle #emailsForOnetimePw.tableScrollBody th,
.myTableStyle #emailsForOnetimePw.tableScrollBody td {
    display: table-cell;
    padding: 8px 12px 8px 0;
    width: 24%;
}
.myTableStyle #emailsForOnetimePw.tableScrollBody thead tr input + th,
.myTableStyle #emailsForOnetimePw.tableScrollBody td.myTableCheckBox {
    width: 25px !important;
}
.myTableStyle #emailsForOnetimePw.tableScrollBody tbody {
    border: 1px solid #a5a5a5 !important;
}
.myTableStyle #emailsForOnetimePw.tableScrollBody {
	margin-top: 0 !important;
}
.myTableStyle #emailsForOnetimePw.tableScrollBody tr {
	border-bottom: 1px solid #dddddd;
}
.myTableStyle #emailsForOnetimePw.tableScrollBody thead a {
    font-size: 14px;
}
.myTableStyle #emailsForOnetimePw.tableScrollBody thead a.selectAllEmails  {
    width: 24px;
    margin-left: 6px;
}
.myTableStyle #emailsForOnetimePw.tableScrollBody thead {
    background: rgba(0, 0, 0, 0) url("../../img/lokaldemokrati/bg.jpg") repeat scroll 0 0;
    border: 1px solid #a5a5a5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 0;
    margin-left: -1px;
    margin-top: -39px;
    position: absolute;
    top: 0;
    width: 100%;
}

.myTableStyle #emailsForOnetimePw.tableScrollBody thead tr {
    display: table-row;
    border: none;
}




#generatePwdSection .myTableStyle th.myPasswords a,
#generatePwdSection .myTableStyle td.myTableCheckThis label {
	display: inline-block;
	width: 220px;
	overflow: hidden;
}






#generatePwdSection #email .myToolBarButtons .sectionContent {
    margin-left: 0 !important;
    width: 100% !important;
}

#generatePwdSection .myToolBarButtons {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin-bottom: 0;
    margin-top: 0!important;
}












.logSection {
    display: block;
    float: left;
    margin: 2em 2% 1em;
    width: 96%;
}
.logSection > textarea {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    display: block;
    padding: 1%;
    text-align: left;
    width: 98%;
}










/*hotkeys popup*/

.myPopContainer > .myPopBody > .hotKeysPopup {
	text-align: left;
    width: 510px;
}
.myPopContainer > .myPopBody > .hotKeysPopup .labelCenter,
.myPopContainer > .myPopBody > .hotKeysPopup .labelCenter input {
    width: 100%;
}
.myPopContainer > .myPopBody > #buttonPanel {
	float: right;
    margin-right: 2%;
    margin-top: 18px;
    width: 210px;
}
.myPopContainer > .myPopBody > #buttonPanel > label {
	float: left;
	font-size: 14px;
}
.myPopContainer > .myPopBody > #buttonPanel .hotKeyButton {
	float: left;
    margin-top: 6px;
    text-align: left;
    width: 90%;
}
.myPopContainer > .myPopBody > #buttonPanel .hotKeyButton button {
	text-align: left;
    width: 100%;
}










/*upload fake*/
.uploadFormDiv {
	display: block;
}
.uploadFormDiv form {
	display: block;
}
.uploadFormDiv form .simpleFormObject {
	display: block;
}
.uploadFormDiv form .simpleFormObject .labelLeft {
	display: inline-block;
    float: left;
    margin-left: 0;
    margin-right: 1em;
}
.uploadFormDiv form .simpleFormObject .imFileType {
	width: 418px !important;
}
.uploadFormDiv form .simpleFormObject .imFileType .theFileThing {
	opacity: 0.0;
	z-index: 9;
	width: auto;
	cursor: pointer;
}
.uploadFormDiv form .simpleFormObject .imFileType .theFileThing input {
	width: 314px;
}
.uploadFormDiv form .simpleFormObject .imFileType .theFileThing:HOVER,
.uploadFormDiv form .simpleFormObject .imFileType .theFileThing input:HOVER {
	cursor: pointer;
}
.uploadFormDiv form .simpleFormObject .imFileType .fakeUpload {
	display: inline-block;
    float: none;
    position: relative;
    width: 200px;
    z-index: 8;
}
.uploadFormDiv form .simpleFormObject .imFileType .fakeUpload input {
    float: left;
    width: 99%;
}
.uploadFormDiv form .simpleFormObject .imFileType .formButton {
	display: inline-block;
	float: left;
}
.uploadFormDiv form .simpleFormObject .imFileType .formButton.uploadButton {
	float: right;
}

.uploadFormDiv form .simpleFormObject .imFileType .formButton #imNotButton {
	float: left;
}


















/*has icon*/
.hasIcon {
	
}
.hasIcon:before,
.hasIcon:after {
	background-image: url("../images/button-icons.png");
    content: "";
    display: inline-block;
    height: 16px;
    width: 20px;
}
.hasIcon.iconOnLeft:after,
.hasIcon.iconOnRight:before {
	display: none;
}
.hasIcon.iconOnLeft {
	padding-left: 2px !important;
}
.hasIcon.iconOnRight {
	padding-right: 2px !important;
}
.hasIcon.iconOnLeft:before {
	float: left;
}
.hasIcon.iconOnRight:after {
	float: none;
}

.hasIcon.disabled:before,
.hasIcon.disabled:after {
	
}

.hasIcon.icon-edit:before,
.hasIcon.icon-edit:after {
	background-position: -1000px 0;
}
.hasIcon.icon-warning:before,
.hasIcon.icon-warning:after {
	background-position: -1000px -50px;
}
.hasIcon.icon-doc:before,
.hasIcon.icon-doc:after {
	background-position: -1000px -100px;
}
.hasIcon.icon-plus:before,
.hasIcon.icon-plus:after {
	background-position: -1000px -150px;
}
.hasIcon.icon-minus:before,
.hasIcon.icon-minus:after {
	background-position: -1000px -200px;
}
.hasIcon.icon-plane:before,
.hasIcon.icon-plane:after {
	background-position: -1000px -250px;
}
.hasIcon.icon-check:before,
.hasIcon.icon-check:after {
	background-position: -1000px -300px;
}
.hasIcon.icon-hotKey:before,
.hasIcon.icon-hotKey:after {
	background-position: -1000px -350px;
}

.hasIcon.icon-sortDown:before,
.hasIcon.icon-sortDown:after {
	background-position: -1000px -400px;
}
.hasIcon.icon-sortUp:before,
.hasIcon.icon-sortUp:after {
	background-position: -1000px -450px;
}

.hasIcon.sortHeader.icon-sortDown:before,
.hasIcon.sortHeader.icon-sortDown:after {
	background-position: -2000px -400px;
}
.hasIcon.sortHeader.icon-sortUp:before,
.hasIcon.sortHeader.icon-sortUp:after {
	background-position: -2000px -450px;
}





.hasIcon.disabled.icon-edit:before,
.hasIcon.disabled.icon-edit:after {
	background-position: 0 0;
}
.hasIcon.disabled.icon-warning:before,
.hasIcon.disabled.icon-warning:after {
	background-position: 0 -50px;
}
.hasIcon.disabled.icon-doc:before,
.hasIcon.disabled.icon-doc:after {
	background-position: 0 -100px;
}
.hasIcon.disabled.icon-plus:before,
.hasIcon.disabled.icon-plus:after {
	background-position: 0 -150px;
}
.hasIcon.disabled.icon-minus:before,
.hasIcon.disabled.icon-minus:after {
	background-position: 0 -200px;
}
.hasIcon.disabled.icon-plane:before,
.hasIcon.disabled.icon-plane:after {
	background-position: 0 -250px;
}
.hasIcon.disabled.icon-check:before,
.hasIcon.disabled.icon-check:after {
	background-position: 0 -300px;
}
.hasIcon.disabled.icon-hotKey:before,
.hasIcon.disabled.icon-hotKey:after {
	background-position: 0 -350px;
}
.hasIcon.disabled.icon-sortDown:before,
.hasIcon.disabled.icon-sortDown:after {
	background-position: 0 -400px;
}
.hasIcon.disabled.icon-sortUp:before,
.hasIcon.disabled.icon-sortUp:after {
	background-position: 0 -450px;
}

/*love is in the air*/