


/* 
	Grundlaggande: placeringar och storlekar 
*/	
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 11px;
	line-height:1.3em;
}

body, table, input, button {
	font-size: 11px;	
}

body.errorMessage {
	padding: 15px;	
}


pre.forms-styling-unformatted {
 	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	max-height: 500px; /* also see ie_fixes.css */
	overflow: auto;
}



#wrapper {
    max-width: 972px;
	margin: 20px auto;
	text-align: left;
	position: relative;
	z-index: 0;
}

.right {
	float: right;	
}

.forms-radiobutton-table td.right {
	float: left;	
}



/*
	Huvudmenyn
*/
#globalNav {
	height: 3em;
	position: relative;
	z-index: 100;
}

#globalNav ul {
	list-style-type:none;
	background-position:top;
	background-repeat:repeat-x;
	min-height: 3em;
	background-color: #ebebeb;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	position: relative;
	display: flex;
	width: 100%;
}

#globalNav ul li {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	position: relative;
}

#globalNav ul li a {
	display: block;
	padding: 7px 11px 9px 10px;
	height: calc(100% - 16px);
}

#home #main_tab {
	font-weight: bold;
	background-color: #CCC;
}




/*
	positionering av de tre huvudkolumnerna
*/
#lokalNav, #content, #sidebar {
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}

#contentInner {
	margin: 0 10px;
}

#contentInnerInner {
	margin: 0 5px;
}



/*
	lokala navigationen/v?nstra kolumnen
*/
#lokalNav .modul .menulist a:link {
	text-decoration: none;
}
#lokalNav .modul .menulist a:visited {
	text-decoration: none;
}
#lokalNav .modul .menulist a:hover {
	text-decoration: underline;	
}
#lokalNav .modul .menulist a:active {
	text-decoration: none;
}

#lokalNav .more, #lokalNav .less {
  background-position: 5px 9px;
  background-repeat: no-repeat;
  text-indent: 12px;
}
#lokalNav .more {
  background-image: url(images/plus.gif);
}
#lokalNav .less {
  background-image: url(images/minus.gif);
}



#lokalNav .modul .menulist li {
	padding: 0;
}

#lokalNav .modul .menulist a {
	display: block;
	padding: 5px;
	margin: 0;
}

#lokalNav .modul .menulist a:hover {
	background-color: #e2e2e2;
	text-decoration:none;
}

#lokalNav .modul .menulist a.selectedNewsItem {
	background-color: #ddd;
}


#lokalNav .modul ul {
margin: 0;
padding: 0;

}

#lokalNav .modul .menulist li li {
  text-indent: 12px;
  font-size: 80%
}

#components-down-container {
  position: absolute;
  left: 370px;
  z-index: 1000;
  background-color: #FFDFDF;
  padding: 6px;
  border: 1px solid red;
  width: 250px;
  font-size: 10px;
}



/*
	Modul
*/
.modul {
	margin: 0 0;
	background-position: top right;
	background-repeat:no-repeat;
}

.modul p {
	margin: 5px 10px 10px 10px;
	padding-bottom: 5px;
}

.modul ul {
	margin: 10px 0 20px 20px;
	padding-bottom: 10px;
}

.modul ul li {
	margin-top: 3px;
}

.modul h2, #content h3 {
	color: #666;
	font-weight:normal;
	font-size: 14px;
}

#content h3 {
	margin-bottom: 10px;
}

/*
	modul utan tonat huvud
*/
.modul.noBackground {
	background-image: none;
}




/*
	rubriker, stycken och l?nkar
*/
#content h1 {
 margin-top: 10px;
 font-size: 16px;
}
.modul h2, #content h3 {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0px 8px 5px;
}

#content h3 {
	margin-left: -5px;
}

.modul h3 {
	margin: 0 0 -5px 0;
}


h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	padding: 4px 0 4px 10px;
}

body.errorMessage h3 {
	padding: 0px 0px 5px 0px;	
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3em;
}
			
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color:#5375EA;
	text-decoration: none;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;	
}
a:active {
	color: #0033CC;
	text-decoration: none;
}


/*
	contentInner-grejjer
*/
#contentInner {
	line-height: 1.3em;
}

#contentInner h1, #contentInner p, #contentInner h2 {
	margin-right: 5px;
}

#contentInner h1 {
	margin-bottom: 10px;
	line-height: 110%;
}

#contentInner h2 {
	margin-bottom: 0;
}

#contentInner h2 a {
	color: black;
}

#contentInner p {
	margin-top: 3px;
	line-height: 1.5em;
}


#contentInner ul{
	/*margin: 0px 0 0px 20px;*/
}

#contentInner ul.bullets {
	margin: 10px;
	padding-left: 20px;
}

#contentInner ul.forms-fake-dropdown-list{
	margin: 0px 0 0px 0px;
}


#contentInner table.news  {
width: 100%;
border: 0;
border-collapse: collapse;
border-top: 1px solid #333;
padding-top: 1em;
margin-top: 1em;
}

#contentInner table.news h2 {
	margin: .5em 0 0 0;

}


#contentInner table.news td {
	padding: 2px 0 5px 5px;
	border-bottom: 1px solid #eee;
}



/*
	partners och sidfot
*/
#partners {
	background-color: white;
}
#sidfot {
	clear: both;
	width: 100%;
	padding-top: 40px;
	font-size: 10px;
	border-top: 1px solid #aaa;
}

#sidfot div {
	float: right;
	display: block;	
}

#sidfot div a {
	padding: 5px 0px;
	display: block;	
}


.innerSubHeader {
	margin: 0 0;
	margin-left: -10px;
	padding: 0;
	background-image:url("images/rubrikbakgrund_right.gif");
	background-position: top right;
	background-repeat:no-repeat;
	background-color:white;
}
h2.innerSubHeaderH2 {
	padding: 3px 0 8px 5px;
	width: 100em;
	display: block;
}



img.partners {
	float: left;
	margin: 0 10px 5px 0;
}

.modul form p {
	padding-bottom: 0;
}

#subscribeInput {
	width: 210px
}

#subscribeButton {
	margin-bottom: 10px;
}


#contactFormTable {
}


#contactFormTable td {
	padding: 4px;
	vertical-align: middle;

}

#contentInner.noheader {
	background: none;
}

.modul a.selectedNewsItem {
font-weight: bold;
}



.modul ul  {
margin: 0 10px 0 10px;
}
.modul ul a {
margin: 0;
padding: 0;
}

.modul ul li {
list-style-type: none;
margin: 0 0 0 0;
padding: 0 0 5px 0;
}


#subscribeButton {
	position: relative;
	left: -1px;
}

#searchButton {
	position: relative;
	top: -1px;
}

#txtMessage {
	width: 100%;
}


/* fixar att det inte blir vitt mellanrum mellan modulerna ibland */
#lokalNav .modul {
	float: none;
	margin: 0 0 1em 0;
}

#subscribeButton {
	margin-top: 5px;
}




.quoteModul {
	color: #005C9A;
	margin: 35px 0 35px 0;
	padding: 0;
	width: 240px;
	font-size: 12px;
}

img {
	border: 0;
}



#bildyta_main {
  clear: both;
}

/* set the width of the three main containers */

#lokalNav {
	width: 21%;
}
		
#content {
	width: 79%;
}
#content.fullwidth {
	width: 100%;
}

#content.fullwidth #contentInner {
  margin-left: 0px;
}



#sidebar {
	width: 21%;
}



#lokalNav ul li a {
  background-repeat: no-repeat;
  background-position: right;
}

#contentInner {
  margin-right: 0px;
}

#sidebar .modul {
  margin-left: 10px;
}


#globalNav ul li.sessioninfo.loggedin {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 7px;
    flex: 1;
    text-align: right;
    padding: 7px;
	cursor: default;
	display: block;
}


h4, h5 {
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 100%;
}

.reporting-heading {
  font-size: 110%;
}

.sessioninfo span {
  font-weight: bold;
}

li.sessioninfo {
  float: right;
  border: 1px solid red;
}



/* Display content blocks on separate rows */
div#contentInner div, #contentInner h5, #contentInner h4 {
  
}


#contentInner {
  position: relative;
}

#hintToggler {
  position: absolute;
  top: 30px;
  right: 10px;
}


/* Login-sidan */

div#login {
  margin-top: 20px;
  margin-bottom: 20px;
}


/* "Show admin/user view" */


#sidhuvud {
  position: relative;
  height: 74px;

}
#sidhuvud input.search {
	position: absolute;
	right: 0;
	margin: 1.25em 1.25em;
}
#viewContainer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 80%; 
}

.view-switcher {
	float: right;	
}

.view-switcher span, .view-switcher a {
  padding: 5px;
  float: left;
}

.alert-info {
	float: left;
	margin: 5px;	
}

.view-switcher .tab.selected-true {
  font-weight: bold;
  background-color: #EBEBEB;
}

.view-switcher a:hover {
  text-decoration: none;
}


.view-switcher {
  border: 1px solid #CCC;
  border-bottom: none;
  border-right: none;
}

.view-switcher .tab {
  border: none;
  border-right: 1px solid #CCC;
}


.alert-info {
  margin-right: 10px;
  font-weight: bold;
}



.run-as-organization-switcher {
  float: right;
}

#helpContainer {
   position: absolute;
   right: 7px;
   top: 3px;
   z-index: 502;
}

#helpContainer a {
   color: #FFF;
   z-index: 502;
}

.serviceSummary {
	padding: 5px 5px 5px 0px;
}

div#content div.almosthalf {
  width: 50%;
  float: left;
  clear: none
}

.halfspacer {
  width: 10px;
  float: left;
  clear: none
}

div#content div.half {
  width: 48%;
  float: left;
  clear: none
}

.verticalspacer {
	height: 20px;
}

.disabledMenu {
	color: #888;
}

.disabled-user-true {
	color: #999;
}

/* Needed for the datepicker to display properly */
div#content .calendarContainer h3 {
	background-image: none;
	color: white;
	font-weight:normal;
	font-size: 11px;
}

div#content .calendarContainer td {
  padding-right: 0px;

}

/* instead of directly accessing images we place them in a div with this class */ 
.image-holder {
  background-repeat: no-repeat;
  background-position: center center;
}




/* Form css rules */

.forms-tab {
    background-color: white;
    border: 1px solid black;
    border-bottom-width: 0px;
    padding: 2px 1em 2px 1em;
    margin-right: 5px;
    position: relative;
    text-decoration: none;
    top: -1px;
    z-index: 1;
    cursor: pointer;
}

.forms-tab.forms-activeTab {
    font-weight: bold;
    padding-top: 5px;
    cursor: default;
    z-index: 3;
}

.forms-tabContent {
    background-color: white;
    border: 1px solid black;
    padding: 1em;
    position: relative;
    z-index: 2;
}

.forms-messages div, p.forms-validation-container, p.forms-important-container {
  padding: 5px;  
}



.forms-bold-cell {
	font-weight: bold;
	margin-right: 5px;
}

.forms-field-required {
	color:#7F7F7F;
}

.forms-field-hint-next-to {
	padding-left: 10px;	
}



/* an odd table row */ 
.forms-row-1 td {
  background-color: #F0F0F0;
}

.forms-row-1 td .forms-row-0 td {
  background-color: #F0F0F0;
}

.forms-row-1 td .forms-row-1 td {
  background-color: #FFFFFF;
}

.forms-row-1 td td {
  background-color: transparent;
}

tr.shared-media-true-0 td {
  background-color: #DFF0FF;
}
tr.shared-media-true-1 td {
  background-color: #D0E1F0;
}


input.text.disabled, input.password.disabled {
	background: #e2e2e2;
	color: #15325f;
}

input[type="text"]:disabled, input[type="password"]:disabled {
    background: #e2e2e2;
    color: #15325f;
}

td.forms-group-columns-additional {
	padding-left: 7px;
}


p.forms-important-container {
  background-color: #DFF0FF;
  border: 1px dotted #666;
}



.forms-validation-message, .forms-hint-container {
  font-weight: normal;
  font-size: 80%;
}


.forms-validation-errors {
}

.forms-validation-error {
}


div.group-column-layout div.group-column-layout-value {
	margin-top: 5px;
}

div.group-column-layout div.group-column-layout-label {
	margin-top: 10px;
	width: 60%;
	white-space: wrap;
}


.forms-help {
    width: 200px; /* otherwise IE does a weird layout */
    z-index:1000; /* must be higher than forms-tabContent */
}

.forms-doubleList select {
    width: 150px;
}

.forms-doubleList input {
    width: 40px;
}

table.forms-group-columns td {
	vertical-align: top;
}

div.forms-group-columns-additional-space table tr td.forms-group-columns-right {
	padding-bottom: 10px;	
}

table.forms-group-columns td.forms-group-columns-left {
	padding-right: 5px;
	width: 120px;
}

span.forms-group-columns-left {
	padding-right: 5px;
	width: 120px;
}

span.forms-group-columns-right{
padding-bottom: 10px;	
} 

.key-list-selection-table td {
	font-weight: normal;
}


table.simple {
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC
}

table.simple td {
  padding-top: 2px;
  padding-bottom: 2px;
}

table.simple tr, table.simple td, table.simple th {
  padding: 0px;
}

table.result {
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.result td, table.result th {
  padding: 2px 4px 2px 4px;
}

table.result tr th {
  padding-bottom: 0px;
  font-weight: normal;
}

tr.action td {
  cursor: pointer;
}

tr.hover td {
  background-color: #F0F0F0;
}


input, button {
    padding: 2px;
}
input.button, button {
	padding: 0px 6px 0px 6px;	
}

select, input.text, input.short_text, input.medium_text,input.tiny, .gwt-TextBox, .gwt-PasswordTextBox, .gwt-SuggestBox {
    border: 1px solid #7F9DB9;
}



.forms-delete-link, .forms-up-link, .forms-down-link {
  display: block;
  background-repeat: no-repeat;
}


.table-right-adjust {
  text-align: right;
}

tr.hover td {
  cursor: pointer;
}

tr.alone td {
	padding-top: 10px;
	padding-bottom: 10px;	
}
tr.table-divider td {
	border-bottom: 1px solid #CCC;	
}

input.text, .gwt-TextBox, .gwt-PasswordTextBox, .gwt-SuggestBox {
  width: 200px;
}

select.short_text {
  width: 60px;
}

input.short_text {
  width: 40px;
}

input.tiny_text {
  width: 20px;
}

input.medium_text {
	width: 80px;
}
select.medium_text {
  width: 80px;
}

td.selected {
  background-color: #CFCFCF;
  font-weight: bold;
}

tr.active td {
  background-color: #DFEFFF;
}


/* This container has been deprecated */
#forms-saved-info {
  display: none;
}

.loginerror {
   color: #FF0000;
}

option {
 padding-right: 5px;
}

input.text.searchuser.short {
        width: 80px;
}

/* Styles for the search result box
*/


#searchuser_searchresults, .searchuser_searchresults {
  max-height: 200px; /* see ie_fixes.css*/
  width: 260px;
  overflow: auto;
  position: absolute; /* see ie_fixes.css*/
  z-index: 1000;
  border: 1px solid #CCC;
  background-color: #FFF;
}


#searchuser_searchresults table {
  width: 100%;
}

.searchuser_searchresults table.result {
    width: auto;
}


input.checkbox, input.radio, .gwt-RadioButton input {
  margin-right: 5px;
}

input.radio, .gwt-RadioButton input {
	margin-left: 5px; margin-top: 5px;
}



textarea {
  width: 200px;
  font-size: 100%;
  padding: 2px;
}

.big_textarea {
  width: 90%;
  height: 60px;
}


textarea.smsTextArea {
	width: 300px;
	height: 100px;	
}


table.result table {
  border-collapse: collapse;
  border:0px;
}



div.forms-poll-container {
  position: absolute;
  width: 50%;
  margin-top: -300px;
  border: 2px solid #000;
  background-color: #FFF;
  font-weight: bold;
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
  display: inline-block; 
}




/* voicePrompts specific css */

.menu_item_details {
  padding: 7px;
}



div.option h5 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
}


/* Progress bar */

div.progressbar {
  text-align: left; 
}

div.progressbar div {
  background-color: #7FC9FF;
  height: 10px;
}

div.popup {
  position: absolute;
  bottom: 150px;
  margin: 0 auto 0 auto;
  border: 5px solid #000;
  background-color: #FFF;
  padding: 20px;
  width: 400px;
  left: 5px;
  z-index: 2200;
  
}

div.popup.middleOfPage {
    position: absolute !important;
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 1);
    top: 350%;
    left: 50%;
    width: 30em;
    height: 14em;
    margin-top: -6em;
    margin-left: -25em;
    border: 1px solid #ccc;
    min-height: 100px;
    padding-bottom: 5em;
    padding-top: 1px
}

div.popup.customPosition{
  position: inherit !important;
}

div.popup.popupAtCurrentPosition {
	bottom: 0px;
}

div.popup.validator {
	bottom:50%;
	margin-left:-200px;
	position:fixed;
	left:50%
}


div.popupContact {
  position: absolute;
  bottom: 150px;
  margin: 0 auto 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px;
  width: 500px;
  left: 5px;
  z-index: 2200;
  
}

div.popupContact.popupAtCurrentPosition {
	bottom: 0px;
}

div.popupContact.validator {
	bottom:50%;
	margin-left:-200px;
	position:fixed;
	left:50%
}

h5.divider {
  padding-top: 4px;
  padding-left: 5px;
  padding-bottom: 1px;
  display: block;
  width: 98%;
  margin-top: 20px;
  margin-bottom: 7px;
}

h5.servicedivider {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 1px;
  margin-top:20px;
  margin-bottom:5px;
  margin-right:10px;
}

div.globalSaveCancel, .telepo-ButtonPanel {
  padding: 5px;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}



tr.inbox-message-played-false, tr.calllog-status-read-false {
  font-weight: bold;
}

tr.inbox-message-played-true, tr.calllog-status-read-true {
  font-weight: normal;
}

fieldset {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #DFDFDF;
}

legend {
	color: #8F8F8F;
}

fieldset h5 {
	font-size: 11px;
	color: #333;	
}

.h5-description, .forms-fieldset-description, .description {
	color: #5F5F5F;
	width: 70%;	
}

.h5-description {
	padding: 0px 0px 10px 0px;
}



fieldset.half {
	width: 44%;
}
fieldset.left {
	float: left;
}

fieldset.bolder legend {
	font-weight: bold;
	color: #000;
}

fieldset.bolder {
	border-color: #CCC;	
	padding: 10px;
}

fieldset.neutral legend {
	font-weight: normal;
	color: #000;	
}

img.legend-image {
	vertical-align: middle;	
	padding: 0px 2px 2px 2px;
}

.lighter {
	color: #999999;	
}

.smaller {
	font-size: 90%;	
}

.margin-top {
  margin-top: 15px;
}

tr.padding-top th {
	padding-top: 15px;	
}

input.datePicker {
   width: 100px;
}


p.undo {
	border: 1px solid #CCC; 
	padding: 5px;
}

div.half {
	padding-left: 5px;
}

div.half h5 {
	margin-left: -5px;	
}


div.half table.forms-group-columns {
	margin-left: 5px;
}





/* Needed for the datepicker to display properly */
div#content .calendarContainer h3 {
	background: transparent;
	color: white;
	font-weight:normal;
	font-size: 11px;
}

div#content .calendarContainer td, div#content .calendarContainer th {
	font-size: 11px;
}

#progressInformationContainer .progress-information, .telepo-ProgressMessage {
	position: fixed;
	top: 40%;
	left: 40%;
	z-index: 2600; /* Must be on top... */
}

#progressInformationContainer .progress-information {
	width: 300px;
}
#progressInformationContainer .progress-information, .telepo-ProgressMessage {
	border: 2px solid #CCC;
	background-color: #FFF;
}

#progressInformationContainer h5, .telepo-ProgressMessage h5 {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	padding: 3px 3px 0px 3px;
	background-color: #F0F0F0;
}
#progressInformationContainer div.progresstext, .telepo-ProgressMessage .label {
	margin: 10px 5px 10px 5px;
}
#progressInformationContainer div.progresstext span {
	float: left;
	margin-right: 5px;
}

#progressInformationContainer .progressbar {
	margin: 5px;
}

#progressInformationContainer .progressbar div {
	height: 10px;
	background-color: blue;
}

.clearer {
  clear: both;
}


table.forms-radiobutton-table {
	margin-left: 10px;
	border-collapse: collapse;
}

table.forms-radiobutton-table td {
	padding: 3px;
}

table.forms-radiobutton-table td.left {
	padding-right: 5px;
}

table.forms-radiobutton-table td label {
	cursor: pointer;	
}

table.forms-radiobutton-table td.presence-available-1 label, table.forms-radiobutton-table td.presence-available-0 label {
	padding-left: 22px;
}
table.forms-radiobutton-table td.presence-available-1, table.forms-radiobutton-table td.presence-available-0 {
	background-repeat: no-repeat;
	background-position: center left;
}

table.forms-radiobutton-table td.presence-available-1 {
	background-image: url(/branding/currentbrand/images/green_stat.png);
}

table.forms-radiobutton-table td.presence-available-0 {
	background-image: url(/branding/currentbrand/images/red_stat.png);
}

table.forms-radiobutton-table td.presence-shortcut-0 {
	background-image: url(/branding/currentbrand/images/available_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}
table.forms-radiobutton-table td.presence-shortcut-1 {
	background-image: url(/branding/currentbrand/images/busy_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}
table.forms-radiobutton-table td.presence-shortcut-2 {
	background-image: url(/branding/currentbrand/images/car_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}
table.forms-radiobutton-table td.presence-shortcut-3 {
	background-image: url(/branding/currentbrand/images/coffee_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}
table.forms-radiobutton-table td.presence-shortcut-4 {
	background-image: url(/branding/currentbrand/images/home_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}
table.forms-radiobutton-table td.presence-shortcut-5 {
	background-image: url(/branding/currentbrand/images/office_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}
table.forms-radiobutton-table td.presence-shortcut-6 {
	background-image: url(/branding/currentbrand/images/pizza_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}
table.forms-radiobutton-table td.presence-shortcut-7 {
	background-image: url(/branding/currentbrand/images/plane_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}
table.forms-radiobutton-table td.presence-shortcut-8 {
	background-image: url(/branding/currentbrand/images/watch_shortcut.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 20px;
	width: 20px;
}

/*
table.forms-radiobutton-table tr.selected td {
	background-color: #F0F0F0;
	font-weight: bold;
}

table.forms-radiobutton-table tr.selected td.dummy {
  background-color: transparent;
}
*/
.image-holder-presence-available, .image-holder-presence-unavailable {
	height: 17px;
	width: 30px;
}

.image-holder-presence-available {
	background-image: url(/branding/currentbrand/images/green_stat.png);
}

.image-holder-presence-unavailable {
	background-image: url(/branding/currentbrand/images/red_stat.png);
}

.image-holder-presenceshortcut-available {
	background-image: url(/branding/currentbrand/images/available_shortcut.png);
	height: 20px;
	width: 20px;
}

.image-holder-presenceshortcut-busy {
	background-image: url(/branding/currentbrand/images/busy_shortcut.png);
	height: 20px;
	width: 20px;
}

.image-holder-presenceshortcut-car {
	background-image: url(/branding/currentbrand/images/car_shortcut.png);
	height: 20px;
	width: 20px;
}

.image-holder-presenceshortcut-coffee {
	background-image: url(/branding/currentbrand/images/coffee_shortcut.png);
	height: 20px;
	width: 20px;
}

.image-holder-presenceshortcut-home {
	background-image: url(/branding/currentbrand/images/home_shortcut.png);
	height: 20px;
	width: 20px;
}

.image-holder-presenceshortcut-office {
	background-image: url(/branding/currentbrand/images/office_shortcut.png);
	height: 20px;
	width: 20px;
}

.image-holder-presenceshortcut-pizza {
	background-image: url(/branding/currentbrand/images/pizza_shortcut.png);
	height: 20px;
	width: 20px;
}

.image-holder-presenceshortcut-plane {
	background-image: url(/branding/currentbrand/images/plane_shortcut.png);
	height: 20px;
	width: 20px;
}

.image-holder-presenceshortcut-watch {
	background-image: url(/branding/currentbrand/images/watch_shortcut.png);
	height: 20px;
	width: 20px;
}


.warn {
	color: red;
}

div.forms-fake-dropdown-container {
	width: 200px;
}

div.forms-fake-dropdown-container table {
	width: 200px;	
}

td.forms-fake-dropdown-selected {
  width: 178px;
  border: 1px solid #CCC;
  padding: 3px;
 
}
td.forms-fake-dropdown-arrow {
	width: 18px;
	border: 1px solid #CCC;	
}
tr.dropdown-hover td {
  border-color: #66abe0;
  cursor: pointer;
}

a.forms-fake-dropdown-arrow:hover{
  
}

div.forms-fake-dropdown-container span.image-holder {
	float: left;
}

ul.forms-fake-dropdown-list {
   list-style-type: none;
   background-color: #FFF;
   width: 198px;
   border: 1px solid #CCC;
   z-index: 2000;
}

ul.forms-fake-dropdown-list a {
  display: block;
  clear: both;
  padding: 2px;
  padding-left: 4px;
}

ul.forms-fake-dropdown-list a:hover {
   background-color: #CFDCFF;
  text-decoration: none;
}



ul.forms-fake-dropdown-list li {
  margin: 0;
  padding: 0;
}


div.forms-fake-input-field {
	width: 200px;
	overflow: hidden;
	margin-right: 3px;
	float: left;
	border: 1px solid #CCC;
	cursor: pointer;
	color: #666;
}

div.forms-fake-input-field span {
	padding: 1px 3px;
	display: block;
}


.forms-unify-table-widths td.forms-group-columns-left {
	width: 80px;	
}

/*
h6 {
  padding-left: 4px
}
*/
.group-column-layout {
  margin-left: 4px;
}


fieldset.forms-photo-holder {
	display: block; 
	float: left;
	padding: 10px;
}

.half .forms-photo-container {
	float: none;	
}




table.result {
   width: 350px;
}

table.result.autowidth {
	width: auto;	
}

th, td {
  white-space: nowrap;
}

.wrappable td {
	white-space: normal;	
}

td.wrappable {
  white-space: normal;
}

table.wrappable td, table.wrappable th {
	white-space: normal;	
}


table.fullwidth {
  width: 100%;
}


.forms-validation-message, .forms-messages div, p.forms-validation-container {
  background-color: #FEFFBF;
  color: #333;
  border: 1px solid #F8C303;
  cursor: default;
}

.forms-messages.forms-messages-type-narrow div {
	background-image: none;
	padding-left: 5px;	
}

.forms-messages.forms-messages-type-narrow div .forms-messages-label {
	color: #666;
	font-weight: bold;	
}

.forms-validation-message {
  display: inline;
  padding: 4px;
}

a.validationErrorTarget:hover {
	text-decoration: none;
}


.forms-group-columns-left span.indent {
	padding-left: 15px;
}



.forms-validation-message span {
  padding: 2px;
  display: inline;
  margin-left: 20px;
}

.forms-group-columns .forms-validation-message, .group-column-layout .forms-validation-message, table .forms-validation-message {
  display: block;
  width: 204px;
  white-space: normal;
  padding: 0px;
}

.forms-group-columns .forms-validation-message span, 
.group-column-layout .forms-validation-message span, 
table .forms-validation-message span {
	display: block;
}


.picker-container {
	position: absolute;	
	max-height: 250px; /* see IEfixes.css*/
	border: 1px solid #CCC;
	overflow: auto;
	background-color: #FFF;
	width: 200px; /* see IEFixes.css */
	color: #000;
}

.picker-container table {
	border-collapse: collapse;	
	width: 100%;
}

.picker-container table td {
	white-space: normal;	
}

.picker-container tr td {
	padding: 3px;	
}


.picker-container tr.hover {
  background-color: #CFCFCF;
}

.picker-container tr.selected-value-true td {
	background-color: #BFD0FF;	
}


table.page-index {
  margin: 0 auto;
  border-collapse: collapse;
}

table.page-index a {
  padding: 2px 4px 2px 4px;
  border: 1px solid #CCC;
  margin: 2px;
}

table.page-index a:hover {
  background-color: #CCC;
  border-color: #333;
}

td.page-index-selected-true a {
  background-color: #CCC;
}

div#hoverInformation {
	border: 2px solid #CCC;
	background-color: #FFF;
	padding: 3px;
	max-width: 400px; /* also see IE_fixes.css */
}

.forms-information-container {
	font-weight: bold;
}
div.alert-info {
	position: relative;
	height: 15px;
}

div#expandObject {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
	color: #333;
	font-weight: normal;
	z-index: 1000; /* does not work in IE (there is a fix for this in IE_fixes.css) */
	width: 200px;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	max-height: 500px; /* Also check IE fix in IE_fixes.css */
	overflow: auto;
}
div#expandObject ul {
	margin-left: 13px;
}

div#expandObject a {
	color: #0033CC;
}

.componentstatus-RUNNING {
	color: #4BAF2B;
}

.componentstatus-DOWN {
	color: #CC0008;
	font-weight: bold;
}

.componentstatus-RESTARTING {
	color: #ADAF00;
	background-image: url(images/progress.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	height: 17px;
	display: block;
}

.sms-status-OK {
	color: #4BAF2B;
}

.sms-status-NO_SMS_PROVIDER, .sms-status-FAILED_TO_SEND, .sms-status-NO_MOBILE_PHONE {
	color: #CC0008;
	font-weight: bold;
}

table.mobileextensions tr.hover td {
	background-color: #CCC;
	cursor: default;
	color: inherit;
}


.mobileextension-status-UNINVITED, .mobileextension-warning-true {
	color: #CC0008;	
}

ol {
	margin-left: 40px;
}

label.disabled {
  /*color: #8F8F8F; There were problems with disabled labels and ajax */
}

.download-link {
	background-image: url(images/floppy.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 4px;
}

/* Bug #2700: A download-link had a strange layout inside a table... fix this: */
table.result td a.download-link {
	display: block;
	float: left;
	margin-left: 0px;
}

/* This container should be displayed in the middle of the page */
body.middleInfo {
	text-align: center;	
}
#middleInfoContainer {
  width: 225px;
  margin: 20px auto;
  text-align: center;
}

#middleInfoContainer div.call-init {
	background-image: url(images/call_init.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;	
	text-align: left;
}

#middleInfoContainer div img {
   float: right;
   margin-top: 15px;
}
#middleInfoContainer div.inner {
	height: 100px;
	color: #3F3F3F;
	padding-top: 5px;
	font-size:12px;
}
#middleInfoContainer div img {
   float: right;
   margin-top: 15px;
}
.group-column-layout-value {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

.group-column-layout-value .picker-container, 
.group-column-layout-value .forms-fake-dropdown-container {
	font-weight: normal;
}

h2.firstinstall {
  font-size: 110%;
  padding: 0px 0px 10px 0px;
  color: #333;
  background-image: none;
  background-color: transparent;
}

.forms-important-container {
  font-weight: normal;
}





#globalNav ul.hovermenu {
	position: absolute;
	z-index: 2000;
	font-weight: normal;
	width: 200px;
	background: none;
	height: 0px;
	border: none;
}

#globalNav ul.hovermenu li {
	height: 2em;
	white-space: nowrap;
	float: none;
	background-image: none;
	border: none;
}

#globalNav ul.hovermenu li a {
	display: block;
	padding: 3px 5px;
	width: 200px;
	background-color: #F0F0F0;
	border: 1px solid #DDD;
	border-top: none;
	background-image: none;
	height: auto;
}

#globalNav ul.hovermenu li a:hover {
	background-color: #CCC;
	background-image: none;
}

#globalNav ul li.expanded {
	background-color: #DDD;	
}

#__serviceNode {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.iframe-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

body.inside-iframe {
	background-color: #F0F0F0;	
}

.report-filter-settings {
	font-size: 90%;	
}

.report-filter-settings .forms-validation-message{
	font-size: 100%;	
}

.report-filter-settings div.group-column-layout div {
	margin-top: 0px;
}

.report-filter-settings div.group-column-layout div.group-column-layout-label {
	margin-top: 2px;
	width: 60%;
}

.report-filter-settings div.group-column-layout div.group-column-layout-value {
	font-weight: normal;
}

.suggestion-list-container {
	max-height: 200px; /* see IE_fixes.css */
	overflow: auto;
	border: 1px solid #666;
	display: none;
	color: #000;
}

.suggestion-list {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	background-color: #FFF;	
}
.suggestion-list li {
	cursor: pointer;
	margin: 0px;	
	padding: 0px;
	width: 100%;	
}
.suggestion-list li span {
	display: block;
	padding: 2px 5px 2px 5px;	
}

.suggestion-list li:hover {
	background-color: #CFCFCF;	
}
.suggestion-list li.suggestion-list-selected {
	background-color: #CFCFCF;
}

/* The "about" pop-up */




#about {
  width: 456px;
  position: relative;
}

#about .footer {
  text-align: right;
  padding: 5px 0px;
  border-top: 1px solid #F0F0F0;
  width: 100%;
}

#about .copyright {
	padding: 5px;
	padding-bottom: 10px;	
}

a.tmpDisabledButton {
	visibility: hidden;
}

a.clicked-delete-button span.image-holder-delete {
	background-image: none;
	border: 1px solid red;
}


.counter-box {
	border: 1px solid #7F9DB9;
	background-color: #F0F0F0;
	padding: 0px 4px 0px 4px;
	margin-right: 2px;
	width: 20px;
	float:left;
	text-align: center;
	font-weight: bold;
}	


/* VOICEMAIL MENU: */

table.voicemail-menu {
  border: 1px solid #999;
  width: 290px;
  font-size: 10px;
  border-collapse: collapse;
}

table.voicemail-menu td {
  width: 33%;
  vertical-align: top;
  text-align: center;
  padding: 3px;
  white-space: normal;
}

table.voicemail-menu th {
  border-bottom: 1px solid #999;
  padding-bottom: 3px;
  padding-top: 5px;
  text-align: center;
  white-space: normal;
}

.keypad-button {
  border: 1px solid #333;
  margin: 0 auto;
  width: 30px;
  padding: 5px;
  font-size: 11px;
  background-color: #0F387F;
  color: #FFF;
  font-weight: bold;
}


.keypad-button.disabled {
  border-color: #CCC;
  color: #999;
  background-color: #FFF;
}

.keypad-button-description {
  clear: both;
}


#middleInfoContainer div.fake-progress-bar {
  width: 180px;
  height: auto;
  margin-left: 18px;
  text-align: left;
  padding-top: 3px;
}
#middleInfoContainer div.fake-progress-bar span {
  background-color: #F0F0F0;
  height: 5px;
  padding: 0px;
  margin: 0px;
  display: block;
}


.datePickerContainer {
	font-size: 11pt;	
}


span.datepicker a img {
  padding-left: 3px;
  padding-bottom: 3px;
}

span.datepicker {
	white-space: nowrap;	
}

span.datepicker input {
  display: block; 
  float: left;
}

table.separateCells tr td {
	padding-right: 15px;
}

ul.treeView, ul.treeView ul {
  list-style: none;
  border-left: 1px dotted #CCC;
  margin: 0px 0 0px 20px;
}

ul.treeView li {
  position: relative;
}


ul.treeView li .nodeLabel, ul.treeView li.newNode {
  position: relative;  
  left: -7px;
  background-color: #FFF;
}

ul.treeView li .nodeLabel {
	font-weight: bold;	
}

ul.treeView ul li .nodeLine {
  display: block;
  height: 2px;
  width: 13px;
  position: absolute;
  left: -20px;
  top: 10px;

  border-top: 1px dotted #CCC;
}

ul.treeView li {
  margin-top: 10px;
}


ul.treeView li.newNode .nodeLine {
  left: -13px;
  top: 10px;
}

/* this is the contact being displayed on the "add shortcut to a directory contact"'s page */
.directoryDisplay {
  padding: 10px;
  width: 300px;
  float: left;
  margin-top: 10px;
  border: 1px solid #CCC;
  background-color: #f0f0f0;
}

.forms-group-columns .picker-link {

	margin-bottom: 5px;display:block;
}
.personalInfo{
	width:480px;
}

.personalInfo select {
  width: 210px;
}

/*
	This class can be added to elements that need to be maximum 200px. 
*/
.forms-table-200px-scroll-true, .scroll-200px {
	height: 200px;
	overflow: auto;
	display: block;	
}

/* Stuff for admin set presence */
.telepo-admin-presence-container {
  width: 240px;
  float: none;
}

.telepo-admin-presence-container td {
  white-space: normal;
  min-width: 200px;
}

.telepo-admin-presence-container select {
  background: #fafafa;
  width: 100%;
}

.telepo-admin-presence-holder {
  padding: 5px 15px 5px 15px;
}

/* Stuff for admin set user caller id */
.telepo-admin-user-caller-id-container {
  width: 240px;
  float: none;
}

.telepo-admin-user-caller-id-container td {
  white-space: normal;
  min-width: 200px;
}

.telepo-admin-user-caller-id-container select {
  background: #fafafa;
  width: 100%;
}

.telepo-admin-user-caller-id-holder {
  padding: 5px 15px 5px 15px;
}

.telepo-admin-label {
  color: #808080;
}

.telepo-admin-personal-note {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #7F9DB9;  
}

.telepo-admin-personal-note input {
  padding: 0px 0px 0px 0px;
  border-style: none;
}

.telepo-admin-popup {
  border-style: solid;
  border-width: 1px;
  border-color: #7F9DB9;
  background: #ffffff;
}

.telepo-admin-time-popup {
  padding: 10px 10px 10px 10px;
}

.telepo-admin-group-popup {
  padding: 5px 10px 5px 10px;
	min-width: 220px;
}

.telepo-admin-group-popup table {
  width: 300px;
}

.telepo-admin-group-popup td {
  padding: 0px 0px 0px 0px;
  border-style: none;
  border-width: 0px;
}

.telepo-admin-group-popup .gwt-Label {
	max-width: 300px;
	white-space: normal;
}

.cdr-pipeline {
	display: none;
}

.errorMessage {
 	color:red;
 }
 
 .infobox {
 	color: #042254;
 	backgroundcolor: #f4f8fd;
 	border-width: 1px;
 	border-style:solid;
	border-color: #d0dbf4;
	padding: 6px;
	border-radius:4px;
	-moz-border-radius:4px; /* Firefox 3.6 and earlier */
 }
 
div.voicepromptrecordwrapper {
    width: 90%;
    height: 20px;
    text-align: center;
    border: 0px;
    position:relative;
}

div.voicepromptrecordtext {
    position:relative;
    z-index:1;
}

div.voicepromptrecordbar {
	width: 100%;
    background-color: #7FC9FF;
    position: absolute;
    top:0; bottom:0;
}

div#subscriptions table tbody tr td {
    vertical-align:top;
}

#accordion h7 {
	outline: #fff;
}
 
.directoryfields-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 120px; 
  }
 #groupscalllogLink {
 	float: right;
 	padding: 4px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 1px #c1c1c1;
	-moz-box-shadow: 0px 0px 2px 1px #c1c1c1;
	box-shadow: 0px 0px 2px 1px #c1c1c1;
	box-shadow: 0px 0px 2px 1px #c1c1c1;
	margin-bottom: 5px;
    margin-top: -10px;
 }

 #groupscalllogIcon {
 	display: block;
 	background-image:url("images/ic_background_grouplog_large.png");
 	width: 28px;
 	height: 28px;
 	background-size: 100% 100%;
 	cursor: pointer;
 }
.groupbutton {
	padding: 10px;
}

#eu-cookie-directive {
	background-color: #4b4b4b;
	padding-top: 0.75em;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 1.14286em;
	height: 32px;
}

#eu-cookie-directive p {
	margin: 0;
	margin-bottom: 0.3125em;
}

#eu-cookie-directive a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
}

.eu-directive-confirm {
	font-weight: 500;
	text-align: center;
	border-radius: 6px;
	background-color: #40AD48;
	color: #fff;
	border: none;
	box-shadow: #3b5616 0 -3px 0 0 inset;
	text-decoration: none;
	padding-top: 0.25em;
	padding-bottom: 0.4375em;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
	margin-left: 0.3125em;
	box-shadow: #4b920f 0 3px 0 0;
}

.button-text {
  border: 1px solid #c5c5c5;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
  text-decoration: none;
  min-width: 50px;
}

.button-text:hover {
  background-color: #3183ef;
  text-decoration: none;
}
