text
stringlengths 1
22.8M
|
|---|
```makefile
################################################################################
#
# python-django
#
################################################################################
PYTHON_DJANGO_VERSION = 4.1.7
PYTHON_DJANGO_SOURCE = Django-$(PYTHON_DJANGO_VERSION).tar.gz
# The official Django site has an unpractical URL
PYTHON_DJANGO_SITE = path_to_url
PYTHON_DJANGO_LICENSE = BSD-3-Clause
PYTHON_DJANGO_LICENSE_FILES = LICENSE
PYTHON_DJANGO_CPE_ID_VENDOR = djangoproject
PYTHON_DJANGO_CPE_ID_PRODUCT = django
PYTHON_DJANGO_SETUP_TYPE = setuptools
$(eval $(python-package))
```
|
Sitting Volleyball at the 2010 Asian Para Games were held in Guangwai Gymnasium from December 13 to December 18. There were 2 gold medals in this sport.
Medalists
Men's tournament
Preliminary round
Pool A
Pool B
Final round
Semi-finals
7-8th-place match
5-6th-place match
Bronze-medal match
Gold-medal match
Men's final standing
Women's tournament
Group round
Final round
Semi-finals
Bronze-medal match
Gold-medal match
Women's final standing
References
Volleyball results
2010 Asian Para Games events
Asian Para Games
2010 Asian Para Games
Sitting volleyball
|
```go
// Unless explicitly stated otherwise all files in this repository are licensed
// This product includes software developed at Datadog (path_to_url
// Package process holds process related files
package process
// ResolverOpts options of resolver
type ResolverOpts struct {
envsWithValue map[string]bool
}
// NewResolverOpts returns a new set of process resolver options
func NewResolverOpts() ResolverOpts {
return ResolverOpts{}
}
```
|
```html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template transform_if</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Compute">
<link rel="up" href="../../boost_compute/reference.html#header.boost.compute.algorithm.transform_if_hpp" title="Header <boost/compute/algorithm/transform_if.hpp>">
<link rel="prev" href="transform.html" title="Function transform">
<link rel="next" href="transform_reduce.html" title="Function transform_reduce">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="path_to_url">People</a></td>
<td align="center"><a href="path_to_url">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="transform.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.algorithm.transform_if_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="transform_reduce.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.compute.transform_if"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template transform_if</span></h2>
<p>boost::compute::transform_if</p>
</div>
<h2 xmlns:rev="path_to_url~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="path_to_url~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../boost_compute/reference.html#header.boost.compute.algorithm.transform_if_hpp" title="Header <boost/compute/algorithm/transform_if.hpp>">boost/compute/algorithm/transform_if.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> InputIterator<span class="special">,</span> <span class="keyword">typename</span> OutputIterator<span class="special">,</span>
<span class="keyword">typename</span> UnaryFunction<span class="special">,</span> <span class="keyword">typename</span> Predicate<span class="special">></span>
<span class="identifier">OutputIterator</span>
<span class="identifier">transform_if</span><span class="special">(</span><span class="identifier">InputIterator</span> first<span class="special">,</span> <span class="identifier">InputIterator</span> last<span class="special">,</span> <span class="identifier">OutputIterator</span> result<span class="special">,</span>
<span class="identifier">UnaryFunction</span> function<span class="special">,</span> <span class="identifier">Predicate</span> predicate<span class="special">,</span>
<span class="identifier">command_queue</span> <span class="special">&</span> queue <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">default_queue</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp99554624"></a><h2>Description</h2>
<p>Copies each element in the range [<code class="computeroutput">first</code>, <code class="computeroutput">last</code>) for which <code class="computeroutput">predicate</code> returns <code class="computeroutput">true</code> to the range beginning at <code class="computeroutput">result</code>.</p>
<p>Space complexity: O(2n) </p>
</div>
</div>
<table xmlns:rev="path_to_url~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
file LICENSE_1_0.txt or copy at <a href="path_to_url" target="_top">path_to_url
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="transform.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.algorithm.transform_if_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="transform_reduce.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
```
|
```smalltalk
using NUnit.Framework;
using Xamarin.Forms;
namespace Xamarin.Forms.Xaml.UnitTests
{
public class FakeView : View
{
public string NonBindable { get; set; }
}
[XamlCompilation(XamlCompilationOptions.Skip)]
public partial class SetterOnNonBP : ContentPage
{
public SetterOnNonBP()
{
InitializeComponent();
}
public SetterOnNonBP(bool useCompiledXaml)
{
//this stub will be replaced at compile time
}
[TestFixture]
public class SetterOnNonBPTests
{
[TestCase(false)]
[TestCase(true)]
public void ShouldThrow(bool useCompiledXaml)
{
if (useCompiledXaml)
Assert.Throws(new BuildExceptionConstraint(10, 13), () => MockCompiler.Compile(typeof(SetterOnNonBP)));
else
Assert.Throws(new XamlParseExceptionConstraint(10, 13), () => new SetterOnNonBP(useCompiledXaml));
}
}
}
}
```
|
Jan Sienkiewicz (; born January 10, 1956) – Lithuanian publicist of Polish ethnicity, journalist, translator, activist of the Polish minority in Lithuania, member of the Lithuanian Seimas from 1997 to 2000.
From 1973-1978, he studied English and German philology in Minsk, after which he worked for a year at a primary school near Ashmyany in Belarus. After returning to Lithuania, he worked on the editorial staff of the daily Czerwony Sztandar (1979-1989). Initially a translator there, he later became a correspondent and head of department. In 1990, he was co-founder and co-publisher of the Polish biweekly Magazyn Wileński, with which he worked until 1997. In 1991, he became co-founder and co-owner of the Polish Publishing House in Vilnius.
He was one of the creators and first chairman of the Socio-Cultural Association of Poles in Lithuania, which was established on May 5, 1988. When Sąjūdis seted up Lithuanian International Coordinatory Association in order to deal with ethnic minority matters, Sienkiewicz was representing SSKPL, together with Artur Płokszto, until they left it in May 1989. At the SSKPL's first congress on 15–16 April 1989, Jan Sienkiewicz proposed its transformation into a new organisation, in order to avoid accusations that a cultural organisation is engaging in political activities. The proposal was accepted, and the association has withdrawn from the Lithuanian Cultural Fund and transformed into the Union of Poles in Lithuania. Sienkiewicz became a chairman of the new organisation. At the Union's Third Congress on December 14, 1991, he did not seek election for another term, his place was taken by Jan Mincewicz.
In 1994, he was one of the co-founders of the Polish political party in Lithuania – Electoral Action of Poles in Lithuania (EAPL). He was the first chairman of this party. From 1995 to 1997, he was a member of the Vilnius City Council. On March 23, 1997 he was elected member of parliament for the Vilnius-Solečniki district, getting 84% of all votes cast. In the Seimas, he joined the Independent Faction. He also became a member of the Committee for Human and Civil Rights and National Affairs. In March 1998, the Lithuanian Parliament's Ethics and Procedures Committee has punished Jan Sienkiewicz for holding a press conference for Polish journalists in Polish at the parliament building. He held his mandate until October 10, 2000, and resigned from running in the next election and withdrew from politics. On May 27, 2000, he was re-elected chairman of the Union of Poles in Lithuania, and he held this position until his resignation on June 21, 2001.
He is the author of approximately 900 articles published in the Polish press in Lithuania, texts concerning mainly Polish issues. He is a regular columnist in Kurier Wileński. His articles written during the period of his chairmanship of the organisation of Lithuanian Poles and his mandate as a member of parliament have been published in the form of two anthologies. He is the author or editor of several books, among them Michał Römer diaries. He has also been involved in the documentation of cemeteries in Lithuania, registering the Polish graves there.
Selected publications
Żywot jak słońce. Wspomnienia księdza prałata Józefa Obrębskiego, Vilnius 1996.
Ksiądz Józef Grasewicz, Toruń 1999.
Józef Gasewicz, Wspomnienia, baśnie, Toruń 1999 (editor).
Ustawy i postawy. Zapiski z poselskiej ławy, Vilnius 2001.
Nadworna malarka Ostrobramskiej. Saga rodu Krepsztulów, Vilnius 2002.
Dokumenty Związku Polaków na Litwie 1988-1998, Vilnius 2003.
Kronika na gorąco pisana. „Czerwony Sztandar” – „Kurier Wileński” 1953–2003, Vilnius 2003.
Szkoły polskie w Republice Litewskiej, Vilnius 2009.
Groby polskie na Litwie, Vol. 1-2, Warsaw 2021.
References
Bibliography
1955 births
Lithuanian people of Polish descent
Electoral Action of Poles in Lithuania – Christian Families Alliance politicians
Members of the Seimas
Lithuanian translators
Polish translators
Living people
|
The Scarlet Frontier is an Australian novel by E. V. Timms. It was the sixth in his Great South Land Saga of novels.
It was set in Southern Queensland.
References
External links
The Scarlet Frontier at AustLit
1953 Australian novels
Novels set in Queensland
Angus & Robertson books
|
William Strang, 1st Baron Strang (2 January 1893–27 May 1978) was a British diplomat who served as a leading adviser to the British Government from the 1930s to the 1950s and as Permanent Under-Secretary at the Foreign Office from 1949 to 1953.
Early life and education
Strang was the eldest son of James Strang, a farmer, and his wife Margaret Steven, daughter of William Steven. He was educated at Palmer's School, University College, London and at the Sorbonne.
Military and diplomatic career
Strang was commissioned into the Worcestershire Regiment in 1915 and served in the First World War. He ended the war as a captain.
In 1919, he joined the Diplomatic Service and served at the British embassy in Belgrade from 1919 to 1922, at the Foreign Office from 1922 to 1930 and at the embassy in Moscow from 1930 to 1933. During his time in Moscow he played an important role in the Metro-Vickers engineers trial, in which six British engineers were accused of spying. He returned to the Foreign Office in 1933, and held office as head of the League of Nations section until 1937 and of the Central Department from 1937 to 1939.
During the 1930s he was an adviser to the government at the major international meetings, and met Mussolini, Hitler and Stalin. He was a tacit opponent of appeasement, but always stayed loyal to the government. From 1939 to 1943 he was assistant under-secretary of state for Europe. During the late-1930s, Strang was a member of the Anglo-German Fellowship, which was pro-Nazi.
Strang became of interest to an undercover MI5 agent, Eric Roberts, who was operating under the pretence of working for the Gestapo, with the intention of identifying potential fifth columnists. In 1943, he reported on one of the diplomat's female friends who was possibly his lover. Unaware of her connections, Strang had told her "that he personally hated the Jews and regarded the Bolsheviks and the Jews as the two greatest enemies of all that is decent". Roberts reported further comments made six days later to the same woman: "Strang alleged that the Bethnal Green tube disaster was caused by a Jewish pickpocket gang, the ringleader of which netted £200". Ultimate responsibility for the Bethnal Green tube disaster in March 1943 was placed on the negligence of the authorities rather than any individuals.
Strang was present at the major conferences between the Allied leaders during the Second World War. In 1943 Strang was appointed the British representative on the European Advisory Commission, with the rank of ambassador. The commission was established by the Allies to study the possible post-war political problems in Europe and make recommendation but was dissolved at the Potsdam Conference. In June 1945, Strang became political adviser to the Commander-in-Chief of British forces in Germany, Bernard Montgomery.
Strang again returned to the Foreign Office in 1947 and served as Permanent Under-Secretary of State for the German section from 1947 to 1949 and as Permanent Under-Secretary of State for Foreign Affairs from 1949 to 1953. The six years Strang served as Permanent Under-Secretary of State saw the gradual recovery of Europe through the Marshall Plan, the establishment of the Western European Union and NATO and the breaking of the Berlin blockade. He was retired from the Foreign Office in December 1953.
Honours
While serving as an army captain, Strang was appointed a Member of the Order of the British Empire (MBE) in 1918. was made a Companion of the Order of St Michael and St George (CMG) in 1932, a Companion of the Order of the Bath (CB) in 1939, a KCMG in 1943, a GCMG in 1950 and a KCB in 1953. In 1954, he was raised to the peerage as Baron Strang, of Stonesfield in the County of Oxford. He later served as a Deputy Speaker and Deputy Chairman of Committees in the House of Lords and as Convenor of the Crossbench Peers. He was also Chairman of the Royal Institute of International Affairs and of the college committee of University College, London. He published The Foreign Office (1955), Britain in World Affairs (1961) and Diplomatic Career (1962) as well as his autobiography Home and Abroad (1956).
Marriage and issue
In 1920, he married Elsie Wynne Jones, daughter of Josias E. Jones. They had one daughter and one son:
Colin (12 June 1922 – 19 December 2014), who succeeded him in the barony.
Jean (17 April 1921 – 21 October 1988)
Because of standing up for Baltic Sea island of Fehmarn (in the meetings of the European Advisory Committee held in London) so that it did not become part of the Soviet occupation zone, as was Stalin's wish, William Strang is highly revered on the island, although he never visited it during his lifetime.
Lord Strang died at the age of 85.
References
Blake, Lord and Nicholls, C. S (editors). The Dictionary of National Biography, 1971–1980. Oxford: Oxford University Press, 1986.
External links
The Papers of William Strang, 1st Baron Strang of Stonesfield, K.C.B. held at Churchill Archives Centre
1893 births
1978 deaths
Alumni of University College London
University of Paris alumni
Worcestershire Regiment officers
British Army personnel of World War I
British people of World War II
Members of HM Diplomatic Service
Members of the Order of the British Empire
Crossbench life peers
Knights Grand Cross of the Order of St Michael and St George
Knights Grand Cross of the Order of the Bath
Permanent Under-Secretaries of State for Foreign Affairs
Place of birth missing
Place of death missing
Hereditary barons created by Elizabeth II
20th-century British diplomats
|
Shunling Subdistrict () is a subdistrict and the county seat of Ningyuan County in Hunan, China. The subdistrict is located in the centre of county, dividing a portion of the former Shunling Town (), it was formed in 2013. It has an area of with a population of 46,200 (as of 2013), its seat is at Lengnan Rd. ()
References
Ningyuan County
County seats in Hunan
|
```java
package com.thealgorithms.datastructures.trees;
/**
* This code recursively validates whether given Binary Search Tree (BST) is balanced or not.
* Trees with only distinct values are supported.
* Key points:
* 1. According to the definition of a BST, each node in a tree must be in range [min, max],
* where 'min' and 'max' values represent the child nodes (left, right).
* 2. The smallest possible node value is Integer.MIN_VALUE, the biggest - Integer.MAX_VALUE.
*/
public final class CheckBinaryTreeIsValidBST {
private CheckBinaryTreeIsValidBST() {
}
public static boolean isBST(BinaryTree.Node root) {
return isBSTUtil(root, Integer.MIN_VALUE, Integer.MAX_VALUE);
}
private static boolean isBSTUtil(BinaryTree.Node node, int min, int max) {
// empty tree is a BST
if (node == null) {
return true;
}
if (node.data < min || node.data > max) {
return false;
}
return (isBSTUtil(node.left, min, node.data - 1) && isBSTUtil(node.right, node.data + 1, max));
}
}
```
|
```java
/*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
package org.ballerinalang.langserver.workspace;
import org.ballerinalang.langserver.commons.workspace.WorkspaceDocumentException;
import org.ballerinalang.langserver.commons.workspace.WorkspaceManagerProxy;
import org.eclipse.lsp4j.DidChangeTextDocumentParams;
import org.eclipse.lsp4j.DidCloseTextDocumentParams;
import org.eclipse.lsp4j.DidOpenTextDocumentParams;
/**
* A proxy implementation for the ballerina workspace manager.
*
* @since 2.0.0
*/
public interface BallerinaWorkspaceManagerProxy extends WorkspaceManagerProxy {
/**
* Handle the document open event.
*
* @param params {@link DidOpenTextDocumentParams}
* @throws WorkspaceDocumentException on failure
*/
void didOpen(DidOpenTextDocumentParams params) throws WorkspaceDocumentException;
/**
* Handle the document change event.
*
* @param params {@link DidChangeTextDocumentParams}
* @throws WorkspaceDocumentException on failure
*/
void didChange(DidChangeTextDocumentParams params) throws WorkspaceDocumentException;
/**
* Handle the document close event.
*
* @param params {@link DidCloseTextDocumentParams}
* @throws WorkspaceDocumentException on failure
*/
void didClose(DidCloseTextDocumentParams params) throws WorkspaceDocumentException;
}
```
|
Live is a live album by Swiss pianist and composer Nik Bärtsch's band Ronin recorded in Switzerland in 2002 and first released on the Tonus Music label.
Reception
The Allmusic review by Michael G. Nastos called it "compelling, commanding, well worth a close listen, and a prelude for things to be heard stateside. This may be a difficult recording to acquire, but worth the search". On All About Jazz Budd Kopman noted "When listening to Live, it becomes clear that, while the feeling of improvisation, of taking off, of winging it, is very strong, where it is happening is frustratingly unclear".
Track listing
All compositions by Nik Bärtsch.
"Modul 14" - 13:52
"Modul 17" - 9:17
"Modul 11" - 12:15
"Modul 16" - 11:37
"Modul 8_9" - 15:50
"Modul 15" - 15:08
Personnel
Nik Bärtsch – synthesizer, electric piano
Björn Meyer – bass
Kaspar Rast - drums
Andi Pupato – percussion
References
Nik Bärtsch live albums
2003 live albums
|
Jale Baba is a Fijian businessman and political organizer. A forestry graduate of the Australian National University, he worked for Fiji Pine Limited for more than 20 years, before leaving in 1999 to start his own company. He also served as the general secretary and campaign director of the Soqosoqo Duavata ni Lewenivanua Party (SDL).
On 16 December 2005, Baba was accused by two Senators of corruption. Senator Ponipate Lesavua alleged that Baba, along with Laisenia Qarase, Jr. (the son of Laisenia Qarase, Fiji's Prime Minister) and Lalesh Shankar (another SDL official), benefited from a mahogany harvest at Sote Village in Tailevu. Baba was subcontracted to Fiji Hardwood and was operating an illegal circular saw, Lesavua maintained, while Qarase Jr. and Shankar owned a company called Trapper Haulage, which had been granted the contract. Another Senator, Ratu Dr. Epeli Nailatikau, alleged that the Fiji Development Bank had lent Baba F$79,600 for six months, then F$24,000 three months later, to buy the saw. He questioned why Baba should be granted such loans, when the landowners themselves were not. Baba denied the allegations and accused the senators of cowardice for making them under parliamentary privilege.
At the 2006 Fijian general election he ran in the Ba Open Constituency for the SDL, but garnered only 60 votes. On 15 June 2006, Baba announced his resignation from his party post after being declared bankrupt.
In the wake of the 2006 Fijian coup d'état that deposed the SDL-led government on 5 December 2006, Baba found himself at the centre of an investigation into alleged shady business dealings and political manoeuvrings. On 26 January 2007 he was taken to Suva's Queen Elizabeth Barracks for interrogation about alleged recent comments against the interim government. He was released the next day. Baba was again detained on 28 January, and under intense grilling by Military officials, admitted to approving the sale a government vehicle belonging to the Lakeba Pine Scheme, which he managed then. He made the admission in the presence of the buyer of the vehicle and of a Fiji Sun journalist, the Sun reported on 29 January. In 2000, he approved the sale of the vehicle to a farmer for F$700. He claimed not to have known at the time that the vehicle was government-owned. He was later charged with larceny over the sale, but was acquitted in October 2013.
Following the military regime's dissolution of the SDL, Baba became a founding member of the Social Democratic Liberal Party (SODELPA). In November 2019 he pleaded guilty of publishing false information in relation to Facebook posts made in the leadup to the 2018 Fijian general election which undermined confidence in the Fijian Elections Office. He was convicted and given a suspended prison sentence.
References
Soqosoqo Duavata ni Lewenivanua politicians
Living people
Fijian Seventh-day Adventists
Politicians from Lautoka
Year of birth missing (living people)
|
```java
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
package org.flowable.cmmn.test.mgmt;
import static org.assertj.core.api.Assertions.assertThat;
import org.flowable.cmmn.api.runtime.CaseInstance;
import org.flowable.cmmn.engine.test.CmmnDeployment;
import org.flowable.cmmn.engine.test.FlowableCmmnTestCase;
import org.flowable.job.api.Job;
import org.flowable.job.api.JobQuery;
import org.junit.Test;
/**
* @author Simon Amport
*/
public class JobQueryTest extends FlowableCmmnTestCase {
@Test
@CmmnDeployment(resources = "org/flowable/cmmn/test/mgmt/TimerJobQueryTest.cmmn")
public void testQueryByCaseDefinitionKey() {
CaseInstance caseInstance = cmmnRuntimeService.createCaseInstanceBuilder()
.caseDefinitionKey("timerJobQueryTest")
.start();
Job timerJob = cmmnManagementService.createTimerJobQuery().singleResult();
Job executableJob = cmmnManagementService.moveTimerToExecutableJob(timerJob.getId());
assertThat(executableJob).isNotNull();
JobQuery jobQuery = cmmnManagementService.createJobQuery().caseDefinitionKey("timerJobQueryTest");
assertThat(jobQuery.count()).isEqualTo(1);
assertThat(jobQuery.singleResult().getScopeId()).isEqualTo(caseInstance.getId());
assertThat(jobQuery.list()).extracting(Job::getId)
.containsExactly(executableJob.getId());
jobQuery = cmmnManagementService.createJobQuery().caseDefinitionKey("invalid");
assertThat(jobQuery.count()).isZero();
assertThat(jobQuery.singleResult()).isNull();
assertThat(jobQuery.list()).isEmpty();
}
}
```
|
```turing
#!./perl
#
# This is a home for regular expression tests that don't fit into
# the format supported by re/regexp.t. If you want to add a test
# that does fit that format, add it to re/re_tests, not here.
sub run_tests;
$| = 1;
BEGIN {
chdir 't' if -d 't';
require './test.pl';
set_up_inc( '../lib', '.' );
skip_all_if_miniperl("miniperl can't load Tie::Hash::NamedCapture, need for %+ and %-");
}
use strict;
use warnings;
use 5.010;
use Config;
plan tests => 2514; # Update this when adding/deleting tests.
run_tests() unless caller;
#
# Tests start here.
#
sub run_tests {
like("A \x{263a} B z C", qr/A . B (??{ "z" }) C/,
"Match UTF-8 char in presence of (??{ }); Bug 20000731.001 (#3600)");
{
no warnings 'uninitialized';
ok(undef =~ /^([^\/]*)(.*)$/, "Used to cause a SEGV; Bug 20001021.005 (#4492)");
}
{
my $message = 'bug id 20001008.001 (#4407)';
my @x = ("stra\337e 138", "stra\337e 138");
for (@x) {
ok(s/(\d+)\s*([\w\-]+)/$1 . uc $2/e, $message);
ok(my ($latin) = /^(.+)(?:\s+\d)/, $message);
is($latin, "stra\337e", $message);
ok($latin =~ s/stra\337e/strae/, $message);
#
# Previous code follows, but outcommented - there were no tests.
#
# $latin =~ s/stra\337e/strae/; # \303\237 after the 2nd a
# use utf8; # needed for the raw UTF-8
# $latin =~ s!(s)tr(?:a|s+e)!$1tr.!; # \303\237 after the a
}
}
{
# Fist half of the bug.
my $message = 'HEBREW ACCENT QADMA matched by .*; Bug 20001028.003 (#4536)';
my $X = chr (1448);
ok(my ($Y) = $X =~ /(.*)/, $message);
is($Y, v1448, $message);
is(length $Y, 1, $message);
# Second half of the bug.
$message = 'HEBREW ACCENT QADMA in replacement; Bug 20001028.003 (#4536)';
$X = '';
$X =~ s/^/chr(1488)/e;
is(length $X, 1, $message);
is(ord $X, 1488, $message);
}
{
my $message = 'Repeated s///; Bug 20001108.001 (#4631)';
my $X = "Szab\x{f3},Bal\x{e1}zs";
my $Y = $X;
$Y =~ s/(B)/$1/ for 0 .. 3;
is($Y, $X, $message);
is($X, "Szab\x{f3},Bal\x{e1}zs", $message);
}
{
my $message = 's/// on UTF-8 string; Bug 20000517.001 (#3253)';
my $x = "\x{100}A";
$x =~ s/A/B/;
is($x, "\x{100}B", $message);
is(length $x, 2, $message);
}
{
# The original bug report had 'no utf8' here but that was irrelevant.
my $message = "Don't dump core; Bug 20010306.008 (#5982)";
my $a = "a\x{1234}";
like($a, qr/\w/, $message); # used to core dump.
}
{
my $message = '/g in scalar context; Bug 20010410.006 (#6796)';
for my $rx ('/(.*?)\{(.*?)\}/csg',
'/(.*?)\{(.*?)\}/cg',
'/(.*?)\{(.*?)\}/sg',
'/(.*?)\{(.*?)\}/g',
'/(.+?)\{(.+?)\}/csg',) {
my $i = 0;
my $input = "a{b}c{d}";
eval <<" --";
while (eval \$input =~ $rx) {
\$i ++;
}
--
is($i, 2, $message);
}
}
{
# Amazingly vertical tabulator is the same in ASCII and EBCDIC.
for ("\n", "\t", "\014", "\r") {
unlike($_, qr/[[:print:]]/, sprintf "\\%03o not in [[:print:]]; Bug 20010619.003 (#7131)", ord $_);
}
for (" ") {
like($_, qr/[[:print:]]/, "'$_' in [[:print:]]; Bug 20010619.003 (#7131)");
}
}
{
# [ID 20010814.004 (#7526)] pos() doesn't work when using =~m// in list context
$_ = "ababacadaea";
my $a = join ":", /b./gc;
my $b = join ":", /a./gc;
my $c = pos;
is("$a $b $c", 'ba:ba ad:ae 10', "pos() works with () = m//; Bug 20010814.004 (#7526)");
}
{
# [ID 20010407.006 (#6767)] matching utf8 return values from
# functions does not work
my $message = 'UTF-8 return values from functions; Bug 20010407.006 (#6767)';
package ID_20010407_006;
sub x {"a\x{1234}"}
my $x = x;
my $y;
::ok($x =~ /(..)/, $message);
$y = $1;
::ok(length ($y) == 2 && $y eq $x, $message);
::ok(x =~ /(..)/, $message);
$y = $1;
::ok(length ($y) == 2 && $y eq $x, $message);
}
{
# High bit bug -- japhy
my $x = "ab\200d";
ok $x =~ /.*?\200/, "High bit fine";
}
{
my $message = 'UTF-8 hash keys and /$/';
# path_to_url
# /2002-01/msg01327.html
my $u = "a\x{100}";
my $v = substr ($u, 0, 1);
my $w = substr ($u, 1, 1);
my %u = ($u => $u, $v => $v, $w => $w);
for (keys %u) {
my $m1 = /^\w*$/ ? 1 : 0;
my $m2 = $u {$_} =~ /^\w*$/ ? 1 : 0;
is($m1, $m2, $message);
}
}
{
my $message = "s///eg [change 13f46d054db22cf4]; Bug 20020124.005 (#8335)";
for my $char ("a", "\x{df}", "\x{100}") {
my $x = "$char b $char";
$x =~ s{($char)}{
"c" =~ /c/;
"x";
}ge;
is(substr ($x, 0, 1), substr ($x, -1, 1), $message);
}
}
{
my $message = "Correct pmop flags checked when empty pattern; Bug 20020412.005 (#8935)";
# Requires reuse of last successful pattern.
my $num = 123;
$num =~ /\d/;
for (0 .. 1) {
my $match = m?? + 0;
ok($match != $_, $message)
or diag(sprintf "'match one' %s on %s iteration" =>
$match ? 'succeeded' : 'failed',
$_ ? 'second' : 'first');
}
$num =~ /(\d)/;
my $result = join "" => $num =~ //g;
is($result, $num, $message);
}
{
my $message = 'UTF-8 regex matches above 32k; Bug 20020630.002 (#10013)';
for (['byte', "\x{ff}"], ['utf8', "\x{1ff}"]) {
my ($type, $char) = @$_;
for my $len (32000, 32768, 33000) {
my $s = $char . "f" x $len;
my $r = $s =~ /$char([f]*)/gc;
ok($r, $message) or diag("<$type x $len>");
ok(!$r || pos ($s) == $len + 1, $message)
or diag("<$type x $len>; pos = @{[pos $s]}");
}
}
}
{
my $s = "\x{100}" x 5;
my $ok = $s =~ /(\x{100}{4})/;
my ($ord, $len) = (ord $1, length $1);
ok $ok && $ord == 0x100 && $len == 4, "No panic: end_shift [change 0e933229fa758625]";
}
{
my $message = 'UTF-8 matching; Bug 15397';
like("\x{100}", qr/\x{100}/, $message);
like("\x{100}", qr/(\x{100})/, $message);
like("\x{100}", qr/(\x{100}){1}/, $message);
like("\x{100}\x{100}", qr/(\x{100}){2}/, $message);
like("\x{100}\x{100}", qr/(\x{100})(\x{100})/, $message);
}
{
my $message = 'Neither ()* nor ()*? sets $1 when matched 0 times; Bug 7471';
local $_ = 'CD';
ok(/(AB)*?CD/ && !defined $1, $message);
ok(/(AB)*CD/ && !defined $1, $message);
}
{
my $message = "Caching shouldn't prevent match; Bug 3547";
my $pattern = "^(b+?|a){1,2}c";
ok("bac" =~ /$pattern/ && $1 eq 'a', $message);
ok("bbac" =~ /$pattern/ && $1 eq 'a', $message);
ok("bbbac" =~ /$pattern/ && $1 eq 'a', $message);
ok("bbbbac" =~ /$pattern/ && $1 eq 'a', $message);
}
{
ok("\x{100}" =~ /(.)/, '$1 should keep UTF-8 ness; Bug 18232');
is($1, "\x{100}", '$1 is UTF-8; Bug 18232');
{ 'a' =~ /./; }
is($1, "\x{100}", '$1 is still UTF-8; Bug 18232');
isnt($1, "\xC4\x80", '$1 is not non-UTF-8; Bug 18232');
}
{
my $message = "Optimizer doesn't prematurely reject match; Bug 19767";
use utf8;
my $attr = 'Name-1';
my $NormalChar = qr /[\p{IsDigit}\p{IsLower}\p{IsUpper}]/;
my $NormalWord = qr /${NormalChar}+?/;
my $PredNameHyphen = qr /^${NormalWord}(\-${NormalWord})*?$/;
$attr =~ /^$/;
like($attr, $PredNameHyphen, $message); # Original test.
"a" =~ m/[b]/;
like("0", qr/\p{N}+\z/, $message); # Variant.
}
{
my $message = "(??{ }) doesn't return stale values; Bug 20683";
our $p = 1;
foreach (1, 2, 3, 4) {
$p ++ if /(??{ $p })/
}
is($p, 5, $message);
{
package P;
$a = 1;
sub TIESCALAR {bless []}
sub FETCH {$a ++}
}
tie $p, "P";
foreach (1, 2, 3, 4) {
/(??{ $p })/
}
is($p, 5, $message);
}
{
# Subject: Odd regexp behavior
# From: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
# Date: Wed, 26 Feb 2003 16:53:12 +0000
# Message-Id: <E18o4nw-0008Ly-00@wisbech.cl.cam.ac.uk>
# To: perl-unicode@perl.org
my $message = 'Markus Kuhn 2003-02-26';
my $x = "\x{2019}\nk";
ok($x =~ s/(\S)\n(\S)/$1 $2/sg, $message);
is($x, "\x{2019} k", $message);
$x = "b\nk";
ok($x =~ s/(\S)\n(\S)/$1 $2/sg, $message);
is($x, "b k", $message);
like("\x{2019}", qr/\S/, $message);
}
{
my $message = "(??{ .. }) in split doesn't corrupt its stack; Bug 21411";
our $i;
is('-1-3-5-', join('', split /((??{$i++}))/, '-1-3-5-'), $message);
no warnings 'syntax';
@_ = split /(?{'WOW'})/, 'abc';
local $" = "|";
is("@_", "a|b|c", $message);
}
is(join('-', split /(?{ split "" })/, "abc"), 'a-b-c', 'nested split');
{
$_ = "code: 'x' { '...' }\n"; study;
my @x; push @x, $& while m/'[^\']*'/gx;
local $" = ":";
is("@x", "'x':'...'", "Parse::RecDescent triggered infinite loop; Bug 17757");
}
{
sub func ($) {
ok("a\nb" !~ /^b/, "Propagated modifier; $_[0]; Bug 22354");
ok("a\nb" =~ /^b/m, "Propagated modifier; $_[0] - with /m; Bug 22354");
}
func "standalone";
$_ = "x"; s/x/func "in subst"/e;
$_ = "x"; s/x/func "in multiline subst"/em;
$_ = "x"; /x(?{func "in regexp"})/;
$_ = "x"; /x(?{func "in multiline regexp"})/m;
}
{
$_ = "abcdef\n";
my @x = m/./g;
is("abcde", $`, 'Global match sets $`; Bug 19049');
}
{
# [perl #23769] Unicode regex broken on simple example
# regrepeat() didn't handle UTF-8 EXACT case right.
my $Mess = 'regrepeat() handles UTF-8 EXACT case right';
my $message = "$Mess; Bug 23769";
my $s = "\x{a0}\x{a0}\x{a0}\x{100}"; chop $s;
like($s, qr/\x{a0}/, $message);
like($s, qr/\x{a0}+/, $message);
like($s, qr/\x{a0}\x{a0}/, $message);
$message = "$Mess (easy variant); Bug 23769";
ok("aaa\x{100}" =~ /(a+)/, $message);
is($1, "aaa", $message);
$message = "$Mess (easy invariant); Bug 23769";
ok("aaa\x{100} " =~ /(a+?)/, $message);
is($1, "a", $message);
$message = "$Mess (regrepeat variant); Bug 23769";
ok("\xa0\xa0\xa0\x{100} " =~ /(\xa0+?)/, $message);
is($1, "\xa0", $message);
$message = "$Mess (regrepeat invariant); Bug 23769";
ok("\xa0\xa0\xa0\x{100}" =~ /(\xa0+)/, $message);
is($1, "\xa0\xa0\xa0", $message);
$message = "$Mess (hard variant); Bug 23769";
ok("\xa0\xa1\xa0\xa1\xa0\xa1\x{100}" =~ /((?:\xa0\xa1)+?)/, $message);
is($1, "\xa0\xa1", $message);
$message = "$Mess (hard invariant); Bug 23769";
ok("ababab\x{100} " =~ /((?:ab)+)/, $message);
is($1, 'ababab', $message);
ok("\xa0\xa1\xa0\xa1\xa0\xa1\x{100}" =~ /((?:\xa0\xa1)+)/, $message);
is($1, "\xa0\xa1\xa0\xa1\xa0\xa1", $message);
ok("ababab\x{100} " =~ /((?:ab)+?)/, $message);
is($1, "ab", $message);
$message = "Don't match first byte of UTF-8 representation; Bug 23769";
unlike("\xc4\xc4\xc4", qr/(\x{100}+)/, $message);
unlike("\xc4\xc4\xc4", qr/(\x{100}+?)/, $message);
unlike("\xc4\xc4\xc4", qr/(\x{100}++)/, $message);
}
{
# perl panic: pp_match start/end pointers
is(eval {my ($x, $y) = "bca" =~ /^(?=.*(a)).*(bc)/; "$x-$y"}, "a-bc",
'Captures can move backwards in string; Bug 25269');
}
{
# \cA not recognized in character classes
like("a\cAb", qr/\cA/, '\cA in pattern; Bug 27940');
like("a\cAb", qr/[\cA]/, '\cA in character class; Bug 27940');
like("a\cAb", qr/[\cA-\cB]/, '\cA in character class range; Bug 27940');
like("abc", qr/[^\cA-\cB]/, '\cA in negated character class range; Bug 27940');
like("a\cBb", qr/[\cA-\cC]/, '\cB in character class range; Bug 27940');
like("a\cCbc", qr/[^\cA-\cB]/, '\cC in negated character class range; Bug 27940');
like("a\cAb", qr/(??{"\cA"})/, '\cA in ??{} pattern; Bug 27940');
unlike("ab", qr/a\cIb/x, '\cI in pattern; Bug 27940');
}
{
# perl #28532: optional zero-width match at end of string is ignored
ok("abc" =~ /^abc(\z)?/ && defined($1),
'Optional zero-width match at end of string; Bug 28532');
ok("abc" =~ /^abc(\z)??/ && !defined($1),
'Optional zero-width match at end of string; Bug 28532');
}
{
my $utf8 = "\xe9\x{100}"; chop $utf8;
my $latin1 = "\xe9";
like($utf8, qr/\xe9/i, "utf8/latin; Bug 36207");
like($utf8, qr/$latin1/i, "utf8/latin runtime; Bug 36207");
like($utf8, qr/(abc|\xe9)/i, "utf8/latin trie; Bug 36207");
like($utf8, qr/(abc|$latin1)/i, "utf8/latin trie runtime; Bug 36207");
like("\xe9", qr/$utf8/i, "latin/utf8; Bug 36207");
like("\xe9", qr/(abc|$utf8)/i, "latin/utf8 trie; Bug 36207");
like($latin1, qr/$utf8/i, "latin/utf8 runtime; Bug 36207");
like($latin1, qr/(abc|$utf8)/i, "latin/utf8 trie runtime; Bug 36207");
}
{
my $s = "abcd";
$s =~ /(..)(..)/g;
$s = $1;
$s = $2;
is($2, 'cd',
"Assigning to original string does not corrupt match vars; Bug 37038");
}
{
{
package wooosh;
sub gloople {"!"}
}
my $aeek = bless {} => 'wooosh';
is(do {$aeek -> gloople () =~ /(.)/g}, 1,
"//g match against return value of sub [change e26a497577f3ce7b]");
sub gloople {"!"}
is(do{gloople () =~ /(.)/g}, 1,
"change e26a497577f3ce7b didn't affect sub calls for some reason");
}
{
# [perl #78680]
# See changes 26925-26928, which reverted change 26410
{
package lv;
our $var = "abc";
sub variable : lvalue {$var}
}
my $o = bless [] => 'lv';
my $f = "";
my $r = eval {
for (1 .. 2) {
$f .= $1 if $o -> variable =~ /(.)/g;
}
1;
};
if ($r) {
is($f, "ab", "pos() retained between calls");
}
else {
ok 0, "Code failed: $@";
}
our $var = "abc";
sub variable : lvalue {$var}
my $g = "";
my $s = eval {
for (1 .. 2) {
$g .= $1 if variable =~ /(.)/g;
}
1;
};
if ($s) {
is($g, "ab", "pos() retained between calls");
}
else {
ok 0, "Code failed: $@";
}
}
SKIP:
{
skip "In EBCDIC and unclear what would trigger this bug there" if $::IS_EBCDIC;
fresh_perl_like(
'no warnings "utf8";
$_ = pack "U0C2", 0xa2, 0xf8; # Ill-formed UTF-8
my $ret = 0;
do {!($ret = s/[a\0]+//g)}',
qr/Malformed UTF-8/,
{}, "Ill-formed UTF-8 doesn't match NUL in class; Bug 37836");
}
{
# chr(65535) should be allowed in regexes
no warnings 'utf8'; # To allow non-characters
my ($c, $r, $s);
$c = chr 0xffff;
$c =~ s/$c//g;
is($c, "", "U+FFFF, parsed as atom; Bug 38293");
$c = chr 0xffff;
$r = "\\$c";
$c =~ s/$r//g;
is($c, "", "U+FFFF backslashed, parsed as atom; Bug 38293");
$c = chr 0xffff;
$c =~ s/[$c]//g;
is($c, "", "U+FFFF, parsed in class; Bug 38293");
$c = chr 0xffff;
$r = "[\\$c]";
$c =~ s/$r//g;
is($c, "", "U+FFFF backslashed, parsed in class; Bug 38293");
$s = "A\x{ffff}B";
$s =~ s/\x{ffff}//i;
is($s, "AB", "U+FFFF, EXACTF; Bug 38293");
$s = "\x{ffff}A";
$s =~ s/\bA//;
is($s, "\x{ffff}", "U+FFFF, BOUND; Bug 38293");
$s = "\x{ffff}!";
$s =~ s/\B!//;
is($s, "\x{ffff}", "U+FFFF, NBOUND; Bug 38293");
}
{
# The printing characters
my @chars = ("A" .. "Z");
my $delim = ",";
my $size = 32771 - 4;
my $str = '';
# Create some random junk. Inefficient, but it works.
for (my $i = 0; $i < $size; $ i++) {
$str .= $chars [rand @chars];
}
$str .= ($delim x 4);
my $res;
my $matched;
ok($str =~ s/^(.*?)${delim}{4}//s, "Pattern matches; Bug 39583");
is($str, "", "Empty string; Bug 39583");
ok(defined $1 && length ($1) == $size, '$1 is correct size; Bug 39583');
}
{
like("\0-A", qr/\c@-A/, '@- should not be interpolated in a pattern; Bug 27940');
like("\0\0A", qr/\c@+A/, '@+ should not be interpolated in a pattern; Bug 27940');
like("X\@-A", qr/X@-A/, '@- should not be interpolated in a pattern; Bug 27940');
like("X\@\@A", qr/X@+A/, '@+ should not be interpolated in a pattern; Bug 27940');
like("X\0A", qr/X\c@?A/, '\c@?; Bug 27940');
like("X\0A", qr/X\c@*A/, '\c@*; Bug 27940');
like("X\0A", qr/X\c@(A)/, '\c@(; Bug 27940');
like("X\0A", qr/X(\c@)A/, '\c@); Bug 27940');
like("X\0A", qr/X\c@|ZA/, '\c@|; Bug 27940');
like("X\@A", qr/X@?A/, '@?; Bug 27940');
like("X\@A", qr/X@*A/, '@*; Bug 27940');
like("X\@A", qr/X@(A)/, '@(; Bug 27940');
like("X\@A", qr/X(@)A/, '@); Bug 27940');
like("X\@A", qr/X@|ZA/, '@|; Bug 27940');
local $" = ','; # non-whitespace and non-RE-specific
like('abc', qr/(.)(.)(.)/, 'The last successful match is bogus; Bug 27940');
like("A@+B", qr/A@{+}B/, 'Interpolation of @+ in /@{+}/; Bug 27940');
like("A@-B", qr/A@{-}B/, 'Interpolation of @- in /@{-}/; Bug 27940');
like("A@+B", qr/A@{+}B/x, 'Interpolation of @+ in /@{+}/x; Bug 27940');
like("A@-B", qr/A@{-}B/x, 'Interpolation of @- in /@{-}/x; Bug 27940');
}
{
my $s = 'foo bar baz';
my (@k, @v, @fetch, $res);
my $count = 0;
my @names = qw ($+{A} $+{B} $+{C});
if ($s =~ /(?<A>foo)\s+(?<B>bar)?\s+(?<C>baz)/) {
while (my ($k, $v) = each (%+)) {
$count++;
}
@k = sort keys (%+);
@v = sort values (%+);
$res = 1;
push @fetch,
["$+{A}", "$1"],
["$+{B}", "$2"],
["$+{C}", "$3"],
;
}
foreach (0 .. 2) {
if ($fetch [$_]) {
is($fetch[$_][0], $fetch[$_][1], "$names[$_]; Bug 50496");
} else {
ok 0, $names[$_];
}
}
is($res, 1, "'$s' =~ /(?<A>foo)\\s+(?<B>bar)?\\s+(?<C>baz)/; Bug 50496");
is($count, 3, "Got 3 keys in %+ via each; Bug 50496");
is(0 + @k, 3, "Got 3 keys in %+ via keys; Bug 50496");
is("@k", "A B C", "Got expected keys; Bug 50496");
is("@v", "bar baz foo", "Got expected values; Bug 50496");
eval '
no warnings "uninitialized";
print for $+ {this_key_doesnt_exist};
';
is($@, '', 'lvalue $+ {...} should not throw an exception; Bug 50496');
}
{
#
# Almost the same as the block above, except that the capture is nested.
#
my $s = 'foo bar baz';
my (@k, @v, @fetch, $res);
my $count = 0;
my @names = qw ($+{A} $+{B} $+{C} $+{D});
if ($s =~ /(?<D>(?<A>foo)\s+(?<B>bar)?\s+(?<C>baz))/) {
while (my ($k,$v) = each(%+)) {
$count++;
}
@k = sort keys (%+);
@v = sort values (%+);
$res = 1;
push @fetch,
["$+{A}", "$2"],
["$+{B}", "$3"],
["$+{C}", "$4"],
["$+{D}", "$1"],
;
}
foreach (0 .. 3) {
if ($fetch [$_]) {
is($fetch[$_][0], $fetch[$_][1], "$names[$_]; Bug 50496");
} else {
ok 0, $names [$_];
}
}
is($res, 1, "'$s' =~ /(?<D>(?<A>foo)\\s+(?<B>bar)?\\s+(?<C>baz))/; Bug 50496");
is($count, 4, "Got 4 keys in %+ via each; Bug 50496");
is(@k, 4, "Got 4 keys in %+ via keys; Bug 50496");
is("@k", "A B C D", "Got expected keys; Bug 50496");
is("@v", "bar baz foo foo bar baz", "Got expected values; Bug 50496");
eval '
no warnings "uninitialized";
print for $+ {this_key_doesnt_exist};
';
is($@, '', 'lvalue $+ {...} should not throw an exception; Bug 50496');
}
{
my $str = 'abc';
my $count = 0;
my $mval = 0;
my $pval = 0;
while ($str =~ /b/g) {$mval = $#-; $pval = $#+; $count ++}
is($mval, 0, '@- should be empty; Bug 36046');
is($pval, 0, '@+ should be empty; Bug 36046');
is($count, 1, 'Should have matched once only; Bug 36046');
}
{
my $message = '/m in precompiled regexp; Bug 40684';
my $s = "abc\ndef";
my $rex = qr'^abc$'m;
ok($s =~ m/$rex/, $message);
ok($s =~ m/^abc$/m, $message);
}
{
my $message = '(?: ... )? should not lose $^R; Bug 36909';
$^R = 'Nothing';
{
local $^R = "Bad";
ok('x foofoo y' =~ m {
(foo) # $^R correctly set
(?{ "last regexp code result" })
}x, $message);
is($^R, 'last regexp code result', $message);
}
is($^R, 'Nothing', $message);
{
local $^R = "Bad";
ok('x foofoo y' =~ m {
(?:foo|bar)+ # $^R correctly set
(?{ "last regexp code result" })
}x, $message);
is($^R, 'last regexp code result', $message);
}
is($^R, 'Nothing', $message);
{
local $^R = "Bad";
ok('x foofoo y' =~ m {
(foo|bar)\1+ # $^R undefined
(?{ "last regexp code result" })
}x, $message);
is($^R, 'last regexp code result', $message);
}
is($^R, 'Nothing', $message);
{
local $^R = "Bad";
ok('x foofoo y' =~ m {
(foo|bar)\1 # This time without the +
(?{"last regexp code result"})
}x, $message);
is($^R, 'last regexp code result', $message);
}
is($^R, 'Nothing', $message);
}
{
my $message = 'Match is quadratic due to eval; See Bug 22395';
our $count;
for my $l (10, 100, 1000) {
$count = 0;
('a' x $l) =~ /(.*)(?{ $count++ })[bc]/;
is($count, $l*($l+3)/2+1, $message);
}
}
{
my $message = 'Match is linear, not quadratic; Bug 22395.';
our $count;
my $ok= 0;
for my $l (10, 100, 1000) {
$count = 0;
('a' x $l) =~ /(.*)(*{ $count++ })[bc]/;
$ok += is($count, $l + 1, $message);
}
is($ok,3, "Optimistic eval does not disable optimisations");
}
{
my $message = '@-/@+ should not have undefined values; Bug 22614';
local $_ = 'ab';
our @len = ();
/(.){1,}(?{push @len,0+@-})(.){1,}(?{})^/;
is("@len", "2 2 2", $message);
}
{
my $message = '$& set on s///; Bug 18209';
my $text = ' word1 word2 word3 word4 word5 word6 ';
my @words = ('word1', 'word3', 'word5');
my $count;
foreach my $word (@words) {
$text =~ s/$word\s//gi; # Leave a space to separate words
# in the resultant str.
# The following block is not working.
if ($&) {
$count ++;
}
# End bad block
}
is($count, 3, $message);
is($text, ' word2 word4 word6 ', $message);
}
{
# RT#6893
local $_ = qq (A\nB\nC\n);
my @res;
while (m#(\G|\n)([^\n]*)\n#gsx) {
push @res, "$2";
last if @res > 3;
}
is("@res", "A B C", "/g pattern shouldn't infinite loop; Bug 6893");
}
{
# No optimizer bug
my @tails = ('', '(?(1))', '(|)', '()?');
my @quants = ('*','+');
my $doit = sub {
my $pats = shift;
for (@_) {
for my $pat (@$pats) {
for my $quant (@quants) {
for my $tail (@tails) {
my $re = "($pat$quant\$)$tail";
ok(/$re/ && $1 eq $_, "'$_' =~ /$re/; Bug 41010");
ok(/$re/m && $1 eq $_, "'$_' =~ /$re/m; Bug 41010");
}
}
}
}
};
my @dpats = ('\d',
'[1234567890]',
'(1|[23]|4|[56]|[78]|[90])',
'(?:1|[23]|4|[56]|[78]|[90])',
'(1|2|3|4|5|6|7|8|9|0)',
'(?:1|2|3|4|5|6|7|8|9|0)');
my @spats = ('[ ]', ' ', '( |\t)', '(?: |\t)', '[ \t]', '\s');
my @sstrs = (' ');
my @dstrs = ('12345');
$doit -> (\@spats, @sstrs);
$doit -> (\@dpats, @dstrs);
}
{
# [perl #45605] Regexp failure with utf8-flagged and byte-flagged string
my $utf_8 = "\xd6schel";
utf8::upgrade ($utf_8);
$utf_8 =~ m {(\xd6|Ö)schel};
is($1, "\xd6", "Upgrade error; Bug 45605");
}
{
# Regardless of utf8ness any character matches itself when
# doing a case insensitive match. See also [perl #36207]
for my $o (0 .. 255) {
my @ch = (chr ($o), chr ($o));
utf8::upgrade ($ch [1]);
for my $u_str (0, 1) {
for my $u_pat (0, 1) {
like($ch[$u_str], qr/\Q$ch[$u_pat]\E/i,
"\$c =~ /\$c/i : chr ($o) : u_str = $u_str u_pat = $u_pat; Bug 36207");
like($ch[$u_str], qr/\Q$ch[$u_pat]\E|xyz/i,
"\$c=~/\$c|xyz/i : chr($o) : u_str = $u_str u_pat = $u_pat; Bug 36207");
}
}
}
}
{
my $message = '$REGMARK in replacement; Bug 49190';
our $REGMARK;
local $_ = "A";
ok(s/(*:B)A/$REGMARK/, $message);
is($_, "B", $message);
$_ = "CCCCBAA";
ok(s/(*:X)A+|(*:Y)B+|(*:Z)C+/$REGMARK/g, $message);
is($_, "ZYX", $message);
# Use a longer name to force reallocation of $REGMARK.
$_ = "CCCCBAA";
ok(s/(*:X)A+|(*:YYYYYYYYYYYYYYYY)B+|(*:Z)C+/$REGMARK/g, $message);
is($_, "ZYYYYYYYYYYYYYYYYX", $message);
}
{
my $message = 'Substitution evaluation in list context; Bug 52658';
my $reg = '../xxx/';
my @te = ($reg =~ m{^(/?(?:\.\./)*)},
$reg =~ s/(x)/'b'/eg > 1 ? '##' : '++');
is($reg, '../bbb/', $message);
is($te [0], '../', $message);
}
{
my $a = "xyzt" x 8192;
like($a, qr/\A(?>[a-z])*\z/,
'(?>) does not cause wrongness on long string; Bug 60034');
my $b = $a . chr 256;
chop $b;
is($a, $b, 'Bug 60034');
like($b, qr/\A(?>[a-z])*\z/,
'(?>) does not cause wrongness on long string with UTF-8; Bug 60034');
}
#
# Keep the following tests last -- they may crash perl
#
print "# Tests that follow may crash perl\n";
{
my $message = 'Pattern in a loop, failure should not ' .
'affect previous success; Bug 19049/38869';
my @list = (
'ab cdef', # Matches regex
('e' x 40000 ) .'ab c' # Matches not, but 'ab c' matches part of it
);
my $y;
my $x;
foreach (@list) {
m/ab(.+)cd/i; # The ignore-case seems to be important
$y = $1; # Use $1, which might not be from the last match!
$x = substr ($list [0], $- [0], $+ [0] - $- [0]);
}
is($y, ' ', $message);
is($x, 'ab cd', $message);
}
SKIP: {
skip("Can run out of memory on os390", 1) if $^O eq 'os390';
ok (("a" x (2 ** 15 - 10)) =~ /^()(a|bb)*$/, "Recursive stack cracker; Bug 24274");
}
{
ok ((q(a)x 100) =~ /^(??{'(.)'x 100})/,
"Regexp /^(??{'(.)'x 100})/ crashes older perls; Bug 24274");
}
{
# [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache
local ${^UTF8CACHE} = -1;
my $message = "Shouldn't panic; Bug 45337";
my $s = "[a]a{2}";
utf8::upgrade $s;
like("aaa", qr/$s/, $message);
}
{
my $message = "Check if tree logic breaks \$^R; Bug 57042";
my $cond_re = qr/\s*
\s* (?:
\( \s* A (?{1})
| \( \s* B (?{2})
)
/x;
my @res;
for my $line ("(A)","(B)") {
if ($line =~ m/$cond_re/) {
push @res, $^R ? "#$^R" : "UNDEF";
}
}
is("@res","#1 #2", $message);
}
{
no warnings 'closure';
my $re = qr/A(??{"1"})/;
ok "A1B" =~ m/^((??{ $re }))((??{"B"}))$/;
ok $1 eq "A1";
ok $2 eq "B";
}
# This only works under -DEBUGGING because it relies on an assert().
{
# Check capture offset re-entrancy of utf8 code.
sub fswash { $_[0] =~ s/([>X])//g; }
my $k1 = "." x 4 . ">>";
fswash($k1);
my $k2 = "\x{f1}\x{2022}";
$k2 =~ s/([\360-\362])/>/g;
fswash($k2);
is($k2, "\x{2022}", "utf8::SWASHNEW doesn't cause capture leaks; Bug 60508");
}
{
# minimal CURLYM limited to 32767 matches
my @pat = (
qr{a(x|y)*b}, # CURLYM
qr{a(x|y)*?b}, # .. with minmod
qr{a([wx]|[yz])*b}, # .. and without tries
qr{a([wx]|[yz])*?b},
);
my $len = 32768;
my $s = join '', 'a', 'x' x $len, 'b';
for my $pat (@pat) {
like($s, $pat, "$pat; Bug 65372");
}
}
{
local $::TODO = "[perl #38133]";
"A" =~ /(((?:A))?)+/;
my $first = $2;
"A" =~ /(((A))?)+/;
my $second = $2;
is($first, $second);
}
{
my $message
= 'utf8 =~ /trie/ where trie matches a continuation octet; Bug 70998';
# Catch warnings:
my $w;
local $SIG{__WARN__} = sub { $w .= shift };
# This bug can be reduced to
qq{\x{30ab}} =~ /\xab|\xa9/;
# but it's nice to have a more 'real-world' test. The original test
# case from the RT ticket follows:
my %conv = (
"\xab" => "<",
"\xa9" => "(c)",
);
my $conv_rx = '(' . join('|', map { quotemeta } keys %conv) . ')';
$conv_rx = qr{$conv_rx};
my $x
= qq{\x{3042}\x{304b}\x{3055}\x{305f}\x{306a}\x{306f}\x{307e}}
. qq{\x{3084}\x{3089}\x{308f}\x{3093}\x{3042}\x{304b}\x{3055}}
. qq{\x{305f}\x{306a}\x{306f}\x{307e}\x{3084}\x{3089}\x{308f}}
. qq{\x{3093}\x{30a2}\x{30ab}\x{30b5}\x{30bf}\x{30ca}\x{30cf}}
. qq{\x{30de}\x{30e4}\x{30e9}\x{30ef}\x{30f3}\x{30a2}\x{30ab}}
. qq{\x{30b5}\x{30bf}\x{30ca}\x{30cf}\x{30de}\x{30e4}\x{30e9}}
. qq{\x{30ef}\x{30f3}\x{30a2}\x{30ab}\x{30b5}\x{30bf}\x{30ca}}
. qq{\x{30cf}\x{30de}\x{30e4}\x{30e9}\x{30ef}\x{30f3}};
$x =~ s{$conv_rx}{$conv{$1}}eg;
is($w, undef, $message);
}
{
# minimal CURLYM limited to 32767 matches
is(join("-", " abc def " =~ /(?=(\S+))/g), "abc-bc-c-def-ef-f",
'stclass optimisation does not break + inside (?=); Bug 68564');
}
{
use charnames ":full";
# Delayed interpolation of \N'
my $r1 = qr/\N{THAI CHARACTER SARA I}/;
my $r2 = qr'\N{THAI CHARACTER SARA I}';
my $s1 = "\x{E34}\x{E34}\x{E34}\x{E34}";
# Bug #56444
ok $s1 =~ /$r1+/, 'my $r1 = qr/\N{THAI CHARACTER SARA I}/; my $s1 = "\x{E34}\x{E34}\x{E34}\x{E34}; $s1 =~ /$r1+/';
ok $s1 =~ /$r2+/, 'my $r2 = qr\'\N{THAI CHARACTER SARA I}\'; my $s1 = "\x{E34}\x{E34}\x{E34}\x{E34}; $s1 =~ \'$r2+\'';
# Bug #62056
ok "${s1}A" =~ m/$s1\N{LATIN CAPITAL LETTER A}/, '"${s1}A" =~ m/$s1\N{LATIN CAPITAL LETTER A}/';
ok "abbbbc" =~ m/\N{1}/ && $& eq "a", '"abbbbc" =~ m/\N{1}/ && $& eq "a"';
ok "abbbbc" =~ m'\N{1}' && $& eq "a", '"abbbbc" =~ m\'\N{1}\' && $& eq "a"';
ok "abbbbc" =~ m/\N{3,4}/ && $& eq "abbb", '"abbbbc" =~ m/\N{3,4}/ && $& eq "abbb"';
ok "abbbbc" =~ m'\N{3,4}' && $& eq "abbb", '"abbbbc" =~ m\'\N{3,4}\' && $& eq "abbb"';
}
{
use charnames ":full";
my $message = '[perl #74982] Period coming after \N{}';
ok("\x{ff08}." =~ m/\N{FULLWIDTH LEFT PARENTHESIS}./ && $& eq "\x{ff08}.", $message);
ok("\x{ff08}." =~ m'\N{FULLWIDTH LEFT PARENTHESIS}.' && $& eq "\x{ff08}.", $message);
ok("\x{ff08}." =~ m/[\N{FULLWIDTH LEFT PARENTHESIS}]./ && $& eq "\x{ff08}.", $message);
ok("\x{ff08}." =~ m'[\N{FULLWIDTH LEFT PARENTHESIS}].' && $& eq "\x{ff08}.", $message);
}
SKIP: {
######## "Segfault using HTML::Entities", Richard Jolly <richardjolly@mac.com>, <A3C7D27E-C9F4-11D8-B294-003065AE00B6@mac.com> in perl-unicode@perl.org
skip('Perl configured without Encode module', 1)
unless $Config{extensions} =~ / Encode /;
# Test case cut down by jhi
fresh_perl_like(<<'EOP', qr!Malformed UTF-8 character \(unexpected end of string\)!, {}, 'Segfault using HTML::Entities');
use Encode;
my $t = ord('A') == 193 ? "\xEA" : "\xE9";
Encode::_utf8_on($t);
substr($t,0);
$t =~ s/([^a])//ge;
EOP
}
{
# pattern must be compiled late or we can break the test file
my $message = '[perl #115050] repeated nothings in a trie can cause panic';
my $pattern;
$pattern = '[xyz]|||';
ok("blah blah" =~ /$pattern/, $message);
ok("blah blah" =~ /(?:$pattern)h/, $message);
$pattern = '|||[xyz]';
ok("blah blah" =~ /$pattern/, $message);
ok("blah blah" =~ /(?:$pattern)h/, $message);
}
{
# [perl #4289] First mention $& after a match
local $::TODO = "these tests fail without Copy-on-Write enabled"
if $Config{ccflags} =~ /PERL_NO_COW/;
fresh_perl_is(
'$_ = "abc"; /b/g; $_ = "hello"; print eval q|$&|, "\n"',
"b\n", {}, '$& first mentioned after match');
fresh_perl_is(
'$_ = "abc"; /b/g; $_ = "hello"; print eval q|$`|, "\n"',
"a\n", {}, '$` first mentioned after match');
fresh_perl_is(
'$_ = "abc"; /b/g; $_ = "hello"; print eval q|$\'|,"\n"',
"c\n", {}, '$\' first mentioned after match');
}
{
# [perl #118175] threaded perl-5.18.0 fails pat_rt_report_thr.t
# this tests some related failures
#
# The tests in the block *only* fail when run on 32-bit systems
# with a malloc that allocates above the 2GB line. On the system
# in the report above that only happened in a thread.
my $s = "\x{1ff}" . "f" x 32;
ok($s =~ /\x{1ff}[[:alpha:]]+/gca, "POSIXA pointer wrap");
}
{
# RT #129012 heap-buffer-overflow Perl_fbm_instr.
# This test is unlikely to not pass, but it used to fail
# ASAN/valgrind
my $s ="\x{100}0000000";
ok($s !~ /00000?\x80\x80\x80/, "RT #129012");
}
{
# RT #129085 heap-buffer-overflow Perl_re_intuit_start
# this did fail under ASAN, but didn't under valgrind
my $s = "\x{f2}\x{140}\x{fe}\x{ff}\x{ff}\x{ff}";
ok($s !~ /^0000.\34500\376\377\377\377/, "RT #129085");
}
{
# rt
fresh_perl_is(
'no warnings "regexp"; "foo"=~/((?1)){8,0}/; print "ok"',
"ok", {}, 'RT #130561 - allowing impossible quantifier should not cause SEGVs');
my $s= "foo";
no warnings 'regexp';
ok($s=~/(foo){1,0}|(?1)/,
"RT #130561 - allowing impossible quantifier should not break recursion");
}
{
# RT #133892 Coredump in Perl_re_intuit_start
# Second match flips to checking floating substring before fixed
# substring, which triggers a pathway that failed to check there
# was a non-utf8 version of the string before trying to use it
# resulting in a SEGV.
my $result = grep /b\x{1c0}ss0/i, qw{ xxxx xxxx0 };
ok($result == 0);
}
} # End of sub run_tests
1;
```
|
```asciidoc
[[removejsonattributesresponsebody-filter]]
= `RemoveJsonAttributesResponseBody` Filter
The `RemoveJsonAttributesResponseBody` filter takes a collection of `attribute names` to search for, an optional last parameter from the list can be a boolean to remove the attributes just at root level (that's the default value if not present at the end of the parameter configuration, `false`) or recursively (`true`).
It provides a convenient method to apply a transformation to JSON body content by deleting attributes from it.
The following example configures an `RemoveJsonAttributesResponseBody` filter:
.application.yml
[source,yaml]
----
spring:
cloud:
gateway:
mvc:
routes:
- id: removejsonattributes_route
uri: path_to_url
filters:
- RemoveJsonAttributesResponseBody=id,color
----
This removes attributes "id" and "color" from the JSON content body at root level.
The following example configures an `RemoveJsonAttributesResponseBody` filter that uses the optional last parameter:
.application.yml
[source,yaml]
----
spring:
cloud:
gateway:
routes:
- id: removejsonattributes_recursively_route
uri: path_to_url
predicates:
- Path=/red/{segment}
filters:
- RemoveJsonAttributesResponseBody=id,color,true
----
This removes attributes "id" and "color" from the JSON content body at any level.
```
|
```ocaml
(*
* OWL - OCaml Scientific Computing
*)
(** Dataset: easy access to various datasets *)
open Owl_types
let remote_data_path () = "path_to_url"
let local_data_path () : string =
let home = Sys.getenv "HOME" ^ "/.owl" in
let d = home ^ "/dataset/" in
Owl_log.info "create %s if not present" d;
(* Note: use of Sys.file_exist is racy *)
(try Unix.mkdir home 0o755 with
| Unix.Unix_error (EEXIST, _, _) -> ());
(try Unix.mkdir d 0o755 with
| Unix.Unix_error (EEXIST, _, _) -> ());
d
let download_data fname =
let fn0 = remote_data_path () ^ fname in
let fn1 = local_data_path () ^ fname in
let cmd0 = "wget " ^ fn0 ^ " -O " ^ fn1 in
let cmd1 = "gunzip " ^ fn1 in
ignore (Sys.command cmd0);
ignore (Sys.command cmd1)
let download_all () =
let l =
[ "stopwords.txt.gz"
; "enron.test.gz"
; "enron.train.gz"
; "nips.test.gz"
; "nips.train.gz"
; "insurance.csv.gz"
; "mnist-test-images.gz"
; "mnist-test-labels.gz"
; "mnist-test-lblvec.gz"
; "mnist-train-images.gz"
; "mnist-train-labels.gz"
; "mnist-train-lblvec.gz"
; "cifar10_test_data.gz"
; "cifar10_test_labels.gz"
; "cifar10_test_filenames.gz"
; "cifar10_test_lblvec.gz"
; "cifar10_train1_data.gz"
; "cifar10_train1_labels.gz"
; "cifar10_train1_filenames.gz"
; "cifar10_train1_lblvec.gz"
; "cifar10_train2_data.gz"
; "cifar10_train2_labels.gz"
; "cifar10_train2_filenames.gz"
; "cifar10_train2_lblvec.gz"
; "cifar10_train3_data.gz"
; "cifar10_train3_labels.gz"
; "cifar10_train3_filenames.gz"
; "cifar10_train3_lblvec.gz"
; "cifar10_train4_data.gz"
; "cifar10_train4_labels.gz"
; "cifar10_train4_filenames.gz"
; "cifar10_train4_lblvec.gz"
; "cifar10_train5_data.gz"
; "cifar10_train5_labels.gz"
; "cifar10_train5_filenames.gz"
; "cifar10_train5_lblvec.gz"
]
in
List.iter (fun fname -> download_data fname) l
let draw_samples x y n =
let x', y', _ = Owl_dense_matrix_generic.draw_rows2 ~replacement:false x y n in
x', y'
(* load mnist train data, the return is a triplet. The first is a 60000 x 784
matrix where each row represents a 28 x 28 image. The second is label and the
third is the corresponding unravelled row vector of the label. *)
let load_mnist_train_data () =
let p = local_data_path () in
( Owl_dense_matrix.S.load (p ^ "mnist-train-images")
, Owl_dense_matrix.S.load (p ^ "mnist-train-labels")
, Owl_dense_matrix.S.load (p ^ "mnist-train-lblvec") )
let load_mnist_test_data () =
let p = local_data_path () in
( Owl_dense_matrix.S.load (p ^ "mnist-test-images")
, Owl_dense_matrix.S.load (p ^ "mnist-test-labels")
, Owl_dense_matrix.S.load (p ^ "mnist-test-lblvec") )
let print_mnist_image x =
Owl_dense_matrix_generic.reshape x [| 28; 28 |]
|> Owl_dense_matrix_generic.iter_rows (fun v ->
Owl_dense_matrix_generic.iter
(function
| 0. -> Printf.printf " "
| _ -> Printf.printf "")
v;
print_endline "")
(* similar to load_mnist_train_data but returns [x] as [*,28,28,1] ndarray *)
let load_mnist_train_data_arr () =
let x, label, y = load_mnist_train_data () in
let m = Owl_dense_matrix.S.row_num x in
let x = Owl_dense_ndarray.S.reshape x [| m; 28; 28; 1 |] in
x, label, y
let load_mnist_test_data_arr () =
let x, label, y = load_mnist_test_data () in
let m = Owl_dense_matrix.S.row_num x in
let x = Owl_dense_ndarray.S.reshape x [| m; 28; 28; 1 |] in
x, label, y
(* load cifar train data, there are five batches in total. The loaded data is a
10000 * 3072 matrix. Each row represents a 32 x 32 image of three colour
channels, unravelled into a row vector. The labels are also returned. *)
let load_cifar_train_data batch =
let p = local_data_path () in
( Owl_dense_ndarray.S.load (p ^ "cifar10_train" ^ string_of_int batch ^ "_data")
, Owl_dense_matrix.S.load (p ^ "cifar10_train" ^ string_of_int batch ^ "_labels")
, Owl_dense_matrix.S.load (p ^ "cifar10_train" ^ string_of_int batch ^ "_lblvec") )
let load_cifar_test_data () =
let p = local_data_path () in
( Owl_dense_ndarray.S.load (p ^ "cifar10_test_data")
, Owl_dense_matrix.S.load (p ^ "cifar10_test_labels")
, Owl_dense_matrix.S.load (p ^ "cifar10_test_lblvec") )
let draw_samples_cifar x y n =
let col_num = (Owl_dense_ndarray_generic.shape x).(0) in
let a = Array.init col_num (fun i -> i) in
let a = Owl_stats.choose a n |> Array.to_list in
( Owl_dense_ndarray.S.get_fancy [ L a; R []; R []; R [] ] x
, Owl_dense_matrix.S.get_fancy [ L a; R [] ] y )
(* load text data and stopwords *)
let load_stopwords () =
let p = local_data_path () in
Owl_nlp_utils.load_stopwords (p ^ "stopwords.txt")
let load_nips_train_data stopwords =
let p = local_data_path () in
Owl_nlp_utils.load_from_file ~stopwords (p ^ "nips.train")
```
|
The Marketplace on Innovative Financial Solutions for Development (MIF) is hosted in Paris, France, by the French Development Agency (AFD), the Bill & Melinda Gates Foundation and the World Bank Group.
This initiative is dedicated to innovative financial mechanisms allowing to better mobilize funds for development programs. The MIF garners best practices by presenting new projects and encouraging conversations between specialists from different fields. The event focuses on meetings and case studies, combining theoretical and practical points of views.
The MIF has three main objectives:
move forward the agenda on innovative financial solutions for development;
encourage knowledge-sharing and learning (including between developing areas) through best practices and case studies in order to identify how to design solutions to maximize impact and cost-effectiveness;
leverage projects using innovative financial mechanisms to deal with development issues.
The MIF audience consists of professionals from different areas:
development practitioners
donors
philanthropists
social entrepreneurs
academics
policy makers
Speakers and participants come from financial institutions and the civil society.
MIF 2010
The 2010 event takes place on March 4–5, in Cité des Sciences et de l'Industrie, Paris. The MIF 2010 program consists of two main sessions, 13 workshops and a competition between innovative projects for financing development.
A feature of the MIF 2010 event is a project competition aimed at new ideas on how innovative financing mechanisms can be used to better solve development challenges. These projects should provide solutions that can be successfully scaled up and replicated across a broad variety of situations.
Twenty finalists have been chosen from a pool of some 800 applicants that responded to the open call for proposals during the autumn of 2009. 110 specialists in innovative finance together with development experts from inside and outside of the organising institutions selected the most promising as finalists.
The proposed projects cover more than 15 developing countries across five continents and were submitted by a variety of organisations ranging from small local NGOs to large multinational corporations to international development organizations.
References
External links
MIF website
Video presentations of the projects presented at the MIF 2010
International conferences in France
Organizations based in Paris
Economic development organizations
|
```css
.main-content,body,html{min-height:100%}.alert,.well{border-radius:0}.nav-list>li .submenu>li>a:hover,.nav-list>li>a,a:active,a:focus{text-decoration:none}html{position:relative}body{background-color:#E4E6E9;padding-bottom:0;font-family:'Open Sans';font-size:13px;color:#393939;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.main-container:before{display:block;content:"";position:absolute;z-index:-2;width:100%;max-width:inherit;bottom:0;top:0;background-color:#FFF}.main-container.container,.rtl .main-container.container{padding-left:0;padding-right:0}.main-container.container:before{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(0,0,0,.1);width:inherit}@media (max-width:767px){.main-container.container:before{-webkit-box-shadow:none;box-shadow:none;width:100%}}.main-content{margin-left:0;padding:0}.main-content:after,.main-content:before{content:" ";display:table}.nav-list li.active>a:after,.nav-list>li:before,.nav-list>li>.submenu:before,.nav-list>li>.submenu>li:before,.sidebar .sidebar-toggle:before,.sidebar.menu-min .nav-list>li>.submenu:after,.sidebar:before,li.divider:before{content:""}.main-content:after{clear:both}.sidebar+.main-content{margin-left:190px}.page-content{background-color:#FFF;position:relative;margin:0;padding:8px 20px 24px}.page-header{margin:0 0 12px;border-bottom:1px dotted #E2E2E2;padding-bottom:16px;padding-top:7px}.page-header h1{padding:0;margin:0 8px;font-size:24px;font-weight:lighter;color:#2679B5}h1,h2,h3,h4,h5,h6{font-weight:400}.page-header h1 small{margin:0 6px;font-size:14px;font-weight:400;color:#8089A0}h1.block,h2.block,h3.block,h4.block,h5.block,h6.block{margin-bottom:16px}.ajax-loading-overlay{position:absolute;z-index:1999;left:0;right:0;top:0;bottom:0;background-color:rgba(255,255,255,.5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80FFFFFF', endColorstr='#80FFFFFF', GradientType=0 )}.ajax-loading-overlay>.ajax-loading-icon{position:relative;left:8px;top:8px}.ajax-loading-overlay.content-loaded{background-color:rgba(255,255,255,.4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66FFFFFF', endColorstr='#66FFFFFF', GradientType=0 )}.ajax-loading-overlay.almost-loaded{background-color:rgba(255,255,255,.3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4CFFFFFF', endColorstr='#4CFFFFFF', GradientType=0 )}.ajax-loading-overlay.ajax-overlay-body{position:fixed;z-index:2999}.ajax-loading-overlay.ajax-overlay-body>.ajax-loading-icon{left:8px;top:8px}.ace-icon{text-align:center}h1{font-size:32px}h1.smaller{font-size:31px}h1.bigger{font-size:33px}h2{font-size:26px}h2.smaller{font-size:25px}h2.bigger{font-size:27px}h3{font-size:22px}h3.smaller{font-size:21px}h3.bigger{font-size:23px}h4{font-size:18px}h4.smaller{font-size:17px}h4.bigger{font-size:19px}h5{font-size:15px}h5.smaller{font-size:14px}h5.bigger{font-size:16px}h6{font-size:13px}h6.smaller{font-size:12px}h6.bigger{font-size:14px}ol,ul{padding:0;margin:0 0 10px 25px}ol.margin-5,ul.margin-5{margin-left:5px}ol.margin-10,ul.margin-10{margin-left:10px}ol.margin-15,ul.margin-15{margin-left:15px}ol.margin-20,ul.margin-20{margin-left:20px}li>ol,li>ul{margin-left:18px}.list-inline,.list-unstyled{margin-left:0}.list-inline>li>.ace-icon:first-child,.list-unstyled>li>.ace-icon:first-child{width:18px;text-align:center}.spaced>li{margin-top:9px;margin-bottom:9px}.spaced2>li{margin-top:15px;margin-bottom:15px}li.divider{margin-top:3px;margin-bottom:3px;height:0;font-size:0}.spaced>li.divider{margin-top:5px;margin-bottom:5px}.spaced2>li.divider{margin-top:8px;margin-bottom:8px}li.divider:before{display:inline-block}.blockquote-reverse,blockquote,blockquote.pull-right{border-color:#E5EAF1}pre.prettyprint{white-space:pre-wrap}.well h1,.well h2,.well h3,.well h4,.well h5,.well h6{margin-top:0}.well h1,.well h2,.well h3{line-height:36px}.alert{font-size:14px}.list-group-item,.no-radius,.pager>li>a,.pagination>li>a{border-radius:0!important}.alert .close{font-size:16px}.alert-block p+p{margin-top:10px}.pager>li>span,.pagination>li>span{border-width:1px;border-radius:0!important}.pager>li>a,.pagination>li>a{border-width:1px;border-color:#d4dfe3;color:#2283C5;background-color:#FAFAFA;margin:0 -1px 0 0;position:relative;z-index:auto}.pager>li>a:hover,.pagination>li>a:hover{color:#1c6ca2;background-color:#EAEFF2;border-color:#c1d1d7;z-index:1}.pager>li>a:focus,.pagination>li>a:focus{background-color:#eaeef2}.pager>li.disabled>a,.pager>li.disabled>a:hover,.pagination>li.disabled>a,.pagination>li.disabled>a:hover{background-color:#F9F9F9;border-color:#D9D9D9;z-index:auto}.pagination>li.active>a,.pagination>li.active>a:focus,.pagination>li.active>a:hover{background-color:#6FAED9;border-color:#6FAED9;color:#FFF;text-shadow:0 -1px 0 rgba(0,0,0,.25);z-index:2}.list-group{margin-left:auto}.lighter{font-weight:lighter}.bolder{font-weight:bolder}.inline{display:inline-block!important}.block{display:block!important}.align-center,.center{text-align:center!important}.align-left{text-align:left!important}.align-right{text-align:right!important}.align-justify{text-align:justify}.middle{vertical-align:middle}.align-middle{vertical-align:middle!important}.align-top{vertical-align:top!important}.align-bottom{vertical-align:bottom!important}.pos-rel,.position-relative{position:relative}.pos-abs,.position-absolute{position:absolute}.no-float{float:none!important}.line-height-normal{line-height:normal!important}.line-height-0{line-height:0!important}.line-height-1{line-height:1!important}.line-height-125{line-height:1.25!important}.line-height-150{line-height:1.5!important}.dark{color:#333!important}.white{color:#FFF!important}.red{color:#DD5A43!important}.red2{color:#E08374!important}.light-red{color:#F77!important}.blue{color:#478FCA!important}.light-blue{color:#93CBF9!important}.green{color:#69AA46!important}.light-green{color:#B0D877!important}.orange{color:#FF892A!important}.orange2{color:#FEB902!important}.light-orange{color:#FCAC6F!important}.purple{color:#A069C3!important}.pink{color:#C6699F!important}.pink2{color:#D6487E!important}.brown{color:brown!important}.grey{color:#777!important}.light-grey{color:#BBB!important}.bigger-110{font-size:110%!important}.bigger-120{font-size:120%!important}.bigger-130{font-size:130%!important}.bigger-140{font-size:140%!important}.bigger-150{font-size:150%!important}.bigger-160{font-size:160%!important}.bigger-170{font-size:170%!important}.bigger-180{font-size:180%!important}.bigger-190{font-size:190%!important}.bigger-200{font-size:200%!important}.bigger-210{font-size:210%!important}.bigger-220{font-size:220%!important}.bigger-230{font-size:230%!important}.bigger-240{font-size:240%!important}.bigger-250{font-size:250%!important}.bigger-260{font-size:260%!important}.bigger-270{font-size:270%!important}.bigger-280{font-size:280%!important}.bigger-290{font-size:290%!important}.bigger-300{font-size:300%!important}.bigger-115{font-size:115%!important}.bigger-125{font-size:125%!important}.bigger-175{font-size:175%!important}.bigger-225{font-size:225%!important}.bigger-275{font-size:275%!important}.smaller-90{font-size:90%!important}.smaller-80{font-size:80%!important}.smaller-70{font-size:70%!important}.smaller-60{font-size:60%!important}.smaller-50{font-size:50%!important}.smaller-40{font-size:40%!important}.smaller-30{font-size:30%!important}.smaller-20{font-size:20%!important}.smaller-75{font-size:75%!important}.width-20{width:20%!important}.width-30{width:30%!important}.width-35{width:35%!important}.width-40{width:40%!important}.width-45{width:45%!important}.width-50{width:50%!important}.width-55{width:55%!important}.width-60{width:60%!important}.width-65{width:65%!important}.width-70{width:70%!important}.width-80{width:80%!important}.width-85{width:85%!important}.width-90{width:90%!important}.width-95{width:95%!important}.width-100{width:100%!important}.width-75{width:75%!important}.width-25{width:25%!important}.width-auto{width:auto!important}.height-auto{height:auto!important}.no-padding{padding:0!important}.no-padding-bottom{padding-bottom:0!important}.no-padding-top{padding-top:0!important}.no-padding-left{padding-left:0!important}.no-padding-right{padding-right:0!important}.no-margin{margin:0!important}.no-margin-bottom{margin-bottom:0!important}.no-margin-top{margin-top:0!important}.no-margin-left{margin-left:0!important}.no-margin-right{margin-right:0!important}.no-border{border-width:0}.no-border-bottom{border-bottom-width:0}.no-border-top{border-top-width:0}.no-border-left{border-left-width:0}.no-border-right{border-right-width:0}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow-x:hidden!important;overflow-y:scroll!important}.no-text-shadow{text-shadow:none!important}.hr{display:block;height:0;overflow:hidden;font-size:0;border-width:1px 0 0;border-top:1px solid #E3E3E3;margin:12px 0;border-top-color:rgba(0,0,0,.11)}.hr-double{height:3px;border-top:1px solid #E3E3E3;border-bottom:1px solid #E3E3E3;border-top-color:rgba(0,0,0,.11);border-bottom-color:rgba(0,0,0,.11)}.hr-dotted,.hr.dotted{border-style:dotted}.hr-32,.hr32{margin:32px 0}.hr-30,.hr30{margin:30px 0}.hr-28,.hr28{margin:28px 0}.hr-26,.hr26{margin:26px 0}.hr-24,.hr24{margin:24px 0}.hr-22,.hr22{margin:22px 0}.hr-20,.hr20{margin:20px 0}.hr-18,.hr18{margin:18px 0}.hr-16,.hr16{margin:16px 0}.hr-14,.hr14{margin:14px 0}.hr-12,.hr12{margin:12px 0}.hr-10,.hr10{margin:10px 0}.hr-8,.hr8{margin:8px 0}.hr-6,.hr6{margin:6px 0}.hr-4,.hr4{margin:4px 0}.hr-2,.hr2{margin:2px 0}.space{max-height:1px;min-height:1px;overflow:hidden;margin:12px 0}[class*=vspace-]{display:none}.space-32,[class*=vspace-32]{max-height:1px;min-height:1px;overflow:hidden;margin:32px 0 31px}.space-30,[class*=vspace-30]{max-height:1px;min-height:1px;overflow:hidden;margin:30px 0 29px}.space-28,[class*=vspace-28]{max-height:1px;min-height:1px;overflow:hidden;margin:28px 0 27px}.space-26,[class*=vspace-26]{max-height:1px;min-height:1px;overflow:hidden;margin:26px 0 25px}.space-24,[class*=vspace-24]{max-height:1px;min-height:1px;overflow:hidden;margin:24px 0 23px}.space-22,[class*=vspace-22]{max-height:1px;min-height:1px;overflow:hidden;margin:22px 0 21px}.space-20,[class*=vspace-20]{max-height:1px;min-height:1px;overflow:hidden;margin:20px 0 19px}.space-18,[class*=vspace-18]{max-height:1px;min-height:1px;overflow:hidden;margin:18px 0 17px}.space-16,[class*=vspace-16]{max-height:1px;min-height:1px;overflow:hidden;margin:16px 0 15px}.space-14,[class*=vspace-14]{max-height:1px;min-height:1px;overflow:hidden;margin:14px 0 13px}.space-12,[class*=vspace-12]{max-height:1px;min-height:1px;overflow:hidden;margin:12px 0 11px}.space-10,[class*=vspace-10]{max-height:1px;min-height:1px;overflow:hidden;margin:10px 0 9px}.space-8,[class*=vspace-8]{max-height:1px;min-height:1px;overflow:hidden;margin:8px 0 7px}.space-6,[class*=vspace-6]{max-height:1px;min-height:1px;overflow:hidden;margin:6px 0 5px}.space-4,[class*=vspace-4]{max-height:1px;min-height:1px;overflow:hidden;margin:4px 0 3px}.space-2,[class*=vspace-2]{max-height:1px;min-height:1px;overflow:hidden;margin:2px 0 1px}.space-0,[class*=vspace-0]{max-height:1px;min-height:1px;overflow:hidden;margin:0}@media only screen and (max-width:479px){[class*=vspace-][class*="-xs"]{display:block}}@media only screen and (max-width:767px){[class*=vspace-][class*="-sm"]{display:block}}@media only screen and (max-width:991px){[class*=vspace-][class*="-md"]{display:block}}@media only screen and (max-width:1199px){[class*=vspace-][class*="-lg"]{display:block}}.header{line-height:28px;margin-bottom:16px;margin-top:18px;padding-bottom:4px;border-bottom:1px solid #CCC}.header.less-margin{margin-top:10px;margin-bottom:10px}.header.blue{border-bottom-color:#d5e3ef}.header.green{border-bottom-color:#cce2c1}.header.purple{border-bottom-color:#e0d1ea}.header.orange{border-bottom-color:#fdd0ac}.header.orange2{border-bottom-color:#fbd36b}.header.red{border-bottom-color:#f3cdc6}.header.grey{border-bottom-color:#c3c3c3}.header.pink{border-bottom-color:#f2e0eb}.header.pink2{border-bottom-color:#e69eb9}.header.light-blue{border-bottom-color:#dceefc}.header.light-red{border-bottom-color:#fec5c5}.header.light-green{border-bottom-color:#d2e7b5}.header.brown{border-bottom-color:#df9393}.header>.ace-icon{margin-right:2px}.action-buttons a{margin:0 3px;display:inline-block;opacity:.85;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s}.action-buttons a:hover{text-decoration:none;opacity:1;-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.navbar{margin:0;padding-left:0;padding-right:0;border-width:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;min-height:45px;background:#438EB9}.navbar .navbar-link,.navbar .navbar-text{color:#FFF}.navbar .navbar-brand{color:#FFF;font-size:24px;text-shadow:none;padding-top:10px;padding-bottom:10px;height:auto}.navbar .navbar-brand:focus,.navbar .navbar-brand:hover{color:#FFF}@media only screen and (min-width:992px){.navbar-container{padding-left:10px;padding-right:10px}}.navbar-container.container{padding-left:0;padding-right:0}.ace-nav{height:100%;margin:0!important}.ace-nav>li{line-height:45px;height:45px;border-left:1px solid #E1E1E1;padding:0;position:relative;float:left}.ace-nav>li:first-child{border-left-width:0}.ace-nav>li>a{background-color:#2E6589;color:#FFF;display:block;line-height:inherit;text-align:center;height:100%;width:auto;min-width:50px;padding:0 8px;position:relative}.ace-nav>li>a>.ace-icon{display:inline-block;font-size:16px;color:#FFF;text-align:center;width:20px}.ace-nav>li>a>.badge{position:relative;top:-4px;left:2px;padding-right:5px;padding-left:5px}.ace-nav>li.open>a,.ace-nav>li>a:focus,.ace-nav>li>a:hover{background-color:#2c5976;color:#FFF}.ace-nav>li.blue>a{background-color:#2E6589}.ace-nav>li.blue>a:focus,.ace-nav>li.blue>a:hover,.ace-nav>li.open.blue>a{background-color:#2c5976}.ace-nav>li.grey>a{background-color:#555}.ace-nav>li.grey>a:focus,.ace-nav>li.grey>a:hover,.ace-nav>li.open.grey>a{background-color:#4b4b4b}.ace-nav>li.purple>a{background-color:#892E65}.ace-nav>li.open.purple>a,.ace-nav>li.purple>a:focus,.ace-nav>li.purple>a:hover{background-color:#762c59}.ace-nav>li.green>a{background-color:#2E8965}.ace-nav>li.green>a:focus,.ace-nav>li.green>a:hover,.ace-nav>li.open.green>a{background-color:#2c7659}.ace-nav>li.light-blue>a{background-color:#62A8D1}.ace-nav>li.light-blue>a:focus,.ace-nav>li.light-blue>a:hover,.ace-nav>li.open.light-blue>a{background-color:#579ec8}.ace-nav>li.light-blue2>a{background-color:#42A8E1}.ace-nav>li.light-blue2>a:focus,.ace-nav>li.light-blue2>a:hover,.ace-nav>li.open.light-blue2>a{background-color:#359fd9}.ace-nav>li.red>a{background-color:#B74635}.ace-nav>li.open.red>a,.ace-nav>li.red>a:focus,.ace-nav>li.red>a:hover{background-color:#a34335}.ace-nav>li.light-green>a{background-color:#9ABC32}.ace-nav>li.light-green>a:focus,.ace-nav>li.light-green>a:hover,.ace-nav>li.open.light-green>a{background-color:#8ba832}.ace-nav>li.light-purple>a{background-color:#CB6FD7}.ace-nav>li.light-purple>a:focus,.ace-nav>li.light-purple>a:hover,.ace-nav>li.open.light-purple>a{background-color:#c263ce}.ace-nav>li.light-orange>a{background-color:#F79263}.ace-nav>li.light-orange>a:focus,.ace-nav>li.light-orange>a:hover,.ace-nav>li.open.light-orange>a{background-color:#f28653}.ace-nav>li.light-pink>a{background-color:#F4DAE5}.ace-nav>li.light-pink>a:focus,.ace-nav>li.light-pink>a:hover,.ace-nav>li.open.light-pink>a{background-color:#eeccda}.ace-nav>li.dark>a{background-color:#404040}.ace-nav>li.dark>a:focus,.ace-nav>li.dark>a:hover,.ace-nav>li.open.dark>a{background-color:#363636}.ace-nav>li.white-opaque>a{background-color:rgba(255,255,255,.8)}.ace-nav>li.open.white-opaque>a,.ace-nav>li.white-opaque>a:focus,.ace-nav>li.white-opaque>a:hover{background-color:rgba(245,245,245,.8)}.ace-nav>li.dark-opaque>a,.ace-nav>li.dark-opaque>a:focus,.ace-nav>li.dark-opaque>a:hover,.ace-nav>li.open.dark-opaque>a{background-color:rgba(0,0,0,.2)}.ace-nav>li.transparent>a{background-color:transparent}.ace-nav>li.open.transparent>a,.ace-nav>li.transparent>a:focus,.ace-nav>li.transparent>a:hover{background-color:rgba(0,0,0,.1)}.ace-nav>li.light-10>a{background-color:rgba(255,255,255,.1)}.ace-nav>li.light-10>a:focus,.ace-nav>li.light-10>a:hover,.ace-nav>li.open.light-10>a{background-color:rgba(255,255,255,.2)}.ace-nav>li.dark-10>a{background-color:rgba(0,0,0,.1)}.ace-nav>li.dark-10>a:focus,.ace-nav>li.dark-10>a:hover,.ace-nav>li.open.dark-10>a{background-color:rgba(0,0,0,.2)}.ace-nav>li.margin-4{margin-left:4px}.ace-nav>li.margin-3{margin-left:3px}.ace-nav>li.margin-2{margin-left:2px}.ace-nav>li.margin-1{margin-left:1px}.ace-nav>li.no-border{border-width:0!important}.ace-nav>li .dropdown-menu{z-index:1031}.ace-nav .nav-user-photo{margin:-4px 8px 0 0;border-radius:100%;border:2px solid #FFF;max-width:40px}.ace-nav li.dropdown-footer a .ace-icon{display:inline-block;width:1.25em;text-align:center}@media only screen and (max-height:540px){.ace-nav>li.dropdown-modal>.dropdown-menu{position:fixed;margin-top:auto;z-index:1052}.ace-nav>li.dropdown-modal>.dropdown-menu:after,.ace-nav>li.dropdown-modal>.dropdown-menu:before{display:none}.ace-nav>li.dropdown-modal>.user-menu>li>a{padding-top:6px;padding-bottom:6px}.ace-nav>li.dropdown-modal.open:before{background-color:#000;opacity:.5;border-width:0;position:fixed;left:0;right:0;top:0;bottom:0;content:"";display:block;height:2000px;width:auto;z-index:1051}}@media only screen and (max-width:767px){.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right{right:-100px}.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right:before{right:120px}.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right{right:-80px}.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right:before{right:100px}.user-menu.dropdown-close.dropdown-menu-right{right:0!important}}@media only screen and (min-width:480px) and (max-width:767px){.navbar.navbar-collapse .ace-nav>li:nth-last-child(2):nth-child(1)>.dropdown-menu.dropdown-menu-right,.navbar.navbar-collapse .ace-nav>li:nth-last-child(2):nth-child(2)>.dropdown-menu.dropdown-menu-right{left:auto;right:-60px}.navbar.navbar-collapse .ace-nav>li:nth-last-child(2):nth-child(1)>.dropdown-menu.dropdown-menu-right:after,.navbar.navbar-collapse .ace-nav>li:nth-last-child(2):nth-child(1)>.dropdown-menu.dropdown-menu-right:before,.navbar.navbar-collapse .ace-nav>li:nth-last-child(2):nth-child(2)>.dropdown-menu.dropdown-menu-right:after,.navbar.navbar-collapse .ace-nav>li:nth-last-child(2):nth-child(2)>.dropdown-menu.dropdown-menu-right:before{right:80px;left:auto}}@media only screen and (max-width:480px){.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right{right:-120px}.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right:before{right:140px}.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right{right:-90px}.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right:before{right:110px}.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right{right:-50px}.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right:before{right:70px}}@media only screen and (max-width:479px){.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right{left:-10px;right:auto}.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(4)>.dropdown-menu.dropdown-menu-right:before{right:auto;left:30px}.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right{left:-50px;right:auto}.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(3)>.dropdown-menu.dropdown-menu-right:before{left:75px;right:auto}.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right{left:-70px;right:auto}.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right:before{left:90px;right:auto}.navbar:not(.navbar-collapse) .navbar-header{float:none!important;display:block}.navbar:not(.navbar-collapse) .ace-nav{display:block;float:none!important;text-align:center;background-color:rgba(0,0,0,.15);border:1px solid rgba(0,0,0,.1);border-width:1px 0 0;letter-spacing:-3px}.navbar:not(.navbar-collapse) .ace-nav>li{display:inline-block;float:none!important;text-align:left;letter-spacing:normal}.navbar:not(.navbar-collapse) .ace-nav>li:first-child{border-left:1px solid rgba(255,255,255,.4)}.navbar:not(.navbar-collapse) .ace-nav>li:last-child{border-right:1px solid rgba(255,255,255,.4)}}@media only screen and (max-width:319px){.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right{left:-110px;right:auto}.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-last-child(2)>.dropdown-menu.dropdown-menu-right:before{left:130px;right:auto}.ace-nav>li:nth-child(2):nth-last-child(2)>.dropdown-menu.dropdown-menu-right{left:-85px;right:auto}.ace-nav>li:nth-child(2):nth-last-child(2)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-child(2):nth-last-child(2)>.dropdown-menu.dropdown-menu-right:before{left:105px;right:auto}.ace-nav>li:nth-child(1):nth-last-child(3)>.dropdown-menu.dropdown-menu-right{left:-35px;right:auto}.ace-nav>li:nth-child(1):nth-last-child(3)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-child(1):nth-last-child(3)>.dropdown-menu.dropdown-menu-right:before{left:55px;right:auto}.ace-nav>li:nth-child(1):nth-last-child(2)>.dropdown-menu.dropdown-menu-right{left:-60px;right:auto}.ace-nav>li:nth-child(1):nth-last-child(2)>.dropdown-menu.dropdown-menu-right:after,.ace-nav>li:nth-child(1):nth-last-child(2)>.dropdown-menu.dropdown-menu-right:before{left:75px;right:auto}.ace-nav>li>a{padding:0 5px!important}}.user-menu>li>a{padding:4px 12px}.user-menu>li>a>.ace-icon{margin-right:6px;font-size:120%}.user-info{max-width:100px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;vertical-align:top;line-height:15px;position:relative;top:6px}.user-info small{display:block}@media (min-width:480px) and (max-width:540px),(max-width:360px){.navbar:not(.navbar-collapse) .navbar-buttons .user-menu{padding-top:42px!important}.navbar:not(.navbar-collapse) .navbar-buttons .nav-user-photo{margin-right:0}.navbar:not(.navbar-collapse) .navbar-buttons .user-info{position:absolute;margin-top:40px;margin-left:1px;right:2px;z-index:1032;color:#777;font-size:14px;width:156px;max-width:156px;padding-left:8px;padding-right:8px;height:32px;line-height:26px!important;display:none;border-bottom:1px solid #E5E5E5;text-align:center;vertical-align:none;cursor:text}.navbar:not(.navbar-collapse) .navbar-buttons .user-info>small{display:inline;opacity:1}li.open .user-info{display:inline-block!important}}@media (max-width:360px){.navbar.navbar-collapse .navbar-buttons .user-menu{padding-top:42px!important}.navbar.navbar-collapse .navbar-buttons .nav-user-photo{margin-right:0}.navbar.navbar-collapse .navbar-buttons .user-info{position:absolute;margin-top:40px;margin-left:1px;right:2px;z-index:1032;color:#777;font-size:14px;width:156px;max-width:156px;padding-left:8px;padding-right:8px;height:32px;line-height:26px!important;display:none;border-bottom:1px solid #E5E5E5;text-align:center;vertical-align:none;cursor:text}.navbar.navbar-collapse .navbar-buttons .user-info>small{display:inline;opacity:1}li.open .user-info{display:inline-block!important;right:2px}}@media (min-width:992px){.user-min .user-menu{padding-top:42px!important}.user-min .nav-user-photo{margin-right:0}.user-min .user-info{position:absolute;margin-top:40px;margin-left:1px;z-index:1032;color:#777;font-size:14px;width:156px;max-width:156px;padding-left:8px;padding-right:8px;height:32px;line-height:26px!important;display:none;border-bottom:1px solid #E5E5E5;text-align:center;vertical-align:none;cursor:text;right:-3px}.user-min .user-info>small{display:inline;opacity:1}.user-min.open .user-info{display:inline-block!important}}.btn,.dropdown-colorpicker a{cursor:pointer}@media (max-height:540px) and (min-width:480px) and (max-width:540px),(max-height:540px) and (max-width:360px){.navbar:not(.navbar-collapse) .ace-nav>li.dropdown-modal .user-info{position:fixed;right:auto;margin-top:auto;max-width:none}}@media (max-height:540px) and (max-width:360px){.navbar.navbar-collapse .ace-nav>li.dropdown-modal .user-info{position:fixed;right:auto;margin-top:auto;max-width:none}}@media (max-height:540px) and (min-width:992px){.ace-nav>li.dropdown-modal.user-min .user-info{position:fixed;right:auto;margin-top:auto;max-width:none}}@media only screen and (max-width:991px){.navbar.navbar-collapse{max-height:none}.navbar .navbar-collapse,.navbar .navbar-header{margin-left:0!important;margin-right:0!important}.navbar.navbar-collapse .navbar-header{float:none!important;min-height:45px}.navbar.navbar-collapse .navbar-buttons{min-height:0;padding-left:0;padding-right:0;border:1px solid rgba(255,255,255,.4);border-width:1px 0 0;width:100%}.navbar.navbar-collapse .navbar-buttons.in{overflow:visible!important}.navbar.navbar-collapse .navbar-buttons>.ace-nav{display:block;float:none!important;text-align:center;background-color:transparent!important;border-width:0;letter-spacing:-3px}.navbar.navbar-collapse .navbar-buttons>.ace-nav>li{display:inline-block;float:none!important;text-align:left;letter-spacing:normal}.navbar.navbar-collapse .navbar-buttons>.ace-nav>li:first-child{border-left:1px solid rgba(255,255,255,.4)}.navbar.navbar-collapse .navbar-buttons>.ace-nav>li:last-child{border-right:1px solid rgba(255,255,255,.4)}}.container-fluid>.navbar-buttons,.container>.navbar-buttons{padding-right:0!important}@media only screen and (max-height:400px){.navbar-fixed-top .navbar-collapse{max-height:280px}}@media only screen and (max-height:360px){.navbar-fixed-top .navbar-collapse{max-height:240px}}@media only screen and (max-height:320px){.navbar-fixed-top .navbar-collapse{max-height:200px}}@media only screen and (max-height:280px){.navbar-fixed-top .navbar-collapse{max-height:160px}}@media only screen and (max-height:240px){.navbar-fixed-top .navbar-collapse{max-height:120px}}.navbar .navbar-nav>li{border:1px solid rgba(0,0,0,.2);border-width:0 1px 0 0}.navbar .navbar-nav>li:first-child{border-width:0 1px}.navbar .navbar-nav>li>a{padding-top:12px;padding-bottom:11px;height:45px;background-color:transparent;font-size:13px;color:#FFF;text-shadow:0 1px 0 rgba(0,0,0,.25)}.navbar .navbar-nav>li.open>a,.navbar .navbar-nav>li>a:focus,.navbar .navbar-nav>li>a:hover{background-color:rgba(0,0,0,.1)!important;color:#FFF!important}.navbar .navbar-nav>li>.dropdown-menu>li>a{line-height:2}.navbar-nav .dropdown-menu>li>a>.ace-icon{display:inline-block;width:20px}.navbar-nav>li>.dropdown-menu{z-index:1033}@media only screen and (max-width:991px){.navbar .navbar-nav .dropdown-menu>li>a,.navbar .navbar-nav .dropdown-menu>li>a>.ace-icon{color:#FFF!important}.navbar.navbar-collapse .navbar-menu{float:none!important;clear:both}.navbar.navbar-collapse .navbar-menu .dropdown-menu:after,.navbar.navbar-collapse .navbar-menu .dropdown-menu:before{display:none!important}.navbar .navbar-nav{margin:0 -6px}.navbar .navbar-nav>li,.navbar .navbar-nav>li:first-child{border-width:1px 0 0}.navbar .navbar-nav .dropdown-menu{float:none;position:relative;background-color:transparent;box-shadow:none;border-width:0}.navbar .navbar-nav .dropdown-menu>li>a:hover{background-color:rgba(0,0,0,.07)!important}.navbar .navbar-nav .dropdown-hover>.dropdown-menu{left:32px!important;right:auto!important;top:auto!important;width:80%!important;width:calc(100% - 32px)}}.navbar-form.form-search{margin-top:9px;margin-bottom:0}.navbar-form.form-search .form-group{margin-bottom:0}.navbar-form.form-search input[type=text]{width:100px}.navbar-form input[type=text]{font-size:13px;line-height:1.4;padding-top:4px;padding-bottom:4px;border-width:0}@media only screen and (max-width:991px){.navbar-form .form-group{display:inline-block;width:50%;margin-bottom:0;vertical-align:middle}.navbar-form.form-search input[type=text]{width:100%}.navbar-nav+.navbar-form{margin-top:0}.navbar .navbar-collapse,.navbar .navbar-form{border-color:rgba(255,255,255,.4)}.navbar .navbar-nav>li:first-child{border-top-width:0}}@media only screen and (max-width:480px){.navbar-form .form-group{width:80%}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:12px;padding-right:12px}@media only screen and (min-width:768px) and (max-width:991px){.navbar.navbar-collapse{background-color:transparent}.navbar.navbar-collapse:before{background:#438EB9;content:"";display:block;position:absolute;min-height:inherit;left:0;right:0;top:0;z-index:-1;border-radius:inherit}.navbar.navbar-collapse .navbar-container{background-color:#438EB9}}.navbar .navbar-toggle{border:1px solid transparent;width:40px;height:35px;line-height:0;padding:0 0 1px;text-align:center}.navbar .navbar-toggle.pull-right{margin:5px 6px 4px 0}.navbar .navbar-toggle.pull-left{margin:5px 0 4px 6px}.navbar .navbar-toggle:active{top:1px}.navbar .navbar-toggle.navbar-toggle-img{width:auto;height:auto;overflow:hidden;padding:0;border-width:0}.navbar .navbar-toggle.navbar-toggle-img>img{border-radius:inherit;max-height:35px;border-width:0}.navbar .navbar-toggle .icon-bar{background-color:#FFF;border-radius:0;width:24px;margin-left:7px}.sidebar{width:190px;float:left;position:static;padding-left:0;padding-right:0}.sidebar:before{display:block;width:inherit;position:absolute;top:0;bottom:0;z-index:-1;background-color:inherit;border-style:inherit;border-color:inherit;border-width:inherit}.nav-list{margin:0;padding:0;list-style:none}.nav-list .nav-header,.nav-list>li,.nav-list>li>a{margin:0}.nav-list li>a:focus{outline:0}.nav-list>li{display:block;position:relative;float:none;padding:0;border-style:solid;border-width:1px 0 0}.nav-list>li:last-child{border-bottom-width:1px}.nav-list>li.active>a{font-weight:700}.nav-list>li>a{display:block;height:39px;line-height:17px;padding-left:7px;text-shadow:none!important;font-size:13px}.nav-list>li>a>.menu-icon{display:inline-block;min-width:30px;margin-right:2px;vertical-align:sub;text-align:center;font-size:18px;font-weight:400}.nav-list>li:before{display:none;position:absolute;top:-1px;left:0;z-index:1;height:41px;width:3px;max-width:3px;overflow:hidden;background-color:#629CC9}@media only screen and (min-width:992px){.main-container.container .sidebar:not(.h-sidebar) .nav-list>li:before{left:-2px}}.main-container.container .sidebar.sidebar-fixed:not(.h-sidebar) .nav-list>li:before{left:0}.nav-list>li:hover:before{display:block}.nav-list>li a>.arrow{display:block;width:14px!important;height:14px;line-height:14px;text-shadow:none;font-size:18px;position:absolute;right:10px;top:12px;padding:0;text-align:center}.nav-list>li.separator{height:3px;background-color:transparent;position:static;margin:1px 0;-webkit-box-shadow:none;box-shadow:none}.nav-list>li .submenu{display:none;list-style:none;margin:0;padding:0;line-height:1.5;position:relative}.nav-list>li .submenu>li{margin-left:0;position:relative}.nav-list>li .submenu>li>a{display:block;position:relative;padding:7px 0 9px 37px;margin:0;border-top-width:1px;border-top-style:dotted}.nav-list>li .submenu>li a>.menu-icon{display:none;font-size:12px;font-weight:400;width:18px;height:auto;line-height:12px;text-align:center;position:absolute;left:10px;top:11px;z-index:1;background-color:inherit}.nav-list>li .submenu>li.active>a>.menu-icon,.nav-list>li .submenu>li:hover>a>.menu-icon{display:inline-block}.nav-list>li>.submenu{border-top:1px solid}.nav-list>li>.submenu>li:before{display:block;width:7px;position:absolute;z-index:1;left:20px;top:17px;border:1px dotted;border-width:1px 0 0}.nav-list>li>.submenu:before{display:block;position:absolute;z-index:1;left:18px;top:0;bottom:0;border:1px dotted;border-width:0 0 0 1px}.nav-list li.active>a>.arrow,.nav-list li.open>a>.arrow,.nav-list li:hover>a>.arrow{color:inherit}.nav-list li.open>.submenu,.nav-list>li .submenu.collapsing,.nav-list>li>.submenu li.open>.submenu{display:block}.nav-list>li>a>.menu-icon,no_such_element:-o-prefocus{vertical-align:middle}.nav-list>li>.submenu li>.submenu{display:none}.nav-list>li>.submenu li.active>.submenu,.nav-list>li>.submenu li>.submenu.collapsing{display:block}.nav-list>li>.submenu a>.arrow{right:10px;top:10px;font-size:16px}.nav-list>li>.submenu>li:first-child>a{border-top-width:0}.nav-list>li>.submenu li>.submenu>li{line-height:18px}.nav-list>li>.submenu li>.submenu>li:before{display:none}.nav-list>li>.submenu li>.submenu>li>a{margin-left:20px;padding-left:22px}.nav-list>li>.submenu li>.submenu>li>.submenu>li>a{margin-left:20px;padding-left:38px}.nav-list>li>.submenu li>.submenu>li a>.menu-icon{display:inline-block;width:auto;position:static;background-color:transparent;margin-right:4px;color:inherit}.nav-list>li>.submenu li>.submenu>li a .arrow,.nav-list>li>.submenu li>.submenu>li a .menu-icon{color:inherit}.nav-list>li>.submenu li.open:not(.hover)>a>.menu-icon{display:inline-block}.nav-list a .badge,.nav-list a .label{position:absolute;top:9px;right:10px;opacity:.88;font-size:12px;padding-left:6px;padding-right:6px}.nav-list a .badge .ace-icon,.nav-list a .label .ace-icon{vertical-align:middle;margin:0}.nav-list a.dropdown-toggle .badge,.nav-list a.dropdown-toggle .label{right:26px}.nav-list li:hover>a .badge,.nav-list li:hover>a .label{opacity:1}.nav-list .submenu .submenu a .badge,.nav-list .submenu .submenu a .label{top:6px}.sidebar.sidebar-fixed{position:fixed;top:auto;float:none!important;z-index:1027}.sidebar.sidebar-fixed:before{height:5000px;top:auto;bottom:auto}.sidebar-scroll-native{overflow-y:scroll!important;overflow-x:hidden}body.mob-safari .sidebar.sidebar-fixed{top:45px}@media (max-width:479px){body.mob-safari .navbar-fixed-top:not(.navbar-collapse)+.main-container .sidebar-fixed{top:90px}}@media (max-width:991px){body.mob-safari .navbar-fixed-top+.main-container .sidebar.responsive{top:45px}}@media (max-width:479px){body.mob-safari .navbar-fixed-top+.main-container .sidebar.responsive{top:90px}}@media only screen and (max-width:991px){.responsive.sidebar-fixed{left:auto;margin-left:auto}.navbar-fixed-top+.main-container>.responsive{position:fixed;left:auto;margin-left:auto}.navbar-fixed-top+.main-container>.menu-toggler+.responsive{position:absolute;left:190px;margin-left:-190px}.navbar-fixed-top+.main-container>.menu-toggler+.responsive.sidebar-fixed,.sidebar.responsive.sidebar-fixed,.sidebar.sidebar-fixed.responsive-max{position:fixed;left:auto;margin-left:auto}.main-container .menu-toggler.fixed{position:fixed;left:auto;z-index:1026}}.sidebar .sidebar-toggle{border-style:solid;border-width:0 0 1px;text-align:center;padding:3px 0;position:relative}.sidebar .sidebar-toggle>.ace-icon{padding:0 5px;line-height:18px;cursor:pointer;font-size:14px;border-radius:100%;border:1px solid;position:relative}.sidebar .sidebar-toggle:before{display:block;height:0;border-top:1px solid;border-color:inherit;position:absolute;left:15px;right:15px;top:13px}.sidebar .sidebar-shortcuts{text-align:center;min-height:40px;margin-bottom:0;overflow:hidden;position:relative;border:0 solid}.sidebar .sidebar-shortcuts:empty{display:none}.sidebar .sidebar-shortcuts-large{line-height:37px}.sidebar .sidebar-shortcuts-large>.btn{text-align:center;width:41px;line-height:24px;padding:0;border-width:4px}.sidebar .sidebar-shortcuts-large>.btn>.ace-icon{margin:0}.sidebar .sidebar-shortcuts-mini{display:none;font-size:0;width:42px;padding-top:2px;padding-bottom:2px}.sidebar .sidebar-shortcuts-mini>.btn{border-width:0;font-size:0;line-height:0;padding:8px;margin:1px;border-radius:0;opacity:.85;filter:alpha(opacity=85)}@media screen and (-webkit-min-device-pixel-ratio:0){.sidebar .sidebar-shortcuts-mini>.btn,.sidebar ::safari-only{margin:0}}.nav-list li.active>a:after{display:block;position:absolute;right:0;top:4px;border:8px solid transparent;border-width:14px 10px}.nav-list li.open>a:after{display:none}.nav-list li.active.no-active-child>a:after{display:block}.nav-list>li li.active>a:after{top:2px;border-width:14px 8px}.nav-list li.active:not(.open) li.active>a:after{display:none!important}@media (min-width:992px){.sidebar.compact,.sidebar.compact.navbar-collapse{width:105px}.sidebar.compact .sidebar-shortcuts{max-height:40px}.sidebar.compact .nav-list>li:before{height:auto;bottom:-1px}.sidebar.compact .nav-list>li>a{height:auto;line-height:16px;padding:2px 0 8px;text-align:center}.sidebar.compact .nav-list>li>a>.menu-icon{display:block;margin:0;vertical-align:inherit;line-height:32px;height:32px;font-size:20px}.sidebar.compact .nav-list>li.active>.submenu,.sidebar.compact .nav-list>li.open>.submenu,.sidebar.compact .nav-list>li>a>.arrow{display:none}.sidebar.compact .nav-list a .badge,.sidebar.compact .nav-list a .label{right:12px}.sidebar.compact+.main-content{margin-left:105px}}@media (min-width:992px) and (max-width:991px){.sidebar.compact+.main-content{margin-left:0}.sidebar.navbar-collapse.compact .nav-list>li>a{text-align:left;height:39px;line-height:37px;padding:0 16px 0 7px}.sidebar.navbar-collapse.compact .nav-list>li>a>.menu-icon{display:inline-block;vertical-align:sub;height:auto;line-height:inherit;margin:0 2px 0 0;font-size:18px}.sidebar.navbar-collapse.compact .nav-list>li>a>.arrow,.sidebar.navbar-collapse.compact .nav-list>li>a>.menu-text{display:inline}.sidebar.navbar-collapse.compact+.main-content{margin-left:0}}@media only screen and (min-width:992px){.nav-list li.hover>.submenu{position:absolute;left:100%;margin-left:-2px;top:-10px;bottom:auto;z-index:1026;width:190px;border:1px solid;display:none!important;padding:0 2px}.nav-list li.hover.hover-show>.submenu,.nav-list li.hover:hover>.submenu{display:block!important}.nav-list li.hover>.submenu:before,.nav-list li.hover>.submenu>li:before{display:none}.nav-list li.hover.active>a:after{display:block}.nav-list li.hover.active.hover-show>a.dropdown-toggle:after,.nav-list li.hover.active:hover>a.dropdown-toggle:after{display:none}.nav-list li.hover .submenu>li.active>a:after{display:none!important}.nav-list li.hover>.submenu.bottom{top:auto;bottom:-10px}.nav-list li.hover>.submenu.bottom:after,.nav-list li.hover>.submenu.bottom:before{top:auto;bottom:18px}.nav-list li.hover>.submenu>li>a{margin-top:2px;margin-bottom:2px;padding-left:18px;border-top-width:0}.nav-list>li.hover>.submenu>li.active>a{font-weight:700}.nav-list>li>.submenu li.hover>.submenu>li>a{padding-left:12px!important;margin-left:auto!important}.nav-list>li>.submenu li.hover>.submenu>li>a>.menu-icon{margin-right:2px}.nav-list>li .submenu>li.hover>a{padding-left:22px}.nav-list>li .submenu>li.hover>a>.menu-icon{left:4px}}@media (min-width:992px) and (max-width:991px){.sidebar.navbar-collapse .nav-list li.hover>.submenu{position:relative;left:auto;top:auto;z-index:auto;margin:auto;padding:0;width:auto;-webkit-box-shadow:none;box-shadow:none;border-width:0}.sidebar.navbar-collapse .nav-list li.hover>.submenu:before,.sidebar.navbar-collapse .nav-list li.hover>.submenu>li:before{display:block}.sidebar.navbar-collapse .nav-list li.hover>.submenu li>a{padding-left:37px}.sidebar.navbar-collapse .nav-list>li.hover>.submenu{border-top-width:1px}.sidebar.navbar-collapse .nav-list li.hover>.submenu>li>a>.menu-icon{background-color:inherit;margin-right:auto;width:18px;position:absolute}.sidebar.navbar-collapse .nav-list>li .submenu>li.hover>a>.menu-icon{left:10px}.sidebar.navbar-collapse .nav-list li.hover>.submenu>li.active>a{font-weight:400}.sidebar.navbar-collapse .nav-list li.hover>.submenu>li.active>a>.menu-icon,.sidebar.navbar-collapse .nav-list li.hover>.submenu>li.hover-show>a>.menu-icon,.sidebar.navbar-collapse .nav-list li.hover>.submenu>li:hover>a>.menu-icon{display:inline-block}.sidebar.navbar-collapse .nav-list>li>.submenu li.hover>.submenu{padding-left:0;padding-right:0}.sidebar.navbar-collapse .nav-list>li>.submenu li.hover>.submenu>li>a{padding-left:22px!important;margin-left:20px!important}.sidebar.navbar-collapse .nav-list>li>.submenu li.hover>.submenu>li>a>.menu-icon{display:inline-block;width:auto;position:static;background-color:transparent;margin-right:4px}.sidebar.navbar-collapse .nav-list>li>.submenu li>.submenu>li.hover>.submenu>li>a{margin-left:20px!important;padding-left:38px!important}.sidebar.navbar-collapse .nav-list li.hover>.submenu>li>a{border-top-width:1px;margin-top:0;margin-bottom:0}.sidebar.navbar-collapse .nav-list>li.hover>.submenu>li:first-child>a{border-top-width:0}.sidebar.navbar-collapse .nav-list li.hover.hover-show>.submenu,.sidebar.navbar-collapse .nav-list li.hover:hover>.submenu,.sidebar.navbar-collapse .nav-list li.hover>.arrow,.sidebar.navbar-collapse .nav-list li.hover>.submenu{display:none!important}.sidebar.navbar-collapse .nav-list li.hover.active>.submenu{display:block!important}.sidebar.navbar-collapse .nav-list li.hover>.submenu.nav-hide{display:none!important}.sidebar.navbar-collapse .nav-list li.hover>.submenu.nav-show{display:block!important}.sidebar.navbar-collapse.compact .nav-list>li.hover.active>a:after{display:none}}.nav-list li>.arrow{display:none;position:absolute;top:8px;right:1px;z-index:1027}.nav-list li>.arrow:after,.nav-list li>.arrow:before{border:1px solid transparent;display:block;height:0;width:0;position:absolute;left:-19px;top:0;right:auto;bottom:auto;content:"";border-width:10px}.nav-list li>.arrow:before{z-index:1;left:-20px}.nav-list li>.arrow:after{z-index:2}.nav-list li.hover-show>a+.arrow,.nav-list li:hover>a+.arrow{display:none}@media only screen and (min-width:992px){.nav-list li.hover.hover-show>a.dropdown-toggle+.arrow,.nav-list li.hover:hover>a.dropdown-toggle+.arrow{display:block}}.sidebar.menu-min,.sidebar.menu-min.compact,.sidebar.menu-min.navbar-collapse{width:43px}.sidebar.menu-min+.main-content{margin-left:43px}.sidebar.menu-min .nav-list a .badge,.sidebar.menu-min .nav-list a .label{position:relative;top:-1px;right:auto;left:4px}.sidebar.menu-min .nav-list .submenu .submenu a .badge,.sidebar.menu-min .nav-list .submenu .submenu a .label{top:0}.sidebar.menu-min .nav-list>li>a{position:relative;height:39px;line-height:37px;padding:0}.sidebar.menu-min .nav-list>li>a>.menu-icon{font-size:18px;height:auto;line-height:inherit;display:inline-block;vertical-align:sub;margin-right:0;width:44px}.sidebar.menu-min .nav-list>li>a>.menu-text{display:none;text-align:left;position:absolute;top:-1px;left:42px;z-index:1025;width:176px;height:41px;line-height:38px;padding-left:12px;border:1px solid}.sidebar.menu-min .nav-list>li>a.dropdown-toggle>.menu-text{top:-1px;border-width:1px 1px 0}.sidebar.menu-min .nav-list>li>a .arrow{display:none}.sidebar.menu-min .nav-list>li.active.open>a:after,.sidebar.menu-min .nav-list>li.hover-show>a>.menu-text,.sidebar.menu-min .nav-list>li:hover>a>.menu-text{display:block}.sidebar.menu-min .nav-list>li.active>a:after{border-width:10px 6px;top:8px}.sidebar.menu-min .nav-list>li.active.open li.active>a:after{display:none}.sidebar.menu-min .nav-list>li>.submenu{position:absolute;z-index:1026;left:42px;top:-1px;margin-top:40px;padding-bottom:2px;width:176px;display:none!important;height:auto!important;visibility:visible!important}.sidebar.menu-min .nav-list>li>.submenu:before{display:none}.sidebar.menu-min .nav-list>li>.submenu:after{display:block;height:1px;width:1px;position:absolute;right:-1px;top:-1px;border-right:1px solid;border-right-color:inherit}.sidebar.menu-min .nav-list>li.open>.submenu,.sidebar.menu-min .nav-list>li>.submenu li:before{display:none}.sidebar.menu-min .nav-list>li>.submenu li>a{margin-left:0;padding-left:22px}.sidebar.menu-min .nav-list>li>.submenu li>a>.menu-icon{left:4px}.sidebar.menu-min .nav-list>li.hover>.submenu{padding-bottom:0}.sidebar.menu-min .nav-list>li.hover-show>.submenu,.sidebar.menu-min .nav-list>li:hover>.submenu{display:block!important}.sidebar.menu-min .nav-list>li.hover-show>.arrow,.sidebar.menu-min .nav-list>li:hover>.arrow,.sidebar.menu-min .sidebar-shortcuts-mini{display:block}.sidebar.menu-min .nav-list>li>.arrow{top:10px}.sidebar.menu-min .nav-list>li>.arrow:after,.sidebar.menu-min .nav-list>li>.arrow:before{border-width:8px;left:-16px}.sidebar.menu-min .nav-list>li>.arrow:before{left:-17px}.sidebar.menu-min .nav-list li>.arrow{right:-1px}.sidebar.menu-min .sidebar-shortcuts{position:relative;overflow:visible;z-index:1}.sidebar.menu-min .sidebar-shortcuts-large{display:none;position:absolute;top:0;left:42px;width:182px;padding:0 2px 3px;border:1px solid;border-top-width:0}.sidebar.menu-min .sidebar-shortcuts.hover-show .sidebar-shortcuts-large,.sidebar.menu-min .sidebar-shortcuts:hover .sidebar-shortcuts-large{display:block}.sidebar.menu-min .sidebar-toggle:before{left:5px;right:5px}.sidebar.menu-min .sidebar-toggle>.ace-icon{font-size:13px;padding:0 4px;line-height:15px;border-width:1px}.sidebar.menu-min .nav-list>li>.submenu li>.submenu>li>a{margin-left:2px;padding-left:30px}.sidebar.menu-min .nav-list>li>.submenu li>.submenu>li>.submenu>li>a{margin-left:2px;padding-left:45px}.sidebar.menu-min .nav-list li.active.open>.submenu>li.active>a:after,.sidebar.menu-min .nav-list>li.active.hover-show>a:after,.sidebar.menu-min .nav-list>li.active.open:hover>a:after,.sidebar.menu-min .nav-list>li.active:hover:after,.sidebar.menu-min .nav-list>li.active:hover>a:after,.sidebar.menu-min .nav-list>li>.submenu li.active>a:after{display:none}@media (min-width:992px){.sidebar.menu-min .nav-list li.hover>.submenu{margin-left:0}.sidebar.menu-min .nav-list>li>.submenu li.hover>.submenu>li>a,.sidebar.menu-min .nav-list>li>.submenu li>.submenu>li.hover>.submenu>li>a{margin-left:0!important}.sidebar.menu-min.compact .nav-list>li>a{height:39px;line-height:37px;padding:0 16px 0 7px;position:relative}.sidebar.menu-min.compact .nav-list>li>a>.menu-icon{font-size:18px;height:auto;line-height:inherit;display:inline-block;vertical-align:sub;width:auto}}@media only screen and (min-width:992px){.navbar.h-navbar{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.25);box-shadow:0 2px 4px 0 rgba(0,0,0,.25)}.sidebar.h-sidebar{position:relative;float:none!important;width:auto;margin-top:17px;border-width:0!important;box-shadow:none}.sidebar.h-sidebar.compact,.sidebar.h-sidebar.menu-min{width:auto}.sidebar.h-sidebar.sidebar-fixed{position:fixed}.sidebar.h-sidebar.no-gap{margin-top:auto}.sidebar.h-sidebar.no-gap .nav-list{padding-top:3px}.sidebar.h-sidebar:before{display:block;position:absolute;z-index:-1;left:0!important;right:0!important;top:-17px;bottom:auto;height:17px;width:auto;border-width:0;border-bottom:1px solid;border-bottom-color:inherit}.main-content .sidebar.h-sidebar .nav-list>li:before,.sidebar.h-sidebar.lower-highlight .nav-list>li:before{top:0}.sidebar.h-sidebar .nav-list{border-width:0;border-bottom:2px solid #79B0CE}.sidebar.h-sidebar .nav-list>li{float:left;border-width:0 0 0 1px;margin-left:0}.sidebar.h-sidebar .nav-list>li:last-child{border-right-width:1px}.sidebar.h-sidebar .nav-list>li:before{left:-1px;right:-1px;bottom:auto;top:-2px;max-width:none;width:auto;height:2px;border-width:0}.sidebar.h-sidebar .nav-list>li.active:before{display:block}.sidebar.h-sidebar .nav-list>li.active:after{display:none}.sidebar.h-sidebar .nav-list>li:first-child{border-left-width:0;margin-left:0}.sidebar.h-sidebar .sidebar-shortcuts+.nav-list>li:first-child{border-left-width:1px;margin-left:-1px}.sidebar.h-sidebar .nav-list>li>a{line-height:22px;height:auto;padding:10px 14px}.sidebar.h-sidebar .nav-list>li>a>.menu-icon{display:block;margin:1px 0 4px;line-height:inherit;width:auto}.sidebar.h-sidebar .nav-list>li.hover.hover-show>a~.arrow,.sidebar.h-sidebar .nav-list>li.hover:hover>a~.arrow,.sidebar.h-sidebar .nav-list>li>a>.arrow{display:none}.sidebar.h-sidebar .nav-list>li.hover.pull_right{float:none!important}.sidebar.h-sidebar .nav-list>li.hover>.submenu{top:100%;left:1px;margin-top:auto;margin-left:-2px;width:190px;z-index:1026}.sidebar.h-sidebar .nav-list>li.hover.pull_right>.submenu{left:auto;right:1px}.sidebar.h-sidebar .nav-list>li.hover>.arrow{right:auto;top:auto;left:24px;bottom:7px}.sidebar.h-sidebar .nav-list>li.hover.pull_right>.arrow{left:auto;right:24px}.sidebar.h-sidebar .nav-list>li.hover>.arrow:after,.sidebar.h-sidebar .nav-list>li.hover>.arrow:before{border-color:transparent;border-left-color:transparent!important;border-right-color:transparent!important;right:auto!important;left:-10px!important;border-width:0 8px 8px!important}.sidebar.h-sidebar .nav-list>li.hover>.arrow:before{top:-1px!important}.sidebar.h-sidebar .nav-list>li.hover.hover-show>a.dropdown-toggle~.arrow,.sidebar.h-sidebar .nav-list>li.hover:hover>a.dropdown-toggle~.arrow{display:block}.sidebar.h-sidebar .nav-list>li.hover-flip>.submenu{left:auto;right:1px;margin-left:auto;margin-right:-2px}.sidebar.h-sidebar .nav-list>li.hover-flip>.arrow{left:auto;right:24px}.sidebar.h-sidebar .nav-list li li.hover-flip>.submenu{left:auto;right:100%;margin-left:auto;margin-right:-2px}.sidebar.h-sidebar .nav-list li li.hover-flip>.arrow{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-moz-transform:scale(-1,1);-webkit-transform:scale(-1,1);-o-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);left:0;right:auto}.sidebar.h-sidebar .sidebar-shortcuts-large:after,.sidebar.h-sidebar .sidebar-shortcuts-large:before{display:block;content:"";position:absolute;left:50%;margin-left:-8px;border:1px solid transparent;border-width:0 8px 8px}.sidebar.h-sidebar .sidebar-shortcuts-large:after{border-right-color:transparent;top:-8px}.sidebar.h-sidebar .sidebar-shortcuts-large:before{border-bottom-color:#CCC;top:-9px}.sidebar.h-sidebar .sidebar-toggle{position:absolute;top:12px;right:6px;background-color:transparent;border-width:0}.sidebar.h-sidebar .sidebar-shortcuts{float:left;display:block;overflow:visible;position:relative;margin:0;padding:12px 8px 9px;max-height:none!important;background-color:transparent}.sidebar.h-sidebar .sidebar-shortcuts.hover-show .sidebar-shortcuts-large,.sidebar.h-sidebar .sidebar-shortcuts:hover .sidebar-shortcuts-large{display:block}.sidebar.h-sidebar .sidebar-shortcuts-large{display:none;width:52px;height:auto;position:absolute;z-index:1025;top:100%;margin-top:-5px;left:10px;padding:3px 2px;border:1px solid}.sidebar.h-sidebar .sidebar-shortcuts-mini{width:auto;max-width:52px;display:block;background-color:transparent;padding-top:3px;padding-bottom:5px}.sidebar.h-sidebar .sidebar-shortcuts-mini>.btn{padding:9px}.sidebar.h-sidebar .nav-list a .badge,.sidebar.h-sidebar .nav-list a .label{position:absolute;top:11px;right:auto!important;left:50%;margin-left:10px}.sidebar.h-sidebar+.main-content{margin-left:0}.sidebar.h-sidebar+.main-content .breadcrumbs{margin:6px 9px;border:1px solid #E5E5E5}.h-sidebar.sidebar-fixed{top:auto;width:100%;left:0;right:0}.h-sidebar.sidebar-fixed:before{z-index:auto}.h-sidebar.sidebar-fixed,.h-sidebar.sidebar-fixed .nav-list{border-right-width:0;border-left-width:0}.h-sidebar.sidebar-fixed .sidebar-shortcuts{border-width:0}.h-sidebar.sidebar-fixed+.main-content{padding-top:88px}.h-sidebar.sidebar-fixed.no-gap+.main-content{padding-top:74px}.h-sidebar.sidebar-fixed.menu-min+.main-content{padding-top:63px}.h-sidebar.sidebar-fixed.menu-min.no-gap+.main-content{padding-top:49px}}@media only screen and (min-width:992px) and (max-width:991px){.sidebar.h-sidebar+.main-content .breadcrumbs{margin:0;border-width:0 0 1px}}.main-container.container .h-sidebar.sidebar-fixed{left:0;right:0;width:auto}@media (min-width:768px){.main-container.container .h-sidebar.sidebar-fixed{left:auto!important;right:auto!important;width:744px}}@media (min-width:992px){.main-container.container .h-sidebar.sidebar-fixed{width:964px}}@media (min-width:1200px){.main-container.container .h-sidebar.sidebar-fixed{width:1164px}}@media (min-width:992px){.sidebar.h-sidebar.menu-min .nav.nav-list>li>a,.sidebar.h-sidebar.menu-min.compact .nav.nav-list>li>a{padding:9px 12px}.sidebar.h-sidebar.menu-min .nav-list>li>a>.menu-text{left:-1px;top:100%;width:190px}.sidebar.h-sidebar.menu-min .nav-list>li>a>.menu-icon{margin:2px 0}.sidebar.h-sidebar.menu-min .nav-list>li.hover>.submenu{top:100%;margin-top:41px}.sidebar.h-sidebar.menu-min .nav-list>li.hover.hover-show>a~.arrow,.sidebar.h-sidebar.menu-min .nav-list>li.hover:hover>a~.arrow{display:block}.sidebar.h-sidebar.menu-min .sidebar-toggle{top:6px}.sidebar.h-sidebar.menu-min .sidebar-shortcuts{padding:0}.sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini{padding-bottom:4px;padding-top:4px}.sidebar.h-sidebar.menu-min .sidebar-shortcuts-mini>.btn{padding:8px}.sidebar.h-sidebar.menu-min .sidebar-shortcuts-large{left:1px;margin-top:4px}.sidebar.h-sidebar.compact .nav-list>li>a>.menu-icon{font-size:18px;height:auto}.sidebar.h-sidebar.compact.menu-min .nav-list>li>a{height:auto;line-height:22px}}.main-container .menu-toggler{display:none}@media only screen and (max-width:991px){.sidebar.responsive:before{display:none}.sidebar.responsive{-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.15);box-shadow:2px 1px 2px 0 rgba(0,0,0,.15);z-index:1027;overflow:hidden;max-height:0;-moz-transform:translateX(-200px);-webkit-transform:translateX(-200px);-o-transform:translateX(-200px);-ms-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition:-webkit-transform .2s linear 0s,max-height 0s linear .2s;-moz-transition:-moz-transform .2s linear 0s,max-height 0s linear .2s;-o-transition:-o-transform .2s linear 0s,max-height 0s linear .2s;transition:transform .2s linear 0s,max-height 0s linear .2s;position:relative;bottom:auto;left:190px;margin-left:-190px}}@media (min-width:992px) and (max-width:991px){.sidebar.responsive.compact{-moz-transform:translateX(-115px);-webkit-transform:translateX(-115px);-o-transform:translateX(-115px);-ms-transform:translateX(-115px);transform:translateX(-115px)}.navbar.navbar-fixed-top+.main-container .sidebar.responsive.compact.push_away.display~.footer .footer-inner,.sidebar.responsive.compact.push_away.display+.main-content{-moz-transform:translateX(105px);-webkit-transform:translateX(105px);-o-transform:translateX(105px);-ms-transform:translateX(105px);transform:translateX(105px)}}@media only screen and (max-width:991px){.sidebar.responsive.menu-min{-moz-transform:translateX(-53px);-webkit-transform:translateX(-53px);-o-transform:translateX(-53px);-ms-transform:translateX(-53px);transform:translateX(-53px)}.sidebar.responsive.display{-moz-transform:none!important;-webkit-transform:none!important;-o-transform:none!important;-ms-transform:none!important;transform:none!important;overflow:visible;max-height:2000px;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.sidebar.responsive.push_away{-webkit-box-shadow:none!important;box-shadow:none!important}.sidebar.responsive.push_away:before{display:block!important}.sidebar.responsive.push_away+.main-content{-webkit-transition:-webkit-transform .2s linear 0s;-moz-transition:-moz-transform .2s linear 0s;-o-transition:-o-transform .2s linear 0s;transition:transform .2s linear 0s}.sidebar.responsive.push_away.display+.main-content{-moz-transform:translateX(190px);-webkit-transform:translateX(190px);-o-transform:translateX(190px);-ms-transform:translateX(190px);transform:translateX(190px)}.sidebar.responsive.push_away.display.menu-min+.main-content{-moz-transform:translateX(43px);-webkit-transform:translateX(43px);-o-transform:translateX(43px);-ms-transform:translateX(43px);transform:translateX(43px)}.navbar.navbar-fixed-top+.main-container .sidebar.responsive.push_away:before{height:5000px}.navbar.navbar-fixed-top+.main-container .sidebar.responsive.push_away~.footer .footer-inner{-webkit-transition:-webkit-transform .2s linear 0s;-moz-transition:-moz-transform .2s linear 0s;-o-transition:-o-transform .2s linear 0s;transition:transform .2s linear 0s}.navbar.navbar-fixed-top+.main-container .sidebar.responsive.push_away.display~.footer .footer-inner{-moz-transform:translateX(190px);-webkit-transform:translateX(190px);-o-transform:translateX(190px);-ms-transform:translateX(190px);transform:translateX(190px)}.navbar.navbar-fixed-top+.main-container .sidebar.responsive.push_away.display.menu-min~.footer .footer-inner{-moz-transform:translateX(43px);-webkit-transform:translateX(43px);-o-transform:translateX(43px);-ms-transform:translateX(43px);transform:translateX(43px)}.sidebar.responsive+.main-content{margin-left:0!important;margin-right:0!important}.responsive.sidebar-fixed{position:fixed}.main-container .menu-toggler.fixed{position:fixed;left:auto;z-index:1026;-moz-backface-visibility:hidden}}@media only screen and (min-width:768px) and (max-width:991px){.main-container.container .sidebar.responsive{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;display:none}.main-container.container .sidebar.responsive:before{display:none!important}.main-container.container .sidebar.responsive.display{display:block}.main-container.container .sidebar.responsive.push_away+.main-content,.main-container.container .sidebar.responsive.push_away~.footer .footer-inner{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important;-moz-transform:none!important;-webkit-transform:none!important;-o-transform:none!important;-ms-transform:none!important;transform:none!important}}@media only screen and (max-width:991px){.menu-toggler+.sidebar.responsive{margin-top:40px}.main-container .menu-toggler{display:block;position:absolute;z-index:1026;width:52px;height:32px;margin-right:2px;line-height:normal;padding-left:33px;padding-top:7px;padding-bottom:1px;font-size:13px;font-weight:700;text-transform:uppercase;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.main-container .menu-toggler:after,.main-container .menu-toggler:before{content:"";height:2px;width:24px;left:4px;position:absolute}.main-container .menu-toggler:hover{text-decoration:none}.main-container .menu-toggler:focus{outline:0}.main-container .menu-toggler:before{border-top:1px solid #87B87F;border-bottom:1px solid #6FB3E0;z-index:1;top:13px;-webkit-transition:all .1s ease;transition:all .1s ease;-o-transition:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.main-container .menu-toggler:after{border-top:1px solid #FFA24D;border-bottom:1px solid #D15B47;top:19px;-webkit-transition:all .1s ease;transition:all .1s ease;-o-transition:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.main-container .menu-toggler.display:before{height:4px;top:8px;border-width:2px}.main-container .menu-toggler.display:after{height:4px;top:20px;border-width:2px}.main-container .menu-toggler>.toggler-text{display:block;position:absolute;bottom:-9px;left:0;border:1px solid transparent;border-width:9px 42px 0;border-top-color:#444}.main-container .menu-toggler>.toggler-text:after{display:block;content:"MENU";color:#FFF;position:absolute;left:-8px;top:-41px}.menu-toggler+.responsive.sidebar-scroll .nav-wrap{overflow:hidden}}@media only screen and (max-width:320px){.main-container .menu-toggler{width:0}.main-container .menu-toggler>.toggler-text{border-width:7px 16px;bottom:-14px}.main-container .menu-toggler>.toggler-text:after{font-size:9px;font-weight:400;color:#FFF;position:absolute;left:-13px;top:-42px}.main-container .menu-toggler:after,.main-container .menu-toggler:before{margin-top:8px}.main-container .menu-toggler.display:after,.main-container .menu-toggler.display:before{height:2px;border-width:1px}.main-container .menu-toggler.display:before{top:13px}.main-container .menu-toggler.display:after{top:19px}}.sidebar-toggle.sidebar-expand{display:none}@media (max-width:991px){.menu-toggler.invisible{position:fixed;z-index:-999;visibility:hidden;opacity:0;width:1px;height:1px}.sidebar.responsive-min,.sidebar.responsive-min.compact,.sidebar.responsive-min.navbar-collapse{width:43px}.sidebar.responsive-min .nav-list a .badge,.sidebar.responsive-min .nav-list a .label{position:relative;top:-1px;right:auto;left:4px}.sidebar.responsive-min .nav-list .submenu .submenu a .badge,.sidebar.responsive-min .nav-list .submenu .submenu a .label{top:0}.sidebar.responsive-min .nav-list>li>a{position:relative;height:39px;line-height:37px;padding:0}.sidebar.responsive-min .nav-list>li>a>.menu-icon{font-size:18px;height:auto;line-height:inherit;display:inline-block;vertical-align:sub;margin-right:0;width:44px}.sidebar.responsive-min .nav-list>li>a>.menu-text{display:none;text-align:left;position:absolute;top:-1px;left:42px;z-index:1025;width:176px;height:41px;line-height:38px;padding-left:12px;border:1px solid}.sidebar.responsive-min .nav-list>li>a.dropdown-toggle>.menu-text{top:-1px;border-width:1px 1px 0}.sidebar.responsive-min .nav-list>li>a .arrow{display:none}.sidebar.responsive-min .nav-list>li.active.open>a:after,.sidebar.responsive-min .nav-list>li.hover-show>a>.menu-text,.sidebar.responsive-min .nav-list>li:hover>a>.menu-text{display:block}.sidebar.responsive-min .nav-list>li.active>a:after{border-width:10px 6px;top:8px}.sidebar.responsive-min .nav-list>li.active.open li.active>a:after{display:none}.sidebar.responsive-min .nav-list>li>.submenu{position:absolute;z-index:1026;left:42px;top:-1px;margin-top:40px;padding-bottom:2px;width:176px;display:none!important;height:auto!important;visibility:visible!important}.sidebar.responsive-min .nav-list>li>.submenu:before{display:none}.sidebar.responsive-min .nav-list>li>.submenu:after{content:"";display:block;height:1px;width:1px;position:absolute;right:-1px;top:-1px;border-right:1px solid;border-right-color:inherit}.sidebar.responsive-min .nav-list>li.open>.submenu,.sidebar.responsive-min .nav-list>li>.submenu li:before{display:none}.sidebar.responsive-min .nav-list>li>.submenu li>a{margin-left:0;padding-left:22px}.sidebar.responsive-min .nav-list>li>.submenu li>a>.menu-icon{left:4px}.sidebar.responsive-min .nav-list>li.hover>.submenu{padding-bottom:0}.sidebar.responsive-min .nav-list>li.hover-show>.submenu,.sidebar.responsive-min .nav-list>li:hover>.submenu{display:block!important}.sidebar.responsive-min .nav-list>li.hover-show>.arrow,.sidebar.responsive-min .nav-list>li:hover>.arrow,.sidebar.responsive-min .sidebar-shortcuts-mini{display:block}.sidebar.responsive-min .nav-list>li>.arrow{top:10px}.sidebar.responsive-min .nav-list>li>.arrow:after,.sidebar.responsive-min .nav-list>li>.arrow:before{border-width:8px;left:-16px}.sidebar.responsive-min .nav-list>li>.arrow:before{left:-17px}.sidebar.responsive-min .nav-list li>.arrow{right:-1px}.sidebar.responsive-min .sidebar-shortcuts{position:relative;overflow:visible;z-index:1}.sidebar.responsive-min .sidebar-shortcuts-large{display:none;position:absolute;top:0;left:42px;width:182px;padding:0 2px 3px;border:1px solid;border-top-width:0}.sidebar.responsive-min .sidebar-shortcuts.hover-show .sidebar-shortcuts-large,.sidebar.responsive-min .sidebar-shortcuts:hover .sidebar-shortcuts-large{display:block}.sidebar.responsive-min .sidebar-toggle:before{left:5px;right:5px}.sidebar.responsive-min .sidebar-toggle>.ace-icon{font-size:13px;padding:0 4px;line-height:15px;border-width:1px}.sidebar.responsive-min .nav-list>li>.submenu li>.submenu>li>a{margin-left:2px;padding-left:30px}.sidebar.responsive-min .nav-list>li>.submenu li>.submenu>li>.submenu>li>a{margin-left:2px;padding-left:45px}.sidebar.responsive-min .nav-list li.active.open>.submenu>li.active>a:after,.sidebar.responsive-min .nav-list>li.active.hover-show>a:after,.sidebar.responsive-min .nav-list>li.active.open:hover>a:after,.sidebar.responsive-min .nav-list>li.active:hover:after,.sidebar.responsive-min .nav-list>li.active:hover>a:after,.sidebar.responsive-min .nav-list>li>.submenu li.active>a:after{display:none}.sidebar.responsive-min:before{display:block}.sidebar.responsive-min .sidebar-toggle.sidebar-collapse{display:none}.sidebar.responsive-min .sidebar-toggle.sidebar-expand{display:block}.sidebar.responsive-min+.main-content{margin-left:43px!important}.rtl .sidebar.responsive-min+.main-content{margin-left:auto!important;margin-right:43px!important}.sidebar.responsive-min+.main-content .breadcrumb{margin-left:12px}.sidebar.responsive-max{display:block;position:relative;left:190px;margin-left:-190px;z-index:1027;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.15);box-shadow:2px 1px 2px 0 rgba(0,0,0,.15)}.sidebar.responsive-max .sidebar-toggle.sidebar-collapse,.sidebar.responsive-max:before{display:none}.sidebar.responsive-max .sidebar-toggle.sidebar-expand{display:block;z-index:1}.sidebar.responsive-max+.main-content{margin-left:43px!important}.sidebar.responsive-max+.main-content .breadcrumb{margin-left:12px}}@media only screen and (min-width:992px){.sidebar.navbar-collapse{max-height:none}}@media only screen and (max-width:991px){.sidebar.navbar-collapse{position:relative;float:none!important;margin-top:auto!important;z-index:1;width:100%!important;max-height:340px;margin-left:0;margin-right:0}.sidebar.navbar-collapse:before{display:none}.sidebar.navbar-collapse .nav-list>li:last-child{border-bottom-width:0}.sidebar.navbar-collapse .nav-list>li>a{padding-top:10px!important;padding-bottom:10px!important;line-height:20px;height:41px}.sidebar.navbar-collapse .nav-list>li:before{height:43px}.sidebar.navbar-collapse li>.arrow{display:none!important}.sidebar.navbar-collapse .nav-wrap+.ace-scroll,.sidebar.navbar-collapse .sidebar-toggle{display:none}.sidebar.navbar-collapse .nav-list li>.submenu{border-left-width:0}.sidebar.navbar-collapse .sidebar-shortcuts{padding:3px 0 6px;max-height:none;border-bottom-width:0}.sidebar.navbar-collapse+.main-content{margin-left:0!important;margin-right:0!important}.sidebar.navbar-collapse+.main-content .breadcrumb{margin-left:12px}.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu{position:relative;left:auto;top:auto;width:auto;z-index:auto;margin-top:auto;padding-top:0;padding-bottom:0;border-width:1px 0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu:before,.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu>li:before{display:block}.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu li>a>.menu-icon{left:10px}.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu:after{display:none}.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu li>a{padding:7px 0 9px 37px}.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu li>.submenu>li>a{margin-left:20px;padding-left:22px}.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu li>.submenu>li>.submenu>li>a{margin-left:20px;padding-left:38px}.sidebar.navbar-collapse.menu-min .nav-list>li>a:hover:before{width:3px}.sidebar.navbar-collapse.menu-min .nav-list>li>a{text-align:left;padding-left:7px}.sidebar.navbar-collapse.menu-min .nav-list>li>a>.menu-icon{display:inline-block;width:auto;margin-right:2px}.sidebar.navbar-collapse.menu-min .nav-list>li>a>.menu-text{position:relative;display:inline;line-height:normal;padding-left:0;height:auto;top:auto;left:auto;z-index:auto;width:auto;border-width:0!important;background-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.sidebar.navbar-collapse.menu-min .nav-list a>.arrow{display:block}.sidebar.navbar-collapse.menu-min .nav-list>li:hover>.submenu{display:none!important}.sidebar.navbar-collapse.menu-min .nav-list>li.active>.submenu,.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu.nav-show{display:block!important}.sidebar.navbar-collapse.menu-min .nav-list>li>.submenu.nav-hide{display:none!important}.sidebar.navbar-collapse.menu-min .sidebar-shortcuts-large{display:block;position:static;-webkit-box-shadow:none!important;box-shadow:none!important;border-width:0!important;background-color:transparent!important;width:auto;padding:0}.sidebar.navbar-collapse.menu-min .sidebar-shortcuts-mini{display:none}.sidebar.navbar-collapse .nav-list a .badge,.sidebar.navbar-collapse .nav-list a .label{position:relative;top:-1px;right:auto;left:4px}.sidebar.navbar-collapse .nav-list li.active>a:after,.sidebar.navbar-collapse .nav-list li.active>a:before,.sidebar.navbar-collapse .nav-list>li.active:after,.sidebar.navbar-collapse .nav-list>li.highlight.active>a:after,.sidebar.navbar-collapse .nav-list>li.highlight.active>a:before{display:none!important}}@media (max-width:991px) and (max-height:400px){.sidebar.navbar-collapse{max-height:300px}}@media (max-width:991px) and (max-height:350px){.sidebar.navbar-collapse{max-height:250px}}@media (max-width:991px) and (max-height:300px){.sidebar.navbar-collapse{max-height:200px}}@media (max-width:991px) and (max-height:250px){.sidebar.navbar-collapse{max-height:150px}}@media (min-width:992px) and (max-width:991px){.sidebar.navbar-collapse .nav-list>li>.submenu li.hover>.submenu>li>a,.sidebar.navbar-collapse .nav-list>li>.submenu li>.submenu>li.hover>.submenu>li>a{margin-left:20px!important}}@media (max-width:991px){.navbar-fixed-top+.main-container .sidebar.navbar-collapse{position:fixed;z-index:1027}}@media (min-width:768px) and (max-width:991px){.navbar-fixed-top+.main-container.container .sidebar.navbar-collapse{width:744px!important}}.main-content-inner{float:left;width:100%}.main-content .sidebar:before{top:150px}@media only screen and (min-width:992px){body.mob-safari .sidebar.h-sidebar+.main-content .sidebar.sidebar-fixed:not(.h-sidebar){top:131px}body.mob-safari .sidebar.h-sidebar.no-gap+.main-content .sidebar.sidebar-fixed:not(.h-sidebar){top:114px}body.mob-safari .sidebar.h-sidebar.menu-min+.main-content .sidebar.sidebar-fixed:not(.h-sidebar){top:106px}body.mob-safari .sidebar.h-sidebar.menu-min.no-gap+.main-content .sidebar.sidebar-fixed:not(.h-sidebar){top:89px}.h-navbar.navbar-fixed-top+.main-container .sidebar:not(.h-sidebar):before{top:150px}.h-navbar.navbar-fixed-top+.main-container .sidebar:not(.h-sidebar) .nav-list{padding-top:3px}.h-navbar.navbar-fixed-top+.main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts~.nav-list,.h-navbar.navbar-fixed-top+.main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts~.nav-wrap-up .nav-list{padding-top:0}.h-navbar.navbar-fixed-top+.main-container .sidebar:not(.h-sidebar) .sidebar-shortcuts{padding-top:3px;min-height:43px}.h-navbar.navbar-fixed-top+.main-container .sidebar:not(.h-sidebar).menu-min .sidebar-shortcuts-large{line-height:40px}.h-navbar.navbar-fixed-top+.main-container .main-content .sidebar:not(.h-sidebar) .nav-list{padding-top:0}.h-navbar.navbar-fixed-top+.main-container .main-content .sidebar.sidebar-fixed{z-index:1026}.main-content .h-sidebar{padding-top:1px;margin-top:0}.main-content .h-sidebar:before{display:none}.main-content .h-sidebar+.page-content{margin-left:auto}.main-content .h-sidebar.sidebar-fixed{left:190px}.main-content .h-sidebar.sidebar-fixed+.page-content{margin-top:74px}.main-content .h-sidebar.sidebar-fixed.menu-min+.page-content{margin-top:49px}.main-content .h-sidebar.menu-min .nav-list>li>a{padding:8px 12px 7px}.sidebar.compact+.main-content .h-sidebar.sidebar-fixed{left:105px}.sidebar.menu-min+.main-content .h-sidebar.sidebar-fixed{left:43px}.navbar.navbar-fixed-top+.main-container .main-content .h-sidebar.sidebar-fixed{padding-top:3px}}.container.main-container .sidebar+.main-content .h-sidebar.sidebar-fixed{left:auto;right:auto}@media (min-width:992px){.container.main-container .sidebar.compact+.main-content .h-sidebar.sidebar-fixed{width:859px}.container.main-container .main-content .h-sidebar.sidebar-fixed{width:964px}.container.main-container .sidebar+.main-content .h-sidebar.sidebar-fixed{width:774px}.container.main-container .sidebar.menu-min+.main-content .h-sidebar.sidebar-fixed{width:921px}}@media (min-width:1200px){.container.main-container .sidebar.compact+.main-content .h-sidebar.sidebar-fixed{width:1059px}.container.main-container .main-content .h-sidebar.sidebar-fixed{width:1164px}.container.main-container .sidebar+.main-content .h-sidebar.sidebar-fixed{width:974px}.container.main-container .sidebar.menu-min+.main-content .h-sidebar.sidebar-fixed{width:1121px}}@media only screen and (max-width:991px){.main-container .main-content .sidebar.sidebar-fixed{z-index:1026}.navbar-fixed-top+.main-container .main-content .sidebar{position:fixed;z-index:1026}}.sidebar-scroll .sidebar-shortcuts{min-height:41px;border-bottom:1px solid}.sidebar-scroll .sidebar-toggle{border-top:1px solid}.sidebar-scroll .nav-list>li:first-child{border-top-width:0}.sidebar-scroll .nav-list>li:last-child{border-bottom-width:0}.sidebar-scroll .nav-wrap .sidebar-shortcuts{min-height:40px;border-bottom-width:0}.sidebar-scroll .nav-wrap .sidebar-shortcuts+.nav-list>li:first-child,.sidebar-scroll .nav-wrap .sidebar-shortcuts+.nav-wrap-up .nav-list>li:first-child{border-top-width:1px}.sidebar-scroll .nav-wrap-t .sidebar-toggle{border-top-width:0}.sidebar-scroll .nav-wrap-t .nav-list>li:last-child{border-bottom-width:1px}.sidebar .nav-wrap+.ace-scroll{position:absolute;right:0;top:0;z-index:1}.sidebar .nav-wrap+.scrollout{right:-8px}.sidebar .submenu.sub-scroll{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch}.ace-scroll,.scroll-content{overflow:hidden}.scroll-content{position:static}.scroll-disabled.ace-scroll,.scroll-disabled.ace-scroll .scroll-content{overflow:visible}.scroll-track{position:absolute;top:auto;bottom:auto;right:0;height:auto;background-color:#E7E7E7;z-index:99;width:0;opacity:0}.scroll-bar{position:absolute;top:0;left:0;width:inherit;background:#bbd4e5}.scroll-track.scroll-hz{top:auto;left:auto;right:auto;bottom:0;height:8px;width:auto}.scroll-hz .scroll-bar{height:inherit;width:auto}.scroll-track.scroll-active{-webkit-transition:width .25s ease .75s,opacity .25s ease .75s;-o-transition:width .25s ease .75s,opacity .25s ease .75s;transition:width .25s ease .75s,opacity .25s ease .75s}.ace-scroll:hover .scroll-active,.scroll-active.scroll-track.active,.scroll-active.scroll-track.scroll-hover,.scroll-active.scroll-track:active,.scroll-active.scroll-track:hover{width:8px;opacity:1;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-delay:0s;transition-delay:0s}.scroll-track.active>.scroll-bar{transition-property:none!important;transition-duration:0s!important}.scroll-track.scroll-margin{margin-left:-1px}.scroll-track.scroll-left{right:auto;left:0}.scroll-track.scroll-left.scroll-margin{margin-left:1px}.scroll-track.scroll-top{bottom:auto;top:0}.scroll-track.scroll-top.scroll-margin{top:1px}.scroll-dark .scroll-bar{background-color:transparent;background-color:rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000', GradientType=0 )}.scroll-track.scroll-dark{background-color:transparent;background-color:rgba(0,0,0,.15);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#26000000', GradientType=0 )}.scroll-light .scroll-bar{background-color:transparent;background-color:rgba(0,0,0,.14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#24000000', GradientType=0 )}.scroll-track.scroll-light{background-color:transparent;background-color:rgba(0,0,0,.07);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#12000000', GradientType=0 )}.scroll-white .scroll-bar{background-color:transparent;background-color:rgba(255,255,255,.33);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55FFFFFF', endColorstr='#55FFFFFF', GradientType=0 )}.scroll-track.scroll-white{background-color:transparent;background-color:rgba(255,255,255,.2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FFFFFF', endColorstr='#33FFFFFF', GradientType=0 )}.no-track.scroll-track{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient( enabled=false )}.scroll-track.scroll-visible{opacity:1;width:8px}.scroll-hz.scroll-visible{height:8px;width:auto}.ace-scroll:hover .scroll-thin.scroll-track,.scroll-thin.scroll-track.active,.scroll-thin.scroll-track.scroll-hover,.scroll-thin.scroll-track.scroll-visible,.scroll-thin.scroll-track:active,.scroll-thin.scroll-track:hover{width:6px}.ace-scroll:hover .scroll-thin.scroll-hz,.scroll-thin.scroll-hz.active,.scroll-thin.scroll-hz.scroll-hover,.scroll-thin.scroll-hz.scroll-visible,.scroll-thin.scroll-hz:active,.scroll-thin.scroll-hz:hover{width:auto;height:6px}.scroll-chrome.scroll-active .scroll-bar{background-color:transparent;width:11px}.scroll-chrome.scroll-active .scroll-bar:before{display:block;content:"";position:absolute;top:1px;bottom:3px;left:1px;right:1px;background-color:#D9D9D9;border:1px solid #BBB;border-radius:1px}.scroll-chrome.scroll-active .scroll-track{width:12px;background-color:#F2F2F2;border:1px solid;border-width:1px 0 1px 1px;border-color:#E6E6E6 transparent #E6E6E6 #DBDBDB}.scroll-chrome.scroll-active .scroll-track:hover .scroll-bar:before{background-color:silver;border-color:#A6A6A6}.scroll-chrome.scroll-active .scroll-track.active .scroll-bar:before{background-color:#A9A9A9;border-color:#8B8B8B}.scroll-active.scroll-track.idle-hide{opacity:0;filter:alpha(opacity=0);width:8px}.scroll-active.scroll-track.idle-hide.not-idle{width:8px;opacity:1;filter:alpha(opacity=100)}.scroll-active.scroll-thin.scroll-track.idle-hide{width:6px}.scroll-active.scroll-chrome .scroll-track.idle-hide{width:12px}.nav-wrap+.scroll-active .scroll-track{width:8px}.nav-scroll.scroll-active .scroll-track{width:8px;right:0}.nav-scroll.scroll-active:hover .scroll-track,.nav-wrap:hover+.scroll-active .scroll-track{width:8px;opacity:1;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-delay:0s;transition-delay:0s}.nav-scroll.scroll-active:hover .scroll-track{width:8px}.nav-scroll.ace-scroll,.nav-scroll.ace-scroll .scroll-content{overflow:hidden}.modal.aside-vc,.nav-scroll.ace-scroll.scroll-disabled,.nav-scroll.ace-scroll.scroll-disabled .scroll-content{overflow:visible}.scroll-track.scroll-detached{position:absolute;z-index:1029;bottom:auto;right:auto}.modal-content{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.modal-footer{padding-top:12px;padding-bottom:14px;border-top-color:#E4E9EE;-webkit-box-shadow:none;box-shadow:none;background-color:#EFF3F8}.modal-header .close{font-size:32px}.modal-body.padding-25{padding-left:25px;padding-right:25px}.modal.aside-dark .modal-content{background-color:rgba(0,0,0,.85);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8000000', endColorstr='#D8000000', GradientType=0 )}.modal.aside{z-index:999;position:absolute}.aside.aside-contained,.modal.aside-fixed.aside-vc,.modal.aside.in{position:fixed}.navbar-fixed-top~.modal.aside-vc{z-index:1025}.modal.aside-fixed.aside-hz,.navbar-fixed-bottom~.modal.aside-hz,.navbar-fixed-top~.modal.aside-hz{position:fixed;z-index:1049}.modal.aside.in{z-index:1050}.modal.aside-vc{margin:auto;width:0;left:auto;right:auto;top:0;bottom:0;display:block!important}.modal.in.aside-vc{width:100%}.modal.aside-vc .modal-dialog{margin:inherit;overflow:inherit;width:250px;max-width:66%;height:inherit;position:inherit;right:inherit;top:inherit;bottom:inherit;left:inherit;opacity:1;transition:transform .3s ease-out 0s;-webkit-transition:-webkit-transform .3s ease-out 0s}@media only screen and (max-width:319px){.modal.aside-vc .modal-dialog{max-width:none;width:200px}.aside-contained.aside-vc .modal-dialog{width:180px}}@media only screen and (max-width:240px){.modal.aside-vc .modal-dialog{max-width:none;width:160px}.aside-contained.aside-vc .modal-dialog{width:140px}}.modal.aside-vc .modal-content{height:100%;overflow:hidden}.modal.in.aside-vc .modal-dialog{transform:none;-webkit-transform:none;height:auto}.modal.aside-vc .aside-trigger{position:absolute;top:155px;right:auto;left:auto;bottom:auto;margin-top:-1px;width:37px;outline:0}.modal.aside-vc .aside-trigger.ace-settings-btn{width:42px}.modal.in.aside-vc .aside-trigger{z-index:-1}.aside.modal.in .modal-backdrop.in+.modal-dialog .aside-trigger{z-index:auto}@media only screen and (max-height:240px){.modal.aside-vc .aside-trigger{top:130px}}.modal.aside-vc.navbar-offset .modal-dialog{top:45px}.modal.aside-vc.navbar-offset .modal-dialog .aside-trigger{top:110px}@media (max-width:479px){.navbar:not(.navbar-collapse)~.modal.aside-vc.navbar-offset .modal-dialog{top:90px}}.modal.aside-right{right:0}.modal.aside-right .modal-content{border-width:0 0 0 1px;box-shadow:-2px 1px 2px 0 rgba(0,0,0,.15)}.modal.aside-right .aside-trigger{right:100%}.modal.aside-right .modal-dialog{transform:translateX(100%);-webkit-transform:translateX(100%)}.modal.aside-left{left:0}.modal.aside-left .modal-content{border-width:0 1px 0 0;box-shadow:2px -1px 2px 0 rgba(0,0,0,.15)}.modal.aside-left .aside-trigger{left:100%}.modal.aside-right .aside-trigger.btn.ace-settings-btn{border-radius:6px 0 0 6px}.modal.aside-left .aside-trigger.btn.ace-settings-btn{border-radius:0 6px 6px 0}.modal.aside-left .modal-dialog{transform:translateX(-100%);-webkit-transform:translateX(-100%)}.modal.aside-hz{margin:auto;height:0;left:0;right:0;top:auto;bottom:auto;display:block!important;overflow:visible}.aside.aside-hidden .modal-content,.wz-finish.ng-hide,.wz-next.ng-hide{display:none}.modal.in.aside-hz{height:100%}.modal.aside-hz .modal-dialog{margin:inherit;height:auto;overflow:inherit;max-height:50%;width:inherit;position:inherit;right:inherit;top:inherit;bottom:inherit;left:inherit;opacity:1;transition:transform .3s ease-out 0s;-webkit-transition:-webkit-transform .3s ease-out 0s}@media only screen and (max-height:320px){.modal.aside-hz .modal-dialog{max-height:66%}}.modal.aside-hz .modal-content{width:100%;overflow:hidden}.modal.in.aside-hz .modal-dialog{transform:none;-webkit-transform:none;height:auto}.modal.aside-hz .aside-trigger{position:absolute;top:auto;right:auto;bottom:auto;margin-top:-1px;z-index:auto;outline:0;margin-left:-15px;left:50%}.modal.aside-hz .aside-trigger.ace-settings-btn{margin-left:-20px}.modal.in.aside-hz .aside-trigger{z-index:-1}.modal.aside-top{top:0}.modal.aside-top .modal-dialog{transform:translateY(-100%);-webkit-transform:translateY(-100%)}.modal.aside-top .modal-content{border-width:0;box-shadow:1px 2px 2px 0 rgba(0,0,0,.15)}.modal.aside-bottom{bottom:0}.modal.aside-bottom .modal-dialog{transform:translateY(100%);-webkit-transform:translateY(100%)}.modal.aside-bottom .modal-content{border-width:0;box-shadow:-1px 2px 2px 0 rgba(0,0,0,.15)}.modal.aside-bottom .aside-trigger{bottom:100%;margin-top:auto;margin-bottom:-1px}.modal.aside-top .aside-trigger.ace-settings-btn{border-radius:0 0 6px 6px!important}.modal.aside-bottom .aside-trigger.ace-settings-btn{border-radius:6px 6px 0 0!important}@media only screen and (min-width:768px){.container.main-container~.modal.aside-vc .modal-dialog{transition:none;-webkit-transition:none}.container.main-container~.modal.aside-vc:not(.in) .modal-content{display:none}}.aside-vc.in.no-backdrop{width:auto}.aside-hz.in.no-backdrop{height:auto}.modal.aside .modal-backdrop{position:fixed;bottom:0;height:auto!important}.modal.aside-hz .aside-trigger.align-left{left:15px;margin-left:auto;text-align:center}.modal.aside-hz .aside-trigger.align-right{text-align:center;left:auto;margin-left:auto;right:15px}.modal.transition-off .modal-dialog{transition:none;-webkit-transition:none}.modal.ng-aside .modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal.ng-aside.bottom .modal-content{border-top:1px solid rgba(0,0,0,.2)}.modal.ng-aside.top .modal-content{border-bottom:1px solid rgba(0,0,0,.2)}.modal.ng-aside.left .modal-content{border-right:1px solid rgba(0,0,0,.2)}.modal.ng-aside.right .modal-content{border-left:1px solid rgba(0,0,0,.2)}.modal-backdrop.in[ng-class]{bottom:0}.ng-aside .modal-dialog{width:320px}.breadcrumb,.breadcrumb>li>a,.btn{display:inline-block}.breadcrumbs{position:relative;z-index:auto;border-bottom:1px solid #E5E5E5;background-color:#F5F5F5;min-height:41px;line-height:40px;padding:0 12px 0 0}.breadcrumb{background-color:transparent;line-height:20px;margin:6px 22px 0 12px;padding:0;font-size:13px;color:#333;border-radius:0}.breadcrumb>li,.breadcrumb>li.active{color:#555;padding:0 3px}.breadcrumb>li>a{color:#4C8FBD}.breadcrumb>li+li:before{font-family:FontAwesome;font-size:14px;content:"\f105";color:#B2B6BF;padding:0;margin:0 8px 0 0;position:relative;top:1px}.breadcrumb .home-icon{font-size:20px;margin-left:2px;margin-right:2px;vertical-align:top}@media only screen and (max-width:480px){.modal.aside-vc .modal-dialog{width:240px}.breadcrumb>li>a{padding:0 1px}}@media only screen and (max-width:991px){.menu-toggler+.sidebar.responsive+.main-content .breadcrumb{margin-left:90px}}@media only screen and (max-width:320px){.modal.aside-vc .modal-dialog{width:200px}.breadcrumb{margin-left:8px}.menu-toggler+.sidebar.responsive+.main-content .breadcrumb{margin-left:36px}}@media (min-width:992px){.breadcrumbs-fixed{position:fixed;right:0;left:0;top:auto;z-index:1024}.breadcrumbs-fixed+.page-content{padding-top:49px}.sidebar+.main-content .breadcrumbs-fixed{left:190px}body.mob-safari .breadcrumbs-fixed{top:45px}.sidebar.compact+.main-content .breadcrumbs-fixed{left:105px}.sidebar.menu-min+.main-content .breadcrumbs-fixed{left:43px}}@media (min-width:992px) and (max-width:991px){.breadcrumbs-fixed,.sidebar.menu-min+.main-content .breadcrumbs-fixed{left:0}.sidebar.responsive-max+.main-content .breadcrumbs-fixed,.sidebar.responsive-min+.main-content .breadcrumbs-fixed{left:43px}}@media (min-width:992px){.container.main-container .sidebar.compact+.main-content .breadcrumbs-fixed{width:859px}.container.main-container .breadcrumbs-fixed{left:auto;right:auto;width:964px}.container.main-container .sidebar+.main-content .breadcrumbs-fixed{left:auto;right:auto;width:774px}.container.main-container .sidebar.menu-min+.main-content .breadcrumbs-fixed{left:auto;right:auto;width:921px}}@media (min-width:1200px){.container.main-container .sidebar.compact+.main-content .breadcrumbs-fixed{width:1059px}.container.main-container .breadcrumbs-fixed{width:1164px}.container.main-container .sidebar+.main-content .breadcrumbs-fixed{width:974px}.container.main-container .sidebar.menu-min+.main-content .breadcrumbs-fixed{width:1121px}}@media (min-width:992px) and (max-width:991px){.container.main-container .breadcrumbs-fixed,.container.main-container .sidebar.compact+.main-content .breadcrumbs-fixed,.container.main-container .sidebar.menu-min+.main-content .breadcrumbs-fixed{width:744px}.container.main-container .sidebar.responsive-max+.main-content .breadcrumbs-fixed,.container.main-container .sidebar.responsive-min+.main-content .breadcrumbs-fixed{left:auto;right:auto;width:701px}}@media (min-width:992px){.h-sidebar+.main-content .breadcrumbs.breadcrumbs-fixed{position:relative;top:auto;left:auto;z-index:auto;width:auto}.h-sidebar+.main-content .page-content{padding-top:12px}}.nav-search{position:absolute;right:22px;line-height:24px}.breadcrumbs .nav-search{top:6px}.nav-search .form-search{margin-bottom:0}.nav-search .nav-search-input{border:1px solid #6FB3E0;width:152px;height:28px!important;padding-top:2px;padding-bottom:2px;border-radius:4px!important;font-size:13px;line-height:1.3;color:#666!important;z-index:11;-webkit-transition:width ease .15s;-o-transition:width ease .15s;transition:width ease .15s}.nav-search .nav-search-input+.dropdown-menu{min-width:0;left:0;right:0}.nav-search .nav-search-input:focus,.nav-search .nav-search-input:hover{border-color:#6FB3E0}.nav-search .nav-search-icon{color:#6FB3E0!important;font-size:14px!important;line-height:24px!important;background-color:transparent}.nav-search.minimized .nav-search-input{width:0;opacity:0;filter:alpha(opacity=0);max-width:0}.nav-search.minimized .nav-search-btn:active+.nav-search-input,.nav-search.minimized .nav-search-input:active,.nav-search.minimized .nav-search-input:focus,.nav-search.minimized .nav-search-input:hover,.nav-search.minimized:hover .nav-search-input{opacity:1;filter:alpha(opacity=100);width:152px;max-width:152px}.nav-search.minimized .nav-search-icon{border:1px solid;border-radius:100%;background-color:#FFF;padding:0 5px!important}.nav-search-icon,.nav-search.minimized .nav-search-input:active~.nav-search-icon,.nav-search.minimized .nav-search-input:focus~.nav-search-icon,.nav-search.minimized .nav-search-input:hover~.nav-search-icon,.nav-search.minimized:hover .nav-search-icon{border:none;border-radius:0;padding:0 3px!important}.sidebar>.nav-search{position:static;background-color:#FAFAFA;border-bottom:1px solid #DDD;text-align:center;height:35px;padding-top:6px}.sidebar>.nav-search .nav-search-input{width:162px!important;border-radius:0!important;max-width:162px!important;opacity:1!important;filter:alpha(opacity=100)!important}.sidebar>.nav-search .nav-search-input+.dropdown-menu{text-align:left}.sidebar.menu-min .nav-search .form-search{position:absolute;left:5px;z-index:14}.sidebar.menu-min .nav-search .nav-search-input{width:0!important;max-width:0!important;opacity:0!important;filter:alpha(opacity=0)!important}.sidebar.menu-min .nav-search .nav-search-input:active,.sidebar.menu-min .nav-search .nav-search-input:focus,.sidebar.menu-min .nav-search .nav-search-input:hover,.sidebar.menu-min .nav-search:hover .nav-search-input{width:162px!important;max-width:162px!important;opacity:1!important;filter:alpha(opacity=100)!important}.sidebar.menu-min .nav-search .nav-search-input:active~#nav-search-icon,.sidebar.menu-min .nav-search .nav-search-input:focus~#nav-search-icon,.sidebar.menu-min .nav-search .nav-search-input:hover~#nav-search-icon{border:none;border-radius:0;padding:0 3px!important}.sidebar.menu-min .nav-search:hover .nav-search-input~.nav-search-icon{border:none;border-radius:0;padding:0 3px!important}.sidebar.menu-min .nav-search .nav-search-icon{border:1px solid;border-radius:32px;background-color:#FFF;padding:0 5px!important}@media (max-width:991px){.sidebar.responsive-min .nav-search .form-search{position:absolute;left:5px;z-index:14}.sidebar.responsive-min .nav-search .nav-search-input{width:0!important;max-width:0!important;opacity:0!important;filter:alpha(opacity=0)!important}.sidebar.responsive-min .nav-search .nav-search-input:active,.sidebar.responsive-min .nav-search .nav-search-input:focus,.sidebar.responsive-min .nav-search .nav-search-input:hover,.sidebar.responsive-min .nav-search:hover .nav-search-input{width:162px!important;max-width:162px!important;opacity:1!important;filter:alpha(opacity=100)!important}.sidebar.responsive-min .nav-search .nav-search-input:active~#nav-search-icon,.sidebar.responsive-min .nav-search .nav-search-input:focus~#nav-search-icon,.sidebar.responsive-min .nav-search .nav-search-input:hover~#nav-search-icon{border:none;border-radius:0;padding:0 3px!important}.sidebar.responsive-min .nav-search:hover .nav-search-input~.nav-search-icon{border:none;border-radius:0;padding:0 3px!important}.sidebar.responsive-min .nav-search .nav-search-icon{border:1px solid;border-radius:32px;background-color:#FFF;padding:0 5px!important}}@media only screen and (max-width:991px){.nav-search{right:10px}.nav-search .nav-search-input{width:105px}.nav-search .nav-search-btn:active+.nav-search-input,.nav-search .nav-search-input:active,.nav-search .nav-search-input:focus,.nav-search .nav-search-input:hover,.nav-search:hover .nav-search-input{width:145px}}@media only screen and (max-width:767px){.nav-search .nav-search-input{width:0;opacity:0;filter:alpha(opacity=0);max-width:0}.nav-search .nav-search-btn:active+.nav-search-input,.nav-search .nav-search-input:active,.nav-search .nav-search-input:focus,.nav-search .nav-search-input:hover,.nav-search:hover .nav-search-input{opacity:1;filter:alpha(opacity=100);width:152px;max-width:152px}.nav-search .nav-search-icon{border:1px solid;border-radius:100%;background-color:#FFF;padding:0 5px!important}.nav-search .nav-search-input:active~.nav-search-icon,.nav-search .nav-search-input:focus~.nav-search-icon,.nav-search .nav-search-input:hover~.nav-search-icon,.nav-search:hover .nav-search-icon{border:none;border-radius:0;padding:0 3px!important}}.footer{padding-top:75px;height:0;width:0}.footer .footer-inner{text-align:center;position:absolute;z-index:auto;left:0;right:0;bottom:0}.sidebar~.footer .footer-inner{left:190px}@media (min-width:992px){.sidebar.compact~.footer .footer-inner{left:105px}}.sidebar.menu-min~.footer .footer-inner{left:43px}@media (min-width:992px){.sidebar.h-sidebar~.footer .footer-inner{left:0}}@media (max-width:991px){.footer .footer-inner,.sidebar.compact~.footer .footer-inner,.sidebar.menu-min~.footer .footer-inner,.sidebar~.footer .footer-inner{left:0}.sidebar.responsive-min~.footer .footer-inner{left:43px}}@media (min-width:768px) and (max-width:991px){.container.main-container .footer .footer-inner{left:auto!important;right:auto!important;margin-left:auto;width:744px}}@media (min-width:992px){.container.main-container .footer .footer-inner{left:auto!important;right:auto!important;width:964px}}@media (min-width:1200px){.container.main-container .footer .footer-inner{width:1164px}}@media (min-width:768px) and (max-width:991px){.container.main-container .sidebar~.footer .footer-inner{left:auto!important;right:auto!important;margin-left:auto;width:744px}}@media (min-width:992px){.container.main-container .sidebar~.footer .footer-inner{left:auto!important;right:auto!important;margin-left:190px;width:774px}}@media (min-width:1200px){.container.main-container .sidebar~.footer .footer-inner{margin-left:190px;width:974px}}@media (min-width:992px){.container.main-container .sidebar.compact~.footer .footer-inner{margin-left:105px;width:859px}}@media (min-width:1200px){.container.main-container .sidebar.compact~.footer .footer-inner{margin-left:105px;width:1059px}}@media (min-width:992px){.container.main-container .sidebar.menu-min~.footer .footer-inner{margin-left:43px;width:921px}}@media (min-width:1200px){.container.main-container .sidebar.menu-min~.footer .footer-inner{margin-left:43px;width:1121px}}@media (min-width:992px){.container.main-container .sidebar.h-sidebar~.footer .footer-inner{margin-left:0;width:964px}}@media (min-width:1200px){.container.main-container .sidebar.h-sidebar~.footer .footer-inner{margin-left:0;width:1164px}}@media (min-width:768px) and (max-width:991px){.container.main-container .sidebar.responsive-min~.footer .footer-inner{margin-left:43px;width:701px}}.footer .footer-inner .footer-content{position:absolute;left:12px;right:12px;bottom:4px;padding:8px;line-height:36px;border-top:3px double #E5E5E5}.footer.footer-fixed .footer-inner{position:fixed;z-index:999;bottom:0}.footer.footer-fixed .footer-inner .footer-content{left:2px;right:2px;bottom:2px;border:1px solid #DDD;background-color:#F2F2F2}.footer.footer-fixed+.btn-scroll-up{z-index:999}.btn{color:#FFF!important;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-image:none!important;border:5px solid #FFF;border-radius:0;box-shadow:none!important;-webkit-transition:background-color .15s,border-color .15s,opacity .15s;-o-transition:background-color .15s,border-color .15s,opacity .15s;transition:background-color .15s,border-color .15s,opacity .15s;vertical-align:middle;margin:0;position:relative}.btn-group .dropdown-toggle,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{border-radius:0}.btn.active,.open>.btn.active.dropdown-toggle{box-shadow:none}.btn-group-lg>.btn,.btn-lg{border-width:5px;line-height:1.4;padding:5px 16px 6px}.btn-group-xlg>.btn,.btn-xlg{border-width:5px;line-height:1.35;padding:7px 16px;font-size:18px}.btn-group-sm>.btn,.btn-sm{border-width:4px;font-size:13px;padding:4px 9px;line-height:1.38}.btn-group-xs>.btn,.btn-xs{padding-top:3px;padding-bottom:3px;border-width:3px}.btn-group-mini>.btn,.btn-mini{padding:1px 5px;border-width:3px;font-size:12px;line-height:1.5}.btn-group-minier>.btn,.btn-minier{padding:0 4px;line-height:18px;border-width:2px;font-size:12px}button.btn:active{top:1px}.btn,.btn-default,.btn-default.focus,.btn-default:focus,.btn.focus,.btn:focus{background-color:#ABBAC3!important;border-color:#ABBAC3}.btn-default.focus:hover,.btn-default:active:hover,.btn-default:focus:active,.btn-default:focus:hover,.btn-default:hover,.btn.focus:hover,.btn:active:hover,.btn:focus:active,.btn:focus:hover,.btn:hover,.open>.btn-default.dropdown-toggle,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:active,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn.dropdown-toggle,.open>.btn.dropdown-toggle.focus,.open>.btn.dropdown-toggle:active,.open>.btn.dropdown-toggle:focus,.open>.btn.dropdown-toggle:hover{background-color:#8B9AA3!important;border-color:#ABBAC3}.btn-default.no-border:active,.btn-default.no-border:hover,.btn.no-border:active,.btn.no-border:hover{border-color:#8B9AA3}.btn-default.no-hover:active,.btn-default.no-hover:hover,.btn.no-hover:active,.btn.no-hover:hover{background-color:#ABBAC3!important}.btn-default.active,.btn-default.active:focus,.btn-default.active:hover,.btn-default.focus.active,.btn.active,.btn.active:focus,.btn.active:hover,.btn.focus.active,.open>.btn-default.dropdown-toggle.active,.open>.btn.dropdown-toggle.active{background-color:#9baab3!important;border-color:#8799a4}.btn-default.no-border.active,.btn.no-border.active{background-color:#92a3ac!important;border-color:#92a3ac}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,.btn.disabled,.btn.disabled.active,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover,.btn[disabled],.btn[disabled].active,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,fieldset[disabled] .btn,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn.active,fieldset[disabled] .btn:active,fieldset[disabled] .btn:focus,fieldset[disabled] .btn:hover{background-color:#ABBAC3!important;border-color:#ABBAC3}.btn-primary,.btn-primary.focus,.btn-primary:focus{background-color:#428BCA!important;border-color:#428BCA}.btn-primary.focus:hover,.btn-primary:active:hover,.btn-primary:focus:active,.btn-primary:focus:hover,.btn-primary:hover,.open>.btn-primary.dropdown-toggle,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:active,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{background-color:#1B6AAA!important;border-color:#428BCA}.btn-primary.no-border:active,.btn-primary.no-border:hover{border-color:#1B6AAA}.btn-primary.no-hover:active,.btn-primary.no-hover:hover{background-color:#428BCA!important}.btn-primary.active,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary.focus.active,.open>.btn-primary.dropdown-toggle.active{background-color:#2f7bba!important;border-color:#27689d}.btn-primary.no-border.active{background-color:#2b72ae!important;border-color:#2b72ae}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#428BCA!important;border-color:#428BCA}.btn-info,.btn-info.focus,.btn-info:focus{background-color:#6FB3E0!important;border-color:#6FB3E0}.btn-info.focus:hover,.btn-info:active:hover,.btn-info:focus:active,.btn-info:focus:hover,.btn-info:hover,.open>.btn-info.dropdown-toggle,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:active,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{background-color:#4F99C6!important;border-color:#6FB3E0}.btn-info.no-border:active,.btn-info.no-border:hover{border-color:#4F99C6}.btn-info.no-hover:active,.btn-info.no-hover:hover{background-color:#6FB3E0!important}.btn-info.active,.btn-info.active:focus,.btn-info.active:hover,.btn-info.focus.active,.open>.btn-info.dropdown-toggle.active{background-color:#5fa6d3!important;border-color:#4396cb}.btn-info.no-border.active{background-color:#539fd0!important;border-color:#539fd0}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#6FB3E0!important;border-color:#6FB3E0}.btn-info2,.btn-info2.focus,.btn-info2:focus{background-color:#95C6E5!important;border-color:#95C6E5}.btn-info2.focus:hover,.btn-info2:active:hover,.btn-info2:focus:active,.btn-info2:focus:hover,.btn-info2:hover,.open>.btn-info2.dropdown-toggle,.open>.btn-info2.dropdown-toggle.focus,.open>.btn-info2.dropdown-toggle:active,.open>.btn-info2.dropdown-toggle:focus,.open>.btn-info2.dropdown-toggle:hover{background-color:#67A6CE!important;border-color:#95C6E5}.btn-info2.no-border:active,.btn-info2.no-border:hover{border-color:#67A6CE}.btn-info2.no-hover:active,.btn-info2.no-hover:hover{background-color:#95C6E5!important}.btn-info2.active,.btn-info2.active:focus,.btn-info2.active:hover,.btn-info2.focus.active,.open>.btn-info2.dropdown-toggle.active{background-color:#7eb6da!important;border-color:#62a6d1}.btn-info2.no-border.active{background-color:#72afd6!important;border-color:#72afd6}.btn-info2.disabled,.btn-info2.disabled.active,.btn-info2.disabled:active,.btn-info2.disabled:focus,.btn-info2.disabled:hover,.btn-info2[disabled],.btn-info2[disabled].active,.btn-info2[disabled]:active,.btn-info2[disabled]:focus,.btn-info2[disabled]:hover,fieldset[disabled] .btn-info2,fieldset[disabled] .btn-info2.active,fieldset[disabled] .btn-info2:active,fieldset[disabled] .btn-info2:focus,fieldset[disabled] .btn-info2:hover{background-color:#95C6E5!important;border-color:#95C6E5}.btn-success,.btn-success.focus,.btn-success:focus{background-color:#87B87F!important;border-color:#87B87F}.btn-success.focus:hover,.btn-success:active:hover,.btn-success:focus:active,.btn-success:focus:hover,.btn-success:hover,.open>.btn-success.dropdown-toggle,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:active,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{background-color:#629B58!important;border-color:#87B87F}.btn-success.no-border:active,.btn-success.no-border:hover{border-color:#629B58}.btn-success.no-hover:active,.btn-success.no-hover:hover{background-color:#87B87F!important}.btn-success.active,.btn-success.active:focus,.btn-success.active:hover,.btn-success.focus.active,.open>.btn-success.dropdown-toggle.active{background-color:#75aa6c!important;border-color:#629959}.btn-success.no-border.active{background-color:#6ba462!important;border-color:#6ba462}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#87B87F!important;border-color:#87B87F}.btn-warning,.btn-warning.focus,.btn-warning:focus{background-color:#FFB752!important;border-color:#FFB752}.btn-warning.focus:hover,.btn-warning:active:hover,.btn-warning:focus:active,.btn-warning:focus:hover,.btn-warning:hover,.open>.btn-warning.dropdown-toggle,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:active,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{background-color:#E59729!important;border-color:#FFB752}.btn-warning.no-border:active,.btn-warning.no-border:hover{border-color:#E59729}.btn-warning.no-hover:active,.btn-warning.no-hover:hover{background-color:#FFB752!important}.btn-warning.active,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning.focus.active,.open>.btn-warning.dropdown-toggle.active{background-color:#f2a73e!important;border-color:#f0981c}.btn-warning.no-border.active{background-color:#f1a02f!important;border-color:#f1a02f}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#FFB752!important;border-color:#FFB752}.btn-danger,.btn-danger.focus,.btn-danger:focus{background-color:#D15B47!important;border-color:#D15B47}.btn-danger.focus:hover,.btn-danger:active:hover,.btn-danger:focus:active,.btn-danger:focus:hover,.btn-danger:hover,.open>.btn-danger.dropdown-toggle,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:active,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{background-color:#B74635!important;border-color:#D15B47}.btn-danger.no-border:active,.btn-danger.no-border:hover{border-color:#B74635}.btn-danger.no-hover:active,.btn-danger.no-hover:hover{background-color:#D15B47!important}.btn-danger.active,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger.focus.active,.open>.btn-danger.dropdown-toggle.active{background-color:#c4513e!important;border-color:#aa4434}.btn-danger.no-border.active{background-color:#ba4b39!important;border-color:#ba4b39}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#D15B47!important;border-color:#D15B47}.btn-inverse,.btn-inverse.focus,.btn-inverse:focus{background-color:#555!important;border-color:#555}.btn-inverse.focus:hover,.btn-inverse:active:hover,.btn-inverse:focus:active,.btn-inverse:focus:hover,.btn-inverse:hover,.open>.btn-inverse.dropdown-toggle,.open>.btn-inverse.dropdown-toggle.focus,.open>.btn-inverse.dropdown-toggle:active,.open>.btn-inverse.dropdown-toggle:focus,.open>.btn-inverse.dropdown-toggle:hover{background-color:#303030!important;border-color:#555}.btn-inverse.no-border:active,.btn-inverse.no-border:hover{border-color:#303030}.btn-inverse.no-hover:active,.btn-inverse.no-hover:hover{background-color:#555!important}.btn-inverse.active,.btn-inverse.active:focus,.btn-inverse.active:hover,.btn-inverse.focus.active,.open>.btn-inverse.dropdown-toggle.active{background-color:#434343!important;border-color:#313131}.btn-inverse.no-border.active{background-color:#3b3b3b!important;border-color:#3b3b3b}.btn-inverse.disabled,.btn-inverse.disabled.active,.btn-inverse.disabled:active,.btn-inverse.disabled:focus,.btn-inverse.disabled:hover,.btn-inverse[disabled],.btn-inverse[disabled].active,.btn-inverse[disabled]:active,.btn-inverse[disabled]:focus,.btn-inverse[disabled]:hover,fieldset[disabled] .btn-inverse,fieldset[disabled] .btn-inverse.active,fieldset[disabled] .btn-inverse:active,fieldset[disabled] .btn-inverse:focus,fieldset[disabled] .btn-inverse:hover{background-color:#555!important;border-color:#555}.btn-pink,.btn-pink.focus,.btn-pink:focus{background-color:#D6487E!important;border-color:#D6487E}.btn-pink.focus:hover,.btn-pink:active:hover,.btn-pink:focus:active,.btn-pink:focus:hover,.btn-pink:hover,.open>.btn-pink.dropdown-toggle,.open>.btn-pink.dropdown-toggle.focus,.open>.btn-pink.dropdown-toggle:active,.open>.btn-pink.dropdown-toggle:focus,.open>.btn-pink.dropdown-toggle:hover{background-color:#B73766!important;border-color:#D6487E}.btn-pink.no-border:active,.btn-pink.no-border:hover{border-color:#B73766}.btn-pink.no-hover:active,.btn-pink.no-hover:hover{background-color:#D6487E!important}.btn-pink.active,.btn-pink.active:focus,.btn-pink.active:hover,.btn-pink.focus.active,.open>.btn-pink.dropdown-toggle.active{background-color:#c74072!important;border-color:#af3462}.btn-pink.no-border.active{background-color:#be386a!important;border-color:#be386a}.btn-pink.disabled,.btn-pink.disabled.active,.btn-pink.disabled:active,.btn-pink.disabled:focus,.btn-pink.disabled:hover,.btn-pink[disabled],.btn-pink[disabled].active,.btn-pink[disabled]:active,.btn-pink[disabled]:focus,.btn-pink[disabled]:hover,fieldset[disabled] .btn-pink,fieldset[disabled] .btn-pink.active,fieldset[disabled] .btn-pink:active,fieldset[disabled] .btn-pink:focus,fieldset[disabled] .btn-pink:hover{background-color:#D6487E!important;border-color:#D6487E}.btn-purple,.btn-purple.focus,.btn-purple:focus{background-color:#9585BF!important;border-color:#9585BF}.btn-purple.focus:hover,.btn-purple:active:hover,.btn-purple:focus:active,.btn-purple:focus:hover,.btn-purple:hover,.open>.btn-purple.dropdown-toggle,.open>.btn-purple.dropdown-toggle.focus,.open>.btn-purple.dropdown-toggle:active,.open>.btn-purple.dropdown-toggle:focus,.open>.btn-purple.dropdown-toggle:hover{background-color:#7461AA!important;border-color:#9585BF}.btn-purple.no-border:active,.btn-purple.no-border:hover{border-color:#7461AA}.btn-purple.no-hover:active,.btn-purple.no-hover:hover{background-color:#9585BF!important}.btn-purple.active,.btn-purple.active:focus,.btn-purple.active:hover,.btn-purple.focus.active,.open>.btn-purple.dropdown-toggle.active{background-color:#8573b5!important;border-color:#705ca8}.btn-purple.no-border.active{background-color:#7c69af!important;border-color:#7c69af}.btn-purple.disabled,.btn-purple.disabled.active,.btn-purple.disabled:active,.btn-purple.disabled:focus,.btn-purple.disabled:hover,.btn-purple[disabled],.btn-purple[disabled].active,.btn-purple[disabled]:active,.btn-purple[disabled]:focus,.btn-purple[disabled]:hover,fieldset[disabled] .btn-purple,fieldset[disabled] .btn-purple.active,fieldset[disabled] .btn-purple:active,fieldset[disabled] .btn-purple:focus,fieldset[disabled] .btn-purple:hover{background-color:#9585BF!important;border-color:#9585BF}.btn-grey,.btn-grey.focus,.btn-grey:focus{background-color:#A0A0A0!important;border-color:#A0A0A0}.btn-grey.focus:hover,.btn-grey:active:hover,.btn-grey:focus:active,.btn-grey:focus:hover,.btn-grey:hover,.open>.btn-grey.dropdown-toggle,.open>.btn-grey.dropdown-toggle.focus,.open>.btn-grey.dropdown-toggle:active,.open>.btn-grey.dropdown-toggle:focus,.open>.btn-grey.dropdown-toggle:hover{background-color:#888!important;border-color:#A0A0A0}.btn-grey.no-border:active,.btn-grey.no-border:hover{border-color:#888}.btn-grey.no-hover:active,.btn-grey.no-hover:hover{background-color:#A0A0A0!important}.btn-grey.active,.btn-grey.active:focus,.btn-grey.active:hover,.btn-grey.focus.active,.open>.btn-grey.dropdown-toggle.active{background-color:#949494!important;border-color:#828282}.btn-grey.no-border.active{background-color:#8c8c8c!important;border-color:#8c8c8c}.btn-grey.disabled,.btn-grey.disabled.active,.btn-grey.disabled:active,.btn-grey.disabled:focus,.btn-grey.disabled:hover,.btn-grey[disabled],.btn-grey[disabled].active,.btn-grey[disabled]:active,.btn-grey[disabled]:focus,.btn-grey[disabled]:hover,fieldset[disabled] .btn-grey,fieldset[disabled] .btn-grey.active,fieldset[disabled] .btn-grey:active,fieldset[disabled] .btn-grey:focus,fieldset[disabled] .btn-grey:hover{background-color:#A0A0A0!important;border-color:#A0A0A0}.btn-yellow{color:#963!important;text-shadow:0 -1px 0 rgba(255,255,255,.4)!important}.btn-yellow,.btn-yellow.focus,.btn-yellow:focus{background-color:#FEE188!important;border-color:#FEE188}.btn-yellow.focus:hover,.btn-yellow:active:hover,.btn-yellow:focus:active,.btn-yellow:focus:hover,.btn-yellow:hover,.open>.btn-yellow.dropdown-toggle,.open>.btn-yellow.dropdown-toggle.focus,.open>.btn-yellow.dropdown-toggle:active,.open>.btn-yellow.dropdown-toggle:focus,.open>.btn-yellow.dropdown-toggle:hover{background-color:#F7D05B!important;border-color:#FEE188}.btn-yellow.no-border:active,.btn-yellow.no-border:hover{border-color:#F7D05B}.btn-yellow.no-hover:active,.btn-yellow.no-hover:hover{background-color:#FEE188!important}.btn-yellow.active,.btn-yellow.active:focus,.btn-yellow.active:hover,.btn-yellow.focus.active,.open>.btn-yellow.dropdown-toggle.active{background-color:#fbd972!important;border-color:#f9cf4f}.btn-yellow.no-border.active{background-color:#fad463!important;border-color:#fad463}.btn-yellow.disabled,.btn-yellow.disabled.active,.btn-yellow.disabled:active,.btn-yellow.disabled:focus,.btn-yellow.disabled:hover,.btn-yellow[disabled],.btn-yellow[disabled].active,.btn-yellow[disabled]:active,.btn-yellow[disabled]:focus,.btn-yellow[disabled]:hover,fieldset[disabled] .btn-yellow,fieldset[disabled] .btn-yellow.active,fieldset[disabled] .btn-yellow:active,fieldset[disabled] .btn-yellow:focus,fieldset[disabled] .btn-yellow:hover{background-color:#FEE188!important;border-color:#FEE188}.btn-yellow.active,.btn-yellow.focus,.btn-yellow:focus,.btn-yellow:hover,.open>.btn-yellow.active.dropdown-toggle,.open>.btn-yellow.dropdown-toggle{color:#963}.btn-light{color:#888!important;text-shadow:0 -1px 0 rgba(250,250,250,.25)!important}.btn.btn-link,.btn.btn-link:hover,.btn.btn-white{text-shadow:none!important}.btn-light,.btn-light.focus,.btn-light:focus{background-color:#E7E7E7!important;border-color:#E7E7E7}.btn-light.focus:hover,.btn-light:active:hover,.btn-light:focus:active,.btn-light:focus:hover,.btn-light:hover,.open>.btn-light.dropdown-toggle,.open>.btn-light.dropdown-toggle.focus,.open>.btn-light.dropdown-toggle:active,.open>.btn-light.dropdown-toggle:focus,.open>.btn-light.dropdown-toggle:hover{background-color:#D9D9D9!important;border-color:#E7E7E7}.btn-light.no-border:active,.btn-light.no-border:hover{border-color:#D9D9D9}.btn-light.no-hover:active,.btn-light.no-hover:hover{background-color:#E7E7E7!important}.btn-light.active,.btn-light.active:focus,.btn-light.active:hover,.btn-light.focus.active,.open>.btn-light.dropdown-toggle.active{background-color:#e0e0e0!important;border-color:#cecece}.btn-light.no-border.active{background-color:#d8d8d8!important;border-color:#d8d8d8}.btn-light.disabled,.btn-light.disabled.active,.btn-light.disabled:active,.btn-light.disabled:focus,.btn-light.disabled:hover,.btn-light[disabled],.btn-light[disabled].active,.btn-light[disabled]:active,.btn-light[disabled]:focus,.btn-light[disabled]:hover,fieldset[disabled] .btn-light,fieldset[disabled] .btn-light.active,fieldset[disabled] .btn-light:active,fieldset[disabled] .btn-light:focus,fieldset[disabled] .btn-light:hover{background-color:#E7E7E7!important;border-color:#E7E7E7}.btn.btn-white,.btn.btn-white.no-hover:active,.btn.btn-white.no-hover:hover{background-color:#FFF!important}.btn.btn-white,.btn.btn-white.active.no-border,.btn.btn-white.disabled,.btn.btn-white.disabled.active,.btn.btn-white.disabled:active,.btn.btn-white.disabled:focus,.btn.btn-white.disabled:hover,.btn.btn-white:active.no-border,.btn.btn-white:focus.no-border,.btn.btn-white:hover.no-border,.btn.btn-white[disabled],.btn.btn-white[disabled].active,.btn.btn-white[disabled]:active,.btn.btn-white[disabled]:focus,.btn.btn-white[disabled]:hover,.open>.btn.btn-white.active.dropdown-toggle.no-border,.open>.btn.btn-white.dropdown-toggle.no-border,fieldset[disabled] .btn.btn-white,fieldset[disabled] .btn.btn-white.active,fieldset[disabled] .btn.btn-white:active,fieldset[disabled] .btn.btn-white:focus,fieldset[disabled] .btn.btn-white:hover{border-color:#CCC}.btn-light.active,.btn-light.focus,.btn-light:focus,.btn-light:hover,.open>.btn-light.active.dropdown-toggle,.open>.btn-light.dropdown-toggle{color:#888}.btn-light.btn-mini:after,.btn-light.btn-xs:after{left:-2px;right:-2px;top:-2px;bottom:-2px}.btn-light.btn-sm:after{left:-4px;right:-4px;top:-4px;bottom:-4px}.btn-light .btn-lg:after{left:-6px;right:-6px;top:-6px;bottom:-6px}.btn.btn-white{color:#444!important}.btn.btn-white.active,.btn.btn-white:focus{box-shadow:inset 1px 1px 2px 0 rgba(0,0,0,.1)!important}.btn.btn-white.active.btn-bold,.btn.btn-white:focus.btn-bold{box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,.15)!important}.btn.btn-white.active:after{display:none}.btn.btn-white.active,.btn.btn-white:active,.btn.btn-white:focus,.btn.btn-white:hover,.open>.btn.btn-white.active.dropdown-toggle,.open>.btn.btn-white.dropdown-toggle{background-color:#EBEBEB!important;border-color:#CCC;color:#3a3434!important}.btn-white.btn-default{border-color:#ABBAC3;color:#80909a!important}.btn-white.btn-default.active,.btn-white.btn-default:active,.btn-white.btn-default:focus,.btn-white.btn-default:hover,.open>.btn-white.btn-default.active.dropdown-toggle,.open>.btn-white.btn-default.dropdown-toggle{background-color:#eff2f4!important;border-color:#ABBAC3;color:#6b8595!important}.btn-white.btn-default.active.no-border,.btn-white.btn-default.disabled,.btn-white.btn-default.disabled.active,.btn-white.btn-default.disabled:active,.btn-white.btn-default.disabled:focus,.btn-white.btn-default.disabled:hover,.btn-white.btn-default:active.no-border,.btn-white.btn-default:focus.no-border,.btn-white.btn-default:hover.no-border,.btn-white.btn-default[disabled],.btn-white.btn-default[disabled].active,.btn-white.btn-default[disabled]:active,.btn-white.btn-default[disabled]:focus,.btn-white.btn-default[disabled]:hover,.open>.btn-white.btn-default.active.dropdown-toggle.no-border,.open>.btn-white.btn-default.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-default,fieldset[disabled] .btn-white.btn-default.active,fieldset[disabled] .btn-white.btn-default:active,fieldset[disabled] .btn-white.btn-default:focus,fieldset[disabled] .btn-white.btn-default:hover{border-color:#ABBAC3}.btn-white.btn-primary{border-color:#8aafce;color:#6688a6!important}.btn-white.btn-primary.active,.btn-white.btn-primary:active,.btn-white.btn-primary:focus,.btn-white.btn-primary:hover,.open>.btn-white.btn-primary.active.dropdown-toggle,.open>.btn-white.btn-primary.dropdown-toggle{background-color:#eaf2f8!important;border-color:#8aafce;color:#537c9f!important}.btn-white.btn-primary.active.no-border,.btn-white.btn-primary.disabled,.btn-white.btn-primary.disabled.active,.btn-white.btn-primary.disabled:active,.btn-white.btn-primary.disabled:focus,.btn-white.btn-primary.disabled:hover,.btn-white.btn-primary:active.no-border,.btn-white.btn-primary:focus.no-border,.btn-white.btn-primary:hover.no-border,.btn-white.btn-primary[disabled],.btn-white.btn-primary[disabled].active,.btn-white.btn-primary[disabled]:active,.btn-white.btn-primary[disabled]:focus,.btn-white.btn-primary[disabled]:hover,.open>.btn-white.btn-primary.active.dropdown-toggle.no-border,.open>.btn-white.btn-primary.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-primary,fieldset[disabled] .btn-white.btn-primary.active,fieldset[disabled] .btn-white.btn-primary:active,fieldset[disabled] .btn-white.btn-primary:focus,fieldset[disabled] .btn-white.btn-primary:hover{border-color:#8aafce}.btn-white.btn-success{border-color:#a7c9a1;color:#81a87b!important}.btn-white.btn-success.active,.btn-white.btn-success:active,.btn-white.btn-success:focus,.btn-white.btn-success:hover,.open>.btn-white.btn-success.active.dropdown-toggle,.open>.btn-white.btn-success.dropdown-toggle{background-color:#edf4eb!important;border-color:#a7c9a1;color:#6ea465!important}.btn-white.btn-success.active.no-border,.btn-white.btn-success.disabled,.btn-white.btn-success.disabled.active,.btn-white.btn-success.disabled:active,.btn-white.btn-success.disabled:focus,.btn-white.btn-success.disabled:hover,.btn-white.btn-success:active.no-border,.btn-white.btn-success:focus.no-border,.btn-white.btn-success:hover.no-border,.btn-white.btn-success[disabled],.btn-white.btn-success[disabled].active,.btn-white.btn-success[disabled]:active,.btn-white.btn-success[disabled]:focus,.btn-white.btn-success[disabled]:hover,.open>.btn-white.btn-success.active.dropdown-toggle.no-border,.open>.btn-white.btn-success.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-success,fieldset[disabled] .btn-white.btn-success.active,fieldset[disabled] .btn-white.btn-success:active,fieldset[disabled] .btn-white.btn-success:focus,fieldset[disabled] .btn-white.btn-success:hover{border-color:#a7c9a1}.btn-white.btn-danger{border-color:#d7a59d;color:#b7837a!important}.btn-white.btn-danger.active,.btn-white.btn-danger:active,.btn-white.btn-danger:focus,.btn-white.btn-danger:hover,.open>.btn-white.btn-danger.active.dropdown-toggle,.open>.btn-white.btn-danger.dropdown-toggle{background-color:#fbf4f3!important;border-color:#d7a59d;color:#b46f64!important}.btn-white.btn-danger.active.no-border,.btn-white.btn-danger.disabled,.btn-white.btn-danger.disabled.active,.btn-white.btn-danger.disabled:active,.btn-white.btn-danger.disabled:focus,.btn-white.btn-danger.disabled:hover,.btn-white.btn-danger:active.no-border,.btn-white.btn-danger:focus.no-border,.btn-white.btn-danger:hover.no-border,.btn-white.btn-danger[disabled],.btn-white.btn-danger[disabled].active,.btn-white.btn-danger[disabled]:active,.btn-white.btn-danger[disabled]:focus,.btn-white.btn-danger[disabled]:hover,.open>.btn-white.btn-danger.active.dropdown-toggle.no-border,.open>.btn-white.btn-danger.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-danger,fieldset[disabled] .btn-white.btn-danger.active,fieldset[disabled] .btn-white.btn-danger:active,fieldset[disabled] .btn-white.btn-danger:focus,fieldset[disabled] .btn-white.btn-danger:hover{border-color:#d7a59d}.btn-white.btn-warning{border-color:#e7b979;color:#daa458!important}.btn-white.btn-warning.active,.btn-white.btn-warning:active,.btn-white.btn-warning:focus,.btn-white.btn-warning:hover,.open>.btn-white.btn-warning.active.dropdown-toggle,.open>.btn-white.btn-warning.dropdown-toggle{background-color:#fef7ec!important;border-color:#e7b979;color:#db9a3d!important}.btn-white.btn-warning.active.no-border,.btn-white.btn-warning.disabled,.btn-white.btn-warning.disabled.active,.btn-white.btn-warning.disabled:active,.btn-white.btn-warning.disabled:focus,.btn-white.btn-warning.disabled:hover,.btn-white.btn-warning:active.no-border,.btn-white.btn-warning:focus.no-border,.btn-white.btn-warning:hover.no-border,.btn-white.btn-warning[disabled],.btn-white.btn-warning[disabled].active,.btn-white.btn-warning[disabled]:active,.btn-white.btn-warning[disabled]:focus,.btn-white.btn-warning[disabled]:hover,.open>.btn-white.btn-warning.active.dropdown-toggle.no-border,.open>.btn-white.btn-warning.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-warning,fieldset[disabled] .btn-white.btn-warning.active,fieldset[disabled] .btn-white.btn-warning:active,fieldset[disabled] .btn-white.btn-warning:focus,fieldset[disabled] .btn-white.btn-warning:hover{border-color:#e7b979}.btn-white.btn-info,.btn-white.btn-info.active.no-border,.btn-white.btn-info.disabled,.btn-white.btn-info.disabled.active,.btn-white.btn-info.disabled:active,.btn-white.btn-info.disabled:focus,.btn-white.btn-info.disabled:hover,.btn-white.btn-info:active.no-border,.btn-white.btn-info:focus.no-border,.btn-white.btn-info:hover.no-border,.btn-white.btn-info[disabled],.btn-white.btn-info[disabled].active,.btn-white.btn-info[disabled]:active,.btn-white.btn-info[disabled]:focus,.btn-white.btn-info[disabled]:hover,.open>.btn-white.btn-info.active.dropdown-toggle.no-border,.open>.btn-white.btn-info.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-info,fieldset[disabled] .btn-white.btn-info.active,fieldset[disabled] .btn-white.btn-info:active,fieldset[disabled] .btn-white.btn-info:focus,fieldset[disabled] .btn-white.btn-info:hover{border-color:#8fbcd9}.btn-white.btn-info{color:#70a0c1!important}.btn-white.btn-info.active,.btn-white.btn-info:active,.btn-white.btn-info:focus,.btn-white.btn-info:hover,.open>.btn-white.btn-info.active.dropdown-toggle,.open>.btn-white.btn-info.dropdown-toggle{background-color:#eef5fa!important;border-color:#8fbcd9;color:#5896bf!important}.btn-white.btn-inverse{border-color:#959595;color:#555!important}.btn-white.btn-inverse.active,.btn-white.btn-inverse:active,.btn-white.btn-inverse:focus,.btn-white.btn-inverse:hover,.open>.btn-white.btn-inverse.active.dropdown-toggle,.open>.btn-white.btn-inverse.dropdown-toggle{background-color:#e4e4e4!important;border-color:#959595;color:#4c4545!important}.btn-white.btn-inverse.active.no-border,.btn-white.btn-inverse.disabled,.btn-white.btn-inverse.disabled.active,.btn-white.btn-inverse.disabled:active,.btn-white.btn-inverse.disabled:focus,.btn-white.btn-inverse.disabled:hover,.btn-white.btn-inverse:active.no-border,.btn-white.btn-inverse:focus.no-border,.btn-white.btn-inverse:hover.no-border,.btn-white.btn-inverse[disabled],.btn-white.btn-inverse[disabled].active,.btn-white.btn-inverse[disabled]:active,.btn-white.btn-inverse[disabled]:focus,.btn-white.btn-inverse[disabled]:hover,.open>.btn-white.btn-inverse.active.dropdown-toggle.no-border,.open>.btn-white.btn-inverse.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-inverse,fieldset[disabled] .btn-white.btn-inverse.active,fieldset[disabled] .btn-white.btn-inverse:active,fieldset[disabled] .btn-white.btn-inverse:focus,fieldset[disabled] .btn-white.btn-inverse:hover{border-color:#959595}.btn-white.btn-pink,.btn-white.btn-pink.active.no-border,.btn-white.btn-pink.disabled,.btn-white.btn-pink.disabled.active,.btn-white.btn-pink.disabled:active,.btn-white.btn-pink.disabled:focus,.btn-white.btn-pink.disabled:hover,.btn-white.btn-pink:active.no-border,.btn-white.btn-pink:focus.no-border,.btn-white.btn-pink:hover.no-border,.btn-white.btn-pink[disabled],.btn-white.btn-pink[disabled].active,.btn-white.btn-pink[disabled]:active,.btn-white.btn-pink[disabled]:focus,.btn-white.btn-pink[disabled]:hover,.open>.btn-white.btn-pink.active.dropdown-toggle.no-border,.open>.btn-white.btn-pink.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-pink,fieldset[disabled] .btn-white.btn-pink.active,fieldset[disabled] .btn-white.btn-pink:active,fieldset[disabled] .btn-white.btn-pink:focus,fieldset[disabled] .btn-white.btn-pink:hover{border-color:#d299ae}.btn-white.btn-pink{color:#af6f87!important}.btn-white.btn-pink.active,.btn-white.btn-pink:active,.btn-white.btn-pink:focus,.btn-white.btn-pink:hover,.open>.btn-white.btn-pink.active.dropdown-toggle,.open>.btn-white.btn-pink.dropdown-toggle{background-color:#fbeff4!important;border-color:#d299ae;color:#ac5978!important}.btn-white.btn-purple{border-color:#b7b1c6;color:#7d6fa2!important}.btn-white.btn-purple.active,.btn-white.btn-purple:active,.btn-white.btn-purple:focus,.btn-white.btn-purple:hover,.open>.btn-white.btn-purple.active.dropdown-toggle,.open>.btn-white.btn-purple.dropdown-toggle{background-color:#efedf5!important;border-color:#b7b1c6;color:#6d5b9c!important}.btn-white.btn-purple.active.no-border,.btn-white.btn-purple.disabled,.btn-white.btn-purple.disabled.active,.btn-white.btn-purple.disabled:active,.btn-white.btn-purple.disabled:focus,.btn-white.btn-purple.disabled:hover,.btn-white.btn-purple:active.no-border,.btn-white.btn-purple:focus.no-border,.btn-white.btn-purple:hover.no-border,.btn-white.btn-purple[disabled],.btn-white.btn-purple[disabled].active,.btn-white.btn-purple[disabled]:active,.btn-white.btn-purple[disabled]:focus,.btn-white.btn-purple[disabled]:hover,.open>.btn-white.btn-purple.active.dropdown-toggle.no-border,.open>.btn-white.btn-purple.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-purple,fieldset[disabled] .btn-white.btn-purple.active,fieldset[disabled] .btn-white.btn-purple:active,fieldset[disabled] .btn-white.btn-purple:focus,fieldset[disabled] .btn-white.btn-purple:hover{border-color:#b7b1c6}.btn-white.btn-yellow{border-color:#ecd181;color:#d3a61a!important}.btn-white.btn-yellow.active,.btn-white.btn-yellow:active,.btn-white.btn-yellow:focus,.btn-white.btn-yellow:hover,.open>.btn-white.btn-yellow.active.dropdown-toggle,.open>.btn-white.btn-yellow.dropdown-toggle{background-color:#fdf7e4!important;border-color:#ecd181;color:#c29712!important}.btn-white.btn-yellow.active.no-border,.btn-white.btn-yellow.disabled,.btn-white.btn-yellow.disabled.active,.btn-white.btn-yellow.disabled:active,.btn-white.btn-yellow.disabled:focus,.btn-white.btn-yellow.disabled:hover,.btn-white.btn-yellow:active.no-border,.btn-white.btn-yellow:focus.no-border,.btn-white.btn-yellow:hover.no-border,.btn-white.btn-yellow[disabled],.btn-white.btn-yellow[disabled].active,.btn-white.btn-yellow[disabled]:active,.btn-white.btn-yellow[disabled]:focus,.btn-white.btn-yellow[disabled]:hover,.open>.btn-white.btn-yellow.active.dropdown-toggle.no-border,.open>.btn-white.btn-yellow.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-yellow,fieldset[disabled] .btn-white.btn-yellow.active,fieldset[disabled] .btn-white.btn-yellow:active,fieldset[disabled] .btn-white.btn-yellow:focus,fieldset[disabled] .btn-white.btn-yellow:hover{border-color:#ecd181}.btn-white.btn-grey,.btn-white.btn-grey.active.no-border,.btn-white.btn-grey.disabled,.btn-white.btn-grey.disabled.active,.btn-white.btn-grey.disabled:active,.btn-white.btn-grey.disabled:focus,.btn-white.btn-grey.disabled:hover,.btn-white.btn-grey:active.no-border,.btn-white.btn-grey:focus.no-border,.btn-white.btn-grey:hover.no-border,.btn-white.btn-grey[disabled],.btn-white.btn-grey[disabled].active,.btn-white.btn-grey[disabled]:active,.btn-white.btn-grey[disabled]:focus,.btn-white.btn-grey[disabled]:hover,.open>.btn-white.btn-grey.active.dropdown-toggle.no-border,.open>.btn-white.btn-grey.dropdown-toggle.no-border,fieldset[disabled] .btn-white.btn-grey,fieldset[disabled] .btn-white.btn-grey.active,fieldset[disabled] .btn-white.btn-grey:active,fieldset[disabled] .btn-white.btn-grey:focus,fieldset[disabled] .btn-white.btn-grey:hover{border-color:#c6c6c6}.btn-white.btn-grey{color:#8c8c8c!important}.btn-white.btn-grey.active,.btn-white.btn-grey:active,.btn-white.btn-grey:focus,.btn-white.btn-grey:hover,.open>.btn-white.btn-grey.active.dropdown-toggle,.open>.btn-white.btn-grey.dropdown-toggle{background-color:#ededed!important;border-color:#c6c6c6;color:#857979!important}.btn-white.btn-transparent{background-color:rgba(0,0,0,.4)!important}.btn-white.btn-transparent:hover{background-color:rgba(0,0,0,.5)!important}.btn-white.btn-transparent:active,.btn-white.btn-transparent:focus{background-color:rgba(0,0,0,.6)!important}.btn-white.no-border{border-color:transparent!important}.btn.disabled.active,.btn.disabled:active,.btn.disabled:focus,.btn[disabled].active,.btn[disabled]:active,.btn[disabled]:focus{outline:0}.btn.disabled:active,.btn[disabled]:active{top:0;left:0}.btn.active:after{display:inline-block;content:"";position:absolute;border-bottom:1px solid #EFE5B5;left:-4px;right:-4px;bottom:-4px}.btn.btn-link,.btn.btn-no-border{border-width:0!important}.btn.active.btn-sm:after{left:-3px;right:-3px;bottom:-3px}.btn.active.btn-lg:after{left:-5px;right:-5px;bottom:-5px}.btn.active.btn-mini:after,.btn.active.btn-minier:after,.btn.active.btn-xs:after{left:-1px;right:-1px;bottom:-2px}.btn.active.btn-minier:after{bottom:-1px}.btn.active.btn-yellow:after{border-bottom-color:#C96338}.btn.active.btn-light{color:#515151}.btn.active.btn-light:after{border-bottom-color:#B5B5B5}.btn>.ace-icon{margin-right:4px}.btn>.ace-icon.icon-on-right{margin-right:0;margin-left:4px}.btn>.icon-only.ace-icon{margin:0!important;text-align:center;padding:0}.btn-lg>.ace-icon{margin-right:6px}.btn-lg>.ace-icon.icon-on-right{margin-right:0;margin-left:6px}.btn-sm>.ace-icon{margin-right:3px}.btn-sm>.ace-icon.icon-on-right{margin-right:0;margin-left:3px}.btn-mini>.ace-icon,.btn-minier>.ace-icon,.btn-xs>.ace-icon{margin-right:2px}.btn-mini>.ace-icon.icon-on-right,.btn-minier>.ace-icon.icon-on-right,.btn-xs>.ace-icon.icon-on-right{margin-right:0;margin-left:2px}.btn.btn-link{background:0 0!important;color:#08C!important;padding:4px 12px!important;line-height:20px!important}.btn.btn-link:hover{background:0 0!important}.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.open>.btn.btn-link.active,.open>.btn.btn-link:active,.open>.btn.btn-link:focus{background:0 0!important;text-decoration:underline;color:#009ceb!important}.btn.btn-link.active:after,.btn.btn-link:active:after,.btn.btn-link:focus:after{display:none}.btn.btn-link.disabled,.btn.btn-link[disabled]{background:0 0!important;opacity:.65;filter:alpha(opacity=65);text-decoration:none!important}.btn-group:first-child{margin-left:0}.btn-group>.btn,.btn-group>.btn+.btn,.btn-group>.btn:first-child{margin:0 1px 0 0}.btn-group>.btn>.caret{margin-top:15px;margin-left:1px;border-width:5px;border-top-color:#FFF}.btn-group>.btn.btn-sm>.caret{margin-top:10px;border-width:4px}.btn-group>.btn.btn-lg>.caret{margin-top:18px;border-width:6px}.btn-group>.btn.btn-mini>.caret,.btn-group>.btn.btn-xs>.caret{margin-top:9px;border-width:4px}.btn-group>.btn.btn-minier>.caret{margin-top:7px;border-width:3px}.btn-group>.btn+.btn.dropdown-toggle{padding-right:3px;padding-left:3px}.btn-group>.btn+.btn-lg.dropdown-toggle{padding-right:4px;padding-left:4px}.btn-group+.btn,.btn-group>.btn{margin:0 1px 0 0;border-width:3px}.btn-group+.btn.active:after,.btn-group>.btn.active:after{left:-2px;right:-2px;bottom:-2px;border-bottom-width:1px}.btn-group+.btn-lg,.btn-group>.btn-lg{border-width:4px}.btn-group+.btn-lg.active:after,.btn-group>.btn-lg.active:after{left:-3px;right:-3px;bottom:-3px;border-bottom-width:1px}.btn-group+.btn-sm,.btn-group>.btn-sm{border-width:2px}.btn-group+.btn-mini,.btn-group+.btn-minier,.btn-group+.btn-xs,.btn-group>.btn-mini,.btn-group>.btn-minier,.btn-group>.btn-xs,.btn.btn-white{border-width:1px}.btn-group+.btn-sm.active:after,.btn-group>.btn-sm.active:after{left:-1px;right:-1px;bottom:-1px;border-bottom-width:1px}.btn-group+.btn-mini.active:after,.btn-group+.btn-minier.active:after,.btn-group+.btn-xs.active:after,.btn-group>.btn-mini.active:after,.btn-group>.btn-minier.active:after,.btn-group>.btn-xs.active:after{left:0;right:0;bottom:0;border-bottom-width:1px}.btn.btn-bold,.btn.btn-round{border-bottom-width:2px}.btn-group-vertical>.btn:first-child:not(:last-child),.btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0}.btn-group-vertical>.btn,.btn-group-vertical>.btn+.btn{margin:1px 0 0}.btn-group-vertical>.btn:first-child{margin-top:0}.btn-group.btn-overlap>.btn{margin-right:-1px}.btn-group.btn-corner>.btn:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.btn-group.btn-corner>.btn:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.btn-group.btn-corner>.btn.btn-sm:first-child{border-bottom-left-radius:6px;border-top-left-radius:6px}.btn-group.btn-corner>.btn.btn-sm:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px}.btn-group.btn-corner>.btn.btn-mini:first-child,.btn-group.btn-corner>.btn.btn-xs:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.btn-group.btn-corner>.btn.btn-mini:last-child,.btn-group.btn-corner>.btn.btn-xs:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.btn.btn-round{border-radius:4px!important}.btn.btn-app{display:inline-block;width:100px;font-size:18px;font-weight:400;color:#FFF;text-align:center;text-shadow:0 -1px -1px rgba(0,0,0,.2)!important;border:none;border-radius:12px;padding:12px 0 8px;margin:2px;line-height:1.7;position:relative}.btn-app,.btn-app.btn-default,.btn-app.btn-default.disabled:hover,.btn-app.btn-default.no-hover:hover,.btn-app.disabled:hover,.btn-app.no-hover:hover{background:repeat-x #b4c2cc!important;background-image:-webkit-linear-gradient(top,#BCC9D5 0,#ABBAC3 100%)!important;background-image:-o-linear-gradient(top,#BCC9D5 0,#ABBAC3 100%)!important;background-image:linear-gradient(to bottom,#BCC9D5 0,#ABBAC3 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0)!important}.btn-app.btn-default:hover,.btn-app:hover{background:repeat-x #9baebc!important;background-image:-webkit-linear-gradient(top,#a3b5c5 0,#93a6b2 100%)!important;background-image:-o-linear-gradient(top,#a3b5c5 0,#93a6b2 100%)!important;background-image:linear-gradient(to bottom,#a3b5c5 0,#93a6b2 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3b5c5', endColorstr='#ff93a6b2', GradientType=0)!important}.btn-app.btn-primary,.btn-app.btn-primary.disabled:hover,.btn-app.btn-primary.no-hover:hover{background:repeat-x #2a8bcb!important;background-image:-webkit-linear-gradient(top,#3B98D6 0,#197EC1 100%)!important;background-image:-o-linear-gradient(top,#3B98D6 0,#197EC1 100%)!important;background-image:linear-gradient(to bottom,#3B98D6 0,#197EC1 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0)!important}.btn-app.btn-primary:hover{background:repeat-x #1d6fa6!important;background-image:-webkit-linear-gradient(top,#267eb8 0,#136194 100%)!important;background-image:-o-linear-gradient(top,#267eb8 0,#136194 100%)!important;background-image:linear-gradient(to bottom,#267eb8 0,#136194 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff267eb8', endColorstr='#ff136194', GradientType=0)!important}.btn-app.btn-info,.btn-app.btn-info.disabled:hover,.btn-app.btn-info.no-hover:hover{background:repeat-x #68adde!important;background-image:-webkit-linear-gradient(top,#75B5E6 0,#5BA4D5 100%)!important;background-image:-o-linear-gradient(top,#75B5E6 0,#5BA4D5 100%)!important;background-image:linear-gradient(to bottom,#75B5E6 0,#5BA4D5 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6', endColorstr='#ff5ba4d5', GradientType=0)!important}.btn-app.btn-info:hover{background:repeat-x #3f96d4!important;background-image:-webkit-linear-gradient(top,#4a9ede 0,#348dc9 100%)!important;background-image:-o-linear-gradient(top,#4a9ede 0,#348dc9 100%)!important;background-image:linear-gradient(to bottom,#4a9ede 0,#348dc9 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a9ede', endColorstr='#ff348dc9', GradientType=0)!important}.btn-app.btn-success,.btn-app.btn-success.disabled:hover,.btn-app.btn-success.no-hover:hover{background:repeat-x #85b558!important;background-image:-webkit-linear-gradient(top,#8EBF60 0,#7DAA50 100%)!important;background-image:-o-linear-gradient(top,#8EBF60 0,#7DAA50 100%)!important;background-image:linear-gradient(to bottom,#8EBF60 0,#7DAA50 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ebf60', endColorstr='#ff7daa50', GradientType=0)!important}.btn-app.btn-success:hover{background:repeat-x #6c9842!important;background-image:-webkit-linear-gradient(top,#74a844 0,#648740 100%)!important;background-image:-o-linear-gradient(top,#74a844 0,#648740 100%)!important;background-image:linear-gradient(to bottom,#74a844 0,#648740 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74a844', endColorstr='#ff648740', GradientType=0)!important}.btn-app.btn-danger,.btn-app.btn-danger.disabled:hover,.btn-app.btn-danger.no-hover:hover{background:repeat-x #d3413b!important;background-image:-webkit-linear-gradient(top,#D55B52 0,#D12723 100%)!important;background-image:-o-linear-gradient(top,#D55B52 0,#D12723 100%)!important;background-image:linear-gradient(to bottom,#D55B52 0,#D12723 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd55b52', endColorstr='#ffd12723', GradientType=0)!important}.btn-app.btn-danger:hover{background:repeat-x #b52c26!important;background-image:-webkit-linear-gradient(top,#c43a30 0,#a51f1c 100%)!important;background-image:-o-linear-gradient(top,#c43a30 0,#a51f1c 100%)!important;background-image:linear-gradient(to bottom,#c43a30 0,#a51f1c 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc43a30', endColorstr='#ffa51f1c', GradientType=0)!important}.btn-app.btn-warning,.btn-app.btn-warning.disabled:hover,.btn-app.btn-warning.no-hover:hover{background:repeat-x #ffb44b!important;background-image:-webkit-linear-gradient(top,#FFBF66 0,#FFA830 100%)!important;background-image:-o-linear-gradient(top,#FFBF66 0,#FFA830 100%)!important;background-image:linear-gradient(to bottom,#FFBF66 0,#FFA830 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbf66', endColorstr='#ffffa830', GradientType=0)!important}.btn-app.btn-warning:hover{background:repeat-x #fe9e19!important;background-image:-webkit-linear-gradient(top,#fa3 0,#fc9200 100%)!important;background-image:-o-linear-gradient(top,#fa3 0,#fc9200 100%)!important;background-image:linear-gradient(to bottom,#fa3 0,#fc9200 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaa33', endColorstr='#fffc9200', GradientType=0)!important}.btn-app.btn-purple,.btn-app.btn-purple.disabled:hover,.btn-app.btn-purple.no-hover:hover{background:repeat-x #9889c1!important;background-image:-webkit-linear-gradient(top,#A696CE 0,#8A7CB4 100%)!important;background-image:-o-linear-gradient(top,#A696CE 0,#8A7CB4 100%)!important;background-image:linear-gradient(to bottom,#A696CE 0,#8A7CB4 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa696ce', endColorstr='#ff8a7cb4', GradientType=0)!important}.btn-app.btn-purple:hover{background:repeat-x #7b68af!important;background-image:-webkit-linear-gradient(top,#8973be 0,#6d5ca1 100%)!important;background-image:-o-linear-gradient(top,#8973be 0,#6d5ca1 100%)!important;background-image:linear-gradient(to bottom,#8973be 0,#6d5ca1 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8973be', endColorstr='#ff6d5ca1', GradientType=0)!important}.btn-app.btn-pink,.btn-app.btn-pink.disabled:hover,.btn-app.btn-pink.no-hover:hover{background:repeat-x #d54c7e!important;background-image:-webkit-linear-gradient(top,#DB5E8C 0,#CE3970 100%)!important;background-image:-o-linear-gradient(top,#DB5E8C 0,#CE3970 100%)!important;background-image:linear-gradient(to bottom,#DB5E8C 0,#CE3970 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5e8c', endColorstr='#ffce3970', GradientType=0)!important}.btn-app.btn-pink:hover{background:repeat-x #be2f64!important;background-image:-webkit-linear-gradient(top,#d2346e 0,#aa2a59 100%)!important;background-image:-o-linear-gradient(top,#d2346e 0,#aa2a59 100%)!important;background-image:linear-gradient(to bottom,#d2346e 0,#aa2a59 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2346e', endColorstr='#ffaa2a59', GradientType=0)!important}.btn-app.btn-inverse,.btn-app.btn-inverse.disabled:hover,.btn-app.btn-inverse.no-hover:hover{background:repeat-x #444!important;background-image:-webkit-linear-gradient(top,#555 0,#333 100%)!important;background-image:-o-linear-gradient(top,#555 0,#333 100%)!important;background-image:linear-gradient(to bottom,#555 0,#333 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0)!important}.btn-app.btn-inverse:hover{background:repeat-x #2b2b2b!important;background-image:-webkit-linear-gradient(top,#3b3b3b 0,#1a1a1a 100%)!important;background-image:-o-linear-gradient(top,#3b3b3b 0,#1a1a1a 100%)!important;background-image:linear-gradient(to bottom,#3b3b3b 0,#1a1a1a 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff1a1a1a', GradientType=0)!important}.btn-app.btn-grey,.btn-app.btn-grey.disabled:hover,.btn-app.btn-grey.no-hover:hover{background:repeat-x #797979!important;background-image:-webkit-linear-gradient(top,#898989 0,#696969 100%)!important;background-image:-o-linear-gradient(top,#898989 0,#696969 100%)!important;background-image:linear-gradient(to bottom,#898989 0,#696969 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff898989', endColorstr='#ff696969', GradientType=0)!important}.btn-app.btn-grey:hover{background:repeat-x #6c6c6c!important;background-image:-webkit-linear-gradient(top,#7c7c7c 0,#5c5c5c 100%)!important;background-image:-o-linear-gradient(top,#7c7c7c 0,#5c5c5c 100%)!important;background-image:linear-gradient(to bottom,#7c7c7c 0,#5c5c5c 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c7c7c', endColorstr='#ff5c5c5c', GradientType=0)!important}.btn.btn-app.btn-light{color:#5A5A5A!important;text-shadow:0 1px 1px #EEE!important}.btn.btn-app.btn-light,.btn.btn-app.btn-light.disabled:hover,.btn.btn-app.btn-light.no-hover:hover{background:repeat-x #ededed!important;background-image:-webkit-linear-gradient(top,#F4F4F4 0,#E6E6E6 100%)!important;background-image:-o-linear-gradient(top,#F4F4F4 0,#E6E6E6 100%)!important;background-image:linear-gradient(to bottom,#F4F4F4 0,#E6E6E6 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe6e6e6', GradientType=0)!important}.btn.btn-app.btn-light:hover{background:repeat-x #e0e0e0!important;background-image:-webkit-linear-gradient(top,#e7e7e7 0,#d9d9d9 100%)!important;background-image:-o-linear-gradient(top,#e7e7e7 0,#d9d9d9 100%)!important;background-image:linear-gradient(to bottom,#e7e7e7 0,#d9d9d9 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffd9d9d9', GradientType=0)!important}.btn.btn-app.btn-yellow{color:#963!important;text-shadow:0 -1px 0 rgba(255,255,255,.4)!important}.btn.btn-app.btn-yellow,.btn.btn-app.btn-yellow.disabled:hover,.btn.btn-app.btn-yellow.no-hover:hover{background:repeat-x #fee088!important;background-image:-webkit-linear-gradient(top,#FFE8A5 0,#FCD76A 100%)!important;background-image:-o-linear-gradient(top,#FFE8A5 0,#FCD76A 100%)!important;background-image:linear-gradient(to bottom,#FFE8A5 0,#FCD76A 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8a5', endColorstr='#fffcd76a', GradientType=0)!important}.btn.btn-app.btn-yellow:hover{background:repeat-x #fdd96e!important;background-image:-webkit-linear-gradient(top,#ffe18b 0,#fbd051 100%)!important;background-image:-o-linear-gradient(top,#ffe18b 0,#fbd051 100%)!important;background-image:linear-gradient(to bottom,#ffe18b 0,#fbd051 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe18b', endColorstr='#fffbd051', GradientType=0)!important}.badge,.label{font-weight:400;background-color:#ABBAC3;text-shadow:none}.btn.btn-app>.ace-icon{opacity:.88}.btn.btn-app:hover>.ace-icon{opacity:1}.btn.btn-app.btn-sm{width:80px;font-size:16px;border-radius:10px;line-height:1.5}.btn.btn-app.btn-xs{width:64px;font-size:15px;border-radius:8px;padding-bottom:7px;padding-top:8px;line-height:1.45}.btn.btn-app>.ace-icon{display:block;font-size:42px;margin:0 0 4px;line-height:36px;min-width:0;padding:0}.dropdown-50,.dropdown-menu.dropdown-only-icon{min-width:50px}.btn.btn-app.btn-sm>.ace-icon{display:block;font-size:32px;line-height:30px;margin:0 0 3px}.btn.btn-app.btn-xs>.ace-icon{display:block;font-size:24px;line-height:24px;margin:0}.btn.btn-app.no-radius{border-radius:0}.btn.btn-app.radius-4{border-radius:4px}.btn.btn-app>.badge,.btn.btn-app>.label{position:absolute!important;top:-2px;right:-2px;padding:1px 3px;text-align:center;font-size:12px;color:#FFF}.btn.btn-app>.badge.badge-left,.btn.btn-app>.badge.label-left,.btn.btn-app>.label.badge-left,.btn.btn-app>.label.label-left{right:auto;left:-2px}.btn.btn-app>.badge-yellow,.btn.btn-app>.label-yellow{color:#963}.btn.btn-app>.badge-light,.btn.btn-app>.label-light{color:#888}.btn.btn-app>.label{padding:1px 6px 3px;font-size:13px}.badge,.label{font-size:12px}.btn.btn-app.no-radius>.badge,.btn.btn-app.radius-4>.badge{border-radius:3px}.badge.no-radius,.btn.btn-app.no-radius>.badge.no-radius,.btn.btn-app.radius-4>.badge.no-radius,.label{border-radius:0}.btn.btn-app.active{color:#FFF}.btn.btn-app.active:after{display:none}.btn.btn-app.active.btn-yellow{color:#963;border-color:#FEE188}.btn.btn-app.active.btn-light{color:#515151}.btn-group>.btn-app:first-child:not(:last-child):not(.dropdown-toggle){margin-right:24px}.label.arrowed-in-right,.label.arrowed-right{margin-right:5px}.btn-group>.btn-app+.btn-app.dropdown-toggle{position:absolute;width:auto;height:100%;padding-left:6px;padding-right:6px;margin-left:-23px;border-bottom-left-radius:0;border-top-left-radius:0;right:0}.label.arrowed,.label.arrowed-in{margin-left:5px}.btn.btn-app.btn-light,.btn.btn-app.btn-yellow{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.08) inset!important;box-shadow:0 0 0 1px rgba(0,0,0,.08) inset!important}.dropdown-menu,.ui-datepicker{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.label{color:#FFF;display:inline-block}.label[class*=col-][class*=arrow]{min-height:0}@media screen and (-webkit-min-device-pixel-ratio:0){.label:empty,::safari-only{display:inline-block}.badge:empty,::safari-only{display:inline-block}}.badge{padding-top:1px;padding-bottom:3px;line-height:15px}.badge.radius-1{border-radius:1px}.badge.radius-2{border-radius:2px}.badge.radius-3{border-radius:3px}.badge.radius-4{border-radius:4px}.badge.radius-5{border-radius:5px}.badge.radius-6{border-radius:6px}.badge-transparent,.badge.badge-transparent,.label-transparent,.label.label-transparent{background-color:transparent}.badge-grey,.badge.badge-grey,.label-grey,.label.label-grey{background-color:#A0A0A0}.badge-info,.badge.badge-info,.label-info,.label.label-info{background-color:#3A87AD}.badge-primary,.badge.badge-primary,.label-primary,.label.label-primary{background-color:#428BCA}.badge-success,.badge.badge-success,.label-success,.label.label-success{background-color:#82AF6F}.badge-danger,.badge-important,.badge.badge-danger,.badge.badge-important,.label-danger,.label-important,.label.label-danger,.label.label-important{background-color:#D15B47}.badge-inverse,.badge.badge-inverse,.label-inverse,.label.label-inverse{background-color:#333}.badge-warning,.badge.badge-warning,.label-warning,.label.label-warning{background-color:#F89406}.badge-pink,.badge.badge-pink,.label-pink,.label.label-pink{background-color:#D6487E}.badge-purple,.badge.badge-purple,.label-purple,.label.label-purple{background-color:#9585BF}.badge-yellow,.badge.badge-yellow,.label-yellow,.label.label-yellow{background-color:#FEE188}.badge-light,.badge.badge-light,.label-light,.label.label-light{background-color:#E7E7E7}.badge-yellow,.label-yellow{color:#963;border-color:#FEE188}.badge-light,.label-light{color:#888}.label.arrowed,.label.arrowed-in{position:relative;z-index:1}.label.arrowed-in:before,.label.arrowed:before{display:inline-block;content:"";position:absolute;top:0;z-index:-1;border:1px solid transparent;border-right-color:#ABBAC3}.label.arrowed-in:before{border-color:#ABBAC3 #ABBAC3 #ABBAC3 transparent}.label.arrowed-in-right,.label.arrowed-right{position:relative;z-index:1}.label.arrowed-in-right:after,.label.arrowed-right:after{display:inline-block;content:"";position:absolute;top:0;z-index:-1;border:1px solid transparent;border-left-color:#ABBAC3}.label.arrowed-in-right:after{border-color:#ABBAC3 transparent #ABBAC3 #ABBAC3}.label-info.arrowed:before{border-right-color:#3A87AD}.label-info.arrowed-in:before{border-color:#3A87AD #3A87AD #3A87AD transparent}.label-info.arrowed-right:after{border-left-color:#3A87AD}.label-info.arrowed-in-right:after{border-color:#3A87AD transparent #3A87AD #3A87AD}.label-primary.arrowed:before{border-right-color:#428BCA}.label-primary.arrowed-in:before{border-color:#428BCA #428BCA #428BCA transparent}.label-primary.arrowed-right:after{border-left-color:#428BCA}.label-primary.arrowed-in-right:after{border-color:#428BCA transparent #428BCA #428BCA}.label-success.arrowed:before{border-right-color:#82AF6F}.label-success.arrowed-in:before{border-color:#82AF6F #82AF6F #82AF6F transparent}.label-success.arrowed-right:after{border-left-color:#82AF6F}.label-success.arrowed-in-right:after{border-color:#82AF6F transparent #82AF6F #82AF6F}.label-warning.arrowed:before{border-right-color:#F89406}.label-danger.arrowed:before,.label-important.arrowed:before{border-right-color:#D15B47}.label-warning.arrowed-in:before{border-color:#F89406 #F89406 #F89406 transparent}.label-warning.arrowed-right:after{border-left-color:#F89406}.label-danger.arrowed-right:after,.label-important.arrowed-right:after{border-left-color:#D15B47}.label-warning.arrowed-in-right:after{border-color:#F89406 transparent #F89406 #F89406}.label-important.arrowed-in:before{border-color:#D15B47 #D15B47 #D15B47 transparent}.label-important.arrowed-in-right:after{border-color:#D15B47 transparent #D15B47 #D15B47}.label-danger.arrowed-in:before{border-color:#D15B47 #D15B47 #D15B47 transparent}.label-danger.arrowed-in-right:after{border-color:#D15B47 transparent #D15B47 #D15B47}.label-inverse.arrowed:before{border-right-color:#333}.label-inverse.arrowed-in:before{border-color:#333 #333 #333 transparent}.label-inverse.arrowed-right:after{border-left-color:#333}.label-inverse.arrowed-in-right:after{border-color:#333 transparent #333 #333}.label-pink.arrowed:before{border-right-color:#D6487E}.label-pink.arrowed-in:before{border-color:#D6487E #D6487E #D6487E transparent}.label-pink.arrowed-right:after{border-left-color:#D6487E}.label-pink.arrowed-in-right:after{border-color:#D6487E transparent #D6487E #D6487E}.label-purple.arrowed:before{border-right-color:#9585BF}.label-purple.arrowed-in:before{border-color:#9585BF #9585BF #9585BF transparent}.label-purple.arrowed-right:after{border-left-color:#9585BF}.label-purple.arrowed-in-right:after{border-color:#9585BF transparent #9585BF #9585BF}.label-yellow.arrowed:before{border-right-color:#FEE188}.label-yellow.arrowed-in:before{border-color:#FEE188 #FEE188 #FEE188 transparent}.label-yellow.arrowed-right:after{border-left-color:#FEE188}.label-yellow.arrowed-in-right:after{border-color:#FEE188 transparent #FEE188 #FEE188}.label-light.arrowed:before{border-right-color:#E7E7E7}.label-light.arrowed-in:before{border-color:#E7E7E7 #E7E7E7 #E7E7E7 transparent}.label-light.arrowed-right:after{border-left-color:#E7E7E7}.label-light.arrowed-in-right:after{border-color:#E7E7E7 transparent #E7E7E7 #E7E7E7}.label-grey.arrowed:before{border-right-color:#A0A0A0}.label-grey.arrowed-in:before{border-color:#A0A0A0 #A0A0A0 #A0A0A0 transparent}.label-grey.arrowed-right:after{border-left-color:#A0A0A0}.label-grey.arrowed-in-right:after{border-color:#A0A0A0 transparent #A0A0A0 #A0A0A0}.label{line-height:1.15;height:20px}.label.arrowed:before{left:-10px;border-width:10px 5px}.label-lg.arrowed,.label-lg.arrowed-in{margin-left:6px}.label.arrowed-in:before{left:-5px;border-width:10px 5px}.label.arrowed-right:after{right:-10px;border-width:10px 5px}.label-lg.arrowed-in-right,.label-lg.arrowed-right{margin-right:6px}.label.arrowed-in-right:after{right:-5px;border-width:10px 5px}.label-lg{padding:.3em .6em .4em;font-size:13px;line-height:1.1;height:24px}.label-lg.arrowed:before{left:-12px;border-width:12px 6px}.label-xlg.arrowed,.label-xlg.arrowed-in{margin-left:7px}.label-lg.arrowed-in:before{left:-6px;border-width:12px 6px}.label-lg.arrowed-right:after{right:-12px;border-width:12px 6px}.label-xlg.arrowed-in-right,.label-xlg.arrowed-right{margin-right:7px}.label-lg.arrowed-in-right:after{right:-6px;border-width:12px 6px}.label-xlg{padding:.3em .7em .4em;font-size:14px;line-height:1.3;height:28px}.label-xlg.arrowed:before{left:-14px;border-width:14px 7px}.label-sm.arrowed,.label-sm.arrowed-in{margin-left:4px}.label-xlg.arrowed-in:before{left:-7px;border-width:14px 7px}.label-xlg.arrowed-right:after{right:-14px;border-width:14px 7px}.label-sm.arrowed-in-right,.label-sm.arrowed-right{margin-right:4px}.label-xlg.arrowed-in-right:after{right:-7px;border-width:14px 7px}.label-sm{padding:.2em .4em .3em;font-size:11px;line-height:1;height:18px}.label-sm.arrowed:before{left:-8px;border-width:9px 4px}.label-sm.arrowed-in:before{left:-4px;border-width:9px 4px}.label-sm.arrowed-right:after{right:-8px;border-width:9px 4px}.label-sm.arrowed-in-right:after{right:-4px;border-width:9px 4px}.label>.ace-icon,.label>span{line-height:1;vertical-align:bottom}.label.label-white{color:#879da9;border:1px solid #ABBAC3;background-color:#f2f5f6;border-right-width:1px;border-left-width:2px}.label-white.label-success{color:#7b9e6c;border-color:#9fbf92;background-color:#edf3ea}.label-white.label-warning{color:#d9993e;border-color:#e4ae62;background-color:#fef6eb}.label-white.label-primary{color:#6688a6;border-color:#8aafce;background-color:#eaf2f8}.label-white.label-danger{color:#bd7f75;border-color:#d28679;background-color:#fcf4f2}.label-white.label-info{color:#4e7a8f;border-color:#7aa1b4;background-color:#eaf3f7}.label-white.label-inverse{color:#404040;border-color:#737373;background-color:#ededed}.label-white.label-pink{color:#af6f87;border-color:#d299ae;background-color:#fbeff4}.label-white.label-purple{color:#7d6fa2;border-color:#b7b1c6;background-color:#efedf5}.label-white.label-yellow{color:#cfa114;border-color:#ecd181;background-color:#fdf7e4}.label-white.label-grey{color:#878787;border-color:#cecece;background-color:#ededed}@media screen and (-webkit-min-device-pixel-ratio:1.08) and (-webkit-max-device-pixel-ratio:1.15),screen and (min--moz-device-pixel-ratio:1.08) and (max--moz-device-pixel-ratio:1.15){.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{border-width:10.5px 6px 11px;left:-11px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{border-width:10.5px 6px 11px;right:-11px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before{border-width:10.5px 5px 11px;left:-6px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after{border-width:10.5px 5px 11px;right:-6px}}@media screen and (-webkit-min-device-pixel-ratio:1.2) and (-webkit-max-device-pixel-ratio:1.45),screen and (min--moz-device-pixel-ratio:1.2) and (max--moz-device-pixel-ratio:1.45),screen and (-webkit-min-device-pixel-ratio:1.6) and (-webkit-max-device-pixel-ratio:1.9),screen and (min--moz-device-pixel-ratio:1.6) and (max--moz-device-pixel-ratio:1.9){.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{border-width:10.5px 6px;left:-11px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{border-width:10.5px 6px;right:-11px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before{border-width:10.5px 5px 10px;left:-6px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after{border-width:10.5px 5px 10px;right:-6px}}@media screen and (-webkit-min-device-pixel-ratio:1.5) and (-webkit-max-device-pixel-ratio:1.6),screen and (min--moz-device-pixel-ratio:1.5) and (max--moz-device-pixel-ratio:1.6){.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{border-width:10px 6px;left:-12px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{border-width:10px 6px;right:-12px}}@media screen and (-webkit-min-device-pixel-ratio:1.7) and (-webkit-max-device-pixel-ratio:1.8),screen and (min--moz-device-pixel-ratio:1.7) and (max--moz-device-pixel-ratio:1.8){.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{border-width:10px 6px;left:-11.5px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{border-width:10px 6px;right:-11.5px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before{border-width:10px 5px;left:-6px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after{border-width:10px 5px;right:-6px}}@media screen and (-webkit-min-device-pixel-ratio:0.8) and (-webkit-max-device-pixel-ratio:0.9),screen and (min--moz-device-pixel-ratio:0.8) and (max--moz-device-pixel-ratio:0.9){.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{border-width:11px 6px;left:-11.5px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{border-width:11px 6px;right:-11.5px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before{border-width:11px 5px;left:-6px}.label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after{border-width:11px 5px;right:-6px}}@media screen and (-webkit-min-device-pixel-ratio:1.08) and (-webkit-max-device-pixel-ratio:1.15),screen and (min--moz-device-pixel-ratio:1.08) and (max--moz-device-pixel-ratio:1.15){.label-lg.arrowed:before{left:-11px}.label-lg.arrowed-right:after{right:-11px}}@media screen and (-webkit-min-device-pixel-ratio:1.7) and (-webkit-max-device-pixel-ratio:1.8),screen and (min--moz-device-pixel-ratio:1.7) and (max--moz-device-pixel-ratio:1.8){.label-lg.arrowed:before{left:-11.5px}.label-lg.arrowed-right:after{right:-11.5px}.label-lg.arrowed-in:before{border-width:12.5px 6px 12px;left:-6px}.label-lg.arrowed-in-right:after{border-width:12.5px 6px 12px;right:-6px}}@media screen and (-webkit-min-device-pixel-ratio:1.08) and (-webkit-max-device-pixel-ratio:1.15),screen and (min--moz-device-pixel-ratio:1.08) and (max--moz-device-pixel-ratio:1.15){.label-xlg.arrowed:before{left:-13px}.label-xlg.arrowed-right:after{right:-13px}.label-xlg.arrowed-in-right:after,.label-xlg.arrowed-in:before{border-width:14px 7px 14.5px}}@media screen and (-webkit-min-device-pixel-ratio:1.2) and (-webkit-max-device-pixel-ratio:1.3),screen and (min--moz-device-pixel-ratio:1.2) and (max--moz-device-pixel-ratio:1.3){.label-xlg.arrowed:before{border-width:14.5px 7px;left:-13.5px}.label-xlg.arrowed-right:after{border-width:14.5px 7px;right:-13.5px}.label-xlg.arrowed-in-right:after,.label-xlg.arrowed-in:before{border-width:14.5px 7px}}@media screen and (-webkit-min-device-pixel-ratio:1.3) and (-webkit-max-device-pixel-ratio:1.4),screen and (-webkit-min-device-pixel-ratio:1.5) and (-webkit-max-device-pixel-ratio:1.6),screen and (min--moz-device-pixel-ratio:1.3) and (max--moz-device-pixel-ratio:1.4),screen and (min--moz-device-pixel-ratio:1.5) and (max--moz-device-pixel-ratio:1.6){.label-xlg.arrowed:before{border-width:14.5px 7.5px;left:-14.5px}.label-xlg.arrowed-right:after{border-width:14.5px 7.5px;right:-14.5px}.label-xlg.arrowed-in-right:after,.label-xlg.arrowed-in:before{border-width:14.5px 7px}}@media screen and (-webkit-min-device-pixel-ratio:1.08) and (-webkit-max-device-pixel-ratio:1.15),screen and (min--moz-device-pixel-ratio:1.08) and (max--moz-device-pixel-ratio:1.15){.label-sm.arrowed:before{border-width:9px 5px;left:-9px}.label-sm.arrowed-right:after{border-width:9px 5px;right:-9px}.label-sm.arrowed-in-right:after,.label-sm.arrowed-in:before{border-width:10px 4px}}@media screen and (-webkit-min-device-pixel-ratio:1.2) and (-webkit-max-device-pixel-ratio:1.3),screen and (min--moz-device-pixel-ratio:1.2) and (max--moz-device-pixel-ratio:1.3){.label-sm.arrowed:before{border-width:9.5px 5px;left:-10px}.label-sm.arrowed-right:after{border-width:9.5px 5px;right:-10px}.label-sm.arrowed-in-right:after,.label-sm.arrowed-in:before{border-width:9.5px 4px}}.dropdown-menu>.active>a>.ace-icon,.dropdown-menu>li>a:focus>.ace-icon,.dropdown-menu>li>a:hover>.ace-icon,.dropdown-submenu:focus>a>.ace-icon,.dropdown-submenu:hover>a>.ace-icon,.icon-white,.nav-list>.active>a>.ace-icon,.nav-pills>.active>a>.ace-icon,.navbar-inverse .nav>.active>a>.ace-icon{background-image:none}.dropdown-menu{border-radius:0!important;box-shadow:0 2px 4px rgba(0,0,0,.2)}.dropdown-menu>li>a{font-size:13px;padding-left:11px;padding-right:11px;padding-bottom:4px;margin-bottom:1px;margin-top:1px}.dropdown-menu.dropdown-only-icon>li{margin:0 4px}.dropdown-menu.dropdown-only-icon>li>a .ace-icon{width:18px;display:inline-block;text-align:center}.dropdown-menu.dropdown-only-icon>li>a .icon-2x{width:36px}.dropdown-menu>li.active:hover>a,.dropdown-menu>li.active>a,.dropdown-menu>li:hover>a,.dropdown-menu>li>a:active,.dropdown-menu>li>a:focus{background:#4F99C6;color:#FFF}.dropdown-default>li.active:hover>a,.dropdown-default>li.active>a,.dropdown-default>li:hover>a,.dropdown-default>li>a:active,.dropdown-default>li>a:focus{background:#ABBAC3;color:#FFF}.dropdown-info>li.active:hover>a,.dropdown-info>li.active>a,.dropdown-info>li:hover>a,.dropdown-info>li>a:active,.dropdown-info>li>a:focus{background:#6FB3E0;color:#FFF}.dropdown-primary>li.active:hover>a,.dropdown-primary>li.active>a,.dropdown-primary>li:hover>a,.dropdown-primary>li>a:active,.dropdown-primary>li>a:focus{background:#428BCA;color:#FFF}.dropdown-success>li.active:hover>a,.dropdown-success>li.active>a,.dropdown-success>li:hover>a,.dropdown-success>li>a:active,.dropdown-success>li>a:focus{background:#87B87F;color:#FFF}.dropdown-warning>li.active:hover>a,.dropdown-warning>li.active>a,.dropdown-warning>li:hover>a,.dropdown-warning>li>a:active,.dropdown-warning>li>a:focus{background:#FFA24D;color:#FFF}.dropdown-danger>li.active:hover>a,.dropdown-danger>li.active>a,.dropdown-danger>li:hover>a,.dropdown-danger>li>a:active,.dropdown-danger>li>a:focus{background:#D15B47;color:#FFF}.dropdown-inverse>li.active:hover>a,.dropdown-inverse>li.active>a,.dropdown-inverse>li:hover>a,.dropdown-inverse>li>a:active,.dropdown-inverse>li>a:focus{background:#555;color:#FFF}.dropdown-purple>li.active:hover>a,.dropdown-purple>li.active>a,.dropdown-purple>li:hover>a,.dropdown-purple>li>a:active,.dropdown-purple>li>a:focus{background:#9585BF;color:#FFF}.dropdown-pink>li.active:hover>a,.dropdown-pink>li.active>a,.dropdown-pink>li:hover>a,.dropdown-pink>li>a:active,.dropdown-pink>li>a:focus{background:#D6487E;color:#FFF}.dropdown-grey>li.active:hover>a,.dropdown-grey>li.active>a,.dropdown-grey>li:hover>a,.dropdown-grey>li>a:active,.dropdown-grey>li>a:focus{background:#A0A0A0;color:#FFF}.dropdown-light>li.active:hover>a,.dropdown-light>li.active>a,.dropdown-light>li:hover>a,.dropdown-light>li>a:active,.dropdown-light>li>a:focus{background:#E7E7E7;color:#333}.dropdown-lighter>li.active:hover>a,.dropdown-lighter>li.active>a,.dropdown-lighter>li:hover>a,.dropdown-lighter>li>a:active,.dropdown-lighter>li>a:focus{background:#EFEFEF;color:#444}.dropdown-lightest>li.active:hover>a,.dropdown-lightest>li.active>a,.dropdown-lightest>li:hover>a,.dropdown-lightest>li>a:active,.dropdown-lightest>li>a:focus{background:#F3F3F3;color:#444}.dropdown-yellow>li.active:hover>a,.dropdown-yellow>li.active>a,.dropdown-yellow>li:hover>a,.dropdown-yellow>li>a:active,.dropdown-yellow>li>a:focus{background:#FEE188;color:#444}.dropdown-yellow2>li.active:hover>a,.dropdown-yellow2>li.active>a,.dropdown-yellow2>li:hover>a,.dropdown-yellow2>li>a:active,.dropdown-yellow2>li>a:focus{background:#F9E8B3;color:#444}.dropdown-light-blue>li.active:hover>a,.dropdown-light-blue>li.active>a,.dropdown-light-blue>li:hover>a,.dropdown-light-blue>li>a:active,.dropdown-light-blue>li>a:focus{background:#ECF3F9;color:#456}.dropdown-menu.dropdown-close{top:92%;left:-5px}.dropdown-menu.dropdown-close.dropdown-menu-right{left:auto;right:-5px}.dropdown-menu.dropdown-closer{top:80%;left:-10px}.dropdown-menu.dropdown-closer.dropdown-menu-right{right:-10px;left:auto}.dropup>.dropdown-menu,.navbar-fixed-bottom .dropdown>.dropdown-menu{top:auto!important;bottom:100%}.dropup>.dropdown-menu.dropdown-close,.navbar-fixed-bottom .dropdown>.dropdown-menu.dropdown-close{bottom:92%}.dropup>.dropdown-menu.dropdown-closer,.navbar-fixed-bottom .dropdown>.dropdown-menu.dropdown-closer{bottom:80%}.dropdown-submenu>.dropdown-menu{border-radius:0}.dropdown-submenu>a:after{margin-right:-5px}.dropdown-75{min-width:75px}.dropdown-100{min-width:100px}.dropdown-125{min-width:125px}.dropdown-150{min-width:150px}.dropdown-hover{position:relative}.dropdown-hover:before{display:block;content:"";position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px;background-color:transparent}.dropdown-hover:hover>.dropdown-menu{display:block}.dropdown-menu.dropdown-caret:after,.dropdown-menu.dropdown-caret:before{content:"";display:inline-block;position:absolute}.dropdown-menu>.dropdown-hover>.dropdown-menu{top:-5px;left:99%;right:auto}.dropdown-menu>.dropdown-hover>.dropdown-menu.dropdown-menu-right{left:auto;right:99%}.dropdown-menu>.dropdown-hover.dropup>.dropdown-menu,.dropup .dropdown-menu>.dropdown-hover>.dropdown-menu{top:auto;bottom:-5px}.dropdown-menu.dropdown-caret:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;left:9px;top:-6px}.dropdown-menu.dropdown-caret:after{border-bottom:6px solid #FFF;border-left:6px solid transparent;border-right:6px solid transparent;left:10px;top:-5px}.dropdown-menu.dropdown-caret-right.dropdown-caret:before,.dropdown-menu.dropdown-menu-right.dropdown-caret:before{left:auto;right:9px}.dropdown-menu.dropdown-caret-right.dropdown-caret:after,.dropdown-menu.dropdown-menu-right.dropdown-caret:after{left:auto;right:10px}.dropup>.dropdown-menu.dropdown-caret:before,.navbar-fixed-bottom .dropdown>.dropdown-menu.dropdown-caret:before{border-bottom-width:0;border-top:7px solid rgba(0,0,0,.2);bottom:-7px;top:auto}.dropup>.dropdown-menu.dropdown-caret:after,.navbar-fixed-bottom .dropdown>.dropdown-menu.dropdown-caret:after{border-bottom-width:0;border-top:6px solid #FFF;bottom:-6px;top:auto}.dropdown-colorpicker>.dropdown-menu{padding:4px;min-width:130px;max-width:130px;top:80%;left:-7px}.dropdown-colorpicker>.dropdown-menu.dropdown-menu-right{right:-7px;left:auto}.dropdown-colorpicker>.dropdown-menu>li{display:block;float:left;width:20px;height:20px;margin:2px}.dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn{display:block;width:20px;height:20px;margin:0;padding:0;border-radius:0;position:relative;-webkit-transition:all ease .1s;-o-transition:all ease .1s;transition:all ease .1s}.dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn:hover{text-decoration:none;opacity:.8;filter:alpha(opacity=80);-webkit-transform:scale(1.08,1.08);-ms-transform:scale(1.08,1.08);-o-transform:scale(1.08,1.08);transform:scale(1.08,1.08)}.dropdown-colorpicker>.dropdown-menu>li>.colorpick-btn.selected:after{content:"\f00c";display:inline-block;font-family:FontAwesome;font-size:11px;color:#FFF;position:absolute;left:0;right:0;text-align:center;line-height:20px}.btn-colorpicker{display:inline-block;width:20px;height:20px;background-color:#DDD;vertical-align:middle;border-radius:0}.dropdown-navbar{padding:0;width:240px;-webkit-box-shadow:0 2px 4px rgba(30,30,100,.25);box-shadow:0 2px 4px rgba(30,30,100,.25);border-color:#BCD4E5}.dropdown-navbar>li{padding:0 8px;background-color:#FFF}.dropdown-navbar>li.dropdown-header{text-shadow:none;padding-top:0;padding-bottom:0;line-height:34px;font-size:13px;font-weight:700;text-transform:none;border-bottom:1px solid}.dropdown-navbar>li>.ace-icon,.dropdown-navbar>li>a>.ace-icon{margin-right:5px!important;color:#555;font-size:14px}.dropdown-navbar>li>a{padding:10px 2px;margin:0;border-top:1px solid;font-size:12px;line-height:16px;color:#555!important;background-color:transparent!important;white-space:normal;border-top-color:#E4ECF3}.dropdown-navbar>li>a .progress{margin-bottom:0;margin-top:4px}.dropdown-navbar>li>a .badge{line-height:16px;padding-right:4px;padding-left:4px;font-size:12px}.dropdown-navbar>li.dropdown-header+li>a,.dropdown-navbar>li:first-child>a{border-top-width:0}.dropdown-navbar>li.dropdown-footer>a{color:#4F99C6!important;text-align:center;font-size:13px}.dropdown-navbar>li.dropdown-footer>a:hover{background-color:#FFF;text-decoration:underline}.dropdown-navbar>li.dropdown-footer>a:hover>.ace-icon{text-decoration:none}.dropdown-navbar>li:hover{background-color:#F4F9FC}.dropdown-navbar>li.dropdown-header{background-color:#ECF2F7;color:#8090A0;border-bottom-color:#BCD4E5}.dropdown-navbar>li.dropdown-header>.ace-icon{color:#8090A0}.dropdown-navbar.navbar-pink{border-color:#E5BCD4}.dropdown-navbar.navbar-pink>li:hover{background-color:#FCF4F9}.dropdown-navbar.navbar-pink>li.dropdown-header{background-color:#F7ECF2;color:#B471A0;border-bottom-color:#E5BCD4}.dropdown-navbar.navbar-pink>li.dropdown-header>.ace-icon{color:#C06090}.dropdown-navbar.navbar-pink>li>a{border-top-color:#F3E4EC}.dropdown-navbar.navbar-grey{border-color:#E5E5E5}.dropdown-navbar.navbar-grey>li:hover{background-color:#F8F8F8}.dropdown-navbar.navbar-grey>li.dropdown-header{background-color:#F2F2F2;color:#3A87AD;border-bottom-color:#E5E5E5}.dropdown-navbar.navbar-grey>li.dropdown-header>.ace-icon{color:#3A87AD}.dropdown-navbar.navbar-grey>li>a{border-top-color:#EEE}.dropdown-navbar.navbar-green{border-color:#B4D5AC}.dropdown-navbar.navbar-green>li:hover{background-color:#F4F9EF}.dropdown-navbar.navbar-green>li.dropdown-header{background-color:#EBF7E4;color:#8A6;border-bottom-color:#B4D5AC}.dropdown-navbar.navbar-green>li.dropdown-header>.ace-icon{color:#90C060}.dropdown-navbar.navbar-green>li>a{border-top-color:#ECF3E4}.dropdown-navbar [class*=btn].ace-icon{display:inline-block;margin:0 5px 0 0;width:24px;text-align:center;padding-left:0;padding-right:0}.dropdown-navbar .msg-photo{max-width:42px;float:left;margin-top:2px}.dropdown-navbar .msg-body{display:block;line-height:20px;white-space:normal;vertical-align:middle;margin-left:50px}.dropdown-navbar .msg-title{display:inline-block;line-height:14px}.dropdown-navbar .msg-time{display:block;font-size:11px;color:#777}.dropdown-navbar .msg-time>.ace-icon{font-size:14px;color:#555}.dropdown-navbar>.dropdown-content{padding:0}.dropdown-navbar>.dropdown-content .dropdown-navbar{list-style:none;margin:0;padding:0!important;-webkit-box-shadow:none;box-shadow:none;width:auto;display:block;float:none;border-width:0;position:static;z-index:auto}.dropdown-navbar .nav-tabs{border-width:0;box-shadow:none;background-color:#F9F9F9!important;top:auto;width:100%}.dropdown-navbar .nav-tabs>li{display:table-cell;width:1%;float:none!important}.dropdown-navbar .nav-tabs>li>a{margin:0 0 0 1px!important;text-align:center;box-shadow:none!important;background-color:#F9F9F9!important;border-width:0!important;border-bottom:2px solid #BECAD1!important}.dropdown-navbar .nav-tabs>li>a:before{display:block;content:"";position:absolute;left:-1px;top:3px;bottom:3px;width:1px;background-color:#BECAD1}.dropdown-navbar .nav-tabs>li:first-child>a{margin-left:0!important}.dropdown-navbar .nav-tabs>li:first-child>a:before{display:none}.dropdown-navbar .nav-tabs>li.active>a{border-bottom:2px solid #79B0CE!important;color:#5085AF!important;background-color:#ECF2F7!important}.dropdown-navbar .tab-content{padding:0!important;border-color:#FFF!important}.dropdown-navbar .tab-content .dropdown-menu{display:block;position:static;margin:0!important;padding-top:2px;border-color:#FFF!important;box-shadow:none!important;width:100%}.dropdown-navbar.navbar-pink .nav-tabs>li.active>a{border-bottom:2px solid #E5BCD4!important;color:#C06090!important;background-color:#F7ECF2!important}.dropdown-navbar.navbar-pink .nav-tabs>li:not(.active)>a:hover{color:#BA7396}.dropdown-navbar.navbar-pink .nav-tabs>li>a:before{background-color:#CEBBCB}.dropdown-navbar.navbar-pink .nav-tabs>li>a{border-bottom-color:#CEBBCD!important}.form-line{margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #EEE}.form-actions{display:block;background-color:#F5F5F5;border-top:1px solid #E5E5E5;margin-bottom:20px;margin-top:20px;padding:19px 20px 20px}.help-button{display:inline-block;height:22px;width:22px;line-height:22px;text-align:center;padding:0;background-color:#65BCDA;color:#FFF;font-size:12px;font-weight:700;cursor:default;margin-left:4px;border-radius:100%;border:2px solid #FFF;-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.2);box-shadow:0 1px 0 1px rgba(0,0,0,.2)}.help-button:hover{background-color:#65BCDA;text-shadow:none}label{font-weight:400;font-size:14px}.form-group>label[class*=col-]{margin-bottom:4px}td>label,th>label{margin-bottom:0;line-height:inherit;vertical-align:middle}label.inline{margin-bottom:3px}input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],textarea{border-radius:0!important;color:#858585;background-color:#FFF;border:1px solid #D5D5D5;padding:5px 4px 6px;font-size:14px;font-family:inherit;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-transition-duration:.1s;transition-duration:.1s}input[type=email]:hover,input[type=url]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=color]:hover,input[type=text]:hover,input[type=password]:hover,input[type=datetime]:hover,input[type=datetime-local]:hover,input[type=date]:hover,input[type=month]:hover,input[type=time]:hover,input[type=week]:hover,input[type=number]:hover,textarea:hover{border-color:#b5b5b5}input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;color:#696969;border-color:#F59942;background-color:#FFF;outline:0}.form-control::-webkit-input-placeholder,input::-webkit-input-placeholder{color:silver}.form-control:-moz-placeholder,input:-moz-placeholder{color:silver;opacity:1}.form-control::-moz-placeholder,input::-moz-placeholder{color:silver;opacity:1}.form-control:-ms-input-placeholder,input:-ms-input-placeholder{color:silver}.form-control,select{border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;color:#858585;background-color:#FFF;border:1px solid #D5D5D5}.form-control:focus,select:focus{color:#696969;border-color:#F59942;background-color:#FFF;outline:0}textarea.form-control{padding:5px 9px}select{padding:3px 4px;height:30px}select.form-control{padding:4px 6px}select.form-control[multiple],select[multiple]{height:auto}select.input-sm{border-radius:0;padding:2px 3px}select.input-lg{border-radius:0;padding:6px 8px}input.block{display:block;margin-bottom:9px}textarea.autosize-transition{-webkit-transition-duration:"height 0.2s";transition-duration:"height 0.2s"}.limiterBox{border:1px solid #222;border-top:none;background-color:#333;padding:3px 6px;font-size:13px;color:#FFF;margin-top:6px}.limiterBox:after{display:none}.limiterBox:before{display:block;content:"";position:absolute;width:0;height:0;top:-8px;left:50%;margin-left:-5px;border-color:transparent transparent #333;border-style:solid;border-width:0 8px 8px}select option,select.form-control option{padding:3px 4px 5px}select option:active,select option:focus,select option:hover,select.form-control option:active,select.form-control option:focus,select.form-control option:hover{background-color:#EEE;color:#444}select option.no-option,select.form-control option.no-option{padding:1px 0}input[disabled]{color:#848484!important;background-color:#EEE!important}input[disabled]:hover{border-color:#D5D5D5!important}input[readonly]{color:#939192;background:#F5F5F5!important;cursor:default}input[readonly]:hover{border-color:#c3c3c3}input[readonly]:focus{-webkit-box-shadow:none;box-shadow:none;border-color:#AAA;background-color:#F9F9F9}.help-inline{font-size:13px!important}.input-icon{position:relative}span.input-icon{display:inline-block}.input-icon>input{padding-left:24px;padding-right:6px}.input-icon.input-icon-right>input{padding-left:6px;padding-right:24px}.input-icon>.ace-icon{padding:0 3px;z-index:2;position:absolute;top:1px;bottom:1px;left:3px;line-height:30px;display:inline-block;color:#909090;font-size:16px}.input-icon.input-icon-right>.ace-icon{left:auto;right:3px}.input-icon>input:focus+.ace-icon{color:#579}.input-icon~.help-inline{padding-left:8px}.form-inline .checkbox [type=checkbox]+label,.form-inline .radio [type=radio]+label,.form-search .checkbox [type=checkbox]+label,.form-search .radio [type=radio]+label{float:left;margin-left:-20px}.form-inline .form-inline .checkbox [type=checkbox]+label,.form-inline .form-inline .radio [type=radio]+label,.form-inline .form-search .checkbox [type=checkbox]+label,.form-inline .form-search .radio [type=radio]+label,.form-search .form-inline .checkbox [type=checkbox]+label,.form-search .form-inline .radio [type=radio]+label,.form-search .form-search .checkbox [type=checkbox]+label,.form-search .form-search .radio [type=radio]+label{margin-left:0;margin-right:3px}.form-search .input-append .search-query:focus,.form-search .input-prepend .search-query:focus{-webkit-box-shadow:none;box-shadow:none}.input-append .uneditable-input,.input-append input,.input-append select,.input-prepend .uneditable-input,.input-prepend input,.input-prepend select{border-radius:0}.input-mini{width:60px;max-width:100%}.input-small{width:90px;max-width:100%}.input-md,.input-medium{width:150px;max-width:100%}.input-large{width:210px;max-width:100%}.input-xlarge{width:270px;max-width:100%}.input-xxlarge{width:530px;max-width:100%}input.input-lg{font-size:18px}input[type=checkbox].ace,input[type=radio].ace{opacity:0;position:absolute;z-index:1;width:18px;height:18px;cursor:pointer}label input[type=checkbox].ace,label input[type=radio].ace{z-index:-100!important;width:1px!important;height:1px!important;clip:rect(1px,1px,1px,1px);position:absolute}input[type=checkbox].ace:checked,input[type=checkbox].ace:focus,input[type=radio].ace:checked,input[type=radio].ace:focus{outline:0!important}input[type=checkbox].ace+.lbl,input[type=radio].ace+.lbl{position:relative;display:inline-block;margin:0;line-height:20px;min-height:18px;min-width:18px;font-weight:400;cursor:pointer}input[type=checkbox].ace+.lbl::before,input[type=radio].ace+.lbl::before{cursor:pointer;font-family:fontAwesome;font-weight:400;font-size:12px;color:#FFF;content:"\a0";background-color:#FAFAFA;border:1px solid #C8C8C8;box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:0;display:inline-block;text-align:center;height:16px;line-height:14px;min-width:16px;margin-right:1px;position:relative;top:-1px}input[type=checkbox].ace:checked+.lbl::before,input[type=radio].ace:checked+.lbl::before{display:inline-block;content:'\f00c';color:#32A3CE;background-color:#F5F8FC;border-color:#ADB8C0;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1)}input[type=checkbox].ace+.lbl:hover::before,input[type=checkbox].ace:hover+.lbl::before,input[type=radio].ace+.lbl:hover::before,input[type=radio].ace:hover+.lbl::before{border-color:#FF893C}input[type=checkbox].ace:focus+.lbl::before,input[type=radio].ace:focus+.lbl::before{border-color:#F59942}input[type=checkbox].ace:active+.lbl::before,input[type=checkbox].ace:checked:active+.lbl::before,input[type=radio].ace:active+.lbl::before,input[type=radio].ace:checked:active+.lbl::before{box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1)}input[type=checkbox].ace.ace-checkbox-2+.lbl::before,input[type=radio].ace.ace-checkbox-2+.lbl::before{box-shadow:none}input[type=checkbox].ace.ace-checkbox-2:checked+.lbl::before,input[type=radio].ace.ace-checkbox-2:checked+.lbl::before{background-color:#F9A021;border-color:#F9A021;color:#FFF}input[type=checkbox].ace.disabled+.lbl::before,input[type=checkbox].ace:disabled+.lbl::before,input[type=checkbox].ace[disabled]+.lbl::before,input[type=radio].ace.disabled+.lbl::before,input[type=radio].ace:disabled+.lbl::before,input[type=radio].ace[disabled]+.lbl::before{background-color:#DDD!important;border-color:#CCC!important;box-shadow:none!important;color:#BBB}.checkbox label input[type=checkbox].ace+.lbl,.radio label input[type=radio].ace+.lbl{margin-left:-10px}input[type=radio].ace+.lbl::before{border-radius:100%;font-size:10px;font-family:FontAwesome;text-shadow:0 0 1px #32A3CE;line-height:15px;height:17px;min-width:17px}input[type=radio].ace:checked+.lbl::before{content:"\f111"}input[type=checkbox].ace.input-lg+.lbl::before{border-radius:4px;font-size:16px;height:24px;line-height:21px;min-width:24px;top:auto}input[type=radio].ace.input-lg+.lbl::before{font-size:14px;height:24px;line-height:22px;min-width:24px;top:auto}input[type=checkbox].ace.ace-switch{width:55px;height:25px}input[type=checkbox].ace.ace-switch+.lbl{margin:0 4px;min-height:24px}input[type=checkbox].ace.ace-switch+.lbl::before{font-family:'Open Sans';content:"ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";color:#999;text-shadow:0 0 0 #999;font-weight:400;font-size:11px;line-height:17px;height:20px;overflow:hidden;border-radius:12px;background-color:#F5F5F5;-webkit-box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.15);border:1px solid #CCC;text-align:left;float:left;padding:0;width:52px;text-indent:-21px;margin-right:0;-webkit-transition:text-indent .25s ease;-o-transition:text-indent .25s ease;transition:text-indent .25s ease;top:auto}input[type=checkbox].ace.ace-switch+.lbl::after{font-family:'Open Sans';content:'III';font-size:12px;font-weight:400;letter-spacing:0;color:#AAA;text-shadow:none;background-color:#FFF;border-radius:100%;width:22px;height:22px;line-height:22px;text-align:center;position:absolute;top:-2px;left:-3px;-webkit-box-shadow:0 1px 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 1px 1px rgba(0,0,0,.3);-webkit-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease}input[type=checkbox].ace.ace-switch:checked+.lbl::before{text-indent:8px;color:#FFF;text-shadow:0 0 0 #FFF;background-color:#8AB2C9;border-color:#6A8CA8}input[type=checkbox].ace.ace-switch:checked+.lbl::after{left:34px;background-color:#FFF;color:#98A0A5}input[type=checkbox].ace.ace-switch.ace-switch-2+.lbl::before{content:"YES\a0\a0\a0\a0\a0\a0\a0\a0\a0NO"}input[type=checkbox].ace.ace-switch.ace-switch-3+.lbl::after{font-family:FontAwesome;font-size:13px;line-height:22px;content:"\f00d";top:-1px;text-shadow:none;padding:0;text-align:center;color:#BBB;letter-spacing:0}input[type=checkbox].ace.ace-switch.ace-switch-3:checked+.lbl::after{content:"\f00c";color:#8AB2C9;text-shadow:none}input[type=checkbox].ace.ace-switch.ace-switch-4,input[type=checkbox].ace.ace-switch.ace-switch-5{width:60px}input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::before,input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before{content:"ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";font-size:12px;line-height:21px;height:24px;overflow:hidden;border-radius:12px;background-color:#8B9AA3;border:1px solid #8B9AA3;color:#FFF;width:56px;text-shadow:0 0 0 #FFF;display:inline-block;position:relative;box-shadow:none;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::after,input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::after{content:'III';font-size:11px;position:absolute;top:2px;left:2px;letter-spacing:0;width:20px;height:20px;line-height:19px;text-shadow:none!important;color:#939393;background-color:#FFF;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::before,input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before{background-color:#468FCC;border-color:#468FCC}input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::after,input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::after{left:34px;background-color:#FFF;color:#848484}input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before{content:"YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO"}input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before{text-indent:8px}input[type=checkbox].ace.ace-switch.ace-switch-6+.lbl{position:relative}input[type=checkbox].ace.ace-switch.ace-switch-6+.lbl::before{font-family:FontAwesome;content:"\f00d";text-shadow:0 -1px 0 rgba(0,0,0,.25);box-shadow:none;border-width:0;font-weight:lighter;font-size:16px;border-radius:12px;display:inline-block;background-color:#888;color:#F2F2F2;width:52px;height:22px;line-height:21px;text-indent:32px;-webkit-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease}input[type=checkbox].ace.ace-switch.ace-switch-6+.lbl::after{content:'';text-shadow:0 -1px 0 rgba(0,0,0,.25);position:absolute;top:2px;left:3px;border-radius:12px;box-shadow:0 -1px 0 rgba(0,0,0,.25);width:18px;height:18px;text-align:center;background-color:#F2F2F2;border:4px solid #F2F2F2;-webkit-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease}input[type=checkbox].ace.ace-switch.ace-switch-6:checked+.lbl::before{content:"\f00c";text-indent:6px;color:#FFF;border-color:#B7D3E5;background-color:#FF893C}input[type=checkbox].ace.ace-switch.ace-switch-6:checked+.lbl::after{left:32px;background-color:#FFF;border:4px solid #FFF;text-shadow:0 -1px 0 rgba(0,200,0,.25)}input[type=checkbox].ace.ace-switch.ace-switch-7{width:75px}input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl{position:relative}input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl::before{content:"OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";font-weight:bolder;font-size:13px;background-color:#FFF;border:2px solid #AAA;border-radius:0;box-shadow:none;color:#AAA;width:74px;height:26px;line-height:22px;overflow:hidden;text-indent:5px;display:inline-block;position:relative;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl::after{content:'\f00d';font-family:FontAwesome;font-size:16px;position:absolute;top:3px;left:39px;width:32px;height:20px;line-height:18px;text-align:center;padding:0;text-indent:0;background-color:#AAA;color:#FFF;border-radius:0;box-shadow:none;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}input[type=checkbox].ace.ace-switch.ace-switch-7:checked+.lbl::before{color:#468FCC;background-color:#FFF;text-indent:-28px;border-color:#6FB3E0}input[type=checkbox].ace.ace-switch.ace-switch-7:checked+.lbl::after{left:3px;content:'\f00c';background-color:#468FCC;color:#FFF}input[type=checkbox].ace.ace-switch+.lbl[data-lbl]::before{content:attr(data-lbl)}input[type=checkbox].ace.ace-switch.btn-empty+.lbl::after{content:""}input[type=checkbox].ace.ace-switch.btn-rotate+.lbl::after{content:"\2261";line-height:20px;font-size:17px}input[type=checkbox].ace.ace-switch-4.btn-rotate+.lbl::after,input[type=checkbox].ace.ace-switch-5.btn-rotate+.lbl::after{line-height:17px}input[type=checkbox].ace.ace-switch.btn-flat+.lbl::after,input[type=checkbox].ace.ace-switch.btn-flat+.lbl::before{border-radius:0!important}input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::before,input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before{text-indent:-24px}input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::before,input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before{text-indent:7px}input.ace+.lbl.padding-16::before{margin-right:16px}input.ace+.lbl.padding-14::before{margin-right:14px}input.ace+.lbl.padding-12::before{margin-right:12px}input.ace+.lbl.padding-10::before{margin-right:10px}input.ace+.lbl.padding-8::before{margin-right:8px}input.ace+.lbl.padding-6::before{margin-right:6px}input.ace+.lbl.padding-4::before{margin-right:4px}input.ace+.lbl.padding-2::before{margin-right:2px}input.ace+.lbl.padding-0::before{margin-right:0}.ace-file-input{display:block;font-size:inherit;position:relative;height:30px}.ace-file-input input[type=file]{position:absolute;z-index:-999;width:1px;height:1px;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.ace-file-input input[type=file]:focus{outline:0}.ace-file-input .ace-file-container{display:block;position:absolute;top:0;left:0;right:0;height:30px;background-color:#FFF;border:1px solid #D5D5D5;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .15s;-o-transition:all .15s;transition:all .15s}.ace-file-input .ace-file-container:hover{-webkit-box-shadow:none;box-shadow:none;border-color:#F59942}.ace-file-input .ace-file-container:before{display:inline-block;content:attr(data-title);position:absolute;right:0;top:0;bottom:0;line-height:24px;text-align:center;padding:0 8px;background-color:#6FB3E0;color:#FFF;font-size:11px;font-weight:700;border:2px solid #FFF;border-left-width:4px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.ace-file-input .ace-file-container .ace-file-name{display:inline-block;height:28px;max-width:80%;white-space:nowrap;overflow:hidden;line-height:28px;color:#888;font-size:13px;vertical-align:top;position:static;padding-left:30px}.ace-file-input .ace-file-container .ace-file-name:after{display:inline-block;content:attr(data-title)}.ace-file-input .ace-file-container.selected{right:16px}.ace-file-input .ace-file-container.selected .ace-file-name{color:#666}.ace-file-input .ace-file-container .ace-icon{display:inline-block;position:absolute;left:0;top:0;bottom:0;line-height:24px;width:26px;text-align:center;font-family:FontAwesome;font-size:13px;border:2px solid #FFF;color:#FFF;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;background-color:#D1D1D1}.ace-file-input .ace-file-container.selected .ace-file-name .ace-icon{background-color:#EFAD62}.ace-file-input .ace-file-container.selected .ace-file-name .file-image{background-color:#BD7A9D}.ace-file-input .ace-file-container.selected .ace-file-name .file-video{background-color:#87B87F}.ace-file-input .ace-file-container.selected .ace-file-name .file-audio{background-color:#8B7AC9}.ace-file-input .ace-file-container.selected .ace-file-name .file-archive{background-color:#EFAD62}.ace-file-input .ace-file-container.hide-placeholder:before{display:none}.ace-file-input a:hover{text-decoration:none}.ace-file-input .remove{position:absolute;right:-8px;top:6px;display:none;width:17px;text-align:center;height:17px;line-height:15px;font-size:11px;font-weight:400;background-color:#FB7142;border-radius:100%;color:#FFF;text-decoration:none}.ace-file-input .ace-file-container.selected+.remove{display:inline-block}@media screen and (-webkit-min-device-pixel-ratio:0){.ace-file-input input[type=file]{position:absolute;width:0;height:0}}.ace-file-input input[type=file].disabled+.ace-file-container,.ace-file-input input[type=file][disabled]+.ace-file-container,.ace-file-input input[type=file][readonly]+.ace-file-container{cursor:not-allowed;background-color:#EEE}.ace-file-input input[type=file].disabled+.ace-file-container:hover,.ace-file-input input[type=file][disabled]+.ace-file-container:hover,.ace-file-input input[type=file][readonly]+.ace-file-container:hover{-webkit-box-shadow:none;box-shadow:none;border-color:#E3E3E3}.ace-file-input input[type=file].disabled+.ace-file-container:before,.ace-file-input input[type=file][disabled]+.ace-file-container:before,.ace-file-input input[type=file][readonly]+.ace-file-container:before{border-color:#EEE;background-color:#A1AAAF}.ace-file-input input[type=file][readonly]+.ace-file-container{cursor:default}.fc-event.ui-draggable-dragging,.item-list>li.ui-sortable-helper{cursor:move}.ace-file-input .ace-file-overlay{position:absolute;top:-2px;bottom:-2px;left:-2px;right:-10px;z-index:99;background-color:rgba(0,0,0,.5)}.ace-file-input .ace-file-overlay>.overlay-content{display:inline-block;position:relative;top:10%;left:0;right:0;text-align:center}.ace-file-multiple{height:auto}.ace-file-multiple .ace-file-container{position:relative;height:auto;border:1px dashed #AAA;border-radius:4px;text-align:center}.ace-file-multiple .ace-file-container:before{display:inline-block;content:attr(data-title);position:relative;right:0;left:0;margin:12px;line-height:22px;background-color:#FFF;color:#CCC;font-size:18px;font-weight:700;border-width:0}.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon{display:inline-block;left:0;top:0;bottom:0;width:26px;text-align:center;font-family:FontAwesome;font-size:13px;border:2px solid #FFF;color:#FFF;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s}.ace-file-multiple .ace-file-container .ace-file-name{position:relative;display:block;padding:0;height:auto;width:auto;max-width:100%;margin:0 4px;border-bottom:1px solid #DDD;text-align:left}.ace-file-multiple .ace-file-container .ace-file-name:first-child{margin-top:1px}.ace-file-multiple .ace-file-container .ace-file-name:last-child{border-bottom-width:0;margin-bottom:1px}.ace-file-multiple .ace-file-container .ace-file-name img{padding:2px;border:1px solid #D7D7D7;background-color:#FFF;background-repeat:no-repeat;background-position:center;margin:4px 8px 4px 1px}.ace-file-multiple .ace-file-container .ace-file-name:after{display:none}.ace-file-multiple .ace-file-container.selected .ace-file-name:after{display:inline-block;white-space:pre}.ace-file-multiple .ace-file-container .ace-file-name img+.ace-icon,.ace-file-multiple .ace-file-container.selected .ace-file-name img+.ace-icon{display:none}.ace-file-multiple .remove{right:-11px;top:-11px;border:3px solid #BBB;border-radius:32px;background-color:#FFF;color:red;width:23px;height:23px;line-height:16px}.input-group .input-group-addon,.input-group>.btn{border-radius:0!important}.ace-file-multiple .ace-file-container.selected+.remove:hover{border-color:#F4C0B1}.ace-file-multiple .ace-file-overlay{position:absolute;top:-12px;bottom:-6px;left:-12px;right:-12px}.ace-file-multiple .ace-file-overlay>.overlay-content{top:20%}.ace-file-multiple .ace-file-container .ace-file-name .ace-icon{position:relative;display:block;text-align:center;height:auto;line-height:64px;width:auto;font-size:64px;color:#D5D5D5;margin:4px 0;background-color:transparent}.ace-file-multiple .ace-file-container.selected:after{display:none}.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon{position:relative;margin-right:4px;margin-left:2px;line-height:24px}.ace-file-multiple .ace-file-container .ace-file-name.large{text-align:center;border-bottom:1px solid #222;margin:0 1px 3px}.ace-file-multiple .ace-file-container .ace-file-name.large:last-child{margin:0 1px}.ace-file-multiple .ace-file-container .ace-file-name.large:after{position:absolute;top:auto;bottom:0;left:0;right:0;padding:0 4px;background-color:#555;color:#FFF;opacity:.8;filter:alpha(opacity=80)}.ace-file-multiple .ace-file-container .ace-file-name.large img{border-width:0;margin:0!important;padding:0}.ace-file-multiple input[type=file].disabled+.ace-file-container:hover,.ace-file-multiple input[type=file][disabled]+.ace-file-container:hover,.ace-file-multiple input[type=file][readonly]+.ace-file-container:hover{border-color:#AAA}.ace-file-multiple input[type=file].disabled+.ace-file-container:before,.ace-file-multiple input[type=file][disabled]+.ace-file-container:before,.ace-file-multiple input[type=file][readonly]+.ace-file-container:before{background-color:transparent}.ace-file-multiple input[type=file].disabled+.ace-file-container .ace-icon,.ace-file-multiple input[type=file][disabled]+.ace-file-container .ace-icon,.ace-file-multiple input[type=file][readonly]+.ace-file-container .ace-icon{border-color:#EEE}.form-group.has-success .input-group .input-group-addon{border-color:#9cc573}.form-group.has-error .input-group .input-group-addon{border-color:#f2a696}.form-group.has-warning .input-group .input-group-addon{border-color:#e3c94c}.form-group.has-info .input-group .input-group-addon{border-color:#72aec2}.input-group>.btn{line-height:20px;padding:0 6px}.input-group>.btn.btn-sm{line-height:22px}.input-group>.btn+.btn{margin-left:1px}.nav-tabs,.nav-tabs>li:first-child>a{margin-left:0}.input-group>.btn-group>.btn{line-height:23px}.input-group>.btn-group>.btn.btn-sm{line-height:26px}.input-group>.btn-group>.btn.btn-sm>.caret,.input-group>.btn-group>.btn>.caret,.input-group>.btn.btn-sm>.caret,.input-group>.btn>.caret{margin-top:10px}.input-group.input-group-compact{width:1px}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{padding-top:6px;padding-bottom:6px}.form-group input[type=email],.form-group input[type=url],.form-group input[type=search],.form-group input[type=tel],.form-group input[type=color],.form-group input[type=text],.form-group input[type=password],.form-group input[type=datetime],.form-group input[type=datetime-local],.form-group input[type=date],.form-group input[type=month],.form-group input[type=time],.form-group input[type=week],.form-group input[type=number],.form-group select,.form-group textarea{background:#FFF}.form-group.has-success input,.form-group.has-success select,.form-group.has-success textarea{border-color:#9cc573;color:#8BAD4C;-webkit-box-shadow:none;box-shadow:none}.form-group.has-success input:focus,.form-group.has-success select:focus,.form-group.has-success textarea:focus{-webkit-box-shadow:0 0 0 2px rgba(130,188,58,.3);box-shadow:0 0 0 2px rgba(130,188,58,.3);color:#6f8a3c;border-color:#779c52;background-color:#f4f9f0}.form-group.has-success .ace-icon,.form-group.has-success input:focus+.ace-icon,.form-group.has-success select:focus+.ace-icon,.form-group.has-success textarea:focus+.ace-icon{color:#8BAD4C}.form-group.has-success .btn .ace-icon{color:inherit}.form-group.has-success .control-label,.form-group.has-success .help-block,.form-group.has-success .help-inline{color:#7BA065}.form-group.has-info input,.form-group.has-info select,.form-group.has-info textarea{border-color:#72aec2;color:#4B89AA;-webkit-box-shadow:none;box-shadow:none}.form-group.has-info input:focus,.form-group.has-info select:focus,.form-group.has-info textarea:focus{-webkit-box-shadow:0 0 0 2px rgba(58,120,188,.3);box-shadow:0 0 0 2px rgba(58,120,188,.3);color:#3b6c87;border-color:#488ea5;background-color:#f1f7f9}.form-group.has-info .ace-icon,.form-group.has-info input:focus+.ace-icon,.form-group.has-info select:focus+.ace-icon,.form-group.has-info textarea:focus+.ace-icon{color:#4B89AA}.form-group.has-info .btn .ace-icon{color:inherit}.form-group.has-info .control-label,.form-group.has-info .help-block,.form-group.has-info .help-inline{color:#657BA0}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:#f2a696;color:#D68273;-webkit-box-shadow:none;box-shadow:none}.form-group.has-error input:focus,.form-group.has-error select:focus,.form-group.has-error textarea:focus{-webkit-box-shadow:0 0 0 2px rgba(219,137,120,.3);box-shadow:0 0 0 2px rgba(219,137,120,.3);color:#ca5f4c;border-color:#d77b68;background-color:#fef9f8}.form-group.has-error .ace-icon,.form-group.has-error input:focus+.ace-icon,.form-group.has-error select:focus+.ace-icon,.form-group.has-error textarea:focus+.ace-icon{color:#D68273}.form-group.has-error .btn .ace-icon{color:inherit}.form-group.has-error .control-label,.form-group.has-error .help-block,.form-group.has-error .help-inline{color:#D16E6C}.form-group.has-warning input,.form-group.has-warning select,.form-group.has-warning textarea{border-color:#e3c94c;color:#D3BD50;-webkit-box-shadow:none;box-shadow:none}.form-group.has-warning input:focus,.form-group.has-warning select:focus,.form-group.has-warning textarea:focus{-webkit-box-shadow:0 0 0 2px rgba(216,188,65,.3);box-shadow:0 0 0 2px rgba(216,188,65,.3);color:#c0a830;border-color:#d5b630;background-color:#fdfbf3}.form-group.has-warning .ace-icon,.form-group.has-warning input:focus+.ace-icon,.form-group.has-warning select:focus+.ace-icon,.form-group.has-warning textarea:focus+.ace-icon{color:#D3BD50}.form-group.has-warning .btn .ace-icon{color:inherit}.form-group.has-warning .control-label,.form-group.has-warning .help-block,.form-group.has-warning .help-inline{color:#D19D59}.form-group input:disabled,.form-group input[disabled]{color:#848484!important;background-color:#EEE!important}.input-transparent,input[type].input-transparent,textarea.input-transparent{background-color:rgba(0,0,0,.5);color:#bbb;border-color:transparent!important}.input-transparent:focus,input[type].input-transparent:focus,textarea.input-transparent:focus{background-color:rgba(0,0,0,.66);color:#f0f0f0}@media only screen and (max-width:767px){.help-inline,.input-icon+.help-inline{padding-left:0;display:block!important}}.tab-content{border:1px solid #C5D0DC;padding:16px 12px;position:relative}.tab-content.no-padding{padding:0}.tab-content.no-border{border:none;padding:12px}.tab-content.padding-32{padding:32px 24px}.tab-content.no-border.padding-32{padding:32px}.tab-content.padding-30{padding:30px 23px}.tab-content.no-border.padding-30{padding:30px}.tab-content.padding-28{padding:28px 21px}.tab-content.no-border.padding-28{padding:28px}.tab-content.padding-26{padding:26px 20px}.tab-content.no-border.padding-26{padding:26px}.tab-content.padding-24{padding:24px 18px}.tab-content.no-border.padding-24{padding:24px}.tab-content.padding-22{padding:22px 17px}.tab-content.no-border.padding-22{padding:22px}.tab-content.padding-20{padding:20px 15px}.tab-content.no-border.padding-20{padding:20px}.tab-content.padding-18{padding:18px 14px}.tab-content.no-border.padding-18{padding:18px}.tab-content.padding-16{padding:16px 12px}.tab-content.no-border.padding-16{padding:16px}.tab-content.padding-14{padding:14px 11px}.tab-content.no-border.padding-14{padding:14px}.tab-content.padding-12{padding:12px 9px}.tab-content.no-border.padding-12{padding:12px}.tab-content.padding-10{padding:10px 8px}.tab-content.no-border.padding-10{padding:10px}.tab-content.padding-8{padding:8px 6px}.tab-content.no-border.padding-8{padding:8px}.tab-content.padding-6{padding:6px 5px}.tab-content.no-border.padding-6{padding:6px}.tab-content.padding-4{padding:4px 3px}.tab-content.no-border.padding-4{padding:4px}.tab-content.no-border.padding-2,.tab-content.padding-2{padding:2px}.tab-content.no-border.padding-0,.tab-content.padding-0{padding:0}.nav.nav-tabs.padding-32{padding-left:32px}.tabs-left>.nav.nav-tabs.padding-32,.tabs-right>.nav.nav-tabs.padding-32{padding-left:0;padding-top:32px}.nav.nav-tabs.padding-30{padding-left:30px}.tabs-left>.nav.nav-tabs.padding-30,.tabs-right>.nav.nav-tabs.padding-30{padding-left:0;padding-top:30px}.nav.nav-tabs.padding-28{padding-left:28px}.tabs-left>.nav.nav-tabs.padding-28,.tabs-right>.nav.nav-tabs.padding-28{padding-left:0;padding-top:28px}.nav.nav-tabs.padding-26{padding-left:26px}.tabs-left>.nav.nav-tabs.padding-26,.tabs-right>.nav.nav-tabs.padding-26{padding-left:0;padding-top:26px}.nav.nav-tabs.padding-24{padding-left:24px}.tabs-left>.nav.nav-tabs.padding-24,.tabs-right>.nav.nav-tabs.padding-24{padding-left:0;padding-top:24px}.nav.nav-tabs.padding-22{padding-left:22px}.tabs-left>.nav.nav-tabs.padding-22,.tabs-right>.nav.nav-tabs.padding-22{padding-left:0;padding-top:22px}.nav.nav-tabs.padding-20{padding-left:20px}.tabs-left>.nav.nav-tabs.padding-20,.tabs-right>.nav.nav-tabs.padding-20{padding-left:0;padding-top:20px}.nav.nav-tabs.padding-18{padding-left:18px}.tabs-left>.nav.nav-tabs.padding-18,.tabs-right>.nav.nav-tabs.padding-18{padding-left:0;padding-top:18px}.nav.nav-tabs.padding-16{padding-left:16px}.tabs-left>.nav.nav-tabs.padding-16,.tabs-right>.nav.nav-tabs.padding-16{padding-left:0;padding-top:16px}.nav.nav-tabs.padding-14{padding-left:14px}.tabs-left>.nav.nav-tabs.padding-14,.tabs-right>.nav.nav-tabs.padding-14{padding-left:0;padding-top:14px}.nav.nav-tabs.padding-12{padding-left:12px}.tabs-left>.nav.nav-tabs.padding-12,.tabs-right>.nav.nav-tabs.padding-12{padding-left:0;padding-top:12px}.nav.nav-tabs.padding-10{padding-left:10px}.tabs-left>.nav.nav-tabs.padding-10,.tabs-right>.nav.nav-tabs.padding-10{padding-left:0;padding-top:10px}.nav.nav-tabs.padding-8{padding-left:8px}.tabs-left>.nav.nav-tabs.padding-8,.tabs-right>.nav.nav-tabs.padding-8{padding-left:0;padding-top:8px}.nav.nav-tabs.padding-6{padding-left:6px}.tabs-left>.nav.nav-tabs.padding-6,.tabs-right>.nav.nav-tabs.padding-6{padding-left:0;padding-top:6px}.nav.nav-tabs.padding-4{padding-left:4px}.tabs-left>.nav.nav-tabs.padding-4,.tabs-right>.nav.nav-tabs.padding-4{padding-left:0;padding-top:4px}.nav.nav-tabs.padding-2{padding-left:2px}.tabs-left>.nav.nav-tabs.padding-2,.tabs-right>.nav.nav-tabs.padding-2{padding-left:0;padding-top:2px}.nav-tabs{border-color:#C5D0DC;margin-bottom:0!important;position:relative;top:1px}.nav-tabs>li>a{padding:7px 12px 8px}.nav-tabs>li>a,.nav-tabs>li>a:focus{border-radius:0!important;border-color:#C5D0DC;background-color:#F9F9F9;color:#999;margin-right:-1px;line-height:18px;position:relative}.nav-tabs>li>a:hover{background-color:#FFF;color:#4C8FBD;border-color:#C5D0DC}.nav-tabs>li>a:active,.nav-tabs>li>a:focus{outline:0!important}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#576373;border-color:#C5D0DC #C5D0DC transparent;border-top:2px solid #4C8FBD;background-color:#FFF;z-index:1;line-height:18px;margin-top:-1px;box-shadow:0 -2px 3px 0 rgba(0,0,0,.15)}.tabs-below>.nav-tabs{top:auto;margin-bottom:0;margin-top:-1px;border-color:#C5D0DC;border-bottom-width:0}.tabs-below>.nav-tabs>li>a,.tabs-below>.nav-tabs>li>a:focus,.tabs-below>.nav-tabs>li>a:hover{border-color:#C5D0DC}.tabs-below>.nav-tabs>li.active>a,.tabs-below>.nav-tabs>li.active>a:focus,.tabs-below>.nav-tabs>li.active>a:hover{border-color:transparent #C5D0DC #C5D0DC;border-top-width:1px;border-bottom:2px solid #4C8FBD;margin-top:0;box-shadow:0 2px 3px 0 rgba(0,0,0,.15)}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:60px}.tabs-left>.nav-tabs{top:auto;margin-bottom:0;border-color:#C5D0DC;float:left}.tabs-left>.nav-tabs>li{float:none!important}.tabs-left>.nav-tabs>li>a,.tabs-left>.nav-tabs>li>a:focus,.tabs-left>.nav-tabs>li>a:hover{border-color:#C5D0DC;margin:0 -1px 0 0}.tabs-left>.nav-tabs>li.active>a,.tabs-left>.nav-tabs>li.active>a:focus,.tabs-left>.nav-tabs>li.active>a:hover{border-color:#C5D0DC transparent #C5D0DC #C5D0DC;border-top-width:1px;border-left:2px solid #4C8FBD;margin:0 -1px;-webkit-box-shadow:-2px 0 3px 0 rgba(0,0,0,.15)!important;box-shadow:-2px 0 3px 0 rgba(0,0,0,.15)!important}.tabs-right>.nav-tabs{top:auto;margin-bottom:0;border-color:#C5D0DC;float:right}.tabs-right>.nav-tabs>li{float:none!important}.tabs-right>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a:focus,.tabs-right>.nav-tabs>li>a:hover{border-color:#C5D0DC;margin:0 -1px}.tabs-right>.nav-tabs>li.active>a,.tabs-right>.nav-tabs>li.active>a:focus,.tabs-right>.nav-tabs>li.active>a:hover{border-color:#C5D0DC #C5D0DC #C5D0DC transparent;border-top-width:1px;border-right:2px solid #4C8FBD;margin:0 -2px 0 -1px;-webkit-box-shadow:2px 0 3px 0 rgba(0,0,0,.15);box-shadow:2px 0 3px 0 rgba(0,0,0,.15)}.nav-tabs>li>a .badge{padding:1px 5px;line-height:15px;opacity:.75;vertical-align:initial}.nav-tabs>li>a .ace-icon{opacity:.75}.nav-tabs>li.active>a .ace-icon,.nav-tabs>li.active>a .badge{opacity:1}.nav-tabs li .ace-icon{width:1.25em;display:inline-block;text-align:center}.nav-tabs>li.open .dropdown-toggle{background-color:#4F99C6;border-color:#4F99C6;color:#FFF}.nav-tabs>li.open .dropdown-toggle>.ace-icon{color:#FFF!important}.tabs-left .tab-content,.tabs-right .tab-content{overflow:auto}.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:focus,.nav>li.dropdown.open.active>a:hover{background-color:#4F99C6;border-color:#4F99C6;color:#FFF}.nav-pills .open .dropdown-toggle>.ace-icon,.nav>li.dropdown.open.active>a:focus>.ace-icon,.nav>li.dropdown.open.active>a:hover>.ace-icon{color:#FFF!important}.nav-tabs>li:not(.active):not(.open)>a:not(:hover)>.ace-icon:first-child.disabled{color:#909090!important}.nav-tabs.tab-size-bigger>li>a{padding-left:14px;padding-right:14px}.nav-tabs.tab-size-bigger>li>a>.ace-icon:first-child{display:block;margin-bottom:6px;width:auto}.nav-tabs.tab-space-1>li>a{margin-right:1px}.nav-tabs.tab-space-2>li>a{margin-right:2px}.nav-tabs.tab-space-3>li>a{margin-right:3px}.nav-tabs.tab-space-4>li>a{margin-right:4px}.nav-tabs[class*=tab-color-]>li>a,.nav-tabs[class*=tab-color-]>li>a:focus,.nav-tabs[class*=tab-color-]>li>a:hover{color:#FFF;border-color:transparent;margin-right:3px}.nav-tabs[class*=tab-color-]>li>a>.badge{border-radius:2px}.nav-tabs[class*=tab-color-]>li:not(.active)>a:hover{opacity:.85;border-color:rgba(0,0,0,.15);border-bottom-color:transparent}.nav-tabs[class*=tab-color-]>li:not(.active)>a>.ace-icon:first-child{color:#FFF!important}.nav-tabs[class*=tab-color-]>li:not(.active)>a>.badge{color:rgba(0,0,0,.4)!important;background-color:#FFF!important;border-radius:2px}.nav-tabs.tab-color-blue>li>a,.nav-tabs.tab-color-blue>li>a:focus{background-color:#7DB4D8}.nav-tabs[class*=tab-color-]>li.active>a,.nav-tabs[class*=tab-color-]>li.active>a:focus,.nav-tabs[class*=tab-color-]>li.active>a:hover{background-color:#FFF;color:#4f80a0;-webkit-box-shadow:none!important;box-shadow:none!important}.nav-tabs.tab-color-blue>li.active>a,.nav-tabs.tab-color-blue>li.active>a:focus,.nav-tabs.tab-color-blue>li.active>a:hover{color:#4c718a;border-color:#7DB4D8 #7DB4D8 transparent}.tabs-below .nav-tabs.tab-color-blue>li.active>a{border-color:transparent #7DB4D8 #7DB4D8}.nav-tabs.tab-color-blue{border-bottom-color:#C5D0DC}.nav-tabs.background-blue{padding-top:6px;background-color:#EFF3F8;border:1px solid #C5D0DC}.tabs-below .nav-tabs.background-blue{padding-top:0;padding-bottom:6px}.tabs-below .nav-tabs.tab-color-blue{border-top:none;border-bottom-color:#C5D0DC}.accordion-style1.panel-group .panel{border-radius:0;border-color:#CDD8E3;background-color:#FFF;box-shadow:none}.progress,.widget-box{-webkit-box-shadow:none}.accordion-style1.panel-group .panel:last-child{border-bottom-width:1px}.accordion-style1.panel-group .panel .collapse{background-color:#FFF}.accordion-style1.panel-group .panel+.panel{margin-top:2px}.accordion-style1.panel-group .panel-heading+.panel-collapse .panel-body{border-top-color:#CDD8E3!important}.accordion-style1.panel-group .panel-heading{padding:0}.accordion-style1.panel-group .panel-heading .accordion-toggle{color:#4C8FBD;background-color:#EEF4F9;position:relative;font-weight:700;font-size:13px;line-height:1;padding:10px;display:block}.accordion-style1.panel-group .panel-heading .accordion-toggle.collapsed{color:#478FCA;font-weight:400;background-color:#F9F9F9}.accordion-style1.panel-group .panel-heading .accordion-toggle:hover{color:#6EA6CC;background-color:#F1F8FD;text-decoration:none}.accordion-style1.panel-group .panel-heading .accordion-toggle:active,.accordion-style1.panel-group .panel-heading .accordion-toggle:focus{outline:0;text-decoration:none}.accordion-style1.panel-group .panel-heading .accordion-toggle>.ace-icon:first-child{width:16px}.accordion-style1.panel-group .panel-heading .accordion-toggle:hover>.ace-icon:first-child{text-decoration:none}.accordion-style1.panel-group .collapse.in>.panel-body,.accordion-style1.panel-group .panel-body{border-top:1px solid #CDD8E3}.accordion-style1.panel-group.no-padding{padding:0}.accordion-style2.panel-group .panel{border-width:0}.accordion-style2.panel-group .panel:last-child{border-bottom-width:0}.accordion-style2.panel-group .panel+.panel{margin-top:4px}.accordion-style2.panel-group .panel .panel-body{border-top:none}.accordion-style2.panel-group .panel-heading .accordion-toggle{background-color:#EDF3F7;border:2px solid #6EAED1;border-width:0 0 0 2px}.accordion-style2.panel-group .panel-heading .accordion-toggle:hover{text-decoration:none}.accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed{background-color:#F3F3F3;color:#606060;border-width:0 0 0 1px;border-color:#D9D9D9}.accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed:hover{background-color:#F6F6F6;color:#438EB9;text-decoration:none}.accordion-style2.panel-group .collapse.in>.panel-body,.accordion-style2.panel-group .panel-body{border-top:none}.accordion-style2.panel-group .accordion-style2.panel-group .panel{border-bottom:1px dotted #D9D9D9}.accordion-style2.panel-group .accordion-style2.panel-group .panel:last-child{border-bottom:none}.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading,.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading .accordion-toggle{background-color:transparent;border-width:0;font-size:13px;padding-top:6px;padding-bottom:8px}.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading{padding-top:0;padding-bottom:0}.table-bordered,td,th{border-radius:0!important}.table>thead>tr{color:#707070;font-weight:400;background:repeat-x #F2F2F2;background-image:-webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);background-image:-o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);background-image:linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0)}.table>thead>tr>th{border-color:#ddd;font-weight:700}.table>thead>tr>th .ace-icon:first-child{margin-right:2px}.table>thead>tr>th:first-child{border-left-color:#F1F1F1}.table>thead>tr>th:last-child{border-right-color:#F1F1F1}.table.table-bordered>thead>tr>th{vertical-align:middle}.table.table-bordered>thead>tr>th:first-child{border-left-color:#ddd}td.center,th.center{text-align:center}td .lbl,th .lbl{margin-bottom:0}td .lbl:only-child,th .lbl:only-child{vertical-align:top}.table-header{background-color:#307ECC;color:#FFF;font-size:14px;line-height:38px;padding-left:12px;margin-bottom:1px}.table-header .close{margin-right:8px;margin-top:0;opacity:.45;filter:alpha(opacity=45)}.table-header .close:hover{opacity:.75;filter:alpha(opacity=75)}th.detail-col{width:48px;text-align:center}tr.detail-row{display:none}tr.detail-row.open{display:block;display:table-row}tr.detail-row>td{background-color:#f1f6f8;border-top:3px solid #d1e1ea!important}.table-detail{background-color:#fff;border:1px solid #dcebf7;width:100%;padding:12px}.table-detail td>.profile-user-info{width:100%}.widget-box{padding:0;box-shadow:none;margin:3px 0;border:1px solid #CCC}@media only screen and (max-width:767px){.widget-box{margin-top:7px;margin-bottom:7px}}.widget-header{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:relative;min-height:38px;background:repeat-x #f7f7f7;background-image:-webkit-linear-gradient(top,#FFF 0,#EEE 100%);background-image:-o-linear-gradient(top,#FFF 0,#EEE 100%);background-image:linear-gradient(to bottom,#FFF 0,#EEE 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);color:#669FC7;border-bottom:1px solid #DDD;padding-left:12px}.widget-box.transparent>.widget-header,.widget-header-flat{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.widget-header:after,.widget-header:before{content:"";display:table;line-height:0}.widget-header:after{clear:right}.widget-box.collapsed>.widget-header{border-bottom-width:0}.collapsed.fullscreen>.widget-header{border-bottom-width:1px}.collapsed>.widget-body{display:none}.widget-header-flat{background:#F7F7F7}.widget-header-large{min-height:49px;padding-left:18px}.widget-header-small{min-height:31px;padding-left:10px}.widget-header>.widget-title{line-height:36px;padding:0;margin:0;display:inline}.widget-header>.widget-title>.ace-icon{margin-right:5px;font-weight:400;display:inline-block}.infobox .infobox-content:first-child,.infobox>.badge,.infobox>.stat,.percentage{font-weight:700}.widget-header-large>.widget-title{line-height:48px}.widget-header-small>.widget-title{line-height:30px}.widget-toolbar{display:inline-block;padding:0 10px;line-height:37px;float:right;position:relative}.widget-header-large>.widget-toolbar{line-height:48px}.widget-header-small>.widget-toolbar{line-height:29px}.widget-toolbar.no-padding{padding:0}.widget-toolbar.padding-5{padding:0 5px}.widget-toolbar:before{display:inline-block;content:"";position:absolute;top:3px;bottom:3px;left:-1px;border:1px solid #D9D9D9;border-width:0 1px 0 0}.popover-notitle+.popover .popover-title,.popover.popover-notitle .popover-title,.widget-toolbar.no-border:before{display:none}.widget-header-large>.widget-toolbar:before{top:6px;bottom:6px}[class*=widget-color-]>.widget-header>.widget-toolbar:before{border-color:#EEE}.widget-color-orange>.widget-header>.widget-toolbar:before{border-color:#FEA}.widget-color-dark>.widget-header>.widget-toolbar:before{border-color:#222;box-shadow:-1px 0 0 rgba(255,255,255,.2),inset 1px 0 0 rgba(255,255,255,.1)}.widget-toolbar label{display:inline-block;vertical-align:middle;margin-bottom:0}.widget-toolbar>.widget-menu>a,.widget-toolbar>a{font-size:14px;margin:0 1px;display:inline-block;padding:0;line-height:24px}.widget-toolbar>.widget-menu>a:hover,.widget-toolbar>a:hover{text-decoration:none}.widget-header-large>.widget-toolbar>.widget-menu>a,.widget-header-large>.widget-toolbar>a{font-size:15px;margin:0 1px}.widget-toolbar>.btn{line-height:27px;margin-top:-2px}.widget-toolbar>.btn.smaller{line-height:26px}.widget-toolbar>.btn.bigger{line-height:28px}.widget-toolbar>.btn-sm{line-height:24px}.widget-toolbar>.btn-sm.smaller{line-height:23px}.widget-toolbar>.btn-sm.bigger{line-height:25px}.widget-toolbar>.btn-xs{line-height:22px}.widget-toolbar>.btn-xs.smaller{line-height:21px}.widget-toolbar>.btn-xs.bigger{line-height:23px}.widget-toolbar>.btn-minier{line-height:18px}.widget-toolbar>.btn-minier.smaller{line-height:17px}.widget-toolbar>.btn-minier.bigger{line-height:19px}.widget-toolbar>.btn-lg{line-height:36px}.widget-toolbar>.btn-lg.smaller{line-height:34px}.widget-toolbar>.btn-lg.bigger{line-height:38px}.widget-toolbar-dark{background:#444}.widget-toolbar-light{background:rgba(255,255,255,.85)}.widget-toolbar>.widget-menu{display:inline-block;position:relative}.widget-toolbar>.widget-menu>a[data-action],.widget-toolbar>a[data-action]{-webkit-transition:transform .1s;-o-transition:transform .1s;transition:transform .1s}.widget-toolbar>.widget-menu>a[data-action]>.ace-icon,.widget-toolbar>a[data-action]>.ace-icon{margin-right:0}.widget-toolbar>.widget-menu>a[data-action]:focus,.widget-toolbar>a[data-action]:focus{text-decoration:none;outline:0}.widget-toolbar>.widget-menu>a[data-action]:hover,.widget-toolbar>a[data-action]:hover{-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.widget-body{background-color:#FFF}.widget-main{padding:12px}.widget-main.padding-32{padding:32px}.widget-main.padding-30{padding:30px}.widget-main.padding-28{padding:28px}.widget-main.padding-26{padding:26px}.widget-main.padding-24{padding:24px}.widget-main.padding-22{padding:22px}.widget-main.padding-20{padding:20px}.widget-main.padding-18{padding:18px}.widget-main.padding-16{padding:16px}.widget-main.padding-14{padding:14px}.widget-main.padding-12{padding:12px}.widget-main.padding-10{padding:10px}.widget-main.padding-8{padding:8px}.widget-main.padding-6{padding:6px}.widget-main.padding-4{padding:4px}.widget-main.padding-2{padding:2px}.widget-main.no-padding,.widget-main.padding-0{padding:0}.widget-toolbar .progress{vertical-align:middle;display:inline-block;margin:0}.widget-toolbar>.dropdown,.widget-toolbar>.dropup{display:inline-block}.widget-toolbox.toolbox-vertical,.widget-toolbox.toolbox-vertical+.widget-main{display:table-cell;vertical-align:top}.widget-box>.widget-header>.widget-toolbar>.widget-menu>[data-action=settings],.widget-box>.widget-header>.widget-toolbar>[data-action=settings],.widget-color-dark>.widget-header>.widget-toolbar>.widget-menu>[data-action=settings],.widget-color-dark>.widget-header>.widget-toolbar>[data-action=settings]{color:#99CADB}.widget-box>.widget-header>.widget-toolbar>.widget-menu>[data-action=reload],.widget-box>.widget-header>.widget-toolbar>[data-action=reload],.widget-color-dark>.widget-header>.widget-toolbar>.widget-menu>[data-action=reload],.widget-color-dark>.widget-header>.widget-toolbar>[data-action=reload]{color:#ACD392}.widget-box>.widget-header>.widget-toolbar>.widget-menu>[data-action=collapse],.widget-box>.widget-header>.widget-toolbar>[data-action=collapse],.widget-color-dark>.widget-header>.widget-toolbar>.widget-menu>[data-action=collapse],.widget-color-dark>.widget-header>.widget-toolbar>[data-action=collapse]{color:#AAA}.widget-box>.widget-header>.widget-toolbar>.widget-menu>[data-action=close],.widget-box>.widget-header>.widget-toolbar>[data-action=close],.widget-color-dark>.widget-header>.widget-toolbar>.widget-menu>[data-action=close],.widget-color-dark>.widget-header>.widget-toolbar>[data-action=close]{color:#E09E96}.widget-box[class*=widget-color-]>.widget-header{color:#FFF;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.widget-color-blue{border-color:#307ECC}.widget-color-blue>.widget-header{background:#307ECC;border-color:#307ECC}.widget-color-blue2{border-color:#5090C1}.widget-color-blue2>.widget-header{background:#5090C1;border-color:#5090C1}.widget-color-blue3{border-color:#6379AA}.widget-color-blue3>.widget-header{background:#6379AA;border-color:#6379AA}.widget-color-green{border-color:#82AF6F}.widget-color-green>.widget-header{background:#82AF6F;border-color:#82AF6F}.widget-color-green2{border-color:#2E8965}.widget-color-green2>.widget-header{background:#2E8965;border-color:#2E8965}.widget-color-green3{border-color:#4EBC30}.widget-color-green3>.widget-header{background:#4EBC30;border-color:#4EBC30}.widget-color-red{border-color:#E2755F}.widget-color-red>.widget-header{background:#E2755F;border-color:#E2755F}.widget-color-red2{border-color:#E04141}.widget-color-red2>.widget-header{background:#E04141;border-color:#E04141}.widget-color-red3{border-color:#D15B47}.widget-color-red3>.widget-header{background:#D15B47;border-color:#D15B47}.widget-color-purple{border-color:#7E6EB0}.widget-color-purple>.widget-header{background:#7E6EB0;border-color:#7E6EB0}.widget-color-pink{border-color:#CE6F9E}.widget-color-pink>.widget-header{background:#CE6F9E;border-color:#CE6F9E}.widget-color-orange{border-color:#E8B10D}.widget-color-orange>.widget-header{color:#855D10!important;border-color:#E8B10D;background:#FFC657}.widget-color-dark{border-color:#5a5a5a}.widget-color-dark>.widget-header{border-color:#666;background:#404040}.widget-color-grey{border-color:#9e9e9e}.widget-color-grey>.widget-header{border-color:#aaa;background:#848484}.widget-box.transparent{border-width:0}.widget-box.transparent>.widget-header{background:0 0;border-width:0;border-bottom:1px solid #DCE8F1;color:#4383B4;padding-left:3px}.widget-box.transparent>.widget-header-large{padding-left:5px}.widget-box.transparent>.widget-header-small{padding-left:1px}.widget-box.transparent>.widget-body{border-width:0;background-color:transparent}[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action]{text-shadow:0 1px 1px rgba(0,0,0,.2)}[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action=settings],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action=settings]{color:#D3E4ED}[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action=reload],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action=reload]{color:#DEEAD3}[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action=collapse],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action=collapse]{color:#E2E2E2}[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action=close],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action=close]{color:#FFD9D5}.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action],.widget-color-orange>.widget-header>.widget-toolbar>[data-action]{text-shadow:none}.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action=settings],.widget-color-orange>.widget-header>.widget-toolbar>[data-action=settings]{color:#559AAB}.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action=reload],.widget-color-orange>.widget-header>.widget-toolbar>[data-action=reload]{color:#7CA362}.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action=collapse],.widget-color-orange>.widget-header>.widget-toolbar>[data-action=collapse]{color:#777}.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action=close],.widget-color-orange>.widget-header>.widget-toolbar>[data-action=close]{color:#A05656}.widget-box.light-border[class*=widget-color-]:not(.fullscreen){border-width:0}.widget-box.light-border[class*=widget-color-]:not(.fullscreen)>.widget-header{border:1px solid;border-color:inherit}.widget-box.light-border[class*=widget-color-]:not(.fullscreen)>.widget-body{border:1px solid #D6D6D6;border-width:0 1px 1px}.widget-box.no-border{border-width:0}.widget-box.fullscreen{position:fixed;margin:0;top:0;bottom:0;left:0;right:0;background-color:#FFF;border-width:3px;z-index:1040!important}.widget-box.fullscreen:not([class*=widget-color-]){border-color:#AAA}.widget-body .table{border-top:1px solid #E5E5E5}.widget-body .table thead:first-child tr{background:#FFF}[class*=widget-color-]>.widget-body .table thead:first-child tr{background:repeat-x #f2f2f2;background-image:-webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);background-image:-o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);background-image:linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0)}.infobox-dark>.infobox-icon>.ace-icon:before,.tooltip.in{opacity:1;filter:alpha(opacity=100)}.widget-body .table.table-bordered thead:first-child>tr{border-top-width:0}.widget-main.no-padding .table{margin-bottom:0;border-width:0}.widget-main.no-padding .table-bordered td:first-child,.widget-main.no-padding .table-bordered th:first-child{border-left-width:0}.transparent>.widget-body .widget-main .table-bordered>tbody>tr>td:last-child,.transparent>.widget-body .widget-main .table-bordered>tfoot>tr>td:last-child,.transparent>.widget-body .widget-main .table-bordered>thead>tr>th:last-child,.widget-main.no-padding .table-bordered>tbody>tr>td:last-child,.widget-main.no-padding .table-bordered>tfoot>tr>td:last-child,.widget-main.no-padding .table-bordered>thead>tr>th:last-child{border-right-width:0!important}.transparent>.widget-body .widget-main .table-bordered>tbody>tr:last-child>td,.widget-main.no-padding .table-bordered>tbody>tr:last-child>td{border-bottom-width:0!important}.table-bordered>thead.thin-border-bottom>tr>td,.table-bordered>thead.thin-border-bottom>tr>th{border-bottom-width:1px}.widget-body .alert:last-child{margin-bottom:0}.widget-main .tab-content{border-width:0}.widget-toolbar>.nav-tabs{border-bottom-width:0;margin-bottom:0;top:auto;margin-top:3px!important}.widget-toolbar>.nav-tabs>li{margin-bottom:auto}.widget-toolbar>.nav-tabs>li>a{box-shadow:none;position:relative;top:1px;margin-top:1px}.widget-toolbar>.nav-tabs>li:not(.active)>a{border-color:transparent;background-color:transparent}.widget-toolbar>.nav-tabs>li:not(.active)>a:hover{background-color:transparent}.widget-toolbar>.nav-tabs>li.active>a{background-color:#FFF;border-bottom-color:transparent;box-shadow:none;margin-top:auto}.widget-header-small>.widget-toolbar>.nav-tabs>li>a{line-height:16px;padding-top:6px;padding-bottom:6px}.widget-header-small>.widget-toolbar>.nav-tabs>li.active>a{border-top-width:2px}.widget-header-large>.widget-toolbar>.nav-tabs>li>a{line-height:22px;padding-top:9px;padding-bottom:9px;margin-top:4px}.widget-header-large>.widget-toolbar>.nav-tabs>li.active>a{margin-top:3px}[class*=widget-color-]>.widget-header>.widget-toolbar>.nav-tabs>li>a{border-color:transparent;background-color:transparent;color:#FFF;margin-right:1px}[class*=widget-color-]>.widget-header>.widget-toolbar>.nav-tabs>li>a:hover{background-color:#FFF;color:#555;border-top-color:#FFF}[class*=widget-color-]>.widget-header>.widget-toolbar>.nav-tabs>li.active>a{background-color:#FFF;color:#555;border-top-width:1px;margin-top:0}.widget-toolbar>.nav-tabs .widget-color-orange>.widget-header>li>a{color:#855D10}.transparent>.widget-header>.widget-toolbar>.nav-tabs>li>a{color:#555;background-color:transparent;border-right:1px solid transparent;border-left:1px solid transparent}.transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a{border-top-color:#4C8FBD;border-right:1px solid #C5D0DC;border-left:1px solid #C5D0DC;background-color:#FFF;box-shadow:none}.widget-toolbox{background-color:#EEE}.widget-toolbox:first-child{padding:2px;border-bottom:1px solid #CCC}.widget-toolbox:last-child{padding:2px;border-top:1px solid #CCC}.transparent>.widget-body>.widget-toolbox:last-child{border:none;border-top:1px solid #CCC}.widget-toolbox>.btn-toolbar{margin:0!important;padding:0}.widget-toolbox.center{text-align:center}.widget-toolbox.toolbox-vertical{border-bottom-width:0;border-right:1px solid #D9D9D9;padding:6px 4px;width:1px}.widget-toolbox.padding-16{padding:16px}.widget-toolbox.padding-14{padding:14px}.widget-toolbox.padding-12{padding:12px}.widget-toolbox.padding-10{padding:10px}.widget-toolbox.padding-8{padding:8px}.widget-toolbox.padding-6{padding:6px}.widget-toolbox.padding-4{padding:4px}.widget-toolbox.padding-2{padding:2px}.widget-toolbox.padding-0{padding:0}.widget-box-overlay{position:absolute;top:-1px;bottom:-1px;right:-1px;left:-1px;z-index:999;text-align:center;min-height:100%;background-color:rgba(0,0,0,.3)}.widget-box-overlay>.loading-icon{position:relative;top:20%;left:0;right:0;text-align:center}.widget-box.collapsed .widget-box-overlay>.loading-icon{top:10%}.widget-box-overlay>.loading-icon.icon-spin{-moz-animation-duration:1.2s;-webkit-animation-duration:1.2s;-o-animation-duration:1.2s;-ms-animation-duration:1.2s;animation-duration:1.2s}.widget-main>form,.widget-main>form .input-append,.widget-main>form .input-prepend{margin-bottom:0}.widget-main.no-padding>form>fieldset,.widget-main.padding-0>form>fieldset{padding:16px}.widget-main.no-padding>form>fieldset+.form-actions,.widget-main.padding-0>form>fieldset+.form-actions{padding:10px 0 12px}.widget-main.no-padding>form>.form-actions,.widget-main.padding-0>form>.form-actions{margin:0;padding:10px 12px 12px}.widget-placeholder{border:2px dashed #D9D9D9}.infobox,.popover,.popover-title,.progress,.tooltip-inner{border-radius:0}.widget-container-col{min-height:10px}.tooltip-inner{background-color:#333;color:#FFF;font-size:12px;text-shadow:1px 1px 0 rgba(42,45,50,.5);padding:5px 9px}.tooltip.top .tooltip-arrow{border-bottom-width:0;border-top-color:#333}.tooltip.right .tooltip-arrow{border-left-width:0;border-right-color:#333}.tooltip.left .tooltip-arrow{border-right-width:0;border-left-color:#333}.tooltip.bottom .tooltip-arrow{border-top-width:0;border-bottom-color:#333}.tooltip-error+.tooltip>.tooltip-inner,.tooltip.tooltip-error>.tooltip-inner{background-color:#C94D32;text-shadow:1px 1px 0 rgba(100,60,20,.3)}.tooltip-error+.tooltip.top .tooltip-arrow,.tooltip.tooltip-error.top .tooltip-arrow{border-top-color:#C94D32}.tooltip-error+.tooltip.right .tooltip-arrow,.tooltip.tooltip-error.right .tooltip-arrow{border-right-color:#C94D32}.tooltip-error+.tooltip.left .tooltip-arrow,.tooltip.tooltip-error.left .tooltip-arrow{border-left-color:#C94D32}.tooltip-error+.tooltip.bottom .tooltip-arrow,.tooltip.tooltip-error.bottom .tooltip-arrow{border-bottom-color:#C94D32}.tooltip-success+.tooltip>.tooltip-inner,.tooltip.tooltip-success>.tooltip-inner{background-color:#629B58;text-shadow:1px 1px 0 rgba(60,100,20,.3)}.tooltip-success+.tooltip.top .tooltip-arrow,.tooltip.tooltip-success.top .tooltip-arrow{border-top-color:#629B58}.tooltip-success+.tooltip.right .tooltip-arrow,.tooltip.tooltip-success.right .tooltip-arrow{border-right-color:#629B58}.tooltip-success+.tooltip.left .tooltip-arrow,.tooltip.tooltip-success.left .tooltip-arrow{border-left-color:#629B58}.tooltip-success+.tooltip.bottom .tooltip-arrow,.tooltip.tooltip-success.bottom .tooltip-arrow{border-bottom-color:#629B58}.tooltip-warning+.tooltip>.tooltip-inner,.tooltip.tooltip-warning>.tooltip-inner{background-color:#ED9421;text-shadow:1px 1px 0 rgba(100,90,10,.3)}.tooltip-warning+.tooltip.top .tooltip-arrow,.tooltip.tooltip-warning.top .tooltip-arrow{border-top-color:#ED9421}.tooltip-warning+.tooltip.right .tooltip-arrow,.tooltip.tooltip-warning.right .tooltip-arrow{border-right-color:#ED9421}.tooltip-warning+.tooltip.left .tooltip-arrow,.tooltip.tooltip-warning.left .tooltip-arrow{border-left-color:#ED9421}.tooltip-warning+.tooltip.bottom .tooltip-arrow,.tooltip.tooltip-warning.bottom .tooltip-arrow{border-bottom-color:#ED9421}.tooltip-info+.tooltip>.tooltip-inner,.tooltip.tooltip-info>.tooltip-inner{background-color:#4B89AA;text-shadow:1px 1px 0 rgba(40,50,100,.3)}.tooltip-info+.tooltip.top .tooltip-arrow,.tooltip.tooltip-info.top .tooltip-arrow{border-top-color:#4B89AA}.tooltip-info+.tooltip.right .tooltip-arrow,.tooltip.tooltip-info.right .tooltip-arrow{border-right-color:#4B89AA}.tooltip-info+.tooltip.left .tooltip-arrow,.tooltip.tooltip-info.left .tooltip-arrow{border-left-color:#4B89AA}.tooltip-info+.tooltip.bottom .tooltip-arrow,.tooltip.tooltip-info.bottom .tooltip-arrow{border-bottom-color:#4B89AA}.popover{padding:0;border-color:#ccc;border-width:1px;-webkit-box-shadow:0 0 4px 2px rgba(0,0,0,.2);box-shadow:0 0 4px 2px rgba(0,0,0,.2);color:#4D5C73}.popover-title{background-color:#EFF3F8;color:#555;border-bottom:1px solid #dde6f0;text-shadow:1px 1px 1px rgba(220,220,220,.2)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;border-bottom-color:#EFF3F8;border-top-width:0}.popover-error+.popover,.popover.popover-error{border-color:#F7F0EF}.popover-error+.popover .popover-title,.popover.popover-error .popover-title{background-color:#F7F0EF;border-bottom-color:#efe0de;color:#B75445;text-shadow:none}.popover-error+.popover.top .arrow:after,.popover.popover-error.top .arrow:after{border-top-color:#F7F0EF}.popover-error+.popover.bottom .arrow:after,.popover.popover-error.bottom .arrow:after{border-bottom-color:#F7F0EF}.popover-error+.popover.right .arrow:after,.popover.popover-error.right .arrow:after{border-right-color:#F7F0EF}.popover-error+.popover.left .arrow:after,.popover.popover-error.left .arrow:after{border-left-color:#F7F0EF}.popover-warning+.popover,.popover.popover-warning{border-color:#F4EEE3}.popover-warning+.popover .popover-title,.popover.popover-warning .popover-title{background-color:#F4EEE3;border-bottom-color:#ede3d1;color:#D67E31;text-shadow:none}.popover-warning+.popover.top .arrow:after,.popover.popover-warning.top .arrow:after{border-top-color:#F4EEE3}.popover-warning+.popover.bottom .arrow:after,.popover.popover-warning.bottom .arrow:after{border-bottom-color:#F4EEE3}.popover-warning+.popover.right .arrow:after,.popover.popover-warning.right .arrow:after{border-right-color:#F4EEE3}.popover-warning+.popover.left .arrow:after,.popover.popover-warning.left .arrow:after{border-left-color:#F4EEE3}.popover-success+.popover,.popover.popover-success{border-color:#E8F2E3}.popover-success+.popover .popover-title,.popover.popover-success .popover-title{background-color:#E8F2E3;border-bottom-color:#daead2;color:#629B58;text-shadow:none}.popover-success+.popover.top .arrow:after,.popover.popover-success.top .arrow:after{border-top-color:#E8F2E3}.popover-success+.popover.bottom .arrow:after,.popover.popover-success.bottom .arrow:after{border-bottom-color:#E8F2E3}.popover-success+.popover.right .arrow:after,.popover.popover-success.right .arrow:after{border-right-color:#E8F2E3}.popover-success+.popover.left .arrow:after,.popover.popover-success.left .arrow:after{border-left-color:#E8F2E3}.popover-info+.popover,.popover.popover-info{border-color:#E5EDF8}.popover-info+.popover .popover-title,.popover.popover-info .popover-title{background-color:#E5EDF8;border-bottom-color:#d1dff3;color:#3F79B6;text-shadow:none}.popover-info+.popover.top .arrow:after,.popover.popover-info.top .arrow:after{border-top-color:#E5EDF8}.popover-info+.popover.bottom .arrow:after,.popover.popover-info.bottom .arrow:after{border-bottom-color:#E5EDF8}.popover-info+.popover.right .arrow:after,.popover.popover-info.right .arrow:after{border-right-color:#E5EDF8}.popover-info+.popover.left .arrow:after,.popover.popover-info.left .arrow:after{border-left-color:#E5EDF8}.popover-notitle+.popover.top .arrow:after,.popover.popover-notitle.top .arrow:after{border-top-color:#FFF}.popover-notitle+.popover.bottom .arrow:after,.popover.popover-notitle.bottom .arrow:after{border-bottom-color:#FFF}.popover-notitle+.popover.left .arrow:after,.popover.popover-notitle.left .arrow:after{border-left-color:#FFF}.popover-notitle+.popover.right .arrow:after,.popover.popover-notitle.right .arrow:after{border-right-color:#FFF}.progress{box-shadow:none;background:#e9e9e9;height:18px}.progress-striped .progress-bar,.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress .progress-bar{-webkit-box-shadow:none;box-shadow:none;line-height:18px}.progress[data-percent]:after{display:inline-block;content:attr(data-percent);color:#FFF;position:absolute;left:0;right:0;top:0;bottom:0;line-height:16px;text-align:center;font-size:12px}.infobox>.stat:after,.infobox>.stat:before,.social-or-login:before{content:""}.progress.progress-yellow[data-percent]:after{color:#963}.progress.progress-small{height:12px}.progress.progress-small .progress-bar,.progress.progress-small[data-percent]:after{line-height:10px;font-size:11px}.progress.progress-mini{height:9px}.progress.progress-mini .progress-bar,.progress.progress-mini[data-percent]:after{line-height:8px;font-size:11px}.progress-bar{background-color:#2A91D8}.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#CA5952}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-striped .progress-bar-success,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-success{background-color:#59A84B}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#F2BB46}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-striped .progress-bar-pink,.progress-striped .progress-bar-purple{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-pink{background-color:#D6487E}.progress-striped .progress-bar-pink{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-purple{background-color:#9585BF}.progress-striped .progress-bar-purple{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-striped .progress-bar-inverse,.progress-striped .progress-bar-yellow{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-yellow{background-color:#FFD259}.progress-striped .progress-bar-yellow{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-inverse{background-color:#404040}.progress-striped .progress-bar-inverse{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-grey{background-color:#8A8A8A}.progress-striped .progress-bar-grey{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.infobox-container{text-align:center;font-size:0}.infobox{display:inline-block;width:210px;height:66px;color:#555;background-color:#FFF;box-shadow:none;margin:-1px 0 0 -1px;padding:8px 3px 6px 9px;border:1px dotted;border-color:#D8D8D8!important;vertical-align:middle;text-align:left;position:relative}.infobox>.infobox-icon{display:inline-block;vertical-align:top;width:44px}.infobox>.infobox-icon>.ace-icon{display:inline-block;height:42px;margin:0;padding:1px 1px 0 2px;background-color:transparent;border-width:0;text-align:center;position:relative;border-radius:100%;-webkit-box-shadow:1px 1px 0 rgba(0,0,0,.2);box-shadow:1px 1px 0 rgba(0,0,0,.2)}.infobox>.infobox-icon>.ace-icon:before{font-size:24px;display:block;padding:6px 0 7px;width:40px;text-align:center;border-radius:100%;color:#FFF;color:rgba(255,255,255,.9);background-color:transparent;background-color:rgba(255,255,255,.2);text-shadow:1px 1px 1px rgba(0,0,0,.14)}.infobox .infobox-content{color:#555;max-width:140px}.infobox>.infobox-data{display:inline-block;border-width:0;font-size:13px;text-align:left;line-height:21px;min-width:130px;padding-left:8px;position:relative;top:0}.infobox>.infobox-data>.infobox-data-number{display:block;font-size:22px;margin:2px 0 4px;position:relative;text-shadow:1px 1px 0 rgba(0,0,0,.15)}.infobox>.infobox-data>.infobox-text{display:block;font-size:16px;margin:2px 0 4px;position:relative;text-shadow:none}.infobox.no-border{border-width:0!important}@media only screen and (max-width:479px){.infobox{min-width:95%;margin-top:2px;margin-bottom:2px}}.infobox-purple{color:#6F3CC4;border-color:#6F3CC4}.infobox-purple>.infobox-icon>.ace-icon{background-color:#6F3CC4}.infobox-purple.infobox-dark{background-color:#6F3CC4;border-color:#6F3CC4}.infobox-purple2{color:#5F47B0;border-color:#5F47B0}.infobox-purple2>.infobox-icon>.ace-icon{background-color:#5F47B0}.infobox-purple2.infobox-dark{background-color:#5F47B0;border-color:#5F47B0}.infobox-pink{color:#CB6FD7;border-color:#CB6FD7}.infobox-pink>.infobox-icon>.ace-icon{background-color:#CB6FD7}.infobox-pink.infobox-dark{background-color:#CB6FD7;border-color:#CB6FD7}.infobox-blue{color:#6FB3E0;border-color:#6FB3E0}.infobox-blue>.infobox-icon>.ace-icon{background-color:#6FB3E0}.infobox-blue.infobox-dark{background-color:#6FB3E0;border-color:#6FB3E0}.infobox-blue2{color:#3983C2;border-color:#3983C2}.infobox-blue2>.infobox-icon>.ace-icon{background-color:#3983C2}.infobox-blue2.infobox-dark{background-color:#3983C2;border-color:#3983C2}.infobox-blue3{color:#1144EB;border-color:#1144EB}.infobox-blue3>.infobox-icon>.ace-icon{background-color:#1144EB}.infobox-blue3.infobox-dark{background-color:#1144EB;border-color:#1144EB}.infobox-red{color:#D53F40;border-color:#D53F40}.infobox-red>.infobox-icon>.ace-icon{background-color:#D53F40}.infobox-red.infobox-dark{background-color:#D53F40;border-color:#D53F40}.infobox-brown{color:#C67A3E;border-color:#C67A3E}.infobox-brown>.infobox-icon>.ace-icon{background-color:#C67A3E}.infobox-brown.infobox-dark{background-color:#C67A3E;border-color:#C67A3E}.infobox-wood{color:#7B3F25;border-color:#7B3F25}.infobox-wood>.infobox-icon>.ace-icon{background-color:#7B3F25}.infobox-wood.infobox-dark{background-color:#7B3F25;border-color:#7B3F25}.infobox-light-brown{color:#CEBEA5;border-color:#CEBEA5}.infobox-light-brown>.infobox-icon>.ace-icon{background-color:#CEBEA5}.infobox-light-brown.infobox-dark{background-color:#CEBEA5;border-color:#CEBEA5}.infobox-orange{color:#E8B110;border-color:#E8B110}.infobox-orange>.infobox-icon>.ace-icon{background-color:#E8B110}.infobox-orange.infobox-dark{background-color:#E8B110;border-color:#E8B110}.infobox-orange2{color:#F79263;border-color:#F79263}.infobox-orange2>.infobox-icon>.ace-icon{background-color:#F79263}.infobox-orange2.infobox-dark{background-color:#F79263;border-color:#F79263}.infobox-green{color:#9ABC32;border-color:#9ABC32}.infobox-green>.infobox-icon>.ace-icon{background-color:#9ABC32}.infobox-green.infobox-dark{background-color:#9ABC32;border-color:#9ABC32}.infobox-green2{color:#0490A6;border-color:#0490A6}.infobox-green2>.infobox-icon>.ace-icon{background-color:#0490A6}.infobox-green2.infobox-dark{background-color:#0490A6;border-color:#0490A6}.infobox-grey{color:#999;border-color:#999}.infobox-grey>.infobox-icon>.ace-icon{background-color:#999}.infobox-grey.infobox-dark{background-color:#999;border-color:#999}.infobox-black{color:#393939;border-color:#393939}.infobox-black>.infobox-icon>.ace-icon{background-color:#393939}.infobox-black.infobox-dark{background-color:#393939;border-color:#393939}.infobox-dark{margin:1px 1px 0 0;border-color:transparent!important;border-width:0;color:#FFF;padding:4px}.infobox-dark>.infobox-icon>.ace-icon,.infobox-dark>.infobox-icon>.ace-icon:before{background-color:transparent;box-shadow:none!important;text-shadow:none;border-radius:0;font-size:30px}.infobox-dark .infobox-content{color:#FFF}.infobox>.infobox-progress{padding-top:0;display:inline-block;vertical-align:top;width:44px}.infobox>.infobox-chart{padding-top:0;display:inline-block;vertical-align:text-bottom;width:44px;text-align:center}.infobox>.infobox-chart>.sparkline{font-size:24px}.infobox>.infobox-chart canvas{vertical-align:middle!important}.infobox>.stat{display:inline-block;position:absolute;right:20px;top:11px;text-shadow:none;color:#ABBAC3;font-size:13px;padding-right:18px;padding-top:3px}.infobox>.stat:before{display:inline-block;width:8px;height:11px;background-color:#ABBAC3;position:absolute;right:4px;top:7px}.infobox>.stat:after{display:inline-block;position:absolute;right:1px;top:-8px;border:12px solid transparent;border-width:8px 7px;border-bottom-color:#ABBAC3}.infobox>.stat.stat-success{color:#77C646}.infobox>.stat.stat-success:before{background-color:#77C646}.infobox>.stat.stat-success:after{border-bottom-color:#77C646}.infobox>.stat.stat-important{color:#E4564F}.infobox.infobox-dark>.stat,.infobox.infobox-dark>.stat.stat-important,.infobox.infobox-dark>.stat.stat-success,.infobox>.badge{color:#FFF}.infobox>.stat.stat-important:before{background-color:#E4564F;top:3px}.infobox>.stat.stat-important:after{border-top-color:#E4564F;border-bottom-color:transparent;bottom:-6px;top:auto}.infobox.infobox-dark>.stat:before{background-color:#E1E5E8}.infobox.infobox-dark>.stat:after{border-bottom-color:#E1E5E8}.infobox.infobox-dark>.stat.stat-success:before{background-color:#D0E29E}.infobox.infobox-dark>.stat.stat-success:after{border-bottom-color:#D0E29E}.infobox.infobox-dark>.stat.stat-important:before{background-color:#FF8482;top:3px}.infobox.infobox-dark>.stat.stat-important:after{border-top-color:#FF8482;border-bottom-color:transparent;bottom:-6px;top:auto}.infobox>.badge{position:absolute;right:20px;top:11px;border-radius:0;text-shadow:none;font-size:11px;line-height:15px;height:16px;padding:0 1px}.infobox.infobox-dark>.badge{color:#FFF;background-color:rgba(255,255,255,.2)!important;border:1px solid #F1F1F1;top:2px;right:2px}.infobox.infobox-dark>.badge.badge-success>.ace-icon{color:#C6E9A1}.infobox.infobox-dark>.badge.badge-important>.ace-icon,.infobox.infobox-dark>.badge.badge-warning>.ace-icon{color:#ECB792}.infobox-small{width:135px;height:52px;text-align:left;padding-bottom:5px}.infobox-small>.infobox-chart,.infobox-small>.infobox-icon,.infobox-small>.infobox-progress{display:inline-block;width:40px;max-width:40px;height:42px;line-height:38px;vertical-align:middle}.infobox-small>.infobox-data{display:inline-block;text-align:left;vertical-align:middle;max-width:72px;min-width:0}.infobox-small>.infobox-chart>.sparkline{font-size:14px;margin-left:2px}.percentage{font-size:14px;display:inline-block;vertical-align:top}.infobox-small .percentage{font-size:13px;font-weight:400;margin-top:2px;margin-left:2px}.pricing-box:not(:first-child){padding-left:7px}.pricing-box:not(:last-child){padding-right:7px}.pricing-box .price{font-size:22px;line-height:20px;height:28px;text-align:center;color:#555}.pricing-box .price small{font-size:22px}.pricing-box .btn{font-size:16px}.pricing-box .widget-header{text-align:center;padding-left:0}@media only screen and (max-width:480px){.pricing-box{margin:0 0 16px -1px;padding-left:0!important;padding-right:0!important}.pricing-box:nth-child(odd){padding-left:12px!important}.pricing-box:nth-child(even){padding-right:12px!important}}@media only screen and (max-width:479px){.pricing-box{margin:0 0 16px;width:100%;padding-left:12px!important;padding-right:12px!important}}.pricing-table-header{padding-top:0;margin-top:0;text-align:left}.pricing-table-header>li{padding:7px 0 7px 11px;font-size:13px}.pricing-table{margin-top:0}.pricing-table>li{text-align:center;padding:7px 0;font-size:13px}.list-striped>li:nth-child(odd){background-color:#FFF}.list-striped>li:nth-child(even){background-color:#F2F3EB}.list-striped.pricing-table-header>li:nth-child(even){background-color:#EEE}.pricing-box-small{box-shadow:none;margin-left:-2px;background-color:#FFF;position:relative;z-index:10}.pricing-box-small .price{line-height:20px;height:28px;text-align:center}.pricing-box-small .price .label:after,.pricing-box-small .price .label:before{margin-top:-2px;opacity:.9;filter:alpha(opacity=90)}.pricing-box-small:hover{box-shadow:0 0 4px 2px rgba(0,0,0,.15);z-index:11;-webkit-transform:scale(1.04);-ms-transform:scale(1.04);-o-transform:scale(1.04);transform:scale(1.04)}.pricing-box-small:hover .price>.label{-webkit-transform:scale(.96);-ms-transform:scale(.96);-o-transform:scale(.96);transform:scale(.96)}.pricing-span{margin:0;width:19%;max-width:150px!important;min-width:110px!important;float:left!important}.pricing-span-header{padding-right:0}@media only screen and (min-width:480px){.pricing-span-body{padding-left:0;padding-right:0}}@media only screen and (max-width:480px){.pricing-span-body,.pricing-span-header{width:100%;padding-right:12px}}.login-container{width:375px;margin:0 auto}.login-layout label,.ui-jqdialog-content .searchFilter .queryresult{margin-bottom:11px}.login-layout{background-color:#1D2024}.login-layout .main-container:before{display:none}.login-layout .main-content{margin-left:0!important;margin-right:0!important;min-height:100%;padding-left:15px;padding-right:15px}.login-layout .widget-box{visibility:hidden;position:fixed;z-index:-5;border-bottom:none;box-shadow:none;padding:6px;background-color:#394557;-moz-transform:scale(0,1) translate(-150px);-webkit-transform:scale(0,1) translate(-150px);-o-transform:scale(0,1) translate(-150px);-ms-transform:scale(0,1) translate(-150px);transform:scale(0,1) translate(-150px)}.login-layout .widget-box.visible{visibility:visible;position:relative;z-index:auto;-moz-transform:scale(1,1) translate(0);-webkit-transform:scale(1,1) translate(0);-o-transform:scale(1,1) translate(0);-ms-transform:scale(1,1) translate(0);transform:scale(1,1) translate(0);transition:transform .3s ease;-moz-transition:-moz-transform .3s ease;-webkit-transition:-webkit-transform .3s ease;-o-transition:-o-transform .2s ease}.login-layout .widget-box .widget-main{padding:16px 36px 36px;background:#F7F7F7}.login-layout .widget-box .widget-main form{margin:0}.login-layout .widget-box .widget-body .toolbar>div>a{font-size:15px;font-weight:400;text-shadow:1px 0 1px rgba(0,0,0,.25)}.login-box .forgot-password-link{color:#FE9}.login-box .user-signup-link{color:#CF7}.login-box .toolbar{background:#5090C1;border-top:2px solid #597597}.login-box .toolbar>div{width:50%;display:inline-block;padding:9px 0 11px}.login-box .toolbar>div:first-child{float:left;text-align:left}.login-box .toolbar>div:first-child>a{margin-left:11px}.login-box .toolbar>div:first-child+div{float:right;text-align:right}.login-box .toolbar>div:first-child+div>a{margin-right:11px}.forgot-box .toolbar{background:#C16050;border-top:2px solid #976559;padding:9px 18px}.signup-box .toolbar{background:#76B774;border-top:2px solid #759759;padding:9px 18px}.forgot-box .back-to-login-link,.signup-box .back-to-login-link{color:#FE9;font-size:14px;font-weight:700;text-shadow:1px 0 1px rgba(0,0,0,.25)}.login-layout .login-box .widget-main{padding-bottom:16px}.social-or-login{margin-top:4px;text-align:center;position:relative;z-index:1}.social-or-login :first-child{display:inline-block;background:#F7F7F7;padding:0 8px;color:#5090C1;font-size:13px}.social-or-login:before{display:block;position:absolute;z-index:-1;top:50%;left:0;right:0;border-top:1px dotted #A6C4DB}.social-login a{border-radius:100%;width:42px;height:42px;line-height:46px;padding:0;margin:0 1px;border-width:0}.social-login a>.ace-icon{font-size:24px;margin:0}@media only screen and (max-width:540px){.login-layout .widget-box .widget-main{padding:16px}.login-container{width:98%}.login-layout .widget-box{padding:0}.login-layout .main-content{padding-left:6px;padding-right:6px}.login-box .toolbar>div{width:auto}}.light-login{background:url(images/pattern.jpg) #DFE0E2}.light-login .widget-box{padding:1px 1px 0;-webkit-box-shadow:0 0 2px 1px rgba(0,0,0,.12);box-shadow:0 0 2px 1px rgba(0,0,0,.12);border-bottom:1px solid rgba(50,50,50,.33)}.light-login .widget-box .toolbar{border-top-width:1px}.light-login .widget-box.login-box{background-color:#BCC6CF;background-color:rgba(100,110,120,.4)}.light-login .widget-box.signup-box{background-color:#C1CEC4;background-color:rgba(110,120,100,.4)}.light-login .widget-box.forgot-box{background-color:#D2C5C5;background-color:rgba(120,110,100,.4)}.blur-login{background:url(images/meteorshower2.jpg) #394557}.invoice-info{line-height:24px!important;color:#444;vertical-align:bottom;margin-left:9px;margin-right:9px}.invoice-info-label{display:inline-block;max-width:100px;text-align:right;font-size:14px}.ace-thumbnails>li,.ace-thumbnails>li>:first-child{display:block;position:relative}.invoice-box .label-large[class*=arrowed]{margin-left:11px!important;max-width:95%}.error-container{margin:20px;padding:0;background:#FFF}@media only screen and (max-width:767px){.error-container{margin:12px}}@media only screen and (max-width:479px){.error-container{margin:6px}}.ace-thumbnails{list-style:none;margin:0;padding:0}.ace-thumbnails>li{float:left;overflow:hidden;margin:2px;border:2px solid #333}.ace-thumbnails>li>:first-child:focus{outline:0}.ace-thumbnails>li .tags{display:inline-block;position:absolute;bottom:0;right:0;overflow:visible;direction:rtl;padding:0;margin:0;height:auto;width:auto;background-color:transparent;border-width:0;vertical-align:inherit}.ace-thumbnails>li .tags>.label-holder{opacity:.92;filter:alpha(opacity=92);display:table;margin:1px 0 0;direction:ltr;text-align:left}.ace-thumbnails>li>.tools,.ace-thumbnails>li>:first-child>.text{position:absolute;text-align:center;background-color:rgba(0,0,0,.55)}.ace-thumbnails>li .tags>.label-holder:hover{opacity:1;filter:alpha(opacity=100)}.ace-thumbnails>li>.tools{top:0;bottom:0;left:-30px;width:24px;vertical-align:middle;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.ace-thumbnails>li>.tools.tools-right{left:auto;right:-30px}.ace-thumbnails>li>.tools.tools-bottom{width:auto;height:28px;left:0;right:0;top:auto;bottom:-30px}.ace-thumbnails>li>.tools.tools-top{width:auto;height:28px;left:0;right:0;top:-30px;bottom:auto}.ace-thumbnails>li:hover>.tools{left:0;right:0}.ace-thumbnails>li:hover>.tools.tools-bottom{top:auto;bottom:0}.ace-thumbnails>li:hover>.tools.tools-top{bottom:auto;top:0}.ace-thumbnails>li:hover>.tools.tools-right{left:auto;right:0}.ace-thumbnails>li>.in.tools{left:0;right:0}.ace-thumbnails>li>.in.tools.tools-bottom{top:auto;bottom:0}.ace-thumbnails>li>.in.tools.tools-top{bottom:auto;top:0}.ace-thumbnails>li>.in.tools.tools-right{left:auto;right:0}.ace-thumbnails>li>.tools>a,.ace-thumbnails>li>:first-child .inner a{display:inline-block;color:#FFF;font-size:18px;font-weight:400;padding:0 4px}.ace-thumbnails>li>.tools>a:hover,.ace-thumbnails>li>:first-child .inner a:hover{text-decoration:none;color:#C9E2EA}.ace-thumbnails>li .tools.tools-bottom>a,.ace-thumbnails>li .tools.tools-top>a{display:inline-block}.ace-thumbnails>li>:first-child>.text{right:0;left:0;bottom:0;top:0;color:#FFF;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.dialogs,.itemdiv{position:relative}.ace-thumbnails>li>:first-child>.text:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:0}.ace-thumbnails>li>:first-child>.text>.inner{padding:4px 0;margin:0;display:inline-block;vertical-align:middle;max-width:90%}.ace-thumbnails>li:hover>:first-child>.text{opacity:1;filter:alpha(opacity=100)}@media only screen and (max-width:480px){.ace-thumbnails{text-align:center}.ace-thumbnails>li{float:none;display:inline-block}}.dialogs{padding:9px}.itemdiv{padding-right:3px;min-height:66px}.itemdiv>.user{display:inline-block;width:42px;position:absolute;left:0}.itemdiv>.user>.img,.itemdiv>.user>img{border-radius:100%;border:2px solid #5293C4;max-width:40px;position:relative}.itemdiv>.user>.img{padding:2px}.itemdiv>.body{width:auto;margin-left:50px;margin-right:12px;position:relative}.itemdiv>.body>.time{display:block;font-size:11px;font-weight:700;color:#666;position:absolute;right:9px;top:0}.itemdiv>.body>.time .ace-icon{font-size:14px;font-weight:400}.itemdiv>.body>.name{display:block;color:#999}.itemdiv>.body>.name>b{color:#777}.itemdiv>.body>.text{display:block;position:relative;margin-top:2px;padding-bottom:19px;padding-left:7px;font-size:13px}.itemdiv.dialogdiv:before,.itemdiv.dialogdiv>.body:before,.itemdiv>.body>.text:after{content:"";position:absolute}.itemdiv>.body>.text:after{display:block;height:1px;font-size:0;overflow:hidden;left:16px;right:-12px;margin-top:9px;border-top:1px solid #E4ECF3}.itemdiv>.body>.text>.ace-icon:first-child{color:#DCE3ED;margin-right:4px}.itemdiv:last-child>.body>.text{border-bottom-width:0}.itemdiv:last-child>.body>.text:after{display:none}.itemdiv.dialogdiv{padding-bottom:14px}.itemdiv.dialogdiv:before{display:block;top:0;bottom:0;left:19px;width:3px;max-width:3px;background-color:#E1E6ED;border:1px solid #D7DBDD;border-width:0 1px}.itemdiv.dialogdiv:last-child{padding-bottom:0}.itemdiv.dialogdiv:last-child:before{display:none}.itemdiv.dialogdiv>.user>img{border-color:#C9D6E5}.itemdiv.dialogdiv>.body{border:1px solid #DDE4ED;padding:5px 8px 8px;border-left-width:2px;margin-right:1px}.itemdiv.dialogdiv>.body:before{display:block;left:-7px;top:11px;width:8px;height:8px;border:2px solid #DDE4ED;border-width:2px 0 0 2px;background-color:#FFF;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.itemdiv.dialogdiv>.body>.time{position:static;float:right}.itemdiv.dialogdiv>.body>.text{padding-left:0;padding-bottom:0}.itemdiv.dialogdiv>.body>.text:after{display:none}.itemdiv.dialogdiv .tooltip-inner{word-break:break-all}.itemdiv.memberdiv{width:175px;padding:2px;margin:3px 0;float:left;border-bottom:1px solid #E8E8E8}@media (min-width:992px){.itemdiv.memberdiv{max-width:50%}}@media (max-width:991px){.itemdiv.memberdiv{min-width:33.333%}}.itemdiv.memberdiv>.user>img{border-color:#DCE3ED}.itemdiv.memberdiv>.body>.time{position:static}.itemdiv.memberdiv>.body>.name{line-height:18px;height:18px;margin-bottom:0}.itemdiv.memberdiv>.body>.name>a{display:inline-block;max-width:100px;max-height:18px;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.itemdiv .tools{position:absolute;right:5px;bottom:10px;display:none}.item-list>li>.checkbox,.item-list>li>label.inline,.itemdiv:hover .tools{display:inline-block}.itemdiv .tools .btn{border-radius:36px;margin:1px 0}.itemdiv .body .tools{bottom:4px}.itemdiv.commentdiv .tools{right:9px}.item-list{margin:0;padding:0;list-style:none}.item-list>li{padding:9px;background-color:#FFF;margin-top:-1px;position:relative}.item-list>li.selected{color:#8090A0;background-color:#F4F9FC}.item-list>li.selected .lbl,.item-list>li.selected label{text-decoration:line-through;color:#8090A0}.item-list>li label{font-size:13px}.item-list>li .percentage{font-size:11px;font-weight:700;color:#777}li[class*=item-]{border:1px solid #DDD;border-left-width:3px}li.item-orange{border-left-color:#E8B110}li.item-orange2{border-left-color:#F79263}li.item-red{border-left-color:#D53F40}li.item-red2{border-left-color:#D15B47}li.item-green{border-left-color:#9ABC32}li.item-green2{border-left-color:#0490A6}li.item-blue{border-left-color:#4F99C6}li.item-blue2{border-left-color:#3983C2}li.item-blue3{border-left-color:#1144EB}li.item-pink{border-left-color:#CB6FD7}li.item-purple{border-left-color:#6F3CC4}li.item-black{border-left-color:#505050}li.item-grey{border-left-color:#A0A0A0}li.item-brown{border-left-color:brown}li.item-default{border-left-color:#ABBAC3}.ui-sortable-helper,.ui-sortable-helper>a,.ui-sortable-placeholder,.ui-sortable-placeholder>a{cursor:move!important}@media only screen and (max-width:480px){.itemdiv.memberdiv{float:none;width:auto}}.profile-user-info{display:table;width:98%;width:calc(100% - 24px);margin:0 auto}.profile-info-row{display:table-row}.profile-info-name,.profile-info-value{display:table-cell;border-top:1px dotted #D5E4F1}.profile-info-name{text-align:right;padding:6px 10px 6px 4px;font-weight:400;color:#667E99;background-color:transparent;width:110px;vertical-align:middle}.profile-info-value{padding:6px 4px 6px 6px}.profile-info-value>span+span:before{display:inline;content:",";margin-left:1px;margin-right:3px;color:#666;border-bottom:1px solid #FFF}.profile-info-value>span+span.editable-container:before{display:none}.profile-info-row:first-child .profile-info-name,.profile-info-row:first-child .profile-info-value{border-top:none}.profile-user-info-striped{border:1px solid #DCEBF7}.profile-user-info-striped .profile-info-name{color:#336199;background-color:#EDF3F4;border-top:1px solid #F7FBFF}.profile-user-info-striped .profile-info-value{border-top:1px dotted #DCEBF7;padding-left:12px}.profile-picture{border:1px solid #CCC;background-color:#FFF;padding:4px;display:inline-block;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:1px 1px 1px rgba(0,0,0,.15)}.dd-empty,.dd-handle,.dd-placeholder,.dd2-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.profile-activity{padding:10px 4px;border-bottom:1px dotted #D0D8E0;position:relative;border-left:1px dotted #FFF;border-right:1px dotted #FFF}.profile-activity:first-child{border-top:1px dotted transparent}.profile-activity:first-child:hover{border-top-color:#D0D8E0}.profile-activity:hover{background-color:#F4F9FD;border-left:1px dotted #D0D8E0;border-right:1px dotted #D0D8E0}.profile-activity img{border:2px solid #C9D6E5;border-radius:100%;max-width:40px;margin-right:10px;margin-left:0;box-shadow:none}.profile-activity .thumbicon{background-color:#74ABD7;display:inline-block;border-radius:100%;width:38px;height:38px;color:#FFF;font-size:18px;text-align:center;line-height:38px;margin-right:10px;margin-left:0;text-shadow:none!important}.profile-activity .time{display:block;margin-top:4px;color:#777}.profile-activity a.user{font-weight:700;color:#9585BF}.profile-activity .tools{position:absolute;right:12px;bottom:8px;display:none}.profile-activity:hover .tools{display:block}.user-profile .ace-thumbnails li{border:1px solid #CCC;padding:3px;margin:6px}.user-profile .ace-thumbnails li .tools{left:3px;right:3px}.user-profile .ace-thumbnails li:hover .tools{bottom:3px}.user-title-label:hover{text-decoration:none}.user-title-label+.dropdown-menu{margin-left:-12px}.profile-contact-links{padding:4px 2px 5px;border:1px solid #E0E2E5;background-color:#F8FAFC}.btn-link:hover .ace-icon{text-decoration:none!important}.profile-social-links>a:hover>.ace-icon,.profile-users .memberdiv .name a:hover .ace-icon,.profile-users .memberdiv .tools>a:hover{text-decoration:none}.profile-social-links>a{text-decoration:none;margin:0 1px}.profile-skills .progress{height:26px;margin-bottom:2px;background-color:transparent}.profile-skills .progress .progress-bar{line-height:26px;font-size:13px;font-weight:700;font-family:"Open Sans";padding:0 8px}.profile-users .user{display:block;position:static;text-align:center;width:auto}.profile-users .user img{padding:2px;border-radius:100%;border:1px solid #AAA;max-width:none;width:64px;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s}.profile-users .user img:hover{-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,.33);box-shadow:0 0 1px 1px rgba(0,0,0,.33)}.profile-users .memberdiv{background-color:#FFF;width:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;text-align:center;margin:0 8px 24px}.profile-users .memberdiv .body{display:inline-block;margin:8px 0 0}.profile-users .memberdiv .popover{visibility:hidden;min-width:0;max-height:0;max-width:0;margin-left:0;margin-right:0;top:-5%;left:auto;right:auto;opacity:0;display:none;position:absolute;-webkit-transition:opacity .2s linear 0s,visibility 0s linear .2s,max-height 0s linear .2s,max-width 0s linear .2s,min-width 0s linear .2s;-o-transition:opacity .2s linear 0s,visibility 0s linear .2s,max-height 0s linear .2s,max-width 0s linear .2s,min-width 0s linear .2s;transition:opacity .2s linear 0s,visibility 0s linear .2s,max-height 0s linear .2s,max-width 0s linear .2s,min-width 0s linear .2s}.profile-users .memberdiv .popover.right{left:100%;right:auto;display:block}.profile-users .memberdiv .popover.left{left:auto;right:100%;display:block}.profile-users .memberdiv>:first-child:hover .popover{visibility:visible;opacity:1;z-index:1060;max-height:250px;max-width:250px;min-width:150px;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.profile-users .memberdiv .tools{position:static;display:block;width:100%;margin-top:2px}.profile-users .memberdiv .tools>a{margin:0 2px}.user-status{display:inline-block;width:11px;height:11px;background-color:#FFF;border:3px solid #AAA;border-radius:100%;vertical-align:middle;margin-right:1px}.user-status.status-online{border-color:#8AC16C}.user-status.status-busy{border-color:#E07F69}.user-status.status-idle{border-color:#FFB752}.tab-content.profile-edit-tab-content{border:1px solid #DDD;padding:8px 32px 32px;-webkit-box-shadow:1px 1px 0 0 rgba(0,0,0,.2);box-shadow:1px 1px 0 0 rgba(0,0,0,.2);background-color:#FFF}@media only screen and (max-width:480px){.profile-info-name{width:80px}.profile-user-info-striped .profile-info-name{float:none;width:auto;text-align:left;padding:6px 4px 6px 10px;display:block}.profile-user-info-striped .profile-info-value{margin-left:10px;display:block}.user-profile .memberdiv{width:50%;margin-left:0;margin-right:0}}.inbox-tabs.nav-tabs>li>a{background-color:#FAFAFA}.inbox-tabs.nav-tabs>li.active:not(.open)>a,.inbox-tabs.nav-tabs>li.active:not(.open)>a:focus,.inbox-tabs.nav-tabs>li.active:not(.open)>a:hover{background-color:#F1F5FA;box-shadow:0 -2px 3px 0 rgba(0,0,0,.1);color:#48768E}.inbox-tabs.nav-tabs>li>a.btn-new-mail{background-color:transparent;border:none!important;padding:0!important}.inbox-tabs.nav-tabs>li>a.btn-new-mail>.btn{border-width:0!important;border-radius:3px!important;padding:0 6px!important;position:relative;transition:none!important}.inbox-tabs.nav-tabs>li.active>a.btn-new-mail{box-shadow:none!important}.inbox-tabs.nav-tabs>li.active>a.btn-new-mail>.btn:before{content:"";display:block;position:absolute;top:100%;left:50%;margin-left:-6px;border-width:6px 8px;border-style:solid;border-color:transparent;border-top-color:inherit}.message-container,.message-item,.message-list{position:relative}.inbox-tabs.nav-tabs.tab-size-bigger>li>a{padding:5px 15px 7px;font-size:14px}.inbox-tabs.nav-tabs.tab-size-bigger>li>a>.ace-icon:first-child{margin-bottom:5px}.inbox-tabs.nav-tabs.tab-size-bigger>li>a.btn-new-mail>.btn{padding:10px!important;border-radius:7px!important}.inbox-tabs.nav-tabs.tab-size-bigger>li.active>a.btn-new-mail{margin-top:0!important;top:1px}.inbox-tabs.nav-tabs.tab-size-bigger>li.active>a.btn-new-mail>.btn:before{left:50%;margin-left:-8px;border-width:8px 10px}@media only screen and (max-width:479px){.inbox-tabs>.li-new-mail{display:block;text-align:right;margin-bottom:8px!important;float:none!important}.inbox-tabs>.li-new-mail>.btn-new-mail{display:inline-block;width:auto}}.message-item .sender,.message-item .summary,.message-item .summary .text{display:inline-block;white-space:nowrap;vertical-align:middle}.message-item{border:1px solid #EAEDF1;border-bottom-width:0;padding:12px 12px 14px;line-height:18px;background-color:#FFF}.message-item:first-child{border-top-width:0}.message-item:hover{border-color:#E2EAF2;background-color:#F2F6F9}.message-item:hover+.message-item{border-top-color:#E2EAF2}.message-item.selected+.message-item,.message-item.selected+.message-item:hover+.message-item,.message-item:hover+.message-item.selected{border-top-color:#FFF}.message-item.selected{background-color:#EFF4F7;border-color:#FFF #E2EAF2}.message-item input.ace+.lbl::before,.message-navbar input.ace+.lbl::before{top:auto}.message-item .sender{margin:0 6px 0 4px;color:#467287;width:110px;height:18px;text-overflow:ellipsis;overflow:hidden;cursor:pointer}.message-item.message-unread .sender{color:#6A9CBA;font-weight:700}.message-item .summary{position:relative;margin-left:30px;max-width:250px;max-width:calc(100% - 300px);min-width:200px}.message-item .summary .text{color:#555;width:auto;max-width:100%;height:18px;text-overflow:ellipsis;overflow:hidden;cursor:pointer}.message-item .summary .text:hover{text-decoration:underline}.message-item .summary .message-flags{display:block;position:absolute;right:100%;margin-right:4px;height:18px;white-space:nowrap}.message-item.message-unread .summary .text{color:#609FC4;font-weight:700}.message-item .time{float:right;width:60px;height:18px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#666}.message-item.message-unread .time{font-weight:700;color:#609FC4}.message-content .time,.message-item.message-unread .message-content .time{font-weight:400}.message-item .attachment{color:#999;font-size:18px;vertical-align:middle;float:right;margin:0 12px;position:relative}.message-item.message-unread .attachment{color:#4F99C6}.message-star{vertical-align:middle;margin:2px 4px 0 6px;font-size:15px;cursor:pointer}.message-star:hover{color:#FEB902!important;text-decoration:none}.mail-tag:empty{display:inline-block;width:8px;height:11px;padding:0;line-height:normal;vertical-align:middle;margin:0 1px 0 0}.badge.mail-tag{border-radius:2px}.dropdown-menu>li>a>.mail-tag{vertical-align:inherit}@media only screen and (max-width:991px){.message-item .summary{min-width:0}.message-item .sender{width:100px}}@media only screen and (max-width:550px){.message-item .summary{margin:8px 0 0 32px;max-width:95%;min-width:0;display:block}.message-item .sender{width:auto;max-width:150px}.message-item .summary .text{max-width:95%}}.btn-message,.btn-message:active,.btn-message:focus,.btn-message:hover,.open .btn-message.dropdown-toggle{background-color:#FFF!important;border:1px solid #94B9CE!important;color:#7CA3BA!important;text-shadow:none!important}.message-content{padding:16px 12px;border:1px solid #E9E9E9;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,.02);box-shadow:0 0 1px 1px rgba(0,0,0,.02);background-color:rgba(255,255,255,.8);border-top-width:0}.message-item .message-content{margin-top:16px;border-top-width:1px}.message-body{padding:0 9px;color:#6A7177}.message-navbar{line-height:24px;padding:10px 12px;border:1px solid #D6E1EA;border-color:#D6E1EA transparent;background-color:#F1F5FA;text-align:center;position:relative}.message-content .dropdown-toggle,.message-navbar .dropdown-toggle{color:#777}.message-content .dropdown-toggle:focus,.message-content .dropdown-toggle:hover,.message-navbar .dropdown-toggle:focus,.message-navbar .dropdown-toggle:hover{text-decoration:none;color:#2283C5}.message-bar{display:inline-block;min-height:28px}@media only screen and (max-width:480px){.message-bar{display:block;min-height:60px}}.message-footer{background-color:#F1F1F1;padding:12px 16px;border:1px solid #E6E6E6;border-width:1px 0;border-top:1px solid #E4E9EE}.message-footer .pagination{margin:0}.message-footer .pagination>li{margin:0;padding:0}.message-footer .pagination>li>a,.message-footer .pagination>li>span{color:#777;padding:3px 6px;margin-left:1px;margin-right:1px;background-color:transparent;border:1px solid transparent}.message-footer .pagination>li.disabled>span{color:#BBB;cursor:default;background-color:transparent;border-color:transparent}.message-footer .pagination>li>a:hover{border-color:#91bad6;color:#2283C5;text-decoration:none;background-color:#FFF}.message-footer input[type=text]{font-size:12px;width:34px;height:24px;line-height:20px;margin-bottom:0;padding:3px;vertical-align:middle;text-align:center}.message-footer-style2 .pagination>li>a,.message-footer-style2 .pagination>li>span{border:1px solid #B5B5B5;border-radius:100%!important;width:26px;height:26px;line-height:26px;display:inline-block;text-align:center;padding:0}.message-content .sender,.message-content .time{width:auto;text-overflow:inherit;vertical-align:middle}.message-footer-style2 .pagination>li.disabled>span,.message-footer-style2 .pagination>li>span{border-color:#CCC}.message-footer-style2 .pagination>li>a:hover{border-color:#84AFC9;background-color:#F7F7F7}.message-item.message-inline-open{background-color:#F2F6F9;border:1px solid #DDD;border-bottom-color:#CCC}.message-item.message-inline-open:first-child{border-top-color:#EEE}.message-item.message-inline-open:last-child{border-bottom-color:#DDD}.message-item.message-inline-open+.message-item{border-bottom-color:transparent}.message-loading-overlay{position:absolute;z-index:14;top:0;bottom:0;right:0;left:0;background-color:rgba(255,255,255,.5);text-align:center}.message-loading-overlay>.ace-icon{position:absolute;top:15%;left:0;right:0;text-align:center}.message-content .sender{color:#6A9CBA;font-weight:700;margin:0}.dataTables_filter label,.dataTables_length label{font-weight:400}.message-content .time{white-space:normal;float:none}ul.attachment-list{margin:6px 0 4px 8px}ul.attachment-list>li{margin-bottom:3px}.message-attachment{padding-left:10px;padding-right:10px}.attached-file{color:#777;width:200px;display:inline-block}.attached-file>.ace-icon{display:inline-block;width:16px;margin-right:2px;vertical-align:middle}.attached-file:hover{text-decoration:none;color:#438EB9}.attached-file:hover .attached-name{color:#2283C5}.attached-file .attached-name{display:inline-block;max-width:175px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle}.messagebar-item-left,.messagebar-item-right{position:absolute;bottom:14px;left:12px;text-align:left}.messagebar-item-right{right:12px;left:auto}.message-navbar .nav-search{right:auto;left:5px;top:auto;bottom:11px}.message-navbar .messagebar-item-left~.nav-search{left:60px}.message-form{border:1px solid #ddd;border-top:none;padding-top:22px}.message-form .form-actions{margin-bottom:0}.message-form .wysiwyg-editor{overflow:auto;min-height:150px;max-height:250px;height:auto}.btn-send-message{position:relative;top:6px;vertical-align:middle}.btn-back-message-list{color:#777}.btn-back-message-list:hover{color:#478FCA;text-decoration:none}.message-condensed .message-item{padding-top:8px;padding-bottom:9px}.message-condensed .message-footer,.message-condensed .message-navbar{padding-top:7px;padding-bottom:7px}.message-condensed .messagebar-item-left,.message-condensed .messagebar-item-right{bottom:9px}.message-condensed .message-navbar .nav-search{bottom:7px}@media only screen and (max-width:480px){.message-form{padding-left:16px;padding-right:16px}.message-condensed .message-bar{min-height:42px}}.inbox-folders .btn-block{margin-top:0}@media only screen and (max-width:767px){.inbox-folders.inbox-folders-responsive .btn-block{width:24%}}@media only screen and (max-width:600px){.inbox-folders.inbox-folders-responsive .btn-block{width:48%}}@media only screen and (max-width:320px){.inbox-folders.inbox-folders-responsive .btn-block{width:99%}}.inbox-folders .btn-lighter,.inbox-folders .btn-lighter.active{background-color:#F4F4F4!important;text-shadow:none!important;color:#7C8395!important;border:1px solid #FFF!important;padding:5px 11px}.inbox-folders .btn-lighter.active{background-color:#EDF2F8!important;color:#53617C!important}.inbox-folders .btn-lighter:hover{background-color:#EFEFEF!important;color:#6092C4!important}.inbox-folders .btn>.ace-icon:first-child{display:inline-block;width:14px;text-align:left}.inbox-folders .btn-lighter+.btn-lighter{border-top-width:0!important}.inbox-folders .btn.active:before{display:block;content:"";position:absolute;top:1px;bottom:1px;left:-1px;border-left:3px solid #4F99C6}.inbox-folders .btn.active:after{display:none}.inbox-folders .btn .counter{border-radius:3px;position:absolute;right:8px;top:8px;padding-left:6px;padding-right:6px;opacity:.75;filter:alpha(opacity=75)}.inbox-folders .btn:hover .badge{opacity:1;filter:alpha(opacity=100)}.timeline-container{position:relative;padding-top:4px;margin-bottom:32px}.timeline-container:last-child{margin-bottom:0}.timeline-container:before{content:"";display:block;position:absolute;left:28px;top:0;bottom:0;border:1px solid #E2E3E7;background-color:#E7EAEF;width:4px;border-width:0 1px}.timeline-container:first-child:before{border-top-width:1px}.timeline-container:last-child:before{border-bottom-width:1px}.timeline-item{position:relative;margin-bottom:8px}.timeline-item .widget-box{background-color:#F2F6F9;color:#595C66}.timeline-item .transparent.widget-box{border-left:3px solid #DAE1E5}.timeline-item .transparent .widget-header{background-color:#ECF1F4;border-bottom-width:0}.timeline-item .transparent .widget-header>.widget-title{margin-left:8px}.timeline-item:nth-child(even) .widget-box{background-color:#F3F3F3;color:#616161}.timeline-item:nth-child(even) .widget-box.transparent{border-left-color:#DBDBDB!important}.timeline-item:nth-child(even) .widget-box.transparent .widget-header{background-color:#EEE!important}.timeline-item .widget-box{margin:0 0 0 60px;position:relative;max-width:none}.timeline-item .widget-main{margin:0;position:relative;max-width:none;border-bottom-width:0}.timeline-item .widget-body{background-color:transparent}.timeline-item .widget-toolbox{padding:4px 8px 0!important;background-color:transparent!important;border-width:0!important;margin:0!important}.timeline-info{float:left;width:60px;text-align:center;position:relative}.timeline-info img{border-radius:100%;max-width:42px}.timeline-info .badge,.timeline-info .label{font-size:12px}.timeline-container:not(.timeline-style2) .timeline-indicator{opacity:1;border-radius:100%;display:inline-block;font-size:16px;height:36px;line-height:30px;width:36px;text-align:center;text-shadow:none!important;padding:0;cursor:default;border:3px solid #FFF!important}.timeline-label{display:block;clear:both;margin:0 0 18px 34px}.timeline-item img{border:1px solid #AAA;padding:2px;background-color:#FFF}.timeline-style2:before{display:none}.timeline-style2 .timeline-item{padding-bottom:22px;margin-bottom:0}.timeline-style2 .timeline-item:last-child{padding-bottom:0}.timeline-style2 .timeline-item:before{content:"";display:block;position:absolute;left:90px;top:5px;bottom:-5px;border-width:0;background-color:#DDD;width:2px;max-width:2px}.timeline-style2 .timeline-item:last-child:before{display:none}.timeline-style2 .timeline-item:first-child:before{display:block}.timeline-style2 .timeline-item .transparent .widget-header{background-color:transparent!important}.timeline-style2 .timeline-item .transparent.widget-box{background-color:transparent!important;border-left:none!important}.timeline-style2 .timeline-info{width:100px}.timeline-style2 .timeline-indicator{font-size:0;height:12px;line-height:12px;width:12px;border-width:1px!important;background-color:#FFF!important;position:absolute;left:85px;top:3px;opacity:1;border-radius:100%;display:inline-block;padding:0}.timeline-style2 .timeline-date{display:inline-block;width:72px;text-align:right;margin-right:25px;color:#777}.timeline-style2 .timeline-item .widget-box{margin-left:112px}.timeline-style2 .timeline-label{width:75px;margin-left:0;margin-bottom:10px;text-align:right;color:#666;font-size:14px}.timeline-time{text-align:center;position:static}.dataTables_filter,.dataTables_paginate{text-align:right}.well.search-area{background-color:#ecf1f4;border-color:#d6e1ea;-webkit-box-shadow:none;box-shadow:none}.search-thumbnail{-webkit-transition-duration:.1s;transition-duration:.1s}.search-thumbnail:hover{border-color:#75A8CE}.search-thumbnail .search-title{margin-top:15px}.search-media{border:1px solid #ddd;margin-top:-1px;padding:12px 150px 12px 12px;-webkit-transition:border .1s ease-in-out 0s;-o-transition:border .1s ease-in-out 0s;transition:border .1s ease-in-out 0s;position:relative}.search-media:hover{border-color:#75A8CE;z-index:1}.search-media .search-actions{position:absolute;right:0;top:0;bottom:0;height:100%;width:20%;min-width:100px;max-width:150px;padding:6px 9px}.search-media .search-actions::before{content:"";display:block;position:absolute;left:0;top:8px;bottom:16px;width:1px;background-image:-webkit-linear-gradient(top,#FFF 0,#DDD 100%);background-image:-o-linear-gradient(top,#FFF 0,#DDD 100%);background-image:linear-gradient(to bottom,#FFF 0,#DDD 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0)}.search-media:hover .search-actions{background-color:#F0F4F7}.search-media.disabled:hover .search-actions{background-color:#F6F6F6}.search-media:not(.disabled):hover .search-actions::before{background-image:-webkit-linear-gradient(top,#FFF 0,#84bee5 100%);background-image:-o-linear-gradient(top,#FFF 0,#84bee5 100%);background-image:linear-gradient(to bottom,#FFF 0,#84bee5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff84bee5', GradientType=0)}.search-filter-header{padding:8px;margin:-4px}.search-btn-action{position:absolute;bottom:-5px;left:0;right:0;width:auto;-webkit-transition:bottom .15s;-o-transition:bottom .15s;transition:bottom .15s}.search-media:hover .search-btn-action{bottom:1px}.search-promotion.label{position:absolute;margin-top:-1px;margin-left:-1px}.search-filter-element{padding:12px;background-color:#FFF;border:1px solid #C9DDE7}.search-results{padding:24px 12px;min-height:20px}.search-result{margin-top:-1px;position:relative;padding:12px;border:1px dotted;border-color:#DDD #FFF #FFF;border-color:rgba(0,0,0,.11) transparent transparent}.search-result:hover{background-color:#F7F7F7;border-color:#D6E1EA;border-style:solid;z-index:1}.search-result:first-child{border-top-color:transparent}.search-result:first-child:hover{border-top-color:#D6E1EA}.search-result .search-title{font-size:16px;margin-top:0;margin-bottom:6px}.search-result .search-content{margin-top:2px}.dataTables_length select{width:70px;height:25px;padding:2px 3px}.dataTables_filter input[type=search],.dataTables_filter input[type=text]{width:125px;height:18px;line-height:18px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding:4px 6px}.dataTables_info{font-size:14px}.dataTables_paginate .pagination{margin:0 12px}.dataTables_wrapper label{display:inline-block;font-size:13px}.dataTables_wrapper input[type=search],.dataTables_wrapper input[type=text],.dataTables_wrapper select{margin-bottom:0!important;margin:0 4px}div.dataTables_scrollBody table,div.dataTables_scrollFoot table{margin-top:0!important;border-top:none}.dataTables_wrapper .row{margin:0!important}.dataTables_wrapper .row:first-child{padding-top:12px;padding-bottom:12px;background-color:#EFF3F8}.dataTables_wrapper .row:first-child+.dataTable{border-top:1px solid #ddd;border-bottom:1px solid #ddd}.dataTables_wrapper .row:last-child{border-bottom:1px solid #e0e0e0;padding-top:12px;padding-bottom:12px;background-color:#EFF3F8}.dataTables_wrapper .dataTables_scroll+.row{border-top:1px solid #e0e0e0}.dataTable{margin-bottom:0}.dataTable>thead>tr>th[class*=sort]{cursor:pointer}.dataTable>thead>tr>th[class*=sort]:after{float:right;display:inline;content:"\f0dc";font-family:FontAwesome;font-size:13px;font-weight:400;color:#555}.dataTable>thead>tr>th.sorting_disabled:after,.dataTables_scrollHead+.dataTables_scrollBody>.dataTable>thead>tr>th:after,.fc-state-default .fc-button-effect{display:none}.dataTable>thead>tr>th[class*=sort]:hover{color:#547EA8}.dataTable>thead>tr>th[class*=sorting_]{color:#307ECC}.dataTable>thead>tr>th.sorting_asc,.dataTable>thead>tr>th.sorting_desc{background-image:-webkit-linear-gradient(top,#EFF3F8 0,#E3E7ED 100%);background-image:-o-linear-gradient(top,#EFF3F8 0,#E3E7ED 100%);background-image:linear-gradient(to bottom,#EFF3F8 0,#E3E7ED 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0)}.dataTable>thead>tr>th.sorting_desc:after{content:"\f0dd";top:-6px;color:#307ECC}.dataTable>thead>tr>th.sorting_asc:after{content:"\f0de";top:4px;color:#307ECC}.dataTable>thead>tr>th.sorting_disabled{cursor:inherit}.dataTables_scrollHeadInner{width:auto!important}.dataTables_scrollHeadInner>.dataTable>thead>tr>th{border-bottom-width:0!important}.dataTables_borderWrap .dataTables_scrollBody,.dataTables_borderWrap .dataTables_scrollHead{border:1px solid #ddd!important;border-width:0 1px!important}.dataTables_borderWrap .dataTables_scrollBody .table-bordered,.dataTables_borderWrap .dataTables_scrollHead .table-bordered{border-left-width:0;border-right-width:0}.dataTables_borderWrap .dataTables_scrollBody .table-bordered>tbody>tr>td:first-child,.dataTables_borderWrap .dataTables_scrollBody .table-bordered>thead>tr>th:first-child,.dataTables_borderWrap .dataTables_scrollHead .table-bordered>tbody>tr>td:first-child,.dataTables_borderWrap .dataTables_scrollHead .table-bordered>thead>tr>th:first-child{border-left-width:0}.dataTables_borderWrap .dataTables_scrollBody .table-bordered>tbody>tr>td:last-child,.dataTables_borderWrap .dataTables_scrollBody .table-bordered>thead>tr>th:last-child,.dataTables_borderWrap .dataTables_scrollHead .table-bordered>tbody>tr>td:last-child,.dataTables_borderWrap .dataTables_scrollHead .table-bordered>thead>tr>th:last-child{border-right-width:0}table.dataTable{clear:both;max-width:none!important}table.dataTable th:active{outline:0}div.dataTables_scrollHead table{margin-bottom:0!important;border-bottom-left-radius:0;border-bottom-right-radius:0}div.dataTables_scrollHead table thead tr:last-child td:first-child,div.dataTables_scrollHead table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}div.dataTables_scrollBody table{margin-bottom:0!important}div.dataTables_scrollBody tbody tr:first-child td,div.dataTables_scrollBody tbody tr:first-child th{border-top:none}.tableTools-container{margin-bottom:8px;position:relative}.gritter-item-wrapper.dt-button-info{padding:12px 11px 8px;z-index:1999}.gritter-item-wrapper.dt-button-info>h2{margin-top:0}.dt-button-collection .dropdown-menu{display:block;z-index:1101}.dt-button-collection .dropdown-menu>li>a{color:#888;text-decoration:line-through}.dt-button-collection .dropdown-menu>li>a.active{color:#333;text-decoration:none}div.dt-button-background{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000;z-index:1100;opacity:.1}.dataTable>tbody>tr.selected>td{background-color:#dff0d8}.dataTable>tbody>tr.selected:hover>td{background-color:#d0e9c6}div.dataTables_processing{position:absolute;top:50%;left:50%;width:80%;height:60px;margin-left:-40%;margin-top:-25px;padding-top:20px;padding-bottom:20px;text-align:center;font-size:1.2em;background-color:#fff;border:2px solid #DDD;background-color:rgba(255,255,255,.66)}.fc-toolbar h2{font-size:22px;color:#65A0CE}.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed hr,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#BCD4E5}.fc-unthemed .fc-today{background:#FFC}.fc-event{border-width:0;color:#FFF;padding:1px 1px 2px 2px;border-radius:0}.fc-event:not([class*=label-]){background-color:#ABBAC3}.fc-event.label-yellow{color:#963}.fc-event.label-light{color:#888}.label-yellow .fc-event{color:#963}.label-light .fc-event{color:#888}[class*=label-]>.fc-event,[class*=label-]>.fc-event>.fc-event-skin.fc-event-head{background-color:inherit}.fc-event-vert>.fc-event,.fc-event.fc-event-vert{padding:0 0 1px}.fc-day-number{color:#2E6589;opacity:1;filter:alpha(opacity=100)}.fc .fc-axis,.fc-widget-header{background:#ECF2F7;color:#8090A0}.fc-event-hori,.fc-event-vert{border-radius:0!important;border-color:transparent}.fc-event-vert .fc-event-content{padding-left:1px;padding-right:1px}.fc-event-vert .fc-event-time{padding:0}.fc-state-default{border:none}.fc-state-default,.fc-state-default .fc-button-inner{border:none;background-color:#ABBAC3;color:#FFF;background-image:none;box-shadow:none;text-shadow:none;border-radius:0!important;margin-left:2px}.fc-state-disabled,.fc-state-disabled .fc-button-inner{opacity:.75;filter:alpha(opacity=75);color:#DDD}.fc-state-active,.fc-state-active .fc-button-inner{border-color:#4F99C6;background-color:#6FB3E0}.fc-state-hover,.fc-state-hover .fc-button-inner{background-color:#8B9AA3}.fc .fc-button-group>*{margin:0 1px 0 0}.external-event{margin:6px 0;padding:0;cursor:default;display:block;font-size:13px;line-height:28px;color:#FFF}.external-event:not([class*=label-]){background-color:#ABBAC3}.external-event:hover{opacity:1;filter:alpha(opacity=100)}.external-event.ui-draggable-dragging{cursor:move}.external-event.label-yellow{color:#963}.external-event.label-light{color:#888}.external-event>.ace-icon:first-child{display:inline-block;height:32px;width:32px;text-align:center;line-height:30px;margin-right:5px;font-size:15px;border-right:1px solid #FFF}@media only screen and (max-width:480px){.fc-header td{display:block;width:auto;text-align:left}}.chosen-container,.chosen-container+.help-inline,[class*=chosen-container]{vertical-align:middle}.select2-container-multi.tag-input-style .select2-choices .select2-search-choice,.select2.tag-input-style .select2-selection .select2-selection__choice,.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice{font-weight:400;text-shadow:1px 1px 1px rgba(0,0,0,.15);transition:all .2s ease 0s;vertical-align:baseline;white-space:nowrap}.chosen-container>.chosen-single,[class*=chosen-container]>.chosen-single{line-height:28px;height:32px;box-shadow:none;background:#FAFAFA}.chosen-choices{box-shadow:none!important}.chosen-container-single .chosen-single abbr{background:0 0}.chosen-container-single .chosen-single abbr:after{content:"\f00d";display:inline-block;color:#888;font-family:FontAwesome;font-size:13px;position:absolute;right:0;top:-7px}.chosen-container-single .chosen-single abbr:hover:after,.chosen-container-single.chosen-disabled .chosen-single abbr:hover:after{color:#464646}.chosen-single div b{background:0 0!important}.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,.chosen-rtl .chosen-search input[type=text]{background:0 0}.chosen-single div b:before{content:"\f0d7";display:inline-block;color:#888;font-family:FontAwesome;font-size:12px;position:relative;top:-1px;left:1px}.chosen-container-active.chosen-with-drop .chosen-single div b:before{content:"\f0d8"}.chosen-container-single .chosen-search{position:relative}.chosen-container-single .chosen-search input[type=text]{background:0 0;border-radius:0;line-height:28px;height:28px}.chosen-container-single .chosen-search:after{content:"\f002";display:inline-block;color:#888;font-family:FontAwesome;font-size:14px;position:absolute;top:8px;right:12px}.chosen-container-multi .chosen-choices li.search-field input[type=text]{height:25px}.chosen-container-multi .chosen-choices li.search-choice{line-height:16px;padding-bottom:4px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{content:"\f00d";display:inline-block;color:#888;font-family:FontAwesome;font-size:13px;position:absolute;right:2px;top:-1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{text-decoration:none}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before,.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close:before{color:#464646}.chosen-container .chosen-results-scroll-down span:before,.chosen-container .chosen-results-scroll-up span:before{content:"\f0d7";display:inline-block;color:#888;font-family:FontAwesome;font-size:12px;position:relative;top:-1px;left:1px}.chosen-container .chosen-results-scroll-up span:before,.chosen-container-active .chosen-single-with-drop div b:before{content:"\f0d8"}.chosen-rtl .chosen-search:after{content:"";display:none}.chosen-rtl .chosen-search:before,.select2-search:before{content:"\f002";font-family:FontAwesome}.chosen-rtl .chosen-search:before{display:inline-block;color:#888;font-size:14px;position:absolute;top:9px;left:12px}.chosen-container-single .chosen-single{border-radius:0}.chosen-container .chosen-results li.highlighted{background:#316AC5;color:#FFF}.chosen-container-single .chosen-drop{border-radius:0;border-bottom:3px solid #4492C9;border-color:#4492C9}.chosen-container-active .chosen-single,.chosen-single.chosen-single-with-drop{border-color:#4492C9}.form-group.has-error .chosen-single{border-color:#f2a696!important}.form-group.has-info .chosen-single{border-color:#72aec2!important}.form-group.has-warning .chosen-single{border-color:#e3c94c!important}.form-group.has-success .chosen-single{border-color:#9cc573!important}.chosen-container-active.chosen-with-drop .chosen-single{border-color:#4492C9}.chosen-container.chosen-with-drop .chosen-drop{left:auto;right:auto;display:block}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:none!important;background-repeat:no-repeat!important;background-size:auto!important}}.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice{background-image:none;background-color:#91B8D0;color:#FFF;display:inline-block;font-size:13px;margin-bottom:3px;margin-right:3px;padding:6px 22px 7px 9px;position:relative;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:0;bottom:0;right:0;width:18px;height:auto;line-height:25px;text-align:center}.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{color:#FFF;position:static;font-size:11px}.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-color:rgba(0,0,0,.2)}.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before{color:#FFF}.tag-input-style+.chosen-container-multi.chosen-rtl .chosen-choices li.search-choice{padding:6px 9px 7px 22px;margin-left:0;margin-right:3px!important}.tag-input-style+.chosen-container-multi.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:0}.select2-container--default .select2-selection{border-radius:0;line-height:24px;border-color:#AAA}.select2-container--default.select2-container--focus .select2-selection{border-color:#4492C9}.select2-container--open .select2-dropdown{border-radius:0;border-color:#4492c9;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-container--default .select2-selection .select2-selection__clear{position:absolute;right:-32px;font-size:16px}.select2-container .select2-selection--single{height:32px}.select2-container--default .select2-selection .select2-selection__choice__remove{font-size:15px;margin-right:3px}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#E4EEF5}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#4F99C6}.select2-search{background:0 0}.select2-search:before{font-size:12px;display:inline;color:#888;position:absolute;right:12px;top:8px}.select2-search:hover:before{color:#555}.select2-selection--multiple .select2-search:before{display:none}.form-group.has-error .select2-container--default .select2-selection{border-color:#f2a696!important}.form-group.has-info .select2-container--default .select2-selection{border-color:#72aec2!important}.form-group.has-warning .select2-container--default .select2-selection{border-color:#e3c94c!important}.form-group.has-success .select2-container--default .select2-selection{border-color:#9cc573!important}.select2.tag-input-style .select2-selection .select2-selection__choice{background-color:#91B8D0;color:#FFF;display:inline-block;font-size:13px;margin-bottom:2px;margin-right:2px;padding:6px 22px 7px 9px;position:relative;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.select2-container.select2-drop-above .select2-choice,.select2-drop{border-radius:0}.select2.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove{position:absolute;top:0;bottom:0;right:-2px;left:auto;width:18px;height:auto;line-height:36px;text-align:center;color:#FFF}.select2.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove:hover{background-color:rgba(0,0,0,.2);color:#FFF}.select2-container .select2-choice{border-radius:0;height:32px;line-height:28px}.select2-container[class*=input-]{max-width:none}.select2-container.input-mini{min-width:100px}.select2-container .select2-choice abbr,.select2-search-choice-close{background:0 0}.select2-container .select2-choice abbr:before,.select2-search-choice-close:before{font-family:FontAwesome;font-size:12px;display:inline;content:"\f00d";color:#888;position:relative;top:-1px}.select2-container .select2-choice abbr:hover:before,.select2-search-choice-close:hover:before{color:#555}.select2-container .select2-choice abbr:before{top:-7px}.select2-search-choice-close:hover{text-decoration:none!important}.select2-result-single{margin-left:0}.select2-drop{border:1px solid #4492C9;border-width:0 1px 3px}.select2-drop.select2-drop-above{border-radius:0}.select2-container .select2-choice{background:#FAFAFA}.select2-container-active .select2-choice,.select2-container-active .select2-choices,.select2-container-multi.select2-container-active .select2-choices,.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border-color:#4492C9}.select2-results .select2-highlighted{background:#316AC5}.select2-container .select2-choice .select2-arrow{border-radius:0;background:0 0;border:none}.select2-container .select2-choice .select2-arrow b{background:0 0}.select2-container .select2-choice .select2-arrow b:before{font-family:FontAwesome;font-size:12px;display:inline;content:"\f0d7";color:#888;position:relative;left:5px}.select2-dropdown-open .select2-choice .select2-arrow b:before{content:"\f0d8"}.select2-search-field .select2-search .select2-input{background:#fff;margin-top:4px}.select2-search-field .select2-search:after{font-family:FontAwesome;font-size:14px;display:inline;content:"\f002";color:#777;position:relative;top:0;left:-20px;z-index:0}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{background-image:none;background-color:#F6F6F6}.select2-container-multi .select2-choices .select2-search-field input{border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;background:0 0!important;font-size:14px}.select2-container-multi .select2-choices .select2-search-choice{line-height:16px;padding-bottom:4px}.select2-container-active .select2-choice,.select2-container-active .select2-choices,.select2-container-multi.select2-container-active .select2-choices,.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{-webkit-box-shadow:none;box-shadow:none}.select2-search-field .select2-search input.select2-active{background-color:#FFF;position:relative;z-index:1}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.select2-container .select2-choice abbr,.select2-container .select2-choice div b,.select2-search-choice-close,.select2-search-field .select2-search input{background-image:none!important;background-size:auto!important}.select2-search-field .select2-search input{background-position:auto!important}}.select2-container-active.select2-dropdown-open .select2-choice{background-image:-webkit-linear-gradient(top,#EEE 0,#FFF 100%);background-image:-o-linear-gradient(top,#EEE 0,#FFF 100%);background-image:linear-gradient(to bottom,#EEE 0,#FFF 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0)}.select2-container-active.select2-drop-above .select2-choice,.ui-jqdialog .ui-widget-header{background-image:-webkit-linear-gradient(top,#FFF 0,#EEE 100%);background-image:-o-linear-gradient(top,#FFF 0,#EEE 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0)}.select2-container-active.select2-drop-above .select2-choice{background-image:linear-gradient(to bottom,#FFF 0,#EEE 100%);background-repeat:repeat-x}.form-group.has-error .select2-choice,.form-group.has-error .select2-choices{border-color:#f2a696!important}.form-group.has-info .select2-choice,.form-group.has-info .select2-choices{border-color:#72aec2!important}.form-group.has-warning .select2-choice,.form-group.has-warning .select2-choices{border-color:#e3c94c!important}.form-group.has-success .select2-choice,.form-group.has-success .select2-choices{border-color:#9cc573!important}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.select2-container .select2-choice .select2-arrow b,.select2-container .select2-choice abbr,.select2-search-choice-close,.select2-search-field .select2-search input{background-image:none!important;background-repeat:no-repeat!important;background-size:auto!important}.select2-search-field .select2-search input{background-position:auto!important}}.select2-container-multi.tag-input-style .select2-choices .select2-search-choice{background-image:none;background-color:#91B8D0;color:#FFF;display:inline-block;font-size:13px;margin-bottom:3px;margin-right:0;padding:6px 22px 7px 9px;position:relative;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.gritter-light .gritter-title,.gritter-title{text-shadow:none}#cboxLoadingGraphic>.ace-icon,.ace-spinner.touch-spinner .spinbox-buttons>.btn>.ace-icon{vertical-align:middle;display:inline-block}.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close{position:absolute;top:0;bottom:0;right:0;left:auto;width:18px;height:auto;line-height:25px;text-align:center}.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:before{color:#FFF;position:static;font-size:11px}#cboxCurrent,#cboxTitle{margin-bottom:4px;font-size:14px}.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-color:rgba(0,0,0,.2)}.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover:before{color:#FFF}#colorbox:active,#colorbox:focus{outline:0}#cboxBottomCenter,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxTopCenter,#cboxTopLeft,#cboxTopRight{background:0 0!important;opacity:0}#cboxContent{border:12px solid #000;background-color:#FFF;padding:7px;overflow:visible}#cboxOverlay{background:rgba(0,0,0,.95);background:#000}#cboxCurrent{left:64px}#cboxTitle{color:#777}#cboxClose,#cboxNext,#cboxPrevious{background:0 0;text-indent:0;width:26px;height:26px;line-height:22px;padding:0 4px;text-align:center;border:2px solid #999;border-radius:16px;color:#666;font-size:12px;margin-left:5px;margin-bottom:5px}#cboxNext:hover,#cboxPrevious:hover{color:#333;border-color:#666}#cboxClose{background-color:#000;border:2px solid #FFF;border-radius:32px;color:#FFF;font-size:21px;height:28px;width:28px;padding-bottom:2px;margin-left:0;right:-14px;top:-14px}#cboxLoadingOverlay{background:0 0!important}#cboxLoadingGraphic{background:#FFF!important;text-align:center}#cboxLoadingGraphic>.ace-icon{background-color:#FFF;border-radius:8px;width:32px;height:32px;position:relative;top:48%;text-align:center;font-size:24px;color:#FE7E3E}.ace-spinner{display:inline-block}.ace-spinner .spinbox-buttons.btn-group-vertical{min-width:18px}.ace-spinner .spinbox-buttons.btn-group-vertical>.btn{font-size:10px;padding:0;width:22px;height:16px;line-height:8px;margin-left:0}.ace-spinner .spinbox-buttons.btn-group-vertical>.btn:first-child{margin-top:0}.ace-spinner .spinbox-buttons.btn-group-vertical>.btn>.ace-icon{margin:0;padding:0}.ace-spinner .spinbox-buttons.btn-group-vertical>.btn+.btn{margin-top:2px}.ace-spinner .spinbox-buttons.btn-group-vertical>.btn-xs{height:14px;line-height:7px}.ace-spinner .spinbox-buttons.btn-group-vertical>.btn-lg{height:22px;line-height:10px;width:22px}.steps>li .step,.steps>li.complete .step:before{line-height:30px;background-color:#FFF;text-align:center}.ace-spinner .spinbox-buttons>button.btn.spinbox-up:active{top:-1px}.ace-spinner:not(.touch-spinner) .spinbox-buttons>.btn>.ace-icon{margin-top:-1px}.ace-spinner.touch-spinner .spinbox-buttons{margin:0;font-size:0}.ace-spinner.touch-spinner .spinbox-buttons .btn-sm{width:32px;padding-left:6px;padding-right:6px}.ace-spinner.touch-spinner .spinbox-buttons .btn-xs{width:24px;padding-left:4px;padding-right:4px}.ace-spinner.touch-spinner .spinbox-buttons .btn-lg{width:40px;padding-left:8px;padding-right:8px}.ace-spinner.touch-spinner .spinbox-buttons>.btn{margin:0 1px!important}.ace-spinner.touch-spinner .spinbox-buttons>.btn-xs{padding-top:3px;padding-bottom:3px}.steps{list-style:none;display:table;width:100%;padding:0;margin:0;position:relative}.steps>li{display:table-cell;text-align:center;width:1%}.steps>li .step{border:5px solid #CED1D6;color:#546474;font-size:15px;border-radius:100%;position:relative;z-index:2;display:inline-block;width:40px;height:40px}.steps>li:before{display:block;content:"";width:100%;height:1px;font-size:0;overflow:hidden;border-top:4px solid #CED1D6;position:relative;top:21px;z-index:1}.steps>li.last-child:before{max-width:50%;width:50%}.steps>li:last-child:before{max-width:50%;width:50%}.steps>li:first-child:before{max-width:51%;left:50%}.steps>li.active .step,.steps>li.active:before,.steps>li.complete .step,.steps>li.complete:before{border-color:#5293C4}.steps>li.complete .step{cursor:default;color:#FFF;-webkit-transition:transform ease .1s;-o-transition:transform ease .1s;transition:transform ease .1s}.steps>li.complete .step:before{display:block;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:100%;content:"\f00c";z-index:3;font-family:FontAwesome;font-size:17px;color:#87BA21}.step-content,.tree{position:relative}.steps>li.complete:hover .step{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);border-color:#80afd4}.steps>li.complete:hover:before{border-color:#80afd4}.steps>li .title{display:block;margin-top:4px;max-width:100%;color:#949EA7;font-size:14px;z-index:104;text-align:center;table-layout:fixed;word-wrap:break-word}.steps>li.active .title,.steps>li.complete .title{color:#2B3D53}.step-content .step-pane{display:none;min-height:200px;padding:4px 8px 12px}.step-content .step-pane.active{display:block}.wizard-actions{text-align:right}@media only screen and (max-width:767px){.steps li .step,.steps li:after,.steps li:before{border-width:3px}.steps li .step{width:30px;height:30px;line-height:24px}.steps li.complete .step:before{line-height:24px;font-size:13px}.steps li:before{top:16px}.step-content .step-pane{padding:4px 4px 6px;min-height:150px}}.tree{margin:auto;padding:0 0 0 9px;overflow-x:hidden;overflow-y:auto}.tree:before{display:inline-block;content:"";position:absolute;top:-20px;bottom:16px;left:0;z-index:1;border:1px dotted #67B2DD;border-width:0 0 0 1px}.tree .tree{padding:0;overflow:visible}.tree .tree:before{display:none}.tree .tree-branch-name,.tree .tree-item-name{cursor:pointer}.tree .icon-caret{vertical-align:baseline!important}.tree .tree-branch{width:auto;min-height:20px;cursor:pointer}.tree .tree-branch .tree-branch-header{position:relative;height:20px;line-height:20px}.tree .tree-branch .tree-branch-header:hover{background-color:rgba(98,168,209,.1)}.tree .tree-branch .icon-caret~.tree-branch-header{display:inline-block;width:80%;width:calc(100% - 36px)}.tree .tree-branch.tree-selected>.tree-branch-header{background-color:rgba(98,168,209,.18)}.tree .tree-branch .tree-branch-header .tree-branch-name,.tree .tree-item .tree-item-name{display:inline;z-index:2}.tree .tree-branch .tree-branch-header>.tree-branch-name>.ace-icon:first-child,.tree .tree-item>.tree-item-name>.ace-icon:first-child{display:inline-block;position:relative;z-index:2;top:-1px}.tree .tree-branch>.tree-branch-header>.tree-branch-name>.tree-label{margin-left:2px}.tree .tree-branch>.tree-branch-header>.tree-branch-name>.ace-icon:first-child{margin:-2px 0 0 -2px}.tree .tree-branch:last-child:after{display:inline-block;content:"";position:absolute;z-index:1;top:15px;bottom:0;left:-10px;border-left:2px solid #FFF}.tree .tree-branch .tree-branch-children,.tree .tree-branch .tree-branch-children.tree{margin:0 0 0 23px;padding:0;position:relative}.tree .tree-branch .tree-branch-children.tree:before,.tree .tree-branch .tree-branch-children:before{display:inline-block;content:"";position:absolute;z-index:1;top:-14px;bottom:16px;left:-14px;border:1px dotted #67B2DD;border-width:0 0 0 1px}.tree .tree-branch.tree-selected>.icon-caret~.tree-branch-header>.tree-branch-name>.tree-label{font-weight:700}.tree .tree-item{height:20px;line-height:20px;cursor:pointer;max-width:calc(100% - 20px)}.tree .tree-item:hover{background-color:rgba(98,168,209,.1)}.tree .tree-item.tree-selected,.tree .tree-item.tree-selected:hover{background-color:rgba(98,168,209,.16)}.tree .tree-item>.tree-item-name>.ace-icon:first-child{margin-right:3px}.tree .tree-item>.tree-item-name>.tree-label>.ace-icon:first-child{margin-left:3px;margin-right:3px}.tree .tree-item>.ace-icon:first-child{margin-top:-1px}.tree .tree-branch,.tree .tree-item{position:relative;list-style:none;border-left:1px solid #FFF;margin:1px 0}.tree .tree-branch:before,.tree .tree-item:before{display:inline-block;content:"";position:absolute;top:14px;left:-13px;width:18px;height:0;border-top:1px dotted #67B2DD;z-index:1}.tree .tree-selected{color:#6398B0}.tree .tree-branch .tree-branch-header{border-radius:0}.tree .tree-branch .tree-branch-header,.tree .tree-item{padding:5px;color:#4D6878;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.tree .tree-item>.tree-item-name>.ace-icon:first-child{color:#F9E8CE;width:13px;height:13px;line-height:13px;font-size:11px;text-align:center;border-radius:3px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background-color:#FAFAFA;border:1px solid #CCC;box-shadow:0 1px 2px rgba(0,0,0,.05)}.tree .tree-selected>.tree-item-name>.ace-icon:first-child{background-color:#F9A021;border-color:#F9A021;color:#FFF}.tree .tree-minus.ace-icon:first-child,.tree .tree-plus.ace-icon:first-child{display:inline-block;font-style:normal;vertical-align:middle;height:11px;width:11px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;text-align:center;border:1px solid #8BAEBF;line-height:10px;background-color:#FFF;position:relative;z-index:2}.tree .tree-minus.ace-icon:first-child:before,.tree .tree-plus.ace-icon:first-child:before{content:"";display:block;width:7px;height:0;border-top:1px solid #4D6878;position:absolute;top:5px;left:2px}.tree .tree-plus.ace-icon:first-child:after{content:"";display:block;height:7px;width:0;border-left:1px solid #4D6878;position:absolute;top:2px;left:5px}.tree .tree-unselectable .tree-item>.tree-item-name>.tree-label>.ace-icon:first-child{color:#5084A0;width:13px;height:13px;line-height:13px;font-size:10px;text-align:center;border-radius:0;background-color:transparent;border:none;box-shadow:none}.tree .ace-icon[class*="-down"]{transform:rotate(-45deg)}.tree .ace-icon[class*="-download"]{transform:none}.tree .fa-spin{height:auto}.tree .tree-loading{margin-left:36px}.tree img{display:inline;veritcal-align:middle}.tree .icon-open{width:16px;position:relative;z-index:2;padding-left:2px}.tree .tree-branch .tree-leaf-head.ace-icon,.tree .tree-leaf .tree-branch-head.ace-icon{display:none}.tree .tree-branch.tree-leaf .tree-leaf-head{display:inline-block;position:relative;z-index:2;color:#DDD;background-color:#FFF}.tree .tree-selected.tree-branch.tree-leaf .tree-leaf-head{color:#FEB902}.tree-container{background-color:#FFF;border:1px solid #DDD;border-left-color:#67B2DD;display:block;padding:0;max-width:200px;max-height:250px}.tree-container .tree::before{margin-left:-1px}.gritter-item-wrapper{background-image:none!important;box-shadow:0 2px 10px rgba(50,50,50,.5);background:rgba(50,50,50,.92)}.gritter-item-wrapper.gritter-info{background:rgba(49,81,133,.92)}.gritter-item-wrapper.gritter-error{background:rgba(153,40,18,.92)}.gritter-item-wrapper.gritter-success{background:rgba(89,131,75,.92)}.gritter-item-wrapper.gritter-warning{background:rgba(190,112,31,.92)}.gritter-item-wrapper.gritter-light{background:rgba(245,245,245,.95);border:1px solid #BBB}.gritter-item-wrapper.gritter-light.gritter-info{background:rgba(232,242,255,.95)}.gritter-item-wrapper.gritter-light.gritter-info .gritter-item{color:#4A577D}.gritter-item-wrapper.gritter-light.gritter-error{background:rgba(255,235,235,.95)}.gritter-item-wrapper.gritter-light.gritter-error .gritter-item{color:#894A38}.gritter-item-wrapper.gritter-light.gritter-success{background:rgba(239,250,227,.95)}.gritter-item-wrapper.gritter-light.gritter-success .gritter-item{color:#416131}.gritter-item-wrapper.gritter-light.gritter-warning{background:rgba(252,248,227,.95)}.gritter-bottom,.gritter-close,.gritter-item,.gritter-top{background-image:none}.gritter-item-wrapper.gritter-light.gritter-warning .gritter-item{color:#946446}.gritter-item p{line-height:1.8}.gritter-close{left:auto;right:4px;width:18px;height:18px;line-height:17px;text-align:center;border:2px solid transparent;border-radius:16px;color:#E17B67;font-size:0;text-indent:0}.gritter-close:before{font-family:FontAwesome;font-size:16px;content:"\f00d"}.gritter-info .gritter-close{color:orange}.gritter-error .gritter-close,.gritter-success .gritter-close,.gritter-warning .gritter-close{color:#FFEA07}.gritter-close:hover{color:#FFF!important;text-decoration:none}.gritter-light .gritter-bottom,.gritter-light .gritter-close,.gritter-light .gritter-item,.gritter-light .gritter-top{background-image:none;color:#444}.gritter-light .gritter-close:hover{color:#8A3104!important}.gritter-center{position:fixed;left:33%;right:33%;top:33%}.wysiwyg-style1 .btn-group,.wysiwyg-style2 .btn-group,.wysiwyg-toolbar{position:relative}@media only screen and (max-width:767px){.gritter-center{left:16%;right:16%;top:30%}}@media only screen and (max-width:480px){.gritter-center{left:30px;right:30px}}@media only screen and (max-width:320px){.gritter-center{left:10px;right:10px}}.wysiwyg-editor{max-height:250px;height:250px;background-color:#F7F8FA;border-collapse:separate;border:1px solid #BBC0CA;padding:4px;box-sizing:content-box;overflow-y:scroll;overflow-x:hidden;outline:0}.wysiwyg-editor:focus{background-color:#FFF}.wysiwyg-toolbar{line-height:33px;margin:0!important}.wysiwyg-toolbar .dropdown-menu{text-align:left}.wysiwyg-toolbar .btn-group{float:none!important;font-size:0}.wysiwyg-toolbar .btn-group>.btn{float:none;padding-left:0;padding-right:0;text-align:center;margin-left:1px}.wysiwyg-toolbar .btn-group>.btn>.ace-icon:first-child{font-size:14px;width:25px;max-width:25px;display:inline-block;border-width:1px!important}.wysiwyg-toolbar .btn-group>.btn.dropdown-toggle>.ace-icon:last-child{margin-right:4px}.wysiwyg-style1 .btn-group>.btn,.wysiwyg-style1 .btn-group>.inline>.btn,.wysiwyg-style2 .btn-group>.btn,.wysiwyg-style2 .btn-group>.inline>.btn{margin:0!important;background:#FFF!important;border-width:0!important;color:#ADB3BE!important;text-shadow:none!important}.wysiwyg-style1 .btn-group>.btn:hover,.wysiwyg-style1 .btn-group>.inline>.btn:hover,.wysiwyg-style2 .btn-group>.btn:hover,.wysiwyg-style2 .btn-group>.inline>.btn:hover{background:#FFF!important}.wysiwyg-style1 .btn-group>.btn.active,.wysiwyg-style1 .btn-group>.inline>.btn.active,.wysiwyg-style2 .btn-group>.btn.active,.wysiwyg-style2 .btn-group>.inline>.btn.active{color:#5B80CE!important}.wysiwyg-style1 .btn-group>.btn.active:after,.wysiwyg-style1 .btn-group>.inline>.btn.active:after,.wysiwyg-style2 .btn-group>.btn.active:after,.wysiwyg-style2 .btn-group>.inline>.btn.active:after{display:none}.wysiwyg-style1 .btn-group:after,.wysiwyg-style2 .btn-group:after{display:block;content:"";position:absolute;left:-2px;top:6px;bottom:6px;width:0;max-width:0;border-left:1px solid #E1E6EA}.wysiwyg-style1 .btn-group:first-child:after,.wysiwyg-style2 .btn-group:after,.wysiwyg-style2 .btn-group:first-child:after{display:none}.wysiwyg-style2{background-color:#E5E5E5}.wysiwyg-style2+.wysiwyg-editor{border-color:#DDD;background-color:#FFF;border-top:none}.wysiwyg-style2 .btn-group>.btn,.wysiwyg-style2 .btn-group>.inline>.btn{margin:0 1px 0 0!important;background:#FFF!important;border:none!important;color:#8D939E!important;text-shadow:none!important}.wysiwyg-style2 .btn-group>.btn.active,.wysiwyg-style2 .btn-group>.inline>.btn.active{color:#FFF!important;background:#6AAEDF!important}.wysiwyg-toolbar .btn-colorpicker{width:24px;height:24px;position:relative;background:#87B87F;background:-moz-linear-gradient(top,#CF3E73 10%,#FFF 20%,#2283C5 30%,#FFF 40%,#87B87F 50%,#FFF 60%,#FFB752 70%,#FFF 80%,#D15B47 90%,#FFF 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,#CF3E73),color-stop(20%,#FFF),color-stop(30%,#2283C5),color-stop(40%,#FFF),color-stop(50%,#87B87F),color-stop(60%,#FFF),color-stop(70%,#FFB752),color-stop(80%,#FFF),color-stop(90%,#D15B47),color-stop(100%,#FFF));background:-webkit-linear-gradient(top,#CF3E73 10%,#FFF 20%,#2283C5 30%,#FFF 40%,#87B87F 50%,#FFF 60%,#FFB752 70%,#FFF 80%,#D15B47 90%,#FFF 100%);background:-o-linear-gradient(top,#CF3E73 10%,#FFF 20%,#2283C5 30%,#FFF 40%,#87B87F 50%,#FFF 60%,#FFB752 70%,#FFF 80%,#D15B47 90%,#FFF 100%);background:-ms-linear-gradient(top,#CF3E73 10%,#FFF 20%,#2283C5 30%,#FFF 40%,#87B87F 50%,#FFF 60%,#FFB752 70%,#FFF 80%,#D15B47 90%,#FFF 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF3E73', endColorstr='#FFB752', GradientType=0);background:linear-gradient(top,#CF3E73 10%,#FFF 20%,#2283C5 30%,#FFF 40%,#87B87F 50%,#FFF 60%,#FFB752 70%,#FFF 80%,#D15B47 90%,#FFF 100%)}.wysiwyg-toolbar .dropdown-colorpicker>.dropdown-menu{top:auto}.wysiwyg-toolbar input[type=file]{position:fixed;z-index:-10;opacity:0;max-width:0;max-height:0;display:block}.wysiwyg-toolbar .wysiwyg-choose-file{display:inline-block;width:auto;margin:4px auto 0;padding-left:5px;padding-right:5px}.wysiwyg-toolbar .dropdown-menu input[type=text]{margin-left:8px;margin-bottom:0}.wysiwyg-toolbar .dropdown-menu input[type=text].form-control{min-width:150px}.wysiwyg-toolbar .dropdown-menu .btn{margin-right:8px;margin-left:8px}.wysiwyg-style1 .btn-colorpicker{width:20px;height:20px;margin-left:4px}@media screen and (-webkit-min-device-pixel-ratio:0){.wysiwyg-editor img{display:inline!important}.wysiwyg-editor .ui-wrapper{border:1px dotted #D00;overflow:visible!important;display:inline-block!important;vertical-align:middle}.wysiwyg-editor .ui-wrapper:after{content:"";display:block;position:absolute;right:-3px;bottom:-3px;width:7px;height:7px;border:1px solid #D00;background-color:#FFF;z-index:1}}.widget-header .wysiwyg-toolbar{background-color:transparent}.widget-header .wysiwyg-toolbar .btn-group>.btn,.widget-header .wysiwyg-toolbar .btn-group>.inline>.btn{border-color:transparent;background:rgba(255,255,255,.25)!important;color:#FFF!important;min-width:32px;border-width:1px!important;border-radius:4px!important;padding:2px 1px 4px}.widget-header .wysiwyg-toolbar .btn-group>.btn.active,.widget-header .wysiwyg-toolbar .btn-group>.inline>.btn.active{background:rgba(0,0,0,.25)!important}.widget-body .wysiwyg-editor{border-width:0}.wysiwyg-speech-input{width:20px!important;color:transparent!important;background:0 0!important;border-width:0!important;-moz-transform:scale(2,2);-webkit-transform:scale(2,2);-o-transform:scale(2,2);-ms-transform:scale(2,2);transform:scale(2,2);-webkit-box-shadow:none!important;box-shadow:none!important;position:absolute;right:0;top:-10px;cursor:pointer}.wysiwyg-speech-input:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;outline:dotted thin\9;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#f7f8fa}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#F59942;outline:0}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}.editable-container .popover-title{color:#438EB9}.editable-click{border-bottom:1px dashed #BBB;cursor:pointer;font-weight:400}img.editable-click{border:1px dotted #BBB}.editable-click:hover{border-color:#08C;color:#08C}img.editable-click:hover{opacity:.75;filter:alpha(opacity=75)}.editable-buttons,.editable-input{display:inline-block}.editable-buttons{margin-left:1px}.editable-buttons .btn{padding:0;width:28px;line-height:24px;border-width:3px;font-size:12px;margin:0 1px 0 0}.editable-buttons .btn>.ace-icon{margin:0}.editable-clear-x{cursor:pointer;color:#888;background:0 0}.editable-clear-x:hover{color:#D15B47}.editable-clear-x:before{display:inline-block;content:"\f057";font-family:FontAwesome;font-size:15px;position:absolute;margin-top:-9px;width:16px;height:30px;line-height:30px;text-align:center}.editable-input .ace-spinner{margin-right:8px}.editable-input .ace-spinner .spinner-input{width:100%}.editable-inline .editable-slider{margin-top:10px;margin-right:4px}.editable-popup .editable-slider{display:block;margin-bottom:16px;margin-top:4px}.editable-slider input[type=text]{display:none}.editable-slider input[type=range]{outline:0!important}.editable-input .ace-file-input{display:block}.editable-image .ace-file-multiple .ace-file-container.selected{border-color:transparent}.editable-image+.editable-buttons,.editable-wysiwyg+.editable-buttons{display:block;text-align:center;margin-top:8px}.editable-wysiwyg{width:95%}.editable-wysiwyg .wysiwyg-editor{height:auto;overflow-y:hidden;min-height:32px}.editableform .input-append.dropdown-menu{display:none}.editableform .control-group,.editableform .open .input-append.dropdown-menu{display:block}.editable-container .editableform{margin-bottom:10px}.editable-inline .editableform{margin-bottom:0}.editableform-loading{background:0 0}.editableform-loading .ace-icon,.editableform-loading .progress{position:relative;top:35%}.input-group.date .input-group-addon{cursor:pointer}.datepicker td,.datepicker th,.daterangepicker td,.daterangepicker th{border-radius:0!important;font-size:13px}.datepicker td.active,.datepicker td.active:hover,.daterangepicker td.active,.daterangepicker td.active:hover{background:#2283C5!important}.datepicker td.active.disabled,.datepicker td.active.disabled:hover,.daterangepicker td.active.disabled,.daterangepicker td.active.disabled:hover{background:#8B9AA3!important}.datepicker td,.datepicker th{min-width:32px}.daterangepicker .calendar-date{border-radius:0}.datepicker-months .month,.datepicker-years .year{border-radius:0!important}.bootstrap-datetimepicker-widget table td span,.bootstrap-timepicker-widget table td a:hover{border-radius:0}.datepicker-months .month.active,.datepicker-months .month.active:active,.datepicker-months .month.active:focus,.datepicker-months .month.active:hover,.datepicker-years .year.active,.datepicker-years .year.active:active,.datepicker-years .year.active:focus,.datepicker-years .year.active:hover{background-image:none!important;background-color:#2283C5!important}.bootstrap-timepicker-widget table td input{width:32px}.well .datepicker table tr td.day:hover{background-color:#7D8893;color:#FFF}.bootstrap-datetimepicker-widget [class=btn]{border-width:0!important;background-color:transparent!important;color:#7399b8!important;text-shadow:none!important}.bootstrap-datetimepicker-widget [class=btn]:hover{color:#1B6AAA!important}.bootstrap-datetimepicker-widget .btn.btn-primary{border-width:3px!important}.bootstrap-datetimepicker-widget .picker-switch{margin-bottom:2px}.bootstrap-datetimepicker-widget .picker-switch a{width:90%!important;background-color:#EEE!important;color:#478FCA!important;font-size:16px}.bootstrap-datetimepicker-widget .picker-switch a:hover{background-color:#e3edf5!important}.bootstrap-datetimepicker-widget .picker-switch a span{background:0 0!important;width:90%}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{color:#555!important}.ui-slider{background-color:#D5D5D5}.ui-slider-horizontal{height:9px}.ui-slider-vertical{width:9px}.ui-slider .ui-slider-handle{border-radius:0;width:1.45em;height:1.45em;background-color:#F8F8F8;border:1px solid}.ui-slider .ui-slider-handle:after,.ui-slider .ui-slider-handle:before{display:block;content:"";position:absolute;top:4px;left:5px;width:4px;height:8px;border:1px solid;border-width:0 1px;border-color:inherit}.ui-slider .ui-slider-handle:after{left:8px;border-width:0 1px 0 0}.ui-slider .ui-slider-handle:hover{background-color:#FFF}.ui-slider .ui-slider-handle:active,.ui-slider .ui-slider-handle:focus,.ui-slider .ui-slider-handle:hover{outline:0;-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,.3);box-shadow:1px 1px 1px 0 rgba(0,0,0,.3)}.onpage-help-modal-buttons button:focus,.ui-slider-handle{outline:0!important}.ui-slider-horizontal .ui-slider-handle{margin-left:-.725em;top:-.4em}.ui-slider-vertical .ui-slider-handle{left:-.35em;margin-bottom:-.65em}.ui-slider-small.ui-slider-horizontal{height:5px}.ui-slider-small.ui-slider-vertical{width:5px}.ui-slider-small .ui-slider-handle{border-radius:100%;width:17px;height:17px;margin-bottom:-.45em;left:-.35em}.ui-slider-small .ui-slider-handle:after,.ui-slider-small .ui-slider-handle:before{height:7px;left:5px;width:3px}.ui-slider-small .ui-slider-handle:after{left:7px}.ui-slider-simple .ui-slider-handle:after,.ui-slider-simple .ui-slider-handle:before{display:none}.ui-slider-range{background-color:#4AA4CE}.ui-slider-handle{border-color:#4AA4CE!important}.ui-state-disabled.ui-slider{background-color:#E5E5E5}.ui-state-disabled .ui-slider-range{background-color:#8daebe}.ui-state-disabled .ui-slider-handle{-webkit-box-shadow:none!important;box-shadow:none!important;border-color:#8daebe!important}.ui-slider-green .ui-slider-range{background-color:#8BBC67}.ui-slider-green .ui-slider-handle{border-color:#8BBC67!important}.ui-slider-green.ui-state-disabled .ui-slider-range{background-color:#aab0a6}.ui-slider-green.ui-state-disabled .ui-slider-handle{border-color:#aab0a6!important}.ui-slider-red .ui-slider-range{background-color:#D36E6E}.ui-slider-red .ui-slider-handle{border-color:#D36E6E!important}.ui-slider-red.ui-state-disabled .ui-slider-range{background-color:#c8acac}.ui-slider-red.ui-state-disabled .ui-slider-handle{border-color:#c8acac!important}.ui-slider-purple .ui-slider-range{background-color:#AC68BA}.ui-slider-purple .ui-slider-handle{border-color:#AC68BA!important}.ui-slider-purple.ui-state-disabled .ui-slider-range{background-color:#ada7ae}.ui-slider-purple.ui-state-disabled .ui-slider-handle{border-color:#ada7ae!important}.ui-slider-orange .ui-slider-range{background-color:#EFAD62}.ui-slider-orange .ui-slider-handle{border-color:#EFAD62!important}.ui-slider-orange.ui-state-disabled .ui-slider-range{background-color:#e0c4a4}.ui-slider-orange.ui-state-disabled .ui-slider-handle{border-color:#e0c4a4!important}.ui-slider-dark .ui-slider-range{background-color:#606060}.ui-slider-dark .ui-slider-handle{border-color:#606060!important}.ui-slider-dark.ui-state-disabled .ui-slider-range{background-color:#7a7a7a}.ui-slider-dark.ui-state-disabled .ui-slider-handle{border-color:#7a7a7a!important}.ui-slider-pink .ui-slider-range{background-color:#D6487E}.ui-slider-pink .ui-slider-handle{border-color:#D6487E!important}.ui-slider-pink.ui-state-disabled .ui-slider-range{background-color:#c38ea2}.ui-slider-pink.ui-state-disabled .ui-slider-handle{border-color:#c38ea2!important}.ui-datepicker{background-color:#FFF;border:1px solid rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.ui-dialog,.ui-jqdialog,.ui-menu{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{height:26px;min-width:32px;max-width:32px;text-align:center;cursor:pointer;color:transparent;line-height:26px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ui-datepicker .ui-datepicker-next .ui-icon,.ui-datepicker .ui-datepicker-prev .ui-icon{color:transparent;visibility:hidden}.ui-datepicker .ui-datepicker-next:hover,.ui-datepicker .ui-datepicker-prev:hover{background-color:#EEE;text-decoration:none}.ui-datepicker .ui-datepicker-next:before,.ui-datepicker .ui-datepicker-prev:before{display:inline;font-family:FontAwesome;font-size:14px;content:"\f060";color:#393939}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:2px}.ui-datepicker .ui-datepicker-next:before{content:"\f061"}.ui-datepicker .ui-datepicker-prev-hover{left:2px}.ui-datepicker .ui-datepicker-next-hover{right:2px}.ui-datepicker td{padding:0}.ui-datepicker td>a,.ui-datepicker td>span{display:inline-block;height:22px;min-width:24px;max-width:24px;text-align:center;color:#393939;font-size:13px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ui-datepicker td>a:hover{background-color:#EEE}.ui-datepicker td>a.ui-state-highlight{background-color:#D5E5EF}.ui-datepicker td>a.ui-state-active{background-color:#2283C5;color:#FFF}.ui-datepicker td>a.ui-priority-secondary{color:#888}.ui-datepicker td>span{color:#999}.ui-datepicker td .ui-datepicker-title select{height:24px;line-height:24px;padding:2px 3px}.ui-datepicker td .ui-datepicker-buttonpane{background-color:#DDD;height:1px}.ui-widget-overlay{background:rgba(0,0,0,.25);opacity:1!important;filter:alpha(opacity=100)!important;z-index:1049!important}.ui-dialog,.ui-jqdialog{z-index:1050!important;background-color:#FFF;padding:0;border:1px solid #DDD;box-shadow:0 2px 4px rgba(0,0,0,.2)}.ui-dialog .ui-dialog-titlebar,.ui-dialog .ui-jqdialog-titlebar,.ui-jqdialog .ui-dialog-titlebar,.ui-jqdialog .ui-jqdialog-titlebar{background-color:#F1F1F1;font-size:16px;color:#669FC7;padding:0}.ui-dialog .ui-dialog-title,.ui-dialog .ui-jqdialog-title,.ui-jqdialog .ui-dialog-title,.ui-jqdialog .ui-jqdialog-title{float:none!important;width:auto}.ui-dialog .widget-header,.ui-jqdialog .widget-header{margin:0;border-width:0 0 1px}.ui-dialog .ui-dialog-buttonpane,.ui-dialog .ui-jqdialog-buttonpane,.ui-jqdialog .ui-dialog-buttonpane,.ui-jqdialog .ui-jqdialog-buttonpane{background-color:#EFF3F8;border-top:1px solid #E4E9EE}.ui-dialog .ui-dialog-buttonpane button,.ui-dialog .ui-jqdialog-buttonpane button,.ui-jqdialog .ui-dialog-buttonpane button,.ui-jqdialog .ui-jqdialog-buttonpane button{font-size:14px}.ui-dialog .ui-dialog-titlebar-close,.ui-dialog .ui-jqdialog-titlebar-close,.ui-jqdialog .ui-dialog-titlebar-close,.ui-jqdialog .ui-jqdialog-titlebar-close{border:none;background:0 0;opacity:.4;color:#D15B47;padding:0;top:50%;right:8px!important;text-align:center}.ui-dialog .ui-dialog-titlebar-close:before,.ui-dialog .ui-jqdialog-titlebar-close:before,.ui-jqdialog .ui-dialog-titlebar-close:before,.ui-jqdialog .ui-jqdialog-titlebar-close:before{content:"\f00d";display:inline;font-family:FontAwesome;font-size:16px}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-jqdialog-titlebar-close:hover,.ui-jqdialog .ui-dialog-titlebar-close:hover,.ui-jqdialog .ui-jqdialog-titlebar-close:hover{opacity:1;text-decoration:none;padding:0}.ui-dialog .ui-dialog-titlebar-close .ui-button-text,.ui-dialog .ui-jqdialog-titlebar-close .ui-button-text,.ui-jqdialog .ui-dialog-titlebar-close .ui-button-text,.ui-jqdialog .ui-jqdialog-titlebar-close .ui-button-text{text-indent:0;visibility:hidden}.ui-dialog .widget-header .ui-dialog-titlebar-close,.ui-dialog .widget-header .ui-jqdialog-titlebar-close,.ui-jqdialog .widget-header .ui-dialog-titlebar-close,.ui-jqdialog .widget-header .ui-jqdialog-titlebar-close{right:10px!important}.ui-accordion .ui-accordion-header{color:#478FCA;font-weight:400;background-color:#F9F9F9;border:1px solid #CDD8E3;padding:8px 8px 9px 24px}.ui-accordion .ui-accordion-header:hover{color:#6EA6CC;background-color:#F1F8FD}.ui-accordion .ui-accordion-header.ui-state-active{color:#4C8FBD;background-color:#EEF4F9;position:relative;font-weight:700}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{text-indent:0;margin-top:0;position:absolute;left:10px;top:7px}.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before{display:inline;font-family:FontAwesome;font-size:15px;content:"\f0da"}.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before{content:"\f0d7";font-weight:400}.ui-accordion .ui-accordion-content{border:1px solid #CDD8E3;border-top-width:0;padding:11px 16px}.ui-tabs .ui-tabs-nav{padding:0;border-bottom:1px solid #C5D0DC}.ui-tabs .ui-tabs-nav li.ui-state-default>a{background-color:#F9F9F9;border:1px solid #C5D0DC;border-bottom-width:0;color:#999;line-height:16px;margin-right:-1px;z-index:11;padding:8px 12px;position:relative;top:2px}.ui-tabs .ui-tabs-nav li>a:focus{outline:0}.ui-tabs .ui-tabs-nav li.ui-tabs-active>a{background-color:#FFF;border:1px solid;border-color:#4C8FBD #C5D0DC transparent;border-top-width:2px;-webkit-box-shadow:0 -2px 3px 0 rgba(0,0,0,.15);box-shadow:0 -2px 3px 0 rgba(0,0,0,.15);color:#576373;position:relative;top:1px}.ui-tabs .ui-tabs-panel{border:1px solid #C5D0DC;border-top-width:0;margin:0;left:auto;right:auto;top:auto;bottom:auto}.ui-autocomplete,.ui-menu{border:1px solid rgba(0,0,0,.2)}.ui-menu{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:150px;box-shadow:0 2px 4px rgba(0,0,0,.2);background-color:#FFF;padding:3px}.ui-spinner-button,.ui-spinner-button>.ace-icon{width:18px;display:inline-block}.tt-menu,.ui-autocomplete{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2)}.ui-menu .ui-menu-item{padding:5px 10px 6px;color:#444;cursor:pointer;display:block;-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.ui-menu .ui-menu-item .ui-menu-icon{float:right;position:relative;left:auto;right:4px;bottom:auto;text-indent:0}.ui-menu .ui-menu-item .ui-menu-icon:before{content:"\f105";font-family:FontAwesome;font-size:14px;display:inline}.ui-grid-ico-sort:before,.ui-selectmenu-button .ui-icon:before{content:"\f0d7";font-family:FontAwesome}.ui-menu .ui-menu-item:hover,.ui-menu .ui-menu-item:hover>.ui-menu-icon,.ui-menu .ui-state-active,.ui-menu .ui-state-active>.ui-menu-icon,.ui-menu .ui-state-focus,.ui-menu .ui-state-focus>.ui-menu-icon{text-decoration:none;background-color:#4F99C6;color:#FFF;margin:auto;font-weight:400}.ui-menu .ui-state-disabled,.ui-menu .ui-state-disabled .ui-menu-icon{color:#999;cursor:default}.ui-menu .ui-state-disabled.ui-state-active,.ui-menu .ui-state-disabled.ui-state-active .ui-menu-icon,.ui-menu .ui-state-disabled.ui-state-focus,.ui-menu .ui-state-disabled.ui-state-focus .ui-menu-icon,.ui-menu .ui-state-disabled:hover,.ui-menu .ui-state-disabled:hover .ui-menu-icon{background-color:#FFF;color:#999}.ui-autocomplete{background-color:#FFF;box-shadow:0 2px 4px rgba(0,0,0,.2)}.ui-autocomplete-category{padding:6px;position:relative;background-color:#EEF4F9;color:#478FCA;font-weight:bolder;border:1px solid #DAE6ED;border-width:1px 0}.ui-spinner-button{border-width:0!important;font-size:10px;height:16px;line-height:16px;color:#FFF!important;text-shadow:0 -1px 0 rgba(0,0,0,.25)!important;position:absolute;text-align:center;padding:0}.ui-spinner-up{top:0;right:5px}.ui-spinner-down{bottom:3px;right:5px}.ui-spinner-input{margin-top:0;padding:5px;max-width:100px;font-size:14px}.ui-tooltip{background-color:#444;color:#FFF}.ui-progressbar{background-color:#f5f5f5;height:22px}.ui-progressbar .ui-progressbar-value{margin:0}.ui-progressbar .ui-progressbar-value[class=progress-bar]{background-color:#2A91D8}.ui-selectmenu-button{border:1px solid #aaa}.ui-selectmenu-button[aria-expanded=true]{border-color:#4492C9}.ui-selectmenu-button span.ui-icon{text-indent:0;margin-top:-10px}.ui-selectmenu-button .ui-icon:before{display:inline-block;color:#888;font-size:14px}.ui-jqgrid .ui-jqgrid-view{z-index:auto}.ui-jqgrid .ui-jqgrid-view,.ui-jqgrid .ui-paging-info,.ui-jqgrid .ui-pg-selbox,.ui-jqgrid .ui-pg-table{font-size:13px}.ui-jqgrid .ui-jqgrid-title{float:left;margin:8px}.ui-jqgrid .ui-jqgrid-title-rtl{float:right;margin:8px}.ui-jqgrid-view>.ui-jqgrid-titlebar{height:40px;line-height:24px;color:#FFF;background:#307ECC;padding:0;font-size:15px}.ui-jqgrid tr.jqgrow.ui-row-rtl td:last-child{border-right:none;border-left:1px solid #E1E1E1}.ui-jqgrid .ui-jqgrid-hdiv{background-color:#EFF3F8;border:1px solid #D3D3D3;border-width:1px 0 0 1px;line-height:15px;font-weight:700;color:#777;text-shadow:none}.ui-jqgrid .ui-jqgrid-htable thead{background-color:#EFF3F8}.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize{height:45px!important}.ui-jqgrid .ui-jqgrid-htable th div{padding-top:12px;padding-bottom:12px;overflow:visible}.ui-jqgrid-hdiv .ui-jqgrid-htable{border-top:1px solid #E1E1E1}.ui-jqgrid-titlebar{position:relative;top:1px;z-index:1}.ui-jqgrid tr.jqgrow,.ui-jqgrid tr.ui-row-ltr,.ui-jqgrid tr.ui-row-rtl{border:none}.ui-jqgrid tr.ui-row-ltr td,.ui-jqgrid tr.ui-row-rtl td{border-bottom:1px solid #E1E1E1;padding:6px 4px;border-color:#E1E1E1}.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td{border-right-color:#C7D3A9}.ui-jqgrid tr.ui-state-highlight.ui-row-rtl td{border-left-color:#C7D3A9}.ui-jqgrid-btable .ui-widget-content.ui-priority-secondary{background-image:none;background-color:#F9F9F9;opacity:1}.ui-jqgrid-btable .ui-widget-content.ui-state-hover{background-image:none;background-color:#EFF4F7;opacity:1}.ui-jqgrid-btable .ui-widget-content.ui-state-highlight{background-color:#E4EFC9}.ui-jqgrid .ui-jqgrid-pager{line-height:15px;height:55px;padding-top:10px!important;padding-bottom:10px!important;background-color:#EFF3F8!important;border-bottom:1px solid #E1E1E1!important;border-top:1px solid #E1E1E1!important}.ui-jqgrid .ui-pg-input{font-size:inherit;width:24px;height:20px;line-height:16px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;text-align:center;padding-top:1px;padding-bottom:1px}.ui-jqgrid .ui-pg-selbox{display:block;height:24px;width:60px;margin:0;padding:1px;line-height:normal}.ui-jqgrid .ui-pager-control{height:50px;position:relative;padding-left:9px;padding-right:9px}.ui-jqgrid .ui-jqgrid-toppager{height:auto!important;background-color:#EFF3F8;border-bottom:1px solid #E1E1E1!important}.ui-jqgrid .jqgrow .editable{max-width:90%;max-width:calc(92%)!important}.ui-pg-table .navtable .ui-corner-all{border-radius:0}.ui-jqgrid .ui-pg-button .ui-separator{margin-left:4px;margin-right:4px;border-color:#C9D4DB}.ui-jqgrid .ui-jqgrid-btable{border-left:1px solid #E1E1E1}.ui-jqgrid .ui-jqgrid-bdiv{border-top:1px solid #E1E1E1;overflow-x:hidden}.ui-jqgrid .loading{position:absolute;top:45%;left:45%;width:auto;height:auto;z-index:111;padding:6px;margin:5px;text-align:center;font-weight:700;font-size:12px;background-color:#FFF;border:2px solid #8EB8D1;color:#E2B018}.ui-jqgrid .ui-search-toolbar{border-top:1px solid #E1E1E1}.ui-jqgrid .ui-jqgrid-labels{border-bottom:none;background:repeat-x #F2F2F2;background-image:-webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);background-image:-o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);background-image:linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);padding:0!important;border-left:1px solid #E1E1E1!important}.ui-jqgrid .ui-jqgrid-labels th{border-right:1px solid #E1E1E1!important;text-align:left!important}.ui-jqgrid-labels th[id*="_cb"]:first-child>div{padding-top:0;text-align:center!important}.ui-jqgrid-sortable{padding-left:4px;font-size:13px;color:#777;font-weight:700}.ui-jqgrid-sortable:hover{color:#547EA8}th[aria-selected=true]{background-image:-webkit-linear-gradient(top,#EFF3F8 0,#E3E7ED 100%);background-image:-o-linear-gradient(top,#EFF3F8 0,#E3E7ED 100%);background-image:linear-gradient(to bottom,#EFF3F8 0,#E3E7ED 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0)}th[aria-selected=true] .ui-jqgrid-sortable{color:#307ECC}.ui-jqgrid .ui-icon{text-indent:0;color:#307ECC;float:none;right:2px}.rtl .ui-jqgrid .ui-icon{right:auto;left:2px}.ui-jqgrid .ui-icon.ui-state-disabled{color:#BBB}.ui-jqgrid .ui-icon.ui-state-disabled:hover{padding:0}.ui-grid-ico-sort:before{display:inline;font-size:12px}.ui-icon-asc:before{content:"\f0d8"}.ui-pg-table>tbody>tr>.ui-pg-button>.ui-icon{display:inline-block;padding:0;width:24px;height:24px;line-height:22px;text-align:center;position:static;float:none;margin:0 2px!important;color:grey;border:1px solid #CCC;background-color:#FFF;border-radius:100%}.ui-pg-table>tbody>tr>.ui-pg-button>.ui-icon:hover{color:#699AB5;border-color:#699AB5}.ui-pg-table>tbody>tr>.ui-pg-button>.ui-icon:before{width:20px;text-align:center;display:inline-block}.ui-pg-table>tbody>tr>.ui-pg-button.ui-state-disabled .ui-icon{color:#B0B0B0;background-color:#F7F7F7;border-color:#DDD;-moz-transform:scale(.9);-webkit-transform:scale(.9);-o-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.ui-jqgrid-btable input,.ui-jqgrid-btable select,.ui-jqgrid-btable textarea{padding:2px;width:auto;max-width:100%;margin-bottom:0}.ui-jqgrid-btable select{padding:1px;height:25px;line-height:25px}.ui-jqgrid select.inline-edit-cell{padding:1px}.ui-pg-div .ui-icon{display:inline-block;width:18px;float:none;position:static;text-align:center;opacity:.85;-webkit-transition:all .12s;-o-transition:all .12s;transition:all .12s;margin:0 1px;vertical-align:middle;cursor:pointer;font-size:17px}.ui-pg-div .ui-icon:hover{-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);opacity:1;position:static;margin:0 1px}.ui-pg-div .ui-icon:before{font-family:FontAwesome;display:inline}.ui-jqgrid .ui-icon-pencil{color:#478FCA}.ui-jqgrid .ui-icon-pencil:before{content:"\f040"}.ui-jqgrid .ui-icon-trash{color:#DD5A43}.ui-jqgrid .ui-icon-trash:before{content:"\f014"}.ui-jqgrid .ui-icon-disk{color:#69AA46}.ui-jqgrid .ui-icon-disk:before{content:"\f00c"}.ui-jqgrid .ui-icon-cancel{color:#DD5A43}.ui-jqgrid .ui-icon-cancel:before{content:"\f00d"}.ui-jqdialog .ui-jqdialog-content,.ui-jqdialog-content{font-size:13px;padding:4px 0 0}.ui-jqdialog .ui-jqdialog-content .formdata,.ui-jqdialog-content .formdata{font-size:13px;padding:6px 12px}.ui-jqdialog .ui-jqdialog-content .form-view-data,.ui-jqdialog-content .form-view-data{vertical-align:middle;font-size:13px}.ui-jqdialog .ui-jqdialog-content[id*=alertcnt_],.ui-jqdialog-content[id*=alertcnt_]{padding:8px 11px}.ui-jqdialog-content .CaptionTD{font-size:12px;text-align:right;color:#666}.ui-jqdialog-content .FormData{border-bottom:1px dotted #E8E8E8}.ui-jqdialog-content .FormData:last-child{border-bottom:none}.ui-jqdialog-content .FormData>td{padding-top:6px;padding-bottom:6px}.ui-jqdialog-content input.FormElement{width:auto}.ui-jqdialog-content select.FormElement{padding:1px;height:25px;line-height:25px;width:auto}.EditTable,.ui-jqdialog-content td.EditButton{padding:8px}.EditTable{background-color:#EFF3F8;border-top:1px solid #D6E1EA!important}.EditTable tr:first-child{display:none}.EditTable .navButton .fm-button{float:none!important;width:auto!important;margin:1px 1px 2px!important;background-color:transparent;border-radius:100%}.EditTable .navButton .fm-button:hover{background-color:transparent}.EditTable .navButton .fm-button:focus{outline:0}.EditTable .navButton .fm-button .ace-icon{display:inline-block;color:#999;border:1px solid #AAA;width:26px;height:26px;line-height:26px;text-align:center;border-radius:100%;background-color:#FFF}.EditTable .navButton .fm-button:hover .ace-icon{color:#699AB5;border-color:#699AB5}.EditTable .navButton .fm-button.ui-state-disabled .ace-icon,.EditTable .navButton .fm-button.ui-state-disabled:hover .ace-icon{color:#BBB;border-color:#CCC;-moz-transform:scale(.88);-webkit-transform:scale(.88);-o-transform:scale(.88);-ms-transform:scale(.88);transform:scale(.88)}.FormGrid .EditTable{background-color:#FFF;border-top:none!important;padding:0}.FormGrid .EditTable tr:first-child{display:none}.ui-jqgrid .ui-jqgrid-view button,.ui-jqgrid .ui-jqgrid-view input,.ui-jqgrid .ui-jqgrid-view select,.ui-jqgrid .ui-jqgrid-view textarea{font-size:13px}.ui-jqdialog-content .searchFilter select{padding:1px;height:26px;line-height:26px;width:auto;max-width:95%;margin-bottom:0}.ui-jqdialog-content .searchFilter .input-elm{margin-bottom:0;height:18px;line-height:18px;width:95%!important;padding-left:1px;padding-right:1px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ui-jqdialog-content .searchFilter table{margin-left:4px}.ui-jqdialog-content .searchFilter tr td{padding:5px 0}.ui-jqdialog-content .searchFilter .add-group,.ui-jqdialog-content .searchFilter .add-rule,.ui-jqdialog-content .searchFilter .delete-group{margin-left:4px!important;font-size:15px!important}.ui-jqdialog-content .searchFilter .delete-rule{border:none;background-color:#FFF;color:#D15B47;font-size:20px;width:22px;line-height:10px;padding:0;text-shadow:none!important;display:inline-block;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;opacity:.85}.ui-jqdialog-content .searchFilter .delete-rule:hover{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);color:#B74635;opacity:1}.ui-jqdialog-content .searchFilter .queryresult td.query{padding:6px 11px;border:1px solid #E1E1E1;background-color:#EEE}.ui-jqdialog-content .searchFilter .queryresult td.query:empty{display:none}.ui-state-error{background-color:#f2dede;border:1px solid #ebccd1;color:#a94442;margin:4px 4px 8px;padding:6px 10px;text-shadow:0 1px 0 rgba(255,255,255,.5);font-size:13px}.ui-jqdialog .ui-widget-header{background-image:linear-gradient(to bottom,#FFF 0,#EEE 100%);background-repeat:repeat-x;border-image:none;border-bottom:1px solid solid;color:#669FC7;min-height:38px;position:relative}.ui-jqdialog .ui-widget-header .ui-jqdialog-title{line-height:38px;margin:0;padding:0 0 0 12px;text-align:left}.widget-header .ui-jqdialog-title{padding-left:0!important;padding-right:0!important}.ui-jqdialog .ui-widget-header .widget-header{border-bottom:none}.ui-jqdialog .ui-jqdialog-titlebar{border-bottom:1px solid #DDD!important}.fm-button{margin:0 4px;height:auto}.fm-button:not(.btn){background-color:#ABBAC3;border-radius:0;box-shadow:none;color:#FFF;cursor:pointer;display:inline-block;font-size:13px;line-height:28px;padding:0 12px 1px;margin:0 8px;position:relative;text-shadow:0 -1px 0 rgba(0,0,0,.25);-webkit-transition:all .15s;-o-transition:all .15s;transition:all .15s;vertical-align:middle}.dd2-content[class*=btn-],.dd2-handle.btn-yellow{text-shadow:none!important}.fm-button.ui-state-default:hover{background-color:#8B9AA3}.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th{height:30px;padding-top:2px;white-space:normal}.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th div{padding-top:0;padding-bottom:0;height:30px;line-height:26px}.ui-jqgrid .ui-jqgrid-titlebar-close{top:10%;height:auto;padding:0;margin:2px 8px 0 0;text-align:center;border-radius:4px}.ui-jqgrid .ui-jqgrid-titlebar-close:hover{background-color:rgba(255,255,255,.2)}.ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon:before{display:inline-block;font-family:FontAwesome;content:"\f077";color:#FFF}.ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon-circle-triangle-s:before{content:"\f078"}.ui-jqgrid .tree-wrap-ltr{margin:0 4px;float:none;display:inline}.ui-jqgrid .tree-wrap-rtl{margin:2px 4px 0}.ui-jqgrid .ui-subgrid{border-bottom:1px solid #E1E1E1;background-color:#F6FAFF}.ui-jqgrid .ui-subgrid .ui-jqgrid-btable{background-color:#FFF}.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv{background-color:transparent;margin-top:4px}.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable .ui-jqgrid-labels{border-bottom:1px solid #E1E1E1;background:#F1F1F1}.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th[aria-selected=true]{background:#E5E9EF}.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th .ui-jqgrid-sortable{font-size:12px}.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th div{padding-top:8px;padding-bottom:8px}.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-hdiv .ui-jqgrid-htable th span.ui-jqgrid-resize{height:36px!important}.ui-jqgrid .ui-subgrid .ui-jqgrid .ui-jqgrid-bdiv{height:auto!important;max-height:150px;margin-bottom:4px;border-top-width:0;border-bottom:1px solid #E1E1E1}.ui-jqgrid .ui-sgcollapsed>a:hover{text-decoration:none}.ui-jqgrid .ui-pg-button:hover,.ui-jqgrid .ui-state-disabled:hover{padding:0 1px}.ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover>.ui-pg-div>.ui-icon,.ui-jqgrid .ui-pg-table .ui-pg-button.ui-state-disabled:hover>.ui-separator{margin-left:4px;margin-right:4px}@media only screen and (max-width:767px){.ui-jqgrid .ui-jqgrid-pager{height:90px}.ui-jqgrid .ui-jqgrid-pager>.ui-pager-control{height:85px;padding-top:10px!important}.ui-jqgrid .ui-jqgrid-pager>.ui-pager-control>.ui-pg-table>tbody>tr>td{vertical-align:top}.ui-jqgrid .ui-jqgrid-pager>.ui-pager-control>.ui-pg-table>tbody>tr>td#grid-pager_center{width:0!important;position:static}.ui-jqgrid .ui-jqgrid-pager>.ui-pager-control>.ui-pg-table>tbody>tr>td#grid-pager_center>.ui-pg-table{margin:36px auto 0;position:absolute;right:0;left:0;text-align:center}.ui-jqgrid .ui-jqgrid-pager .navtable{height:auto}}.dd,.dd-list{display:block;padding:0;list-style:none}.dd,.dd-item>button,.dd-list{position:relative}@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:0){.ui-jqgrid .ui-jqgrid-pager>.ui-pager-control>.ui-pg-table>tbody>tr>td#grid-pager_center>.ui-pg-table{width:300px}}.dd{margin:0;max-width:600px;line-height:20px}.dd-list{margin:0}.dd-list .dd-list{padding-left:30px}.dd-collapsed .dd-list{display:none}.dd-empty,.dd-item,.dd-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;line-height:20px}.dd-handle,.dd2-content{display:block;min-height:38px;margin:5px 0;padding:8px 12px;background:#F8FAFF;border:1px solid #DAE2EA;color:#7C9EB2;text-decoration:none;font-weight:700;box-sizing:border-box}.dd-handle:hover,.dd2-content:hover{color:#438EB9;background:#F4F6F7;border-color:#DCE2E8}.dd-handle[class*=btn-],.dd2-content[class*=btn-]{color:#FFF;border:none;padding:9px 12px}.dd-handle[class*=btn-]:hover,.dd2-content[class*=btn-]:hover{opacity:.85;color:#FFF}.dd2-handle+.dd2-content,.dd2-handle+.dd2-content[class*=btn-]{padding-left:44px}.dd-handle[class*=btn-]:hover,.dd2-content[class*=btn-] .dd2-handle[class*=btn-]:hover+.dd2-content[class*=btn-]{color:#FFF}.dd-item>button:hover~.dd-handle,.dd-item>button:hover~.dd2-content{color:#438EB9;background:#F4F6F7;border-color:#DCE2E8}.dd-item>button:hover~.dd-handle[class*=btn-],.dd-item>button:hover~.dd2-content[class*=btn-]{opacity:.85;color:#FFF}.dd2-handle:hover~.dd2-content{color:#438EB9;background:#F4F6F7;border-color:#DCE2E8}.dd2-handle:hover~.dd2-content[class*=btn-]{opacity:.85;color:#FFF}.dd2-item.dd-item>button{margin-left:34px}.dd-item>button{display:block;z-index:1;cursor:pointer;float:left;width:25px;height:20px;margin:5px 1px 5px 5px;padding:0;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;background:0 0;font-size:12px;line-height:1;text-align:center;font-weight:700;top:4px;left:1px;color:#707070}.dd-item>button:before{font-family:FontAwesome;content:'\f067';display:block;position:absolute;width:100%;text-align:center;text-indent:0;font-weight:400;font-size:14px}.dd-item>button[data-action=collapse]:before{content:'\f068'}.dd-item>button:hover{color:#707070}.dd-item.dd-colored>button,.dd-item.dd-colored>button:hover{color:#EEE}.dd-empty,.dd-placeholder{margin:5px 0;padding:0;min-height:30px;background:#F0F9FF;border:2px dashed #BED2DB;box-sizing:border-box}.dd-empty{border-color:#AAA;border-style:solid;background-color:#e5e5e5}.dd-dragel{position:absolute;pointer-events:none;z-index:999;opacity:.8}.dd-dragel>li>.dd-handle{color:#4B92BE;background:#F1F5FA;border-color:#D6E1EA;border-left:2px solid #777;position:relative}.dd-dragel>li>.dd-handle[class*=btn-]{color:#FFF}.dd-dragel>.dd-item>.dd-handle{margin-top:0}.dd-list>li[class*=item-]{border-width:0;padding:0}.dd-list>li[class*=item-]>.dd-handle{border-left:2px solid;border-left-color:inherit}.dd-list>li>.dd-handle .sticker{position:absolute;right:0;top:0}.dd-dragel>li>.dd2-handle,.dd2-handle{left:0;top:0;width:36px;margin:0;text-align:center;padding:0!important;line-height:38px;height:38px;background:#EBEDF2;border:1px solid #DEE4EA;cursor:pointer;overflow:hidden;position:absolute;z-index:1}.dd-dragel>li>.dd2-handle,.dd2-handle:hover{background:#E3E8ED}.dd2-handle[class*=btn-]{text-shadow:none!important;background:rgba(0,0,0,.1)!important;border-right:1px solid #EEE}.dd2-handle[class*=btn-]:hover{background:rgba(0,0,0,.08)!important}.dd-dragel .dd2-handle[class*=btn-]{border-color:transparent #EEE transparent transparent}.dd2-handle.btn-yellow{background:rgba(0,0,0,.05)!important;border-right:1px solid #FFF}.dd2-handle.btn-yellow:hover{background:rgba(0,0,0,.08)!important}.dd-dragel .dd2-handle.btn-yellow{border-color:transparent #FFF transparent transparent}.dd-item>.dd2-handle .drag-icon{display:none}.dd-dragel>.dd-item>.dd2-handle .drag-icon{display:inline}.dd-dragel>.dd-item>.dd2-handle .normal-icon{display:none}.dropzone{border-radius:0;border:1px solid rgba(0,0,0,.06)}.dropzone.well{background-color:#f5f5f5;border:1px solid #e3e3e3}.dropzone .dz-default.dz-message{background-image:none;font-size:24px;text-align:center;line-height:32px;left:0;width:100%;margin-left:auto}.dropzone .dz-default.dz-message span{display:inline;color:#555}.dropzone .dz-default.dz-message span .upload-icon{opacity:.7;filter:alpha(opacity=70);margin-top:8px;cursor:pointer}.dropzone .dz-default.dz-message span .upload-icon:hover{opacity:1;filter:alpha(opacity=100)}.dropzone .dz-preview.dz-image-preview{background-color:transparent}input.tt-hint,input.tt-query,input.typeahead{min-width:175px;font-size:16px;line-height:24px;border:1px solid #CCC;border-radius:0;outline:0}.form-group input.tt-hint,input.tt-hint{background-color:#FFF!important;color:#B0B0B0!important}.tt-menu{text-align:left;position:absolute;left:0!important;right:0!important;min-width:175px;margin-top:2px;padding:8px 0;background-color:#FFF;border:1px solid #D0D0D0;border:1px solid rgba(0,0,0,.15);border-radius:0;box-shadow:0 2px 4px rgba(0,0,0,.2)}.btn-group>.btn.moveall:first-child,.btn-group>.btn.moveall:first-child+.btn.move,.btn-group>.btn.remove:first-child,.btn-group>.btn.remove:first-child+.btn.removeall,.tt-suggestion p{margin:0}.tt-suggestion{padding:3px 12px 4px;font-size:16px;line-height:24px}.tt-suggestion.tt-cursor,.tt-suggestion.tt-selectable:hover{color:#FFF;background-color:#4F99C6;cursor:pointer}input.typeahead.scrollable~.tt-menu{max-height:200px;overflow-y:auto}.bootstrap-duallistbox-container .clear1,.bootstrap-duallistbox-container .clear2,.bootstrap-duallistbox-container .info{font-size:12px}.btn.multiselect-clear-filter{padding-left:6px;padding-right:6px;line-height:1.45}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{padding:7px 10px 7px 20px}.cancel-off-png,.cancel-on-png,.star-half-png,.star-off-png,.star-on-png{font-size:2em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:FontAwesome;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;color:#777}.ace-settings-box .ace-settings-item>label.lbl,.tags .tag{font-size:13px}.cancel-on-png{color:#DD5A43}.cancel-on-png:before{content:"\f057"}.cancel-off-png{color:#E08374}.cancel-off-png:before{content:"\f05c"}.star-on-png{color:#FEB902}.star-on-png:before{content:"\f005"}.star-off-png{color:#777}.star-off-png:before{content:"\f006"}.star-half-png{color:#FEB902}.star-half-png:before{content:"\f123"}.icon-animated-bell{display:inline-block;-moz-animation:ringing 2s 5 ease 1s;-webkit-animation:ringing 2s 5 ease 1s;-o-animation:ringing 2s 5 ease 1s;-ms-animation:ringing 2s 5 ease 1s;animation:ringing 2s 5 ease 1s;-moz-transform-origin:50% 0;-webkit-transform-origin:50% 0;-o-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}@-moz-keyframes ringing{0%{-moz-transform:rotate(-15deg)}2%{-moz-transform:rotate(15deg)}12%,4%{-moz-transform:rotate(-18deg)}14%,6%{-moz-transform:rotate(18deg)}8%{-moz-transform:rotate(-22deg)}10%{-moz-transform:rotate(22deg)}16%{-moz-transform:rotate(-12deg)}18%{-moz-transform:rotate(12deg)}20%{-moz-transform:rotate(0)}}@-webkit-keyframes ringing{0%{-webkit-transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg)}12%,4%{-webkit-transform:rotate(-18deg)}14%,6%{-webkit-transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg)}16%{-webkit-transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg)}20%{-webkit-transform:rotate(0)}}@-ms-keyframes ringing{0%{-ms-transform:rotate(-15deg)}2%{-ms-transform:rotate(15deg)}12%,4%{-ms-transform:rotate(-18deg)}14%,6%{-ms-transform:rotate(18deg)}8%{-ms-transform:rotate(-22deg)}10%{-ms-transform:rotate(22deg)}16%{-ms-transform:rotate(-12deg)}18%{-ms-transform:rotate(12deg)}20%{-ms-transform:rotate(0)}}@keyframes ringing{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}12%,4%{transform:rotate(-18deg)}14%,6%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%{transform:rotate(0)}}.icon-animated-vertical{display:inline-block;-moz-animation:vertical 2s 5 ease 2s;-webkit-animation:vertical 2s 5 ease 2s;-o-animation:vertical 2s 5 ease 2s;-ms-animation:vertical 2s 5 ease 2s;animation:vertical 2s 5 ease 2s}@-moz-keyframes vertical{0%,16%,8%{-moz-transform:translate(0,-3px)}12%,20%,4%{-moz-transform:translate(0,3px)}22%{-moz-transform:translate(0,0)}}@-webkit-keyframes vertical{0%,16%,8%{-webkit-transform:translate(0,-3px)}12%,20%,4%{-webkit-transform:translate(0,3px)}22%{-webkit-transform:translate(0,0)}}@-ms-keyframes vertical{0%,16%,8%{-ms-transform:translate(0,-3px)}12%,20%,4%{-ms-transform:translate(0,3px)}22%{-ms-transform:translate(0,0)}}@keyframes vertical{0%,16%,8%{transform:translate(0,-3px)}12%,20%,4%{transform:translate(0,3px)}22%{transform:translate(0,0)}}.icon-animated-hand-pointer{display:inline-block;-moz-animation:hand-pointer 2s 4 ease 2s;-webkit-animation:hand-pointer 2s 4 ease 2s;-o-animation:hand-pointer 2s 4 ease 2s;-ms-animation:hand-pointer 2s 4 ease 2s;animation:hand-pointer 2s 4 ease 2s}@-moz-keyframes hand-pointer{0%,12%,24%,36%{-moz-transform:translate(0,0)}18%,30%,6%{-moz-transform:translate(5px,0)}}.icon-animated-wrench{display:inline-block;-moz-animation:wrenching 2.5s 4 ease;-webkit-animation:wrenching 2.5s 4 ease;-o-animation:wrenching 2.5s 4 ease;-ms-animation:wrenching 2.5s 4 ease;animation:wrenching 2.5s 4 ease;-moz-transform-origin:90% 35%;-webkit-transform-origin:90% 35%;-o-transform-origin:90% 35%;-ms-transform-origin:90% 35%;transform-origin:90% 35%}@-moz-keyframes wrenching{0%{-moz-transform:rotate(-12deg)}8%{-moz-transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{-moz-transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{-moz-transform:rotate(-24deg)}75%{-moz-transform:rotate(0)}}@-webkit-keyframes wrenching{0%{-webkit-transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{-webkit-transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{-webkit-transform:rotate(-24deg)}75%{-webkit-transform:rotate(0)}}@-o-keyframes wrenching{0%{-o-transform:rotate(-12deg)}8%{-o-transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{-o-transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{-o-transform:rotate(-24deg)}75%{-o-transform:rotate(0)}}@-ms-keyframes wrenching{0%{-ms-transform:rotate(-12deg)}8%{-ms-transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{-ms-transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{-ms-transform:rotate(-24deg)}75%{-ms-transform:rotate(0)}}@keyframes wrenching{0%{transform:rotate(-12deg)}8%{transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{transform:rotate(-24deg)}75%{transform:rotate(0)}}@-moz-keyframes blinking{0%,80%{opacity:1}40%{opacity:0}}@-webkit-keyframes blinking{0%,80%{opacity:1}40%{opacity:0}}@-ms-keyframes blinking{0%,80%{opacity:1}40%{opacity:0}}@keyframes blinking{0%,80%{opacity:1}40%{opacity:0}}@-moz-keyframes pulsating{0%,10%,20%,30%,40%{-moz-transform:scale(1)}25%,5%{-moz-transform:scale(.75)}15%,35%{-moz-transform:scale(1.25)}}@-webkit-keyframes pulsating{0%,10%,20%,30%,40%{-webkit-transform:scale(1)}25%,5%{-webkit-transform:scale(.75)}15%,35%{-webkit-transform:scale(1.25)}}@-ms-keyframes pulsating{0%,10%,20%,30%,40%{-ms-transform:scale(1)}25%,5%{-ms-transform:scale(.75)}15%,35%{-ms-transform:scale(1.25)}}@keyframes pulsating{0%,10%,20%,30%,40%{transform:scale(1)}25%,5%{transform:scale(.75)}15%,35%{transform:scale(1.25)}}.btn-scroll-up{border-width:0;position:fixed;right:2px;z-index:99;-webkit-transition-duration:.3s;transition-duration:.3s;opacity:0;filter:alpha(opacity=0);bottom:-24px;visibility:hidden}.btn-scroll-up.display{opacity:.7;filter:alpha(opacity=70);bottom:2px;visibility:visible}.btn-scroll-up:hover{opacity:1;filter:alpha(opacity=100)}.btn-scroll-up:focus{outline:0}@media (min-width:768px){.main-container.container>.btn-scroll-up{right:auto;margin-left:714px}}@media (min-width:992px){.main-container.container>.btn-scroll-up{right:auto;margin-left:934px}}@media (min-width:1200px){.main-container.container>.btn-scroll-up{right:auto;margin-left:1134px}}.ace-settings-container{position:absolute;right:0;top:auto;z-index:12}.btn.btn-app.ace-settings-btn{float:left;display:block;text-align:center;border-radius:6px 0 0 6px;opacity:.55;vertical-align:top;margin:0}.btn.btn-app.ace-settings-btn.open,.btn.btn-app.ace-settings-btn:hover{opacity:1}.btn.btn-app.ace-settings-btn.btn-xs{width:42px}.ace-settings-box{display:block;float:left;max-width:0;max-height:0;overflow:hidden;padding:0;-moz-transform:translate(0,0);-webkit-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);background-color:#FFF;border:0 solid #FFB34B;-webkit-transition:max-width .25s linear 0s,max-height 0s linear .25s,padding 0s linear .25s,border-width 0s linear .25s;-o-transition:max-width .25s linear 0s,max-height 0s linear .25s,padding 0s linear .25s,border-width 0s linear .25s;transition:max-width .25s linear 0s,max-height 0s linear .25s,padding 0s linear .25s,border-width 0s linear .25s}.ace-settings-box.open{max-width:320px;max-height:1000px;padding:0 14px;border-width:2px;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.ace-settings-box.open .ace-settings-item{z-index:auto;min-width:140px}.ace-settings-box .ace-settings-item{margin:6px 0;color:#444;max-height:24px;position:relative;z-index:-1;white-space:nowrap}@media (max-width:480px){.ace-settings-container{text-align:right}.ace-settings-box{float:none!important;text-align:left}.btn.ace-settings-btn{float:none!important;display:inline-block}}@media (max-width:320px){.ace-settings-box>.clearfix>.pull-left,.ace-settings-box>.clearfix>.pull-right{float:none!important}}.grid2,.grid3,.grid4{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin:0 1%;padding:0 2%;float:left;border-left:1px solid #E3E3E3}.grid2:first-child,.grid3:first-child,.grid4:first-child{border-left:none}.grid2{width:48%}.grid3{width:31.33%}.grid4{width:23%;padding:0 1%}.draggable-placeholder{border:2px dashed #D9D9D9!important;background-color:#F7F7F7!important}.easy-pie-chart,.easyPieChart{position:relative;text-align:center}.easy-pie-chart canvas,.easyPieChart canvas{position:absolute;top:0;left:0}.knob-container{direction:ltr;text-align:left}.tags{display:inline-block;padding:4px 6px;color:#777;vertical-align:middle;background-color:#FFF;border:1px solid #D5D5D5;width:206px}.tags:hover{border-color:#b5b5b5}.tags-hover,.tags-hover:hover{border-color:#F59942;outline:0}.tags[class*=span]{float:none;margin-left:0}.tags input[type=text],.tags input[type=text]:focus{border:none;display:inline;outline:0;margin:0;padding:0;line-height:18px;-webkit-box-shadow:none;box-shadow:none;width:100%}.tags .tag{display:inline-block;position:relative;font-weight:400;vertical-align:baseline;white-space:nowrap;background-color:#91B8D0;color:#FFF;text-shadow:1px 1px 1px rgba(0,0,0,.15);padding:4px 22px 5px 9px;margin-bottom:3px;margin-right:3px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.tags .tag:empty{display:none}.tags .tag-important{background-color:#D15B47}.tags .tag-warning{background-color:#FFB752}.tags .tag-success{background-color:#87B87F}.tags .tag-info{background-color:#6FB3E0}.tags .tag-inverse{background-color:#555}.tags .tag .close{font-size:15px;line-height:20px;opacity:1;filter:alpha(opacity=100);color:#FFF;text-shadow:none;float:none;position:absolute;right:0;top:0;bottom:0;width:18px;text-align:center}.tags .tag .close:hover{background-color:rgba(0,0,0,.2)}.page-content>.row .col-lg-12,.page-content>.row .col-md-12,.page-content>.row .col-sm-12,.page-content>.row .col-xs-12{float:left;max-width:100%}.col-xs-reset{width:auto;padding-left:0;padding-right:0;float:none!important}@media (min-width:768px){.col-sm-reset{width:auto;padding-left:0;padding-right:0;float:none!important}}@media (min-width:992px){.col-md-reset{width:auto;padding-left:0;padding-right:0;float:none!important}}@media (min-width:1200px){.col-lg-reset{width:auto;padding-left:0;padding-right:0;float:none!important}}.jqstooltip,.legendColorBox div{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.legendLabel{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:22px;padding-left:2px;font-size:10px}.navbar-fixed-top+.main-container{padding-top:45px}@media (max-width:479px){.navbar-fixed-top+.main-container{padding-top:90px}.navbar-fixed-top.navbar-collapse+.main-container{padding-top:45px}}@media only screen and (max-width:360px){.grid2,.grid3,.grid4{float:none;display:block;width:96%;border-left-width:0;position:relative;margin-bottom:11px;border-bottom:1px solid #E3E3E3;padding-bottom:4px}.grid2>[class*=pull-],.grid3>[class*=pull-],.grid4>[class*=pull-]{float:none!important;display:inline-block;position:absolute;right:11px;top:0;margin-top:0}.grid2:last-child,.grid3:last-child,.grid4:last-child{border-bottom-width:0}}@media only screen and (max-width:480px){.hidden-480{display:none!important}}@media only screen and (max-width:320px){.hidden-320{display:none!important}}.no-skin .navbar .navbar-toggle{background-color:#75B3D7}.no-skin .navbar .navbar-toggle:focus{background-color:#75B3D7;border-color:transparent}.no-skin .navbar .navbar-toggle:hover{background-color:#61a8d1;border-color:rgba(255,255,255,.1)}.no-skin .navbar .navbar-toggle.display,.no-skin .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed){background-color:#4d9dcc;box-shadow:inset 1px 1px 2px 0 rgba(0,0,0,.25);border-color:rgba(255,255,255,.35)}.no-skin .sidebar{background-color:#F2F2F2;border-style:solid;border-color:#CCC;border-width:0 1px 0 0}.no-skin .nav-list .open>a,.no-skin .nav-list .open>a:focus,.no-skin .nav-list .open>a:hover{background-color:#FAFAFA}.no-skin .nav-list>li{border-color:#E5E5E5}.no-skin .nav-list>li>a{background-color:#F8F8F8;color:#585858}.no-skin .nav-list>li>a:focus{background-color:#F8F8F8;color:#1963AA}.no-skin .nav-list>li:hover>a{background-color:#FFF;color:#266cad}.no-skin .nav-list>li.open>a{background-color:#FAFAFA;color:#1963AA}.no-skin .nav-list>li.active>a{font-weight:700;color:#2B7DBC}.no-skin .nav-list>li.active>a,.no-skin .nav-list>li.active>a:focus,.no-skin .nav-list>li.active>a:hover{background-color:#FFF}.no-skin .nav-list>li .submenu{background-color:#FFF;border-color:#E5E5E5}.no-skin .nav-list>li .submenu>li>a{border-top-color:#E4E4E4;background-color:#FFF;color:#616161}.no-skin .nav-list>li .submenu>li>a:hover{color:#4B88B7;background-color:#F1F5F9}.no-skin .nav-list>li .submenu>li.active>a{color:#2B7DBC}.no-skin .nav-list>li .submenu>li.active>a>.menu-icon{color:#C86139}.no-skin .nav-list>li .submenu>li.active.open>a>.menu-icon{color:inherit}@media only screen and (min-width:992px){.no-skin .nav-list>li .submenu>li.active.hover>a.dropdown-toggle>.menu-icon{color:inherit}}.no-skin .nav-list>li .submenu>li.active:not(.open)>a{background-color:#F5F7FA}.no-skin .nav-list>li .submenu>li.active:not(.open)>a:hover{background-color:#F1F5F9}.no-skin .nav-list>li>.submenu .open>a,.no-skin .nav-list>li>.submenu .open>a:focus,.no-skin .nav-list>li>.submenu .open>a:hover{border-color:#E4E4E4}.no-skin .nav-list>li>.submenu li>.submenu>li a{color:#757575}.no-skin .nav-list>li>.submenu li>.submenu>li a:hover{color:#4B88B7;background-color:#F1F5F9}.no-skin .nav-list>li>.submenu li.open>a,.no-skin .nav-list>li>.submenu li>.submenu li.active>a,.no-skin .nav-list>li>.submenu li>.submenu li.open>a{color:#4B88B7}.no-skin .nav-list>li>.submenu:before,.no-skin .nav-list>li>.submenu>li:before{border-color:#9dbdd6}.no-skin .nav-list>li.active>.submenu:before,.no-skin .nav-list>li.active>.submenu>li:before{border-color:#8eb3d0}.no-skin .sidebar-toggle{background-color:#F3F3F3;border-color:#E0E0E0}.no-skin .sidebar-toggle>.ace-icon{border-color:#BBB;color:#AAA;background-color:#FFF}.no-skin .sidebar-shortcuts{background-color:#FAFAFA}.no-skin .sidebar-fixed .sidebar-shortcuts{border-color:#DDD}.no-skin .sidebar-shortcuts-mini{background-color:#FFF}.no-skin .nav-list li>.arrow:before{border-right-color:#B8B8B8;border-width:10px 10px 10px 0;left:-10px}.no-skin .nav-list li>.arrow:after{border-right-color:#FFF;border-width:10px 10px 10px 0;left:-9px}.no-skin .nav-list>li.pull_up>.arrow:after{border-right-color:#FFF!important}.no-skin .nav-list li.active>a:after{border-right-color:#2B7DBC}.no-skin .nav-list>li.active:after{display:block;content:"";position:absolute;right:-2px;top:-1px;bottom:0;z-index:1;border:2px solid #2B7DBC;border-width:0 2px 0 0}.no-skin .sidebar-scroll .nav-list>li.active:after{right:0}.no-skin .sidebar.menu-min .nav-list>li>a>.menu-text{background-color:#F5F5F5;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);border-color:#CCC}.no-skin .sidebar.menu-min .nav-list>li>a.dropdown-toggle>.menu-text{-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,.1);box-shadow:2px 2px 2px 0 rgba(0,0,0,.1)}.no-skin .sidebar.menu-min .nav-list>li.active>.submenu{border-left-color:#83B6D1}.no-skin .sidebar.menu-min .nav-list>li>.submenu{background-color:#FFF;border:1px solid #CCC;border-top-color:#e6e6e6;-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,.1);box-shadow:2px 2px 2px 0 rgba(0,0,0,.1)}.no-skin .sidebar.menu-min .nav-list>li>.arrow:after{border-right-color:#F5F5F5;border-width:8px 8px 8px 0;left:-8px}.no-skin .sidebar.menu-min .nav-list>li>.arrow:before{border-width:8px 8px 8px 0;left:-9px}.no-skin .sidebar.menu-min .nav-list>li.active>.arrow:before{border-right-color:#5a9ec2}.no-skin .sidebar.menu-min .nav-list>li.active>a>.menu-text{border-left-color:#83B6D1}.no-skin .sidebar.menu-min .sidebar-shortcuts-large{background-color:#FFF;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);border-color:#CCC}.no-skin .sidebar.menu-min .sidebar-toggle>.ace-icon{border-color:#b1b1b1}@media (max-width:991px){.no-skin .sidebar.responsive-min .nav-list>li>a>.menu-text{background-color:#F5F5F5;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);border-color:#CCC}.no-skin .sidebar.responsive-min .nav-list>li>a.dropdown-toggle>.menu-text{-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,.1);box-shadow:2px 2px 2px 0 rgba(0,0,0,.1)}.no-skin .sidebar.responsive-min .nav-list>li.active>.submenu{border-left-color:#83B6D1}.no-skin .sidebar.responsive-min .nav-list>li>.submenu{background-color:#FFF;border:1px solid #CCC;border-top-color:#e6e6e6;-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,.1);box-shadow:2px 2px 2px 0 rgba(0,0,0,.1)}.no-skin .sidebar.responsive-min .nav-list>li>.arrow:after{border-right-color:#F5F5F5;border-width:8px 8px 8px 0;left:-8px}.no-skin .sidebar.responsive-min .nav-list>li>.arrow:before{border-width:8px 8px 8px 0;left:-9px}.no-skin .sidebar.responsive-min .nav-list>li.active>.arrow:before{border-right-color:#5a9ec2}.no-skin .sidebar.responsive-min .nav-list>li.active>a>.menu-text{border-left-color:#83B6D1}.no-skin .sidebar.responsive-min .sidebar-shortcuts-large{background-color:#FFF;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);border-color:#CCC}.no-skin .sidebar.responsive-min .sidebar-toggle>.ace-icon{border-color:#b1b1b1}}@media only screen and (min-width:992px){.no-skin .nav-list li.hover>.submenu{-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);border-color:#CCC}.no-skin .nav-list li.hover>.submenu>li.active>a{background-color:#F5F5F5}.no-skin .nav-list li.hover>.submenu>li:hover>a{background-color:#EEF3F7;color:#2E7DB4}}@media only screen and (min-width:992px) and (max-width:991px){.no-skin .sidebar.navbar-collapse .nav-list li li.hover.active.open>a,.no-skin .sidebar.navbar-collapse .nav-list li li.hover:hover>a{background-color:#FFF}.no-skin .sidebar.navbar-collapse .nav-list li li.hover.open.active>a:hover,.no-skin .sidebar.navbar-collapse .nav-list li li.hover.open>a:hover,.no-skin .sidebar.navbar-collapse .nav-list li li.hover>a:hover{background-color:#F1F5F9}.no-skin .sidebar.navbar-collapse .nav-list>li .submenu>li.active.hover>a.dropdown-toggle>.menu-icon{color:#C86139}.no-skin .sidebar.navbar-collapse .nav-list>li .submenu>li.active.open.hover>a.dropdown-toggle>.menu-icon{color:inherit}}@media only screen and (min-width:992px){.no-skin .sidebar.navbar-collapse .nav-list>li.open.hover:not(:hover):not(:focus):not(.active)>a{color:#585858}.no-skin .sidebar.navbar-collapse .nav-list>li.open.hover:not(:hover):not(:focus):not(.active)>a>.arrow{color:inherit}.no-skin .sidebar.navbar-collapse .nav-list>li.open.hover:hover>a{background-color:#FFF}.no-skin .sidebar.navbar-collapse .nav-list>li>.submenu li.open.hover:not(:hover):not(:focus):not(.active)>a{color:#616161}.no-skin .sidebar.navbar-collapse .nav-list>li>.submenu li.open.hover:not(:hover):not(:focus):not(.active)>a>.arrow{color:inherit}}@media only screen and (min-width:992px) and (max-width:991px){.no-skin .sidebar.navbar-collapse .nav-list li.hover>.submenu{border-top-color:#E5E5E5;background-color:#FFF}.no-skin .nav-list li.hover>.submenu>li.active:not(.open)>a{background-color:#F5F7FA}.no-skin .nav-list li.hover>.submenu>li.active:not(.open)>a:hover{background-color:#F1F5F9}}@media only screen and (min-width:992px){.no-skin .sidebar.h-sidebar{background-color:#F8F8F8}.no-skin .sidebar.h-sidebar:before{background-color:#E4E4E4;-webkit-box-shadow:0 -1px 1px 0 rgba(0,0,0,.05) inset;box-shadow:0 -1px 1px 0 rgba(0,0,0,.05) inset}.no-skin .sidebar.h-sidebar .nav-list>li:hover,.no-skin .sidebar.h-sidebar .nav-list>li:hover+li{border-left-color:#CEDDE5}.no-skin .sidebar.h-sidebar .nav-list>li:last-child:hover{border-right-color:#CEDDE5}.no-skin .sidebar.h-sidebar .nav-list>li.active,.no-skin .sidebar.h-sidebar .nav-list>li.active+li,.no-skin .sidebar.h-sidebar .nav-list>li:hover+li.active{border-left-color:#79B0CE}.no-skin .sidebar.h-sidebar .nav-list>li.active:last-child{border-right-color:#79B0CE}.no-skin .sidebar.h-sidebar .nav-list>li.active:before{background-color:#2B7DBC}.no-skin .sidebar.h-sidebar .nav-list>li.active>a:after{border-width:0 0 2px;border-color:transparent transparent #FFF;left:0;right:0;top:auto;bottom:-2px}.no-skin .sidebar.h-sidebar .sidebar-shortcuts-large{background-color:#FFF;border-color:#CCC;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.1);box-shadow:2px 1px 2px 0 rgba(0,0,0,.1)}.no-skin .sidebar.h-sidebar .sidebar-shortcuts-large:after{border-bottom-color:#FFF}.no-skin .sidebar.h-sidebar .nav-list>li.hover>.submenu{border-color:#CCC}.no-skin .sidebar.h-sidebar.menu-min .nav-list>li.hover>.submenu{border-top-color:#e6e6e6}.no-skin .sidebar.h-sidebar .nav-list>li.hover>.arrow:after{border-color:transparent transparent #FFF}.no-skin .sidebar.h-sidebar .nav-list>li.hover>.arrow:before{border-color:transparent transparent #B8B8B8}.no-skin .sidebar.h-sidebar.menu-min .nav-list>li.hover>.arrow:after{border-bottom-color:#F5F5F5}.no-skin .sidebar.h-sidebar.menu-min .nav-list>li.active>a>.menu-text{border-left-color:#CCC}}@media only screen and (max-width:991px){body{overflow-x:hidden}.no-skin .sidebar.responsive .nav-list>li.active.open>a:after,.no-skin .sidebar.responsive-max .nav-list>li.active.open>a:after{display:block}.no-skin .sidebar.responsive .nav-list li li.active>a:after,.no-skin .sidebar.responsive-max .nav-list li li.active>a:after{display:none}.no-skin .sidebar.responsive .nav-list>li.active:after,.no-skin .sidebar.responsive-max .nav-list>li.active:after{height:41px}.no-skin .sidebar{border-width:0 1px 1px 0;border-top-color:#d6d6d6}.no-skin .menu-toggler+.sidebar.responsive{border-top-width:1px}.no-skin .sidebar.responsive-min{border-width:0 1px 0 0}.no-skin .sidebar.navbar-collapse{border-width:0;border-bottom-width:1px!important;border-bottom-color:#CCC;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.1)!important;box-shadow:0 2px 2px rgba(0,0,0,.1)!important}.no-skin .sidebar.navbar-collapse.menu-min .nav-list>li>.submenu{background-color:#FFF}}.no-skin .sidebar-scroll .sidebar-shortcuts{border-bottom-color:#ddd}.no-skin .sidebar-scroll .sidebar-toggle{border-top-color:#ddd}.no-skin .main-container .menu-toggler{background-color:#444}.no-skin .main-container .menu-toggler:before{border-top-color:#87B87F;border-bottom-color:#6FB3E0}.no-skin .main-container .menu-toggler:after{border-top-color:#FFA24D;border-bottom-color:#D15B47}.no-skin .main-container .menu-toggler>.toggler-text{border-top-color:#444}.no-skin .nav-list>li.disabled:before{display:none!important}.no-skin .nav-list>li.disabled>a{background-color:#ebebeb!important;color:#656565!important}.no-skin .nav-list li .submenu>li.disabled>a,.no-skin .nav-list li.disabled .submenu>li>a{background-color:#f2f2f2!important;color:#7a7a7a!important;cursor:not-allowed!important}.nav-list li li.highlight.active>a:after,.nav-list li li.highlight.active>a:before,.nav-list li.highlight li.active>a:after,.nav-list li.highlight li.active>a:before,.no-skin .nav-list li .submenu>li.disabled>a>.menu-icon,.no-skin .nav-list li.disabled .submenu>li>a>.menu-icon{display:none}.nav-list>li.highlight.active>a:after,.nav-list>li.highlight.active>a:before{display:block}.no-skin .nav-list>li.highlight.active,.no-skin .nav-list>li.highlight:hover{border-color:#C8D8E2}.no-skin .nav-list>li.highlight.active+li,.no-skin .nav-list>li.highlight:hover+li{border-top-color:#C8D8E2}.no-skin .nav-list>li.highlight.active>a,.no-skin .nav-list>li.highlight:hover>a{background-color:#FFF}.no-skin .nav-list>li.highlight.active:after{display:none}.no-skin .nav-list>li.highlight.active:before{display:block;background-color:#4f90c2}.no-skin .nav-list>li.highlight.active>a{background-color:#F2F6F9!important}.no-skin .nav-list>li.highlight.active>a:after,.no-skin .nav-list>li.highlight.active>a:before{display:block;content:"";position:absolute;top:-1px;right:-9px;bottom:auto;z-index:1;border-style:solid;border-width:20px 0 21px 10px;border-color:transparent}.no-skin .nav-list>li.highlight.active>a:before{border-left-color:#a0bccd;right:-10px}.no-skin .nav-list>li.highlight.active>a:after{border-left-color:#F2F6F9}.no-skin .nav-list li li.highlight.active>a{background-color:#F2F6F9}.no-skin .nav-list li li.highlight.active.open>a{background-color:#FFF}.no-skin .nav-list li li.highlight.active.open>a:hover{background-color:#F1F5F9}@media (min-width:992px){.no-skin .sidebar.h-sidebar .nav-list>li.highlight.active>a:after{display:block;content:"";position:absolute;top:auto;right:auto;bottom:-2px;left:50%;margin-left:-7px;border-color:transparent transparent #FFF;border-width:8px 7px}.no-skin .sidebar.h-sidebar .nav-list>li.highlight.active>a:before{content:"";position:absolute;display:block;top:auto;right:auto;bottom:-1px;left:50%;margin-left:-7px;border-width:8px;border-color:transparent transparent #74add7}.no-skin .sidebar.h-sidebar .nav-list>li.highlight.active.hover-show>a:after,.no-skin .sidebar.h-sidebar .nav-list>li.highlight.active.hover-show>a:before,.no-skin .sidebar.h-sidebar .nav-list>li.highlight.active:hover>a:after,.no-skin .sidebar.h-sidebar .nav-list>li.highlight.active:hover>a:before,.sidebar.compact .nav-list li.highlight.active>a:after,.sidebar.compact .nav-list li.highlight.active>a:before{display:none}.sidebar.compact.menu-min .nav-list li.highlight.active>a:after,.sidebar.compact.menu-min .nav-list li.highlight.active>a:before{display:block}.sidebar.h-sidebar .nav-list li.highlight.active>a:after,.sidebar.h-sidebar .nav-list li.highlight.active>a:before{display:block;border-width:8px!important;border-left-color:transparent!important;border-right-color:transparent!important}.sidebar.h-sidebar .nav-list>li.highlight.active:hover>a:after,.sidebar.h-sidebar .nav-list>li.highlight.active:hover>a:before{display:none!important}}.sidebar-scroll .nav-list>li.active.highlight>a:after,.sidebar-scroll .nav-list>li.active.highlight>a:before{display:none!important}.onpage-help-backdrop{position:absolute;z-index:99990;top:0;bottom:0;left:0;right:0;background-color:#000;filter:alpha(opacity=5);background-color:rgba(0,0,0,.05)}.onpage-help-section{display:block;position:absolute;z-index:100000;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF', GradientType=0);background-color:rgba(255,255,255,.3);border:1px dashed #8BBCD3;border-radius:4px;transition:background-color .2s,border-color .2s;-webkit-transition:background-color .2s,border-color .2s;text-align:center;vertical-align:middle;outline:0!important}.onpage-help-section>.ie-hover-fix{display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-color:#FFF;filter:alpha(opacity=1)}.onpage-help-section:active,.onpage-help-section:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C9D8EA', endColorstr='#33C9D8EA', GradientType=0);background-color:rgba(201,216,234,.2);border-color:#77ACC4}.onpage-help-section:hover{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66C9D8EA', endColorstr='#66C9D8EA', GradientType=0);background-color:rgba(201,216,234,.4);border-color:#77ACC4;border-style:solid}.onpage-help-section>.help-icon-1{font-size:18px;display:inline-block;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);opacity:0;filter:alpha(opacity=0);color:#FFF;text-shadow:0 0 2px #000;background-color:#85B8DB;border:2px solid #FFF;border-radius:100%;box-shadow:0 0 2px 1px rgba(0,0,0,.4);width:48px;height:48px;line-height:46px;transition:opacity .2s;-webkit-transition:opacity .2s}.onpage-help-section:active>.help-icon-1,.onpage-help-section:focus>.help-icon-1{opacity:.5}.onpage-help-section:hover>.help-icon-1{opacity:1;filter:alpha(opacity=100)}.onpage-help-section.help-section-small>.help-icon-1{font-size:18px;width:28px;height:28px;line-height:26px;border-radius:12px}.onpage-help-section.help-section-smaller>.help-icon-1{font-size:14px;width:20px;height:20px;line-height:17px;border-radius:8px}.onpage-help-section>.help-icon-2{position:absolute;z-index:2;left:-4px;top:-4px;width:18px;height:18px;line-height:16px;display:block;font-size:16px;color:orange;background-color:#FFF;border:1px solid orange;border-radius:4px;opacity:1;transition:all .2s;-webkit-transition:all .2s}.onpage-help-section:hover>.help-icon-2{color:#59A34E;border-color:#59A34E;transform:scale(1.25);-webkit-transform:scale(1.25)}.onpage-help-modal{z-index:100010}.onpage-help-modal+.modal-backdrop{z-index:100009}.onpage-help-modal-buttons button{border-radius:100%;border-width:2px!important}.onpage-help-modal-buttons button.disabled{transform:scale(.9);-webkit-transform:scale(.9)}.onpage-help-content{max-width:800px;margin:0 auto}.code-modal.onpage-help-modal .modal-dialog{margin-top:6px;margin-bottom:6px}.code-modal.onpage-help-modal .modal-header{padding-top:6px;padding-bottom:6px}.code-modal.onpage-help-modal .modal-body{padding:10px 12px}.onpage-help-modal pre{border-width:0;box-shadow:none;border-radius:0;margin-top:8px}.onpage-help-modal .modal-title code{font-size:13px}.onpage-help-modal .modal-body{font-size:14px}@media print{.main-content .nav-search,.navbar,.sidebar{display:none!important}.footer,.footer .footer-inner,.footer .footer-inner .footer-content{width:100%}.main-content{margin-left:0!important;margin-right:0!important}.main-content .breadcrumbs{float:right;border-width:0!important}.main-content .breadcrumbs .breadcrumb>li+li:before{content:"/"}.main-content .breadcrumbs .breadcrumb .home-icon{display:none}.ace-settings-container,.btn-scroll-up,.label[class*=arrowed]:after,.label[class*=arrowed]:before{display:none!important}.footer{height:auto;position:relative}.btn,.btn.btn-app{background:0 0!important;border-width:1px!important;border-radius:0!important;color:#555!important}.label{border:1px solid #666!important}}
```
|
```html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "path_to_url">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Thu Jun 28 11:01:15 BST 2018 -->
<title>JNA.InProgressBuilder</title>
<meta name="date" content="2018-06-28">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JNA.InProgressBuilder";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../org/mozilla/mentat/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/mozilla/mentat/JNA.InProgress.html" title="class in org.mozilla.mentat"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/mozilla/mentat/JNA.QueryBuilder.html" title="class in org.mozilla.mentat"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/mozilla/mentat/JNA.InProgressBuilder.html" target="_top">Frames</a></li>
<li><a href="JNA.InProgressBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.com.sun.jna.PointerType">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.mozilla.mentat</div>
<h2 title="Class JNA.InProgressBuilder" class="title">Class JNA.InProgressBuilder</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="path_to_url" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.sun.jna.PointerType</li>
<li>
<ul class="inheritance">
<li>org.mozilla.mentat.JNA.InProgressBuilder</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>com.sun.jna.NativeMapped</dd>
</dl>
<dl>
<dt>Enclosing interface:</dt>
<dd><a href="../../../org/mozilla/mentat/JNA.html" title="interface in org.mozilla.mentat">JNA</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="typeNameLabel">JNA.InProgressBuilder</span>
extends com.sun.jna.PointerType</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/mozilla/mentat/JNA.InProgressBuilder.html#InProgressBuilder--">InProgressBuilder</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.sun.jna.PointerType">
<!-- -->
</a>
<h3>Methods inherited from class com.sun.jna.PointerType</h3>
<code>equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a href="path_to_url" title="class or interface in java.lang">Object</a></h3>
<code><a href="path_to_url#clone--" title="class or interface in java.lang">clone</a>, <a href="path_to_url#finalize--" title="class or interface in java.lang">finalize</a>, <a href="path_to_url#getClass--" title="class or interface in java.lang">getClass</a>, <a href="path_to_url#notify--" title="class or interface in java.lang">notify</a>, <a href="path_to_url#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="path_to_url#wait--" title="class or interface in java.lang">wait</a>, <a href="path_to_url#wait-long-" title="class or interface in java.lang">wait</a>, <a href="path_to_url#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="InProgressBuilder--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>InProgressBuilder</h4>
<pre>public InProgressBuilder()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../org/mozilla/mentat/package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/mozilla/mentat/JNA.InProgress.html" title="class in org.mozilla.mentat"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/mozilla/mentat/JNA.QueryBuilder.html" title="class in org.mozilla.mentat"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/mozilla/mentat/JNA.InProgressBuilder.html" target="_top">Frames</a></li>
<li><a href="JNA.InProgressBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.com.sun.jna.PointerType">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
```
|
Tauriac may refer to the following places in France:
Tauriac, Gironde, a commune in the Gironde department
Tauriac, Lot, a commune in the Lot department
Tauriac, Tarn, a commune in the Tarn department
|
The Furness Railway Company owned many different types of locomotives, built by several locomotive building companies, including Sharp Stewart and Company. Others were built by the Furness' constituent companies - the Whitehaven and Furness Junction Railway, among others.
Furness Railway locomotives
The classes listed below are not the official FR designations; they were made popular by author Bob Rush in his books about the Furness Railway.
Cleator & Workington Junction Railway
The Furness railway entered into a working agreement with the Cleator & Workington Junction Railway where the FR would work the companies mainlines and the branch lines were worked by C&WJR engines. The loco list previously shown on this page has been amended thus:
Cleator & Workington Junction Railway locomotives
All the nameplates used on this company's locomotives were named after residences of C&WJR company directors. Until recently there was uncertainty about the name of No. 2 but the personal notebook of the Company Accountant shows otherwise. The engine never ran in service with the name "Ennerdale" .
No. 1 Brigham Hill (1st) and Rothersyke (1st)
An outside cylinder 0-4-0T Built in 1894 by Fletcher Jennings Ltd for C&WJR. Builders No. 187. Nameplates carried: Brigham Hill (1882–1894) and Rothersyke (1894–1897) Renumbered: No known renumbering of this engine. Disposal: To West Stanley Colliery Coy. County Durham in 1897
No. 2 Unnamed for fifteen years, then Rothersyke (2nd)
An outside cylinder 0-4-0ST. Built circa 1875 by Barclay & Co. (not an Andrew Barclay Sons & Co. product). Built originally for Ward, Ross & Liddlelow, railway contractors to the C&WJR, No.2 was purchased second hand in 1882. No. 2 was originally named Ennerdale but the nameplates were removed after acquisition by the C&WJR on the order of the Managing Director. Nameplates Carried: None from 1882 to 1897. The redundant plates from engine No.1 Rothersyke were fitted when it was decided to sell the engine. Renumbered: No known renumbering of this engine. Disposal: To SD Coasdell of Workington in July 1898 for £150.
No. 3 South Lodge
An outside cylinder 0-6-0ST of 1884, built by Robert Stephenson and Company for the C&WJR. Builders No. 2553. The saddle tank did not cover the smokebox. Nameplates carried: South Lodge. (1884 to 1920) Renumbered: No known renumbering of this engine. Disposal: To J.F. Wake Ltd., Dealers, Darlington, County Durham, July 1920
No. 4 Harecroft
An outside cylinder 0-6-0ST built in 1885 by the Lowca Engineering Co. Ltd. for the C&WJR. Builders No. 196. Similar in appearance to No.3 and the saddle tank did not cover the smokebox. Nameplates carried: Harecroft. (1885 to 1915) Renumbered: After disposal by new owner to 46 Disposal: Withdrawn September 1915 and sold to Workington Iron & Steel Company.
No. 5 Moresby Hall
An outside cylinder 0-6-0ST built in 1890 by Robert Stephenson and Company for the C&WJR. Builders No. 2692. The saddle tank did not cover the smokebox.Nameplates carried: Moresby Hall . (1890 to 1919) Renumbered: No known renumbering of this engine. Disposal: Withdrawn and scrapped 1919.
No. 6 Brigham Hall
An outside cylinder 0-6-0ST built in 1894 by Robert Stephenson and Company for the C&WJR. Builders No. 2813. The saddle tank did not cover the smokebox.Nameplates carried: Brigham Hall . (1894 to 1920) Renumbered: Allocated 11564 by the LMS in 1923 after the grouping, but not known if it was repainted into LMS colours. Disposal: Withdrawn 11/12/1926 and scrapped by the LM&SR
No. 7 Ponsonby Hall
An outside cylinder 0-6-0ST built in 1896 by Robert Stephenson and Company for the C&WJR. Builders No. 2846. The saddle tank did not cover the smokebox.Nameplates carried: Ponsonby Hall . (1886 to 1926) Renumbered: Allocated 11565 by the LMS in 1923 after the grouping, but not known if it was repainted into LMS colours. Disposal: Withdrawn 18/12/1926 and scrapped by the LM&SR
No. 8 Hutton Hall
An 0-6-0ST built in 1907 by Peckett and Sons for the C&WJR. Builders No. 1134. Nameplates carried: Hutton Hall (1907 to 1927) Renumbered: Allocated 11566 by the LMS in 1923 after the grouping, and repainted into early LMS black goods livery. Disposal: Withdrawn 3/12/1927 and scrapped by the LM&SR
No. 9 Millgrove
An outside cylinder 0-6-0ST built in 1919 by Peckett and Sons for the C&WJR. Builders No. 1340. Nameplates carried: Millgrove (1919 to 1928) Renumbered: Allocated 11567 by the LMS in 1923 after the grouping, and repainted into early LMS black goods livery. Disposal: Withdrawn 5/12/1928 and scrapped by the LM&SR
No. 10 Skiddaw Lodge
An outside cylinder 0-6-0ST built in 1920 by Hudswell Clarke & Co. for the C&WJR. Builders No. 1400. Nameplates carried: Skiddaw Lodge . (1920 to 1932) Renumbered: Allocated 11568 by the LMS in 1923 after the grouping, and repainted into early LMS black goods livery. Disposal: Withdrawn 1932 by LM&SR and sold to Hartley main Collieries Northumberland, via Robert frazer & Sons Ltd., Hebburn, County Durham.
Preserved locomotives
Three very early Furness Railway locomotives have been preserved:
Furness Railway No. 3 – "Old Coppernob" 0-4-0 tender engine of 1846, preserved at the National Railway Museum in York.
Furness Railway No. 20 – Sharp Stewart Class A5 0-4-0 tender engine of 1863, now at Ribble Steam Railway in Lancashire. This is Britain's oldest working standard-gauge steam locomotive. It had been converted to a saddle-tank locomotive, but has now been restored to its original tender locomotive design.
Furness Railway No. 25 – Sharp Stewart Class A5 0-4-0 tender engine of 1865, now at Ribble Steam Railway awaiting restoration. Unlike No. 20 (above), this locomotive remains in its later saddle-tank format.
Furness Railway No. 115 – Sharp Stewart Class D1 0-6-0 tender locomotive of 1881. The locomotive was lost when a mine working collapsed at Lindal-in-Furness on 22 September 1892; only the tender was rescued, which was then used on a loco to replace 115. The locomotive remains buried 200 ft underground, but is technically still in existence.
References
External links
Steam Index's Furness Railway Page
Furness Railway
Furness Railway
|
Heracleopolis or Herakleopolis (, Herakleópolis) or Herakleiopolis (Ἡρακλειούπολις) may refer to:
Heracleopolis Magna in Upper Egypt (now a ruin)
Heracleopolis Parva or Sethroë in Lower Egypt, identified with the site of Tell Belim
Heracleopolis (Crete), town of ancient Crete
Heracleopolis, former name of modern Sulusaray
Heracleopolis (Pontus), town of ancient Pontus
|
```java
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
package org.flowable.idm.engine.impl.persistence.entity;
import org.flowable.common.engine.api.delegate.event.FlowableEngineEventType;
import org.flowable.common.engine.api.delegate.event.FlowableEntityEvent;
import org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager;
import org.flowable.common.engine.impl.persistence.entity.Entity;
import org.flowable.common.engine.impl.persistence.entity.data.DataManager;
import org.flowable.idm.api.event.FlowableIdmEventType;
import org.flowable.idm.engine.IdmEngineConfiguration;
import org.flowable.idm.engine.delegate.event.impl.FlowableIdmEventBuilder;
/**
* @author Joram Barrez
*/
public abstract class AbstractIdmEngineEntityManager<EntityImpl extends Entity, DM extends DataManager<EntityImpl>>
extends AbstractEngineEntityManager<IdmEngineConfiguration, EntityImpl, DM> {
public AbstractIdmEngineEntityManager(IdmEngineConfiguration idmEngineConfiguration, DM dataManager) {
super(idmEngineConfiguration, dataManager);
}
@Override
protected FlowableEntityEvent createEntityEvent(FlowableEngineEventType eventType, Entity entity) {
FlowableIdmEventType idmEventType;
switch (eventType) {
case ENTITY_CREATED:
idmEventType = FlowableIdmEventType.ENTITY_CREATED;
break;
case ENTITY_INITIALIZED:
idmEventType = FlowableIdmEventType.ENTITY_INITIALIZED;
break;
case ENTITY_UPDATED:
idmEventType = FlowableIdmEventType.ENTITY_UPDATED;
break;
case ENTITY_DELETED:
idmEventType = FlowableIdmEventType.ENTITY_DELETED;
break;
default:
idmEventType = null;
}
if (idmEventType != null) {
return FlowableIdmEventBuilder.createEntityEvent(idmEventType, entity);
} else {
return super.createEntityEvent(eventType, entity);
}
}
}
```
|
is a former Japanese professional sumo wrestler from Kasugai, Aichi. An amateur sumo competitor while studying at Nihon University, he made his professional debut in January 2008. He has two lower-division championships in jonokuchi and makushita, and reached the top makuuchi division in March 2016. His highest rank was maegashira 12. He wrestled for Kise stable, where he now coaches under the name of Izutsu.
Early life and sumo background
Fukao started sumo at the Chukyo Sumo Club in elementary school, this is where he meet the future Kiyoseumi who was one year his senior. He had a deep respect and friendship with his senior. They trained and practiced together throughout their school years and both attended Nihon University. Eventually after university Akiseyama would choose to enter the same Kise stable.
Career
He made his debut exactly one year after Kiyoseumi in January, 2008, debuting with the likes of Kyokutaisei and Homarefuji. He quickly rose up to the makushita division after spending just one tournament at each of the lower divisions. He finally broke though to the sekitori ranks after nearly three years in November 2010. To mark the occasion he changed his shikona from his family name of Fukao to Akiseyama, with the "se" kanji taken from his stable. He was to last only four tournaments in before being demoted back down. During this period he was restricted by a hernia.
He returned to jūryō at the end of 2012 and after over eight years after his debut he broke though to the top makuuchi division in March 2016. The 48 tournaments it took him to reach the top division from his professional debut was the fourth slowest by a former collegiate wrestler. He lasted just one tournament, scoring only four wins against eleven losses, and returned to jūryō. After only managing one win against fourteen losses in the next tournament in May 2016 he was demoted straight to makushita, where he remained for the next two years.
He was promoted back to jūryō in March 2018 and produced a strong 11–4 record, taking part in a playoff for the championship. He reached jūryō 1 in July 2018, his highest rank since his single makuuchi appearance. However, seven consecutive losing scores saw him fall to the bottom of jūryō and then be relegated to the makushita division after the July 2019 tournament. He returned to jūryō after just one tournament away by recording a 4–3 score in September. He was demoted to makushita again in January 2020 but returned to the jūryō division in March and remained in jūryō for the rest of 2020.
Akiseyama returned to the makuuchi division in January 2021 for the first time in 28 tournaments, the fourth slowest return in sumo history. In his makuuchi return Akiseyama began the tournament with six straight wins, before suffering five straight losses. Another run of three wins saw him enter Day 15 with a 9–5 record, and the knowledge that he would be awarded the Fighting Spirit prize if he won. Matched against Kagayaki, he was called the winner by the gyōji after pulling off an amiuchi or fisherman's throw, but the judges called for a re-match, which he lost. He narrowly missed a winning record in the following March tournament, but remained in the top division. In May he withdrew from a tournament for the first time in his career, after suffering a jaw fracture in a bout against Chiyotairyū. He missed the next two tournaments causing him to fall to the makushita division.
Retirement from sumo
After Akiseyama spent two years in the makushita division, his retirement was announced by the Japan Sumo Association on 10 August 2023. Akiseyama became an elder of the Japan Sumo Association, acquiring the vacant Izutsu elder stock upon retirement.
Fighting style
Akiseyama lists his preferred techniques on his Japan Sumo Association profile as tsuki/oshi, pushing and thrusting his opponents rather fighting on the mawashi or belt. However his most common winning kimarite in his career to date is yori-kiri, or force out, which usually involves a mawashi grip. This is because he made a deliberate decision to change his style of wrestling after his hernia problem, working with his stablemaster Kise to grab the mawashi with his right hand to speed up the attack and use his weight to his advantage. Former yokozuna Kitanoumi also encouraged him to go for a right hand grip when Akiseyama was temporarily a member of Kitanoumi stable from 2010 until 2012.
Career record
See also
Glossary of sumo terms
List of sumo elders
List of past sumo wrestlers
References
External links
1985 births
Living people
Japanese sumo wrestlers
Sumo people from Aichi Prefecture
Nihon University alumni
|
```c++
/** testpolymorph.cpp --- A sequence of polymorphism examples.
*
*
* Author: Eric M. Ludlam <eric@siege-engine.com>
*
* This file is part of GNU Emacs.
*
* GNU Emacs is free software: you can redistribute it and/or modify
* (at your option) any later version.
*
* GNU Emacs is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
* along with GNU Emacs. If not, see <path_to_url
*/
#include <cmath>
// Test 1 - Functions w/ prototypes
namespace proto {
int pt_func1(int arg1);
int pt_func1(int arg1) {
return 0;
}
}
// Test 2 - Functions w/ different arg lists.
namespace fcn_poly {
int pm_func(void) {
return 0;
}
int pm_func(int a) {
return a;
}
int pm_func(char a) {
return int(a);
}
int pm_func(double a) {
return int(floor(a));
}
}
// Test 3 - Methods w/ different arg lists.
class meth_poly {
public:
int pm_meth(void) {
return 0;
}
int pm_meth(int a) {
return a;
}
int pm_meth(char a) {
return int(a);
}
int pm_meth(double a) {
return int(floor(a));
}
};
// Test 4 - Templates w/ partial specifiers.
namespace template_partial_spec {
template <typename T> class test
{
public:
void doSomething(T t) { };
};
template <typename T> class test<T *>
{
public:
void doSomething(T* t) { };
};
}
// Test 5 - Templates w/ full specialization which may or may not share
// common functions.
namespace template_full_spec {
template <typename T> class test
{
public:
void doSomething(T t) { };
void doSomethingElse(T t) { };
};
template <> class test<int>
{
public:
void doSomethingElse(int t) { };
void doSomethingCompletelyDifferent(int t) { };
};
}
// Test 6 - Dto., but for templates with multiple parameters.
namespace template_multiple_spec {
template <typename T1, typename T2> class test
{
public:
void doSomething(T1 t) { };
void doSomethingElse(T2 t) { };
};
template <typename T2> class test<int, T2>
{
public:
void doSomething(int t) { };
void doSomethingElse(T2 t) { };
};
template <> class test<float, int>
{
public:
void doSomething(float t) { };
void doSomethingElse(int t) { };
void doNothing(void) { };
};
}
// End of polymorphism test file.
```
|
```c
/*
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing,
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* specific language governing permissions and limitations
*/
#include "client.h"
#include "channels/audio-input/audio-buffer.h"
#include "channels/cliprdr.h"
#include "channels/disp.h"
#include "channels/pipe-svc.h"
#include "channels/rail.h"
#include "config.h"
#include "fs.h"
#include "log.h"
#include "rdp.h"
#include "settings.h"
#include "user.h"
#ifdef ENABLE_COMMON_SSH
#include "common-ssh/sftp.h"
#include "common-ssh/ssh.h"
#include "common-ssh/user.h"
#endif
#include <guacamole/argv.h>
#include <guacamole/audio.h>
#include <guacamole/client.h>
#include <guacamole/mem.h>
#include <guacamole/recording.h>
#include <guacamole/rwlock.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <pthread.h>
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
/**
* Tests whether the given path refers to a directory which the current user
* can write to. If the given path is not a directory, is not writable, or is
* not a link pointing to a writable directory, this test will fail, and
* errno will be set appropriately.
*
* @param path
* The path to test.
*
* @return
* Non-zero if the given path is (or points to) a writable directory, zero
* otherwise.
*/
static int is_writable_directory(const char* path) {
/* Verify path is writable */
if (faccessat(AT_FDCWD, path, W_OK, 0))
return 0;
/* If writable, verify path is actually a directory */
DIR* dir = opendir(path);
if (!dir)
return 0;
/* Path is both writable and a directory */
closedir(dir);
return 1;
}
/**
* Add the provided user to the provided audio stream.
*
* @param user
* The pending user who should be added to the audio stream.
*
* @param data
* The audio stream that the user should be added to.
*
* @return
* Always NULL.
*/
static void* guac_rdp_sync_pending_user_audio(guac_user* user, void* data) {
/* Add the user to the stream */
guac_audio_stream* audio = (guac_audio_stream*) data;
guac_audio_stream_add_user(audio, user);
return NULL;
}
/**
* A pending join handler implementation that will synchronize the connection
* state for all pending users prior to them being promoted to full user.
*
* @param client
* The client whose pending users are about to be promoted.
*
* @return
* Always zero.
*/
static int guac_rdp_join_pending_handler(guac_client* client) {
guac_rdp_client* rdp_client = (guac_rdp_client*) client->data;
guac_socket* broadcast_socket = client->pending_socket;
guac_rwlock_acquire_read_lock(&(rdp_client->lock));
/* Synchronize any audio stream for each pending user */
if (rdp_client->audio)
guac_client_foreach_pending_user(
client, guac_rdp_sync_pending_user_audio, rdp_client->audio);
/* Bring user up to date with any registered static channels */
guac_rdp_pipe_svc_send_pipes(client, broadcast_socket);
/* Synchronize with current display */
if (rdp_client->display != NULL) {
guac_common_display_dup(rdp_client->display, client, broadcast_socket);
guac_socket_flush(broadcast_socket);
}
guac_rwlock_release_lock(&(rdp_client->lock));
return 0;
}
int guac_client_init(guac_client* client, int argc, char** argv) {
/* Automatically set HOME environment variable if unset (FreeRDP's
* initialization process will fail within freerdp_settings_new() if this
* is unset) */
const char* current_home = getenv("HOME");
if (current_home == NULL) {
/* Warn if the correct home directory cannot be determined */
struct passwd* passwd = getpwuid(getuid());
if (passwd == NULL)
guac_client_log(client, GUAC_LOG_WARNING, "FreeRDP initialization "
"may fail: The \"HOME\" environment variable is unset and "
"its correct value could not be automatically determined: "
"%s", strerror(errno));
/* Warn if the correct home directory could be determined but can't be
* assigned */
else if (setenv("HOME", passwd->pw_dir, 1))
guac_client_log(client, GUAC_LOG_WARNING, "FreeRDP initialization "
"may fail: The \"HOME\" environment variable is unset "
"and its correct value (detected as \"%s\") could not be "
"assigned: %s", passwd->pw_dir, strerror(errno));
/* HOME has been successfully set */
else {
guac_client_log(client, GUAC_LOG_DEBUG, "\"HOME\" "
"environment variable was unset and has been "
"automatically set to \"%s\"", passwd->pw_dir);
current_home = passwd->pw_dir;
}
}
/* Verify that detected home directory is actually writable and actually a
* directory, as FreeRDP initialization will mysteriously fail otherwise */
if (current_home != NULL && !is_writable_directory(current_home)) {
if (errno == EACCES)
guac_client_log(client, GUAC_LOG_WARNING, "FreeRDP initialization "
"may fail: The current user's home directory (\"%s\") is "
"not writable, but FreeRDP generally requires a writable "
"home directory for storage of configuration files and "
"certificates.", current_home);
else if (errno == ENOTDIR)
guac_client_log(client, GUAC_LOG_WARNING, "FreeRDP initialization "
"may fail: The current user's home directory (\"%s\") is "
"not actually a directory, but FreeRDP generally requires "
"a writable home directory for storage of configuration "
"files and certificates.", current_home);
else
guac_client_log(client, GUAC_LOG_WARNING, "FreeRDP initialization "
"may fail: Writability of the current user's home "
"directory (\"%s\") could not be determined: %s",
current_home, strerror(errno));
}
/* Set client args */
client->args = GUAC_RDP_CLIENT_ARGS;
/* Alloc client data */
guac_rdp_client* rdp_client = guac_mem_zalloc(sizeof(guac_rdp_client));
client->data = rdp_client;
/* Init clipboard */
rdp_client->clipboard = guac_rdp_clipboard_alloc(client);
/* Init display update module */
rdp_client->disp = guac_rdp_disp_alloc(client);
/* Init multi-touch support module (RDPEI) */
rdp_client->rdpei = guac_rdp_rdpei_alloc(client);
/* Redirect FreeRDP log messages to guac_client_log() */
guac_rdp_redirect_wlog(client);
/* Recursive attribute for locks */
pthread_mutexattr_init(&(rdp_client->attributes));
pthread_mutexattr_settype(&(rdp_client->attributes),
PTHREAD_MUTEX_RECURSIVE);
/* Init required locks */
guac_rwlock_init(&(rdp_client->lock));
pthread_mutex_init(&(rdp_client->message_lock), &(rdp_client->attributes));
/* Set handlers */
client->join_handler = guac_rdp_user_join_handler;
client->join_pending_handler = guac_rdp_join_pending_handler;
client->free_handler = guac_rdp_client_free_handler;
client->leave_handler = guac_rdp_user_leave_handler;
#ifdef ENABLE_COMMON_SSH
guac_common_ssh_init(client);
#endif
return 0;
}
int guac_rdp_client_free_handler(guac_client* client) {
guac_rdp_client* rdp_client = (guac_rdp_client*) client->data;
/*
* Signals any threads that are blocked awaiting user input for authentication
* (e.g., username or password) to terminate their wait. By broadcasting a
* condition signal, the authentication process is interrupted, allowing for
* premature termination and cleanup during client disconnection.
*/
guac_argv_stop();
/* Wait for client thread */
pthread_join(rdp_client->client_thread, NULL);
/* Free parsed settings */
if (rdp_client->settings != NULL)
guac_rdp_settings_free(rdp_client->settings);
/* Clean up clipboard */
guac_rdp_clipboard_free(rdp_client->clipboard);
/* Free display update module */
guac_rdp_disp_free(rdp_client->disp);
/* Free multi-touch support module (RDPEI) */
guac_rdp_rdpei_free(rdp_client->rdpei);
/* Clean up filesystem, if allocated */
if (rdp_client->filesystem != NULL)
guac_rdp_fs_free(rdp_client->filesystem);
/* End active print job, if any */
guac_rdp_print_job* job = (guac_rdp_print_job*) rdp_client->active_job;
if (job != NULL) {
guac_rdp_print_job_kill(job);
guac_rdp_print_job_free(job);
rdp_client->active_job = NULL;
}
#ifdef ENABLE_COMMON_SSH
/* Free SFTP filesystem, if loaded */
if (rdp_client->sftp_filesystem)
guac_common_ssh_destroy_sftp_filesystem(rdp_client->sftp_filesystem);
/* Free SFTP session */
if (rdp_client->sftp_session)
guac_common_ssh_destroy_session(rdp_client->sftp_session);
/* Free SFTP user */
if (rdp_client->sftp_user)
guac_common_ssh_destroy_user(rdp_client->sftp_user);
guac_common_ssh_uninit();
#endif
/* Clean up recording, if in progress */
if (rdp_client->recording != NULL)
guac_recording_free(rdp_client->recording);
/* Clean up audio stream, if allocated */
if (rdp_client->audio != NULL)
guac_audio_stream_free(rdp_client->audio);
/* Clean up audio input buffer, if allocated */
if (rdp_client->audio_input != NULL)
guac_rdp_audio_buffer_free(rdp_client->audio_input);
guac_rwlock_destroy(&(rdp_client->lock));
pthread_mutex_destroy(&(rdp_client->message_lock));
/* Free client data */
guac_mem_free(rdp_client);
return 0;
}
```
|
```java
/*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
// modified from original source see README at the top level of this project
package io.requery.android.database;
import android.database.CharArrayBuffer;
import android.database.Cursor;
import android.database.StaleDataException;
/**
* A base class for Cursors that store their data in {@link android.database.CursorWindow}s.
* <p>
* The cursor owns the cursor window it uses. When the cursor is closed,
* its window is also closed. Likewise, when the window used by the cursor is
* changed, its old window is closed. This policy of strict ownership ensures
* that cursor windows are not leaked.
* </p><p>
* Subclasses are responsible for filling the cursor window with data during
* {@link #onMove(int, int)}, allocating a new cursor window if necessary.
* During {@link #requery()}, the existing cursor window should be cleared and
* filled with new data.
* </p><p>
* If the contents of the cursor change or become invalid, the old window must be closed
* (because it is owned by the cursor) and set to null.
* </p>
*/
@SuppressWarnings("unused")
public abstract class AbstractWindowedCursor extends AbstractCursor {
/**
* The cursor window owned by this cursor.
*/
protected CursorWindow mWindow;
@Override
public byte[] getBlob(int columnIndex) {
checkPosition();
return mWindow.getBlob(mPos, columnIndex);
}
@Override
public String getString(int columnIndex) {
checkPosition();
return mWindow.getString(mPos, columnIndex);
}
@Override
public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) {
mWindow.copyStringToBuffer(mPos, columnIndex, buffer);
}
@Override
public short getShort(int columnIndex) {
checkPosition();
return mWindow.getShort(mPos, columnIndex);
}
@Override
public int getInt(int columnIndex) {
checkPosition();
return mWindow.getInt(mPos, columnIndex);
}
@Override
public long getLong(int columnIndex) {
checkPosition();
return mWindow.getLong(mPos, columnIndex);
}
@Override
public float getFloat(int columnIndex) {
checkPosition();
return mWindow.getFloat(mPos, columnIndex);
}
@Override
public double getDouble(int columnIndex) {
checkPosition();
return mWindow.getDouble(mPos, columnIndex);
}
@Override
public boolean isNull(int columnIndex) {
return mWindow.getType(mPos, columnIndex) == Cursor.FIELD_TYPE_NULL;
}
@Override
public int getType(int columnIndex) {
return mWindow.getType(mPos, columnIndex);
}
@Override
protected void checkPosition() {
super.checkPosition();
if (mWindow == null) {
throw new StaleDataException("Attempting to access a closed CursorWindow." +
"Most probable cause: cursor is deactivated prior to calling this method.");
}
}
public CursorWindow getWindow() {
return mWindow;
}
/**
* Sets a new cursor window for the cursor to use.
* <p>
* The cursor takes ownership of the provided cursor window; the cursor window
* will be closed when the cursor is closed or when the cursor adopts a new
* cursor window.
* </p><p>
* If the cursor previously had a cursor window, then it is closed when the
* new cursor window is assigned.
* </p>
*
* @param window The new cursor window, typically a remote cursor window.
*/
public void setWindow(CursorWindow window) {
if (window != mWindow) {
closeWindow();
mWindow = window;
}
}
/**
* Returns true if the cursor has an associated cursor window.
*
* @return True if the cursor has an associated cursor window.
*/
public boolean hasWindow() {
return mWindow != null;
}
/**
* Closes the cursor window and sets {@link #mWindow} to null.
* @hide
*/
protected void closeWindow() {
if (mWindow != null) {
mWindow.close();
mWindow = null;
}
}
/**
* If there is a window, clear it. Otherwise, creates a new window.
*
* @param name The window name.
* @hide
*/
protected void clearOrCreateWindow(String name) {
if (mWindow == null) {
mWindow = new CursorWindow(name);
} else {
mWindow.clear();
}
}
@Override
protected void onDeactivateOrClose() {
super.onDeactivateOrClose();
closeWindow();
}
}
```
|
```objective-c
//===-- CommandObject.h -----------------------------------------*- C++ -*-===//
//
// See path_to_url for license information.
//
//===your_sha256_hash------===//
#ifndef LLDB_INTERPRETER_COMMANDOBJECT_H
#define LLDB_INTERPRETER_COMMANDOBJECT_H
#include <map>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "lldb/Utility/Flags.h"
#include "lldb/Interpreter/CommandCompletions.h"
#include "lldb/Interpreter/Options.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Utility/Args.h"
#include "lldb/Utility/CompletionRequest.h"
#include "lldb/Utility/StringList.h"
#include "lldb/lldb-private.h"
namespace lldb_private {
// This function really deals with CommandObjectLists, but we didn't make a
// CommandObjectList class, so I'm sticking it here. But we really should have
// such a class. Anyway, it looks up the commands in the map that match the
// partial string cmd_str, inserts the matches into matches, and returns the
// number added.
template <typename ValueType>
int AddNamesMatchingPartialString(
const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str,
StringList &matches, StringList *descriptions = nullptr) {
int number_added = 0;
const bool add_all = cmd_str.empty();
for (auto iter = in_map.begin(), end = in_map.end(); iter != end; iter++) {
if (add_all || (iter->first.find(std::string(cmd_str), 0) == 0)) {
++number_added;
matches.AppendString(iter->first.c_str());
if (descriptions)
descriptions->AppendString(iter->second->GetHelp());
}
}
return number_added;
}
template <typename ValueType>
size_t FindLongestCommandWord(std::map<std::string, ValueType> &dict) {
auto end = dict.end();
size_t max_len = 0;
for (auto pos = dict.begin(); pos != end; ++pos) {
size_t len = pos->first.size();
if (max_len < len)
max_len = len;
}
return max_len;
}
class CommandObject : public std::enable_shared_from_this<CommandObject> {
public:
typedef llvm::StringRef(ArgumentHelpCallbackFunction)();
struct ArgumentHelpCallback {
ArgumentHelpCallbackFunction *help_callback;
bool self_formatting;
llvm::StringRef operator()() const { return (*help_callback)(); }
explicit operator bool() const { return (help_callback != nullptr); }
};
/// Entries in the main argument information table.
struct ArgumentTableEntry {
lldb::CommandArgumentType arg_type;
const char *arg_name;
CommandCompletions::CommonCompletionTypes completion_type;
OptionEnumValues enum_values;
ArgumentHelpCallback help_function;
const char *help_text;
};
/// Used to build individual command argument lists.
struct CommandArgumentData {
lldb::CommandArgumentType arg_type;
ArgumentRepetitionType arg_repetition;
/// This arg might be associated only with some particular option set(s). By
/// default the arg associates to all option sets.
uint32_t arg_opt_set_association;
CommandArgumentData(lldb::CommandArgumentType type = lldb::eArgTypeNone,
ArgumentRepetitionType repetition = eArgRepeatPlain,
uint32_t opt_set = LLDB_OPT_SET_ALL)
: arg_type(type), arg_repetition(repetition),
arg_opt_set_association(opt_set) {}
};
typedef std::vector<CommandArgumentData>
CommandArgumentEntry; // Used to build individual command argument lists
typedef std::map<std::string, lldb::CommandObjectSP> CommandMap;
CommandObject(CommandInterpreter &interpreter, llvm::StringRef name,
llvm::StringRef help = "", llvm::StringRef syntax = "",
uint32_t flags = 0);
virtual ~CommandObject() = default;
static const char *
GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
static const char *
GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
CommandInterpreter &GetCommandInterpreter() { return m_interpreter; }
Debugger &GetDebugger();
virtual llvm::StringRef GetHelp();
virtual llvm::StringRef GetHelpLong();
virtual llvm::StringRef GetSyntax();
llvm::StringRef GetCommandName() const;
virtual void SetHelp(llvm::StringRef str);
virtual void SetHelpLong(llvm::StringRef str);
void SetSyntax(llvm::StringRef str);
// override this to return true if you want to enable the user to delete the
// Command object from the Command dictionary (aliases have their own
// deletion scheme, so they do not need to care about this)
virtual bool IsRemovable() const { return false; }
virtual bool IsMultiwordObject() { return false; }
bool IsUserCommand() { return m_is_user_command; }
void SetIsUserCommand(bool is_user) { m_is_user_command = is_user; }
virtual CommandObjectMultiword *GetAsMultiwordCommand() { return nullptr; }
virtual bool IsAlias() { return false; }
// override this to return true if your command is somehow a "dash-dash" form
// of some other command (e.g. po is expr -O --); this is a powerful hint to
// the help system that one cannot pass options to this command
virtual bool IsDashDashCommand() { return false; }
virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
StringList *matches = nullptr) {
return lldb::CommandObjectSP();
}
virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) {
return lldb::CommandObjectSP();
}
virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
StringList *matches = nullptr) {
return nullptr;
}
void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);
void GenerateHelpText(CommandReturnObject &result);
virtual void GenerateHelpText(Stream &result);
// this is needed in order to allow the SBCommand class to transparently try
// and load subcommands - it will fail on anything but a multiword command,
// but it avoids us doing type checkings and casts
virtual bool LoadSubCommand(llvm::StringRef cmd_name,
const lldb::CommandObjectSP &command_obj) {
return false;
}
virtual llvm::Error LoadUserSubcommand(llvm::StringRef cmd_name,
const lldb::CommandObjectSP &command_obj,
bool can_replace) {
return llvm::createStringError(llvm::inconvertibleErrorCode(),
"can only add commands to container commands");
}
virtual bool WantsRawCommandString() = 0;
// By default, WantsCompletion = !WantsRawCommandString. Subclasses who want
// raw command string but desire, for example, argument completion should
// override this method to return true.
virtual bool WantsCompletion() { return !WantsRawCommandString(); }
virtual Options *GetOptions();
static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name);
static const ArgumentTableEntry *
FindArgumentDataByType(lldb::CommandArgumentType arg_type);
int GetNumArgumentEntries();
CommandArgumentEntry *GetArgumentEntryAtIndex(int idx);
static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
CommandInterpreter &interpreter);
static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
// Generates a nicely formatted command args string for help command output.
// By default, all possible args are taken into account, for example, '<expr
// | variable-name>'. This can be refined by passing a second arg specifying
// which option set(s) we are interested, which could then, for example,
// produce either '<expr>' or '<variable-name>'.
void GetFormattedCommandArguments(Stream &str,
uint32_t opt_set_mask = LLDB_OPT_SET_ALL);
bool IsPairType(ArgumentRepetitionType arg_repeat_type);
bool ParseOptions(Args &args, CommandReturnObject &result);
void SetCommandName(llvm::StringRef name);
/// This default version handles calling option argument completions and then
/// calls HandleArgumentCompletion if the cursor is on an argument, not an
/// option. Don't override this method, override HandleArgumentCompletion
/// instead unless you have special reasons.
///
/// \param[in,out] request
/// The completion request that needs to be answered.
virtual void HandleCompletion(CompletionRequest &request);
/// The input array contains a parsed version of the line.
///
/// We've constructed the map of options and their arguments as well if that
/// is helpful for the completion.
///
/// \param[in,out] request
/// The completion request that needs to be answered.
virtual void
HandleArgumentCompletion(CompletionRequest &request,
OptionElementVector &opt_element_vector) {}
bool HelpTextContainsWord(llvm::StringRef search_word,
bool search_short_help = true,
bool search_long_help = true,
bool search_syntax = true,
bool search_options = true);
/// The flags accessor.
///
/// \return
/// A reference to the Flags member variable.
Flags &GetFlags() { return m_flags; }
/// The flags const accessor.
///
/// \return
/// A const reference to the Flags member variable.
const Flags &GetFlags() const { return m_flags; }
/// Get the command that appropriate for a "repeat" of the current command.
///
/// \param[in] current_command_args
/// The command arguments.
///
/// \return
/// std::nullopt if there is no special repeat command - it will use the
/// current command line.
/// Otherwise a std::string containing the command to be repeated.
/// If the string is empty, the command won't be allow repeating.
virtual std::optional<std::string>
GetRepeatCommand(Args ¤t_command_args, uint32_t index) {
return std::nullopt;
}
bool HasOverrideCallback() const {
return m_command_override_callback ||
m_deprecated_command_override_callback;
}
void SetOverrideCallback(lldb::CommandOverrideCallback callback,
void *baton) {
m_deprecated_command_override_callback = callback;
m_command_override_baton = baton;
}
void SetOverrideCallback(lldb::CommandOverrideCallbackWithResult callback,
void *baton) {
m_command_override_callback = callback;
m_command_override_baton = baton;
}
bool InvokeOverrideCallback(const char **argv, CommandReturnObject &result) {
if (m_command_override_callback)
return m_command_override_callback(m_command_override_baton, argv,
result);
else if (m_deprecated_command_override_callback)
return m_deprecated_command_override_callback(m_command_override_baton,
argv);
else
return false;
}
virtual bool Execute(const char *args_string,
CommandReturnObject &result) = 0;
protected:
bool ParseOptionsAndNotify(Args &args, CommandReturnObject &result,
OptionGroupOptions &group_options,
ExecutionContext &exe_ctx);
virtual const char *GetInvalidTargetDescription() {
return "invalid target, create a target using the 'target create' command";
}
virtual const char *GetInvalidProcessDescription() {
return "Command requires a current process.";
}
virtual const char *GetInvalidThreadDescription() {
return "Command requires a process which is currently stopped.";
}
virtual const char *GetInvalidFrameDescription() {
return "Command requires a process, which is currently stopped.";
}
virtual const char *GetInvalidRegContextDescription() {
return "invalid frame, no registers, command requires a process which is "
"currently stopped.";
}
// This is for use in the command interpreter, when you either want the
// selected target, or if no target is present you want to prime the dummy
// target with entities that will be copied over to new targets.
Target &GetSelectedOrDummyTarget(bool prefer_dummy = false);
Target &GetSelectedTarget();
Target &GetDummyTarget();
// If a command needs to use the "current" thread, use this call. Command
// objects will have an ExecutionContext to use, and that may or may not have
// a thread in it. If it does, you should use that by default, if not, then
// use the ExecutionContext's target's selected thread, etc... This call
// insulates you from the details of this calculation.
Thread *GetDefaultThread();
/// Check the command to make sure anything required by this
/// command is available.
///
/// \param[out] result
/// A command result object, if it is not okay to run the command
/// this will be filled in with a suitable error.
///
/// \return
/// \b true if it is okay to run this command, \b false otherwise.
bool CheckRequirements(CommandReturnObject &result);
void Cleanup();
CommandInterpreter &m_interpreter;
ExecutionContext m_exe_ctx;
std::unique_lock<std::recursive_mutex> m_api_locker;
std::string m_cmd_name;
std::string m_cmd_help_short;
std::string m_cmd_help_long;
std::string m_cmd_syntax;
Flags m_flags;
std::vector<CommandArgumentEntry> m_arguments;
lldb::CommandOverrideCallback m_deprecated_command_override_callback;
lldb::CommandOverrideCallbackWithResult m_command_override_callback;
void *m_command_override_baton;
bool m_is_user_command = false;
// Helper function to populate IDs or ID ranges as the command argument data
// to the specified command argument entry.
static void AddIDsArgumentData(CommandArgumentEntry &arg,
lldb::CommandArgumentType ID,
lldb::CommandArgumentType IDRange);
};
class CommandObjectParsed : public CommandObject {
public:
CommandObjectParsed(CommandInterpreter &interpreter, const char *name,
const char *help = nullptr, const char *syntax = nullptr,
uint32_t flags = 0)
: CommandObject(interpreter, name, help, syntax, flags) {}
~CommandObjectParsed() override = default;
bool Execute(const char *args_string, CommandReturnObject &result) override;
protected:
virtual bool DoExecute(Args &command, CommandReturnObject &result) = 0;
bool WantsRawCommandString() override { return false; }
};
class CommandObjectRaw : public CommandObject {
public:
CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name,
llvm::StringRef help = "", llvm::StringRef syntax = "",
uint32_t flags = 0)
: CommandObject(interpreter, name, help, syntax, flags) {}
~CommandObjectRaw() override = default;
bool Execute(const char *args_string, CommandReturnObject &result) override;
protected:
virtual bool DoExecute(llvm::StringRef command,
CommandReturnObject &result) = 0;
bool WantsRawCommandString() override { return true; }
};
} // namespace lldb_private
#endif // LLDB_INTERPRETER_COMMANDOBJECT_H
```
|
```c
This file is part of the GNU IO Library.
This library is free software; you can redistribute it and/or
published by the Free Software Foundation; either version 2, or (at
your option) any later version.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
along with this library; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
As a special exception, if you link this library with files
compiled with a GNU compiler to produce an executable, this does
not cause the resulting executable to be covered by the GNU General
other reasons why the executable file might be covered by the GNU
#include "libioP.h"
#ifdef __STDC__
#include <stdlib.h>
#endif
#ifdef _LIBC
# include <shlib-compat.h>
#else
# define _IO_new_fopen fopen
#endif
_IO_FILE *
_IO_new_fopen (filename, mode)
const char *filename;
const char *mode;
{
struct locked_FILE
{
struct _IO_FILE_plus fp;
#ifdef _IO_MTSAFE_IO
_IO_lock_t lock;
#endif
#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T || defined(_GLIBCPP_USE_TYPE_WCHAR_T)
struct _IO_wide_data wd;
#endif /* !(defined _LIBC || defined _GLIBCPP_USE_WCHAR_T) */
} *new_f = (struct locked_FILE *) malloc (sizeof (struct locked_FILE));
if (new_f == NULL)
return NULL;
#ifdef _IO_MTSAFE_IO
new_f->fp.file._lock = &new_f->lock;
#endif
#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T || defined(_GLIBCPP_USE_TYPE_WCHAR_T)
_IO_no_init (&new_f->fp.file, 0, 0, &new_f->wd, &_IO_wfile_jumps);
#else
_IO_no_init (&new_f->fp.file, 1, 0, NULL, NULL);
#endif
_IO_JUMPS (&new_f->fp) = &_IO_file_jumps;
_IO_file_init (&new_f->fp);
#if !_IO_UNIFIED_JUMPTABLES
new_f->fp.vtable = NULL;
#endif
if (_IO_file_fopen ((_IO_FILE *) new_f, filename, mode, 1) != NULL)
return (_IO_FILE *) &new_f->fp;
_IO_un_link (&new_f->fp);
free (new_f);
return NULL;
}
#ifdef _LIBC
strong_alias (_IO_new_fopen, __new_fopen)
versioned_symbol (libc, _IO_new_fopen, _IO_fopen, GLIBC_2_1);
versioned_symbol (libc, __new_fopen, fopen, GLIBC_2_1);
#endif
```
|
Uttar Haryana Bijli Vitran Nigam (UHBVN) is the power company responsible for power distribution in North Haryana. UHBVN is owned by Government of Haryana, and began operations in July 1999. Its headquarters is in Panchkula adjoining Chandigarh. This company is headed by the Chief Minister of Haryana. It has two Operation Zones namely Panchkula and Rohtak. Each zone is headed by a Chief Engineer. Both Zones have five circles each; Ambala, Yamuna Nagar, Kurukshetra, Karnal and, Kaithal in Panchkula Zone and Panipat, Sonipat, Jind, Rohtak and Jhajjar in Rohtak Zone.
Each circle is headed by a Superintending Engineer.
See also
Divisions of Haryana
References
External links
Rohtak Circle webpage
HarSamadhan Haryana Govt's online Complaints portal
Electric power distribution network operators in India
Energy in Haryana
State electricity agencies of India
State agencies of Haryana
1999 establishments in Haryana
Indian companies established in 1999
Energy companies established in 1999
|
The 1982 United States Senate election in Delaware was held on November 2, 1982. Incumbent Republican U.S. Senator William V. Roth won reelection to a third term.
Major candidates
Democratic
David N. Levinson, Insurance Commissioner of Delaware
Republican
William V. Roth, incumbent U.S. Senator
Results
See also
1982 United States Senate elections
References
1982
Delaware
1982 Delaware elections
|
Dr. Cristopher William Wijekoon Kannangara (Sinhala ආචාර්ය ක්රිස්ටෝෆර් විලියම් විජේකෝන් කන්නන්ගර; 18 October 1894 – 23 September 1969) was a Sri Lankan Lawyer and a politician. He rose up the ranks of Sri Lanka's movement for independence in the early part of the 20th century. As a lawyer he defended the detainees that were imprisoned during the Riots of 1915, many of whom were the emerging leaders of the independence movement. In 1931, he became the President of Ceylon National Congress, the forerunner to the United National Party. Later, he became the first Minister of Education in the State Council of Ceylon, and was instrumental in introducing extensive reforms to the country's education system that opened up education to children from all levels of society.
Born in the Southern coastal town of Hikkaduwa, his academic progress at the free Wesleyan school enabled him to win a Foundation Scholarship to Richmond College, Galle, a prestigious secondary school at the time managed by the Methodist church. After leaving school, he worked as a teacher in Mathematics at Wesley College, Colombo and Prince of Wales' College, Moratuwa. He excelled as a lawyer in the Southern Province, eventually getting elected in 1923 as its representative, first to the Legislative Council of Ceylon, and then to its successor the State Council.
Becoming Minister of Education in the State Council, Kannangara and the Committees of Education introduced extensive reforms to Sri Lanka's education system throughout the 1940s. He began a Central Colleges scheme, which established high quality secondary schools for the benefit of thousands of underprivileged students in the rural parts of the country. Kannangara was also the Chairman of the Committee that submitted the Free Education Bill for a vote in the State Council, though he was initially opposed to complete free education. Kannangara's significant achievements in areas of education have led him to being commonly referred to as the Father of Free Education in Sri Lanka.
Early life
Christopher William Wijekoon Kannangara was born on 13 October 1884, at Wee Badu Walawwa (his maternal ancestral home) in the village of Wewala, off Hikkaduwa (වී බදු වලව්ව, වෑවල, හික්කඩුව) in the Southern Province of Ceylon. It has been inaccurately quoted that Kannangara was born in Randombe, (off Ambalangoda). He was the son of John Daniel Wijekoon Kannangara, the Deputy Fiscal in the Police Magistrate's Court in Balapitiya, and Emily Wijesinghe, daughter of Mudliyer Wijesinghe; he also had four siblings.
Emily passed away early in Kannangara's childhood, John Daniel would and have four more children with his second wife. Later the family went through financial hardships as John Daniel lost his job.
Education
Kannangara received his primary education at the free Wesleyan Missionary School, and his achievements were brought to the attention of the Rev. J.H. Darrel, Principal of Richmond College, Galle, who was visiting during a prize-giving ceremony. Having noticed that most of the prizes where won by Kananga, he is said to have remarked, "Son, you may have to hire a bullock cart to take home the books you collected at this prize giving.'''' Darrel also gave Kannangara a chance to sit for a Richmond College Foundation scholarship exam. Excelling in Mathematics in the exam, he won the scholarship, receiving an award for free board and lodging at Richmond College. There he would receive education from an elite school of the time, far superior to that offered at his school.
Kannangara was regarded as an excellent all-round student at Richmond, leading the Ceylon and British Empire list in Mathematics at the Cambridge Senior Examination in 1903. He also captained Richmond College in first eleven cricket in 1903, and was a member of the school soccer team the same year, winning colours for his performances. He was also regarded as a fine debater and actor.
Early career
After completing his schooling at Richmond College, he joined its teaching staff as a mathematics teacher and thereafter went on to teach mathematics at Prince of Wales' College, Moratuwa and at Wesley College, Colombo. While teaching, he studied law and passed the Proctor's Intermediate examination in July 1908 and the Proctor's Final examination in July 1910, thereby qualifying as a Proctor in 1910. That year he left Wesley College and came to Galle, where he started his legal practice in civil law.
An active member in Galle society, from 1911 to 1920 he served as the secretary of Richmond College Old Boys Union, committee member of the Galle Cricket Club and the Galle Gymkhana Club. He was known as a good billiard player. He also served as the honorary secretary of the Galle Reading Room, he was a member of the library committee and the Galle Poor relief Committee, Vice President of the Sinhalese Young Men's Association and General Secretary of the Temperance Union, Galle.
Political career
Kannangara joined Anagarika Dharmapala's historically significant temperance movement, and worked actively with its leaders, including Sir D.B. Jayatilleke, D.S. Senanayake, F.R. Senanayake and Arthur V. Dias. In 1911, elections were held for the first time to elect an Educated Ceylonese to the Legislative Council of Ceylon. The two primary contests were Ponnambalam Ramanathan and Marcus Fernando. Strongly supporting Ramanathan, Kannangara was elected Honorary Secretary of the committee supporting Ramanathan in the Southern Province. Ramanathan was elected to the Legislative Council over Fernando. He gained popularity for his work legal work in the defense of the leaders of the Sri Lankan independence movement and others who were persecuted by the colonial British administration during the period of martial law which following the Riots of 1915. In the following elections in 1917, Kannangara once again supported Ramanathan against J.S. Jayawardena. That year, Kannangara had formed the first political association in Galle, the Galle National Association. He thereafter joined the Ceylon National Congress.
Legislative Council
His kinsman and Legislative Council member for the Southern Province O. C. Tillekeratne died on 13 April 1923 in a fatal train accident at the Wellawatte station. Kannangara stood for the vacant seat in a by-election that was held on 23 May 1923 and was elected to the Legislative Council with 1,969 votes; compared to his opponent David de Silva's 115 votes, he had a majority of 1,854. He would be reelected in 1924 with 4,177 votes, the other candidate Francis de Zoysa having gotten 2,310.
State Council
In 1931, he was elected President of the Ceylon National Congress. That same year, following the recommendations of the Donoughmore Commission, the State Council of Ceylon was established, succeeding the Legislative Council as the island's legislature. Kannangara was elected to the State Council, defeating S.H. Dahanayake.
For the first time, the State Council, which had its members elected via universal suffrage, compromised Executive Committees and Ministers. Kannangara was appointed as the first chairman of the Executive Committee of Education in the State Council and thus became the first Minister of Education of Ceylon in 1931. Apart from Kannangara, the first Executive Committee of Education consisted of H. W. Amarasuriya, W. T. B. Karaliadda, A. Ratnayaka, G. R. de Zoysa, G. E. Madawela and Dr. S. A. Wickramasinghe. He is also notable for being the first minister to wear the National costume in the State Council. He was re-elected in 1935, retaining his position as Minister of Education. He was also a member of the War Council during World War II.
Education reforms
Exercising its powers to create new regulations, the Executive Committee of Education paved the way for the establishment of a new system of education in Sri Lanka. The new system was expected to ensure that education was provided with equal opportunities for all children in the country, irrespective of social class, economic condition, religion and ethnic origin. Although the education in vernacular schools had been free prior to the reforms (with government grants covering the cost of teaching and local philanthropists providing for buildings, equipment and books,) it was not standardised. The final report of the Executive Committee of Education was published in 1943, with the inclusion of important recommendations initiated by A. Ratnayake, P. de S. Kularatne, S. Natesan and T. B. Jayah, that were initially opposed by Kannangara;
Education should be free from the Kindergarten to University.
The mother tongue should be used as the medium of instruction in the Primary Schools.
English should be taught in all schools from standard III.
A curriculum for the child which would develop its "head, heart and hands" should be introduced — in other words, the education of the emotions is as necessary as the education of intellect and practical ability for the well-being of the child.
Kannagara, as Minister of Education, was placed in charge of implementing the recommendations. Among the reforms introduced, which came into operation on 1 October 1945, were to make education free of charge for all students, to ensure that every student was provided with instruction in the religion of his/her parents, to protect teachers from exploitation by school managers by having their wages paid directly by the government, and to make adequate provisions for adult education in the country.
Kannagara established a series of central schools (Madhya Vidhyala), modelled on Royal College, Colombo, in locations outside major cities. These took high quality secondary education to the rural outstations of the country. His objective was to create a central school in every electorate in the country, and as such, while in 1941 there were three central schools in the country; by 1945 the number had increased to 35, and to 50 by 1950. In 1943, Kannangara also launched an annual scholarship program, which provided the opportunity for the 20 best performers of the scholarship exam to get free board and lodging in Central School hostels.
During his 16-year period as Minister of Education, he also upgraded ancient pirivenas, educational establishments for Buddhist monks and took steps to abolish the two tier school system where English was taught to privileged students and the vernacular language was taught to the rural masses. While he laid emphasis on teaching Swabasha'' (native languages) in schools, he also advised that students should learn English to compete in the modern world. Kannangara was a strong supporter for the establishment of the University of Ceylon, with the University Bill establishing it being passed by the State Council on 1 March 1942. In the first convocation of the University of Ceylon, Kannangara was conferred a LLD (Honoris Causa) in recognition of his services to education.
Opposition
Kannangara faced significant opposition to his move to establish free education in the country, especially from some sections of the socially and economically privileged groups that enjoyed significant advantages. Significantly, this included a number of C.W.W Kannangara's political colleagues, including D.S. Senanayake, the first Prime Minister of Sri Lanka. Kannangara spoke for six and a half hours to convince other members of the council to vote for the bill, and was supported in his efforts by H. W. Amarasuriya, Dudley Senanayake, J. R. Jayewardene, Sir Oliver Goonetilleke, Dr. N. M. Perera and others. There was also a public campaign launched by E. W. Adikaram, G.P. Malalasekera and L. H. Metthananda to support the bill, which was eventually passed by the State Council in July 1945.
Post Independence
His achievements in the State Council in the field of Education did not however translate to popularity among the people of his electorate, and he lost his seat in parliament in the General Elections of 1947. He was defeated in the poll for the Matugama electorate by Wilmot A. Perera, the founder of the popular local school Sri Palee College. Kannangara was then appointed Ceylon's Consul General to Indonesia, a post in which he served from 1950 to 1952. He returned to politics again, and was elected to the Parliament of Ceylon from the Agalawatta electorate in the 1952 general elections, defeating S.A. Silva. He was appointed Minister of Housing and Local Government in the new cabinet of Dudley Senanayake and served as the Chief Government Whip. He was most possibly denied the position of Cabinet Minister of Education as some leading figures in the government did not wish to give him the opportunity to carry forward further reforms to the education system.
He was a strong supporter of the cause to spread Buddhism in the West then gaining increasing public support in Sri Lanka in the immediate post - independence period. At a Public Meeting held at Ananda College, Colombo on 30 May 1953 which was presided by Hon. C.W.W.Kannangara, then Minister of Local Government, to make public the findings of the survey carried out by Asoka Weeraratna (Founder and Hony. Secretary of the Lanka Dhammaduta Society - later known as the German Dharmaduta Society) on the current state of Buddhist activities in Germany and the prospects for a Buddhist Mission to Germany before the Buddha Jayanthi celebrations in 1956, Hon. C.W.W. Kannangara moved the following Motion: " This House is of the opinion that the public of Ceylon should fully support the efforts of the Lanka Dhammaduta Society for the establishment of the Sambuddhasasana in Germany and propagate Buddhism in Europe ". The Hon. C.W.W.Kannangara further said that the Lanka Dhammaduta Society was going to serve one of the greatest causes of Buddhism launched after the Great Emperor Asoka of India. He therefore urged that all Buddhists should back the Society in every way in order to help it to establish the Buddhasasana firmly in Germany He showed his unstinting support for the cause of Buddhist missionary work in the West by attending several of the public meetings of this Society namely the launch of the One Million Rupee Fund (Dasa Laksha Aramudala) held at the Colombo Town Hall on 6 September 1954 which was presided by Hon. Dudley Senanayake (then an ex Prime Minister of Ceylon) and the opening of the new Headquarters of the German Dharmaduta Society at 417, Bullers Road, Colombo 07, by Hon. S.W.R.D Bandaranaike, then Prime Minister of Ceylon, on 7 August 1956. Hon. C.W.W. Kannangara, in his capacity as the Minister of Local Government attended the opening ceremony of the Sixth Buddhist Council in Rangoon, Burma which commenced on 17 May 1954 and he read out the Message of Right Hon. Sir John Kotelawala, then Prime Minister of Ceylon, welcoming the inauguration of the Sixth Buddhist Council.
C.W.W. Kannangara retired from active politics in 1956. In 1961, he was awarded a DLitt by the Vidyodaya University. He died on 23 September 1969 at the Colombo General Hospital. His remains were cremated according to traditional Buddhist rites at the Anderson Golf Links which later became the site of the Bandaranaike Memorial International Conference Hall (BMICH) at Bauddhaloka Mawatha, Colombo 07. There are a number of institutions named after him in Sri Lanka.
A statue of C. W. W. Kannangara has been erected at the Parakramabahu Central College in Polgahawela. A new book under the title 'No Pearl of Greater Price' being a biography of C.W.W Kannangara written by the erudite Buddhist Scholar Dr. Ananda Guruge was released on 28 December 2013 at a public meeting held at the All Ceylon Buddhist Congress Auditorium
Family
He married Edith Weerasooria, daughter of Gate Mudliyar James Charles Weerasooria, Mudliyar of the Kandy Kachcheri and the aunt of N.E.Weerasooria, QC of Lake Cottage, Kandy on 4 December 1922. They had two children, a son Dr. Chithraranjan Swarajweera Wijekoon Kannangara, a Consultant Gynecologist and a daughter Kusumawathi Wijekoon Senevirathne -nee Kannangara.
See also
Education in Sri Lanka
Sri Lankan Non Career Diplomats
W. A. de Silva
References
External links
Ministry of Education, Sri Lanka
CWW Kannangara central college, Mathugama (First Central College in Sri Lanka)
LMDs 50 greatest Sri Lankans since independence
Ambassador to Indonesia
Methek Kathawa 1 Divaina
Methek Kathawa 2 Divaina
ශ්රී ලංකාවේ බිහිවූ එකම දාර්ශනික අධ්යාපන අමාත්යවරයා
1884 births
1969 deaths
National Heroes of Sri Lanka
Local government and provincial councils ministers of Sri Lanka
United National Party politicians
Ambassadors of Sri Lanka to Indonesia
Sri Lankan educational theorists
Members of the Legislative Council of Ceylon
Members of the 1st State Council of Ceylon
Members of the 2nd State Council of Ceylon
Members of the 2nd Parliament of Ceylon
Alumni of Richmond College, Galle
People from Ambalangoda
Chief Government Whips (Sri Lanka)
Sri Lankan Buddhists
Ceylonese proctors
Sri Lankan academics
Academics from Galle
People from Galle
|
```java
package com.yahoo.vespa.indexinglanguage.expressions;
import com.yahoo.document.DataType;
import com.yahoo.document.datatypes.FieldValue;
import com.yahoo.document.datatypes.LongFieldValue;
import com.yahoo.document.datatypes.StringFieldValue;
import com.yahoo.vespa.indexinglanguage.SimpleTestAdapter;
import org.junit.Test;
import static com.yahoo.vespa.indexinglanguage.expressions.ExpressionAssert.assertVerify;
import static com.yahoo.vespa.indexinglanguage.expressions.ExpressionAssert.assertVerifyThrows;
import static org.junit.Assert.*;
/**
* @author Simon Thoresen Hult
*/
public class ToLongTestCase {
@Test
public void requireThatHashCodeAndEqualsAreImplemented() {
Expression exp = new ToLongExpression();
assertFalse(exp.equals(new Object()));
assertEquals(exp, new ToLongExpression());
assertEquals(exp.hashCode(), new ToLongExpression().hashCode());
}
@Test
public void requireThatExpressionCanBeVerified() {
Expression exp = new ToLongExpression();
assertVerify(DataType.INT, exp, DataType.LONG);
assertVerify(DataType.STRING, exp, DataType.LONG);
assertVerifyThrows(null, exp, "Expected any input, but no input is specified");
}
@Test
public void requireThatValueIsConverted() {
ExecutionContext ctx = new ExecutionContext(new SimpleTestAdapter());
ctx.setValue(new StringFieldValue("69")).execute(new ToLongExpression());
FieldValue val = ctx.getValue();
assertTrue(val instanceof LongFieldValue);
assertEquals(69L, ((LongFieldValue)val).getLong());
}
}
```
|
```shell
#!/usr/bin/env bash
echo "Install misspell, goreportcard, gometalinter and godep"
go get github.com/client9/misspell/cmd/misspell
go get github.com/gojp/goreportcard
go get github.com/alecthomas/gometalinter
go get github.com/tools/godep
echo "Setup Path"
BIN_FOLDER=${GO_SPACE}/vendor/bin
LOCAL_REPORT_CARD_SRC_OVERRIDE=${GO_SPACE}/Tools/src/goreportcard/checks.go
SOURCE_FOLDER=${GO_SPACE}/vendor/src/github.com/gojp/goreportcard
REPOS_PACKAGE=${SOURCE_FOLDER}/repos/src/github.com/aws/amazon-ssm-agent
PATH=${BIN_FOLDER}:${PATH}
echo "Replace gojp/goreportcard/handlers/checks.go with local copy"
cp ${LOCAL_REPORT_CARD_SRC_OVERRIDE} ${SOURCE_FOLDER}/handlers/checks.go
echo "Install gometalinter dependency"
${BIN_FOLDER}/gometalinter --install --update
${BIN_FOLDER}/godep save
echo "Copy amazon-ssm-agent package to the gocardreport repos directory"
rm -rf ${REPOS_PACKAGE}
mkdir -p ${REPOS_PACKAGE}
cp -R ${GO_SPACE}/agent ${REPOS_PACKAGE}/agent/
echo "Start up goreportcard"
cd ${SOURCE_FOLDER}
${BIN_FOLDER}/godep go run main.go
```
|
```javascript
import { shared } from 'rax';
import isValidElement from 'rax-is-valid-element';
const { Host, Element, flattenChildren } = shared;
const RESERVED_PROPS = {
key: true,
ref: true,
};
export default function cloneElement(element, config, ...children) {
if (!isValidElement(element)) {
throw Error('cloneElement: not a valid element.');
}
// Original props are copied
const props = Object.assign({}, element.props);
// Reserved names are extracted
let key = element.key;
let ref = element.ref;
// Owner will be preserved, unless ref is overridden
let owner = element._owner;
if (config) {
// Should reset ref and owner if has a new ref
if (config.ref !== undefined) {
ref = config.ref;
owner = Host.owner;
}
if (config.key !== undefined) {
key = String(config.key);
}
// Resolve default props
let defaultProps;
if (element.type && element.type.defaultProps) {
defaultProps = element.type.defaultProps;
}
// Remaining properties override existing props
let propName;
for (propName in config) {
if (config.hasOwnProperty(propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
if (config[propName] === undefined && defaultProps !== undefined) {
// Resolve default props
props[propName] = defaultProps[propName];
} else {
props[propName] = config[propName];
}
}
}
}
if (children.length) {
props.children = flattenChildren(children);
}
return new Element(
element.type,
key,
ref,
props,
owner
);
};
```
|
The Hatteras Weather Bureau Station is a wood-frame building in Hatteras, North Carolina built in 1901 for what was then called the U.S. Weather Bureau. The then-remote location on the Outer Banks of North Carolina provided data on conditions in the Atlantic Ocean from a fixed location that was farther into the ocean environment than any on the Atlantic coast. The building served as a weather station from 1902 to 1946, when it was converted to living quarters for Weather Bureau personnel. In 1952 the property was turned over to the U.S. Coast Guard, which used it until 1958, when it was transferred to the National Park Service for use by Cape Hatteras National Seashore. From 1958 to 1976 the building was used as a research station, first by Duke University and later by North Carolina State University for investigations concerning marine invertebrates.
It was listed on the National Register of Historic Places in 1978.
References
Government buildings on the National Register of Historic Places in North Carolina
Buildings and structures in Dare County, North Carolina
Government buildings completed in 1901
National Weather Service
Meteorological stations
Cape Hatteras National Seashore
National Register of Historic Places in Dare County, North Carolina
|
Big Time is a 1977 American film directed by Andrew Georgias. Its budget was £300,000, provided entirely by Motown Records. The story was written by Anton Diether, Leon Isaac Kennedy (billed as Leon Isaac), Christipher Joy, and Smokey Robinson, based on an original idea by Andrew Georgias and Louis Gross.
The film was scored by Smokey Robinson, and spawned a popular soundtrack album.
Cast
Christipher Joy
Tobar Mayo
Jayne Kennedy
Roger E. Mosley
References
External links
Big Time at IMDb
Big Time at Letterbox DVD
1977 crime drama films
1977 films
|
```javascript
/* your_sha256_hash--------------
*
* # D3.js - basic donut chart
*
* Demo d3.js donut chart setup with .csv data source
*
* Version: 1.0
* Latest update: August 1, 2015
*
* your_sha256_hash------------ */
$(function () {
// Initialize chart
donutBasic('#d3-donut-basic', 120);
// Chart setup
function donutBasic(element, radius) {
// Basic setup
// ------------------------------
// Colors
var color = d3.scale.category20();
// Create chart
// ------------------------------
// Add SVG element
var container = d3.select(element).append("svg");
// Add SVG group
var svg = container
.attr("width", radius * 2)
.attr("height", radius * 2)
.append("g")
.attr("transform", "translate(" + radius + "," + radius + ")");
// Construct chart layout
// ------------------------------
// Arc
var arc = d3.svg.arc()
.outerRadius(radius)
.innerRadius(radius / 1.75);
// Pie
var pie = d3.layout.pie()
.sort(null)
.value(function(d) { return d.population; });
// Load data
// ------------------------------
d3.csv("assets/demo_data/d3/pies/pies_basic.csv", function(error, data) {
// Pull out values
data.forEach(function(d) {
d.population = +d.population;
});
//
// Append chart elements
//
// Bind data
var g = svg.selectAll(".d3-arc")
.data(pie(data))
.enter()
.append("g")
.attr("class", "d3-arc");
// Add arc path
g.append("path")
.attr("d", arc)
.style("stroke", "#fff")
.style("fill", function(d) { return color(d.data.age); });
// Add text labels
g.append("text")
.attr("transform", function(d) { return "translate(" + arc.centroid(d) + ")"; })
.attr("dy", ".35em")
.style("fill", "#fff")
.style("font-size", 12)
.style("text-anchor", "middle")
.text(function(d) { return d.data.age; });
});
}
});
```
|
```javascript
global.process = { __proto__: process, pid: 123456 }
Date.now = function () { return 1459875739796 }
require('node:os').hostname = function () { return 'abcdefghijklmnopqr' }
const pino = require(require.resolve('./../../'))
const asyncLogger = pino(pino.destination({ minLength: 4096, sync: false }))
asyncLogger.info('h')
```
|
Yukarıkaraaşık is a village in the Yenice District of Çanakkale Province in Turkey. Its population is 97 (2021).
References
Villages in Yenice District, Çanakkale
|
Roy Lister Robinson, Baron Robinson, (8 March 1883 – 5 September 1952), known as Sir Roy Robinson between 1931 and 1947, was a British forester and public servant.
Background and education
Robinson was born in Macclesfield, South Australia, the son of William Robinson. He won an exhibition to the Collegiate School of St Peter, Adelaide, in 1896. Whilst at school he played cricket for the school team.
He entered the School of Mines and Industries in 1900 to study mining engineering, and combined study for its fellowship diploma (passing eleven subjects with distinction in one year) with his course at the University of Adelaide (BSc, 1905).
He was awarded a Rhodes scholarship in 1905 (the second from South Australia) to Magdalen College, Oxford, where he graduated with a B.A. in 1908. He obtained first-class honours (1907) in natural science (geology) and the diploma (1908), with distinction, in forestry (under Sir William Schlich), also representing the university in cricket, athletics and lacrosse. He played in 12 first-class cricket matches for the University side during 1908 and 1909, winning a Blue in both years as well as playing against the touring Australians in 1909. In 1910 he played for the Gentlemen of England amateur side against the university, his final first-class match. Primarily a bowler, he took 44 first-class wickets.
Career
In 1909 Robinson was appointed assistant inspector for forestry at the Board of Agriculture and Fisheries, London, and laid the foundations of what was to become an unrivalled knowledge of the forests and forestry of Britain. He was largely responsible for the report which led to the establishment of the Forestry Commission in 1919 and his appointment as its technical commissioner. He became vice-chairman of the commission in 1929, and chairman in 1932, holding that office until he died.
He was appointed an Officer of the Order of the British Empire (OBE) in 1918, knighted in 1931 and raised to the peerage as Baron Robinson, of Kielder Forest in the County of Northumberland and of Adelaide in the Commonwealth of Australia, in 1947.
Robinson was one of the founders of the Society of Foresters of Great Britain and first president and first recipient of its medal (1947) for eminent services to British forestry. He was an honorary member (1940) of the Society of American Foresters and the Institute of Foresters of Australia; corresponding member (1947) of the Académie d'Agriculture de France; and an honorary LL.D. of the University of Aberdeen.
Family
Lord Robinson married Charlotte Marion, daughter of Henry Cust Bradshaw, on 26 November 1910 at St James' Church, Marylebone, London. They had one son, Michael Lister Robinson, who was killed on active service in 1942, and two daughters.
Death
Lord Robinson died of pneumonia while attending the British Commonwealth Forestry Conference in Ottawa on 5 September 1952, aged 69. As his only son had predeceased him, the barony died with him.
References
External links
Roy Robinson bio, Australian Dictionary of Biography, ANU.edu.au
1950 photo of Roy Robinson, Forestry-memories.org.uk
Leaders in their fields, Adelaide.edu.au
1883 births
1952 deaths
Australian Rhodes Scholars
University of Adelaide alumni
Alumni of Magdalen College, Oxford
British foresters
Australian Knights Bachelor
Australian life peers
Australian Officers of the Order of the British Empire
People educated at St Peter's College, Adelaide
English cricketers
Oxford University cricketers
Gentlemen of England cricketers
Knights Bachelor
Australian emigrants to England
Barons created by George VI
|
Reinelde Knapp (born 8 February 1933) is an Austrian athlete. She competed in the women's high jump at the 1956 Summer Olympics.
References
1933 births
Living people
Athletes (track and field) at the 1956 Summer Olympics
Austrian female high jumpers
Olympic athletes for Austria
Sportspeople from Vorarlberg
People from Bludenz District
|
```css
.ingress-rules .bordered {
border: 1px solid var(--border-color);
border-radius: 5px;
}
.ingress-rules .rule {
background-color: var(--bg-body-color);
}
.anntation-actions button > span,
.rules-action button > span,
.rule button > span {
display: inline-flex;
align-items: center;
gap: 5px;
}
.error-inline {
display: block;
}
.error-inline svg {
margin-right: 5px;
}
.error-inline svg,
.error-inline span {
display: inline;
}
```
|
Serene Watson (born 3 November 2001) is an Australian rules footballer playing for St Kilda in the AFL Women's competition (AFLW). She has previously played for the Gold Coast.
Early life
Watson was born in Sydney, New South Wales and moved to the Gold Coast at eight years of age. She attended Helensvale State High School throughout her upbringing and began playing junior football with the Broadbeach Cats. She later switched to play for the Bond University and became a dual All-Australian at the under-18 level in 2018 and 2019. Watson signed with the Gold Coast Suns Academy.
AFLW career
Watson became the first women's player ever drafted by the Gold Coast Suns when she was selected with the 18th pick in the 2019 AFL Women's draft. She made her AFLW debut against Greater Western Sydney in round 1 of the 2020 AFL Women's season.
At the end of season seven, Watson was traded to St Kilda as part of a five-club deal.
Personal life
Watson's partner Kade Nanscawen is a well known talent scout for the Gold Coast Suns.
Watson is also very well known for her twitch Fortnite streaming under the alias “Sniper Serene”.
Statistics
Statistics are correct to the end of the 2020 season.
|- style="background-color:#EAEAEA"
! scope="row" style="text-align:center" | 2020
|
| 14 || 7 || 0 || 0 || 49 || 16 || 65 || 6 || 16 || 0.0 || 0.0 || 7.0 || 2.3 || 9.3 || 0.9 || 2.3 ||
|- class="sortbottom"
! colspan=3 | Career
! 7
! 0
! 0
! 49
! 16
! 65
! 6
! 16
! 0.0
! 0.0
! 7.0
! 2.3
! 9.3
! 0.9
! 2.3
!
|}
References
External links
2001 births
Living people
Australian rules footballers from the Gold Coast, Queensland
Sportswomen from Queensland
Gold Coast Football Club (AFLW) players
Lesbian sportswomen
Australian LGBT sportspeople
Australian lesbians
LGBT players of Australian rules football
|
William Cloud "Will" Robinson Jr. is a Republican member of the Florida Legislature representing the state's 71st House district, which includes parts of Manatee and Sarasota counties.
Florida House of Representatives
Robinson defeated Democrat Tracy Pratt in the November 6, 2018 general election, winning 55.59% of the vote.
References
1975 births
21st-century American politicians
Living people
Republican Party members of the Florida House of Representatives
Stetson University College of Law alumni
University of Notre Dame alumni
|
The Ultimate Hits Collection is a compilation album by country pop singer Juice Newton. It was released by Fuel Records in 2011. All ten tracks from Newton's 1998 album The Trouble With Angels were included in this release (in remixed form) along with ten other recordings from various other Newton albums and one new track. An iTunes edition added two more tracks.
Overview
Background
Juice Newton began her recording career in 1975 but did not achieve major stardom until the release of her 1981 album Juice. The album was a crossover success and yielded three hit singles, "Angel of the Morning", "Queen of Hearts", and "The Sweetest Thing (I've Ever Known)". The last of these peaked at number one on the Billboard Country Chart. She followed Juice with Quiet Lies (1982), an album that brought her two more hits, "Love's Been a Little Bit Hard on Me" and "Break It to Me Gently", of which the latter earned her the Grammy Award for Best Country Vocal Performance, Female. Newton's 1985 album Old Flame was her country breakthrough, spawning three number one hits "You Make Me Want to Make You Mine", "Hurt", and the duet with Eddie Rabbitt "Both to Each Other (Friends & Lovers)" and also three additional Top Ten hits: "Old Flame", "Cheap Love", and "What Can I Do with My Heart". After two more albums (Emotion and Ain't Gonna Cry) Newton concentrated more on concert performing.
Newton returned to recording in 1998 with her album The Trouble With Angels, a collection made up largely of new renditions of her previous hits. The following year she released American Girl. In the mid-1990s Newton began recording a series of duets. Initially these were conceived to be a double album that would be released via a television infomercial. However legal problems kept them from being officially issued for many years. What finally emerged was a single disc collection of 10 songs released in 2010 as Duets: Friends & Memories. In the meantime, Newton made a concert video, Every Road Leads Back to You, and a Christmas album, The Gift of Christmas.
Ultimate Hits
Juice Newton's The Ultimate Hits Collection was released as a budget-priced anthology by Fuel Records on July 7, 2011. For the album's content Fuel used all ten tracks from The Trouble With Angels thus rejecting many of Newton's actual hits by including later re-recordings in their place. Therefore this collection does not contain any of the recordings from her "breakthrough" album Juice. The only vintage hit records included are "Hurt", "Tell Her No", "Heart of the Night", and "A Little Love" from, respectively, the Old Flame, Dirty Looks, Quiet Lies, and Can't Wait All Night albums. Four songs from American Girl along with a duet with Willie Nelson from Duets: Friends & Memories are also included. The only previously unreleased recording in the collection is "Sweet Sweet Smile", a song written by Newton with her long-time collaborator Otha Young that had been a minor hit for The Carpenters in 1978.
The Ultimate Hits Collection has been made available from iTunes with two extra songs taken from The Gift of Christmas.
Track listing
References
2011 compilation albums
Juice Newton albums
|
```javascript
"Hello\1World"
```
|
```smalltalk
/*
* Texturing.cs
*
*/
using System;
namespace LLGLExamples
{
public abstract class ExampleBase
{
sealed class MyEventListener : LLGL.Window.EventListener
{
private ExampleBase App { get; set; }
public MyEventListener(ExampleBase app)
{
App = app;
}
public override void OnKeyDown(LLGL.Window sender, LLGL.Key keyCode)
{
if (keyCode == LLGL.Key.Escape)
{
sender.PostQuit();
}
}
public override void OnResize(LLGL.Window sender, LLGL.Extent2D clientAreaSize)
{
App.OnResize(clientAreaSize);
App.OnDrawFrame();
}
};
protected static readonly LLGL.Color bgColor = new LLGL.Color(0.1f, 0.1f, 0.2f);
protected static readonly LLGL.Extent2D initialResolution = new LLGL.Extent2D(800, 600);
protected LLGL.RenderingDebugger Debugger { get; private set; } = new LLGL.RenderingDebugger();
protected LLGL.RenderSystem Renderer { get; private set; }
protected LLGL.CommandBuffer CmdBuffer { get; private set; }
protected LLGL.SwapChain SwapChain { get; private set; }
protected LLGL.Viewport FullViewport
{
get
{
var resolution = SwapChain.Resolution;
return new LLGL.Viewport(0, 0, (float)resolution.Width, (float)resolution.Height);
}
}
private static void PrintRendererInfo(LLGL.RendererInfo info)
{
Console.WriteLine($"Renderer: {info.RendererName}");
Console.WriteLine($"Device: {info.DeviceName}");
Console.WriteLine($"Vendor: {info.VendorName}");
Console.WriteLine($"Shading Language: {info.ShadingLanguageName}");
}
static string GetSelectedRendererModule(string[] args)
{
foreach (string arg in args)
{
switch (arg)
{
case "d3d11": return "Direct3D11";
case "d3d12": return "Direct3D12";
case "gl": return "OpenGL";
case "vk": return "Vulkan";
}
}
return "Direct3D11";
}
public int Run(string title, string[] args)
{
// Configure example by input arguments
Func<string, bool> HasArgument = (string search) =>
{
foreach (string arg in args)
{
if (arg == search)
{
return true;
}
}
return false;
};
string rendererModule = ExampleBase.GetSelectedRendererModule(args);
bool useDebugger = HasArgument("-d") || HasArgument("--debug");
var report = new LLGL.Report();
Renderer = LLGL.RenderSystem.Load(new LLGL.RenderSystemDescriptor(rendererModule, debugger: useDebugger ? Debugger : null), report);
if (Renderer == null)
{
Console.Write(report.ToString());
return 1;
}
var swapChainDesc = new LLGL.SwapChainDescriptor(resolution: initialResolution, samples: 8);
swapChainDesc.DebugName = "MySwapChain";
SwapChain = Renderer.CreateSwapChain(swapChainDesc);
ExampleBase.PrintRendererInfo(Renderer.RendererInfo);
// Create command buffer
CmdBuffer = Renderer.CreateCommandBuffer(new LLGL.CommandBufferDescriptor() { Flags = LLGL.CommandBufferFlags.ImmediateSubmit });
CmdBuffer.DebugName = "MyCommandBuffer";
// Create resources
OnInitialize();
// Change window title and register event listener
var window = SwapChain.Surface.AsWindow();
window.AddEventListener(new MyEventListener(this));
window.Title = $"LLGL C# Example: {title} ( {Renderer.RendererInfo.RendererName} )";
window.Show();
// Main loop
while (LLGL.Surface.ProcessEvents() && !window.HasQuit)
{
//Debugger.TimeRecording = true;
OnDrawFrame();
SwapChain.Present();
var frameProfile = Debugger.FlushProfile();
}
return 0;
}
protected abstract void OnInitialize();
public abstract void OnDrawFrame();
public virtual void OnResize(LLGL.Extent2D resolution) { }
}
}
// ================================================================================
```
|
```prolog
#!/usr/bin/perl
#
# Regenerate (overwriting only if changed):
#
# lib/warnings.pm
# warnings.h
#
# from information hardcoded into this script (the $WARNING_TREE hash), plus the
# template for warnings.pm in the DATA section.
#
# When changing the number of warnings, t/op/caller.t should change to
# correspond with the value of $BYTES in lib/warnings.pm
#
# With an argument of 'tree', just dump the contents of $WARNING_TREE and exits.
# Also accepts the standard regen_lib -q and -v args.
#
# This script is normally invoked from regen.pl.
$VERSION = '1.65';
BEGIN {
require './regen/regen_lib.pl';
push @INC, './lib';
}
use strict ;
sub DEFAULT_ON () { 1 }
sub DEFAULT_OFF () { 2 }
# Define the hierarchy of warnings.
#
# Each level in the tree is a hash which lists the names of all the
# children below that level. Each child is an array consisting of the
# version when that warnings category was introduced and, if a terminal
# category, whether that warning is on by default; otherwise a ref to
# another hash of children.
#
# Note that the version numbers are currently only used to sort and to
# generate code comments in the output files.
#
# Note that warning names aren't hierarchical; by having 'pipe' as a child
# of 'io', a warnings category called 'io::pipe' is NOT automatically
# created. But the warnings category 'io' WILL include all the mask bits
# necessary to turn on 'pipe', 'unopened' etc.
our $WARNING_TREE = {
'all' => [ 5.008, {
'io' => [ 5.008, {
'pipe' => [ 5.008, DEFAULT_OFF],
'unopened' => [ 5.008, DEFAULT_OFF],
'closed' => [ 5.008, DEFAULT_OFF],
'newline' => [ 5.008, DEFAULT_OFF],
'exec' => [ 5.008, DEFAULT_OFF],
'layer' => [ 5.008, DEFAULT_OFF],
'syscalls' => [ 5.019, DEFAULT_OFF],
}],
'syntax' => [ 5.008, {
'ambiguous' => [ 5.008, DEFAULT_OFF],
'semicolon' => [ 5.008, DEFAULT_OFF],
'precedence' => [ 5.008, DEFAULT_OFF],
'bareword' => [ 5.008, DEFAULT_OFF],
'reserved' => [ 5.008, DEFAULT_OFF],
'digit' => [ 5.008, DEFAULT_OFF],
'parenthesis' => [ 5.008, DEFAULT_OFF],
'printf' => [ 5.008, DEFAULT_OFF],
'prototype' => [ 5.008, DEFAULT_OFF],
'qw' => [ 5.008, DEFAULT_OFF],
'illegalproto' => [ 5.011, DEFAULT_OFF],
}],
'severe' => [ 5.008, {
'inplace' => [ 5.008, DEFAULT_ON],
'internal' => [ 5.008, DEFAULT_OFF],
'debugging' => [ 5.008, DEFAULT_ON],
'malloc' => [ 5.008, DEFAULT_ON],
}],
'deprecated' => [ 5.008, DEFAULT_ON, {
'deprecated::goto_construct' => [ 5.011003, DEFAULT_ON],
'deprecated::unicode_property_name' => [ 5.011003, DEFAULT_ON],
'deprecated::dot_in_inc' => [ 5.025011, DEFAULT_ON],
'deprecated::version_downgrade' => [ 5.035009, DEFAULT_ON],
'deprecated::delimiter_will_be_paired' => [ 5.035010, DEFAULT_ON],
'deprecated::apostrophe_as_package_separator'
=> [ 5.037009, DEFAULT_ON],
'deprecated::smartmatch' => [ 5.037010, DEFAULT_ON],
}],
'void' => [ 5.008, DEFAULT_OFF],
'recursion' => [ 5.008, DEFAULT_OFF],
'redefine' => [ 5.008, DEFAULT_OFF],
'numeric' => [ 5.008, DEFAULT_OFF],
'uninitialized' => [ 5.008, DEFAULT_OFF],
'once' => [ 5.008, DEFAULT_OFF],
'misc' => [ 5.008, DEFAULT_OFF],
'regexp' => [ 5.008, DEFAULT_OFF],
'glob' => [ 5.008, DEFAULT_ON],
'untie' => [ 5.008, DEFAULT_OFF],
'substr' => [ 5.008, DEFAULT_OFF],
'taint' => [ 5.008, DEFAULT_OFF],
'signal' => [ 5.008, DEFAULT_OFF],
'closure' => [ 5.008, DEFAULT_OFF],
'overflow' => [ 5.008, DEFAULT_OFF],
'portable' => [ 5.008, DEFAULT_OFF],
'utf8' => [ 5.008, {
'surrogate' => [ 5.013, DEFAULT_OFF],
'nonchar' => [ 5.013, DEFAULT_OFF],
'non_unicode' => [ 5.013, DEFAULT_OFF],
}],
'exiting' => [ 5.008, DEFAULT_OFF],
'pack' => [ 5.008, DEFAULT_OFF],
'unpack' => [ 5.008, DEFAULT_OFF],
'threads' => [ 5.008, DEFAULT_OFF],
'imprecision' => [ 5.011, DEFAULT_OFF],
'experimental' => [ 5.017, {
'experimental::lexical_subs' =>
[ 5.017, DEFAULT_ON ],
'experimental::regex_sets' =>
[ 5.017, DEFAULT_OFF ],
'experimental::smartmatch' =>
[ 5.017, DEFAULT_ON ],
'experimental::postderef' =>
[ 5.019, DEFAULT_ON ],
'experimental::signatures' =>
[ 5.019, DEFAULT_ON ],
'experimental::refaliasing' =>
[ 5.021, DEFAULT_ON ],
'experimental::re_strict' =>
[ 5.021, DEFAULT_ON ],
'experimental::const_attr' =>
[ 5.021, DEFAULT_ON ],
'experimental::bitwise' =>
[ 5.021, DEFAULT_ON ],
'experimental::declared_refs' =>
[ 5.025, DEFAULT_ON ],
'experimental::script_run' =>
[ 5.027, DEFAULT_ON ],
'experimental::alpha_assertions' =>
[ 5.027, DEFAULT_ON ],
'experimental::private_use' =>
[ 5.029, DEFAULT_ON ],
'experimental::uniprop_wildcards' =>
[ 5.029, DEFAULT_ON ],
'experimental::vlb' =>
[ 5.029, DEFAULT_ON ],
'experimental::isa' =>
[ 5.031, DEFAULT_ON ],
'experimental::try' =>
[ 5.033, DEFAULT_ON ],
'experimental::defer' =>
[ 5.035, DEFAULT_ON ],
'experimental::for_list' =>
[ 5.035, DEFAULT_ON ],
'experimental::builtin' =>
[ 5.035, DEFAULT_ON ],
'experimental::args_array_with_signatures' =>
[ 5.035, DEFAULT_ON],
'experimental::extra_paired_delimiters' =>
[ 5.035, DEFAULT_ON],
'experimental::class' =>
[ 5.037, DEFAULT_ON ],
}],
'missing' => [ 5.021, DEFAULT_OFF],
'redundant' => [ 5.021, DEFAULT_OFF],
'locale' => [ 5.021, DEFAULT_ON],
'shadow' => [ 5.027, DEFAULT_OFF],
'scalar' => [ 5.035, DEFAULT_OFF],
#'default' => [ 5.008, DEFAULT_ON ],
}]};
my @DEFAULTS; # List of category numbers which are DEFAULT_ON
# for each category name, list which category number(s)
# it enables; e.g.
my %CATEGORIES; # { 'name' => [ 1,2,5], ... }
my %VALUE_TO_NAME; # (index_number => [ 'NAME', version ], ...);
my %NAME_TO_VALUE; # ('NAME' => index_number, ....);
# the experiments were successful (or abandonned),
# so no warning bit is needed anymore
my %NO_BIT_FOR = map { ( uc $_ => 1, $_ => 1 ) } qw(
experimental::lexical_subs
experimental::postderef
experimental::signatures
experimental::bitwise
experimental::alpha_assertions
experimental::script_run
experimental::isa
experimental::smartmatch
);
###########################################################################
# Generate a hash with keys being the version number and values
# being a list of node names with that version, e.g.
#
# { '5.008' => [ 'all', 'closure', .. ], 5.021' => .... }
#
# A ref to the (initially empty) hash is passed as an arg, which is
# recursively populated
sub valueWalk
{
my ($tree, $v_list) = @_;
my ($k, $v) ;
foreach $k (sort keys %$tree) {
$v = $tree->{$k};
die "Value associated with key '$k' is not an ARRAY reference"
if !ref $v || ref $v ne 'ARRAY' ;
my ($ver, $rest, $rest2) = @{ $v } ;
my $ref = ref $rest ? $rest : $rest2;
push @{ $v_list->{$ver} }, $k;
if (ref $ref)
{ valueWalk ($ref, $v_list) }
}
}
# Assign an index number to each category, ordered by introduced-version.
# Populate:
#
# %VALUE_TO_NAME = (index_number => [ 'NAME', version ], ...);
# %NAME_TO_VALUE = ('NAME' => index_number, ....);
#
# Returns count of categories.
sub orderValues
{
my ($tree) = @_;
my %v_list;
valueWalk($tree, \%v_list);
my $index = 0;
foreach my $ver ( sort { $a <=> $b } keys %v_list ) {
foreach my $name (@{ $v_list{$ver} } ) {
next if $NO_BIT_FOR{$name};
$VALUE_TO_NAME{ $index } = [ uc $name, $ver ] ;
$NAME_TO_VALUE{ uc $name } = $index ++ ;
}
}
return $index ;
}
###########################################################################
# Recurse the tree and populate
# %CATEGORIES
# %DEFAULTS
sub walk
{
my $tree = shift ;
my @list = () ;
my ($k, $v) ;
foreach $k (sort keys %$tree) {
$v = $tree->{$k};
die "duplicate key $k\n" if defined $CATEGORIES{$k} ;
next if $NO_BIT_FOR{$k};
die "Can't find key '$k'"
if ! defined $NAME_TO_VALUE{uc $k} ;
push @{ $CATEGORIES{$k} }, $NAME_TO_VALUE{uc $k} ;
die "Value associated with key '$k' is not an ARRAY reference"
if !ref $v || ref $v ne 'ARRAY' ;
my ($ver, $rest, $rest2) = @{ $v } ;
my $ref = ref $rest ? $rest : $rest2;
if (!ref $rest and $rest == DEFAULT_ON)
{ push @DEFAULTS, $NAME_TO_VALUE{uc $k} }
if (ref $ref)
{ push (@{ $CATEGORIES{$k} }, walk ($ref)) }
push @list, @{ $CATEGORIES{$k} } ;
}
return @list ;
}
###########################################################################
# convert a list like (1,2,3,7,8) into a string like '1..3,7,8'
sub mkRange
{
my @in = @_ ;
my @out = @in ;
for my $i (1 .. @in - 1) {
$out[$i] = ".."
if $in[$i] == $in[$i - 1] + 1
&& ($i >= @in - 1 || $in[$i] + 1 == $in[$i + 1] );
}
$out[-1] = $in[-1] if $out[-1] eq "..";
my $out = join(",",@out);
$out =~ s/,(\.\.,)+/../g ;
return $out;
}
###########################################################################
# return a string containing a visual representation of the warnings tree
# structure.
sub warningsTree
{
my $tree = shift ;
my $prefix = shift ;
my ($k, $v) ;
my $max = (sort {$a <=> $b} map { length $_ } keys %$tree)[-1] ;
my @keys = sort keys %$tree ;
my $rv = '';
while ($k = shift @keys) {
next if $NO_BIT_FOR{$k};
$v = $tree->{$k};
die "Value associated with key '$k' is not an ARRAY reference"
if !ref $v || ref $v ne 'ARRAY' ;
my $offset ;
if ($tree ne $WARNING_TREE) {
$rv .= $prefix . "|\n" ;
$rv .= $prefix . "+- $k" ;
$offset = ' ' x ($max + 4) ;
}
else {
$rv .= $prefix . "$k" ;
$offset = ' ' x ($max + 1) ;
}
my ($ver, $rest, $rest2) = @{ $v } ;
my $ref = ref $rest ? $rest : $rest2;
if (ref $ref)
{
my $bar = @keys ? "|" : " ";
$rv .= " -" . "-" x ($max - length $k ) . "+\n" ;
$rv .= warningsTree ($ref, $prefix . $bar . $offset )
}
else
{ $rv .= "\n" }
}
return $rv;
}
###########################################################################
# common backend for mkHex() and mkOct()
sub mkHexOct
{
my ($f, $max, @bits) = @_ ;
my $mask = "\x00" x $max ;
my $string = "" ;
foreach (@bits) {
vec($mask, $_, 1) = 1 ;
}
foreach (unpack("C*", $mask)) {
if ($f eq 'x') {
$string .= '\x' . sprintf("%2.2x", $_)
}
else {
$string .= '\\' . sprintf("%o", $_)
}
}
return $string ;
}
# Convert a list of bit offsets (0...) into a string containing $max bytes
# of the form "\xMM\xNN...."
sub mkHex
{
my($max, @bits) = @_;
return mkHexOct("x", $max, @bits);
}
# Like mkHex(), but outputs "\o..." instead
sub mkOct
{
my($max, @bits) = @_;
return mkHexOct("o", $max, @bits);
}
###########################################################################
sub main {
if (@ARGV && $ARGV[0] eq "tree")
{
print warningsTree($WARNING_TREE, " ") ;
exit ;
}
my ($warn_h, $warn_pm) = map {
open_new($_, '>', { by => 'regen/warnings.pl' });
} 'warnings.h', 'lib/warnings.pm';
my ($index, $warn_size);
# generate warnings.h
print $warn_h warnings_h_boilerplate_1();
$index = orderValues($WARNING_TREE);
die <<~EOM if $index > 255 ;
Too many warnings categories -- max is 255
rewrite packWARN* & unpackWARN* macros
EOM
walk ($WARNING_TREE) ;
for (my $i = $index; $i & 3; $i++) {
push @{$CATEGORIES{all}}, $i;
}
$index *= 2 ;
$warn_size = int($index / 8) + ($index % 8 != 0) ;
my $k ;
my $last_ver = 0;
my @names;
foreach $k (sort { $a <=> $b } keys %VALUE_TO_NAME) {
my ($name, $version) = @{ $VALUE_TO_NAME{$k} };
print $warn_h "\n/* Warnings Categories added in Perl $version */\n\n"
if $last_ver != $version ;
$name =~ y/:/_/;
$name = "WARN_$name";
print $warn_h tab(6, "#define $name"), " $k\n" ;
push @names, $name;
$last_ver = $version ;
}
print $warn_h tab(6, '#define WARNsize'), " $warn_size\n" ;
print $warn_h tab(6, '#define WARN_ALLstring'), ' "', ('\125' x $warn_size) , "\"\n" ;
print $warn_h tab(6, '#define WARN_NONEstring'), ' "', ('\0' x $warn_size) , "\"\n" ;
print $warn_h warnings_h_boilerplate_2();
print $warn_h "\n\n/*\n" ;
print $warn_h map { "=for apidoc Amnh||$_\n" } @names;
print $warn_h "\n=cut\n*/\n\n" ;
print $warn_h "/* end of file warnings.h */\n";
read_only_bottom_close_and_rename($warn_h);
# generate warnings.pm
while (<DATA>) {
last if /^VERSION$/ ;
print $warn_pm $_ ;
}
print $warn_pm qq(our \$VERSION = "$::VERSION";\n);
while (<DATA>) {
last if /^KEYWORDS$/ ;
print $warn_pm $_ ;
}
$last_ver = 0;
print $warn_pm "our %Offsets = (" ;
foreach my $k (sort { $a <=> $b } keys %VALUE_TO_NAME) {
my ($name, $version) = @{ $VALUE_TO_NAME{$k} };
$name = lc $name;
$k *= 2 ;
if ( $last_ver != $version ) {
print $warn_pm "\n";
print $warn_pm tab(6, " # Warnings Categories added in Perl $version");
print $warn_pm "\n";
}
print $warn_pm tab(6, " '$name'"), "=> $k,\n" ;
$last_ver = $version;
}
print $warn_pm ");\n\n" ;
print $warn_pm "our %Bits = (\n" ;
foreach my $k (sort keys %CATEGORIES) {
my $v = $CATEGORIES{$k} ;
my @list = sort { $a <=> $b } @$v ;
print $warn_pm tab(6, " '$k'"), '=> "',
mkHex($warn_size, map $_ * 2 , @list),
'", # [', mkRange(@list), "]\n" ;
}
print $warn_pm ");\n\n" ;
print $warn_pm "our %DeadBits = (\n" ;
foreach my $k (sort keys %CATEGORIES) {
my $v = $CATEGORIES{$k} ;
my @list = sort { $a <=> $b } @$v ;
print $warn_pm tab(6, " '$k'"), '=> "',
mkHex($warn_size, map $_ * 2 + 1 , @list),
'", # [', mkRange(@list), "]\n" ;
}
print $warn_pm ");\n\n" ;
print $warn_pm "our %NoOp = (\n" ;
foreach my $k ( grep /\A[a-z:_]+\z/, sort keys %NO_BIT_FOR ) {
print $warn_pm tab(6, " '$k'"), "=> 1,\n";
}
print $warn_pm ");\n\n" ;
print $warn_pm "# These are used by various things, including our own tests\n";
print $warn_pm tab(6, 'our $NONE'), '= "', ('\0' x $warn_size) , "\";\n" ;
print $warn_pm tab(6, 'our $DEFAULT'), '= "',
mkHex($warn_size, map $_ * 2, @DEFAULTS),
'"; # [', mkRange(sort { $a <=> $b } @DEFAULTS), "]\n" ;
print $warn_pm tab(6, 'our $LAST_BIT'), '= ' . "$index ;\n" ;
print $warn_pm tab(6, 'our $BYTES'), '= ' . "$warn_size ;\n" ;
while (<DATA>) {
if ($_ eq "=for warnings.pl tree-goes-here\n") {
print $warn_pm warningsTree($WARNING_TREE, " ");
next;
}
print $warn_pm $_ ;
}
read_only_bottom_close_and_rename($warn_pm);
exit(0);
}
main() unless caller();
# your_sha256_hash-
sub warnings_h_boilerplate_1 { return <<'EOM'; }
#define Perl_Warn_Off_(x) ((x) / 8)
#define Perl_Warn_Bit_(x) (1 << ((x) % 8))
#define PerlWarnIsSet_(a, x) ((a)[Perl_Warn_Off_(x)] & Perl_Warn_Bit_(x))
#define G_WARN_OFF 0 /* $^W == 0 */
#define G_WARN_ON 1 /* -w flag and $^W != 0 */
#define G_WARN_ALL_ON 2 /* -W flag */
#define G_WARN_ALL_OFF 4 /* -X flag */
#define G_WARN_ONCE 8 /* set if 'once' ever enabled */
#define G_WARN_ALL_MASK (G_WARN_ALL_ON|G_WARN_ALL_OFF)
#define pWARN_STD NULL
#define pWARN_ALL &PL_WARN_ALL /* use warnings 'all' */
#define pWARN_NONE &PL_WARN_NONE /* no warnings 'all' */
#define specialWARN(x) ((x) == pWARN_STD || (x) == pWARN_ALL || \
(x) == pWARN_NONE)
/* if PL_warnhook is set to this value, then warnings die */
#define PERL_WARNHOOK_FATAL (&PL_sv_placeholder)
EOM
# your_sha256_hash-
sub warnings_h_boilerplate_2 { return <<'EOM'; }
#define isLEXWARN_on \
cBOOL(PL_curcop && PL_curcop->cop_warnings != pWARN_STD)
#define isLEXWARN_off \
cBOOL(!PL_curcop || PL_curcop->cop_warnings == pWARN_STD)
#define isWARN_ONCE (PL_dowarn & (G_WARN_ON|G_WARN_ONCE))
#define hasWARNBIT(c,x) (RCPV_LEN(c) > (2*(x)/8))
#define isWARN_on(c,x) (hasWARNBIT(c,x) \
? PerlWarnIsSet_((U8 *)(c), 2*(x)) \
: 0)
#define isWARNf_on(c,x) (hasWARNBIT(c,x) \
? PerlWarnIsSet_((U8 *)(c), 2*(x)+1) \
: 0)
#define DUP_WARNINGS(p) Perl_dup_warnings(aTHX_ p)
#define free_and_set_cop_warnings(cmp,w) STMT_START { \
if (!specialWARN((cmp)->cop_warnings)) rcpv_free((cmp)->cop_warnings); \
(cmp)->cop_warnings = w; \
} STMT_END
/*
=head1 Warning and Dieing
In all these calls, the C<U32 wI<n>> parameters are warning category
constants. You can see the ones currently available in
L<warnings/Category Hierarchy>, just capitalize all letters in the names
and prefix them by C<WARN_>. So, for example, the category C<void> used in a
perl program becomes C<WARN_VOID> when used in XS code and passed to one of
the calls below.
=for apidoc Am|bool|ckWARN|U32 w
=for apidoc_item ||ckWARN2|U32 w1|U32 w2
=for apidoc_item ||ckWARN3|U32 w1|U32 w2|U32 w3
=for apidoc_item ||ckWARN4|U32 w1|U32 w2|U32 w3|U32 w4
These return a boolean as to whether or not warnings are enabled for any of
the warning category(ies) parameters: C<w>, C<w1>, ....
Should any of the categories by default be enabled even if not within the
scope of S<C<use warnings>>, instead use the C<L</ckWARN_d>> macros.
The categories must be completely independent, one may not be subclassed from
the other.
=for apidoc Am|bool|ckWARN_d|U32 w
=for apidoc_item ||ckWARN2_d|U32 w1|U32 w2
=for apidoc_item ||ckWARN3_d|U32 w1|U32 w2|U32 w3
=for apidoc_item ||ckWARN4_d|U32 w1|U32 w2|U32 w3|U32 w4
Like C<L</ckWARN>>, but for use if and only if the warning category(ies) is by
default enabled even if not within the scope of S<C<use warnings>>.
=for apidoc Am|U32|packWARN|U32 w1
=for apidoc_item ||packWARN2|U32 w1|U32 w2
=for apidoc_item ||packWARN3|U32 w1|U32 w2|U32 w3
=for apidoc_item ||packWARN4|U32 w1|U32 w2|U32 w3|U32 w4
These macros are used to pack warning categories into a single U32 to pass to
macros and functions that take a warning category parameter. The number of
categories to pack is given by the name, with a corresponding number of
category parameters passed.
=cut
*/
#define ckWARN(w) Perl_ckwarn(aTHX_ packWARN(w))
/* The w1, w2 ... should be independent warnings categories; one shouldn't be
* a subcategory of any other */
#define ckWARN2(w1,w2) Perl_ckwarn(aTHX_ packWARN2(w1,w2))
#define ckWARN3(w1,w2,w3) Perl_ckwarn(aTHX_ packWARN3(w1,w2,w3))
#define ckWARN4(w1,w2,w3,w4) Perl_ckwarn(aTHX_ packWARN4(w1,w2,w3,w4))
#define ckWARN_d(w) Perl_ckwarn_d(aTHX_ packWARN(w))
#define ckWARN2_d(w1,w2) Perl_ckwarn_d(aTHX_ packWARN2(w1,w2))
#define ckWARN3_d(w1,w2,w3) Perl_ckwarn_d(aTHX_ packWARN3(w1,w2,w3))
#define ckWARN4_d(w1,w2,w3,w4) Perl_ckwarn_d(aTHX_ packWARN4(w1,w2,w3,w4))
#define WARNshift 8
#define packWARN(a) (a )
/* The a, b, ... should be independent warnings categories; one shouldn't be
* a subcategory of any other */
#define packWARN2(a,b) ((a) | ((b)<<8) )
#define packWARN3(a,b,c) ((a) | ((b)<<8) | ((c)<<16) )
#define packWARN4(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d) <<24))
#define unpackWARN1(x) ((U8) (x) )
#define unpackWARN2(x) ((U8) ((x) >> 8))
#define unpackWARN3(x) ((U8) ((x) >> 16))
#define unpackWARN4(x) ((U8) ((x) >> 24))
#define ckDEAD(x) \
(PL_curcop && \
!specialWARN(PL_curcop->cop_warnings) && \
(isWARNf_on(PL_curcop->cop_warnings, unpackWARN1(x)) || \
(unpackWARN2(x) && \
(isWARNf_on(PL_curcop->cop_warnings, unpackWARN2(x)) || \
(unpackWARN3(x) && \
(isWARNf_on(PL_curcop->cop_warnings, unpackWARN3(x)) || \
(unpackWARN4(x) && \
isWARNf_on(PL_curcop->cop_warnings, unpackWARN4(x)))))))))
EOM
# your_sha256_hash-
__END__
package warnings;
VERSION
# Verify that we're called correctly so that warnings will work.
# Can't use Carp, since Carp uses us!
# String regexps because constant folding = smaller optree = less memory vs regexp literal
# see also strict.pm.
die sprintf "Incorrect use of pragma '%s' at %s line %d.\n", __PACKAGE__, +(caller)[1,2]
if __FILE__ !~ ( '(?x) \b '.__PACKAGE__.' \.pmc? \z' )
&& __FILE__ =~ ( '(?x) \b (?i:'.__PACKAGE__.') \.pmc? \z' );
KEYWORDS
sub Croaker
{
require Carp; # this initializes %CarpInternal
local $Carp::CarpInternal{'warnings'};
delete $Carp::CarpInternal{'warnings'};
Carp::croak(@_);
}
sub _expand_bits {
my $bits = shift;
my $want_len = ($LAST_BIT + 7) >> 3;
my $len = length($bits);
if ($len != $want_len) {
if ($bits eq "") {
$bits = "\x00" x $want_len;
} elsif ($len > $want_len) {
substr $bits, $want_len, $len-$want_len, "";
} else {
my $x = vec($bits, $Offsets{all} >> 1, 2);
$x |= $x << 2;
$x |= $x << 4;
$bits .= chr($x) x ($want_len - $len);
}
}
return $bits;
}
sub _bits {
my $mask = shift ;
my $catmask ;
my $fatal = 0 ;
my $no_fatal = 0 ;
$mask = _expand_bits($mask);
foreach my $word ( @_ ) {
next if $NoOp{$word};
if ($word eq 'FATAL') {
$fatal = 1;
$no_fatal = 0;
}
elsif ($word eq 'NONFATAL') {
$fatal = 0;
$no_fatal = 1;
}
elsif ($catmask = $Bits{$word}) {
$mask |= $catmask ;
$mask |= $DeadBits{$word} if $fatal ;
$mask = ~(~$mask | $DeadBits{$word}) if $no_fatal ;
}
else
{ Croaker("Unknown warnings category '$word'")}
}
return $mask ;
}
sub bits
{
# called from B::Deparse.pm
push @_, 'all' unless @_ ;
return _bits("", @_) ;
}
sub import
{
my $invocant = shift;
# append 'all' when implied (empty import list or after a lone
# "FATAL" or "NONFATAL")
push @_, 'all'
if !@_ || (@_==1 && ($_[0] eq 'FATAL' || $_[0] eq 'NONFATAL'));
my @fatal = ();
foreach my $warning (@_) {
if($warning =~ /^(NON)?FATAL$/) {
@fatal = ($warning);
} elsif(substr($warning, 0, 1) ne '-') {
my $mask = ${^WARNING_BITS} // ($^W ? $Bits{all} : $DEFAULT) ;
${^WARNING_BITS} = _bits($mask, @fatal, $warning);
} else {
$invocant->unimport(substr($warning, 1));
}
}
}
sub unimport
{
shift;
my $catmask ;
my $mask = ${^WARNING_BITS} // ($^W ? $Bits{all} : $DEFAULT) ;
# append 'all' when implied (empty import list or after a lone "FATAL")
push @_, 'all' if !@_ || @_==1 && $_[0] eq 'FATAL';
$mask = _expand_bits($mask);
foreach my $word ( @_ ) {
next if $NoOp{$word};
if ($word eq 'FATAL') {
next;
}
elsif ($catmask = $Bits{$word}) {
$mask = ~(~$mask | $catmask | $DeadBits{$word});
}
else
{ Croaker("Unknown warnings category '$word'")}
}
${^WARNING_BITS} = $mask ;
}
my %builtin_type; @builtin_type{qw(SCALAR ARRAY HASH CODE REF GLOB LVALUE Regexp)} = ();
sub LEVEL () { 8 };
sub MESSAGE () { 4 };
sub FATAL () { 2 };
sub NORMAL () { 1 };
sub __chk
{
my $category ;
my $offset ;
my $isobj = 0 ;
my $wanted = shift;
my $has_message = $wanted & MESSAGE;
my $has_level = $wanted & LEVEL ;
if ($has_level) {
if (@_ != ($has_message ? 3 : 2)) {
my $sub = (caller 1)[3];
my $syntax = $has_message
? "category, level, 'message'"
: 'category, level';
Croaker("Usage: $sub($syntax)");
}
}
elsif (not @_ == 1 || @_ == ($has_message ? 2 : 0)) {
my $sub = (caller 1)[3];
my $syntax = $has_message ? "[category,] 'message'" : '[category]';
Croaker("Usage: $sub($syntax)");
}
my $message = pop if $has_message;
if (@_) {
# check the category supplied.
$category = shift ;
if (my $type = ref $category) {
Croaker("not an object")
if exists $builtin_type{$type};
$category = $type;
$isobj = 1 ;
}
$offset = $Offsets{$category};
Croaker("Unknown warnings category '$category'")
unless defined $offset;
}
else {
$category = caller(1);
$offset = $Offsets{$category};
Croaker("package '$category' not registered for warnings")
unless defined $offset ;
}
my $i;
if ($isobj) {
my $pkg;
$i = 2;
while (do { { package DB; $pkg = (caller($i++))[0] } } ) {
last unless @DB::args && $DB::args[0] =~ /^$category=/ ;
}
$i -= 2 ;
}
elsif ($has_level) {
$i = 2 + shift;
}
else {
$i = _error_loc(); # see where Carp will allocate the error
}
# Default to 0 if caller returns nothing. Default to $DEFAULT if it
# explicitly returns undef.
my(@callers_bitmask) = (caller($i))[9] ;
my $callers_bitmask =
@callers_bitmask ? $callers_bitmask[0] // $DEFAULT : 0 ;
length($callers_bitmask) > ($offset >> 3) or $offset = $Offsets{all};
my @results;
foreach my $type (FATAL, NORMAL) {
next unless $wanted & $type;
push @results, vec($callers_bitmask, $offset + $type - 1, 1);
}
# &enabled and &fatal_enabled
return $results[0] unless $has_message;
# &warnif, and the category is neither enabled as warning nor as fatal
return if ($wanted & (NORMAL | FATAL | MESSAGE))
== (NORMAL | FATAL | MESSAGE)
&& !($results[0] || $results[1]);
# If we have an explicit level, bypass Carp.
if ($has_level and @callers_bitmask) {
# logic copied from util.c:mess_sv
my $stuff = " at " . join " line ", (caller $i)[1,2];
$stuff .= sprintf ", <%s> %s %d",
*${^LAST_FH}{NAME},
($/ eq "\n" ? "line" : "chunk"), $.
if $. && ${^LAST_FH};
die "$message$stuff.\n" if $results[0];
return warn "$message$stuff.\n";
}
require Carp;
Carp::croak($message) if $results[0];
# will always get here for &warn. will only get here for &warnif if the
# category is enabled
Carp::carp($message);
}
sub _mkMask
{
my ($bit) = @_;
my $mask = "";
vec($mask, $bit, 1) = 1;
return $mask;
}
sub register_categories
{
my @names = @_;
for my $name (@names) {
if (! defined $Bits{$name}) {
$Offsets{$name} = $LAST_BIT;
$Bits{$name} = _mkMask($LAST_BIT++);
$DeadBits{$name} = _mkMask($LAST_BIT++);
if (length($Bits{$name}) > length($Bits{all})) {
$Bits{all} .= "\x55";
$DeadBits{all} .= "\xaa";
}
}
}
}
sub _error_loc {
require Carp;
goto &Carp::short_error_loc; # don't introduce another stack frame
}
sub enabled
{
return __chk(NORMAL, @_);
}
sub fatal_enabled
{
return __chk(FATAL, @_);
}
sub warn
{
return __chk(FATAL | MESSAGE, @_);
}
sub warnif
{
return __chk(NORMAL | FATAL | MESSAGE, @_);
}
sub enabled_at_level
{
return __chk(NORMAL | LEVEL, @_);
}
sub fatal_enabled_at_level
{
return __chk(FATAL | LEVEL, @_);
}
sub warn_at_level
{
return __chk(FATAL | MESSAGE | LEVEL, @_);
}
sub warnif_at_level
{
return __chk(NORMAL | FATAL | MESSAGE | LEVEL, @_);
}
# These are not part of any public interface, so we can delete them to save
# space.
delete @warnings::{qw(NORMAL FATAL MESSAGE LEVEL)};
1;
__END__
=head1 NAME
warnings - Perl pragma to control optional warnings
=head1 SYNOPSIS
use warnings;
no warnings;
# Standard warnings are enabled by use v5.35 or above
use v5.35;
use warnings "all";
no warnings "uninitialized";
# or equivalent to those last two ...
use warnings qw(all -uninitialized);
use warnings::register;
if (warnings::enabled()) {
warnings::warn("some warning");
}
if (warnings::enabled("void")) {
warnings::warn("void", "some warning");
}
if (warnings::enabled($object)) {
warnings::warn($object, "some warning");
}
warnings::warnif("some warning");
warnings::warnif("void", "some warning");
warnings::warnif($object, "some warning");
=head1 DESCRIPTION
The C<warnings> pragma gives control over which warnings are enabled in
which parts of a Perl program. It's a more flexible alternative for
both the command line flag B<-w> and the equivalent Perl variable,
C<$^W>.
This pragma works just like the C<strict> pragma.
This means that the scope of the warning pragma is limited to the
enclosing block. It also means that the pragma setting will not
leak across files (via C<use>, C<require> or C<do>). This allows
authors to independently define the degree of warning checks that will
be applied to their module.
By default, optional warnings are disabled, so any legacy code that
doesn't attempt to control the warnings will work unchanged.
All warnings are enabled in a block by either of these:
use warnings;
use warnings 'all';
Similarly all warnings are disabled in a block by either of these:
no warnings;
no warnings 'all';
For example, consider the code below:
use warnings;
my @x;
{
no warnings;
my $y = @x[0];
}
my $z = @x[0];
The code in the enclosing block has warnings enabled, but the inner
block has them disabled. In this case that means the assignment to the
scalar C<$z> will trip the C<"Scalar value @x[0] better written as $x[0]">
warning, but the assignment to the scalar C<$y> will not.
All warnings are enabled automatically within the scope of
a C<L<use v5.35|perlfunc/use VERSION>> (or higher) declaration.
=head2 Default Warnings and Optional Warnings
Before the introduction of lexical warnings, Perl had two classes of
warnings: mandatory and optional.
As its name suggests, if your code tripped a mandatory warning, you
would get a warning whether you wanted it or not.
For example, the code below would always produce an C<"isn't numeric">
warning about the "2:".
my $x = "2:" + 3;
With the introduction of lexical warnings, mandatory warnings now become
I<default> warnings. The difference is that although the previously
mandatory warnings are still enabled by default, they can then be
subsequently enabled or disabled with the lexical warning pragma. For
example, in the code below, an C<"isn't numeric"> warning will only
be reported for the C<$x> variable.
my $x = "2:" + 3;
no warnings;
my $y = "2:" + 3;
Note that neither the B<-w> flag or the C<$^W> can be used to
disable/enable default warnings. They are still mandatory in this case.
=head2 "Negative warnings"
As a convenience, you can (as of Perl 5.34) pass arguments to the
C<import()> method both positively and negatively. Negative warnings
are those with a C<-> sign prepended to their names; positive warnings
are anything else. This lets you turn on some warnings and turn off
others in one command. So, assuming that you've already turned on a
bunch of warnings but want to tweak them a bit in some block, you can
do this:
{
use warnings qw(uninitialized -redefine);
...
}
which is equivalent to:
{
use warnings qw(uninitialized);
no warnings qw(redefine);
...
}
The argument list is processed in the order you specify. So, for example, if you
don't want to be warned about use of experimental features, except for C<somefeature>
that you really dislike, you can say this:
use warnings qw(all -experimental experimental::somefeature);
which is equivalent to:
use warnings 'all';
no warnings 'experimental';
use warnings 'experimental::somefeature';
As experimental features become regular features of Perl,
the corresponding warnings are not printed anymore.
They also stop being listed in the L</Category Hierarchy> below.
It is still possible to request turning on or off these warnings,
but doing so has no effect.
=head2 What's wrong with B<-w> and C<$^W>
Although very useful, the big problem with using B<-w> on the command
line to enable warnings is that it is all or nothing. Take the typical
scenario when you are writing a Perl program. Parts of the code you
will write yourself, but it's very likely that you will make use of
pre-written Perl modules. If you use the B<-w> flag in this case, you
end up enabling warnings in pieces of code that you haven't written.
Similarly, using C<$^W> to either disable or enable blocks of code is
fundamentally flawed. For a start, say you want to disable warnings in
a block of code. You might expect this to be enough to do the trick:
{
local ($^W) = 0;
my $x =+ 2;
my $y; chop $y;
}
When this code is run with the B<-w> flag, a warning will be produced
for the C<$x> line: C<"Reversed += operator">.
The problem is that Perl has both compile-time and run-time warnings. To
disable compile-time warnings you need to rewrite the code like this:
{
BEGIN { $^W = 0 }
my $x =+ 2;
my $y; chop $y;
}
And note that unlike the first example, this will permanently set C<$^W>
since it cannot both run during compile-time and be localized to a
run-time block.
The other big problem with C<$^W> is the way you can inadvertently
change the warning setting in unexpected places in your code. For example,
when the code below is run (without the B<-w> flag), the second call
to C<doit> will trip a C<"Use of uninitialized value"> warning, whereas
the first will not.
sub doit
{
my $y; chop $y;
}
doit();
{
local ($^W) = 1;
doit()
}
This is a side-effect of C<$^W> being dynamically scoped.
Lexical warnings get around these limitations by allowing finer control
over where warnings can or can't be tripped.
=head2 Controlling Warnings from the Command Line
There are three Command Line flags that can be used to control when
warnings are (or aren't) produced:
=over 5
=item B<-w>
X<-w>
This is the existing flag. If the lexical warnings pragma is B<not>
used in any of your code, or any of the modules that you use, this flag
will enable warnings everywhere. See L</Backward Compatibility> for
details of how this flag interacts with lexical warnings.
=item B<-W>
X<-W>
If the B<-W> flag is used on the command line, it will enable all warnings
throughout the program regardless of whether warnings were disabled
locally using C<no warnings> or C<$^W =0>.
This includes all files that get
included via C<use>, C<require> or C<do>.
Think of it as the Perl equivalent of the "lint" command.
=item B<-X>
X<-X>
Does the exact opposite to the B<-W> flag, i.e. it disables all warnings.
=back
=head2 Backward Compatibility
If you are used to working with a version of Perl prior to the
introduction of lexically scoped warnings, or have code that uses both
lexical warnings and C<$^W>, this section will describe how they interact.
How Lexical Warnings interact with B<-w>/C<$^W>:
=over 5
=item 1.
If none of the three command line flags (B<-w>, B<-W> or B<-X>) that
control warnings is used and neither C<$^W> nor the C<warnings> pragma
are used, then default warnings will be enabled and optional warnings
disabled.
This means that legacy code that doesn't attempt to control the warnings
will work unchanged.
=item 2.
The B<-w> flag just sets the global C<$^W> variable as in 5.005. This
means that any legacy code that currently relies on manipulating C<$^W>
to control warning behavior will still work as is.
=item 3.
Apart from now being a boolean, the C<$^W> variable operates in exactly
the same horrible uncontrolled global way, except that it cannot
disable/enable default warnings.
=item 4.
If a piece of code is under the control of the C<warnings> pragma,
both the C<$^W> variable and the B<-w> flag will be ignored for the
scope of the lexical warning.
=item 5.
The only way to override a lexical warnings setting is with the B<-W>
or B<-X> command line flags.
=back
The combined effect of 3 & 4 is that it will allow code which uses
the C<warnings> pragma to control the warning behavior of $^W-type
code (using a C<local $^W=0>) if it really wants to, but not vice-versa.
=head2 Category Hierarchy
X<warning, categories>
A hierarchy of "categories" have been defined to allow groups of warnings
to be enabled/disabled in isolation.
The current hierarchy is:
=for warnings.pl tree-goes-here
Just like the "strict" pragma any of these categories can be combined
use warnings qw(void redefine);
no warnings qw(io syntax untie);
Also like the "strict" pragma, if there is more than one instance of the
C<warnings> pragma in a given scope the cumulative effect is additive.
use warnings qw(void); # only "void" warnings enabled
...
use warnings qw(io); # only "void" & "io" warnings enabled
...
no warnings qw(void); # only "io" warnings enabled
To determine which category a specific warning has been assigned to see
L<perldiag>.
Note: Before Perl 5.8.0, the lexical warnings category "deprecated" was a
sub-category of the "syntax" category. It is now a top-level category
in its own right.
Note: Before 5.21.0, the "missing" lexical warnings category was
internally defined to be the same as the "uninitialized" category. It
is now a top-level category in its own right.
=head2 Fatal Warnings
X<warning, fatal>
The presence of the word "FATAL" in the category list will escalate
warnings in those categories into fatal errors in that lexical scope.
B<NOTE:> FATAL warnings should be used with care, particularly
C<< FATAL => 'all' >>.
Libraries using L<warnings::warn|/FUNCTIONS> for custom warning categories
generally don't expect L<warnings::warn|/FUNCTIONS> to be fatal and can wind up
in an unexpected state as a result. For XS modules issuing categorized
warnings, such unanticipated exceptions could also expose memory leak bugs.
Moreover, the Perl interpreter itself has had serious bugs involving
fatalized warnings. For a summary of resolved and unresolved problems as
of January 2015, please see
L<this perl5-porters post|path_to_url
While some developers find fatalizing some warnings to be a useful
defensive programming technique, using C<< FATAL => 'all' >> to fatalize
all possible warning categories -- including custom ones -- is particularly
risky. Therefore, the use of C<< FATAL => 'all' >> is
L<discouraged|perlpolicy/discouraged>.
The L<strictures|strictures/VERSION-2> module on CPAN offers one example of
a warnings subset that the module's authors believe is relatively safe to
fatalize.
B<NOTE:> Users of FATAL warnings, especially those using
C<< FATAL => 'all' >>, should be fully aware that they are risking future
portability of their programs by doing so. Perl makes absolutely no
commitments to not introduce new warnings or warnings categories in the
future; indeed, we explicitly reserve the right to do so. Code that may
not warn now may warn in a future release of Perl if the Perl5 development
team deems it in the best interests of the community to do so. Should code
using FATAL warnings break due to the introduction of a new warning we will
NOT consider it an incompatible change. Users of FATAL warnings should
take special caution during upgrades to check to see if their code triggers
any new warnings and should pay particular attention to the fine print of
the documentation of the features they use to ensure they do not exploit
features that are documented as risky, deprecated, or unspecified, or where
the documentation says "so don't do that", or anything with the same sense
and spirit. Use of such features in combination with FATAL warnings is
ENTIRELY AT THE USER'S RISK.
The following documentation describes how to use FATAL warnings but the
perl5 porters strongly recommend that you understand the risks before doing
so, especially for library code intended for use by others, as there is no
way for downstream users to change the choice of fatal categories.
In the code below, the use of C<time>, C<length>
and C<join> can all produce a C<"Useless use of xxx in void context">
warning.
use warnings;
time;
{
use warnings FATAL => qw(void);
length "abc";
}
join "", 1,2,3;
print "done\n";
When run it produces this output
Useless use of time in void context at fatal line 3.
Useless use of length in void context at fatal line 7.
The scope where C<length> is used has escalated the C<void> warnings
category into a fatal error, so the program terminates immediately when it
encounters the warning.
To explicitly turn off a "FATAL" warning you just disable the warning
it is associated with. So, for example, to disable the "void" warning
in the example above, either of these will do the trick:
no warnings qw(void);
no warnings FATAL => qw(void);
If you want to downgrade a warning that has been escalated into a fatal
error back to a normal warning, you can use the "NONFATAL" keyword. For
example, the code below will promote all warnings into fatal errors,
except for those in the "syntax" category.
use warnings FATAL => 'all', NONFATAL => 'syntax';
As of Perl 5.20, instead of C<< use warnings FATAL => 'all'; >> you can
use:
use v5.20; # Perl 5.20 or greater is required for the following
use warnings 'FATAL'; # short form of "use warnings FATAL => 'all';"
However, you should still heed the guidance earlier in this section against
using C<< use warnings FATAL => 'all'; >>.
If you want your program to be compatible with versions of Perl before
5.20, you must use C<< use warnings FATAL => 'all'; >> instead. (In
previous versions of Perl, the behavior of the statements
C<< use warnings 'FATAL'; >>, C<< use warnings 'NONFATAL'; >> and
C<< no warnings 'FATAL'; >> was unspecified; they did not behave as if
they included the C<< => 'all' >> portion. As of 5.20, they do.)
=head2 Reporting Warnings from a Module
X<warning, reporting> X<warning, registering>
The C<warnings> pragma provides a number of functions that are useful for
module authors. These are used when you want to report a module-specific
warning to a calling module has enabled warnings via the C<warnings>
pragma.
Consider the module C<MyMod::Abc> below.
package MyMod::Abc;
use warnings::register;
sub open {
my $path = shift;
if ($path !~ m#^/#) {
warnings::warn("changing relative path to /var/abc")
if warnings::enabled();
$path = "/var/abc/$path";
}
}
1;
The call to C<warnings::register> will create a new warnings category
called "MyMod::Abc", i.e. the new category name matches the current
package name. The C<open> function in the module will display a warning
message if it gets given a relative path as a parameter. This warnings
will only be displayed if the code that uses C<MyMod::Abc> has actually
enabled them with the C<warnings> pragma like below.
use MyMod::Abc;
use warnings 'MyMod::Abc';
...
abc::open("../fred.txt");
It is also possible to test whether the pre-defined warnings categories are
set in the calling module with the C<warnings::enabled> function. Consider
this snippet of code:
package MyMod::Abc;
sub open {
if (warnings::enabled("deprecated")) {
warnings::warn("deprecated",
"open is deprecated, use new instead");
}
new(@_);
}
sub new
...
1;
The function C<open> has been deprecated, so code has been included to
display a warning message whenever the calling module has (at least) the
"deprecated" warnings category enabled. Something like this, say.
use warnings 'deprecated';
use MyMod::Abc;
...
MyMod::Abc::open($filename);
Either the C<warnings::warn> or C<warnings::warnif> function should be
used to actually display the warnings message. This is because they can
make use of the feature that allows warnings to be escalated into fatal
errors. So in this case
use MyMod::Abc;
use warnings FATAL => 'MyMod::Abc';
...
MyMod::Abc::open('../fred.txt');
the C<warnings::warnif> function will detect this and die after
displaying the warning message.
The three warnings functions, C<warnings::warn>, C<warnings::warnif>
and C<warnings::enabled> can optionally take an object reference in place
of a category name. In this case the functions will use the class name
of the object as the warnings category.
Consider this example:
package Original;
no warnings;
use warnings::register;
sub new
{
my $class = shift;
bless [], $class;
}
sub check
{
my $self = shift;
my $value = shift;
if ($value % 2 && warnings::enabled($self))
{ warnings::warn($self, "Odd numbers are unsafe") }
}
sub doit
{
my $self = shift;
my $value = shift;
$self->check($value);
# ...
}
1;
package Derived;
use warnings::register;
use Original;
our @ISA = qw( Original );
sub new
{
my $class = shift;
bless [], $class;
}
1;
The code below makes use of both modules, but it only enables warnings from
C<Derived>.
use Original;
use Derived;
use warnings 'Derived';
my $x = Original->new();
$x->doit(1);
my $y = Derived->new();
$x->doit(1);
When this code is run only the C<Derived> object, C<$y>, will generate
a warning.
Odd numbers are unsafe at main.pl line 7
Notice also that the warning is reported at the line where the object is first
used.
When registering new categories of warning, you can supply more names to
warnings::register like this:
package MyModule;
use warnings::register qw(format precision);
...
warnings::warnif('MyModule::format', '...');
=head1 FUNCTIONS
Note: The functions with names ending in C<_at_level> were added in Perl
5.28.
=over 4
=item use warnings::register
Creates a new warnings category with the same name as the package where
the call to the pragma is used.
=item warnings::enabled()
Use the warnings category with the same name as the current package.
Return TRUE if that warnings category is enabled in the calling module.
Otherwise returns FALSE.
=item warnings::enabled($category)
Return TRUE if the warnings category, C<$category>, is enabled in the
calling module.
Otherwise returns FALSE.
=item warnings::enabled($object)
Use the name of the class for the object reference, C<$object>, as the
warnings category.
Return TRUE if that warnings category is enabled in the first scope
where the object is used.
Otherwise returns FALSE.
=item warnings::enabled_at_level($category, $level)
Like C<warnings::enabled>, but $level specifies the exact call frame, 0
being the immediate caller.
=item warnings::fatal_enabled()
Return TRUE if the warnings category with the same name as the current
package has been set to FATAL in the calling module.
Otherwise returns FALSE.
=item warnings::fatal_enabled($category)
Return TRUE if the warnings category C<$category> has been set to FATAL in
the calling module.
Otherwise returns FALSE.
=item warnings::fatal_enabled($object)
Use the name of the class for the object reference, C<$object>, as the
warnings category.
Return TRUE if that warnings category has been set to FATAL in the first
scope where the object is used.
Otherwise returns FALSE.
=item warnings::fatal_enabled_at_level($category, $level)
Like C<warnings::fatal_enabled>, but $level specifies the exact call frame,
0 being the immediate caller.
=item warnings::warn($message)
Print C<$message> to STDERR.
Use the warnings category with the same name as the current package.
If that warnings category has been set to "FATAL" in the calling module
then die. Otherwise return.
=item warnings::warn($category, $message)
Print C<$message> to STDERR.
If the warnings category, C<$category>, has been set to "FATAL" in the
calling module then die. Otherwise return.
=item warnings::warn($object, $message)
Print C<$message> to STDERR.
Use the name of the class for the object reference, C<$object>, as the
warnings category.
If that warnings category has been set to "FATAL" in the scope where C<$object>
is first used then die. Otherwise return.
=item warnings::warn_at_level($category, $level, $message)
Like C<warnings::warn>, but $level specifies the exact call frame,
0 being the immediate caller.
=item warnings::warnif($message)
Equivalent to:
if (warnings::enabled())
{ warnings::warn($message) }
=item warnings::warnif($category, $message)
Equivalent to:
if (warnings::enabled($category))
{ warnings::warn($category, $message) }
=item warnings::warnif($object, $message)
Equivalent to:
if (warnings::enabled($object))
{ warnings::warn($object, $message) }
=item warnings::warnif_at_level($category, $level, $message)
Like C<warnings::warnif>, but $level specifies the exact call frame,
0 being the immediate caller.
=item warnings::register_categories(@names)
This registers warning categories for the given names and is primarily for
use by the warnings::register pragma.
=back
See also L<perlmodlib/Pragmatic Modules> and L<perldiag>.
=cut
```
|
```go
//
//
// path_to_url
//
// Unless required by applicable law or agreed to in writing, software
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
package store
import (
"testing"
"time"
"github.com/coreos/etcd/Godeps/_workspace/src/github.com/stretchr/testify/assert"
)
// Ensure that a successful Get is recorded in the stats.
func TestStoreStatsGetSuccess(t *testing.T) {
s := newStore()
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: Permanent})
s.Get("/foo", false, false)
assert.Equal(t, uint64(1), s.Stats.GetSuccess, "")
}
// Ensure that a failed Get is recorded in the stats.
func TestStoreStatsGetFail(t *testing.T) {
s := newStore()
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: Permanent})
s.Get("/no_such_key", false, false)
assert.Equal(t, uint64(1), s.Stats.GetFail, "")
}
// Ensure that a successful Create is recorded in the stats.
func TestStoreStatsCreateSuccess(t *testing.T) {
s := newStore()
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: Permanent})
assert.Equal(t, uint64(1), s.Stats.CreateSuccess, "")
}
// Ensure that a failed Create is recorded in the stats.
func TestStoreStatsCreateFail(t *testing.T) {
s := newStore()
s.Create("/foo", true, "", false, TTLOptionSet{ExpireTime: Permanent})
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: Permanent})
assert.Equal(t, uint64(1), s.Stats.CreateFail, "")
}
// Ensure that a successful Update is recorded in the stats.
func TestStoreStatsUpdateSuccess(t *testing.T) {
s := newStore()
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: Permanent})
s.Update("/foo", "baz", TTLOptionSet{ExpireTime: Permanent})
assert.Equal(t, uint64(1), s.Stats.UpdateSuccess, "")
}
// Ensure that a failed Update is recorded in the stats.
func TestStoreStatsUpdateFail(t *testing.T) {
s := newStore()
s.Update("/foo", "bar", TTLOptionSet{ExpireTime: Permanent})
assert.Equal(t, uint64(1), s.Stats.UpdateFail, "")
}
// Ensure that a successful CAS is recorded in the stats.
func TestStoreStatsCompareAndSwapSuccess(t *testing.T) {
s := newStore()
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: Permanent})
s.CompareAndSwap("/foo", "bar", 0, "baz", TTLOptionSet{ExpireTime: Permanent})
assert.Equal(t, uint64(1), s.Stats.CompareAndSwapSuccess, "")
}
// Ensure that a failed CAS is recorded in the stats.
func TestStoreStatsCompareAndSwapFail(t *testing.T) {
s := newStore()
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: Permanent})
s.CompareAndSwap("/foo", "wrong_value", 0, "baz", TTLOptionSet{ExpireTime: Permanent})
assert.Equal(t, uint64(1), s.Stats.CompareAndSwapFail, "")
}
// Ensure that a successful Delete is recorded in the stats.
func TestStoreStatsDeleteSuccess(t *testing.T) {
s := newStore()
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: Permanent})
s.Delete("/foo", false, false)
assert.Equal(t, uint64(1), s.Stats.DeleteSuccess, "")
}
// Ensure that a failed Delete is recorded in the stats.
func TestStoreStatsDeleteFail(t *testing.T) {
s := newStore()
s.Delete("/foo", false, false)
assert.Equal(t, uint64(1), s.Stats.DeleteFail, "")
}
//Ensure that the number of expirations is recorded in the stats.
func TestStoreStatsExpireCount(t *testing.T) {
s := newStore()
fc := newFakeClock()
s.clock = fc
s.Create("/foo", false, "bar", false, TTLOptionSet{ExpireTime: fc.Now().Add(500 * time.Millisecond)})
assert.Equal(t, uint64(0), s.Stats.ExpireCount, "")
fc.Advance(600 * time.Millisecond)
s.DeleteExpiredKeys(fc.Now())
assert.Equal(t, uint64(1), s.Stats.ExpireCount, "")
}
```
|
```php
<?php
/**
*/
namespace OC\Core\Migrations;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;
class Version13000Date20170814074715 extends SimpleMigrationStep {
/**
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
* @since 13.0.0
*/
public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
}
/**
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
* @return null|ISchemaWrapper
* @since 13.0.0
*/
public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
if (!$schema->hasTable('accounts')) {
$table = $schema->createTable('accounts');
$table->addColumn('uid', 'string', [
'notnull' => true,
'length' => 64,
'default' => '',
]);
$table->addColumn('data', 'text', [
'notnull' => true,
'default' => '',
]);
$table->setPrimaryKey(['uid']);
}
return $schema;
}
/**
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
* @since 13.0.0
*/
public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
}
}
```
|
```swift
/*
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
3. Neither the name of the copyright holder(s) nor the names of any contributors
may be used to endorse or promote products derived from this software without
specific prior written permission. No license is granted to the trademarks of
the copyright holders even if such marks are included in this software.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
import Foundation
import os.log
/// A protocol that describes user progress for a task.
public protocol CareTaskProgress {
/// The fraction of the task that completed between 0 and 1 inclusive.
///
/// When using CareKit, the value is clamped to ensure it's within the proper range.
var fractionCompleted: Double { get }
}
extension CareTaskProgress {
var clampedFractionCompleted: Double {
let isClampingRequired = fractionCompleted < 0 || fractionCompleted > 1
// Make sure to notify the developer if we need to clamp the value. The need to clamp
// the value is typically an indicator that there's an issue in their implementation of
// `fractionCompleted`.
if isClampingRequired {
if #available(iOS 14, watchOS 7, *) {
Logger.store?.error(
"Clamping progress value of \(fractionCompleted, privacy: .public) to be within range [0, 1]."
)
} else {
os_log(
"Clamping progress value of %{public}@ to be within range [0, 1].",
log: .store,
type: .error,
fractionCompleted
)
}
}
return min(max(fractionCompleted, 0), 1)
}
}
public extension CareTaskProgress {
/// A property set to `true` if the task is considered completed.
var isCompleted: Bool {
let isCompleted = fractionCompleted >= 1
return isCompleted
}
}
```
|
```smalltalk
using System;
using System.IO;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Renci.SshNet.Sftp;
using Renci.SshNet.Tests.Common;
namespace Renci.SshNet.Tests.Classes.Sftp
{
[TestClass]
public class SftpFileStreamTest_Ctor_FileModeAppend_FileAccessRead : SftpFileStreamTestBase
{
private Random _random;
private string _path;
private FileMode _fileMode;
private FileAccess _fileAccess;
private int _bufferSize;
private ArgumentException _actualException;
protected override void SetupData()
{
base.SetupData();
_random = new Random();
_path = _random.Next().ToString();
_fileMode = FileMode.Append;
_fileAccess = FileAccess.Read;
_bufferSize = _random.Next(5, 1000);
}
protected override void SetupMocks()
{
}
protected override void Act()
{
try
{
new SftpFileStream(SftpSessionMock.Object, _path, _fileMode, _fileAccess, _bufferSize);
Assert.Fail();
}
catch (ArgumentException ex)
{
_actualException = ex;
}
}
[TestMethod]
public void CtorShouldHaveThrownArgumentException()
{
Assert.IsNotNull(_actualException);
Assert.IsNull(_actualException.InnerException);
ArgumentExceptionAssert.MessageEquals(string.Format("{0} mode can be requested only when combined with write-only access.", _fileMode), _actualException);
Assert.AreEqual("mode", _actualException.ParamName);
}
}
}
```
|
```xml
import React, { SyntheticEvent } from 'react';
import { DtoHeader } from '../../common/interfaces/dto_header';
import { KeyValuePair } from '../../misc/key_value_pair';
import { Input } from 'antd';
import { StringUtil } from '../../utils/string_util';
import KeyValueList from './key_value_list';
import { KeyValueEditMode, KeyValueEditType } from '../../misc/custom_type';
const TextArea = Input.TextArea;
interface KeyValueComponentProps {
headers?: DtoHeader[];
mode: KeyValueEditMode;
onHeadersChanged(headers: DtoHeader[]);
isAutoComplete?: boolean;
showFav?: boolean;
showDescription?: boolean;
favHeaders?: DtoHeader[];
}
interface KeyValueComponentState { }
class KeyValueComponent extends React.Component<KeyValueComponentProps, KeyValueComponentState> {
private onHeadersChanged = (data: SyntheticEvent<any> | DtoHeader[]) => {
let rst = data as DtoHeader[];
const oldHeaders = this.props.headers || [];
if (!(data instanceof Array)) {
rst = StringUtil.stringToKeyValues(data.currentTarget.value) as DtoHeader[];
rst.forEach((h, i) => {
h.isFav = oldHeaders[i] ? oldHeaders[i].isFav : false;
h.description = oldHeaders[i] ? oldHeaders[i].description : '';
});
} else {
rst = rst.filter(header => header.key || header.value);
}
this.props.onHeadersChanged(rst);
}
public render() {
const headers = this.props.headers as KeyValuePair[];
return this.props.mode === KeyValueEditType.bulkEdit ?
(
<TextArea
className="req-header"
spellCheck={false}
value={StringUtil.headersToString(headers)}
onChange={(e) => this.onHeadersChanged(e)}
/>
) :
(
<KeyValueList
headers={this.props.headers as DtoHeader[]}
onChanged={this.onHeadersChanged}
isAutoComplete={this.props.isAutoComplete}
showFav={this.props.showFav}
showDescription={this.props.showDescription}
favHeaders={this.props.favHeaders}
/>
);
}
}
export default KeyValueComponent;
```
|
Penyagalera () is a rocky mountain in the northern side of the Ports de Tortosa-Beseit, Aragon, Spain. Punta de Penyagalera, the highest summit, has an altitude of 1,034.4 metres above sea level.
Penyagalera, the name of the mountain (penya "rock" and galera "galley" in Catalan) derives from the fact that it looks like a ship keel upwards from certain angles.
See also
Ports de Tortosa-Beseit
Mountains of Aragon
Iberian System
References
External links
Penyagalera - Excursions from Beseit
Penyagalera - Toll del Vidre
Ports de Tortosa-Beseit
Matarraña/Matarranya
One-thousanders of Spain
|
```java
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
package org.graalvm.visualvm.lib.ui.components;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.awt.event.MouseMotionListener;
import java.awt.event.MouseWheelEvent;
import javax.swing.BorderFactory;
import javax.swing.JToolTip;
import javax.swing.JTree;
import javax.swing.JViewport;
import javax.swing.SwingUtilities;
import javax.swing.tree.TreeCellRenderer;
import javax.swing.tree.TreePath;
import org.graalvm.visualvm.lib.ui.UIConstants;
import org.graalvm.visualvm.lib.ui.UIUtils;
import org.graalvm.visualvm.lib.ui.components.tree.TreeCellRendererPersistent;
/**
*
* @author Jiri Sedlacek
*/
public class JExtendedTree extends JTree implements CellTipAware {
//~ Inner Classes your_sha256_hash--------------------------------------------
private class PrivateComponentListener implements MouseListener, MouseMotionListener {
//~ Methods your_sha256_hash----------------------------------------------
public void mouseClicked(MouseEvent e) {
}
public void mouseDragged(MouseEvent e) {
}
public void mouseEntered(MouseEvent e) {
// --- CellTip support ------------------
CellTipManager.sharedInstance().setEnabled(false);
}
public void mouseExited(MouseEvent e) {
// --- CellTip support ------------------
// Return if mouseExit occured because of showing heavyweight celltip
if (contains(e.getPoint()) && cellTip.isShowing()) {
return;
}
CellTipManager.sharedInstance().setEnabled(false);
lastTreePath = null;
}
public void mouseMoved(MouseEvent e) {
// --- CellTip support ------------------
processCellTipMouseMove(e);
}
public void mousePressed(MouseEvent e) {
}
public void mouseReleased(MouseEvent e) {
}
}
//~ Instance fields your_sha256_hash------------------------------------------
protected JToolTip cellTip;
protected Rectangle rendererRect;
protected TreePath lastTreePath = null;
private PrivateComponentListener componentListener = new PrivateComponentListener();
//~ Constructors your_sha256_hash---------------------------------------------
/** Creates a new instance of JExtendedTree */
public JExtendedTree() {
addMouseListener(componentListener);
addMouseMotionListener(componentListener);
setRowHeight(UIUtils.getDefaultRowHeight()); // celltips require to have row height initialized!
// --- CellTip support ------------------
cellTip = createCellTip();
cellTip.setBackground(getBackground());
cellTip.setBorder(BorderFactory.createLineBorder(UIConstants.TABLE_VERTICAL_GRID_COLOR));
cellTip.setLayout(new BorderLayout());
CellTipManager.sharedInstance().registerComponent(this);
}
//~ Methods your_sha256_hash--------------------------------------------------
public JToolTip getCellTip() {
return cellTip;
}
public Point getCellTipLocation() {
if (rendererRect == null) {
return null;
}
return new Point(rendererRect.getLocation().x - 1, rendererRect.getLocation().y - 1);
}
public void processMouseEvent(MouseEvent e) {
if (e instanceof MouseWheelEvent) {
Component target = JExtendedTree.this.getParent();
if (target == null || !(target instanceof JViewport))
target = JExtendedTree.this;
MouseEvent mwe = SwingUtilities.convertMouseEvent(
JExtendedTree.this, (MouseWheelEvent)e, target);
target.dispatchEvent((MouseWheelEvent)mwe);
} else {
super.processMouseEvent((MouseEvent)e);
}
}
protected JToolTip createCellTip() {
return new JToolTip();
}
protected void processCellTipMouseMove(MouseEvent e) {
// Identify treetable row and column at cursor
TreePath currentTreePath = getPathForLocation(e.getX(), e.getY());
// Return if treetable cell is the same as in previous event
if (currentTreePath == lastTreePath) {
return;
}
lastTreePath = currentTreePath;
// Return if cursor isn't at any cell
if (lastTreePath == null) {
CellTipManager.sharedInstance().setEnabled(false);
return;
}
Component cellRenderer;
Component cellRendererPersistent;
int row = getRowForPath(lastTreePath);
TreeCellRenderer treeCellRenderer = getCellRenderer();
if (!(treeCellRenderer instanceof TreeCellRendererPersistent)) {
return;
}
cellRenderer = treeCellRenderer.getTreeCellRendererComponent(JExtendedTree.this, lastTreePath.getLastPathComponent(),
false, isExpanded(row),
getModel().isLeaf(lastTreePath.getLastPathComponent()), row,
false);
cellRendererPersistent = ((TreeCellRendererPersistent) treeCellRenderer).getTreeCellRendererComponentPersistent(JExtendedTree.this,
lastTreePath
.getLastPathComponent(),
false,
isExpanded(row),
getModel()
.isLeaf(lastTreePath
.getLastPathComponent()),
row, false);
// Return if celltip is not supported for the cell
if (cellRenderer == null) {
CellTipManager.sharedInstance().setEnabled(false);
return;
}
Point cellStart = getPathBounds(lastTreePath).getLocation();
rendererRect = new Rectangle(cellStart.x, cellStart.y, cellRenderer.getPreferredSize().width,
cellRenderer.getPreferredSize().height + 2);
if (!rendererRect.contains(e.getPoint())) {
CellTipManager.sharedInstance().setEnabled(false);
return;
}
// Return if cell contents is fully visible
Rectangle visibleRect = getVisibleRect();
if ((rendererRect.x >= visibleRect.x) && ((rendererRect.x + rendererRect.width) <= (visibleRect.x + visibleRect.width))) {
CellTipManager.sharedInstance().setEnabled(false);
return;
}
while (cellTip.getComponentCount() > 0) {
cellTip.remove(0);
}
cellTip.add(cellRendererPersistent, BorderLayout.CENTER);
cellTip.setPreferredSize(new Dimension(cellRendererPersistent.getPreferredSize().width + 2, getRowHeight() + 2));
CellTipManager.sharedInstance().setEnabled(true);
}
}
```
|
Plešnice is a municipality and village in Plzeň-North District in the Plzeň Region of the Czech Republic. It has about 300 inhabitants.
Plešnice lies approximately west of Plzeň and west of Prague.
References
Villages in Plzeň-North District
|
Gordon Leslie Hill (born 16 May 1951) is a former Australian politician who was a Labor Party member of the Legislative Assembly of Western Australia from 1982 to 1994. He served as a minister in the governments of Brian Burke, Peter Dowding and Carmen Lawrence.
Early life
Hill was born in Collie, in Western Australia's South West region. He attended Collie Senior High School before going on to Claremont Teachers College and the University of Western Australia, where he trained as a schoolteacher. Hill left the teaching profession in 1975 to work as a research officer with the Federal Minister for the Environment, Joe Berinson. He had joined the Labor Party in 1967. He served as State campaign coordinator in 1976/77 and assistant state secretary in Western Australia from 1977 to 1983. He was also a member of the Federated Miscellaneous Workers' Union.
Politics
Hill was elected to parliament at the 1982 Swan by-election, necessitated by the resignation of the sitting member, John Skidmore. He transferred to the new seat of Helena at the 1983 state election, which he would hold for the rest of his time in parliament. Hill was made a government whip after the 1983 election. After the 1986 election he was initially chairman of the Public Accounts and Expenditure Review Committee before being elevated to the ministry as Minister for Police and Emergency Services and Minister for Multicultural and Ethnic Affairs. After Peter Dowding became premier in 1988, he lost the police portfolio to Ian Taylor and was instead made Minister for Employment and Training. He retained Multicultural and Ethnic Affairs and also gained Technical and Further Education.
In a cabinet reshuffle after the 1989 state election, Hill lost the employment and training portfolio and instead became Minister for Regional Development and Minister for Fisheries. He again switched portfolios when Carmen Lawrence became premier in February 1990, with his titles being Minister for Fisheries, Minister for Local Government, Minister for Youth and Minister for Sport and Recreation. Hill lost all but the fisheries, trade and investment portfolios in a February 1991 reshuffle, but was additionally made Minister for Mines. He held the mines, fisheries and trade and investment portfolios until Labor's defeat at the 1993 state election, and was also Minister for the Mid-West from February 1991 to September 1992.
Hill continued on in the shadow ministry until August 1994, when he resigned from parliament. He had only narrowly defeated the Liberal candidate, Rhonda Parker, at the 1993 election, and Parker went on to win Helena at the resulting by-election, defeating Labor's Joe Bullock.
Later life
After his retirement, Hill gained a law degree from Murdoch University and established a legal practice in Dunsborough. He served as a director of Firepower International until the company's collapse in 2007. Some of the company's investors later launched a civil suit against him, which resulted in him declaring bankruptcy in 2010. In April 2016, the Supreme Court of Western Australia found that Hill had defrauded investors of approximately A$4.3 million, and he was ordered to repay that amount.
References
|-
|-
1951 births
Living people
Australian Labor Party members of the Parliament of Western Australia
Australian schoolteachers
Trade unionists from Western Australia
Members of the Western Australian Legislative Assembly
People from Collie, Western Australia
University of Western Australia alumni
|
The Lugano–Cadro–Dino railway (; LCD) was a Swiss metre gauge suburban railway that linked the towns of Lugano, Cadro and Dino, in the canton of Ticino.
The line was opened in 1911. It was long, and was electrified at 1000 V DC using overhead lines. It commenced from a terminus in Piazza Manzoni on the Lake Lugano waterfront, had 16 stops, a maximum gradient of 4% and a minimum radius of . The first , as far as the line's depot at Lugano La Santa, was laid in the street, but from there to Dino the line occupied its own right of way.
In addition to the suburban railway service, the LCD also operated an urban tramway service over its tracks between Piazza Manzoni and La Santa. This tram service was independent of the urban tram system operated by the Azienda Comunale del Traffico (ACT), although the two systems' tracks did cross each other near Piazza Manzoni. In 1950, three tram cars of the Mendrisio tramway were acquired by the LCD, and used on the tram service, with cars running every 15 minutes. This service lasted until 1964, when it was replaced by an ACT bus service. However suburban trains, from Piazza Manzoni to Dino, continued to use the street track.
The line was cut back from Piazza Manzoni to Piazza Indipendenza in 1967, and then finally closed in 1970. The trains were replaced by a regional bus service, which subsequently merged with that of the Lugano–Tesserete railway, and today operates as the Autolinee Regionali Luganesi.
Little remains of the street track between Piazza Manzoni and La Santa, but the depot at the latter location is still in use by the ARL as a bus garage. From here it is possible to trace the line, which was on its own right of way, and included tunnels and bridges, as far as Dino. The station building at Dino has been restored and now houses a grocery store.
An original open-sided trailer car of the LCD has been restored and is preserved on the Blonay–Chamby Museum Railway. One of the cars acquired from the Mendrisio tramway has since been restored to its original state and is now on display at the Hotel Coronado in Mendrisio.
See also
Trams in Lugano
References
External links
Closed railway lines in Switzerland
Defunct town tramway systems by city
Metre gauge railways in Switzerland
Railway companies of Switzerland
Transport in Lugano
Transport in Ticino
|
Dr. Standish, Medical Examiner is an American radio mystery series that was broadcast on CBS From July 1, 1948, until August 19, 1948. It was a sustaining summer replacement program for The FBI in Peace and War, broadcast on Thursdays from 8 to 8:30 p.m. Eastern Time. The title character, created by George Harmon Coxe, had appeared in mystery stories in national magazines.
Premise
By using his medical knowledge, Standish worked with police on difficult criminal cases. As he conducted autopsies, he examined crime victims' corpses to find clues that might help police solve "murders that had absolutely stumped them". His female assistant was "both nurse and Watson to Dr. Standish." Their relationship was strictly professional, but the program implied that she hoped for more — at least to the extent that Standish might call her by her first name. She had "a hefty heart for the doc," but he "seemed too busy with cops and cadavers to pay her the attention which was her due."
Episodes included "The Surprized Corpse" on July 8, 1948.
Personnel
Cast
Dr. Paul Standish - Gary Merrill
Mary Benson (Standish's assistant) - Audrey Christie
Lieutenant Ballard - Eric Dressler
Others
Announcer - Lee Vines
Director - Albert Ward
Writers - Coxe, Charles S. Monroe, Charles Gussman, and Felix Holt
Critical response
A review in the trade publication Billboard called Dr. Standish, Medical Examiner "an improbable-type show" and said that the result of the adaptation of the Standish character from print to radio "is open to considerable question." The review complimented Christie's portrayal of Benson but described the direction as "routine". It ended by saying that the reviewed episode would have been better if it had been condensed "to 15 minutes, which would have made a satisfactory soap opera episode ... But for a night-time dramatic opus, Dr. Standish needs a shot of plasma."
The trade publication Variety said that the premiere episode was "breezily written and airily played by a good cast". The review said that although the series "is no gem of originality", the episode contained "an average amount of suspense", and "its production and general makeup should afford it a fair share of attention from mystery fans."
References
1948 radio programme debuts
1948 radio programme endings
1940s American radio programs
American radio dramas
CBS Radio programs
|
Cartoon violence is the representation of violent actions involving animated characters and situations.
Cartoon violence may also refer to:
Cartoon Violence (album), a 2012 album by the indie rock band Herzog
a dimension of Cartoon physics
a content descriptor used by the Entertainment Software Rating Board
a rating category of The Independent Game Rating System
a reaction to the Jyllands-Posten Muhammad cartoons controversy
|
```shell
Quick `cd` tips
Quick `bash` shortcuts
Terminal incognito mode
Breaking out of a terminal when `ssh` locks
Keep useful commands in your shell history with tags
```
|
```php
<?php
namespace Elementor\Core\Page_Assets\Data_Managers\Font_Icon_Svg;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Font Awesome Icon Svg.
*
* @since 3.4.0
*/
class Font_Awesome extends Base {
const LIBRARY_CURRENT_VERSION = '5.15.3';
protected function get_config( $icon ) {
preg_match( '/fa(.*) fa-/', $icon['value'], $icon_name_matches );
$icon_name = str_replace( $icon_name_matches[0], '', $icon['value'] );
$icon_key = str_replace( ' fa-', '-', $icon['value'] );
$icon_file_name = str_replace( 'fa-', '', $icon['library'] );
return [
'key' => $icon_key,
'version' => self::LIBRARY_CURRENT_VERSION,
'file_path' => ELEMENTOR_ASSETS_PATH . 'lib/font-awesome/json/' . $icon_file_name . '.json',
'data' => [
'icon_data' => [
'name' => $icon_name,
'library' => $icon['library'],
],
],
];
}
protected function get_asset_content() {
$icon_data = $this->get_config_data( 'icon_data' );
$file_data = json_decode( $this->get_file_data( 'content', $icon_data['library'] ), true );
$icon_name = $icon_data['name'];
$svg_data = $file_data['icons'][ $icon_name ];
return [
'width' => $svg_data[0],
'height' => $svg_data[1],
'path' => $svg_data[4],
'key' => $this->get_key(),
];
}
}
```
|
```smalltalk
/*
* PROJECT: Atomix Development
* LICENSE: BSD 3-Clause (LICENSE.md)
* PURPOSE:
* PROGRAMMERS: SANDEEP ILIGER <sandeep.iliger@gmail.com>
* Aman Priyadarshi <aman.eureka@gmail.com>
*/
using Kernel_alpha.Lib;
using Kernel_alpha.FileSystem.FAT;
namespace Kernel_alpha.FileSystem.Find
{
/// <summary>
///
/// </summary>
public class ByCluster : ACompare
{
protected uint cluster;
public ByCluster(uint cluster)
{
this.cluster = cluster;
}
public override bool Compare(byte[] data, uint offset, FatType type)
{
BinaryFormat entry = new BinaryFormat(data);
byte first = entry.GetByte(offset + Entry.DOSName);
if (first == FileNameAttribute.LastEntry)
return false;
if ((first == FileNameAttribute.Deleted) | (first == FileNameAttribute.Dot))
return false;
if (first == FileNameAttribute.Escape)
return false;
uint startcluster = FatFileSystem.GetClusterEntry(data, offset, type);
if (startcluster == cluster)
return true;
return false;
}
}
}
```
|
The Club de Croqueurs de Chocolat (literally: "Chocolate Crunchers' Club") is an association of chocolate specialists. Founded in 1981, it publishes a gastronomic guide dedicated to chocolate every year, and awards prizes at the Salon du Chocolat in Paris.
Among the founders in 1981 were Claude Lebey, food critic, Nicolas de Rabaudy, journalist, Jean-Paul Aron, philosopher, and Philippe Court, director of a champagne house.
The Club has won many awards such as, the flavor and originality award in 2022. They also meet every two months in Paris for tastings and an annual dinner during which the menus are exclusively made up of dark and milk chocolate (candies, bars, desserts).
References
Chocolate
Food and drink appreciation
Food and drink in France
1981 establishments in France
Organizations based in Paris
|
The Asa Wilson House is a historic residence located in Bloomfield, Iowa, United States. Asa Wilson arrived in Bloomfield in 1863 and bought this property the following year. He built this house in 1884, the year he died. The property remained in his family until the turn of the 20th century. The two-story frame house is a vernacular Italianate-style building. A two-story, full size porch covers the main facade, and the whole structure is capped with a hip roof. The house has been transformed into an office building. It was listed on the National Register of Historic Places in 1982.
References
Houses completed in 1884
Italianate architecture in Iowa
Bloomfield, Iowa
Houses in Davis County, Iowa
National Register of Historic Places in Davis County, Iowa
Houses on the National Register of Historic Places in Iowa
|
A flue is a duct, pipe, or chimney for removing exhaust gases to the outdoors.
Flue may also refer to:
27764 von Flüe, a minor planet
Flue pipe, a type of organ pipe
Äbeni Flue, a mountain in the Bernese Alps in Switzerland
Tiejer Flue, a mountain in the Swiss Alps
Part of a one flue harpoon, a type of harpoon
Parts of a two flue harpoon, an earlier type of harpoon
People named Flue
Jason Von Flue (born 1975), mixed martial artist
Saint Nicholas of Flüe (1417–1487), Swiss hermit and patron saint of Switzerland
|
```protocol buffer
syntax = "proto3";
package tensorflow;
option cc_enable_arenas = true;
option java_outer_classname = "TensorBundleProtos";
option java_multiple_files = true;
option java_package = "org.tensorflow.util";
import "tensorflow/core/framework/tensor_shape.proto";
import "tensorflow/core/framework/tensor_slice.proto";
import "tensorflow/core/framework/types.proto";
import "tensorflow/core/framework/versions.proto";
// Protos used in the tensor bundle module (tf/core/util/tensor_bundle/).
// Special header that is associated with a bundle.
//
// TODO(zongheng,zhifengc): maybe in the future, we can add information about
// which binary produced this checkpoint, timestamp, etc. Sometime, these can be
// valuable debugging information. And if needed, these can be used as defensive
// information ensuring reader (binary version) of the checkpoint and the writer
// (binary version) must match within certain range, etc.
message BundleHeaderProto {
// Number of data files in the bundle.
int32 num_shards = 1;
// An enum indicating the endianness of the platform that produced this
// bundle. A bundle can only be read by a platform with matching endianness.
// Defaults to LITTLE, as most modern platforms are little-endian.
//
// Affects the binary tensor data bytes only, not the metadata in protobufs.
enum Endianness {
LITTLE = 0;
BIG = 1;
}
Endianness endianness = 2;
// Versioning of the tensor bundle format.
VersionDef version = 3;
}
// Describes the metadata related to a checkpointed tensor.
message BundleEntryProto {
// The tensor dtype and shape.
DataType dtype = 1;
TensorShapeProto shape = 2;
// The binary content of the tensor lies in:
// File "shard_id": bytes [offset, offset + size).
int32 shard_id = 3;
int64 offset = 4;
int64 size = 5;
// The CRC32C checksum of the tensor bytes.
fixed32 crc32c = 6;
// Iff present, this entry represents a partitioned tensor. The previous
// fields are interpreted as follows:
//
// "dtype", "shape": describe the full tensor.
// "shard_id", "offset", "size", "crc32c": all IGNORED.
// These information for each slice can be looked up in their own
// BundleEntryProto, keyed by each "slice_name".
repeated TensorSliceProto slices = 7;
}
```
|
Name Taken was an American rock band from Orange, California. They were originally known as All That's Left in October 1999 until they discovered that the name was already taken; thus the name "Name Taken". The band started in the ninth grade where they would play shows in their amphitheatre at lunch. They later succeeded to record for such compilations as Atticus I and Warped Tour 2002.
History
The band began practicing in a basement in their drummer's house. With each of the members being only 14 or 15 years old, they played shows at backyard parties and church dances. After parting ways with one of their guitarists, Chad Atkinson, Blake Means and Bret Meisenbach (former drummer) headed into the studio to record a demo, still under the name All That's Left. They produced, printed, and sold The Stupid Chad EP \by themselves. Shortly after, they decided to add a second guitarist, Ryan Edwards. They also discovered that there was another band under the name All That's Left, so they decided a change was necessary. The title "Name Taken" was chosen. In August 2001, with a new guitar section and a new name, the band went into Love Juice Laboratories in Riverside, CA to record yet another EP. After 3 days of recording, the EP The Silent Game was born. The recording was quickly picked up by Top Notch Records and put into pressing and released roughly 3 or 4 months later. In the following months their drummer planned to leave Name Taken; he was replaced by Danny Valencia of Downey, CA. Now with Name Taken's line-up in full force, the band had been picked up by One Moment Management, appeared on numerous compilation CDs and showcased for numerous record labels. In December 2002, the band embarked on a west coast US tour. The band played shows in California with groups such as Yellowcard, Rufio, and Saosin, and toured with Alexis On Fire, Silverstein, Midtown, Homegrown, and Senses Fail.
In October 2003, the band played with Spitalfield on their tour of the US. In December 2003, the band signed to Fiddler Records. In January 2004, the band release a demo version of "It Sounds Prettier in Spanish" online. Hold On was released on April 13, 2004. To promote it, the band went on tour with Salem, From First to Last, and Scatter the Ashes, until June. From here, they toured with Gatsbys American Dream and Bear vs. Shark until early July 2004. In July and August 2004, the group went on tour with Fall Out Boy, Bayside, Armor for Sleep, and The Academy Is.... They then toured with the Beautiful Mistake, Tokyo Rose, My New Life and Mock Orange in October 2004. Name Taken closed out the year touring with the Beautiful Mistake. On January 22, 2005, the music video for "Control" was posted online. They opened 2005 toured with Relient K and Mae. The band announced they were breaking up on May 18, 2005 after two years of touring to pursue their college education. Chad and Blake attended Cal State Fullerton, Ryan Edwards attended University of California, Berkeley and went on to be a graduate student at Cornell University.
In February 2007 they announced that they were due to play two reunion shows on May 5 and May 6, 2007 at Anaheim's Chain Reaction. Paul Riscalla assisted with drum duties for the shows. Despite the fact that both shows were sold out, the band never regrouped to record a new album. On November 28, 2007, a message from Blake appeared on absolutepunk.net saying that Name Taken would in fact not be reforming and that the shows were just for fun. They released their first song in 14 years, "Blood And Bones", in July 2018.
The lyrics to the band's song "Panic" are said to have been the inspiration for the name of the platinum-selling band Panic! at the Disco.
Panic at the disco
Sat back and took it so slow
Are you nervous? Are you shaking?
Reception
"Ignoring the uninspired power chord conventions of their scene, they chase each other across their respective fretboards forming tightly woven patterns." - AbsolutePunk review of The Silent Game
"It's more emo on the brain...roils with the urgent, slickly produced fury that defines so much of this genre." - Allmusic review of Hold On
"...an album that admittedly sounds a lot like every other emo-punk band in the genre, but still contains the energy and sense of melody that most of the other bands forget about." - Punknews.org review of Hold On
Band members
Final line-up
Chad Atkinson - Vocals/Bass
Ryan Edwards - Guitar
Blake Means - Guitar
Early members
Juan Pereda - Drums (never played on any records)
Danny Valencia - Drums
Bret Meisenbach - Drums
Discography
The Stupid Chad EP (Independent, 2000)
The Silent Game (Top Notch Records, 2001)
Hold Your Breath, You Know How Long (unreleased, 2002)
Bayside/Name Taken split (Dying Wish Records, 2003)
Hold On (Fiddler Records, 2004)
Blood and Bones (Single) (Independent, 2018)
References
American emo musical groups
Musical groups established in 2000
Pop punk groups from California
Musical groups from Orange County, California
|
The Shamkhor massacre () or the Shamkhor incident (), took place on 22–25 January (9–12 January, Old Style) 1918, Shamkir, Azerbaijan. The Azerbaijani armed groups, acting on orders from the Military Council of Nationalities, massacred Russian soldiers who were returning home from the Caucasus Front, in an effort to obtain sufficient arms.
The Azerbaijani Musavatists and Tatar Cavalry Regiment, under the leadership of the Military Council of Nationalities, stopped a Russian train and demanded the handover of the military supply on it, but the Russian soldiers had refused to give the military equipment away. The following events resulted in the Azerbaijanis stormed the train, which led to hundreds of deaths.
Events
After the October Revolution the Imperial Russian Army ceased to exist as an organized force and its soldiers in large numbers moved into Transcaucasia, trying to get home and often terrorized the local population, forcing it to flee. The leaders of Transcaucasian Democratic Federative Republic needed to act quickly to prevent the sacking of cities and the fall of their regime. Therefore, they organized a Military Council of Nationalities in which the Armenians, the Azerbaijanis, and the Georgians were represented.
When a particularly large and militant group of Russian soldiers began to move along the railroad away from the front in January 1918, the Military Council of Nationalities decided to disarm them. The operation was ordered by Noe Ramishvili, the Interior Minister of Transcaucasian Democratic Federative Republic.
A large group of Azerbaijanis had stopped a Russian train near Shamkhor, riding along what is known as the Baku–Tiflis rail line, and demanded the handover of the military supply on the train, but the Russian soldiers had refused to give the military equipment away. It is impossible to determine who fired the first shot, but eventually Azerbaijanis stormed the train, which led to hundreds of deaths. Azerbaijanis had gained significant amount of war equipment after their attack. Thousands of Russian soldiers were disarmed and sent on their way. The events also had angered Bolshevik and Azerbaijani leaders which had led to confrontations later on in that year. The incident at Shamkhor was also followed by organized attacks against Russians throughout the region.
Casualties
Various sources indicate that the death toll in the incident ranged from 1000 to over 2000 Russian soldiers. However, a number of researchers consider these numbers to be clearly overestimated, believing that several hundred Russian soldiers and officers were killed. The number of Russian soldiers killed and wounded remained unknown. According to S.I. Vereshchak, their "number was difficult to establish", since many corpses were burnt and "many were taken away by fellow villagers".
Vladimir Buldakov notes that "the number of those killed and burned alive on both sides was impossible to count." M.A. Volkhonsky and V.M. Mukhanov only note that "the number of victims on both sides was enormous." Other authors indicate that the incident resulted in thousands of people getting killed. I. S. Ratkovsky believes that the total number of those killed and wounded on both sides exceeded 5 thousand people.
References
1918 in Azerbaijan
January 1918 events
Mass murder in 1918
Massacres in Azerbaijan
|
Stolen Horse International, Inc., also referred to as NetPosse or SHI, is an organization founded to assist horse owners with recovering horses lost during theft. Their website states their mission is to provide a comprehensive theft awareness program to all facets of the horse industry and offer educational opportunities for horse enthusiasts of all types and across all disciplines. The organization which started in 1997, has broaden its reach in the equine community to missing, lost and found, runaways and much more.
This is the lost and found "go to" organization in the equine industry.
Stolen Horse International, Inc. is a registered 501(c)(3) non-profit.
Activities
Stolen horses
The organization seeks primarily to aid in the search for stolen and missing horses. According to statistics, thousands of horses are stolen each year in the United States.
Horses constitute an easy source of cash for thieves. They can be quickly sold at saleyards, making it difficult to track the thief. Horses in areas that are not well supervised are at highest risk. Horses can also be stolen through civil theft such as bad leases, family or friend disputes, or through divorce. Once stolen, the horses can end up going to slaughter, resold at auction, or end up as riding mounts. The more times they are resold, the harder it is to find a stolen horse. Thieves are only interested in a short-term profit and do not care about where the horse ends up.
Stolen tack and trailers
Stolen Horse International also aid owners in finding stolen equipment including tack and trailers. Tack is typically difficult to track, especially if not engraved with some identification number. Stolen tack is typically resold at auction (including online auctions such as eBay), feed and tack stores, or at pawn shops. Organizations such as SHI assist with recovering tack by sending notifications out to thousands of recipients.
Horse trailers are an easy target for thieves. Despite having a unique VIN and requiring a title, thieves have figured ways to forge titles so they can resell the trailer and not be tracked. Once a trailer is stolen, notifications and fliers can be sent out by SHI to help make potential buyers aware of the stolen trailer.
Missing owners
Stolen Horse International, Inc.also assists owners with recovering horses whose owners are unknown. The organization excepts some "civil thefts" since many horses disappear in this manner. Such events typically occur during natural disasters such as wildfires and hurricanes. They assisted with reuniting pet owners with their pets after Hurricane Katrina and many other disasters.
Education
A book titled Horse Theft. Been There—Done That was released by Stolen Horse International, Inc., to inform horse owners about how to protect their horses from theft. The organization also travels to various expositions, clinics and groups across the United States to educate horse owners on how to prevent and deal with all missing horse situations and equine identification.
Seeking justice
Stolen Horse International, Inc., also works closely with law enforcement personnel to aid in the apprehension of horse thieves, as well as search and recovery of horses. Many thieves have been apprehended after the group has assisted with the recovery of stolen horses.
Volunteers
The work performed by Stolen Horse International, Inc., is done by thousands of volunteers which receive and distribute fliers, usually sent electronically via e-mail or fax. Their electronic mailing list, titled the NetPosse Alert Network, can be accessed freely by anyone with Internet access. Because the group is a non-profit, volunteer work is important since their funding is limited.
History
Stolen Horse International, Inc.,was founded by Debi Metcalfe with the help of her husband Harold. Harold's mare, Idaho, was stolen September 26, 1997. Idaho was eventually recovered after 51 weeks. After the recovery, Mrs. Metcalfe started Stolen Horse International, Inc., commonly known as NetPosse.com, to aid other owners with the recovery of their stolen horses.
See also
Bentonville Anti-Horse Thief Society
Horse theft
Stolen Horse International, Inc., aka NetPosse.com
NetPosse.com
References
External links
Official Site for Stolen Horse International, Inc.
IDAHO Alert Network Mailing List
Equestrian organizations
|
Dębina is a village in the administrative district of Gmina Strzelce, within Kutno County, Łódź Voivodeship, in central Poland. It lies approximately south of Strzelce, north-east of Kutno, and north of the regional capital Łódź.
References
Villages in Kutno County
|
The 2nd Virginia Cavalry Regiment was a cavalry regiment raised in Virginia for service in the Confederate States Army during the American Civil War. It fought mostly with the Army of Northern Virginia.
The unit was organized by Colonel Jubal Early in Lynchburg, Virginia, in May, 1861 as the 30th Virginia Volunteer Regiment under Col. Richard C.W. Radford (whence "Radford's Rangers"—not to be confused with Troop G's similar nickname). Its troops (the cavalry equivalent of infantry companies) were recruited across several counties of Central Virginia:
At the end of October, 1861 the unit was re-designated the 2nd Virginia Cavalry Regiment.
During the war it was brigaded under Generals B.H. Robertson, Fitzhugh Lee, W.C. Wickham, and Thomas Munford. The 2nd Cavalry saw action at First Bull Run, in Jackson's Valley Campaign, and at Second Bull Run, Mile Hill, Antietam, Fredericksburg, Kelly's Ford, Chancellorsville, Brandy Station, Aldie, Upperville, Gettysburg, and Shepherdstown. After the Bristoe and Mine Run campaigns, it was involved at The Wilderness, Todd's Tavern, Spotsylvania, Haw's Shop, and Cold Harbor. It fought in the Shenandoah Valley with Jubal Early and later in numerous conflicts around Petersburg and Appomattox.
The regiment contained 676 men in July, 1861, lost twenty-eight percent of the 163 engaged at Groveton Heights, and of the 385 at Gettysburg about four percent were disabled. At Appomattox it cut through the Federal lines and disbanded at Lynchburg on April 10, 1865. However, 19 men were included in the surrender.
The field officers were Colonels Richard C.W. Radford and Thomas T. Munford, Lieutenant Colonels Cary Breckinridge and James W. Watts, and Major William F. Graves.
Future Commonwealth's Attorney and Virginia Bar Association President Micajah Woods enlisted in the 2nd Virginia Cavalry. Woods was the prosecuting attorney in the trial of Charlottesville mayor J. Samuel McCue, the last man to be hanged in Virginia.
Thomas Whitehead, the future one-term Representative of Virginia's 6th Congressional District to the House of Representatives, was the captain of Company E.
The flag of the Botetourt Dragoons was conserved by the United Daughters of the Confederacy Chapter 797 when it was listed as one of the top 12 flags needing conservation at the Museum of the Confederacy. The flag was constructed in 1861 when the Fincastle, Virginia unit rode off to war. The silk flag was used by the unit for two years, and the flag bearer, Rufus H. Peck, presented the flag to the Museum of the Confederacy in 1907.
See also
List of Virginia Civil War units
References
External links
Reminiscences of a Confederate soldier of Co. C, 2nd Va. Cavalry by Peck, Rufus H. at the Internet Archive
2nd Regiment Virginia Cavalry at Southern Historical Society papers
2nd Virginia Cavalry at FirstBullRun.co.uk
Units and formations of the Confederate States Army from Virginia
1861 establishments in Virginia
Military units and formations established in 1861
1865 disestablishments in Virginia
Military units and formations disestablished in 1865
|
Nassaria termesoides is a species of sea snail, a marine gastropod mollusk in the family Nassariidae, the true whelks.
Description
The length of the shell attains 30.6 mm.
Distribution
This marine species occurs off Tanimbar Island, Indonesia.
References
Fraussen K. 2006. Deep water Nassaria (Gastropoda: Buccinidae) from Banda and Arafura Seas. Novapex 7(2-3): 31-46
External links
Nassariidae
Gastropods described in 2006
|
```go
//
//
// path_to_url
//
// Unless required by applicable law or agreed to in writing, software
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
package vocabulary
import (
"sort"
metrics "github.com/google/gnostic/metrics"
openapi_v3 "github.com/google/gnostic/openapiv3"
)
func fillProtoStructures(m map[string]int) []*metrics.WordCount {
keyNames := make([]string, 0, len(m))
for key := range m {
keyNames = append(keyNames, key)
}
sort.Strings(keyNames)
counts := make([]*metrics.WordCount, 0)
for _, k := range keyNames {
temp := &metrics.WordCount{
Word: k,
Count: int32(m[k]),
}
counts = append(counts, temp)
}
return counts
}
func (vocab *Vocabulary) processOperationV3(operation *openapi_v3.Operation) {
if operation.OperationId != "" {
vocab.operationID[operation.OperationId]++
}
for _, item := range operation.Parameters {
switch t := item.Oneof.(type) {
case *openapi_v3.ParameterOrReference_Parameter:
vocab.parameters[t.Parameter.Name]++
}
}
}
func (vocab *Vocabulary) processComponentsV3(components *openapi_v3.Components) {
vocab.processParametersV3(components)
vocab.processSchemasV3(components)
vocab.processResponsesV3(components)
}
func (vocab *Vocabulary) processParametersV3(components *openapi_v3.Components) {
if components.Parameters == nil {
return
}
for _, pair := range components.Parameters.AdditionalProperties {
switch t := pair.Value.Oneof.(type) {
case *openapi_v3.ParameterOrReference_Parameter:
vocab.parameters[t.Parameter.Name]++
}
}
}
func (vocab *Vocabulary) processSchemasV3(components *openapi_v3.Components) {
if components.Schemas == nil {
return
}
for _, pair := range components.Schemas.AdditionalProperties {
vocab.schemas[pair.Name]++
vocab.processSchemaV3(pair.Value)
}
}
func (vocab *Vocabulary) processSchemaV3(schema *openapi_v3.SchemaOrReference) {
if schema == nil {
return
}
switch t := schema.Oneof.(type) {
case *openapi_v3.SchemaOrReference_Reference:
return
case *openapi_v3.SchemaOrReference_Schema:
if t.Schema.Properties != nil {
for _, pair := range t.Schema.Properties.AdditionalProperties {
vocab.properties[pair.Name]++
}
}
}
}
func (vocab *Vocabulary) processResponsesV3(components *openapi_v3.Components) {
if components.Responses == nil {
return
}
for _, pair := range components.Responses.AdditionalProperties {
vocab.schemas[pair.Name]++
}
}
func NewVocabularyFromOpenAPIv3(document *openapi_v3.Document) *metrics.Vocabulary {
var vocab Vocabulary
vocab.schemas = make(map[string]int)
vocab.operationID = make(map[string]int)
vocab.parameters = make(map[string]int)
vocab.properties = make(map[string]int)
if document.Components != nil {
vocab.processComponentsV3(document.Components)
}
for _, pair := range document.Paths.Path {
v := pair.Value
if v.Get != nil {
vocab.processOperationV3(v.Get)
}
if v.Post != nil {
vocab.processOperationV3(v.Post)
}
if v.Put != nil {
vocab.processOperationV3(v.Put)
}
if v.Patch != nil {
vocab.processOperationV3(v.Patch)
}
if v.Delete != nil {
vocab.processOperationV3(v.Delete)
}
}
v := &metrics.Vocabulary{
Schemas: fillProtoStructures(vocab.schemas),
Operations: fillProtoStructures(vocab.operationID),
Parameters: fillProtoStructures(vocab.parameters),
Properties: fillProtoStructures(vocab.properties),
}
return v
}
```
|
Luka Palamarchuk (; ) (6 September 1906 – 26 December 1985) was a Ukrainian politician, journalist and diplomat. He was Minister of Foreign Affairs of the Ukrainian SSR from 1953 to 1965.
Education
Born in Vinnitsa region in 1906, Luka Palamarchyk graduated from the Faculty of History of the Taras Shevchenko National University of Kyiv (1949) and the Higher Party School of the Communist Party of Ukraine (1950).
Professional career and experience
In 1929–1941 – he worked as a journalist.
In 1941–1942 – chairman of the Radio Committee of the Council of People's Commissars of the Ukrainian SSR.
In 1943–1952 – he was executive editor of "Radaynska Ukraine", he edited the Ukrainian satirical newspaper Perets'.
In 1952–1954 – Deputy Minister of Foreign Affairs of the Ukrainian SSR.
From 17 June 1953 to 11 May 1954 – Acting Minister of Foreign Affairs of the Ukrainian SSR.
From 11 May 1954 to 13 August 1965 – Minister of Foreign Affairs of the Ukrainian SSR Headed the Ukrainian delegation to sessions of the UN General Assembly.
From 13 August 1965 to 25 October 1972 – Ambassador Extraordinary and Plenipotentiary of the Soviet Union in Morocco.
He died in Kiev on 26 December 1985 at the age of 79.
Diplomatic rank
Ambassador Extraordinary and Plenipotentiary
References
External links
Luka Palamarchuk of the Soviet Ukraine indicated Moscow is primarily interested in a treaty to keep nuclear weapons from the West German armed forces
Documents on Ukrainian Jewish Identity and Emigration, 1944-1990 Vladimir Khanin. Psychology Press, 2003 - 350
Diplomacy in the Former Soviet Republics James P. Nichol Greenwood Publishing Group, 1.01.1995 - 244.
Soroka D. I. Historical retrospective of Ukraine's cooperation with the United Nations
Ukrainian Soviet Encyclopedia
1906 births
1986 deaths
Politicians from Vinnytsia Oblast
People from Vinnitsky Uyezd
Communist Party of Ukraine (Soviet Union) politicians
Soviet foreign ministers of Ukraine
Second convocation members of the Verkhovna Rada of the Ukrainian Soviet Socialist Republic
Third convocation members of the Verkhovna Rada of the Ukrainian Soviet Socialist Republic
Fourth convocation members of the Verkhovna Rada of the Ukrainian Soviet Socialist Republic
Fifth convocation members of the Verkhovna Rada of the Ukrainian Soviet Socialist Republic
Sixth convocation members of the Verkhovna Rada of the Ukrainian Soviet Socialist Republic
Permanent Representatives of Ukraine to the United Nations
Ukrainian editors
20th-century Ukrainian journalists
Recipients of the Order of the Red Banner of Labour
Burials at Baikove Cemetery
|
Eulogio Vargas (born 21 March 1931) is a Bolivian footballer. He played in five matches for the Bolivia national football team in 1963. He was also part of Bolivia's squad that won the 1963 South American Championship.
References
1931 births
Living people
Bolivian men's footballers
Bolivia men's international footballers
Place of birth missing (living people)
Men's association football midfielders
Club Bolívar players
|
```xml
export = require("@xarc/webpack/lib/webpack.config.dev");
```
|
```abap
CLASS ltc_zcl_aws1_lmd_actions DEFINITION DEFERRED.
CLASS zcl_aws1_lmd_actions DEFINITION LOCAL FRIENDS ltc_zcl_aws1_lmd_actions.
CLASS ltc_zcl_aws1_lmd_actions DEFINITION FOR TESTING DURATION SHORT RISK LEVEL HARMLESS.
PRIVATE SECTION.
CONSTANTS: cv_pfl TYPE /aws1/rt_profile_id VALUE 'ZCODE_DEMO'.
DATA ao_lmd TYPE REF TO /aws1/if_lmd.
DATA ao_session TYPE REF TO /aws1/cl_rt_session_base.
DATA ao_lmd_actions TYPE REF TO zcl_aws1_lmd_actions.
DATA av_lrole TYPE /aws1/lmdrolearn.
METHODS: create_function FOR TESTING RAISING /aws1/cx_rt_generic,
get_function FOR TESTING RAISING /aws1/cx_rt_generic,
list_functions FOR TESTING RAISING /aws1/cx_rt_generic,
invoke_function FOR TESTING RAISING /aws1/cx_rt_generic,
update_function_code FOR TESTING RAISING /aws1/cx_rt_generic,
update_function_configuration FOR TESTING RAISING /aws1/cx_rt_generic,
delete_function FOR TESTING RAISING /aws1/cx_rt_generic.
METHODS setup RAISING /aws1/cx_rt_generic ycx_aws1_mit_generic.
METHODS:
create_code
RETURNING VALUE(oo_code) TYPE REF TO /aws1/cl_lmdfunctioncode
RAISING /aws1/cx_rt_generic,
update_code
RETURNING VALUE(oo_code) TYPE /aws1/lmdblob
RAISING /aws1/cx_rt_generic,
create_lambda_function
IMPORTING iv_function_name TYPE /aws1/lmdfunctionname
RAISING /aws1/cx_rt_generic,
verify_lambda_state
IMPORTING iv_function_name TYPE /aws1/lmdfunctionname
RAISING /aws1/cx_rt_generic,
assert_lambda_result
IMPORTING
iv_payload TYPE /aws1/lmdblob
iv_exp TYPE i
RAISING /aws1/cx_rt_generic.
ENDCLASS.
CLASS ltc_zcl_aws1_lmd_actions IMPLEMENTATION.
METHOD setup.
ao_session = /aws1/cl_rt_session_aws=>create( iv_profile_id = cv_pfl ).
ao_lmd = /aws1/cl_lmd_factory=>create( ao_session ).
ao_lmd_actions = NEW zcl_aws1_lmd_actions( ).
DATA(lt_roles) = ao_session->get_configuration( )->get_logical_iam_roles( ).
READ TABLE lt_roles WITH KEY profile_id = cv_pfl INTO DATA(lo_role).
av_lrole = lo_role-iam_role_arn.
ENDMETHOD.
METHOD create_function.
CONSTANTS: cv_function_name TYPE /aws1/lmdfunctionname VALUE 'code-example-create-function'.
ao_lmd_actions->create_function(
iv_function_name = cv_function_name
iv_role_arn = av_lrole
iv_handler = |lambda_function.lambda_handler|
io_zip_file = create_code( )
).
DATA(lv_function_arn) = ao_lmd->getfunctionconfiguration( iv_functionname = cv_function_name )->get_functionarn( ).
cl_abap_unit_assert=>assert_not_initial(
act = lv_function_arn
msg = |Failed to create Lambda function { cv_function_name }|
).
ao_lmd->deletefunction( iv_functionname = cv_function_name ).
ENDMETHOD.
METHOD create_code.
DATA(lo_zip) = NEW cl_abap_zip( ).
DATA(lv_code) =
|import logging\n| &&
|import json\n| &&
|\n| &&
|logger = logging.getLogger()\n| &&
|logger.setLevel(logging.INFO)\n| &&
|\n| &&
|def lambda_handler(event, context):\n| &&
| # TODO implement\n| &&
| action = event.get('action')\n| &&
| if action == 'increment':\n| &&
| result = event.get('number', 0) + 1\n| &&
| logger.info('Calculated result of %s', result)\n| &&
| else:\n| &&
| logger.error("%s is not a valid action.", action)\n| &&
| return \{\n| &&
| 'statusCode': 200,\n| &&
| 'body': json.dumps(result)\n| &&
| \}\n|.
DATA(lv_xcode) = /aws1/cl_rt_util=>string_to_xstring( lv_code ).
lo_zip->add( name = 'lambda_function.py' content = lv_xcode ).
DATA(lv_xzip) = lo_zip->save( ).
oo_code = NEW /aws1/cl_lmdfunctioncode( iv_zipfile = lv_xzip ).
ENDMETHOD.
METHOD get_function.
CONSTANTS: cv_function_name TYPE /aws1/lmdfunctionname VALUE 'code-example-get-function'.
create_lambda_function( iv_function_name = cv_function_name ).
DATA(lo_result) = ao_lmd_actions->get_function( iv_function_name = cv_function_name ).
cl_abap_unit_assert=>assert_not_initial(
act = lo_result
msg = |Failed to retrieve information about Lambda function { cv_function_name }|
).
cl_abap_unit_assert=>assert_equals(
exp = cv_function_name
act = lo_result->get_configuration( )->get_functionname( )
msg = |Lambda function name did not match expected value { cv_function_name }|
).
cl_abap_unit_assert=>assert_equals(
exp = `lambda_function.lambda_handler`
act = lo_result->get_configuration( )->get_handler( )
msg = |Handler did not match expected value|
).
cl_abap_unit_assert=>assert_equals(
exp = av_lrole
act = lo_result->get_configuration( )->get_role( )
msg = |Function's execution role did not match expected value { av_lrole }|
).
cl_abap_unit_assert=>assert_equals(
exp = `python3.9`
act = lo_result->get_configuration( )->get_runtime( )
msg = |Function's runtime did not match expected value |
).
cl_abap_unit_assert=>assert_not_initial(
act = lo_result->get_code( )->get_location( )
msg = |Failed to retrieve value of Lambda location/URL|
).
ao_lmd->deletefunction( iv_functionname = cv_function_name ).
ENDMETHOD.
METHOD create_lambda_function.
ao_lmd->createfunction(
iv_functionname = iv_function_name
iv_runtime = `python3.9`
iv_role = av_lrole
iv_handler = `lambda_function.lambda_handler`
io_code = create_code( )
).
ENDMETHOD.
METHOD list_functions.
CONSTANTS: cv_function_name TYPE /aws1/lmdfunctionname VALUE 'code-example-list-functions'.
create_lambda_function( iv_function_name = cv_function_name ).
DATA(lo_result) = ao_lmd_actions->list_functions( ).
DATA lv_found TYPE abap_bool VALUE abap_false.
LOOP AT lo_result->get_functions( ) INTO DATA(lo_function).
IF lo_function->get_functionname( ) = cv_function_name.
lv_found = abap_true.
ENDIF.
ENDLOOP.
cl_abap_unit_assert=>assert_true(
act = lv_found
msg = |Function { cv_function_name } should have been included in function list|
).
ao_lmd->deletefunction( iv_functionname = cv_function_name ).
ENDMETHOD.
METHOD invoke_function.
CONSTANTS: cv_function_name TYPE /aws1/lmdfunctionname VALUE 'code-example-invoke-function'.
create_lambda_function( iv_function_name = cv_function_name ).
verify_lambda_state( iv_function_name = cv_function_name ).
DATA(lo_result) = ao_lmd_actions->invoke_function( iv_function_name = cv_function_name ).
cl_abap_unit_assert=>assert_initial(
act = lo_result->get_functionerror( )
msg = |Invoke function call failed with error { lo_result->get_functionerror( ) }|
).
assert_lambda_result(
iv_payload = lo_result->ask_payload( )
iv_exp = 11
).
ao_lmd->deletefunction( iv_functionname = cv_function_name ).
ENDMETHOD.
METHOD verify_lambda_state.
WHILE ao_lmd->getfunction( iv_functionname = iv_function_name )->get_configuration( )->ask_state( ) <> 'Active'.
IF sy-index = 10.
EXIT.
ENDIF.
WAIT UP TO 1 SECONDS.
ENDWHILE.
ENDMETHOD.
METHOD assert_lambda_result.
DATA(lo_doc) = cl_ixml=>create( )->create_document( ).
CALL TRANSFORMATION id
SOURCE XML iv_payload
RESULT XML lo_doc.
DATA(lo_iter) = lo_doc->get_first_child( )->get_children( )->create_iterator( ).
DATA(lo_node) = lo_iter->get_next( ).
DATA lv_value TYPE i.
WHILE lo_node IS NOT INITIAL.
DATA(lv_name) = lo_node->get_attributes( )->get_named_item_ns( name = 'name' )->get_value( ).
IF lv_name = 'body'.
lv_value = lo_node->get_value( ).
ENDIF.
lo_node = lo_iter->get_next( ).
ENDWHILE.
cl_abap_unit_assert=>assert_equals(
exp = iv_exp
act = lv_value
msg = |Invoke function response ({ lv_value }) was not as expected ({ iv_exp })|
).
ENDMETHOD.
METHOD update_function_code.
CONSTANTS: cv_function_name TYPE /aws1/lmdfunctionname VALUE 'code-example-update-function-code'.
create_lambda_function( iv_function_name = cv_function_name ).
verify_lambda_state( iv_function_name = cv_function_name ).
DATA(lo_update_result) = ao_lmd_actions->update_function_code(
iv_function_name = cv_function_name
io_zip_file = update_code( )
).
WAIT UP TO 10 SECONDS.
cl_abap_unit_assert=>assert_not_initial(
act = lo_update_result
msg = |Failed to update Lambda function code|
).
DATA(lv_json) = /aws1/cl_rt_util=>string_to_xstring(
`{` &&
`"action": "decrement",` &&
`"number": 10` &&
`}`
).
DATA(lo_invoke_result) = ao_lmd->invoke(
iv_functionname = cv_function_name
iv_payload = lv_json
).
cl_abap_unit_assert=>assert_initial(
act = lo_invoke_result->get_functionerror( )
msg = |Invoke function call failed with error { lo_invoke_result->get_functionerror( ) }|
).
assert_lambda_result(
iv_payload = lo_invoke_result->ask_payload( )
iv_exp = 9
).
ao_lmd->deletefunction( iv_functionname = cv_function_name ).
ENDMETHOD.
METHOD update_code.
DATA(lo_zip) = NEW cl_abap_zip( ).
DATA(lv_code) =
|import logging\n| &&
|import json\n| &&
|\n| &&
|logger = logging.getLogger()\n| &&
|logger.setLevel(logging.INFO)\n| &&
|\n| &&
|def lambda_handler(event, context):\n| &&
| # TODO implement\n| &&
| action = event.get('action')\n| &&
| if action == 'increment':\n| &&
| result = event.get('number', 0) + 1\n| &&
| logger.info('Calculated result of %s', result)\n| &&
| elif action == 'decrement':\n| &&
| result = event.get('number', 0) - 1\n| &&
| logger.info('Calculated result of %s', result)\n| &&
| else:\n| &&
| logger.error("%s is not a valid action.", action)\n| &&
| return \{\n| &&
| 'statusCode': 200,\n| &&
| 'body': json.dumps(result)\n| &&
| \}\n|.
DATA(lv_xcode) = /aws1/cl_rt_util=>string_to_xstring( lv_code ).
lo_zip->add( name = 'lambda_function.py' content = lv_xcode ).
oo_code = lo_zip->save( ).
ENDMETHOD.
METHOD update_function_configuration.
CONSTANTS: cv_function_name TYPE /aws1/lmdfunctionname VALUE 'code-example-update-function-conf'.
create_lambda_function( iv_function_name = cv_function_name ).
verify_lambda_state( iv_function_name = cv_function_name ).
DATA(lo_result) = ao_lmd_actions->update_function_configuration(
iv_function_name = cv_function_name
iv_runtime = `python3.8`
iv_memory_size = 150
).
cl_abap_unit_assert=>assert_not_initial(
act = lo_result
msg = |Failed to update Lambda function configuration|
).
cl_abap_unit_assert=>assert_equals(
exp = `lambda_function.lambda_handler`
act = lo_result->get_handler( )
msg = |Handler did not match expected value|
).
cl_abap_unit_assert=>assert_equals(
exp = av_lrole
act = lo_result->get_role( )
msg = |Function's execution role did not match expected value { av_lrole }|
).
cl_abap_unit_assert=>assert_equals(
exp = `python3.8`
act = lo_result->get_runtime( )
msg = |Function's runtime did not match expected value |
).
cl_abap_unit_assert=>assert_equals(
exp = 'Updated Lambda Function'
act = lo_result->get_description( )
msg = |Function's description did not match expected value |
).
cl_abap_unit_assert=>assert_equals(
exp = 150
act = lo_result->get_memorysize( )
msg = |Function memory did not match expected value|
).
ao_lmd->deletefunction( iv_functionname = cv_function_name ).
ENDMETHOD.
METHOD delete_function.
CONSTANTS: cv_function_name TYPE /aws1/lmdfunctionname VALUE 'code-example-delete-function'.
create_lambda_function( iv_function_name = cv_function_name ).
ao_lmd_actions->delete_function( iv_function_name = cv_function_name ).
DATA lv_found TYPE abap_bool VALUE abap_false.
LOOP AT ao_lmd->listfunctions( )->get_functions( ) INTO DATA(lo_function).
IF lo_function->get_functionname( ) = cv_function_name.
lv_found = abap_true.
ENDIF.
ENDLOOP.
cl_abap_unit_assert=>assert_false(
act = lv_found
msg = |Function { cv_function_name } should have been deleted|
).
ENDMETHOD.
ENDCLASS.
```
|
```python
from .layer import YowPresenceProtocolLayer
```
|
```xml
/*
* @license Apache-2.0
*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
import inheritedNonEnumerableProperties = require( './index' );
// TESTS //
// The function returns an array of strings or symbols...
{
inheritedNonEnumerableProperties( { 'beep': 'boop', 'foo': 3.14 } ); // $ExpectType (string | symbol)[]
inheritedNonEnumerableProperties( { 'beep': 'boop', 'foo': 3.14 }, 1 ); // $ExpectType (string | symbol)[]
}
// The compiler throws an error if the function is provided a second argument which is not a number...
{
inheritedNonEnumerableProperties( [], 'abc' ); // $ExpectError
inheritedNonEnumerableProperties( [], false ); // $ExpectError
inheritedNonEnumerableProperties( [], true ); // $ExpectError
inheritedNonEnumerableProperties( [], [] ); // $ExpectError
inheritedNonEnumerableProperties( [], {} ); // $ExpectError
inheritedNonEnumerableProperties( [], ( x: number ): number => x ); // $ExpectError
}
// The compiler throws an error if the function is provided an incorrect number of arguments...
{
inheritedNonEnumerableProperties(); // $ExpectError
inheritedNonEnumerableProperties( [], 2, 2 ); // $ExpectError
}
```
|
```javascript
/**
* @license Apache-2.0
*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
'use strict';
// MODULES //
var addon = require( './../src/addon.node' );
// MAIN //
/**
* Rounds each element in a single-precision floating-point strided array `x` toward zero and assigns the results to elements in a single-precision floating-point strided array `y`.
*
* @param {NonNegativeInteger} N - number of indexed elements
* @param {Float32Array} x - input array
* @param {integer} strideX - `x` stride length
* @param {Float32Array} y - destination array
* @param {integer} strideY - `y` stride length
* @returns {Float32Array} `y`
*
* @example
* var Float32Array = require( '@stdlib/array/float32' );
*
* var x = new Float32Array( [ 1.1, 2.5, -3.5, 4.0, -5.9 ] );
* var y = new Float32Array( [ 0.0, 0.0, 0.0, 0.0, 0.0 ] );
*
* strunc( x.length, x, 1, y, 1 );
* // y => <Float32Array>[ 1.0, 2.0, -3.0, 4.0, -5.0 ]
*/
function strunc( N, x, strideX, y, strideY ) {
addon( N, x, strideX, y, strideY );
return y;
}
// EXPORTS //
module.exports = strunc;
```
|
```ruby
require 'chain'
chain = Chain::Client.new
signer = Chain::HSMSigner.new
key = chain.mock_hsm.keys.create
signer.add_key(key, chain.mock_hsm.signer_conn)
chain.assets.create(alias: 'gold', root_xpubs: [key.xpub], quorum: 1)
chain.accounts.create(alias: 'alice', root_xpubs: [key.xpub], quorum: 1)
chain.accounts.create(alias: 'bob', root_xpubs: [key.xpub], quorum: 1)
issuance_tx = chain.transactions.submit(signer.sign(chain.transactions.build { |b|
b.issue asset_alias: 'gold', amount: 200
b.control_with_account account_alias: 'alice', asset_alias: 'gold', amount: 100
b.control_with_account account_alias: 'alice', asset_alias: 'gold', amount: 100
}))
# snippet alice-unspent-outputs
alice_unspent_outputs = chain.unspent_outputs.query(
filter: 'account_alias=$1',
filter_params: ['alice'],
).each do |utxo|
puts "Unspent output in alice account: #{utxo.transaction_id}:#{utxo.position}"
end
# endsnippet
# snippet gold-unspent-outputs
goldUnspentOutputs = chain.unspent_outputs.query(
filter: 'asset_alias=$1',
filter_params: ['gold'],
).each do |utxo|
puts "Unspent output containing gold: #{utxo.id}"
end
# endsnippet
prev_transaction = chain.transactions.query(filter: 'id=$1', filter_params: [issuance_tx.id]).first
# snippet build-transaction-all
spend_output = chain.transactions.build do |b|
b.spend_account_unspent_output output_id: prev_transaction.outputs[0].id
b.control_with_account account_alias: 'bob', asset_alias: 'gold', amount: 100
end
# endsnippet
chain.transactions.submit(signer.sign(spend_output))
# snippet build-transaction-partial
spend_output_with_change = chain.transactions.build do |b|
b.spend_account_unspent_output output_id: prev_transaction.outputs[1].id
b.control_with_account account_alias: 'bob', asset_alias: 'gold', amount: 40
b.control_with_account account_alias: 'alice', asset_alias: 'gold', amount: 60
end
# endsnippet
chain.transactions.submit(signer.sign(spend_output_with_change))
```
|
VfL Wolfsburg did not manage to qualify for international football, in spite of keeping the squad that won the Bundesliga in 2009. Coach Armin Veh was sacked, following a failure to reach the knockout stage of the UEFA Champions League, and being distanced in Bundesliga. Under interim coach Lorenz-Günther Köstner Wolfsburg managed to finish inside the top half and reach the quarter-final in the UEFA Europa League. The most influential player was Edin Džeko, who unlike the team, continued to perform at the top level, topping the Bundesliga's top scoring-chart.
Squad
Goalkeepers
Diego Benaglio
André Lenz
Marwin Hitz
Defenders
Andrea Barzagli
Alexander Madlung
Ricardo Costa
Marcel Schäfer
Cristian Zaccardo
Peter Pekarík
Réver
Fabian Johnson
Daniel Reiche
Jan Šimůnek
Midfielders
Sascha Riether
Christian Gentner
Zvjezdan Misimović
Ashkan Dejagah
Makoto Hasebe
Josué
Jonathan Santana
Karim Ziani
Sebastian Schindzielorz
Alexander Laas
Daniel Baier
Attackers
Grafite
Edin Džeko
Obafemi Martins
Alexander Esswein
Competitions
Bundesliga
League table
Matches
Top scorers
Edin Džeko (22)
Grafite (11)
Zvjezdan Misimović (10)
Obafemi Martins (6)
Top assists
Zvjezdan Misimović (15)
Edin Džeko (10)
DFB-Pokal
UEFA Champions League
Group stage
UEFA Europa League
Knockout phase
Round of 32
Round of 16
Quarter-finals
Kits
References
Sources
Soccerbase - Wolfsburg Results
VfL Wolfsburg seasons
Wolfsburg
Wolfsburg
|
In fluid dynamics, an adverse pressure gradient is a pressure gradient in which the static pressure increases in the direction of the flow. Mathematically this is expressed as for a flow in the positive -direction.
This is important for boundary layers. Increasing the fluid pressure is akin to increasing the potential energy of the fluid, leading to a reduced kinetic energy and a deceleration of the fluid. Since the fluid in the inner part of the boundary layer is slower, it is more greatly affected by the increasing pressure gradient. For a large enough pressure increase, this fluid may slow to zero velocity or even become reversed causing a flow separation. This has very significant consequences in aerodynamics since flow separation significantly modifies the pressure distribution along the surface and hence the lift and drag characteristics.
Turbulent boundary layers tend to be able to sustain an adverse pressure gradient better than an equivalent laminar boundary layer. The more efficient mixing which occurs in a turbulent boundary layer transports kinetic energy from the edge of the boundary layer to the low-momentum flow at the solid surface, often preventing the separation that would occur for a laminar boundary layer under the same conditions. This physical fact has led to a variety of schemes to actually produce turbulent boundary layers when boundary layer separation is dominant at high Reynolds numbers; the dimples on a golf ball, the fuzz on a tennis ball, or the seams on a baseball are good examples. Aeroplane wings are often engineered with vortex generators on the upper surface to produce a turbulent boundary layer.
See also
Flow separation
References
Ernst R. G. Eckert & Robert M. Drake Jr. (1959) Heat and Mass Transfer, McGraw-Hill.
Hermann Schlichting (1960) Boundary Layer Theory, McGraw-Hill.
Fluid dynamics
|
Rozel is a place name describing two identically named vingtaines in the Channel Island of Jersey- the Vingtaine de Rozel of St Martin and the Vingtaine de Rozel of Trinity .
Situated in the north east coast of Jersey, the vingtaines are most well known for the quaint cove situated on the border between St Martin and Trinity known as Rozel Bay. In 1829 a harbour was built for the increasing number of vessels involved in the oyster dredging fishery which eventually collapsed at the end of the 19th century.
Le Câtel de Rozel lies on a headland to the north of Rozel Bay in Trinity, and is an early fort with signs of neolithic and Iron Age occupation.
During the Napoleonic era, a fort was built on the headland to the north of the harbour and was backed by a garrison stationed at Le Couperon barracks in Rozel Bay. The barracks were built in 1810, sold to a private owner in 1924 and converted into a hotel run by the Sharp family in the 1950s. The property is now a private residential complex.
Le Moulin de Rozel was a mill built in 1799, dismantled in 1916 and later converted to an artillery observation post by the Germans in the occupation of the Channel Islands. Now a Jersey listed building, the mill serves as a maritime navigation mark.
Chateau La Chaire lies in a valley where Samuel Curtis built a house and established a botanical garden in 1841. In 2002 research was undertaken in recreating the "lost garden" and several Eden project style schemes were put forward, however the Samuel Curtis Garden Project fell into abeyance in January 2004.
Other vingtaines
Other vingtaines of St Martin and Trinity include Vingtaine de Faldouet; Vingtaine du Fief de la Reine; Vingtaine de l'Eglise and Vingtaine de la Queruee (St Martin) and Vingtaine de la Ville-à-l'Évêque; Vingtaine du Rondin; Vingtaine des Augrès and Vingtaine de la Croiserie (Trinity).
References
Rozel
Rozel
|
Uromyces ciceris-arietini is a fungal species and plant pathogen infecting chickpea (Cicer arietinum).
Uromyces ciceris-arietini was first found on chickpeas in Australia in 1983, and then in the US in 1987.
It also affects 29 species in the Medicago genus including; Medicago polyceratia and Medicago polymorpha plants in USA.
References
Other sources
Rubiales D, Moreno I, Moreno MT, Sillero JC (2001) Identification of Partial Resistance to chickpea rust (Uromyces ciceris-arietini). In: European Association for Grain Legume Research-AEP (eds), Proceedings of the 4th European Conference on Grain Legumes, Cracow, pp 194–195
External links
USDA ARS Fungal Database
Fungal plant pathogens and diseases
Pulse crop diseases
ciceris-arietini
Fungi described in 1863
|
Aliki may refer to:
Aliki (name), a given name, usually Greek
Aliki, the penname of Aliki Brandenberg, born 1928, children's book author
Ariki, a Polynesian chief
Amelia Tokagahahau Aliki (1845–1895), queen of Uvea (Pacific Island)
Alyki, a village and beach in Agkairia, Paros, Greece
|
oOoOO (pronounced "oh") is an American witch house/chillwave project led by Christopher Dexter Greenspan. The project was founded in 2008. Along with White Ring and Salem, oOoOO is often recognized as a pioneer of the witch house sound.
Career
oOoOO's debut release was on Houston-based Disaro Records in January 2010, where he released a six-track CD-Rk. In 2010, the tracks "No Shore" and "Cold" were included on the 4-artist compilation cassette for Bathetic Records.
oOoOO's second EP Our Loving Is Hurting Us was released on April 10, 2012 via Tri Angle. oOoOO's debut LP, Without Your Love, was released on June 24, 2013 via Nihjgt Feelings – a new label based in Turkey, co-founded by Dexter himself. oOoOO's second LP, Faminine Mystique, was released in 2018 in collaboration with Bosnian-German singer/producer Asia a/k/a Islamiq Grrrls. In 2020, Dexter and Islamiq Grrrls released their first LP under the name Drab City, Good Songs for Bad People.
Chris Dexter has listed Jana Hunter and Matteah Baim as influences.
Discography
EPs
Untitled CD-R (CD-R, 2010, Disaro)
oOoOO (EP, 2010, Tri Angle)
Our Loving Is Hurting Us (EP, 2012, Tri Angle)
LPs
Without Your Love (LP, 2013, Nihjgt Feelings)
Faminine Mystique (LP, 2018, Nihjgt Feelings) with Islamiq Grrrls
Singles
Roses / Seaww (Split 7" with White Ring, 2010, Emotion)
Working For The Men (with Drab City, 2020, Bella Union)
Gone Fishin’, 2022
References
One-man bands
Musical groups established in 2008
Musical groups from San Francisco
Electronic music groups from California
American experimental musical groups
Dark ambient music groups
Remixers
|
Golden Touch may refer to:
"Golden Touch" (song), a song by Razorlight
Golden Touch (album), an album by Shabba Ranks
The Golden Touch (film), a 1935 Walt Disney Silly Symphony cartoon
Midas, the mythological tale of the golden touch
|
```objective-c
/* $OpenBSD: pcicreg.h,v 1.1.1.1 2006/10/06 21:02:55 miod Exp $ */
/* $NetBSD: pcicreg.h,v 1.2 2005/12/11 12:18:58 christos Exp $ */
/*-
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include <sh/devreg.h>
/*
* PCI Controller
*/
#define SH4_PCIC 0xfe200000
#define SH4_PCIC_IO 0xfe240000
#define SH4_PCIC_IO_SIZE 0x00040000
#define SH4_PCIC_IO_MASK (SH4_PCIC_IO_SIZE-1)
#define SH4_PCIC_MEM 0xfd000000
#define SH4_PCIC_MEM_SIZE 0x01000000
#define SH4_PCIC_MEM_MASK (SH4_PCIC_MEM_SIZE-1)
#define SH4_PCICONF (SH4_PCIC+0x000) /* 32bit */
#define SH4_PCICONF0 (SH4_PCICONF+0x00) /* 32bit */
#define SH4_PCICONF1 (SH4_PCICONF+0x04) /* 32bit */
#define SH4_PCICONF2 (SH4_PCICONF+0x08) /* 32bit */
#define SH4_PCICONF3 (SH4_PCICONF+0x0c) /* 32bit */
#define SH4_PCICONF4 (SH4_PCICONF+0x10) /* 32bit */
#define SH4_PCICONF5 (SH4_PCICONF+0x14) /* 32bit */
#define SH4_PCICONF6 (SH4_PCICONF+0x18) /* 32bit */
#define SH4_PCICONF7 (SH4_PCICONF+0x1c) /* 32bit */
#define SH4_PCICONF8 (SH4_PCICONF+0x20) /* 32bit */
#define SH4_PCICONF9 (SH4_PCICONF+0x24) /* 32bit */
#define SH4_PCICONF10 (SH4_PCICONF+0x28) /* 32bit */
#define SH4_PCICONF11 (SH4_PCICONF+0x2c) /* 32bit */
#define SH4_PCICONF12 (SH4_PCICONF+0x30) /* 32bit */
#define SH4_PCICONF13 (SH4_PCICONF+0x34) /* 32bit */
#define SH4_PCICONF14 (SH4_PCICONF+0x38) /* 32bit */
#define SH4_PCICONF15 (SH4_PCICONF+0x3c) /* 32bit */
#define SH4_PCICONF16 (SH4_PCICONF+0x40) /* 32bit */
#define SH4_PCICONF17 (SH4_PCICONF+0x44) /* 32bit */
#define SH4_PCICR (SH4_PCIC+0x100) /* 32bit */
#define SH4_PCILSR0 (SH4_PCIC+0x104) /* 32bit */
#define SH4_PCILSR1 (SH4_PCIC+0x108) /* 32bit */
#define SH4_PCILAR0 (SH4_PCIC+0x10c) /* 32bit */
#define SH4_PCILAR1 (SH4_PCIC+0x110) /* 32bit */
#define SH4_PCIINT (SH4_PCIC+0x114) /* 32bit */
#define SH4_PCIINTM (SH4_PCIC+0x118) /* 32bit */
#define SH4_PCIALR (SH4_PCIC+0x11c) /* 32bit */
#define SH4_PCICLR (SH4_PCIC+0x120) /* 32bit */
#define SH4_PCIAINT (SH4_PCIC+0x130) /* 32bit */
#define SH4_PCIAINTM (SH4_PCIC+0x134) /* 32bit */
#define SH4_PCIDMABT (SH4_PCIC+0x140) /* 32bit */
#define SH4_PCIDPA0 (SH4_PCIC+0x180) /* 32bit */
#define SH4_PCIDLA0 (SH4_PCIC+0x184) /* 32bit */
#define SH4_PCIDTC0 (SH4_PCIC+0x188) /* 32bit */
#define SH4_PCIDCR0 (SH4_PCIC+0x18c) /* 32bit */
#define SH4_PCIDPA1 (SH4_PCIC+0x190) /* 32bit */
#define SH4_PCIDLA1 (SH4_PCIC+0x194) /* 32bit */
#define SH4_PCIDTC1 (SH4_PCIC+0x198) /* 32bit */
#define SH4_PCIDCR1 (SH4_PCIC+0x19c) /* 32bit */
#define SH4_PCIDPA2 (SH4_PCIC+0x1a0) /* 32bit */
#define SH4_PCIDLA2 (SH4_PCIC+0x1a4) /* 32bit */
#define SH4_PCIDTC2 (SH4_PCIC+0x1a8) /* 32bit */
#define SH4_PCIDCR2 (SH4_PCIC+0x1ac) /* 32bit */
#define SH4_PCIDPA3 (SH4_PCIC+0x1b0) /* 32bit */
#define SH4_PCIDLA3 (SH4_PCIC+0x1b4) /* 32bit */
#define SH4_PCIDTC3 (SH4_PCIC+0x1b8) /* 32bit */
#define SH4_PCIDCR3 (SH4_PCIC+0x1bc) /* 32bit */
#define SH4_PCIPAR (SH4_PCIC+0x1c0) /* 32bit */
#define SH4_PCIMBR (SH4_PCIC+0x1c4) /* 32bit */
#define SH4_PCIIOBR (SH4_PCIC+0x1c8) /* 32bit */
#define SH4_PCIPINT (SH4_PCIC+0x1cc) /* 32bit */
#define SH4_PCIPINTM (SH4_PCIC+0x1d0) /* 32bit */
#define SH4_PCICLKR (SH4_PCIC+0x1d4) /* 32bit */
#define SH4_PCIBCR1 (SH4_PCIC+0x1e0) /* 32bit */
#define SH4_PCIBCR2 (SH4_PCIC+0x1e4) /* 32bit */
#define SH4_PCIWCR1 (SH4_PCIC+0x1e8) /* 32bit */
#define SH4_PCIWCR2 (SH4_PCIC+0x1ec) /* 32bit */
#define SH4_PCIWCR3 (SH4_PCIC+0x1f0) /* 32bit */
#define SH4_PCIMCR (SH4_PCIC+0x1f4) /* 32bit */
#define SH4_PCIBCR3 (SH4_PCIC+0x1f8) /* 32bit: SH7751R */
#define SH4_PCIPCTR (SH4_PCIC+0x200) /* 32bit */
#define SH4_PCIPDTR (SH4_PCIC+0x204) /* 32bit */
#define SH4_PCIPDR (SH4_PCIC+0x220) /* 32bit */
#define PCICR_BASE 0xa5000000
#define PCICR_TRDSGL 0x00000200
#define PCICR_BYTESWAP 0x00000100
#define PCICR_PCIPUP 0x00000080
#define PCICR_BMABT 0x00000040
#define PCICR_MD10 0x00000020
#define PCICR_MD9 0x00000010
#define PCICR_SERR 0x00000008
#define PCICR_INTA 0x00000004
#define PCICR_RSTCTL 0x00000002
#define PCICR_CFINIT 0x00000001
#define PCIINT_M_LOCKON 0x00008000
#define PCIINT_T_TGT_ABORT 0x00004000
#define PCIINT_TGT_RETRY 0x00000200
#define PCIINT_MST_DIS 0x00000100
#define PCIINT_ADRPERR 0x00000080
#define PCIINT_SERR_DET 0x00000040
#define PCIINT_T_DPERR_WT 0x00000020
#define PCIINT_T_PERR_DET 0x00000010
#define PCIINT_M_TGT_ABORT 0x00000008
#define PCIINT_M_MST_ABORT 0x00000004
#define PCIINT_M_DPERR_WT 0x00000002
#define PCIINT_M_DPERR_RD 0x00000001
#define PCIINT_ALL 0x0000c3ff
#define PCIINT_CLEAR_ALL PCIINT_ALL
#define PCIINTM_MASK_ALL 0x00000000
#define PCIINTM_UNMASK_ALL PCIINT_ALL
#define PCIMBR_MASK 0xff000000
#define PCIIOBR_MASK 0xffc00000
```
|
Francesco Mancini (10 October 1968 – 30 March 2012) was an Italian football goalkeeper and coach, best known for his association with Foggia during the 1990s.
Football career
Early career
Mancini started his career at hometown club Matera in 1985. He later played for Bisceglie in 1987.
Foggia
Mancini joined Foggia in 1987 and remained with the club for a decade. He helped the club achieve Serie A promotion under manager Zdeněk Zeman, winning the 1990–91 Serie B title.
He played 2 Serie B games for Foggia in the 1995–96 season, before leaving on loan for S.S. Lazio in November 1995.
He returned to Foggia in the summer of 1996 and played another Serie B season with the club.
Bari
In summer 1997, he joined A.S. Bari of Serie A, where he played 95 games in three Serie A seasons.
Napoli
In October 2000, he transferred to S.S.C. Napoli of Serie A, to replace young keeper Ferdinando Coppola who had been sold to Bologna. His first choice place was lost to new signing Alberto Fontana in January 2001, however. He regained his first choice spot following Napoli's relegation to Serie B. In the 2002–03 season, despite the presence of backup goalkeeper Marco Storari and subsequently Emanuele Manitta, he still made 27 appearances at age of 35.
Late career
In summer 2003, he joined Pisa of Serie C1 as Napoli choose to sign Manitta permanently.
In January 2005, he transferred to Sambenedettese of Serie C1, in exchange for Domenico Di Dio.
He then played for Teramo, Salernitana and A.C. Martina, all in Serie C1.
Post-playing career
During the 2009–10 season, he worked as the goalkeeping coach and the assistant coach of Manfredonia, who were playing in the Lega Pro Seconda Divisione league.
In July 2010 he was appointed the new goalkeeping coach of his former club Foggia, where he worked as part of the backroom staff of his mentor Zdeněk Zeman. Later on, in July 2011, he followed Zeman to Serie B club Pescara.
Death
On 30 March 2012, 43-year-old Mancini was found dead at his Pescara home by his wife after suffering a sudden heart attack.
Honours
Foggia
Serie B champions: 1990–91
References
External links
2005-06 Profile at footballplus
1968 births
2012 deaths
Italian men's footballers
FC Matera players
Calcio Foggia 1920 players
SS Lazio players
SSC Bari players
SSC Napoli players
Pisa SC players
US Salernitana 1919 players
ASD Martina Calcio 1947 players
US Sambenedettese players
Serie A players
Serie B players
Men's association football goalkeepers
People from Matera
Sportspeople from the Province of Matera
AS Bisceglie Calcio 1913 players
Footballers from Calabria
|
Vasilije "Vasa" Živković (1819–1891) was a Serbian poet and Orthodox priest. He is highly regarded in Serbian culture for his role in collecting verses from oral traditions of his people. His literary opus sustained only half of his poems to be printed since he was prone to self-criticism. His contemporaries were poets Jovan Ilić, father of Vojislav Ilić, Stevan Vladislav Kačanski, and many others.
Biography
Vasilije Živković was born in the town of Pančevo in Banat on the 31st of January 1819, where his father, a soldier of the Serbian Military Frontier, was then a resident. He attended Elementary school at Pančevo, and later enrolled in public gymnasia of Szeged and Sremski Karlovci. At the age of nineteen (1838), he studied law at Pest and Pozun (Bratislava). In 1841 he came to Vrsac to study theology at the Serbian Orthodox Seminary, where he along with a few others founded an organization called Srpska Sloga Banatska (Serbian unity of Banat). Ordained in 1846 by the bishop of Pančevo, where he accepted the curacy of the town, which he retained for the rest of his life. He participated in the 1848 Revolution siding with the Austrian emperor against the Hungarian insurgents. Živković represented the constituents of Pančevo and the area at the Karlovci Sabor during an important period and, from 1864 on, was performing diplomatic duties at the time when the affairs of the Serbs in Banat attracted unusual amounts of attention throughout Europe. In 1868 he was elevated to archpriest.
In an award-winning autobiography From Immigrant to Inventor (published by Charles Scribner's Sons, New York and London, 1924), Serbian-American physicist Mihajlo Pupin remembered hearing one of many Petar II Petrović Njegoš's lyrical verses recited by Vasilije Živković, "The verse from Njegoš I obtained from a Serbian poet, who was an archpriest, a protoyeray, and who was my religious teacher in Pančevo. His name, Vasa Živković, I shall never forget, because it is sweet music to my ear on account of the memories of affectionate friendship he cherished for me." On numerous occasions, Živković rescued a young Pupin from being either expelled from school or sent back to his village. When Pupin got himself into trouble with the Austrian authorities after being caught in a scrimmage with the Austrian flag under his feet, he was faced with expulsion from school, but Živković once again came to his rescue. It was Živković and his congregation that promised assistance should the financial burden attached to Pupin's studies in electro-mechanics in Prague in 1872 become too heavy a burden for his parents.
Živković died at Pančevo on the 25th of June 1891. His closing years were marked by intrigue and sadness. Živković's suffered from mental duress, arising mainly from the political opposition his sympathy with Serb revolutionary ideas of the time brought on him.
Works
Živković began to contribute to the Pančevo reviews as early as 1838 , and his verses found their way into most of the Serbian literary periodicals favorable to the Romantic poets and writers. Having begun, however, to write under the influence of Lukijan Musicki and the contemporary leadership of German and world literature at the same time, he retained the classical tradition, though he adopted innovations of Goethe and Schiller. His style shows the influence of Schiller, of whom he was a diligent disciple, according to literary critic Jovan Skerlić. His first volume of poems appeared in 1856–1858, and among numerous later volumes are his Collected Poems, published posthumously in Belgrade in 1907, in several tomes.
Živković was a very patriotic poet, and wrote lyrics that are still popular with Serbs today, who continue to sing them, not necessarily remembering the author. Some of his songs, such as Rado ide Srbin u vojnike and Or'o klikće sa visine, became hymns in his own lifetime. Even though many of his poems have entered into the annals of Serbian national patriotic opus, he is not very well known, both inside and outside of Serbia.
References
Duško Kovačević, Vasa Živković : život, rad i pesništvo. Narodna biblioteka Veljko Vlahović Pančevo, Narodna biblioteka Srbije Belgrade, Matica srpska Novi Sad 1990 .
Jovan Skerlić, Istorija Nove Srpske Književnosti / History of Modern Serbian Literature (Belgrade, 1914, 1921), pages 198–199.
1819 births
1891 deaths
19th-century Serbian poets
Serbian Orthodox clergy
Writers from Pančevo
Serbian male poets
19th-century male writers
|
Meyance is a village in the Saint Louis du Sud commune of the Aquin Arrondissement, in the Sud department of Haiti.
References
Populated places in Sud (department)
|
The Moon illusion is an optical illusion which causes the Moon to appear larger near the horizon than it does higher up in the sky. It has been known since ancient times and recorded by various cultures. The explanation of this illusion is still debated.
Proof of illusion
The angle that the diameter of the full Moon subtends at an observer's eye can be measured directly with a theodolite to show that it remains constant as the Moon rises or sinks in the sky. Photographs of the Moon at different elevations also show that its size remains the same.
A simple way of demonstrating that the effect is an illusion is to hold a small pebble (say, wide) at arm's length () with one eye closed, positioning the pebble so that it covers (eclipses) the full Moon when high in the night sky. Then, when the seemingly very large Moon is on the horizon, the same pebble will also cover it, revealing that there has been no change in the size of the Moon, because the pebble will still cover the Moon.
Between full moons, the Moon's angular diameter can vary from 29.43 arcminutes at apogee to 33.5 arcminutes at perigee—an increase of around 14% in apparent diameter or 30% in apparent area. This is because of the eccentricity of the Moon's orbit.
Possible explanations
The size of a viewed object can be measured objectively either as an angular size (the visual angle that it subtends at the eye, corresponding to the proportion of the visual field that it occupies), or as physical size (its real size measured in, say, meters). Perceived size is only loosely related to these concepts, however. For example, if two identical, familiar objects are placed at distances of five and ten meters, respectively, then the more distant object subtends approximately half the visual angle of the nearer object, but it is normally perceived to be the same size (a phenomenon referred to as size constancy), not as half the size. Conversely, if the more distant object did subtend the same angle as the nearer object then it is normally perceived to be twice as big.
One question concerning the Moon illusion, therefore, is whether the horizon Moon appears larger because its perceived angular size seems greater, or because its perceived physical size seems greater, or some combination of both. There is currently no consensus on this point. Most recent research on the Moon illusion has been conducted by psychologists specializing in human perception. The 2013 book The Moon Illusion, edited by Hershenson, offers 19 chapters written by various illusion researchers reaching different conclusions. After reviewing the many different explanations in their 2002 book The Mystery of the Moon Illusion, Ross and Plug conclude "No single theory has emerged victorious". They argue that the size of the illusion is variable, but is usually an apparent increase in diameter of about 50 percent. The most important factor is the sight of the terrain, but there is a small contribution from other factors such as the angle of regard, posture, and eye movements.
Refraction and distance
Ptolemy attempted to explain the Moon illusion through atmospheric refraction in the Almagest, and later (in the Optics) as an optical illusion due to apparent distance, or the difficulty of looking upwards, although interpretations of the account in the Optics are disputed. Similarly Cleomedes (about 200 A.D.), in his book on astronomy, ascribed the illusion both to refraction and to changes in apparent distance. In the Book of Optics (1011–1022 A.D.), Ibn al-Haytham (Alhazen) repeated refraction as an explanation, but also proposed a more detailed explanation based on intervening objects and apparent distance.
Through additional works (by Roger Bacon, John Pecham, Witelo, and others) based on Ibn al-Haytham's explanation, the Moon illusion came to be accepted as a psychological phenomenon in the 17th century.
Apparent distance hypothesis
An apparent distance theory evidently was first clearly described by Cleomedes around 200 A.D. The theory proposes that the horizon Moon looks larger than the zenith Moon because it looks farther away. Ibn al-Haytham was more specific: his argument was that judging the distance of an object depends on there being an uninterrupted sequence of intervening bodies between the object and the observer; however, since there are no intervening objects between the Earth and the Moon, the perceived distance is too short and the Moon appears smaller than on the horizon. Researchers have argued that the apparent distance hypothesis is problematic scientifically because it explains perceptions as consequences of perceptions: the Moon looks farther away because it looks larger. However, there are probably complex internal processes behind this relationship.
In 1813, Schopenhauer wrote about this, that the Moon illusion is "purely intellectual or cerebral and not optical or sensuous." The brain takes the sense data that is given to it from the eye and it apprehends a large Moon because "our intuitively perceiving understanding regards everything that is seen in a horizontal direction as being more distant and therefore as being larger than objects that are seen in a vertical direction." The brain is accustomed to seeing terrestrially-sized objects in a horizontal direction and also as they are affected by atmospheric perspective, according to Schopenhauer.
If the Moon is perceived to be in the general vicinity of the other things seen in the sky, it would be expected to also recede as it approaches the horizon, which should result in a smaller retinal image. But since its retinal image is approximately the same size whether it is near the horizon or not, the brain, attempting to compensate for perspective, assume that a low Moon must be physically larger.
Extensive experiments in 1962 by Kaufman and Rock showed that a crucial causative factor in the illusion is a change in the pattern of cues to distance, comparable to the Ponzo illusion. The horizon Moon is perceived to be at the end of a stretch of terrain receding into the distance, accompanied by distant trees, buildings and so forth, all of which indicate that it must be a long way away, while these cues are absent from the zenith moon. Experiments by many other researchers have found the same result; namely, when pictorial cues to a great distance are subtracted from the vista of the large-looking horizon Moon it looks smaller. When pictorial cues to an increased distance are added into the vista of the zenith Moon, it appears larger.
A potential problem for the apparent distance theory has been that few people (perhaps about 5%) perceive the horizon Moon as being both larger and farther away. Indeed, most people (perhaps 90%) say the horizon Moon looks both larger and closer than the zenith Moon (Boring, 1962; Hershenson, 1982; McCready, 1965, 1986; Restle, 1970). Most of the rest say it looks larger and about the same distance away as the zenith Moon, with a few people reporting no Moon illusion at all. However, the response that the horizon Moon appears larger, but not closer than the zenith Moon could be because the viewer's logic confounds their perception; because the viewer knows that the Moon can't possibly be physically farther away, they are not consciously aware of the perception. This is reinforced by the idea that the brain does not consciously perceive distance and size, as spatial awareness is a subconscious, retino cortical cognition. In line with the possibility that the reported distance of the Moon is due to logic, rather than perception, is the finding that these varying reports—with some reporting closer distances and others not—are likely due to response biases. Nevertheless, the apparent distance explanation is the one most often found in textbooks.
Relative size hypothesis
Historically, the best-known alternative to the "apparent distance" theory has been a "relative size" theory. This states that the perceived size of an object depends not only on its retinal size, but also on the size of objects in its immediate visual environment. In the case of the Moon illusion, objects in the vicinity of the horizon Moon (that is, objects on or near the horizon) exhibit a fine detail that makes the Moon appear larger, while the zenith Moon is surrounded by large expanses of empty sky that make it appear smaller.
The effect is illustrated by the classic Ebbinghaus illusion, where a circle appears larger when surrounded by smaller circles, than it does when surrounded by larger circles.
Angle of regard hypothesis
According to the "angle of regard" hypothesis, the Moon illusion is produced by changes in the position of the eyes in the head accompanying changes in the angle of elevation of the Moon. Though once popular, this explanation no longer has much support. Looking through one's legs at the horizon Moon does reduce the illusion noticeably, but this may be because the image on the retina is inverted. Raising the eyes or tilting the head when in an upright posture gives only a very small reduction in the illusion.
Historical references
Immanuel Kant refers to the Moon illusion in his 1781 text Critique of Pure Reason, when he writes that "the astronomer cannot prevent himself from seeing the moon larger at its rising than some time afterwards, although he is not deceived by this illusion". Schopenhauer (1813) was cited above. Wade shortly summarizes historical references to the moon illusion starting with Aristotle; he lists quotes by Aristotle (~330 BC), Ptolemy (~142, 150), Ibn al-Haytham (Alhazen) (1083), John Pecham (~1280), Leonardo da Vinci (~1500), René Descartes (1637), Benedetto Castelli (1639), Pierre Gassendi (1642), Thomas Hobbes (1655), J. Rohault (1671), Nicolas Malebranche (1674), William Molyneux (1687), J. Wallis (1687), George Berkeley (1709), J.T. Desaguliers (1736), W. Porterfield (1737), R. Smith (1738), C.N. Le Cat (1744), D. Hartley (1749), Thomas Young (1807), and Carl Friedrich Gauss (1830).
References
Further reading
External links
A TED-Ed video on the Moon illusion, offering many theories
A vision scientist reviews and critiques Moon illusion theories (and argues for oculomotor micropsia)
Another careful review of Moon illusion research
A physicist offers opinions about current theories
Summer Moon Illusion – NASA
"Finally! Why the Moon Looks Big at the Horizon and Smaller When Higher Up" by Don McCready, Professor Emeritus, Psychology Department, University of Wisconsin-Whitewater, Revised 10 November 2004, retrieved 31 October 2015
Why does the moon look so big now?
Why does the Moon appear bigger near the horizon? (from The Straight Dope)
Moon illusion illustrated
Moon illusion discussed at Bad Astronomy website
New Thoughts on Understanding the Moon Illusion Carl J. Wenning, Planetarian, December 1985
Father-Son Scientists Confirm Why Horizon Moon Appears Larger
Optical illusions
Lunar observation
|
Walter Dudley Reed (June 1, 1924 – July 28, 2022) was a major general in the United States Air Force. He was the United States Air Force Judge Advocate General from 1977 to 1980. He held law degrees from the Drake University Law School as well as McGill University, and also attended The Hague Academy of International Law in the Netherlands. Reed died on July 28, 2022, at the age of 98.
References
1924 births
2022 deaths
American expatriates in the Netherlands
Drake University Law School alumni
McGill University alumni
Military personnel from Iowa
People from Dallas County, Iowa
The Hague Academy of International Law people
United States Air Force generals
|
is a historical text that categorizes and chronologizes the events listed in the Six National Histories.
Notes
Late Old Japanese texts
History books about Japan
Heian period
12th-century Japanese books
History books of the Heian Period
|
```dart
/*
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
import 'package:flutter_test/flutter_test.dart';
import 'package:playground_components/playground_components.dart';
import 'common.dart';
void main() {
const urlString = 'path_to_url
group('HttpExampleLoadingDescriptor', () {
final descriptor = HttpExampleLoadingDescriptor(
sdk: Sdk.go,
uri: Uri.parse(urlString),
viewOptions: viewOptions,
);
test('toJson -> tryParse', () {
final map = descriptor.toJson();
final parsed = HttpExampleLoadingDescriptor.tryParse(map);
expect(parsed, descriptor);
});
test('copyWithoutViewOptions', () {
expect(
descriptor.copyWithoutViewOptions(),
HttpExampleLoadingDescriptor(
sdk: descriptor.sdk,
uri: descriptor.uri,
),
);
});
test('token', () {
expect(descriptor.token, urlString);
});
});
}
```
|
```html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Integrate functions</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Numeric.Odeint">
<link rel="up" href="../odeint_in_detail.html" title="odeint in detail">
<link rel="prev" href="generation_functions.html" title="Generation functions">
<link rel="next" href="iterators_and_ranges.html" title="Iterators and Ranges">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../logo.jpg"></td>
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="path_to_url">People</a></td>
<td align="center"><a href="path_to_url">FAQ</a></td>
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="generation_functions.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../odeint_in_detail.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterators_and_ranges.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_numeric_odeint.odeint_in_detail.integrate_functions"></a><a class="link" href="integrate_functions.html" title="Integrate functions">Integrate
functions</a>
</h3></div></div></div>
<p>
Integrate functions perform the time evolution of a given ODE from some starting
time <span class="emphasis"><em>t<sub>0</sub></em></span> to a given end time <span class="emphasis"><em>t<sub>1</sub></em></span>
and starting at state <span class="emphasis"><em>x<sub>0</sub></em></span> by subsequent calls of a given
stepper's <code class="computeroutput"><span class="identifier">do_step</span></code> function.
Additionally, the user can provide an __observer to analyze the state during
time evolution, and a <code class="computeroutput"><a class="link" href="../../boost/numeric/odeint/max_step_checker.html" title="Class max_step_checker">max_step_checker</a></code> to throw an
exception if too many steps are taken between observer calls (i.e. too small
step size). There are five different integrate functions which have different
strategies on when to call the observer function during integration. All
of the integrate functions except <code class="computeroutput"><span class="identifier">integrate_n_steps</span></code>
can be called with any stepper following one of the stepper concepts: <a class="link" href="../concepts/stepper.html" title="Stepper">Stepper</a> , <a class="link" href="../concepts/error_stepper.html" title="Error Stepper">Error
Stepper</a> , <a class="link" href="../concepts/controlled_stepper.html" title="Controlled Stepper">Controlled
Stepper</a> , <a class="link" href="../concepts/dense_output_stepper.html" title="Dense Output Stepper">Dense
Output Stepper</a>. Depending on the abilities of the stepper, the integrate
functions make use of step-size control or dense output.
</p>
<h5>
<a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.h0"></a>
<span class="phrase"><a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.equidistant_observer_calls"></a></span><a class="link" href="integrate_functions.html#boost_numeric_odeint.odeint_in_detail.integrate_functions.equidistant_observer_calls">Equidistant
observer calls</a>
</h5>
<p>
If observer calls at equidistant time intervals <span class="emphasis"><em>dt</em></span> are
needed, the <code class="computeroutput"><span class="identifier">integrate_const</span></code>
or <code class="computeroutput"><span class="identifier">integrate_n_steps</span></code> function
should be used. We start with explaining <code class="computeroutput"><span class="identifier">integrate_const</span></code>:
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_const</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">t1</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">)</span></code>
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_const</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">t1</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">observer</span> <span class="special">)</span></code>
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_const</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">t1</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">observer</span> <span class="special">,</span>
<span class="identifier">max_step_checker</span> <span class="special">)</span></code>
</p>
<p>
These integrate the ODE given by <code class="computeroutput"><span class="identifier">system</span></code>
with subsequent steps from <code class="computeroutput"><span class="identifier">stepper</span></code>.
Integration start at <code class="computeroutput"><span class="identifier">t0</span></code> and
<code class="computeroutput"><span class="identifier">x0</span></code> and ends at some <span class="emphasis"><em>t'
= t<sub>0</sub> + n dt</em></span> with <span class="emphasis"><em>n</em></span> such that <span class="emphasis"><em>t<sub>1</sub> -
dt < t' <= t<sub>1</sub></em></span>. <code class="computeroutput"><span class="identifier">x0</span></code>
is changed to the approximative solution <span class="emphasis"><em>x(t')</em></span> at the
end of integration. If provided, the <code class="computeroutput"><span class="identifier">observer</span></code>
is invoked at times <span class="emphasis"><em>t<sub>0</sub></em></span>, <span class="emphasis"><em>t<sub>0</sub> + dt</em></span>,
<span class="emphasis"><em>t<sub>0</sub> + 2dt</em></span>, ... ,<span class="emphasis"><em>t'</em></span>. If provided,
the <code class="computeroutput"><span class="identifier">max_step_checker</span></code> counts
the number of steps between observer calls and throws a <code class="computeroutput"><span class="identifier">no_progress_error</span></code>
this exceeds some limit (default: 500). <code class="computeroutput"><span class="identifier">integrate_const</span></code>
returns the number of steps performed during the integration. Note that if
you are using a simple <a class="link" href="../concepts/stepper.html" title="Stepper">Stepper</a>
or <a class="link" href="../concepts/error_stepper.html" title="Error Stepper">Error Stepper</a>
and want to make exactly <code class="computeroutput"><span class="identifier">n</span></code>
steps you should prefer the <code class="computeroutput"><span class="identifier">integrate_n_steps</span></code>
function below.
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
If <code class="computeroutput"><span class="identifier">stepper</span></code> is a <a class="link" href="../concepts/stepper.html" title="Stepper">Stepper</a> or <a class="link" href="../concepts/error_stepper.html" title="Error Stepper">Error Stepper</a>
then <code class="computeroutput"><span class="identifier">dt</span></code> is also the step
size used for integration and the observer is called just after every
step.
</li>
<li class="listitem">
If <code class="computeroutput"><span class="identifier">stepper</span></code> is a <a class="link" href="../concepts/controlled_stepper.html" title="Controlled Stepper">Controlled
Stepper</a> then <code class="computeroutput"><span class="identifier">dt</span></code>
is the initial step size. The actual step size will change due to error
control during time evolution. However, if an observer is provided the
step size will be adjusted such that the algorithm always calculates
<span class="emphasis"><em>x(t)</em></span> at <span class="emphasis"><em>t = t<sub>0</sub> + n dt</em></span> and calls
the observer at that point. Note that the use of <a class="link" href="../concepts/controlled_stepper.html" title="Controlled Stepper">Controlled
Stepper</a> is reasonable here only if <code class="computeroutput"><span class="identifier">dt</span></code>
is considerably larger than typical step sizes used by the stepper.
</li>
<li class="listitem">
If <code class="computeroutput"><span class="identifier">stepper</span></code> is a <a class="link" href="../concepts/dense_output_stepper.html" title="Dense Output Stepper">Dense Output
Stepper</a> then <code class="computeroutput"><span class="identifier">dt</span></code>
is the initial step size. The actual step size will be adjusted during
integration due to error control. If an observer is provided dense output
is used to calculate <span class="emphasis"><em>x(t)</em></span> at <span class="emphasis"><em>t = t<sub>0</sub> + n
dt</em></span>.
</li>
</ul></div>
<h5>
<a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.h1"></a>
<span class="phrase"><a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.integrate_a_given_number_of_steps"></a></span><a class="link" href="integrate_functions.html#boost_numeric_odeint.odeint_in_detail.integrate_functions.integrate_a_given_number_of_steps">Integrate
a given number of steps</a>
</h5>
<p>
This function is very similar to <code class="computeroutput"><span class="identifier">integrate_const</span></code>
above. The only difference is that it does not take the end time as parameter,
but rather the number of steps. The integration is then performed until the
time <code class="computeroutput"><span class="identifier">t0</span><span class="special">+</span><span class="identifier">n</span><span class="special">*</span><span class="identifier">dt</span></code>.
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_n_steps</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">n</span> <span class="special">)</span></code>
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_n_steps</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">n</span> <span class="special">,</span> <span class="identifier">observer</span> <span class="special">)</span></code>
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_n_steps</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">n</span> <span class="special">,</span> <span class="identifier">observer</span> <span class="special">,</span> <span class="identifier">max_step_checker</span> <span class="special">)</span></code>
</p>
<p>
Integrates the ODE given by <code class="computeroutput"><span class="identifier">system</span></code>
with subsequent steps from <code class="computeroutput"><span class="identifier">stepper</span></code>
starting at <span class="emphasis"><em>x<sub>0</sub></em></span> and <span class="emphasis"><em>t<sub>0</sub></em></span>. If provided,
<code class="computeroutput"><span class="identifier">observer</span></code> is called after
every step and at the beginning with <code class="computeroutput"><span class="identifier">t0</span></code>,
similar as above. Again, providing a <code class="computeroutput"><span class="identifier">max_step_checker</span></code>
will throw a <code class="computeroutput"><span class="identifier">no_progress_error</span></code>
if too many steps are performed between observer calls. The approximate result
for <span class="emphasis"><em>x( t<sub>0</sub> + n dt )</em></span> is stored in <code class="computeroutput"><span class="identifier">x0</span></code>.
This function returns the end time <code class="computeroutput"><span class="identifier">t0</span>
<span class="special">+</span> <span class="identifier">n</span><span class="special">*</span><span class="identifier">dt</span></code>.
</p>
<h5>
<a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.h2"></a>
<span class="phrase"><a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.observer_calls_at_each_step"></a></span><a class="link" href="integrate_functions.html#boost_numeric_odeint.odeint_in_detail.integrate_functions.observer_calls_at_each_step">Observer
calls at each step</a>
</h5>
<p>
If the observer should be called at each time step then the <code class="computeroutput"><span class="identifier">integrate_adaptive</span></code> function should be used.
Note that in the case of <a class="link" href="../concepts/controlled_stepper.html" title="Controlled Stepper">Controlled
Stepper</a> or <a class="link" href="../concepts/dense_output_stepper.html" title="Dense Output Stepper">Dense
Output Stepper</a> this leads to non-equidistant observer calls as the
step size changes.
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_adaptive</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">t1</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">)</span></code>
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_adaptive</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">t1</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">observer</span> <span class="special">)</span></code>
</p>
<p>
Integrates the ODE given by <code class="computeroutput"><span class="identifier">system</span></code>
with subsequent steps from <code class="computeroutput"><span class="identifier">stepper</span></code>.
Integration start at <code class="computeroutput"><span class="identifier">t0</span></code> and
<code class="computeroutput"><span class="identifier">x0</span></code> and ends at <span class="emphasis"><em>t<sub>1</sub></em></span>.
<code class="computeroutput"><span class="identifier">x0</span></code> is changed to the approximative
solution <span class="emphasis"><em>x(t<sub>1</sub>)</em></span> at the end of integration. If provided,
the <code class="computeroutput"><span class="identifier">observer</span></code> is called after
each step (and before the first step at <code class="computeroutput"><span class="identifier">t0</span></code>).
<code class="computeroutput"><span class="identifier">integrate_adaptive</span></code> returns
the number of steps performed during the integration.
</p>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../../doc/src/images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>
<code class="computeroutput"><span class="identifier">integrate_adaptive</span></code> by design
performs an observer call after each time step. Hence there is no need
for a <code class="computeroutput"><a class="link" href="../../boost/numeric/odeint/max_step_checker.html" title="Class max_step_checker">max_step_checker</a></code> as only
exactly one step is ever performed between observer calls.
</p></td></tr>
</table></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
If <code class="computeroutput"><span class="identifier">stepper</span></code> is a <a class="link" href="../concepts/stepper.html" title="Stepper">Stepper</a> or <a class="link" href="../concepts/error_stepper.html" title="Error Stepper">Error Stepper</a>
then <code class="computeroutput"><span class="identifier">dt</span></code> is the step size
used for integration and <code class="computeroutput"><span class="identifier">integrate_adaptive</span></code>
behaves like <code class="computeroutput"><span class="identifier">integrate_const</span></code>
except that for the last step the step size is reduced to ensure we end
exactly at <code class="computeroutput"><span class="identifier">t1</span></code>. If provided,
the observer is called at each step.
</li>
<li class="listitem">
If <code class="computeroutput"><span class="identifier">stepper</span></code> is a <a class="link" href="../concepts/controlled_stepper.html" title="Controlled Stepper">Controlled
Stepper</a> then <code class="computeroutput"><span class="identifier">dt</span></code>
is the initial step size. The actual step size is changed according to
error control of the stepper. For the last step, the step size will be
reduced to ensure we end exactly at <code class="computeroutput"><span class="identifier">t1</span></code>.
If provided, the observer is called after each time step (and before
the first step at <code class="computeroutput"><span class="identifier">t0</span></code>).
</li>
<li class="listitem">
If stepper is a <a class="link" href="../concepts/dense_output_stepper.html" title="Dense Output Stepper">Dense
Output Stepper</a> then <code class="computeroutput"><span class="identifier">dt</span></code>
is the initial step size and <code class="computeroutput"><span class="identifier">integrate_adaptive</span></code>
behaves just like for <a class="link" href="../concepts/controlled_stepper.html" title="Controlled Stepper">Controlled
Stepper</a> above. No dense output is used.
</li>
</ul></div>
<h5>
<a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.h3"></a>
<span class="phrase"><a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.observer_calls_at_given_time_points"></a></span><a class="link" href="integrate_functions.html#boost_numeric_odeint.odeint_in_detail.integrate_functions.observer_calls_at_given_time_points">Observer
calls at given time points</a>
</h5>
<p>
If the observer should be called at some user given time points the <code class="computeroutput"><span class="identifier">integrate_times</span></code> function should be used.
The times for observer calls are provided as a sequence of time values. The
sequence is either defined via two iterators pointing to begin and end of
the sequence or in terms of a <a href="path_to_url" target="_top">Boost.Range</a>
object.
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_times</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">times_start</span> <span class="special">,</span>
<span class="identifier">times_end</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">observer</span> <span class="special">)</span></code>
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_times</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">time_range</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">observer</span> <span class="special">)</span></code>
</p>
<p>
Integrates the ODE given by <code class="computeroutput"><span class="identifier">system</span></code>
with subsequent steps from <code class="computeroutput"><span class="identifier">stepper</span></code>.
Integration starts at <code class="computeroutput"><span class="special">*</span><span class="identifier">times_start</span></code>
and ends exactly at <code class="computeroutput"><span class="special">*(</span><span class="identifier">times_end</span><span class="special">-</span><span class="number">1</span><span class="special">)</span></code>.
<code class="computeroutput"><span class="identifier">x0</span></code> contains the approximate
solution at the end point of integration. This function requires an observer
which is invoked at the subsequent times <code class="computeroutput"><span class="special">*</span><span class="identifier">times_start</span><span class="special">++</span></code>
until <code class="computeroutput"><span class="identifier">times_start</span> <span class="special">==</span>
<span class="identifier">times_end</span></code>. If called with a <a href="path_to_url" target="_top">Boost.Range</a>
<code class="computeroutput"><span class="identifier">time_range</span></code> the function behaves
the same with <code class="computeroutput"><span class="identifier">times_start</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">begin</span><span class="special">(</span> <span class="identifier">time_range</span>
<span class="special">)</span></code> and <code class="computeroutput"><span class="identifier">times_end</span>
<span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">end</span><span class="special">(</span>
<span class="identifier">time_range</span> <span class="special">)</span></code>.
Additionally, a <code class="computeroutput"><a class="link" href="../../boost/numeric/odeint/max_step_checker.html" title="Class max_step_checker">max_step_checker</a></code> can be provided,
e.g.:
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_times</span><span class="special">(</span>
<span class="identifier">stepper</span> <span class="special">,</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">times_start</span> <span class="special">,</span>
<span class="identifier">times_end</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">observer</span> <span class="special">,</span>
<span class="identifier">max_step_checker</span><span class="special">)</span></code>
</p>
<p>
As above, this will throw a <code class="computeroutput"><span class="identifier">no_progress_error</span></code>
if too many steps are performed between observer calls.
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate_times</span></code> returns the
number of steps performed during the integration.
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
If <code class="computeroutput"><span class="identifier">stepper</span></code> is a <a class="link" href="../concepts/stepper.html" title="Stepper">Stepper</a> or <a class="link" href="../concepts/error_stepper.html" title="Error Stepper">Error Stepper</a>
<code class="computeroutput"><span class="identifier">dt</span></code> is the step size used
for integration. However, whenever a time point from the sequence is
approached the step size <code class="computeroutput"><span class="identifier">dt</span></code>
will be reduced to obtain the state <span class="emphasis"><em>x(t)</em></span> exactly
at the time point.
</li>
<li class="listitem">
If <code class="computeroutput"><span class="identifier">stepper</span></code> is a <a class="link" href="../concepts/controlled_stepper.html" title="Controlled Stepper">Controlled
Stepper</a> then <code class="computeroutput"><span class="identifier">dt</span></code>
is the initial step size. The actual step size is adjusted during integration
according to error control. However, if a time point from the sequence
is approached the step size is reduced to obtain the state <span class="emphasis"><em>x(t)</em></span>
exactly at the time point.
</li>
<li class="listitem">
If <code class="computeroutput"><span class="identifier">stepper</span></code> is a <a class="link" href="../concepts/dense_output_stepper.html" title="Dense Output Stepper">Dense Output
Stepper</a> then <code class="computeroutput"><span class="identifier">dt</span></code>
is the initial step size. The actual step size is adjusted during integration
according to error control. Dense output is used to obtain the states
<span class="emphasis"><em>x(t)</em></span> at the time points from the sequence.
</li>
</ul></div>
<h5>
<a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.h4"></a>
<span class="phrase"><a name="boost_numeric_odeint.odeint_in_detail.integrate_functions.convenience_integrate_function"></a></span><a class="link" href="integrate_functions.html#boost_numeric_odeint.odeint_in_detail.integrate_functions.convenience_integrate_function">Convenience
integrate function</a>
</h5>
<p>
Additionally to the sophisticated integrate function above odeint also provides
a simple <code class="computeroutput"><span class="identifier">integrate</span></code> routine
which uses a dense output stepper based on <code class="computeroutput"><span class="identifier">runge_kutta_dopri5</span></code>
with standard error bounds <span class="emphasis"><em>10<sup>-6</sup></em></span> for the steps.
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate</span><span class="special">(</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">t1</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">)</span></code>
</p>
<p>
<code class="computeroutput"><span class="identifier">integrate</span><span class="special">(</span>
<span class="identifier">system</span> <span class="special">,</span>
<span class="identifier">x0</span> <span class="special">,</span>
<span class="identifier">t0</span> <span class="special">,</span>
<span class="identifier">t1</span> <span class="special">,</span>
<span class="identifier">dt</span> <span class="special">,</span>
<span class="identifier">observer</span> <span class="special">)</span></code>
</p>
<p>
This function behaves exactly like <code class="computeroutput"><span class="identifier">integrate_adaptive</span></code>
above but no stepper has to be provided. It also returns the number of steps
performed during the integration.
</p>
</div>
<table xmlns:rev="path_to_url~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
file LICENSE_1_0.txt or copy at <a href="path_to_url" target="_top">path_to_url
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="generation_functions.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../odeint_in_detail.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="iterators_and_ranges.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
```
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.