/*
 * $Revision$
 * $Date$
 *
 * Copyright (C) 1999-2010 Jive Software. All rights reserved.
 *
 * This software is the proprietary information of Jive Software. Use is subject to license terms.
*/
@charset "utf-8";
/* CSS Document */

.overlay-status-indicator {
    background-image: url(../../resources/images/status_icons.png);
    height: 9px;
    width: 9px;
    margin: 2px 5px 5px 4px;
    float: left;
}

.overlay-indicator-offline {
    background-position: -10px -10px;
}

.overlay-indicator-restart {
    background-position: -10px -48px;
}
table{
    border:none;
    border-spacing:0;
}
.translation textarea {
    border: 1px #aaa solid;
    padding: 3px;
    width: 98%;
    height: 15px;
    vertical-align: middle;
    font-family: verdana;
    font-size: 11px;
}

.licenseInformation textarea {
    width: 100%;
    height: 50px;
}

.message {
    padding: 3px;
    color: white;
    font-weight: bold;
}

.paging {
    text-align: center !important;
}

#smz-i18n-plugin-table .c1 {
    width: 330px;
}
#smz-i18n-plugin-table .c2 {
    min-width: 270px;
}

#smz-i18n-plugin-table .c3 {
    width: 200px;
    text-align: center !important;
}

.licenseInformation {
    background-color: #eee;
    margin: 10px 0 10px 0;
    border: 1px #aaaaaa solid;
}

.own-translation-row {
    background: #a2eca5 repeat scroll 0 0;
}

.custom-translation-row {
    background: #ffff99 repeat scroll 0 0;
}

.header-row td{
    padding:5px 10px;
}
.header-row th{
    padding:10px 10px 0;
    font-weight: 700;
    background-color: #eee;
    border-bottom:1px solid #fff;
}
.default-translation-row {
    background: #efefef repeat scroll 0 0;
}
.custom-translation-row td,
.default-translation-row td{
    padding:2px 5px;
    border:none;
    border-bottom:1px solid #fff;
}
.key-edit-link-icon img{
    vertical-align: sub;
}

.jive-body-formpage .custom-translation-row input[type="submit"],
.jive-body-formpage .default-translation-row input[type="submit"]{
    padding:4px 25px;
}

#jive-body-maincol h3{
    font-size: 2em;
    margin:0;
    min-height:1.7em;
}

#license-error, #backend-error {
    background-color: #ff0000;
}

#backend-success {
    background-color: #1ca936;
}

.boxed{
    border: 1px #ccc solid;
    background-color: #eee;
    margin:8px 0 20px;
}
#smz-i18n-plugin-header>form{
    padding:5px 10px;
    background-color: #ddd;
    overflow:hidden;
    border-bottom:1px solid #ccc;
    position: relative;
}

#smz-i18n-plugin-options, #smz-i18n-plugin-search,.addNewLanguage{
    padding:5px 10px;
    position:relative;
}

#langInfo{
    float:left;
    width:370px;
}
#langChooser{
    position:absolute;
    left:375px;
    width:20%;
    bottom:10px;
}
#langChooser label{
    font-size: 11px;
}
#langChooser select{
    margin:0;
}
#addLang{
    float:right;
}
#addLang input{
    position:absolute;
    bottom:10px;
    right:11px;
}

#smz-i18n-plugin-options{
    border-bottom:2px solid #fff;
}

#smz-i18n-plugin-options h5{
    margin:4px 0;
}
#smz-i18n-plugin-options ul{
    list-style-type: none;
    padding:0;
    overflow:hidden;
}
#smz-i18n-plugin-options li{
    float:left;
    padding-right:10px;
}
#smz-i18n-plugin-options li.right{
    float:right;
    padding-right:0;
}

#searchButton{
    margin-left:10px;
}

#smz-i18n-plugin-table .c1 input{
    width:230px;
}

#smz-i18n-plugin-table TR .stat {
    text-align: left;
}

#smz-i18n-plugin-table .stats {
    background-color: #eee;
}

#smz-i18n-plugin-table .error .c4 {
    background-color: #FFC8BE;
    font-weight: bold;
}

#smz-i18n-plugin-table .icon {
    padding: 0 5px 0 3px;
}

#smz-i18n-plugin-table .footer-row {
    text-align: right;
    background-color: #DDD;
}

#smz-i18n-plugin-table .header-row {
    background-color: #DDD;
}

#smz-i18n-plugin-table .action-row {
    vertical-align: bottom;
}

#smz-i18n-plugin-table .footer-row TD {
    border-bottom: 0;
    padding:5px;
}

#smz-i18n-plugin-table .footer-row INPUT {
    text-align: right;
    font-family: verdana;
    font-size: 8pt;
}

.jive-button .jive-button-label {
    font-family: verdana;
    font-size: 8pt;
}

.jive-button .jive-button-label {
    padding-right: 10px;
}

.jive-button SELECT {
    font-family: verdana;
    font-size: 8pt;
}

.jive-row TD {
    background-color: #fff;
}

.jive-row-sel TD {
    background-color: #ffc;
    padding:2px 5px;
}

.alignRight {
    float: right;
}

.inline {
    display: inline;
}
#tooltip{
    z-index:9;
    width:180px;
    background: #ffc;
    padding:8px 12px;
    border:1px solid #ccc;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.3);
}
.i18n-admin-tooltip-list{margin:0;overflow:hidden;width:256px;}
.i18n-admin-tooltip-list dt{float:left;width:110px;clear:left;}
.i18n-admin-tooltip-list dd{float:left;width:110px;margin:0;}

div#smz-i18n-plugin-table a.tooltip {
    background: none repeat scroll 0 0 #D9EFF4;
    color: #339FBA;
    font-size: 0.8em;
    font-style: normal;
    font-weight: bold;
    padding: 0 3px;
    text-decoration: none;
}


div#smz-i18n-plugin-table a.tooltip:hover {
    background: none repeat scroll 0 0 #339FBA;
    color: #FFFFFF;
    text-decoration: none;
}

 div#smz-i18n-plugin-table a.text-view,
 div#smz-i18n-plugin-table a.text-view:hover {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #999999;
    color: #666666;
    font-size: 1em;
    font-weight: normal;
    padding: 0 2px 0 0;
}

div#smz-i18n-plugin-table a.key-edit-link-icon {
	text-decoration: none;
	padding: 5px;
}

table.key-settings-table th,
table.key-settings-table td {
	padding-bottom: 3px;
	padding-top: 3px;
}

table.key-settings-table td {
	border-bottom: 1px solid #fff;
}

table.key-settings-table th.translation,
table.key-settings-table td.translation{
	padding: 2px 5px;
	width: 360px;
}
table.key-settings-table .own-translation-row th.translation,
table.key-settings-table .own-translation-row td.translation{
	width: 250px !important;
}

table.key-settings-table td.translation textarea{
	padding-left: 7px;
	width: 95%;
}

table.key-settings-table th.actions,
table.key-settings-table td.actions{
	width: 120px;
	padding: 2px 5px;
}
table.key-settings-table .own-translation-row th.actions,
table.key-settings-table .own-translation-row td.actions{
	width: 280px;
}

table.key-settings-table th.actionresult,
table.key-settings-table td.actionresult{
	width: 20px;
	padding-right: 5px;
}

table.key-settings-table td.actions a.action-link{
	padding: 6px;
    text-decoration: none;
	padding-left: 5px;
}



table.key-settings-table th.language,
table.key-settings-table td.language{
	width: 80px;
	padding: 0 10px;
}

td.actionresult img.hidden {
	display:none;
}

p#tooltip {
	padding-right: 60px;
}

div.i18n-admin-tooltip-window{ }

table.i18n-admin-tooltip-table  td {
	padding: 0 15px 0 5px;
	white-space: nowrap
}

table.i18n-admin-tooltip-table  td .status {

}

div.sync-container div.member-container{
	margin: 30px 0;
}

form#sync-cluster-member{
	margin: 5px 0;
}

.language-details {
	margin: 0;
	font-size:11px;
	padding:5px 0;
}


.language-details dt{
    float:left;
    width:45%;
}


.language-details dd{
    margin-left:45%;
    font-style: italic;
}



div.fancy-select {
	position: relative;
	font-size: 13px;
	color: #3778c7;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
	box-shadow: 0 0 0 2px #f00;
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#efefef 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
    background: -o-linear-gradient(top,#fff 0,#efefef 100%);
    display: inline-block;
    line-height: normal;
    text-shadow: 0 1px 0 white;
    color: #3778c7;
    font-family: inherit;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin: 0 10px 0 0;
    text-decoration: none;
    outline: 0;
}

div.fancy-select div.trigger:after {

	content: " ▼";
}

div.fancy-select div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger.open:after {
}

div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 400px;
	overflow: auto;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	min-width: 200px;

	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 50px;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
    margin:0;
	padding: 8px 12px;
	color: #3778c7;
	cursor: pointer;
	white-space: nowrap;

	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}
div.fancy-select ul.options li:hover{
	background: #777;
}

div.fancy-select ul.options li.selected {
	background: #3778c7;
	color: #fff;
}

div.fancy-select ul.options li.hover {
	color: #fff;
}
