/* 
    Document   : fw-support
    Created on : 2013-feb-17, 13:12:38
    Author     : Esa
    Description:
        Purpose of the stylesheet follows.
*/
html.loading, html.loading * { cursor: wait !important; }
html, body {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
body {
    background-color: #eee;
	
    color: #222;
    font-family: "Century", Verdana, Helvetica, sans-serif;
}
.hideUntilLoaded {
    visibility: hidden;
}
.notSelectable {
   -ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}
.ui-menu .ui-menu-item .ui-menu-multilevel {width: auto;}
  /* Double-sized Checkboxes */
.scale200 {
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  margin-right: 10px;
}
.scale150 {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  margin-right: 7px;
}
.scale125 {
  -ms-transform: scale(1.25); /* IE */
  -moz-transform: scale(1.25); /* FF */
  -webkit-transform: scale(1.25); /* Safari and Chrome */
  -o-transform: scale(1.25); /* Opera */
  margin-right: 5px;
}
/*
 * ICONS
 */
.ui-button .ui-icon.fw-remove {
    background-image: url('/layout/img/delete.png');
    background-size: 10px 10px;
    width: 16px;
    height: 16px;
    background-position:center;
}
.ui-button.ui-state-hover .ui-icon.fw-remove {
    background-image: url('/layout/img/delete.png');
    background-size: 10px 10px;
    width: 16px;
    height: 16px;
    background-position:center;
}

.ui-button {
	outline: none !important;
}

.inputnormal {
	background-color: white;
}
.inputwarning {
	background-color: pink;
}

.text-shadow {
    text-shadow: 3px 0 3px #000, 0 -3px 3px #000, 0 3px 3px #000, -3px 0 3px #000;
}
a:link {    text-decoration: none; color: #222; }
a:visited { text-decoration: none; color: #222; }
a:active {  text-decoration: none; color: #222; }
a:hover {   text-decoration: underline; color: #333;}
.ui-resizable-se { background-image: url(""); }
.ui-fw-highlight {
	border: 1px solid #96ddfd;
	background: #88c6e2 url(images/ui-bg_glass_35_88c6e2_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.menu-placeholder {
    border: 1px dashed #aaa;
    height: 33px;
    margin-left: -1px;
    margin-right: -1px;
}
.highlight {
    color: #000;
}
.file {
    width: 60%;
    height: 100%;
    background-color: rgba(150,225,150,0.5);
    vertical-align: middle;
    text-align: center;
    padding: 0 20%;
    color: #FFF;
    font-weight: bold;
    font-size: 400px;
    opacity: 0;
}
.upload-dragndrop {
    background-color: rgba(250,250,250,1);
    border: 1px solid #ccc;
    width: 80%;
    height: 130px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}
.upload-dragndrop-hover {
    background-color: rgba(245,245,245,1);
    border: 1px solid #85c7e5;
    width: 80%;
    height: 130px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}
.upload-smallbox-big {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    height: 130px;
    margin: 0px;
}
.upload-smallbox-hidden {
    background-color: transparent;
    float: left;
    border: 1px solid transparent;
    width: 60px;
    height: 60px;
    margin: 5px;
}
.upload-smallbox {
    background-color: #fff;
    float: left;
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
    margin: 5px;
}
.no-title .ui-dialog-titlebar {display:none}
.bodyShow {
    visibility: normal;
}
.bodyHidden {
    visibility: hidden;
}
.comp-radio-highlight-green {
    font-weight: bold;
    color: green;
}
.comp-radio-highlight-red {
    font-weight: bold;
    color: red;
}
#overlay {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
}
.overlay-load {
    width: 60px;
    height: 60px;
    border: 2px solid #000000;
    border-radius: 10px;
    margin: 200px auto;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    text-align:left;
}
.overlay-error {
    width: 300px;
    height: 40px;
    border: 2px solid #000000;
    border-radius: 10px;
    margin: 200px auto;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    padding-top: 30px;
    text-align:center;
}
.overlay-error p {
    font-size: 18px;
    font-weight: bold;
    font-family: "Century", Verdana, Helvetica, sans-serif;
}
.okButton {
    width: 265px;
    margin: auto;
}
.ui-state-success,
.ui-widget-content .ui-state-success,
.ui-widget-header .ui-state-success {
	border: 1px solid #8CC9FB;
	background: #E6EFF4;
	color: #516B81;
}
.ui-state-success a,
.ui-widget-content .ui-state-success a,
.ui-widget-header .ui-state-success a {
	color: #516B81;
}
.no-close, .no-close .ui-dialog-titlebar {
    text-align: center;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}
.ui-tabs .ui-tabs-nav li {
    text-align: left;
}
.ui-tabs .ui-tabs-nav li a {
    display: inline-block;
    float: none;
    padding: 5px;
    text-decoration: none;
    width: 90%;
}
.ui-menu {
    width: 100%;
}
.ui-menu-item {
    font-size: 14px;
    position: relative;
    z-index: 3;
}
.noSelection {
    font-weight: bold;
}
.slideHide {
    padding: 0px;
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.slideShow {
    padding: 3px;
    height: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.t10 {
    color: #222;
    font-family: "Century", Verdana, Helvetica, sans-serif;
    font-size: 10px;
}
.t12 {
    color: #222;
    font-family: "Century", Verdana, Helvetica, sans-serif;
    font-size: 12px;
}
.t14 {
    color: #222;
    font-family: "Century", Verdana, Helvetica, sans-serif;
    font-size: 14px;
}
.r16 {
    color: #222;
    font-family: "Century", Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
p {
    color: #222;
    font-family: "Century", Verdana, Helvetica, sans-serif;
    //font-size: 12px;
    margin: 0px;
}
font {
    color: #222;
    font-family: "Century", Verdana, Helvetica, sans-serif;
    //font-size: 12px;
}
input {
    font-family: "Century", Verdana, Helvetica, sans-serif;
    //font-size: 12px;
}
input[type=text],
input[type=password],
select,
textarea,
.input-style {
    color: #222;
    font-family: "Century", Verdana, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    height: 15px;
    margin: 0px;
    outline: none !important;
}
select {
    padding: 0px;
    height: 22px;
}
textarea {
    height: auto;
}
.defaultText { position: relative; border: 1px solid transparent; margin: 2px; }
.defaultTextInput { position: absolute; left: 0; width: 300px; color: #222; }
.defaultTextGhost { position: absolute; left: 0; width: 300px; color: #000; background-color: #eee; font-style: italic; }
.defaultTextActive { background-color: rgba(255,255,255,0.5); filter: alpha(opacity = 50); }
.defaultTextError {  border-color: #bb0000; background-color: rgba(255,0,0,0.1); }
.defaultTextErrorTemp {  background-color: rgba(255,0,0,0.5); }

.siteNav {
    color: #000;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: -5px;
}
.siteNav a {
    color: #666666;
}
.siteNav a:hover {
    color: #333333;
}



div.help-popup{
    float: right;
    text-align: center;
    background-color: #88c6e2;
    border-radius: 50%;
    width: 15px;
    padding-right: 1px;
    height: 16px;
    font-size: 11px;
    line-height: 17px;
    cursor: pointer;
}

div.help-popup:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

div.help-popup div,
div.help-popup p {
    display: none;
}

div.help-popup-text,
p.help-popup-text {	/* The tooltip */
    display: none;
    text-align: left;
    background-color: #1f2121;
    padding: 20px;
    width: 300px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    cursor: default;
}

div.help-popup-text {
    padding-bottom: 10px;
}
div.help-popup-text p {
    background-color: transparent;
    cursor: default;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
}
