@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('../fonts/modernpics-webfont.eot');
    src: url('../fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/modernpics-webfont.woff') format('woff'), url('../fonts/modernpics-webfont.ttf') format('truetype'), url('../fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Arial";
    background-color: #FAFAFA;
    font-size: 10pt;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 14pt;
    font-weight: normal;
}

h3 {
    font-size: 11pt;
    width: 100%;
    border-bottom: 1px solid silver;
    color: #777777;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.button, #menu li {
    font-size: 8pt;
    min-width: 50px;
    text-align: center;
    border: 1px solid silver;
    font-family: "Arial";
    margin: 0px 2px;
    padding: 2px 5px;
    cursor: default;
    border-radius: 5px;
    color: #777777;
    background-color: #EEEEEE;
    cursor: pointer;
    text-decoration: none;
}

.button:hover, #menu li:hover {
    border: 1px solid black;
    background-color: #dddddd;
    color: black;
}

.no-bullet {
    list-style: none;
}

#legend_toggle_button {
    position:fixed;
    width: 15px;
    min-width: 15px;
    top: 5px;
    right: 1px;
    z-index: 1;
}

#legend_vertical_label {
    color: #777777;
    position:fixed;
    width: 15px;
    min-width: 15px;
    top: 60px;
    right: 10px;
    z-index: 1;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    display: none;
}

#legend_container {
    position: fixed;
    font-size: 9pt;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 250px;
    background: #FAFAFA;
    right: 0px;
    #border-left: 1px solid silver;
    overflow: scroll;
}

#legend {
    color: #777777;
    top: 80px;
    padding: 5px;
    padding-right: 15px;
    padding-bottom: 45px;
}

#legend .label {
    border-bottom: 1px solid silver;
    margin-top: 5px;
    width: 100%;
}

#legend ul {
    clear: both;
    margin: 0px;
    padding: 0px;
}

#legend li {
    list-style-type: none;
    margin: 0px;
    padding: 2px;
}

#legend .code {
    display: inline-block;
    padding: 2px;
    border: 1px solid silver;
    background: white;
    font-family: "Courier New";
    font-size: 12pt;
}

#legend h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}

#main_container {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 260px;
    bottom: 45px;
    overflow: auto;
    box-shadow: 2px 0px 2px #CCCCCC;
}

#main {
    margin: 0 auto;
    width: 960px;
}

#menu {
    position: absolute;
}

#menu_button {
    font-family: "ModernPictogramsNormal";
    font-size: 24pt;
    margin-top: 20px;
}

#menu_content {
    clear: both;
    border: 1px solid silver;
    border-radius: 5px;
    background: white;
    padding: 2%;
    width: 250px;
    overflow: auto;
    z-index: 2;
    position: relative;
}

#menu_content ul {
    margin: 0px;
    padding: 0px;
}

#menu_content li {
    width: 94%;
    float: left;
    clear: both;
    list-style-type: none;
    margin: 2px;
    padding: 2%;
    display: inline-block;
    font-size: 10pt;
    text-align: left;
}

#menu_content li li {
    width: 97%;
    float: left;
    clear: both;
    list-style-type: none;
    margin: 1px;
    padding: 2px;
    display: inline-block;
    font-size: 9pt;
    text-align: left;
    background-color: transparent;
}

[data-icon]:before {
    font-family: 'ModernPictogramsNormal';
    content: attr(data-icon);
    speak: none;
    padding: 0 5px;
    font-size: 16pt;
}

#title {
    text-align: center;
    margin: 0px 75px 30px 75px;
}

#title h1 {
    font-family: "Courier New";
    margin: 10px;
    font-size: 24pt;
}

#title1 {
    color: #0000AA;
}

#title2 {
    color: #990000;
}

#version {
    display: inline;
    font-size: 12pt;
    border-radius: 5px;
    position: relative;
    top: 5px;
}

#title h2 {
    font-size: 12pt;
    font-style: italic;
    margin: 0px 5px;
}

.header {
    margin-top: 20px;
    margin-bottom: 3px;
    overflow: auto;
}

.label {
    float: left;
    font-family: "Arial";
    font-size: 10pt;
    color: #777777;
    margin-top: 2px;
    margin-right: 15px;
}

#regex_buttons {
    float: left;
}

#regex_message {
    float: right;
    font-size: 10pt;
    color: #777777;
    margin-right: 10px;
}

#regex_message div {
    padding: 0px 2px;
    font-style: italic;
}

#regex_message .result {
    color: #0000AA
}

#regex_message .warning {
    background-color: #FFFFAA;
}

#regex_message .error {
    color: #884411;
    background-color: #FFCCCC;
}

#regex_container {
    overflow: auto;
    clear: both;
}

#regex {
    font-family: "Courier New";
    padding: 2px;
    font-size: 12pt;
    border: 1px solid silver;
    float: left;
    width: 868px;
    background-color: white;
    min-height: 65px;
    cursor: text;
}

.token {
    display: inline-block;
    color: #777777;
    border: 1px solid white;
    border-top: 2px solid white;
    background-color: #EEEEEE;
    cursor: text;
}

.control {
    background: #feea99; /* Old browsers */
    background: -moz-linear-gradient(left, #feea99 0%, #ffffe2 100%, #ffffe2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #feea99), color-stop(100%, #ffffe2), color-stop(100%, #ffffe2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #feea99 0%, #ffffe2 100%, #ffffe2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #feea99 0%, #ffffe2 100%, #ffffe2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #feea99 0%, #ffffe2 100%, #ffffe2 100%); /* IE10+ */
    background: linear-gradient(to right, #feea99 0%, #ffffe2 100%, #ffffe2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feea99', endColorstr='#ffffe2', GradientType=1); /* IE6-9 */
}

.control.highlight {
    background: #AACCFF;
}

.token.control {
    color: black;
    border-left-width: 0px;
    padding-right: 1px;
    border-color: transparent;
    border-right-color: white;
}

.token.control.top {
    padding-top: 4px;
    border-top-width: 0px;
}

.token.alternative {
    color: #660066;
    background: #EEBBEE;
    border-color: transparent;
}

.token.grouping {
    color: black;
    background: transparent;
    border-color: transparent;
    border-left-width: 0px;
    border-right-width: 0px;
}

.token.special {
    color: #444444;
    background-color: #DDDDDD;
}

.token.position {
    background: #E0FAFF;
    color: black;
}

.token.multiple {
    border-top: 2px solid #feea99;
}

.token.char_set {
    border-top: 2px solid #006600;
}

.token.char_set.negative {
    border-top: 2px solid #663311;
}

.token.char_set.start {
    color: #006600;
    border-left: 1px solid #006600;
    background-color: #EEEEEE;
}

.token.char_set.start.negative {
    color: #663311;
    border-left: 1px solid #663311;
}

.token.char_set.end {
    color: #008800;
    border-right: 1px solid #006600;
    background-color: #EEEEEE;
}

.token.char_set.end.negative {
    color: #663311;
    border-right: 1px solid #663311;
}

.token.lookahead {
    background: #E0FAFF;
    color: black;
}

#main .token:hover {
    border-bottom: 1px solid black;
}

.char.unparsed {
    background: white;
}

.bar {
    display: inline-block;
}

.bar.group {
    padding-bottom: 1px;
    border-bottom: 2px solid #CCCCCC;
}

.bar.group.start {
    border-left: 2px solid transparent;
    margin-left: 1px;
    position: relative;
}

.bar.group.start:before {
    position: absolute;
    bottom: -2px;
    content: '';
    width: 0px;
    left: -2px;
    height: 15px;
    display: inline-block;
}

.bar.group.end {
    border-right: 2px solid transparent;
    margin-right: 1px;
    position: relative;
}

.bar.group.end:after {
    position: absolute;
    bottom: -2px;
    content: '';
    width: 0px;
    height: 15px;
    display: inline-block;
}

.bar.group.depth0 {
    border-bottom: 2px solid #666666;
}

.bar.group.depth0.start:before {
    border-left: 2px solid #666666;
}

.bar.group.depth0.end:after {
    border-right: 2px solid #666666;
}

.bar.group.depth1 {
    border-bottom: 2px solid #888888;
}

.bar.group.depth1.start:before {
    border-left: 2px solid #888888;
}

.bar.group.depth1.end:after {
    border-right: 2px solid #888888;
}

.bar.group.depth2 {
    border-bottom: 2px solid #AAAAAA;
}

.bar.group.depth2.start:before {
    border-left: 2px solid #AAAAAA;
}

.bar.group.depth2.end:after {
    border-right: 2px solid #AAAAAA;
}

.bar.lookahead {
    padding-bottom: 1px;
    border-bottom: 2px solid #88BCCC;
}

.bar.lookahead.start {
    border-left: 2px solid transparent;
    margin-left: 1px;
    position: relative;
}

.bar.lookahead.start:before {
    border-left: 2px solid #88BCCC;
    position: absolute;
    bottom: -2px;
    content: '';
    width: 0px;
    left: -2px;
    height: 15px;
    display: inline-block;
}

.bar.lookahead.end {
    border-right: 2px solid transparent;
    margin-right: 1px;
    position: relative;
}

.bar.lookahead.end:after {
    border-right: 2px solid #88BCCC;
    position: absolute;
    bottom: -2px;
    content: '';
    width: 0px;
    height: 15px;
    display: inline-block;
}

.bar.alternative {
    background-color: #EEBBEE;
    border-bottom: 2px solid #EEBBEE;
}

#main .bar.group.highlight {
    border-bottom: 4px solid #0000AA;
}

#main .bar.group.start.highlight:before {
    border-left: 2px solid #0000AA;
    bottom: -4px;
    height: 17px;
}

#regex .bar.group.start.highlight {
    background: #AACCFF;
}

#main .bar.group.end.highlight:after {
    border-right: 2px solid #0000AA;
    bottom: -4px;
    height: 17px;
}

#regex .bar.group.end.highlight {
    background: #AACCFF;
}

.bar.control {
    border: 0px;
    padding-bottom: 5px;
}

.bar.quantifier.bottom.active {
    border-bottom: 2px solid #feea99;
}

.bar.quantifier.bottom.active.highlight {
    border-bottom: 2px solid #AACCFF;
}

.bar.quantifier.top.active {
    border-top: 2px solid #feea99;
}

.bar.quantifier.top.active.highlight {
    border-top: 2px solid #AACCFF;
}

#main .group.start:after {
    position: absolute;
    font-size: 8pt;
    content: attr(value);
    display: block;
    width: 25px;
    height: 0px;
    bottom: -2px;
    left: -3px;
}

.token_wrap {
    display: inline-block;
    margin-top: 1px;
}

#legend .token_wrap {
    height: auto !important;
    margin-top: -1px;
}

#regex .active {
    background: white;
    color: black;
}

.regex_slash {
    float: left;
    font-family: "Courier New";
    font-size: 16pt;
    cursor: default;
    margin-top: 2px;
}

#regex_modifier {
    font-size: 16pt;
    font-family: "Courier New";
}

#text_stats {
    padding-left: 40px;
    float: left;
}

#tests .fillbar_box {
    color: black;
    position: relative;
    float: left;
    border: 1px solid #666666;
    font-size: 9pt;
    text-align: center;
    width: 50px;
    height: 15px;
    background: #FFCCCC;
    margin-right: 5px;
}

#text_stats .fillbar_tests {
    position: absolute;
    height: 100%;
    z-index: 0;
    background: #AAEEAA;
    border-right: 1px solid #888888;
}

#text_stats .fillbar_matches {
    color: black;
    position: relative;
    float: left;
    border: 1px dashed #666666;
    font-size: 9pt;
    text-align: center;
    height: 15px;
    background: #EEEEEE;
    margin-right: 5px;
}

#text_stats .content {
    position: absolute;
    z-index: 1;
    width: 100%;
}

#test_buttons {
    float: right;
}

#test_buttons .button {
    float: right;
}


#text {
    clear: both;
    min-height: 270px;
    border: 1px solid silver;
    font-size: 12pt;
    font-family: "Courier New";
    background-color: white;
    padding: 2px;
    overflow: auto;
}

#text .token {
    margin-top: 1px;
    border-width: 0px;
    color: black;
    background: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#text .token.test {
    background: #FFCCCC;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

#text .token.test.start {
    border-left: 1px solid #888888;
    margin-left: 1px;
}

#text .token.test.end {
    border-right: 1px solid #888888;
    margin-right: 1px;
}

#text .token.test.matched {
    background: #AAEEAA;
}

#text .token_wrap {
    margin-bottom: 5px;
}

#text .token_wrap.matched {
    background: #EEEEEE;
    border-top: 1px dashed silver;
    border-bottom: 1px dashed silver;
}

#text .token_wrap.start {
    border-left: 1px dashed silver;
    padding-left: 1px;
}

#text .token_wrap.end {
    border-right: 1px dashed silver;
    padding-right: 1px;
}

#text .token_wrap.tested {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

#text .token_wrap.tested.start {
    border-left: 1px solid silver;
}

#text .token_wrap.tested.end {
    border-right: 1px solid silver;
}

#text .linebreak_marker:after {
    color: silver;
    content: '\000B6';
    display: inline-block;
}

.debug {
    background: red;
}

#footer {
    border-top: 1px solid silver;
    position: fixed;
    bottom: 0px;
    height: 45px;
    width: 100%;
    background: #FAFAFA;
}

#footer .label {
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 10px;
    padding: 0px;
    float: left;
}

#footer ul {
    margin: 0px;
    padding: 0px;
}

#follow_list li {
    font-size: 9pt;
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
    position: relative;
    top: -2px;
}

#footer a {
    text-decoration: none;
}

#socialshareprivacy {
    margin: 10px;
    padding: 0px;
    height: auto;
}

#socialshareprivacy .social_share_privacy_area {
    margin: 0px !important;
}

#socialshareprivacy .settings_info_menu {
    display: none;
}

#about_button {
    display: block;
}

#about_body {
    width: 800px;
}

div.export_heading {
    border-bottom: 1px solid silver;
    margin-top: 5px;
    margin-bottom: 2px;
    width: 100%;
}

div.export_text {
    width: 500px;
    font-family: "Courier New";
    font-size: 12pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}