html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: #666;
}
body {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 11px;
	background: url(../images/background_dark_green.png);
    background-size: cover;
	background-position: center center;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
select, input, button, textarea {
    font-family: Arial, Trebuchet MS, sans-serif;
    font-size:11px;
    font-weight: normal;
}
strong {
    font-weight: bold;
}
optgroup {
  font-weight: bold;
  font-style: italic;
}
option {
  font-weight: normal;
  font-style: normal;
}
			.fieldMatch {
				font-weight: bold;
			}
			.fieldNoMatch {
			}
			
			.collapsed {
				display: none;
				height: 0;
			}
			
table.grid{
	height:100%;
	width:100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}
			
.startpage-background {
	background: url(../images/background_dark_green.png);
	background-position: center center;
    background-size: cover;
}
.sk-main-content {
	width: 100%;
	height: 100%;
	color:#ffffff;
}
.sk-main-content h2 {
	font-size:20px;
}
.sk-main-content p {
	color:#999999;
}
.sk-main-content a, .sk-main-content a:hover, .sk-main-content a:active, .sk-main-content a:link {
	color:#556677;
	text-decoration:none;
}

.sk-login-table td {
  color:#888888;
  padding-left:5px;
}

.sk-forgot-link {
  padding-top: 10px;
}		
#sk-top{
  width:100%; /* NOTE: This is overridden in start_ui.js and set to 'auto'. But don't remove it from here! */
  height: 35px;
}
#sk-top a{
	height:100%;
/*	color: #848e9d;*/
	color:#fff;
}
			
			#sk-top {
			  background-image:url(../images/background_dark_green.png);
			  background-position:left bottom;
			  background-repeat:no-repeat;
			  background-color:#000406;
              background-size: cover;
			  color: white;
			  text-align: left;
			  height:35px;
			}
			.sk-top-admin {
				background-image: none !important;
				background-color: rgb(240, 173, 78) !important;
			}
			.sk-top-logo {
			  background: url(../branding/default/images/logo-23x76.png) left top no-repeat;
			  background-size: 85px;
			  float: left;
			  height: 35px;
			  margin: 10px 0 0 10px;
			  width: 119px;
			}
			.sk-top-tabs.sk-tabs {
			  left: 134px;
			}
			.sk-top-links {
			  float: right;
			  height: 35px;
			  margin: 0;
			  padding: 5px 10px 5px 0;
			}
			.sk-top-links span,
			.sk-top-links a {
			  display: block;
			  float: left;
			  height: 100%;
			  margin-left: 15px;
			  padding: 7px 0 0 0;
			}
/*.explorer8   .sk-top-links a {
  padding: 6px 0 0 0;
}
*/
            .sk-top-links a.sk-logout {
			  background: url(../images/icon-logout-25x25.png) left top no-repeat;
			  padding: 7px 0 0 30px;
			}
            .sk-top-links a.sk-current-user {
			  background: url(../images/icon-user-25x25.png) left top no-repeat;
			  padding: 7px 0 0 30px;
			}
            .sk-top-links a.sk-current-organisation {
			  background: url(../images/icon-organization-25x25.png) left top no-repeat;
			  padding: 7px 0 0 30px;
			}
			.sk-top-links a.sk-upgrade-link {
			  background: url(../images/icon-upgrade-25x25.png) left top no-repeat;
			  padding: 7px 0 0 30px;
			}
			.sk-top-links a.sk-feedback-link {
              background: url(../images/icon-feedback-25x25.png) left top no-repeat;
              padding: 7px 0 0 30px;
            }

/*
.explorer8   .sk-top-links a.sk-logout {
              padding: 6px 0 0 30px;
            }
*/
#sk-bottom{
	background-color:#000000;
	height:100%;
	width:100%;
	background-image:url(../images/background-top.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#000406;
}

/*
 * Section header in e.g. properties view. The markup should look like: 
 * <div class="sk-section-header"><span>Label</span></div>
 */
			div.sk-section-header {
			  background: url(../images/button.png) no-repeat left -144px;
			  margin: 10px;
			  height: 26px;
			}
			div.sk-section-header span {
			  background: url(../images/button.png) no-repeat right -317px;
			  border: none;
			  margin: 0 0 0 13px;
			  padding: 7px 0 0 0;
			  display: block;
			  height: 23px;
			  text-align: left;
			  color: white;
			  font-weight: bold;
			}
.safari 	div.sk-section-header span {
    		  padding: 8px 0 0 0;
    		}
.explorer8   div.sk-section-header span {
	          padding: 8px 0 0 0;
	        }
div.sk-section-header.sk-payment {
  margin-left: 0;
  margin-right: 0;
}
/*
 * Section information
 */
            div.sk-section-information {
              padding: 0 0 0 0;
              margin: 0 20px 0 20px;
              color:#999999;
            }
			div.sk-section-lead-text {
              padding: 0 0 0 0;
              margin: 0 20px 10px 20px;
              color:#999999;
            }
/*
 * Section content
 */
			div.sk-section-content {
			  padding: 0 0 0 0;
			  margin: 0 20px 0 20px;
			}

			div.sk-section-content table th{
			  font-weight:bold;
			  padding: 4px 10px 3px 10px;
			}

			div.sk-section-content table td{
			  padding: 4px 10px 3px 10px;
			}

/*
 * Button. The markup should look like: 
 * <span class="sk-button"><span><button>Label</button></span></span>
 */
			span.sk-button {
			  position: relative;
			  background: url(../images/button.png) no-repeat left -2px;
			  height: 23px;
			  margin: 2px 0 0 0;
			  padding: 0 0 0 0;
			  display: inline-block;
			  white-space:nowrap;
			}
			span.sk-button.sk-radio, span.sk-button.sk-radio span, span.sk-button.sk-simple, span.sk-button.sk-simple span,
			span.sk-button.sk-simpledropdown, span.sk-button.sk-simpledropdown span {
			 background: none;
			}
            span.sk-button.sk-active {
			  background-position: left -31px;
			}
			span.sk-button.sk-disabled {
			  background-position: left -147px;
			}
            span.sk-button.sk-left,
			span.sk-button.sk-right,
			span.sk-button.sk-close {
			  height: 23px;
			}
			span.sk-button.sk-delete {
			  height: 17px;
			}
			span.sk-button.sk-up,
			span.sk-button.sk-down {
			 height: 16px;
			}
			span.sk-button.sk-close-small {
			  height: 11px;
			}
			span.sk-button.sk-left {
			  background-position: -68px -552px;
			}
			span.sk-button.sk-left.sk-active {
			  background-position: -194px -552px;
			}
			span.sk-button.sk-right {
			  background-position: -100px -552px;
			}
			span.sk-button.sk-right.sk-active {
			  background-position: -226px -552px;
			}
            span.sk-button.sk-delete {
              background: url(../images/delete.png) no-repeat 0px -3px;
            }
            span.sk-button.sk-delete.sk-active {
              background: url(../images/delete.png) no-repeat top left;
            }
            span.sk-button.sk-delete.sk-disabled {
              background-image: url(../images/delete-disabled.png);
            }
            span.sk-button.sk-close {
              background: url(../images/close.png) no-repeat top left;
            }
            span.sk-button.sk-close.sk-disabled {
              background-image: url(../images/close-disabled.png);
            }
            span.sk-button.sk-close-small {
              background: url(../images/close-small.png) no-repeat top left;
            }
            span.sk-button.sk-close.sk-active {
              background: url(../images/close.png) no-repeat top left;
            }
            span.sk-button.sk-close-small.sk-active {
              background: url(../images/close-small.png) no-repeat top left;
            }
            span.sk-button.sk-up {
              background: url(../images/arrow-up.png) no-repeat top left;
            }
            span.sk-button.sk-up.sk-active {
              background: url(../images/arrow-up.png) no-repeat 1px 1px;
            }
            span.sk-button.sk-up.sk-disabled {
              background-image: url(../images/arrow-up-disabled.png);
            }
            span.sk-button.sk-down {
              background: url(../images/arrow-down.png) no-repeat top left;
            }
			span.sk-button.sk-development-version {
				background: url(../images/navbar/setup.svg) no-repeat top left;
			}
            span.sk-button.sk-down.sk-active {
              background: url(../images/arrow-down.png) no-repeat 1px 1px;
            }
            span.sk-button.sk-down.sk-disabled {
              background-image: url(../images/arrow-down-disabled.png);
            }
            span.sk-button.sk-checkbox {
			  background: url(../images/check-unmarked.png) no-repeat 0 3px;
			}
			span.sk-button.sk-checkbox.sk-active {
			  background: url(../images/check-unmarked.png) no-repeat 0 3px;
			}
			span.sk-button.sk-checkbox.sk-checked {
			  background: url(../images/check-marked.png) no-repeat 0 3px;
			}
			span.sk-button.sk-checkbox.sk-disabled {
              background: url(../images/check-unmarked-disabled.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-checked.sk-disabled {
              background: url(../images/check-marked-disabled.png) no-repeat 0 3px;
            }
            
            span.sk-button.sk-checkbox.sk-traffic-ok {
              background: url(../images/check-unmarked-traffic-ok.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-active.sk-traffic-ok {
              background: url(../images/check-unmarked-active-traffic-ok.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-checked.sk-traffic-ok {
              background: url(../images/check-marked-traffic-ok.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-active.sk-checked.sk-traffic-ok {
              background: url(../images/check-marked-active-traffic-ok.png) no-repeat 0 3px;
            }
            
            span.sk-button.sk-checkbox.sk-traffic-warning {
              background: url(../images/check-unmarked-traffic-warning.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-active.sk-traffic-warning {
              background: url(../images/check-unmarked-active-traffic-warning.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-checked.sk-traffic-warning {
              background: url(../images/check-marked-traffic-warning.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-active.sk-checked.sk-traffic-warning {
              background: url(../images/check-marked-active-traffic-warning.png) no-repeat 0 3px;
            }

            span.sk-button.sk-checkbox.sk-traffic-error {
              background: url(../images/check-unmarked-traffic-error.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-active.sk-traffic-error {
              background: url(../images/check-unmarked-active-traffic-error.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-checked.sk-traffic-error {
              background: url(../images/check-marked-traffic-error.png) no-repeat 0 3px;
            }
            span.sk-button.sk-checkbox.sk-active.sk-checked.sk-traffic-error {
              background: url(../images/check-marked-active-traffic-error.png) no-repeat 0 3px;
            }

			span.sk-button.sk-checkbox label,span.sk-button.sk-radio label {
			  margin: 0 15px 0 5px;
			}
			span.sk-button.sk-checkbox.sk-disabled label {
			   color: #bbb;
			}
			span.sk-button.sk-toggle.sk-checked {
			  background-position: left -60px;
			}
			span.sk-button.sk-toggle.sk-checked.sk-active {
			  background-position: left -89px;
			}
			span.sk-button.sk-cutout {
			  background: url(../images/button.png) no-repeat -6px -523px;
			  margin-left: -6px;
			}
            span.sk-button.sk-cutout span{
              margin-left: 8px;
            }
            span.sk-button.sk-cutout.sk-active {
			  background-position: -208px -523px;
			}
			span.sk-button.sk-cutout.sk-disabled {
			  background-position: -628px -523px;
			}
			span.sk-button span {
			  background: url(../images/button.png) no-repeat right -175px;
			  border: none;
			  margin: 0 0 0 15px;
			  padding: 0 0 0 0;
			  display: block;
			  height: 100%;
			}
			span.sk-button span.sk-errors {
			 display: inline;
			} 
			span.sk-button.sk-simpledropdown span {
			   margin: 0;
			}
			span.sk-simpledropdown span label {
			   margin-right: 5px;
			}
            span.sk-button.sk-dropdown span {
			  padding-right: 15px;
			}
			span.sk-button.sk-active span {
			  background-position: right -204px;
			}
			span.sk-button.sk-disabled span {
			  background-position: right -320px;
			}
			span.sk-button.sk-toggle.sk-checked span {
			  background-position: right -233px;
			}
			span.sk-button.sk-toggle.sk-checked.sk-active span {
			  background-position: right -262px;
			}
			span.sk-button.sk-dropdown span {
			  background-position: right -349px;
			}
			span.sk-button.sk-dropdown.sk-active span {
			  background-position: right -378px;
			}
			span.sk-button.sk-dropdown.sk-disabled span {
				background-position:right -494px;
			}
			span.sk-button.sk-left span,
			span.sk-button.sk-right span,
			span.sk-button.sk-close span,
			span.sk-button.sk-close-small span,
			span.sk-button.sk-delete span,
			span.sk-button.sk-radio span,
			span.sk-button.sk-checkbox span {
			  background: none;
			  margin: 1px 0 0 0;
			  padding: 0;
			}
.safari     span.sk-button.sk-checkbox span {
              margin: 2px 0 0 0;
            }
/*.explorer8   span.sk-button.sk-checkbox span {
              margin: 3px 0 0 0;
            }*/
            span.sk-button span button {
			  background-color: transparent;
			  background-image: none;
			  border: none;
			  text-align: center;
			  color: white;
			  font-weight: bold;
			  margin: 0 0 0 -13px;
			  padding: 4px 15px 0px 17px;
			  cursor: pointer;
			  line-height: normal;
			  vertical-align: top;
			}
/*.explorer8   span.sk-button span button {
              padding: 3px 10px 0px 12px;
            }*/
.safari     span.sk-button span button {
              padding: 5px 15px 0px 17px;
            }

			span.sk-button.sk-disabled span button {
			  cursor: auto;
			  text-decoration: none;
			}
			
			span.sk-button.sk-left span button,
			span.sk-button.sk-right span button,
			span.sk-button.sk-delete span button,
			span.sk-button.sk-close span button,
			span.sk-button.sk-close-small span button {
			  margin: 0;
			  padding: 0;
			  width: 27px;
			  /*height: 23px;*/
			}
			span.sk-button.sk-close-small span button {
			  width: 15px;
			  height: 11px;
  			}
			span.sk-button.sk-checkbox span input {
			  margin: 0;
			  padding: 0;
			  width: 15px;
			  height: 15px;
			  -moz-opacity: 0; 
			  filter: alpha(opacity: 0);
			  opacity: 0;
              cursor: pointer;
			}
			span.sk-button form {
			  position: absolute;
			  top: 0;
			  left: 0;
			  width: 100%;
			  height: 22px;
			  -moz-opacity: 0; 
			  filter: alpha(opacity: 0);
			  opacity: 0;
			  cursor: pointer;
			  overflow: hidden;
			  margin: 0;
			  padding: 0;
			}
			span.sk-button form input {
			  cursor: pointer;
			  width: 100%;
			  height: 100%;
			}
			.explorer8 span.sk-button form input {
			  width: 1px; /* Hides the text field part of the <input type="file"> in IE8 */
			}
			/* In IE button.js inserts an extra div around the <select>. Without it the opacity filter setting won't work. */
			.explorer8 span.sk-button.sk-dropdown>span>div,
			span.sk-button.sk-dropdown>span>select {
			  position: absolute;
			  top: 0px;
			  left: 0px;
			  width: 100%;
			  height: 100%;
			  -moz-opacity: 0; 
			  filter: alpha(opacity: 0);
			  opacity: 0;
			  cursor: pointer;
			}
			.sk-button.sk-image,
			.sk-button.sk-image span,
			.sk-button.sk-image.sk-active,
			.sk-button.sk-image.sk-disabled,
			.sk-button.sk-image.sk-active span,
			.sk-button.sk-image.sk-disabled span {
				background: none;
				margin: 0;
				padding: 0;
			}
			.sk-button.sk-image button {
                margin: 0;
                height: 100%;
                width: 100%;
			}
.firefox    .sk-button.sk-image.sk-disabled {
                margin-top: -1px;
            }
/*.explorer8   .sk-button.sk-image.sk-disabled {
                margin-top: 0px;
            }*/
            .sk-show-details.sk-button,
            .sk-plus.sk-button,
			.sk-hide-details.sk-button,
            .sk-minus.sk-button {
				width: 15px;
				height: 15px;
			}
			.sk-show-details.sk-button,
            .sk-plus.sk-button,
			.sk-show-details.sk-button.sk-active,
			.sk-plus.sk-button.sk-active
  			.sk-show-details.sk-button.sk-disabled, 
  			.sk-plus.sk-button.sk-disabled {
  				background: url(../images/plus.png);
			}
			.sk-hide-details.sk-button,
            .sk-minus.sk-button,
			.sk-hide-details.sk-button.sk-active,
			.sk-minus.sk.sk-button.sk-active,
			.sk-hide-details.sk-button.sk-disabled, 
			.sk-minus.sk-button.sk-disabled {
				background: url(../images/minus.png);
			}

span.sk-button.sk-left span button,
span.sk-button.sk-right span button {
  margin: 1px 0 0 0;
  padding: 0;
  width: 26px;
  height: 23px;
}
span.sk-button.sk-delete span button,
span.sk-button.sk-close span button {
  margin: 1px 0 0 0;
  padding: 0;
  width: 23px;
  /*height: 23px;*/
}
span.sk-button.sk-close-small span button {
  margin: 1px 0 0 0;
  padding: 0;
  width: 11px;
  height: 11px;
}
span.sk-button.sk-up span button, span.sk-button.sk-down span button {
  margin: 1px 0 0 0;
  padding: 0;
  width: 15px;
  height: 15px;
}
span.sk-button.sk-checkbox span input {
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  -moz-opacity: 0; 
  filter: alpha(opacity: 0);
  opacity: 0;
}
span.sk-button form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0; 
  filter: alpha(opacity: 0);
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
span.sk-button form input {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.explorer8 span.sk-button form input {
  width: 50px; /* Hides the text field part of the <input type="file"> in IE8 */
}
.explorer7 span.sk-button form input {
  width: 1px; /* Hides the text field part of the <input type="file"> in IE7 */
}
/* In IE button.js inserts an extra div around the <select>. Without it the opacity filter setting won't work. */
.explorer8 span.sk-button.sk-dropdown>span>div,
span.sk-button.sk-dropdown>span>select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -moz-opacity: 0; 
  filter: alpha(opacity: 0);
  opacity: 0;
  cursor: pointer;
}
.sk-button.sk-image,
.sk-button.sk-image span,
.sk-button.sk-image.sk-active,
.sk-button.sk-image.sk-disabled,
.sk-button.sk-image.sk-active span,
.sk-button.sk-image.sk-disabled span {
	background: none;
	margin: 0px 0 0 0;
	padding: 0;
}

span.sk-search-dt.sk-button.sk-toggle {
    margin: 3px;
    border: 1px solid #fff;
    height: 20px;
}
span.sk-search-dt.sk-button.sk-toggle, span.sk-search-dt.sk-button.sk-toggle span {
    background: transparent;
}
span.sk-search-dt.sk-button.sk-toggle.sk-checked {
  background: #eee;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

span.sk-search-dt.sk-toggle span button {
  color: #666;
  padding: 3px 9px 0px 7px;
}

.sk-errors {
	display: inline;
	padding-left:10px;
	/*float: right;*/
}

.sk-errors.sk-field-definition-form {
	display: inline;
	padding-left:5px;
	/*float: right;*/
}

.sk-error {
	color: #666666;
}

.sk-edit-message-form span.sk-errors {
	padding-left: 5px !important;
}

/*
 * StatisticsUI
 */
			table.sk-statistics {
			  margin: 0 5px 5px 5px;
			  width:100%;
			}
			table.sk-statistics th, table.sk-statistics td {
              border-bottom: 1px solid #cccccc;
			  padding: 3px;
			}
			table.sk-statistics th.sk-row {
			  font-weight: bold;
			  width: 250px;
			}
			table.sk-statistics th.sk-column {
			  font-weight: bold;
			  text-align: right;
			  color:#666666;
			}
			table.sk-statistics td.sk-number {
              border-bottom: 1px solid #cccccc;
			  text-align: right;
			}
			table.sk-statistics th.sk-statistics-level-1 {
			  padding-left: 15px;
			}
			table.sk-statistics th.sk-statistics-level-2 {
			  padding-left: 30px;
			}
			table.sk-statistics th.sk-statistics-level-3 {
			  padding-left: 30px;
			  font-weight:normal;
			  color:#666666;
			}
			table.sk-statistics span {
			  padding-left: 20px;
			}
			tr.sk-statistics-expandable span {
			  background: url(../images/plus.png) no-repeat center left;
        cursor: pointer;
			}
			tr.sk-statistics-expandable.sk-statistics-expanded span {
			  background: url(../images/minus.png) no-repeat center left;
			}

.sk-google-chart {
  width: 600px;
  height: 340px;  
}

.sk-tabbed-list {
	background: url(../images/tabbed-list-background.png) repeat-y top right;
	background-color: #f4f4f4;
	height: 100%;
}
.sk-tabbed-list-item {
	height: 23px;
	text-align: left;
	margin: 0 10px 0 8px;
	cursor: pointer;
	color: #888888;
}
.sk-tabbed-list-item.selected {
	background: url(../images/tabbed-list-selected.png) no-repeat left top;
	font-weight:bold;
	color: #444444;
	overflow: hidden;
}
.sk-tabbed-list-item div {
	margin-left: 15px;
	padding-top: 4px;
}
.sk-tabbed-list-item.selected div {
	background: url(../images/tabbed-list-selected.png) no-repeat right top #f4f4f4;
	height: 100%;
}
.sk-customer-status-test.sk-tabbed-list-item {
  background: transparent url(../images/list-traffic-warning.png) no-repeat 1px 6px;
}
.sk-customer-status-test.sk-tabbed-list-item.selected {
    background: url(../images/tabbed-list-selected-test.png) no-repeat left top;
    font-weight:bold;
    color: #444444;
}
.sk-clickable {
	cursor: pointer;
}

/*
 * Body panel
 */
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
  overflow-x:hidden;
}


/*
 * Generic properties panel
 */
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd.sk-properties,
.sk-properties {
  background-color: #f4f4f4;
  overflow-x:hidden;
}
.sk-properties .sk-row {
  padding: 0 0 0 0;
  margin: 0 10px 0 10px;
}
.sk-properties .sk-no-selection { 
  color: #aaaaaa;
  text-align: center;
  padding-top: 30px;
}

.sk-dialog {
  border: 1px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /*padding: 10px;*/
  background-color: white;
  -moz-box-shadow: #888 0 2px 5px;
  -webkit-box-shadow: #888 0 2px 5px;
  box-shadow: #888 0 2px 5px;
  overflow: hidden;
	position: fixed;
	top: 60px;
	left: 60px;
}
.sk-dialog .sk-title {
  text-align: center;
  /*height: 20px;*/
  padding:15px 10px 5px 10px;
}
.sk-dialog .sk-title h1 {
  font-size: 150%;
  font-weight: bold;
  color: #999;
}
.sk-dialog .sk-title .sk-button.sk-close {
  float: right;
}
.sk-progress-dialog {
  text-align: center;
  padding: 10px; 
  font-size: 120%;
}
.sk-buttons {
    width: 100%;
    margin-top: 8px;
	text-align: center;
}
.sk-terms-form {
  padding: 20px;
}
.sk-form {
  position: relative;
}
.sk-terms-form .sk-form-table td.sk-label {
  width: 170px;
}
.sk-field {
    padding: 2px;
    vertical-align: top;
}
.sk-field input {
    border:1px solid #cccccc;
    padding: 2px;
    width: 85%;
}
.sk-field .sk-radio input {
    width: auto;
    border: none;
}

.sk-field.sk-field-checkbox input{
    width: auto;
}
/*
 * TabsUI
 */
.sk-tabs {
  position: absolute;
  top: 12px;
  left: 10px;
}
.sk-traffic-img {
  left:13px;
  position:absolute;
  top:9px;
}
div.sk-centered,
div.sk-centered-bottom {
  position: absolute; 
  width: 1px; 
  height: 1px; 
  left: 50%; 
  overflow: visible;
  z-index: 10000;
}
div.sk-centered {
  top: 50%; 
}
div.sk-centered-bottom {
  bottom: 50%; 
}

.sk-mask {
  position: absolute;
  top: 0px;
  left: 0px; 
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  opacity: 0.2;
  filter: alpha(opacity: 20);
}
#sk-message,
#sk-demo-message,
#sk-demo-intro,
#sk-demo-intro-bg {
  position: absolute; 
  left: -410px; 
  top: -280px; 
  width: 500px; 
  height: 150px; 
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color: white;
  left: 0; 
  text-align: left;
}
#sk-message h1,
#sk-demo-message h1,
#sk-demo-intro h1 {
  font-size: 20px;
}

#sk-message p,
#sk-demo-message p,
#sk-demo-intro p {
  color: #999999;
  position: absolute;
  top: 70px;
  text-align: left;
}

#sk-demo-message p.sk-loading {
  background: url(../images/icon-processing-darkbg.gif) no-repeat top left;
  padding-left: 40px;
  height: 31px;
  padding-top: 7px;
}

#sk-demo-message p a {
  color: #999999;
  margin-right: 30px;
}

#sk-demo-intro-bg {
  background: black;
  opacity: 0.7;
  filter: alpha(opacity: 70);
}

#sk-demo-intro-bg,
#sk-demo-intro {
  left: -410px; 
  top: -343px;
  width: 781px; 
  height: 710px; 
}

#sk-demo-intro {
  overflow: hidden;
  color: #bbbbbb;
}

#sk-demo-intro h1 {
  margin-left: 20px;
  margin-top: 20px;
  color: #ffffff;
}
#sk-demo-intro p {
  margin-left: 20px;
  margin-right: 20px;
  color: #bbbbbb;
}
#sk-demo-intro-hide-show {
  position: absolute;
  right:-345px;
  top:-321px;
  color: #bbbbbb;
  font-size: 12px;
}

#sk-demo-intro-hide-show.sk-strong {
  font-weight: bold;
  font-size: 20px;
  color: white;
}
.sk-currency-paytype {
  margin: 5px 0px;
  padding: 5px;
}
.sk-currency-paytype div {
  margin: 5px 0;
}
.sk-button.sk-image.sk-pdf-button {
  background: url(../images/icon-download-pdf-48x48.png) no-repeat top left;
  width: 48px;
  height: 41px;
}
.sk-button.sk-image.sk-pdf-button.sk-disabled {
  background: url(../images/icon-download-pdf-disabled-48x48.png) no-repeat top left;
}
.sk-button.sk-image.sk-pdf-button.sk-disabled.sk-loading {
  background: url(../images/icon-processing.gif) no-repeat center center;
}
.sk-button.sk-image.sk-pdf-button.sk-active {
  background: url(../images/icon-download-pdf-active-48x48.png) no-repeat top left;
}
.sk-button.sk-radio.sk-visa-button {
  background: url(../images/visa.gif) no-repeat 38px 0px;
  height: 33px;
  width: 115px;
}
.sk-button.sk-radio.sk-mc-button {
  background: url(../images/mc.gif) no-repeat 38px 0px;
  height: 33px;
  width: 90px;
}
.sk-button.sk-radio.sk-mc-button span input, .sk-button.sk-radio.sk-visa-button span input {
  margin-right: 51px;
}
.sk-wizard-buttons {
  margin-top: 12px;
  text-align: right;
  width: 100%;
}
.sk-undelivered-header {
    clear: both;
}
.sk-delivered-docs, .sk-undelivered-docs {
  margin: 10px 0px;
}
.sk-delivered-header, .sk-undelivered-header, .sk-delivery-description {
  color: #999;
}
.sk-delivery-description {
  margin-bottom: 10px;
}
.sk-pdf-progress {
    /*float: right;
    display: inline;
    width: 163px;
    height: 41px;*/
    color: #999;
    text-align: left;
}
.sk-inner-tabs {
	left: 29px;
	top: 73px;
}
.sk-tabs-center {
  z-index: 1;
}
.yui-layout .yui-layout-noscroll .sk-tabs-root div.yui-layout-bd {
  overflow: visible;
}
.yui-layout .yui-layout-noscroll .sk-tabs-root .yui-layout .yui-layout-scroll div.yui-layout-bd {
  overflow: auto;
}

.sk-tabs-buttons span.sk-button {
  margin-top: 0px;
}

			.sk-tabs-buttons span.sk-button.sk-toggle {
			  background: url(../images/tab-unselected.png) center bottom no-repeat;
			  width: 110px;
			  height: 24px;
			  margin-left: -12px;
			  z-index: 0;
			}
			.sk-tabs-buttons span.sk-button.sk-toggle.sk-checked {
			  background: url(../images/tab-selected.png) center bottom no-repeat;
			  z-index: 2;
			}
			.sk-tabs-buttons span.sk-button.sk-toggle span,
			.sk-tabs-buttons span.sk-button.sk-toggle.sk-checked span {
			  background-image: none;
			}
			.sk-tabs-buttons span.sk-button.sk-toggle button {
			  color: white;
			  width: 110px;
			  height: 100%;
              padding: 3px 15px 0px 12px;
			}
/*.explorer8   .sk-tabs-buttons span.sk-button.sk-toggle button {
              padding: 4px 15px 0px 12px;
            }*/
            .sk-tabs-buttons span.sk-button.sk-toggle.sk-checked button {
			  color: #838383;
			}

/*
 * TimelineUI
 */

.sk-timeline {
  width: 100%;
  height: 167px;
}
.sk-timeline-inner {
  position: absolute;
  left: 15px;
  top: 42px;
  right: 15px;
  bottom: 0px;
  height: 90px;
  z-index: 10;
}
.sk-timeline-left,
.sk-timeline-arrow {
  top: 45px;
}
.sk-timeline-left {
  width: 28px;
  height: 40px;
  position: absolute;
  background: url(../images/timeline-left.png) no-repeat 0 11px;
}
.sk-timeline-arrow {
  right: 0;
  width: 52px;
  height: 40px;
  position: absolute;
  background: url(../images/timeline-arrow.png) no-repeat 0 10px;
}
.sk-timeline-window {
  top: 30px;
  left: 28px;
  right: 52px;
  height: 106px;
  position: absolute;
  overflow: hidden;
  background: transparent url(../images/timeline-bg.png) repeat-x 0 39px;
  cursor: move;
  z-index: 10;
}
.sk-timeline-items {
  position: absolute;
  height: 80px;
  top: 10px;
  background: transparent;
}
.sk-timeline-now {
  top: 15px;
  width: 250px;
  height: 45px;
  right: 0px;
  position: absolute;
  background: transparent;
  text-align: center;
  color: #888888;
}
.sk-timeline-loading {
  position: absolute;
  top: 51px;
  left: 40%;
  z-index: 100;
  padding: 10px 50px;
  background: url(../images/ajax-loader.gif) white no-repeat 25px 50%;
  border: 1px solid #AAA;
  border-radius: 5px;
}





/*TimeLine Items*/

.sk-timeline-item {
  top: 15px;
  width: 75px;
  height: 30px;
  position: absolute;
  background: transparent url(../images/timeline-item.png) no-repeat center center;
  cursor: pointer;
}



.sk-timeline-item.sk-timeline-item-selected {
  background: transparent url(../images/timeline-item-selected.png) no-repeat center center;
}
/*.sk-timeline-item.sk-timeline-item-selected.sk-timeline-item-active {
  background: transparent url(../images/timeline-item-active-selected.png) no-repeat center center;
}*/

/* Analyzing - INCOMING */
.sk-timeline-item.sk-batch-analyzing {
    background: transparent url(../images/timeline-item-incoming.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-analyzing.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-incoming-ok.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-analyzing.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-incoming-warning.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-analyzing.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-incoming-error.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-analyzing.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-selected-incoming-ok.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-analyzing.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-selected-incoming-warning.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-analyzing.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-selected-incoming-error.png) no-repeat center center;
}

/* Analyzing - ACTIVE */
.sk-timeline-item.sk-batch-analyzing.sk-timeline-item-active {
    background: transparent url(../images/timeline-item-active.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-analyzing.sk-timeline-item-active.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-active-ok.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-analyzing.sk-timeline-item-active.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-active-warning.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-analyzing.sk-timeline-item-active.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-active-error.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-analyzing.sk-timeline-item-active.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-selected-active-ok.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-analyzing.sk-timeline-item-active.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-selected-active-warning.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-analyzing.sk-timeline-item-active.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-selected-active-error.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-active.sk-timeline-item-none {
    background: none;
    cursor: auto;
}

/* PROCESSING */
.sk-timeline-item.sk-batch-processing {
    background: transparent url(../images/timeline-item-processing.gif) no-repeat center center;
}
.sk-timeline-item.sk-batch-processing.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-processing-ok.gif) no-repeat center center;
}
.sk-timeline-item.sk-batch-processing.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-processing-warning.gif) no-repeat center center;
}
.sk-timeline-item.sk-batch-processing.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-processing-error.gif) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-processing {
    background: transparent url(../images/timeline-item-selected-processing.gif) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-processing.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-selected-processing-ok.gif) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-processing.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-selected-processing-warning.gif) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-processing.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-selected-processing-error.gif) no-repeat center center;
}

/* FINISHED */
.sk-timeline-item.sk-batch-finished {
    background: transparent url(../images/timeline-item-finished.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-finished.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-finished-ok.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-finished.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-finished-warning.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-finished.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-finished-error.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-finished {
    background: transparent url(../images/timeline-item-selected-finished.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-finished.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-selected-finished-ok.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-finished.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-selected-finished-warning.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-finished.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-selected-finished-error.png) no-repeat center center;
}

/* ABORTED / ERROR */
.sk-timeline-item.sk-batch-aborted,.sk-timeline-item.sk-batch-error {
    background: transparent url(../images/timeline-item-aborted.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-aborted.sk-batch-traffic-ok,.sk-timeline-item.sk-batch-error.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-aborted-ok.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-aborted.sk-batch-traffic-warning,.sk-timeline-item.sk-batch-error.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-aborted-warning.png) no-repeat center center;
}
.sk-timeline-item.sk-batch-aborted.sk-batch-traffic-error,.sk-timeline-item.sk-batch-error.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-aborted-error.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-aborted,.sk-timeline-item.sk-timeline-item-selected.sk-batch-error {
    background: transparent url(../images/timeline-item-selected-aborted.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-aborted.sk-batch-traffic-ok,.sk-timeline-item.sk-timeline-item-selected.sk-batch-error.sk-batch-traffic-ok {
    background: transparent url(../images/timeline-item-selected-aborted-ok.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-aborted.sk-batch-traffic-warning,.sk-timeline-item.sk-timeline-item-selected.sk-batch-error.sk-batch-traffic-warning {
    background: transparent url(../images/timeline-item-selected-aborted-warning.png) no-repeat center center;
}
.sk-timeline-item.sk-timeline-item-selected.sk-batch-aborted.sk-batch-traffic-error,.sk-timeline-item.sk-timeline-item-selected.sk-batch-error.sk-batch-traffic-error {
    background: transparent url(../images/timeline-item-selected-aborted-error.png) no-repeat center center;
}





.sk-timeline-item-label {
    white-space: nowrap;
    top: 50px;
    position: absolute;
    background: transparent;
    cursor: pointer;
    color: #888888;
    text-align: center;
    height: 50px;
    padding-left:3px;
}
.sk-timeline-item-label.sk-timeline-item-selected {
    background: transparent url(../images/timeline-item-selected-arrow.png) no-repeat center bottom;
}
.sk-timeline-item-label.sk-timeline-item-active {
    font-weight: bold;
}

.sk-timeline-older,
.sk-timeline-newer {
  position: absolute;
  width: 150px;
  height: 15px;
  color: #888888;
  cursor: pointer;
}
.sk-timeline-older {
  left: 0px;
  background: transparent url(../images/scroll-left-small.png) no-repeat left center;
  padding-left: 20px;
}
.sk-timeline-newer {
  right: 0px;
  text-align: right;
  background: transparent url(../images/scroll-right-small.png) no-repeat right center;
  padding-right: 20px;
}
.sk-timeline-toolbar {
  padding-left: 15px;
  padding-top: 5px;
  position: absolute;
  color: #888888;
  background: transparent url(../images/timeline-toolbar-background.png) no-repeat left center;
  height:30px;
  width:550px;
}
.sk-timeline-toolbar td {
  vertical-align: middle;
  padding-right: 3px;
}
.sk-timeline-phases {
    position: absolute;
    height:90px;
    width: 450px;
}
.sk-timeline-phases div {
    position: absolute;
    top: 10px;
    height: 90px;
    width: 100px;
}
.sk-timeline-phases .sk-processed {
    left: 0px;
    text-align: right;
}
.sk-timeline-phases .sk-active {
    left: 120px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
}
.sk-timeline-phases .sk-incoming {
    text-align: left;
    left: 220px;
    padding-left: 20px;
}


.sk-distribution-channels p {
    padding: 10px;
}
.sk-distribution-channels p span.sk-button {
    margin-right: 10px;
}

.sk-distribution-channels p span.sk-button.sk-up,
.sk-distribution-channels p span.sk-button.sk-down {
    margin-right: 0px !important;
}
.sk-timeline-toolbar td.sk-keep-with-next {
    padding: 3px;
}

.sk-terms-form {
    padding: 20px;
}
.sk-terms-form .sk-form-table td.sk-label {
    width: 170px;
}
.sk-title-bar {
	background: transparent url(../images/bg-title-bar.png) repeat-x bottom center;
	height: 126px;
	padding: 16px 0 0 32px;
	color: #666;
}
.sk-config-form .sk-form-table td.sk-label {
    background: transparent url(../images/label-background.png) no-repeat bottom right;
    vertical-align:top;
    width:180px;
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-align:right;
}
.sk-email-config-form {
    max-width: 100%;
    padding:20px 0px 15px 90px;
    background: url(../images/distribution/channel-email_gray.png) 20px 20px no-repeat;
	background-size: 110px;
}
.sk-config-form .sk-form-table .sk-field input {
    width: 70%;
}
.sk-config-form .sk-form-table .sk-field {
    background: transparent url(../images/field-background.png) repeat-x bottom center;
    padding:7px 30px 8px 10px;
}
.sk-config-form .sk-form-table .sk-field input {
    padding:4px;
}
.sk-config-form .sk-form-table .sk-field .sk-button input {
    width: auto;
}
.sk-email-config-form .sk-button.sk-image.sk-pdf-button {
    margin: 5px 0px 0px 130px;
}
.sk-config-form td {
    vertical-align: top;
}
.sk-email-remap {
    text-align: left;
}
.sk-email-document-info td {
    padding: 10px;
}
.sk-print-config-form {
    padding:20px 15px 15px 140px;
    background: url(../images/distribution/channel-localprint_gray.png) 20px 20px no-repeat;
	background-size: 80px;
    height:60%;
}
.sk-print-config-form .yui-dt {
	border:1px solid #dddddd;
	height:90%;
	padding-bottom:23px;
}
.sk-postal-config-form {
    padding:40px 15px 15px 140px;
    background: url(../images/distribution/channel-postalmail_gray.png) 20px 20px no-repeat;
	background-size: 110px;
    height:60%;
}
.sk-none-config-form {
  padding: 40px 15px 15px 140px;
  background: url(../images/distribution/channel-none_gray.png) 20px 20px no-repeat;
  background-size: 90px;
  height: 60%;
}

.sk-avy-config-form {
	padding: 40px 15px 15px 140px;
	background: url(../images/distribution/channel-avy.png) 20px 20px no-repeat;
	background-size: 90px;
	height: 60%;
}

.sk-symbrio-config-form {
	padding: 40px 15px 15px 140px;
	background: url(../images/channel-p2p.png) 20px 20px no-repeat;
	background-size: 90px;
	height: 60%;
}
.sk-send-info {
  
}
.sk-send-info .sk-traffic-info {
	height: 15px;
}
.sk-send-admin-info {
	font-size: 10px;
}
.sk-channel-ui {
  display: inline-block;
}
.sk-history {
    /*margin: 10px*/;
}
.sk-message-search {
    padding: 25px 15px 5px 15px;
    background: url(../images/bg-gradient-white-grey.png) top repeat-x no-repeat;
}
.sk-message-search-status {
    padding: 15px;
    background: url(../images/bg-gradient-white-grey.png) bottom repeat-x;
    border-bottom:1px solid #cccccc;
}
.sk-message-search-result {
    padding: 0px 15px;
}
.sk-message-search.sk-field input.sk-message-search-field {
    width: 300px;
}
.sk-message-result-list {
    width: 99%;
}
.sk-list-count-summary {
    text-align: right;
}
.sk-message-result-list div.yui-dt {
    border: 1px solid #aaa;
}
.sk-message-search-count div {
  color:#aaa;
  padding: 5px;
  text-align:center;
  white-space:normal;
}
.sk-message-search-count div strong {
  font-size: 25px;
  color: #888
}
.sk-message-search-result .sk-message-search-document-type {
    font-size: 110%;
    margin-bottom: -10px;
    margin-top: 20px;
}
.sk-progress {
    border: 1px solid #666;
    padding:0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    margin-left: 5px;
}
.sk-progress div {
    height: 6px;
    border-right: 1px solid #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #94a0b0;
}
.sk-delivery-info .sk-status {
    color: #aaa;
    margin: 5px 0px 20px 10px;
}
.sk-progress.sk-animate {
    background: url(../images/progress-bg.gif) repeat-x center;
}
.sk-channel {
  background-repeat: no-repeat;
  display: inline-block;
  width: auto;
  height: 96px;
}
.sk-delivery-info .sk-channel {
  margin-bottom: 10px;
  margin-left: 5px;
  width: auto;
  height: auto;
}
.sk-channel.sk-small {
  height: 23px;
  min-width: 23px;
  background-size: 23px;
  width: auto;
}
.sk-channel-cell {
  position: relative;
  width: 23px;
  height: 23px;
}
.sk-channel-cell .group-loader-image {
  position: absolute;
  left: 300px;
  top: 0;
}
.sk-channel-cell .sk-channel-ui {
  position: absolute;
  left: 117px;
  top: 0;
  display: flex;
  align-items: center;
  height: 23px;
}
.sk-channel-cell .sk-channel-config {
  position: absolute;
  left: 145px;
  top: 5px;
  width: 300px;
}

.sk-channel-ui .sk-channel {
	background-position: center;;
}

.sk-channel-ui .sk-channel-postal,
.sk-channel-ui .sk-channel-postalmail,
.sk-channel-ui .sk-channel-localfile,
.sk-channel-ui .sk-channel-localprint,
.sk-channel-ui .sk-channel-print {
  height: 19px;
  background-size: 19px;
  width: 19px;
}

.sk-channel-ui .sk-channel-digipost {
  background-size: 20px;
}

.sk-channel-ui .sk-channel-email,
.sk-channel-ui .sk-channel-e-mail,
.sk-channel-ui .sk-channel-none,
.sk-channel-ui .sk-channel-peppol {
  background-size: 18px;
}
.sk-channel-ui .sk-channel-kivra {
	background-size: 16px;
}
.sk-channel-e-invoice-nordicb2b {
	background-image: url(../images/distribution/channel-e-invoice-nordicb2b.png);
}
.sk-channel-e-invoice-nordicb2c {
	background-image: url(../images/distribution/channel-e-invoice-nordicb2c.png);
}
.sk-channel-b2b {
	background-image: url(../images/distribution/channel-e-invoice-nordicb2b.png);
}
.sk-channel-b2c {
	background-image: url(../images/distribution/channel-e-invoice-nordicb2c.png);
}
.sk-channel-symbrio {
	background-image: url(../images/channel-p2p.png);
}
.sk-channel-kivra {
	background-image: url(../images/distribution/channel-kivra.png);
}
.sk-channel-e-mail {
	background-image: url(../images/distribution/channel-email.png);
}
.sk-channel-email {
	background-image: url(../images/distribution/channel-email.png);
}
.sk-channel-localfile {
	background-image: url(../images/distribution/channel-localfile.png);
}
.sk-channel-localprint {
	background-image: url(../images/distribution/channel-localprint.png);
}
.sk-channel-none {
	background-image: url(../images/distribution/channel-none.png);
}

.sk-channel-omaposti {
	background-image: url(../images/distribution/channel-omaposti.png);
}

.sk-channel-e-invoice-finlandb2c {
	background-image: url(../images/distribution/channel-b2c-finland.svg);
}

.sk-payments-icon{
	background-image: url(../images/payments.png);
	background-size: 19px;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.sk-channel-postalmail {
	background-image: url(../images/distribution/channel-postalmail.png);
}
.sk-channel-postal {
	background-image: url(../images/distribution/channel-postalmail.png);
}
.sk-channel-print {
	background-image: url(../images/distribution/channel-localprint.png);
}
.sk-channel-peppol {
	background-image: url(../images/distribution/channel-peppol.png);
}
.sk-channel-digipost {
	background-image: url(../images/distribution/channel-digipost.png);
}
.sk-channel-nets {
	background-image: url(../images/distribution/channel-nets.png);
}
.sk-channel-avy {
	background-image: url(../images/distribution/channel-avy.png);
}
.sk-channel-avy.sk-small {
	margin-top: 5px;
}
.sk-channel-sms {
	background-image: url(../images/distribution/channel-sms.png);
}
.sk-channel-eboks {
    background-image: url(../images/distribution/channel-eboks.png);
}
.sk-modify-distribution-channel {
    height: 34px;
    width: 34px;
    background-size: 34px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
}
.sk-modify-distribution-container {
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 34px;
}

.sk-modify-distribution-container.bordered {
    border-left: 1px solid #cccccc;
}
.sk-modify-distribution-container > span:last-child {
    margin-right: 8px;
    margin-left: 8px;
}

.sk-modify-distribution-container small {
    font-weight: 600;
}
.sk-modify-distribution-section {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}
.sk-modify-distribution-section > * {
    margin-top: 5px;
}
.sk-separator {
    border-top: 1px solid #cecece;
    display: flex;
    margin: 5px 0;
}
.sk-delivery-info .sk-delivery-dt .sk-header {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.sk-property-header {
  font-weight:bold;
  margin-bottom:5px;
  padding-bottom:3px;
}
.sk-property-paragraph div {
  margin-top:10px;
  padding-top:10px;
}
.sk-search-dt {
    margin: 5px;
}
.sk-search-dt input, .sk-dt-search-row input, .sk-message-search.sk-field input {
    width: auto;
}
.sk-expand-dt img {
    vertical-align: top;
}
.sk-locale-info  {
    position: relative;
}
.sk-locale-info div {
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
}
.sk-customer-list-test-mode {
  padding-left: 5px;
  background: transparent url(../images/list-traffic-warning.png) no-repeat 1px 6px;
}
.sk-date-field-label {
  font-weight: bold;
}
.sk-price-info-usage {
  padding: 10px;
}
.sk-price-info-compact {
  font-weight: bold;
  font-size: 110%;
  white-space: nowrap;
}
.sk-price-info-compact a, .sk-price-info-compact span {
  border: 2px solid transparent;
  padding: 3px;
  border-radius: 5px;
  display: inline-block;
}
.sk-price-info-compact a.sk-highlight {
  border: 2px solid #AAA;
}
.sk-vat-info {
  color: #999;
  font-size: 90%;
  font-weight: normal;
}
.sk-payment-success, .sk-payment-failed {
  padding: 10px;
  font-size: 110%;
}
textarea.sk-email-advanced-body {
  font-family: Consolas,Monaco,monospace;
  width: 100%;
  height: 300px;
}
.yui-editor-container .yui-editor-masked {
  background-color: #fff;
}
.sk-description {
  color:#888;
  padding: 5px;
}
.sk-distribution-receiver {
	margin-left: 25px;
	margin-top:20px;
	width:720px;
	background: #eeeeee;
	padding: 20px 20px 20px 20px;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sk-distribution-einvoice-mapping-first-row {
	padding-top:10px;
	padding-left:35px;
}
.sk-distribution-einvoice-mapping-first-row-value {
	padding-top:10px;
}
.sk-distribution-einvoice-mapping-first-row-value input{
	width: 100%;
}
.sk-distribution-einvoice-mapping-string-row {
	padding-top:10px;
	padding-left:35px;	
}
.sk-distribution-einvoice-mapping-text-value {
	padding-top:10px;	
}
.sk-distribution-einvoice-mapping-error {
	background: transparent url(../images/list-traffic-error.png) no-repeat left;
}
.sk-distribution-einvoice-mapping-warning {
	background: transparent url(../images/list-traffic-warning.png) no-repeat left;
}
.sk-distribution-einvoice-mapping-row {
	padding-left:35px;
}
.sk-distribution-einvoice-mapping-row-value {
  padding: 5px 0px;
}
.sk-distribution-einvoice-mapping-row-value input, .sk-distribution-einvoice-mapping-row-value textarea, .sk-distribution-einvoice-mapping-row-value select {
  width: 206px;
}

.sk-distribution-einvoice-mandatory-row {
	padding-top: 10px;
	padding-left:35px;
	padding-bottom: 10px;
}
.sk-distribution-einvoice-mandatory-row-minimized {
	padding-top: 0px;
	padding-left:35px;
	padding-bottom: 0px;
	heigh: 0px;
}
.sk-distribution-receiver-document-name {
	font-size:125%;
    min-height: 70px;
    height: auto;
  	padding-bottom: 5px;
}
.sk-distribution-receiver-title {
	font-size:125%;
	padding-top:30px;
	padding-bottom:5px;
}

.sk-distribution-svefaktura-only {
    padding-top: 30px;
    padding-bottom: 5px;
}

.sk-distribution-peppol-error-title {
	width: 530px;
	font-size:125%;
	padding-top:30px;
	padding-bottom:5px;
}
.sk-distribution-peppol-error-button {
	width: 30px;
	font-size:125%;
	padding-top:30px;
	padding-bottom:5px;
}
.sk-distribution-einvoice-mapping-value select {
	max-width: 220px;
}
.sk-distribution-receiver-first-header {
	width:350px;
	padding-top:6px;
	padding-bottom:6px;
}
.sk-distribution-receiver-first-status {
	width:30px;	
	padding-top:6px;
	padding-bottom:6px;
}
.sk-distribution-receiver-first-button {
	width:30px;	
	padding-top:6px;
	padding-bottom:6px;
}
.sk-distribution-receiver-first-value {
	padding-top:6px;
	padding-bottom:6px;
	width:300px;
}

.sk-distribution-receiver-header {
	border-top:1px solid #dddddd;
	min-width:175px;
	padding-top:6px;
	padding-bottom:6px;
}
.sk-distribution-receiver-status {
	border-top:1px solid #dddddd;
	width:30px;
	padding-top:6px;
	padding-bottom:6px;
}
.sk-distribution-receiver-button {
	border-top:1px solid #dddddd;
	width:30px;	
	padding-top:6px;
	padding-bottom:6px;
}
.sk-distribution-receiver-value {
	border-top:1px solid #dddddd;
	padding-top:6px;
	padding-bottom:6px;
	min-width:300px;
}
.sk-distribution-large-channel-info {
	/*min-height: 120px;*/
    height: auto;
}
.sk-distribution-receiver img {
  max-width: inherit;
}

.google-visualization-table-table{
    width:100%;
}

.sk-statistics-select {
    margin-right: 20px !important;
}

.sk-tabbed-list-title-name {
    border-bottom:1px solid #cccccc;
    color:#888888;
    text-align:center;
    width: 250px;
    height:18px;
    padding: 3px 0 0 0;
    background: url(../images/skins/sam/sprite.png) repeat-x 0 0;
}

.sk-border-margin-left-10 {
    border:1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0 10px;
    padding: 0 0 0 3px;
}

.sk-resource-name-columns-buttons {
	width: 50px;
	text-align: right;
}

.sk-template-designer-load-image {
	color: #ff0000;
	font-weight: bold;
}

#sk-user-message {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.97;
	filter: alpha(opacity=97);
	background-color: lightyellow;
	color: black;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}

.sk-user-message-right-buttons {
	float: right;
	margin-right: 10px;
}

.sk-user-message-left-container {
	float: left;
	width: 100%
}

.sk-user-message-centered {
	width: 50%;
	margin: auto
}
.sk-loading-dialog{
	background-image: url(../images/icon-processing.gif);
	background-position: 20px 10px ;
	background-repeat:no-repeat;
	height: 50px;
}
.sk-loading-dialog-text{
	text-align: left;
	padding:15px 15px 0px 70px;
	font-size: 110%;
	font-weight: bold;
	color: #999;
}




.sk-disabled-checkbox span.sk-checkbox {
	background-position: left -147px;
	pointer-events: none;
}
.sk-disabled-checkbox span.sk-button.sk-checkbox {
	background: url(../images/check-unmarked-disabled.png) no-repeat 0 3px;
}
.sk-disabled-checkbox span.sk-button.sk-checkbox.sk-checked {
	background: url(../images/check-marked-disabled.png) no-repeat 0 3px;
}
.sk-disabled-checkbox span.sk-button.sk-checkbox label {
	color: #bbb;
}
.sk-disabled-checkbox span.sk-button.sk-checkbox input {
	cursor: auto;
}
.sk-disabled-mappings .sk-distribution-receiver-button{
	background-position: left -147px;
	pointer-events: none;
	display: none
}
.sk-disabled-plex-checkbox {
	pointer-events: none;
	color: #bbb;
}
.sk-distribution-receiver-title-padding-right {
	padding-right: 10px;
}
.sk-distribution-receiver-title-padding-bottom {
	padding-bottom: 5px;
	padding-top: 0;
}

.sk-payments-swish-payment-method{
	width:30px !important;
	background-image: url(../images/payments/swish-payment-method.svg);
	background-size: cover !important;
}
.sk-payments-bank-payment-method{
	background-image: url(../images/payments/bank-payment-method.png);
}

.sk-payments-sent-incomplete{
	background-image: url(../images/payments/payment-in-progress.png);
}

.sk-payments-sent-expired{
	background-image: url(../images/payments/payment-rejected.png);
}

.sk-payments-sent-complete{
	background-image: url(../images/payments/payment-completed.png);
}

.sk-payments-sent-bank {
    background-image: url(../images/payments/bank-checked.png);
}

.sk-payments-sent-swish {
    background-image: url(../images/payments/swish-checked.png);
}

.sk-payments-sent-avtalegiro{
	background-image: url(../images/payments/avtalegiro.png);
}

.sk-password-visibility-toggle-container {
    position: relative;
}

.sk-password-visibility-toggle-container input {
    width: 100%;
}

.sk-toggle-password-container {
    cursor: pointer;
    position: absolute !important;
    top: 0;
    right: 15px;
    height: 100%;
    width: 15px;
}

.sk-toggle-password {
    position: relative;
    top: 0;
    transform: translateY(50%);
    color: #555555;
}

.sk-setup-widget-container .sk-channel-cell {
	width: 100%;
}

.sk-setup-widget-container .sk-channel-config {
	width: 100%;
}

.sk-setup-widget-container .editgroup-closed {
	z-index: 5000;
}

